.about-home{
    background: linear-gradient(135deg, #f0f4ff, #e0f7ff);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    text-align:center;
}

.about-wrapper{
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    padding:0 20px;
}

.about-content {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

@media (max-width:768px){
    .about-wrapper{
        grid-template-columns:1fr;
    }
    .about-content{margin-bottom:30px;}
}

.about-content h1{
    font-size:3rem;
    font-weight:700;
    margin-bottom:1rem;
    color:#111827;
}

.about-content p{
    font-size:1.1rem;
    line-height:1.7;
    color:#4b5563;
}

.team-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill, minmax(200px,1fr));
    gap:30px;
    margin-top:40px;
}

.team-member img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:0.5rem;
}



.about-image{

position:relative;

}

.about-image img{

width:100%;

border-radius:28px;

display:block;

box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.about-floating{

position:absolute;

right:-25px;

bottom:30px;

background:#fff;

padding:22px 30px;

border-radius:22px;

box-shadow:0 20px 40px rgba(0,0,0,.12);

text-align:center;

}

.about-floating h3{

font-size:34px;

font-weight:700;

color:#2563eb;

margin-bottom:6px;

}

.about-floating span{

color:#6b7280;

}

.about-content h2{

font-size:46px;

margin:18px 0;

font-weight:800;

color:#111827;

line-height:1.2;

}

.about-content p{

font-size:17px;

line-height:1.9;

color:#6b7280;

margin-bottom:35px;

}

.about-check{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:40px;

}

.about-check div{

display:flex;

align-items:center;

gap:12px;

font-weight:600;

}

.about-check i{

color:#22c55e;

font-size:20px;

}

.about-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:16px 30px;

border-radius:50px;

background:#2563eb;

color:#fff;

font-weight:600;

text-decoration:none;

transition:.3s;

}

.about-btn:hover{

background:#1d4ed8;

transform:translateY(-3px);

}
.about-story, .about-mission, .about-team { padding: 80px 0; }
.about-story, .about-team { background: #f9fafb; }
.about-mission { background: #fff; }
.team-member { text-align: center; }
