﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif !IMPORTANT;
    padding: 0 !important;
    overflow-x: hidden;
}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    /*    overflow-x: hidden;*/
}

h1.title, h2.title, h3, h3.title, h4 {
    font-family: 'Inter', sans-serif !IMPORTANT;
}

p {
    font-family: 'Inter', sans-serif !IMPORTANT;
}
/*#divSCPop {
display: none
}*/
a:hover {
    color: inherit !important
}

a:focus, a:hover {
    color: inherit !important
}
/*a:hover {
color: #a5a5a5 !important;
}*/
.mb-80 {
    margin-bottom: 70px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-80 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}
/* --- explore-holiday-hero-section --- */
span.explore-holiday-tag.love-tag {
    background: #E84848;
    color: white;
}

.app {
    width: 100%;
    height: auto;
    /*    overflow: hidden;*/
}
/*header-slider-start*/
.hero-banner {
    position: relative;
}

.header-slider:not(.slick-initialized) {
    display: block;
    height: 310px;
    overflow: hidden;
    background-color: #f3f4f6;
}

    .header-slider:not(.slick-initialized) img:not(:first-child) {
        display: none;
    }

.header-slider img {
    width: 100%;
    height: auto;
    min-height: 122px;
    aspect-ratio: 1265 / 285;
    object-fit: cover;
    display: block;
}

.header-slider .slick-list {
    overflow: hidden;
    height: inherit !IMPORTANT;
}
/* 1. Main Search Box Container */
.unifiedSearchContainer {
    font-family: 'Inter', sans-serif;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f2f5;
    padding: clamp(4px, 0vw, 6px) clamp(6px, 0vw, 10px);
    box-sizing: border-box;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90%;
    max-width: 760px;
}
    /* 2. Flex Wrapper (Aapka Code) */
    .unifiedSearchContainer .search-bar-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 11px;
        width: 100%;
        box-sizing: border-box;
    }
    /* 3. Input Field */
    .unifiedSearchContainer #searchInput {
        width: 100%;
        border: none;
        outline: none;
        font-size: clamp(13px, 1.2vw, 15px);
        font-family: 'Inter', sans-serif;
        color: #777777;
        font-weight: 400;
        height: 38px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    /* 4. Explore Button */
    .unifiedSearchContainer .explore-btn {
        background-color: #F2572B;
        color: white;
        border: none;
        padding: 0 20px;
        height: 38px;
        border-radius: 24px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        transition: background 0.2s;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .unifiedSearchContainer .search-dropdown-panel.show {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fefefe;
        border-radius: 0px 0 16px 16px;
        margin-top: -11px;
        padding: 15px;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
        /* border: 1px solid #f0f2f5; */
        box-sizing: border-box;
        z-index: -1000;
        margin-left: -0.6px;
        min-width: 760px;
    }
/*    */
/*logo strat*/
/*logo end*/
/*medai query*/
@media (max-width: 767px) {
    .unifiedSearchContainer {
        padding: 0px 10px;
        width: 95%
    }

        .unifiedSearchContainer .search-dropdown-panel.show {
            min-width: auto !important;
        }
}
/*header-slider-end*/
.desktop-gap {
    display: flex !IMPORTANT;
    gap: 10px;
    padding-bottom: 20px !IMPORTANT;
    flex-direction: column !IMPORTANT;
    padding: 12px 0 !IMPORTANT;
    /* max-width: 100%; */
    /* width: 1440px; */
}

.call-btn-container {
    display: none
}
/*new home css 16-06-2026*/
/*moble menu*/
/* ==========================================================================
LEGACY COMPONENT STYLESHEET (SPA Friendly & Inter Font Native)
========================================================================== */
/*leagcy section*/
.legacySection {
    background-color: #F7F8FC; /* Subtle grey-blue back drop tint */
    padding: 40px 16px;
    width: 100%;
}

    .legacySection * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: 'Inter', sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    .legacySection .legacy-container {
        max-width: 1440px;
        margin: 0 auto;
        width: 85%;
    }
    /* --- Upper Central Text Segment --- */
    .legacySection .legacy-header {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 20px auto;
    }

    .legacySection .sub-heading {
        color: #F2572B; /* Accent Orange color matching image */
        font-weight: 600;
        font-size: 12.56px;
        letter-spacing: 1.36px;
        display: block;
        margin-bottom: 5px;
    }

    .legacySection .header-divider {
        width: 310px;
        height: 2px;
        background-color: #ff7e5f;
        margin: 7px auto;
    }

    .legacySection .description {
        color: #5d6b82;
        line-height: 1.6;
        font-weight: 400;
    }
    /* --- Card Grids Container Layer --- */
    .legacySection .legacy-grid {
        display: grid;
        grid-template-columns: 1fr; /* Default Mobile single block stack layout */
        gap: 16px;
    }
    /* Individual Grid Item Card Deck Elements */
    .legacySection .legacy-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        text-align: center;
        box-shadow: 0px 19.38px 24.22px 0px rgba(0, 0, 0, 0.10);
        border: 1px solid #edf2f7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    }

        .legacySection .legacy-card:hover {
            /*            transform: translateY(-4px);*/
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
            background-color: #013366;
            color: #fff !IMPORTANT;
        }

            .legacySection .legacy-card:hover .card-icon img {
                filter: brightness(0) invert(1);
            }

            .legacySection .legacy-card:hover .card-stat {
                color: #fff
            }

            .legacySection .legacy-card:hover .card-label {
                color: #fff
            }

    .legacySection .card-icon {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }

    .legacySection .card-stat {
        color: #003366; /* Deep brand navy color matching headers */
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .legacySection .card-label {
        color: #6B7280;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.2px;
        text-align: center;
    }
    /* ==========================================================================
EXPLICIT RESPONSIVE ENGINE BREAKPOINTS (Exactly as requested)
========================================================================== */
    /* --- Mobile Viewport Baseline Styling (0px - 767px) --- */
    .legacySection .heading {
        font-size: 18px;
    }

    .legacySection .description {
        font-size: 13px;
    }

    .legacySection .card-stat {
        font-size: 18px;
    }

    .legacySection .card-label {
        font-size: 11px;
    }
/* --- Tablet Breakpoint Viewport (768px - 1023px) --- */
@media (min-width: 768px) {
    .legacySection {
        padding: 60px 24px;
    }

        .legacySection .heading {
            font-size: 22px;
        }

        .legacySection .description {
            font-size: 14px;
        }

        .legacySection .legacy-grid {
            grid-template-columns: repeat(2, 1fr); /* 2x2 grid framework for tablets */
            gap: 20px;
        }

        .legacySection .card-stat {
            font-size: 20px;
        }

        .legacySection .card-label {
            font-size: 11.5px;
        }
}
/* --- Desktop Breakpoint Viewport (1024px - 1439px) --- */
@media (min-width: 1024px) {
    .legacySection {
        padding: 15px 24px 30px 24px;
    }

    .card-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .legacySection .heading {
        font-size: 31.76px;
        color: #25335D;
        font-weight: 700;
    }

    .legacySection .description {
        font-size: 13px;
        text-align: center;
        max-width: 500px;
        margin: 0px auto;
    }

    .legacySection .legacy-grid {
        grid-template-columns: repeat(4, 1fr); /* Clean horizontal single-row layout layout matching image */
        gap: 15px;
        max-width: 100%;
        margin: 0px auto;
    }

    .legacySection .legacy-card {
        padding: 15px 15px;
    }

    .legacySection .card-stat {
        font-size: 13px;
        font-weight: 800;
    }

    .legacySection .card-label {
        font-size: 11px;
        line-height: 1.3;
    }
}
/* --- Large Desktop Breakpoint Viewport (1440px and higher) --- */
@media (min-width: 1440px) {
    .legacySection {
        padding: 100px 0;
    }
        /* Auto centers cleanly via container boundaries */
        .legacySection .heading {
            font-size: 32px;
        }

        .legacySection .description {
            font-size: 16px;
        }

        .legacySection .legacy-grid {
            gap: 32px;
        }

        .legacySection .legacy-card {
            padding: 40px 24px;
        }

        .legacySection .card-stat {
            font-size: 24px;
        }

        .legacySection .card-label {
            font-size: 12.5px;
        }
}
/*leagcy section-end*/
.explore-package-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #e6f1f7; */
    padding: 0px 0;
}
/* ================================
TOGGLE BUTTONS
================================ */
#packageSlider {
    padding-bottom: 10px;
}

.explore-package-toggle {
    display: inline-flex;
    gap: 20px;
    background: #F5F6F8;
    padding: 6px;
    border-radius: 40px;
    min-width: 240px;
    min-height: 42px;
    /* margin-bottom: 50px; */
}

    .explore-package-toggle button.active {
        background: #146ABF;
        color: white;
    }
/* ================================
SLIDER WRAPPER
================================ */
.explore-package-slider-container {
    max-width: 1440px;
    width: 95%;
    box-sizing: border-box;
    height: 100%;
}

span.divider-line {
    width: 5px;
    height: 5px;
    background: #F2572B;
    border-radius: 50px;
    margin-top: 4px;
}
/*#packageSlider {
display: flex;
gap: 46px;
transition: transform 0.4s ease-in-out;
}*/
@media (min-width: 1024px) {
    .explore-Packege-Destinations-Title {
        font-size: 15px;
        font-weight: 600;
        color: #F2572B;
        line-height: 1;
        margin-bottom: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .explore-package-title {
        font-size: 25px;
        font-weight: 600;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .explore-package-subtitle {
        font-size: 13px;
        color: #777777;
        font-weight: 400;
        margin-bottom: 0;
    }
    /*.explore-package-toggle button {
padding: 8px 7px;
border-radius: 30px;
border: none;
background: transparent;
font-weight: 500;
cursor: pointer;
font-size: 14px;
color: #494949;
min-width: 100px;*/
    /* line-height: 24px; */
    /*}*/
    #packageSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }

    #packageSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #domesticSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #domesticSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }

    #readyToGoPackagesSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #readyToGoPackagesSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }
}
/* ==========================================================================
VIETNAM & CAMBODIA DYNAMIC TOUR CARD DESIGN STYLE
========================================================================== */
/* Exact image shadow implementation preset mapping source */
.apply-exact-shadow {
    /* box-shadow: 0px 19.38px 24.22px 0px rgba(0, 0, 0, 0.10); */ /* */
}

.explore-package-card {
    font-family: 'Inter', -apple-system, sans-serif;
    background: #ffffff;
    border-radius: 9.69px;
    overflow: hidden;
    border: 1px solid #F1F1F1;
    max-width: 360px; /* Standard single card deck bound sizing constraint */
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
    /*    .explore-package-card:hover {
transform: translateY(-4px);
}*/
    /* --- Upper Image Module --- */
    .explore-package-card .card-img-wrap {
        position: relative;
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

        .explore-package-card .card-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    /* Red Overlay Capsule Tag Badge */
    .explore-package-card .badge-tag {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #E84848; /* Accurate red hex from image */
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        border-radius: 20px;
        letter-spacing: 0.2px;
        z-index: 2;
    }
    /* --- Lower Text Block Content Area --- */
    .explore-package-card .explore-package-content {
        padding: 8px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    /* Main Core Tour Heading Typography */
    .explore-package-card .explore-package-title-card a {
        font-size: 16px;
        font-weight: 600;
        color: #25335D; /* Dark indigo navy blue */
        line-height: 1.4;
        margin-bottom: 10px;
        /* ❗ remove this (it breaks ellipsis)
min-height: max-content;
*/
        /* ✅ dot dot fix */
        display: -webkit-box;
        -webkit-line-clamp: 4; /* 2 lines tak show hoga */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Metadata Parameters Meta Flex Row Container Grid */
    .explore-package-card .explore-package-meta-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .explore-package-card .tour-code {
        font-size: 11px;
        color: #777777; /* Flat slate placeholder text shade color scale pointer */
        font-weight: 500;
    }

    .explore-package-card .tour-duration {
        font-size: 11px;
        color: #777777;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

        .explore-package-card .tour-duration svg {
            color: #718096;
        }
    /* Bottom Price Tag text alignment */
    .explore-package-card .explore-package-price {
        font-size: 11px;
        color: #777777;
        font-weight: 500;
        margin-bottom: 10px;
    }
    /* --- Double CTA Action Button Triggers Container Grid Layer --- */
    .explore-package-card .explore-package-actions {
        display: flex;
        gap: 12px;
        width: 100%;
    }

        .explore-package-card .explore-package-actions a {
            flex: 1;
            height: 35px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            outline: none;
            box-sizing: border-box;
            display: flex;
            text-decoration: none;
            align-items: center;
            justify-content: center;
        }
    /* Primary Accent Solid Action Button */
    .explore-package-card .btn-book-now {
        background-color: #146ABF; /* Core matching royal primary travel blue */
        color: #ffffff;
        border: none;
    }

        .explore-package-card .btn-book-now:hover {
            background-color: #146abf;
            color: #fff !IMPORTANT;
        }
    /* Secondary Ghost Outline Button Profile */
    .explore-package-card .btn-enquire {
        background-color: #ffffff;
        color: #1565c0;
        border: 1px solid #1565c0;
    }

        .explore-package-card .btn-enquire:hover {
            color: #1565c0 !IMPORTANT;
            /* background-color: #f0f7ff; */
        }

.InboundBaneer .unifiedSearchContainer
/* ==========================================================================
RESPONSIVE LAYOUT BREAKPOINTS MODIFIERS (Requested Rule Spec Followed)
========================================================================== */
/* Mobile Viewport Baseline Styling (Default constraints optimized) */
.explore-package-card {
    max-width: 320px;
}
/* Tablet Breakpoint Viewport Frame Settings */
@media (min-width: 768px) {
    .explore-package-card {
        max-width: 340px;
    }

        .explore-package-card .explore-package-title-card {
            font-size: 16.5px;
        }
}
/* Desktop System Layout Configuration Breakpoint Rules */
@media (min-width: 1024px) {
    .explore-package-card {
        max-width: 350px;
    }

        .explore-package-card .explore-package-title-card a {
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            max-width: 95%;
            color: #25335D;
            text-decoration: none;
        }
}
/* Large High Resolution Screen Display Adjustments Rule */
@media (min-width: 1440px) {
    .explore-package-card {
        max-width: 360px;
    }

        .explore-package-card .explore-package-title-card {
            font-size: 18px;
        }
}
/* एरोज़ का मुख्य गोल कंटेनर */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px !IMPORTANT;
    height: 40px !IMPORTANT;
    /* background-color: #f1f3f5; */ /* लाइट ग्रे बैकग्राउंड */
    border: none;
    border-radius: 50%; /* परफेक्ट गोल सर्कल */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none !IMPORTANT;
}
    /* आपकी SVG इमेज की स्टाइलिंग */
    .custom-arrow .arrow-svg-icon {
        width: 14px; /* एरो का आकार इमेज के अनुसार परफेक्ट रखने के लिए */
        height: 14px;
        display: block;
        object-fit: contain;
    }
/* लेफ्ट और राइट एरो की सटीक पोजीशन */
.slick-prev.custom-arrow {
    left: -20px; /* स्लाइडर से हल्का सा बाहर */
}

.slick-next.custom-arrow {
    right: -20px;
}
/* होवर इफ़ेक्ट */
.custom-arrow:hover {
    /* background-color: #e2e8f0; */ /* होवर करने पर हल्का सा डार्क ग्रे */
}
/* जब स्लाइडर पहली या आखरी स्लाइड पर हो तो एरो को छुपाने के लिए (infinite: false के लिए) */
.custom-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.custom-arrow .arrow-svg-icon {
    width: 14px !important; /* */
    height: 14px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-arrow::before,
.custom-arrow::after {
    display: none !important;
    content: "" !important;
    opacity: 0 !important;
}

#packageSlider .slick-prev {
    left: -50px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
}

#packageSlider .slick-next {
    right: -55px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
}

.all-inclusive-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 25px 15px 25px;
}

.view-tours a {
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding-right: 46px; */
    font-size: 13px;
    color: #565657;
    letter-spacing: -0.5px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
}
/*offer banner*/
/* ==========================================================================
BANNER SLIDER COMPONENT (Mobile First)
========================================================================== */
.banner-slider-section {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.banner-card-item {
    padding: 0 8px; /* कार्ड्स के बीच का गैप */
}

.offer-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 80%;
}

.banner-inner-card {
    position: relative;
    /* border-radius: 12px; */ /* इमेज के अनुसार स्मूथ बॉर्डर रेडियस */
    overflow: hidden;
    width: 100%;
}

.banner-card-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}
/* Slick Default Reset */
.banner-offers-slider .slick-prev::before,
.banner-offers-slider .slick-next::before {
    display: none !important;
    content: "" !important;
}

#bannerOffersSlider .slick-prev {
    left: -50px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
}

#bannerOffersSlider .slick-next {
    right: -50px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .banner-slider-section {
        padding: 20px 0;
    }

    .banner-card-item {
        padding: 0 5px;
    }

    .banner-offers-slider .custom-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .banner-offers-slider .slick-prev {
        left: -15px;
    }

    .banner-offers-slider .slick-next {
        right: -15px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .banner-slider-section {
        padding: 15px 24px 30px 24px;
    }

    .banner-offers-slider .custom-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .banner-offers-slider .slick-prev {
        left: -20px;
    }

    .banner-offers-slider .slick-next {
        right: -20px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .banner-slider-section {
        padding: 30px 0;
    }
}
/* ==========================================================================
SPECIALITY TOURS SECTION (Mobile First)
========================================================================== */
.speciality-tours-section {
    /* padding: 30px 15px; */
    background-color: #ffffff;
    /* font-family: Arial, sans-serif; */
}

.tour-icon-wrap img {
    width: 100%;
    height: 100%;
    max-width: 19px !important;
    object-fit: contain !important;
}

.speciality-tours-section-container {
    max-width: 1440px;
    width: 95%;
    padding: 0px 25px 0 25px;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
/* Header Text Styles */
.section-header {
    text-align: center;
    margin-bottom: 25px;
    display: flex !IMPORTANT;
    gap: 10px;
    padding-bottom: 20px !IMPORTANT;
    flex-direction: column !IMPORTANT;
    padding: 12px 0 !IMPORTANT;
}

    .section-header .sub-title {
        display: block;
        /* ऑरेंज-ब्राउन सबटाइटल */
        letter-spacing: 1px;
        /* margin-bottom: 5px; */
        font-size: 15px;
        font-weight: 600;
        color: #F2572B;
        line-height: 1;
    }

    .section-header .main-title {
        color: #0e2a52; /* डार्क नेवी ब्लू */
        font-weight: 700;
        /* margin: 0 0 8px 0; */
        font-size: 20px; /* Mobile */
    }

    .section-header .desc-text {
        font-size: 13px;
        color: #666666;
        margin: 0;
    }
/* Flexbox Layout Wrapper (इमेज के समान 8 आइटम्स को एक लाइन में सेट करने के लिए) */
.tours-grid-wrapper {
    display: flex;
    flex-wrap: wrap; /* मोबाइल पर कार्ड्स को नीचे आने देगा */
    gap: 10px; /* कार्ड्स के बीच की दूरी */
    justify-content: center;
}
/* Base Card Structure */
.tour-static-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 10px; /* राउंड कॉर्नर्स */
    overflow: hidden;
    width: calc(50% - 5px); /* मोबाइल पर एक रो में 2 कार्ड्स */
    aspect-ratio: 1 / 1; /* परफेक्ट स्क्वायर शेप */
    transition: transform 0.3s ease;
}

    .tour-static-card:hover {
        /* transform: translateY(-4px); */ /* माउस ओवर करने पर हल्का सा अप इफ़ेक्ट */
    }

    .tour-static-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
/* इमेज के ऊपर डार्क ब्लर ग्रेडिएंट (ताकि सफेद टेक्स्ट साफ़ दिखे) */
.tour-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(14, 42, 82, 0.85) 0%, rgba(14, 42, 82, 0.2) 60%, transparent 100%);
    z-index: 1;
}
/* Content Element Styles */
.tour-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 8px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}

