/* Hero Section Slides */
.slide-hero-main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero_main_new.webp');
    /* Ensure image clarity */
    image-rendering: auto;
    background-size: cover;
    background-position: center;
}

:root {
    --gradient-gold: linear-gradient(135deg, #d4a373 0%, #b8860b 100%);
}

[data-lang] {
    display: none;
}

.show-lang {
    display: block !important;
}

.nav-links [data-lang] {
    display: none;
}

.nav-links .show-lang {
    display: inline-block !important;
}

.btn-white-outline {
    border-color: white !important;
    color: white !important;
}

.btn-order-now-premium {
    background: var(--gradient-gold) !important;
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: none;
    box-shadow: 0 10px 20px rgba(184, 134, 11, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-order-now-premium::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;
    z-index: -1;
}

.btn-order-now-premium:hover::before {
    left: 100%;
}

.btn-order-now-premium:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(184, 134, 11, 0.4);
    color: white !important;
}

.btn-order-now-premium i {
    font-size: 1.2rem;
    transition: transform 0.4s ease;
}

.btn-order-now-premium:hover i {
    transform: translateX(5px) rotate(-10deg);
}

.btn-gold {
    background: var(--gradient-gold) !important;
    color: white !important;
    box-shadow: 0 10px 20px rgba(184, 134, 11, 0.2);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(184, 134, 11, 0.4);
    color: white !important;
}

.btn-buy-now {
    background: var(--gradient-primary) !important;
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 999px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}

.btn-buy-now:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.4);
    color: white !important;
}

.slide-bachat {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero_bachat_new.webp');
    background-size: cover;
    background-position: center;
}

.slide-1vihga {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero_sharuat_new.webp');
    background-size: cover;
    background-position: center;
}

.cta-quote-margin {
    margin-top: 20px;
}

.bg-soft-gray {
    background: #f4f7f6;
}

