/* ===== EcoGanpati.in Replica - Exact Colors & Styles ===== */
:root {
    /* Brand palette (Green theme) */
    --color-red: #1F7A3A; /* kept name for compatibility, now brand-primary */
    --color-green: #1F7A3A;
    --color-green-light: #63B33C;
    --color-green-dark: #0F3D1F;
    --color-white: #FFFFFF;
    --color-text: #7A7A7A;
    --color-dark: #2B2F38;
    --color-help: #FC7978;
    --color-donate: #1CA953;
    --color-bg: #F9F9F9;
    --color-card-bg: #EFEEF4;
    --font-primary: 'Roboto', sans-serif;
    --font-slab: 'Roboto Slab', serif;
    --font-body: 'Poppins', sans-serif;
    --container: 1200px;
}

/* Optional: enable dark-green theme by setting <html data-theme="dark"> */
html[data-theme="dark"] {
    --color-red: #63E08C;
    --color-green: #63E08C;
    --color-green-light: #9AEF7D;
    --color-green-dark: #071D10;
    --color-white: #07110B;
    --color-text: rgba(255, 255, 255, 0.78);
    --color-dark: #E9F6EC;
    --color-bg: #06150D;
    --color-card-bg: rgba(255, 255, 255, 0.06);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 1.6;
    background: var(--color-white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: var(--color-red);
    color: var(--color-white);
    padding: 8px 16px;
    z-index: 9999;
}

.skip-link:focus {
    top: 0;
}

/* ===== Buttons ===== */
.btn {
    display: inline-block;
    font-family: var(--font-primary);
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    text-align: center;
}

.btn-primary {
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: none;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-red);
    font-family: var(--font-primary);
    font-weight: 500;
}

.btn-lg {
    padding: 15px 30px;
    font-size: 15px;
}

.btn-sm {
    padding: 10px 20px;
    font-size: 13px;
}

.btn-white:hover {
    background-color: var(--color-red);
    color: var(--color-white);
}

/* ===== Header (inside hero) ===== */
.site-header {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 24px 0 0;
}

.header-inner {
    display: flex;
    align-items: center;
}

.site-branding {
    display: flex;
    align-items: center;
}

.custom-logo-link img {
    width: 173px;
    height: auto;
}

/* ===== Hero / Banner Section ===== */
.hero-section {
    position: relative;
    min-height: 88vh;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
    padding-bottom: 0;
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: 88vh;
    display: flex;
    align-items: center;
}

.hero-content {
    width: 100%;
    max-width: 560px;
    padding: 120px 0 80px;
}

.hero-title {
    font-family: var(--font-primary);
    font-size: clamp(2rem, 4.2vw, 3rem);
    font-weight: 700;
    color: var(--color-red);
    line-height: 1.15;
    margin-bottom: 28px;
}

