:root {
    --font-poppins: "Poppins", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --font-courgette: "Courgette", sans-serif;
    --white-color: #fff;
    --white-color-opc: 255, 255, 255;
    --black-color: #110F0F;
    --black-color-opc: 17, 15, 15;
    --title-color: #110F0F;
    --title-color-opc: 17, 15, 15;
    --title-color2: #F6F3BC;
    --title-color2-opc: 246, 243, 188;
    --text-color: #525252;
    --white-text-color: #AAAAAA;
    --primary-color1: #db582a;
    --primary-color1-opc: 23, 129, 254;
    --primary-color2: #0EA9D0;
    --primary-color2-opc: 14, 169, 208;
    --primary-color3: #285340;
    --primary-color3-opc: 40, 83, 64;
    --primary-color4: #1B2072;
    --primary-color4-opc: 27, 32, 114;
    --borders-color: #E8E8E8;
    --card-1: #FFF3EE;
    --card-2: #EEF4FF;
    --card-3: #EEFFF6;
    --card-4: #FFF9EE;
}

.topbar-area .topbar-wrap .header-logo img {
    min-width: 80px;
    max-width: 80px;
}

.bottom-area {
    padding-top: 35px;
    gap: 15px;
}

    .bottom-area .batch {
        padding: 9px 30px;
        border-radius: 100px;
        background-color: #0f0f0f14;
        display: inline-flex;
        align-items: center;
        gap: 15px;
    }