.tour-icon-wrap {
    margin-bottom: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 44px; */
}
    /* यदि SVG यूज़ नहीं कर रहे हैं, तो फॉन्ट आइकॉन का कलर वाइट रखने के लिए */
    .tour-icon-wrap i {
        color: #ffffff;
        font-size: 16px;
    }

.tour-title {
    color: #ffffff; /* वाइट टेक्स्ट */
    font-weight: 600;
    font-size: 11px;
    margin: 0;
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .speciality-tours-section {
        /* padding: 40px 20px; */
        padding-bottom: 30px;
    }

    .section-header .main-title {
        font-size: 24px; /* Tablet Heading Format */
    }

    .tours-grid-wrapper {
        gap: 12px;
    }

    .tour-static-card {
        width: calc(25% - 9px); /* टैबलेट पर एक रो में 4 कार्ड्स दिखेंगे */
    }

    .tour-title {
        font-size: 12px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .section-header {
        margin-bottom: 10px;
    }

        .section-header .main-title {
            /* font-size: 25px; */ /* Desktop Heading Format */
            font-size: 25px;
            font-weight: 600;
            color: #25335D;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.3px;
            margin-bottom: 0;
        }

        .section-header .desc-text {
            text-align: center;
            font-size: 13px;
            color: #777777;
            font-weight: 400;
            margin-bottom: 0;
        }

    .tours-grid-wrapper {
        flex-wrap: nowrap; /* रैप बंद: अब सभी 8 आइटम एक ही सीधी लाइन में सेट हो जाएंगे */
        gap: 12px;
    }

    .tour-static-card {
        width: calc(12.5% - 11px); /* डेस्कटॉप पर परफेक्ट 8 आइटम्स फिट होंगे */
    }

    .tour-title {
        font-size: 13px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .speciality-tours-section {
        padding: 50px 0;
    }

    .section-header .main-title {
        font-size: 32px; /* Large Desktop Heading Format */
    }
}
/*achivements*/
/* ==========================================================================
ACHIEVEMENTS CAROUSEL COMPONENT (Mobile First)
========================================================================== */
.achievements-section {
    width: 100%;
    padding: 30px 15px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.achievements-container {
    /* position: relative; */
    /* max-width: 1440px; */
    /* width: 95%; */
    /* box-sizing: border-box; */
    /* height: 100%; */
    /* margin: 0px auto; */
    /* position: relative; */
    max-width: 1440px;
    width: 100%;
    padding: 0px 25px 0 25px;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
/* Heading Typography */
.achievements-heading {
    text-align: center;
    color: #1e293b;
    font-weight: 700;
    margin: 0 0 25px 0;
    font-size: 20px; /* Mobile */
}
/* Slide Item Setup */
.award-slide-item {
    /* padding: 0 10px; */ /* दोनों तरफ से समान गैप */
    box-sizing: border-box;
}
/* Image Wrapper Box (No Text Crop Logic) */
.award-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .award-image-box img {
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: contain; /* इमेज का टेक्स्ट या डिजाइन बिल्कुल नहीं कटेगा */
        /* max-width: 160px;
max-height: 160px;
object-fit: cover;*/
    }
/* Slick Default Element Resets */
.achievements-slider .slick-prev::before,
.achievements-slider .slick-next::before {
    display: none !important;
    content: "" !important;
}
/* Custom Gray Round Arrow Buttons */
.achievements-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    background-color: rgba(229, 231, 235, 0.9) !important; /* लाइट ग्रे शेड */
    border: none !important;
    border-radius: 50% !important; /* गोल सर्कल */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4b5563;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease;
}

    .achievements-slider .custom-arrow:hover {
        background-color: #d1d5db !important;
    }

.achievements-slider .slick-prev {
    left: 0px;
}

.achievements-slider .slick-next {
    right: 0px;
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .achievements-section {
        padding: 40px 20px;
    }

    .achievements-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .achievements-slider .custom-arrow {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .achievements-slider .slick-prev {
        left: -10px;
    }

    .achievements-slider .slick-next {
        right: -10px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .achievements-section {
        padding: 20px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .achievements-heading {
        font-size: 25px;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 30px;
    }

    .award-slide-item {
        /* padding: 0 15px; */
    }

    .achievements-slider .custom-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    /* डेस्कटॉप पर एरोज़ को इमेज कंटेनर ग्रिड के बाहर सेट करें */
    .achievements-slider .slick-prev {
        left: -25px;
    }

    .achievements-slider .slick-next {
        right: -25px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .achievements-heading {
        font-size: 32px;
    }
}
/* Prevents the internal tracking block from applying unintended offsets */
#readyToGoPackagesSlider .slick-list {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
/* Ensure margins are handled cleanly within card containers instead of layout items */
#readyToGoPackagesSlider .slick-slide {
    /*    padding: 0 10px;*/
    box-sizing: border-box;
}

.readyPackageContainer {
    padding: 0 10px;
}
/*our hotels*/
.section-container {
    /* max-width: 1240px; */
    /* margin: 0 auto; */
    /* box-sizing: border-box; */
}
/* --- Main Context Header Elements --- */
.hotels-header {
    text-align: center;
    margin-bottom: 45px;
}

.hotels-tagline {
    color: #f25e3d;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hotels-title {
    color: #1c2d5a;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.hotels-subtitle {
    color: #757575;
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
}
/* --- 4.5 Item Horizontal Structural Grid Layout --- */
.hotels-layout-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Matches the exact preview structure */
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0 20px 0;
    scroll-behavior: smooth;
    margin: 0px auto;
}
    /* Keeps widths structurally aligned inside the overflow manager */
    .hotels-layout-track::-webkit-scrollbar {
        display: none; /* Keeps UI tracking completely clean */
    }

    .hotels-layout-track > div {
        min-width: 210px;
    }
/* --- Standard Card Components --- */
.hotel-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hotel-card:hover {
        /*        transform: translateY(-5px);*/
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }
/* Landscape Aspect Ratio Framing Structure */
.hotel-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 60%; /* Standard clean presentation layout */
    background-color: #f0f0f0;
}

    .hotel-img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* Typography Content Elements Base Block */
.hotel-info-block {
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hotel-name {
    font-size: 14px;
    font-weight: 600;
    color: #25335D;
    margin: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
}

.hotel-welcome-text {
    font-size: 10px;
    color: #777777;
    margin: 0 0 0px 0;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
    margin: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
}

.hotel-location-tag {
    font-size: 12px;
    font-weight: bold;
    color: #146ABF;
    margin-bottom: 10px;
    margin-top: auto; /* Keeps tags aligned on the same bottom plane line */
}
/* Interaction Buttons Base Structs */
.btn-hotel-action {
    /* width: 100%; */
    padding: 8px 0;
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* text-align: center; */
    /* border-radius: 6px; */
    /* cursor: pointer; */
    transition: all 0.2s ease;
    /* box-sizing: border-box; */
    flex: 1;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

    .btn-hotel-action:hover {
        color: #fff !important;
    }

.btn-primary-blue {
    background-color: #146ABF;
    color: #ffffff;
    border: none;
}

    .btn-primary-blue:hover {
        background-color: #146abf !IMPORTANT;
    }
/* ================================================================= */
/* UNIQUE STATE COMPONENT: COMING SOON VARIANT CARD                  */
/* ================================================================= */
.coming-soon-card {
    position: relative;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(220, 235, 245, 0.75); /* Clean architectural blue filter overlay */
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    padding: 20px;
    text-align: center;
}

.sparkle-icon {
    font-size: 22px;
    color: #1c2d5a;
    margin-bottom: 2px;
}

.coming-soon-title {
    font-size: 32px;
    font-weight: 800;
    color: #1c2d5a;
    line-height: 0.95;
    letter-spacing: -0.5px;
    margin: 0;
    text-transform: uppercase;
}

.stay-tuned-text {
    font-size: 12px;
    font-weight: 700;
    color: #1c2d5a;
    letter-spacing: 2px;
    margin-top: 14px;
    text-transform: uppercase;
}

.btn-outline-blue {
    background-color: #ffffff;
    color: #1565c0;
    border: 1px solid #1565c0;
}

    .btn-outline-blue:hover {
        background-color: inherit !IMPORTANT;
    }
/* --- Media Query Layout Modifiers --- */
@media (max-width: 1024px) {
    .hotels-layout-track {
        grid-template-columns: repeat(3, 1fr) 0.5fr;
    }

    .hotels-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hotels-layout-track {
        grid-template-columns: repeat(2, 1fr) 0.4fr;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .hotels-layout-track {
        grid-template-columns: 1fr 0.25fr;
    }
}

.hotel-Body {
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
    /* top: -126px; */
}

.section-layout-frame {
    padding: 0px 0px;
    width: 100%;
}

.content-width-container {
    /* max-width: 1240px; */
    /* margin: 0 auto; */
    /* position: relative; */
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 25px 20px 25px;
}

.slick-slide-card-wrap {
    padding: 5px;
    outline: none;
}
/* HTML5 Dynamic Player Absolute Layer */
.video-interactive-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    background: #000000;
    border-radius: inherit;
}
/* --- 2. TESTIMONIALS VIEWPORT BLOCK (image_545588.jpg) --- */
.testimonials-canvas {
    background-color: #0c1424; /* Matching Dark Aesthetic Background */
}

.testimonial-top-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    flex-direction: column;
    text-align: center;
}
/* .text-header-group h2 {
font-size: 25px;
font-weight: 600;
color: #fff;
font-weight: 700;
line-height: 1;
letter-spacing: 0.3px;
margin-bottom: 10px;
} */
.text-header-group p {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 0;
}
/* Top Slick Dots Dock Target Wrapper */
.header-dots-dock-placeholder {
    display: flex;
    align-items: center;
    height: 30px;
}
/* Scoped override handles to lift default bottom bullets to heading area */
.testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots {
    position: static;
    margin: 0;
    padding: 0;
    display: flex !important;
    gap: 6px;
    list-style: none;
}

    .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots li {
        margin: 0;
        width: auto;
        height: auto;
    }

        .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots li button {
            width: 8px;
            height: 8px;
            padding: 0;
            border-radius: 50%;
            background-color: #475569;
            transition: all 0.3s ease;
        }

            .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots li button::before {
                display: none;
            }
        /* Active Pill layout design */
        .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots li.slick-active button {
            background-color: #0ea5e9; /* Cyan Blue Indicator Pill */
            width: 22px;
            border-radius: 4px;
        }
/* White Profile Review Cards styling */
.review-card-architecture {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.video-interactive-wrapper {
    position: relative;
    width: 100%;
    padding-top: 70%; /* Responsive 16:9 box boundary */
    background-color: #1e293b;
    cursor: pointer;
}

    .video-interactive-wrapper .poster-media-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.center-play-overlay-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.play-triangle-svg {
    width: 14px;
    height: 14px;
    fill: #0c1424;
    margin-left: 2px;
}

.location-floating-pill {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.location-pin-icon {
    width: 11px;
    height: 11px;
    fill: #0ea5e9;
}

.review-text-container {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.user-meta-profile-block {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.user-profile-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.user-identity-titles {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .user-identity-titles h4 {
        font-size: 13px !important;
        font-weight: 700;
        color: #0B1C30;
        margin-bottom: 0;
    }

    .user-identity-titles p {
        font-size: 11px;
        color: #64748b;
    }

.star-rating-row {
    color: #f59e0b;
    font-size: 12px;
    letter-spacing: 1px;
}

.review-quote-description {
    font-size: 12.5px;
    color: #45464D;
    line-height: 1.6;
    font-style: italic;
}
/* Bottom Center Navigation Controls Row Layout */
.bottom-action-navigation-row {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 20px;
}

.circular-arrow-trigger-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.2s ease;
    outline: none;
    display: none;
}

.arrow-vector-path {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #0f172a;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* --- 3. STORIES IN MOTION VIEWPORT BLOCK (image_0ba962.jpg) --- */
.stories-canvas {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.stories-top-navigation-row .circular-arrow-trigger-btn {
    width: 35px;
    height: 36px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.square-story-card-inner {
    position: relative;
    width: 100%;
    padding-top: 22% !IMPORTANT; /* Perfect Square 1:1 Aspect box ratio */
/*    background-color: #0f172a;*/
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    cursor: pointer;
    padding-left: 4px !IMPORTANT;
    padding-right: 4px !IMPORTANT;
}

.story-play-white-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.square-story-card-inner:hover .story-play-white-circle {
    transform: scale(1.1);
}
/* --- 4. RESPONSIVE MEDIA COMPLIANCE QUERIES --- */
@media (max-width: 768px) {

   /* .footer-section span.smalltext {
        color: #6E7793 !important;
    }*/
    
    .testimonial-top-heading-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .section-layout-frame {
        padding: 40px 15px;
        display:none;
    }

    .text-header-group h2 {
        font-size: 26px;
    }
}
/* Ensure the parent slide item maintains strict layout bounds */
.slick-slide-item-card {
    padding: 4px;
    outline: none;
    display: block !important; /* Prevents hidden collapses */
}
/* CRITICAL FIX: Forces the dynamic video to overlay exactly inside the square box boundary without dropping down */
.square-story-card-inner video,
.video-interactive-wrapper video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 10;
    background: #000000;
    border-radius: inherit;
}

section.section-layout-frame.stories-canvas {
    padding-top: 10px;
}

#readyToGoPackagesSlider .slick-prev {
    left: -39px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
}

#readyToGoPackagesSlider .slick-next {
    right: -45px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
}

.travel-ui-viewport {
    width: 100%;
    padding: 20px 0 50px 0;
    background: #F7F8FC;
}
/* Relative wrapping container allowing exact left/right absolute side arrow floating placements */
.travel-ui-container {
    /* Provides breathing space for edge arrows */
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.travel-ui-header {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .travel-ui-header h2 {
        font-size: 25px;
        font-weight: 600;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .travel-ui-header p {
        font-size: 13px;
        color: #777777;
        font-weight: 400;
        margin-bottom: 0;
    }
/* --- ABSOLUTE EDGE ARROW SIDE LAYOUT BUTTONS --- */
.slider-edge-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: inherit; /* Subtle grey circular frame backdrops */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    outline: none;
}

    .slider-edge-arrow:hover {
        /* background-color: #cbd5e1; */
    }

    .slider-edge-arrow.prev-edge {
        left: -45px;
    }

    .slider-edge-arrow.next-edge {
        right: -45px;
    }

.arrow-icon-svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #4a5568;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* --- 3x3 DESTINATIONS GRID CAROUSEL SYSTEM --- */
.destinations-matrix-wrapper {
    width: 100%;
    margin-bottom: 0 !IMPORTANT;
}

.matrix-grid-slide {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px 15px; /* Perfect spacing corresponding to image layout */
    outline: none;
    padding: 8px 4px;
}
/* Individual Content Card Elements */
.destination-block-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    /* align-items: baseline; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #F1F1F1;
}

    .destination-block-item:hover {
        /*        transform: translateY(-2px);*/
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

.destination-circle-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.destination-text-details {
    display: flex;
    flex-direction: column;
    /* padding-top: 10px; */
}

    .destination-text-details h4 {
        font-size: 14px !IMPORTANT;
        font-weight: 600;
        color: #323338;
        margin-bottom: 6px;
        font-family: 'Inter', sans-serif;
    }

    .destination-text-details p {
        font-size: 11px;
        color: #323232;
        line-height: 1.5;
        text-align: justify;
        font-weight: 400;
    }

.mb-80 {
    margin-bottom: 70px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-80 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}
/* --- explore-holiday-hero-section --- */
span.explore-holiday-tag.love-tag {
    background: #E84848;
    color: white;
}
/*.app {
width: 100%;
height: auto;
overflow: hidden;
}*/
.desktop-gap {
    display: flex !IMPORTANT;
    gap: 10px;
    padding-bottom: 20px !IMPORTANT;
    flex-direction: column !IMPORTANT;
    padding: 12px 0 !IMPORTANT;
    /* max-width: 100%; */
    /* width: 1440px; */
}

.call-btn-container {
    display: none
}

.Journey-Header {
    gap: 10px;
    padding-bottom: 20px !important;
}

.scale-wrapper {
    transform-origin: top left;
}

span.view-more-arrow img {
    width: 20px;
    height: 20px;
    min-height: auto;
    margin-top: 4.5px;
}

.explore-holiday-hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: url('Assets/HomePage/images/Best-of-package-bg.jpg') center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50px;
    z-index: 1;
}

.flagIcon {
    margin-right: 5px;
}

.flagIcon {
    margin-right: 2px;
    width: 100%;
    max-width: 23px;
    height: 20px;
    vertical-align: bottom;
}

.explore-Packege-Destinations-Title {
    font-size: clamp(12px, 1.25vw, 28px) !important;
    font-weight: 600;
    color: #FF3800;
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    gap: 15px;
}
/* --- 2. Card Slider Styling --- */
.explore-holiday-slider-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0 5%;
    margin-top: 50px;
    z-index: 10;
}

.explore-holiday-slider-wrapper {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    gap: 30px;
}
/* --- Explore Holiday Card --- */
.explore-holiday-card {
    flex: 0 0 calc((100% - 60px) / 3);
    background: var(--text-light);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    min-height: 250px; /* Reduced height */
}

    .explore-holiday-card:hover {
        transform: translateY(-5px);
    }
/* Card Image - Left Side */
.explore-holiday-card-image-box {
    position: relative;
    flex: 0 0 45%; /* Increased width */
    height: 100%;
    min-height: 230px;
    background-size: cover;
    background-position: center;
}
/* Tag positioning on the image */
.explore-holiday-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--text-light);
    font-size: 0.8rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
/* Hidden on desktop, used on mobile */
.love-tag-mobile, .green-tag-mobile {
    display: none;
}
/* Card Content - Right Side */
.explore-holiday-card-content {
    flex: 1;
    padding: 12px 18px; /* slightly reduced padding */
    color: var(--text-dark);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
}

    .explore-holiday-card-content h3 {
        font-size: 17PX;
        margin-bottom: 4px;
        color: #25335D;
        font-weight: 500;
    }

.explore-holiday-deals {
    font-size: 0.9rem;
    color: var(--tag-green);
    margin-bottom: 4px;
    margin-bottom: 4px;
    color: #777777;
}

.explore-holiday-rating {
    font-size: 0.9rem;
    color: gold;
    margin-bottom: 8px;
}

.explore-holiday-description {
    font-size: 13px;
    color: #6c757d;
    min-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.explore-holiday-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.explore-holiday-tag-item {
    background-color: #F5F6F8;
    color: #25335D;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.explore-holiday-view-details {
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    transition: color 0.2s;
    color: #146ABF;
    font-size: 12px;
    font-weight: 700;
}
/* --- 3. Slider Navigation Arrows --- */
.explore-holiday-nav {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    width: 45px;
    height: 45px;
    background-color: var(--primary-blue);
    color: var(--text-light);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s;
}
/* --- 4. Slider Dots (if used) --- */
.explore-holiday-slider-dots {
    text-align: center;
    margin-top: 20px;
}

    .explore-holiday-slider-dots .dot {
        height: 10px;
        width: 10px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 0 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .explore-holiday-slider-dots .dot.active {
            background-color: var(--primary-blue);
        }
/* --- 5. Responsive Design --- */
@media (max-width: 1200px) {
    .explore-holiday-card {
        flex: 0 0 calc((100% - 30px) / 2);
    }

    .explore-holiday-card-image-box {
        flex: 0 0 50%;
    }

    .explore-holiday-slider-container {
        padding: 0 20px;
    }

    .explore-holiday-slider-wrapper {
        scroll-snap-type: x mandatory;
    }
}

@media (max-width: 768px) {
    .explore-holiday-card {
        flex: 0 0 85vw;
        max-width: 400px;
        display: block;
        scroll-snap-align: start;
        min-height: unset;
    }

    .explore-holiday-card-image-box {
        width: 100%;
        height: 200px;
        flex: none;
    }

    .love-tag-mobile, .green-tag-mobile {
        display: block;
        position: absolute;
        top: -15px;
        right: 10px;
    }

    .explore-holiday-card-image-box .explore-holiday-tag {
        display: none;
    }

    .explore-holiday-card-content {
        padding: 20px 18px 15px;
        position: relative;
    }

    .explore-holiday-description {
        min-height: unset;
        -webkit-line-clamp: 2;
    }

    .explore-holiday-nav {
        display: none;
    }
}
/* ===== SLIDER SECTION ===== */
/*:root {
--slide-sf-image: url('~/Assets/HomePage/images/San-Francisco.png');
--slide-nyc-image: url('~/Assets/HomePage/images/San-Francisco.png');
}*/
/*new home css 16-06-2026*/
/* ==========================================================================
LEGACY COMPONENT STYLESHEET (SPA Friendly & Inter Font Native)
========================================================================== */
.legacySection {
    background-color: #F7F8FC; /* Subtle grey-blue back drop tint */
    padding: 40px 16px;
    width: 100%;
}

    .legacySection * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: 'Inter', sans-serif;
        -webkit-font-smoothing: antialiased;
    }

    .legacySection .legacy-container {
        max-width: 1440px;
        margin: 0 auto;
        width: 85%;
    }
    /* --- Upper Central Text Segment --- */
    .legacySection .legacy-header {
        text-align: center;
        max-width: 720px;
        margin: 0 auto 20px auto;
    }

    .legacySection .sub-heading {
        color: #F2572B; /* Accent Orange color matching image */
        font-weight: 600;
        font-size: clamp(12px, 0.625vw, 28px) !important;
        letter-spacing: 1.36px;
        display: block;
        margin-bottom: 5px;
    }

    .legacySection .header-divider {
        width: 310px;
        height: 2px;
        background-color: #ff7e5f;
        margin: 7px auto;
    }

    .legacySection .description {
        color: #5d6b82;
        line-height: 1.6;
        font-weight: 400;
    }
    /* --- Card Grids Container Layer --- */
    .legacySection .legacy-grid {
        display: grid;
        grid-template-columns: 1fr; /* Default Mobile single block stack layout */
        gap: 16px;
    }
    /* Individual Grid Item Card Deck Elements */
    .legacySection .legacy-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        text-align: center;
        box-shadow: 0px 19.38px 24.22px 0px rgba(0, 0, 0, 0.10);
        border: 1px solid #edf2f7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    }

        .legacySection .legacy-card:
        hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
            background-color: #013366;
            color: #fff !IMPORTANT;
        }

            .legacySection .legacy-card:
            hover .card-icon img {
                filter: brightness(0) invert(1);
            }

            .legacySection .legacy-card:
            hover .card-stat {
                color: #fff
            }

            .legacySection .legacy-card:hover .card-label {
                color: #fff
            }

    .legacySection .card-icon {
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }

    .legacySection .card-stat {
        color: #003366; /* Deep brand navy color matching headers */
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .legacySection .card-label {
        color: #6B7280;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.2px;
        text-align: center;
    }
    /* ==========================================================================
EXPLICIT RESPONSIVE ENGINE BREAKPOINTS (Exactly as requested)
========================================================================== */
    /* --- Mobile Viewport Baseline Styling (0px - 767px) --- */
    .legacySection .heading {
        font-size: 18px;
    }

    .legacySection .description {
        font-size: 13px;
    }

    .legacySection .card-stat {
        font-size: 18px;
    }

    .legacySection .card-label {
        font-size: 11px;
    }
/* --- Tablet Breakpoint Viewport (768px - 1023px) --- */
@media (min-width: 768px) {
    .legacySection {
        padding: 60px 24px;
    }

        .legacySection .heading {
            font-size: 22px;
        }

        .legacySection .description {
            font-size: 14px;
        }

        .legacySection .legacy-grid {
            grid-template-columns: repeat(2, 1fr); /* 2x2 grid framework for tablets */
            gap: 20px;
        }

        .legacySection .card-stat {
            font-size: 20px;
        }

        .legacySection .card-label {
            font-size: 11.5px;
        }
}
/* --- Desktop Breakpoint Viewport (1024px - 1439px) --- */
@media (min-width: 1024px) {
    .legacySection {
        padding: 15px 24px 30px 24px;
    }

    .card-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .legacySection .heading {
        font-size: 31.76px;
        color: #25335D;
        font-weight: 700;
    }

    .legacySection .description {
        font-size: 13px;
        text-align: center;
        max-width: 500px;
        margin: 0px auto;
    }

    .legacySection .legacy-grid {
        grid-template-columns: repeat(4, 1fr); /* Clean horizontal single-row layout layout matching image */
        gap: 15px;
        max-width: 100%;
        margin: 0px auto;
    }

    .legacySection .legacy-card {
        padding: 15px 15px;
    }

    .legacySection .card-stat {
        font-size: 13px;
        font-weight: 800;
    }

    .legacySection .card-label {
        font-size: 11px;
        line-height: 1.3;
    }
}
/* --- Large Desktop Breakpoint Viewport (1440px and higher) --- */
@media (min-width: 1440px) {
    .legacySection {
        /* padding: 100px 0; */
    }
        /* Auto centers cleanly via container boundaries */
        .legacySection .heading {
            font-size: 32px;
        }

        .legacySection .description {
            font-size: 16px;
        }

        .legacySection .legacy-grid {
            gap: 32px;
        }

        .legacySection .legacy-card {
            padding: 40px 24px;
        }

        .legacySection .card-stat {
            font-size: 24px;
        }

        .legacySection .card-label {
            font-size: 12.5px;
        }
}

.explore-package-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #e6f1f7; */
    padding: 0px 0;
}
/* ================================
TOGGLE BUTTONS
================================ */
#packageSlider {
    padding-bottom: 10px;
}

#tourListingSlider {
    padding-bottom: 10px;
}

#hotDealsSlider {
    padding-bottom: 10px
}

#findPerfectEscapeSection {
    padding-bottom: 10px
}

#socialJourney {
    padding-bottom: 10px
}

.explore-package-toggle {
    display: inline-flex;
    gap: 20px;
    background: #f3f3f3;
    padding: 6px;
    border-radius: 40px;
    min-width: 230px;
    min-height: 42px;
    /* margin-bottom: 50px; */
    border: 1px solid #e84848;
}

    .explore-package-toggle button.active {
        background: #146ABF;
        color: white;
    }
/* ================================
SLIDER WRAPPER
================================ */
.explore-package-slider-container {
    max-width: 1440px;
    width: 95%;
    box-sizing: border-box;
    height: 100%;
}

span.divider-line {
    width: 5px;
    height: 5px;
    background: #F2572B;
    border-radius: 50px;
    margin-top: 4px;
}
/*#packageSlider {
display: flex;
gap: 46px;
transition: transform 0.4s ease-in-out;
}*/
@media (min-width: 1024px) {
    .explore-Packege-Destinations-Title {
        font-size: 15px;
        font-weight: 600;
        color: #F2572B;
        line-height: 1;
        margin-bottom: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .explore-package-title {
        font-size: 25px;
        font-weight: 600;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .explore-package-subtitle {
        font-size: 13px;
        color: #777777;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center;
    }

    .explore-package-toggle button {
        padding: 8px 7px;
        border-radius: 30px;
        border: none;
        background: #e2e2e2;
        font-weight: 500;
        cursor: pointer;
        font-size: 14px;
        color: #494949;
        min-width: 100px;
        /* line-height: 24px; */
    }

    #packageSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }

    #packageSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #domesticSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #domesticSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }

    #readyToGoPackagesSlider .slick-list {
        margin: 0 -10px; /* यह स्लाइडर के बाहरी मार्जिन को एडजस्ट करेगा ताकि लेआउट परफेक्ट दिखे */
    }

    #readyToGoPackagesSlider .slick-slide {
        margin: 0 5px; /* 10px लेफ्ट और 10px राइट, यानी कुल 20px का गैप बनेगा */
        /* min-width: 247px !IMPORTANT; */
    }
}
/* ==========================================================================
VIETNAM & CAMBODIA DYNAMIC TOUR CARD DESIGN STYLE
========================================================================== */
/* Exact image shadow implementation preset mapping source */
.apply-exact-shadow {
    /* box-shadow: 0px 19.38px 24.22px 0px rgba(0, 0, 0, 0.10); */ /* */
}

.explore-package-card {
    font-family: 'Inter', -apple-system, sans-serif;
    background: #ffffff;
    border-radius: 9.69px;
    overflow: hidden;
    border: 1px solid #F1F1F1;
    max-width: 360px; /* Standard single card deck bound sizing constraint */
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

    .explore-package-card:hover {
        /*        transform: translateY(-4px);*/
    }
    /* --- Upper Image Module --- */
    .explore-package-card .card-img-wrap {
        position: relative;
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

        .explore-package-card .card-img-wrap
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            aspect-ratio: 27 / 17;
        }
    /* Red Overlay Capsule Tag Badge */
    .explore-package-card .badge-tag {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #E84848; /* Accurate red hex from image */
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
        padding: 6px 15px;
        border-radius: 20px;
        letter-spacing: 0.2px;
        z-index: 2;
    }
    /* --- Lower Text Block Content Area --- */
    .explore-package-card .explore-package-content {
        padding: 8px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    /* Main Core Tour Heading Typography */
    .explore-package-card .explore-package-title-card
    a {
        font-size: 16px;
        font-weight: 600;
        color: #25335D; /* Dark indigo navy blue */
        line-height: 1.4;
        margin-bottom: 10px;
        /* ❗ remove this (it breaks ellipsis)
min-height: max-content;
*/
        /* ✅ dot dot fix */
        display: -webkit-box;
        -webkit-line-clamp: 4; /* 2 lines tak show hoga */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /* Metadata Parameters Meta Flex Row Container Grid */
    .explore-package-card .explore-package-meta-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .explore-package-card .tour-code {
        font-size: 11px;
        color: #777777; /* Flat slate placeholder text shade color scale pointer */
        font-weight: 500;
    }

    .explore-package-card .tour-duration {
        font-size: 11px;
        color: #777777;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

        .explore-package-card .tour-duration
        svg {
            color: #718096;
        }
    /* Bottom Price Tag text alignment */
    .explore-package-card .explore-package-price {
        font-size: 11px;
        color: #777777;
        font-weight: 500;
        margin-bottom: 10px;
    }
    /* --- Double CTA Action Button Triggers Container Grid Layer --- */
    .explore-package-card .explore-package-actions {
        display: flex;
        gap: 12px;
        width: 100%;
    }

        .explore-package-card .explore-package-actions
        a {
            flex: 1;
            height: 35px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            outline: none;
            box-sizing: border-box;
            display: flex;
            text-decoration: none;
            align-items: center;
            justify-content: center;
        }
    /* Primary Accent Solid Action Button */
    .explore-package-card .btn-book-now {
        background-color: #146ABF; /* Core matching royal primary travel blue */
        color: #ffffff !IMPORTANT;
        border: none;
    }

        .explore-package-card .btn-book-now:
        hover {
            background-color: #146abf;
            color: #fff !IMPORTANT;
        }
    /* Secondary Ghost Outline Button Profile */
    .explore-package-card .btn-enquire {
        background-color: #ffffff;
        color: #1565c0;
        border: 1px solid #1565c0;
    }

        .explore-package-card .btn-enquire:
        hover {
            /* background-color: #f0f7ff; */
        }
/* ==========================================================================
RESPONSIVE LAYOUT BREAKPOINTS MODIFIERS (Requested Rule Spec Followed)
========================================================================== */
/* Mobile Viewport Baseline Styling (Default constraints optimized) */
.explore-package-card {
    max-width: 320px;
}
/* Tablet Breakpoint Viewport Frame Settings */
@media (min-width: 768px) {
    .explore-package-card {
        max-width: 340px;
    }

        .explore-package-card .explore-package-title-card {
            font-size: 16.5px;
        }
}
/* Desktop System Layout Configuration Breakpoint Rules */
@media (min-width: 1024px) {
    .explore-package-card {
        max-width: 350px;
    }

        .explore-package-card .explore-package-title-card a {
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            max-width: 95%;
            color: #25335D;
            text-decoration: none;
        }
}
/* Large High Resolution Screen Display Adjustments Rule */
@media (min-width: 1440px) {
    .explore-package-card {
        max-width: 360px;
    }

        .explore-package-card .explore-package-title-card {
            font-size: 18px;
        }
}
/* एरोज़ का मुख्य गोल कंटेनर */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px !IMPORTANT;
    height: 40px !IMPORTANT;
    /* background-color: #f1f3f5; */ /* लाइट ग्रे बैकग्राउंड */
    border: none;
    border-radius: 50%; /* परफेक्ट गोल सर्कल */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none !IMPORTANT;
}
    /* आपकी SVG इमेज की स्टाइलिंग */
    .custom-arrow .arrow-svg-icon {
        width: 14px; /* एरो का आकार इमेज के अनुसार परफेक्ट रखने के लिए */
        height: 14px;
        display: block;
        object-fit: contain;
    }
/* लेफ्ट और राइट एरो की सटीक पोजीशन */
.slick-prev.custom-arrow {
    left: -20px; /* स्लाइडर से हल्का सा बाहर */
}

.slick-next.custom-arrow {
    right: -20px;
}
/* होवर इफ़ेक्ट */
.custom-arrow:
hover {
    /* background-color: #e2e8f0; */ /* होवर करने पर हल्का सा डार्क ग्रे */
}
/* जब स्लाइडर पहली या आखरी स्लाइड पर हो तो एरो को छुपाने के लिए (infinite: false के लिए) */
.custom-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.custom-arrow .arrow-svg-icon {
    width: 14px !important; /* */
    height: 14px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-arrow::before,
.custom-arrow::after {
    display: none !important;
    content: "" !important;
    opacity: 0 !important;
}

#packageSlider .slick-prev {
    left: -50px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
    background-color: transparent;
}

#packageSlider .slick-next {
    right: -55px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
    background-color: transparent;
}

#domesticSlider .slick-prev {
    left: -50px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
    background-color: transparent;
}

#domesticSlider .slick-next {
    right: -55px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
    background-color: transparent;
}

.all-inclusive-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 25px 15px 25px;
}

.view-tours a {
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding-right: 46px; */
    font-size: 13px;
    color: #777777;
    letter-spacing: -0.5px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
}
/*offer banner*/
/* ==========================================================================
BANNER SLIDER COMPONENT (Mobile First)
========================================================================== */
.banner-slider-section {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.banner-card-item {
    padding: 0 8px; /* कार्ड्स के बीच का गैप */
}

.offer-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 80%;
}

.banner-inner-card {
    position: relative;
    /* border-radius: 12px; */ /* इमेज के अनुसार स्मूथ बॉर्डर रेडियस */
    overflow: hidden;
    width: 100%;
}

.banner-card-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* Slick Default Reset */
.banner-offers-slider .slick-prev::before,
.banner-offers-slider .slick-next::before {
    display: none !important;
    content: "" !important;
}

#bannerOffersSlider .slick-prev {
    left: -50px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
}

#bannerOffersSlider .slick-next {
    right: -50px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .banner-slider-section {
        padding: 20px 0;
    }

    .banner-card-item {
        padding: 0 5px;
    }

    .banner-offers-slider .custom-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .banner-offers-slider .slick-prev {
        left: -15px;
    }

    .banner-offers-slider .slick-next {
        right: -15px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .banner-slider-section {
        padding: 15px 24px 30px 24px;
    }

    .banner-offers-slider .custom-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .banner-offers-slider .slick-prev {
        left: -20px;
    }

    .banner-offers-slider .slick-next {
        right: -20px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .banner-slider-section {
        padding: 30px 0;
    }
}
/* ==========================================================================
SPECIALITY TOURS SECTION (Mobile First)
========================================================================== */
.speciality-tours-section {
    /* padding: 30px 15px; */
    background-color: #ffffff;
    /* font-family: Arial, sans-serif; */
}

.tour-icon-wrap
img {
    width: 100%;
    height: 100%;
    max-width: 19px !important;
    object-fit: contain !important;
}

.speciality-tours-section-container {
    max-width: 1440px;
    width: 95%;
    padding: 0px 25px 0 25px;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
/* Header Text Styles */
.section-header {
    text-align: center;
    margin-bottom: 25px;
    display: flex !IMPORTANT;
    gap: 10px;
    padding-bottom: 20px !IMPORTANT;
    flex-direction: column !IMPORTANT;
    padding: 12px 0 !IMPORTANT;
}

    .section-header .sub-title {
        display: block;
        /* ऑरेंज-ब्राउन सबटाइटल */
        letter-spacing: 1px;
        /* margin-bottom: 5px; */
        font-size: 15px;
        font-weight: 600;
        color: #F2572B;
        line-height: 1;
    }

    .section-header .main-title {
        color: #0e2a52; /* डार्क नेवी ब्लू */
        font-weight: 700;
        /* margin: 0 0 8px 0; */
        font-size: 20px; /* Mobile */
    }

    .section-header .desc-text {
        font-size: 13px;
        color: #666666;
        margin: 0;
    }
/* Flexbox Layout Wrapper (इमेज के समान 8 आइटम्स को एक लाइन में सेट करने के लिए) */
.tours-grid-wrapper {
    display: flex;
    flex-wrap: wrap; /* मोबाइल पर कार्ड्स को नीचे आने देगा */
    gap: 10px; /* कार्ड्स के बीच की दूरी */
    justify-content: center;
}
/* Base Card Structure */
.tour-static-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 10px; /* राउंड कॉर्नर्स */
    overflow: hidden;
    width: calc(50% - 5px); /* मोबाइल पर एक रो में 2 कार्ड्स */
    aspect-ratio: 1 / 1; /* परफेक्ट स्क्वायर शेप */
    transition: transform 0.3s ease;
}

    .tour-static-card
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
/* इमेज के ऊपर डार्क ब्लर ग्रेडिएंट (ताकि सफेद टेक्स्ट साफ़ दिखे) */
.tour-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(14, 42, 82, 0.85) 0%, rgba(14, 42, 82, 0.2) 60%, transparent 100%);
    z-index: 1;
}
/* Content Element Styles */
.tour-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 8px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}

