/* ==========================================================================
   CSS Overrides (v2) - Mobile Search & Banner Backdrop Integration
   ========================================================================== */
.dlv-bot-fab {
    z-index: 1000 !important;
    /* Đảm bảo nút Chatbot nằm trên modal full-screen */
}

/* Modal overlay & Modal main setup */
.dlv-svc-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 100000 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
    display: block !important;
}

.dlv-svc-modal-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.dlv-svc-modal {
    position: fixed !important;
    background: #fff !important;
    z-index: 100001 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

@media (max-width: 767px) {

    .row:after,
    .row:before {
        content: none !important;
    }

    .fss-strip {
        border-radius: 0px !important;
        border: none !important;
        box-shadow: none !important;
        padding: 12px 6px !important;
    }

    .fss-strip::before {
        content: none !important;
        /* Ẩn đường viền trên cùng của strip trên mobile */
    }

    .hp-svcgrid-wrap {
        padding: 12px 2px 4px !important;
        position: relative !important;
        margin-top: -27px !important;
        ;
        background-color: white;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        border-radius: 18px;
        /* bo đủ 4 góc: thanh search đã tách thành khối riêng bên dưới */
    }

    .hp-mob-banner-container {
        width: 100% !important;
        aspect-ratio: 1080 / 607 !important;
        height: auto !important;
    }

    .hp-mob-banner-container .hp-mob-banner {
        width: 100% !important;
        height: 100% !important;
    }

    .hp-mob-banner-container .hp-mob-banner img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    /* 1. Thanh search: khối RIÊNG, TÁCH khỏi card lưới icon (kiểu Traveloka).
          STICKY: dính theo khi cuộn xuống (client 2026-07-28). Header mobile fixed 50px → top:50px.
          Nền đổi transparent→#fff để nội dung cuộn under KHÔNG lộ qua khe padding.
          z-index 900 (lúc NGHỈ): TRÊN nội dung nhưng DƯỚI header(9990) + menu/overlay → khi mở menu
          mobile (bị nhốt trong stacking context header 9990) hay modal, chúng ĐÈ LÊN search bar chứ
          search bar KHÔNG đè lên (fix client 2026-07-28). RIÊNG khi mở lớp tìm kiếm full-screen: nâng z
          lên 100000 ở rule body.gs-dropdown-active bên dưới (overlay là CON của khối này → sticky tạo
          stacking context, phải nâng cả khối thì overlay mới phủ được header). */
    .hp-mob-search-row {
        position: sticky;
        top: 50px;
        z-index: 900;
        background: #fff;
        padding: 12px 14px 4px;
        border-radius: 0;
    }

    .hp-mob-search-row .mainHead-mob-search {
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Thanh search kiểu Traveloka: pill trắng trơn, KHÔNG viền hồng, KHÔNG nút hồng.
       Kính lúp xám nằm bên TRÁI, chỉ còn vai trò biểu tượng - chạm bất kỳ đâu trên
       thanh đều mở lớp tìm kiếm toàn màn hình (body.gs-dropdown-active). */
    .hp-mob-search-row .mainHead-mob-search .global-search-bar {
        background: #fff !important;
        border: 1px solid #e9eaee !important;
        box-shadow: 0 2px 10px rgba(17, 24, 39, .07) !important;
        border-radius: 26px !important;
        height: 48px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 8px 0 4px !important;
        overflow: hidden !important;
    }

    .hp-mob-search-row .mainHead-mob-search .global-search-bar input#globalSearchInput {
        padding-left: 4px !important;
        /* PHẢI >=16px: iOS Safari tự zoom khi focus input có font-size <16px. 14.5px cũ vẫn
           dính zoom (2026-07-27). 16px là ngưỡng tối thiểu chặn zoom, không cần maximum-scale. */
        font-size: 16px !important;
        height: 100% !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* iOS anti-zoom (2026-07-27): ép >=16px cho ô search mobile ở MỌI ngữ cảnh —
       trang con (header.php dùng .mainHead-mob-search KHÔNG có .hp-mob-search-row nên
       trước đây rơi về base 13px) + trạng thái mở panel full-screen. Chặn zoom-on-focus
       mà không cần maximum-scale (giữ được pinch-zoom cho a11y). */
    .mainHead-mob-search .global-search-bar input#globalSearchInput {
        font-size: 16px !important;
    }

    /* iOS anti-zoom TOÀN SITE (2026-07-27): MỌI ô nhập liệu trên mobile phải >=16px, nếu không
       iOS Safari tự phóng to (zoom) khi focus. Áp cho tất cả thanh search (flight/hotel/tour/combo),
       ô lọc (gs-date/gs-select/gt-combo/gt-select), form tư vấn/invoice/khách đoàn, local-search...
       Chỉ nhắm input NHẬP LIỆU + textarea + select; KHÔNG đụng checkbox/radio/range/file/nút. */
    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="url"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input:not([type]),
    select,
    textarea {
        font-size: 16px !important;
    }

    /* HỆ QUẢ của rule trên (client 2026-07-29): form tìm tour ở landing /tour thiết kế cả 3 ô
       cùng 14px (.lt-sf-input và .lt-sf-select, xem landing_tour.php), nhưng 2 ô nhập liệu bị
       ép 16px nên chữ gợi ý to hơn hẳn ô "Chọn mức giá" (là <div>, không dính rule).
       Hạ RIÊNG ::placeholder về 14px cho khớp — ngưỡng chống zoom của iOS tính theo font-size
       của chính <input>, KHÔNG tính pseudo-element, nên ô vẫn giữ 16px và vẫn không bị phóng to.
       Chữ khách GÕ VÀO vẫn 16px (đúng ý đồ chống zoom). */
    .lt-sf-input::placeholder {
        font-size: 14px;
    }

    /* order:-1 đưa kính lúp sang TRÁI mà không phải đổi thứ tự thẻ trong
       trangchu.php (form là flex container nên order có tác dụng). */
    .hp-mob-search-row .mainHead-mob-search .global-search-bar .gs-btn-search {
        order: -1 !important;
        background: transparent !important;
        border: none !important;
        border-radius: 50% !important;
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .hp-mob-search-row .mainHead-mob-search .global-search-bar .gs-btn-search svg {
        stroke: #9aa0aa !important;
        width: 18px !important;
        height: 18px !important;
    }

    /* SUB-PAGE (header.php khi isset $_GET['n']): thanh search NẰM TRONG header (.mainHead) đổi
       THIẾT KẾ GIỐNG thanh search trang chủ (.hp-mob-search-row): pill trắng bo tròn + kính lúp XÁM
       bên TRÁI, BỎ nút hồng phải (client 2026-07-29). Trang chủ dùng .hp-mob-search-row NGOÀI
       .mainHead nên scope `.mainHead ...` chỉ nhắm trang con, không đụng homepage. Cao 40px cho vừa
       header 50px (homepage 48px vì ở hàng riêng). !important để thắng base header-redesign.css. */
    .mainHead .mainHead-mob-search .global-search-bar {
        background: #fff !important;
        border: 1px solid #e9eaee !important;
        box-shadow: 0 2px 10px rgba(17, 24, 39, .07) !important;
        border-radius: 24px !important;
        height: 40px !important;
        padding: 0 8px 0 4px !important;
    }

    .mainHead .mainHead-mob-search .global-search-bar input#globalSearchInput {
        padding-left: 4px !important;
        background: transparent !important;
    }

    /* Kính lúp: order:-1 sang TRÁI, bỏ nền hồng → icon xám tròn giống homepage */
    .mainHead .mainHead-mob-search .global-search-bar .gs-btn-search {
        order: -1 !important;
        background: transparent !important;
        color: #9aa0aa !important;
        border: none !important;
        border-radius: 50% !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
    }

    .mainHead .mainHead-mob-search .global-search-bar .gs-btn-search svg {
        stroke: #9aa0aa !important;
        width: 18px !important;
        height: 18px !important;
    }

    /* Điều chỉnh các phần tử còn lại trong header để cân đối */
    .mainHead-inner {
        justify-content: space-between !important;
    }

    .mainHead-mobile {
        margin-left: 0 !important;
    }

    /* ==========================================================================
       2. Biến search dropdown thành Full-screen Modal khi active
       ========================================================================== */
    body.gs-dropdown-active {
        overflow: hidden !important;
        /* Khóa cuộn trang nền */
    }

    /* Khi mở lớp tìm kiếm full-screen: nâng z-index KHỐI search-row (đang 900 lúc nghỉ để menu đè được)
       lên 100000 → stacking context của nó vượt header(9990) → overlay .mainHead-mob-search bên trong
       (z:100000) phủ được toàn màn hình gồm cả header như cũ. */
    body.gs-dropdown-active .hp-mob-search-row {
        z-index: 100000 !important;
    }

    body.gs-dropdown-active .mainHead-mob-search {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        transform: none !important;
        background: #ffffff !important;
        z-index: 100000 !important;
        /* Đè lên toàn màn hình bao gồm cả header */
        margin: 0 !important;
        padding: 16px 8px 16px 12px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
    }

    body.gs-dropdown-active .mainHead-mob-search .global-search-wrapper {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        position: relative !important;
    }

    /* Thanh search input phóng to trên cùng của modal full-screen.
       Bỏ viền hồng, chuyển sang pill xám trơn giống Traveloka; kính lúp xám bên trái
       do rule .gs-btn-search phía trên (order:-1) đã lo. */
    body.gs-dropdown-active .mainHead-mob-search .global-search-bar {
        width: calc(100% - 46px) !important;
        /* Chừa khoảng trống cho nút Close (X) */
        height: 44px !important;
        border: 1px solid #ececf0 !important;
        background: #f4f5f7 !important;
        border-radius: 22px !important;
        box-shadow: none !important;
        margin-bottom: 12px !important;
        flex-shrink: 0 !important;
        padding: 0 8px 0 4px !important;
    }

    body.gs-dropdown-active .mainHead-mob-search .global-search-bar input#globalSearchInput {
        background: transparent !important;
        padding-left: 4px !important;
    }

    body.gs-dropdown-active .mainHead-mob-search .global-search-bar .gs-btn-search {
        order: -1 !important;
        background: transparent !important;
        border-radius: 50% !important;
    }

    body.gs-dropdown-active .mainHead-mob-search .global-search-bar .gs-btn-search svg {
        stroke: #9aa0aa !important;
    }

    /* Nút Close (X) trong modal full-screen */
    body.gs-dropdown-active .mainHead-mob-search .gs-close-mob {
        display: flex !important;
        position: absolute !important;
        top: 4px !important;
        right: 0 !important;
        z-index: 100002 !important;
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background: #f1f2f4 !important;
        color: #555 !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1) !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        padding: 0 !important;
    }

    /* Khung danh sách kết quả (Dropdown) cuộn toàn màn hình */
    body.gs-dropdown-active .mainHead-mob-search .gs-dropdown {
        position: static !important;
        width: 100% !important;
        flex: 1 !important;
        height: auto !important;
        max-height: calc(100vh - 80px) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 8px 0 !important;
        background: #ffffff !important;
        overflow-y: auto !important;
        display: block !important;
        margin: 0 !important;
    }

    /* 3. Ẩn nút Chatbot (.dlv-bot-fab) khi đang mở ô tìm kiếm để tránh đè lên giao diện */
    body.gs-dropdown-active .dlv-bot-fab {
        display: none !important;
    }

    /* 4. Lưới dịch vụ mobile: 4 cột x 2 hàng (8 ô = 7 dịch vụ + nút "Thêm"),
          bố cục kiểu app như Traveloka. Trước đây 5 cột 1 hàng. */
    .hp-svcgrid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px 8px !important;
    }

    .hp-svc {
        aspect-ratio: auto !important;
        height: 75px !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        padding: 4px 0 !important;
    }

    .hp-svc-bg,
    .hp-svc-ov {
        display: none !important;
    }

    .hp-svc-label {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 2px !important;
        color: #1f2937 !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        text-shadow: none !important;
        padding: 0 !important;
    }

    .hp-svc-label svg,
    .hp-svc-label i {
        width: 44px !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 35px !important;
        /* Tăng kích thước icon lên 35px cho dễ nhìn */
        line-height: 1 !important;
        box-sizing: border-box !important;
        background: transparent !important;
        /* Không nền */
        box-shadow: none !important;
        /* Không đổ bóng */
    }

    #hpSvcMoreBtn {
        cursor: pointer !important;
    }

    /* Mobile specific override cho Modal (Bottom-sheet) */
    .dlv-svc-modal {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 150px !important;
        height: calc(100vh - 150px) !important;
        border-radius: 20px 20px 0 0 !important;
        transform: translateY(100%) !important;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15) !important;
        padding-bottom: 70px;
    }

    .dlv-svc-modal.active {
        transform: translateY(0) !important;
    }

    .dlv-svc-modal-overlay {
        opacity: 0;
        pointer-events: none;
    }

    .dlv-svc-modal-overlay.active {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

}

