

/* home */
.hero {
    height: auto;
    background: url('../../../img/astrika/home/Port1.png') center/cover;
    padding: 5vh 0;
}


.hero2{
    height: auto;

}

.hero3 {
    height: auto;
}

.hero4 {
    height: auto;
}

.hero-content {
    width: 100%;

}

.hero-text {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin: 100px 30vw 50px 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 20px 20px 0;
    width: 50%;
    color: white;
    }

.hero-text h1 {
    color: white;
    font-size: clamp(4rem, 4vw, 6rem);
    margin-left: 5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

.hero-text p {
    font-size: clamp(1rem, 1.5vw, 2rem);
    margin-left: 5rem;
    margin-bottom: 0.5rem;
    font-weight: 100;
}

.search-container {
    background: white;
    /*padding: 2rem;*/
    margin: 0 5%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    /*max-width: 1200px;*/
}

.search-container h1 {
    color: #000;
    font-size: 1.2rem;
    text-align: left;
    padding: 1.5%;
    margin: 0%;
}

.tabs {
    display: flex;
    gap: 2rem;
    color: var(--grey-color);
    margin-bottom: 1.5rem;
}

.tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 10px;
}

.tab.active {
    border-bottom: 2px solid var(--green-color);
    color: var(--green-color);
    font-weight: bold;
}

.content-section {
    display: none;
    /*padding: 20px;*/
    margin: 20PX;
    /*margin-bottom: 3rem;*/
    /*border-left: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    /*border-right: 1px solid #ddd;*/
    /*border-bottom-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
}

.content-section.active {
    display: block;
}

.content-section h1 {
    font-size: clamp(1.3rem, 0.5vw, 1.5vw);

}

.content-section p {
    padding-left: 20px;
}

.tab i {
    font-size: 1.2rem;
}

.quote p {
    color: black;
    /*margin-left: -0.8rem;*/
}

.quote button {
    border: none;
    background: transparent;
    font-size: 12pt;
    margin-top: 2rem;
    margin-left: 18vw;
}

.search-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 1rem;
}

.search-form select, .search-form input {
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

/*.search-form {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr) auto;*/
/*    gap: 1rem;*/
/*    !*max-width: 600px;*!*/
/*    margin: 0 auto;*/
/*    padding: 1rem;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
/*    background-color: #f9f9f9;*/
/*}*/

/*.search-form select,*/
/*.search-form input,*/
/*.search-form button {*/
/*    padding: 0.5rem;*/
/*    font-size: 1rem;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*}*/

/*.search-form button {*/
/*    grid-column: span 2;*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.search-form button:hover {*/
/*    background-color: #0056b3;*/
/*}*/

/*.search-form i {*/
/*    margin-left: 0.5rem;*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .search-form {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .search-form button {*/
/*        grid-column: span 1;*/
/*    }*/
/*}*/

.track input {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 1.5rem;
    width: 25vw;
}

.track p {
    color: black;
    font-size: 10pt;
    padding: 0;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.rates-btn {
    background: var(--green-color);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.track-btn {
    border-radius: 5px;
    padding: 5px 20px;
    background-color: var(--green-color);
    color: white;
}

/* chat */
.chat-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: var(--light-green-color);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


/*Rates2*/
.route-info {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    background-color: #fff;
    padding: 20px 10px;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid #ddd;

}

.info-item {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    /*margin-top: 20px;*/
}

.info-item.arrow {
    font-size: 16px;
    color: #666;
}

.info-item strong {
    font-weight: bold;
}

.edit-link a {
    color: green;
    text-decoration: none;
    font-size: 14px;
}

.edit-link a:hover {
    text-decoration: underline;
}

.form-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column; /* Pastikan semua elemen berada dalam kolom */
    gap: 15px; /* Jarak antar baris */
}

.form-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.form-row {
    display: flex;
    flex-direction: row; /* Elemen dalam baris horizontal */
    gap: 10px; /* Jarak antar elemen */
    align-items: center; /* Selaraskan elemen secara vertikal */
    justify-content: flex-start; /* Selaraskan elemen ke kiri */
}

.form-group {
    position: static;
    margin: 0; /* Hilangkan margin ekstra */
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
    width: 100%;
}

#rates2 select {
    width: 100%; /* Pastikan elemen input menggunakan seluruh ruang grup */
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#rates2 input {
    width: 100%; /* Pastikan elemen input menggunakan seluruh ruang grup */
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-left: 0%;
}


#rates2 input[type="text"]::placeholder {
    color: #aaa;
}

