/*=============================
ABOUT HERO
=============================*/

.about-hero{

    position:relative;
    min-height:780px;

    background:
        url("../images/about/about-hero.png")
        right center/cover
        no-repeat;

    display:flex;
    align-items:center;

}

.about-overlay{

    width:100%;
    height:100%;
    display:flex;
    align-items:center;

}
.about-hero-content{

    width:100%;
    max-width:1700px;

    margin:0 auto;
    padding-top: 5px;

    padding-left:120px;

    display:flex;
    align-items:center;

}

.about-left{
    max-width:760px;
}

.hero-tag{
    display:inline-block;
    color:#E31E24;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;

    letter-spacing:2px;
    line-height:1;
    margin-bottom:10px;
}

.about-left h1{
    font-size:68px;
    line-height:1.1;
    letter-spacing:-2px;
    color:#142E69;
    margin:0 0 30px;
}

.about-left h1 span{

    color:#000000;

}
.about-left p{

    max-width:650px;

    font-size:21px;

    line-height:1.8;

    color:#555;

    margin-bottom:42px;

}
.btn-primary{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:18px 36px;

    background:#123A80;

    color:#fff;

    text-decoration:none;

    border-radius:12px;

    font-weight:700;

    transition:.3s;

}

.btn-primary:hover{

    background: #E31E24;
    color: #fff;

}
/*==================================
OUR STORY
===================================*/

.our-story{

    padding:100px 0;
    background:#F5F8FD;

}

.story-grid{
    display:grid;
    grid-template-columns:500px 700px 400px;
    justify-content:center;
    align-items:start;
    column-gap:24px;
}

/*=====================
IMAGE
=====================*/

.story-image{

    width:100%;

}

.image-placeholder{

    width:100%;
    height:430px;

    background:#D9DEE8;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#666;

    font-size:20px;
    font-weight:600;

}

.story-image img{

    width:100%;
    height:430px;

    object-fit:cover;

    border-radius:18px;

    display:block;

}

/*=====================
CONTENT
=====================*/

.story-content{

    max-width:610px;

}

.story-tag{

    color:#E31E24;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.story-content h2{

    margin:18px 0 28px;

    font-size:46px;

    line-height:1.18;

    font-weight:800;

    color:#1B2437;

}

.story-content h2 span{

    color:#E31E24;

}

.story-content p{

    font-size:16px;

    line-height:1.9;

    color:#555;

    margin-bottom:22px;

}

/*=====================
RIGHT SIDE
=====================*/

.story-side{

    display:flex;

    flex-direction:column;

    gap:16px;

}

.story-card{

    background:#fff;

    border:1px solid #EEF2F7;

    border-radius:18px;

    padding:22px;

    display:flex;

    align-items:flex-start;

    gap:18px;

}

.story-icon{

    width:58px;
    height:58px;

    border-radius:50%;

    background:#EEF3FF;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.story-icon.red{

    background:#FFF2F2;

}

.story-icon i{

    font-size:26px;

    color:#2148B4;

}

.story-card h4{

    margin:0 0 10px;

    color:#123A80;

    font-size:15px;

    font-weight:800;

}

.red-text{

    color:#E31E24 !important;

}

.story-card p{

    margin:0;

    font-size:14px;

    line-height:1.8;

    color:#555;

}
/*==========================
CORE VALUES
==========================*/

.core-values{

    margin-top:100px;

}

.values-box{

    background:#123A80;
    border-radius:24px;
    padding:45px 55px;
        min-height:470px;


}

.values-box h2{

    text-align:center;
    color:#fff;
    margin-bottom:45px;
    font-size:38px;

}

.values-grid{

    display:grid;
    grid-template-columns:repeat(5,1fr);

}

.value-item{

    text-align:center;
    padding:0 28px;

}

.value-item:not(:last-child){

    border-right:1px solid rgba(255,255,255,.15);

}

.value-item i{

    color:#fff;
    font-size:44px;
    margin-bottom:20px;

}

.value-item h3{

    color:#fff;
    font-size:22px;
    margin-bottom:18px;

}

.value-item p{

    color:rgba(255,255,255,.88);
    line-height:1.8;
    font-size:15px;

}


/*==========================
CERTIFICATIONS
==========================*/

.certifications{

    margin-top:80px;
    margin-bottom:50px;

}

.cert-box{

    background:#fff;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    padding:45px;

}

.cert-top{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:40px;

}

.cert-top h2{

    color:#123A80;
    margin-bottom:12px;

}

.cert-top p{

    color:#666;
    max-width:520px;

}

.cert-top a{

    color:#123A80;
    font-weight:700;
    text-decoration:none;

}

.cert-grid{

    display:grid;
    grid-template-columns:repeat(6,1fr);

}

.cert-item{

    text-align:center;
    padding:15px 20px;

}

.cert-item:not(:last-child){

    border-right:1px solid #ececec;

}

.cert-item img{

    height:70px;
    object-fit:contain;
    margin-bottom:20px;

}

.cert-item i{

    font-size:58px;
    color:#C99922;
    margin-bottom:20px;

}

.cert-item h4{

    color:#123A80;
    font-size:18px;
    margin-bottom:10px;

}

.cert-item span{

    color:#666;
    line-height:1.7;
    display:block;

}
/*=========================
LEADERSHIP
=========================*/

.leadership{
    padding:30px 0;
}

.leadership-wrapper{
    display:grid;
    grid-template-columns:340px 1fr;
    gap:50px;

    background:#fff;
    border-radius:30px;
    padding:60px;
padding-left:150px;   /* increase this */
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    align-items:center;
}

/* LEFT */

.leadership-text h2{
    font-size:62px;
    line-height:1.05;
    color:#123A80;
    margin:18px 0 25px;
}

.leadership-text p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
}

.team-link{
    display:inline-flex;
    align-items:center;
    gap:10px;

    color:#123A80;
    text-decoration:none;
    font-weight:700;
    font-size:18px;
}

/* RIGHT */
.leadership-slider{
    display:grid;
    grid-template-columns:65px repeat(4,1fr) 80px;
    gap:20px;
    align-items:center;

    margin-left:40px;   /* Move to the right */
}

/* CARD */

.leader-card{
    width:240px;
    background:#fff;
    border-radius:28px;
    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.leader-card:hover{
    transform:translateY(-8px);
}

.leader-card img{
    width:100%;
    height:300px;
    object-fit:cover;
    display:block;
}

.leader-info{
    padding:20px;
}

.leader-info h3{
    font-size:22px;
    color:#123A80;
    margin-bottom:8px;
}

.leader-info span{
    color:#666;
    font-size:16px;
}

/* ARROWS */

.slide-btn{
    width:54px;
    height:54px;

    border-radius:50%;
    border:1px solid #D9E4F5;

    background:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    cursor:pointer;
    transition:.3s;
}

.slide-btn:hover{
    background:#123A80;
    color:#fff;
}
.section-tag{
    display:inline-block;
    color:#E31E24;
    font-size:20px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}
/* ==========================
   CERTIFICATIONS & AWARDS
========================== */

.cert-image {
    width: 100%;
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;
    overflow: hidden;
}

.cert-image img {
    width: 250px;
    height: 250px;

    object-fit: contain;
    display: block;
}