/* Đóng ngoặc media query max-width 767px */

/* ===== Giao diện Modal dịch vụ cơ sở (Áp dụng chung toàn cục) ===== */
.dlv-svc-modal-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid #f0f2f5 !important;
    flex-shrink: 0 !important;
}

.dlv-svc-modal-header span {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
}

.dlv-svc-modal-controls {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.dlv-svc-layout-toggle {
    background: #f3f4f6 !important;
    border: none !important;
    font-size: 16px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #4b5563 !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.dlv-svc-modal-close {
    background: #f3f4f6 !important;
    border: none !important;
    font-size: 24px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #4b5563 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.dlv-svc-modal-body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 20px 16px !important;
    -webkit-overflow-scrolling: touch !important;
}

.dlv-svc-modal-section {
    margin-bottom: 24px !important;
}

.dlv-svc-modal-section div.title-section {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin: 0 0 12px !important;
    padding-left: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
}

.dlv-svc-modal-section div.title-section a {
    color: #374151 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.dlv-svc-modal-section div.title-section a svg {
    transform: translateY(-0.5px) !important;
}

.dlv-svc-modal-section div.title-section span {
    color: #374151 !important;
}

.dlv-svc-grid-modal {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px 8px !important;
}

.dlv-modal-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #374151 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    text-align: center !important;
    gap: 2px !important;
}

.dlv-modal-item-icon {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1f2937 !important;
    /* Icon màu đen / xám tối */
    background: transparent !important;
    /* Không có màu nền */
    box-shadow: none !important;
    /* Không đổ bóng */
}

.dlv-modal-item-icon svg {
    width: 24px !important;
    height: 24px !important;
}

.dlv-modal-item-icon img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
}

.dlv-modal-item-icon i {
    font-size: 24px !important;
}

/* List View (Flex Column) Layout when layout-list is active */
.dlv-svc-modal.layout-list .dlv-svc-grid-modal {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.dlv-svc-modal.layout-list .dlv-modal-item {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    width: 100% !important;
    font-size: 16px !important;
}

.dlv-svc-modal.layout-list .dlv-modal-item-icon {
    width: 36px !important;
    height: 36px !important;
}

.dlv-svc-modal.layout-list .dlv-modal-item-icon i {
    font-size: 25px !important;
}

.dlv-svc-modal.layout-list .dlv-modal-item-icon img,
.dlv-svc-modal.layout-list .dlv-modal-item-icon svg {
    width: 32px !important;
    height: 32px !important;
}

/* ==== HIỆU ỨNG NỔI BẬT CHO TOUR CAT SLIDER (ICON + TEXT) ==== */
#slideTourCat .item.featured-slide,
#slideTourCat .featured-slide {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Hiệu ứng nẩy icon nhịp nhàng */
#slideTourCat .featured-slide .img img,
#slideTourCat .featured-slide .img svg {
    animation: bounceIcon 1.8s infinite ease-in-out !important;
}

@keyframes bounceIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.1);
    }
}

@keyframes pulseText {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.75;
        text-shadow: 0 0 8px rgba(237, 0, 127, 0.4);
    }
}

/* Custom color utility classes for modal items (Đưa ra ngoài media query) */
.class-color-blue i,
.class-color-blue svg {
    color: #1e6fd8 !important;
}

.class-color-pink i,
.class-color-pink svg {
    color: #e91e8c !important;
}

.class-color-cyan i,
.class-color-cyan svg {
    color: #1ba0e2 !important;
}

.class-color-orange i,
.class-color-orange svg {
    color: #f97316 !important;
}

.class-color-purple i,
.class-color-purple svg {
    color: #7c4dff !important;
}

.class-color-gray i,
.class-color-gray svg {
    color: #4b5563 !important;
}

.class-color-green i,
.class-color-green svg {
    color: #10b981 !important;
}

.class-color-red i,
.class-color-red svg {
    color: #ef4444 !important;
}

.class-color-yellow i,
.class-color-yellow svg {
    color: #eab308 !important;
}

/* ===== Giao diện Grid 6 cột danh mục dịch vụ trên Desktop ===== */
@media (min-width: 768px) {
    .hp-svcgrid-wrap {
        display: block !important;
        max-width: 1200px !important;
        margin: 24px auto !important;
        padding: 20px 24px !important;
        background: #fff !important;
        border: 1px solid #edeef1 !important;
        border-radius: 16px !important;
        box-shadow: 0 2px 14px rgba(17, 24, 39, .05) !important;
    }

    .hp-svcgrid {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        /* Grid 6 column */
        gap: 16px 12px !important;
    }

    .hp-svc {
        aspect-ratio: auto !important;
        height: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        padding: 4px 0 !important;
        text-decoration: none !important;
    }

    .hp-svc-bg,
    .hp-svc-ov {
        display: none !important;
    }

    .hp-svc-label {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        color: #1f2937 !important;
        font-size: 12px !important;
        /* Font chữ 12px */
        font-weight: 600 !important;
        line-height: 1.4 !important;
        text-align: center !important;
        text-shadow: none !important;
        padding: 0 !important;
        transition: color 0.2s ease !important;
    }

    .hp-svc:hover .hp-svc-label {
        color: #ed007f !important;
        /* Đổi màu chữ sang hồng khi hover */
    }

    .hp-svc-label svg,
    .hp-svc-label i {
        width: 48px !important;
        /* Icon kích thước 48px */
        height: 48px !important;
        /* Icon kích thước 48px */
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 28px !important;
        /* Font-size icon tương xứng với container 48px */
        line-height: 1 !important;
        box-sizing: border-box !important;
        background: transparent !important;
        box-shadow: none !important;
        transition: transform 0.2s ease !important;
    }

    .hp-svc:hover .hp-svc-label i,
    .hp-svc:hover .hp-svc-label svg {
        transform: scale(1.1) !important;
        /* Phóng to nhẹ icon khi hover */
    }

    #hpSvcMoreBtn .hp-svc-label i {
        color: #4b5563 !important;
    }

    #hpSvcMoreBtn:hover .hp-svc-label i {
        color: #ed007f !important;
    }

    #hpSvcMoreBtn {
        cursor: pointer !important;
    }

    /* Modal hiển thị trên Desktop dạng Drawer slide bar dính bên phải, full height, max-width: 750px */
    .dlv-svc-modal {
        top: 0 !important;
        right: -760px !important;
        /* Mặc định ẩn ở bên phải */
        bottom: 0 !important;
        width: 100% !important;
        max-width: 750px !important;
        /* max-width 750px */
        height: 100vh !important;
        /* full height */
        border-radius: 0 !important;
        transform: none !important;
    }

    .dlv-svc-modal.active {
        right: 0 !important;
        /* Trượt ra dính ở slide bar bên phải */
    }

    .dlv-svc-modal-overlay {
        display: block !important;
    }

    /* Responsive Grid cho Modal Body trên Desktop (6 cột giống như menu nhưng trong modal) */
    .dlv-svc-grid-modal {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 24px 12px !important;
    }

    .dlv-modal-item {
        font-size: 11px !important;
    }

    .dlv-modal-item-icon {
        width: 48px !important;
        height: 48px !important;
        transition: transform 0.2s ease !important;
    }

    .dlv-modal-item-icon i {
        font-size: 26px !important;
    }

    .dlv-modal-item {
        transition: color 0.2s ease !important;
    }

    .dlv-modal-item:hover {
        color: #ed007f !important;
    }

    .dlv-modal-item:hover .dlv-modal-item-icon {
        transform: scale(1.1) !important;
    }

    .dlv-svc-layout-toggle,
    .dlv-svc-modal-close {
        transition: all 0.2s ease !important;
    }

    .dlv-svc-layout-toggle:hover,
    .dlv-svc-modal-close:hover {
        background: #e5e7eb !important;
        color: #1f2937 !important;
        transform: scale(1.05) !important;
    }
}

/* ===== Tối ưu hóa thu gọn/mở rộng bài viết mô tả danh mục (SEO friendly) ===== */
.gt-hero-more {
    display: block !important;
}

.gt-hero-more.collapsed {
    display: none !important;
}

.dlv-box-slide {
    max-height: 380px !important;
    overflow: hidden;
}
@media (max-width: 767px) {
    .dlv-box-slide {
        max-height: none !important;
    }
}

