/* =========================================================
   ANJANEY AGRO ENTERPRISE
   OUR STRENGTH PAGE

   Page-specific stylesheet.
   Structure:
   1. Variables
   2. Hero
   3. Our Ecosystem
   4. Farmer-First
   5. Quality Assurance
   6. Why Choose Us
   7. Certifications
   8. Packaging
   9. Logistics
   10. Industries
   11. Global Reach
   12. Final CTA
   13. Tablet
   14. Mobile
   15. Small Mobile
========================================================= */


/* =========================================================
   1. PAGE VARIABLES

   --strength-green:
   Main brand green used for headings, backgrounds and accents.

   --strength-green-dark:
   Darker green used for deep backgrounds and contrast areas.

   --strength-green-soft:
   Soft green background used for light sections.

   --strength-cream:
   Warm cream background used for the ecosystem and supporting areas.

   --strength-gold:
   Main gold accent used for lines, numbers and highlights.

   --strength-gold-light:
   Lighter gold used on dark backgrounds.

   --strength-text:
   Main body text colour.

   --strength-muted:
   Secondary / supporting text colour.

   --strength-border:
   Soft border colour used throughout the page.

   --strength-white:
   White used for dark sections and contrast.
========================================================= */

:root {
    --strength-green: #173b26;
    --strength-green-dark: #102b1c;
    --strength-green-soft: #edf4ed;
    --strength-cream: #f8f5ec;
    --strength-gold: #c6a04a;
    --strength-gold-light: #e5cc8a;
    --strength-text: #39453d;
    --strength-muted: #6f7972;
    --strength-border: rgba(23, 59, 38, 0.14);
    --strength-white: #ffffff;
}


/* =========================================================
   2. HERO

   Edit hero height, spacing and image positioning here.
========================================================= */

.strength-hero {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: flex-start;
    padding: 145px 0 80px;
    overflow: hidden;
    color: var(--strength-white);
    background-image:
        url("../images/home/anjaney-agro-enterprise-our-strength-hero.webp.webp");
    background-position: 65% center;
    background-size: cover;
}


.page-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(8, 28, 16, 0.94) 0%,
            rgba(8, 28, 16, 0.82) 30%,
            rgba(8, 28, 16, 0.45) 58%,
            rgba(8, 28, 16, 0.08) 100%
        );
}


.strength-hero .page-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 35px;
    text-align: left;
}


.strength-hero .section-label {
    margin-bottom: 15px;
    color: var(--strength-gold-light);
}


.strength-hero h1 {
    max-width: 850px;
    margin: 0 0 24px;
    color: var(--strength-white);
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 600;
}


.strength-hero h1 span {
    display: block;
    color: var(--strength-gold-light);
}