.btn-shop {
    display: inline-block;
    min-width: 150px;
    padding: 14px 36px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.mobile-only {
    display: none !important;
}

.desktop-only {
    display: block;
}

/* ===== Post Banner Section ===== */
.post-banner-section {
    position: relative;
    background: linear-gradient(180deg, #f7fff4 0%, #ffffff 45%, #f9fff7 100%);
    padding: 40px 0 10px;
    overflow: hidden;
}

.post-banner-section::before,
.post-banner-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(31, 122, 58, 0.08);
    z-index: 0;
}

.post-banner-section::before {
    width: 220px;
    height: 220px;
    top: -90px;
    left: -70px;
}

.post-banner-section::after {
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -120px;
}

.post-banner-wrap {
    position: relative;
    z-index: 1;
}

.post-banner-top {
    max-width: 920px;
    margin: 0 auto 34px;
    padding: 34px 28px 30px;
    text-align: center;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(31, 122, 58, 0.12);
    box-shadow: 0 18px 45px rgba(31, 122, 58, 0.08);
}

.post-banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 50px;
    background: #e8f7df;
    color: var(--color-green);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.post-announcement {
    text-align: center;
    font-family: var(--font-primary);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    color: #4f5a52;
    line-height: 1.7;
    padding: 0 10px 24px;
    max-width: 760px;
    margin: 0 auto;
}

.post-announcement strong {
    color: var(--color-green);
    font-weight: 700;
}

.post-announcement a {
    color: var(--color-green);
    font-weight: 700;
}

.post-announcement a:hover {
    text-decoration: underline;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    margin: 0 auto;
    max-width: 640px;
}

.countdown-item {
    flex: 1;
    text-align: center;
    padding: 18px 12px 16px;
    background: linear-gradient(180deg, #f8fff5 0%, #ffffff 100%);
    border: 1px solid rgba(31, 122, 58, 0.14);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(31, 122, 58, 0.06);
}

.countdown-digits {
    display: block;
    font-family: var(--font-primary);
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    color: var(--color-green);
    line-height: 1;
}

.countdown-label {
    display: block;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: #6d756f;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.mobile-countdown {
    display: none;
}

/* Natural Materials - Separate Section */
.natural-materials-section {
    padding: 50px 0 50px;
    background: #fff;
}

.natural-materials-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 36px;
    background: linear-gradient(135deg, #1f7a3a 0%, #2d9a4e 55%, #63b33c 100%);
    border-radius: 28px;
    color: #fff;
    box-shadow: 0 22px 50px rgba(31, 122, 58, 0.22);
    position: relative;
    overflow: hidden;
}

.natural-materials-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    top: -80px;
    right: -60px;
}

.natural-materials-icon {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.natural-materials-content {
    position: relative;
    z-index: 1;
}

.natural-materials-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.natural-materials-content h3 {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.natural-materials-content p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 18px;
    max-width: 720px;
}

.natural-materials-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    list-style: none;
}

.natural-materials-points li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
}

.natural-materials-points i {
    color: #d7ffd8;
}

/* Post Features Section */
.post-features-section {
    padding: 50px 0 50px;
    background: linear-gradient(180deg, #f7fff4 0%, #ffffff 45%, #f9fff7 100%);
}

/* Features inside post-banner */
.post-banner-section .features-grid,
.post-features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0 0 34px;
    max-width: 1100px;
    margin: 0 auto;
}

.post-features-section .features-grid-two {
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
}

.post-banner-section .feature-box,
.post-features-section .feature-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 26px 22px;
    background: #fff;
    border: 1px solid rgba(31, 122, 58, 0.12);
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(31, 122, 58, 0.06);
    transition: 0.3s ease;
}

.post-banner-section .feature-box:hover,
.post-features-section .feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(31, 122, 58, 0.12);
    border-color: rgba(31, 122, 58, 0.22);
}

.post-banner-section .feature-icon,
.post-features-section .feature-icon {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--color-green) 0%, var(--color-green-light) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.post-banner-section .feature-content h5,
.post-features-section .feature-content h5 {
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 8px;
}

.post-banner-section .feature-content p,
.post-features-section .feature-content p {
    font-size: 14px;
    color: var(--color-text);
    line-height: 1.7;
}

.idols-title-wrap {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 8px;
}

.idols-main-title {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    font-weight: 700;
    color: var(--color-green);
    text-align: center;
    padding: 0;
    margin: 0 auto 10px;
    position: relative;
}

.idols-main-title::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-green) 0%, var(--color-green-light) 100%);
}

.idols-subtitle {
    font-size: 15px;
    color: #6d756f;
    line-height: 1.7;
    margin: 0;
}

.idols-section {
    padding: 0px 0 20px;
}