/* ===== BANNER UNIFIED STYLE & ASPECT RATIO (Tập trung 1 nơi duy nhất) ===== */
#vnt-slide-home .item .img,
#vnt-slide-home .img,
.lt-hero,
.lf-hero,
.lh-hero,
.car-hero,
.cbf-hero,
.ve-tham-quan-theme .hero {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1920 / 600 !important;
    max-height: min(380px, calc(100vh - 280px)) !important;
    min-height: auto !important;
    padding-top: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    background-position: center top !important;
    background-size: cover !important;
}

/* Quy tắc căn mốc mép trên cho thẻ img/picture bên trong banner */
#vnt-slide-home .item .img img,
#vnt-slide-home .item .img picture,
.lt-hero img,
.lf-hero img,
.lh-hero img,
.car-hero img,
.cbf-hero img,
.ve-tham-quan-theme .hero img,
.ve-tham-quan-theme .hero picture img {
    object-fit: cover !important;
    object-position: center top !important;
}

@media (max-width: 768px) {
    #vnt-slide-home .item .img,
    #vnt-slide-home .img,
    .lt-hero,
    .lf-hero,
    .lh-hero,
    .car-hero,
    .cbf-hero,
    .ve-tham-quan-theme .hero {
        aspect-ratio: 1080 / 607 !important;
        min-height: auto !important;
        padding-top: 0 !important;
    }
}

/* Header Account User Link (Direct Link to Account Info) */
.account-user-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--c-primary, #ed007f);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* Glyph phải NHỎ HƠN HẲN vòng tròn: 30px trong vòng 36px = 83% → hình người tràn ra,
       vai bị chính viền tròn cắt ngang (client 2026-07-28 "icon bị lỗi").
       Nút dạng avatar chuẩn để glyph ~50% đường kính → 36px vòng ⇒ 18px glyph. */
    font-size: 18px;
    line-height: 1;
    color: var(--c-primary, #ed007f) !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.account-user-link:hover {
    color: var(--c-primary, #ed007f) !important;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .account-user-link {
        width: 32px;
        height: 32px;
        /* 32px vòng ⇒ 16px glyph (50%), khớp tỉ lệ bản desktop ở trên */
        font-size: 16px;
    }
}

/* ===== Nút "Quay lại <trang trước>" (.dlv-mbar, user_2019/dlv_mobile_back.php) =====
   Component thiết kế CHỈ cho mobile nhưng rule ẩn chưa từng được thêm vào file này
   (docblock của dlv_mobile_back.php có nhắc, thực tế thiếu) → nút lòi ra cả desktop.
   Ẩn từ 768px trở lên; mobile giữ nguyên hiện trạng, không đụng style. */
@media (min-width: 768px) {
    .dlv-mbar {
        display: none;
    }
}

/* 2026-07-23: thanh back thường (KHÔNG đè hero) trước đây KHÔNG có style nào → <button> rơi về
   mặc định trình duyệt (nền xám ButtonFace, viền 2px outset, góc vuông) = giao diện cũ kỹ.
   Style lại thành nút pill hiện đại. Scope :not(--onhero) để biến thể đè hero (chữ trắng trên
   ảnh) giữ nguyên, không bị dính viền/bo góc/đổ bóng. */
@media (max-width: 767px) {
    .dlv-mbar:not(.dlv-mbar--onhero) {
        padding: 10px 14px 2px;
        /* 2026-07-27: nền XÁM khớp thân trang (vd tour detail .ct2-page #f7f8fa) để thanh back
           KHÔNG thành khối trắng tách rời header — pill trắng bên trong nổi trên nền xám. */
        background: #f7f8fa;
    }

    .dlv-mbar:not(.dlv-mbar--onhero) .dlv-mbar-btn {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        max-width: 100%;
        height: 36px;
        padding: 0 15px 0 11px;
        border: 1px solid #f0dbe8;
        border-radius: 999px;
        background: #fff;
        color: #3a3a3a;
        font-family: inherit;
        font-size: 13.5px;
        font-weight: 600;
        /* line-height 1 cắt dấu nặng tiếng Việt ("lại" → chấm dưới 'ạ" bị mất) vì .dlv-mbar-txt
           overflow:hidden bám sát line-box. 1.4 chừa đủ chỗ cho dấu; nút height 36px vẫn dư. */
        line-height: 1.4;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: background .15s, border-color .15s, color .15s;
    }

    .dlv-mbar:not(.dlv-mbar--onhero) .dlv-mbar-btn:active {
        background: #fdf0f7;
        border-color: #ed007f;
        color: #ed007f;
    }

    .dlv-mbar:not(.dlv-mbar--onhero) .dlv-mbar-btn svg {
        flex: 0 0 auto;
        width: 17px;
        height: 17px;
        stroke: #ed007f;
    }

    /* Nhãn dài ("Quay lại Thanh toán tour + visa") → cắt gọn 1 dòng thay vì xuống dòng vỡ nút. */
    .dlv-mbar:not(.dlv-mbar--onhero) .dlv-mbar-txt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Biến thể ĐÈ LÊN HERO (mobile, trang có banner full-bleed - vd /ve-may-bay).
   Dùng margin-bottom âm ĐÚNG BẰNG height để hero trượt lên nằm dưới thanh:
   tránh position:absolute (phải thêm position:relative cho #vnt-content, dễ
   xô lệch các phần tử absolute khác đang neo vào ancestor xa hơn). */
@media (max-width: 767px) {
    .dlv-mbar--onhero {
        position: relative;
        z-index: 20;
        height: 48px;
        margin-bottom: -48px;
        display: flex;
        align-items: center;
        /* Scrim tối dần từ trên xuống để chữ trắng đọc được trên mọi ảnh banner */
        background: linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
        /* phần nền không chặn thao tác lên hero */
    }

    .dlv-mbar--onhero .dlv-mbar-btn {
        pointer-events: auto;
        /* nhưng nút thì vẫn bấm được */
        display: inline-flex;
        align-items: center;
        gap: 6px;
        height: 40px;
        padding: 0 12px 0 8px;
        border: 0;
        background: none;
        color: #fff;
        font-size: 14.5px;
        font-weight: 600;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .45);
        cursor: pointer;
    }

    .dlv-mbar--onhero .dlv-mbar-btn svg {
        stroke: #fff;
    }
}

/* E-commerce Technical Specifications Table */
.ec-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    margin: 8px 0 20px 0;
}

.ec-spec-table tr:nth-child(even) {
    background: #f8fafc;
}

.ec-spec-table tr:hover {
    background: #fef9fb;
}

.ec-spec-key {
    padding: 11px 16px;
    font-weight: 600;
    color: #475569;
    width: 32%;
    border-bottom: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    vertical-align: middle;
}

.ec-spec-val {
    padding: 11px 16px;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-weight: 500;
}

/** Local search (search within a specific category) */
/* ── Ticket Autocomplete Dropdown Styling ── */
#ls-panel-ticket .ls-autocomplete-wrap {
    position: relative;
    width: 100%;
}

#lsTicketDropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    max-height: 360px;
    overflow-y: auto;
    display: none;
    padding: 6px;
}

#lsTicketDropdown.active {
    display: block;
}

.ls-tkt-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.ls-tkt-item:hover {
    background: #fdf0f6;
}

.ls-tkt-thumb {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f0f0f0;
}

.ls-tkt-thumb-fallback {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: #fdf0f6;
    color: var(--c-primary, #ed007f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.ls-tkt-info {
    flex: 1;
    min-width: 0;
}

.ls-tkt-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ls-tkt-city {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

/* ── Combo tự chọn: hàng khách sạn chỉ hiện khi chọn "Combo tự chọn" ── */
#ls-panel-combo .ls-combo-hotel {
    display: none;
}

#ls-panel-combo.ls-combo-tuchon .ls-combo-hotel {
    display: block;
}

/* ── Bộ lọc ngày đổi theo tab con (client 2026-08-08) ──
   "Combo giá tốt" = combo đóng gói bán theo THÁNG khởi hành → 1 ô month picker, giống tab Tour.
   "Combo tự chọn" gọi vé + phòng thật nên bắt buộc ngày cụ thể → giữ Ngày đi / Ngày về.
   Hai bộ nằm cùng .ls-fields, chỉ ẩn/hiện chứ không tháo khỏi DOM: JS mặc định ngày (+15 ngày)
   và lsComboSyncTuchon() vẫn đọc #lsComboStart/#lsComboEnd như cũ. Ô tháng KHÔNG có grid-area
   trong lưới 2D của .ls-combo-tuchon nên phải ẩn hẳn ở tab đó, kẻo rơi vào ô lưới tự sinh. */
#ls-panel-combo .ls-combo-area-start,
#ls-panel-combo .ls-combo-area-end {
    display: none;
}

#ls-panel-combo.ls-combo-tuchon .ls-combo-area-start,
#ls-panel-combo.ls-combo-tuchon .ls-combo-area-end {
    display: block;
}

#ls-panel-combo.ls-combo-tuchon .ls-combo-area-month {
    display: none;
}

#ls-panel-combo .ls-combo-search-txt {
    display: none;
}

/* Địa điểm nhận phòng: nền TRẮNG, viền giống các ô khác (không xám → tránh hiểu nhầm khoá) */
#ls-panel-combo #lsComboHotelLoc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    background: #fff;
    font-family: inherit;
}

#ls-panel-combo #lsComboHotelLoc:focus {
    outline: none;
    border-color: var(--c-primary, #ed007f);
}

/* Ghi chú tuổi trong dropdown Phòng & Số khách (giống hình 2) */
#ls-panel-combo .ls-combo-pax-note {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    padding: 10px 4px 2px;
    margin-top: 6px;
    border-top: 1px solid #f0f0f0;
}

/* ── Phòng & Số khách: pill ở góc PHẢI, cùng hàng với 2 nút loại combo ── */
#ls-panel-combo .ls-combo-types {
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

#ls-panel-combo .ls-combo-paxtop {
    position: relative;
    margin-left: auto;
}

#ls-panel-combo .ls-combo-paxtop .ls-pax-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    padding: 0 16px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
}

/* ── Đồng bộ TOÀN BỘ border-radius thanh combo về 1 kích thước = 10px (brand token) ── */
#ls-panel-combo .ls-typeahead-text,
#ls-panel-combo .ls-field input[type="text"],
#ls-panel-combo #lsComboHotelLoc,
#ls-panel-combo .ls-datepicker,
#ls-panel-combo .ls-pax-trigger,
#ls-panel-combo .ls-combo-type,
#ls-panel-combo .ls-btn-search,
#ls-panel-combo .ls-pax-dropdown,
#ls-panel-combo .ls-typeahead-dd {
    border-radius: 10px;
}

#ls-panel-combo .ls-combo-paxtop .ls-pax-trigger:hover {
    border-color: var(--c-primary, #ed007f);
}

#ls-panel-combo .ls-combo-paxtop-ic {
    color: var(--c-primary, #ed007f);
}