.contact-title-style {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.contact-desc-style {
    color: #4a5568;
}

.bg-farmer-practice {
    background-image: url('../images/farmer_practice.webp');
}

/* extracted from about.html */
.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.vision-card-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vision-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.card-image-header {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.card-image-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}

.icon-box {
    position: absolute;
    bottom: -30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(27, 26, 26);
    font-size: 1.5rem;
    border: 4px solid white;
}

.icon-box.warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.icon-box.info {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.card-content {
    padding: 2.5rem 2rem 2rem;
    flex-grow: 1;
}

.card-content h3 {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1f2937;
}

.card-content p {
    color: #4b5563;
    line-height: 1.7;
    font-size: 1.05rem;
    margin: 0;
}

.bg-gradient-about {
    background: linear-gradient(to bottom, #ffffff 0%, #f0fdf4 100%);
}

.mb-4rem {
    margin-bottom: 4rem;
}

.intro-box-style {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-left: 5px solid var(--primary);
}

.intro-text-primary {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #374151;
    margin-bottom: 1.5rem;
}

.text-primary-color {
    color: var(--primary);
}

.intro-text-secondary {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #374151;
}

.highlight-yellow {
    background: linear-gradient(120deg, #fef3c7 0%, #fde68a 100%);
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
}

.mt-2rem {
    margin-top: 2rem;
}

.detail-item-style {
    background: white;
    padding: 1.2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.vision-title-center {
    text-align: center;
    margin-bottom: 3rem;
}

.vision-card-1 {
    background-image: url('../images/1vihga.webp');
}

.vision-card-2 {
    background-image: url('../images/organic_farming.webp');
}

.vision-card-3 {
    background-image: url('../images/farmer.webp');
}

.philosophy-banner {
    background: linear-gradient(135deg, #98d8be 0%, #7ddfab 100%);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.philosophy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.05)' /%3E%3C/svg%3E");
    opacity: 0.3;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.quote-icon-style {
    font-size: 2rem;
    color: #10b981;
    margin-bottom: 1rem;
}

.philosophy-title {
    color: rgb(21, 8, 8);
    font-size: 1.8rem;
    margin: 1rem 0;
    font-weight: 700;
    line-height: 1.5;
}

.philosophy-text {
    color: #10b981;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.movement-section-bg {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.4);
    position: relative;
    overflow: hidden;
}

.deco-circle-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.deco-circle-2 {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.movement-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.movement-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    margin-bottom: 1.5rem;
}

.movement-badge-text {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
}

.movement-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.movement-desc {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.3rem;
    line-height: 1.8;
}

.movement-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2.5rem 0;
}

.movement-pillar-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.pillar-img-box {
    width: 100%;
    height: 180px;
    margin-bottom: 1.5rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pillar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pillar-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pillar-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.pillar-icon-bg {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-icon-large {
    font-size: 80px;
    color: white;
    opacity: 0.9;
}

.slogan-section {
    margin-top: 5rem;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0fdf4 100%);
    border-radius: 40px;
    box-shadow: inset 0 0 50px rgba(16, 185, 129, 0.05);
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d1fae5;
}

.slogan-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}


.slogan-box-main {
    background: rgba(255, 255, 255, 0.2);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    text-align: center;
}

.slogan-main-text {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.slogan-sub-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

.slogan-final-title {
    color: #fef3c7;
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.cta-whatsapp-btn {
    font-size: 1.2rem;
    padding: 1rem 3rem;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.whatsapp-icon-size {
    font-size: 1.5rem;
}




/* Full Page Premium Theme for About Us */
.bg-gradient-about-premium {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
    position: relative;
    padding-bottom: 2rem;
}

.section-divider-wave {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
}

.section-divider-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.divider-green .shape-fill {
    fill: #f0fdf4;
}

.divider-white .shape-fill {
    fill: #ffffff;
}

.divider-premium-green .shape-fill {
    fill: #ecfdf5;
}

.intro-box-premium {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 30px;
    border: 1px solid rgba(16, 185, 129, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.vision-card-premium {
    background: white;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border-bottom: 5px solid transparent;
}

.vision-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.15);
    border-bottom-color: var(--primary);
}

.quote-banner-premium {
    background: linear-gradient(135deg, #065f46 0%, #064e3b 100%);
    color: white;
    padding: 6rem 3rem;
    border-radius: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 4rem 0;
}

.quote-banner-premium::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.quote-title-premium {
    font-size: 2.2rem;
    color: white !important;
    font-weight: 800;
    margin-bottom: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.movement-section-premium {
    background: #ecfdf5;
    padding: 8rem 0;
    position: relative;
}

/* Movement Section Premium Overrides */
.movement-section-bg-premium {
    background: transparent;
    padding: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.movement-pillar-card-premium {
    background: white !important;
    backdrop-filter: none;
    border: 1px solid #e5e7eb !important;
    color: var(--text-main) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 25px !important;
}

.pillar-title-premium {
    color: #064e3b !important;
    font-weight: 700;
}

.pillar-desc-premium {
    color: #6b7280 !important;
}

.slogan-final-title-premium {
    color: #059669 !important;
    font-weight: 800;
    font-size: 2.5rem !important;
    display: inline-block;
    padding: 1.5rem 3.5rem !important;
    background: white;
    border-radius: 60px;
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.15);
    border: 3px solid #10b981;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    line-height: 1.2;
    margin-top: 1rem;
}

.slogan-final-title-premium:hover {
    transform: translateY(-5px) scale(1.03);
    background: #10b981;
    color: white !important;
    box-shadow: 0 20px 45px rgba(16, 185, 129, 0.3);
}

.slogan-box-premium {
    background: #ffffff !important;
    border: 1px solid #d1fae5 !important;
    border-radius: 30px;
    padding: 3.5rem 2rem !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
    margin: 0 auto 3.5rem !important;
    max-width: 900px;
    position: relative;
}

.slogan-box-premium::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 2.5rem;
    color: rgba(16, 185, 129, 0.1);
}

.slogan-main-text-premium {
    color: #065f46 !important;
    font-weight: 800;
    font-size: 2.4rem !important;
    margin-bottom: 1.2rem !important;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.3;
}

.slogan-sub-text-premium {
    color: #4b5563 !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    opacity: 0.85;
    font-family: 'Poppins', sans-serif;
}


.movement-title-premium {
    color: #064e3b !important;
    text-shadow: none !important;
    font-size: 3rem !important;
}

.movement-desc-premium {
    color: #6b7280 !important;
}

/* Premium Why Choose Us Section - Styles based on user images */
.premium-why-choose {
    position: relative;
    background: #ffffff;
    padding: 8rem 0;
    overflow: hidden;
}

/* Header Wave */
.header-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.header-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.header-wave .shape-fill {
    fill: #f6efef;
}

.why-choose-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
}

.why-choose-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.circular-frame {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 15px solid #f0fdf4;
    overflow: visible;
    /* To allow floating items */
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.farm-illustration {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.floating-plant {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: floating 3s ease-in-out infinite;
}

.plant-1 {
    top: 10%;
    right: -20px;
    animation-delay: 0.5s;
}

.plant-2 {
    bottom: 15%;
    left: -30px;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.premium-subtitle {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.5rem;
}

.premium-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #064e3b;
}

.premium-desc {
    color: #64748b;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.premium-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.premium-feature-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.premium-feature-card.featured {
    background: #ecfdf5;
    border-color: #10b981;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
}

.premium-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.feature-icon-wrap {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.feature-info h4 {
    color: #1e293b;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.feature-info p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .why-choose-content-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .why-choose-visual {
        order: -1;
        margin-bottom: 3rem;
    }

    .text-left {
        text-align: center;
    }

    .premium-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .circular-frame {
        width: 320px;
        height: 320px;
        border-width: 10px;
    }

    .floating-plant {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .premium-title {
        font-size: 2.2rem;
    }

    .premium-why-choose {
        padding: 5rem 0;
    }
}

@media (max-width: 480px) {
    .circular-frame {
        width: 260px;
        height: 260px;
        border-width: 8px;
    }

    .floating-plant {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .plant-1 {
        right: -10px;
    }

    .plant-2 {
        left: -15px;
    }

    .premium-title {
        font-size: 1.8rem;
    }

    .premium-feature-card.featured {
        transform: none;
    }
}

/* extracted from benefits.html */
.benefits-header-bg {
    background-image: url('../images/sharuat.webp');
}

.benefits-hero-p {
    color: var(--secondary);
}

.benefits-section-gradient {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 50%, #ecfdf5 100%);
}

.text-center-mb-4rem {
    text-align: center;
    margin-bottom: 4rem;
}

.text-primary {
    color: var(--primary);
}

.benefits-title-lg {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefits-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.benefit-card-base {
    background: white;
    padding: 0;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.benefit-card-emerald {
    border-top: 5px solid #10b981;
}

.benefit-card-blue {
    border-top: 5px solid #3b82f6;
}

.benefit-card-amber {
    border-top: 5px solid #f59e0b;
}

.benefit-card-sky {
    border-top: 5px solid #0ea5e9;
}

.benefit-card-purple {
    border-top: 5px solid #8b5cf6;
}

.benefit-card-green {
    border-top: 5px solid #059669;
}

.benefit-img-container {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.benefit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.benefit-content {
    padding: 2.2rem;
    position: relative;
}

.benefit-number-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -22px;
    left: 2.2rem;
}

.benefit-num-emerald {
    background: var(--gradient-primary);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.benefit-num-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.benefit-num-amber {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.benefit-num-sky {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.3);
}

.benefit-num-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.benefit-num-green {
    background: linear-gradient(135deg, #059669 0%, #064e3b 100%);
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
}

.benefit-number-text {
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
}

.benefit-h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.text-emerald {
    color: #059669;
}

.text-blue {
    color: #1e40af;
}

.text-amber {
    color: #92400e;
}

.text-sky {
    color: #0369a1;
}

.text-purple {
    color: #5b21b6;
}

.text-dark-green {
    color: #064e3b;
}

.benefit-desc {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.05rem;
}

.text-secondary {
    color: var(--secondary);
}

.visual-experience-box {
    margin-top: 5rem;
    margin-bottom: 4rem;
    overflow: hidden;
    border-radius: 35px;
    background: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
}

.visual-content {
    padding: 4.5rem;
}

.visual-subtitle {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.visual-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
    line-height: 1.2;
    font-weight: 800;
}

.visual-desc {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 2.2rem;
    font-size: 1.15rem;
}

.visual-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.visual-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    font-weight: 600;
}

.check-circle {
    width: 35px;
    height: 35px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
}

.visual-image-container {
    height: 100%;
    min-height: 500px;
    position: relative;
}

.visual-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-banner-bg {
    margin-top: 4rem;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero_main.webp');
    background-size: cover;
    background-position: center;
    padding: 5rem 3rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-banner-content {
    position: relative;
    z-index: 1;
}

.cta-banner-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-banner-subtitle {
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-banner-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
    background: var(--gradient-primary);
    color: black;
    border: none;
}

.btn-cta-outline-glass {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
    border: 2px solid white;
    color: white;
    background: rgba(19, 19, 19, 0.1);
    backdrop-filter: blur(5px);
}

.ml-05 {
    margin-left: 0.5rem;
}

.premium-cta-bg {
    background-image: url('../images/hero_main.webp');
    background-size: cover;
    background-position: center;
}

.premium-cta-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 4rem;
    border-radius: 2.5rem;
    display: inline-block;
    box-shadow: var(--shadow-xl);
    max-width: 800px;
    color: var(--text-main);
}

.mb-20px {
    margin-bottom: 20px;
}

.text-primary-dark {
    color: var(--primary-dark);
}

.mb-30px {
    margin-bottom: 30px;
}

.fs-1-25rem {
    font-size: 1.25rem;
}

/* extracted from contact.html */
.bg-quick-cta {
    background: #f0fdf4;
    text-align: center;
}

.cta-btns-margin {
    margin-top: 2rem;
}

.btn-whatsapp-custom {
    background: #25d366;
    border: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
}

.btn-phone-custom {
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    border-width: 2px;
}

.icon-size-1-5 {
    font-size: 1.5rem;
}

/* extracted from message.html */
.message-header-bg {
    background-image: url('../images/message_vichar.webp');
}

.warning-box {
    background: #fff3cd;
    padding: 1.5rem;
    border-radius: 15px;
    display: inline-block;
    border-left: 5px solid #ffc107;
}

.warning-text {
    font-weight: 700;
    color: #856404;
    font-size: 1.2rem;
}

.mission-desc-auto {
    margin-right: auto;
    margin-left: auto;
}

.impact-text {
    font-size: 1.1rem;
    color: #546e7a;
    margin-bottom: 2rem;
}

/* extracted from order.html */
.bg-hero-main {
    background-image: url('../images/hero_main.webp');
}

.order-msg-box {
    display: none;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.total-price-text {
    font-size: 1.2rem;
    font-weight: bold;
    color: #059669;
}

/* Removed duplicated and simplistic products-header-bg */

.loading-text {
    text-align: center;
    width: 100%;
}

.product-showcase-bg {
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
}

.highlight-icon {
    color: #059669;
    margin-right: 10px;
}

.mt-10px {
    margin-top: 10px;
}

.products-features-title-box {
    text-align: center;
    margin-bottom: 3rem;
}

.products-features-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.products-features-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.products-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card-base {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.feature-card-emerald {
    border-top: 4px solid #10b981;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon-emerald {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.feature-icon-size {
    font-size: 1.75rem;
    color: #059669;
}

.feature-h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-dark-emerald {
    color: #065f46;
}

.feature-p {
    color: #6b7280;
    line-height: 1.7;
}

.feature-card-blue {
    border-top: 4px solid #3b82f6;
}

.feature-icon-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.feature-icon-color-blue {
    color: #2563eb;
}

.text-dark-blue {
    color: #1e40af;
}

.feature-card-amber {
    border-top: 4px solid #f59e0b;
}

.feature-icon-amber {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.feature-icon-color-amber {
    color: #d97706;
}

.text-dark-amber {
    color: #92400e;
}

.feature-card-purple {
    border-top: 4px solid #8b5cf6;
}

.feature-icon-purple {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
}

.feature-icon-color-purple {
    color: #7c3aed;
}

.text-dark-purple {
    color: #5b21b6;
}

.feature-card-pink {
    border-top: 4px solid #ec4899;
}

.feature-icon-pink {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.feature-icon-color-pink {
    color: #db2777;
}

.text-dark-pink {
    color: #9f1239;
}

.mb-5rem {
    margin-bottom: 5rem;
}

.usage-line-amber {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.usage-item-base {
    padding: 2rem;
    border-radius: 15px;
}

.usage-item-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.usage-icon-size {
    font-size: 2rem;
}

.usage-h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.usage-desc-p {
    margin-top: 1rem;
    line-height: 1.6;
}

.usage-item-amber {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-left: 5px solid #f59e0b;
    box-shadow: 0 5px 20px rgba(245, 158, 11, 0.15);
}

.text-amber-dark {
    color: #d97706;
}

.text-amber-darker {
    color: #92400e;
}

.text-amber-deep {
    color: #78350f;
}

.usage-item-emerald {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-left: 5px solid #10b981;
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.15);
}

.text-emerald-dark {
    color: #059669;
}

.text-emerald-darker {
    color: #065f46;
}

.text-emerald-deep {
    color: #064e3b;
}

.usage-item-yellow {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 5px solid #eab308;
    box-shadow: 0 5px 20px rgba(234, 179, 8, 0.15);
}

.text-yellow-dark {
    color: #ca8a04;
}

.text-yellow-darker {
    color: #854d0e;
}

.text-yellow-deep {
    color: #713f12;
}

.usage-item-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-left: 5px solid #3b82f6;
    box-shadow: 0 5px 20px rgba(59, 130, 246, 0.15);
}

.text-blue-dark {
    color: #2563eb;
}

.text-blue-darker {
    color: #1e40af;
}

.text-blue-deep {
    color: #1e3a8a;
}

.product-slogan-section {
    border-radius: 30px;
    margin-bottom: 5rem;
}

.products-slogan-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
}

.trust-msg-box {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    padding: 4rem 3rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.4);
    position: relative;
    overflow: hidden;
}

.trust-deco-1 {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.trust-deco-2 {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.trust-icon-lg {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.trust-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.trust-text-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 2rem 3rem;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.trust-text {
    color: white;
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 0;
    font-weight: 600;
}

.trust-btn {
    display: inline-block;
    background: white;
    color: #0f0f0f;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.mr-075rem {
    margin-right: 0.75rem;
}

/* weight tag style moved from products.html */
.weight-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #1f2937;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.tag {
    right: 15px;
    left: auto !important;
}

/* extracted from usage.html */
.usage-header-bg {
    background-image: url('../images/usage_guide.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.usage-hero-content {
    padding: 3rem;
    border-radius: 2rem;
}

.usage-badge {
    background: var(--primary);
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
}

.usage-main-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.usage-hero-desc {
    color: #e2e8f0;
    font-size: 1.3rem;
}

.bg-light-steel {
    background: #f8fafc;
}

.usage-section-line {
    width: 80px;
    height: 4px;
    background: var(--primary);
    margin: 1.5rem auto;
    border-radius: 2px;
}

/* --- Revolutionized Application Guide (Usage) Section --- */

.usage-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 3rem;
    padding: 1rem 0;
}

.usage-card-base {
    background: #ffffff;
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    isolation: isolate;
}

.usage-card-base:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}

.usage-image-wrapper {
    height: 260px;
    position: relative;
    overflow: hidden;
}

.usage-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.usage-card-base:hover .usage-card-img {
    transform: scale(1.1);
}

.usage-icon-badge {
    position: absolute;
    bottom: -25px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 4px solid #ffffff;
    z-index: 10;
    transition: all 0.5s ease;
}

.usage-card-base:hover .usage-icon-badge {
    transform: scale(1.1) rotate(10deg);
}

.usage-icon-bg-emerald {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.usage-icon-bg-orange {
    background: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
}

.usage-icon-bg-green {
    background: linear-gradient(135deg, #15803d 0%, #22c55e 100%);
}

.usage-icon-bg-blue {
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
}

.usage-icon-bg-sky {
    background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
}

.usage-icon-bg-pink {
    background: linear-gradient(135deg, #db2777 0%, #f472b6 100%);
}

.usage-text-box {
    padding: 3.5rem 2.5rem 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.usage-card-h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.3;
}

.text-dark-emerald-2 {
    color: #065f46;
}

.text-dark-orange {
    color: #9a3412;
}

.text-dark-green-2 {
    color: #166534;
}

.text-usage-pink {
    color: #9d174d;
}

.text-dark-blue-2 {
    color: #1e40af;
}

.text-dark-sky {
    color: #075985;
}

.usage-crop-list {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 2rem;
    line-height: 1.6;
    min-height: 3.2rem;
}

.usage-detail-box {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 2rem;
    margin-bottom: 2.5rem;
    border: 1px solid #f1f5f9;
    flex-grow: 1;
    position: relative;
}

.usage-detail-box::before {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 40px;
    height: 40px;
    background-image: url('assets/images/logo2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.usage-ul {
    padding: 0;
    margin: 0;
}

.usage-li {
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.4;
}

.usage-li:last-child {
    margin-bottom: 0;
}

.usage-li strong {
    color: #0f172a;
    font-weight: 800;
    margin-right: 8px;
}

/* Tip Boxes - Modern Badges */
.usage-tip-emerald,
.usage-tip-orange,
.usage-tip-green,
.usage-tip-blue,
.usage-tip-pink,
.usage-tip-sky {
    padding: 1.25rem 1.5rem;
    border-radius: 1.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    border: 1px solid transparent;
}

.usage-tip-emerald {
    background: #f0fdf4;
    color: #166534;
    border-color: #dcfce7;
}

.usage-tip-orange {
    background: #fff7ed;
    color: #9a3412;
    border-color: #ffedd5;
}

.usage-tip-green {
    background: #f0fdf4;
    color: #166534;
    border-color: #dcfce7;
}

.usage-tip-blue {
    background: #eff6ff;
    color: #1e40af;
    border-color: #dbeafe;
}

.usage-tip-sky {
    background: #f0f9ff;
    color: #075985;
    border-color: #e0f2fe;
}

.usage-tip-pink {
    background: #fdf2f8;
    color: #9d174d;
    border-color: #fce7f3;
}

.usage-li i {
    font-size: 1.25rem;
    opacity: 1;
}

/* Responsive Overrides */
@media (max-width: 992px) {
    .usage-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .usage-cards-grid {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }

    .usage-image-wrapper {
        height: 200px;
    }

    .usage-icon-badge {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        right: 20px;
        bottom: -20px;
    }

    .usage-text-box {
        padding: 2.5rem 1.25rem 1.5rem;
    }

    .usage-card-h3 {
        font-size: 1.5rem;
    }

    .usage-detail-box {
        padding: 1.25rem;
    }
}

/* Notice Box Styling */
.notice-box {
    background: linear-gradient(135deg, #fffcf0 0%, #fff9db 100%);
    border-radius: 3rem;
    padding: 4rem;
    border: 1px solid #fef3c7;
    box-shadow: 0 20px 50px rgba(245, 158, 11, 0.1);
}

@media (max-width: 768px) {
    .notice-box {
        padding: 2.5rem 1.5rem;
        border-radius: 2rem;
    }
}

.notice-header-wrapper {
    text-align: center;
    margin-bottom: 3rem;
}

.notice-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #92400e;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.notice-title-icon {
    color: #f59e0b;
    filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.4));
}

.bg-white {
    background: #ffffff;
}

/* Old notice-box removed */


.mr-15px {
    margin-right: 15px;
}

.notice-desc {
    font-size: 1.15rem;
    color: #78350f;
}

.notice-list-grid {
    display: grid;
    gap: 1.2rem;
}

.notice-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: white;
    padding: 1.2rem;
    border-radius: 1.2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.mt-5px {
    margin-top: 5px;
}

.text-red {
    color: #ef4444;
}

.text-gray-500-medium {
    color: #4b5563;
    font-weight: 500;
}

.text-orange-2 {
    color: #f59e0b;
}

.text-green-2 {
    color: #10b981;
}

.text-blue-3 {
    color: #3b82f6;
}

.quote-banner-bg {
    background: linear-gradient(rgba(16, 185, 129, 0.9), rgba(5, 150, 105, 0.9)), url('../images/hero_main.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: white;
}

.quote-icon-large {
    font-size: 3rem;
    margin-bottom: 2rem;
    opacity: 0.5;
}

.quote-text-large {
    color: white;
    font-size: 3rem;
    line-height: 1.4;
    max-width: 900px;
    margin: 0 auto 2rem;
    font-family: 'Hind Vadodara', serif;
}

.quote-divider {
    width: 100px;
    height: 3px;
    background: var(--secondary);
    margin: 0 auto 2rem;
}

.quote-author {
    font-size: 1.5rem;
    font-weight: 600;
}

.why-choose-item {
    padding: 2.5rem;
}

.why-choose-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.msg-success {
    background: #d1fae5;
    color: #065f46;
    display: block;
}

.msg-error {
    background: #fee2e2;
    color: #991b1b;
    display: block;
}

/* Benefits Cards */
.detailed-benefit-card {
    background: white;
    padding: 0;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.detailed-benefit-card:hover .benefit-img {
    transform: scale(1.05);
}

.benefit-content-box {
    padding: 2.2rem;
    position: relative;
}


.text-emerald-700 {
    color: #047857;
}

.text-blue-700 {
    color: #1e40af;
}

.text-amber-700 {
    color: #92400e;
}

.text-sky-700 {
    color: #0369a1;
}

.text-purple-700 {
    color: #5b21b6;
}

.text-green-800 {
    color: #064e3b;
}

.benefit-p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 1.05rem;
}

.visual-exp-box {
    margin-top: 5rem;
    margin-bottom: 4rem;
    overflow: hidden;
    border-radius: 35px;
    background: white;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
}

.visual-exp-content {
    padding: 4.5rem;
}

.visual-h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
    line-height: 1.2;
    font-weight: 800;
}

.visual-p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 2.2rem;
    font-size: 1.15rem;
}

.visual-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.visual-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    font-weight: 600;
}

.visual-icon-circle {
    width: 35px;
    height: 35px;
    background: #ecfdf5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0a0a;
}

.visual-img-container {
    height: 100%;
    min-height: 500px;
    position: relative;
}

.visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-banner-box {
    margin-top: 4rem;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/hero_main.webp');
    background-size: cover;
    background-position: center;
    padding: 5rem 3rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-banner-h3 {
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-banner-p {
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.cta-btn-group {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
    background: var(--gradient-primary);
    border: none;
}

.cta-btn-outline {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
    border: 2px solid white;
    color: white;
    background: rgba(21, 21, 21, 0.1);
    backdrop-filter: blur(5px);
}

/* Composition Section */
.composition-section {
    margin-bottom: 5rem;
}

.composition-header {
    text-align: center;
    margin-bottom: 3rem;
}

.composition-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.composition-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.composition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;

}

.comp-card {
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.comp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.comp-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
}

.comp-card:hover .comp-icon-box {
    transform: scale(1.1) rotate(5deg);
}

.comp-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1c1d1e;
    margin: 0;
    position: relative;
    z-index: 2;
}

.comp-chemical {
    font-size: 0.9rem;
    color: #121315;
    font-weight: 600;
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
}

/* Decorative circles for cards */
.comp-card::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.5s ease;
}

.comp-card:hover::before {
    transform: scale(1.5);
    opacity: 0.2;
}

/* Colors */
.comp-carbon .comp-icon-box {
    background: #f3f4f6;
    color: #090a0a;
}

.comp-carbon::before {
    background: #0c0c0c;
}

.comp-nitrogen .comp-icon-box {
    background: #eff6ff;
    color: #181819;
}

.comp-nitrogen::before {
    background: #3b82f6;
}

.comp-phosphorus .comp-icon-box {
    background: #fff7ed;
    color: #171717;
}

.comp-phosphorus::before {
    background: #f97316;
}

.comp-potassium .comp-icon-box {
    background: #fdf4ff;
    color: #1f1d20;
}

.comp-potassium::before {
    background: #d946ef;
}

.comp-microbes .comp-icon-box {
    background: #ecfdf5;
    color: #111111;
}

.comp-microbes::before {
    background: #10b981;
}

.comp-humic .comp-icon-box {
    background: #fffbeb;
    color: #111010;
}

.comp-humic::before {
    background: #f59e0b;
}

/* Override for single line composition */

@media (max-width: 992px) {
    .composition-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .composition-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Comparison Section - Modern roots Style */
.comparison-section {
    position: relative;
    overflow: hidden;
}

.comparison-grid-roots {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    position: relative;
    max-width: 1000px;
    margin: 3rem auto 0;
}

@media (max-width: 992px) {
    .comparison-grid-roots {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }
}

.comp-card-roots {
    flex: 1;
    border-radius: 30px;
    padding: 3rem 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.comp-card-roots:hover {
    transform: translateY(-10px);
}

/* Chemical Card (Dark/Red Theme) */
.comp-card-roots.chemical {
    background: #e4ccc6;
    color: #100f0f;
    box-shadow: 0 20px 40px rgba(59, 63, 67, 0.3);
    border: 1px solid #374151;
}

.comp-card-roots.chemical:hover {
    box-shadow: 0 30px 60px rgba(220, 38, 38, 0.2);
    border-color: #ca5454;
}

.comp-card-roots.chemical h3 {
    color: #100c0c;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.comp-card-roots.chemical .sub-head {
    color: #111213;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 2rem;
    font-weight: 500;
}

/* Organic Card (Green/Gradient Theme) */
.comp-card-roots.organic {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
    color: #111213;
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.4);
    border: 1px solid #34d399;
    animation: floatUp 5s ease-in-out infinite;
}

.comp-card-roots.organic:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.6);
}

.comp-card-roots.organic h3 {
    color: rgb(20, 19, 19);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.comp-card-roots.organic .sub-head {
    color: #d1fae5;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    background: rgba(25, 25, 25, 0.2);
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 20px;
}

/* VS Badge */
.vs-badge-roots {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #1f2937;
    box-shadow: 0 0 0 10px rgba(243, 244, 246, 0.5), 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 10;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 992px) {
    .vs-badge-roots {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: -1.5rem 0;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        box-shadow: 0 0 0 8px rgba(243, 244, 246, 0.8), 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}

/* Lists */
.comp-list-roots {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

.comp-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 15px;
    transition: background 0.3s ease;
}

.chemical .comp-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.organic .comp-item:hover {
    background: rgba(255, 255, 255, 0.15);
}

.comp-item .icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}

.chemical .icon {
    filter: grayscale(0.5);
}

.content-wrap {
    display: flex;
    flex-direction: column;
}

.content-wrap .label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
    opacity: 0.8;
}

.content-wrap .value {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

.chemical .value {
    color: #1e1d1d;
}

.organic .value {
    color: white;
}

/* Refine Icons for Roots Section */
.comp-card-roots.organic .icon {
    color: rgb(20, 19, 19);
    margin-top: 3px;
}

.comp-card-roots.chemical .icon {
    margin-top: 3px;
    color: #1e1d1d;
}

/* Enhanced Animation for Comparison Section */
@keyframes floatUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}




@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.section-subtitle.text-secondary {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    color: #475569;
    background: #eceff3;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 1rem;
}

/* 
   Products Page Styles 
   Specifically for products.html refactoring
*/

/* --- Header --- */
.products-header-subtitle {
    color: var(--secondary);
}

/* --- Highlight Box --- */
.highlight-box .fa-check-circle {
    color: #059669;
    margin-right: 10px;
}

.highlight-box p:nth-child(2) {
    margin-top: 10px;
}

/* --- Features Section --- */
.products-features-section {
    margin-bottom: 5rem;
}

.features-header {
    text-align: center;
    margin-bottom: 3rem;
}

.features-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.features-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #10b981 0%, #059669 100%);
    margin: 0 auto;
    border-radius: 2px;
}



.p-feature-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.p-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.p-feature-img-box {
    position: relative;
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.p-feature-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.p-feature-card:hover .p-feature-img-box img {
    transform: scale(1.15);
}

.p-feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.p-feature-card-content {
    padding: 2rem;
    position: relative;
    flex-grow: 1;
}

.p-feature-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: absolute;
    top: -25px;
    left: 2rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.p-feature-icon-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.p-feature-icon-blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.p-feature-icon-amber {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.p-feature-icon-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.p-feature-icon-pink {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.feature-icon {
    font-size: 1.4rem;
    color: white;
}

.p-feature-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.4;
}

.p-feature-card-green .p-feature-card-title {
    color: #064e3b;
}

.p-feature-card-blue .p-feature-card-title {
    color: #1e3a8a;
}

.p-feature-card-amber .p-feature-card-title {
    color: #78350f;
}

.p-feature-card-purple .p-feature-card-title {
    color: #4c1d95;
}

.p-feature-card-pink .p-feature-card-title {
    color: #831843;
}

.p-feature-card-desc {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/* --- Composition --- */
.composition-desc {
    margin-top: 1rem;
    color: #6b7280;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Usage Suitability --- */
.usage-suitability-section {
    margin-bottom: 5rem;
}

.suitability-header {
    text-align: center;
    margin-bottom: 3rem;
}

.suitability-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.suitability-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.p-suitability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.p-suitability-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.p-suitability-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.p-suitability-img-box {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.p-suitability-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.p-suitability-card:hover .p-suitability-img-box img {
    transform: scale(1.1);
}

.p-suitability-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.p-suitability-content {
    padding: 2rem;
    position: relative;
    flex-grow: 1;
}

.p-suitability-header-flex {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1rem;
}

.p-suitability-icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.p-suitability-card-orange .p-suitability-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.p-suitability-card-green .p-suitability-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.p-suitability-card-yellow .p-suitability-icon {
    background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
}

.p-suitability-card-blue .p-suitability-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.p-suitability-name {
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
    font-family: 'Hind Vadodara', sans-serif;
    line-height: 1.3;
}

.p-suitability-card-orange .p-suitability-name {
    color: #92400e;
}

.p-suitability-card-green .p-suitability-name {
    color: #065f46;
}

.p-suitability-card-yellow .p-suitability-name {
    color: #854d0e;
}

.p-suitability-card-blue .p-suitability-name {
    color: #1e40af;
}

.p-suitability-desc {
    color: #64748b;
    line-height: 1.6;
    font-size: 1.05rem;
    margin: 0;
}

/* --- trust Banner --- */
.trust-banner {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    padding: 4rem 3rem;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.4);
    position: relative;
    overflow: hidden;
}

.banner-circle {
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.banner-circle-left {
    top: -80px;
    left: -80px;
}

.banner-circle-right {
    bottom: -80px;
    right: -80px;
}

.trust-content {
    position: relative;
    z-index: 1;
}

.trust-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}



.trust-quote-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 2rem 3rem;
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.trust-quote-text {
    color: white;
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 0;
    font-weight: 600;
}

.trust-cta-wrapper {
    margin-top: 3rem;
}

.trust-cta-link {
    display: inline-block;
    background: white;
    color: #222322;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.trust-cta-link:hover {
    transform: translateY(-5px);
}

.whatsapp-icon {
    margin-right: 0.75rem;
}

/* --- Slogans --- */
.slogan-banner-v2 {
    border-radius: 30px;
    margin-bottom: 5rem;
}

.title-v2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
}

/* --- Dynamic Styles --- */

.product-vibrant-img .tag {
    right: 15px;
    left: auto !important;
}

/* ==========================================
   PRODUCT DETAIL PAGE STYLES
   ========================================== */

.product-detail-page {
    background: linear-gradient(180deg, #f8fdf9 0%, #ffffff 100%);
}

.product-detail-section {
    padding-top: 120px;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

/* Product Images Container */
.product-images-container {
    position: sticky;
    top: 100px;
}

.product-main-image {
    position: relative;
    background: linear-gradient(145deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15);
    margin-bottom: 1.5rem;
}

.product-main-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-main-image:hover img {
    transform: scale(1.05);
}

.product-badge-organic {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: rgb(10, 9, 9);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
}

.product-thumbnails {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.thumbnail-item {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.thumbnail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.thumbnail-item.active {
    border-color: #10b981;
}

.thumbnail-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.thumbnail-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

/* Made in India Card */
.made-in-india-card {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.made-in-india-content {
    flex: 1;
}

.made-in-india-text h4 {
    font-size: 1.2rem;
    color: #059669;
    margin: 0;
    font-weight: 600;
}

.made-in-india-text h3 {
    font-size: 2rem;
    color: #047857;
    margin: 0;
    font-weight: 800;
    letter-spacing: 2px;
}

.made-in-india-text p {
    font-size: 0.95rem;
    color: #4b5563;
    margin: 0.5rem 0 0;
    line-height: 1.5;
}

.made-in-india-badges {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.certification-badge {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d0d0d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.certification-badge i {
    color: #10b981;
}

.certified-for-list {
    flex: 1;
}

.certified-for-list p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.5rem 0;
    color: #047857;
    font-weight: 500;
}

.certified-for-list p i {
    color: #10b981;
    font-size: 0.9rem;
}

/* Product Info Container */
.product-info-container {
    padding: 1rem 0;
}

.product-detail-title {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.product-detail-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Rating Section */
.product-rating-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.product-rating-section .stars {
    display: flex;
    gap: 3px;
}

.product-rating-section .stars i {
    color: #f59e0b;
    font-size: 1.1rem;
}

.rating-text {
    color: #6b7280;
    font-size: 0.95rem;
}

/* Benefits List */
.product-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.product-benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0.8rem 0;
    font-size: 1.05rem;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.product-benefits-list li:last-child {
    border-bottom: none;
}

.product-benefits-list li i {
    color: #10b981;
    font-size: 1.2rem;
}

/* Pricing Options */
.pricing-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.pricing-option {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-option:hover {
    border-color: #10b981;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.15);
}

.pricing-option.active {
    border-color: #10b981;
    background: linear-gradient(145deg, #f0fdf4 0%, #ffffff 100%);
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}

.option-label {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.option-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-option.active .option-radio {
    border-color: #10b981;
    background: #10b981;
}

.option-radio i {
    color: white;
    font-size: 0.8rem;
}

.option-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.option-details .quantity {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
}

.option-details .price {
    font-size: 1rem;
    font-weight: 600;
    color: #059669;
}

/* Custom Box Section */
.custom-box-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.custom-label {
    font-weight: 600;
    color: #374151;
}

.custom-price {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #6b7280;
    cursor: pointer;
}

.custom-price i {
    font-size: 0.8rem;
}

/* Action Buttons */
.product-action-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.btn-add-to-cart {
    flex: 2;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: rgb(22, 21, 21);
    padding: 1.2rem 2rem;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.btn-add-to-cart:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
}

.btn-buy-whatsapp {
    flex: 1;
    background: #1f2937;
    color: white;
    padding: 1.2rem 1.5rem;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
}

.btn-buy-whatsapp:hover {
    background: #25d366;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
}

.btn-buy-whatsapp i {
    font-size: 1.3rem;
}

/* Expandable Sections */
.product-expandable-sections {
    border-top: 1px solid #e5e7eb;
}

.expandable-section {
    border-bottom: 1px solid #e5e7eb;
}

.section-header-expandable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.section-header-expandable:hover {
    color: #10b981;
}

.section-header-expandable h4 {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #374151;
    margin: 0;
}

.section-header-expandable i {
    color: #6b7280;
    font-size: 0.9rem;
}

.section-content-expandable {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.section-content-expandable.active {
    max-height: 200px;
    padding-bottom: 1.5rem;
}

.section-content-expandable p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 0.95rem;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .product-images-container {
        position: static;
    }

    .product-detail-title {
        font-size: 2.2rem;
    }

    .made-in-india-card {
        flex-direction: column;
        text-align: center;
    }

    .made-in-india-badges {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .product-detail-section {
        padding-top: 100px;
    }

    .product-main-image img {
        height: 350px;
    }

    .pricing-options {
        grid-template-columns: 1fr;
    }

    .product-action-buttons {
        flex-direction: column;
    }

    .btn-add-to-cart,
    .btn-buy-whatsapp {
        flex: none;
        width: 100%;
    }

    .thumbnail-item img {
        height: 80px;
    }

    .product-detail-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .product-main-image img {
        height: 280px;
    }

    .product-thumbnails {
        gap: 0.5rem;
    }

    .thumbnail-item img {
        height: 60px;
    }

    .product-detail-title {
        font-size: 1.5rem;
    }

    .product-detail-subtitle {
        font-size: 1rem;
    }

    .made-in-india-card {
        padding: 1.5rem;
    }
}

/* Loading and Error States */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding-top: 100px;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e5e7eb;
    border-top-color: #10b981;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-container p {
    margin-top: 1.5rem;
    color: #6b7280;
    font-size: 1.1rem;
}

.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding-top: 100px;
    text-align: center;
}

.error-container i {
    font-size: 4rem;
    color: #f59e0b;
    margin-bottom: 1.5rem;
}

.error-container h2 {
    font-size: 1.8rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.error-container p {
    color: #6b7280;
    margin-bottom: 2rem;
}

.error-container .btn {
    padding: 1rem 2rem;
}

/* Product Weight Badge */
.product-weight-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #1f2937;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: none;
}

/* --- Redesigned Comparison Section --- */
.modern-comparison-wrap {
    background: #fdfdfd;
    padding: 100px 0;
}

.comparison-dual-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    position: relative;
}

.comparison-dual-cards::before {
    content: 'VS';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: black;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    z-index: 5;
    border: 1px solid #f1f5f9;
}

.comp-luxury-card {
    background: white;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.comp-luxury-card.past {
    border-top: 8px solid #059669;
}

.comp-luxury-card.present {
    border-top: 8px solid #dc2626;
}

.comp-luxury-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.comp-luxury-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

.past .comp-luxury-icon-box {
    background: #ecfdf5;
    color: black;
}

.present .comp-luxury-icon-box {
    background: #fef2f2;
    color: black;
}

.comp-tag {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
}

.past .comp-tag {
    color: #059669;
}

.present .comp-tag {
    color: #dc2626;
}

.comp-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.comp-desc {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.comp-checklist-luxury {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 15px;
}

.comp-checklist-luxury li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #334155;
    padding: 15px 20px;
    background: #f8fafc;
    border-radius: 15px;
    transition: background 0.3s ease;
}

.comp-checklist-luxury li:hover {
    background: #f1f5f9;
}

.past .comp-checklist-luxury li i {
    color: #059669;
}

.present .comp-checklist-luxury li i {
    color: #dc2626;
}

/* --- Redesigned Poison/Impact Section --- */
.poison-impact-wrap {
    padding: 120px 0;
    background: #0f172a;
    color: white;
}

.poison-luxury-container {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 80px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 60px;
    align-items: center;
}

.poison-text-side {
    max-width: 700px;
}

.poison-luxury-badge {
    background: #ef4444;
    color: black;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 30px;
}

.poison-luxury-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.poison-luxury-subtitle {
    color: #f87171;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.poison-luxury-desc {
    color: #94a3b8;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.poison-impact-list {
    display: grid;
    gap: 20px;
    margin-bottom: 50px;
}

.poison-impact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 25px;
    border-radius: 20px;
    font-weight: 500;
}

.poison-impact-item i {
    color: #ef4444;
}

.poison-stats-side {
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    padding: 50px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

.stat-circle {
    width: 150px;
    height: 150px;
    border: 8px solid rgba(239, 68, 68, 0.2);
    border-top-color: #ef4444;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    color: #ef4444;
}

.stat-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.stat-sub {
    color: #64748b;
}

.poison-luxury-cta {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #059669;
    color: black;
    padding: 22px 50px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 35px rgba(5, 150, 105, 0.3);
}

.poison-luxury-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(5, 150, 105, 0.4);
    background: #047857;
    color: white;
}

.warning-badge-luxury {
    background: #fff3cd;
    color: #856404;
    padding: 18px 30px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-left: 6px solid #ffc107;
    font-size: 1.15rem;
    box-shadow: 0 10px 25px rgba(255, 193, 7, 0.1);
}

.warning-badge-luxury i {
    font-size: 1.5rem;
    color: #ffc107;
}

@media (max-width: 1100px) {

    .comparison-dual-cards,
    .poison-luxury-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .comparison-dual-cards::before {
        display: none;
    }

    .poison-luxury-container {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .comp-luxury-card {
        padding: 30px;
    }

    .comp-title {
        font-size: 1.8rem;
    }

    .poison-luxury-title {
        font-size: 2.5rem;
    }
}


/* --- Attractive Slogan Section V3 --- */
.slogan-v3-section {
    padding: 80px 0;
    background: #f8fafc;
}

.slogan-v3-card {
    background: white;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
}

.slogan-v3-header {
    text-align: center;
    margin-bottom: 50px;
}

.v3-badge {
    background: #ecfdf5;
    color: #064e3b;
    padding: 6px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.v3-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.v3-divider {
    width: 60px;
    height: 4px;
    background: #10b981;
    margin: 0 auto;
    border-radius: 2px;
}

.slogan-v3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.v3-item {
    background: var(--bg);
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.v3-item:hover {
    transform: translateY(-5px);
}

.v3-icon {
    width: 60px;
    height: 60px;
    background: var(--icon-bg);
    color: var(--icon-color);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.v3-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #334155;
    margin: 0;
    line-height: 1.5;
}

.v3-item-full {
    grid-column: span 2;
    justify-content: center;
}

/* Responsive Overrides */
@media (max-width: 992px) {
    .v3-title {
        font-size: 2.2rem;
    }

    .slogan-v3-card {
        padding: 40px 30px;
    }
}

@media (max-width: 450px) {
    .slogan-v3-grid {
        grid-template-columns: 1fr;
    }

    .v3-item-full {
        grid-column: span 1;
    }

    .v3-item {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 15px;
    }

    .v3-title {
        font-size: 1.7rem;
    }

    .v3-text {
        font-size: 1.05rem;
    }

    .slogan-v3-section {
        padding: 50px 0;
    }
}

/* -----------------------------------------------------------
   New Modern Comparison Section Styles (Added for Massage Page)
   ----------------------------------------------------------- */

/* Container Wrapper */
.comparison-image-cards {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* Left Card, VS Badge, Right Card */
    gap: 3rem;
    align-items: center;
    margin: 3rem auto 0;
    position: relative;
    max-width: 1200px;
}

/* Responsive Grid (Tablet) */
@media (max-width: 992px) {
    .comparison-image-cards {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 700px;
    }
}

/* Individual Card Structure */
.comparison-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.03);
    /* Subtle border */

    /* Animation Support */
    opacity: 0;
    /* Start hidden for animation */
    animation: fadeInUp 0.8s ease-out forwards;
    animation-timeline: view();
    /* Modern Scroll Animation */
    animation-range: entry 10% cover 20%;
}

.comparison-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    /* Elevation on hover */
}

/* Image Area */
.comparison-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.comparison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.comparison-card:hover .comparison-image img {
    transform: scale(1.08);
    /* Smooth zoom effect */
}

/* Gradient Overlay on Image */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
}

/* Status Badges */
.status-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 18px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    z-index: 2;
}

.status-badge.success {
    background: rgba(16, 185, 129, 0.95);
    /* Emerald Green */
}

.status-badge.danger {
    background: rgba(239, 68, 68, 0.95);
    /* Red */
}

/* Content Area */
.comparison-content {
    padding: 2.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.comparison-content h3 {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #111827;
    /* Gray 900 */
}

.comparison-content p {
    color: #6b7280;
    /* Gray 500 */
    margin-bottom: 1.8rem;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.6;
}

/* Feature List */
.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: auto;
    /* Push to bottom if content varies */
}

.comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    color: #374151;
    /* Gray 700 */
    font-size: 1rem;
    line-height: 1.5;
}

.comparison-list li i {
    font-size: 1.2rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* List Icons Colors */
.comparison-card.past .comparison-list li i {
    color: #10b981;
    /* Green check */
}

.comparison-card.present .comparison-list li i {
    color: #ef4444;
    /* Red times */
}

/* VS Badge Style */
.comparison-vs-badge {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: #1f2937;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border: 6px solid #f3f4f6;
    /* Light gray border to separate */
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

/* Card Specific Borders for Accent */
.comparison-card.past {
    border-bottom: 5px solid #10b981;
}

.comparison-card.present {
    border-bottom: 5px solid #ef4444;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .comparison-vs-badge {
        margin: -1.5rem auto;
        /* Badge overlaps cards in stack */
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .comparison-image-cards {
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .comparison-content {
        padding: 1.8rem;
    }

    .comparison-content h3 {
        font-size: 1.5rem;
    }

    .comparison-image {
        height: 220px;
    }
}

/* Chemical Warning Section Styles - Light Theme */
.warning-section-modern {
    padding: 100px 0;
    background: #fffcfc;
    /* Light warning background */
    position: relative;
    overflow: hidden;
    color: #334155;
}

.warning-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgba(239, 68, 68, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(245, 158, 11, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.warning-header-box {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.warning-badge-new {
    display: inline-block;
    background: #fee2e2;
    color: #991b1b;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(239, 68, 68, 0.2);
    margin-bottom: 20px;
}

.warning-title-new {
    font-size: 3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.2;
}

.warning-subtitle-new {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.6;
}

.warning-grid-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.warning-visual-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.warning-visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.warning-visual-card:hover img {
    transform: scale(1.05);
}

.warning-impact-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.impact-label {
    color: #fca5a5;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.warning-info-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-block-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.info-block-item:hover {
    border-color: rgba(239, 68, 68, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(239, 68, 68, 0.1);
}

.info-block-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.info-icon-circle {
    width: 45px;
    height: 45px;
    background: #fff1f2;
    color: #991b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.info-block-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
}

.info-list-new {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-list-new li {
    display: flex;
    gap: 12px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.5;
}

.info-list-new li i {
    color: #ef4444;
    margin-top: 5px;
}

.health-impact-box {
    margin-top: 10px;
    background: linear-gradient(135deg, #fff1f2 0%, #fff7ed 100%);
    padding: 35px;
    border-radius: 25px;
    border: 1px solid #fee2e2;
}

.health-title-new {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #b91c1c;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.health-grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.health-item-pill {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-weight: 600;
    border: 1px solid #fecaca;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.health-item-pill i {
    color: #dc2626;
}

.warning-footer-solution {
    margin-top: 60px;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #f1f5f9;
}

.solution-promo-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.solution-text-new {
    font-size: 2rem;
    font-weight: 800;
    color: #059669;
}

.solution-highlight-new {
    font-size: 1.2rem;
    color: #475569;
    max-width: 700px;
    line-height: 1.7;
}

.solution-cta-btn-new {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--gradient-primary);
    color: #000;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}

.solution-cta-btn-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(16, 185, 129, 0.3);
}

@media (max-width: 992px) {
    .warning-grid-main {
        grid-template-columns: 1fr;
    }

    .warning-title-new {
        font-size: 2.2rem;
    }

    .health-grid-items {
        grid-template-columns: 1fr;
    }
}

/* Language Switcher Styles */
.lang-switcher {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.lang-select {
    background: #059669;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: black;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-family: 'Poppins', 'Hind Vadodara', sans-serif;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.lang-select option {
    background: #1a1a1a;
    color: white;
}

.lang-select:hover,
.lang-select:focus {
    background: #10b981;
    border-color: black;
}

[data-lang] {
    display: none !important;
}

/* Base block display for active language based on HTML lang attribute */
html[lang="gu"] [data-lang="gu"],
html[lang="hi"] [data-lang="hi"],
html[lang="en"] [data-lang="en"] {
    display: block !important;
}

/* Inline elements need to maintain inline-block behavior */
html[lang="gu"] span[data-lang="gu"],
html[lang="gu"] i[data-lang="gu"],
html[lang="gu"] b[data-lang="gu"],
html[lang="gu"] strong[data-lang="gu"],
html[lang="gu"] a[data-lang="gu"],
html[lang="hi"] span[data-lang="hi"],
html[lang="hi"] i[data-lang="hi"],
html[lang="hi"] b[data-lang="hi"],
html[lang="hi"] strong[data-lang="hi"],
html[lang="hi"] a[data-lang="hi"],
html[lang="en"] span[data-lang="en"],
html[lang="en"] i[data-lang="en"],
html[lang="en"] b[data-lang="en"],
html[lang="en"] strong[data-lang="en"],
html[lang="en"] a[data-lang="en"] {
    display: inline-block !important;
}

@media (max-width: 991px) {
    .lang-switcher {
        margin: 10px 0;
        justify-content: center;
    }
}

/* --- Added for Product Extra Attractive Content --- */
.product-extra-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #fdfdfd;
}

.extra-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.extra-section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.extra-section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #10b981;
    border-radius: 2px;
}

/* Results Stats */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.stat-card-new {
    background: white;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.stat-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.15);
    border-color: #10b981;
}

.stat-card-new i {
    font-size: 2.5rem;
    color: #10b981;
    margin-bottom: 1.5rem;
}

.stat-card-new .stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-card-new .stat-text {
    color: #666;
    font-size: 1rem;
}

/* Special Offers */
.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 5rem;
}

.offer-card-vibrant {
    padding: 2rem;
    border-radius: 24px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.offer-card-1 {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.offer-card-2 {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}

.offer-card-3 {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.offer-card-vibrant .offer-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.3rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 1rem;
}

.offer-card-vibrant h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.offer-card-vibrant p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Testimonials */
.testimonials-new-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    margin-bottom: 5rem;
}

@media (max-width: 500px) {
    .testimonials-new-grid {
        grid-template-columns: 1fr;
    }
}

.testi-card-premium {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    position: relative;
}

.testi-card-premium::before {
    content: '\"';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 5rem;
    color: #10b981;
    opacity: 0.1;
    font-family: serif;
}

.testi-content {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 2rem;
    font-style: italic;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.testi-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #10b981;
}

.testi-info h4 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    color: #1a1a1a;
}

.testi-info span {
    color: #10b981;
    font-weight: 600;
}

/* Why Choose List */
.why-choose-wrapper {
    background: #f0fdf4;
    padding: 4rem;
    border-radius: 40px;
    margin-bottom: 5rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.why-item-check {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1.2rem 1.8rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.why-item-check i {
    color: #10b981;
    font-size: 1.3rem;
}

.why-item-check span {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1e293b;
}

/* Limited Offer Banner */
.limited-offer-banner {
    background: #059669;
    padding: 4rem;
    border-radius: 35px;
    color: black;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}

.limited-offer-banner .glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
}

.banner-inner {
    position: relative;
    z-index: 2;
    background-color: #059669;
}

.banner-inner h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.gift-items {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.gift-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.gift-tag i {
    color: #f59e0b;
}

.stock-warning {
    color: #f87171;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-top: 1rem;
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* FAQ Accordion */
.faq-modern {
    max-width: 900px;
    margin: 0 auto 5rem;
}

.faq-item-modern {
    background: white;
    border-radius: 15px;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1a1a1a;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f9f9f9;
}

.faq-answer {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
}

.faq-item-modern.active .faq-answer {
    padding-bottom: 1.5rem;
    max-height: 200px;
}

.faq-item-modern.active .faq-question i {
    transform: rotate(180deg);
}

.faq-question i {
    transition: transform 0.3s ease;
}

/* Payment & Delivery */
.payment-delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
}

@media (max-width: 500px) {
    .payment-delivery-grid {
        grid-template-columns: 1fr;
    }
}

.info-card-slim {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: white;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.info-icon-box {
    width: 70px;
    height: 70px;
    background: #ecfdf5;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #065f46;
    flex-shrink: 0;
}

.info-text-box h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.info-text-box p {
    color: #666;
    line-height: 1.6;
}

/* --- Added for Modern Composition Section (Images) --- */
.composition-v2-container {
    padding: 6rem 0;
    background: #f8fafc;
}

.comp-v2-header {
    text-align: center;
    margin-bottom: 4rem;
}

.comp-v2-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #064e3b;
    margin-bottom: 1rem;
}

.comp-v2-header p {
    color: #64748b;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.comp-v2-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.comp-v2-card {
    position: relative;
    height: 380px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.comp-v2-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.25);
}

.comp-v2-card .card-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.comp-v2-card:hover .card-bg-img {
    transform: scale(1.1);
}

.comp-v2-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.comp-v2-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem;
    z-index: 2;
    color: white;
    text-align: center;
}

.comp-v2-content .icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.comp-v2-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.comp-v2-content span {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .comp-v2-header h2 {
        font-size: 2.2rem;
    }

    .comp-v2-card {
        height: 320px;
    }
}

/* =========================================
   Fresh Nature Hero Section - Animated & Organic
   ========================================= */

.about-header {
    height: 60vh;
    /* Reduced height to match benefits page */
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('../images/farmer_practice.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 60px;
}

/* Fresh Gradient Overlay - Green/Teal Tint instead of Dark */
.about-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 50, 20, 0.4) 0%,
            rgba(16, 185, 129, 0.2) 60%,
            rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

/* Add a subtle texture/pattern overlay if desired */
.about-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    animation: contentFloat 3s ease-in-out infinite alternate;
}

@keyframes contentFloat {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* Premium Badge Design */
.hero-content .badge {
    background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
    color: white;
    padding: 0.8rem 2.5rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
}

/* Main Title - Big & Bold */
.hero-content h1 {
    font-family: 'Hind Vadodara', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    letter-spacing: -1px;
}

/* Subtitle - Clean & Readable */
.hero-content .header-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    /* Slight backing for readability */
    padding: 1rem 2rem;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   Animated Layered Wave Styles
   ========================================= */
.header-wave-layered {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    margin-bottom: -7px;
    /* Fix gap */
}

/* Parallax Wave Animations */
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    fill: rgba(255, 255, 255, 0.3);
    /* Mist layer */
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    fill: rgba(255, 255, 255, 0.5);
    /* Mid layer */
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    fill: rgba(255, 255, 255, 0.7);
    /* Near layer */
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
    fill: #ffffff;
    /* Solid White Base */
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-header {
        height: auto;
        min-height: 600px;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .hero-content h1 {
        font-size: 3rem;
    }


    .hero-content .header-subtitle {
        font-size: 1.1rem;
        padding: 0.8rem 1rem;
    }

    .waves {
        height: 80px;
        min-height: 80px;
    }
}

/* Premium Product Page Enhancements - Extracted from products.html */
.products-page {
    background-color: #fcfdfc;
}

/* Enhanced Product Hero Background */
.products-header-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/hero_main_new.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 60vh !important;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.products-header-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, #ffffff 100%);
    z-index: 1;
}

.premium-badge {
    background: #f59e0b;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
    color: white;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.header-main-title {
    font-size: 3.5rem;
    margin: 1.5rem 0;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

.header-divider-center {
    width: 80px;
    height: 4px;
    background: #10b981;
    margin: 0 auto;
    border-radius: 2px;
}

/* Products Grid Polishing */
.section-header {
    margin-bottom: 4rem;
    text-align: center;
}

.title-underline {
    width: 60px;
    height: 3px;
    background: #f59e0b;
    margin: 15px auto;
}

.section-desc {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Product Card Pro Design */
.product-card-vibrant {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-vibrant:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.12);
}

.product-vibrant-img {
    height: 280px;
    border-radius: 24px 24px 0 0;
    position: relative;
    overflow: hidden;
}

.tag-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #10b981;
    color: white;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 5;
}

.weight-tag-v2 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #334155;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 5;
    border: 1px solid #e2e8f0;
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 185, 129, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(4px);
}

.product-card-vibrant:hover .img-overlay {
    opacity: 1;
}

.view-detail-mini {
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transform: translateY(20px);
    transition: all 0.4s ease;
    text-decoration: none;
}

.product-card-vibrant:hover .view-detail-mini {
    transform: translateY(0);
}

.product-vibrant-info {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-mini {
    font-size: 0.7rem;
    color: #10b981;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.prod-desc-short {
    font-size: 0.95rem;
    color: #64748b;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3rem;
}

.price-box {
    margin: 20px 0;
    color: #1e293b;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.currency {
    font-size: 1.2rem;
    font-weight: 600;
    color: #10b981;
}

.amount {
    font-size: 2.2rem;
    font-weight: 800;
}

.unit {
    font-size: 0.9rem;
    color: #94a3b8;
}

.buy-vibrant-btn {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white !important;
    padding: 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: auto;
}

.buy-vibrant-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}

/* Showcase V2 */
.product-showcase-v2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
    align-items: center;
    background: white;
    border-radius: 40px;
    padding: 4rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
    margin: 6rem 0;
    border: 1px solid #f1f5f9;
}

.main-pkg-img {
    position: relative;
}

.floating-img {
    width: 100%;
    border-radius: 30px;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.showcase-title-v2 {
    font-size: 2.8rem;
    color: #0f172a;
    margin-bottom: 2rem;
}

.showcase-title-v2 span {
    color: #10b981;
}

.showcase-text {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.badge-outline {
    display: inline-block;
    border: 2px solid #10b981;
    color: #10b981;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.benefit-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
}

.highlight-item {
    text-align: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: #f0fdf4;
    transform: translateY(-5px);
}

.highlight-item i {
    font-size: 1.5rem;
    color: #10b981;
    margin-bottom: 10px;
    display: block;
}

.highlight-item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.inquiry-btn {
    background: #1e293b;
    color: white !important;
    padding: 18px 35px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
}

.inquiry-btn:hover {
    background: #25d366;
    transform: translateX(10px);
}

/* Features Section V2 */
.products-features-section-v2 {
    margin: 6rem 0;
}

.features-header-v2 {
    text-align: center;
    margin-bottom: 4rem;
}

.features-title-v2 {
    font-size: 2.5rem;
    color: #0f172a;
}

.features-underline-v2 {
    width: 80px;
    height: 4px;
    background: #10b981;
    margin: 20px auto;
    border-radius: 2px;
}

.features-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
}

.feature-card-v2 {
    background: white;
    padding: 3rem 2rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    border: 1px solid #f1f5f9;
}

.feature-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(16, 185, 129, 0.1);
    border-color: #d1fae5;
}

.icon-orb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 2rem;
    transition: all 0.4s ease;
}

.icon-orb.green {
    background: #d1fae5;
    color: #10b981;
}

.icon-orb.blue {
    background: #dbeafe;
    color: #3b82f6;
}

.icon-orb.amber {
    background: #fef3c7;
    color: #f59e0b;
}

.icon-orb.purple {
    background: #f3e8ff;
    color: #a855f7;
}

.feature-card-v2:hover .icon-orb {
    transform: rotateY(360deg);
}

/* Composition Section V2 */
.composition-section-v2 {
    background: radial-gradient(circle at top right, #065f46, #064e3b);
    /* Deep brand emerald gradient */
    border-radius: 40px;
    padding: 5rem;
    color: white;
    margin: 6rem 0;
    position: relative;
    overflow: hidden;
}

.composition-section-v2::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50%;
}

.composition-header-v2 {
    text-align: center;
    margin-bottom: 4rem;
}

.comp-title-v2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
}

.comp-subtitle-v2 {
    color: #94a3b8;
    font-size: 1.1rem;
}

.composition-grid-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
}

/* Base Card Styling */
.comp-card-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    /* Slightly more visible on dark green */
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.comp-img-mini {
    margin-bottom: 25px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #10b981;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #0f172a;
}

.comp-img-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
    filter: brightness(0.9);
}

.comp-icon {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.comp-info {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.comp-info h4 {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    text-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
}

.comp-info span {
    color: #94a3b8;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

/* Hover States - Extremely Dynamic */
.comp-card-v2:hover {
    background: rgba(16, 185, 129, 0.1);
    border-color: #10b981;
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.comp-card-v2:hover .comp-img-mini {
    transform: scale(1.2) rotate(5deg);
    box-shadow: 0 0 40px rgba(16, 185, 129, 0.6);
    border-color: white;
}

.comp-card-v2:hover .comp-img-mini img {
    filter: brightness(1.1);
    transform: scale(1.1);
}

.comp-card-v2:hover .comp-icon {
    transform: scale(0) rotate(-180deg);
    opacity: 0;
    margin-bottom: -40px;
    /* Collapse space */
}

.comp-card-v2:hover .comp-info {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.comp-card-v2:hover .comp-info h4 {
    animation: glowText 1.5s ease-in-out infinite alternate;
}

@keyframes glowText {
    from {
        text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    }

    to {
        text-shadow: 0 0 25px rgba(16, 185, 129, 0.9), 0 0 10px white;
    }
}


/* Loading Animation */
.loading-container {
    grid-column: 1 / -1;
    text-align: center;
    padding: 5rem 0;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #10b981;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

/* Usage Suitability V4 */
.usage-suitability-section {
    padding: 6rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.suitability-header {
    text-align: center;
    margin-bottom: 4rem;
}

.suitability-tag {
    color: #10b981;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.suitability-title {
    font-size: 2.8rem;
    color: #0f172a;
    margin: 15px 0;
    font-weight: 800;
}

.suitability-line {
    width: 60px;
    height: 4px;
    background: #10b981;
    margin: 20px auto;
    border-radius: 2px;
}

.suitability-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.suitability-grid-v4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.suit-card-v4 {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #f1f5f9;
}

.suit-card-v4:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(16, 185, 129, 0.15);
    border-color: #d1fae5;
}

.suit-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.suit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.suit-card-v4:hover .suit-img img {
    transform: scale(1.1);
}

.suit-icon-box {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #10b981;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
    z-index: 2;
    transition: all 0.4s ease;
}

.suit-card-v4:hover .suit-icon-box {
    transform: rotate(15deg) scale(1.1);
}

.suit-content {
    padding: 2.5rem 2rem 2rem;
}

.suit-content h4 {
    font-size: 1.4rem;
    color: #0f172a;
    margin-bottom: 12px;
    font-weight: 700;
}

.suit-content p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.suit-tag {
    display: inline-block;
    padding: 6px 15px;
    background: #f0fdf4;
    color: #16a34a;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 992px) {
    .product-showcase-v2 {
        grid-template-columns: 1fr;
        padding: 3rem 2rem;
        gap: 3rem;
        text-align: center;
    }

    .header-main-title {
        font-size: 2.5rem;
    }

    .benefit-highlights {
        grid-template-columns: 1fr;
    }

    .slogan-main-text-premium {
        font-size: 1.8rem !important;
    }

    .slogan-final-title-premium {
        font-size: 1.8rem !important;
        padding: 1.2rem 2rem !important;
    }
}

@media (max-width: 480px) {
    .slogan-main-text-premium {
        font-size: 1.5rem !important;
    }

    .slogan-sub-text-premium {
        font-size: 1.1rem !important;
    }

    .slogan-final-title-premium {
        font-size: 1.4rem !important;
        padding: 1rem 1.5rem !important;
    }

    .slogan-section {
        padding: 3rem 1rem;
    }
}

/* ── Mobile Button Fixes (Index Hero & Global) ────────────────────── */
@media (max-width: 768px) {

    /* Hero buttons: single row, compact on mobile */
    .hero-btns {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.6rem;
        margin-top: 1.25rem;
    }

    /* Shrink the gold Order-Now button on mobile */
    .btn-order-now-premium {
        padding: 0.6rem 1.1rem !important;
        font-size: 0.82rem !important;
        gap: 0.4rem !important;
        width: auto;
        white-space: nowrap;
    }

    /* Shrink the primary btn on mobile */
    .btn.btn-primary {
        padding: 0.6rem 1.1rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    /* Fix the full-width CTA button (poison section) on mobile */
    .poison-cta-wrap .btn-order-now-premium {
        padding: 1rem 1.5rem !important;
        font-size: 0.9rem !important;
        justify-content: center;
    }
}

@media (max-width: 400px) {

    /* Very small phones: reduce further but keep single line */
    .hero-btns {
        gap: 0.4rem;
    }

    .hero-btns .btn,
    .hero-btns .btn-order-now-premium {
        padding: 0.5rem 0.8rem !important;
        font-size: 0.75rem !important;
        gap: 0.3rem !important;
    }
}