.unit {
    position: absolute;
    right: 10px;
    top: 70%; /* Posisi unit disesuaikan dengan tinggi input */
    transform: translateY(-50%);
    font-size: 14px;
    color: #555;
}

.size-group {
    display: flex;
    flex: 2;
    flex-direction: column; /* Agar label berada di atas */
}

.size-inputs {
    display: flex;
    gap: 10px;
    justify-content: flex-start; /* Elemen di kiri */
    align-items: center;
    width: 40%;
}

.size-inputs input {
    width: 40%; /* Input fleksibel */
    flex: 1; /* Semua input memiliki lebar yang sama */
}

.or {
    font-size: 14px;
    color: #777;
    text-align: center; /* Selaraskan teks "or" */
    padding: 0 0px;
}

.add-item {
    color: #4CAF50;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.add-item i {
    margin-right: 5px;
}

.search-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.search-button button {
    background-color: #154203;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

/*Rates3*/
.container-1 {
    /*max-width: 1200px;*/
    margin: 0px 0px;
    padding: 0px;
}

.edit-link-1 a {
    color: green;
    text-decoration: none;
    font-size: 14px;
    /*margin-left: 700px;*/
}

.edit-link-1 a:hover {
    text-decoration: underline;
}

.header-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-1 select {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
}

.header-1 a {
    color: #006400;
    text-decoration: none;
    font-weight: bold;
}

.summary {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.summary h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.summary .details {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*margin-top: 10px;*/
}

.summary .details div {
    /*text-align: center;*/
}

.summary .details div p {
    /*margin: 5px 0;*/
    padding-left: 0;
    font-size: 16px;
}

.summary .details div p.value {
    font-size: 24px;
    font-weight: bold;
}

.rates {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    text-align: right;
    border-radius: 15px;
}

.rates p {
    margin: 0 0 10px;
    text-align: left;
    font-size: 14px;
}

.rates button {
    background-color: #006400;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 0vw;
    border-radius: 5px;
}

/*Rates3*/
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal1-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 900px;
}

.close-btn {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal1-content h1 {
    color: #154203;
    font-size: 24px;
    margin-bottom: 10px;
}

.modal1-content p {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal1-content label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}

#rates3 input[type="text"], input[type="email"], #rates3 select {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

#rates3 input[type="checkbox"] {
    margin-right: 5px;
}

.row {
    display: flex;
    gap: 5px;
    justify-content: left;
    flex-wrap: wrap;
}

.row input#first-name {
    /* Tambahkan gaya di sini */
    width: 21vw;
}

.row input#last-name {
    /* Tambahkan gaya di sini */
    width: 21vw;
}

.row input[type="text"], .row input[type="email"], .row select {
    width: calc(100% - 10px);
}

.row input[type="text"]:nth-child(3) {
    width: calc(33% - 10px);
}

.row input[type="text"]:nth-child(4) {
    width: calc(33% - 10px);
}

.row input[type="text"]:nth-child(5) {
    width: calc(33% - 10px);
}

.button-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.buttons1 {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #154203;
    cursor: pointer;
    text-align: center;
    min-width: 100px;
    width: 300px;
}

.cancel-button {
    background-color: white;
    color: #154203;
}

.submit-button {
    background-color: #154203;
    color: white;
}

