.vna-booking-section {
    padding: 60px 0;
    background-color: #fff;
}

.vna-main-title {
    font-weight: 800;
    color: #000;
}

.vna-title-line {
    width: 80px;
    height: 2px;
    background: #000;
    margin: 10px auto;
}

/* Card Style */
.vna-card-form {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
}

.section-sub-title {
    font-weight: 700;
    color: #444;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.header-leng {
    display: flex;
    align-items: center;
}

.gtranslate_wrapper {
    padding-left: 15px;
}

.gtranslate_wrapper a {
    margin-left: 5px;
}

/* Form Controls */
label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9rem;
    padding: 10px;
}

.vna-checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.vna-checkbox {
    font-weight: 400;
    cursor: pointer;
}

/* Sidebar */
.vna-side-block {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.side-title {
    background: #eee;
    padding: 10px 15px;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.vna-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.vna-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vna-testimonial-card {
    padding: 20px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.vna-booking-section .wpcf7 {
    max-width: 100% !important;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.stars {
    color: #ffc107;
    font-size: 0.8rem;
}

.testimonial-text {
    font-style: italic;
    font-size: 0.85rem;
    color: #666;
}

/* Button */
.vna-btn-submit {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 60px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.vna-btn-submit:hover {
    background: #cc0000;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.vna-privacy-note {
    font-size: 0.75rem;
    color: #888;
}

/* Swiper Custom */
.swiper-pagination-bullet-active {
    background: #ff0000 !important;
}

.vna-booking-section .package__duration {
    display: none !important;
}

.vna-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.vna-checkbox input {
    margin-right: 8px;
}

.vna-card-form {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 4px;
}

.form-control:focus {
    border-color: #ff0000;
    box-shadow: none;
}

.vna-btn-submit {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.vna-btn-submit:hover {
    background: #cc0000;
    transform: scale(1.05);
}

.vna-booking-form {
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 20px;
    color: #333;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}

.vna-booking-form br {
    display: none !important;
}

.vna-booking-form p {
    margin-bottom: 0 !important;
}

.vna-checkbox-group span.wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 10px 0;
}

.vna-form-section label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
    font-size: 14px;
}

.vcf-booking-form input[type="text"],
.vcf-booking-form input[type="email"],
.vcf-booking-form select,
.vcf-booking-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.vna-btn-red {
    background: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.vna-btn-red:hover {
    background: #cc0000;
}

.vna-terms {
    background: #f8f9fa;
    padding: 10px;
    border-left: 4px solid #007bff;
    margin-top: 20px;
}

.footer {
    background: #006ab1;
}

.footer__content {
    color: #fff;
}

.footer__menu li a {
    color: #fff;
    opacity: 0.8;
}

.footer .copyright {
    color: #fff;
}

/* ============================================================
   MEGAMENU — PC & MOBILE
   HTML structure (Custom_Walker):
   ul.header__menu > li.menu-item[.dropdown] > a.menu-link
                                             > ul.subMenu > li > a
   ============================================================ */

/* ---------- SHARED: reset list ---------- */
.header__menu,
.header__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================================
   PC  (≥ 851px)
   ============================================================ */
@media (min-width: 851px) {

    /* Top-level list */
    .header__menu {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 4px;
    }

    /* Top-level item */
    .header__menu>.menu-item {
        position: relative;
    }

    /* Top-level link */
    .header__menu>.menu-item>a.menu-link,
    .header__menu>.menu-item>a.dropdown-toggle.menu-link {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 8px 14px;
        color: #024363;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
        text-decoration: none;
        border-radius: 6px;
        transition: color 0.2s, background 0.2s;
        position: relative;
    }

    .header__menu>.menu-item>a.menu-link:hover,
    .header__menu>.menu-item>a.dropdown-toggle.menu-link:hover,
    .header__menu>.menu-item.active>a.menu-link {
        color: #F3A327;
        background: rgba(243, 163, 39, 0.08);
    }

    .header__menu>.menu-item.menu-item-has-children:hover>a.menu-link::after {
        transform: rotate(180deg);
        color: #F3A327;
    }

    /* Submenu (dropdown panel) */
    .header__menu>.menu-item>ul.subMenu {
        position: absolute;
        top: calc(100% + 6px);
        left: 50%;
        transform: translateX(-50%) translateY(-8px);
        min-width: 220px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(2, 67, 99, 0.13);
        border: 1px solid rgba(2, 67, 99, 0.08);
        padding: 8px 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
        z-index: 9999;
    }

    /* Mũi tên nhỏ trỏ lên */
    .header__menu>.menu-item>ul.subMenu::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.06));
    }

    /* Hiện submenu khi hover parent */
    .header__menu>.menu-item:hover>ul.subMenu,
    .header__menu>.menu-item:focus-within>ul.subMenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    /* Submenu links */
    .header__menu>.menu-item>ul.subMenu>.menu-item>a {
        display: block;
        padding: 10px 20px;
        color: #024363;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.15s, color 0.15s, padding-left 0.15s;
        border-radius: 0;
    }

    .header__menu>.menu-item>ul.subMenu>.menu-item>a:hover,
    .header__menu>.menu-item>ul.subMenu>.menu-item.active>a {
        background: rgba(243, 163, 39, 0.1);
        color: #F3A327;
        padding-left: 26px;
    }

    /* Divider giữa các sub item */
    .header__menu>.menu-item>ul.subMenu>.menu-item+.menu-item {
        border-top: 1px solid rgba(2, 67, 99, 0.06);
    }
}

/* ============================================================
   MOBILE  (≤ 850px)
   ============================================================ */
@media (max-width: 850px) {

    /* header__mobi là panel trượt từ trái */
    .header__mobi .header-leng {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    /* Top-level list */
    .header__menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    /* Top-level link */
    .header__menu>.menu-item>a.menu-link,
    .header__menu>.menu-item>a.dropdown-toggle.menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 13px 0;
        color: #024363;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid rgba(2, 67, 99, 0.1);
        transition: color 0.2s;
    }

    .header__menu>.menu-item>a.menu-link:hover,
    .header__menu>.menu-item.active>a.menu-link {
        color: #F3A327;
    }

    .header__menu>.menu-item.menu-item-has-children.open>a.menu-link::after {
        transform: rotate(180deg);
        color: #F3A327;
        opacity: 1;
    }

    /* Submenu — ẩn bằng max-height (accordion effect) */
    .header__menu>.menu-item>ul.subMenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        background: rgba(2, 67, 99, 0.03);
        border-radius: 8px;
        margin-bottom: 0;
    }

    /* Khi open */
    .header__menu>.menu-item.dropdown.open>ul.subMenu {
        max-height: 600px;
    }

    /* Sub item links */
    .header__menu>.menu-item>ul.subMenu>.menu-item>a {
        display: block;
        padding: 11px 16px;
        color: #555;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid rgba(2, 67, 99, 0.06);
        transition: color 0.2s, background 0.2s;
    }

    .header__menu>.menu-item>ul.subMenu>.menu-item>a:hover,
    .header__menu>.menu-item>ul.subMenu>.menu-item.active>a {
        color: #F3A327;
        background: rgba(243, 163, 39, 0.07);
    }

    .header__menu>.menu-item>ul.subMenu>.menu-item:last-child>a {
        border-bottom: none;
    }

    .gtranslate_wrapper {
        justify-content: center;
        display: flex;
    }

    .homeCruise__grid {
        grid-template-columns: none;
        grid-template-rows: auto;
        gap: 20px 0px;
    }

    .homeCruise__grid .hotel {
        grid-column: none;
    }
}

.bnTop img {
    max-height: 300px;
    object-fit: cover;
}

/* News Category Nav Scroll & Pill Fix */
.newsList__navs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start !important;
    padding-bottom: 10px;
    gap: 15px !important;
}

.newsList__navs::-webkit-scrollbar {
    display: none;
}

.newsList__navs .item {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px !important;
    padding: 0 25px !important;
    border-radius: 50px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(2, 67, 99, 0.15) !important;
    background: #fff !important;
    color: #024363 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}

.newsList__navs .item.active,
.newsList__navs .item:hover {
    background: #024363 !important;
    color: #fff !important;
    border-color: #024363 !important;
}

.header {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 4px 24px -1px rgba(5, 68, 103, .25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: .1s linear;
}

.header .header-overlay {
    display: none !important;
}

.post__info span.post__date {
    display: none !important;
}

#modalBookingTour .modal-title span {
    color: #fff;
}

.package__places {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.package__places i,
.package__duration i {
    padding-right: 10px !important;
}

.package__duration {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

/* Cruise Booking Modal Fixes */
.modalBookingTour .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modalBookingTour .modal-header {
    background: #004262;
    color: #fff;
    padding: 25px 30px;
    border: none;
}

.modalBookingTour .modal-header .modal-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.modalBookingTour .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.modalBookingTour .modal-body {
    padding: 30px;
    background: #fbfbfb;
}

.hotelBookingForm .form-label {
    font-weight: 600;
    color: #444;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.hotelBookingForm .form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease;
}

.hotelBookingForm .form-control:focus {
    border-color: #004262;
    box-shadow: 0 0 0 4px rgba(0, 66, 98, 0.1);
}

.hotelBookingForm .hotelBookingDate {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.hotelBookingForm .hotelBookingDate:hover {
    border-color: #004262;
    background: #fdfdfd;
}

.hotelBookingForm .hotelBookingDate>div {
    flex: 1;
    text-align: center;
}

.hotelBookingForm .hotelBookingDate__checkIn {
    border-right: 2px solid #f5f5f5;
}

.hotelBookingForm .hotelBookingDate .form-label {
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hotelBookingForm .hotelBookingDate strong {
    font-size: 16px;
    color: #004262;
    font-weight: 700;
}

.hotelBookingForm .addon-services-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #004262;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hotelBookingForm .addon-services-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.hotelBookingForm .addon-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #eee !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
}

.hotelBookingForm .addon-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #004262 !important;
}

.hotelBookingForm .addon-item .form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.hotelBookingForm .addon-item .form-check-label {
    flex: 1;
}

.hotelBookingForm #live-booking-messages {
    background: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 10px;
}

.hotelBookingForm .btnBook {
    background: #004262;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 66, 98, 0.2);
}

.hotelBookingForm .btnBook:hover {
    background: #005a85;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 66, 98, 0.3);
}

.hotelBookingForm .btnBook:disabled {
    background: #ccc;
    box-shadow: none;
    transform: none;
}

/* FullCalendar Customization */
.fc .fc-toolbar-title {
    font-size: 1.3rem !important;
    font-weight: 700;
    color: #004262;
}

.fc .fc-button-primary {
    background-color: #004262 !important;
    border-color: #004262 !important;
    border-radius: 8px !important;
}

.fc .fc-daygrid-day-top {
    font-weight: 600;
}

#calendar-availability {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
}

#calendar-availability.loader {
    opacity: 0.5;
    filter: blur(2px);
}

.the_content {
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}

.the_content iframe {
    width: 100%;
    margin: 10px 0px;
}

.the_content article {
    margin-bottom: 1rem;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
    margin-bottom: 1rem;
}

.the_content h1,
.the_content h2 {
    font-size: 200%;
}

.the_content h3 {
    font-size: 150%;
}

.the_content h4 {
    font-size: 125%;
}

.the_content h5 {
    font-size: 110%;
}

.the_content h6 {
    font-size: 100%;
}

.the_content p {
    margin-bottom: 1rem;
}

.the_content p:last-child {
    margin-bottom: 0;
}

.the_content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.the_content ul li {
    padding: 5px 0px;
}

.the_content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.the_content ol li {
    padding: 5px 0px;
}

.the_content img {
    width: 100%;
    max-width: 100%;
}

.the_content iframe {
    max-width: 100%;
}

.the_content table {
    display: table;
    width: 100%;
}

.the_content table td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-size: 100%;
}

.the_content blockquote {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    font-style: italic;
    margin-bottom: 20px;
    border-radius: 10px;
}

.the_content blockquote p:last-child {
    margin-bottom: 0;
}