.elementor-15 .elementor-element.elementor-element-867a227{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-66b41ba */.about-page{
font-family:Poppins,sans-serif;
}

/* Hero */

.about-hero{
padding:90px 5%;
background:#0B63B6;
color:#fff;
text-align:center;
}

.about-hero .container{
max-width:900px;
margin:auto;
}

.about-hero span{
letter-spacing:2px;
font-size:14px;
font-weight:600;
}

.about-hero h1{
font-size:48px;
margin:20px 0;
line-height:1.2;
}

.about-hero p{
font-size:18px;
line-height:1.8;
opacity:.9;
}

/* About */

.about-company{
padding:90px 5%;
background:#fff;
}

.about-grid{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.about-image img{
width:100%;
border-radius:18px;
display:block;
}

.about-content span{
color:#0B63B6;
font-size:14px;
font-weight:600;
letter-spacing:2px;
}

.about-content h2{
font-size:38px;
margin:18px 0;
}

.about-content p{
color:#666;
line-height:1.9;
margin-bottom:20px;
}

.about-highlights{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:30px;
}

.about-highlights div{
background:#f6f9fd;
padding:15px;
border-radius:10px;
font-weight:500;
}

/* Mission */

.mission-vision{
padding:90px 5%;
background:#f8fbff;
}

.mission-vision .container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.mission-card{
background:#fff;
padding:40px;
text-align:center;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.mission-card i{
font-size:42px;
color:#0B63B6;
margin-bottom:20px;
}

.mission-card h3{
margin-bottom:15px;
}

.mission-card p{
color:#666;
line-height:1.8;
}

/* Why */

.why-semapi{
padding:90px 5%;
}

.why-semapi .container{
max-width:1200px;
margin:auto;
text-align:center;
}

.why-semapi span{
color:#0B63B6;
font-size:14px;
font-weight:600;
letter-spacing:2px;
}

.why-semapi h2{
font-size:38px;
margin:18px 0 50px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.why-grid div{
padding:22px;
background:#fff;
border:1px solid #E5EDF6;
border-radius:10px;
font-weight:600;
transition:.3s;
}

.why-grid div:hover{
background:#0B63B6;
color:#fff;
transform:translateY(-5px);
}

/* CTA */

.about-cta{
padding:90px 5%;
background:#0B63B6;
color:#fff;
text-align:center;
}

.about-cta .container{
max-width:800px;
margin:auto;
}

.about-cta h2{
font-size:38px;
margin-bottom:20px;
}

.about-cta p{
opacity:.9;
line-height:1.8;
margin-bottom:35px;
}

.about-cta a{
display:inline-block;
padding:16px 36px;
background:#fff;
color:#0B63B6;
text-decoration:none;
font-weight:600;
border-radius:8px;
transition:.3s;
}

.about-cta a:hover{
transform:translateY(-4px);
}

/* Responsive */

@media(max-width:991px){

.about-grid,
.mission-vision .container{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.about-hero h1,
.about-content h2,
.why-semapi h2,
.about-cta h2{

font-size:34px;

}

}

@media(max-width:767px){

.about-hero,
.about-company,
.mission-vision,
.why-semapi,
.about-cta{

padding:60px 20px;

}

.why-grid,
.about-highlights{

grid-template-columns:1fr;

}

.about-hero h1{

font-size:30px;

}

.about-content h2,
.why-semapi h2,
.about-cta h2{

font-size:28px;

}

}/* End custom CSS */