.strength-hero .page-hero-description {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   3. OUR ECOSYSTEM

   New 10-step visual process.

   Desktop:
   01 → 02 → 03 → 04 → 05
   06 → 07 → 08 → 09 → 10

   The connecting line is created with CSS.
   Each step gets a subtle hover/highlight effect.
========================================================= */
/* =========================================================
OUR ECOSYSTEM
10-step visual supply chain
========================================================= */

.ecosystem-section {
    background: var(--cream);
}

.ecosystem-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.ecosystem-intro > p:last-child {
    max-width: 100%;
    margin-top: 18px;
    text-align: center;
    white-space: nowrap;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.ecosystem-step {
    position: relative;
    min-height: 165px;
    padding: 25px 22px;
    background: var(--white);
    border: 1px solid var(--strength-gold);
    transition: var(--transition);
}

.ecosystem-step:hover {
    transform: translateY(-6px);
    border-color: var(--accent);
    box-shadow: 0 15px 35px rgba(20, 50, 30, 0.08);
}

.ecosystem-number {
    display: block;
    color: var(--accent);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ecosystem-line {
    width: 32px;
    height: 2px;
    margin: 18px 0 18px;
    background: var(--accent);
}

.ecosystem-step h3 {
    max-width: 170px;
    margin: 0;
    color: var(--dark);
    font-size: 17px;
    line-height: 1.35;
    white-space: nowrap;
    text-align: left;
    
}


/* =========================================================
   4. FARMER-FIRST APPROACH
========================================================= */

.farmer-section {
    background: var(--strength-green);
}


.farmer-panel {
    position: relative;
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    padding: 50px;
    overflow: hidden;
    background:
              var(--strength-green);
}





.farmer-intro {
    position: relative;
    z-index: 1;
}


.farmer-intro .section-label {
    color: var(--strength-gold-light);
}


.farmer-intro h2 {
    max-width: 500px;
    margin: 0 0 25px;
    color: var(--strength-white);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.1;
}


.farmer-lead {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.75;
}


.farmer-details {
    position: relative;
    z-index: 1;
}


.farmer-focus h3 {
    margin: 0 0 25px;
    font-size: 24px;
    margin: 0 0 18px;
    color: var(--strength-gold-light);
    font-weight: 700;
    letter-spacing: 2px;
}


.farmer-focus ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.farmer-focus li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.6;
}


.farmer-focus li span {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--strength-gold);
}


.farmer-goal {
    margin-top: 42px;
    padding-top: 28px;
    border-top: none;
}


.farmer-goal-label {
    margin: 0 0 18px;
    color: var(--strength-gold-light);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}


.farmer-goal-text {
    display: flex;
    align-items: center;
    gap: 20px;
}


.farmer-goal-text strong {
    color: var(--strength-white);
    font-size: 18px;
    line-height: 1.4;
}


.farmer-goal-text > span {
    width: 30px;
    height: 1px;
    background: var(--strength-gold);
}



/* =========================================================
   5. QUALITY ASSURANCE
========================================================= */

.quality-section {
    background: var(--strength-white);
}

/* Quality assurance heading and statement */
.quality-header {
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--strength-border);
}

.quality-header h2 {
    max-width: none;
    margin: 0 0 12px;
    color: var(--strength-green);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
    white-space: nowrap;
    margin-left: -12px;
}

.quality-header p {
    margin-left: -5px;
    
}

.quality-statement {
    max-width: 550;
    margin-top: 20px;
    color: var(--strength-green);
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    line-height: 1.5;
    white-space: nowrap;
}


.quality-main {
    display: grid;
    grid-template-columns: 0.4fr 1.6fr;
    gap: 70px;
    margin-top: 55px;
}


.quality-copy {
    padding-top: 15px;
}


.quality-copy p {
    max-width: 230px;
    margin-top: -20px;
    color: var(--strength-muted);
    font-size: 16px;
    line-height: 1.7;
}


.quality-accent-line {
    width: 55px;
    height: 3px;
    margin-top: 30px;
    background: var(--strength-gold);
}


.quality-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    background: var(--strength-border);
    border: 1px solid var(--strength-border);
}


.quality-feature {
    min-height: 180px;
    padding: 32px;
    background: var(--strength-white);
    transition: background 0.25s ease;
}


.quality-feature:hover {
    background: var(--strength-cream);
}


.quality-feature-large {
    grid-row: span 2;
    min-height: 362px;
    background: var(--strength-green);
}


.quality-feature-wide {
    grid-column: span 1;
}


.quality-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 35px;
    border: 1px solid var(--strength-gold);
    border-radius: 50%;
    color: var(--strength-gold);
    font-size: 14px;
}


.quality-feature h3 {
    max-width: none;
    margin: 0;
    color: var(--strength-green);
    font-size: 21px;
    line-height: 1.35;
    white-space: nowrap;
}


.quality-feature p {
    max-width: 300px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.7;
}


.quality-feature-large h3 {
    color: var(--strength-white);
    font-size: 28px;
}


.quality-commitment {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 60px;
    align-items: center;
    margin-top: 55px;
    padding: 35px 0 0;
    border-top: 1px solid var(--strength-border);
}


.quality-commitment-title h3 {
    margin: 8px 0 0;
    color: var(--strength-green);
    font-size: 25px;
}


