/*==================================================================================
    Custom Stylesheet - Skardu Spring Water Theme
    Modern Dynamic Water-Inspired Design with Enhanced Interactions
    Version: 2.0
====================================================================================*/

/* ============================================
   CSS CUSTOM PROPERTIES (Extended)
============================================ */
:root {
    /* Primary Brand Colors */
    --navy-primary: #0B1A2A;
    --navy-deep: #07111A;
    --navy-dark: #09151F;
    --navy-medium: #1A2F42;
    --navy-light: #2D4558;
    --navy-lighter: #4A5F73;
    --navy-pale: #6B7F91;
    
    /* Light Variations */
    --navy-crystal: #E8EDF2;
    --navy-frost: #D1DAE3;
    --navy-mist: #B8C5D1;
    --navy-soft: #9FAFC0;
    
    /* Accent Colors */
    --coral-primary: #E23E1D;
    --coral-bright: #FF5533;
    --coral-light: #FF7A5C;
    --coral-dark: #C4321A;
    --coral-deep: #A12815;
    
    /* Complementary Blues (for water theme) */
    --water-primary: #1E5F8C;
    --water-bright: #2B7FB8;
    --water-light: #5BA4D6;
    --water-aqua: #8EC8E8;
    --water-pale: #C2E2F5;
    
    /* Neutral Colors */
    --white: #FFFFFF;
    --off-white: #FAFBFC;
    --light-gray: #F4F6F8;
    --gray: #8A96A3;
    --dark-gray: #5A6872;
    
    /* Animation Easing */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ============================================
   GLASSMORPHISM HEADER & NAVIGATION
============================================ */

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(11, 26, 42, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Body lock when mobile menu is open */
body.menu-open {
    overflow: hidden;
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
}

/* Scrolled state - more solid */
.main-header.sticky {
    background: rgba(11, 26, 42, 0.95);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Smooth transition for all header elements */
.main-header * {
    transition: all 0.3s ease;
}

/* Logo Animation */
.logo img {
    transition: transform 0.4s var(--ease-elastic), filter 0.4s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

/* Navigation Links Enhancement - Premium Hover & Active States */
#nav .menu-primary-menu-container > ul > li > a {
    position: relative;
    color: #fff;
    padding: 8px 0;
    transition: all 0.3s var(--ease-smooth);
}

/* Hover State - Text Color Change */
#nav .menu-primary-menu-container > ul > li > a:hover {
    color: var(--coral-light);
}

/* Active/Current Menu Item - Coral Color */
#nav .menu-primary-menu-container > ul > li.current-menu-item > a {
    color: var(--coral-primary);
    font-weight: 600;
}

/* Underline Effect */
#nav .menu-primary-menu-container > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--coral-primary), var(--coral-bright));
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.4s var(--ease-bounce);
}

/* Hover Underline */
#nav .menu-primary-menu-container > ul > li > a:hover::after {
    width: 100%;
}

/* Active/Current Menu Item - Full Underline */
#nav .menu-primary-menu-container > ul > li.current-menu-item > a::after {
    width: 100%;
}

/* Optional: Background Glow on Hover */
#nav .menu-primary-menu-container > ul > li > a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(226, 62, 29, 0.1);
    border-radius: 50px;
    transform: translate(-50%, -50%);
    transition: all 0.4s var(--ease-smooth);
    z-index: -1;
}

#nav .menu-primary-menu-container > ul > li > a:hover::before {
    width: 120%;
    height: 100%;
}

/* ============================================
   HERO SECTION ENHANCEMENTS - FULL VIEWPORT HEIGHT
============================================ */



/* Overlay */
.home-hero-slider .hero-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 26, 42, 0.4);
    z-index: 1;
}

.home-hero-slider .container {
    position: relative;
    z-index: 2;
}

/* Wave Bottom Effect */
.home-hero-slider::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23ffffff' d='M0,60 C240,120 480,0 720,60 C960,120 1200,0 1440,60 L1440,120 L0,120 Z'%3E%3Canimate attributeName='d' dur='8s' repeatCount='indefinite' values='M0,60 C240,120 480,0 720,60 C960,120 1200,0 1440,60 L1440,120 L0,120 Z;M0,80 C240,20 480,100 720,40 C960,80 1200,20 1440,80 L1440,120 L0,120 Z;M0,60 C240,120 480,0 720,60 C960,120 1200,0 1440,60 L1440,120 L0,120 Z'/%3E%3C/path%3E%3C/svg%3E") no-repeat center bottom;
    background-size: cover;
    z-index: 2;
}