.tour-icon-wrap {
    margin-bottom: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 44px; */
}
    /* यदि SVG यूज़ नहीं कर रहे हैं, तो फॉन्ट आइकॉन का कलर वाइट रखने के लिए */
    .tour-icon-wrap i {
        color: #ffffff;
        font-size: 16px;
    }

.tour-title {
    color: #ffffff; /* वाइट टेक्स्ट */
    font-weight: 600;
    font-size: 11px;
    margin: 0;
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .speciality-tours-section {
        /* padding: 40px 20px; */
        padding-bottom: 30px;
    }

    .section-header .main-title {
        font-size: 24px; /* Tablet Heading Format */
    }

    .tours-grid-wrapper {
        gap: 12px;
    }

    .tour-static-card {
        width: calc(25% - 9px); /* टैबलेट पर एक रो में 4 कार्ड्स दिखेंगे */
    }

    .tour-title {
        font-size: 12px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .section-header {
        margin-bottom: 10px;
    }

        .section-header .main-title {
            /* font-size: 25px; */ /* Desktop Heading Format */
            font-size: 25px;
            font-weight: 600;
            color: #25335D;
            font-weight: 700;
            line-height: 1;
            letter-spacing: 0.3px;
            margin-bottom: 0;
        }

        .section-header .desc-text {
            text-align: center;
            font-size: 13px;
            color: #777777;
            font-weight: 400;
            margin-bottom: 0;
        }

    .tours-grid-wrapper {
        flex-wrap: nowrap; /* रैप बंद: अब सभी 8 आइटम एक ही सीधी लाइन में सेट हो जाएंगे */
        gap: 12px;
    }

    .tour-static-card {
        width: calc(12.5% - 11px); /* डेस्कटॉप पर परफेक्ट 8 आइटम्स फिट होंगे */
    }

    .tour-title {
        font-size: 13px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .speciality-tours-section {
        padding: 50px 0;
    }

    .section-header .main-title {
        font-size: 32px; /* Large Desktop Heading Format */
    }
}
/*achivements*/
/* ==========================================================================
ACHIEVEMENTS CAROUSEL COMPONENT (Mobile First)
========================================================================== */
.achievements-section {
    width: 100%;
    padding: 30px 15px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.achievements-container {
    /* position: relative; */
    /* max-width: 1440px; */
    /* width: 95%; */
    /* box-sizing: border-box; */
    /* height: 100%; */
    /* margin: 0px auto; */
    /* position: relative; */
    max-width: 1440px;
    width: 100%;
    padding: 0px 25px 0 25px;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
/* Heading Typography */
.achievements-heading {
    text-align: center;
    color: #1e293b;
    font-weight: 700;
    margin: 0 0 25px 0;
    font-size: 20px; /* Mobile */
}
/* Slide Item Setup */
.award-slide-item {
    /* padding: 0 10px; */ /* दोनों तरफ से समान गैप */
    box-sizing: border-box;
}
/* Image Wrapper Box (No Text Crop Logic) */
.award-image-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .award-image-box
    img {
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: contain; /* इमेज का टेक्स्ट या डिजाइन बिल्कुल नहीं कटेगा */
        max-width: max-content;
        min-height: 75px;
        object-fit: cover;
    }
/* Slick Default Element Resets */
.achievements-slider .slick-prev::before,
.achievements-slider .slick-next::before {
    display: none !important;
    content: "" !important;
}
/* Custom Gray Round Arrow Buttons */
.achievements-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    background-color: rgba(229, 231, 235, 0.9) !important; /* लाइट ग्रे शेड */
    border: none !important;
    border-radius: 50% !important; /* गोल सर्कल */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4b5563;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease;
}

    .achievements-slider .custom-arrow:
    hover {
        background-color: #d1d5db !important;
    }
/* मोबाइल पोजीशन */
.achievements-slider .slick-prev {
    left: 0px;
}

.achievements-slider .slick-next {
    right: 0px;
}
/* ==========================================================================
TABLET RESPONSIVE (min-width: 768px)
========================================================================== */
@media (min-width: 768px) {
    .achievements-section {
        padding: 40px 20px;
    }

    .achievements-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .achievements-slider .custom-arrow {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .achievements-slider .slick-prev {
        left: -10px;
    }

    .achievements-slider .slick-next {
        right: -10px;
    }
}
/* ==========================================================================
DESKTOP RESPONSIVE (min-width: 1024px)
========================================================================== */
@media (min-width: 1024px) {
    .achievements-section {
        padding: 20px 0;
        border-top: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
    }

    .achievements-heading {
        font-size: 25px;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 30px;
    }

    .award-slide-item {
        /* padding: 0 15px; */
    }

    .achievements-slider .custom-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    /* डेस्कटॉप पर एरोज़ को इमेज कंटेनर ग्रिड के बाहर सेट करें */
    .achievements-slider .slick-prev {
        left: -25px;
    }

    .achievements-slider .slick-next {
        right: -25px;
    }
}
/* ==========================================================================
LARGE DESKTOP RESPONSIVE (min-width: 1440px)
========================================================================== */
@media (min-width: 1440px) {
    .achievements-heading {
        font-size: 32px;
    }
}
/* Prevents the internal tracking block from applying unintended offsets */
#readyToGoPackagesSlider .slick-list {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}
/* Ensure margins are handled cleanly within card containers instead of layout items */
#readyToGoPackagesSlider .slick-slide {
    /*    padding: 0 10px;*/
    box-sizing: border-box;
}

.readyPackageContainer {
    padding: 0 10px;
}
/*our hotels*/
.section-container {
    /* max-width: 1240px; */
    /* margin: 0 auto; */
    /* box-sizing: border-box; */
}
/* --- Main Context Header Elements --- */
.hotels-header {
    text-align: center;
    margin-bottom: 45px;
}

.hotels-tagline {
    color: #f25e3d;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.hotels-title {
    color: #1c2d5a;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.hotels-subtitle {
    color: #757575;
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.5;
}
/* --- 4.5 Item Horizontal Structural Grid Layout --- */
.hotels-layout-track {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Matches the exact preview structure */
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 20px 0;
    scroll-behavior: smooth;
    margin: 0px auto;
}
    /* Keeps widths structurally aligned inside the overflow manager */
    .hotels-layout-track::
    -webkit-scrollbar {
        display: none; /* Keeps UI tracking completely clean */
    }

    .hotels-layout-track >
    div {
        min-width: 210px;
        padding: 10px;
    }
/* --- Standard Card Components --- */
.hotel-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hotel-card:
    hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }
/* Landscape Aspect Ratio Framing Structure */
.hotel-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 60%; /* Standard clean presentation layout */
    background-color: #f0f0f0;
}

    .hotel-img-wrap
    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
/* Typography Content Elements Base Block */
.hotel-info-block {
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 0;
}

.hotel-name {
    line-height: 17px;
    font-size: 14px;
    font-weight: bold;
    color: #2E59A6;
    margin: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
}

span.hotels-place {
    font-size: 13px;
}

a.hotel-explore {
    font-size: 13px;
    font-weight: 600;
    color: #2E59A6 !IMPORTANT;
    text-decoration: none;
}

.hotel-welcome-text {
    font-size: 10px;
    color: #000000;
    margin: 0 0 0px 0;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
    margin: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
}

.hotel-location-tag {
    font-size: 12px;
    font-weight: bold;
    color: #146ABF;
    margin-bottom: 10px;
    margin-top: auto; /* Keeps tags aligned on the same bottom plane line */
}
/* Interaction Buttons Base Structs */
.btn-hotel-action {
    /* width: 100%; */
    padding: 8px 0;
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* text-align: center; */
    /* border-radius: 6px; */
    /* cursor: pointer; */
    transition: all 0.2s ease;
    /* box-sizing: border-box; */
    flex: 1;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
}

.btn-primary-blue {
    background-color: #146ABF;
    color: #ffffff;
    border: none;
}

    .btn-primary-blue:hover {
        background-color: #0d47a1;
    }
/* ================================================================= */
/* UNIQUE STATE COMPONENT: COMING SOON VARIANT CARD                  */
/* ================================================================= */
.coming-soon-card {
    position: relative;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;
    background: rgba(220, 235, 245, 0.75); /* Clean architectural blue filter overlay */
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    padding: 20px;
    text-align: center;
}

.sparkle-icon {
    font-size: 22px;
    color: #1c2d5a;
    margin-bottom: 2px;
}

.coming-soon-title {
    font-size: 32px;
    font-weight: 800;
    color: #1c2d5a;
    line-height: 0.95;
    letter-spacing: -0.5px;
    margin: 0;
    text-transform: uppercase;
}

.stay-tuned-text {
    font-size: 12px;
    font-weight: 700;
    color: #1c2d5a;
    letter-spacing: 2px;
    margin-top: 14px;
    text-transform: uppercase;
}

.btn-outline-blue {
    background-color: #ffffff;
    color: #1565c0;
    border: 1px solid #1565c0;
}

    .btn-outline-blue:hover {
        background-color: rgba(21, 101, 192, 0.05);
    }
/* --- Media Query Layout Modifiers --- */
@media (max-width: 1024px) {
    .hotels-layout-track {
        grid-template-columns: repeat(3, 1fr) 0.5fr;
    }

    .hotels-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .hotels-layout-track {
        grid-template-columns: repeat(2, 1fr) 0.4fr;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .hotels-layout-track {
        grid-template-columns: 1fr 0.25fr;
    }
}

.hotel-Body {
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
    /* top: -126px; */
}

.section-layout-frame {
    padding: 0px 0px;
    width: 100%;
}

.content-width-container {
    /* max-width: 1240px; */
    /* margin: 0 auto; */
    /* position: relative; */
    max-width: 1440px;
    margin: 0 auto;
    width: 95%;
    padding: 15px 25px 20px 25px;
}

.slick-slide-card-wrap {
    padding: 5px;
    outline: none;
}
/* HTML5 Dynamic Player Absolute Layer */
.video-interactive-wrapper
video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    background: #000000;
    border-radius: inherit;
}
/* --- 2. TESTIMONIALS VIEWPORT BLOCK (image_545588.jpg) --- */
.testimonials-canvas {
    background-color: #0c1424; /* Matching Dark Aesthetic Background */
}

.testimonial-top-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    flex-direction: column;
    text-align: center;
}
/* .text-header-group
h2 {
font-size: 25px;
font-weight: 600;
color: #fff;
font-weight: 700;
line-height: 1;
letter-spacing: 0.3px;
margin-bottom: 10px;
} */
.text-header-group
p {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 0;
}
/* Top Slick Dots Dock Target Wrapper */
.header-dots-dock-placeholder {
    display: flex;
    align-items: center;
    height: 30px;
}
/* Scoped override handles to lift default bottom bullets to heading area */
.testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots {
    position: static;
    margin: 0;
    padding: 0;
    display: flex !important;
    gap: 6px;
    list-style: none;
}

    .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots
    li {
        margin: 0;
        width: auto;
        height: auto;
    }

        .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots
        li button {
            width: 8px;
            height: 8px;
            padding: 0;
            border-radius: 50%;
            background-color: #475569;
            transition: all 0.3s ease;
        }

            .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots
            li button::before {
                display: none;
            }
        /* Active Pill layout design */
        .testimonial-scope-wrapper .header-dots-dock-placeholder .slick-dots
        li.slick-active button {
            background-color: #0ea5e9; /* Cyan Blue Indicator Pill */
            width: 22px;
            border-radius: 4px;
        }