.security-measures {
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

@media (max-width: 600px) {
    .row input[type="text"], .row input[type="email"], .row select {
        width: 100%;
    }
}

.services3 {
    margin-bottom: 20px;
}

.services3 h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

/*.service3-item {*/
/*    display: table-row;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid #ccc;*/
/*    padding: 10px 0;*/
/*}*/

.service3-item img {
    width: 50px;
    height: 50px;
}

.service3-item .info {
    display: flex; /* Use flexbox for horizontal layout */
    /*flex-wrap: wrap; !* Allow items to wrap if there's not enough space *!*/
    /*margin-left: 15px;*/
}

/*.service3-item .info div {*/
/*    display: flex; !* Stack the label and value vertically *!*/
/*    flex-direction: column; !* Stack each label and value in a column *!*/
/*    margin-right: 30px; !* Space between each column *!*/
/*}*/

.service3-item .info p {
    margin: 5px 0; /* Add margin between paragraphs */
    font-size: 14px;
}

.service3-item .details {
    text-align: right;
}

.service3-item .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.service3-item .quote-link {
    font-size: 14px;
    color: #292929;
    text-decoration: none;
    font-weight: bold;
}

.service3-item .quote-link:hover {
    text-decoration: underline;
}

.footer-1 {
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.footer-1 a {
    color: #006400;
    text-decoration: none;
}

.footer-1 p {
    text-align: right;
}

.buttons3 {
    display: flex;
    justify-content: space-between;
}

.back-button a {
    text-decoration: none;
}

.buttons3 button {
    background-color: #154203;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.buttons3 button.back {
    background-color: transparent;
    color: black;
}

/*Rates4*/
.service-item {
    display: flex; /* Menggunakan flexbox */
    flex-direction: row; /* Susun elemen secara vertikal */
    align-items: center; /* Memusatkan elemen secara horizontal */
    /*text-align: center; !* Memastikan teks di dalam paragraf rata tengah *!*/
    height: 100%; /* Pastikan elemen memiliki tinggi penuh */
}

.service-item img {
    width: 100px;
    height: 100px;
}

.service-item .info {
    display: flex; /* Use flexbox for horizontal layout */
    flex-wrap: wrap; /* Allow items to wrap if there's not enough space */
    margin-left: 15px;
}

.service-item .info div {
    display: flex; /* Stack the label and value vertically */
    flex-direction: column; /* Stack each label and value in a column */
    margin-right: 80px; /* Space between each column */
}

.service-item .info p {
    margin: 5px 0; /* Add margin between paragraphs */
    font-size: 14px;
}

.service-item .details {
    text-align: right;
}

.service-item .price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.service-item .quote-link {
    font-size: 14px;
    color: #292929;
    text-decoration: none;
    font-weight: bold;
}

.service-item .quote-link:hover {
    text-decoration: underline;
}

.container-2 {
    max-width: 100%;
    margin: 0px 0px;
    padding: 0px;
}

.contact {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.contact h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.container-contact {
    padding-top: 10px;
    display: flex;
    gap: 20px;
}

.form-section {
    background-color: #f6f6f6;
    border-radius: 10px;
    /*padding: 50px;*/
    /*width: 600px;*/
    /*margin-left: 1vw;*/
}

.form-section h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.form-group-1 {
    display: flex;
    /*gap: 10px;*/
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-group input {
    width: calc(100% - 10px);
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group-inline {
    display: flex;
    gap: 10px;
}

.form-group-inline input {
    width: calc(33.33% - 10px);
}

.form-group-inline input.long {
    width: calc(100% - 10px);
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5vh;
}

.next-button a, .back-button a {
    text-decoration: none;
}

.buttons button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.buttons button.back {
    background-color: transparent;
    color: black;
    padding-left: 0;
}

.footer-1 {
    text-align: left;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

.footer-1 a {
    color: #006400;
    text-decoration: none;
}

/*Rates5*/
.rates5 {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    margin-top: 5vh;
    margin-left: 0;
}

.box {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}

.message {
    font-size: 16px;
    color: #000;
}

.message h1 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.message p {
    margin: 5px 0 0 0;
    margin-top: 3vh;
    font-size: clamp(1.2rem, 0.5vw, 1vw);
}

.quote-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: end;
    /*margin-top: 8vh;*/
}

.quote-link i {
    margin-left: 5px;
}

/*Tracks*/
.track-detail {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    display: none;
}

.track-detail.show {
    display: block;
}

.header-wrapper img {
    height: 15vh;
    padding: 1rem;
}

.titles {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tracking-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
}

.tracking-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.tracking-info {
    margin-bottom: 15px;
}

.label {
    color: #666;
    font-size: 14px;
    margin-bottom: 4px;
}

.value {
    font-weight: 500;
    color: #333;
}

.timeline {
    position: relative;
    margin-left: 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #e0e0e0;
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    opacity: 1;
    transition: all 0.3s ease;
    max-height: 100px;
    overflow: hidden;
}

.timeline-item.hidden {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
}

.timeline-dot.current {
    background: #22c55e;
}

.timeline-date {
    display: flex;
    gap: 15px;
    margin-bottom: 4px;
}

.date {
    font-weight: 500;
    min-width: 80px;
}

.time {
    color: #666;
}

.status {
    color: #333;
}

.package-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    vertical-align: top;
    color: #22c55e;
}

.header-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.tracking-header {
    flex: 1;
}

.toggle-timeline {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #22c55e;
    cursor: pointer;
    padding: 8px 16px;
    border: none;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
}

.toggle-timeline img {
    transition: transform 0.3s ease;
}

.toggle-timeline.expanded img {
    transform: rotate(180deg);
}

@media (max-width: 600px) {
    .tracking-header {
        grid-template-columns: 1fr;
    }
}

/* schedule */
#schedule2 {
    /*max-width: 1200px;*/
    margin: 0 0;
    padding: 0 15px;
}

.infos {
    text-align: left;
    justify-content: left;
    margin-left: 2vw;
    margin-bottom: 1rem;
    align-items: left;
}

.info-text1 {
    font-size: 18px;
    margin-right: 2rem;
}

.info-text {
    font-size: 14px;
    margin: 0;
}

.table-wrapper {
    /*width: 100%;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.results-table {
    width: 100%;
    min-width: 800px;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
}

.results-header {
    background: #8c8c8c;
    color: white;
    font-weight: 500;
    position: sticky;
    top: 0;
}

.results-header th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.time-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    opacity: 0.8;
}

tr:nth-child(even) {
    background: #f8f9fa;
}

td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.book-button {
    background: transparent;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 6px 16px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s;
    white-space: nowrap;
}

.book-button:hover {
    background: #f5f5f5;
}

.book-button::after {
    content: "→";
    margin-left: 8px;
}

.book-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .logo img {
        height: 50px;
    }

    .navbar-toggler {
        padding: 0.25rem;
    }

    .navbar-nav .nav-link {
        font-size: 16px; /* Lebih besar di layar kecil untuk kemudahan sentuh */
    }


    .search-container {
        padding: 2vh;
    }

    .nav-tabs {
        justify-content: space-between;
        padding: 0;
    }

    .nav-tabs .nav-item {
        flex: 1 1 auto;
    }

    .nav-tabs .nav-link {
        padding: 15px 10px;
    }

    .nav-tabs .nav-link i {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link .tab-text {
        display: none; /* Sembunyikan teks pada layar mobile */
    }

    .nav-tabs .nav-link.active {
        background-color: rgba(21, 66, 3, 0.05);
    }

    .nav-tabs {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #dee2e6;
        max-width: 100%;
    }

    .nav-tabs .nav-item {
        flex: 1;
        border-right: none;
    }

    .nav-tabs .nav-link {
        min-width: auto;
        padding: 15px 10px;
    }

    .nav-tabs .nav-link i {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link .tab-text {
        display: none;
    }


    .info-text {
        font-size: 13px;
    }

    td, th {
        padding: 10px;
        font-size: 14px;
    }

    .book-button {
        padding: 4px 12px;
        font-size: 13px;
    }

    .hero-text {
        width: 85%;
        border-radius: 0 10px 10px 0;
        padding: 1.5rem;
    }

    .hero-text h1 {
        font-size: clamp(1.8rem, 3vw, 3rem);
        margin-left: 1rem;
    }

    .hero-text p {
        font-size: clamp(0.9rem, 1.2vw, 1.2rem);
        margin-left: 1rem;
    }


    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }

    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .content-section {
        padding: 0px;
        margin: 1vh 0px 0px;
    }

    .content-section h1 {
        font-size: 1rem;
    }

    .services-content {
        padding-left: 1vh;
        padding-top: 1vh;
        /*padding-right: 3vh;*/
    }

    .services-content h1 {
        font-size: 2.5rem;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .services-text {

        margin-bottom: 1rem;

    }

    .services-text p {
        line-height: 1;
        margin-bottom: 1.5rem;

    }

    .subscribe {

        height: 50rem;
        /*padding: 1rem;*/


    }

    .form-group-subscribe input {
        height: 30px;
    }

    .careers .careers-content {
        padding: 0.5rem;
        /*width:600px;*/
        height: auto;

    }


    .careers .careers-content p {
        margin-bottom: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;

    }

    .careers .careers-content h1 {
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;

    }

    .horizontal-scrollable .news-card {

        width: 300px;
    }

    .horizontal-scrollable .news-card img {

        height: 200px;
    }

    /* Stack form elements */
    .row [class*="col-"] {
        margin-bottom: 15px;
    }

    /* Footer adjustments */
    .footer {
        padding: 30px 15px;
    }

    .footer h4 {
        margin-top: 25px;
    }

    .terms, .footer-social {
        justify-content: center;
        text-align: center;
    }

    .rates-btn {
        margin-top: 0;
        justify-content: center;
        text-align: center;
    }

    .rates-btn span {
        display: inline;
    }


}

/* Quote2 */
/*.gr-box {*/
/*    background-color: transparent;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    !*position: absolute;*/
/*    top:90%;*!*/
/*    top: auto;*/
/*    height: auto;*/
/*    width: 100%;*/
/*}*/

.headerrr-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.headerrr-1 select {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
}

.headerrr-1 a {
    color: #006400;
    text-decoration: none;
    font-weight: bold;
}

.containerr {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.headerr {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tabss-wrapper {
    width: 100%; /* Membuat elemen pembungkus memakan lebar penuh */
    overflow-x: auto; /* Mengaktifkan scroll horizontal */
    white-space: nowrap; /* Membuat elemen tetap dalam satu baris */
}

.tabss {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}

.tabr {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    position: relative;
}

.tabr.active {
    border-bottom: 2px solid #4CAF50;
    color: #4CAF50;
}

.tabr.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group select, .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-group .swap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.form-group .swap-icon i {
    font-size: 20px;
    color: #ddd;
}

.next-button {
    display: flex;
    justify-content: flex-end;
}

.next-button a {
    text-decoration: none;
}

.next-button button {
    background-color: transparent;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.next-button button i {
    margin-left: 10px;
}

.containerrr-1 {
    display: flex;
    gap: 20px;
}

.form-sectionr {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    margin-left: 5vw;
}

.form-sectionr h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.form-group-inline {
    display: flex;
    gap: 10px;
}

.form-group-inline input {
    width: calc(33.33% - 10px);
}

.form-group-inline input.long {
    width: calc(100% - 10px);
}

.form-groupr-1 {
    display: flex;
    gap: 10px;
}

.form-groupr {
    margin-bottom: 15px;
}

.form-groupr label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-groupr input {
    width: calc(100% - 10px);
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/*!* services *!*/
/*.services-container {*/
/*    !*max-width: 1200px;*!*/
/*    margin: 3rem auto;*/
/*    padding: 2rem 2rem;*/
/*    gap: 4rem;*/
/*    align-items: center;*/
/*}*/

/*.services-content {*/
/*    flex: 1;*/
/*    padding-left: 5vh;*/
/*    padding-top: 5vh;*/
/*}*/
/*.services-content h1 {*/
/*    !*font-size: 2.5rem;*!*/
/*    font-size: clamp(2.5rem, 3vw, 4vw);*/
/*    color: black;*/
/*    margin-left:clamp(2rem, 5vw, 6vw);*/
/*    margin-bottom: 5rem;*/
/*    font-weight: normal;*/
/*}*/
.services-content {
    flex: 1;
    padding-left: clamp(1.5rem, 3vw, 6vw);
    padding-top: clamp(1.5rem, 3vw, 6vw);
    /*padding-right: 5vh;*/
}

.services-content h1 {
    font-size: clamp(2rem, 5vw, 4vw);
    color: black;
    margin-left: clamp(1.5rem, 3vw, 6vw);
    margin-bottom: 1rem;
    font-weight: normal;
    /*text-align: center; !* Meratakan teks responsif *!*/
}


.services-illus {
    position: relative;
    bottom: 50px;
    right: 10px;
    opacity: 0.9;

}

.services-illus img {
    width: 50%;
    height: auto;
}

/*.services-container h1 {*/
/*    !*font-size: 2.5rem;*!*/
/*    font-size: clamp(2.5rem, 3vw, 4vw);*/
/*    color: black;*/
/*    margin-left:clamp(2rem, 5vw, 6vw);*/
/*    margin-bottom: 5rem;*/
/*    font-weight: normal;*/
/*}*/

.services-text {
    background: #f8f8f8;
    padding: clamp(2rem, 5vw, 6vw);
    border-radius: 10px;
    margin-bottom: 5rem;

}

.services-text p {
    color: black;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: clamp(0.8rem, 1.5vw, 4vw);

}

.view-services-btn {
    display: inline-block;
    background: var(--green-color);
    color: white;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
}

/* banner */
.banner {
    background: url('../../../img/astrika/services/awan.png');
    background-size: cover;
    color: white;
    height: auto;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}


.banner-content {
    /*max-width: 1200px;*/
    margin: 0 auto;

}

.banner-content h1 {
    color: white;
    justify-items: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: clamp(2.5rem, 3.5vw, 4vw);

}


.cta-card {
    background-color: #fff;
    /*padding: 20px;*/
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 0 0 10px;
    color: #000;
    font-size: clamp(1rem, 1vw, 2vw);

}

.cta-card p {
    color: black;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: left;
}

.cta-ca {
    /*display: flex;*/
    /*gap: 15rem;*/
}

.button {
    align-items: right;
    color: black;
    text-decoration: none;
    border-radius: 4px;

}


/* features */
.card {
    border: none;
    border-radius: 0;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 100px;
}

.card img {
    object-fit: cover;
    height: 700px;

}

.card-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.card-text {
    font-size: 1.5rem;
}

/*.features {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    margin: 0 0;*/
/*}*/

/*.feature-card {*/
/*    object-fit: cover;*/
/*}*/

/*.feature-content {*/
/*    color: white;*/
/*    padding: 1rem;*/
/*    margin-top: -50vh;*/
/*    font-size: 15pt;*/
/*}*/


/* hiring */
.careers {
    background: url('../../../img/astrika/home/kursi.jpg');
    /*padding: 2rem 0;*/
    padding-right: 50vw;
    background-size: cover;
    height: 80vh;
    position: relative;
    justify-content: center;
    text-align: center;

}

.careers::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    pointer-events: none;

}


.careers-content {
    background-color: #fff;
    padding: 40px;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-radius: 0 20px 20px 0;
    margin-top: 40vh;
    /*max-width: auto;*/
    /*width:auto;*/
    position: absolute;
    /*bottom: 0px;*/
    color: #000;
}


.careers-content p {
    color: var(--grey-color);
    margin-bottom: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: clamp(1rem, 1.5vw, 3vw);
}

.careers h1 {
    margin-top: 1rem;
    margin-left: 4rem;
    margin-right: 4rem;
    text-align: left;
    font-size: clamp(2rem, 3vw, 3vw);

}

.careers h1 span {
    color: var(--green-color);
    text-decoration: underline;

}

.careers-content a.button {
    display: block;
    text-align: right;
}


.sub-text {
    text-align: right;
    text-decoration: none;
    color: #000;
    font-size: clamp(1rem, 1.5vw, 3vw);
    /*margin-left: 40vw;*/
    /*margin-right: 2vw;*/

}

/* News */
/* Horizontal */
.horizontal-scrollable {
    white-space: wrap;
    position: relative;
    display: flex;

    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.h-item {
    /*background: #f8f9fa;*/
    margin-right: 4px;
    border-radius: 2px;
    flex-shrink: 0;
    /*width: 90%;*/
    /*max-width: 460px;*/
    padding: 12px 16px;
}

.h-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.h-display {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    position: relative;
    color: #202124;
    vertical-align: top;
}


.news-card-home {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 500px;
    /*height: 700px;*/
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.news-card-home img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.news-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
    justify-content: space-between;

}

.news-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-description {
    font-size: 14px;
    color: #555;
}

.read-more {
    font-size: 14px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.read-more i {
    margin-left: 5px;
}

.sidebar {
    width: 200px;
    padding: 20px;
}

.sidebar h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.view-all {
    background-color: #004d00;
    color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

/* subcribe */
.subscribe {
    display: flex;
    background-image: url('../../../img/astrika/home/kapal-cargo-view.jpg');
    background-size: cover;

    background-position: center;
    justify-content: center;
    text-align: center;
    color: white;
    height: 50vh;
    padding: 1rem;


}

.subs-content {
    display: flex;
    background-color: #fff;
    color: #000;
    flex-direction: column; /* Susun elemen secara vertikal */
    align-items: center; /* Rata tengah secara horizontal */
    justify-content: center; /* Rata tengah secara vertikal */
    text-align: center; /* Pusatkan teks */
    gap: 1rem; /* Jarak antar elemen */
    padding: 2rem;

    border-radius: 20px;
}

.subs.content h2 {
    font-size: clamp(1vw, 2.5vw, 4vw);
}

.subscribe p {
    font-size: clamp(1rem, 1.2vw, 2vw);
}

.subs-content img {
    height: 80px;
}

.subscribe h2 {
    margin-top: 10px;
    font-size: clamp(1.5rem, 2.6vw, 4vw);
    padding-left: 3rem;
    padding-right: 3rem;
}

.form-group-subscribe {
    display: flex;
    gap: 10px;
    color: #006400;
    width: 100%;
}

.form-group-subscribe input {
    height: 50px;
}

/* footer  */
/* Gambar latar belakang */
.background-20 {
    background-image: url('../../../img/astrika/about/industrial.jpg');
    background-size: cover;
    background-position: center;
    margin: auto;
    height: 80vh;
    background-repeat: no-repeat;
}

.lis-putih {
    height: 90%;
    width: 95%;
    margin: auto;
    justify-content: center;
    text-align: center;
    align-content: center;
    border: 2px solid #fff;
    transform: translate(0%, 6%);
}

.text-ab-2 {
    /*max-width: 60%;*/
    color: #fff;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: clamp(2rem, 4vw, 3rem);
    justify-items: center;

}

.background-21 {
    align-items: center;
    color: black;
    margin-left: 32vw;

}

.img-text-33 {
    color: #fff;
    font-size: 14pt;
    /*margin-left: -2vw;*/
}

.background-22 {
    align-items: center;
    color: black;
    /*margin-left: 52vw;*/
    /*margin-top: -5.2rem;*/

}

.img-text-4 {
    color: #fff;
    font-size: 14pt;
    margin-left: -3vw;
}

/* quick links */
.footer {
    background-color: #fff;
    padding: 40px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    /*position: relative;*/
}


.img-footer {
    /*margin-bottom: 20px;*/
}

.subscribe-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}

.subscribe-container input[type="email"] {
    border: none;
    padding: 10px;
    flex: 1;
    font-size: 14px;
}

.subscribe-container button {
    background-color: #2d4b1a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.footer a, .footer p {
    color: #00000080;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
    display: block;
}

.footer a:hover {
    color: darkgray;
}

.terms {
    margin-top: 10px;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 1rem 0;
}

.footer-social {
    display: flex;
    /*align-items: center;*/
    /*position: absolute;*/
    /*bottom: 60px;*/
    /*right: 20px;*/
}

.footer-social a {
    margin-right: 25px; /* Adjust this value to control the spacing */
}

.footer-social a:last-child {
    margin-right: 0; /* Remove margin from the last icon */
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00c853; /* Green color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