.quality-commitment-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.quality-commitment-points span {
    padding: 13px 17px;
    border: 1px solid var(--strength-border);
    color: var(--strength-green);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.quality-commitment-points span:hover {
    background: var(--strength-green);
    border-color: var(--strength-green);
    color: var(--strength-white);
    transform: translateY(-3px);
}

/* =========================================================
   6. WHY CHOOSE US
========================================================= */

.why-section {
    background: var(--strength-green);
}


.why-header {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}


.why-header .section-label {
    color: var(--strength-gold-light);
}


.why-header h2 {
    max-width: 650px;
    margin: 0;
    color: var(--strength-white);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
}


.why-header > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
}


.why-layout {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
}


.why-featured,
.why-card {
    background: var(--strength-green);
}

.why-service {
    background: var(--strength-green-dark);
}


.why-featured {
    grid-row: span 2;
    min-height: 460px;
    padding: 45px;
    background:
            var(--strength-green-dark);
}


.why-card {
    min-height: 225px;
    padding: 32px;
    transition: background 0.25s ease;
}


.why-card:hover {
    background: rgba(255, 255, 255, 0.06);
}


.why-card-line {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 32px;
    background: var(--strength-gold);
}


.why-card-label {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--strength-gold-light);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.why-featured h3 {
    max-width: 430px;
    margin: 0 0 25px;
    color: var(--strength-white);
    font-size: 34px;
    line-height: 1.18;
}


.why-featured p,
.why-card p,
.why-service p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.75;
}


.why-card h3 {
    max-width: 260px;
    margin: 0 0 15px;
    color: var(--strength-white);
    font-size: 20px;
    line-height: 1.35;
}


.why-service {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    min-height: 190px;
    padding: 35px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}


.why-service h3 {
    max-width: 380px;
    margin: 0;
    color: var(--strength-white);
    font-size: 24px;
    line-height: 1.3;
}


.why-service p {
    max-width: 340px;
}


/* =========================================================
   7. CERTIFICATIONS
========================================================= */

.certification-section {
    background: var(--strength-cream);
}


.certification-heading {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 55px;
}


.certification-heading .section-label {
    grid-column: 1 / -1;
    margin-bottom: -45px;
}


.certification-heading h2 {
    margin: 0;
    color: var(--strength-green);
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.1;
}


.certification-heading > p:last-child {
    margin: 0;
    color: var(--strength-muted);
    font-size: 16px;
    line-height: 1.7;
}


.certification-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}


.certification-card {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 22px;
    min-height: 150px;
    padding: 25px;
    background: var(--strength-white);
    border: 2px solid var(--strength-border);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.certification-card:nth-child(4) {
    grid-column: 2 / span 2;
}


.certification-card:nth-child(5) {
    grid-column: 4 / span 2;
}


.certification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(23, 59, 38, 0.08);
}


.certification-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.certification-logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}


.certification-copy h3 {
    margin: 2px 0 12px;
    color: var(--strength-green);
    font-size: 18px;
    line-height: 1.3;
}


.certification-copy p {
    margin: 0;
    color: var(--strength-muted);
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   8. PACKAGING
========================================================= */

.packaging-section {
    background: var(--strength-white);
}


.packaging-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}


.packaging-intro h2 {
    max-width: 600px;
    margin: 0 0 25px;
    color: var(--strength-green);
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.1;
}


.packaging-intro p:not(.section-label) {
    max-width: 610px;
    margin: 0 0 18px;
    color: var(--strength-text);
    font-size: 16px;
    line-height: 1.75;
}


.packaging-options {
    padding: 42px;
    background: var(--strength-cream);
    border-left: 4px solid var(--strength-gold);
}


.packaging-options-header > span {
    color: var(--strength-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}


.packaging-options-header h3 {
    margin: 10px 0 30px;
    color: var(--strength-green);
    font-size: 25px;
}


.packaging-options ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}


.packaging-options li {
    padding: 14px 0;
    border-top: 1px solid var(--strength-border);
    color: var(--strength-text);
    font-size: 14px;
    line-height: 1.55;
}


.packaging-options li:last-child {
    border-bottom: 1px solid var(--strength-border);
}

/* =========================================================
   PACKAGING OPTIONS — HOVER EFFECT
========================================================= */

.packaging-options li {
    padding: 12px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.packaging-options li:hover {
    background: var(--strength-green);
    color: var(--strength-white);
    border-color: var(--strength-green);
    transform: translateX(5px);
}

.packaging-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-top: 55px;
    padding-top: 30px;
    border-top: 1px solid var(--strength-border);
}