.slide-content {
    position: relative;
    z-index: 3;
}

.slide-content {
    color: #fff;
}

.slide-content .hero-subtitle {
    display: inline-block;
    color: var(--coral-light);
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.slide-content h1 {
    font-size: 5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.slide-content p {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 600px;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
}

.slide-content .hero-buttons {
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.6s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   MODERN BUTTON STYLES
============================================ */

/* ============================================
   LIQUID BUTTON DESIGN SYSTEM
   Primary Color: #e23e1d
============================================ */

/* Base Button Styles */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    z-index: 1;
}

.btn i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.btn:hover i {
    transform: translateX(3px);
}

/* ========== PRIMARY LIQUID BUTTON ========== */
.btn--liquid,
.btn-primary {
    background: #e23e1d;
    border: 1px solid #e23e1d;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(226, 62, 29, 0.3);
}

/* Liquid fill effect */
.btn--liquid::before,
.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c53518;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

/* Shine effect */
.btn--liquid::after,
.btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
}

.btn--liquid:hover,
.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(226, 62, 29, 0.4);
}

.btn--liquid:hover::before,
.btn-primary:hover::before {
    transform: translateY(0);
}

.btn--liquid:hover::after,
.btn-primary:hover::after {
    transform: rotate(45deg) translateY(100%);
}

.btn--liquid:active,
.btn-primary:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(226, 62, 29, 0.3);
}

/* ========== SECONDARY LIQUID BUTTON ========== */
.btn--liquid-secondary,
.btn-secondary {
    background: transparent;
    border: 1px solid #e23e1d;
    color: #e23e1d !important;
}

/* Liquid fill from bottom */
.btn--liquid-secondary::before,
.btn-secondary::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #e23e1d;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn--liquid-secondary:hover,
.btn-secondary:hover {
    color: #fff !important;
    border-color: #e23e1d;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(226, 62, 29, 0.3);
}

.btn--liquid-secondary:hover::before,
.btn-secondary:hover::before {
    height: 100%;
}

.btn--liquid-secondary:active,
.btn-secondary:active {
    transform: translateY(-2px);
}

/* ========== LIGHT BUTTONS (Dark Backgrounds) ========== */ 
/* Primary Light - White button that fills with coral */
.btn--liquid-light,
.btn-primary-light,
.home-hero-slider .btn-primary,
.subscribe-section .btn-primary {
    background: #fff;
    border: 1px solid #fff;
    color: #e23e1d !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

.btn--liquid-light::before,
.btn-primary-light::before,
.home-hero-slider .btn-primary::before,
.subscribe-section .btn-primary::before {
    background: #e23e1d;
}

.btn--liquid-light:hover,
.btn-primary-light:hover,
.home-hero-slider .btn-primary:hover,
.subscribe-section .btn-primary:hover {
    color: #fff !important;
    border-color: #e23e1d;
    box-shadow: 0 10px 30px rgba(226, 62, 29, 0.4);
}

/* Secondary Light - Outlined white */
.btn--liquid-secondary-light,
.btn-secondary-light,
.home-hero-slider .btn-secondary,
.subscribe-section .btn-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    color: #fff !important;
}

.btn--liquid-secondary-light::before,
.btn-secondary-light::before,
.home-hero-slider .btn-secondary::before,
.subscribe-section .btn-secondary::before {
    background: #fff;
    height: 0;
    bottom: 0;
    top: auto;
}

.btn--liquid-secondary-light:hover,
.btn-secondary-light:hover,
.home-hero-slider .btn-secondary:hover,
.subscribe-section .btn-secondary:hover {
    color: #e23e1d !important;
    border-color: #fff;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
}

.btn--liquid-secondary-light:hover::before,
.btn-secondary-light:hover::before,
.home-hero-slider .btn-secondary:hover::before,
.subscribe-section .btn-secondary:hover::before {
    height: 100%;
}

