<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;
    }
      
    .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%, #daa520 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;
    }


.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: block;
            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;
        }

        .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;
        } 
  
        #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;
}

.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;
}

.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;
}

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

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

.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;
}

.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: 1px solid #ddd;
    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: flex;
    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;
}

.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: 390px;
    top: 47px;
    position: sticky;
    }
	
	.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: 0px;
}
	
	.filter-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 13px;
}
	
	.filter-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
    
    .filter-header {
        flex-direction: column;
        align-items: stretch;
		margin-bottom: -1px;
    }
    
    .filter-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter-controls {
        justify-content: space-between;
    }
    
    .filter-search {
        flex-direction: column;
    }
}

/* 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;
}
</style>