* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;  /* removes underline */
    color: inherit;         /* removes blue, uses parent color */
}

.navHeadContainer {
    background:
        linear-gradient(rgba(31, 81, 58, 0.5), rgba(31, 81, 58, 0.9)),
        url('../images/coorporateandimpact.jpeg');
    background-color: #1F513AE5;
    min-height: 600px; /* ✅ FIXED */
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* NAVBAR */
.navbarCon {
    width: 95%;
    background-color: white;
    border-radius: 40px;
    padding: 10px 20px;
}

/* FLEX WRAPPER */
.imagesNavConList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO + MENU */
.imageList {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* LOGO */
.imagesNavConList .imageList img {
    height: 60px;
}

/* NAV MENU */
.navMainList ul {
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
}

.navMainList ul li {
    font-weight: 600;
    font-size: 14px;
    color: rgba(34, 40, 42, 0.7);
    cursor: pointer;
}

.navMainList ul li a {
    text-decoration: none;
    color: inherit;
}

/* BUTTON */
.navContactButton button {
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background-color: #38644f;
    color: white;
    font-weight: 600;
}

/* HERO TEXT CONTAINER */
.aboutHeroContent {
    width: 90%;
    max-width: 1200px;
    margin-top: 50px;
    height: 100%; 
}

/* TITLE */
.aboutHeroContent h3 {
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    max-width: 100%;
    word-wrap: break-word;
}

/* PARAGRAPH */
.aboutHeroContent p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    line-height: 1.6;
}

.impactHighlights {
    margin-top: 5rem;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TOP TEXT */
.impactIntro {
    max-width: 750px;
    text-align: center;
    font-size: 14px;
    color: #6b7478;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 18px;
}

/* GRID */
.impactGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
    max-width: 1200px;
}

/* CARD */
.impactCard {
    background: rgba(241, 237, 228, 1);
    padding: 25px 20px;
    border-radius: 14px;
    text-align: center;
}

/* ICON */
.impactCard .icon {
    font-size: 22px;
    margin-bottom: 10px;
    color: #3c6e57;
}

/* TITLE */
.impactCard h4 {
    font-size: 16px;
    color: #254f3d;
    margin-bottom: 8px;
}

/* TEXT */
.impactCard p {
    font-size: 13px;
    color: #6b7478;
    line-height: 1.6;
}

/* PROJECTS SECTION */
.projectsSection {
    margin: 15px auto;
    width: 90%;
    max-width: 1200px;
    background: #dcd6cc;
    padding: 60px 20px;
    border-radius: 20px;
    text-align: center;
}

.projectsSection h2 {
    color: #254f3d;
    font-size: 28px;
    margin-bottom: 30px;
}

/* INNER BOX */
.comingSoonBox {
    background: #f4f4f4;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 14px;
}

.comingSoonBox h4 {
    font-size: 16px;
    color: #6b7478;
    margin-bottom: 10px;
}

.comingSoonBox p {
    font-size: 13px;
    color: #6b7478;
    line-height: 1.6;
}


/* CTA SECTION */
.ctaSection {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 80px;
    background: #254f3d;
    padding: 60px 40px;
    border-radius: 30px;
    text-align: center;
}

.ctaSection h2 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

/* BUTTON */
.ctaSection button {
    background: #f4b400;
    color: black;
    border: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
}


/* FOOTER */
.footerSection {
    width: 100%;
    background-color: #1f513a;
    color: white;
    padding: 80px 20px 30px 20px;
}

/* CONTAINER */
.footerContainer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT */
.footerLeft {
    max-width: 220px;
}

.footerLeft img {
    width: 60px;
    margin-bottom: 15px;
}

.footerLeft p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

/* LINKS */
.footerLinks h4,
.footerContact h4 {
    margin-bottom: 15px;
    font-size: 14px;
}

.footerLinks ul {
    list-style: none;
}

.footerLinks ul li {
    font-size: 13px;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
}

/* CONTACT */
.footerContact p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

/* SOCIAL ICONS */
.socialIcons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.socialIcons span {
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

/* BOTTOM */
.footerBottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}

/* ================= RESPONSIVE (IMPACT PAGE) ================= */

/* ---------- LARGE TABLET ---------- */
@media (max-width: 1024px) {

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

    .aboutHeroContent h3 {
        font-size: 36px;
    }
}


/* ---------- TABLET (768px) ---------- */
@media (max-width: 768px) {

    /* NAVBAR (Handled by global.css) */
    /* .imagesNavConList {
        flex-direction: column;
        gap: 15px;
    }

    .imageList {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    } */

    .navMainList ul {
        flex-direction: column;
        gap: 15px;
        background: white;
        padding: 20px;
        border-radius: 20px;
        width: 100%;
    }

    .navMainList ul li {
        font-size: 16px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .navContactButton button {
        width: 100%;
        max-width: 200px;
    }

    /* HERO */
    .aboutHeroContent {
        text-align: center;
    }

    .aboutHeroContent h3 {
        font-size: 30px;
    }

    .aboutHeroContent p {
        font-size: 16px;
    }

    /* GRID */
    .impactGrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* PROJECT BOX */
    .projectsSection {
        padding: 40px 15px;
    }

    .comingSoonBox {
        width: 100%;
    }

    /* CTA */
    .ctaSection {
        padding: 40px 20px;
    }

    /* FOOTER */
    .footerContainer {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}


/* ---------- MOBILE (480px) ---------- */
@media (max-width: 480px) {

    .navHeadContainer {
        height: auto;
        padding-bottom: 40px;
    }

    /* HERO */
    .aboutHeroContent h3 {
        font-size: 24px;
    }

    .aboutHeroContent p {
        font-size: 14px;
    }

    /* IMPACT INTRO */
    .impactIntro {
        font-size: 14px;
    }

    /* CARDS */
    .impactCard {
        padding: 20px;
    }

    /* PROJECT */
    .projectsSection h2 {
        font-size: 22px;
    }

    /* CTA */
    .ctaSection h2 {
        font-size: 20px;
    }

    .ctaSection button {
        width: 100%;
    }
}