* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.navHeadContainer {
    background: url('');
    background-color: #1F513AE5;
    height: 500px;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    padding-top: 40px;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    /* background: url(../images/aboutuspage-1.jpeg); */
}

.navbarCon {
    height: 16%;
    width: 95%;
    background-color: white;
    border-radius: 40px;
}

.imagesNavConList {
    display: flex;
    align-items: center;
    /* gap: 1em; */
    height: 100%;
    justify-content: center;
}

.imageList {
    height: 100%;
    width: 66%;
    display: flex;
    gap: 15%;
}

.imagesNavConList .imageList img {
    height: 90%;
}

.navMainList ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4%;
    height: 100%;
}

.navMainList ul li {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(34, 40, 42, 0.7);
    text-decoration: none;
}

.navMainList ul li a{
    text-decoration: none;
}

.navContactButton button {
    padding: 13px 25px 13px 25px;
    border-radius: 69px;
    border: 1px solid rgba(56, 100, 79, 1);
    font-weight: 600;
    font-size: 14px;
    color: white;
    background-color: rgba(56, 100, 79, 1);
}

/* HERO TEXT CONTAINER */
.aboutHeroContent {
    width: 90%;
    max-width: 1200px;
    margin-top: 60px;
    height: 100%; 
}

/* TITLE */
.aboutHeroContent h1 {
    font-size: 60px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

/* PARAGRAPH */
.aboutHeroContent p {
    font-size: 20px;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    line-height: 1.6;
}

/* ================= WHO WE ARE ================= */

.whoSection {
    width: 100%;
    background-color: #f3f4f3;
    padding: 70px 20px;
    margin-top: -40px;
}

.whoContainer {
    width: 95%;
    max-width: 1200px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT TEXT */
.whoText {
    flex: 1;
}

.whoText h2 {
    font-size: 28px;
    color: #1f2d2a;
    margin-bottom: 20px;
}

.whoText p {
    font-size: 14px;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 16px;
    max-width: 550px;
}

/* RIGHT IMAGE */
.whoImage {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.whoImage img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ================= INFO SECTION ================= */

.infoSection {
    width: 100%;
    background-color: #f3f4f3;
    padding: 50px 20px 10px 20px;
    text-align: center;
}

.infoContainer {
    max-width: 800px;
    margin: auto;
}

/* EACH BLOCK */
.infoBlock {
    margin-bottom: 50px;
}

/* HEADINGS */
.infoBlock h2 {
    font-size: 22px;
    color: #1f2d2a;
    margin-bottom: 12px;
}

/* TEXT */
.infoBlock p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 700px;
    margin: auto;
}

/* ================= MISSION SECTION ================= */

.missionSection {
    width: 100%;
    background-color: #f3f4f3;
    padding: 0px 20px 15px 20px;
    display: flex;
    justify-content: center;
}

/* CARD */
.missionContainer {
    width: 95%;
    max-width: 1000px;
    background-color: rgba(241, 237, 228, 1); /* beige */
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
}

/* TITLE */
.missionContainer h2 {
    font-size: 30px;
    color: #1f513a;
    margin-bottom: 20px;
}

/* TEXT */
.missionContainer p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 600px;
    margin: auto;
}

/* ================= VISION SECTION ================= */

.visionSection {
    width: 100%;
    background-color: #f3f4f3; /* white background */
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* CONTAINER */
.visionContainer {
    max-width: 800px;
}

/* TITLE */
.visionContainer h2 {
    font-size: 30px;
    color: #1f513a;
    margin-bottom: 20px;
}

/* TEXT */
.visionContainer p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 600px;
    margin: auto;
}

/* ================= CORE VALUES ================= */

.valuesSection {
    width: 100%;
    background-color: #f3f4f3;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}

/* OUTER BOX */
.valuesContainer {
    width: 95%;
    max-width: 1100px;
    background-color: rgba(241, 237, 228, 1); /* beige */
    border-radius: 30px;
    padding: 60px 30px;
    text-align: center;
}

/* TITLE */
.valuesContainer h2 {
    font-size: 30px;
    color: #1f513a;
    margin-bottom: 40px;
}

/* GRID */
.valuesGrid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* CARD */
.valueCard {
    width: 220px;
    background-color: #ffffff;
    border-radius: 14px;
    padding: 25px 18px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* ICON */
.valueCard .material-icons {
    font-size: 28px;
    color: #1f513a;
    margin-bottom: 10px;
}

/* TITLE */
.valueCard h3 {
    font-size: 14px;
    color: #1f2d2a;
    margin-bottom: 10px;
}

/* TEXT */
.valueCard p {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6;
}

/* HOVER */
.valueCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* 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);
}