.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 4px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: crimson;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link.active-nav {
    color: crimson !important;
    font-weight: bold;
}

.navbar-nav .nav-link.active-nav::after {
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.25rem;
    display: none;
    position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.container-header{
    background: #ffffff;
}
.dropdown-toggle-no-arrow::after {
    display: none !important;
}
.language-btn {
    border: 1px solid black;
    border-radius: 50px;
    padding: 6px 16px;
    background-color: white;
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}
.language-btn:hover {
    color: #800000;
}
.login-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login-icon {
    width: 36px;
    height: 36px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
}

.login-text {
    font-weight: 500;
    color: black;
}

.container-isi{
    background:#ffffff;
    position: relative;
}

.home-isi img {
    width: 100%;
    height: auto;
    display: block;
}

.container-footer{
    background-color: #c1121f;
    color:#f4f4f4;
}

/* .container-description{
    background: #c1121f;
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    z-index: 10;
    padding: 20px 30px;
} */

/* .container-description {
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    z-index: 10;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.left-text {
    flex: 1;
    /* padding-right: 10px; lebih mepet ke garis putih */
    /* border-right: 2px solid white; Garis tengah */
/* } */

/* .left-text p { */
    /* margin: 10px 0; */
    /* font-size: 16px; */
    /* line-height: 1.2; biar jarak antar baris rapih */
/* } */

/* .left-text p i { */
    /* margin-right: 10px; */
    /* font-size: 18px; */
    /* vertical-align: middle; biar icon rata tengah */
/* } */

/* .right-text { */
    /* flex: 1; */
    /* padding-left: 10px; lebih mepet ke garis putih */
/* } */

/* .right-text h2 { */
    /* font-size: 24px; */
    /* font-weight: bold; */
    /* margin: 0 0 10px 0; */
/* } */

/* .right-text p { */
    /* font-size: 16px; */
    /* margin: 0; */
/* } */ 

.container-description {
    /* background: rgba(0, 0, 0, 0.2); semi transparan */
    color: white;
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    z-index: 10;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.left-text {
    flex: 1;
    padding-right: 10px;
    border-right: 2px solid white; /* Garis tengah */
    display: flex;
    flex-direction: column;
    gap: 15px; /* jarak antar icon-text */
    align-items: flex-end;
}

.icon-text {
    display: flex;
    align-items: flex-start; /* Biar sejajar atas icon dan text */
    gap: 10px;
    justify-content: flex-end;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    align-self: flex-start;
}

.icon-text p {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    text-align: right;
}

.right-text {
    flex: 1;
    padding-left: 10px;
}

.right-text h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.right-text p {
    font-size: 30px;
    margin: 0;
}




.travel-insuance {
    position: absolute;
    top: 15%; /* atau sesuai kebutuhan */
    left: 35%;
    transform: translate(-50%, -30%);
    width: 60%;
    background: white;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.contact-box {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: all 0.3s ease-in-out;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contact-box h3 {
    font-weight: 700;
    color: #800000;
    margin-bottom: 15px;
}

.contact-box h5 {
    font-weight: 600;
    color: #212529;
}

.contact-box p {
    font-size: 16px;
    color: #6c757d;
}

.picture-contact {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.travel-loader {
    text-align: center;
}

.plane-icon {
    width: 70px;
    height: 70px;
    animation: fly 1.5s ease-in-out infinite alternate;
}

@keyframes fly {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-15px); }
}

#preloader p {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
    .contact-box {
        padding: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .travel-insuance {
        width: 90%;
        padding: 15px 20px;
    }
}



