
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background: #FDF9F0;
            color: #1E2A1C;
            overflow-x: hidden;
            position: relative;
            /* text-align: left; */
        }

        /* Ultra Luxury Watermark */
        body::before {
            content: "zenvik  Wellness";
            position: fixed;
            bottom: 13%;
            right: -8%;
            font-size: 128px;
            font-family: 'Cormorant Garamond', serif;
            font-weight: 700;
            color: rgba(199, 162, 59, 0.178);
            pointer-events: none;
            z-index: 0;
            white-space: nowrap;
            transform: rotate(-15deg);
            letter-spacing: 6px;
        }

        :root {
            --deep-ayurvedic: #2C5F2D;
            --gold-luxury: #C7A23B;
            --gold-soft: #E9D6A7;
            --cream-bg: #FEF7E6;
            --white: #FFFFFF;
            --shadow-ultra: 0 35px 50px -25px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.02);
            --border-gold: 1px solid rgba(199, 162, 59, 0.25);
        }

        h1,
        h2,
        h3,
        .logo-text,
        .navbar-brand {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 600;
            letter-spacing: -0.01em;
        }
    /* ========== प्रीमियम टॉपबार ========== */
    .top-bar {
      background: #073B34;
      color: white;
      padding: 10px 0;
      font-size: 0.85rem;
      letter-spacing: 0.3px;
      position: relative;
      z-index: 1030;
      border-bottom: 1px solid rgba(199,162,74,0.25);
    }
    .top-bar .container {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
    }
    .top-bar span i {
      margin-right: 8px;
      color: #C7A24A;
    }
    
    /* ========== ग्लासमॉर्फिज्म नेवबार ========== */
    .navbar {
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      padding: 1rem 0;
      background: rgba(255, 255, 255, 0.765);
      z-index: 1029;
      position: fixed;
      top: 0;
      width: 100%;
    }
    /* टॉपबार के नीचे नेवबार एडजस्ट */
    .navbar.topbar-offset {
      top: 45px;
    }
    /* स्क्रॉल पर ग्लास इफेक्ट */
    .navbar.scrolled {
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(12px);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
      padding: 0.7rem 0;
      border-bottom: 1px solid rgba(0,0,0,0.05);
      top: 0 !important;
    }
    .navbar-brand {
      font-size: 1.7rem;
      font-weight: 800;
      background: linear-gradient(135deg, #073B34 0%, #0B5F53 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      letter-spacing: -0.5px;
      text-decoration: none;
    }
    .navbar-brand span {
      color: #C7A24A;
      background: none;
      -webkit-background-clip: unset;
      background-clip: unset;
    }
    .nav-link {
      font-weight: 500;
      color: #000;
      margin: 0 0.2rem;
      transition: 0.3s;
      position: relative;
      font-weight: 800;
      font-size: 1rem;
    }
    .nav-link:hover {
      color: #C7A24A;
    }
    .btn-gold-nav {
      background: #C7A24A;
      color: #1B1B1B;
      font-weight: 600;
      padding: 8px 26px;
      border-radius: 40px;
      border: none;
      transition: all 0.3s;
      font-size: 0.9rem;
      text-decoration: none;
      display: inline-block;
    }
    .btn-gold-nav:hover {
      background: #b38f3a;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(199,162,74,0.3);
      color: white;
    }
    .navbar-toggler {
      border: none;
      background: #E8D4A2;
      padding: 8px 12px;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    
    /* डमी कंटेंट - स्क्रॉल इफेक्ट देखने के लिए */
    .dummy-content {
      padding: 100px 0;
      text-align: center;
    }
    
    @media (max-width: 768px) {
      .top-bar .container { gap: 1rem; font-size: 0.7rem; }
      .navbar-brand { font-size: 1.3rem; }
      .navbar.topbar-offset { top: 70px; }
    }

/* ==========================================
   HERO CAROUSEL - PREMIUM RESPONSIVE
========================================== */

.hero-carousel{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.hero-carousel-item{
    width: 100%;
    height: 850px;
    min-height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ==========================================
   FADE ANIMATION
========================================== */

.carousel-fade .carousel-item{
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active{
    opacity: 1;
}

/* ==========================================
   NAVIGATION BUTTONS
========================================== */

.carousel-control-prev,
.carousel-control-next{
    width: 6%;
    opacity: 0;
    transition: all .3s ease;
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next{
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(199,162,74,.85);
    background-size: 40%;
    transition: all .3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover{
    background-color: #C7A24A;
    transform: scale(1.08);
}

/* ==========================================
   INDICATORS
========================================== */

.carousel-indicators{
    bottom: 25px;
    margin-bottom: 0;
    display: none;
}

.carousel-indicators button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    margin: 0 6px;
    background: rgba(255,255,255,.5);
    transition: .3s;
}

.carousel-indicators button.active{
    background: #C7A24A;
    transform: scale(1.3);
}

/* ==========================================
   WATERMARK
========================================== */

.watermark-overlay{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    pointer-events: none;
}

.watermark-overlay span{
    display: inline-block;
    background: rgba(0,0,0,.45);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width:1600px){

    .hero-carousel-item{
        height: 100vh;
    }

}

/* ==========================================
   LAPTOP
========================================== */

@media (max-width:1399px){

    .hero-carousel-item{
        height: 85vh;
        min-height: 650px;
    }

}

/* ==========================================
   TABLET LANDSCAPE
========================================== */

@media (max-width:1199px){

    .hero-carousel-item{
        height: 75vh;
        min-height: 550px;
    }

}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .hero-carousel-item{
        height: 60vh;
        min-height: 450px;
        background-position: center;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }

    .carousel-indicators{
        bottom: 15px;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .hero-carousel{
        background: #fff;
    }

    .hero-carousel-item{

        height: auto;
        min-height: auto;

        aspect-ratio: 16 / 9;

        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;

        background-color: #fff;
    }

    .carousel-indicators{
        bottom: 8px;
    }

    .carousel-indicators button{
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }

    .carousel-indicators button.active{
        width: 10px;
        height: 10px;
        display: none;
    }

    .watermark-overlay{
        right: 10px;
        bottom: 10px;
    }

    .watermark-overlay span{
        font-size: 10px;
        padding: 5px 10px;
    }

}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:575px){

    .hero-carousel-item{
        margin-top: 30px;
        aspect-ratio: 16 / 9;
        background-size: contain;
    }

    .carousel-indicators{
        bottom: 5px;
    }

}

/* ==========================================
   EXTRA SMALL DEVICES
========================================== */

@media (max-width:420px){

    .hero-carousel-item{
        aspect-ratio: 16 / 9;
    }

    .carousel-indicators button{
        width: 7px;
        height: 7px;
    }

    .carousel-indicators button.active{
        width: 9px;
        height: 9px;
    }

}

        /* Buttons */
        .btn-green {
            background: var(--deep-ayurvedic);
            color: white;
            border-radius: 50px;
            padding: 12px 32px;
            font-weight: 600;
            transition: 0.25s;
            border: none;
        }

        .btn-green:hover {
            background: #1F4A20;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(44, 95, 45, 0.25);
            color: white;
        }

        .btn-outline-gold {
            border: 1.5px solid var(--gold-luxury);
            color: var(--deep-ayurvedic);
            border-radius: 50px;
            padding: 12px 32px;
            font-weight: 600;
            background: transparent;
            transition: 0.25s;
        }

        .btn-outline-gold:hover {
            background: var(--gold-luxury);
            color: white;
        }

        /* Luxury Cards */
        .luxury-card {
            background: var(--white);
            border-radius: 36px;
            padding: 32px;
            box-shadow: var(--shadow-ultra);
            border: var(--border-gold);
            transition: all 0.3s ease;
            height: 100%;
        }

        .luxury-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 45px 55px -20px rgba(44, 95, 45, 0.15);
        }

        .gold-icon {
            color: var(--gold-luxury);
            font-size: 41.6px;
            margin-bottom: 16px;
        }

        .gold-icon-small {
            color: var(--gold-luxury);
        }

        /* Section Titles */
        .section-title {
            font-size: 44.8px;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
            color: var(--deep-ayurvedic);
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 70px;
            height: 3px;
            background: var(--gold-luxury);
        }

        /* Trust Badge */
        .trust-badge {
            background: var(--deep-ayurvedic);
            border-radius: 80px;
            padding: 9.6px 19.2px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-weight: 500;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.03);
            font-size: 10px;
        }

        /* Ingredient Images */
        .ingredient-img {
            width: 110px;
            height: 110px;
            object-fit: cover;
            border-radius: 50%;
            border: 2px solid var(--gold-luxury);
            padding: 5px;
            background: white;
            display: inline-block;
        }

        /* Step Circles */
        .step-circle {
            width: 70px;
            height: 70px;
            background: var(--gold-soft);
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            color: var(--deep-ayurvedic);
            flex-shrink: 0;
        }

        /* Hero Section */
        .hero-section .main-heading {
            color: var(--deep-ayurvedic);
        }

        .gold-highlight {
            color: var(--gold-luxury);
            text-align: left;
            font-size: 30px;
            font-weight: 500;
            /* line-height: 1; */
        }

        .hero-text {
            color: #3c4a38;
            text-align: justify;
        }

        .hero-child-img {
            max-height: 280px;
            width: auto;
            object-fit: cover;
        }

        .product-bottle {
            max-width: 70%;
            filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
        }

        /* Concern Subtitle */
        .concern-sub {
            color: #4a5a44;
        }

        /* Product Showcase */
        .product-showcase-img {
            max-width: 80%;
        }

        /* CTA Card */
        .cta-card {
            background: linear-gradient(115deg, #FEF9EF 0%, #FDF4E0 100%);
        }

        .cta-heading {
            color: var(--deep-ayurvedic);
        }

        /* Footer */
        footer {
            background: #1A2A18;
            color: #ddd8c9;
        }

        .footer-hr {
            background: #5a7352;
        }

        /* Reveal Animation */
        .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: all 0.7s ease;
        }

        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive Adjustments with px values */
        @media (max-width: 768px) {
            .section-title {
                font-size: 28px;
            }

            .section-title:after {
                left: 50%;
                transform: translateX(-50%);
                width: 100px;
            }

            .hero-section {
                text-align: center;
            }

            .trust-row {
                justify-content: center;
            }

            .navbar-brand {
                font-size: 24px;
            }

            .brand-title {
                font-size: 20px;
            }

            .brand-sub {
                font-size: 10px;
            }

            .gold-icon {
                width: 50px;
                height: 50px;
            }

            .step-circle {
                width: 60px;
                height: 60px;
                font-size: 28px;
            }

            .luxury-card {
                padding: 24px;
            }

            .product-bottle {
                max-width: 85%;
            }

            .hero-child-img {
                max-height: 220px;
            }

            .btn-green,
            .btn-outline-gold {
                padding: 10px 24px;
                font-size: 15px;
            }

            body::before {
                font-size: 64px;
                bottom: 5%;
                right: -12%;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 26px;
            }

            .display-4 {
                font-size: 32px;
            }

            .lead {
                font-size: 16px;
            }

            .navbar {
                padding: 10px 0;
            }

            .logo {
                width: 55px;
                height: auto;
            }

            .brand-title {
                font-size: 18px;
            }

            .gold-icon {
                font-size: 32px;
                margin-bottom: 12px;
            }

            .step-circle {
                width: 50px;
                height: 50px;
                font-size: 24px;
            }

            .luxury-card {
                padding: 20px;
                border-radius: 28px;
            }

            .ingredient-img {
                width: 90px;
                height: 90px;
            }

            .trust-badge {
                padding: 6px 14px;
                font-size: 12px;
            }

            .btn-green,
            .btn-outline-gold {
                padding: 8px 20px;
                font-size: 14px;
            }
        }

        /* Parent Concern Section */
        .parent-concern-section {
            position: relative;
            z-index: 1;
        }

        .concern-main-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 35px;
            font-weight: 600;
            color: #2C5F2D;
            position: relative;
            display: inline-block;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

        .concern-main-title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #C7A23B, #E9D6A7, #C7A23B);
            border-radius: 2px;
        }

        .concern-heart-icon {
            color: #C7A23B;
            font-size: 28px;
            margin-left: 8px;
            animation: heartPulse 1.5s ease-in-out infinite;
            display: inline-block;
        }

        @keyframes heartPulse {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.15);
            }
        }

        .concern-description {
            color: #5A6B52;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.7;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .concern-card {
            background: #FFFFFF;
            border-radius: 32px;
            padding: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(199, 162, 59, 0.18);
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1.2);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .concern-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #C7A23B, #E9D6A7, #C7A23B);
            opacity: 0;
            transition: opacity 0.35s ease;
        }

        .concern-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 32px 48px rgba(44, 95, 45, 0.1), 0 8px 20px rgba(0, 0, 0, 0.04);
            border-color: rgba(199, 162, 59, 0.35);
        }

        .concern-card:hover::before {
            opacity: 1;
        }

        .concern-image {
            width: 100%;
            object-fit: contain;
            border-radius: 20px;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.06));
        }

        .concern-card:hover .concern-image {
            transform: scale(1.08);
        }

        .concern-heading {
            font-family: 'Cormorant Garamond', serif;
            font-size: 26px;
            font-weight: 800;
            color: #2C5F2D;
            margin: 13px 0;
            letter-spacing: -0.3px;
        }

        .concern-text {
            font-family: 'Inter', sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #5A6B52;
            line-height: 1.7;
            margin-bottom: 0;
        }

        /* Floating Buttons */
        .floating-buttons-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 9999;
        }

        .floating-call-btn,
        .floating-whatsapp-btn {
            position: fixed;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            pointer-events: auto;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1.2);
            cursor: pointer;
            animation: floatBounce 3s ease-in-out infinite;
        }

        .floating-btn-inner {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            color: #FFFFFF;
            transition: transform 0.3s ease;
        }

        .floating-call-btn {
            bottom: 30px;
            left: 30px;
            background: linear-gradient(135deg, #2C5F2D, #1F4A20);
        }

        .floating-whatsapp-btn {
            bottom: 30px;
            right: 30px;
            background: linear-gradient(135deg, #25D366, #128C7E);
        }

        .floating-call-btn .floating-btn-inner {
            background: linear-gradient(135deg, #2C5F2D, #1F4A20);
        }

        .floating-whatsapp-btn .floating-btn-inner {
            background: linear-gradient(135deg, #25D366, #128C7E);
        }

        @keyframes floatBounce {

            0%,
            100% {
                transform: translateY(0);
            }

            30% {
                transform: translateY(-8px);
            }

            60% {
                transform: translateY(-3px);
            }
        }

        @media (max-width: 768px) {

            .floating-call-btn,
            .floating-whatsapp-btn {
                width: 50px;
                height: 50px;
            }

            .floating-btn-inner {
                width: 50px;
                height: 50px;
                font-size: 22px;
            }
        }

        /* Order Form Styling */
        .form-control,
        .form-select {
            border-radius: 30px;
            border: 1px solid rgba(199, 162, 59, 0.4);
            padding: 12px 20px;
            background: #FFFFFF;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: var(--gold-luxury);
            box-shadow: 0 0 0 0.25rem rgba(199, 162, 59, 0.25);
        }

        .form-label {
            font-weight: 600;
            color: var(--deep-ayurvedic);
            margin-bottom: 8px;
        }

        .order-card {
            transition: all 0.3s ease;
        }
        @media (max-width: 767px) {
    .button-group {
        justify-content: center;
    }
}


/* ===============================
   FLOATING WHATSAPP BUTTON
================================= */

.floating-whatsapp{
    position: fixed;
    left: 20px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    z-index: 99999;

    box-shadow:
        0 8px 25px rgba(37,211,102,.45);

    animation: whatsappPulse 2s infinite;
    transition: .3s ease;
}

.floating-whatsapp:hover{
    transform: translateY(-5px) scale(1.05);
    color: #fff;
}

/* ===============================
   FLOATING CALL BUTTON
================================= */

.floating-call{
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    background: linear-gradient(
        135deg,
        #C7A24A,
        #E8D4A2
    );

    color: #073B34;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 26px;
    z-index: 99999;

    box-shadow:
        0 8px 25px rgba(199,162,74,.45);

    animation: callPulse 2s infinite;
    transition: .3s ease;
}

.floating-call:hover{
    transform: translateY(-5px) scale(1.05);
    color: #073B34;
}

/* ===============================
   PULSE ANIMATION
================================= */

@keyframes whatsappPulse{
    0%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,.7);
    }
    70%{
        box-shadow:
        0 0 0 18px rgba(37,211,102,0);
    }
    100%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,0);
    }
}

@keyframes callPulse{
    0%{
        box-shadow:
        0 0 0 0 rgba(199,162,74,.7);
    }
    70%{
        box-shadow:
        0 0 0 18px rgba(199,162,74,0);
    }
    100%{
        box-shadow:
        0 0 0 0 rgba(199,162,74,0);
    }
}

/* ===============================
   MOBILE
================================= */

@media(max-width:768px){

    .floating-whatsapp,
    .floating-call{
        width: 58px;
        height: 58px;
        font-size: 24px;
        bottom: 15px;
    }

    .floating-whatsapp{
        left: 15px;
    }

    .floating-call{
        right: 15px;
    }
}