/* =========================================
GLOBAL
========================================= */

body{
    background:#eef3f1;
    font-family:'Inter',sans-serif;
    color:#101828;
    overflow-x:hidden;
}

.container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 70px;
}

/* =========================================
COMMON
========================================= */

.section-line{
    width:80px;
    height:5px;
    border-radius:100px;
    background:#ff7a1a;
    margin-bottom:22px;
}

.section-heading{
    margin-bottom:50px;
}

.section-heading span{
    display:block;

    color:#ff7a1a;

    font-size:13px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:18px;
}

.section-heading h2{
    font-size:54px;
    line-height:1.08;

    color:#005b4f;

    max-width:760px;

    letter-spacing:-2px;
}

/* =========================================
BUTTONS
========================================= */

.primary-btn,
.secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:220px;
    height:58px;

    border-radius:999px;

    font-size:15px;
    font-weight:700;

    transition:0.35s ease;
}

.primary-btn{
    background:#00a99d;
    color:#ffffff;
}

.primary-btn:hover{
    background:#ff7a1a;
    transform:translateY(-4px);
}

.secondary-btn{
    background:#ffffff;
    color:#005b4f;

    border:1px solid #d7dfdc;
}

.secondary-btn:hover{
    background:#ff7a1a;
    border-color:#ff7a1a;
    color:#ffffff;

    transform:translateY(-4px);
}

/* =========================================
HERO
========================================= */

.about-hero{
    padding:60px 0 100px;
}

.about-hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-hero-content span{
    display:block;

    color:#ff7a1a;

    font-size:13px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:18px;
}

.about-hero-content h1{
    font-size:68px;
    line-height:1;

    color:#005b4f;

    margin-bottom:28px;

    letter-spacing:-3px;
}

.about-hero-content p{
    color:#667085;

    font-size:17px;
    line-height:1.9;

    max-width:620px;

    margin-bottom:34px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.about-hero-image img{
    width:100%;
    height:620px;
    object-fit:cover;

    border-radius:34px;

    box-shadow:
    0 18px 45px rgba(0,0,0,0.06);
}

/* =========================================
PURPOSE
========================================= */

.about-purpose-section{
    padding-bottom:100px;
}

.purpose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.purpose-card{
    background:#ffffff;

    border-radius:30px;

    padding:40px;

    transition:0.35s ease;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.05);
}

.purpose-card:hover{
    transform:translateY(-8px);
}

.purpose-icon{
    width:74px;
    height:74px;

    border-radius:22px;

    background:#eef8f6;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:28px;
}

.purpose-icon i{
    font-size:34px;
    color:#00a99d;
}

.purpose-card h3{
    font-size:28px;
    color:#005b4f;

    margin-bottom:18px;
}

.purpose-card p{
    color:#667085;

    line-height:1.9;
}

/* =========================================
APPROACH
========================================= */

.about-approach-section{
    padding-bottom:100px;
}

.about-approach-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.approach-image img{
    width:100%;
    height:620px;
    object-fit:cover;

    border-radius:34px;

    box-shadow:
    0 18px 45px rgba(0,0,0,0.06);
}

.approach-content span{
    display:block;

    color:#ff7a1a;

    font-size:13px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:18px;
}

.approach-content h2{
    font-size:54px;
    line-height:1.08;

    color:#005b4f;

    margin-bottom:24px;

    letter-spacing:-2px;
}

.approach-content p{
    color:#667085;

    font-size:17px;
    line-height:1.9;

    margin-bottom:34px;
}

.approach-points{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.approach-points div{
    display:flex;
    align-items:center;
    gap:14px;
}

.approach-points i{
    color:#ff7a1a;
    font-size:24px;
}

.approach-points span{
    margin:0;

    color:#101828;

    font-size:16px;
    font-weight:600;

    letter-spacing:0;
}

/* =========================================
IMPACT
========================================= */

.impact-section{
    padding-bottom:100px;
}

.impact-wrapper{
    background:
    linear-gradient(135deg,#005b4f,#00a99d);

    border-radius:34px;

    padding:55px;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:30px;
}

.impact-box{
    text-align:center;
}

.impact-box h2{
    font-size:52px;
    color:#ffffff;

    margin-bottom:10px;
}

.impact-box span{
    color:rgba(255,255,255,0.82);

    font-size:15px;
}

/* =========================================
CTA
========================================= */

.about-cta-section{
    padding-bottom:90px;
}

.about-cta-box{
    background:#ffffff;

    border-radius:34px;

    padding:60px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:50px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.04);
}

.about-cta-content span{
    display:block;

    color:#ff7a1a;

    font-size:13px;
    font-weight:700;

    letter-spacing:4px;

    margin-bottom:18px;
}

.about-cta-content h2{
    font-size:48px;
    line-height:1.08;

    color:#005b4f;

    margin-bottom:18px;

    letter-spacing:-2px;
}

.about-cta-content p{
    color:#667085;

    font-size:17px;
    line-height:1.9;

    max-width:640px;
}

.about-cta-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1100px){

    .about-hero-grid,
    .purpose-grid,
    .about-approach-grid{
        grid-template-columns:1fr;
    }

    .impact-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .about-cta-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .about-hero-content h1,
    .section-heading h2,
    .approach-content h2,
    .about-cta-content h2{
        font-size:44px;
    }
}

@media(max-width:768px){

    .container{
        padding:0 24px;
    }

    .about-hero{
        padding:40px 0 80px;
    }

    .about-hero-content h1,
    .section-heading h2,
    .approach-content h2,
    .about-cta-content h2{
        font-size:36px;
    }

    .impact-wrapper{
        grid-template-columns:1fr;
    }

    .about-cta-box{
        padding:40px 28px;
    }

    .about-cta-buttons{
        flex-direction:column;
        width:100%;
    }

    .primary-btn,
    .secondary-btn{
        width:100%;
    }
}/* =========================================
FINAL HOVER FIX
========================================= */

/* BUTTONS */

.primary-btn,
.secondary-btn{
    transition:all 0.35s ease !important;

    box-shadow:none !important;

    background-image:none !important;
}

/* PRIMARY */

.primary-btn:hover{

    background:#ff7a1a !important;

    color:#ffffff !important;

    border-color:#ff7a1a !important;

    transform:translateY(-4px) !important;

    box-shadow:none !important;

    background-image:none !important;
}

/* SECONDARY */

.secondary-btn:hover{

    background:#ff7a1a !important;

    color:#ffffff !important;

    border-color:#ff7a1a !important;

    transform:translateY(-4px) !important;

    box-shadow:none !important;

    background-image:none !important;
}

/* PURPOSE CARDS */

.purpose-card{
    transition:all 0.35s ease !important;
}

.purpose-card:hover{

    transform:translateY(-8px) !important;
}

/* ICON */

.purpose-card:hover .purpose-icon{

    background:#ff7a1a !important;
}

.purpose-card:hover .purpose-icon i{

    color:#ffffff !important;
}

/* CTA BOX */

.about-cta-box{
    transition:all 0.35s ease;
}

.about-cta-box:hover{

    transform:translateY(-4px);
}

/* IMAGE HOVER */

.about-hero-image img,
.approach-image img{
    transition:0.45s ease;
}

.about-hero-image:hover img,
.approach-image:hover img{

    transform:scale(1.03);
}