#ls-panel-combo .ls-combo-paxtop-cap {
    color: #777;
}

#ls-panel-combo .ls-combo-paxtop .ls-pax-dropdown {
    right: 0;
    left: auto;
    top: calc(100% + 8px);
}

/* ── Desktop: bố cục LƯỚI 2D cho Combo tự chọn (căn đều như thiết kế) ──
   Hàng trên: Phòng & Số khách. Khối trái: bay từ/đến + địa điểm. Khối phải: ngày đi/về + nhận/trả phòng. Nút Tìm kiếm cao bằng cả khối. */
@media (min-width: 992px) {
    #ls-panel-combo.ls-combo-tuchon .ls-fields {
        display: grid;
        grid-template-columns: minmax(0, 1.25fr) auto minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr) auto;
        grid-template-areas:
            "cfrom cswap cto   cstart cend  csearch"
            "cloc  cloc  cloc  cci    cco   csearch";
        align-items: end;
        column-gap: 12px;
        row-gap: 16px;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-from {
        grid-area: cfrom;
    }

    /* Nút đảo chiều: canh theo ĐÁY ô (ngang với input 40px), không theo giữa cả label+input */
    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-swap {
        grid-area: cswap;
        align-self: end;
        margin-bottom: 2px;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-to {
        grid-area: cto;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-start {
        grid-area: cstart;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-end {
        grid-area: cend;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-loc {
        grid-area: cloc;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-ci {
        grid-area: cci;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-co {
        grid-area: cco;
    }

    /* Nút Tìm kiếm: gọn lại - căn giữa theo chiều cao, không kéo cao cả khối */
    #ls-panel-combo.ls-combo-tuchon .ls-combo-area-search {
        grid-area: csearch;
        align-self: center;
        width: auto;
        height: 42px;
        min-height: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 0 18px;
        font-size: 14px;
        white-space: nowrap;
    }

    #ls-panel-combo.ls-combo-tuchon .ls-combo-search-txt {
        display: inline;
    }
}

/* Toast notifications */
#dlvToastHost {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.dlv-toast {
    pointer-events: auto;
    min-width: 280px;
    max-width: 420px;
    background: #fff;
    border-left: 4px solid var(--c-primary);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12), 0 2px 8px rgba(0, 0, 0, .06);
    padding: 12px 36px 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity .22s ease, transform .22s ease;
    position: relative;
}

.dlv-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.dlv-toast-warn {
    border-left-color: var(--c-primary);
}

.dlv-toast-warn .dlv-toast-ic {
    background: var(--c-primary);
    color: #fff;
}

.dlv-toast-success {
    border-left-color: #16a34a;
}

.dlv-toast-success .dlv-toast-ic {
    background: #16a34a;
    color: #fff;
}

.dlv-toast-error {
    border-left-color: #ef4444;
}

.dlv-toast-error .dlv-toast-ic {
    background: #ef4444;
    color: #fff;
}

.dlv-toast-ic {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    margin-top: 0;
}

.dlv-toast {
    padding-bottom: 14px;
}

.dlv-toast-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, .04);
}

.dlv-toast-progress>i {
    display: block;
    height: 100%;
    background: #f59e0b;
    transform-origin: left;
    animation: dlvToastBar 3.5s linear forwards;
}

@keyframes dlvToastBar {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.dlv-toast-msg {
    flex: 1;
    line-height: 1.45;
}

.dlv-toast-x {
    position: absolute;
    top: 6px;
    right: 8px;
    border: none;
    background: transparent;
    color: #9aa0a6;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 6px;
}

.dlv-toast-x:hover {
    color: #333;
}

.ls-input-err {
    border: 1.5px solid var(--c-primary) !important;
    background: #fff5fa !important;
    animation: lsShake .35s;
}

@keyframes lsShake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-2px);
    }
}

@media (max-width:600px) {
    #dlvToastHost {
        top: 12px;
        right: 12px;
        left: 12px;
    }

    .dlv-toast {
        min-width: 0;
        max-width: none;
    }
}

/* Datepicker UI override - load after jqueryUI.css */
.ui-datepicker {
    z-index: 10001 !important;
    font-family: inherit;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: none;
    padding: var(--s-4);
    width: 290px;
    background: #fff;
}

.ui-datepicker-header {
    background: transparent;
    border: none;
    color: #333;
    padding: 2px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
}

.ui-datepicker-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    order: 0;
    line-height: 32px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: static;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: auto;
    border: none;
}

.ui-datepicker-prev {
    order: -1;
}

.ui-datepicker-next {
    order: 1;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #e0e0e0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    background-image: none !important;
    text-indent: 0 !important;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
}

.ui-datepicker-prev span::after {
    content: '←';
    font-size: 14px;
    color: #555;
    display: block;
    text-align: center;
}

.ui-datepicker-next span::after {
    content: '→';
    font-size: 14px;
    color: #555;
    display: block;
    text-align: center;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.ui-datepicker th {
    font-weight: 700;
    color: #666;
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    border: none;
    background: transparent;
}

.ui-datepicker th:last-child {
    color: var(--c-primary);
    font-weight: 700;
}

.ui-datepicker td {
    padding: 1px;
    border: none;
    background: transparent;
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #333;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 13px;
}

.ui-datepicker td:last-child a,
.ui-datepicker td:last-child span {
    color: var(--c-primary);
}

.ui-datepicker td a:hover,
.ui-datepicker td a.ui-state-hover {
    background: #f0f0f0;
    color: #333;
    border: none;
}

.ui-datepicker td a.ui-state-active {
    background: #3b6cb5;
    color: #fff;
    font-weight: 700;
    border: none;
}

.ui-datepicker td a.ui-state-highlight {
    background: #fdf0f6;
    color: var(--c-primary);
    font-weight: 700;
    border: none;
}

.ui-datepicker .ui-state-disabled span {
    color: #ccc;
}

.ui-datepicker .ui-datepicker-other-month span {
    color: #ddd;
}

/* ════════════════════════════════════════════════════════════════
   FLIGHT CALENDAR (custom 2-month popup, Traveloka-style)
   Replace Bootstrap Datepicker cho #lsFlightStart và #lsFlightEnd
   ════════════════════════════════════════════════════════════════ */
.lsfc-popup {
    position: absolute;
    z-index: 99999;
    background: #fff;
    border-radius: var(--r-lg);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 16px 18px 12px;
    width: 780px;
    max-width: calc(100vw - 24px);
    max-height: 67vh;
    overflow-y: auto;
    box-sizing: border-box;
    display: none;
    font-family: inherit;
}

.lsfc-popup.is-open {
    display: block;
}

.lsfc-nav {
    display: flex;
    align-items: stretch;
    gap: 0;
    position: relative;
}

.lsfc-prev,
.lsfc-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #e8f0fe;
    color: #1a73e8;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: var(--s-1);
    transition: background .15s;
}

.lsfc-prev:hover,
.lsfc-next:hover {
    background: #d2e3fc;
}

.lsfc-prev:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.lsfc-months {
    display: flex;
    gap: var(--s-6);
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
}

.lsfc-month {
    flex: 1 1 0;
    min-width: 0;
}

.lsfc-month-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: var(--s-3);
    line-height: 32px;
}

.lsfc-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    margin-bottom: var(--s-1);
}

.lsfc-weekdays>div {
    text-align: center;
    font-size: 12px;
    color: #5f6368;
    font-weight: 500;
    padding: 4px 0;
    white-space: nowrap;
    /* nhãn "Thứ 3".."Thứ 7" phải nằm 1 dòng, không rớt chữ xuống dòng */
}

.lsfc-weekdays>div:last-child {
    color: #d93025;
}

.lsfc-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    border-top: 1px solid #f0f0f0;
    padding-top: 6px;
}

.lsfc-day {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0 4px;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    transition: background .12s;
    color: #1a73e8;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
}

.lsfc-day-num {
    font-size: 14px;
    line-height: 1.2;
}

.lsfc-day-price {
    font-size: 10px;
    font-weight: 500;
    color: #5f6368;
    margin-top: var(--s-1);
    letter-spacing: -.2px;
    line-height: 1;
}

.lsfc-day-price.is-low {
    color: #1a8754;
    font-weight: 600;
}

.lsfc-day-empty {
    visibility: hidden;
    pointer-events: none;
}

.lsfc-day.is-past {
    color: #c0c4ca;
    cursor: not-allowed;
    pointer-events: none;
}

.lsfc-day.is-past .lsfc-day-price {
    color: #c0c4ca;
}

.lsfc-day.is-sunday {
    color: #d93025;
}

.lsfc-day:hover:not(.is-past):not(.is-empty) {
    background: #f1f3f4;
}

.lsfc-day-tag {
    font-size: 8px;
    color: #1a73e8;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 1px;
    white-space: nowrap;
    /* "Hôm nay" 1 dòng, tránh wrap vượt chiều cao ô → bị cắt */
}

.lsfc-day.is-today {
    padding-top: 2px;
}

.lsfc-day.is-today .lsfc-day-num {
    font-size: 13px;
}

.lsfc-day.is-today .lsfc-day-price {
    margin-top: 2px;
}

.lsfc-day.is-selected {
    background: transparent;
}

.lsfc-day.is-selected .lsfc-day-num {
    background: var(--c-primary);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
}

.lsfc-day.is-selected .lsfc-day-price {
    color: var(--c-primary);
    font-weight: 600;
}

.lsfc-holidays {
    margin-top: var(--s-3);
    padding: 10px 8px 0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    font-size: 12px;
}

.lsfc-holiday-item {
    color: #d93025;
    line-height: 1.5;
}

.lsfc-holiday-item .lsfc-h-day {
    font-weight: 700;
    margin-right: var(--s-1);
}

.lsfc-holiday-item .lsfc-h-name {
    color: #5f6368;
}

.lsfc-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 8px 0;
    margin-top: 6px;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    color: #5f6368;
}

.lsfc-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #1a8754;
    display: inline-block;
}

/* ═══ Lịch TOUR (bộ lọc tìm kiếm) = giao diện giống "Lịch khởi hành" trang chi tiết, KHÔNG hiện giá ═══
   Chỉ áp chế độ 1 tháng (.lsfc-single = mode tour); lịch Vé máy bay / Khách sạn 2 tháng GIỮ NGUYÊN. */
.lsfc-popup.lsfc-single {
    width: 400px;
    padding: 18px 18px 14px;
}

