<style>
    :root {
        --primary: #343434;
        --secondary: #003366;
        --accent: #df0000;
        --light: #F5F4F2;
        --dark: #333333;
        --gray: #000000;
        --border: #e0e0e0;
        --booking-primary: #2c5aa0;
        --booking-secondary: #eabc00;
    }
      
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        color: var(--dark);
        line-height: 1.6;
        font-family: Arial, sans-serif;
    }

.talktitle {
    margin-top: -52px;
}

.month-package-date {
    font-size: 14px;
    margin-top: 0px;
    top: -9px;
    position: relative;
    color: #515151;
}
      
    .package-badge a:-webkit-any-link {
    color: initial;
    cursor: pointer;
    text-decoration: none;
}

  .social-proof {
        padding: 40px 0;
        background: white;
        margin-top: -45px;
        margin-left: 35px;
        margin-right: 35px;
        border-radius: 10px;
        margin-bottom: 27px;
    }
    
    .slide-header {
        color: #fff;
        line-height: 1.3em;
        margin-bottom: 17px;
        font-size: 35px;
        margin-top: -14px;
    }
    
    .container {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 15px;
    }
      
    .section-details {
        padding: 38px;
        background: #fff;
        border-radius: 15px;
    }

    /* Statistics Strip */
    .statistics-strip {
        background: #ebebeb;
        color: #fff;
        padding: 9px 0;
        text-align: center;
        margin-top: -30px;
    }

    .statistics-strip .container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 20px;
    }

    .stat-number {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: -7px;
        letter-spacing: 1px;
        color: #242424;
    }

    .stat-label {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #656565;
    }

    .card-talk {
        position: fixed;
        top: 52px;
        z-index: 99;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        font-family: 'Helvetica Neue', Arial, sans-serif;
        color: #ffffff;
        line-height: 1.5em;
        background: linear-gradient(135deg, #000, #2c2c2c);
        width: 100%;
        max-width: 480px;
        padding: 7px 1px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(6px);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-talk:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    }

    /* Hero Slider */
    .hero-slider {
        position: relative;
        overflow: hidden;
        height: 520px;
    }
    
    .hero-slide {
        height: 520px;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .slide-green {
    background-image: url(https://t4.ftcdn.net/jpg/04/23/18/83/360_F_423188362_B6iLBKbMypBLPHT5VzOF9KtfQjpaUvLV.jpg) !important;
    background: #000;
}

.slide-green-blue {
    background: linear-gradient(135deg, #00a504 0%, #054632 100%);
}

.slide-blue {
    background: linear-gradient(135deg, #009ce3 0%, #03425c 100%);
}

.slide-purple {
    background: linear-gradient(135deg, #8a2be2 0%, #4b0082 100%);
}

.slide-teal {
    background: linear-gradient(135deg, #20b2aa 0%, #008080 100%);
}

.slide-orange {
    background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
}

.slide-yellow {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
}

.slide-red {
    background: linear-gradient(135deg, #ff4500 0%, #8b0000 100%);
}

.slide-dark-blue {
    background: linear-gradient(135deg, #00008b 0%, #191970 100%);
}

.slide-pink {
    background: linear-gradient(135deg, #ff69b4 0%, #c71585 100%);
}

.slide-gold {
    background: linear-gradient(135deg, #ffd700 0%, #b3840e 100%);
}  
    .slide-none {
    }

    .slide-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0px 0px;
        position: relative;
        top: 40px;
    }
    
    .slide-image {
        flex: 1;
        height: 400px;
        z-index: 1;
        position: relative;
    }
    
    .slide-image img {
        width: 380px;
        height: 380px;
        object-fit: cover;
        margin-left: 130px;
        margin-top: 14px;
    }
    
    .slide-text {
        flex: 1;
        padding: 30px;
        z-index: +2;
        position: relative;
        height: 276px;
        border-radius: 0px 10px 10px 0px;
        margin-left: -70px;
        margin-right: 69px;
    }
    
    .slide-text p {
        margin-bottom: 25px;
        color: #ffffffd4;
        font-size: 20px;
    }
    
    .slide-btn {
        display: inline-block;
        background-color: #eabc00;
        color: #000000;
        padding: 12px 25px;
        text-decoration: none;
        transition: background-color 0.3s;
        border-radius: 5px;
        font-weight: 600;
    }
    
    .slide-btn:hover {
        background-color: #333;
        color: #fff;
    }
    
    /* Navigation Arrows */
    .slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 0%);
        color: #ffffff30;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 59px;
        transition: background 0.3s;
    }
    
    .slider-nav:hover {
        background: rgb(248 248 248 / 79%);
    }
    
    .slider-nav.prev {
        left: 20px;
    }
    
    .slider-nav.next {
        right: 20px;
    }
    
    .slider-controls {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }
    
    .slider-controls button {
        background: rgb(97 97 97 / 50%);
        border: none;
        width: 20px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        border: solid 1px #0d0d0d;
        border-radius: 5px;
    }
    
    .slider-controls button.active {
        background: white;
    }
    
    /* Mobile Slider */
    .mobile-hero-slider {
        display: none;
        position: relative;
        overflow: hidden;
        min-height: 650px;
        max-height: 650px;
    }
    
    .mobile-hero-slide {
        height: 600px;
        position: relative;
        top: 52px;
        margin: auto;
    }
    
    .mobile-slide-image {
        width: 100%;
        height: 100%;
    }
    
    .mobile-slide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mobile-slider-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 0%);
        color: #3e3e3e;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        transition: background 0.3s;
    }
    
    .mobile-slider-nav:hover {
        background: rgb(248 248 248 / 79%);
    }
    
    .mobile-slider-nav.prev {
        left: 10px;
    }
    
    .mobile-slider-nav.next {
        right: 10px;
    }
    
    .mobile-slider-controls {
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }
    
    .mobile-slider-controls button {
        background: rgb(97 97 97 / 50%);
        border: none;
        width: 20px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        border: solid 1px #0d0d0d;
        border-radius: 5px;
    }
    
    .mobile-slider-controls button.active {
        background: white;
    }
    
    /* Benefit Slider */
    .benefit-slider {
        position: relative;
        overflow: hidden;
        height: 520px;
    }
    
    .benefit-slide {
        height: 520px;
        display: flex;
        align-items: center;
        position: relative;
    }
      
    .benefit-header {
        color: #373434;
        line-height: 1.3em;
        margin-bottom: 17px;
        font-size: 34px;
        margin-top: -14px;
    }
      
    .benefit-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0px 0px;
        position: relative;
        top: 40px;
    }
    
    .benefit-image {
        flex: 1;
        height: 400px;
        z-index: 1;
        position: relative;
    }
    
    .benefit-image img {
        width: 83%;
        height: 78%;
        object-fit: cover;
        top: 23px;
        position: relative;
        border-radius: 10px;
        left: 83px;
    }
    
    .benefit-text {
        flex: 1;
        padding: 0px 45px 30px 13px;
        z-index: +2;
        position: relative;
        height: 300px;
        border-radius: 0px 10px 10px 0px;
        top: -20px;
    }
    
    .benefit-text p {
        margin-bottom: 14px;
        color: #383838;
        font-size: 18px;
    }
      
    .benefit-text li {
        margin-left: 25px;
        font-size: 17px;
    }
    
    .benefit-btn {
        display: inline-block;
        background-color: #eabc00;
        color: #000000;
        padding: 12px 25px;
        text-decoration: none;
        transition: background-color 0.3s;
        border-radius: 5px;
        font-weight: 600;
    }
    
    .benefit-btn:hover {
        background-color: #333;
    }
    
    /* Benefit Navigation Arrows */
    .benefit-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0 0 0 / 0%);
        color: #3e3e3e;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 59px;
        transition: background 0.3s;
    }
    
    .benefit-nav:hover {
        background: rgb(248 248 248 / 79%);
    }
    
    .benefit-nav.prev {
        left: -10px;
    }
    
    .benefit-nav.next {
        right: -10px;
    }
    
    .benefit-controls {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }
    
    .benefit-controls button {
        background: rgb(97 97 97 / 50%);
        border: none;
        width: 20px;
        height: 10px;
        margin: 0 5px;
        cursor: pointer;
        border: solid 1px #0d0d0d;
        border-radius: 5px;
    }
    
    .benefit-controls button.active {
        background: white;
    }
     
    /* Use Cases Section */
    .use-cases {
        padding: 30px 0;
        background-color: #fdfdfd;
    }
    
    .use-cases-slider {
        margin: 0 auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .use-case {
        background: white;
        overflow: hidden;
        margin: 15px;
        transition: transform 0.3s;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 392px;
    }
    
    .use-case:hover {
        transform: translateY(-5px);
    }
    
    .use-case-image {
        height: 180px;
        overflow: hidden;
    }
    
    .use-case-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .use-case-content {
        padding: 20px;
    }
    
    .use-case-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #0c0c0c;
        line-height: 1.4em;
    }
    
    .use-case-content p {
        color: #3e3d3d;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.4em;
    }
    
    .use-case-link {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        background: #232323;
        padding: 10px 14px 10px 14px;
        border-radius: 5px;
    }
    
    .use-case-link:hover {
        text-decoration: underline;
    }

    /* Section Styles */
    section {
        /* padding: 45px 0; */
    }

.monthly-packages-section {
    /* margin-bottom: -44px; */
}
.loyalty-program-sections{
    margin-top: -9px !important;
}

.day-packages-section {margin-top: -96px !important;margin-bottom: -5px;}
    
    .section-title {
        text-align: center;
        /* margin-bottom: 40px; */
        color: var(--primary);
    }
    
    .section-title h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
        line-height: 1.2em;
    }
    
    .section-title p {
        color: var(--gray);
        max-width: 800px;
        margin: 0 auto;
    }
    
    /* Value Propositions */
    .value-props {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .value-prop {
        flex: 0 0 calc(25% - 20px);
        min-width: 250px;
        margin-bottom: 30px;
        text-align: center;
        padding: 20px;
        background: white;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }
    
    .value-prop i {
        font-size: 2.5rem;
        color: var(--primary);
        margin-bottom: 15px;
    }
    
    .value-prop h3 {
        margin-bottom: 15px;
        color: var(--secondary);
    }
    
    /* Solutions */
    .solutions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .solution {
        flex: 0 0 calc(50% - 15px);
        min-width: 300px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    
    .solution-icon {
        font-size: 1.5rem;
        color: var(--accent);
        margin-right: 15px;
        margin-top: 5px;
    }
    
    .solution-content h3 {
        margin-bottom: 10px;
        color: var(--secondary);
    }
    
    /* Industries */
    .industries {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .industry {
        flex: 0 0 calc(20% - 20px);
        min-width: 200px;
        text-align: center;
        margin-bottom: 30px;
        padding: 20px 10px;
    }
    
    .industry i {
        font-size: 2rem;
        color: var(--primary);
        margin-bottom: 15px;
    }
    
    /* Footer */
    footer {
        background-color: var(--secondary);
        color: white;
        padding: 60px 0 30px;
    }
    
    .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    .footer-column {
        flex: 1;
        min-width: 250px;
        margin-bottom: 30px;
    }
    
    .footer-column h3 {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    
    .footer-column ul {
        list-style: none;
    }
    
    .footer-column li {
        margin-bottom: 10px;
    }
    
    .footer-column a {
        color: #ccc;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .footer-column a:hover {
        color: white;
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* Mobile Responsive Benefit Slider */
    @media (max-width: 768px) {
        .benefit-slider {
            height: auto;
            min-height: 500px;
        }
        
        .benefit-slide {
            height: auto;
            min-height: 500px;
            padding: 20px 0;
        }
        
        .benefit-content {
            flex-direction: column;
            top: 0;
            padding: 0 15px;
        }
        
        .benefit-image {
            flex: none;
            height: 250px;
            width: 100%;
            margin-bottom: 20px;
        }
        
        .benefit-image img {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            object-fit: contain;
        }
        
        .benefit-text {
            flex: none;
            padding: 0;
            height: auto;
            text-align: center;
            top: 0;
        }
        
        .benefit-header {
            font-size: 24px;
            margin-top: 0;
        }
        
        .benefit-text p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .benefit-nav {
            display: none;
        }
        
        .benefit-controls {
            bottom: 10px;
        }
    }
    
    /* Responsive Design */
    @media (max-width: 992px) {
        .value-prop {
            flex: 0 0 calc(50% - 20px);
        }
        
        .slide-content {
            flex-direction: column;
            text-align: center;
        }
        
        .slide-image, .slide-text {
            max-width: 100%;
            margin-bottom: 30px;
        }
        
        .hero-slide, .hero-slider {
            height: auto;
        }
    }
    
    @media (max-width: 768px) {
        .value-prop, .industry {
            flex: 0 0 100%;
        }
        
        .solution {
            flex: 0 0 100%;
        }
        
        .slider-nav {
            width: 40px;
            height: 40px;
            font-size: 20px;
        }
        
        .slider-nav.prev {
            left: 10px;
            top: 190px;
            background: #cccccc69;
        }
        
        .slider-nav.next {
            right: 10px;
            top: 190px;
            background: #cccccc69;
        }
        
        .hero-slider {
            display: none;
        }
        
        .mobile-hero-slider {
            display: block;
            margin-top: 37px;
            margin-bottom: 30px;
        }
        
        .section-title {
            text-align: center;
            /* margin-bottom: 40px; */
            color: var(--primary);
            margin-top: -70px;
        }
    }

    @media (max-width: 480px) {
        .social-proof {
            padding: 40px 0;
            background: white;
            margin-top: -78px;
            margin-bottom: 27px;
            margin-left: 0px;
            margin-right: 0px;
            border-radius: 0px;
        }
    }
    
    @media (max-width: 480px) {
        .slide-image img {
            max-height: 294px;
            object-fit: cover;
            margin: auto;
            position: relative;
            min-width: 390px;
            min-height: 294px;
            max-width: 390px;
            margin-bottom: -20px;
        }
        
        .slide-text {
            flex: 1;
            background: white;
            padding: 19px;
            z-index: +2;
            position: relative;
            height: auto;
            top: -21px;
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 20px;
            border-radius: 5px;
            margin-bottom: 53px;
        }
        
        .use-cases {
            padding: 30px 0;
            background-color: var(--light);
            margin-bottom: -61px;
        }
        
        .slider-controls {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 10;
            top: 304px;
            height: 30px;
        }
        
        .slide-header {
            line-height: 1.2em;
            margin-bottom: 20px;
        }
        
        .solution-content {
            padding-left: 1rem;
            margin-bottom: 2rem;
        }
        
        .slider-nav {
            width: 35px;
            height: 35px;
            font-size: 18px;
        }
        
        .slide-content {
            flex-direction: column;
            text-align: center;
            position: relative;
            top: -8px;
        }
    }
    
    @media (min-width: 769px) {
        .mobile-hero-slider {
            display: none;
        }
    }
      
    .statistics-strip {
        background: #ebebeb;
        color: #fff;
        padding: 9px 0;
        text-align: center;
    }

    .statistics-strip .container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 20px;
    }

    .stat-item i {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .stat-number {
        font-size: 1.8rem;
        font-weight: 800;
        margin-bottom: -7px;
        letter-spacing: 1px;
    }

    .stat-label {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #656565;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .statistics-strip .container {
            flex-direction: column;
            gap: 15px;
        }
    }
      
    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
        .hero-slider {
            display: none;
        }
        
        .mobile-hero-slider {
            display: none;
            margin-top: 3px;
        }
        
        .card-talk {
            position: fixed;
            top: 52px;
            z-index: 99;
            text-align: center;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Helvetica Neue', Arial, sans-serif;
            color: #ffffff;
            line-height: 1.5em;
            background: linear-gradient(135deg, #000, #2c2c2c);
            width: 100%;
            max-width: 480px;
            padding: 7px 1px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(6px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: none;
        }

        .card-talk:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
        }
    }
      
    @media (min-width: 908px) {
        /* Card Talk */
        .card-talk {
            display:none;
        }
    }

    /* Featured Brands Section */
    #featured-brands {
        display: flow-root;
        padding: 0px 0;
        z-index: 22;
        position: relative;
        background: #fff;
    }
  
    @media (max-width: 490px) {
        #featured-brands {
            display: flow-root;
            padding: 0px 0;
            z-index: 22;
            position: relative;
            background: #fff;
            margin-top: -29px;
            margin-bottom: 36px;
            display: none;
        } 
  
        #featured-brands .marquee li {
               grid-row: 1;
    width: 42vw !important;
    max-width: 20rem;
    margin: 0;
    padding: 0.5rem 1.6rem 0.5rem 1.6rem;
    flex-shrink: 0;
    box-sizing: border-box;
        }
      #featured-brands .marquee ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
    }
  
    #featured-brands .marquee {
       /*margin: 1rem 0; */
        overflow: hidden
    }

    #featured-brands .marquee ul {
        display: grid;
        list-style: none;
        margin: 0;
        padding: 0
    }

    #featured-brands .marquee li {
        grid-row: 1;
        width: 11vw;
        max-width: 20rem;
        margin: 0;
        padding: 0.5rem 1.6rem 0.5rem 1.6rem;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    #featured-brands .marquee a {
        display: block;
        max-width: 14rem;
        margin: auto;
        position: relative;
        outline-offset: .5rem
    }

    #featured-brands .marquee a::before {
        content: "";
        display: block;
        padding-bottom: 50%
    }

    #featured-brands .marquee a img {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: brightness(0) grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
    }

    #featured-brands .marquee a:hover img {
        filter: brightness(0.3) grayscale(0%);
        opacity: 0.9;
    }

    @media screen and (max-width: 60em) {
        #featured-brands .marquee li:nth-child(even) {
            grid-row:2
        }
    }
  