/* White Profile Review Cards styling */
.review-card-architecture {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.video-interactive-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%; /* Responsive 16:9 box boundary */
    background-color: #1e293b;
    cursor: pointer;
}

    .video-interactive-wrapper .poster-media-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.center-play-overlay-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.play-triangle-svg {
    width: 14px;
    height: 14px;
    fill: #0c1424;
    margin-left: 2px;
}

.location-floating-pill {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.location-pin-icon {
    width: 11px;
    height: 11px;
    fill: #0ea5e9;
}

.review-text-container {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.user-meta-profile-block {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.user-profile-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.user-identity-titles {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
}

    .user-identity-titles
    h4 {
        font-size: 12px !important;
        font-weight: 700;
        color: #0B1C30;
        margin-bottom: 0;
        text-align: left;
    }

    .user-identity-titles
    p {
        font-size: 10px;
        color: #64748b;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.star-rating-row {
    color: #f59e0b;
    font-size: 12px;
    letter-spacing: 1px;
}

.review-quote-description {
    font-size: 11px;
    color: #45464D;
    line-height: 1.6;
    font-style: italic;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show 2 lines */
    -webkit-box-orient: vertical;
    white-space: normal; /* Remove nowrap */
}
/* Bottom Center Navigation Controls Row Layout */
.bottom-action-navigation-row {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 20px;
}

.circular-arrow-trigger-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.2s ease;
    outline: none;
    display: none;
}

    .circular-arrow-trigger-btn:
    hover {
        /* background-color: #0ea5e9; */
    }

.arrow-vector-path {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #0f172a;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* --- 3. STORIES IN MOTION VIEWPORT BLOCK (image_0ba962.jpg) --- */
.stories-canvas {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

    .stories-canvas .text-header-group
    h2 {
        font-size: 25px;
        font-weight: 600;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .stories-canvas .text-header-group
    p {
        color: #64748b;
        text-align: center;
        margin-bottom: 5px;
    }

.stories-top-navigation-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

    .stories-top-navigation-row .circular-arrow-trigger-btn {
        width: 35px;
        height: 36px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    }
/*.square-story-card-inner {
position: relative;
width: 100%;
padding-top: 100%;*/ /* Perfect Square 1:1 Aspect box ratio */
/*background-color: #0f172a;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
cursor: pointer;
}*/
.square-story-card-inner .story-poster-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-video-play-layer-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.story-play-white-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.square-story-card-inner:hover .story-play-white-circle {
    transform: scale(1.1);
}
/* --- 4. RESPONSIVE MEDIA COMPLIANCE QUERIES --- */
@media (max-width: 768px) {
    .testimonial-top-heading-row {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .section-layout-frame {
        padding: 10px 15px;
        display:none;
    }

    .text-header-group h2 {
        font-size: 20px !IMPORTANT;
        margin-bottom: 10px !IMPORTANT;
    }
}
/* Ensure the parent slide item maintains strict layout bounds */
.slick-slide-item-card {
    padding: 4px;
    outline: none;
    display: block !important; /* Prevents hidden collapses */
}
/* Base structural setup for the square container */
/*.square-story-card-inner {
position: relative !important;
width: 100%;
padding-top: 100%;*/ /* Keeps it a strict 1:1 Square */
/*background-color: #0f172a;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
cursor: pointer;
}*/
/* CRITICAL FIX: Forces the dynamic video to overlay exactly inside the square box boundary without dropping down */
.square-story-card-inner
video,
.video-interactive-wrapper video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 10;
    background: #000000;
    border-radius: inherit;
}

.text-header-group {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.content-width-container.motion-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 85%;
    padding: 15px 25px 20px 25px;
}
/* section.section-layout-frame.stories-canvas {
padding-top: 10px;
} */
#readyToGoPackagesSlider .slick-prev {
    left: -39px;
    background-image: url('/Assets/HomePage/images/slider-left-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* एरो का साइज */
    background-color: transparent;
}

#readyToGoPackagesSlider .slick-next {
    right: -40px;
    background-image: url('/Assets/HomePage/images/slide-right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important; /* */
    background-color: transparent;
}

.travel-ui-viewport {
    width: 100%;
    padding: 20px 0 50px 0;
    background: #F7F8FC;
}
/* Relative wrapping container allowing exact left/right absolute side arrow floating placements */
.travel-ui-container {
    /* Provides breathing space for edge arrows */
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
}

.travel-ui-header {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .travel-ui-header
    h2 {
        font-size: 25px;
        font-weight: 600;
        color: #25335D;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    .travel-ui-header
    p {
        font-size: 13px;
        color: #777777;
        font-weight: 400;
        margin-bottom: 0;
    }
/* --- ABSOLUTE EDGE ARROW SIDE LAYOUT BUTTONS --- */
.slider-edge-arrow {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: inherit; /* Subtle grey circular frame backdrops */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    outline: none;
}

    .slider-edge-arrow:
    hover {
        /* background-color: #cbd5e1; */
    }

    .slider-edge-arrow.prev-edge {
        left: -45px;
    }

    .slider-edge-arrow.next-edge {
        right: -45px;
    }

.arrow-icon-svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #4a5568;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* --- 3x3 DESTINATIONS GRID CAROUSEL SYSTEM --- */
.destinations-matrix-wrapper {
    width: 100%;
    margin-bottom: 0 !IMPORTANT;
}

.matrix-grid-slide {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px 15px; /* Perfect spacing corresponding to image layout */
    outline: none;
    padding: 8px 4px;
}
/* Individual Content Card Elements */
.destination-block-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    /* align-items: baseline; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #F1F1F1;
}

    .destination-block-item:
    hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

.destination-circle-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.destination-text-details {
    display: flex;
    flex-direction: column;
    /* padding-top: 10px; */
}

    .destination-text-details
    h4 {
        font-size: 15px !IMPORTANT;
        font-weight: 600;
        color: #323338;
        margin-bottom: 6px;
        font-family: 'Inter', sans-serif;
        text-align: left;
    }

    .destination-text-details
    p {
        font-size: 10px;
        color: #323232;
        line-height: 1.5;
        text-align: left;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
    }
/* --- PILL-SHAPED CENTERED BOTTOM DOTS --- */
.matrix-pagination-dock {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.destinations-matrix-wrapper .slick-dots {
    position: static;
    display: flex !important;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .destinations-matrix-wrapper .slick-dots
    li {
        margin: 0;
        width: auto;
        height: auto;
    }

        .destinations-matrix-wrapper .slick-dots
        li button {
            width: 8px;
            height: 8px;
            padding: 0;
            border-radius: 50%;
            background-color: #cbd5e1;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

            .destinations-matrix-wrapper .slick-dots
            li button::before {
                display: none;
            }

        .destinations-matrix-wrapper .slick-dots
        li.slick-active button {
            background-color: #1e3a6d; /* Active deep blue pill dot indicator color */
            width: 24px;
            border-radius: 4px;
        }
/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
    .matrix-grid-slide {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-ui-container {
        padding: 0 55px;
    }
}

@media (max-width: 768px) {
    .matrix-grid-slide {
        grid-template-columns: repeat(1, 1fr);
    }

    .travel-ui-header h2 {
        font-size: 26px;
    }

    .slider-edge-arrow {
        display: none !important;
    }
    /* Fallback to touch swipe navigation on small displays */
    .travel-ui-container {
        padding: 0 20px;
    }
}

.matrix-grid-slide
a {
    text-decoration: none
}
/* --- SLICK DOTS CUSTOM DESIGN PATTERN FROM image_fd1d48.png --- */
/* 1. Targeting the container element to align things horizontally in center */
.travel-ui-viewport .matrix-pagination-dock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100%;
}
    /* 2. Resetting the native slick ul list default settings */
    .travel-ui-viewport .matrix-pagination-dock .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px; /* Spacing between dots precisely matching image_fd1d48.png */
        list-style: none;
        padding: 0;
        margin: 0;
    }
        /* 3. Handling list item mechanics and structural reset */
        .travel-ui-viewport .matrix-pagination-dock .slick-dots
        li {
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            display: inline-block;
        }
            /* 4. Normal Default/Inactive Dots - Small grey round circles */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots
            li button {
                display: block;
                width: 10px;
                height: 10px;
                padding: 0;
                border-radius: 50%;
                background-color: #cbd5e1; /* Smooth grey tone from image reference */
                border: none;
                cursor: pointer;
                font-size: 0;
                line-height: 0;
                color: transparent;
                outline: none;
                transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }
                /* Hiding the default absolute pseudo elements generated by slick standard theme */
                .travel-ui-viewport .matrix-pagination-dock .slick-dots
                li button::before {
                    display: none !important;
                }
            /* 5. Active Dynamic Dot State - Expanding smoothly into a blue capsule pill */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots
            li.slick-active button {
                background-color: #1565c0; /* Rich vibrant blue color verified from image_fd1d48.png */
                width: 28px; /* Smooth stretched wide indicator structure */
                height: 10px;
                border-radius: 100px; /* Capsule pill curvature finish */
            }
            /* Hover indicator setup for clear desktop feedback */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots
            li button:hover {
                background-color: #94a3b8;
            }

            .travel-ui-viewport .matrix-pagination-dock .slick-dots
            li.slick-active button:hover {
                background-color: #1565c0;
            }

.slick-next, .slick-prev {
    width: inherit;
    height: inherit;
}

.all-inclusive-main .view-tours {
    padding-right: 23px;
}

.view-tours.viewPadding {
    padding-right: 50px;
}

.view-tours
a:hover {
    text-decoration: underline;
    color: #565657 !important
}
/* --- PILL-SHAPED CENTERED BOTTOM DOTS --- */
.matrix-pagination-dock {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.destinations-matrix-wrapper .slick-dots {
    position: static;
    display: flex !important;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .destinations-matrix-wrapper .slick-dots li {
        margin: 0;
        width: auto;
        height: auto;
    }

        .destinations-matrix-wrapper .slick-dots li button {
            width: 8px;
            height: 8px;
            padding: 0;
            border-radius: 50%;
            background-color: #cbd5e1;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

            .destinations-matrix-wrapper .slick-dots li button::before {
                display: none;
            }

        .destinations-matrix-wrapper .slick-dots li.slick-active button {
            background-color: #1e3a6d; /* Active deep blue pill dot indicator color */
            width: 24px;
            border-radius: 4px;
        }
/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
    .matrix-grid-slide {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-ui-container {
        padding: 0 55px;
    }
}

@media (max-width: 768px) {
    .matrix-grid-slide {
        grid-template-columns: repeat(1, 1fr);
    }

    .travel-ui-header h2 {
        font-size: 20px;
    }

    .slider-edge-arrow {
        display: none !important;
    }
    /* Fallback to touch swipe navigation on small displays */
    .travel-ui-container {
        padding: 0 10px;
    }
}

.matrix-grid-slide a {
    text-decoration: none
}
/* --- SLICK DOTS CUSTOM DESIGN PATTERN FROM image_fd1d48.png --- */
/* 1. Targeting the container element to align things horizontally in center */
.travel-ui-viewport .matrix-pagination-dock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    width: 100%;
}
    /* 2. Resetting the native slick ul list default settings */
    .travel-ui-viewport .matrix-pagination-dock .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px; /* Spacing between dots precisely matching image_fd1d48.png */
        list-style: none;
        padding: 0;
        margin: 0;
    }
        /* 3. Handling list item mechanics and structural reset */
        .travel-ui-viewport .matrix-pagination-dock .slick-dots li {
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            display: inline-block;
        }
            /* 4. Normal Default/Inactive Dots - Small grey round circles */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots li button {
                display: block;
                width: 10px;
                height: 10px;
                padding: 0;
                border-radius: 50%;
                background-color: #cbd5e1; /* Smooth grey tone from image reference */
                border: none;
                cursor: pointer;
                font-size: 0;
                line-height: 0;
                color: transparent;
                outline: none;
                transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            }
                /* Hiding the default absolute pseudo elements generated by slick standard theme */
                .travel-ui-viewport .matrix-pagination-dock .slick-dots li button::before {
                    display: none !important;
                }
            /* 5. Active Dynamic Dot State - Expanding smoothly into a blue capsule pill */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots li.slick-active button {
                background-color: #1565c0; /* Rich vibrant blue color verified from image_fd1d48.png */
                width: 28px; /* Smooth stretched wide indicator structure */
                height: 10px;
                border-radius: 100px; /* Capsule pill curvature finish */
            }
            /* Hover indicator setup for clear desktop feedback */
            .travel-ui-viewport .matrix-pagination-dock .slick-dots li button:hover {
                background-color: #94a3b8;
            }

            .travel-ui-viewport .matrix-pagination-dock .slick-dots li.slick-active button:hover {
                background-color: #1565c0;
            }

.all-inclusive-main .view-tours {
    padding-right: 23px;
}
/* .view-tours.viewPadding {
padding-right: 41px;
} */
.view-tours a:hover {
    text-decoration: underline;
    color: #565657 !important
}

.lastItem:hover {
    color: #1565c0 !important;
}

.closeIcon {
    width: 100%;
    height: 100%;
    min-width: 17px;
    height: 25px;
}
/* --- SEO Footer Link Matrix Design --- */
.seo-matrix-wrapper {
    background-color: #F3F3F3;
    padding: 10px 40px;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
    /* margin-top: 30px; */
}

.seo-matrix-container {
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    max-width: 1440px;
    width: 95%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
    max-height: 90px; /* Initial visible height */
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* background: linear-gradient(rgba(var(--brand-black-50-rgb), .2), rgba(var(--brand-black-50-rgb), 1)); */
}

.seo-matrix-heading {
    font-size: 11px !IMPORTANT;
    font-weight: 700;
    color: #777777;
    text-transform: capitalize;
    margin-bottom: 5px;
    /* letter-spacing: 0.5px; */
    font-family: 'Inter', sans-serif;
    /*    opacity: 0.7;*/
    text-align: left !IMPORTANT;
}

.seo-matrix-links-block {
    color: #4a5568;
    margin-bottom: 5px;
    font-size: calc(var(--font-scale, 1) * 7px);
    line-height: 14px;
    display: block;
    text-align: left;
    letter-spacing: -0.5px;
}

.seo-matrix-link {
    text-decoration: none;
    font-size: 10px;
    color: #323338;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
    margin: 0 0 5px 0;
    font-family: 'Inter', sans-serif;
}

    .seo-matrix-link:hover {
        color: #1a202c;
        text-decoration: underline;
    }

.seo-matrix-separator {
    color: #718096;
    margin-right: 4px;
}

.explore-package-card .btn-enquire-now {
    background-color: #ffffff;
    color: #1565c0;
    border: 1px solid #1565c0;
}

@media (max-width: 767px) {
    body.formOpen:before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.75);
        z-index: 999999 !important;
    }

    .qckenqwrap {
        display: none !important;
    }

    .qe_open .closebtn {
        top: 12px;
    }

    .qckenqwrap.qe_open {
        position: fixed !important;
        top: 50% !important;
        left: 100% !important;
        transform: translate(-41%, 2%) !important;
        width: 100% !important;
        max-width: 417px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        box-sizing: border-box !important;
        margin: 0 auto;
        z-index: 999999;
    }

    .qckenqwrap .formwrap {
        width: 100% !important;
        max-width: 417px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        background-color: #f7f7f7 !important;
        box-sizing: border-box !important;
    }

        .qckenqwrap .formwrap .form-control {
            max-height: 30px !important;
        }

    .mob-enquire-btn {
        background: #f2572b;
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 12px;
        border-radius: 4px;
        display: none !important;
    }

    .inboundDesktop {
        display: none
    }

    .tour-static-card {
        max-height: 150px;
    }

        .tour-static-card img {
            max-height: 150px;
        }

    .tour-card-overlay {
        max-height: 150px;
    }

    .unifiedSearchContainer .explore-btn {
        background-color: #F2572B;
        color: white;
        border: none;
        padding: 0 20px;
        height: 30px;
        border-radius: 24px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        transition: background 0.2s;
    }

    .unifiedSearchContainer .explore-btn {
        padding: 0 9px !important;
        height: 24px !IMPORTANT;
        border-radius: 12px !IMPORTANT;
        font-weight: 600;
        font-size: 10px !IMPORTANT;
    }

    .unifiedSearchContainer #searchInput {
        font-size: 16px !IMPORTANT;
        height: 30px !important;
    }

    .search-icon {
        width: 14px !important; /* !important lagane se HTML inline attributes override ho jate hain */
        height: 14px !important;
        display: inline-block;
        vertical-align: middle; /* Taaki text ke sath standard alignment bani rahe */
    }

    .legacySection .legacy-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .legacySection .card-icon img {
        width: 30px;
        height: 30px;
    }

    .legacySection .legacy-card:hover {
        /*            transform: translateY(-4px);*/
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
        background-color: #fff;
        color: #fff !IMPORTANT;
    }

        .legacySection .legacy-card:hover .card-icon img {
            filter: inherit;
        }

        .legacySection .legacy-card:hover .mobile-leagcy-title {
            color: #003366 !IMPORTANT;
        }

        .legacySection .legacy-card:hover .mobile-card-label {
            color: #6B7280 !IMPORTANT;
        }

    .legacySection .card-stat {
        font-size: 12px !IMPORTANT;
    }

    .legacySection .card-label {
        font-size: 10px !important;
    }

    .legacySection {
        background-color: #F7F8FC;
        padding: 20px 5px;
    }

        .legacySection .description {
            font-size: 10px;
            text-align: center;
        }

        .legacySection .sub-heading {
            font-size: 11px !important;
        }

        .legacySection .heading {
            font-size: 15px !IMPORTANT;
            font-weight: 700;
        }

        .legacySection .card-icon {
            height: 20px;
        }

        .legacySection .header-divider {
            max-width: 175px;
        }

    .explore-Packege-Destinations-Title {
        font-size: 12px;
        gap: 5px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    h2.explore-package-title {
        font-size: 18px !IMPORTANT;
        margin-bottom: 0;
        font-weight: 800;
    }

    p.explore-package-subtitle {
        font-size: 12px;
        text-align: center;
        margin-bottom: 5px;
        max-width: 100%;
        font-weight: 500;
    }

    .desktop-gap {
        gap: 5px;
    }

    .explore-package-toggle button {
        width: stretch;
        font-size: 11px !IMPORTANT;
        outline: none !IMPORTANT;
        border: none !IMPORTANT;
        border-radius: 30px;
        padding: 5px 4px !IMPORTANT;
    }

    .flagIcon {
        max-width: 18px;
        max-height: 18px;
    }

    .explore-package-card .explore-package-title-card
    a {
        text-decoration: none;
        font-size: 11px;
        margin-bottom: 5px !IMPORTANT;
    }

    .all-inclusive-main .view-tours {
        padding-right: 0px;
    }

    .view-tours a {
        opacity: 0.8;
    }

    .explore-package-card .explore-package-price {
        margin-bottom: 5px;
    }

    .explore-package-card .card-img-wrap {
        position: relative;
        width: 100%;
        height: 120px;
        overflow: hidden;
        object-fit: cover;
    }

    .explore-package-card .badge-tag {
        position: absolute;
        top: 5px;
        left: 4px;
        background-color: #E84848; /* Accurate red hex from image */
        color: #ffffff;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 10px;
        letter-spacing: 0.2px;
        z-index: 2;
    }

    .explore-package-toggle {
        min-width: max-content;
        gap: 5px;
    }

    button#btnInternational {
        display: flex;
        gap: 3px;
        padding: 5px 10px !IMPORTANT;
        align-items: center;
    }

    button#btnDomestic {
        display: flex;
        gap: 3px;
        padding: 5px 10px !IMPORTANT;
        align-items: center;
    }

    .all-inclusive-container {
        padding-bottom: 0px;
    }

    .banner-slider-section {
        padding: 20px;
        background: #f7f8fc;
    }

    .section-header .main-title {
        font-size: 18px !IMPORTANT;
        margin-bottom: 0;
    }

    .section-header .sub-title {
        font-size: 11px;
        gap: 5px;
        padding-bottom: 0px;
        margin-bottom: 0 !IMPORTANT;
    }

    .section-header .desc-text {
        font-size: 11px;
        text-align: center;
        margin-bottom: 5px;
    }

    .section-header {
        margin-bottom: 0px;
        gap: 10px;
    }

    .tour-title {
        font-size: 12px !important;
    }

    .achievements-heading {
        font-size: 18px !IMPORTANT;
        /*        margin-bottom: 0;*/
    }
    /*        .unifiedSearchContainer {
width: 75% !IMPORTANT;
}*/
    .unifiedSearchContainer .search-tag {
        font-size: 11px;
        padding: 3px 5px;
    }

    .recent-searches-section {
        padding-bottom: 5px;
    }

    .achievements-section {
        padding-bottom: 0;
        padding: 20px;
        background: #EEF4FF;
        margin-top: 0;
    }

    .view-tours.viewPadding {
        padding-right: 20px;
    }

    .explore-package-card .explore-package-title-card a {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 70%;
        color: #25335D;
        text-decoration: none;
    }

    .hotel-Body {
        width: 95%;
    }

    .hotels-layout-track {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

        .hotels-layout-track > div {
            min-width: 166px;
        }

        .hotels-layout-track > *:last-child {
            grid-column: 1 / 3;
            justify-self: center;
        }

    .explore-package-slider-container {
        width: 100%;
    }

    .all-inclusive-container {
        padding: 15px 10px 15px 10px;
    }

    .offer-container {
        width: 100%
    }

    .speciality-tours-section-container {
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .legacySection .legacy-container {
        width: 100%;
        padding: 0px 10px;
    }

    .readyPackageContainer {
        padding: 0px;
    }

    .text-header-group {
        gap: 0px;
    }

        .text-header-group p {
            font-size: 11px;
            text-align: center;
            margin-bottom: 5px;
            max-width: 100%;
            font-weight: 500;
        }

    .stories-canvas .text-header-group h2 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .content-width-container.motion-container {
        max-width: 1440px;
        margin: 0 auto;
        width: 100%;
        padding: 15px 10px 0px 10px;
    }

    .arrow-vector-path {
        width: 14px;
        height: 14px;
    }

    .circular-arrow-trigger-btn {
        width: 30px;
        height: 30px;
    }

    .stories-top-navigation-row .circular-arrow-trigger-btn {
        width: 30px;
        height: 30px;
    }

    .travel-ui-header p {
        font-size: 11px;
    }

    .travel-ui-container {
        width: 100%
    }

    .seo-matrix-wrapper {
        padding: 20px 10px;
    }

    .seo-matrix-link {
        color: #4a5568;
        text-decoration: none;
        display: inline;
        font-size: 10px;
        line-height: 1.6;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        word-break: normal;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .footer-contaier .col-lg-2 {
        width: 50% !IMPORTANT;
    }

    .footer-contaier .col-lg-3 {
        width: auto !IMPORTANT;
        padding: 0 !IMPORTANT;
    }

    .footer-section .about-title {
        text-align: left !important;
    }

    .footer-section {
        padding: 20px 15px 15px !important;
    }

        .footer-section h5 {
            text-align: left !important;
            margin-bottom: 10px !important;
        }

        .footer-section a {
            text-align: left !important;
        }

        .footer-section .row {
            row-gap: 0px !important;
            --bs-gutter-y: 0.3rem !IMPORTANT;
        }

    .footer-Memberships {
        flex-direction: column;
    }

    .footer-section .about-text {
        max-width: max-content !IMPORTANT;
        margin-top: 5px !IMPORTANT;
    }

    img.footerLogo {
        max-height: 35px !IMPORTANT;
    }

    .payment-icons {
        justify-content: left;
    }

    .payment-mobile-member {
        display: none;
    }

    .enquiry {
        display: none !important;
    }

    .mob-enquire-btn {
        display: none;
    }

    .hotel-name {
        font-size: 12px !important;
        color: #25335D;
        margin: 0 0 5px 0;
        font-family: 'Inter', sans-serif;
        text-align: left;
    }

    .mobile-leagcy-title {
        display: block !important;
        font-size: 12px !IMPORTANT;
        font-weight: 800 !IMPORTANT;
        color: #003366; /* Deep brand navy color matching headers */
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 8px;
        /* height: 100%; */
        /* min-height: 20px; */
    }

    .mobile-card-label {
        display: block !important;
        color: #6B7280;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.2px;
        text-align: center;
        font-size: 10px;
        text-transform: capitalize;
    }

    .card-stat {
        display: none;
    }

    .card-label {
        display: none;
    }

    .legacySection .legacy-header {
        margin-bottom: 10px;
    }

    .award-image-box img {
        min-height: max-content;
        width: max-content;
    }

    .achievements-container {
        padding: 0px
    }

    .hotels-layout-track > *:last-child {
        grid-column: 1 / 3;
        justify-self: center;
        flex-direction: row
    }

    .coming-soon-card .hotel-img-wrap {
        padding: 0
    }

    .seo-matrix-wrapper {
        display: none;
    }

    .travel-ui-viewport {
        display: none
    }

    h3.seo-matrix-heading {
        text-align: left;
        font-size: 11px !IMPORTANT;
        font-weight: 700;
        color: #000;
        text-transform: capitalize;
        margin-bottom: 5px;
        /* letter-spacing: 0.5px; */
        font-family: 'Inter', sans-serif;
        opacity: 0.7;
    }

    .destination-text-details h4 {
        font-size: 13px
    }

    .unifiedSearchContainer .search-tag a {
        font-size: 10px;
    }

    .unifiedSearchContainer .clear-all-btn {
        font-size: 10px;
    }
    /*inbound*/
    .nri-form-card {
        display: none;
    }

    .InboundBaneer .unifiedSearchContainer {
        padding: 0px 10px;
        width: 95%;
    }

    .InboundBaneer img {
        width: 100%;
        /* height: 100%; */
        /* min-height: 145px; */
        /* object-fit: fill; */
    }

    .feature-card h3 {
        font-size: 14px !IMPORTANT;
    }

    p.explore-package-subtitle br {
        display: none;
    }
}
/*    .destinations-matrix-grid {
grid-template-columns: 1fr !important;
}
#destinationsMatrixCarousel .row {
grid-template-columns: 1fr !important;
}*/
.hero-btnrow .btns {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none !IMPORTANT;
}

img.ui-datepicker-trigger {
    position: absolute;
    top: 26%;
    right: 10px;
}

.ddate {
    position: relative;
}

.adate {
    position: relative;
}

i.fa.fa-rupee {
    color: #777777;
    font-size: 10px;
}

.adate img.ui-datepicker-trigger {
    right: 22px;
}

.header-slider {
    visibility: hidden;
}

    .header-slider.slick-initialized {
        visibility: visible;
    }

.header-slide {
    overflow: hidden;
}

.mobile-leagcy-title {
    display: none
}

.mobile-card-label {
    display: none
}

.legacy-grid .slick-list {
    padding: 0px !important
}

span.hotels-place {
    font-size: 12px;
}

i.fas.fa-indian-rupee-sign {
    margin-left: 5px;
}

.seo-matrix-container.expanded {
    max-height: 10000px; /* Large value for full content */
}

.seo-toggle-wrap {
    text-align: left;
    margin-top: 0px;
    /* background: linear-gradient(rgba(var(--brand-black-50-rgb), .2), rgba(var(--brand-black-50-rgb), 1)); */
    /* padding-left: 65px; */
    max-width: 1440px;
    width: 95%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    position: relative;
    /* max-height: 90px; */
    overflow: hidden;
    padding-top: 10px;
}

.seo-toggle-btn {
    border: none;
    cursor: pointer;
    border-radius: 4px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    /* letter-spacing: 0.5px; */
    font-family: 'Inter', sans-serif;
    opacity: 0.8;
}

#storiesSlickTrack .slick-slide {
    /* padding: 4px; */
    outline: none;
    display: block !important;
}

.text-header-group h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}

.text-header-group p {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 0;
}

#testimonialSlickTrack .slick-slide,
#storiesSlickTrack .slick-slide {
    margin: 0 5px; /* 10px left + 10px right = 20px gap */
}
/*Nri Page*/
img.inboundDesktop {
    width: 100%;
    height: auto;
    display: block;
    /* अपनी ओरिजिनल इमेज का आस्पेक्ट रेशियो यहाँ दें (जैसे अगर इमेज 1920x500 है) */
    aspect-ratio: 1920 / 500;
    object-fit: cover;
    /* मोबाइल के लिए एक सुरक्षित मिनिमम हाइट */
    min-height: 280px;
}

.InboundBaneer img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    /* display: block; */
}

.nri-form-card {
    /* Outer soft card edge */
    /* Replicating the dark frame in the screenshot */
    max-width: 334px;
    font-family: 'Inter', sans-serif;
    margin: 18px auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f2f5;
    padding: 15px 15px;
    box-sizing: border-box;
    position: absolute;
    top: -9px;
    right: -81px;
    transform: translateX(-50%);
    /*    z-index: 999;*/
    width: 100%;
}
    /* Typography */
    .nri-form-card h2 {
        color: #0C2461; /* Exact Deep Blue */
        /* font-family: 'SF Pro Display', -apple-system, sans-serif; */
        font-size: 18px;
        font-weight: bolder;
        line-height: 1.15;
        margin-bottom: 5px;
        letter-spacing: -0.5px;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .nri-form-card p {
        color: #000;
        font-size: clamp(7px, 0.7vw, 10px);
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 5px;
        letter-spacing: -0.7px;
        word-break: normal;
    }
    /* Form Structure */
    .nri-form-card .form-group {
        margin-bottom: 5px;
    }
    /* Two Column Grid */
    .nri-form-card .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 5px;
    }
    /* Input fields exactly matching the screenshot's soft look */
    .nri-form-card .input-field {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #E5E7EB;
        border-radius: 14px;
        background-color: #F9FAFB; /* Gives it that soft inset look */
        font-size: 9px;
        color: #0A0A0A;
        outline: none;
        transition: all 0.2s;
        /* opacity: 0.5; */
    }

        .nri-form-card .input-field::placeholder {
            color: #A0AEC0;
            font-weight: 400;
        }

        .nri-form-card .input-field:focus {
            border-color: #CBD5E0;
            background-color: #FFFFFF;
        }
    /* Phone Input Split Layout */
    .nri-form-card .phone-container {
        display: grid;
        grid-template-columns: 60px 1fr;
        gap: 10px;
        margin-bottom: 5px;
    }

    .nri-form-card .country-code-selector {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border: 1px solid #EAEFF5;
        border-radius: 14px;
        background-color: #FAFAFA;
        font-size: 15px;
        color: #718096;
        padding: 0 2px;
        min-width: 65px;
    }

    .nri-form-card .flag-icon {
        width: 14px;
        height: auto;
        border-radius: 1px;
        object-fit: cover;
        margin-left: 5px;
    }
    /* Checkbox Layout with WhatsApp Icon */
    .nri-form-card .checkbox-container {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        color: #637381;
        margin: 5px 0 5px 4px;
        cursor: pointer;
        user-select: none;
    }

.whatsapp-wrapper img {
    width: 100%;
    max-width: 12px;
    max-height: 12px;
}

.privacy-text img {
    width: 100%;
    max-width: 14px;
    max-height: 14px;
}

.country-code-selector span {
    font-size: 11px;
    font-size: 10px;
}

.nri-form-card .checkbox-container input {
    width: 12px;
    height: 12px;
    border: 1px solid #99A1AF;
    border-radius: 4px;
    accent-color: #0A2561;
    cursor: pointer;
}

.nri-form-card .whatsapp-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #6A7282;
    font-size: 10px;
    font-weight: 500;
}

.nri-form-card .whatsapp-icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    fill: #637381;
}
/* Textarea settings */
.nri-form-card textarea.input-field {
    resize: none;
    max-height: 54px;
    font-family: inherit;
}
/* CTA Button exact color matches */
.nri-form-card .btn-container {
    text-align: center;
    margin-top: 5px;
}

.nri-form-card .submit-btn {
    background: linear-gradient(90deg, #E84118 0%, #C0392B 100%); /* Fixed to exact Burnt Orange-Red */
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: background-color 0.15s ease;
}

    .nri-form-card .submit-btn:hover {
        background-color: #B53218;
    }
/* Privacy Policy matching elements */
.nri-form-card .privacy-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 5px;
    font-size: 9px;
    color: #919EAB;
}

.nri-form-card .privacy-icon {
    width: 16px;
    height: 16px;
    fill: #919EAB;
}
/* Fully Responsive Tweaks */
@media (max-width: 420px) {
    .nri-form-card .form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nri-form-card h2 {
        font-size: 26px;
    }
}

.why-choose-us {
    background: #25335D;
    padding: 20px 0 40px;
    color: #fff;
    margin: 10px 0 0;
}

    .why-choose-us .container {
        max-width: 1600px;
        margin: auto;
        padding: 0 20px;
    }

.why-choose-us-container {
    max-width: 1440px;
    width: 89%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
}

.section-tag {
    font-size: 12px;
    font-weight: 500;
    color: #F2572B;
    margin-bottom: 5px;
    display: block;
    letter-spacing: -0.3px;
}

.why-choose-us h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
    display: block;
}

