

/* ============================================
   VadhuGhar Spices - Premium Spice Theme
   Turmeric Yellow + Olive Green + Warm Cream + Dark Brown
   ============================================ */

:root {
    /* ============================================
       Primary Colors - Turmeric Yellow
       ============================================ */
    --primary: #F2B705;              /* Turmeric Yellow (Main) */
    --primary-dark: #D9A404;         /* Darker Turmeric */
    --primary-light: #F5C53A;        /* Lighter Turmeric */
    --primary-pale: #FCEEB5;         /* Very Light Turmeric */
    
    /* ============================================
       Secondary Colors - Olive Green
       ============================================ */
    --secondary: #5A6B2F;            /* Olive Green (Main) */
    --secondary-dark: #465424;       /* Darker Olive */
    --secondary-light: #6E8239;      /* Lighter Olive */
    --secondary-pale: #D4DEC0;       /* Very Light Olive */
    
    /* ============================================
       Background Colors - Warm Cream
       ============================================ */
    --cream: #FFF6E5;                /* Warm Cream (Main) */
    --cream-dark: #F5EBDA;           /* Slightly Darker Cream */
    --cream-light: #FFFBF5;          /* Lighter Cream */
    --cream-pure: #FFFDF8;           /* Almost White Cream */
    
    /* ============================================
       Dark Colors - Dark Brown
       ============================================ */
    --dark: #3A2A1A;                 /* Dark Brown (Main) */
    --dark-light: #4D3D2A;           /* Lighter Dark Brown */
    --dark-deep: #2A1E12;            /* Deeper Dark Brown */
    --dark-soft: #5C4A38;            /* Soft Dark Brown */
    
    /* ============================================
       Spice Accent Colors
       ============================================ */
    --spice-turmeric: #F2B705;       /* Turmeric */
    --spice-saffron: #F4C430;        /* Saffron */
    --spice-mustard: #E8B923;        /* Mustard */
    --spice-ginger: #D9A404;         /* Ginger */
    --spice-coriander: #5A6B2F;      /* Coriander/Olive */
    --spice-cardamom: #4A5A26;       /* Cardamom Green */
    --spice-mint: #6E8239;           /* Fresh Mint */
    --spice-basil: #4E5D2E;          /* Basil */
    --spice-cinnamon: #8B5A2B;       /* Cinnamon */
    --spice-cumin: #7A6348;          /* Cumin */
    --spice-nutmeg: #6B4E31;         /* Nutmeg */
    --spice-clove: #5C4033;          /* Clove */
    
    /* ============================================
       Neutral Colors
       ============================================ */
    --white: #FFFFFF;
    --off-white: #FFFDF8;
    --ivory: #FFFFF5;
    --light-gray: #F5F0E8;
    --warm-gray: #A09080;
    --gray: #7A6B5A;
    --dark-gray: #5C4A38;
    --charcoal: #3A2A1A;
    --black: #1A1208;
    
    /* ============================================
       Background Colors
       ============================================ */
    --bg-light: #FFFDF8;             /* Lightest Background */
    --bg-cream: #FFF6E5;             /* Main Cream Background */
    --bg-warm: #FFF8ED;              /* Warm Background */
    --bg-sand: #F8F0E0;              /* Sandy Background */
    --bg-olive-light: #F5F7F0;       /* Light Olive Tint */
    --bg-dark: #3A2A1A;              /* Dark Background */
    --bg-dark-soft: #4D3D2A;         /* Softer Dark Background */
    
    /* ============================================
       Text Colors
       ============================================ */
    --text-primary: #3A2A1A;         /* Main Text - Dark Brown */
    --text-secondary: #5C4A38;       /* Secondary Text */
    --text-muted: #8A7A68;           /* Muted Text */
    --text-light: #A09080;           /* Light Text */
    --text-white: #FFFDF8;           /* White Text */
    --text-turmeric: #F2B705;        /* Turmeric Text */
    --text-olive: #5A6B2F;           /* Olive Text */
    
    /* ============================================
       Gradients
       ============================================ */
    --gradient-turmeric: linear-gradient(135deg, #F5C53A 0%, #F2B705 50%, #D9A404 100%);
    --gradient-olive: linear-gradient(135deg, #6E8239 0%, #5A6B2F 50%, #465424 100%);
    --gradient-primary: linear-gradient(135deg, #F2B705 0%, #D9A404 100%);
    --gradient-secondary: linear-gradient(135deg, #6E8239 0%, #5A6B2F 100%);
    --gradient-warm: linear-gradient(135deg, #FFFBF5 0%, #FFF6E5 50%, #F5EBDA 100%);
    --gradient-earth: linear-gradient(135deg, #4D3D2A 0%, #3A2A1A 50%, #2A1E12 100%);
    --gradient-hero: linear-gradient(135deg, rgba(58, 42, 26, 0.95) 0%, rgba(77, 61, 42, 0.92) 100%);
    --gradient-cta: linear-gradient(135deg, rgba(90, 107, 47, 0.95) 0%, rgba(58, 42, 26, 0.95) 100%);
    --gradient-sunrise: linear-gradient(135deg, #F5C53A 0%, #F2B705 40%, #D9A404 70%, #8B5A2B 100%);
    --gradient-nature: linear-gradient(135deg, #F2B705 0%, #6E8239 50%, #5A6B2F 100%);
    --gradient-spice-blend: linear-gradient(135deg, #F2B705 0%, #E8B923 25%, #5A6B2F 75%, #465424 100%);
    
    /* ============================================
       Border Colors
       ============================================ */
    --border-light: #EBE3D5;
    --border-medium: #D9CFBF;
    --border-dark: #5C4A38;
    --border-turmeric: #F2B705;
    --border-olive: #5A6B2F;
    
    /* ============================================
       Typography
       ============================================ */
    --font-primary: 'Poppins', sans-serif;
    --font-heading: 'Playfair Display', serif;
    
    /* ============================================
       Shadows
       ============================================ */
    --shadow-sm: 0 2px 8px rgba(58, 42, 26, 0.08);
    --shadow-md: 0 4px 20px rgba(58, 42, 26, 0.12);
    --shadow-lg: 0 8px 40px rgba(58, 42, 26, 0.15);
    --shadow-xl: 0 20px 60px rgba(58, 42, 26, 0.2);
    --shadow-turmeric: 0 4px 20px rgba(242, 183, 5, 0.25);
    --shadow-olive: 0 4px 20px rgba(90, 107, 47, 0.2);
    --shadow-card: 0 10px 40px rgba(58, 42, 26, 0.1);
    --shadow-premium: 0 15px 50px rgba(58, 42, 26, 0.18);
    --shadow-glow-turmeric: 0 0 30px rgba(242, 183, 5, 0.3);
    --shadow-glow-olive: 0 0 30px rgba(90, 107, 47, 0.25);
    
    /* ============================================
       Border Radius
       ============================================ */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --radius-full: 50%;
    
    /* ============================================
       Transitions
       ============================================ */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-bounce: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    
    /* ============================================
       Spacing
       ============================================ */
    --section-padding: 100px 0;
    --container-padding: 0 20px;
}


/* ============================================
   Reset & Base Styles
   ============================================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-cream);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-normal);
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-primary);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--container-padding);
}

.section {
    padding: var(--section-padding);
}

.section-alt {
    background-color: var(--cream-dark);
}

/* ============================================
   Preloader Styles
   ============================================ */
html.loading,
html.loading body {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Force scrollbar to always show (prevents width shift) */
html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; /* Added */
    bottom: 0; /* Added */
    width: 100%;
    height: 100%;
    height: 100vh; /* Fallback for mobile */
    height: 100dvh; /* Dynamic viewport height for mobile */
    background: var(--gradient-earth, linear-gradient(135deg, #8B4513 0%, #5a6b2f 100%));
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Prevent any shifting */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Ensure it covers everything */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-content {
    text-align: center;
    color: var(--text-white, #ffffff);
    /* Prevent content from causing shifts */
    position: relative;
    transform: translateZ(0);
    width: 100%;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
}

.spice-loader {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    /* Ensure fixed dimensions */
    height: 24px;
    align-items: center;
}

.spice-particle {
    width: 18px;
    height: 18px;
    min-width: 18px; /* Prevent shrinking */
    min-height: 18px;
    border-radius: 50%;
    animation: spiceBounce 1.4s ease-in-out infinite;
    /* Prevent layout shifts */
    flex-shrink: 0;
}

.spice-particle:nth-child(1) {
    background: var(--primary, #F2B705);
    box-shadow: 0 0 15px rgba(242, 183, 5, 0.6);
    animation-delay: 0s;
}

.spice-particle:nth-child(2) {
    background: var(--secondary, #5a6b2f);
    box-shadow: 0 0 15px rgba(90, 107, 47, 0.5);
    animation-delay: 0.2s;
}

.spice-particle:nth-child(3) {
    background: var(--spice-cinnamon, #8B5A2B);
    box-shadow: 0 0 15px rgba(139, 90, 43, 0.5);
    animation-delay: 0.4s;
}

@keyframes spiceBounce {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.preloader-logo {
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-white, #ffffff);
    /* Fixed height to prevent shift */
    line-height: 1.2;
    min-height: 3rem;
}

.preloader-logo span {
    color: var(--primary, #F2B705);
}

.preloader-logo-img {
    height: 80px;
    width: auto;
    max-width: 200px;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
    animation: preloaderPulse 2s ease-in-out infinite;
    /* Prevent image load shift */
    aspect-ratio: auto;
}

@keyframes preloaderPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.preloader-tagline {
    font-size: 1rem;
    font-style: italic;
    opacity: 0.9;
    margin-bottom: 30px;
    color: var(--primary-light, #f5d76e);
    /* Fixed height */
    min-height: 1.5rem;
    line-height: 1.5;
}

.loading-bar {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
    /* Ensure fixed dimensions */
    max-width: 100%;
}

.loading-progress {
    width: 0%;
    height: 100%;
    background: var(--gradient-turmeric, linear-gradient(90deg, #F2B705, #f5d76e));
    border-radius: 2px;
    animation: loadingProgress 2s ease-in-out forwards;
}

@keyframes loadingProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* ===== RESPONSIVE PRELOADER ===== */
@media (max-width: 768px) {
    #preloader {
        /* Use safe area for mobile devices with notches */
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }
    
    .preloader-content {
        padding: 15px;
        max-width: 280px;
    }
    
    .preloader-logo {
        font-size: 2rem;
        min-height: 2.5rem;
    }
    
    .preloader-logo-img {
        height: 60px;
    }
    
    .spice-loader {
        gap: 12px;
    }
    
    .spice-particle {
        width: 14px;
        height: 14px;
        min-width: 14px;
        min-height: 14px;
    }
    
    .loading-bar {
        width: 160px;
    }
    
    .preloader-tagline {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .preloader-logo {
        font-size: 1.75rem;
    }
    
    .preloader-logo-img {
        height: 50px;
    }
    
    .spice-particle {
        width: 12px;
        height: 12px;
        min-width: 12px;
        min-height: 12px;
    }
    
    .spice-loader {
        gap: 10px;
        height: 20px;
    }
    
    .loading-bar {
        width: 140px;
    }
}

/* Landscape mobile fix */
@media (max-height: 500px) and (orientation: landscape) {
    .preloader-content {
        transform: scale(0.8);
    }
    
    .preloader-logo-img {
        height: 50px;
    }
}

/* ============================================
   Floating Spices Animation
   ============================================ */
.floating-spices {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.floating-spice {
    position: absolute;
    font-size: 2rem;
    opacity: 0.15;
    animation: floatSpice 20s ease-in-out infinite;
}

.spice-1 { top: 10%; left: 5%; animation-delay: 0s; }
.spice-2 { top: 20%; right: 10%; animation-delay: 2s; }
.spice-3 { top: 40%; left: 8%; animation-delay: 4s; }
.spice-4 { top: 60%; right: 5%; animation-delay: 6s; }
.spice-5 { top: 75%; left: 15%; animation-delay: 8s; }
.spice-6 { top: 85%; right: 15%; animation-delay: 10s; }
.spice-7 { top: 30%; left: 90%; animation-delay: 12s; }
.spice-8 { top: 50%; left: 2%; animation-delay: 14s; }

@keyframes floatSpice {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(10deg);
    }
    50% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(-40px) rotate(15deg);
    }
}

/* ============================================
   Header & Navigation
   ============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition-normal);
}

.header.scrolled {
    background: var(--cream);
    box-shadow: var(--shadow-md);
    border-bottom: 3px solid var(--primary);
}

.navbar {
    padding: 15px 0;
    transition: var(--transition-normal);
}

.header.scrolled .navbar {
    padding: 10px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* trial */

.nav-list {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-toggle {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
}

/* Header Tablet */
@media (max-width: 991px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: var(--cream);
        flex-direction: column;
        justify-content: center;
        padding: 80px 40px;
        transition: var(--transition-normal);
        box-shadow: var(--shadow-xl);
        z-index: 1000;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 25px;
        width: 100%;
        text-align: center;
    }
    
    .nav-link {
        color: var(--text-primary);
        font-size: 1.1rem;
        display: block;
        padding: 10px 0;
    }
    
    .nav-link:hover,
    .nav-link.active {
        color: var(--secondary);
    }
    
    .whatsapp-btn span {
        display: none;
    }
    
    .whatsapp-btn {
        padding: 12px;
        border-radius: var(--radius-full);
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    .logo-img,
    .logo-img-white {
        height: 42px;
    }
}

/* Header Mobile */
@media (max-width: 576px) {
    .nav-container {
        padding: 0 15px;
    }
    
    .navbar {
        padding: 12px 0;
    }
    
    .logo-text {
        font-size: 1.3rem;
    }
    
    .logo-img,
    .logo-img-white {
        height: 38px;
    }
    
    .nav-menu {
        width: 100%;
        max-width: 100%;
        padding: 80px 30px;
    }
    
    .whatsapp-btn {
        padding: 10px;
    }
    
    .whatsapp-btn i {
        font-size: 1rem;
    }
}






/* Logo */
.logo {
    display: flex;
    align-items: center;
    z-index: 1001;
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    transition: var(--transition-normal);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.logo-accent {
    color: var(--primary);
}

.header.scrolled .logo-text {
    color: var(--text-primary);
    text-shadow: none;
}

.header.scrolled .logo-accent {
    color: var(--primary);
}

/* Logo Images */
.logo-img {
    height: 50px;
    width: auto;
    display: none;
    transition: var(--transition-normal);
}

.logo-img-white {
    height: 50px;
    width: auto;
    display: block;
    transition: var(--transition-normal);
}

.header.scrolled .logo-img {
    display: block;
}

.header.scrolled .logo-img-white {
    display: none;
}

.logo:hover .logo-img,
.logo:hover .logo-img-white {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .logo-img,
    .logo-img-white {
        height: 45px;
    }
}

@media (max-width: 576px) {
    .logo-img,
    .logo-img-white {
        height: 40px;
    }
    
    .logo-text {
        font-size: 1.4rem;
    }
}


.nav-menu {
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-item {
    position: relative;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--white);
    position: relative;
    padding: 5px 0;
    transition: var(--transition-normal);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition-normal);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.header.scrolled .nav-link {
    color: var(--text-primary);
}

.header.scrolled .nav-link:hover,
.header.scrolled .nav-link.active {
    color: var(--secondary);
}

.header.scrolled .nav-link::after {
    background: var(--secondary);
}

/* Nav Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: var(--white);
    padding: 10px 20px;
    border-radius: var(--radius-xl);
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition-normal);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
    font-size: 1.1rem;
}

/* Hamburger Menu */
.nav-toggle {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 1001;
}

.hamburger {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white);
    transform: translateY(-50%);
    transition: var(--transition-normal);
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white);
    transition: var(--transition-normal);
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    bottom: -8px;
}

.header.scrolled .hamburger,
.header.scrolled .hamburger::before,
.header.scrolled .hamburger::after {
    background: var(--text-primary);
}

.nav-toggle.active .hamburger {
    background: transparent;
}

.nav-toggle.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.nav-toggle.active .hamburger::after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* Mobile Navigation */
@media (max-width: 991px) {
    .nav-toggle {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: var(--cream);
        flex-direction: column;
        justify-content: center;
        padding: 80px 40px;
        transition: var(--transition-normal);
        box-shadow: var(--shadow-xl);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 30px;
    }
    
    .nav-link {
        color: var(--text-primary);
        font-size: 1.2rem;
    }
    
    .nav-link:hover,
    .nav-link.active {
        color: var(--secondary);
    }
    
    .whatsapp-btn span {
        display: none;
    }
    
    .whatsapp-btn {
        padding: 12px;
        border-radius: var(--radius-full);
    }
}

/* ============================================
   Hero Section
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-hero);
}

.hero-spices-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1596040033229-a9821ebd058d?w=1920') center/cover no-repeat;
    z-index: -1;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 20px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    color: var(--text-white);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.2) 0%, rgba(90, 107, 47, 0.2) 100%);
    backdrop-filter: blur(10px);
    padding: 10px 24px;
    border-radius: var(--radius-xl);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    border: 1px solid rgba(242, 183, 5, 0.4);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-badge::before {
    content: '🌿';
    font-size: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.title-line {
    display: block;
    color: white;
}

.title-line.highlight {
    background: var(--gradient-turmeric);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-tagline {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--primary);
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 35px;
    max-width: 500px;
    color: var(--cream);
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}





/* ============================================
   HERO STATS FIX - Visibility
   ============================================ */

/* Base Stats Styles */
.hero-stats {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    gap: 40px;
    flex-wrap: nowrap;
}

.stat-item {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md, 12px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(242, 183, 5, 0.2);
    transition: var(--transition-normal, 0.3s ease);
    min-width: 120px;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(242, 183, 5, 0.4);
    transform: translateY(-5px);
}

.stat-number {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-family: var(--font-heading, 'Playfair Display', serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary, #F2B705);
    text-shadow: 0 2px 10px rgba(242, 183, 5, 0.3);
    line-height: 1.2;
}

.stat-suffix {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 1.5rem;
    color: var(--primary, #F2B705);
    font-weight: 700;
}

.stat-label {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.85rem;
    color: var(--cream, #FFF6E5);
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* ===== STATS RESPONSIVE ===== */

@media (max-width: 991px) {
    .hero-stats {
        justify-content: center;
        gap: 25px;
    }
    
    .stat-item {
        padding: 18px 22px;
        min-width: 110px;
    }
    
    .stat-number {
        font-size: 2.2rem;
    }
    
    .stat-suffix {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hero-stats {
        gap: 20px;
    }
    
    .stat-item {
        padding: 15px 20px;
        min-width: 100px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-suffix {
        font-size: 1.2rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        gap: 15px;
        width: 100%;
    }
    
    .stat-item {
        padding: 15px 18px;
        min-width: 90px;
        flex: 1;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-suffix {
        font-size: 1rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 400px) {
    .hero-stats {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .stat-item {
        width: 100%;
        max-width: 280px;
        padding: 12px 15px;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        margin-top: 0;
        text-align: left;
    }
}
/* Hero Image */
/* .hero-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.hero-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 600px; /* Maximum width */
/* }  */

/* .hero-main-img {
    width: 100%;
    height: auto;
    max-height:500px;
    border-radius: var(--radius-lg, 20px);
    box-shadow: var(--shadow-xl, 0 25px 50px -12px rgba(0, 0, 0, 0.25));
    animation: floatImage 6s ease-in-out infinite;
    border: 4px solid rgba(242, 183, 5, 0.3);
    /* Ensure image displays properly */
    /* display: block;
    object-fit: cover;
    object-position:center;    
}

@keyframes floatImage {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}  */


/* hero image  */
  .hero-image {
            height: 500px;
            width: 100%;
            max-width: 1200px;
            position: relative;
            overflow: visible; /* Changed to show badges */
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .hero-slideshow {
            width: 80%;
            height: 100%;
            position: relative;
        }

        /* ===== SLIDE WRAPPER WITH GLOW ===== */
        .slide-wrap {
            position: absolute;
            inset: 0;
            margin-top: 15px;
            opacity: 0;
            transform: scale(0.95) translateX(50px);
            transition: none; /* GSAP handles transitions */
        }

        .slide-wrap.active {
            opacity: 1;
            transform: scale(1) translateX(0);
        }

        /* ===== GLOWING BORDER EFFECT ===== */
        .slide-wrap::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 22px;
            background: linear-gradient(
                45deg,
                var(--glow-primary),
                var(--glow-secondary),
                #ff6b6b,
                var(--glow-primary),
                #00d4ff,
                var(--glow-secondary)
            );
            background-size: 400% 400%;
            animation: glowRotate 3s ease infinite;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.5s ease;
            filter: blur(8px);
        }

        .slide-wrap.active::before {
            opacity: 1;
        }

        /* Solid border underneath the glow */
        .slide-wrap::after {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 21px;
            background: linear-gradient(
                45deg,
                var(--glow-primary),
                var(--glow-secondary),
                #ff6b6b,
                var(--glow-primary)
            );
            background-size: 300% 300%;
            animation: glowRotate 3s ease infinite;
            z-index: -1;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .slide-wrap.active::after {
            opacity: 1;
        }

        @keyframes glowRotate {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* ===== PULSE GLOW ANIMATION ===== */
        .slide-wrap.active::before {
            animation: glowRotate 3s ease infinite, glowPulse 2s ease-in-out infinite;
        }

        @keyframes glowPulse {
            0%, 100% { 
                filter: blur(8px);
                opacity: 0.8;
            }
            50% { 
                filter: blur(15px);
                opacity: 1;
            }
        }

        .hero-slideshow .slide {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 18px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            display: block;
        }

        /* ===== FLOATING BADGES ===== */
        .floating-badge {
            position: absolute;
            background: var(--cream);
            padding: 15px 22px;
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-premium);
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-primary);
            animation: floatBadge 4s ease-in-out infinite;
            white-space: nowrap;
            z-index: 100; /* High z-index to be on top */
            backdrop-filter: blur(10px);
            background: rgba(255, 254, 247, 0.95);
        }

        .floating-badge i {
            font-size: 1.3rem;
            flex-shrink: 0;
        }

        .badge-1 {
            top: 85%;
            left: -20px;
            transform: translateY(-50%);
            animation-delay: 0s;
            border-left: 4px solid var(--secondary);
        }

        .badge-1 i {
            color: var(--secondary);
        }

        .badge-2 {
            bottom: 25%;
            right: -20px;
            animation-delay: 2s;
            border-left: 4px solid var(--primary);
        }

        .badge-2 i {
            color: var(--primary);
        }

        @keyframes floatBadge {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        /* Badge 1 needs special transform handling */
        .badge-1 {
            animation: floatBadge1 4s ease-in-out infinite;
        }

        @keyframes floatBadge1 {
            0%, 100% { transform: translateY(-50%); }
            50% { transform: translateY(calc(-50% - 10px)); }
        }

        /* ===== BADGE GLOW EFFECT ===== */
        .floating-badge::before {
            content: '';
            position: absolute;
            inset: -2px;
            border-radius: 14px;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            z-index: -1;
            opacity: 0.5;
            filter: blur(10px);
            animation: badgeGlow 2s ease-in-out infinite;
        }

        @keyframes badgeGlow {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.6; }
        }

        /* ===== NAVIGATION DOTS (Optional) ===== */
        .slide-nav {
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 50;
        }

        .slide-nav .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slide-nav .dot.active {
            background: var(--primary);
            box-shadow: 0 0 10px var(--primary);
        }

        .slide-nav .dot:hover {
            background: rgba(255, 255, 255, 0.6);
        }
/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large Desktop */
@media (max-width: 1200px) {
    .hero-img-wrapper {
        max-width: 500px;
    }

    .hero-main-img {
        max-height : 450px;
    }
    
    .floating-badge {
        padding: 12px 18px;
        font-size: 0.85rem;
    }
    
    .badge-1 {
        left: -20px;
    }
    
    .badge-2 {
        right: -20px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-image {
        display:flex !important;
        order:-1;
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .hero-img-wrapper {
        max-width: 400px;
    }
    
    .hero-main-img {
        max-height: 350px;
        border-width: 3px;
    }
    
    @keyframes floatImage {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-15px); }
    }
    
    .floating-badge {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
    
    .floating-badge i {
        font-size: 1.1rem;
    }
    
    .badge-1 {
        left: -15px;
        top: 15%;
    }
    
    .badge-2 {
        right: -15px;
        bottom: 15%;
    }
}

/* Small Tablet / Large Mobile */
@media (max-width: 768px) {
    .hero-image {
        display:flex !important;
        padding: 5px;
        margin-bottom: 25px;
    }
    
    .hero-img-wrapper {
        max-width: 350px;
    }
    
    .hero-main-img {
        border-radius: 16px;
        max-height:300px;
    }
    
    @keyframes floatImage {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    
    .floating-badge {
        padding: 8px 12px;
        font-size: 0.75rem;
        gap: 6px;
        border-radius: 8px;
    }
    
    .floating-badge i {
        font-size: 1rem;
    }
    
    /* Reposition badges for mobile */
    .badge-1 {
        top: 10px;
        left: 10px;
        border-left: 3px solid var(--secondary, #5a6b2f);
    }
    
    .badge-2 {
        top: auto !important;
        left: auto !important;
        bottom: 10px !important;
        right: 10px !important;
        border-left: 3px solid var(--primary, #F2B705);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-image {
        display: flex !important;
        padding:0 15px;
        margin-bottom: 20px;
    }
    
    .hero-img-wrapper {
        max-width: 100%;
        width: 100%;
    }
    
    .hero-main-img {
        border-radius: 12px;
        border-width: 2px;
        max-height:250px;
    }
    
    @keyframes floatImage {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }
    
    .floating-badge {
        padding: 6px 10px;
        font-size: 0.7rem;
        gap: 5px;
        border-radius: 6px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .floating-badge i {
        font-size: 0.85rem;
    }
    
    .badge-1 {
        top: 80px;
        left: 8px;
        border-left-width: 2px;
    }
    
    .badge-2 {
        bottom: 8px !important;
        right: 50px !important;
        transform: scale(0.9);
        border-left-width: 2px;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .hero-main-img {
        max-height:200px;
        border-radius: 10px;
    }
    
    .floating-badge {
        padding: 5px 8px;
        font-size: 0.65rem;
    }
    
    .floating-badge i {
        font-size: 0.75rem;
    }
    
    /* Option: Hide badges on very small screens */
    /* 
    .floating-badge {
        display: none;
    }
    */
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-image {
        padding: 10px;
    }
    
    .hero-img-wrapper {
        max-width: 300px;
    }
    
    .hero-main-img {
        aspect-ratio: 16/9;
    }
    
    .floating-badge {
        padding: 5px 8px;
        font-size: 0.65rem;
    }
}

/* ===== REDUCE MOTION FOR ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    .hero-main-img,
    .floating-badge {
        animation: none;
    }
}

/* Scroll Indicator */
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--text-white);
    font-size: 0.85rem;
    opacity: 0.8;
    transition: var(--transition-normal);
}

.scroll-indicator:hover {
    opacity: 1;
    color: var(--primary);
}

.scroll-arrow {
    width: 24px;
    height: 40px;
    border: 2px solid currentColor;
    border-radius: 12px;
    position: relative;
}

.scroll-arrow::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: currentColor;
    border-radius: 2px;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { top: 8px; opacity: 1; }
    50% { top: 20px; opacity: 0.3; }
}

/* Hero Responsive */
@media (max-width: 991px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        margin: 0 auto 35px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-image {
        display: none;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 576px) {
    .hero {
        min-height: auto;
    }
    
    .hero-container {
        padding: 100px 15px 60px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .stat-item {
        padding: 15px 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* ============================================
   Buttons
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-xl);
    transition: var(--transition-normal);
    cursor: pointer;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: var(--gradient-turmeric);
    color: var(--dark);
    border-color: var(--primary);
    box-shadow: var(--shadow-turmeric);
}

.btn-primary:hover {
    background: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(242, 183, 5, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border-color: var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: var(--dark);
    border-color: var(--primary);
}

.btn-olive {
    background: var(--gradient-olive);
    color: var(--white);
    border-color: var(--secondary);
    box-shadow: var(--shadow-olive);
}

.btn-olive:hover {
    background: var(--secondary-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(90, 107, 47, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.btn-outline:hover {
    background: var(--secondary);
    color: var(--white);
}

.btn-outline-turmeric {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-turmeric:hover {
    background: var(--primary);
    color: var(--dark);
}

.btn-white {
    background: var(--white);
    color: var(--secondary);
    border-color: var(--white);
    box-shadow: var(--shadow-md);
}

.btn-white:hover {
    background: var(--cream);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--secondary);
    border-color: var(--white);
}

/* Nature Gradient Button */
.btn-nature {
    background: var(--gradient-nature);
    color: var(--white);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-nature::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.btn-nature:hover::before {
    left: 100%;
}

.btn-nature:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(90, 107, 47, 0.4);
}

.btn-lg {
    padding: 16px 40px;
    font-size: 1rem;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 0.85rem;
}

.btn i {
    transition: var(--transition-normal);
}

.btn:hover i {
    transform: translateX(5px);
}

/* ============================================
   Section Headers
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.15) 0%, rgba(90, 107, 47, 0.1) 100%);
    color: var(--secondary);
    padding: 10px 24px;
    border-radius: var(--radius-xl);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid rgba(90, 107, 47, 0.25);
}

.section-title {
    font-size: 2.5rem;
    color: var(--text-primary);
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--gradient-nature);
    margin: 20px auto 0;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}

/* ============================================
   About Preview Section
   ============================================ */
.about-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-preview-image .image-wrapper {
    position: relative;
    display: inline-block;
}

.about-preview-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-premium);
    border: 4px solid var(--white);
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--gradient-olive);
    color: var(--white);
    padding: 25px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-olive);
    border: 3px solid var(--white);
}

.experience-badge .year {
    display: block;
    font-size: 0.85rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.experience-badge .number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
}

.about-preview-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.about-preview-content p {
    margin-bottom: 20px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: var(--cream);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--secondary);
    transition: var(--transition-normal);
}

.feature-item:hover {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transform: translateX(5px);
}

.feature-icon i {
    color: var(--secondary);
    font-size: 1.1rem;
}

.feature-item span {
    font-weight: 500;
    color: var(--text-primary);
}

@media (max-width: 991px) {
    .about-preview-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .about-preview-image {
        order: -1;
    }
    
    .about-features {
        justify-content: center;
    }
    
    .feature-item {
        justify-content: center;
    }
}

/* ============================================
   Products Section
   ============================================ */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.products-full {
    grid-template-columns: repeat(3, 1fr);
}

.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
    border: 1px solid var(--border-light);
    position: relative;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-nature);
    transform: scaleX(0);
    transition: var(--transition-normal);
    z-index: 10;
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary);
}

.product-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-olive);
    color: var(--white);
    padding: 6px 14px;
    border-radius: var(--radius-xl);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: var(--shadow-olive);
    z-index: 5;
    display: inline-block;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(90, 107, 47, 0.9) 0%, rgba(58, 42, 26, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition-normal);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.quick-view {
    width: 55px;
    height: 55px;
    background: var(--cream);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 1.3rem;
    transition: var(--transition-normal);
    transform: scale(0);
    box-shadow: var(--shadow-md);
}

.product-card:hover .quick-view {
    transform: scale(1);
}

.quick-view:hover {
    background: var(--primary);
    color: var(--dark);
    transform: scale(1.1);
}

.product-content {
    padding: 25px;
}

.product-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    transition: var(--transition-normal);
    color: var(--text-primary);
}

.product-card:hover .product-title {
    color: var(--secondary);
}

.product-description {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 15px;
    line-height: 1.7;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.product-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    color: var(--secondary);
    background: rgba(90, 107, 47, 0.1);
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(90, 107, 47, 0.2);
    font-weight: 500;
}

.section-cta {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Why Choose Us Section
   ============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
    border: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-nature);
    transform: scaleX(0);
    transition: var(--transition-normal);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--primary);
}

.feature-icon-wrapper {
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.1) 0%, rgba(90, 107, 47, 0.1) 100%);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: var(--transition-normal);
    border: 2px solid rgba(90, 107, 47, 0.15);
}

.feature-icon-wrapper i {
    font-size: 2rem;
    color: var(--secondary);
    transition: var(--transition-normal);
}

.feature-card:hover .feature-icon-wrapper {
    background: var(--gradient-olive);
    border-color: transparent;
    box-shadow: var(--shadow-olive);
    transform: scale(1.1);
}

.feature-card:hover .feature-icon-wrapper i {
    color: var(--white);
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   CTA Section
   ============================================ */
.cta-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-cta);
    z-index: -1;
}

.cta-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1596040033229-a9821ebd058d?w=1920') center/cover;
    opacity: 0.12;
}

.cta-content {
    text-align: center;
    color: var(--text-white);
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: var(--white);
    margin-bottom: 15px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.cta-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 35px;
    color: var(--cream);
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* ============================================
   Footer
   ============================================ */
.footer {
    background: var(--dark);
    color: var(--text-white);
}

.footer-top {
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(242, 183, 5, 0.15);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
}

.footer-col.footer-about {
    max-width: 350px;
}

.footer-logo {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    display: inline-block;
    margin-bottom: 10px;
}

.footer-logo span {
    color: var(--primary);
}

.footer-logo-img {
    height: 60px;
    width: auto;
    transition: var(--transition-normal);
}

.footer-logo:hover .footer-logo-img {
    transform: scale(1.05);
}

.footer-tagline {
    font-style: italic;
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.8;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: var(--gradient-turmeric);
    color: var(--dark);
    transform: translateY(-3px);
    border-color: transparent;
    box-shadow: var(--shadow-turmeric);
}

.footer-col h4 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 25px;
    font-family: var(--font-primary);
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--gradient-nature);
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    transition: var(--transition-normal);
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--primary);
    margin-right: 0;
    transition: var(--transition-normal);
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-links a:hover::before {
    width: 10px;
    margin-right: 8px;
}

.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.footer-contact i {
    color: var(--primary);
    font-size: 1rem;
    margin-top: 4px;
    min-width: 20px;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact a:hover {
    color: var(--primary);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(242, 183, 5, 0.15);
    padding: 30px 0;
}

.footer-bottom-content {
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-bottom p:last-child {
    margin-bottom: 0;
}

.footer-bottom .tagline-text {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-size: 0.85rem;
}

.designer-credit {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(242, 183, 5, 0.1);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.designer-credit .heart {
    color: var(--primary);
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.designer-credit a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.designer-credit a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition-normal);
}

.designer-credit a:hover::after {
    width: 100%;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-col.footer-about {
        max-width: 100%;
    }
    
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-contact li {
        justify-content: center;
    }
    
    .footer-links a::before {
        display: none;
    }
}

/* ============================================
   WhatsApp Float Button
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.8rem;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.5);
    z-index: 999;
    transition: var(--transition-normal);
    border: 3px solid var(--white);
}

.whatsapp-float:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 8px 35px rgba(37, 211, 102, 0.6);
}

.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background: var(--white);
    color: var(--text-primary);
    padding: 10px 18px;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
    border-left: 3px solid #25D366;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   Back to Top Button
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-olive);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    box-shadow: var(--shadow-olive);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
    border: 2px solid var(--white);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--gradient-turmeric);
    color: var(--dark);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(242, 183, 5, 0.4);
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 20px;
    }
}

/* ============================================
   Page Hero (Internal Pages)
   ============================================ */
.page-hero {
    position: relative;
    padding: 180px 0 100px;
    background: var(--gradient-hero);
    overflow: hidden;
}

.page-hero-small {
    padding: 150px 0 80px;
}

.page-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1596040033229-a9821ebd058d?w=1920') center/cover;
    opacity: 0.12;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-white);
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.page-badge {
    display: inline-block;
    /* align-items: center;
    justify-content: center; */
    /* gap: 8px; */
    background: linear-gradient(135deg, rgba(242, 183, 5, 0.2) 0%, rgba(90, 107, 47, 0.2) 100%);
    padding: 10px 24px;
    border-radius: var(--radius-xl);
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(242, 183, 5, 0.4);
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-left: auto;
    margin-right: auto; */
}

.page-title {
    font-size: 3rem;
    color: var(--white);
    margin: 0 0 15px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    /* text-align: center; */
    line-height: 1.2
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 25px auto;
    color: var(--cream);
    line-height: 1.7;
    /* text-align: center; */
}

.breadcrumb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.breadcrumb a {
    color: var(--primary);
    transition: var(--transition-normal);
}

.breadcrumb a:hover {
    color: var(--white);
}

.breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    .page-hero {
        padding: 140px 0 80px;
    }
    
    .page-hero-small {
        padding: 120px 0 60px;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .page-badge {
        font-size: 0.7rem;
        padding: 8px 18px;
    }
}

@media (max-width: 576px) {
    .page-hero {
        padding: 120px 0 60px;
    }
    
    .page-title {
        font-size: 1.75rem;
    }
    
    .breadcrumb {
        font-size: 0.85rem;
    }
}

/* ============================================
   About Page Styles
   ============================================ */
.about-intro {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-intro-content h2 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.about-intro-content .lead-text {
    /* font-size: 1.1rem; */
    color: var(--dark-gray);
    margin-bottom: 20px;
}

.about-intro-content p {
    color: var(--gray);
    margin-bottom: 15px;
}

.about-intro-image {
    position: relative;
}

.about-intro-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.about-intro-image .image-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--secondary);
    border-radius: var(--radius-lg);
    z-index: -1;
}

.purpose-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.purpose-intro .lead-text {
    font-size: 1.2rem;
    color: var(--dark-gray);
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.purpose-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.purpose-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.purpose-icon {
    width: 70px;
    height: 70px;
    background: var(--bg-cream);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.purpose-icon i {
    font-size: 1.8rem;
    color: var(--primary);
}

.purpose-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.purpose-card p {
    color: var(--gray);
}

/* Leadership Section */
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.leader-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.leader-image {
    position: relative;
}

.leader-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.leader-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.leader-social a {
    width: 35px;
    height: 35px;
    background: var(--white);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}

.leader-social a:hover {
    background: var(--primary);
    color: var(--white);
}

.leader-content h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.leader-title {
    display: block;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 15px;
}

.leader-content p {
    color: var(--gray);
    font-size: 0.95rem;
    margin-bottom: 10px;
}

/* Values Section */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.value-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.value-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--bg-cream);
    position: absolute;
    top: 10px;
    right: 20px;
}

.value-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.value-card p {
    color: var(--gray);
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .about-intro {
        grid-template-columns: 1fr;
    }
    
    .purpose-grid {
        grid-template-columns: 1fr;
    }
    
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    
    .leader-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .leader-image {
        max-width: 250px;
        margin: 0 auto;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Products Page Styles
   ============================================ */
.products-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.products-intro .lead-text {
    font-size: 1.1rem;
    color: var(--dark-gray);
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.promise-card {
    text-align: center;
    padding: 30px;
}

.promise-icon {
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: var(--shadow-sm);
}

.promise-icon i {
    font-size: 2rem;
    color: var(--primary);
}

.promise-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.promise-card p {
    color: var(--gray);
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .promise-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Distributors Page Styles
   ============================================ */
.advantage-content {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.advantage-content .lead-text {
    font-size: 1.1rem;
    color: var(--dark-gray);
    margin-bottom: 15px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantage-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
    border-bottom: 3px solid transparent;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-bottom-color: var(--primary);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: var(--bg-cream);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.advantage-icon i {
    font-size: 1.8rem;
    color: var(--primary);
}

.advantage-card h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.advantage-card p {
    color: var(--gray);
    font-size: 0.9rem;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.requirement-card {
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    display: flex;
    gap: 20px;
}

.requirement-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: var(--bg-cream);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
}

.requirement-icon i {
    font-size: 1.5rem;
    color: var(--primary);
}

.requirement-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.requirement-card p,
.requirement-card ul {
    color: var(--gray);
    font-size: 0.95rem;
}

.requirement-card ul {
    padding-left: 20px;
}

.requirement-card ul li {
    list-style: disc;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .requirements-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .requirement-card {
        flex-direction: column;
        text-align: center;
    }
    
    .requirement-icon {
        margin: 0 auto;
    }
}

/* ============================================
   Forms
   ============================================ */
.form-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 50px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-premium);
    border: 1px solid var(--border-light);
    border-top: 4px solid var(--secondary);
}

.modern-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form-group {
    position: relative;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.form-group label .required {
    color: var(--spice-cinnamon);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 20px;
    padding-left: 45px;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 1rem;
    transition: var(--transition-normal);
    background: var(--white);
    color: var(--text-primary);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 4px rgba(90, 107, 47, 0.1);
}

.form-icon {
    position: absolute;
    left: 15px;
    top: 42px;
    color: var(--text-muted);
    transition: var(--transition-normal);
}

.form-group input:focus + .form-icon,
.form-group select:focus + .form-icon,
.form-group textarea:focus + .form-icon {
    color: var(--secondary);
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238A7A68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

.checkbox-group {
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    padding: 0;
    accent-color: var(--secondary);
    cursor: pointer;
}

.checkbox-label a {
    color: var(--secondary);
    text-decoration: underline;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-success {
    text-align: center;
    padding: 40px;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-olive);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: var(--shadow-olive);
}

.success-icon i {
    font-size: 2.5rem;
    color: var(--white);
}

.form-success h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--secondary);
}

.form-success p {
    color: var(--text-muted);
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .form-container {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Contact Page Styles
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.contact-info > p {
    color: var(--text-muted);
    margin-bottom: 35px;
    line-height: 1.8;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.contact-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: var(--cream);
    border-radius: var(--radius-md);
    transition: var(--transition-normal);
    border: 1px solid var(--border-light);
    border-left: 4px solid var(--primary);
}

.contact-card:hover {
    background: var(--white);
    box-shadow: var(--shadow-md);
    transform: translateX(5px);
}

.contact-card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--gradient-olive);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-olive);
}

.contact-card-icon i {
    color: var(--white);
    font-size: 1.2rem;
}

.contact-card-content h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--text-primary);
}

.contact-card-content p,
.contact-card-content a {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.contact-card-content a:hover {
    color: var(--secondary);
}

.social-connect h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.social-links-large {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link-lg {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--white);
    transition: var(--transition-normal);
    box-shadow: var(--shadow-sm);
}

.social-link-lg:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: var(--shadow-lg);
}

.social-link-lg.facebook { background: #1877F2; }
.social-link-lg.instagram { background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF); }
.social-link-lg.twitter { background: #1DA1F2; }
.social-link-lg.linkedin { background: #0A66C2; }
.social-link-lg.youtube { background: #FF0000; }
.social-link-lg.whatsapp { background: #25D366; }

.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-premium);
    border: 1px solid var(--border-light);
    border-top: 4px solid var(--secondary);
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.form-header p {
    color: var(--text-muted);
}

.map-section {
    padding: 0 0 80px;
}

.map-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--white);
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   Policy Pages Styles
   ============================================ */
/* ============================================
   Policy Pages Styles - Updated
   ============================================ */
.policy-content {
    max-width: 900px;
    margin: 0 auto;
}

.policy-header {
    margin-bottom: 30px;
}

.effective-date {
    color: var(--gray);
    font-size: 0.9rem;
}

/* Policy Intro - Simplified */
.policy-intro {
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.policy-intro p {
    margin-bottom: 15px;
    color: var(--gray);
    line-height: 1.8;
}

.policy-intro p:last-child {
    margin-bottom: 0;
}

/* Policy Sections - Clean Look */
.policy-section-item {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
}

.policy-section-item:last-child {
    border-bottom: none;
}

/* Smaller Headings */
.policy-section-item h2 {
    font-size: 1rem;
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.policy-section-item h3 {
    font-size: 1rem;
    font-family: var(--font-primary);
    font-weight: 600;
    color: var(--dark-gray);
    margin: 15px 0 10px;
}

.policy-section-item p {
    color: var(--gray);
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 0.95rem;
}

.policy-section-item ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.policy-section-item ul li {
    list-style: disc;
    color: var(--gray);
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Remove Background Colors - Clean Boxes */
.policy-section-item.highlight-box {
    background: transparent;
    padding: 0;
    border-left: none;
    border-radius: 0;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
}

.policy-section-item.highlight-box h2 {
    color: var(--dark-gray);
}

.policy-section-item.important-box {
    background: transparent;
    padding: 0;
    border-left: none;
    border-radius: 0;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
}

.policy-section-item.important-box h2 {
    color: var(--dark-gray);
}

/* Notes and Tips - Simplified */
.policy-section-item .note {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-style: italic;
    margin: 12px 0;
    color: var(--gray);
    font-size: 0.9rem;
}

.policy-section-item .tip {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: var(--gray);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Contact Info Box - Minimal Style */
.contact-info-box {
    background: var(--bg-light);
    padding: 20px 25px;
    border-radius: var(--radius-md);
    margin-top: 15px;
    border: 1px solid #E8E8E8;
}

.contact-info-box h4 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: var(--dark-gray);
    font-family: var(--font-primary);
    font-weight: 600;
}

.contact-info-box p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--dark-gray);
    font-size: 0.9rem;
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

.contact-info-box i {
    color: var(--primary);
    margin-top: 3px;
    min-width: 18px;
    font-size: 0.9rem;
}

.contact-info-box a {
    color: var(--primary);
}

.contact-info-box a:hover {
    text-decoration: underline;
}

/* Delivery Table - Clean Style */
.delivery-table {
    background: var(--white);
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid #E8E8E8;
    margin: 15px 0;
}

.delivery-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #F0F0F0;
    font-size: 0.9rem;
}

.delivery-row:last-child {
    border-bottom: none;
}

.delivery-row:nth-child(odd) {
    background: var(--bg-light);
}

.delivery-location {
    font-weight: 500;
    color: var(--dark-gray);
}

.delivery-time {
    color: var(--primary);
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .policy-section-item h2 {
        font-size: 1.1rem;
    }
    
    .policy-section-item h3 {
        font-size: 0.95rem;
    }
    
    .policy-section-item p,
    .policy-section-item ul li {
        font-size: 0.9rem;
    }
    
    .contact-info-box {
        padding: 15px;
    }
}

/* ============================================
   Animations & Utilities
   ============================================ */

/* Fade In Animation */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide In Animations */
.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Scale In Animation */
.scale-in {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* Stagger Animation Delays */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* Shake Animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

/* Glow Animation */
@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(196, 30, 58, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(196, 30, 58, 0.6);
    }
}

.glow {
    animation: glow 2s ease-in-out infinite;
}

/* Text Utilities */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-white { color: var(--white); }
.text-gray { color: var(--gray); }
.text-dark { color: var(--dark-gray); }

.font-heading { font-family: var(--font-heading); }
.font-primary { font-family: var(--font-primary); }

.fw-light { font-weight: 300; }
.fw-normal { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }

/* Spacing Utilities */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mb-4 { margin-bottom: 40px; }
.mb-5 { margin-bottom: 50px; }

.py-1 { padding-top: 10px; padding-bottom: 10px; }
.py-2 { padding-top: 20px; padding-bottom: 20px; }
.py-3 { padding-top: 30px; padding-bottom: 30px; }
.py-4 { padding-top: 40px; padding-bottom: 40px; }
.py-5 { padding-top: 50px; padding-bottom: 50px; }

/* Display Utilities */
.d-none { display: none; }
.d-block { display: block; }
.d-flex { display: flex; }
.d-grid { display: grid; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-wrap { flex-wrap: wrap; }
.flex-column { flex-direction: column; }

.gap-1 { gap: 10px; }
.gap-2 { gap: 20px; }
.gap-3 { gap: 30px; }

/* Background Utilities */
.bg-primary { background-color: var(--primary); }
.bg-secondary { background-color: var(--secondary); }
.bg-white { background-color: var(--white); }
.bg-light { background-color: var(--bg-light); }
.bg-cream { background-color: var(--bg-cream); }

/* Border Utilities */
.rounded { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-full { border-radius: var(--radius-full); }

/* Shadow Utilities */
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }

/* ============================================
   Responsive Breakpoints
   ============================================ */

/* Tablets */
@media (max-width: 991px) {
    :root {
        --section-padding: 80px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .container {
        padding: 0 25px;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px 0;
    }
    
    html {
        font-size: 15px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .page-hero {
        padding: 140px 0 80px;
    }
    
    .page-title {
        font-size: 2rem;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    :root {
        --section-padding: 50px 0;
    }
    
    html {
        font-size: 14px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .hero {
        min-height: auto;
        padding: 120px 0 60px;
    }
    
    .hero-container {
        padding: 100px 15px 60px;
    }
    
    .preloader-logo {
        font-size: 1.8rem;
    }
    
    .logo-text {
        font-size: 1.4rem;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 20px;
    }
    
    .form-container {
        padding: 25px 15px;
    }
    
    .policy-content {
        padding: 0 10px;
    }
    
    .policy-intro,
    .policy-section-item.highlight-box,
    .policy-section-item.important-box {
        padding: 20px;
    }
    
    .contact-info-box {
        padding: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

/* Extra Small Devices */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.6rem;
    }
    
    .hero-tagline {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-item {
        padding: 15px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-md);
    }
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .whatsapp-float,
    .back-to-top,
    .floating-spices,
    #preloader {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }
    
    .page-hero {
        background: none;
        color: #000;
        padding: 20px 0;
    }
    
    .page-title {
        color: #000;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    .policy-content {
        max-width: 100%;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary: #B30000;
        --gray: #333;
    }
    
    .btn {
        border-width: 3px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .floating-spice,
    .hero-main-img,
    .floating-badge {
        animation: none;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* ============================================
   Custom Scrollbar
   ============================================ */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--bg-light);
}

/* ============================================
   Selection Styles
   ============================================ */
::selection {
    background: var(--primary);
    color: var(--white);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

/* ============================================
   Focus Styles for Accessibility
   ============================================ */
:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 2px;
}

/* Skip to Content Link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary);
    color: var(--white);
    padding: 10px 20px;
    z-index: 10000;
    transition: top 0.3s ease;
}

.skip-link:focus {
    top: 0;
}

/* ============================================
   Updated Footer Bottom Styles with Rebryx Credit
   ============================================ */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}

.footer-bottom-content {
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-bottom p:last-child {
    margin-bottom: 0;
}

.footer-bottom .tagline-text {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-size: 0.85rem;
}

.designer-credit {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.designer-credit .heart {
    color: #C41E3A;
    display: inline-block;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

.designer-credit a {
    color: var(--secondary);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: var(--transition-normal);
}

.designer-credit a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: var(--transition-normal);
}

.designer-credit a:hover {
    color: var(--white);
}

.designer-credit a:hover::after {
    width: 100%;
}

/* Alternative Styled Version */
.designer-credit-styled {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 15px;
}

.designer-credit-styled a {
    background: linear-gradient(135deg, var(--secondary), #E5C97A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-bottom {
        padding: 25px 0;
    }
    
    .footer-bottom p {
        font-size: 0.8rem;
    }
    
    .designer-credit {
        font-size: 0.8rem;
    }
}