﻿/* ============================================================
   MALWA AGRITECH
   PREMIUM ABOUT US SECTION
   ============================================================ */

.malwa-about-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 52%, #f5faf7 100%);
}

    .malwa-about-section *,
    .malwa-about-section *::before,
    .malwa-about-section *::after {
        box-sizing: border-box;
    }

.malwa-about-container {
    width: min(100% - 40px, 1380px);
    margin: auto;
    position: relative;
    z-index: 2;
}


/* ============================================================
   BACKGROUND PATTERN
   ============================================================ */

.malwa-about-pattern {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -200px;
    top: -180px;
    border-radius: 50%;
    background: rgba(17, 107, 58, .035);
}

    .malwa-about-pattern::after {
        content: "";
        position: absolute;
        inset: 70px;
        border: 1px solid rgba(17, 107, 58, .08);
        border-radius: 50%;
    }


/* ============================================================
   SECTION HEADING
   ============================================================ */

.malwa-about-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.malwa-section-kicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #17733f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

    .malwa-section-kicker span {
        width: 28px;
        height: 2px;
        background: #d6a72c;
    }

.malwa-about-heading h2 {
    margin: 0;
    color: #123b25;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -.6px;
}

    .malwa-about-heading h2 span {
        color: #17733f;
    }

.malwa-about-heading p {
    margin: 17px auto 0;
    max-width: 690px;
    color: #68766e;
    font-size: 14px;
    line-height: 1.8;
}


/* ============================================================
   MAIN ABOUT AREA
   ============================================================ */

.malwa-about-main {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 75px;
    align-items: center;
}


/* ============================================================
   IMAGE AREA
   ============================================================ */

.malwa-about-visual {
    position: relative;
    min-height: 520px;
}

.malwa-about-image-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    height: 440px;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .14);
    z-index: 2;
}

    .malwa-about-image-main img,
    .malwa-about-image-small img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .7s ease;
    }

    .malwa-about-image-main:hover img,
    .malwa-about-image-small:hover img {
        transform: scale(1.04);
    }

.malwa-about-image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 220px;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .13);
    z-index: 3;
}

.malwa-image-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
}

    .malwa-image-badge strong {
        color: #126b3a;
        font-size: 25px;
        line-height: 1;
    }

    .malwa-image-badge span {
        margin-top: 5px;
        color: #6d786f;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
    }

.malwa-visual-accent {
    position: absolute;
    left: -15px;
    bottom: 25px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(214, 167, 44, .5);
    border-radius: 50%;
    z-index: 1;
}


/* ============================================================
   CONTENT
   ============================================================ */

.malwa-about-content {
    position: relative;
}

.malwa-content-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b27c08;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

    .malwa-content-label i {
        color: #17733f;
    }

.malwa-about-content h3 {
    margin: 0 0 18px;
    color: #123b25;
    font-size: clamp(25px, 3vw, 35px);
    line-height: 1.25;
    font-weight: 800;
}

    .malwa-about-content h3 span {
        color: #17733f;
    }

.malwa-about-content > p {
    color: #64736a;
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 13px;
}


/* ============================================================
   HIGHLIGHTS
   ============================================================ */

.malwa-about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.malwa-about-highlight {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid #e6ece8;
    border-radius: 12px;
    background: #fff;
    transition: .3s ease;
}

    .malwa-about-highlight:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
    }

.highlight-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 15px;
}

    .highlight-icon.green {
        color: #17733f;
        background: #eaf6ee;
    }

    .highlight-icon.gold {
        color: #a87405;
        background: #fff7dc;
    }

    .highlight-icon.blue {
        color: #19759d;
        background: #eaf7fb;
    }

    .highlight-icon.orange {
        color: #c26a1b;
        background: #fff1e7;
    }

.malwa-about-highlight strong {
    display: block;
    color: #173d28;
    font-size: 11px;
}

.malwa-about-highlight span {
    display: block;
    margin-top: 3px;
    color: #7a847e;
    font-size: 9px;
}


/* ============================================================
   ABOUT BUTTON
   ============================================================ */

.malwa-about-action {
    margin-top: 25px;
}

.malwa-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 12px 19px;
    border-radius: 8px;
    background: #126b3a;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(18, 107, 58, .2);
    transition: .3s ease;
}

    .malwa-about-btn i {
        transition: transform .3s ease;
    }

    .malwa-about-btn:hover {
        color: #fff;
        background: #0a4d29;
        transform: translateY(-2px);
    }

        .malwa-about-btn:hover i {
            transform: translateX(4px);
        }


/* ============================================================
   VISION MISSION STRATEGY CARDS
   ============================================================ */

.malwa-about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 80px;
}

.malwa-info-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    min-height: 265px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e5ebe7;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .045);
    transition: .35s ease;
}

    .malwa-info-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, .09);
    }

.malwa-card-icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    margin-bottom: 20px;
    font-size: 18px;
}