.lsfc-popup.lsfc-single .lsfc-month-title {
    font-size: 18px;
    font-weight: 700;
    color: #ed007f;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.lsfc-popup.lsfc-single .lsfc-prev,
.lsfc-popup.lsfc-single .lsfc-next {
    width: 36px;
    height: 36px;
    background: #f5f5f5;
    color: #666;
    margin-top: 2px;
}

.lsfc-popup.lsfc-single .lsfc-prev:hover,
.lsfc-popup.lsfc-single .lsfc-next:hover {
    background: #ed007f;
    color: #fff;
}

.lsfc-popup.lsfc-single .lsfc-weekdays {
    gap: 4px;
    margin-bottom: 6px;
}

.lsfc-popup.lsfc-single .lsfc-weekdays>div {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    padding: 8px 0 6px;
}

.lsfc-popup.lsfc-single .lsfc-weekdays>div:nth-child(6),
.lsfc-popup.lsfc-single .lsfc-weekdays>div:nth-child(7) {
    color: #ed007f;
}

.lsfc-popup.lsfc-single .lsfc-grid {
    border-top: none;
    padding-top: 0;
    gap: 4px;
}

.lsfc-popup.lsfc-single .lsfc-day {
    height: auto;
    aspect-ratio: 1;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    color: #444;
    font-weight: 400;
}

.lsfc-popup.lsfc-single .lsfc-day-num {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.lsfc-popup.lsfc-single .lsfc-day.is-today .lsfc-day-num {
    font-size: 15px;
}

.lsfc-popup.lsfc-single .lsfc-day.is-sunday {
    color: #ed007f;
}

.lsfc-popup.lsfc-single .lsfc-day.is-past {
    color: #ccc;
}

.lsfc-popup.lsfc-single .lsfc-day:hover:not(.is-past):not(.is-empty):not(.is-selected) {
    background: #ed007f;
    color: #fff;
}

/* Bộ lọc: KHÔNG hiện giá + nhãn "Hôm nay" + chú thích giá (sạch như lịch chi tiết) */
.lsfc-popup.lsfc-single .lsfc-day-price,
.lsfc-popup.lsfc-single .lsfc-day-tag,
.lsfc-popup.lsfc-single .lsfc-legend {
    display: none !important;
}

/* MỌI popup/modal/bottom-sheet mở ra → ẩn nút nổi, để popup luôn nằm trên (client
   2026-08-03). Trước đây phải khai báo THỦ CÔNG cho từng popup (body.lsfc-open bên dưới,
   #wpwidget.hide-chat ở public/index.php, .fancybox-active div#wpwidget ở chitiet_tour.php)
   → popup mới là lại quên. Nay static-assets/js/dlv-overlay-fabs.js tự dò lớp phủ
   position:fixed trải gần kín màn hình rồi gắn body.dlv-overlay-open, không cần khai tên.
   Vẫn phải ẩn chứ không nâng z-index của popup: các nút này chạy z-index 2147483647 =
   max int, không có số nào lớn hơn để đè. */
body.dlv-overlay-open .box-search-group,
body.dlv-overlay-open .zalo-chat-widget,
body.dlv-overlay-open #vnt-zalo-fab,
body.dlv-overlay-open .go_top,
body.dlv-overlay-open .dlv-sd,
body.dlv-overlay-open .dlv-bot-fab,
body.dlv-overlay-open #subiz-button-container,
body.dlv-overlay-open .subiz-widget-container,
body.dlv-overlay-open #wpwidget,
body.dlv-overlay-open .ai-chatbot-launcher,
body.dlv-overlay-open #aiChatbotLauncher,
body.dlv-overlay-open iframe[src*="subiz"],
body.dlv-overlay-open iframe[src*="zalo"] {
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Khi calendar popup mở, ẩn floating widgets (Zalo, Subiz, go-top, chatbot) để
   không che thông tin giá ngày. Dùng body class thay vì z-index vì .box-search-group
   xài z-index: 2147483647 (max int) - không thể đè bằng z-index. */
body.lsfc-open .box-search-group,
body.lsfc-open .zalo-chat-widget,
body.lsfc-open .go_top,
body.lsfc-open #subiz-button-container,
body.lsfc-open .subiz-widget-container,
body.lsfc-open #wpwidget,
body.lsfc-open .ai-chatbot-launcher,
body.lsfc-open #aiChatbotLauncher,
body.lsfc-open iframe[src*="subiz"],
body.lsfc-open iframe[src*="zalo"] {
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Backdrop (mobile only) */
.lsfc-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99998;
}

.lsfc-backdrop.is-open {
    display: block;
}

.lsfc-mobile-header {
    display: none;
}

@media (max-width: 767px) {

    /* Bottom-sheet modal */
    .lsfc-popup {
        position: fixed !important;
        bottom: 0;
        bottom: var(--ls-vv-bottom, 0px);
        /* né thanh công cụ Safari iOS (đo qua visualViewport) */
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px 16px 0 0;
        max-height: 67vh;
        overflow-y: auto;
        padding: 0 12px 24px;
    }

    .lsfc-months {
        flex-direction: column;
        gap: 18px;
        padding: 0;
    }

    .lsfc-prev,
    .lsfc-next {
        position: absolute;
        top: 8px;
        z-index: 2;
    }

    .lsfc-prev {
        left: 8px;
    }

    .lsfc-next {
        right: 8px;
    }

    .lsfc-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0 10px;
        margin-bottom: 8px;
        border-bottom: 1px solid #f0f0f0;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 3;
    }

    .lsfc-mobile-header-title {
        font-size: 15px;
        font-weight: 600;
        color: #222;
    }

    .lsfc-mobile-close-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: #f5f5f5;
        color: #555;
        font-size: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    body.lsfc-open {
        overflow: hidden;
    }
}

/* Hotel pax: child-age picker */
.ls-hotel-child-ages:empty {
    display: none;
}

.ls-hotel-child-ages {
    padding-top: var(--s-1);
}

.ls-hotel-child-ages .lh-cage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ls-hotel-child-ages .lh-cage-row:last-child {
    border-bottom: none;
}

.ls-hotel-child-ages .lh-cage-lbl {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.ls-hotel-child-ages select.lh-cage-sel {
    height: 32px;
    min-width: 80px;
    border: 1px solid #ddd;
    border-radius: var(--r-md);
    padding: 0 8px;
    font-size: 13px;
    color: #333;
    background: #fff;
    cursor: pointer;
}

.ls-hotel-child-ages select.lh-cage-sel:focus {
    outline: none;
    border-color: var(--c-primary);
}

.ls-hotel-child-ages select.lh-cage-sel.lh-cage-need {
    border-color: var(--c-primary);
    box-shadow: 0 0 0 2px rgba(214, 36, 140, .15);
}

/* Pax cap notice - đoàn >= 10 khách (compact, không giãn dropdown) */
.ls-pax-pill .ls-pax-dropdown {
    max-width: 320px;
}

.ls-pax-cap-notice {
    margin-top: 8px;
    padding: 8px 10px;
    background: #fdf0f6;
    border-radius: 6px;
    font-size: 11.5px;
    line-height: 1.45;
    color: #6b3a52;
    white-space: normal;
    word-wrap: break-word;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.ls-pax-cap-notice::before {
    content: 'i';
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ed007f;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    font-family: serif;
}

.ls-pax-cap-notice a {
    color: #ed007f;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.ls-pax-cap-notice a:hover {
    text-decoration: underline;
}

.ls-sheet-foot {
    display: none;
}

.ls-sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 10050;
}

.ls-sheet-backdrop[hidden] {
    display: none;
}

@media (max-width:767px) {

    /* Bottom-sheet hoá pax + hạng ghế của riêng panel VÉ MÁY BAY */
    #ls-panel-flight .ls-pax-dropdown.active,
    #ls-panel-flight .ls-class-dropdown.active {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        bottom: var(--ls-vv-bottom, 0px);
        top: auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        max-height: 82vh;
        overflow-y: auto;
        margin: 0;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, .18);
        padding: 14px 16px calc(16px + env(safe-area-inset-bottom));
        z-index: 10060;
        animation: lsSheetUp .24s ease;
    }

    @keyframes lsSheetUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    /* tay nắm kéo (grabber) */
    #ls-panel-flight .ls-pax-dropdown.active::before,
    #ls-panel-flight .ls-class-dropdown.active::before {
        content: '';
        display: block;
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: #e2e4e8;
        margin: 0 auto 14px;
    }

    /* pax rows thoáng hơn cho cảm giác sheet */
    #ls-panel-flight .ls-pax-dropdown.active .ls-pax-row {
        padding: 14px 4px;
    }

    /* hạng ghế: item lớn dễ chạm + tick chọn */
    #ls-panel-flight .ls-class-dropdown.active .ls-class-item {
        padding: 16px 8px;
        font-size: 15px;
        border-bottom: 1px solid #f3f3f3;
        position: relative;
    }

    #ls-panel-flight .ls-class-dropdown.active .ls-class-item:last-child {
        border-bottom: 0;
    }

    #ls-panel-flight .ls-class-dropdown.active .ls-class-item.selected::after {
        content: '✓';
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--c-primary, #ed007f);
        font-weight: 800;
        font-size: 16px;
    }

    /* footer Hủy / Chọn (chèn vào pax sheet) */
    .ls-sheet-foot {
        display: flex;
        gap: 10px;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #f0f0f0;
    }

    .ls-sheet-foot button {
        flex: 1;
        padding: 13px;
        border: 0;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
    }

    .ls-sheet-cancel {
        background: #f1f3f5;
        color: #444;
    }

    .ls-sheet-ok {
        background: var(--c-primary, #ed007f);
        color: #fff;
    }
}

/* ── FOOTER (client 2026-07-29): tiêu đề cột màu HỒNG + ô email BO TRÒN (pill) ────────────────
   Scope .mainFoot để không đụng .title ở nơi khác. Tên công ty (dòng có inline style="color:#333")
   giữ nguyên đen vì inline thắng rule này. */
.mainFoot .title {
    color: #ed007f;
}

/* Ô đăng ký email: gộp input + nút thành 1 pill bo tròn (thay input vuông viền xám cũ). */
.mainFoot .mda-mail-box {
    display: flex;
    align-items: center;
    max-width: 340px;
    margin: 5px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 999px;
    overflow: hidden;
}

.mainFoot .mda-mail-box .mda-text {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    float: none;
    border: 0;
    background: transparent;
    padding: 10px 18px;
    font-style: normal;
}

.mainFoot .mda-mail-box button {
    /* Gỡ định vị tuyệt đối của rule CŨ `.formRecive .form button` (position:absolute; right:0;
     top:50%; transform:translateY(-50%)) còn nằm trong bundle nền. Rule đó ghim nút vào mép
     phải của .formRecive .form (khung ngoài), trong khi pill .mda-mail-box hẹp hơn vì
     max-width:340px ⇒ nút văng RA NGOÀI viền bo tròn 21px (đo mobile 390: pill hết ở 354,
     nút ở 329→375). Trả nút về làm flex-item trong pill thì nó tự nằm đúng mép trong.
     Phải reset cả transform: transform vẫn có tác dụng trên phần tử position:static,
     để nguyên thì nút bị đẩy lên trên 16px. Fix 2026-07-31. */
    position: static;
    transform: none;
    flex: 0 0 auto;
    width: 46px;
    align-self: stretch;
    border: 0;
    background: transparent;
    color: #ed007f;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainFoot .mda-mail-box button:hover {
    color: #b81d77;
}