/* ========== BUTTON GROUP STYLING ========== */
/* When primary and secondary are together */
.hero-buttons,
.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.hero-buttons .btn-primary,
.hero-buttons .btn--liquid {
    min-width: 180px;
}

.hero-buttons .btn-secondary,
.hero-buttons .btn--liquid-secondary {
    min-width: 180px;
}

/* ========== SUBSCRIBE BUTTON - Liquid White ========== */
.btn-subscribe {
    background: #fff;
    border: 2px solid #fff;
    color: #e23e1d !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.btn-subscribe::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e23e1d;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-subscribe:hover {
    color: #fff !important;
    border-color: #e23e1d;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(226, 62, 29, 0.4);
}

.btn-subscribe:hover::before {
    transform: translateY(0);
}

.btn-subscribe:active {
    transform: translateY(-2px);
}

/* ============================================
   SECTION ANIMATIONS & EFFECTS
============================================ */

/* Partner/Carousel Section - Full Viewport Height */
.partner-carousel-holder {
    position: relative;
    min-height: 100vh;
    padding: 80px 0;
}

.partner-logos-section h2 {
    background: linear-gradient(135deg, var(--navy-primary) 0%, var(--water-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

/* Owl Carousel Navigation Arrows - Fixed and Visible */
.partner-carousel-wrap {
    position: relative;
    padding: 0 20px;
}

.partner-carousel-wrap .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 100;
    width: 100%;
}

.partner-carousel-wrap .owl-nav button {
    pointer-events: all;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid var(--navy-light) !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute;
}

.partner-carousel-wrap .owl-nav button.owl-prev {
    left: -80px;
}

.partner-carousel-wrap .owl-nav button.owl-next {
    right: -80px;
}

.partner-carousel-wrap .owl-nav button span {
    display: none;
}

.partner-carousel-wrap .owl-nav button::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 4px solid var(--navy-primary);
    border-bottom: 4px solid var(--navy-primary);
    transition: all 0.3s ease;
}

.partner-carousel-wrap .owl-nav button.owl-prev::before {
    transform: rotate(135deg);
    margin-left: 4px;
}

.partner-carousel-wrap .owl-nav button.owl-next::before {
    transform: rotate(-45deg);
    margin-right: 4px;
}

.partner-carousel-wrap .owl-nav button:hover {
    background: var(--navy-primary) !important;
    border-color: var(--navy-primary) !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(11, 26, 42, 0.4);
}

.partner-carousel-wrap .owl-nav button:hover::before {
    border-color: #fff;
}

.partner-carousel-wrap .owl-nav button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Carousel CTA Buttons */
.partner-carousel-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* Owl Carousel Dots */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background: var(--navy-mist);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
    background: var(--coral-primary);
    transform: scale(1.3);
}

/* Partner Cards */
.single-partner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s var(--ease-smooth);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    margin: 20px 10px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.single-partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 40px;
    transition: transform 0.4s var(--ease-smooth);
}

.single-partner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 43, 85, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.single-partner:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 60px rgba(11, 26, 42, 0.3);
}

.single-partner:hover::before {
    opacity: 1;
}

.single-partner:hover img {
    transform: scale(1.08);
}

.single-partner .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s var(--ease-smooth);
}

.single-partner:hover .text {
    transform: translateY(0);
    opacity: 1;
}

/* Feature Blocks Animation */
.feature-blocks li {
    transition: all 0.4s var(--ease-smooth);
}

.feature-blocks li:hover {
    transform: translateY(-8px);
}

.feature-blocks li img {
    transition: all 0.4s var(--ease-bounce);
}

.feature-blocks li:hover img {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 8px 20px rgba(0, 119, 182, 0.3));
}

/* ============================================
   SUBSCRIBE SECTION
============================================ */

.subscribe-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 50%, var(--navy-dark) 100%);
    padding: 80px 0;
}