.section-desc {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.3px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.feature-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    padding: 10px 10px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: .3s ease;
}

    .feature-card:hover {
        /* transform: translateY(-5px); */
        border-color: rgba(255,255,255,.25);
    }

    .feature-card img {
        width: 44px;
        height: 44px;
        margin-bottom: 9px;
    }

    .feature-card h3 {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 3px;
        color: #fff;
        font-family: 'Inter', sans-serif !IMPORTANT;
        text-align: center;
    }

    .feature-card p {
        color: rgb(255 255 255 / 50%);
        font-size: 10px;
        line-height: 1.5;
        text-align: center;
        font-family: 'Inter', sans-serif !IMPORTANT;
        margin-bottom: 0;
        /* opacity: 0.5; */
    }
/* Tablet */
@media(max-width:1200px) {
    .features-grid {
        grid-template-columns: repeat(3,1fr);
    }
}
/* Mobile */
@media(max-width:768px) {
    .features-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .why-choose-us h2 {
        /* font-size: 36px !IMPORTANT; */
        text-align: left;
    }
}

#readyToGoPackagesSliderInbound .slick-slide {
    margin: 0 5px;
}

.stFestivalGrid {
    /* padding: 12px; */
    justify-content: center;
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 0px auto;
    display: grid;
    gap: 12px;
    grid-template-columns: 1.8fr 2fr 1.8fr 1.8fr 1.8fr 1.8fr;
    grid-auto-rows: minmax(191px, auto);
    margin-bottom: 20px;
}

