/* 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;
}

.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 
=======================================================================
*/

.solutions {
    text-align: center;
    padding: 50px 20px;
}

.stats-section {
    background-image: url("../images/Image1.png"); /* replace with your image path */
    background-size: cover;
    background-position: center;
    padding: clamp(0px, 2.5vw, 100px);
}

.stats-overlay {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(27, 52, 118, 0.9);
    border-radius: 28px;
    padding: 80px 60px;
    color: #ffffff;
}

.who-we-are {
    text-align: center;
    padding: 50px 20px; 
}

h4 {
    font-size: clamp(16px, 2.5vw, 20px);
}

.section-banner {
    font-size: clamp(46px, 5vw, 70px);
    font-weight: 600;
    margin-top: 80px;
    /*margin-bottom: 60px;*/
    position: relative;
}

.section-title {
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
} 
 
/* 
    =======================================================================
    HISTORY
    =======================================================================
*/

.sec {
    margin-top: 150px
}
.his-hdr {
    color: #0a4180;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 50px;
    padding-bottom: 1rem;
    letter-spacing:3px;
    height:100px;
}

.his-dtl {
    padding-right: 1rem;
    line-height: 30px;
    font-size: 20px;
    text-align: justify;
    color: #4a5d73;
}





/* 
    =======================================================================
    HIGHLIGHT BAR 
    =======================================================================
*/
.high-sec {
    margin-top: 200px
}

/*.contr {
    display: flex;
    gap: 20px;*/ /* Sets a fixed 20px space between items */
    /*margin-top: auto;
}*/


.contr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .contr div {
        text-align: center;
        font-size: clamp(14px, 2.5vw, 20px);
        vertical-align: middle;
        font-weight: 600;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;

    }


.contr-yel {
    color: #0b498f;
    background-color: #fac31a;
    border-radius: 10px;
    padding: 10px;
    font-size: clamp(14px, 2.5vw, 18px);
    
}

.contr-yel2 {
    color: #0b498f;
    background-color: #fac31a;
    border-radius: 10px;
    padding: 20px;
    font-size: clamp(14px, 2.5vw, 18px);
}
.contr-ble {
    color: #fff;
    background-color: #0b498f;
    border-radius: 10px;
    padding: 10px;
    font-size: clamp(14px, 2.5vw, 18px);
}

.highlight {
    background-color: #fac31a;
    color: #0b498f;
    padding: 30px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border-left: 0px solid #0b498f;
    justify-content: space-between;
}

.highlight-del {
    background-color: #0b498f;
    color: #fff;
    padding: 30px;
    margin-top: 2rem;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border-left: 0px solid #fac31a;
    justify-content: space-between;
}

.text-yel {
    color: #fac31a;
}

@media (max-width: 600px) {
    .contr-yel { 
    }
}
/* 
===========================================================================================
FOOTER 
===========================================================================================
*/

.services-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service {
    padding: 25px;
    font-weight: bold;
    border-radius: 10px;
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.blue-bg {
    background-color: #0d3b80;
    color: white;
}

.gold-bg {
    background-color: #f2b705;
    color: #0d3b80;
}

.download-section {
    margin-top: 50px;
    font-size: 18px;
    color: #1b3f72;
}
 
.download-btn {
    background-color: #b0b8c1;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
}

    .download-btn:hover {
        opacity: 0.9;
    }

.image-wrapper {
    margin-top: 50px;
}

    .image-wrapper img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }



/* 
===========================================================================================
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;
    }
}