.vision-card .malwa-card-icon {
    background: #eaf6ee;
    color: #17733f;
}

.mission-card .malwa-card-icon {
    background: #fff6da;
    color: #a8780a;
}

.strategy-card .malwa-card-icon {
    background: #eaf5fa;
    color: #19779f;
}

.malwa-card-label {
    display: block;
    color: #7b857f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.malwa-card-content h3 {
    margin: 7px 0 11px;
    color: #153b27;
    font-size: 18px;
    font-weight: 800;
}

.malwa-card-content p {
    margin: 0;
    color: #6d7871;
    font-size: 11px;
    line-height: 1.8;
}

.malwa-card-number {
    position: absolute;
    right: 18px;
    bottom: -9px;
    color: rgba(17, 107, 58, .045);
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
}


/* ============================================================
   COMPANY FACTS
   ============================================================ */

.malwa-company-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 22px;
    border: 1px solid #e2eae5;
    border-radius: 17px;
    overflow: hidden;
    background: #fff;
}

.malwa-fact {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 24px 22px;
    border-right: 1px solid #e7ece9;
}

    .malwa-fact:last-child {
        border-right: 0;
    }

.malwa-fact-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf6ee;
    color: #17733f;
    border-radius: 10px;
}

.malwa-fact-text strong {
    display: block;
    color: #173e28;
    font-size: 14px;
    font-weight: 800;
}

.malwa-fact-text span {
    display: block;
    margin-top: 4px;
    color: #7a847e;
    font-size: 9px;
}


/* ============================================================
   ECOSYSTEM
   ============================================================ */

.malwa-ecosystem {
    margin-top: 70px;
    padding: 35px;
    border-radius: 20px;
    background: #073b22;
    position: relative;
    overflow: hidden;
}

    .malwa-ecosystem::after {
        content: "";
        position: absolute;
        width: 330px;
        height: 330px;
        right: -130px;
        top: -150px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 50%;
    }

.malwa-ecosystem-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    z-index: 2;
}

    .malwa-ecosystem-heading span {
        color: #d6a72c;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .malwa-ecosystem-heading h3 {
        margin: 7px 0 0;
        color: #fff;
        font-size: 25px;
    }

        .malwa-ecosystem-heading h3 strong {
            color: #b9e0c5;
        }

    .malwa-ecosystem-heading p {
        max-width: 390px;
        margin: 0;
        color: rgba(255,255,255,.65);
        font-size: 11px;
        line-height: 1.7;
    }

.malwa-ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 28px;
    position: relative;
    z-index: 2;
}

.malwa-eco-item {
    min-height: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.88);
    transition: .3s ease;
}

    .malwa-eco-item i {
        color: #d6a72c;
        font-size: 20px;
    }

    .malwa-eco-item span {
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .6px;
    }

    .malwa-eco-item:hover {
        background: rgba(255,255,255,.1);
        transform: translateY(-4px);
    }


/* ============================================================
   PARTNERSHIPS
   ============================================================ */

.malwa-partnership {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 22px;
    padding: 27px 30px;
    border: 1px solid #e4ebe6;
    border-radius: 17px;
    background: #fff;
}

.malwa-partnership-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff6db;
    color: #ad7c0d;
    font-size: 20px;
}

.malwa-partnership-content {
    flex: 1;
}

    .malwa-partnership-content > span {
        color: #17733f;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.4px;
    }

    .malwa-partnership-content h3 {
        margin: 6px 0 7px;
        color: #173e28;
        font-size: 19px;
    }

        .malwa-partnership-content h3 strong {
            color: #17733f;
        }

    .malwa-partnership-content p {
        margin: 0;
        color: #6d7871;
        font-size: 10px;
        line-height: 1.7;
        max-width: 780px;
    }

.malwa-outline-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid #17733f;
    border-radius: 7px;
    color: #17733f;
    font-size: 10px;
    font-weight: 800;
    transition: .25s ease;
}

    .malwa-outline-btn:hover {
        background: #17733f;
        color: #fff;
    }


/* ============================================================
   CERTIFICATIONS
   ============================================================ */

.malwa-certifications {
    margin-top: 70px;
}

.malwa-cert-heading {
    text-align: center;
    margin-bottom: 30px;
}

    .malwa-cert-heading > span {
        color: #b17e0b;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .malwa-cert-heading h3 {
        margin: 7px 0 0;
        color: #173d28;
        font-size: 25px;
    }

        .malwa-cert-heading h3 strong {
            color: #17733f;
        }

.malwa-cert-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.malwa-cert-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e4ebe6;
    border-radius: 10px;
    background: #fff;
}

    .malwa-cert-item i {
        color: #17733f;
        font-size: 14px;
    }

    .malwa-cert-item span {
        color: #58665d;
        font-size: 10px;
        line-height: 1.5;
    }


