/*==================================================
ABOUT PAGE HERO
==================================================*/

.about-hero{
    padding:170px 0 100px;
    background:linear-gradient(135deg,#F8FBFF 0%,#EEF6FF 100%);
    overflow:hidden;
    position:relative;
}

.about-hero::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    background:rgba(15,76,129,.05);
    border-radius:50%;
    right:-250px;
    top:-250px;
}

.about-hero .container{
    position:relative;
    z-index:2;
}

.breadcrumb-nav{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
    font-size:15px;
}

.breadcrumb-nav a{
    color:#0F4C81;
    text-decoration:none;
    font-weight:600;
}

.breadcrumb-nav span{
    color:#94A3B8;
}

.about-hero .section-tag{
    display:inline-block;
    background:#E8F3FF;
    color:#0F4C81;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.about-hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    color:#0F4C81;
    margin-bottom:25px;
}

.about-hero p{
    font-size:18px;
    color:#64748B;
    line-height:1.9;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.about-banner{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.hero-stat{
    position:absolute;
    background:#fff;
    border-radius:18px;
    padding:18px 22px;
    min-width:170px;
    box-shadow:0 20px 50px rgba(15,76,129,.12);
    text-align:center;
}

.hero-stat h3{
    margin:0;
    font-size:34px;
    font-weight:800;
    color:#0F4C81;
}

.hero-stat span{
    color:#64748B;
    font-size:14px;
    font-weight:600;
}

.stat-one{
    top:40px;
    left:-40px;
}

.stat-two{
    top:45%;
    right:-40px;
    transform:translateY(-50%);
}

.stat-three{
    bottom:30px;
    left:40px;
}

/*==================================================
COMMON SECTIONS
==================================================*/

.about-page-section{
    padding:100px 0;
}

.about-page-section:nth-child(even){
    background:#F8FBFF;
}

.about-page-title{
    text-align:center;
    margin-bottom:60px;
}

.about-page-title h2{
    font-size:44px;
    font-weight:800;
    color:#0F4C81;
    margin-bottom:15px;
}

.about-page-title p{
    max-width:720px;
    margin:auto;
    color:#64748B;
    line-height:1.9;
}

.about-card{
    background:#fff;
    border-radius:22px;
    padding:35px;
    box-shadow:0 15px 45px rgba(15,76,129,.08);
    transition:.35s;
    height:100%;
}

.about-card:hover{
    transform:translateY(-8px);
}

.about-card i{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0F4C81;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.about-card h4{
    font-weight:700;
    color:#0F4C81;
    margin-bottom:15px;
}

.about-card p{
    color:#64748B;
    line-height:1.8;
}

/*==================================================
TIMELINE
==================================================*/

.timeline-item{
    position:relative;
    padding-left:80px;
    margin-bottom:50px;
}

.timeline-item::before{
    content:"";
    position:absolute;
    left:30px;
    top:0;
    width:3px;
    height:100%;
    background:#DCEBFA;
}

.timeline-dot{
    position:absolute;
    left:18px;
    top:5px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#0F4C81;
    border:6px solid #fff;
    box-shadow:0 0 0 3px #DCEBFA;
}

.timeline-item h4{
    color:#0F4C81;
    font-weight:700;
}

.timeline-item p{
    color:#64748B;
}

/*==================================================
TEAM
==================================================*/

.team-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 15px 45px rgba(15,76,129,.08);
    transition:.35s;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-card img{
    width:100%;
    display:block;
}

.team-card h5{
    margin-top:25px;
    color:#0F4C81;
    font-weight:700;
}

.team-card p{
    color:#64748B;
    margin-bottom:25px;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.about-hero{
    padding:130px 0 70px;
    text-align:center;
}

.about-hero h1{
    font-size:40px;
}

.hero-buttons{
    justify-content:center;
    margin-bottom:40px;
}

.hero-stat{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    transform:none;
    display:inline-block;
    margin:10px;
}

.timeline-item{
    padding-left:60px;
}

}

@media(max-width:767px){

.about-hero h1{
    font-size:32px;
}

.about-hero p{
    font-size:16px;
}

.hero-buttons{
    flex-direction:column;
}

.hero-buttons a{
    width:100%;
}

.about-page-title h2{
    font-size:34px;
}

.timeline-item{
    padding-left:45px;
}

.timeline-dot{
    left:10px;
}

.timeline-item::before{
    left:22px;
}

}
/*==================================================
AWARDS
==================================================*/

.about-awards{

    padding:100px 0;

    background:#F8FBFF;

}

.award-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,76,129,.08);

}

.award-card:hover{

    transform:translateY(-10px);

}

.award-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#0F4C81;

    color:#fff;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

}

.award-card h3{

    font-size:42px;

    font-weight:800;

    color:#0F4C81;

    margin-bottom:8px;

}

.award-card h5{

    font-weight:700;

    margin-bottom:12px;

    color:#111827;

}

.award-card p{

    color:#64748B;

    line-height:1.8;

    margin:0;

}
/*==================================================
GLOBAL PRESENCE
==================================================*/

.about-global{

    padding:100px 0;

    background:#ffffff;

}

.world-map-box{

    background:#F8FBFF;

    border-radius:28px;

    padding:40px;

    box-shadow:0 15px 40px rgba(15,76,129,.08);

}

.world-map{

    width:100%;

    display:block;

}

.country-card{

    background:#fff;

    border-radius:22px;

    padding:30px;

    box-shadow:0 15px 40px rgba(15,76,129,.08);

}

.country-card h4{

    color:#0F4C81;

    font-weight:700;

    margin-bottom:20px;

}

.country-list{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

}

.country-list span{

    padding:10px 16px;

    background:#EEF6FF;

    border-radius:30px;

    color:#0F4C81;

    font-size:14px;

    font-weight:600;

}

