/* Reset */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* Navbar */
.nav-lks {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 50px;
    font-size: 14px;
    color: #7a7a7a;
}

    .nav-lks li {
        cursor: pointer;
    }

.btn-active {
    color: #1f2f5c;
    font-weight: 700;
}


body {
    background-color: #ffffff;
    color: #0b2a5b;
}

/* 
=======================================================================
WHO WE ARE SECTION 
=======================================================================
*/
.who-we-are {
    text-align: center;
    padding: 120px 20px;
}

.section-title {
    font-size: clamp(30px, 5vw, 70px);
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}

    /*.section-title::after {
        content: "";
        width: 450px;
        height: 4px;
        background-color: #0b2a5b;
        display: block;
        margin: 10px auto 0;
    }*/

/* MISSION & VISION */
.mission-vision {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2.5vw, 110px);
    flex-wrap: wrap;
    margin-top: clamp(10px, 2.5vw, 100px);
    margin-bottom: 40px;
}

.box {
    max-width: 500px;
    vertical-align:top
}

    .box h2 {
        color: #0a4180;
        font-size: clamp(25px, 2.5vw, 30px);
        font-weight: 400;
        padding-bottom: 50px;
        padding: 1rem;
    }

    .box p {
        font-size: clamp(16px, 2.5vw, 24px);
        line-height: 1.4;
        color: #4a5d73;
    }

.icon {
    font-size: 64px;
    color: #f2c94c;
}

 
/* 
    =======================================================================
    HISTORY
    =======================================================================
*/

.sec {
    margin-top: 150px
}
.his-hdrv1 {
    color: #0a4180;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 500;  
}

.his-hdr {
    color: #0a4180;
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 500;  
}

.his-dtl {
    padding-right: 1rem;
    line-height: clamp(20px, 2.5vw, 25px);
    font-size: clamp(14px, 2.5vw, 18px);
    text-align: justify;
    color: #4a5d73;
}





/* 
    =======================================================================
    HIGHLIGHT BAR 
    =======================================================================
*/
.high-sec {
    margin-top: 200px
}

.highlight {
    background-color: #fac31a;
    color: #0b498f;
    padding: 30px;
    margin: 0 auto;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 500;
    text-align: center;
    border-left: 15px solid #0b498f;
}

.highlight-del {
    background-color: #0b498f;
    color: #fff;
    padding: 30px;
    margin-top: 2rem;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border-left: 15px solid #fac31a;
}

    .highlight-del h2 {
        margin-top: 80px;
        color: #fac31a;
        font-size: clamp(24px, 2.5vw, 40px);
        font-weight: 500;
    }

.highlight h2 p p {
    font-size: 24px;
    
}

.his-p {
    margin-bottom: 80px;
    font-size: clamp(16px, 2.5vw, 20px);
}

.text-yel {
    color: #fac31a;
}



/* 
    =======================================================================
    Leadership
    =======================================================================
*/

.title-led {
    font-size: clamp(44px, 5vw, 80px);
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    color: #fac31a;
}

    .title-led p {
        font-size: clamp(16px, 2.5vw, 24px);
        text-align: center;
        color: #0b498f;
    }

.leadership {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
}

/* CARD */
.leader-card {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.leader-image {
    flex-shrink: 0;
}

    .leader-image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 50%;
        border: 6px solid #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

/* CONTENT */
.leader-content h2 {
    font-size: 26px;
    color: #0a4180;
    margin-bottom: 10px;
}

.role {
    display: inline-block;
    background-color: #fac31a;
    color: #0b2a5b;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.leader-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5d73;
    margin-bottom: 15px;
    text-align:justify;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .leader-card {
        flex-direction: column;
        text-align: center;
    }

    .leader-image img {
        width: 160px;
        height: 160px;
    }
}









/* 
===========================================================================================
FOOTER 
===========================================================================================
*/
.site-footer {
    background: #0b2c6f;
    color: #ffffff;
    margin-top: 80px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.footer-center p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-right a {
    display: inline-block;
    margin-right: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 14px;
    font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .bt-container {
        grid-template-columns: 1fr;
    }

    .bt-right {
        grid-template-columns: 1fr;
    }

    .bt-cta {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}