/* Animated Water Pattern */
.subscribe-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(226, 62, 29, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(30, 95, 140, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

@keyframes waterPatternMove {
    from { transform: translateX(0); }
    to { transform: translateX(50%); }
}

.subscribe-content-wrapper {
    position: relative;
    z-index: 2;
}

.subscribe-image img {
    border-radius: 20px;
    transition: all 0.5s var(--ease-smooth);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.subscribe-image img:hover {
    transform: scale(1.03) rotate(-1deg);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

/* Subscribe Section - New Design */
.subscribe-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--coral-light);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-text h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.subscribe-text h2 span {
    color: var(--coral-primary);
}

.subscribe-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
    line-height: 1.7;
}

.subscribe-steps {
    margin-bottom: 35px;
}

.subscribe-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    opacity: 1;
    transform: none;
}

.subscribe-item .step-number {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, var(--coral-primary) 0%, var(--coral-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 15px rgba(226, 62, 29, 0.4);
    transition: all 0.3s ease;
}

.subscribe-item:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(226, 62, 29, 0.6);
}

.subscribe-item .step-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.subscribe-item .step-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Subscribe Image */
.subscribe-image {
    position: relative;
}

.subscribe-image img {
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
}

.subscribe-image:hover img {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 991px) {
    .subscribe-text h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .subscribe-section {
        padding: 50px 0;
    }
    
    .subscribe-text {
        text-align: center;
        margin-top: 30px;
    }
    
    .subscribe-text h2 {
        font-size: 2rem;
    }
    
    .subscribe-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .subscribe-item .step-content h4,
    .subscribe-item .step-content p {
        text-align: center;
    }
}

/* ============================================
   ABOUT SECTION
============================================ */

.background-gradient {
    position: relative;
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        var(--navy-crystal) 30%, 
        var(--light-gray) 70%, 
        var(--navy-frost) 100%);
}

/* Video Button - Centered */
.bottle-video-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.bottle-video-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Video Play Button */
.bottle-video-wrap .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s var(--ease-bounce);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    z-index: 10;
    border: 4px solid var(--coral-primary);
}

.bottle-video-wrap .video-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    border-radius: 50%;
    background: rgba(226, 62, 29, 0.2);
    transform: translate(-50%, -50%);
    animation: videoPulseNew 2s ease-out infinite;
}

@keyframes videoPulseNew {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.bottle-video-wrap .video-btn:hover {
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 20px 60px rgba(226, 62, 29, 0.4);
    background: var(--coral-primary);
    border-color: #fff;
}

.bottle-video-wrap .video-btn i {
    font-size: 32px;
    color: var(--coral-primary);
    transition: all 0.3s ease;
    margin-left: 6px;
    position: relative;
    z-index: 2;
}

.bottle-video-wrap .video-btn:hover i {
    color: #fff;
}

/* More Than Water Section */
.more-then-water {
    position: relative;
}

.more-then-water h2 {
    background: linear-gradient(135deg, var(--navy-primary) 0%, var(--navy-medium) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Image Gallery */
.image-gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s var(--ease-smooth);
}

.image-gallery-item img {
    transition: transform 0.6s var(--ease-smooth);
}

.image-gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        rgba(11, 26, 42, 0.4) 0%, 
        transparent 50%, 
        rgba(226, 62, 29, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-gallery-item:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 43, 85, 0.25);
}

.image-gallery-item:hover img {
    transform: scale(1.1);
}

.image-gallery-item:hover::after {
    opacity: 1;
}

/* Image Overlay with Follow Button */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 43, 85, 0.7);
    opacity: 0;
    transition: all 0.4s var(--ease-smooth);
}

.image-gallery-item:hover .image-overlay {
    opacity: 1;
}

.image-overlay .btn {
    transform: translateY(20px);
    transition: all 0.4s var(--ease-bounce) 0.1s;
}

.image-gallery-item:hover .image-overlay .btn {
    transform: translateY(0);
}

/* ============================================
   ABOUT AREA (COUNTERS)
============================================ */

.about-image {
    position: relative;
}

.about-image img {
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transition: all 0.5s var(--ease-smooth);
}

.about-image:hover img {
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.25);
}

/* About Counter Section */
.about-counter-inner {
    margin-top: 40px;
}

.about-counter-inner .row {
    gap: 20px 0;
}

