/*=========================
GLOBAL CONTAINER
=========================*/
.container{
    width:92%;
    max-width:1500px;
    margin:0 auto;
}
/*=============================
CSR HERO
=============================*/

.csr-hero{

    background:url("../images/csr/csr-hero.png") no-repeat;
    background-size:cover;
    background-position:right -80px center;
    background-color:#EEF4FB;

    min-height:820px;    
    padding-bottom:120px;
        position:relative;
            overflow:hidden;



}

.csr-overlay{
    width:100%;
    min-height:700px;

    display:flex;
    align-items:center;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.95) 25%,
        rgba(255,255,255,0.75) 38%,
        rgba(255,255,255,0.35) 48%,
        rgba(255,255,255,0) 58%
    );
}
.csr-overlay{
    position:absolute;
    inset:0;

    display:flex;
    align-items:flex-start;

    width:100%;
    height:100%;
}
.csr-overlay .container{
display:grid;
    grid-template-columns:48% 52%;
    align-items:center;
    min-height:700px;}

.csr-content{
    display:flex;
    align-items:flex-start;
    width:100%;
    padding-left:12px;
    padding-top:130px;
    min-height:650px;
}

.csr-left{
    width:100%;
    max-width:700px;
}

.hero-tag{

    color:#E31E24;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;

}

.csr-content h1{
    font-size:4.5rem;
    line-height:1.05;
        margin-top:10px;

}
.csr-left p{

    max-width:520px;

    font-size:20px;
    line-height:1.8;

    margin-bottom:35px;

}
.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:#123A80;
    color:#fff;

    padding:16px 34px;

    border-radius:12px;
    text-decoration:none;

    font-weight:600;
    font-size:16px;

    transition:.3s;
}

.btn-primary:hover{
    background:#E31E24;
    color:#fff;
}
/*======================================
CSR STATS
======================================*/
.csr-stats{
    position:relative;
    z-index:10;
    padding:0;
    background:transparent;
}
.stats-card{
    margin-top:-110px;

    width:100%;
    background:#fff;
    border-radius:28px;
    overflow:hidden;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.stat-item{

    display:flex;

    align-items:flex-start;

    gap:22px;

    padding:38px 30px;

    border-right:1px solid #ECECEC;

}
.stat-item:last-child{
    border-right:none;
}

.stat-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#EDF2FF;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#E31E24;

    font-size:28px;

    flex-shrink:0;

}

.stat-item h2{

    font-size:60px;

    color:#123A80;

    margin-bottom:8px;

}

.stat-item h3{
    font-size:2.2rem;
    font-weight:700;   /* Bold */
    color:#16356B;
    margin:0;
}

.stat-item h4{

    font-size:19px;

    color:#123A80;

    margin-bottom:8px;

}

.stat-item p{

    font-size:16px;

    line-height:1.6;

    color:#666;

}
/*==================================
CSR FOCUS
==================================*/

.csr-focus{
     background:#EEF4FB;
    padding-block:100px;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title h2{
    font-size:46px;
    color:#123A80;
    font-weight:800;
}

.red-line{
    width:70px;
    height:4px;
    background:#E31E24;
    margin:15px auto 0;
    border-radius:50px;
}

/* GRID */

.focus-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

/* CARD */

.focus-card{
    background:#fff;
    border:1px solid #E7EAF3;
    border-radius:18px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.focus-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* TOP */

.focus-top{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px;
}

.focus-top i{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#EDF3FF;
    color:#123A80;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.focus-top h3{
    font-size:22px;
    line-height:1.3;
    color:#123A80;
}

/* IMAGE */

.focus-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

/* DESCRIPTION */

.focus-card p{
    padding:18px;
    color:#555;
    line-height:1.7;
    min-height:120px;
}

/* LINK */

.focus-card a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 18px 22px;
    color:#123A80;
    font-weight:700;
    text-decoration:none;
}

.focus-card a:hover{
    color:#E31E24;
}
/*=============================
STORIES OF IMPACT
==============================*/

.stories{
    padding:90px 0;
    background:linear-gradient(180deg,#F9FBFF 0%,#EEF4FB 100%);
}

.stories-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:45px;
}

.stories-header h2{
    font-size:2rem;
    color:#16356b;
    font-weight:700;
}

.stories-header span{
    display:block;
    width:70px;
    height:4px;
    background:#d71920;
    border-radius:20px;
    margin-top:12px;
}

.stories-btn{
    text-decoration:none;
    color:#2954A5;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:8px;
    transition:.3s;
}

.stories-btn:hover{
    gap:14px;
}

.stories-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.story-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(18,52,102,.08);
}

.story-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.story-card img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.story-content{
    padding:24px;
}

.story-content h3{
    font-size:1.25rem;
    color:#16356b;
    margin-bottom:15px;
    line-height:1.4;
}

.story-content p{
    color:#666;
    font-size:.95rem;
    line-height:1.8;
    margin-bottom:25px;
}

.story-content a{
    text-decoration:none;
    color:#2954A5;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:.3s;
}

.story-content a:hover{
    gap:14px;
}
@media(max-width:1200px){

.stories-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.stories{
    padding:70px 0;
}

.stories-header{
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
}

.stories-grid{
    grid-template-columns:1fr;
}

.story-card img{
    height:220px;
}

}
/*=============================
CTA
==============================*/

.cta{
    padding:90px 0;
    background:#f5f8fd;
}

.cta-wrapper{

    background:linear-gradient(135deg,#0f3f9d,#173d8f 55%,#0b2c70);

    border-radius:22px;

    overflow:hidden;

    display:grid;

    grid-template-columns:2fr 2fr 1.3fr;

    align-items:center;

    color:#fff;
    padding:20px 0;

}

.cta-content{
    padding:60px;
}

.cta-content h2{
    font-size:2.2rem;
    line-height:1.25;
    margin-bottom:20px;
}

.cta-content p{
    line-height:1.8;
    color:rgba(255,255,255,.85);
    margin-bottom:35px;
}

.cta-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#fff;

    color:#1d4ba5;

    text-decoration:none;

    padding:15px 28px;

    border-radius:10px;

    font-weight:600;

    transition:.3s;
}

.cta-btn:hover{

    background:#d71920;

    color:#fff;

    gap:16px;

}

.cta-features{

    display:flex;

    justify-content:center;

    gap:35px;

    padding:20px 30px;
}

.feature{
    position:relative;
    padding:0 20px;
}

.feature:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-18px;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:120px;
    background:rgba(255,255,255,.18);
}
.icon{

    width:72px;

    height:72px;

    margin:auto;

    border:1px solid rgba(255,255,255,.15);

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    margin-bottom:20px;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(10px);
}

.feature h4{

    margin-bottom:10px;

    font-size:1.05rem;
}

.feature p{

    color:rgba(255,255,255,.75);

    font-size:.92rem;

    line-height:1.6;
}

.cta-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;
}
@media(max-width:1200px){

.cta-wrapper{

    grid-template-columns:1fr;

}

.cta-content{

    text-align:center;

    padding:60px 40px;
}

.cta-features{

    padding:0 40px 50px;

}

.cta-image{

    height:320px;
}

}

@media(max-width:768px){

.cta{

    padding:70px 0;
}

.cta-content{

    padding:45px 25px;
}

.cta-content h2{

    font-size:1.8rem;
}

.cta-features{

    flex-direction:column;

    align-items:center;

    gap:35px;
}

.cta-image{

    height:240px;
}

}