.idols-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.idol-card {
    background-color: var(--color-card-bg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 40px 32px;
    margin: 0 16px;
    transition: box-shadow 0.3s;
}

.idol-card:first-child {
    margin-left: 0;
}

.idol-card:last-child {
    margin-right: 0;
}

.idol-card:hover {
    box-shadow: 0 64px 120px -40px rgba(0, 0, 0, 0.16);
}

.idol-card-sm {
    min-height: 480px;
}

/* ===== Video ===== */
.video-section {
    background: var(--color-bg);
    padding: 50px 50px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===== Process ===== */
.process-section {
    background: var(--color-green-dark);
    padding: 25px 0 30px;
}

.process-section .container {
    text-align: center;
}

.process-img {
    max-width: 100%;
    margin: 0 auto;
}

/* ===== Celebs ===== */
.celebs-section {
    background: var(--color-white);
    padding: 30px 0 0;
    text-align: center;
}

.celebs-section h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: var(--color-red);
    line-height: 1.2;
    margin-bottom: 10px;
}

.celebs-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 20px 0 30px;
}

.celebs-gallery figure {
    margin: 0;
}

.celebs-gallery img {
    width: 100%;
    border: 2px solid var(--color-green);
    object-fit: cover;
}

/* ===== Testimonials ===== */
.testimonials-section {
    padding: 60px 0;
}

.testimonials-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.testimonials-left h3 {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 12px;
}