.stFestivalCard {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
}

    .stFestivalCard img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .stFestivalCard:hover img {
        transform: scale(1.08);
    }
/* Overlay */
.stFestivalOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    background: rgb(255 255 255 / 85%);
    opacity: 0;
    transition: .4s ease;
}

.stFestivalCard:hover .stFestivalOverlay {
    opacity: 1;
}

.stFestivalOverlayVisible {
    opacity: 1;
}

.stFestivalContent {
    color: #fff;
    transform: translateY(20px);
    transition: .4s ease;
}

.stFestivalCard:hover .stFestivalContent,
.stFestivalOverlayVisible .stFestivalContent {
    transform: translateY(0);
}

.stFestivalContent span {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #25335D;
    letter-spacing: 0.1px;
}

.stFestivalContent h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #25335D;
    font-weight: 800;
    letter-spacing: 0.1px;
}

.stFestivalContent h3 {
    /* font-size: 24px; */
    /* margin-bottom: 10px; */
    font-size: 22px;
    margin-bottom: 5px;
    color: #25335D;
    font-weight: bolder;
    letter-spacing: 0.1px;
    line-height: 23px;
}

.stFestivalContent p {
    font-size: 11px;
    line-height: normal;
    color: #25335D;
    text-align: left;
    letter-spacing: -0.1px;
    line-height: 15px;
}
/* Layout */
.stFestivalDiwali {
    grid-column: 1;
    grid-row: 1;
}