.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}


.size-list span {
    padding: 10px 15px;
    background: var(--strength-green);
    color: var(--strength-white);
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.size-list span:hover {
    background: var(--strength-green);
    border-color: var(--strength-green);
    color: var(--strength-white);
    transform: translateY(-3px);
}


.packaging-bottom > strong {
    max-width: 340px;
    color: var(--strength-gold);
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    line-height: 1.45;
    text-align: right;
}



/* =========================================================
   9. LOGISTICS
========================================================= */

.logistics-section {
    background: var(--strength-green-soft);
}


.logistics-heading {
    max-width: 800px;
}


.logistics-heading h2 {
    margin: 0 0 20px;
    color: var(--strength-green);
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.1;
}


.logistics-heading p:not(.section-label) {
    max-width: 680px;
    margin: 0;
    color: var(--strength-muted);
    font-size: 16px;
    line-height: 1.7;
}


.logistics-services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 50px;
    border-top: 1px solid var(--strength-border);
    border-bottom: 1px solid var(--strength-border);
}


.logistics-services article {
    min-height: 190px;
    padding: 28px 25px;
    border-right: 1px solid var(--strength-border);
}


.logistics-services article:last-child {
    border-right: 0;
}


.logistics-mark {
    display: block;
    margin-bottom: 45px;
    color: var(--strength-gold);
    font-size: 22px;
}


.logistics-services h3 {
    margin: 0;
    color: var(--strength-green);
    font-size: 17px;
    line-height: 1.45;
}


.logistics-note {
    max-width: 750px;
    margin-top: 35px;
    color: var(--strength-text);
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   10. INDUSTRIES
========================================================= */

.industries-section {
    background: var(--strength-white);
}


.industries-heading {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 80px;
    align-items: end;
}


.industries-heading h2 {
    margin: 0;
    color: var(--strength-green);
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.1;
}


.industries-heading > p {
    margin: 0;
    color: var(--strength-muted);
    font-size: 16px;
    line-height: 1.7;
}


.industries-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 55px;
    border-top: 1px solid var(--strength-border);
    border-left: 1px solid var(--strength-border);
}


.industries-list article {
    min-height: 115px;
    display: flex;
    align-items: center;
    padding: 25px;
    border-right: 1px solid var(--strength-border);
    border-bottom: 1px solid var(--strength-border);
    transition:
        background 0.25s ease,
        padding-left 0.25s ease;
}


.industries-list article:hover {
    padding-left: 32px;
    background: var(--strength-cream);
}


.industries-list span {
    color: var(--strength-green);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}


/* =========================================================
   11. GLOBAL REACH
========================================================= */

.global-reach-section {
    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(198, 160, 74, 0.15),
            transparent 32%
        ),
        var(--strength-green-dark);
}


.global-reach {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}


.global-reach-copy h2 {
    margin: 0 0 20px;
    color: var(--strength-white);
    font-size: clamp(38px, 4.5vw, 56px);
    line-height: 1.1;
}


.global-reach-copy > p:not(.section-label) {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.7;
}


.global-reach-copy .section-label {
    color: var(--strength-gold-light);
}


.global-markets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.global-markets span {
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--strength-white);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: default;
}

.global-markets span:hover {
    background: var(--strength-gold);
    border-color: var(--strength-gold);
    color: var(--strength-white);
    transform: translateY(-3px);
}


/* =========================================================
   12. FINAL CTA
========================================================= */

.enquiry-cta {
    position: relative;
}


.enquiry-content h2 {
    max-width: 850px;
}


/* =========================================================
   13. TABLET

   Ecosystem changes from 5 columns to 3 columns.
   The desktop horizontal connector is removed because
   the wrapping layout needs a cleaner presentation.
========================================================= */