.testimonials-left>p {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.testimonials-right {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.review-card {
    display: flex;
    background: var(--color-bg);
    border-radius: 16px;
    overflow: hidden;
}

.review-img {
    width: 40%;
    min-height: 200px;
    background-position: center center;
    background-size: cover;
    flex-shrink: 0;
}

.review-content {
    width: 60%;
    padding: 40px;
}

.review-content p {
    font-size: 14px;
    color: var(--color-text);
    margin-bottom: 12px;
    line-height: 1.7;
}

.stars {
    color: #F5A623;
    font-size: 14px;
    margin-bottom: 8px;
}

.review-content h5 {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 4px;
}

.review-date {
    font-size: 12px;
    color: #9A9A9A;
}

.testimonials-left .review-card {
    margin-top: 0;
}

/* ===== Banner ===== */
.leaf-banner-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    border-radius: 28px;
    margin: 20px 0 0;
}

.leaf-banner-section .leaf-banner-media {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(6, 26, 12, 0.78) 0%, rgba(6, 26, 12, 0.40) 55%, rgba(6, 26, 12, 0.10) 100%),
        url('https://ecoganpati.in/wp-content/uploads/2021/08/eco-friendly-ganpati-idols.jpg');
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.leaf-banner-section .leaf-banner-content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 36px 34px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.leaf-banner-section .leaf-banner-content h3 {
    font-family: var(--font-primary);
    font-size: clamp(1.4rem, 2.6vw, 2.1rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 12px;
}

.leaf-banner-section .leaf-banner-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* ===== Help ===== */
.help-section {
    border-bottom: 1px solid var(--color-card-bg);
    padding: 60px 0 50px;
}

.help-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

.help-left h3 {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 0;
}

.btn-help {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-help);
    background: transparent;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    margin-top: 40px;
    padding: 0;
}

.btn-help:hover {
    color: var(--color-dark);
}

.help-right {
    text-align: center;
}

.help-right img {
    margin: 0 auto;
}

/* ===== Shop CTA (base - overridden by creative.css) ===== */
.shop-cta-section {
    text-align: center;
}

.shop-cta-section h2 {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin-bottom: 12px;
}

.shop-cta-section p {
    font-size: 15px;
}

/* ===== Donate ===== */
.donate-section {
    padding: 20px 0 40px;
}

.btn-donate {
    display: inline-block;
    width: 150px;
    background-color: var(--color-donate);
    text-align: center;
    font-weight: 800;
    padding: 11px 0;
    color: white;
    font-size: 12px;
    border-radius: 3.229px;
}

.btn-donate:hover {
    opacity: 0.9;
}

/* ===== Footer ===== */
.site-footer {
    background: var(--color-dark);
    color: rgba(255, 255, 255, 0.7);
}

.footer-primary {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.widget-title {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-col ul a:hover {
    color: var(--color-white);
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}

.social-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.social-links a:hover {
    color: var(--color-white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom a:hover {
    color: var(--color-white);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .hero-section {
        border-radius: 0 0 56px 56px;
    }

    .hero-overlay {
        border-radius: 0 0 56px 56px;
    }

    .hero-inner {
        min-height: 72vh;
    }

    .hero-content {
        max-width: 100%;
        padding: 100px 0 60px;
    }

    .post-banner-section .features-grid,
    .post-features-section .features-grid {
        padding: 0 0 30px;
        gap: 20px;
    }

    .post-features-section .features-grid-two {
        max-width: 100%;
    }

    .countdown-timer {
        max-width: 100%;
    }

    .post-banner-top {
        padding: 28px 20px 24px;
    }

    .features-grid {
        gap: 24px;
    }

    .feature-icon {
        font-size: 16px;
        width: 44px;
        height: 44px;
    }

    .idols-section {
        padding: 40px 40px 20px;
    }

    .idol-card {
        min-height: 280px;
        padding: 32px 24px;
        margin: 0 8px;
    }

    .video-section {
        padding: 80px 40px;
    }

    .testimonials-section {
        padding: 50px;
    }

    .testimonials-layout {
        grid-template-columns: 1fr;
    }

    .testimonials-right {
        gap: 40px;
    }

    .help-section {
        padding: 64px 40px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .site-header {
        padding: 16px 0 0;
    }

    .custom-logo-link img {
        width: 140px;
    }

    .hero-section {
        min-height: 75vh;
        border-radius: 0 0 32px 32px;
    }

    .hero-bg {
        background-position: center center;
    }

    .hero-overlay {
        border-radius: 0 0 32px 32px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 45%, rgba(255, 255, 255, 0.55) 100%);
    }

    .hero-inner {
        min-height: 75vh;
        align-items: flex-end;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
        padding: 100px 15px 40px;
    }

    .hero-subtitle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-title {
        font-size: 1.65rem;
        margin-bottom: 20px;
    }

    .post-announcement {
        font-size: 0.95rem;
        padding: 0 0 20px;
    }

    .post-banner-section {
        padding: 28px 0 20px;
    }

    .post-banner-top {
        padding: 24px 16px 20px;
        border-radius: 20px;
    }

    #countdownDesktop {
        display: none;
    }

    .mobile-countdown {
        display: flex;
        max-width: 100%;
        margin: 0;
        gap: 10px;
    }

    .post-banner-section .features-grid,
    .post-features-section .features-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 0 28px;
    }

    .natural-materials-card {
        grid-template-columns: 1fr;
        padding: 26px 22px;
        text-align: center;
    }

    .natural-materials-icon {
        margin: 0 auto;
    }

    .natural-materials-points {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .idols-main-title {
        font-size: 1.35rem;
    }

    .idols-subtitle {
        font-size: 14px;
        padding: 0 8px;
    }

    .desktop-countdown {
        display: none;
    }

    .mobile-countdown .countdown-item {
        padding: 14px 8px 12px;
        border-radius: 14px;
    }

    .idols-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .idol-card {
        margin: 0 !important;
        min-height: 340px;
        padding: 40px 24px 32px;
    }

    .idols-section {
        padding: 10px 24px 20px;
    }

    .video-section {
        padding: 64px 24px;
    }

    .celebs-section h2 {
        font-size: 25px;
    }

    .celebs-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-section {
        padding: 50px 20px;
    }

    .review-card {
        flex-direction: column;
    }

    .review-img {
        width: 100%;
        min-height: 300px;
        border-radius: 16px 16px 0 0;
    }

    .review-content {
        width: 100%;
        padding: 30px;
    }

    .help-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .help-left .btn-help {
        margin-top: 0;
    }

    .leaf-banner-section {
        padding: 56px 0;
        border-radius: 18px;
        margin: 10px 0 0;
    }

    .leaf-banner-section .leaf-banner-media {
        background-image:
            linear-gradient(180deg, rgba(6, 26, 12, 0.78) 0%, rgba(6, 26, 12, 0.35) 60%, rgba(6, 26, 12, 0.15) 100%),
            url('https://ecoganpati.in/wp-content/uploads/2021/08/eco-friendly-ganpati-idols.jpg');
    }

    .leaf-banner-section .leaf-banner-content {
        padding: 22px 18px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}