/* ── Giá TOUR = #ee0280 (client 2026-08-01) ──────────────────────────────────
   Card tour CŨ .mda-box-item (box/tour_item.php — trang danh mục điểm đến, tour liên
   quan…). Đè base style_minimize: .mda-distcoun .mda-dis (#e30051/#eb004f), .mda-box-p
   .mda-price (#eb004f), .mda-money-red (#ed0080). Scope trong .mda-box-item (chỉ dùng cho
   TOUR — không đụng giá hotel/flight). Card tour HIỆN ĐẠI (.gt-price-block .val), tour detail
   (.ct2-*-price) và quickview (.tqv-pval) đã đổi ở CSS riêng của chúng. */
.mda-box-item .mda-distcoun .mda-dis,
.mda-box-item .mda-box-price .mda-box-p .mda-price,
.mda-box-item .mda-box-price .mda-box-p .mda-price .mda-money-red {
    color: #ee0280;
}

/* ══ NỀN TOÀN TRANG: xám trắng #fafafa (client 2026-08-02) ═══════════════════════════
   Trước đây body trắng tinh (#fff, từ bundle nền cũ) nên các khối nội dung nền trắng
   "chìm" vào nền trang, không thấy ranh giới. #fafafa đủ nhạt để không đổi cảm giác
   sáng của trang nhưng vẫn tách được thẻ trắng.
   Đặt ở overide-v2 (lớp override cuối bundle) để thắng rule body của style_minimize/home.css
   mà KHÔNG phải sửa 2 file bundle nền. Trang nào tự khai nền riêng (chi tiết tour #eef0f4,
   landing tour mobile #f1f3f6) vẫn giữ nền của nó vì selector cụ thể hơn. */
body {
    background: #fafafa;
}

:root {
    --lh-pink: #ed007f;
    --lh-pink-dark: #b81e7a;
}

.lh-page {
    background: #fff;
    font-family: inherit;
    color: #0f172a;
}

.lh-page * {
    box-sizing: border-box;
}

.lh-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

/* ── HERO ────────────────────────────────────────── */
/* Background image only (no pink gradient overlay). Subtle dark tint
     applied via ::before so the white search-bar (which overlaps from
     below) stays readable on top of any photo. Pattern matches Tour
     landing (lt-hero + lt-search-overlay): hero ends, then a separate
     overlay div pulls UP with negative margin to straddle hero/content. */
.lh-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600 !important;
    max-height: min(380px, calc(100vh - 280px)) !important;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Ảnh banner XẾP TRÊN gradient brand dự phòng: ảnh 404/CSP chặn → gradient vẫn hiện →
       banner KHÔNG BAO GIỜ trắng rỗng (client 2026-08-03).
       Ảnh lấy từ CMS Landing KS (hotel_landing_config.banner_image) — landing_hotel.php chỉ
       bơm URL vào biến --lh-hero-img, mọi rule layer/size/position nằm ở đây. Admin để trống
       → rơi về ảnh Unsplash mặc định (nên thay bằng ảnh nội bộ cho ổn định). */
    background: var(--lh-hero-img, url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=1600&h=900&fit=crop')) center top / cover no-repeat,
                linear-gradient(135deg, #ed007f 0%, #b3005f 100%);
    color: #fff;
    padding: 40px 16px 80px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.lh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.lh-hero>* {
    position: relative;
    z-index: 1;
}

.lh-hero h1 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -.5px;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.lh-hero p.lh-hero-sub {
    font-size: 16px;
    margin: 0 auto;
    max-width: 720px;
    opacity: .98;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .5);
}

@media (max-width:767px) {
    .lh-hero {
        aspect-ratio: 1080 / 607 !important;
        min-height: auto !important;
        padding: 24px 16px 70px !important;
    }

    .lh-hero h1 {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }

    .lh-hero p.lh-hero-sub {
        font-size: 13px !important;
    }
}

/* Xe du lịch Hero Banner - Đồng bộ với Banner Trang chủ */
.car-hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600 !important;
    max-height: min(380px, calc(100vh - 280px)) !important;
    min-height: auto;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 16px 80px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.car-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.4); z-index: 0; }
.car-hero > * { position: relative; z-index: 1; }
.car-hero h1 { font-size: 36px; font-weight: 800; margin: 0 0 12px; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.car-hero p.car-hero-sub { font-size: 16px; margin: 0 auto; max-width: 720px; opacity: .98; text-shadow: 0 1px 8px rgba(0,0,0,.5); }

@media (max-width: 767px) {
    .car-hero {
        aspect-ratio: 1080 / 607 !important;
        min-height: auto !important;
        padding: 24px 16px 70px !important;
    }
    .car-hero h1 { font-size: 24px !important; margin-bottom: 8px !important; }
    .car-hero p.car-hero-sub { font-size: 13px !important; }
}

/* ── SEARCH BAR đè lên cuối hero (giống Tour landing pattern) ── */
.lh-search-overlay {
    position: relative;
    max-width: 1120px;
    margin: -70px auto 0;
    padding: 0 16px;
    z-index: 10;
}

/* DESKTOP: ĐỒNG BỘ TOÀN BỘ với box search bên /tour (client 2026-08-04: "sát border quá",
   "cùng kích thước", "cả font chữ + khoảng cách trên dưới giống thanh search bên tour").
   Lấy ĐÚNG giá trị .lt-search-box / .lt-sf-label / .lt-sf-input của landing tour:
     · Padding hàng field 22px đều 4 cạnh (landing KS ẩn tabs nên rule chung chỉ để 6px top
       → label dính sát mép; sides/bottom đã 22px sẵn, chỉ cần bù top).
     · Label: 12px / 600 / #555 / UPPERCASE / letter-spacing .3px (khác bản KS: 13px/700/#333).
     · Input (ô Thành phố + 2 ô ngày) + ô "Số khách": cao 44, viền 1.5px #e0e0e0, bo 10.
   Chỉ desktop; mobile là grid riêng trong @media ≤767px, không đụng. Selector (0,2,1)/(0,3,1)
   thắng rule chung .ls-field/#ls-panel-hotel. */
@media (min-width: 768px) {
    /* 2026-08-04: nới top 22 → 30px (client "đẩy khoảng cách bên trên rộng ra tí nữa"). */
    .lh-search-overlay #ls-panel-hotel .ls-fields { padding-top: 30px; }

    /* Giống FONT tour (12/600/#555) NHƯNG KHÔNG uppercase: nhãn khách sạn "Thành phố, điểm đến
       hoặc tên khách sạn" DÀI hơn hẳn nhãn tour (tour ngắn nên uppercase vừa 1 dòng). Uppercase
       + nowrap làm nó tràn đè sang nhãn "Nhận phòng" (client 2026-08-04 "chữ dính sát nhau").
       Bỏ uppercase → nhãn ngắn lại, 1 dòng gọn, không đè field kế; top-align sạch với 22px trên. */
    .lh-search-overlay #ls-panel-hotel .ls-field > label {
        font-size: 12px;
        font-weight: 600;
        color: #555;
        margin-bottom: 6px;
    }

    .lh-search-overlay #ls-panel-hotel .ls-field input[type="text"],
    .lh-search-overlay #ls-panel-hotel .ls-pax-trigger {
        height: 44px;
        border: 1.5px solid #e0e0e0;
        border-radius: 10px;
        font-size: 14px;
    }
}

/* Đồng bộ độ kéo lên với /ve-may-bay (.lf-search-overlay: -52px).
     KHÔNG set box-shadow/border-radius ở đây: rule dưới (dòng ~123 !important và
     block mobile radius:20px) nằm sau nên sẽ đè - viết vào chỉ thành code chết. */
@media (max-width:767px) {
    .lh-search-overlay {
        margin-top: -52px;
    }
}

/* 2026-07-23: màn hình THẤP — thu gọn hero + kéo search bar lên để vừa 1 khung nhìn (theo chiều cao). */
@media (min-width:768px) and (max-height:860px) {
    .lh-hero {
        min-height: 340px;
        padding-top: 40px;
        padding-bottom: 92px;
    }

    .lh-hero h1 {
        font-size: 34px;
    }
}

@media (min-width:768px) and (max-height:720px) {
    .lh-hero {
        min-height: 260px;
        padding-top: 26px;
        padding-bottom: 82px;
    }

    .lh-hero h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .lh-hero p.lh-hero-sub {
        font-size: 14px;
    }

    .lh-search-overlay {
        margin-top: -60px;
    }
}

/* Override homepage-specific overlap on the inner local-search-overlay
     (margin-top:-45px) - our wrapper above already does the overlap. */
.lh-search-overlay .local-search-overlay {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.lh-search-overlay .local-search-box {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .22) !important;
}

/* ── MOBILE: box search thành form THẺ NỔI gọn như mock (scoped riêng landing) ── */
@media (max-width:767px) {

    /* box/local_search_bar.php tự chèn `.local-search-overlay{display:none!important}` ở ≤767px -
       rule đó dành cho TRANG CHỦ (mobile home thay thanh search bằng lưới icon .hp-svcgrid, xem
       home-sections.css). Landing KS có layout mobile riêng bên dưới → bật lại, chỉ trong wrapper
       của landing nên trang chủ/desktop không đổi. */
    .lh-search-overlay .local-search-overlay {
        display: block !important;
    }

    .lh-search-overlay {
        padding: 0 12px;
    }

    .lh-search-overlay .local-search-box {
        border-radius: 20px;
    }

    /* Layout bằng GRID (deterministic, không lệ thuộc flex-wrap):
       [Địa điểm] / [Nhận phòng | đêm | Trả phòng] / [Số khách] / [nút]. */
    .lh-search-overlay #ls-panel-hotel .ls-fields {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: end;
        gap: 14px 8px;
        padding: 16px 16px 18px;
    }

    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-field>label {
        white-space: nowrap;
    }

    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-field-grow,
    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-field-pax,
    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-btn-search {
        grid-column: 1 / -1;
    }

    /* full-width rows */
    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-field {
        min-width: 0;
    }

    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-hotel-nights {
        margin: 0;
    }

    /* đêm vào cột giữa */
    .lh-search-overlay #ls-panel-hotel .ls-fields>.ls-btn-search {
        width: 100%;
        justify-content: center;
        margin-top: 2px;
    }

    /* Cột ngày chỉ rộng ~111px mà "30/07/2026" ở 15px cần ~120px → cụt đuôi năm.
       Hạ cỡ chữ + thu icon lịch cho vừa (chỉ 2 ô ngày, chỉ ở landing này). */
    .lh-search-overlay #ls-panel-hotel #lsHotelCheckin,
    .lh-search-overlay #ls-panel-hotel #lsHotelCheckout {
        font-size: 14px;
        padding-left: 20px;
        background-size: 16px 16px;
    }
}