/* Responsive Design for Loyalty Sections */
@media (max-width: 768px) {
    .loyalty-section {
        margin-bottom: 60px !important;
    }
    
    .section-header h2 {
        font-size: 2rem !important;
    }
    
    .section-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .tiers-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .categories-grid {
        grid-template-columns: 1fr !important;
    }
    
    .protection-grid {
        grid-template-columns: 1fr !important;
    }
    
    .success-stories {
        grid-template-columns: 1fr !important;
    }
    
    .community-resources {
        grid-template-columns: 1fr !important;
    }
    
    .offers-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 1.8rem !important;
    }
    
    .benefit-item, .feature-item {
           flex-direction: column;
    text-align: center;
    display: flex !important;
    align-items: center !important;
    }
    
    .story-header {
        flex-direction: column;
        text-align: center;
    }
    
    .slide-btn {
        display: block !important;
        margin: 10px 0 !important;
        text-align: center;
    }
}

/* Packages Section Styles */
.packages-section {
    /* margin-bottom: 80px; */
}

.packages-header {
    text-align: center;
    margin-bottom: 50px;
}

.packages-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
}

.packages-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.experience-section {
    margin-bottom: 38px;
    margin-top: 30px;
}

.day-title {
    text-align: center;
    margin-bottom: 17px;
}