@media (max-width: 1100px) {

    /* =====================================================
       HERO
    ====================================================== */

    .strength-hero .page-hero-content {
        margin-left: 0;
    }


    /* =====================================================
       ECOSYSTEM
    ====================================================== */

    .ecosystem-grid {
        grid-template-columns: repeat(3, 1fr);
    }

        /* Ecosystem introductory statement */
    .ecosystem-intro > p:last-child {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: clamp(12px, 3.2vw, 16px);
        line-height: 1.5;
        text-align: center;
        white-space: normal;
    }


    /* =====================================================
       FARMER
    ====================================================== */

    .farmer-panel {
        grid-template-columns: 1fr;
        gap: 50px;
    }


    .farmer-panel::before {
        display: none;
    }


    /* =====================================================
       QUALITY
    ====================================================== */

    .quality-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .quality-copy p {
        max-width: 600px;
    }


    /* =====================================================
       WHY
    ====================================================== */

    .why-layout {
        grid-template-columns: 1fr 1fr;
    }


    .why-featured {
        grid-row: auto;
        min-height: 320px;
    }


    .why-service {
        grid-column: span 2;
    }


    /* =====================================================
       CERTIFICATIONS
    ====================================================== */

    .certification-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .certification-card,
    .certification-card:nth-child(4),
    .certification-card:nth-child(5) {
        grid-column: auto;
    }


    /* =====================================================
       LOGISTICS
    ====================================================== */

    .logistics-services {
        grid-template-columns: repeat(3, 1fr);
    }


    .logistics-services article:nth-child(3) {
        border-right: 0;
    }


    .logistics-services article:nth-child(4),
    .logistics-services article:nth-child(5) {
        border-top: 1px solid var(--strength-border);
    }


    /* =====================================================
       GLOBAL REACH
    ====================================================== */

    .global-reach {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   14. MOBILE

   Ecosystem becomes a vertical process.
   Each step is connected to the next using a thin
   vertical gold line and arrow.
========================================================= */

@media (max-width: 768px) {

    /* =====================================================
       HERO
    ====================================================== */

    .strength-hero {
        min-height: 500px;
        align-items: center;
        padding: 115px 0 60px;
        background-position: 68% center;
    }

    .strength-hero h1 {
        font-size: 40px;
    }


    .strength-hero .page-hero-description {
        font-size: 16px;
      
    }

    .strength-hero .page-hero-content {
        margin-left: 15px;
        text-align: left;
    }



    /* =====================================================
    ECOSYSTEM
    ====================================================== */

    .ecosystem-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ecosystem-step {
        min-height: 145px;
        padding: 22px 18px;
    }

    .ecosystem-step h3 {
        font-size: 16px;
        white-space: nowrap;
    }

    /* Ecosystem introductory statement */
    .ecosystem-intro > p:last-child {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: clamp(12px, 3.2vw, 16px);
        line-height: 1.5;
        text-align: center;
        white-space: normal;
    }


    /* =====================================================
       FARMER
    ====================================================== */

    .farmer-panel {
        gap: 40px;
        padding: 45px 25px;
    }


    .farmer-intro h2 {
        font-size: 38px;
    }


    .farmer-lead {
        font-size: 16px;
    }


    .farmer-focus ul {
        grid-template-columns: 1fr;
    }


    .farmer-goal-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }


    .farmer-goal-text > span {
        width: 25px;
    }

    /* =====================================================
    QUALITY
    ====================================================== */

    .quality-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .quality-header p {
      margin-left: -5px;
    
    }

    .quality-header h2 {
        font-size: clamp(28px, 7vw, 40px);
        white-space: nowrap;
        margin-left: -9px;
    }

    .quality-statement {
        font-size: 14px;
        white-space: nowrap;
    }

    .quality-main {
        margin-top: 40px;
    }

    .quality-features {
        grid-template-columns: 1fr;
    }

    .quality-feature,
    .quality-feature-large,
    .quality-feature-wide {
        grid-row: auto;
        grid-column: auto;
        min-height: 145px;
    }

    .quality-feature-large {
        min-height: 210px;
    }

    .quality-feature p {
        max-width: 100%;
    }

    .quality-commitment {
        grid-template-columns: 1fr;
        gap: 25px;
    }


    /* =====================================================
       WHY CHOOSE US
    ====================================================== */

    .why-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }


    .why-header h2 {
        font-size: 40px;
    }


    .why-layout {
        grid-template-columns: 1fr;
    }


    .why-featured {
        grid-row: auto;
        min-height: 300px;
    }


    .why-service {
        grid-column: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }


    /* =====================================================
       CERTIFICATIONS
    ====================================================== */

    .certification-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }


    .certification-heading .section-label {
        grid-column: auto;
        margin-bottom: 0;
    }


    .certification-grid {
        grid-template-columns: 1fr;
    }


    .certification-card,
    .certification-card:nth-child(4),
    .certification-card:nth-child(5) {
        grid-column: auto;
    }


    .certification-card {
        grid-template-columns: 75px 1fr;
        min-height: auto;
        padding: 22px;
    }


    .certification-logo img {
        width: 65px;
        height: 65px;
    }


    /* =====================================================
       PACKAGING
    ====================================================== */

    .packaging-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .packaging-intro h2 {
        font-size: 40px;
    }


    .packaging-options {
        padding: 30px 24px;
    }


    .packaging-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }


    .packaging-bottom > strong {
        text-align: left;
    }


    /* =====================================================
       LOGISTICS
    ====================================================== */

    .logistics-services {
        grid-template-columns: 1fr 1fr;
    }


    .logistics-services article {
        border-right: 1px solid var(--strength-border);
        border-bottom: 1px solid var(--strength-border);
    }


    .logistics-services article:nth-child(2n) {
        border-right: 0;
    }


    .logistics-services article:nth-child(4),
    .logistics-services article:nth-child(5) {
        border-top: 0;
    }


    .logistics-services article:last-child {
        grid-column: span 2;
        border-right: 0;
    }


    /* =====================================================
       INDUSTRIES
    ====================================================== */

    .industries-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }


    .industries-heading h2 {
        font-size: 40px;
    }


    .industries-list {
        grid-template-columns: 1fr 1fr;
    }


    /* =====================================================
       GLOBAL REACH
    ====================================================== */

    .global-reach {
        gap: 40px;
    }


    .global-reach-copy h2 {
        font-size: 40px;
    }


    .global-markets {
        justify-content: flex-start;
    }

}