.stFestivalEid {
    grid-column: 1;
    grid-row: 2;
}

.stFestivalHoli {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.stFestivalDurga {
    grid-column: 3 / span 2;
    grid-row: 1;
}

.stFestivalOnam {
    grid-column: 5 / span 2;
    grid-row: 1 / span 2;
}

.stFestivalRathYatra {
    grid-column: 3;
    grid-row: 2;
}

.stFestivalFair {
    grid-column: 4;
    grid-row: 2 / span 2;
}

.stFestivalGanesh {
    grid-column: 1 / span 2;
    grid-row: 3;
}

.stFestivalGirls {
    grid-column: 3;
    grid-row: 3;
}

.stFestivalTribe {
    grid-column: 5;
    grid-row: 3;
}

.stFestivalDance {
    grid-column: 6;
    grid-row: 3;
}
/* Tablet */
@media(max-width:1200px) {
    .stFestivalGrid {
        grid-template-columns: repeat(2,1fr);
        grid-auto-rows: 280px;
    }

    .stFestivalCard {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}
/* Mobile */
@media(max-width:768px) {
    .stFestivalGrid {
        grid-template-columns: 1fr;
        grid-auto-rows: 280px;
    }

    .stFestivalOverlay {
        opacity: 1;
    }

    .stFestivalContent {
        transform: none;
    }

        .stFestivalContent h2 {
            font-size: 32px;
        }
}
/* --- Header Component Section Wrapper --- */
.fest-screen-intro-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #ffffff;
    /* padding: 30px 24px; */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
    -webkit-font-smoothing: antialiased;
    max-width: 1440px;
    width: 90%;
    box-sizing: border-box;
    height: 100%;
    margin: 20px auto 20px;
}
/* --- Left Text Panel Layout --- */
.fest-screen-intro-left-panel {
    max-width: 850px;
}
/* Orange Top Tagline with Left Border/Dash Line */
.fest-screen-intro-tagline {
    font-size: 15px;
    font-weight: 600;
    color: #F2572B;
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    letter-spacing: -0.3px;
}

    .fest-screen-intro-tagline::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #e65100;
    }
