/** Shopify CDN: Minification failed

Line 1892:52 Expected ")" to end URL token

**/
/* product page */

#coupon-details {
    position: relative;
    display: none;
    width: 100%;
    max-width: 281px;
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #fbc798;
    background-image: linear-gradient(314deg, #fbcb52 0%, #ffd8bb 74%) !important;
    border: 1px solid #e9a568;
    border-radius: 4px;
    font-size: 14px;
}
#coupon-details::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -10px;
  width: 15px;
  height: 15px;
  background-color: #f6f3ff;
  border-radius: 100%;
  border: 1px solid #e9a568;
}
#coupon-details::after {
    content: "";
    position: absolute;
    top: 22px;
    left: -11px;
    width: 10px;
    height: 20px;
    background-color: #f6f3ff;
}


#coupon-details .coupon__border {
    position: absolute;
    top: 28%;
    left: 5px;
    height: 2px;
    width: calc(100% - 10px);
    transform: translateY(-50%);
}

#coupon-details .coupon__border {
  border-top: 1px dashed #e9a568;
}


#coupon-details .coupon__title::before {
  content: "";
  position: absolute;
  top: 12.5px;
  right: -22px;
  width: 15px;
  height: 15px;
  background-color:#f6f3ff;
  border-radius: 100%;
  border: 1px solid #e9a568;
}
#coupon-details .coupon__title::after {
    content: "";
    position: absolute;
    top: 12.5px;
    right: -22px;
    width: 10px;
    height: 15px;
    background-color: #f6f3ff;
}

