 @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');

 
 .care-philosophy-section {
        position: relative;
        overflow: hidden;
    }

    .care-content {
        padding-right: 20px;
    }

    .care-text {
        margin-top: 20px;
    }

    .care-list {
        margin-top: 35px;
    }

    .care-item {
        background: #fff;
        padding: 20px;
        border-radius: 14px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
        transition: .3s;
    }

    .care-item:hover {
        transform: translateY(-5px);
    }

    .top-row {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .care-item .icon {
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        background: #06a753;
        color: #fff;
        border-radius: 12px;
        font-size: 24px;
        flex-shrink: 0;
    }

    .care-item h4 {
        margin: 0;
        font-size: 22px;
    }

    .care-item p {
        width: 100%;
        margin: 0;
        line-height: 1.8;
    }

    .care-image-area {
        position: relative;
        padding-left: 40px;
    }

    .care-image-area .main-image img {
        width: 100%;
        border-radius: 20px;
    }

    .care-image-area .small-image {
        position: absolute;
        left: -10px;
        bottom: -100px;
        width: 230px;
    }

    .care-image-area .small-image img {
        width: 100%;
        border-radius: 18px;
        border: 8px solid #fff;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    }

    .experience-box {
        position: absolute;
        right: 20px;
        bottom: 20px;
        background: #1d1d1d;
        padding: 25px 30px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    }

    .experience-box h3 {
        color: #06a753;
        font-size: 52px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .experience-box p {
        color: #fff;
        margin-bottom: 0;
        line-height: 1.7;
        font-weight: 500;
    }

    @media (max-width:991px) {

        .care-image-area {
            padding-left: 0;
            /* margin-top:30px; */
        }

        .care-image-area .small-image {
            width: 180px;
            bottom: 20px;
        }

        .experience-box {
            right: 10px;
            bottom: 10px;
            padding: 20px;
        }
    }

    :root {
        --green-deep: #1a4a2e;
        --green-mid: #2d7a4f;
        --green-bright: #3da667;
        --green-light: #e8f5ed;
        --earth: #c4813a;
        --earth-light: #f5e8d6;
        --cream: #faf8f3;
        --white: #ffffff;
        --charcoal: #1c1c1c;
        --text-muted: #6b7c6e;
        --border: rgba(45, 122, 79, 0.15);
    }

    /* Tablet */
    @media (max-width:991px) {

        .achievements-layout {
            grid-template-columns: 1fr;
            gap: 25px;
        }



    }


    /* Mobile */
    @media (max-width:767px) {

        .achievements {
            padding: 70px 18px;
        }


        .section-tag {
            margin-bottom: 12px;
        }

        .achievement-card {
            padding: 22px;
            margin-bottom: 16px;
        }

        .achievement-card h3 {
            font-size: 20px;
            line-height: 1.4;
        }

        .achievement-card p {
            font-size: 15px;
            line-height: 1.8;
        }

        .achievement-year {
            font-size: 13px;
        }

        .csr-block {
            padding: 22px;
        }

        .csr-block h3 {
            font-size: 24px;
            line-height: 1.4;
        }

        .csr-list {
            padding-left: 18px;
        }

        .csr-list li {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .csr-block+div {
            padding: 22px !important;
        }

        .csr-block+div p:first-child {
            font-size: 18px !important;
        }

    }


    /* Small phones */
    @media (max-width:480px) {


        .achievement-card {
            padding: 18px;
        }

        .csr-block {
            padding: 18px;
        }

        .csr-list li {
            font-size: 14px;
        }

    }

  @media screen and (max-width:768px) {

        .quality-badges {
            grid-template-columns: 1fr !important;
            gap: 15px !important;
        }

        .quality-badge {
            padding: 22px 18px !important;
        }

        .quality-badge-name {
            font-size: 20px;
        }

        .quality-badge-desc {
            font-size: 14px;
        }

        .quality-badge-icon {
            font-size: 28px;
        }

        .sustain-inner {

            gap: 0px !important;

        }

    }

    /* QUALITY & COMPLIANCE */
    .quality-section {
        /* background: linear-gradient(130deg, #003121, #295b07, #2bc372); */
        background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
        

    }

    .quality-inner {
        max-width: 1300px;
        margin: 0 auto
    }

    .quality-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 48px;
        flex-wrap: wrap;
        gap: 24px
    }



    .quality-sub {
        font-size: 15px;
        /* color: rgba(255, 255, 255, 0.5); */
        /* max-width: 440px; */
        line-height: 1.7;
        margin-top: 12px
    }

    .quality-badges {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px
    }

    .quality-badge {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(184, 144, 42, 0.2);
        padding: 32px 28px;
        text-align: center;
        position: relative;
        transition: all 0.3s
    }

    .quality-badge:hover {
        background: rgba(184, 144, 42, 0.07);
        border-color: rgba(184, 144, 42, 0.4)
    }

    .quality-badge::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: var(--gold)
    }

    .quality-badge-icon {
        font-size: 32px;
        margin-bottom: 16px;
        display: block
    }

    .quality-badge-name {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        color: var(--gold-light);
        font-weight: 500;
        margin-bottom: 8px
    }

    .quality-badge-desc {
        font-size: 14px;
        /* color: rgb(255, 255, 255); */
        line-height: 1.6
    }

    /* SUSTAINABILITY */
    .sustain-section {
        background: linear-gradient(130deg, #002f1f, #3a6b19, #1a9754);
        position: relative;
        overflow: hidden
    }

    .sustain-section::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 300px;
        background: linear-gradient(transparent, rgba(45, 90, 39, 0.15))
    }

    .sustain-inner {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 80px;
        align-items: center;
        /* margin-top: 64px */
    }

    .sustain-quote {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(26px, 2.8vw, 40px);
        font-style: italic;
        /* color: #fff; */
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 32px;
        position: relative;
        padding-left: 28px
    }

    .sustain-quote::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(180deg, var(--gold), transparent)
    }

    .sustain-body p {
        font-size: 15px;
        /* color: rgb(255, 255, 255); */
        line-height: 1.9;
        margin-bottom: 18px
    }

    .sustain-pillars {
        display: grid;
        gap: 16px;
        margin-top: 36px
    }

    .sustain-pillar {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
        background: rgb(255 218 218 / 22%);
        border: 1px solid rgba(83, 83, 83, 0.12);
        transition: all 0.3s
    }

    .sustain-pillar:hover {
        background: rgba(192, 148, 37, 0.24);
        border-color: rgba(194, 145, 21, 0.2)
    }

    .sustain-pillar svg {
        width: 20px;
        height: 20px;
        stroke: var(--gold);
        fill: none;
        stroke-width: 1.5;
        flex-shrink: 0;
        margin-top: 2px
    }

    .sustain-pillar-text h4 {
        font-size: 14px;
        /* color: #fff; */
        margin-bottom: 4px;
        font-weight: 500
    }

    .sustain-pillar-text p {
        font-size: 14px;
        /* color: rgb(255, 255, 255); */
        line-height: 1.6
    }

    /* Tablet */
    @media (max-width:991px) {

        .trust-farmers-grid {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .section-h2 {
            font-size: 38px;
        }

    }


    /* Mobile */
    @media (max-width:767px) {

        .section-inner {
            padding: 0 18px;
        }

        .trust-farmers-grid {
            grid-template-columns: 1fr;
            /* one card per row */
            gap: 18px;
            margin-top: 35px !important;
        }

        .trust-farmer-card {
            padding: 22px;
        }

        .section-h2 {
            font-size: 30px;
            line-height: 1.3;
        }

        .section-lead {
            font-size: 15px;
            line-height: 1.8;
        }

        .trust-farmer-title {
            font-size: 20px;
        }

        .trust-farmer-desc {
            font-size: 15px;
        }

        .trust-farmer-icon {
            width: 55px;
            height: 55px;
        }
    }


    /* Small mobile */
    @media (max-width:480px) {

        .section-h2 {
            font-size: 26px;
        }

        .section-eyebrow {
            font-size: 14px;
        }

        .trust-farmer-card {
            padding: 18px;
        }

    }

    .service-box-items-5 {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .service-box-items-5 .content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-box-items-5 .thumb img {
        width: 100%;
        height: 220px;
        /* same image height */
        object-fit: cover;
    }


    .swiper-slide {
        height: auto;
    }


    .manufacturing-item {
        background: #fff;
        padding: 30px 25px;
        border-radius: 18px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
        transition: all .3s ease;
        height: 100%;
        text-align: center;
    }

    .manufacturing-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    }

    .manufacturing-item .icon {
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin: 0 auto 20px;
        background: #04a550;
        border-radius: 50%;
        color: #fff;
        font-size: 28px;
    }

    .manufacturing-item h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .manufacturing-item p {
        margin-bottom: 0;
    }

    .manufacturing-image {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
    }

    .manufacturing-image img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        transition: all .4s ease;
    }

    .manufacturing-image:hover img {
        transform: scale(1.08);
    }

    .overlay-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 18px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    }

    .overlay-content h5 {
        color: #fff;
        margin-bottom: 0;
        font-size: 20px;
    }

    @media (max-width:991px) {

        .manufacturing-image img {
            height: 250px;
        }
    }

    .cta-section {
        position: relative;
        overflow: hidden;
    }

    .cta-wrapper {
        background: #1d1d1d;
        border-radius: 24px;
        padding: 70px 60px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .cta-wrapper::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 250px;
        height: 250px;
        background: rgba(109, 191, 75, 0.15);
        border-radius: 50%;
        z-index: -1;
    }

    .cta-content span {
        color: #06a753;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
    }

    .cta-content h2 {
        color: #fff;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .cta-content p {
        color: rgba(255, 255, 255, 0.80);
        font-size: 17px;
        line-height: 1.9;
    }

    .cta-list {
        display: flex;
        gap: 40px;
        margin-top: 30px;
        /* flex-wrap:wrap; */
    }

    .cta-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cta-list li {
        color: #fff;
        margin-bottom: 14px;
        font-weight: 500;
    }

    .cta-list li i {
        color: #06a753;
        margin-right: 8px;
    }

    .cta-button-area {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cta-button-area .theme-btn {
        text-align: center;
        width: 100%;
    }

    @media (max-width: 991px) {

        .cta-wrapper {
            padding: 50px 30px;
        }

        .cta-content h2 {
            font-size: 36px;
        }

        .cta-button-area {
            margin-top: 35px;
        }
    }

.gallery-image {
    position: relative;
}

.gallery-image .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 236, 152, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 99;
}

