.about-page{

background:#fff;

}

.about-hero{

height:420px;
background:url(images/about-banner.jpg) center/cover;
position:relative;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

}

.overlay{

position:absolute;
inset:0;
background:rgba(0,0,0,.55);

}

.hero-content{

position:relative;
z-index:2;
color:#fff;
padding:20px;

}

.hero-content span{

letter-spacing:4px;
font-size:15px;

}

.hero-content h1{

font-size:58px;
margin:20px 0;

}

.hero-content p{

max-width:700px;
margin:auto;
font-size:18px;
line-height:32px;

}

.about-company{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:start;   /* veya flex-start */
   
    padding:20px 0 60px;
}

.about-image img{

width:100%;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.about-content h2{

font-size:42px;
color:#003366;
margin-bottom:25px;

}

.about-content p{

color:#666;
line-height:30px;
margin-bottom:20px;

}

.about-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px;

}

.about-list div{

font-weight:600;

}

.about-list i{

color:#E30613;
margin-right:10px;

}

.stats{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
padding:70px 0;

}

.stat-box{

background:#fff;
padding:40px;
text-align:center;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.stat-box h2{

font-size:45px;
color:#E30613;

}

.stat-box p{

margin-top:10px;
color:#555;

}

.mission{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
padding:80px 0;

}

.mission-box{

padding:50px;
background:#f7f8fb;
border-radius:20px;
text-align:center;
transition:.4s;

}

.mission-box:hover{

transform:translateY(-10px);

}

.mission-box i{

font-size:50px;
color:#E30613;
margin-bottom:25px;

}

.mission-box h3{

color:#003366;
margin-bottom:20px;

}

.mission-box p{

color:#666;
line-height:30px;

}

.about-cta{

margin:80px 0;
background:#003366;
padding:80px 50px;
border-radius:25px;
text-align:center;
color:#fff;

}

.about-cta h2{

font-size:42px;

}

.about-cta p{

margin:25px auto;
max-width:700px;
line-height:30px;

}

.btn-red{

display:inline-block;
padding:16px 40px;
background:#E30613;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.3s;

}

.btn-red:hover{

background:#fff;
color:#003366;

}

@media(max-width:992px){

.about-company,
.mission,
.stats{

grid-template-columns:1fr;

}

.hero-content h1{

font-size:42px;

}

.about-content h2{

font-size:32px;

}

.about-list{

grid-template-columns:1fr;

}

}



.about-hero{

position:relative;
height:520px;
overflow:hidden;
display:flex;
justify-content:center;
align-items:center;

}

.about-hero video{

position:absolute;
top:0;
left:0;

width:100%;
height:100%;

object-fit:cover;

}

.overlay{

position:absolute;
inset:0;

background:linear-gradient(

to right,

rgba(0,0,0,.75),

rgba(0,0,0,.45)

);

z-index:1;

}

.hero-content{

position:relative;
z-index:2;

color:#fff;
text-align:center;
max-width:850px;
padding:20px;

}

.hero-content span{

color:#E30613;
font-weight:600;
letter-spacing:4px;

}

.hero-content h1{

font-size:64px;
margin:20px 0;

text-shadow:0 8px 25px rgba(0,0,0,.5);

}

.hero-content p{

font-size:20px;
line-height:34px;

text-shadow:0 4px 20px rgba(0,0,0,.5);

}




.blog-content{

    font-size:18px;
    line-height:1.9;
    color:#444;
}