/* Counter Box - Modern Card Design with Better Image Sizing */
.single-counter-inner.counter-box {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #f8fcff 100%);
    border-radius: 25px;
    padding: 50px 30px;
    box-shadow: 0 15px 50px rgba(0, 43, 85, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border: 1px solid rgba(0, 180, 216, 0.1);
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-counter-inner.counter-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--coral-primary), var(--coral-bright));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.single-counter-inner.counter-box::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(226, 62, 29, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.single-counter-inner.counter-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(11, 26, 42, 0.2);
    border-color: rgba(226, 62, 29, 0.3);
}

.single-counter-inner.counter-box:hover::before {
    transform: scaleX(1);
}

/* Counter Image - Modern Sizing */
.single-counter-inner .counter-image {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-counter-inner .counter-image img {
    width: auto !important;
    height: 220px !important;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: drop-shadow(0 8px 20px rgba(30, 95, 140, 0.25));
}

.single-counter-inner.counter-box:hover .counter-image img {
    transform: scale(1.15) translateY(-8px);
    filter: drop-shadow(0 15px 35px rgba(30, 95, 140, 0.4));
}

/* Counter Number */
.single-counter-inner .counter {
    display: block;
    font-size: 48px !important;
    font-weight: 800 !important;
    background: linear-gradient(135deg, var(--navy-primary) 0%, var(--water-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

/* Counter Label */
.single-counter-inner p {
    font-size: 14px;
    font-weight: 600;
    color: #546679;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .single-counter-inner .counter {
        font-size: 40px !important;
    }
    
    .single-counter-inner .counter-image img {
        width: 70px !important;
        height: 70px !important;
    }
}

@media (max-width: 767px) {
    .about-counter-inner {
        margin-top: 30px;
    }
    
    .single-counter-inner.counter-box {
        padding: 25px 20px;
        margin-bottom: 15px;
    }
    
    .single-counter-inner .counter {
        font-size: 36px !important;
    }
    
    .single-counter-inner .counter-image img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .single-counter-inner p {
        font-size: 12px;
    }
}

/* ============================================
   JOIN COMMUNITY SECTION
============================================ */

.join-comunity {
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 50%, var(--navy-dark) 100%) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}

.join-comunity::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E") repeat;
    background-size: 30px 30px;
    pointer-events: none;
}

.join-comunity .head-section,
.join-comunity .head-section h2,
.join-comunity .head-section p {
    color: #fff !important;
}

.join-comunity .head-section h2 i {
    color: var(--coral-light) !important;
}

.join-comunity .head-section .lead {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1.1rem;
}

.join-comunity .social-handle-text {
    color: var(--coral-primary) !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.join-comunity .social-handle-text i {
    margin-right: 8px;
}

.join-comunity .social-handle-hr {
    display: block !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border: none;
    height: 2px !important;
    width: 80px !important;
    margin: 0 15px !important;
}

.join-comunity .vr {
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
    height: 60px;
}

/* Image Grid in Join Community */
.join-comunity .image-holder {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.join-comunity .image-gallery-item {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.join-comunity .image-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.join-comunity .image-holder:hover img {
    transform: scale(1.1);
}

.join-comunity .image-holder .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 62, 29, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.join-comunity .image-holder:hover .image-overlay {
    opacity: 1;
}

.join-comunity .image-overlay .btn {
    background: #fff;
    color: var(--navy-primary);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.join-comunity .image-overlay .btn:hover {
    background: var(--navy-primary);
    color: #fff;
    transform: scale(1.05);
}

/* ============================================
   ISO CERTIFICATES SECTION
============================================ */

.iso {
    background: linear-gradient(180deg, #fff 0%, var(--navy-crystal) 100%);
}

.iso h2 {
    color: var(--navy-primary);
}

.iso .card {
    border-radius: 20px !important;
    transition: all 0.5s var(--ease-smooth);
    border: 1px solid var(--navy-mist) !important;
}

.iso .card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(11, 26, 42, 0.15) !important;
    border-color: var(--coral-primary) !important;
}

.iso .card img {
    transition: transform 0.5s var(--ease-smooth);
    border-radius: 12px;
}

.iso .card:hover img {
    transform: scale(1.03);
}

/* ============================================
   FOOTER ENHANCEMENTS
============================================ */

footer.bg-light {
    background: linear-gradient(180deg, var(--navy-crystal) 0%, #fff 100%) !important;
    position: relative;
}

footer.bg-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, 
        var(--navy-primary), 
        var(--coral-primary), 
        var(--water-primary), 
        var(--coral-primary), 
        var(--navy-primary));
    background-size: 200% 100%;
    animation: gradientMove 6s linear infinite;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Footer Buttons */
.top-footer .btn--liquid,
.top-footer .btn--liquid-secondary,
.top-footer .btn-primary,
.top-footer .btn-secondary {
    padding: 14px 32px;
}

/* Social Icons */
.social-list li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--navy-crystal);
    color: var(--navy-primary);
    border-radius: 50%;
    transition: all 0.4s var(--ease-bounce);
    position: relative;
    overflow: hidden;
}

.social-list li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: var(--coral-primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.social-list li a:hover {
    color: #fff;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(226, 62, 29, 0.4);
}

.social-list li a:hover::before {
    width: 200%;
    height: 200%;
}

/* Footer Links */
.footer-links li a {
    position: relative;
    color: #666 !important;
    transition: all 0.3s var(--ease-smooth);
}

.footer-links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--coral-primary), var(--coral-bright));
    transition: width 0.4s var(--ease-smooth);
}

.footer-links li a:hover {
    color: var(--coral-primary) !important;
    transform: translateX(5px);
}

.footer-links li a:hover::after {
    width: 100%;
}

/* ============================================
   BACK TO TOP BUTTON
============================================ */

.back-to-top a {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--coral-primary) 0%, var(--coral-bright) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 8px 30px rgba(226, 62, 29, 0.4);
    transition: all 0.4s var(--ease-bounce);
    border: none;
    z-index: 999;
}