.gallery-image .icon i {
    color: #fff;
    font-size: 24px;
}

/* Hover effect disable */
.gallery-card-item:hover .icon,
.gallery-image:hover .icon {
    opacity: 1 !important;
    visibility: visible !important;
}
 .choose-card {
        background: #fff;

        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
        border-left: 4px solid #6aa436;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .choose-card .tag {
        display: block;
        color: #6aa436;
        font-size: 13px;
        font-weight: 700;
        /* margin-bottom:10px; */
        text-transform: uppercase;
    }

    .choose-card h5 {
        font-size: 18px;
        font-weight: 700;
        /* margin-bottom:15px; */
        line-height: 1.4;
    }

    .choose-card p {
        color: black;
        line-height: 1.8;
        margin: 0;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    :root {
        --green-deep: #0e1f0e;
        --green-mid: #1a3a1a;
        --green-accent: #2d5a27;
        --green-light: #4a7c3f;
        --gold: #b8902a;
        --gold-light: #d4a843;
        --gold-pale: #f0d98a;
        --soil: #5c3d1e;
        --soil-light: #8c6239;
        --cream: #f7f3eb;
        --cream-dark: #ede7d9;
        --off-white: #faf8f4;
        --grey-mid: #000000;
        --grey-light: #a8a8a8;
        --text-dark: #0e1f0e;
        --text-body: #2a2a2a;
    }

    /* SECTION SHARED */
    section {
        padding: 50px 3vw;
    }

    .section-inner {
        max-width: 1300px;
        margin: 0 auto
    }

    .section-eyebrow {
        font-size: 11px;
        color: var(--gold);
        letter-spacing: 0.25em;
        text-transform: uppercase;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 12px
    }

    .section-eyebrow::after {
        content: '';
        height: 1px;
        width: 40px;
        background: var(--gold);
        opacity: 0.4;
        display: inline-block
    }

    .section-h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(32px, 4vw, 54px);
        font-weight: 500;
        line-height: 1.1;
        color: var(--green-deep);
        margin-bottom: 20px
    }

    .section-h2.light {
        color: #fff
    }

    .section-lead {
        font-size: 16px;
        color: var(--grey-mid);
        line-height: 1.85;
        max-width: 600px
    }

    .section-lead.light {
        color: rgba(255, 255, 255, 0.6)
    }

    /* .btn-primary {
        background: var(--gold);
        color: var(--green-deep);
        padding: 16px 36px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border: none;
        cursor: pointer;
        transition: all 0.3s;
        font-family: 'DM Sans', sans-serif;
        text-decoration: none;
        display: inline-block
    }

    .btn-primary:hover {
        background: var(--gold-light);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(184, 144, 42, 0.3)
    }

    .btn-outline {
        background: transparent;
        color: #fff;
        padding: 16px 36px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all 0.3s;
        font-family: 'DM Sans', sans-serif;
        text-decoration: none;
        display: inline-block
    }

    .btn-outline:hover {
        border-color: rgba(255, 255, 255, 0.6);
        background: rgba(255, 255, 255, 0.06)
    } */

    /* PRODUCTS */
    .products-section {
        background: var(--green-deep);

    }

    .products-header {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: end;
        margin-bottom: 64px
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px
    }

    .product-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.06);
        padding: 10px;
        transition: all 0.4s;
        cursor: pointer;
        position: relative;
        overflow: hidden
    }

    .product-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(184, 144, 42, 0.08), transparent);
        opacity: 0;
        transition: opacity 0.4s
    }

    .product-card:hover::before {
        opacity: 1
    }

    .product-card:hover {
        border-color: rgba(184, 144, 42, 0.3);
        transform: translateY(-4px)
    }

    .product-icon {
        width: 52px;
        height: 52px;
        background: rgba(184, 144, 42, 0.1);
        border: 1px solid rgba(184, 144, 42, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px
    }

    .product-icon svg {
        width: 24px;
        height: 24px;
        stroke: var(--gold-light);
        fill: none;
        stroke-width: 1.5
    }

    .product-cat {
        font-size: 10px;
        color: var(--gold);
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-bottom: 12px
    }

    .product-name {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 14px;
        line-height: 1.2
    }

    .product-desc {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.45);
        line-height: 1.8
    }

    .product-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        /* margin-top: 20px; */
        font-size: 12px;
        color: var(--gold-light);
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 1px solid rgba(184, 144, 42, 0.3);
        padding-bottom: 2px;
        transition: all 0.3s
    }

    .product-link:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.4)
    }

    .product-link svg {
        width: 14px;
        height: 14px;
        stroke: currentColor;
        fill: none
    }


    /* ANIMATIONS */
    @keyframes fadeup {
        from {
            opacity: 0;
            transform: translateY(32px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }


    @media(max-width:900px) {

        .hero-content,
        .legacy-grid,
        .products-header,
        .mfg-grid,
        .sustain-inner,
        .dealer-grid,
        .footer-top {
            grid-template-columns: 1fr !important;
        }

        .hero-right,
        .products-header>div:last-child {
            display: none
        }
         .mfg-grid{
            gap: 10px;
         }

        .trust-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px
        }

        .trust-item {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            padding-bottom: 20px
        }

        .products-grid {
            grid-template-columns: 1fr
        }

        .crops-grid {
            grid-template-columns: repeat(2, 1fr)
        }

        .trust-farmers-grid {
            grid-template-columns: 1fr 1fr
        }

        .quality-badges {
            grid-template-columns: 1fr 1fr
        }

        nav .nav-links {
            display: none
        }
    }

    .choose-card {
        background: #fff;
        padding: 10px 10px;
        border-radius: 12px;
        /* font-weight: 600; */
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        transition: all .3s ease;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .choose-card i {
        color: #06a753;
        font-size: 18px;
    }

    .choose-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
    }

    .choose-us-content .col-md-4 {
        display: flex;
    }

    .choose-us-content .col-md-4>div,
    .info-box {
        background: #fff;
        padding: 30px 25px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
        transition: .3s;
        height: 100%;
        border-left: 4px solid #4CAF50;
        border-right: 4px solid #4CAF50;
    }

    .choose-us-content .col-md-4:hover .info-box {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    }

    .info-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    }

    .info-box h3 {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .info-box h5 {
        font-size: 18px;
        color: #dd0f23;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .info-box p {
        color: #000000;
        line-height: 30px;
    }

    .info-box ul {
        padding-left: 18px;
        margin-top: 20px;
    }

    .info-box ul li {
        margin-bottom: 14px;
        line-height: 28px;
        color: #131212;
    }

    .research-list {
        padding-left: 20px;
        margin-top: 15px;
    }

    .research-list li {
        margin-bottom: 12px;
        color: #070707;
        line-height: 28px;
        list-style: none;
        position: relative;
    }

    .research-list li::before {
        content: "✔";
        color: #6ca12b;
        font-weight: bold;
        position: absolute;
        left: -20px;
    }

    /* MANUFACTURING */
    .mfg-section {
        background: white;
    }

    .mfg-grid {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 10px;
        align-items: center;
        /* margin-top: 64px */
    }

    .mfg-text p {
        font-size: 15px;
        color: var(--grey-mid);
        line-height: 1.9;
        margin-bottom: 18px
    }

    .mfg-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 40px
    }

    .mfg-stat {
        background: #fff;
        border: 1px solid var(--cream-dark);
        padding: 24px;
        transition: all 0.3s
    }

    .mfg-stat:hover {
        border-color: var(--gold);
        transform: translateY(-2px)
    }

    .mfg-stat-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 36px;
        font-weight: 500;
        color: var(--green-accent);
        line-height: 1
    }

    .mfg-stat-label {
        font-size: 14px;
        color: var(--grey-mid);
        margin-top: 6px;
        line-height: 1.4
    }

    .mfg-visual {
        display: grid;
        grid-template-rows: auto auto;
        gap: 16px
    }

    .mfg-big {
        background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
        padding: 48px;
        display: flex;
        flex-direction: column;
        /* justify-content: flex-end; */
        min-height: 260px;
        position: relative;
        overflow: hidden
    }

    /* .mfg-big::before {
        content: 'PRECISION\A MANUFACTURING';
        white-space: pre;
        position: absolute;
        top: -5px;
        left: 45px;
        font-family: 'Cormorant Garamond', serif;
        font-size: 40px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.07);
        line-height: 1;
        pointer-events: none
    } */

    .mfg-big-label {
        font-size: 15px;
        /* color: white; */
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .mfg-big-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 26px;
        /* color: #fff; */
        font-weight: 400
    }

    .mfg-small-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .mfg-small {
        background: linear-gradient(130deg, #f3ffe8, #13c365);
        padding: 24px;
        border-top: 2px solid var(--gold);
        transition: all 0.3s
    }

    .mfg-small:hover {
        background: #00c45f;
    }

    .mfg-small-icon {
        margin-bottom: 12px
    }

    .mfg-small-icon svg {
        width: 22px;
        height: 22px;
        stroke: var(--gold);
        fill: none;
        stroke-width: 1.5
    }

    .mfg-small-title {
        font-size: 16px;
        /* color: #fff; */
        font-weight: 400;
        margin-bottom: 4px
    }

    .mfg-small-desc {
        font-size: 15px;
        /* color: rgb(255, 255, 255); */
        line-height: 1.6
    }

    /* WHY FARMERS TRUST US */
    .trust-farmers-section {
        background: var(--cream);

    }

    .trust-farmers-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2px;
        margin-top: 56px
    }

    .trust-farmer-card {
        background: #fff;
        padding: 40px 32px;
        border: 1px solid var(--cream-dark);
        border-top: 3px solid var(--gold);
        position: relative;
        transition: all 0.3s
    }

    .trust-farmer-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 48px rgba(14, 31, 14, 0.1)
    }

    .trust-farmer-num {
        font-family: 'Cormorant Garamond', serif;
        font-size: 52px;
        font-weight: 500;
        color: var(--cream-dark);
        line-height: 1;
        margin-bottom: 8px
    }

    .trust-farmer-icon {
        width: 44px;
        height: 44px;
        background: rgba(184, 144, 42, 0.1);
        border: 1px solid rgba(184, 144, 42, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px
    }

    .trust-farmer-icon svg {
        width: 20px;
        height: 20px;
        stroke: var(--gold);
        fill: none;
        stroke-width: 1.5
    }

    .trust-farmer-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        color: var(--green-deep);
        font-weight: 500;
        margin-bottom: 12px
    }

    .trust-farmer-desc {
        font-size: 13px;
        color: var(--grey-mid);
        line-height: 1.8
    }
 
   :root {
        --green-deep: #1a4a2e;
        --green-mid: #1a3a1a;
        --green-accent: #2d5a27;
        --green-light: #4a7c3f;
        --gold: #b8902a;
        --gold-light: #d4a843;
        --gold-pale: #f0d98a;
        --soil: #5c3d1e;
        --soil-light: #8c6239;
        --cream: #f7f3eb;
        --cream-dark: #ede7d9;
        --off-white: #faf8f4;
        --grey-mid: #6b6b6b;
        --grey-light: #a8a8a8;
        --text-dark: #0e1f0e;
        --text-body: #2a2a2a;
    }

     body {
          font-family: 'DM Sans', sans-serif;
        overflow-x: hidden;
    }
    .am-wrap {
        font-family: 'DM Sans', sans-serif;
        color: var(--text-body);
        padding: 10px 30px;
        background: transparent;
    }

    .am-eyebrow {
        font-size: 14px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--gold);
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .am-headline {
        font-family: 'Cormorant Garamond', serif;
        font-size: 36px;
        font-weight: 600;
        line-height: 1.15;
        margin: 0 0 0.25rem;
        color: var(--green-deep);
    }

    .am-sub {
        font-family: 'Cormorant Garamond', serif;
        font-size: 25px;
        font-style: italic;
        color: var(--green-accent);
        /* margin: 0 0 2rem; */
        font-weight: 600;
    }

    /* FOUNDER SECTIONS - Photo + Content Side by Side */
    .founder-section {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 3rem;
        align-items: start;
        margin-bottom: 1rem;
        padding: 2rem 0;
        border-bottom: 1px solid var(--cream-dark);
    }

    .founder-section:last-of-type {
        border-bottom: none;
    }

    .founder-photo-container {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .founder-photo-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
        /* height: 550px; */
        max-height: 600px;
    }

    .founder-photo-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .founder-info-card {
        background: var(--cream);
        border: 0.5px solid var(--cream-dark);
        border-radius: 12px;
        padding: 1.5rem;
        text-align: center;
    }

    .founder-badge {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0.1em;
        background: var(--gold);
        color: var(--green-deep);
        padding: 4px 10px;
        border-radius: 4px;
        margin-bottom: 0.75rem;
        font-weight: 600;
    }

    .founder-name {
        font-family: 'Cormorant Garamond', serif;
        font-size: 26px;
        font-weight: 600;
        color: var(--green-deep);
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }

    .founder-role {
        font-size: 14px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--green-accent);
        line-height: 1.5;
    }

    /* CONTENT SECTION */
    .founder-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .gen-block {
        border-left: 2px solid var(--gold);
        padding-left: 1rem;
    }

    .gen-label {
        font-size: 15px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--gold);
        font-weight: 500;
        margin-bottom: 0.4rem;
    }

    .gen-name {
        font-size: 30px;
        font-weight: 600;
        color: var(--green-deep);
        margin-bottom: 0.75rem;
        font-family: 'Cormorant Garamond', serif;
    }

    .gen-block p {
        font-size: 16px;
        color: var(--text-body);
        line-height: 1.75;
        margin: 0 0 0.9rem;
        text-align: justify;
    }

    em-green {
        color: var(--green-accent);
        font-style: normal;
        font-weight: 600;
    }

    .am-quote {
        padding: 1.5rem;
        font-family: 'Cormorant Garamond', serif;
        font-size: 20px;
        font-style: italic;
        color: black;
        border-left: 3px solid var(--gold);
        line-height: 1.4;
        background: var(--cream);
        border-radius: 8px;
    }

    .am-cert {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 1rem 1.5rem;
        background: var(--off-white);
        border: 0.5px solid var(--cream-dark);
        border-radius: 8px;
    }

    .am-cert-icon {
        width: 36px;
        height: 36px;
        background: var(--cream);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .am-cert-title {
        font-size: 15px;
        font-weight: 500;
        color: var(--green-deep);
    }

    .am-cert-sub {
        font-size: 14px;
        color: var(--green-accent);
    }

    .pillars {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .pillar {
        background: var(--cream);
        border: 0.5px solid var(--cream-dark);
        border-radius: 8px;
        padding: 0.75rem 1rem;
    }

    .pillar-desc {
        font-size: 15px;
        color: var(--grey-mid);
        line-height: 1.45;
    }

    .pillar-icon {
        font-size: 18px;
        color: var(--gold);
        margin-bottom: 6px;
    }

    .am-philosophy {
        background: var(--green-deep);
        border: 0.5px solid var(--green-mid);
        border-radius: 8px;
        padding: 1rem 1.25rem;
        margin-top: 1.5rem;
    }

    .am-philosophy-quote {
        font-family: 'Cormorant Garamond', serif;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        color: var(--gold-pale);
    }

    /* PRODUCTS SECTION */
    .products-title {
        font-size: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--gold);
        font-weight: 500;
        margin: 2rem 0 1rem;
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .product-chip {
        font-size: 15px;
        background: var(--cream);
        border: 0.5px solid var(--cream-dark);
        border-radius: 8px;
        padding: 8px 12px;
        color: var(--green-accent);
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: center;
        text-align: center;
    }

    .product-chip i {
        font-size: 15px;
        color: var(--gold);
        flex-shrink: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 900px) {
        .founder-section {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .founder-photo-wrapper {
            height: 350px;
        }

        .founder-info-card {
            order: -1;
        }
    }

    @media (max-width: 768px) {
        .am-wrap {
            padding: 18px 10px;
        }

        .am-headline {
            font-size: 25px !important;
        }

        .am-sub {
            font-size: 20px !important;
        }

        .founder-section {
            margin-bottom: 3rem;
            padding: 1.5rem 0;
        }

        .founder-photo-wrapper {
            height: 280px;
        }

        .founder-name {
            font-size: 22px;
        }

        .products-grid {
            grid-template-columns: 1fr;
        }

        .pillars {
            grid-template-columns: 1fr;
        }

          .gen-block p {
        font-size: 15px;
       }
    }

        .custom-five {
        /* width: 20%; */
    }

    @media (max-width:991px) {
        .custom-five {
            width: 50%;
        }
    }

    @media (max-width:575px) {
        .custom-five {
            width: 100%;
        }
    }

   

    .gsfc-box {
        background: #fff;
        /* padding:20px; */
        display: flex;
        gap: 15px;
        font-weight: 600;
        align-items: center;
        flex-wrap: wrap;
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    :root {
        --primary-green: #2D5016;
        --accent-red: #C41E3A;
        --light-green: #4CAF50;
        --dark-bg: #0F1419;
        --text-dark: #1a1a1a;
        --text-light: #ffffff;
        --accent-yellow: #FDB913;
    }

    body {
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
    }

    /* ============ HERO SECTION ============ */
    /* .hero-section {
            position: relative;
            min-height: 100vh;
            padding-top: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
            background: linear-gradient(135deg, #f5f9f5 0%, #ffffff 50%, #f0f8f0 100%);
        } */

    /* Animated background elements */
    /* .hero-background {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        } */

    .bg-circle-1 {
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(30, 196, 99, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        top: -100px;
        right: -100px;
        animation: float 8s ease-in-out infinite;
        filter: blur(40px);
    }

    .bg-circle-2 {
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(196, 30, 58, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        bottom: -50px;
        left: -50px;
        animation: float 10s ease-in-out infinite;
        animation-delay: 2s;
        filter: blur(40px);
    }

    /* .bg-accent {
            position: absolute;
            width: 300px;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
            top: 25%;
            left: 10%;
            animation: slideIn 3s ease-out infinite;
        } */

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(30px);
        }
    }

    @keyframes slideIn {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translateX(100%);
            opacity: 0;
        }
    }

   .hero-container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 90vh; */
    position: relative;
    z-index: 2;
}

.hero-content{
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge{
    margin-bottom: 20px;
}

.hero-title{
    text-align: center;
}

/* .hero-description{
    text-align: center;
    max-width: 750px;
    margin: 20px auto;
} */
/* 
.hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
} */

.mobile-video-inline{
    width: 100%;
    max-width: 700px;
    margin: 25px auto;
}

    /* LEFT CONTENT */
    /* .hero-content {
        animation: fadeInUp 1s ease-out;
    } */

    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
        padding: 10px 10px;
        /* background: rgb(255, 255, 255); */
        backdrop-filter: blur(10px);
        border: 1px solid rgba(76, 175, 80, 0.25);
        /* border-radius: 50px; */
        animation: slideInDown 0.8s ease-out;
    }

    .hero-badge img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .hero-badge span {
        font-size: 22px;
        font-weight: 600;
        color: black;
        font-family: cursive;
        /* letter-spacing: 0.5px; */
    }

    .hero-title {
        font-family: 'DM Serif Display', serif;
        font-size: clamp(36px, 5vw, 56px);
        line-height: 1.2;
        margin-bottom: 24px;
        color: #1a1a1a;
        font-weight: 700;
        animation: slideInDown 1s ease-out;
    }

    .hero-title span {
        background: linear-gradient(135deg, var(--primary-green), var(--accent-red));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
    }

    .hero-description {
        font-size: 16px;
        line-height: 1.8;
        color: #000000;
        margin-bottom: 20px;
        max-width: 820px;
        animation: fadeInUp 1.2s ease-out;
    }

    /* CTA BUTTONS */
    .hero-buttons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        animation: fadeInUp 1.4s ease-out;
    }

    .btn {
        padding: 16px 32px;
        font-size: 15px;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

    .btn-primary {
        background: linear-gradient(135deg, var(--primary-green), var(--light-green));
        color: white;
        box-shadow: 0 8px 24px rgba(45, 80, 22, 0.3);
    }

    .btn-primary:hover {
        transform: translateY(-4px);
        /* background: transparent; */
        /* color: var(--accent-red); */
        box-shadow: 0 12px 32px rgba(45, 80, 22, 0.4);
    }

    .btn-secondary {
        background: transparent;
        color: var(--accent-red);
        border: 1px solid var(--light-green);
        box-shadow: none;
    }

    .btn-secondary:hover {
        background: linear-gradient(135deg, var(--primary-green), var(--light-green));
        color: white;
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(196, 30, 58, 0.3);
    }

    .btn i {
        font-size: 16px;
        transition: transform 0.3s;
    }

    .btn:hover i {
        transform: translateX(4px);
    }

    /* RIGHT VISUAL ELEMENT */
    .hero-visual {
        position: relative;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: slideInRight 1s ease-out;
    }

    .visual-card {
        position: relative;
        width: 100%;
        height: 100%;
        /* background: rgba(255, 255, 255, 0.7); */
        background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1.5px solid rgba(76, 175, 80, 0.25);
        padding: 40px;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    }

    .visual-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-green), var(--accent-red), transparent);
    }

    /* Stats Grid */
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 20px;
    }

    .stat-item {
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
        border: 1px solid rgba(76, 175, 80, 0.2);
        animation: scaleIn 1.5s ease-out both;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .stat-item:nth-child(2) {
        animation-delay: 0.2s;
    }

    .stat-item:nth-child(3) {
        animation-delay: 0.4s;
    }

    .stat-item:nth-child(4) {
        animation-delay: 0.6s;
    }

    .stat-number {
        font-size: 28px;
        font-weight: 800;
        background: linear-gradient(135deg, var(--primary-green), var(--accent-red));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .stat-label {
        font-size: 12px;
        color: #000000;
        margin-top: 8px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* Decorative Logo Mark */
    .logo-mark {
        position: absolute;
        width: 150px;
        height: 150px;
        top: 20px;
        right: 20px;
        opacity: 0.1;
    }

    /* ANIMATIONS */
    @keyframes slideInDown {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(60px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes scaleIn {
        from {
            opacity: 0;
            transform: scale(0.9);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .hero-section {
            min-height: auto;
            padding: 110px 0px 20px 0px;
        }

        /* .hero-container {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 40px 24px;
        } */
         .hero-description {
        font-size: 12px !important;
         }

        .hero-title {
            font-size: clamp(20px, 4vw, 40px);
            margin-bottom: 0px !important;
        }

        .hero-visual {
            height: 500px;
        }

        .visual-card {
            padding: 24px;
        }

         .hero-badge span {
        font-size: 14px;
         

        }
        .stats-grid {
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 0px !important;
        }

        .stat-number {
            font-size: 24px;
        }

        .hero-buttons {
            flex-direction: row;
            /* Buttons in one row */
            gap: 12px;
            /* Space between buttons */
        }

        .btn {
            flex: 1;
            /* Equal width */
            width: auto;
            padding: 5px 5px;
        }


        .bg-circle-1,
        .bg-circle-2 {
            opacity: 0.5;
        }

        .bg-accent {
            display: none;
        }
    }

    @media (max-width: 480px) {
        /* .hero-container {
            padding: 30px 16px;
        } */

        .hero-buttons {
            flex-direction: row;
            gap: 8px;
            /* Smaller gap on tiny screens */
        }

        .btn {
            flex: 1;
            /* Buttons share space equally */
            padding: 5px 5px;
        }


    }


    /* ============ HERO SECTION ============ */
    /* .hero-section {
    position: relative;
    min-height: 90vh; 
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: none;  
} */
    /* ============ HERO SECTION ============ */
    .hero-section {
        position: relative;
        min-height: 90vh;
        padding-top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
    }

    /* Hero Video Background - DESKTOP ONLY */
    .hero-background {
        display: block;
        /* Desktop पर दिखेगा */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 1;
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(238 255 245 / 60%);
        z-index: 2;
    }

    .bg-circle-1,
    .bg-circle-2,
    .bg-accent {
        position: absolute;
        z-index: 3;
    }

    /* .hero-container {
        position: relative;
        z-index: 4;
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    } */

    /* ============ MOBILE VIDEO SECTION ============ */
    /* MOBILE VIDEO INLINE (buttons के नीचे) */
    .mobile-video-inline {
        display: none;
        /* Default: छिपा रहता है */
        width: 100%;
    }

    .mobile-video {
        width: 100%;
        border-radius: 16px;
        margin-top: 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

    /* ============ RESPONSIVE ============ */
    @media (max-width: 768px) {
        .hero-section {
            min-height: auto;
            padding: 110px 0px 20px 0px;
            background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
        }

        /* Mobile पर background video को छिपाएँ */
        /* .hero-background {
            display: none !important;
        } */

        /* Mobile पर inline video दिखाएँ */
        .mobile-video-inline {
            display: block;
        }

        /* .hero-container {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 40px 24px;
        } */

        /* .hero-title {
            font-size: clamp(28px, 6vw, 40px);
        } */

        .hero-visual {
            height: auto;
        }

        .visual-card {
            padding: 24px;
        }

        .stats-grid {
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-top: 0px !important;
        }

        .stat-number {
            font-size: 24px;
        }

        .hero-buttons {
            flex-direction: row;
            gap: 12px;
        }

        .btn {
            flex: 1;
            padding: 5px 5px;
        }

        .bg-circle-1,
        .bg-circle-2 {
            opacity: 0.5;
        }

        .bg-accent {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .hero-container {
            padding: 30px 16px;
        }

        .hero-buttons {
            flex-direction: row;
            gap: 8px;
        }

        .btn {
            flex: 1;
            padding: 5px 5px;
        }

        .mobile-video {
            margin-top: 20px;
            border-radius: 12px;
        }
    }

     .legacy-section {
        overflow: hidden;
    }


    /* Mobile layout */
    @media(max-width:991px) {

        .legacy-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .legacy-pillars {
            grid-template-columns: 1fr;
        }


    }

  

    /* ========= ACHIEVEMENTS ========= */
    .achievements {
        background: linear-gradient(135deg, #daffda 0%, #ffffff 50%, #ccf9cc 100%);
    }

    .achievements-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: start;
        margin-top: 60px;
    }

    .achievement-card {
        background: white;
        border-radius: 8px;
        padding: 36px;
        border: 1px solid rgba(196, 129, 58, 0.15);
        margin-bottom: 20px;
        transition: box-shadow 0.3s;
    }

    .achievement-card:hover {
        box-shadow: 0 12px 40px rgba(196, 129, 58, 0.15);
    }

    .achievement-year {
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: var(--earth);
        margin-bottom: 12px;
    }

    .achievement-card h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 22px;
        color: var(--charcoal);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .achievement-card p {
        font-size: 14px;
        color: var(--text-muted);
        line-height: 1.7;
    }

    .csr-block {
        background: var(--green-deep);
        border-radius: 8px;
        padding: 40px;
        color: white;
    }

    .csr-block h3 {
        font-family: 'Cormorant Garamond', serif;
        color: white;
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 16px;
    }

    .csr-block h3 strong {
        font-weight: 700;
    }

    .csr-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .csr-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.5;
    }

    .csr-list li::before {
        content: '✦';
        color: var(--earth);
        font-size: 10px;
        margin-top: 4px;
        flex-shrink: 0;
    }

    /* ========= SECTION COMMON ========= */


    .section-tag {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .section-tag-line {
        width: 30px;
        height: 1px;
        background: var(--earth);
    }

    .section-tag span {
        font-size: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: var(--earth);
        font-weight: 500;
    }

    /* .section-title {
         font-family: 'Cormorant Garamond', serif; 
         font-size: clamp(38px, 3.5vw, 56px);
    line-height: 1.1; font-weight: 300; 
         color: var(--green-deep); 
    } */

    .section-title strong {
        font-weight: 700;
    }

    .section-title em {
        font-style: italic;
        color: var(--earth);
    }