/* =========================================================
   15. SMALL MOBILE

   Additional spacing and typography adjustments for
   smaller screens.
========================================================= */

@media (max-width: 480px) {

    /* =====================================================
       HERO
    ====================================================== */

    .strength-hero {
        min-height: 470px;
        padding: 105px 0 50px;
    }


    .strength-hero h1 {
        font-size: 35px;
    }


    /* =====================================================
       ECOSYSTEM
    ====================================================== */
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-step {
        min-height: auto;
        padding: 22px;
    }
    
    /* =====================================================
       FARMER
    ====================================================== */

    .farmer-panel {
        padding: 40px 20px;
    }


    .farmer-intro h2 {
        font-size: 34px;
    }


    /* =====================================================
       QUALITY
    ====================================================== */

    .quality-header h2 {
        font-size: 34px;
    }


    .quality-feature {
        padding: 25px;
    }


    /* =====================================================
       WHY
    ====================================================== */

    .why-header h2 {
        font-size: 34px;
    }


    .why-featured {
        padding: 30px;
    }


    .why-featured h3 {
        font-size: 28px;
    }


    /* =====================================================
       CERTIFICATIONS
    ====================================================== */

    .certification-card {
        grid-template-columns: 1fr;
        text-align: left;
    }


    .certification-logo {
        justify-content: flex-start;
    }


    /* =====================================================
       PACKAGING
    ====================================================== */

    .packaging-intro h2 {
        font-size: 34px;
    }


    .size-list span {
        font-size: 12px;
    }


    /* =====================================================
       LOGISTICS
    ====================================================== */

    .logistics-services {
        grid-template-columns: 1fr;
    }


    .logistics-services article,
    .logistics-services article:nth-child(2n),
    .logistics-services article:last-child {
        grid-column: auto;
        border-right: 0;
    }


    .logistics-services article:last-child {
        border-bottom: 0;
    }


    /* =====================================================
       INDUSTRIES
    ====================================================== */

    .industries-list {
        grid-template-columns: 1fr;
    }


    /* =====================================================
       GLOBAL
    ====================================================== */

    .global-reach-copy h2 {
        font-size: 34px;
    }

}