/* Start custom CSS for html, class: .elementor-element-749b6db */.stc-container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.stc-about-hero{
padding:120px 0;
}

.stc-about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.stc-about-image img{
width:100%;
border-radius:24px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.stc-badge{
display:inline-block;
padding:10px 18px;
background:#2563FF;
color:white;
border-radius:30px;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.stc-about-content h1{
font-size:56px;
font-weight:800;
margin-bottom:10px;
}

.stc-about-content h2{
font-size:32px;
line-height:1.4;
margin-bottom:20px;
color:#0B132B;
}

.stc-about-content p{
font-size:18px;
line-height:1.8;
color:#64748B;
margin-bottom:30px;
}

.stc-about-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.stc-btn-primary,
.stc-btn-secondary{
padding:16px 30px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.stc-btn-primary{
background:#2563FF;
color:white;
}

.stc-btn-secondary{
border:2px solid #2563FF;
color:#2563FF;
}

.stc-stats-section,
.stc-story-section,
.stc-services-section,
.stc-results-section{
padding:100px 0;
}

.stc-stats-grid,
.stc-results-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.stc-stat-card,
.stc-result-card{
background:white;
padding:35px;
text-align:center;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stc-stat-card h3,
.stc-result-card h3{
font-size:36px;
color:#2563FF;
}

.stc-section-title{
text-align:center;
margin-bottom:50px;
}

.stc-section-title h2{
font-size:48px;
font-weight:800;
}

.stc-story-text{
max-width:900px;
margin:auto;
font-size:20px;
line-height:2;
text-align:center;
color:#64748B;
}

.stc-services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.stc-service-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stc-service-card h3{
margin-bottom:15px;
}

.stc-final-cta{
padding:120px 20px;
background:linear-gradient(135deg,#071A52,#2563FF);
color:white;
text-align:center;
}

.stc-final-cta h2{
font-size:52px;
margin-bottom:20px;
}

.stc-final-cta p{
max-width:700px;
margin:auto auto 40px;
line-height:1.8;
}

@media(max-width:991px){

.stc-about-grid,
.stc-stats-grid,
.stc-services-grid,
.stc-results-grid{
grid-template-columns:1fr;
}

.stc-about-content h1{
font-size:42px;
}

.stc-about-content h2{
font-size:26px;
}

.stc-section-title h2{
font-size:34px;
}

}/* End custom CSS */