.back-to-top a i::before {
    color: #fff;
}

.back-to-top a:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 15px 40px rgba(226, 62, 29, 0.6);
    background: linear-gradient(135deg, var(--coral-bright) 0%, var(--coral-dark) 100%);
}

/* Water Drop Effect on Scroll Button */
.back-to-top a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: rgba(255, 85, 51, 0.5);
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    animation: dropEffect 2s ease-in-out infinite;
}

@keyframes dropEffect {
    0%, 100% { transform: translateX(-50%) scale(0); opacity: 0; }
    50% { transform: translateX(-50%) scale(1); opacity: 1; }
    80% { transform: translateX(-50%) translateY(-20px) scale(0.5); opacity: 0; }
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
============================================ */

/* These classes are added via JavaScript on scroll */
.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s var(--ease-smooth);
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s var(--ease-smooth);
}

.scroll-reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s var(--ease-smooth);
}

.scroll-reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

.scroll-reveal-scale {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s var(--ease-bounce);
}

.scroll-reveal-scale.revealed {
    opacity: 1;
    transform: scale(1);
}

/* Stagger animation delay for children */
.stagger-reveal > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-reveal > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-reveal > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-reveal > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-reveal > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-reveal > *:nth-child(6) { transition-delay: 0.6s; }

/* ============================================
   WATER BUBBLE ANIMATION (Background)
============================================ */

.water-bubbles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.water-bubbles .bubble {
    position: absolute;
    bottom: -100px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), rgba(0, 212, 255, 0.1));
    border-radius: 50%;
    animation: bubbleRise linear infinite;
    opacity: 0;
}

@keyframes bubbleRise {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 0;
    }
    10% {
        opacity: 0.4;
    }
    100% {
        transform: translateY(-100vh) scale(1);
        opacity: 0;
    }
}

/* ============================================
   LOADING ANIMATION
============================================ */

.water-loading {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.water-loading .drop {
    width: 12px;
    height: 16px;
    background: var(--water-primary);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: waterDrop 1.2s ease-in-out infinite;
}

.water-loading .drop:nth-child(2) { animation-delay: 0.2s; }
.water-loading .drop:nth-child(3) { animation-delay: 0.4s; }

@keyframes waterDrop {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-20px);
        opacity: 0.5;
    }
}

/* ============================================
   RESPONSIVE ENHANCEMENTS
============================================ */