.batch span {
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.home4-about-section {
    margin-bottom: 80px;
}

.footer-section {
    background-image: url(../img/home1/footer-bg.png), linear-gradient(180deg, #110f0f96 0%, #110F0F 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background: #0A2647;
}

    .footer-section .divider {
        fill: #dfd6d6;
        width: 100%;
    }

.about-section .about-content .section-title h4 {
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: justify;
    font-style: italic;
}

.footer-section .footer-menu-wrap {
    padding: 54px 0 0px;
}

.visa-dt-success-story-section .destionation-dt-customer-gallery-slider .success-story-card .success-story-content-wrap img {
    max-height: unset;
    min-height: unset;
    width: 55px;
    border-radius: unset;
}

.hotel-grid-page .hotel-grid-top-area {
    padding: 10px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-area {
    display: none !important;
}

.package-grid-page .package-grid-top-area {
    padding: 15px 30px;
    border: 1px solid var(--borders-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

/* Step progress bar */
.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

    .stepper-item::before,
    .stepper-item::after {
        content: '';
        position: absolute;
        border-top: 7px solid #ddd;
        top: 14px;
        width: 100%;
        z-index: 1;
    }

    .stepper-item::before {
        left: -50%;
    }

    .stepper-item::after {
        right: -50%;
    }

    .stepper-item:first-child::before {
        display: none;
    }

    .stepper-item:last-child::after {
        display: none;
    }

.step-counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.active .step-counter {
    border-color: #f0ad4e;
    background: #f0ad4e;
    color: #fff;
    font-weight: bold;
}

.step-name {
    margin-top: 8px;
    font-size: 14px;
}

.card-body-show {
    max-width: 1000px;
    margin: 0 auto;
    background: #f5f5f5;
}

    .card-body-show .nice-select {
        width: 100%;
        height: 54px;
        line-height: 42px;
        color: #AAAAAA;
        font-family: var(--font-poppins);
        font-size: 14px;
        font-weight: 500;
        background: var(--white-color);
        border-color: var(--borders-color);
        border-radius: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

.styled-range {
    height: 6px;
    border-radius: 5px;
    appearance: none;
}

    .styled-range::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #0d6efd;
        border: none;
        cursor: pointer;
    }

    .styled-range::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #0d6efd;
        border: none;
        cursor: pointer;
    }

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.45em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.confirmation-card {
    max-width: 600px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.success-icon {
    font-size: 60px;
    color: #28a745;
}

.info-label {
    font-weight: bold;
    color: #333;
}

.pagination-area {
    justify-content: center;
}

header.style-1 .main-menu > ul > li .mega-menu .menu-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.service-wrapper.four .section-title h2 {
    max-width: 600px;
}

.service-wrapper .service-list .single-service .content h4 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.service-wrapper .service-list .single-service .content p {
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.package-card.four .package-content {
    gap: 15px;
}

.package-card .package-content .bottom-area ul {
    justify-content: space-between;
}

.contact-info span, b {
    color: #000000;
    font-size: 16px !important;
}

.package-card.four .package-content .location-area {
    margin-bottom: 30px;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
}

/* Container chứa các dải ảnh */
.dest-grid-wrapper {
    display: flex;
    gap: 12px;
    height: 550px; /* Chiều cao cố định cho dải ảnh */
    width: 100%;
}

/* Từng thẻ địa điểm */
.dest-card {
    position: relative;
    flex: 1; /* Tất cả các thẻ có độ rộng bằng nhau lúc đầu */
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

/* Hình ảnh nền */
.dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Lớp phủ đen mờ và Nội dung khi hover */
.dest-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55); /* Độ mờ khi rê chuột vào */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    text-align: center;
    opacity: 0; /* Mặc định ẩn nội dung */
    transition: opacity 0.4s ease;
    color: #fff;
}

/* Hiệu ứng khi Hover */
.dest-card:hover {
    flex: 2.5; /* Giãn rộng dải ảnh đang được chọn */
}

    .dest-card:hover .dest-hover-content {
        opacity: 1; /* Hiện nội dung */
    }

    .dest-card:hover .dest-img {
        transform: scale(1.1); /* Phóng to nhẹ ảnh nền */
    }

/* Định dạng text bên trong */
.dest-title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color:#ffffff;
}

.dest-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 250px;
    margin-bottom: 20px;
    text-align: justify;
}

/* Responsive cho Mobile */
@media (max-width: 992px) {
    .dest-grid-wrapper {
        flex-direction: column;
        height: auto;
    }

    .dest-card {
        height: 250px;
        flex: none;
    }

    .dest-hover-content {
        opacity: 1; /* Hiện luôn trên mobile vì không có thao tác rê chuột */
        background: rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home1-offer-banner-section .banner-content h2 {
        font-size: 48px;
    }

    .home1-offer-banner-section {
        padding: 85px 0;
    }
}

.footer-section .footer-contact-wrap .inquiry-area .content span {
    color: #ffffff;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.footer-section .footer-menu-wrap .footer-widget .widget-list li a {
    color: #ffffff;
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: 0.5s;
}

.widget-body p
{
    color:#ffffff;
}

.footer-section .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #292727;
    background: #000000;
}

.home4-about-section .about-wrapper .about-content > ul li {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 48%;
    padding: 10px 25px;
    background-color: #0A2647;
    border-radius: 100px;
}

.home6-banner-section .banner-wrapper .banner-content-wrap .banner-content.two {
    max-width: 800px;
}

.about-section .about-content .section-title p {
    max-width: unset;
    font-weight: normal;
    margin-bottom: 25px;
    padding-top: 15px;
}

.testimonial-card p {
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

/* Responsive cho Mobile */
.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    border: 1.5px solid var(--primary);
    border-radius: 100px;
    padding: 4px 16px;
    margin-bottom: 16px;
}

.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    color: var(--dark);
}

    .section-title em {
        font-style: italic;
        color: var(--primary);
    }

.section-sub {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 520px;
}

.value-card {
    border-radius: 24px;
    padding: 40px 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

    .value-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 48px rgba(0,0,0,0.1);
    }

    .value-card.c1 {
        background: var(--card-1);
    }

    .value-card.c2 {
        background: var(--card-2);
    }

    .value-card.c3 {
        background: var(--card-3);
    }

    .value-card.c4 {
        background: var(--card-4);
    }

.card-number {
    font-family: 'DM Serif Display', serif;
    font-size: 72px;
    line-height: 1;
    opacity: 0.08;
    position: absolute;
    top: 16px;
    right: 24px;
    color: var(--dark);
    user-select: none;
}

.card-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.c1 .card-icon {
    background: #FFD5C2;
}

.c2 .card-icon {
    background: #C8D9FF;
}

.c3 .card-icon {
    background: #B8F0D4;
}

.c4 .card-icon {
    background: #FFE8B0;
}

.card-title {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--dark);
}

.card-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 20px;
}

.card-quote {
    font-size: 13px;
    font-style: italic;
    color: var(--primary);
    font-weight: 500;
    border-left: 3px solid var(--primary);
    padding-left: 12px;
    line-height: 1.6;
}

.divider-line {
    height: 2px;
    background: linear-gradient(90deg, var(--primary), transparent);
    border: none;
    margin: 12px 0 32px;
    width: 60px;
}

.faq-page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    min-height: 200px;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes iconPop {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

#successModal.show {
    display: flex !important;
}