/* Landing page hotel chỉ tìm khách sạn → ẩn nguyên row tabs. */
.lh-search-overlay .ls-tabs {
    display: none !important;
}

/* ── SECTION ─────────────────────────────────────── */
.lh-section {
    padding: 60px 16px;
}

.lh-section.alt {
    background: #f8fafc;
}

.lh-section h2 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    margin: 0 0 8px;
    color: #0f172a;
}

.lh-section .sub {
    text-align: left;
    color: #64748b;
    margin: 0 0 36px;
    font-size: 15px;
}

@media (max-width:640px) {
    .lh-section h2 {
        font-size: 18px;
    }
}

/* ── DESTINATION CAROUSEL (horizontal scroll, square cards) ── */
.lh-carousel {
    position: relative;
}

.lh-carousel-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 4px 14px;
    scroll-padding-left: 4px;
}

.lh-carousel-track::-webkit-scrollbar {
    display: none;
}

.lh-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: opacity .15s, transform .15s;
}

.lh-arrow:hover {
    transform: translateY(-50%) scale(1.05);
    color: var(--lh-pink);
}

.lh-arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.lh-arrow.prev {
    left: -14px;
}

.lh-arrow.next {
    right: -14px;
}

.lh-arrow svg {
    width: 18px;
    height: 18px;
}

@media (max-width:640px) {
    .lh-arrow {
        display: none;
    }
}

.lh-card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform .2s;
}

.lh-card:hover {
    transform: translateY(-3px);
}

.lh-card:hover .img {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.lh-card .img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: #e2e8f0 center/cover no-repeat;
    border-radius: 14px;
    transition: box-shadow .2s;
}

.lh-card .img .flag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, .95);
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.lh-card .body {
    padding: 12px 4px 0;
}

.lh-card .body .name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.2;
}

.lh-card .body .ks {
    font-size: 13px;
    color: #64748b;
}

.lh-card .body .price {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.lh-card .body .price b {
    color: var(--lh-pink);
    font-weight: 800;
}

/* ── FEATURED HOTELS (pill tabs + rich cards - Mytour style) ───── */
.lh-feat-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 14px;
    padding: 0 4px;
    flex-wrap: wrap;
}

.lh-feat-tabs-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}

.lh-feat-tab {
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    border-radius: 10px;
    transition: all .15s;
    font-family: inherit;
}

.lh-feat-tab:hover {
    border-color: var(--lh-pink);
    color: var(--lh-pink);
}

.lh-feat-tab.active {
    background: var(--lh-pink);
    border-color: var(--lh-pink);
    color: #fff;
}

.lh-feat-more {
    color: var(--lh-pink);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.lh-feat-more:hover {
    text-decoration: underline;
}

/* Quick star-filter links (#khách_sạn_5_sao …) */
.lh-feat-quicklinks {
    font-size: 13px;
    margin: 0 4px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.lh-feat-quicklinks .ql-label {
    color: #475569;
}

.lh-feat-quicklinks a {
    color: var(--lh-pink);
    font-weight: 600;
    text-decoration: none;
}

.lh-feat-quicklinks a:hover {
    text-decoration: underline;
}

/* Slider ngang: hiện 4 card/màn hình, kéo ngang hoặc bấm mũi tên để xem thêm */
.lh-feat-slider {
    position: relative;
}

.lh-feat-grid {
    display: flex;
    gap: 18px;
    align-items: stretch;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    padding: 4px 2px 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.lh-feat-grid::-webkit-scrollbar {
    display: none;
    height: 0;
}

.lh-feat-grid>.lh-feat-card {
    flex: 0 0 calc((100% - 54px) / 4);
    scroll-snap-align: start;
}

@media (max-width:1000px) {
    .lh-feat-grid>.lh-feat-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width:540px) {
    .lh-feat-grid>.lh-feat-card {
        flex-basis: 82%;
    }
}

/* Nút điều hướng slider - căn giữa theo ảnh card (ảnh cao 190px) */
.lh-feat-nav {
    position: absolute;
    top: 99px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
    z-index: 5;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .16);
    transition: background .15s, color .15s, border-color .15s;
}

.lh-feat-nav:hover {
    background: var(--lh-pink);
    color: #fff;
    border-color: var(--lh-pink);
}

.lh-feat-nav.prev {
    left: -14px;
}

.lh-feat-nav.next {
    right: -14px;
}

.lh-feat-nav[hidden] {
    display: none;
}

@media (max-width:540px) {
    .lh-feat-nav {
        display: none;
    }
}

/* min-width:0 bắt buộc trên grid item để ngăn text dài đẩy cột ra ngoài container */
.lh-feat-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background: #fff;
    /* Viền + bóng nghỉ cho card NỔI khỏi nền trắng (client 2026-08-03 "mất border"):
       #eef0f3 (RGB 238,240,243) quá nhạt, trên nền trắng gần như vô hình → trông như không
       có khung. Đậm viền 1 nấc (#e2e5ea) + thêm shadow nghỉ nhẹ như các card khác (.gt-card
       /.mda-box-item dùng ~0 2px 10px rgba(0,0,0,.05)). ⚠ overide-v2.css nằm trong BUNDLE
       style-common → sửa xong PHẢI `npm run build:css` (xem memory frontend-css-bundle-build). */
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(17, 24, 39, .05);
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}

.lh-feat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.lh-feat-card .img {
    position: relative;
    width: 100%;
    height: 190px;
    background: #e2e8f0 center/cover no-repeat;
}

@media (max-width:1000px) {
    .lh-feat-card .img {
        height: 180px;
    }
}

@media (max-width:540px) {
    .lh-feat-card .img {
        height: 190px;
    }
}

/* Discount badge (TL) - chỉ render khi có giảm giá thật */
.lh-feat-card .disc {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--lh-pink);
    color: #fff;
    padding: 5px 12px 7px;
    border-radius: 10px 0 14px 0;
    font-weight: 800;
    font-size: 14px;
}

/* Wishlist heart (TR) - toggle lưu vào localStorage, thuần client */
.lh-feat-card .fav {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, .45);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    padding: 0;
}

.lh-feat-card .fav:hover {
    background: rgba(15, 23, 42, .65);
}

.lh-feat-card .fav svg {
    width: 18px;
    height: 18px;
}

.lh-feat-card .fav.on svg {
    fill: var(--lh-pink);
    stroke: var(--lh-pink);
}

/* body flex-column + tax-note margin-top:auto → giá luôn nằm đáy card, đều nhau giữa các card
     bất kể tên KS 1 hay 2 dòng (card stretch cùng chiều cao trong slider). */
.lh-feat-card .body {
    padding: 12px 14px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lh-feat-card .body h4 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lh-feat-card .stars {
    color: #f59e0b;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.lh-feat-card .addr {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #475569;
    margin-bottom: 6px;
    overflow: hidden;
}

.lh-feat-card .addr svg {
    width: 12px;
    height: 12px;
    color: var(--lh-pink);
    flex-shrink: 0;
}

.lh-feat-card .addr span {
    min-width: 0;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lh-feat-card .rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #475569;
}

.lh-feat-card .rating .chip {
    background: var(--lh-pink);
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 8px;
}

.lh-feat-card .tax-note {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 2px;
    margin-top: auto;
    padding-top: 6px;
}

.lh-feat-card .price-orig {
    font-size: 12px;
    color: #94a3b8;
    text-decoration: line-through;
    line-height: 1.2;
}

.lh-feat-card .price {
    font-size: 16px;
    font-weight: 800;
    color: var(--lh-pink);
}

/* Local fallback variant - khi upstream API down, hiển thị KS DLV nội bộ */
.lh-feat-badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(214, 36, 140, .95);
    color: #fff;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
}

.lh-feat-card.is-local .tax-note {
    color: var(--lh-pink);
    font-weight: 500;
}

.lh-feat-loader,
.lh-feat-empty {
    grid-column: 1/-1;
    flex: 1 0 100%;
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    color: #64748b;
}

.lh-feat-loader .spin {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 3px solid #e5e7eb;
    border-top-color: var(--lh-pink);
    border-radius: 50%;
    animation: lh-spin .8s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes lh-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ── ĐIỂM ĐẾN NỔI BẬT (rectangular cards with text overlay) ───── */
.lh-arch-card {
    flex: 0 0 190px;
    scroll-snap-align: start;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    aspect-ratio: 4/5;
    background: #e2e8f0 center/cover no-repeat;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    cursor: pointer;
}

.lh-arch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .22);
}

/* Dark gradient overlay ở đáy để text trắng đọc rõ trên ảnh */
.lh-arch-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .35) 55%, transparent 100%);
    pointer-events: none;
}

.lh-arch-body {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 1;
}

.lh-arch-name {
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.lh-arch-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, .92);
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.lh-arch-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    background: var(--lh-pink);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

@media (max-width:700px) {
    .lh-arch-name {
        font-size: 16px;
    }

    .lh-arch-desc {
        font-size: 12px;
    }
}

/* ── USP ────────────────────────────────────────── */
.lh-usp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width:900px) {
    .lh-usp {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:540px) {
    .lh-usp {
        grid-template-columns: 1fr;
    }
}

.lh-usp-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.lh-usp-card .ico {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    color: var(--lh-pink);
}

.lh-usp-card .ico svg {
    width: 28px;
    height: 28px;
}

.lh-usp-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
}

.lh-usp-card p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ── FAQ ────────────────────────────────────────── */
.lh-faq {
    max-width: 100%;
    margin: 0;
}