#coupon-apply-btn {
    padding: 5px 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #fbc798;
    background-image: linear-gradient(314deg, #fbc798 0%, #ed7c8e 74%) !important;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background .2s, transform .1s;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#coupon-apply-btn:hover{
    background-color: #addfad;
    background-image: linear-gradient(315deg, #addfad 0%, #74d680 74%);
}




/* perfume page design */
.premium-collection-perfume{
    background: linear-gradient(135deg, #ffbf0042 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.9) 75%, #ffbf0042 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container {
            width: 100%;
            max-height: none;
            padding: clamp(2rem, 5vw, 3rem);
            position: relative;
            border-radius: clamp(16px, 4vw, 24px);
            background: 
                radial-gradient(circle at 30% 70%, rgba(0, 255, 128, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 70% 30%, rgba(0, 153, 77, 0.12) 0%, transparent 50%),
                linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 26, 13, 0.4) 100%);
            border: 2px solid transparent;
            border-image: linear-gradient(135deg, 
                rgba(204, 255, 238, 0.4) 0%, 
                rgba(0, 255, 128, 0.2) 25%, 
                rgba(255, 255, 255, 0.1) 50%, 
                rgba(0, 255, 128, 0.2) 75%, 
                rgba(204, 255, 238, 0.4) 100%) 1;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-shadow: 
                0 25px 100px rgba(0, 0, 0, 0.5),
                0 8px 32px rgba(0, 255, 128, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 -1px 0 rgba(204, 255, 238, 0.1),
                0 0 0 1px rgba(204, 255, 238, 0.05);
            transition: all 0.4s ease;
        }

        .hero-container::before,
        .hero-container::after {
            content: "";
            position: absolute;
            border-radius: inherit;
            border: 1px solid transparent;
            background: linear-gradient(135deg, 
                rgba(204, 255, 238, 0.15) 0%, 
                rgba(0, 255, 128, 0.1) 25%,
                rgba(255, 255, 255, 0.05) 50%, 
                rgba(0, 255, 128, 0.1) 75%,
                rgba(204, 255, 238, 0.15) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: exclude;
            z-index: -1;
        }

        .hero-container::before {
            inset: clamp(-8px, -2vw, -12px);
            padding: clamp(8px, 2vw, 12px);
            opacity: 0.6;
            box-shadow: 
                0 0 30px rgba(204, 255, 238, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
        }

        .hero-container::after {
            inset: clamp(-11px, -4vw, -24px);
            padding: clamp(16px, 4vw, 24px);
            opacity: 0.3;
            box-shadow: 
                0 0 60px rgba(0, 255, 128, 0.05),
                0 0 120px rgba(0, 0, 0, 0.3);
        }

        /* RESPONSIVE HOVER EFFECTS */
        @media (hover: hover) and (pointer: fine) {
            .hero-container:hover {
                transform: translateY(-8px);
                box-shadow: 
                    0 35px 140px rgba(0, 0, 0, 0.6),
                    0 12px 48px rgba(0, 255, 128, 0.15),
                    inset 0 1px 0 rgba(255, 255, 255, 0.15),
                    inset 0 -1px 0 rgba(204, 255, 238, 0.15),
                    0 0 80px rgba(204, 255, 238, 0.1),
                    0 0 0 1px rgba(204, 255, 238, 0.08);
            }

            .hero-container:hover::before {
                opacity: 0.8;
                box-shadow: 
                    0 0 40px rgba(204, 255, 238, 0.15),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
            }

            .hero-container:hover::after {
                opacity: 0.5;
                box-shadow: 
                    0 0 80px rgba(0, 255, 128, 0.08),
                    0 0 160px rgba(0, 0, 0, 0.4);
            }
        }

        .hero-content-wrapper {
            width: 100%;
            height: 100%;
            display: grid;
            grid-template-columns: 1fr;
            gap: clamp(2rem, 6vw, 4rem);
            align-items: center;
            text-align: center;
        }

        .hero-content {
            z-index: 2;
            padding: clamp(1rem, 3vw, 2rem) 0;
            order: 2; /* Content below crystal on mobile */
        }

        .hero-title {
             font-size: 5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, rgb(255, 224, 166) 0%, rgb(200, 150, 100) 50%, rgb(255, 224, 166) 100%);
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 224, 166, 0.3);
            letter-spacing: -0.02em;
        }

        .hero-subtitle {
            font-size: clamp(1rem, 3vw, 1.2rem);
            color: rgba(255, 224, 166, 0.9);
            margin-bottom: clamp(1rem, 3vw, 1.2rem);
            font-weight: 400;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .hero-description {
            font-size: 18px;
            color: rgba(255, 224, 166, 0.8);
            line-height: 1.6;
            margin-bottom: clamp(2rem, 5vw, 2.5rem);
            max-width: 100%;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            padding: clamp(1rem, 3vw, 1.2rem) clamp(2rem, 5vw, 2.5rem);
            background: linear-gradient(135deg, 
                rgba(255, 224, 166, 0.12) 0%, 
                rgba(0, 255, 128, 0.12) 50%, 
                rgba(255, 224, 166, 0.12) 100%);
            border: 2px solid transparent;
            border-image: linear-gradient(135deg, 
                rgba(255, 224, 166, 0.7) 0%, 
                rgba(0, 255, 128, 0.5) 50%, 
                rgba(255, 224, 166, 0.7) 100%) 1;
            border-radius: clamp(10px, 2vw, 14px);
            color: rgb(255, 224, 166);
            font-size: clamp(0.9rem, 2.5vw, 1rem);
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            box-shadow: 
                0 10px 40px rgba(0, 0, 0, 0.4),
                0 3px 12px rgba(0, 255, 128, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.15),
                0 0 0 1px rgba(255, 224, 166, 0.1);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            /* Touch-friendly sizing */
            min-height: 48px;
            min-width: 200px;
            touch-action: manipulation;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.6s ease;
        }

        /* Touch and hover interactions */
        @media (hover: hover) and (pointer: fine) {
            .cta-button:hover::before {
                left: 100%;
            }

            .cta-button:hover {
                transform: translateY(-5px) scale(1.03);
                box-shadow: 
                    0 20px 80px rgba(0, 0, 0, 0.5),
                    0 8px 24px rgba(0, 255, 128, 0.25),
                    inset 0 1px 0 rgba(255, 255, 255, 0.2),
                    0 0 60px rgba(255, 224, 166, 0.15),
                    0 0 0 1px rgba(255, 224, 166, 0.2);
                background: linear-gradient(135deg, 
                    rgba(255, 224, 166, 0.18) 0%, 
                    rgba(0, 255, 128, 0.18) 50%, 
                    rgba(255, 224, 166, 0.18) 100%);
            }
        }

        .cta-button:active {
            transform: translateY(-2px) scale(0.98);
        }

        .cta-arrow {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            font-weight: 600;
        }

        @media (hover: hover) and (pointer: fine) {
            .cta-button:hover .cta-arrow {
                transform: translateX(5px);
            }
        }

        .emerald-showcase {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            order: 1; /* Crystal above content on mobile */
        }

        .emerald-container {
            width: clamp(250px, 60vw, 320px);
            height: clamp(250px, 60vw, 320px);
            position: relative;
            border-radius: clamp(12px, 3vw, 18px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, 
                rgba(0, 255, 128, 0.05) 0%, 
                rgba(0, 0, 0, 0.8) 50%, 
                rgba(0, 153, 77, 0.05) 100%);
            border: 2px solid transparent;
            border-image: linear-gradient(135deg, 
                rgba(0, 255, 128, 0.3) 0%, 
                rgba(255, 255, 255, 0.1) 25%, 
                rgba(0, 255, 128, 0.2) 50%, 
                rgba(255, 255, 255, 0.1) 75%, 
                rgba(0, 153, 77, 0.3) 100%) 1;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            box-shadow: 
                0 10px 40px rgba(0, 0, 0, 0.4),
                0 3px 10px rgba(0, 255, 128, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 -1px 0 rgba(0, 255, 128, 0.1);
            transition: all 0.4s ease;
        }
        .emerald-container img{
                animation: float 6s ease-in-out infinite;
        }
        @media (hover: hover) and (pointer: fine) {
            .emerald-container:hover {
                transform: translateY(-8px) scale(1.02);
                box-shadow: 
                    0 20px 80px rgba(0, 0, 0, 0.5),
                    0 6px 20px rgba(0, 255, 128, 0.2),
                    inset 0 1px 0 rgba(255, 255, 255, 0.15),
                    inset 0 -1px 0 rgba(0, 255, 128, 0.15),
                    0 0 50px rgba(0, 255, 128, 0.1);
            }
        }

        .emerald-svg {
            width: clamp(180px, 45vw, 240px);
            height: clamp(180px, 45vw, 240px);
            filter: drop-shadow(0 0 25px rgba(0, 255, 128, 0.4));
            transition: all 0.3s ease;
        }

        /* Reduced motion for users who prefer it */
        @media (prefers-reduced-motion: no-preference) {
            .emerald-svg {
                animation: emerald-glow 4s ease-in-out infinite alternate;
            }
        }

        @media (hover: hover) and (pointer: fine) {
            .emerald-svg:hover {
                transform: scale(1.05) rotate(5deg);
                filter: drop-shadow(0 0 50px rgba(0, 255, 128, 0.6));
            }
        }

        @keyframes emerald-glow {
            0% {
                filter: drop-shadow(0 0 25px rgba(0, 255, 128, 0.4));
            }
            100% {
                filter: drop-shadow(0 0 35px rgba(0, 255, 128, 0.6));
            }
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            border-radius: inherit;
            z-index: 1;
        }

        .floating-gem {
            position: absolute;
            width: clamp(4px, 1vw, 6px);
            height: clamp(4px, 1vw, 6px);
            background: radial-gradient(circle, rgba(0, 255, 128, 0.8), rgba(0, 153, 77, 0.4));
            border-radius: 50%;
            box-shadow: 0 0 12px rgba(0, 255, 128, 0.6);
        }

        /* Reduced animations on mobile */
        @media (prefers-reduced-motion: no-preference) {
            .floating-gem {
                animation: float 15s linear infinite;
            }
        }

        @keyframes float {
            0% {
                transform: translateY(100%) translateX(0px) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-10%) translateX(20%) rotate(360deg);
                opacity: 0;
            }
        }

        .luxury-badge {
            position: absolute;
            top: clamp(1rem, 3vw, 2.5rem);
            right: clamp(1rem, 3vw, 1.5rem);
            padding: clamp(0.5rem, 2vw, 0.6rem) clamp(1rem, 3vw, 1.2rem);
            background: rgba(0, 0, 0, 0.7);
            border: 1px solid rgba(0, 255, 128, 0.3);
            border-radius: clamp(4px, 1vw, 6px);
            backdrop-filter: blur(8px);
            color: rgba(255, 224, 166, 0.9);
            font-size: clamp(0.7rem, 2vw, 0.8rem);
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            z-index: 10;
        }

        /* RESPONSIVE BREAKPOINTS */

        /* Small mobile devices */
        @media (max-width: 480px) {

            .hero-container {
                padding: 1.5rem;
            }

            .hero-title {
                line-height: 1.1;
            }

            .emerald-container {
                width: min(280px, 80vw);
                height: min(280px, 80vw);
            }

            .emerald-svg {
                width: min(200px, 60vw);
                height: min(200px, 60vw);
            }
        }

        /* Medium screens and tablets */
        @media (min-width: 768px) {
            .hero-content-wrapper {
                grid-template-columns: 1fr 1fr;
                text-align: left;
            }

            .hero-content {
                order: 1; 
            }

            .emerald-showcase {
                order: 2; 
            }
            
        }

        /* Large screens */
        @media (min-width: 1024px) {
            .hero-container {
                max-height: 700px;
            }
        }

        /* High DPI displays */
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .emerald-svg {
                image-rendering: -webkit-optimize-contrast;
                image-rendering: crisp-edges;
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            .luxury-badge {
                background: rgba(0, 0, 0, 0.8);
            }
        }

        /* Landscape orientation adjustments */
        @media (orientation: landscape) and (max-height: 600px) {          
            .hero-container {
                padding: 2rem;
            }
            
            .hero-content-wrapper {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
            }
            
            .hero-content {
                order: 1;
            }
            
            .emerald-showcase {
                order: 2;
            }
        }


        
        /* Services Section */
        .services {
            background: #1a1a1a;
            padding: 8rem 2rem;
            color: white;
        }

        .services h2 {
            font-size: 3rem;
            margin-bottom: 4rem;
            color: white;
            font-weight: 200;
            letter-spacing: -0.01em;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }

        .service-card {
            background: linear-gradient(135deg, #2a2a2a 0%, #18281f 100%);
            padding: 3rem;
            border-radius: 12px;
            border: 1px solid rgba(198, 162, 100, 0.1);
            text-align: left;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #c6a264, transparent);
            /* opacity: 0; */
            transition: opacity 0.3s ease;
        }

        .service-card:hover::before {
            opacity: 1;
        }

        .service-card:hover {
            transform: translateY(-5px);
            border-color: rgba(198, 162, 100, 0.3);
        }

        .service-card h3 {
            font-size: 1.9rem;
            margin-bottom: 1.5rem;
            color: #c6a264;
            font-weight: 300;
        }

        .service-card p {
            color: #cccccc;
            line-height: 1.7;
            font-weight: 300;
        }

        .services-conclusion {
            text-align: center;
            margin-top: 4rem;
            font-size: 1.4rem;
            color: #c6a264;
            font-style: italic;
            font-weight: 300;
        }


        /* hero section */
        .hero-section {
            padding: 80px 0;
            min-height: 90vh;
            display: flex;
            align-items: center;
                background: radial-gradient(circle at 70% 50%, #182920 0%, #000000 70%);
        }

        .hero-img {
            max-width: 100%;
            height: auto;
            /* Floating animation */
            animation: float 6s ease-in-out infinite;
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
        }

        @keyframes float {
            0% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(-15px) rotate(1deg);
            }

            100% {
                transform: translateY(0px) rotate(0deg);
            }
        }
        .royal-heading {
            font-size:4rem;
            color: #D4AF37;
            /* font-weight: 700; */
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 20px;
        }

        p.lead {
            color: #ccc;
            font-weight: 300;
            line-height: 1.8;
            font-size: 1.8rem;
        }
        .accent-text {
            color: #d4af37;
            font-style: italic;
            font-family: 'Playfair Display', serif;
            font-size: 1.7rem;
            margin-bottom: 10px;
            display: block;
        }
         /* Custom Luxury Button */
        .btn-luxury {
            border: 1px solid #d4af37;
            color: #d4af37;
            background: transparent;
            padding: 12px 35px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8rem;
            transition: all 0.4s ease;
            margin-top: 20px;
        }

        .btn-luxury:hover {
            background: #d4af37;
            color: #0f0f0f;
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
        }

        /* SECTION 2: DETAILS */
        .details-section {
            padding: 100px 0;
            background-color: #19221e;
            position: relative;
        }

        .details-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #D4AF37, transparent);
        }

        .image-frame {
            border: 1px solid rgba(212, 175, 55, 0.3);
            padding: 15px;
            position: relative;
        }

        .image-frame::after {
            content: '';
            position: absolute;
            bottom: -10px;
            right: -10px;
            width: 100px;
            height: 100px;
            border-bottom: 2px solid #D4AF37;
            border-right: 2px solid #D4AF37;
        }

        .detail-img {
            width: 100%;
            object-fit: cover;
            height: 600px;
            display: block;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
        }

        .hero {
            background: linear-gradient(135deg, #0f1e17 0%, #1a1a1a 50%, #17291f 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 70%, rgba(198, 162, 100, 0.05) 0%, transparent 50%),
                        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

        }
        .hero-content img{
            animation: float 6s ease-in-out infinite;
        }
        .hero h2 {
            color: #fff;
            font-size: 4rem;
            margin-bottom: 1.5rem;
            font-weight: 200;
            letter-spacing: -0.02em;
            line-height: 1.1;
        }

        .hero .subtitle {
            font-size: 1.1rem;
            margin-bottom: 3rem;
            opacity: 0.7;
            font-weight: 300;
            color: #c6a264;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .hero-statement {
            font-size: 18px;
            line-height: 1.7;
            margin-bottom: 4rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
            opacity: 0.9;
        }

        .cta-button {
            width: fit-content;
            display: inline-block;
            padding: 1.2rem 3rem;
            background: transparent;
            border: 1px solid #c6a264;
            color: #c6a264;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 300;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #c6a264;
            transition: left 0.4s ease;
            z-index: -1;
        }

        .cta-button:hover::before {
            left: 0;
        }

        .cta-button:hover {
            color: #0a0a0a;
        }

        .productView-thumbnail-wrapper{
            margin-top:10px !important;
        }
        .halo-productView-left {
            margin-bottom: 0px !important;
        }
        .productView-thumbnail {
            height: 115px !important;
        }

     /* --- instagram Section Styling --- */
        .insta-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center; 
        }

        .insta-section .content-wrapper {
            text-align: center;
            padding: 0 20px;
            margin-bottom: 60px;
        }

        .insta-section .eyebrow {
            display: block;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 2px;
            color: #C17A74;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .insta-section h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            color: #2b2b2b;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .insta-section p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
        }

        /* --- Image Gallery Grid --- */
        .insta-section .gallery-grid {
            display: grid;
            width: 100%;
            grid-template-columns: repeat(5, 1fr);
            gap: 0;
        }

        .insta-section .gallery-item {
            position: relative;
            width: 100%;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            cursor: pointer;
            border: 1px solid #000;
        }

        .insta-section .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .insta-section .gallery-item:hover img {
            transform: scale(1.05);
            opacity: 0.9;
        }

        /* Tablet View */
        @media (max-width: 1024px) {
            .insta-section h2 {
                font-size: 2.5rem;
            }

            .insta-section .gallery-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        /* Mobile View */
        @media (max-width: 600px) {
           .insta-section {
                padding-top: 50px;
            }

            .insta-section h2 {
                font-size: 2rem;
            }

            .insta-section p {
                font-size: 1rem;
            }

            .insta-section .gallery-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }



.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0b0b0b;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
    z-index: 10002;
}

.counter { color: #aaa; font-size: 14px; font-weight: 600; letter-spacing: 1px; }

.right-tools button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s;
    opacity: 0.8;
}

.right-tools button:hover { color: #C17A74; opacity: 1; transform: scale(1.1); }
.right-tools button.active-state { color: #C17A74; text-shadow: 0 0 10px #C17A74; }

.close-btn { font-size: 30px !important; }


.lightbox-viewport {
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.image-transform-container {
    transition: transform 0.1s cubic-bezier(0.1, 0.7, 1.0, 0.1);
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    user-select: none;
    cursor: grab;
}

.lightbox-image.grabbing { cursor: grabbing; }


.nav-layer {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10001;
    transform: translateY(-50%);
}

.nav-btn {
    pointer-events: auto;
    cursor: pointer;
    padding: 20px;
    color: rgba(255,255,255,0.6);
    font-size: 40px;
    transition: 0.3s;
    user-select: none;
}
.nav-btn:hover { color: #fff; text-shadow: 0 0 15px rgba(255,255,255,0.5); }


.lightbox-footer {
    background: linear-gradient(to top, #000 80%, transparent);
    padding: 10px 0 20px 0;
    z-index: 10002;
    text-align: center;
}

.caption-wrapper p {
    color: #ddd;
    font-size: 0.95rem;
    margin: 0 0 15px 0;
    font-family: 'Playfair Display', serif;
}

.thumbnails-strip {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 5px 20px;
    scrollbar-width: none;
}
.thumbnails-strip::-webkit-scrollbar { display: none; }

.thumb-img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.4;
    transition: 0.3s;
    border: 2px solid transparent;
}

.thumb-img:hover { opacity: 1; }
.thumb-img.active-thumb {
    opacity: 1;
    border-color: #C17A74;
    transform: scale(1.1);
}


.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top-color: #C17A74;
    border-radius: 50%;
    animation: spin 0.8s infinite linear;
    z-index: 10001;
    display: none;
}
@keyframes spin { 100% { transform: rotate(360deg); } }

@media (max-width: 768px) {
    .nav-btn { display: none; }
    .lightbox-image { max-height: 65vh; max-width: 100vw; }
    .thumbnails-strip { justify-content: flex-start; }
}


        .ps-font-serif {
            font-family: 'Prata', serif;
        }

        .ps-text-accent {
            color: #b08d55;
        }

        .ps-tracking-wide {
            letter-spacing: 4px;
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: 500;
            color: #888;
        }

        .ps-brand-header {
            text-align: center;
            padding: 20px 0px;
            background-color: rgb(10, 10, 10);
            border-bottom: 2px solid rgb(176 141 85 / 48%);
        }

        .ps-brand-title {
            font-family: 'Prata', serif;
            letter-spacing: 5px;
            color: #b08d55;
            margin: 0;
            font-size: 2.75rem;
        }

        .ps-hero-wrapper {
            padding: 60px 0;
            position: relative;
            overflow: hidden;
            background: radial-gradient(circle at 70% 50%, #182920 50%, #000000 70%);
        }

        .ps-headline-xl {
            font-family: 'Prata', serif;
            font-size: 7rem;
            line-height: 1.1;
            margin-bottom: 30px;
            color: #fff;
        }

        .ps-hero-visual-wrap {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .ps-hero-bottle-img {
            max-width: 60%;
            height: auto;
            max-height: 600px;
            filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.7));
            transition: transform 0.5s ease;
            animation: float 6s ease-in-out infinite;
        }

        .ps-hero-bottle-img:hover {
            transform: scale(1.02);
        }

        .ps-bg-watermark {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 22rem;
            color: #fff;
            opacity: 0.03;
            font-family: 'Prata', serif;
            white-space: nowrap;
            z-index: 0;
            pointer-events: none;
            user-select: none;
        }

        .ps-feature-area {
            padding: 80px 0;
            background-color: #0a0a0a;
        }

        .ps-card-luxury {
            background-color: #141414;
            border: 1px solid rgba(176, 141, 85, 0.1);
            overflow: hidden;
        }

        .ps-feature-texture-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-right: 3px solid #b08d55;
        }

        .ps-card-content-panel {
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

        .ps-deco-line-vertical {
            width: 2px;
            height: 40px;
            background-color: #b08d55;
            margin-bottom: 20px;
            display: block;
        }

        .ps-section-title {
            font-family: 'Prata', serif;
            font-size: 2rem;
        }

        .ps-btn-royal {
            display: inline-block;
            text-decoration: none;
            border: 1px solid #555;
            color: #fff;
            padding: 10px 30px;
            border-radius: 0;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.75rem;
            margin-top: 30px;
            transition: 0.3s;
            width: fit-content;
        }

        .ps-btn-royal:hover {
            border-color: #b08d55;
            color: #b08d55;
            background: transparent;
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .ps-headline-xl {
                font-size: 5.5rem;
            }

            .ps-bg-watermark {
                font-size: 7rem;
            }

            .ps-feature-texture-img {
                border-right: none;
                border-bottom: 3px solid #b08d55;
            }

            .ps-card-content-panel {
                padding: 30px;
            }
        }


/* Custom CSS Updates for Product Page Consistency */
.productView-action .button {
    border-radius: 4px !important;
    color: #ffffff !important;
    border: none !important;
}

.quantity__input {
    border-radius: 4px !important;
}
.quantity__container {
    border-radius: 4px !important;
    border: 1px solid #cbcbcb !important; /* Ensure border is visible */
    overflow: hidden; /* Ensure child elements don't overflow rounded corners */
}
.shopify-payment-button__button {
    border-radius: 4px !important;
}
.product-form__label .text {
    border-radius: 4px !important;
}
.halo-productView-right {
    background-color: #fafafa !important;
    padding: 20px !important;
}


/* collection resultListing search-page-catagory */

.collection.resultListing.search-page-catagory .card-information .card-information__wrapper .price span.mrp,
.collection.resultListing.search-page-catagory .card-information .card-information__wrapper .price span.main-price,
.collection.resultListing.search-page-catagory .card-information .card-information__wrapper .price__saved{
    display: none;
}
.collection.resultListing.search-page-catagory .card-information .card-information__wrapper .price {
    justify-content: start;
}


/* vitamin c page css */

           /* Spacing */
        ._sec_pad {
            padding: 7rem 0;
        }

        ._sec_pad_lg {
            padding: 8rem 0;
        }

        /* --- SPECIFIC SECTION CLASSES (Direct Colors) --- */

        /* 1. White Section Styles */
        .bg-white-section {
            background-color: #ffffff;
            color: #333333;
        }

        .bg-white-section ._st1 {
            color: #333333;
        }

        .bg-white-section ._ss2 {
            color: #f4a488;
            font-weight: 600;
        }

        .bg-white-section p {
            color: #666666;
        }

        .bg-white-section i {
            color: #f4a488;
        }

        .bg-white-section li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        /* 2. Orange Section Styles */
        .bg-orange-section {
            background-color: #f4a488;
            color: #ffffff;
        }

        .bg-orange-section ._st1 {
            color: #ffffff;
        }

        .bg-orange-section ._ss2 {
            color: #4a3628;
            font-weight: 600;
        }

        .bg-orange-section p {
            color: #fbeee6;
        }

        .bg-orange-section i {
            color: #4a3628;
        }

        .bg-orange-section li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        /* Buttons */
        /* Button on Orange Background */
        .btn-on-orange {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: transparent;
            border: 1px solid #ffffff;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .btn-on-orange:hover {
            background: #ffffff;
            color: #f4a488;
        }

        /* Button on White Background */
        .btn-on-white {
            display: inline-block;
            padding: 1rem 2.5rem;
            background: transparent;
            border: 1px solid #f4a488;
            color: #f4a488;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .btn-on-white:hover {
            background: #f4a488;
            color: #ffffff;
        }

        /* Typography */
        ._st1 {
            font-family: 'Playfair Display', serif;
            font-size: 5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        ._ss2 {
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 1rem;
            margin-bottom: 1rem;
            display: block;
        }

        /* Animations */
        ._z99 {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        ._z99._v00 {
            opacity: 1;
            transform: translateY(0);
        }

        /* Navbar */
        ._n01 {
            background: rgba(244, 164, 136, 0.95);
            /* Orange with opacity */
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding: 1rem 0;
        }

        ._lg4 {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            letter-spacing: 1px;
            font-weight: 600;
            color: #4a3628 !important;
        }

        .navbar-nav .nav-link {
            color: #ffffff !important;
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-left: 1.5rem;
        }

        .navbar-nav .nav-link:hover {
            color: #4a3628 !important;
        }

        .navbar-toggler i {
            color: #ffffff !important;
        }

        /* Hero (Orange) */
        ._h00 {
            display: flex;
            align-items: center;
            position: relative;
            padding: 80px 0;
        }

        ._ht2 h1 {
            font-family: 'Playfair Display', serif;
            font-size: 5.5rem;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }

        @media(max-width: 768px) {
            ._ht2 h1 {
                font-size: 3rem;
            }
            ._st1{
                    font-size: 3rem !important;
            }
            ._in4 {
                font-size: 1.3rem !important;
            }
            ._id5{
                font-size: 1.1rem !important;
            }
            ._qt2{
                font-size: 3rem !important;
            }
        }

        ._ht2 h1 span {
            font-style: italic;
            color: #4a3628;
        }

        ._bs4 {
            width: 160px;
            height: 380px;
            background: linear-gradient(135deg, #3d2b1f 0%, #4a3628 100%);
            border-radius: 80px 80px 20px 20px;
            position: relative;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin: 0 auto;
        }

        ._bc5 {
            position: absolute;
            top: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 50px;
            background: #4a3628;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        ._bl6 {
            position: absolute;
            bottom: 40px;
            left: 20px;
            right: 20px;
            height: 150px;
            background: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        ._bl6 span {
            font-family: 'Playfair Display', serif;
            font-size: 1.2rem;
            letter-spacing: 2px;
            color: #333333;
        }

        ._bl6_sub {
            font-size: 0.6rem;
            margin-top: 10px;
            color: #f4a488;
            letter-spacing: 1px;
        }

        /* Stats (White) */
        ._s88 {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .bg-white-section ._si0 h3 {
            font-size: 3.5rem;
            font-weight: 300;
            font-family: 'Playfair Display', serif;
            color: #f4a488;
        }

        .bg-white-section ._si0 p {
            color: #666666;
            font-size: 1.3rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* Benefits Card (Orange) */
        ._bc3_card {
            padding: 2rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            height: 100%;
            transition: transform 0.3s ease;
        }

        ._bc3_card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.05);
        }

        ._bi4 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        ._bc3_card h4 {
            color: #fff;
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 400;
            letter-spacing: 1px;
        }

        /* Clinical Progress Bars (White) */
        ._cl_bx {
            margin-bottom: 2.5rem;
        }

        ._cl_hd {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
            font-size: 1.7rem;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        ._prg_bg {
            width: 100%;
            height: 2px;
            position: relative;
            background: #eeeeee;
        }

        ._prg_fl {
            height: 100%;
            width: 0;
            transition: width 1.5s ease-out;
            background: #f4a488;
        }

        .bg-white-section ._cl_hd {
            color: #666666;
        }

        .bg-white-section ._cl_nte {
            color: #666666;
            font-size: 1.4rem;
            margin-top: 2rem;
            font-style: italic;
        }

        /* Ingredients (Orange) */
        ._ii3 {
            padding: 1.5rem 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        ._in4 {
            font-weight: 500;
            font-size: 1.9rem;
            color: #fff;
        }

        ._id5 {
            text-align: right;
            font-size: 1.7rem;
            max-width: 50%;
            color: #fff;
        }

        /* Sustainability Box (White) */
        ._sus_bx {
            text-align: center;
            padding: 2rem;
        }

        ._sus_ic {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            opacity: 0.9;
            color: #f4a488;
        }

        ._sus_t {
            font-family: 'Playfair Display', serif;
            font-size: 2.25rem;
            margin-bottom: 1rem;
        }

        /* Protocol Circles (Orange) */
        ._stp_c {
            padding: 1rem;
            position: relative;
            z-index: 2;
            background: transparent;
        }

        ._nm_b {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 2rem auto;
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            background: #ffffff;
            color: #f4a488;
        }

        /* Line for Protocol */
        @media (min-width: 768px) {
            ._stps1 {
                position: relative;
            }

            ._stps1::before {
                content: '';
                position: absolute;
                top: 30px;
                left: 0;
                width: 100%;
                height: 1px;
                z-index: 0;
                background: rgba(255, 255, 255, 0.3);
            }
        }

        /* FAQ (White) */
        ._qa_blk {
            margin-bottom: 2rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 2rem;
        }

        ._q_txt {
            font-size: 2.1rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            color: #333333;
        }

        ._a_txt {
            font-size: 1.7rem;
            line-height: 1.7;
            font-weight: 300;
            color: #666666;
        }

        /* Reviews (Orange) */
        ._rv0 {
            text-align: center;
        }

        ._qm1 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            line-height: 1;
            opacity: 0.5;
            color: #4a3628;
        }

        ._qt2 {
            font-family: 'Playfair Display', serif;
            font-size: 4rem;
            font-style: italic;
            max-width: 800px;
            margin: 2rem auto;
            line-height: 1.4;
            color: #ffffff;
        }

        ._qa3 {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 1rem;
            color: #fbeee6;
        }

        /* Newsletter (White) */
        ._nwl_s {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        ._nw_in {
            background: transparent;
            border: none;
            border-bottom: 1px solid #f4a488;
            width: 100%;
            padding: 1rem 0;
            color: #333333;
            border-radius: 0;
        }

        ._nw_in:focus {
            outline: none;
            border-bottom: 2px solid #f4a488;
        }

        ._nw_in::placeholder {
            color: #666666;
        }

        ._nw_btn {
            background: #f4a488;
            color: #ffffff;
            border: none;
            padding: 1rem 3rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: opacity 0.3s;
            margin-top: 2rem;
            font-weight: 600;
        }

        ._nw_btn:hover {
            background: #4a3628;
        }

        /* Footer (Orange) */
        ._ft0 {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding: 4rem 0;
            font-size: 0.9rem;
        }

        .bg-orange-section a {
            color: #ffffff;
        }

        .bg-orange-section a:hover {
            color: #4a3628;
        }

        .bg-orange-section .small {
            color: #fbeee6 !important;
        }



/* new section */
  .lp-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
 /* Layout Helpers */
    .flex { display: flex; }
    .items-center { align-items: center; }
    .justify-between { justify-content: space-between; }
    .flex-col { flex-direction: column; }
    .grid { display: grid; gap: 3.5rem; }
    .text-white-50 {--bs-text-opacity: 1;color: rgba(255, 255, 255, .5) !important;}

    @media (min-width: 768px) {
        .md-grid-2 { grid-template-columns: repeat(2, 1fr); }
        .md-grid-3 { grid-template-columns: repeat(3, 1fr); }
        .md-grid-4 { grid-template-columns: repeat(4, 1fr); }
        .md-flex-row { flex-direction: row; }
    }
 

section.texture-bg {
/* 	background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background-color: #1e0069; */
    background-image: url(data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232d6a4f' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    padding: 40px 0 60px;
}
section.is-right,
.section-padding{
	padding: 80px 0;     
	background-image: linear-gradient(-225deg, #000639 0%, #131b62 53%, #000639 100%) !important;
}

 .premium-hero-module .hero-inner-wrapper {
    background-image: linear-gradient(-225deg, #000639 0%, #131b62 53%, #000639 100%) !important;
     border-radius: 40px;
     border: 1px solid rgba(255, 255, 255, 0.08);
     overflow: hidden;
     position: relative;
 }

section.padding-section{
    padding: 80px 0;  
	background: #000639;
}
section.texture-bg h2,
section.pl-hero h2{
	font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}
    

  .hover-card {    
		background: linear-gradient(135deg, #000639, #141f7a) !important;
		border: 1px solid #e5e7eb !important;
    	box-shadow: 0 8px 25px #000639;
 		transition: 0.3s; 
	}
 .hover-card h3,
 .hover-card p,
 .hover-card i{ 
	 color: #fff;
}
    .hover-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }

    @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
    .animate-float { animation: float 6s ease-in-out infinite; }


.check-item {
        background: white;
        padding: 20px;
        border-radius: 10px;
        border: 2px solid transparent;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .check-item.selected {
        background: #f0fdf4;
        border-color: var(--medical-600);
        transform: scale(1.02);
    }


   /* Interactive Quiz */
    .quiz-box { 
        background: #030c60; 
        color: #fff; 
        border-radius: 25px; 
        padding: 40px; 
        box-shadow: 0 30px 60px rgba(0,0,0,0.2); 
        max-width: 700px; 
        margin: 0 auto; 
        position: relative; 
        overflow: hidden; 
    }
    .quiz-option { 
        background: rgba(255,255,255,0.1); 
        border: 1px solid rgba(255,255,255,0.2); 
        padding: 15px 25px; 
        border-radius: 12px; 
        margin-bottom: 15px; 
        cursor: pointer; 
        transition: 0.3s; 
        display: flex; 
        align-items: center; 
        justify-content: space-between; 
    }
    .quiz-option:hover { 
        background: rgba(255,255,255,0.2); 
        transform: translateX(10px); 
    }
    .quiz-option.selected { 
        background: #fff; 
        color: #FF6D1F; 
        font-weight: bold;
     }




    
.hero-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3px; /* Space for the animated border */
    display: flex;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(45deg, #000639, #000639, #000639);
    background-size: 300% 300%;
    animation: borderRotate 6s ease infinite;
}

@keyframes borderRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Inner Layout */
.content-side, .image-side {
/*     background: white; */
    padding: 40px;
}

.content-side {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-side {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
}

/* Typography */

.headline {
    font-size: 4rem;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
}

.highlight {
    color: #32c1ff;
}

.quote-box {
    border-left: 4px solid #000639 !important;
    padding-left: 20px;
    margin-bottom: 20px;
    font-style: italic;
    /* font-size: 1.3rem; */
    color: #fff;
}

.description {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-btn {
    background: var(--dark);
    color: white;
    padding: 0px 27px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    width: fit-content;
}

.cta-btn:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

/* Image Styling */
.image-border-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s ease;
}

.image-border-wrap:hover {
    transform: scale(1.03);
}

.doctor-img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.05);
}

/* Entrance Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


  /* PARENT WRAPPER - All styles scoped here */
        .premium-hero-module {
            padding: 60px 0;
            overflow: hidden;
        }
      
        /* LEFT CONTENT COLUMN */
        .premium-hero-module .hero-text-content {
            padding: 3rem;
        }

        .premium-hero-module .hero-main-headline {
            font-size: clamp(4rem, 5vw,1.8rem);
            font-weight: 800;
            line-height: 1.1;
            color: #ffffff;
            margin-bottom: 1.5rem;
            letter-spacing: -1px;
        }

        .premium-hero-module .hero-accent-highlight {
            background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .premium-hero-module .hero-testimonial-quote {
            font-size: 1.1rem;
            color: #94a3b8;
            border-left: 3px solid #3a7bd5;
            padding-left: 25px;
            margin: 2rem 0;
            line-height: 1.6;
            font-style: italic;
        }

        .premium-hero-module .hero-action-trigger {
            background: #ffffff;
            color: #020617;
            padding: 16px 45px;
            border-radius: 12px;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 2px solid transparent;
        }

        .premium-hero-module .hero-action-trigger:hover {
            transform: translateY(-5px);
            background: transparent;
            color: #ffffff;
            border-color: #ffffff;
            box-shadow: 0 15px 30px rgba(255,255,255,0.1);
        }

        /* RIGHT VISUAL COLUMN */
        .premium-hero-module .hero-visual-display {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(20px);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            min-height: 500px;
        }

        .premium-hero-module .hero-image-card {
            width: 78%;
            background: #ffffff;
            padding: 12px;
            border-radius: 30px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.5);
            transform: rotate(2deg);
            transition: transform 0.6s ease;
        }

        .premium-hero-module .hero-image-card:hover {
            transform: rotate(0deg) scale(1.03);
        }

        .premium-hero-module .hero-image-card img {
            width: 100%;
            height: auto;
            border-radius: 22px;
            filter: grayscale(20%);
        }

        /* FLOATING INTERACTIVE TAG */
        .premium-hero-module .hero-status-pill {
            position: absolute;
            top: 15%;
            right: 5%;
            background: rgba(58, 123, 213, 0.9);
            color: white;
            padding: 10px 20px;
            border-radius: 100px;
            font-weight: 600;
            font-size: 0.9rem;
            box-shadow: 0 10px 20px rgba(58, 123, 213, 0.3);
            animation: heroFloat 4s ease-in-out infinite;
            z-index: 10;
        }

        @keyframes heroFloat {
            0%, 100% { transform: translateY(0) rotate(2deg); }
            50% { transform: translateY(-20px) rotate(-2deg); }
        }



         :root {
            --yml-navy: #0a192f;
            --yml-gold: #c5a059;
            --yml-medical-blue: #0ea5e9;
            --yml-soft-bg: #f8fafc;
            --yml-accent-red: #ef4444;
        }

/* section.yml-doctor {
    background-image: linear-gradient(-225deg, #000639 0%, #131b62 53%, #000639 100%) !important;
    color: white;
    border-radius: 40px;
    margin: 50px 0;
} */

section.yml-doctor h2{
    font-size: 4rem;
}
section.yml-doctor blockquote {
    border-left: 4px solid #d1d5db;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
}

/* Image Styling */
.image-border-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.5s ease;
}

.image-border-wrap:hover {
    transform: scale(1.03);
}

.doctor-img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.05);
}

/* Entrance Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}







.yml-hero { 
	color: white; 
	padding: 100px 0; 
	position: relative; 
}
.yml-hero::after { 
	content: ''; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 100px; 
	background: linear-gradient(to top, #000639, transparent); 
}
.yml-hero-badge { 
	background: #c5a059;
	color: black; 
	padding: 5px 15px; 
	border-radius: 50px; 
	font-weight: 700; 
	font-size: 1rem; 
}
  .yml-hero-img { 
	  border-radius: 30px; 
	  box-shadow: 0 0 50px rgba(14, 165, 233, 0.3); 
	  border: 2px solid rgba(255,255,255,0.1); 
}

section.yml-doctor { 
	background-image: linear-gradient(-225deg, #000639 0%, #131b62 53%, #000639 100%) !important;
	color: white; 
	border-radius: 40px; 
	margin: 50px 0; 
}
.yml-doc-frame { 
	background: white; 
	border-radius: 30px; 
	padding: 15px; 
}
        .yml-land-page {  color: var(--yml-navy); overflow-x: hidden; }

        .yml-science { padding: 80px 0; background: white; }
        .yml-science-blob { position: relative; background: #f0f9ff; border-radius: 50%; padding: 40px; }

        .yml-ingredients h2{ font-size: 3rem; }
        .yml-ing-box { border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: 0.3s; height: 100%; }
        .yml-ing-box:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(197, 160, 89, 0.2); }
        .yml-ing-box h2{font-size:2rem;}
        .yml-ing-img { height: 200px; background-size: cover; background-position: center; }

       
        .yml-flow { text-align: center; }
        .yml-flow h2{font-size:3rem;}
        .yml-step-num { font-size: 4rem; font-weight: 800; color: rgba(14, 165, 233, 0.1); line-height: 1; }

        .yml-stats { background: #000639; color: white; padding: 60px 0; }
        .yml-stat-circle { border: 4px solid var(--yml-gold); width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-weight: 800; font-size: 1.5rem; }
    
        .yml-trust { padding: 40px 0; border-top: 1px solid #e2e8f0; }
        .yml-trust img { filter: grayscale(1); opacity: 0.6; height: 40px; transition: 0.3s; }
        .yml-trust img:hover { filter: grayscale(0); opacity: 1; }
 
        .yml-cta { background: linear-gradient(45deg, var(--yml-navy), #1e1b4b); color: white; padding: 100px 0; text-align: center;
}

        @media (max-width: 768px) {
            .yml-doc-frame { transform: scale(1); margin-top: 30px; }
            .yml-hero-text { text-align: center; }
        }