/* ============================================================
   BOTTOM CTA
   ============================================================ */

.malwa-about-bottom {
    margin-top: 70px;
    padding: 30px 35px;
    border-radius: 17px;
    background: linear-gradient(110deg, #126b3a, #0a4c29);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

    .malwa-about-bottom > div > span {
        color: #d6a72c;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .malwa-about-bottom h3 {
        margin: 7px 0 3px;
        color: #fff;
        font-size: 21px;
    }

    .malwa-about-bottom p {
        margin: 0;
        color: rgba(255,255,255,.65);
        font-size: 10px;
    }

.malwa-about-bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 17px;
    border-radius: 7px;
    background: #d6a72c;
    color: #073b22;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    transition: .3s ease;
}

    .malwa-about-bottom-btn:hover {
        background: #f4d77b;
        color: #073b22;
        transform: translateY(-2px);
    }


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .malwa-about-main {
        gap: 45px;
    }

    .malwa-about-visual {
        min-height: 460px;
    }

    .malwa-about-image-main {
        height: 390px;
    }

    .malwa-about-cards {
        grid-template-columns: 1fr;
    }

    .malwa-company-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .malwa-fact:nth-child(2) {
        border-right: 0;
    }

    .malwa-fact:nth-child(-n+2) {
        border-bottom: 1px solid #e7ece9;
    }

    .malwa-ecosystem-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .malwa-cert-list {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .malwa-about-section {
        padding: 60px 0;
    }

    .malwa-about-container {
        width: calc(100% - 28px);
    }

    .malwa-about-heading {
        margin-bottom: 40px;
    }

        .malwa-about-heading h2 {
            font-size: 29px;
        }

        .malwa-about-heading p {
            font-size: 12px;
            line-height: 1.7;
        }

    .malwa-about-main {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .malwa-about-visual {
        min-height: 420px;
    }

    .malwa-about-image-main {
        width: 83%;
        height: 350px;
    }

    .malwa-about-image-small {
        width: 50%;
        height: 175px;
    }

    .malwa-about-content h3 {
        font-size: 25px;
    }

    .malwa-about-content > p {
        font-size: 12px;
    }

    .malwa-about-highlights {
        grid-template-columns: 1fr;
    }

    .malwa-about-cards {
        margin-top: 55px;
    }

    .malwa-info-card {
        min-height: auto;
        padding: 24px;
    }

    .malwa-company-facts {
        grid-template-columns: 1fr;
    }

    .malwa-fact {
        border-right: 0;
        border-bottom: 1px solid #e7ece9;
    }

        .malwa-fact:last-child {
            border-bottom: 0;
        }

    .malwa-ecosystem {
        margin-top: 55px;
        padding: 25px 20px;
    }

    .malwa-ecosystem-heading {
        display: block;
    }

        .malwa-ecosystem-heading p {
            margin-top: 12px;
        }

    .malwa-ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .malwa-partnership {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 23px;
    }

    .malwa-partnership-content {
        min-width: calc(100% - 80px);
    }

    .malwa-outline-btn {
        width: 100%;
        justify-content: center;
    }

    .malwa-certifications {
        margin-top: 55px;
    }

    .malwa-cert-list {
        grid-template-columns: 1fr;
    }

    .malwa-about-bottom {
        margin-top: 55px;
        padding: 25px 22px;
        display: block;
    }

    .malwa-about-bottom-btn {
        margin-top: 18px;
    }
}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 420px) {

    .malwa-about-section {
        padding: 48px 0;
    }

    .malwa-about-container {
        width: calc(100% - 22px);
    }

    .malwa-about-heading h2 {
        font-size: 25px;
    }

    .malwa-section-kicker {
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .malwa-about-visual {
        min-height: 355px;
    }

    .malwa-about-image-main {
        width: 85%;
        height: 295px;
        border-radius: 16px;
    }

    .malwa-about-image-small {
        height: 145px;
        border-width: 5px;
        border-radius: 15px;
    }

    .malwa-image-badge {
        left: 13px;
        bottom: 13px;
        padding: 9px 12px;
    }

        .malwa-image-badge strong {
            font-size: 20px;
        }

        .malwa-image-badge span {
            font-size: 8px;
        }

    .malwa-about-content h3 {
        font-size: 22px;
    }

    .malwa-about-btn {
        width: 100%;
        justify-content: center;
    }

    .malwa-ecosystem-grid {
        gap: 7px;
    }

    .malwa-eco-item {
        min-height: 85px;
    }

        .malwa-eco-item i {
            font-size: 17px;
        }

        .malwa-eco-item span {
            font-size: 8px;
        }

    .malwa-about-bottom h3 {
        font-size: 18px;
    }
}


/* ============================================================
   ACCESSIBILITY / REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .malwa-about-section *,
    .malwa-about-section *::before,
    .malwa-about-section *::after {
        animation: none !important;
        transition: none !important;
    }
}