.day-title h3 {
    font-size: 25px;
    margin-bottom: -1px;
    color: #121212 !important;
}

.section-title {
    text-align: center;
    /* margin-bottom: 40px; */
}

.filtered-results-section {
    margin-top: -56px;
}

.section-title h3 {
    font-size: 25px;
    margin-bottom: -1px;
    color: #121212 !important;
}

.section-title p {
    font-size: 1.1rem;
    margin: 0 auto;
    /* margin-bottom: -32px; */
    line-height: 1.4em;
    color: rgb(0 0 0 / 80%);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.package-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.package-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.package-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eabc00;
    color: #000;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.package-content {
    padding: 25px;
}

.package-header {
    margin-bottom: 15px;
}

.package-header h4 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.3;
}

.package-subtitle {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.package-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.package-duration {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 0.9rem;
}

.package-price {
    text-align: right;
}

.price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
}

.price-period {
    font-size: 0.8rem;
    color: #666;
}

.package-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-stats {
    display: flex;
    gap: 15px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #666;
}

.availability {
    font-size: 0.8rem;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
}

.available {
    background: #d4edda;
    color: #155724;
}

.limited {
    background: #fff3cd;
    color: #856404;
}

.full {
    background: #f8d7da;
    color: #721c24;
}

.package-actions {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary {
    background: #eabc00;
    color: #000;
}

.btn-primary:hover {
    background: #333;
    color: #fff;
}

.btn-secondary {
    background: #333;
    color: #fff;
}

.btn-secondary:hover {
    background: #eabc00;
    color: #000;
}

.btn-outline {
    background: transparent;
    color: #333;
    border: 2px solid #333;
}

.btn-outline:hover {
    background: #333;
    color: #fff;
}

.view-all {
    text-align: center;
    margin-top: 30px;
}

/* Featured Packages */
.featured-packages {
    color: white;
    margin-top: 24px;
}

.featured-packages .section-title h3 {
    color: #3c3c3c;
}

.featured-packages .section-title p {
    color: rgb(0 0 0 / 80%);
}

.featured-packages .package-card {
    background: rgba(255,255,255,0.95);
}

.featured-packages .package-badge {
    background: #003366;
    color: white;
}

/* Responsive Design for Packages */
@media (max-width: 768px) {
    .packages-header h2 {
        font-size: 2rem;
    }
	
	.packages-section {
    /* margin-bottom: 80px; */
    margin-top: 106px !important;
}
  
  .featured-packages {
    color: white;
    margin-top: 85px;
}


    .experience-section {
    margin-bottom: 101px;
    margin-top: 102px;
}
    

    .adventure-section {
    margin-top: 103px;
}
    
    
    .section-title h3 {
       font-size: 1.5rem;
       margin-top: 0px;
       line-height: 1.2em;
       margin-bottom: 10px;
    }

    .day-title {
    text-align: center;
    margin-bottom: 45px;
    margin-top: -67px;
}

    .day-title h3 {
       font-size: 1.5rem;
       margin-top: 0px;
       line-height: 1.2em;
       margin-bottom: 10px;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .package-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .package-actions {
        width: 100%;
        flex-direction: column;
    }
    
    .btn {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .packages-header h2 {
        font-size: 1.8rem;
    }
    
    .package-content {
        padding: 20px;
    }
    
    .package-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .package-price {
        text-align: left;
    }
}

/* Filter Section Styles */
.packages-filter-section {background: #fff;padding: 2px 0 !important;margin-bottom: 40px;border-bottom: 1px solid #eee;/* position: sticky; */top: 0;z-index: 100;box-shadow: 0 0px 0px rgba(0,0,0,0.1) !important;transition: all 0.3s ease;width: 1180px;margin: auto;margin-top: 25px;border-radius: 10px;/* border: solid 2px #0071c378; */}

.talkh1 {display:none;}

.talkp {display:none;}
.packages-filter-section.sticky {
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.filter-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.filter-header {
display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 7px;
}

.filter-title {
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 11px;
}

.filter-toggle {
    background: #eabc00;
    color: #000;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
    display: none;
}

.filter-toggle:hover {
    background: #333;
    color: #fff;
}

.clear-filters {
  background: #0072c5;
  color: #fff;
  border: 1px solid #0073c7;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  /* margin-bottom: 12px; */
}

.clear-filters:hover {
    background: #f5f5f5;
    color: #333;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.filter-select {
    padding: 10px 12px;
    border: 0.2em solid #006fc136;
    border-radius: 5px;
    background: #fff;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.filter-select:focus {
    outline: none;
    border-color: #eabc00;
}

.filter-search {
    display: none;
    gap: 10px;
}

.search-input {
    flex: 1;
    padding: 10px 12px;
    border: 2px solid #ddd !important;
    border-radius: 5px;
    font-size: 0.9rem;
}

.search-button {
    background: #eabc00;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 362px;
    font-size: 18px;
    margin-top: 0px !important;
}

.search-button:hover {
    background: #333;
    color: #fff;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.filter-tag {
    background: #eabc00;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    top: -7px;
    position: relative;
}

.filter-tag-remove {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Filter Styles */
@media (max-width: 768px) {
    .packages-filter-section {
   padding: 20px 0;
   width: 352px;
   top: 47px;
   /* position: sticky; */
   margin-top: 70px;
   box-shadow: 5px 5px 10px rgb(0 0 0 / 5%) !important;
   border-radius: 10px;
   /* border: solid 2px #0071c378; */
   }

.talktitle {color: #000;top: 68px;position: relative;/* display: flex; *//* flex-direction: column; *//* align-content: space-around; */flex-wrap: wrap;width: 94%;margin: auto;padding-bottom: 13px;margin-top: -33px;}

    .talkh1 {line-height: 1.2em;font-size: 24px;margin-bottom: 6px;display: block;margin-left: 10px;margin-right: 10px;margin-top: 10px;}

    .talkp {display: block;margin-left: 10px;margin-right: 10px;}
    .ai-generator-content {
    position: relative;
    background: white;
    margin: 20px auto;
    padding: 24px;
    border-radius: 15px;
    width: 29%; 
    max-width: 1000px;
    max-height: 90vh;
    overflow-y: auto;
}

    .search-button {
    background: #eabc00;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 285px;
    margin-bottom: -28px;
    font-size: 18px;
    top: -27px;
    position: relative;
}

    .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0px;
    padding-bottom: 17px;
}

    .filter-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
}

    .filter-select {
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #fff;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: border-color 0.3s ease;
    width: 148px;
}
	
	.filter-tag {
    background: #eabc00;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 17px;
}
	
	.filter-container {
    max-width: 1300px;
    margin: 15px;
    padding: 0px 0px;
    padding-bottom: 0px;
    margin-top: 14px;
}

    .filter-label {/* display:none; */}
	
	.filter-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: -14px;
    margin-bottom: -6px;
    display: none;
}

    .filtered-results-section {
        margin-top: -122px;
    }
    
    .filter-header {
        flex-direction: column;
        align-items: stretch;
        /* margin-bottom: 16px; */
    }
    
    .filter-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .filter-controls {
        justify-content: space-between;
        margin-top: -10px;
        display: contents;
    }
    
    .filter-search {
        flex-direction: column;
    }
}


/* MOBILE FILTER INPUT BOXES ONLY */
@media (max-width: 768px) {
    .filter-select {
        /* width: 77% !important; */
        padding: 8px 19px 12px 19px !important;
        font-size: 15px !important;
        height: 40px !important;
        border: 2px solid #0083c72e !important;
        /* border-radius: 10px !important; */
        background: white url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c5aa0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 16px center/20px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        color: #333 !important;
        font-weight: 500 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .filter-select:focus {
        outline: none !important;
        border-color: #2c5aa0 !important;
        box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1) !important;
    }
    
    .filter-select:hover {
        border-color: #2c5aa0 !important;
    }
    
    .filter-select option {
        padding: 12px !important;
        font-size: 16px !important;
    }
    
    .search-input {
        width: 100% !important;
        padding: 16px 45px 16px 45px !important;
        font-size: 16px !important;
        height: 56px !important;
        border: 2px solid #e0e0e0 !important;
        border-radius: 10px !important;
        background-color: white !important;
        color: #333 !important;
        font-weight: 500 !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .search-input:focus {
        outline: none !important;
        border-color: #2c5aa0 !important;
        box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1) !important;
    }
    
    .search-input::placeholder {
        color: #999 !important;
    }
    
    /* For better touch on iOS */
    @media (hover: none) and (pointer: coarse) {
        .filter-select,
        .search-input {
            min-height: 40px !important;
            line-height: 1 !important;
        }
    }
}
/* Collapsible filter for mobile */
.filter-collapsible {
    /* max-height: 0; */
    /* overflow: hidden; */
    /* transition: max-height 0.3s ease; */
}

.filter-collapsible.open {
    max-height: 1000px;
}

@media (min-width: 769px) {
    .filter-collapsible {
        max-height: none !important;
        overflow: visible;
    }
    
    .filter-toggle {
        display: none;
    }
}
</style>
  <style>
/* Day Packages Section Styles */
.day-packages-section {
    padding: 60px 0;
}

.day-packages-slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: -27px;
}

.day-packages-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    gap: 25px;
    padding: 20px 10px 40px;
    margin: 0 -10px;
    margin-bottom: 36px;
}

.day-packages-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.day-package-slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
    scroll-snap-align: start;
}

.day-package-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.day-package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.day-package-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.day-package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.day-package-card:hover .day-package-image img {
    transform: scale(1.05);
}

.day-package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #eabc00;
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.day-package-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px;
}