/* Bold Main Title Typography */
.fest-screen-intro-main-title {
    font-size: 25px;
    font-weight: 600;
    color: #25335D;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}
/* Subtitle/Description Paragraph */
.fest-screen-intro-subtitle {
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -0.3px;
}
/* --- Right Action Button Styling --- */
.fest-screen-intro-action-btn {
    background-color: #d84315;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 4px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

    .fest-screen-intro-action-btn:hover {
        background-color: #bf360c;
    }

    .fest-screen-intro-action-btn:active {
        transform: scale(0.98);
    }
/* --- Responsive Breakpoints --- */
@media (max-width: 991px) {
    .fest-screen-intro-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 5px 5px;
        text-align: left !IMPORTANT;
    }

    .fest-screen-intro-main-title {
        font-size: 19px !IMPORTANT;
        text-align: left;
    }

    .fest-screen-intro-action-btn {
        margin-bottom: 0;
    }
}

.planCta {
    background: linear-gradient(90deg, #E84118 0%, #C0392B 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.15s ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .legacy-container {
        overflow: hidden
    }
    /* Wrapper & Container Setup */
    .mobileLogin {
        font-size: 12px !IMPORTANT;
        background: #25335D;
        font-size: 12px;
        color: #fff !IMPORTANT;
        display: inline-block !important;
        margin: 0px auto;
        padding: 10px 60px !important;
        border-radius: 10px;
        /* width: 100%; */
        text-align: center;
        margin-top: 30px;
    }

    .speciality-tours-section {
        margin-bottom: 10px;
    }

    div#hotelsSection {
        background: #f7f8fc;
    }

    .festival-slider-mobile-container .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #C5C7D0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: none;
    }

    .festival-slider-mobile-container {
        display: block !important;
    }

    .festival-slider-mobile-container {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0px 16px 0 16px;
        box-sizing: border-box;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
        background-color: #ffffff;
    }
    /* Core Slick Track/Slide Fixes */
    .festival-slick-carousel-engine .slick-slide {
        padding: 4px;
        box-sizing: border-box;
    }
    /* Grid Layout Matrix Exactly As Per Image */
    .festival-grid-matrix-layout {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 10px;
    }
    /* Generic Card Structuring */
    .festival-card-item-box {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    /* Distinct Heights to Achieve the Exact Mosaic Layout */
    .festival-card-tall-left {
        grid-row: span 2;
        height: 280px;
    }

    .festival-card-tall-right {
        grid-row: span 2;
        height: 280px;
    }

    .festival-card-standard-height {
        height: 134px;
    }
    /* Image Element Presentation */
    .festival-card-item-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    /* Floating Translucent Pill Info Overlay */
    .festival-card-pill-info-panel {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 12px;
        padding: 8px 6px;
        box-sizing: border-box;
    }

    .festival-pill-date-text {
        font-size: 10px;
        font-weight: 700;
        color: #475569;
        text-transform: uppercase;
        margin-bottom: 2px;
        letter-spacing: 0.3px;
    }

    .festival-pill-title-text {
        font-size: 14px !IMPORTANT;
        font-weight: 800;
        color: #0d2353;
        margin: 0;
        text-align: left;
    }
    /* Re-styling Slick Custom Dots to Match Your Image */
    .festival-slick-carousel-engine .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 15px;
        margin-bottom: 24px;
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
        list-style: none;
    }

        .festival-slick-carousel-engine .slick-dots li {
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
        }
            /* Inactive Dot */
            .festival-slick-carousel-engine .slick-dots li button {
                width: 10px;
                height: 10px;
                padding: 0;
                background-color: #cbd5e1;
                border-radius: 50%;
                border: none;
                outline: none;
                font-size: 0;
                color: transparent;
                cursor: pointer;
                transition: all 0.2s ease;
            }
            /* Active Pills Dot */
            .festival-slick-carousel-engine .slick-dots li.slick-active button {
                width: 24px;
                height: 7px;
                border-radius: 4px;
                background-color: #2E59A6; /* Deep blue active bar */
            }
    /* Call To Action Primary Button styling */
    .festival-action-footer-btn {
        display: block;
        width: 100%;
        background-color: #c93d1d; /* Solid rust orange colour */
        color: #ffffff;
        text-align: center;
        padding: 14px 20px;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        box-sizing: border-box;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .festival-action-footer-btn:hover {
            background-color: #b03114;
        }

    .stFestivalGrid {
        display: none;
    }

    .stFestivalCard {
        display: none;
    }

    .planCtaMobile {
        display: none;
    }

    .fest-screen-intro-subtitle {
        text-align: left;
    }

    .fest-screen-intro-tagline::before {
        display: none;
    }

    .fest-screen-intro-tagline {
        margin-bottom: 10px;
    }

    .fest-screen-intro-header {
        margin-bottom: 10px;
    }

    iframe {
        height: 75% !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }

    .hotelsInbound {
        display: block !important;
    }

    .chat-with-us {
        display: block !important;
        margin: 0px auto;
        width: 100%;
        text-align: center;
    }

        .chat-with-us img {
            width: 100%;
            max-width: 150px;
            min-height: 50px !IMPORTANT;
            object-fit: contain;
        }

    .rowInner {
        flex-wrap: nowrap;
        justify-content: normal;
    }

    .qckenqwrap.qe_open {
        top: 0% !important;
    }

    #txtName {
        min-width: 100% !IMPORTANT;
    }

    .qckenqwrap .formwrap {
        /*        padding: 30px 60px 15px !important;*/
        margin-top: 10px;
    }

    .ddate .ui-datepicker-trigger {
        right: 23px;
    }

    .closebtn {
        margin-right: 20px !important;
        margin-bottom: 20px !important;
    }

    .heading p {
        font-size: 14px;
        text-align: center !important;
        padding: 0px 20px;
    }

    .inboundDesktop {
        display: none !IMPORTANT;
    }

    .mobileInbound {
        display: block !important;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        min-height: 257px;
    }
}

.mobileInbound {
    display: none
}

.festival-slider-mobile-container {
    display: none;
}

.hotelsInbound {
    display: none
}

#readyToGoPackagesSliderInbound .slick-next {
    right: -40px;
    background-image: url(/Assets/HomePage/images/slide-right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important;
}

#readyToGoPackagesSliderInbound .slick-prev {
    left: -39px;
    background-image: url(/Assets/HomePage/images/slider-left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 35px !important;
}

.planCta:hover {
    color: #fff !important;
}

.chat-with-us {
    display: none
}
/* Background Dim Overlay */
#popupModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Deep overlay blur effect */
    z-index: 99999; /* Higher than your headers/navbars */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Hidden state */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
/* Modal Content Container */
.form-modal-container {
    /*    background: #ffffff;*/
    /*    padding: 30px 24px 24px 24px;*/
    border-radius: 16px;
    position: relative;
    max-width: 500px; /* Perfect width for form input alignments */
    width: 92%;
    min-height: 90vh; /* Keeps it from stretching past viewport */
    /*overflow-y: auto;*/ /* Scrollable inside if opened on short mobile screens */
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.25);
    /* Subtle pop entrance animation scale */
    transform: scale(0.92);
    transition: transform 0.3s ease;
}
/* Close Window (X) Element */
.form-modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #888;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}

    .form-modal-close:hover {
        color: #111;
    }
/* Trigger State - Makes Modal Displayed & Animates In */
#popupModal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

    #popupModal.is-visible .form-modal-container {
        transform: scale(1);
    }
/*.planCta a, a:focus, a:hover {
color: #fff !important;
}*/
.InboundBaneer {
    position: relative;
    /* padding: 10px 0; */
}

.chat-with-us {
    position: absolute;
    bottom: 0;
}

.rental-section-container {
    display: none;
}

@media (min-width: 1600px) {
    .nri-form-card .country-code-selector {
        min-width: 70px;
    }

    .InboundBaneer .unifiedSearchContainer {
        top: 70%;
        left: 29%;
        max-width: 800px;
    }

    .southerntravelsindiaHeader .header-nav {
        gap: 18px !important;
    }

    .nri-form-card {
        max-width: 20.4vw;
        font-family: 'Inter', sans-serif;
        margin: 18px auto;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f2f5;
        padding: 15px 15px;
        box-sizing: border-box;
        position: absolute;
        margin-top: 2.8%;
        right: 6%;
        transform: translateX(-50%);
        z-index: 999;
        width: 100%;
    }

    .InboundBaneer .unifiedSearchContainer {
        margin-top: 2%;
        left: 29%;
        max-width: 43%;
    }

    img.inboundDesktop {
        max-height: 390px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .InboundBaneer .unifiedSearchContainer {
        top: 78%;
        margin-left: -23%;
        max-width: 42%;
        /* min-width: 300px; */
        /* left: 21%; */
    }

    .southerntravelsindiaHeader .nav-link {
        min-width: 125px !important;
    }

    .nri-form-card {
        max-width: 28vw;
        font-family: 'Inter', sans-serif;
        margin: clamp(20px, 5.2vw, 46px) auto;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f2f5;
        padding: 15px 15px;
        box-sizing: border-box;
        position: absolute;
        /* top: 0%; */
        /* right: 0px; */
        transform: translateX(-50%);
        /*        z-index: 999;*/
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .InboundBaneer .unifiedSearchContainer {
        top: 79%;
        margin-left: -21%;
        max-width: 42%;
        min-width: 45%;
        /* left: 21%; */
    }

    .nri-form-card {
        max-width: 28vw;
        font-family: 'Inter', sans-serif;
        margin: clamp(16px, 25vw, 5px) auto;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f2f5;
        padding: 15px 15px;
        box-sizing: border-box;
        position: absolute;
        top: 0%;
        /* right: 0px; */
        transform: translateX(-50%);
        /*        z-index: 999;*/
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .InboundBaneer .unifiedSearchContainer {
        top: 66%;
        margin-left: -24%;
        max-width: 42%;
        min-width: 45%;
        /* left: 21%; */
    }

    .nri-form-card {
        max-width: 28vw;
        font-family: 'Inter', sans-serif;
        margin: clamp(13px, 25vw, 5px) auto;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
        border: 1px solid #f0f2f5;
        padding: 15px 15px;
        box-sizing: border-box;
        position: absolute;
        top: 0%;
        right: 0px;
        transform: translateX(-50%);
        z-index: 999;
        width: 100%;
    }

        .nri-form-card h2 {
            text-align: left;
            font-size: 16px !IMPORTANT;
        }
}
/*@media (min-width: 1024px) and (max-width: 1400px) {
.InboundBaneer .unifiedSearchContainer {
top: 66%;
margin-left: -21%;
max-width: 42%;
min-width: 45%;*/
/* left: 21%; */
/*}
.nri-form-card {
max-width: 28vw;
font-family: 'Inter', sans-serif;
margin: clamp(16px, 25vw, 5px) auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
border: 1px solid #f0f2f5;
padding: 15px 15px;
box-sizing: border-box;
position: absolute;
top: 0%;*/
/* right: 0px; */
/*transform: translateX(-50%);
z-index: 999;
width: 100%;
}
}*/
@media (max-width: 767px) {
    /* Global Container Setup */
    div#testimonialSlickTrack {
        flex-direction: column;
    }
    div#storiesSlickTrack {
        flex-direction: column;
    }
    .square-story-card-inner {
        padding-top: 100% !important;
    }
    .rental-section-container {
        font-family: 'Poppins', sans-serif;
        max-width: 480px;
        margin: 0 auto;
        padding: 24px 10px;
        background-color: #F9F9F9;
        box-sizing: border-box;
        text-align: center;
        display: block !important;
    }
    /* Header Typography */
    .sub-tagline {
        color: #FF4D00;
        font-size: 14px;
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
    }

    .main-heading {
        color: #25335D;
        font-size: 24px !IMPORTANT;
        font-weight: 700;
        margin: 0 0 8px 0;
        line-height: 1.2;
    }

    .section-description {
        color: #475569;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 20px 0;
        font-weight: 400;
        text-align: center;
    }
    /* Custom Segmented Tab Bar */
    .tab-container {
        background-color: #E9EDFF;
        border-radius: 8px;
        padding: 8px;
        display: flex;
        margin-bottom: 10px;
    }

    .tab-btn {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
        color: #434654;
        cursor: pointer;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

        .tab-btn.active {
            background-color: #FFFFFF;
            color: #003D9B;
            box-shadow: 0px 2px 6px rgba(14, 61, 158, 0.08);
        }
    /* Slick Slider Layout Handling */
    .vehicles-slider-wrapper {
        width: 100%;
        margin-bottom: 0px;
        overflow: hidden;
    }
    /* FIXED: Ensures Slick's internal track doesn't crop the first slide on the left edge */
    #vehicleSlickSlider .slick-list {
        padding: 0 4px 0 0 !important;
        overflow: visible !important;
    }

    #vehicleSlickSlider:not(.slick-initialized) {
        display: flex;
        gap: 12px;
        overflow-x: hidden;
    }

        #vehicleSlickSlider:not(.slick-initialized) .vehicle-card {
            width: 85% !important;
            flex-shrink: 0;
        }
    /* Card Design Structure */
    .vehicle-card {
        background: #FFFFFF; /* FIXED: White background card look matching your reference image */
        border: 1px solid #E6EDF8;
        border-radius: 18px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
        text-align: left;
        display: flex !important;
        flex-direction: column;
        margin-bottom: 10px;
        outline: none;
        box-sizing: border-box;
    }

    #vehicleSlickSlider .slick-slide {
        box-sizing: border-box;
        margin: 0px 10px;
    }

    .card-image-wrapper {
        background-color: #e0e0e2;
        min-height: 168px; /* FIXED: Changed from min-height to static height for scaling safety */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; /* FIXED: Put internal image margin back */
        box-sizing: border-box;
        border-radius: 18px 18px 0 0;
        overflow: hidden;
    }

    .vehicle-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* FIXED: Keeps the entire car visible without clipping edges */
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .card-info {
        padding: 10px; /* FIXED: Restored breathing room so text elements don't hit bounds */
        text-align: left !important;
    }

    .vehicle-title {
        color: #051A3E;
        font-size: 20px !important;
        font-weight: 600;
        margin: 0 0 5px 0;
        font-family: 'Inter', sans-serif;
        text-align: left;
    }

    .features-label {
        color: #003D9B;
        font-size: 16px !important;
        font-weight: bold;
        margin: 0 0 8px 0;
        font-family: 'Inter', sans-serif;
        text-align: left;
    }

    .features-list {
        margin: 0;
        padding-left: 16px;
        list-style-type: disc;
    }

        .features-list li {
            color: #434654;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 6px;
            line-height: 1.4;
        }
    /* Call to Action Button */
    .explore-action-btn-rental {
        width: 100%;
        background-color: #146ABF;
        color: #FFFFFF;
        border: none;
        outline: none;
        padding: 12px 0;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0px 4px 10px rgba(27, 101, 196, 0.2);
        transition: background-color 0.2s ease;
        display: block;
        text-decoration: none;
    }

        .explore-action-btn-rental:active {
            background-color: #124EA0;
        }
    /* Slick Slider Dots Indicators styling */
    #vehicleSlickSlider .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 6px;
        list-style: none;
        padding: 0;
        margin: 20px 0 24px 0 !IMPORTANT;
        position: relative; /* FIXED: Keeps dots flowing correctly inline instead of breaking bounds absolute */
        bottom: 0;
    }

        #vehicleSlickSlider .slick-dots li {
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
        }

            #vehicleSlickSlider .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 8px;
                height: 8px;
                padding: 0;
                cursor: pointer;
                border: 0;
                outline: none;
                background: #CBD5E1;
                border-radius: 50%;
                transition: all 0.3s ease;
            }

            #vehicleSlickSlider .slick-dots li.slick-active button {
                width: 22px;
                height: 8px;
                background-color: #2E59A6;
                border-radius: 4px;
            }

            #vehicleSlickSlider .slick-dots li button:before {
                display: none !important;
            }
}

.custom-arrow.slick-prev,
.custom-arrow.slick-next {
    font-size: 0 !important;
    color: transparent !important;
}

#achievementsSlider .slick-next {
    display: none !important;
}

#achievementsSlider .slick-prev {
    display: none !important;
}

.mob-enquire-btn {
    display: none;
}

@media (max-width: 767px) {
    .legacySection .legacy-card {
        padding: 15px;
        box-shadow: inherit !IMPORTANT;
        margin-right: 5px;
        white-space: nowrap;
        height: 100%;
        min-height: 120px;
        max-width: 185px;
    }

    .legacy-grid .slick-list {
        padding-left: 15px !important;
        overflow: visible !important;
    }

    .legacy-grid .slick-slide {
        width: 75vw !important;
        box-sizing: border-box;
    }

    .legacy-grid .card-inner {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 375px) {
    /*        .qckenqwrap.qe_open {
        transform: translate(-43.5%, 2%)  ;
    }*/
}

@media (max-width: 576px) {
    .qckenqwrap.qe_open {
        top: 50% !IMPORTANT;
        left: 50% !IMPORTANT;
        transform: translate(-50%, -50%) !important;
        margin-left: inherit !IMPORTANT;
    }

    .nav-link-mobile {
        position: relative;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        width: 100%;
    }


    .hotels-click-dropdown-mobile {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #ffffff;
        min-width: 220px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
        padding: 8px 0;
        margin: 0px 0 0 0;
        list-style: none;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        display: none;
        z-index: 9999;
    }


    .nav-link-mobile.active .hotels-click-dropdown-mobile {
        display: block !important;
    }


    .dropdown-item-link-mobile {
        display: block;
        padding: 12px 16px;
        color: #333333;
        font-size: 14px;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
    }


        .dropdown-item-link-mobile:active,
        .dropdown-item-link-mobile:hover {
            background-color: #f5f5f5;
            color: #000000;
        }

    a#hotelsDropdownBtnMobile {
        flex-direction: row;
    }
}

.hotels-dropdown-menu {
    pointer-events: auto;
}

    .hotels-dropdown-menu li span {
        pointer-events: auto;
    }

.drawer-nav-links a:focus,
.drawer-nav-links a:focus span,
.drawer-nav-links a:focus small {
    color: #f15327 !important;
}

div#testimonialSlickTrack {
    display: flex;
    gap: 15px;
}

#testimonialSlickTrack .review-card-architecture {
    width: 100%;
}
div#storiesSlickTrack {
    display: flex;
    gap: 12px;
}