.about-hero{
padding:180px 0 120px;
background:
linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
url("../img/banners/about.png");
background-size:cover;
background-position:center;
}

/* Hero text overrides only inside about hero */

.about-hero .hero-eyebrow{
color:#ddd;
}

.about-hero .title{
color:#fff;
}

.about-hero .hero-sub{
color:#e5e5e5;
}

.hero-eyebrow{
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
color:#777;
display:inline-block;
margin-bottom:20px;
}

.title{
font-size:64px;
font-weight:800;
line-height:1.1;
color:#1a1a1a;
margin-bottom:22px;
max-width:900px;
}

.title span{
background:linear-gradient(90deg,#ffc107,#f57c00);
-webkit-background-clip:text;
color:transparent;
}

.hero-sub{
font-size:19px;
line-height:1.8;
max-width:680px;
color:#555;
}


/* INTRO */

.about-intro{
padding:80px 0;
background:#ffffff;
}

.about-intro-grid{
display:grid;
grid-template-columns:1fr 620px;
gap:60px;
align-items:center;
margin-top:40px;
}

.about-intro-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin-bottom:16px;
}

.about-intro-image img{
width:100%;
border-radius:12px;
}

.about-intro-content{
max-width:720px;
}
.section-title{
line-height:1.1;
}

.section-title span{
display:inline-block;
}


/* PHILOSOPHY */

.about-philosophy{
padding:80px 0;
background:#faf7f3;
}

.about-philosophy-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-top:60px;
}

.about-philosophy-card{
padding:40px;
background:#ffffff;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.04);
transition:0.3s;
}

.about-philosophy-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.about-philosophy-card h4{
font-size:22px;
margin-bottom:10px;
}

.about-philosophy-card p{
font-size:16px;
line-height:1.7;
color:#666;
}



/* WHY BAND */

.about-why{
padding:80px 0;
background:#ffffff;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

.about-why-right ul{
list-style:none;
padding:0;
}

.about-why-right li{
font-size:17px;
padding:12px 0;
border-bottom:1px solid #eee;
}

.why-cds-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-top:60px;
}


.why-cds-card{
padding:40px;
background:#fff;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.04);
transition:0.3s;
}

.why-cds-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.why-cds-card h4{
font-size:20px;
margin-bottom:10px;
}

.why-cds-card p{
font-size:16px;
line-height:1.7;
color:#666;
}

/* LEADERSHIP */

.about-leadership{
padding:80px 0;
background:#faf7f3;
}

.about-leadership-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
margin-top:60px;
}

.about-leader-card{
display:grid;
grid-template-columns:160px 1fr;
gap:30px;
align-items:start;
}


.about-leader-card{
transition:0.3s;
}

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

.about-leader-image img{
width:160px;
border-radius:10px;
}

.about-leader-content h3{
font-size:24px;
margin-bottom:6px;
}

.leader-role{
display:block;
font-size:14px;
letter-spacing:1px;
text-transform:uppercase;
color:#f57c00;
margin-bottom:10px;
}

.about-leader-content p{
font-size:16px;
line-height:1.7;
color:#666;
}



/* TIMELINE */

.about-timeline{
padding:80px 0;
background:#ffffff;
}

.timeline{
margin-top:60px;
border-left:2px solid #eee;
padding-left:40px;
}

.timeline-item{
margin-bottom:40px;
}

.timeline-year{
font-size:20px;
font-weight:700;
color:#f57c00;
margin-bottom:6px;
}

.timeline-text{
font-size:16px;
color:#555;
}



/* CTA */

.about-cta{
padding:90px 0;
background:#faf7f3;
}

.about-cta-inner{
max-width:720px;
margin:0 auto;
text-align:center;
}

.about-cta .section-title{
margin-bottom:20px;
}

.cta-sub{
font-size:18px;
line-height:1.8;
color:#555;
margin-bottom:35px;
}

.theme-btnn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:14px 36px;
background:linear-gradient(90deg,#ffc107,#f57c00);
color:#ffffff;
font-size:16px;
font-weight:600;
border-radius:40px;
text-decoration:none;
border:none;
cursor:pointer;
transition:all .3s ease;
box-shadow:0 6px 18px rgba(0,0,0,0.12);
}

.theme-btnn:hover{
transform:translateY(-3px);
box-shadow:0 14px 32px rgba(0,0,0,0.18);
}

/* MOBILE */

@media(max-width:991px){

.about-intro-grid{
grid-template-columns:1fr;
}

.about-philosophy-grid{
grid-template-columns:1fr;
}

.why-cds-grid{
grid-template-columns:1fr;
}

.about-leadership-grid{
grid-template-columns:1fr;
}

.about-leader-card{
grid-template-columns:1fr;
}

}