.package-price-tag {
    background: rgba(255,255,255,0.95);
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.package-price-tag .price {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
}

.package-price-tag .price-label {
    display: block;
    font-size: 0.7rem;
    color: #666;
    margin-top: 2px;
}

.day-package-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.day-package-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.day-package-subtitle {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.day-package-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.meta-item i {
    color: #eabc00;
    font-size: 1rem;
    margin-bottom: 5px;
}

.meta-item span {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
}

.day-package-availability {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.availability-badge {
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.availability-badge.available {
    background: #d4edda;
    color: #155724;
}

.availability-badge.limited {
    background: #fff3cd;
    color: #856404;
}

.availability-badge.full {
    background: #f8d7da;
    color: #721c24;
}

.views-count {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    color: #666;
}

.views-count i {
    color: #999;
}

.day-package-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.day-package-actions .btn {
    flex: 1;
    text-align: center;
    padding: 10px 15px;
    font-size: 0.85rem;
}

/* Slider Navigation */
.day-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #333;
    transition: all 0.3s ease;
}

.day-slider-nav:hover {
    background: #eabc00;
    color: #000;
    box-shadow: 0 8px 25px rgba(234, 188, 0, 0.3);
}

.day-slider-nav.prev {
    left: -25px;
}

.day-slider-nav.next {
    right: -25px;
}

.day-slider-nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.day-slider-nav:disabled:hover {
    background: white;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Slider Controls */
.day-slider-controls {
     display: flex;
     justify-content: center;
     gap: 8px;
     margin-top: -45px;
     margin-bottom: -30px;
}

.day-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.day-slider-dot.active {
    background: #eabc00;
    transform: scale(1.2);
}

.day-slider-dot:hover {
    background: #ccc;
}

.day-slider-dot.active:hover {
    background: #eabc00;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .day-packages-section {
        padding: 40px 0;
        margin-top: 30px;
    }

    .day-packages-slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: -32px;
}

    .day-package-slide {
        flex: 0 0 calc(50% - 15px);
        min-width: 280px;
    }

    .day-slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .day-slider-nav.prev {
        left: -15px;
    }

    .day-slider-nav.next {
        right: -15px;
    }

    .day-package-content {
        padding: 20px;
    }

    .day-package-meta {
        flex-wrap: wrap;
        gap: 10px;
    }

    .meta-item {
        /* flex: 0 0 calc(33.333% - 10px); */
    }

    .day-package-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .day-package-slide {
        flex: 0 0 calc(100% - 20px);
        min-width: 260px;
    }

    .day-packages-slider {
        gap: 20px;
        padding: 15px 10px 30px;
        /* margin-bottom: 141px; */
    }

    .day-slider-nav {
        display: none; /* Hide arrows on very small screens */
    }

    .day-package-image {
        height: 200px;
    }

    .day-package-title {
        font-size: 1.1rem;
    }

    .meta-item span {
        font-size: 0.7rem;
    }
}

/* No Packages Message */
.no-packages-message {
    background: #f8f9fa;
    border-radius: 15px;
    border: 2px dashed #ddd;
}

.no-packages-message i {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 20px;
}

.no-packages-message h4 {
    color: #666;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.no-packages-message p {
    color: #888;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}

        /* AI Generator Modal Styles */
        .ai-generator-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 9999;
            overflow-y: auto;
        }
        
        .ai-generator-content {
            position: relative;
            background: white;
            margin: 20px auto;
            padding: 24px;
            border-radius: 15px;
            /* width: 29%; */
            max-width: 1000px;
            max-height: 90vh;
            overflow-y: auto;
        }
        
        .preference-section {
            margin-bottom: 25px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 10px;
            border-left: 4px solid #eabc00;
        }
        
        .preference-section h4 {
            color: #333;
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .checkbox-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
        }
        
        .checkbox-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px;
            background: white;
            border-radius: 6px;
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
        }
        
        .checkbox-item:hover {
            border-color: #eabc00;
            background: #fff9e6;
        }
        
        .preference-actions {
            display: flex;
            gap: 15px;
            justify-content: flex-end;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
        }
        
        .loading-spinner {
            display: none;
            text-align: center;
            padding: 40px;
        }
        
        .spinner {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #eabc00;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 2s linear infinite;
            margin: 0 auto 20px;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        /* User Packages Button */
        .user-packages-btn {
            background: #28a745;
            color: white;
            border: none;
            padding: 7px 19px;
            border-radius: 5px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            font-size: 14px;
        }
        
        .user-packages-btn:hover {
            background: #218838;
            transform: translateY(-2px);
        }
        
        /* Create Package Button */
        .create-package-btn {
            background: #eabc00;
            color: #000;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .create-package-btn:hover {
            background: #d4ab00;
            transform: translateY(-2px);
        }
        
        /* Mobile Filter/Create Button */
        .mobile-filter-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #2f2f2f;
            color: #fff;
            border: none;
            padding: 15px 25px;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 600;
            z-index: 1000;
            box-shadow: 0 4px 15px rgb(144 144 144 / 30%);
            font-size: 17px;
        }
        
        /* Price Review Badge */
        .price-review-badge {
            background: #ffc107;
            color: #000;
            padding: 5px 12px;
            border-radius: 4px;
            font-size: 0.85rem;
            font-weight: 600;
            display: inline-block;
        }
        
        /* View Your Packages Header */
        .user-packages-header {
            background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
            color: white;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        
        .user-packages-header h2 {
            margin: 0;
            font-size: 1.8rem;
        }
        
        .user-packages-header p {
            margin: 10px 0 0 0;
            opacity: 0.9;
        }
        
        /* Success Message */
        .success-message {
            background: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
            border: 1px solid #c3e6cb;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .checkbox-grid {
                grid-template-columns: 1fr 1fr;
            }
            
            .ai-generator-content {
                padding: 20px;
                width: 95%;
            }
        }
        
        @media (max-width: 480px) {
            .checkbox-grid {
                grid-template-columns: 1fr;
            }
        }
    /* Additional styles for new features */
.social-sharing {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.social-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: transform 0.2s;
}

.social-share-btn:hover {
    transform: scale(1.1);
}

.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-linkedin { background: #0077b5; }
.share-whatsapp { background: #25d366; }

.delete-package-btn {
    background: #dc3545;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s;
}

.delete-package-btn:hover {
    background: #c82333;
}

.delete-package-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.package-dates {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.date-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.commission-earning {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 4px solid #28a745;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.commission-earning h4 {
    color: #28a745;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.commission-earning p {
    margin: 5px 0;
    color: #495057;
}

.package-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.status-pending {
    background: #006cc8;
    color: #ffffff;
    margin: auto;
    padding: 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}

.status-active {
    background: #28a745;
    color: white;
}

.status-inactive {
    background: #6c757d;
    color: white;
}

.booking-count {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #28a745;
    font-weight: bold;
    margin: 10px 0;
}

.ai-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ai-loading-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.ai-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #eabc00;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.user-package-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    color: #856404;
}

.user-package-note i {
    color: #eabc00;
    margin-right: 10px;
}

.package-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.action-buttons {
    display: flex;
    gap: 24px;
}

/* Monthly sections styling */
.month-slider-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.month-slider {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 5px 30px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.month-slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.month-slide {
    flex: 0 0 auto;
    width: 300px;
}

.month-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #eabc00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #333;
    font-size: 18px;
}

.month-slider-nav:hover {
    background: #eabc00;
    color: white;
}

.month-slider-nav.prev {
    left: 10px;
}

.month-slider-nav.next {
    right: 10px;
}

.month-slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.month-slider-controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.month-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
    display: none;
}

.month-slider-dot.active {
    background: #eabc00;
}

/* Month package card styling - matching day packages */
.month-package-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.month-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.month-package-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.month-package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.month-package-card:hover .month-package-image img {
    transform: scale(1.05);
}

.month-package-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #eabc00;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.month-package-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 15px;
}

.month-package-price-tag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.month-package-price-tag .price {
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.month-package-price-tag .price-label {
    color: rgba(255,255,255,0.8);
    font-size: 11px;
    margin-top: 2px;
}

.month-package-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.month-package-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.month-package-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.month-package-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.month-package-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #666;
}

.month-package-meta .meta-item i {
    color: #eabc00;
    font-size: 14px;
}

.month-package-availability {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.month-availability-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.month-availability-badge.available {
    background: #e8f5e9;
    color: #2e7d32;
}

.month-availability-badge.limited {
    background: #fff3e0;
    color: #ef6c00;
}

.month-availability-badge.full {
    background: #ffebee;
    color: #c62828;
}

.month-views-count {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.month-package-actions-row {
    margin-top: auto;
}

/* Date indicator styling - UPDATED with white background calendar dates */
.date-indicator {
    position: fixed;
    top: 100px;
    right: 20px;
    background: linear-gradient(135deg, #009ce3 0%, #03425c 100%);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    font-weight: 600;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
    max-width: 350px;
    display: none;
}

.date-indicator.show {
    opacity: 1;
    transform: translateY(0);
    display: block;
}

.date-indicator .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.date-indicator .close-btn:hover {
    background: #f0f0f0;
}

.date-indicator .indicator-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    padding-right: 30px;
    border-bottom: 2px solid #eabc00;
    padding-bottom: 10px;
}

.date-indicator .event-dates {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    max-width: 100%;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}

.date-indicator .calendar-dates {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.date-indicator .calendar-date-item {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-indicator .calendar-date-item .date-box {
    background: #003366;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    min-width: 70px;
}

.date-indicator .calendar-date-item .date-day {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.date-indicator .calendar-date-item .date-month {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date-indicator .calendar-date-item .event-info {
    flex: 1;
}

.date-indicator .calendar-date-item .event-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 3px;
}

.date-indicator .calendar-date-item .event-location {
    font-size: 12px;
    color: #666;
}

/* Special date badge for packages */
.special-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #003366;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}

/* Calendar Popup Styling */
.calendar-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    z-index: 9999;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow: hidden;
}

.calendar-popup.active {
    display: block;
}

.calendar-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
}

.calendar-popup-overlay.active {
    display: block;
}

.calendar-header {
    background: linear-gradient(135deg, #003366, #0056b3);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-header h3 {
    margin: 0;
    font-size: 1.5rem;
}

.close-calendar {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s;
}

.close-calendar:hover {
    background: rgba(255,255,255,0.2);
}

.calendar-content {
    padding: 20px;
    overflow-y: auto;
    max-height: 60vh;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.calendar-event {
    background: #f8f9fa;
    border-left: 4px solid #eabc00;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.calendar-event:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.event-date {
    color: #003366;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.event-description {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Location Tabs Styling */
.location-tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.location-tab {
    padding: 8px 16px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 10px;
    margin-bottom: 7px;
}

.location-tab:hover {
    background: #eabc00;
    color: #000;
    border-color: #eabc00;
}

.location-tab.active {
    background: #003366;
    color: white;
    border-color: #003366;
}

/* Country Tabs for filtered results */
.country-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    display: none;
}

.country-tab {
    padding: 10px 20px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-tab:hover {
    background: #eabc00;
    color: #000;
    border-color: #eabc00;
}

.country-tab.active {
    background: #003366;
    color: white;
    border-color: #003366;
}

.month-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.location-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.location-filter-label {
    color: #666;
    font-size: 0.9rem;
}

/* Sticky search dates in filter section */
.packages-filter-section.sticky {
    /* position: sticky; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 15px 0;
    margin-bottom: 20px;
    /* border: solid 2px #dedede; */
}

.date-search-sticky {
    display: block;
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    background: #002e68;
    border: 1px solid #0071c330;
}

.date-search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    width: 100%;
}

.date-search-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.date-search-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.date-search-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px; /* Larger font for better mobile usability */
    transition: border 0.3s;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px; /* Better touch target on mobile */
    -webkit-appearance: none; /* Remove default iOS styling */
    -moz-appearance: none;
    appearance: none;
}

.date-search-input:focus {
    outline: none;
    border-color: #eabc00;
    box-shadow: 0 0 0 3px rgba(234, 188, 0, 0.2);
}

/* Mobile date input improvements */
.mobile-date-input {
    font-size: 16px !important; /* Prevents iOS zoom on focus */
    padding: 14px 12px !important;
    background-color: white;
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>'); */
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    /* padding-right: 40px !important; */
    padding-left: 34px !important;
}

/* Search button in date section */
.date-search-group .search-button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #eabc00, #d4a600);
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 23px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: solid 2px #3c6cc0;
}

.date-search-group .search-button:hover {
    background: linear-gradient(135deg, #d4a600, #c49400);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 188, 0, 0.3);
}

.date-search-group .search-button:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* Mobile date search improvements */
    .date-search-sticky {
        padding: 21px;
        margin-top: 10px;
        position: sticky;
        top: 0;
        z-index: 100;
        margin-bottom: -9px;
    }
    .clear-filters {
    margin-bottom: 12px;
}
    .date-search-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .date-search-group {
        width: 100%;
    }
    
    .date-search-label {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }
    
    .date-search-input {
        padding: 14px !important;
        font-size: 16px !important;
        width: 100%;
        min-height: 52px; /* Even larger for mobile */
        background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>);
    }
    
    .date-search-group .search-button {
        margin-top: 8px;
        min-height: 52px;
        font-size: 17px;
    }
    
    /* Show date labels on mobile */
    .date-search-label {
        display: flex !important;
    }
    
    /* Month slider adjustments */
    .month-slide {
        width: 280px;
    }
    
    .month-slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .month-package-content {
        padding: 15px;
    }
    
    .month-package-title {
        font-size: 15px;
    }
    
    /* Package actions */
    .package-actions-row {
        flex-direction: column;
        align-items: stretch;
    }
    
    .action-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    /* Social sharing */
    .social-sharing {
        justify-content: center;
    }
    
    /* Date indicator */
    .date-indicator {
        top: 80px;
        right: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
        text-align: center;
    }
    
    /* Calendar popup */
    .calendar-popup {
        width: 95%;
        max-height: 90vh;
    }
    
    .calendar-grid {
        grid-template-columns: 1fr;
    }
    
    /* Month section header */
    .month-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .location-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
    }
    
    .location-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .location-tab {
        flex-shrink: 0;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    /* Country tabs */
    .country-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    
    .country-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .country-tab {
        flex-shrink: 0;
    }
    
    /* Filter section */
    .packages-filter-section.sticky {
        position: relative;
        box-shadow: none;
        padding: 8px -4px !important;
        z-index: 2;
    }

    .month-package-date {
        font-size: 14px;
    margin-top: 0px;
    top: -13px;
    position: relative;
    color: #515151;
    }
}

@media (max-width: 480px) {
    .month-slide {
        width: 276px;
    }
       .clear-filters {
    margin-bottom: 12px;
}
    
    .month-slider-nav {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    /* Extra small devices - single column layout for date search */
    .date-search-grid {
        grid-template-columns: 1fr;
    }
    
    .date-search-input {
        padding: 10px !important;
        font-size: 18px !important;
        font-weight: 600;
        color: #000;
        background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>);
        padding-left: 39px !important;
    }
    
    .date-search-group .search-button {
        padding: 16px;
        font-size: 18px;
        min-height: 56px;
        margin-top: 28px !important;
    }
    
    /* Hide arrows on some date inputs */
    .date-search-input::-webkit-calendar-picker-indicator {
        padding: 4px;
        margin-right: 0;
    }
    
    .date-search-input::-webkit-inner-spin-button,
    .date-search-input::-webkit-clear-button {
        display: none;
    }
    
  .month-slider-nav {
    display: none;
}

       .month-package-date {
        font-size: 14px;
    margin-top: 0px;
    top: -13px;
    position: relative;
    color: #515151;
    }

}

/* Extra small mobile devices */
@media (max-width: 360px) {
    .date-search-label {
        font-size: 0.8rem;
    }

       .clear-filters {
    margin-bottom: 12px;
}
    
    .date-search-input {
        font-size: 15px !important;
        padding: 14px 10px !important;
    }
    
    .date-search-group .search-button {
        font-size: 15px;
        padding: 14px;
    }
  
  .month-slider-nav {
    display: none;
}
}

/* Tablet portrait mode */
@media (min-width: 769px) and (max-width: 1024px) {
    .date-search-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .date-search-group:last-child {
        grid-column: span 2;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .date-search-group .search-button {
        margin-top: 8px;
    }
}

/* Car hire specific styling */
.car-hire-badge {
    background: #eabc00 !important;
    color: black !important;
}

.car-hire-price .price-label {
    color: white;
    font-size: 10px;
    margin-top: 2px;
}

.car-hire-price .price-label span {
    display: block;
    font-size: 9px;
    opacity: 0.8;
}

/* iOS specific fixes */
@supports (-webkit-touch-callout: none) {
    .date-search-input {
        font-size: 16px !important;
        line-height: 1.2;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .date-search-sticky {
        background: #2d2d2d;
        border-color: #444;
    }
    
    .date-search-input {
        background-color: #333;
        color: #fff;
        border-color: #555;
    }
    
    .date-search-input:focus {
        border-color: #eabc00;
        background-color: #3a3a3a;
    }
    
    .date-search-label {
        color: #ddd;
    }
    
    .mobile-date-input {
        background-color: #333;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ccc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    }
}
  </style>