@media (max-width: 991.98px) {
    .home-hero-slider {
        min-height: 80vh;
    }
    
    .slide-content h1 {
        font-size: 3.5rem;
        line-height: 1.2;
    }
    
    .slide-content p {
        font-size: 1.2rem;
    }
    
    /* Carousel arrows for tablet */
    .partner-carousel-wrap {
        padding: 0 50px;
    }
    
    .partner-carousel-wrap .owl-nav button.owl-prev {
        left: -50px;
    }
    
    .partner-carousel-wrap .owl-nav button.owl-next {
        right: -50px;
    }
    
    .single-partner {
        height: 400px;
        margin: 15px 8px;
    }
    
    .btn,
    .btn--liquid,
    .btn--liquid-secondary,
    .btn--liquid-light,
    .btn--liquid-secondary-light,
    .btn-primary,
    .btn-secondary,
    .btn-subscribe {
        padding: 14px 30px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    /* Mobile Navigation Improvements */
    #opener {
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    #opener.active i {
        transform: rotate(90deg);
    }
    
    .navigation {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
    }
    
    .navigation.open {
        max-height: 500px;
    }
    
    .header-menu > ul {
        animation: slideDown 0.3s ease-out;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Improve touch targets for mobile */
    .header-menu ul li a {
        padding: 15px 20px !important;
        min-height: 48px;
        display: flex;
        align-items: center;
        color: #fff;
        position: relative;
        transition: all 0.3s ease;
    }
    
    /* Mobile Navigation Hover & Active States */
    .header-menu ul li a:hover {
        color: var(--coral-light);
        background: rgba(226, 62, 29, 0.1);
        padding-left: 30px !important;
    }
    
    .header-menu ul li.current-menu-item a {
        color: var(--coral-primary);
        background: rgba(226, 62, 29, 0.15);
        border-left: 4px solid var(--coral-primary);
        font-weight: 600;
    }
    
    /* Mobile Active Indicator */
    .header-menu ul li.current-menu-item a::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: var(--coral-primary);
        border-radius: 50%;
    }
    
}

@media (max-width: 767.98px) {
    .home-hero-slider {
        min-height: 70vh;
    }
    
    .slide-content h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .slide-content p {
        font-size: 1.1rem;
    }
    
    .slide-content {
        text-align: center;
        margin-left: 0;
        padding: 20px;
    }
    
    /* Carousel arrows for mobile - smaller and inside */
    .partner-carousel-wrap {
        padding: 0 15px;
    }
    
    .partner-carousel-wrap .owl-nav button {
        width: 45px;
        height: 45px;
    }
    
    .partner-carousel-wrap .owl-nav button.owl-prev {
        left: 5px;
    }
    
    .partner-carousel-wrap .owl-nav button.owl-next {
        right: 5px;
    }
    
    .partner-carousel-wrap .owl-nav button::before {
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    
    .single-partner {
        height: 300px;
        margin: 10px 5px;
    }
    
    .single-partner img {
        padding: 25px;
    }
    
    .bottle-video-wrap .play-button-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .bottle-video-wrap .play-button-wrapper i {
        font-size: 24px;
    }
    
    .single-counter-inner.counter-box {
        min-height: 300px;
        padding: 40px 25px;
    }
    
    .single-counter-inner .counter-image {
        height: 120px;
    }
    
    .single-counter-inner .counter-image img {
        height: 100px !important;
    }
    
    .btn,
    .btn--liquid,
    .btn--liquid-secondary,
    .btn--liquid-light,
    .btn--liquid-secondary-light,
    .btn-primary,
    .btn-secondary,
    .btn-subscribe {
        width: 100%;
        margin-bottom: 12px;
        padding: 14px 25px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        min-width: auto !important;
    }
    
    .btn:hover {
        transform: translateY(-3px);
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-buttons .btn {
        margin: 6px 0 !important;
    }
    
    .image-gallery-item:hover {
        transform: none;
    }
    
    .single-partner:hover {
        transform: none;
    }
    
    .single-counter-inner:hover {
        transform: none;
    }
    
    /* Disable floating animations on mobile for performance */
    .float-gentle,
    .float-slow,
    .sway-gentle {
        animation: none;
    }
}

/* ============================================
   ACCESSIBILITY - Reduced Motion
============================================ */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   PRINT STYLES
============================================ */

@media print {
    .back-to-top,
    .water-bubbles,
    .video-btn {
        display: none !important;
    }
    
    * {
        animation: none !important;
        transition: none !important;
    }
}