.partner-list{

    margin:0;

    padding-left:20px;

}

.partner-list li{

    margin-bottom:12px;

    color:#64748B;

    font-size:16px;

}

@media(max-width:991px){

.about-global{

padding:80px 0;

}

.world-map-box{

margin-bottom:30px;

}

}
/*==================================================
ABOUT STORY
==================================================*/

.about-story{

    padding:100px 0;

    background:#ffffff;

}

.about-story h2{

    font-size:46px;

    font-weight:800;

    color:#0F4C81;

    margin:20px 0;

}

.about-story p{

    font-size:17px;

    line-height:1.9;

    color:#64748B;

}

.story-stats{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.story-stat{

    flex:1;

    background:#F8FBFF;

    border-radius:18px;

    padding:25px;

    text-align:center;

}

.story-stat h3{

    color:#0F4C81;

    font-size:34px;

    font-weight:800;

}

.story-stat span{

    color:#64748B;

    font-weight:600;

}

.timeline-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:0 20px 50px rgba(15,76,129,.08);

}

.timeline-item{

    display:flex;

    gap:25px;

    position:relative;

    padding-bottom:35px;

}

.timeline-item:last-child{

    padding-bottom:0;

}

.timeline-item:not(:last-child)::after{

    content:"";

    position:absolute;

    left:42px;

    top:50px;

    width:2px;

    height:calc(100% - 20px);

    background:#D9EAF8;

}

.timeline-year{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#0F4C81;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    flex-shrink:0;

}

.timeline-content h5{

    color:#0F4C81;

    font-weight:700;

    margin-bottom:10px;

}

.timeline-content p{

    margin:0;

}

@media(max-width:991px){

.story-stats{

flex-direction:column;

}

.timeline-card{

margin-top:40px;

padding:30px;

}

}
/*==================================================
TEAM
==================================================*/

.about-team{

    padding:100px 0;

    background:#F8FBFF;

}

.team-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,76,129,.08);

}

.team-card:hover{

    transform:translateY(-10px);

}

.team-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0F4C81;

    color:#fff;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

}

.team-card h4{

    color:#0F4C81;

    font-weight:700;

    margin-bottom:15px;

}

.team-card p{

    color:#64748B;

    line-height:1.8;

    margin:0;

}

.dept-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    transition:.35s;

    box-shadow:0 12px 30px rgba(15,76,129,.08);

}

.dept-card:hover{

    transform:translateY(-8px);

}

.dept-card i{

    font-size:32px;

    color:#0F4C81;

    margin-bottom:15px;

}

.dept-card h6{

    margin:0;

    font-weight:700;

    color:#111827;

}

.organization-chart{

    background:#fff;

    border-radius:28px;

    padding:50px;

    box-shadow:0 20px 50px rgba(15,76,129,.08);

    text-align:center;

}

.org-title{

    font-size:28px;

    font-weight:700;

    color:#0F4C81;

    margin-bottom:40px;

}

.org-box{

    display:inline-block;

    background:#0F4C81;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    font-weight:600;

    margin:12px;

}

.org-line{

    width:3px;

    height:50px;

    background:#D6E7F8;

    margin:0 auto;

}

.org-row{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:20px;

}

@media(max-width:991px){

.organization-chart{

padding:30px;

}

.org-row{

flex-direction:column;

align-items:center;

}

}
/*==================================================
VISION
==================================================*/

.about-vision{

    padding:100px 0;

    background:#ffffff;

}

.vision-card{

    background:#fff;

    border-radius:24px;

    padding:40px 35px;

    height:100%;

    transition:.35s;

    box-shadow:0 18px 45px rgba(15,76,129,.08);

}

.vision-card:hover{

    transform:translateY(-10px);

}

.vision-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0F4C81;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

}

.vision-card h3{

    font-size:28px;

    font-weight:700;

    color:#0F4C81;

    margin-bottom:20px;

}

.vision-card p{

    color:#64748B;

    line-height:1.9;

}

.values-list{

    list-style:none;

    padding:0;

    margin:0;

}

.values-list li{

    margin-bottom:15px;

    color:#64748B;

    font-weight:500;

}

.values-list i{

    color:#16A34A;

    margin-right:10px;

}

.leadership-message{

    margin-top:70px;

    background:linear-gradient(135deg,#0F4C81,#1A5D99);

    color:#fff;

    border-radius:28px;

    padding:50px;

}

.leader-icon{

    width:110px;

    height:110px;

    border-radius:50%;

    background:rgba(255,255,255,.12);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    margin:auto;

}

.leadership-message .section-tag{

    background:rgba(255,255,255,.15);

    color:#fff;

}

.leadership-message h3{

    margin:20px 0;

    font-size:34px;

    font-weight:700;

}

.leadership-message p{

    color:rgba(255,255,255,.92);

    line-height:1.9;

    margin:0;

}

@media(max-width:991px){

.about-vision{

padding:80px 0;

}

.leadership-message{

padding:35px;

text-align:center;

}

.leader-icon{

margin-bottom:25px;

}

}
/*==================================================
RESEARCH PROCESS
==================================================*/

.about-process{

    padding:100px 0;

    background:#F8FBFF;

}

.process-card{

    position:relative;

    background:#fff;

    padding:40px 30px;

    border-radius:24px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,76,129,.08);

}

.process-card:hover{

    transform:translateY(-10px);

}

.process-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:46px;

    font-weight:800;

    color:rgba(15,76,129,.08);

}

.process-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#0F4C81;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin:0 auto 25px;

}

.process-card h4{

    font-weight:700;

    color:#0F4C81;

    margin-bottom:15px;

}

.process-card p{

    color:#64748B;

    line-height:1.8;

    margin:0;

}