/* public/css/main.css (Definitive Version) */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            text-decoration: none;
            list-style: none;
        }

        html, body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden; 
        }

        :root {
            --primary-green: #fff;
            --accent-orange: #fc8811;
            --headline-accent-color: #F98866;
            --layout-green-bg: #7CA46B;
            --light-grey-divider: rgba(255, 255, 255, 0.4);
            --dark-text-shadow: rgba(0, 0, 0, 0.5);
            --light-text-shadow: rgba(0, 0, 0, 0.3);
            --font-display: "Bungee", serif;
            --font-headline: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            --animation-speed: 600ms;
        }

        /* =================================================================== */
        /* DESKTOP STYLES (VALIDATED)                                          */
        /* =================================================================== */
        .header-container { position: absolute; top: 0; left: 0; width: 100%; padding: 20px 5%; border-bottom: 1px solid var(--light-grey-divider); z-index: 1000; background-color: transparent; transition: all 0.3s ease-in-out; }
        .header-scrolled { position: fixed; background-color: #7CA46B; border-bottom-color: transparent; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
        .header-scrolled.header-faded { background-color: rgba(124, 164, 107, 0.4) !important; backdrop-filter: blur(5px) !important; }
        .page-container { width: 100%; }
        .hero-section { position: relative; display: flex; flex-direction: column; width: 100%; min-height: 100vh; color: white; }
        .hero-video { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; object-fit: cover; }
        .hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 0; }
        .header-top-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
        .logo { text-align: center; }
        .logo h1 { display: block; font-family: var(--font-display); text-shadow: 2px 2px 2px var(--dark-text-shadow); color: var(--headline-accent-color); line-height: 1.1; font-size: clamp(1.5rem, 4vw, 2.2rem); }
        .logo h1:first-child { letter-spacing: 8px; }
        .logo.logo-mobile { display: none; }
        .header-right { display: flex; align-items: center; gap: 40px; }
        .hamburger-menu { display: none; font-size: 1.8rem; color: var(--primary-green); background: none; border: none; cursor: pointer; z-index: 1100; }
        .social { display: flex; gap: 50px; }
        .social a { color: var(--primary-green); font-size: clamp(1.2rem, 4vw, 1.4rem); transition: color 0.3s; }
        #cart-icon { position: relative; font-size: clamp(1.5rem, 5vw, 1.8rem); cursor: pointer; }
        #cart-icon a { color: var(--primary-green); }
        #cart-icon[data-quantity="0"]::after { display: none; }
        #cart-icon[data-quantity]::after { content: attr(data-quantity); position: absolute; top: -5px; right: -10px; width: 20px; height: 20px; background-color: var(--accent-orange); color: white; border-radius: 50%; font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
        .navbar { display: block; }
        .navbar ul { display: flex; justify-content: space-between; align-items: center; }
        .navbar ul li a { font-family: var(--font-display); color: var(--primary-green); text-shadow: 2px 2px 2px var(--light-text-shadow); font-size: clamp(0.9rem, 2vw, 1.1rem); padding: 5px 0; display: inline-block; transition: color 0.3s; }
        .mobile-nav { display: none; }
        .hero-content { flex-grow: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; padding: 5%; position: relative; z-index: 1; padding-top: 150px; }
        .hero-text .headline { font-family: var(--font-headline); font-weight: 900; line-height: 1.2; text-shadow: 2px 2px 2px var(--dark-text-shadow); }
        .hero-text .headline .line1 { font-size: clamp(1.5rem, 4vw, 2.8rem); color: var(--headline-accent-color); }
        .hero-text .headline .line2, .hero-text .headline .line3 { font-size: clamp(1.5rem, 4vw, 2.8rem); color: white; }
        .hero-text .cta-button { display: inline-block; margin-top: 30px; background-color: #7CA46B; color: #fff; padding: 15px 30px; border-radius: 25px; font-family: var(--font-display); font-size: clamp(1rem, 3vw, 1.2rem); text-shadow: 2px 2px 2px var(--dark-text-shadow); box-shadow: 5px 5px 10px var(--dark-text-shadow); transition: transform 0.3s, box-shadow 0.3s; }
        .close-menu-btn { display: none; position: absolute; top: 20px; right: 5%; background: none; border: none; font-size: 2.5rem; color: var(--primary-green); cursor: pointer; z-index: 1150; }
        .intro-splash-section { height: 100vh; background-color: #7CA46B; color: #FFFFFF; display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; }
        .intro-splash-section .main-container { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: flex-start; padding-top: 15vh; box-sizing: border-box; text-transform: uppercase; }
        .intro-splash-section .background-face { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; }
        .intro-splash-section .text-container { text-align: center; position: relative; z-index: 1; }
        .intro-splash-section .text-container h1 { margin: 0; line-height: 1.1; font-size: clamp(2rem, 6vw, 4rem); font-weight: 600; opacity: 0; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
        .mobile-text-view { display: none; }
        @keyframes slideInFromLeft { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
        @keyframes slideInFromRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        .intro-splash-section.is-in-view .line1 { animation: slideInFromLeft 1.2s ease-out forwards; }
        .intro-splash-section.is-in-view .line2 { animation: slideInFromRight 1.2s ease-out 0.4s forwards; }
        .intro-splash-section.is-in-view .line3 { animation: slideInFromLeft 1.2s ease-out 0.8s forwards; }
        .intro-splash-section.is-in-view .line4 { animation: slideInFromRight 1.2s ease-out 1.2s forwards; }
        .intro-splash-section.is-in-view .line5 { animation: slideInFromLeft 1.2s ease-out 1.6s forwards; }
        .intro-splash-section.is-in-view .line6 { animation: slideInFromRight 1.2s ease-out 2.0s forwards; }
        .intro-splash-section.is-in-view .line7 { animation: slideInFromLeft 1.2s ease-out 2.4s forwards; }
        .intro-splash-section.is-in-view .line8 { animation: slideInFromRight 1.2s ease-out 2.8s forwards; }
        .intro-splash-section.is-in-view .background-face { animation: fadeIn 1s ease-in 3.2s forwards; }
        .container1 { display: grid; grid-template-columns: repeat(2, 1fr); height: 100vh; position: relative; }
        .container1 > .first-col, .container1 > .second-col { height: 100%; overflow: hidden; }
        .first-col { background-color: #A1BE95; display: grid; padding: 2rem; align-items: start; justify-content: center; }
        .second-col { background-color: #7CA46B; display: flex; flex-direction: column; align-items: center; padding: 2rem; padding-top: 45vh; }
        .first-col img { max-width: 100%; height: auto; max-height: 90%; position: relative; z-index: 2; }
        .container1 .container1-mobile-headline { display: none; }
        .container1-headline-group { position: absolute; top: 20%; left: 25%; right: 0; z-index: 10; text-align: center; padding: 0 2rem; }
        .container1-headline-group h1 { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 4rem); transform: scaleY(1.4); color: #fff; text-shadow: 2px 2px 5px rgba(0,0,0,0.4); text-transform: uppercase; }
        .container1-headline-group h3 { font-family: var(--font-headline); font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 700; color: #fff; text-shadow: 2px 2px 4px var(--dark-text-shadow); margin-top: 0.5rem; }
        .container1-content-group { display: flex; flex-direction: column; align-items: center; text-align: center; }
        .container1-paragraph { font-size: clamp(1rem, 2.5vw, 1.1rem); margin-bottom: 2.5rem; max-width: 320px; color: #fff; line-height: 1.6; }
        .container1 .button-49, .container1 .button-49:after { width: 150px; height: 76px; line-height: 78px; font-size: 20px; font-family: 'Bebas Neue', sans-serif; background: linear-gradient(45deg, transparent 5%, #FF013C 5%); border: 0; color: #fff; letter-spacing: 3px; box-shadow: 6px 0px 0px #00E6F6; outline: transparent; position: relative; user-select: none; touch-action: manipulation; cursor: pointer;}
        .container1 .button-49:after { --slice-0: inset(50% 50% 50% 50%); --slice-1: inset(80% -6px 0 0); --slice-2: inset(50% -6px 30% 0); --slice-3: inset(10% -6px 85% 0); --slice-4: inset(40% -6px 43% 0); --slice-5: inset(80% -6px 5% 0); content: 'Join Us'; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%); text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6; clip-path: var(--slice-0); }
        .container1 .button-49:hover:after { animation: glitch 1s; animation-timing-function: steps(2, end); }
        .strip-graphic { position: relative; z-index: 1; padding: 2rem 0; margin: 0 -2rem; margin-top: auto; }
        .strip-graphic::before { content: ''; position: absolute; top: 0; bottom: 0; width: 100vw; background-color: #F98866; z-index: -1; left: 0; }
        .health-quote { font-size: 1.3rem; font-style: italic; font-weight: 600; color: #f0f0f0; text-align: right; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); padding: 0 2rem; }
        /* --- CHANGE END: Quote text size adjustment --- */
        
        /* =================================================================== */
/* === FINAL, REBUILT PLATFORM SECTION (DESKTOP & MOBILE) ============ */
/* =================================================================== */

.platform-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
    position: relative;
}

.platform-image-overlay-text {
    display: none; /* Hidden by default, shown on mobile */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
    text-align: center;
    z-index: 3;
}

.platform-left-col {
    background-color: var(--layout-green-bg);
    position: relative; 
    display: flex;
    flex-direction: column;
    padding: 3rem 8%;
}
.platform-right-col {
    background-color: #A1BE95;
    display: grid;
    place-items: center;
    overflow: hidden;
    z-index: 1; 
    position: relative;
}
.platform-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.platform-headline-group {
    position: absolute;
    top: 20%;
    left: 8%;
    z-index: 10; 
    width: 140%; 
}
.platform-headline-group h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 6vw, 4rem); 
    transform: scaleY(1.4);
    transform-origin: left;
    line-height: 1.1;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    text-transform: uppercase;
}
.platform-headline-group h3 {
    font-family: var(--font-headline);
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 2px 4px var(--dark-text-shadow);
    margin-top: 0.5rem; 
}
.testimonial-slider {
    position: absolute;
    top: 45%; 
    bottom: 3rem; 
    left: 8%;
    right: 8%;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 0 40px; 
}
.testimonial-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.testimonial-slide {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.testimonial-slide.active {
    opacity: 1;
    pointer-events: auto;
}
.testimonial-slide .slide-image-col img {
    width: 100%;
    max-width: 180px; 
    height: 180px; 
    object-fit: cover; 
}
.testimonial-slide .slide-text-col {
    color: #fff;
    font-size: clamp(1.1rem, 2.5vw, 1rem); 
    line-height: 1.27;
}
.testimonial-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
.testimonial-slider-nav:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-slider-nav.prev {
    left: 0;
}
.testimonial-slider-nav.next {
    right: 0;
}

/* --- MOBILE OVERRIDES --- */
@media (max-width: 768px) {
    .platform-section {
        grid-template-columns: 1fr; 
        height: auto; 
    }
    .platform-left-col { 
        order: 1; 
        min-height: 100vh; 
        padding: 4rem 5%;
        /* The definitive centering fix */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .platform-right-col { 
        order: 2; 
        min-height: 50vh; 
    }
    .platform-image-overlay-text { 
        display: block; 
    }
    .platform-headline-group { 
        position: static; 
        width: auto; 
        text-align: center; 
        margin-bottom: 2rem; 
    }
    .testimonial-slider { 
        position: static;
        margin-top: 2rem;
    } 
    .testimonial-slide {
        grid-template-columns: 1fr; 
        gap: 15px; 
        justify-items: center; 
        text-align: center; 
    }
    /* The definitive circular image fix */
    .testimonial-slide .slide-image-col img {
        max-width: 150px !important; 
        height: 150px !important;
        border-radius: 50% !important;
        border: 4px solid #fff !important;
    }
}

        /* =================================================================== */
        /* CONTAINER 2 STYLES (INTERACTIVE SLIDER)                             */
        /* =================================================================== */
        .container2 { display:grid; grid-template-columns: repeat(2, 1fr); height: 100vh; }
        .container2 .first-col-2, .container2 .second-col-2 { height: 100vh; }
        .container2 .first-col-2{ background-color: #7CA46B; position: relative; }
        .container2 .first-col-2 img{ height: 100%; width: 100%; object-fit: cover; }
        .container2 .hovering-document { position: absolute; top: 15%; left: 10%; right: 10%; bottom: 15%; background-color: white; z-index: 10; border-radius: 8px; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem 3rem; color: #333; transition: transform var(--animation-speed) ease-in-out, opacity var(--animation-speed) ease-in-out; }
        .container2 .state-active { transform: translateX(0); opacity: 1; z-index: 2; }
        .container2 .state-left { transform: translateX(-120%); opacity: 0; }
        .container2 .state-right { transform: translateX(120%); opacity: 0; }
        .container2 .hovering-document h1 { text-align: center; font-family: var(--font-headline); font-size: clamp(1.5rem, 4vw, 2.2rem); color: #444; margin-bottom: 2rem; }
        .container2 .stats-container { display: flex; flex-direction: column; gap: 1.2rem; width: 100%; max-width: 420px; }
        .container2 .stat-item { display: flex; align-items: center; font-size: clamp(0.9rem, 2vw, 1rem); line-height: 1.5; gap: 1.5rem; }
        .container2 .stat-item p { margin: 0; }
        .container2 .stat-item span { font-weight: 700; font-size: clamp(1.4rem, 4vw, 2rem); color: var(--accent-orange); flex-shrink: 0; width: 90px; display: flex; justify-content: center; align-items: center; }
        .container2 .stat-number { color: var(--accent-orange); font-weight: 700; }
        .container2 .arrow-button { position: absolute; top: 50%; right: -10px; transform: translateY(-50%); width: 50px; height: 50px; background-color: var(--accent-orange); color: white; border: none; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.5rem; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); transition: background-color 0.3s, transform 0.3s; z-index: 11; }
        .container2 .arrow-button:hover { background-color: #e67a0f; transform: translateY(-50%) scale(1.05); }
        .container2 .arrow-button.back { left: -10px; right: auto; }
        .container2 .carousel-indicators { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 11; display: flex; gap: 12px; }
        .container2 .indicator { width: 12px; height: 12px; background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; transition: background-color 0.3s ease; }
        .container2 .indicator.active { background-color: white; }
        .container2 .second-col-2 { background-color: #A1BE95; display: grid; grid-template-areas: "stack"; align-items: end; min-width: 0; }
        .container2 .second-col-2 .background-video { grid-area: stack; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
        .container2 .video-text-overlay { grid-area: stack; position: relative; z-index: 2; height: 50%; align-self: start; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.5rem; padding: 2rem; color: rgba(255, 255, 255, 0.9); overflow: hidden; }
        .container2 .video-text-overlay .line-one { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 3rem); text-transform: uppercase; text-align: center; white-space: nowrap; transform: scaleY(1.4); transform-origin: center; text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
        .container2 .video-text-overlay .line-two { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: clamp(1.4rem, 3.5vw, 2.2rem); text-transform: lowercase; line-height: 1.2; text-align: center; letter-spacing: 1.5px; text-shadow: 0 0 12px rgba(0, 0, 0, 0.85); }
        
        /* =================================================================== */
        /* CONTAINER 3 (START JOURNEY)                                         */
        /* =================================================================== */
        .start-journey-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            height: 100vh;
            position: relative;
        }
        .journey-left-col {
            background-color: #A1BE95;
            position: relative; 
            display: flex;
            flex-direction: column;
            justify-content: flex-start; 
            padding: 3rem 8%;
        }
        .journey-right-col {
            background-color: #7CA46B;
            display: grid;
            place-items: center;
            overflow: hidden;
            z-index: 1; 
        }
        .journey-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .journey-headline-group {
            position: absolute;
            top: 20%;
            left: 8%;
            z-index: 10; 
            width: 140%; 
        }
        .journey-headline-group h1 {
            font-family: var(--font-display);
            font-size: clamp(2rem, 6vw, 4rem); 
            transform: scaleY(1.4);
            transform-origin: left;
            line-height: 1.1;
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
            text-transform: uppercase;
        }
        .journey-headline-group h3 {
            font-family: var(--font-headline);
            font-size: clamp(1.8rem, 4.5vw, 2.8rem);
            font-weight: 700;
            letter-spacing: 1px;
            color: #fff;
            text-shadow: 2px 2px 4px var(--dark-text-shadow);
            margin-top: 0.5rem; 
        }
        .journey-content-below-headline {
            margin-top: 15rem; 
            display: flex; 
            flex-direction: column;
            align-items: center; 
            text-align: center;
        }
        .journey-paragraph {
            font-size: clamp(1rem, 2.5vw, 1.1rem);
            margin-bottom: 2.5rem;
            max-width: 280px; 
            color: #fff;
            line-height: 1.6;
        }
        .start-journey-section .button-49, .start-journey-section .button-49:after { width: 150px; height: 76px; line-height: 78px; font-size: 20px; font-family: 'Bebas Neue', sans-serif; background: linear-gradient(45deg, transparent 5%, #FF013C 5%); border: 0; color: #fff; letter-spacing: 3px; box-shadow: 6px 0px 0px #00E6F6; outline: transparent; position: relative; user-select: none; touch-action: manipulation; cursor: pointer; }
        .start-journey-section .button-49:after { --slice-0: inset(50% 50% 50% 50%); --slice-1: inset(80% -6px 0 0); --slice-2: inset(50% -6px 30% 0); --slice-3: inset(10% -6px 85% 0); --slice-4: inset(40% -6px 43% 0); --slice-5: inset(80% -6px 5% 0); content: 'join sis'; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%); text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6; clip-path: var(--slice-0); }
        .start-journey-section .button-49:hover:after { animation: glitch 1s; animation-timing-function: steps(2, end); }
        
        /* =================================================================== */
        /* CONTAINER 4 (SELF CARE)                                             */
        /* =================================================================== */
        .self-care-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            height: 100vh;
            position: relative;
        }
        .care-left-col { /* Image column */
            background-color: #7CA46B; /* Swapped color */
            display: grid;
            place-items: center;
            overflow: hidden;
            z-index: 1; 
        }
        .care-right-col { /* Text column */
            background-color: #A1BE95; /* Swapped color */
            position: relative; 
            display: flex;
            flex-direction: column;
            justify-content: flex-start; 
            padding: 3rem 8%;
        }
        .care-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .care-headline-group {
            position: absolute;
            top: 20%;
            right: 8%; /* Positioned from the right */
            z-index: 10; 
            width: 140%;
            text-align: right;
        }
        .care-headline-group h1 {
            font-family: var(--font-display);
            font-size: clamp(2rem, 6vw, 4rem); 
            transform: scaleY(1.4);
            transform-origin: right; /* Scale from the right */
            line-height: 1.1;
            color: #fff;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
            text-transform: uppercase;
        }
        .care-headline-group h3 {
            font-family: var(--font-headline);
            font-size: clamp(1.8rem, 4.5vw, 2.8rem);
            font-weight: 700;
            letter-spacing: 1px;
            color: #fff;
            text-shadow: 2px 2px 4px var(--dark-text-shadow);
            margin-top: 0.5rem; 
        }
        .care-content-below-headline {
            margin-top: 15rem; 
            display: flex; 
            flex-direction: column;
            align-items: center; 
            text-align: center;
        }
        .care-paragraph {
            font-size: clamp(1rem, 2.5vw, 1.1rem);
            margin-bottom: 2.5rem;
            max-width: 280px; 
            color: #fff;
            line-height: 1.6;
        }
        /* Re-using the same button style */
        .self-care-section .button-49, .self-care-section .button-49:after { width: 150px; height: 76px; line-height: 78px; font-size: 20px; font-family: 'Bebas Neue', sans-serif; background: linear-gradient(45deg, transparent 5%, #FF013C 5%); border: 0; color: #fff; letter-spacing: 3px; box-shadow: 6px 0px 0px #00E6F6; outline: transparent; position: relative; user-select: none; touch-action: manipulation; cursor: pointer; }
        .self-care-section .button-49:after { --slice-0: inset(50% 50% 50% 50%); --slice-1: inset(80% -6px 0 0); --slice-2: inset(50% -6px 30% 0); --slice-3: inset(10% -6px 85% 0); --slice-4: inset(40% -6px 43% 0); --slice-5: inset(80% -6px 5% 0); content: 'join sis'; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%); text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6; clip-path: var(--slice-0); }
        .self-care-section .button-49:hover:after { animation: glitch 1s; animation-timing-function: steps(2, end); }
        
        /* =================================================================== */
        /* QR CODE SECTION                                                     */
        /* =================================================================== */
        .qr-code-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            height: 100vh;
            position: relative;
        }
        .qr-code-left-col { /* Text column */
            background-color: #A1BE95;
            position: relative; 
            display: flex;
            flex-direction: column;
            justify-content: flex-start; 
            padding: 3rem 8%;
        }
        .qr-code-right-col { /* Image column */
            background-color: #7CA46B;
            display: grid;
            place-items: center;
            overflow: hidden;
            z-index: 1;
            position: relative; /* Added to position the overlay */
        }
        /* ADDED: Overlay for QR code image */
        .qr-code-right-col::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.45);
            z-index: 2; /* Sits on top of the image but below the headline text */
        }
        /* .journey-headline-group and .journey-image are reused and do not need new styles */
        .qr-code-content-below-headline {
            margin-top: 15rem; 
            display: flex; 
            flex-direction: column;
            align-items: center; 
            text-align: center;
        }
        .qr-code-paragraph {
            font-size: clamp(1rem, 2.5vw, 1.1rem);
            margin-bottom: 2.5rem;
            max-width: 280px; 
            color: #fff;
            line-height: 1.6;
        }
        .qr-code-section .button-49, .qr-code-section .button-49:after { width: 150px; height: 76px; line-height: 78px; font-size: 20px; font-family: 'Bebas Neue', sans-serif; background: linear-gradient(45deg, transparent 5%, #FF013C 5%); border: 0; color: #fff; letter-spacing: 3px; box-shadow: 6px 0px 0px #00E6F6; outline: transparent; position: relative; user-select: none; touch-action: manipulation; cursor: pointer; }
        .qr-code-section .button-49:after { --slice-0: inset(50% 50% 50% 50%); --slice-1: inset(80% -6px 0 0); --slice-2: inset(50% -6px 30% 0); --slice-3: inset(10% -6px 85% 0); --slice-4: inset(40% -6px 43% 0); --slice-5: inset(80% -6px 5% 0); content: 'Book Now'; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%); text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6; clip-path: var(--slice-0); }
        .qr-code-section .button-49:hover:after { animation: glitch 1s; animation-timing-function: steps(2, end); }
        

        @keyframes glitch { 0% { clip-path: var(--slice-1); transform: translate(-20px, -10px); } 10% { clip-path: var(--slice-3); transform: translate(10px, 10px); } 20% { clip-path: var(--slice-1); transform: translate(-10px, 10px); } 30% { clip-path: var(--slice-3); transform: translate(0px, 5px); } 40% { clip-path: var(--slice-2); transform: translate(-5px, 0px); } 50% { clip-path: var(--slice-3); transform: translate(5px, 0px); } 60% { clip-path: var(--slice-4); transform: translate(5px, 10px); } 70% { clip-path: var(--slice-2); transform: translate(-10px, 10px); } 80% { clip-path: var(--slice-5); transform: translate(20px, -10px); } 90% { clip-path: var(--slice-1); transform: translate(-10px, 0px); } 100% { clip-path: var(--slice-1); transform: translate(0); } }


        /* =================================================================== */
        /* FOOTER STYLES */
        /* =================================================================== */
        .site-footer {
            background-color: var(--layout-green-bg);
            color: rgba(255, 255, 255, 0.8);
            padding: 4rem 5% 2rem;
            font-family: 'Poppins', sans-serif;
        }
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
            margin-bottom: 3rem;
        }
        .footer-column {
            flex: 1 1 200px; 
        }
        .footer-column.main-column {
            flex-basis: 300px; 
        }
        .footer-column p.tagline {
            margin: 0 0 1.5rem;
            line-height: 1.6;
        }
        .footer-column h4 {
            font-family: var(--font-headline);
            font-size: 1.2rem;
            color: var(--primary-green);
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .footer-column ul li {
            margin-bottom: 0.8rem;
        }
        .footer-column ul li a {
            color: rgba(255, 255, 255, 0.8);
            transition: color 0.3s ease;
        }
        .footer-column ul li a:hover {
            color: var(--accent-orange);
        }
        .footer-social {
            display: flex;
            gap: 20px;
            margin-top: 2rem; 
        }
        .footer-social a {
            color: var(--primary-green);
            font-size: 1.3rem;
            transition: color 0.3s, transform 0.3s;
        }
        .footer-social a:hover {
            color: var(--accent-orange);
            transform: translateY(-3px);
        }
        
        .newsletter-input-group {
            display: flex;
            flex-direction: column;
            gap: 10px; 
        }
        .newsletter-input-group input,
        .newsletter-input-group button {
            width: 100%;
            padding: 0.8rem;
            border-radius: 5px;
            font-family: 'Poppins', sans-serif;
            font-size: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        .newsletter-input-group input {
            background: rgba(0, 0, 0, 0.2);
            color: var(--primary-green);
        }
        .newsletter-input-group input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }
        .newsletter-input-group button {
            background-color: var(--accent-orange);
            color: var(--primary-green);
            font-family: var(--font-headline);
            cursor: pointer;
            transition: background-color 0.3s;
            border: none;
        }
        .newsletter-input-group button:hover {
            background-color: #e07a0f;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
        }


/* =================================================================== */
/* RESPONSIVE DESIGN - CLEANED, CONSOLIDATED, AND CORRECTED            */
/* =================================================================== */
@media (max-width: 768px) {
            /* --- Header and Nav --- */
            .header-container { padding: 15px 5%; border-bottom: none; }
            .header-scrolled { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            .header-scrolled.header-faded { background-color: var(--layout-green-bg) !important; backdrop-filter: none !important; }
            .header-top-row { flex-direction: column; gap: 15px; margin-bottom: 0; align-items: center; width: 100%; }
            .logo { display: block; order: 1; } /* Use the original logo container */
            .logo h1 { display: inline; font-size: 1.8rem; letter-spacing: 4px; } /* Style its children */
            .logo h1:first-child { margin-right: 0.5ch; }
            .logo.logo-mobile { display: none; } /* Hide the duplicate mobile-only logo container */
            .header-right { order: 2; gap: 25px; width: 100%; justify-content: center; align-items: center; }
            .social { gap: 25px; }
            .hamburger-menu { display: block; order: -1; }
            .navbar { display: none; }
            .mobile-nav { display: flex; position: fixed; top: 0; left: -100%; width: 100%; height: 100vh; background-color: var(--layout-green-bg); justify-content: center; align-items: center; transition: left 0.4s ease-in-out; z-index: 1100; }
            .mobile-nav.nav-active { left: 0; }
            .mobile-nav.nav-active .close-menu-btn { display: block; }
            .mobile-nav ul { display: flex; flex-direction: column; align-items: center; gap: 25px; }
            .mobile-nav ul li a { font-size: 1.5rem; font-family: var(--font-display); color: var(--primary-green); }

            /* --- Hero and Intro Splash --- */
            .hero-content { grid-template-columns: 1fr; text-align: center; padding-top: 180px; }
            .intro-splash-section .main-container {
            /* This vertically centers the text container */
            align-items: center; 
    
            /* This removes the space from the top to allow true centering */
            padding-top: 0; 
            }
            .hero-text { border-right: none; padding-right: 0; }
            .intro-splash-section .desktop-text-view { display: none; }
            .intro-splash-section .mobile-text-view { display: block; }
            .intro-splash-section .mobile-text-view h1 { font-size: clamp(1.8rem, 8vw, 2.5rem); line-height: 1.2; }
            .intro-splash-section .main-container { padding-top: 10vh; }
            
            /* --- Generic Section Layout --- */
            .container1, .container2, .start-journey-section, .self-care-section, .qr-code-section, .platform-section { 
                grid-template-columns: 1fr; 
                height: auto; 
            }
            .button-49, .button-49:after { width: 200px; height: 86px; line-height: 88px; }

            /* --- Container 1 - Definitive Fix --- */
            .container1 { 
                position: static;
                padding: 0; /* NO padding on the main container */
            }
            .container1 > .first-col, .container1 > .second-col { 
                height: auto; 
                padding: 4rem 5%; /* ALL padding is on the columns */
            }
            .container1-headline-group { display: none; }
            
            .first-col {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 1.5rem;
            }
            .first-col .container1-mobile-headline {
                display: block; font-family: var(--font-display); color: #fff;
                text-shadow: 2px 2px 5px rgba(0,0,0,0.4); text-transform: uppercase; text-align: center;
            }
            .first-col .container1-mobile-headline.main-title { font-size: clamp(2rem, 6vw, 2.5rem); order: 1; }
            .first-col img { max-width: 90%; order: 2; }
            .first-col .container1-mobile-headline.sub-title { font-family: var(--font-headline); font-size: clamp(1.5rem, 4.5vw, 2rem); order: 3; }
            
            .second-col { 
                padding-bottom: 0; /* Remove bottom padding to let strip sit at the end */
            }
            
            .strip-graphic {
                position: static;
                /* Negative margin pulls it to the edges of the parent column's padding */
                margin: 2rem -5% -4rem -5%; 
                width: auto; /* Let the browser calculate width */
                padding: 2rem 5%;
                background-color: var(--headline-accent-color);
            }
            .strip-graphic::before {
                display: none; /* The pseudo-element is no longer needed */
            }
            .health-quote { 
                font-size: 1.1rem; 
                text-align: center; 
                line-height: 1.5;
                padding: 0;
            }
    
    /* --- Other Sections --- */


/* =================================================================== */
/* === FINAL, SURGICAL FIX FOR PLATFORM & TESTIMONIALS =============== */
/* =================================================================== */

/* --- This rule ONLY targets the left column of the platform section --- */
.platform-section .platform-left-col {
    order: 1;
    min-height: 100vh;
    padding: 0; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

/* --- This rule ONLY targets the headline inside the platform section --- */
.platform-section .platform-headline-group {
    position: static;
    width: auto;
    text-align: center;
    padding: 15vh 5% 0;
    margin-bottom: 2rem;
}

/* --- This rule ONLY targets the slider inside the platform section --- */
.platform-section .testimonial-slider {
    position: static; 
    margin-top: 2rem; 
    padding: 0 30px;
}

/* --- This rule ONLY targets the slides inside the platform section --- */
.platform-section .testimonial-slide {
    grid-template-columns: 1fr; 
    gap: 15px; 
    justify-items: center; 
    text-align: center; 
}

/* --- This rule ONLY targets the images inside the platform section's slides --- */
.platform-section .testimonial-slide .slide-image-col img {
    max-width: 150px !important; 
    height: 150px !important;
    border-radius: 50% !important;
    border: 4px solid #fff !important;
}

/* --- THIS IS THE SPACING AND POSITIONING FIX --- */
/* We are now targeting the headline and slider directly to control their position */
.platform-section .platform-headline-group {
    position: static;
    width: auto;
    text-align: center;
    padding: 15vh 5% 0; 
    margin-bottom: 2rem;
}

.testimonial-slider {
    position: static;
    /* This adds space between the headline and the slider */
    margin-top: 2rem; 
    padding: 0 30px;
}

/* --- THIS IS THE BORDER-RADIUS FIX --- */
/* This highly specific selector guarantees a perfect circle for ALL images. */
.testimonial-slide .slide-image-col img {
    max-width: 150px !important; 
    height: 150px !important;
    border-radius: 50% !important;
    border: 4px solid #fff !important;
}

    .journey-right-col { order: -1; min-height: 50vh; }
    .journey-left-col { padding: 4rem 5%; }
    .journey-headline-group { position: static; width: auto; text-align: center; }
    .journey-content-below-headline { margin-top: 2rem; }
    .journey-paragraph { max-width: 100%; }
    .care-left-col { min-height: 50vh; } 
    .care-right-col { padding: 4rem 5%; }
    .care-headline-group { position: static; width: auto; text-align: center; }
    .care-content-below-headline { margin-top: 2rem; }
    .care-paragraph { max-width: 100%; }
    .qr-code-right-col { order: -1; min-height: 50vh; }
    .qr-code-left-col { padding: 4rem 5%;}
    .qr-code-content-below-headline { margin-top: 2rem; }
    .qr-code-paragraph { max-width: 100%; }
    .container2 .hovering-document { padding: 1.5rem; top: 20%; left: 5%; right: 5%; bottom: 20%; }
    .container2 .hovering-document h1 { font-size: clamp(1.4rem, 5vw, 1.8rem); margin-bottom: 1.5rem; }
    .container2 .stats-container { gap: 1rem; }
    .container2 .stat-item { gap: 1rem; font-size: clamp(0.8rem, 2.5vw, 0.9rem); }
    .container2 .stat-item span { font-size: clamp(1.2rem, 4vw, 1.8rem); width: 60px; }
    .large-carousel-inner .large-card { width: 100%; }
    .large-carousel-inner .single-large-card { width: 100% !important; }
}

/* =================================================================== */
/* END: DEFINITIVE FIX FOR TWO-CARD LAYOUT (V8) */
/* =================================================================== */



/* =================================================================== */
/* HEADER & HERO SECTION */
/* =================================================================== */
.header-container {
    position: absolute; top: 0; left: 0; width: 100%; padding: 20px 5%;
    border-bottom: 1px solid var(--light-grey-divider); background-color: transparent;
    transition: all 0.3s ease-in-out; z-index: 1000;
}
.header-scrolled {
    position: fixed; background-color: var(--dark-green);
    border-bottom-color: transparent; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.header-top-row { display: flex; justify-content: space-between; align-items: center; }
.logo h1 {
    font-family: var(--font-display); text-shadow: 2px 2px 2px var(--dark-text-shadow);
    color: var(--headline-accent-color); line-height: 1.1; font-size: clamp(1.2rem, 4vw, 2rem);
}
.header-right { 
    display: flex; 
    align-items: center; 
    gap: 40px; 
}
.social { 
    display: flex; 
    gap: 50px; 
}
.social a { 
    color: var(--primary-green); 
    font-size: clamp(1.2rem, 4vw, 1.4rem); 
    transition: color 0.3s; 
}
.social a:hover { 
    color: var(--accent-orange); 
}
.js-cart-icon { 
    position: relative; 
    font-size: clamp(1.5rem, 5vw, 1.8rem); 
    cursor: pointer; 
    color: var(--primary-green); 
}
.js-cart-icon[data-quantity="0"]::after { 
    display: none; 
}
.js-cart-icon[data-quantity]::after {
    content: attr(data-quantity); position: absolute; top: -5px; right: -10px;
    width: 20px; height: 20px; background-color: var(--accent-orange); color: white;
    border-radius: 50%; font-size: 12px; font-weight: 600; display: flex;
    align-items: center; justify-content: center;
}
.navbar { padding-top: 20px; }
.navbar ul { display: flex; justify-content: space-between; align-items: center; }
.navbar ul li a {
    font-family: var(--font-display); color: var(--primary-green); text-shadow: 2px 2px 2px var(--dark-text-shadow);
    font-size: clamp(0.9rem, 2vw, 1.1rem); padding: 5px 0; display: inline-block;
}

/* Generic Hero Section */
.about-hero-section {
    position: relative; display: flex; width: 100%;
    height: 100vh; /* Full screen height */
    background-size: cover; background-position: center; color: white;
}
.about-hero-section::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4); z-index: 0;
}
.about-hero-headline { position: relative; z-index: 1; text-align: center; margin: auto; }
.about-hero-headline h1 {
    font-family: var(--font-display); font-size: clamp(3rem, 10vw, 7rem); transform: scaleY(1.4);
}

/* =================================================================== */
/* STICKY SUB-NAVIGATION */
/* =================================================================== */
.sticky-subnav {
    position: sticky; top: 0; z-index: 999; background-color: #fff;
    padding: 0 5%; border-bottom: 1px solid #eee; transition: top 0.3s ease-in-out;
}
/* This rule should be OUTSIDE any @media block */
.sticky-subnav {
    position: sticky;
    z-index: 999; /* Ensures it stays on top of content */
    /* ... other styles like background-color, padding, etc. ... */
}
.sticky-subnav ul { display: flex; justify-content: center; align-items: center; gap: 60px; }
.sticky-subnav ul li a {
    display: inline-block; padding: 20px 0; font-family: var(--font-headline);
    font-size: 1.1rem; font-weight: 600; color: var(--text-dark); text-transform: uppercase;
    position: relative; transition: color 0.3s ease;
}
.sticky-subnav ul li a::after {
    content: ''; position: absolute; bottom: -1px; left: 0;
    width: 100%; height: 3px; background-color: var(--accent-orange);
    transform: scaleX(0); transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-subnav ul li a.active::after {
    transform: scaleX(1);
}
.sticky-subnav ul li a.active {
    color: var(--accent-orange);
}

/* =================================================================== */
/* CONTENT SECTIONS */
/* =================================================================== */
.content-section { scroll-margin-top: 150px; }
.split-layout { display: flex; align-items: stretch; min-height: 80vh; }
.split-layout .image-column, .split-layout .text-column { flex: 1 1 50%; display: flex; flex-direction: column; }
.split-layout .image-column img { width: 100%; height: 100%; object-fit: cover; }

/* THIS IS THE FIX: This rule now defines the standard layout and positioning */
.split-layout .text-column {
    background-color: var(--layout-green-bg);
    color: white;
    padding: 4rem 8%;
    justify-content: flex-start; /* This positions the text at the TOP, like the Mission section */
}
.split-layout.reverse { flex-direction: row-reverse; }

/* THESE ARE THE FIXES: These rules now define the standard text formatting */
.split-layout .text-column h2 {
    font-family: 'Bungee', cursive;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: white;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-transform: none;
}
.split-layout .text-column p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    margin-bottom: 1rem;
}
/* =================================================================== */
/* FOOTER STYLES */
/* =================================================================== */
.site-footer {
    background-color: var(--dark-green);
    color: rgba(255, 255, 255, 0.8);
    padding: 4rem 5% 2rem;
}
.footer-content {
    display: flex; flex-wrap: wrap; justify-content: space-between;
    gap: 2rem; margin-bottom: 3rem;
}
.footer-column { flex: 1 1 200px; }
.footer-column.main-column { flex-basis: 300px; }
.footer-column h4 {
    font-family: var(--font-headline); font-size: 1.2rem;
    color: var(--primary-green); margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.footer-column ul li { margin-bottom: 0.8rem; }
.footer-column ul li a:hover { color: var(--accent-orange); }
.footer-social { display: flex; gap: 20px; margin-top: 2rem; }
.footer-social a { font-size: 1.3rem; transition: color 0.3s, transform 0.3s; }
.footer-social a:hover { color: var(--accent-orange); transform: translateY(-3px); }
.newsletter-input-group { display: flex; flex-direction: column; gap: 10px; }
.newsletter-input-group input, .newsletter-input-group button {
    width: 100%; padding: 0.8rem; border-radius: 5px; font-size: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.newsletter-input-group input { background: rgba(0, 0, 0, 0.2); color: var(--primary-green); }
.newsletter-input-group input::placeholder { color: rgba(255, 255, 255, 0.5); }
.newsletter-input-group button {
    background-color: var(--accent-orange); color: var(--primary-green);
    font-family: var(--font-headline); cursor: pointer;
}
.footer-bottom {
    text-align: center; padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); font-size: 0.9rem;
}


/* =================================================================== */
/* RESPONSIVE HEADER STYLES (ADD TO THE END OF MAIN.CSS)               */
/* =================================================================== */
@media (max-width: 768px) {
    .header-container {
        padding: 15px 5%;
    }
    .header-top-row { 
        flex-direction: column; 
        gap: 15px; 
        margin-bottom: 0;
    }
    .logo h1 { 
        font-size: 1.8rem; 
        line-height: 1; /* Ensure single line on mobile */
    }
    .header-right { 
        width: 100%; 
        justify-content: center; 
        gap: 25px;
    }
    .social {
        gap: 25px;
    }
    .hamburger-menu { 
        display: block; 
        order: -1; /* Place it at the start of the icon row */
        font-size: 1.8rem; 
        color: var(--primary-green); 
        background: none; 
        border: none; 
        cursor: pointer;
    }
    .navbar { 
        display: none; 
    }
    .mobile-nav { 
        display: flex; 
        position: fixed; 
        top: 0; 
        left: -100%; 
        width: 100%; 
        height: 100vh; 
        background-color: var(--layout-green-bg); 
        justify-content: center; 
        align-items: center; 
        transition: left 0.4s ease-in-out; 
        z-index: 1100; 
    }
    .mobile-nav.nav-active { 
        left: 0; 
    }
    .close-menu-btn { 
        display: block; 
        position: absolute; 
        top: 20px; 
        right: 5%; 
        background: none; 
        border: none; 
        font-size: 2.5rem; 
        color: var(--primary-green); 
        cursor: pointer; 
        z-index: 1150; 
    }
    .mobile-nav ul { 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        gap: 25px; 
    }
    .mobile-nav ul li a { 
        font-size: 1.5rem; 
        font-family: var(--font-display); 
        color: var(--primary-green); 
    }

    /* --- About Us Page Specific Mobile Styles --- */
    .sticky-subnav ul {
        display: none; /* Hide the nav links */
    }
    .sticky-subnav {
        height: 30px; /* Make the bar thinner */
        padding: 0; /* Remove padding to ensure height is correct */
        /* Note: The 'top' position will be handled by JavaScript to account for header height */
    }
    .split-layout {
        flex-direction: column !important; /* Stack the columns */
    }
    .split-layout .image-column,
    .split-layout .text-column {
        flex-basis: auto; /* Allow columns to have their natural height */
    }


    #who-we-are .text-column {
        padding-bottom: 2rem; /* Add some spacing below the text */
    }

    #who-we-are .image-column {
        padding: 2rem 1rem; /* Adjust padding for mobile */
        background-color: white; /* Optional: Change background for contrast */
    }

    #who-we-are .carousel-container {
        max-width: 100%; /* Allow carousel to use more screen width */
        aspect-ratio: 1 / 1.2; /* Adjust aspect ratio for a single card */
    }

    #who-we-are .team-info h3 {
       color: var(--text-dark); /* Ensure text is visible on a light background */
    }

    /* Ensure carousel buttons are positioned correctly on mobile */
    #who-we-are .carousel-btn {
        top: 40%; 
    }
    #who-we-are .carousel-btn.prev {
        left: 5px;
    }
    #who-we-are .carousel-btn.next {
        right: 5px;
    }
}

@media (min-width: 769px) {
    .header-top-row {
        flex-direction: row !important;
    }

    .hamburger-menu {
        display: none !important;
    }

    .navbar {
        display: block !important;
    }

    .mobile-nav {
        display: none !important;
    }

    .logo h1 {
        font-size: clamp(1.2rem, 4vw, 2rem) !important;
    }
}

/* =================================================================== */
/* STORE-SPECIFIC PAGE STYLES                                        */
/* =================================================================== */

/* This targets any page with the .store-page class on the body */
.store-page .header-container {
    position: relative; /* This fixes the content overlap issue */
    background-color: var(--dark-green); /* This forces the green background */
}

/* This prevents the transparent background from reappearing on scroll */
.store-page .header-scrolled {
    position: relative; 
    box-shadow: none; /* Optional: removes the shadow on store pages */
}

/* This pushes the main content down to create space below the header */
.store-page .home,
.store-page main {
    padding-top: 2rem; /* Adds space so content doesn't touch the header */
}


/* END OF STORE STYLES*/


/* ... (All your other original styles for header, footer, etc., would be here) ... */

/* =================================================================== */
/* === FINAL, DEFINITIVE CAROUSEL STYLE BLOCK ======================== */
/* =================================================================== */

.booking-carousel-section {
    display: grid;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: url(/img/search-background-pic.jpg) no-repeat fixed 0 0 / cover;
    position: relative;
}

.booking-carousel-section .overlay {
    margin: 20px auto;
    width: 95%;
    max-width: 1100px;
    padding: 30px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1;
    position: relative;
}
.booking-carousel-section .overlay::before { content: ''; background: inherit; filter: blur(15px); position: absolute; top: -20px; right: -20px; bottom: -20px; left: -20px; z-index: -1; }
.booking-carousel-section .dropdown, .booking-carousel-section .booking-type-selector { position: relative; text-align: start; width: 100%; max-width: 400px; }
.booking-carousel-section .dropdown-toggle, .booking-carousel-section .booking-type-toggle { border: none; justify-content: space-between; font-size: 16px; color: white; cursor: pointer; border-radius: 6px; width: 100%; display: flex; align-items: center; padding: 12px 20px; }
.booking-carousel-section .dropdown-toggle { background-color: #7CA46B; }
.booking-carousel-section .booking-type-toggle { background-color: transparent; border: 2px solid white; font-weight: 600; }
.booking-carousel-section .dropdown-menu, .booking-carousel-section .booking-type-menu { display: none; position: absolute; background-color: #ffffff; width: 100%; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); z-index: 10; border-radius: 6px; list-style: none; top: 100%; left: 0; padding: 0; margin: 5px 0 0 0; }
.booking-carousel-section .dropdown-menu a, .booking-carousel-section .booking-type-menu a { color: #333; padding: 12px 16px; display: block; text-decoration: none; transition: background-color 0.2s ease; }
.booking-carousel-section .dropdown-menu a:hover, .booking-carousel-section .booking-type-menu a:hover { background-color: #f0f0f0; }

/* --- Wrapper and Arrow Styles (For BOTH Carousels) --- */
.booking-carousel-section .wrapper,
.large-wrapper {
    width: 100%;
    position: relative;
}
.booking-carousel-section .wrapper i,
.large-wrapper i {
    height: 44px;
    width: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25rem;
    transform: translateY(-50%);
    z-index: 5;
    color: #333;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/* --- Initial (Small) Carousel Specific Styles --- */
.booking-carousel-section .wrapper {
    width: 100%;
    position: relative;
    padding: 0 25px;
}
.booking-carousel-section .wrapper i:first-child { left: 5px; }
.booking-carousel-section .wrapper i:last-child { right: 5px; }

.carousel { /* This is the UL element */
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0; /* Vertical padding and slight horizontal padding for snapping */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.carousel::-webkit-scrollbar { display: none; }
.carousel .card {
    scroll-snap-align: start;
    width: 300px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    color: #333;
}
.card .card-top { width: 100%; height: 200px; }
.card .card-top img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px 8px 0 0; }
/* --- THIS IS THE FIX FOR THE CARD CONTENT CENTERING --- */
.card .card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center; /* This centers the content vertically */
    align-items: center;   /* This centers the content horizontally */
    flex-grow: 1;            /* This ensures the container takes up all available space */
    padding: 20px;
    width: 100%;             /* This forces the container to be the full width of the card */
    text-align: center;      /* This ensures the text itself is centered */
}
.card .card-subtitle { font-size: 1rem; color: #666; font-weight: 600; margin: 0; }
.card .card-title { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 1.5rem; margin: 5px 0 15px 0; color: #333; }
.card .view-items-button { display: inline-block; background-color: #7CA46B; color: white; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-weight: 600; text-align: center; transition: background-color 0.2s ease; align-self: center; margin-top: auto; }

/* --- Overlay (Large) Carousel Specific Styles --- */
.large-carousel-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); display: none; justify-content: center; align-items: center; z-index: 1001; padding: 20px; }
.large-carousel-content { background-color: #fff; padding: 30px; border-radius: 10px; width: 95%; max-width: 900px; max-height: 90vh; position: relative; display: flex; flex-direction: column; }
.close-large-carousel { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 2.5rem; color: #888; cursor: pointer; line-height: 1; padding: 0; }
.large-carousel-content h2 { color: #333; margin-top: 0; margin-bottom: 20px; text-align: center; font-family: "Bungee", serif; }

.large-wrapper i:first-child { left: -22px; }
.large-wrapper i:last-child { right: -22px; }

.large-carousel-inner { /* This is the UL element */
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding: 10px 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
.large-carousel-inner::-webkit-scrollbar { display: none; }
.large-carousel-inner .large-card {
    scroll-snap-align: start;
    width: 400px;
    flex-shrink: 0;
    background: #f9f9f9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.large-card .large-card-top { width: 100%; height: 220px; }
.large-card .large-card-top img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px 8px 0 0; }
.large-card .large-card-bottom { padding: 20px; text-align: left; display: flex; flex-direction: column; flex-grow: 1; }
.large-card .walk-title-placeholder { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; font-size: 1.6rem; margin-bottom: 8px; color: #333; }
.large-card .walk-date-placeholder { font-size: 1.1rem; color: #666; margin-bottom: 20px; flex-grow: 1; }
.large-card .view-more-button { display: inline-block; background-color: #fc8811; color: white; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-weight: 600; text-align: center; transition: background-color 0.2s ease; align-self: flex-start; }

/* =================================================================== */
/* === FINAL, DEFINITIVE & WORKING CAROUSEL STYLES =================== */
/* =================================================================== */

/* --- Main Carousel Container --- */
.carousel-grid {
    display: grid;
    grid-auto-flow: column; 
    grid-auto-columns: 90%; /* On mobile, each card is 90% of the container width */
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Remove all padding to allow for precise control */
    padding: 20px 0; 
}
.carousel-grid::-webkit-scrollbar {
    display: none;
}

/* =================================================================== */
/* === FINAL, DEFINITIVE & VISUALLY CORRECT CAROUSEL ================= */
/* =================================================================== */

/* --- This targets the scrolling container --- */
.booking-carousel-section .carousel {
    display: grid;
    grid-auto-flow: column;
    /* This is the key: each card column is a percentage of the viewport width (vw) */
    grid-auto-columns: 80vw; 
    gap: 15px;
    /* We remove all padding and let the grid spacers handle the alignment */
    padding: 20px 0; 
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.booking-carousel-section .carousel::-webkit-scrollbar {
    display: none;
}

/* --- THIS IS THE CENTERING FIX --- */
/* These create invisible "spacer" elements at the start and end of the grid.
   Their width is calculated in viewport width (vw) to perfectly center the 80vw cards. */
.booking-carousel-section .carousel::before,
.booking-carousel-section .carousel::after {
    content: '';
    /* This calculation is (100vw - 80vw card width - 15px gap) / 2 */
    width: calc((100vw - 80vw - 15px) / 2);
}

/* --- This targets the cards themselves --- */
.booking-carousel-section .carousel .card {
    scroll-snap-align: center; /* This is the key to perfect centering */
    width: 100%; /* The card simply fills its 80vw grid column */
}

/* --- Indicator Styles (Unchanged and Correct) --- */
.booking-carousel-section .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.booking-carousel-section .indicator {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.booking-carousel-section .indicator.active {
    background-color: #ffffff;
}

/* --- THIS IS THE DROPDOWN WIDTH FIX --- */
.booking-carousel-section .dropdown,
.booking-carousel-section .booking-type-selector {
    max-width: 280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* =================================================================== */
/* === FINAL, DEFINITIVE HEADER & FOOTER STYLES ====================== */
/* =================================================================== */

/* --- This is the new "Lighter Green" state for the header --- */
.header-light-green {
    background-color: #A1BE95 !important; /* The lighter green */
}

/* --- This rule ensures the standard scrolled header is the darker green --- */
.header-scrolled {
    background-color: #7CA46B !important; /* The darker green */
}

/* --- This is the "bulletproof" fix for the footer background --- */
/* It uses a highly specific selector to win any CSS war */
body footer.site-footer {
    background-color: var(--layout-green-bg) !important; /* var(--layout-green-bg) is #7CA46B */
}


/* =================================================================== */
/* === FINAL, DEFINITIVE & WORKING CAROUSEL STYLES =================== */
/* =================================================================== */

/* This section contains the carousel fixes that we know are working */
.booking-carousel-section .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 80vw;
    gap: 15px;
    padding: 20px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.booking-carousel-section .carousel::-webkit-scrollbar { display: none; }
.booking-carousel-section .carousel::before,
.booking-carousel-section .carousel::after {
    content: '';
    width: calc((100vw - 80vw - 15px) / 2);
}
.booking-carousel-section .carousel .card {
    scroll-snap-align: center;
    width: 100%;
}
.booking-carousel-section .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.booking-carousel-section .indicator {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.booking-carousel-section .indicator.active { background-color: #ffffff; }
.booking-carousel-section .dropdown,
.booking-carousel-section .booking-type-selector {
    max-width: 280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 769px) {
    .booking-carousel-section .carousel {
        grid-auto-columns: 300px;
    }
    .booking-carousel-section .carousel::before,
    .booking-carousel-section .carousel::after {
        content: none;
    }
}

/* =================================================================== */
/* === FIX FOR INDIVIDUAL PRODUCT PAGE HEADER ======================== */
/* =================================================================== */
/* This targets the header ONLY when on a product detail page */
.product-detail-page .header-container {
    background-color: #7CA46B !important;
}

/* =================================================================== */
/* === FINAL STORE HEADER CONSISTENCY FIX ============================ */
/* =================================================================== */

/* This rule targets the header ONLY on the interior store pages
   and forces it to have the correct green background by default. */
.is-store-interior .header-container {
    position: relative !important; /* Prevents it from being sticky/transparent */
    background-color: #7CA46B !important;
}