.lh-faq details {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.lh-faq details[open] {
    border-color: var(--lh-pink);
    box-shadow: 0 1px 3px rgba(214, 36, 140, .08);
}

.lh-faq summary {
    padding: 16px 18px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.lh-faq summary::-webkit-details-marker {
    display: none;
}

.lh-faq summary::after {
    content: '+';
    font-size: 22px;
    color: var(--lh-pink);
    font-weight: 300;
    flex-shrink: 0;
    transition: transform .2s;
}

.lh-faq details[open] summary::after {
    content: '−';
}

.lh-faq .a {
    padding: 0 18px 16px;
    color: #475569;
    line-height: 1.6;
    font-size: 14px;
}

/* ════════════════════════════════════════════════════════════
     RESPONSIVE MOBILE - /khach-san landing page
     Target: 6.1 inch+ (≥390px) primary · fallback ≤374px · tablet ≤767px
     Desktop (≥768px): không thay đổi
     ════════════════════════════════════════════════════════════ */

@media (max-width:767px) {

    /* ── Hero: nhỏ gọn hơn ── */
    .lh-hero {
        min-height: 220px !important;
        padding: 32px 14px 90px !important;
    }

    .lh-hero h1 {
        font-size: 22px !important;
        margin-bottom: 8px !important;
    }

    .lh-hero p.lh-hero-sub {
        font-size: 13px !important;
    }

    /* ── Search overlay: margin nhỏ hơn ── */
    .lh-search-overlay {
        margin-top: -50px !important;
        padding: 0 10px !important;
    }

    /* ── Section padding: từ 60px → 28px trên mobile ── */
    .lh-section {
        padding: 28px 14px !important;
    }

    .lh-section h2 {
        font-size: 17px !important;
        margin-bottom: 4px !important;
    }

    .lh-section .sub {
        font-size: 13px !important;
        margin-bottom: 20px !important;
    }

    /* ── Featured tabs: scroll ngang, không wrap ── */
    .lh-feat-tabs {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: flex-start !important;
    }

    .lh-feat-tabs-list {
        overflow-x: auto;
        flex-wrap: nowrap !important;
        width: 100%;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .lh-feat-tabs-list::-webkit-scrollbar {
        display: none;
    }

    .lh-feat-tab {
        font-size: 13px !important;
        padding: 8px 14px !important;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* ── Featured grid: 2 cột trên 390px ── */
    .lh-feat-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    /* ── Featured card: compact ── */
    .lh-feat-card .img {
        height: auto !important;
        aspect-ratio: 4/3 !important;
    }

    .lh-feat-card .body {
        padding: 10px 10px 12px !important;
    }

    .lh-feat-card .body h4 {
        font-size: 12.5px !important;
        min-height: auto !important;
        margin-bottom: 4px !important;
    }

    .lh-feat-card .stars {
        font-size: 11px !important;
    }

    .lh-feat-card .addr {
        font-size: 11px !important;
    }

    .lh-feat-card .rating {
        font-size: 11px !important;
        margin-bottom: 4px !important;
    }

    .lh-feat-card .rating .chip {
        font-size: 11px !important;
        padding: 2px 5px !important;
    }

    .lh-feat-card .tax-note {
        font-size: 10px !important;
    }

    .lh-feat-card .price {
        font-size: 13px !important;
    }

    /* ── Carousel cards: nhỏ hơn ── */
    .lh-card {
        flex: 0 0 160px !important;
    }

    .lh-card .body .name {
        font-size: 13px !important;
    }

    .lh-card .body .ks {
        font-size: 11px !important;
    }

    .lh-card .body .price {
        font-size: 11px !important;
    }

    /* ── Arch destination cards ── */
    .lh-arch-card {
        flex: 0 0 140px !important;
    }

    .lh-arch-name {
        font-size: 14px !important;
    }

    .lh-arch-desc {
        font-size: 11px !important;
    }

    /* ── USP: 2 cột trên mobile ── */
    .lh-usp {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .lh-usp-card {
        padding: 16px 12px !important;
    }

    .lh-usp-card .ico {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 10px !important;
    }

    .lh-usp-card .ico svg {
        width: 22px !important;
        height: 22px !important;
    }

    .lh-usp-card h3 {
        font-size: 14px !important;
    }

    .lh-usp-card p {
        font-size: 12px !important;
    }

    /* ── FAQ: mobile friendly ── */
    .lh-faq summary {
        padding: 14px 14px !important;
        font-size: 14px !important;
    }

    .lh-faq .a {
        padding: 0 14px 14px !important;
        font-size: 13px !important;
    }

    /* ── Quick links: smaller ── */
    .lh-feat-quicklinks {
        font-size: 12px !important;
        gap: 10px !important;
        margin-bottom: 14px !important;
    }

    /* ── Breadcrumb ẩn ── */
    #vnt-navation {
        display: none;
    }
}

@media (max-width: 374px) {
    .lh-feat-grid {
        grid-template-columns: 1fr !important;
    }

    .lh-usp {
        grid-template-columns: 1fr !important;
    }

    .lh-hero h1 {
        font-size: 20px !important;
    }
}
/* ══ MOBILE (trang con): SEARCH = ICON trên header → SHEET full-width sổ xuống ═══════════
   Client 2026-08-04: thanh search full-bar cũ trong header mobile chật/lỗi → đổi thành icon
   kính lúp; bấm mở panel search trượt từ trên xuống + gợi ý. Markup: user_2019/header.php
   (.gs-mob-trigger / .gs-mob-panel / .gs-mob-backdrop); JS: global-search.js openMobPanel().
   Rule cũ (full-bar) ở header-redesign.css có nhiều !important → cần đè bằng specificity + !important.
   Chỉ ≤767px; desktop dùng thanh search .topHead-center riêng, không đụng. */
@media (max-width: 767px) {
    /* .mainHead-mob-search không còn CHIẾM HẾT header (bỏ flex:1 của header-redesign) → chỉ ôm icon */
    .mainHead-inner .mainHead-mob-search {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        position: static !important;
        display: inline-flex !important;
        align-items: center;
    }
    .mainHead-mob-search .gs-mob-trigger {
        width: 40px; height: 40px; padding: 0; border: 0; background: transparent;
        display: inline-flex; align-items: center; justify-content: center;
        color: var(--c-primary, #ed007f); cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    .mainHead-mob-search .gs-mob-trigger:active { transform: scale(.92); }
    .mainHead-mob-search .gs-mob-trigger svg { width: 22px; height: 22px; }

    /* nền mờ phía sau panel */
    .gs-mob-backdrop {
        position: fixed; inset: 0; background: rgba(0, 0, 0, .45);
        z-index: 100000; opacity: 0; pointer-events: none; transition: opacity .22s ease;
    }
    .gs-mob-backdrop.is-open { opacity: 1; pointer-events: auto; }
    .gs-mob-backdrop[hidden] { display: none; }

    /* panel search sổ xuống từ trên (dưới header) */
    .gs-mob-panel {
        position: fixed; top: 0; left: 0; right: 0; z-index: 100001;
        background: #fff; padding: 12px 12px 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
        transform: translateY(-100%); transition: transform .26s cubic-bezier(.4, 0, .2, 1);
        max-height: 88vh; overflow-y: auto;
    }
    .gs-mob-panel.is-open { transform: translateY(0); }
    .gs-mob-panel[hidden] { display: none; }
    /* hàng: ô nhập (co giãn) + nút đóng X */
    .gs-mob-panel .gs-mob-panel-top { display: flex; align-items: center; gap: 8px; }
    .mainHead-mob-search .gs-mob-panel .global-search-bar {
        flex: 1 1 auto; min-width: 0; height: 44px;
        border: 1.5px solid #e0e0e0; border-radius: 10px; background: #f5f5f5;
        overflow: hidden; display: flex !important; align-items: center !important;
    }
    .gs-mob-panel .global-search-bar:focus-within { border-color: var(--c-primary, #ed007f); background: #fff; }
    .mainHead-mob-search .gs-mob-panel .global-search-bar input {
        flex: 1 1 auto; min-width: 0; height: 100%;
        font-size: 16px !important; padding: 0 12px; background: transparent; border: none !important;
    }
    .mainHead-mob-search .gs-mob-panel .gs-btn-search {
        flex: 0 0 auto; width: 46px; height: 100%; padding: 0 !important;
        background: var(--c-primary, #ed007f); color: #fff; border: 0;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .gs-mob-panel .gs-close-mob {
        flex: 0 0 auto; width: 40px; height: 44px; border: 0; background: transparent;
        color: #444; display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
    }
    /* dropdown gợi ý: nằm NGAY TRONG panel (không fixed như bản cũ) */
    .mainHead-mob-search .gs-mob-panel .gs-dropdown {
        position: static !important; top: auto !important; left: auto !important; right: auto !important;
        width: auto !important; min-width: 0 !important; max-height: none !important;
        margin-top: 10px; border: 0 !important; box-shadow: none !important; border-radius: 0 !important;
    }
    /* .gs-dropdown mặc định display:none; chỉ hiện khi .active — panel tự chứa nên bỏ nền tối riêng. */

    /* khoá cuộn nền khi panel mở */
    html.gs-mob-lock, html.gs-mob-lock body { overflow: hidden; }
}

/* ── STACK NÚT NỔI góc dưới-phải (desktop): go_top (trên) → Zalo → chat Subiz (dưới) ──
   Cùng mép phải 16px, cùng cỡ 52px, cách đều 12px → thẳng cột, không đè.
   Trước đây Zalo <img.zalo-chat-widget> bị đặt bottom:14/right:14/50px (inline public/index.php)
   → ĐÈ nút chat Subiz (bottom:10) và cách xa go_top (bottom:138). Nay đưa Zalo vào đúng khe
   giữa: chat[bottom 10] → Zalo[bottom 74 = 10+52+12] → go_top[bottom 138 = 74+52+12].
   (go_top giữ nguyên bottom:138/right:16/52px ở public/index.php.) Mobile KHÔNG dùng
   .zalo-chat-widget (ẩn) mà dùng #vnt-zalo-fab → rule này chỉ ảnh hưởng desktop. */
.zalo-chat-widget {
    position: fixed !important;
    right: 16px !important;
    left: auto !important;
    bottom: 74px !important;
    width: 52px !important;
    height: 52px !important;
    z-index: 2147483640 !important;
}

/* Fix logo Zalo nằm trọn chuẩn xác bên trong khung hình tròn (.box-search-group) */
.box-search-group .zalo-chat-widget,
.box-search-group img.zalo-chat-widget {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 30px !important;
    height: 30px !important;
    transform: translate(-50%, -50%) !important;
    object-fit: contain !important;
    z-index: 1 !important;
}

@media (max-width: 767px) {
    .box-search-group .zalo-chat-widget,
    .box-search-group img.zalo-chat-widget {
        width: 22px !important;
        height: 22px !important;
    }

    /* Đảm bảo khung slideTourCat và tourCat trên Mobile tự do cuộn trượt mượt mà (Marquee Loop) */
    .tourCat, #slideTourCat {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: auto !important;
        white-space: nowrap !important;
    }
    #slideTourCat .slick-list {
        overflow: visible !important;
    }
    #slideTourCat .slick-track {
        display: flex !important;
        width: max-content !important;
        transform: none !important;
    }
    #slideTourCat .slick-slide, #slideTourCat .item {
        float: none !important;
        flex-shrink: 0 !important;
        display: inline-block !important;
    }
    #slideTourCat::-webkit-scrollbar, .tourCat::-webkit-scrollbar { display: none !important; }
}




