/* Start custom CSS for html, class: .elementor-element-13c5259 */.stc-contact-hero{
padding:120px 20px;
text-align:center;
background:#f8fafc;
}

.stc-container{
max-width:1200px;
margin:auto;
}

.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-contact-hero h1{
font-size:64px;
font-weight:800;
margin-bottom:20px;
color:#0B132B;
}

.stc-contact-hero p{
max-width:750px;
margin:auto;
font-size:20px;
line-height:1.8;
color:#64748B;
}

.stc-contact-methods{
padding:80px 20px;
}

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

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

.stc-contact-card h3{
margin-bottom:10px;
}

.stc-contact-services,
.stc-form-section,
.stc-contact-faq{
padding:100px 20px;
}

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

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

.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-faq-item{
background:white;
padding:30px;
border-radius:20px;
margin-bottom:20px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

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

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

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

.stc-btn-primary{
display:inline-block;
padding:18px 36px;
background:white;
color:#2563FF;
border-radius:12px;
font-weight:700;
text-decoration:none;
}

@media(max-width:991px){

.stc-contact-grid,
.stc-services-grid{
grid-template-columns:1fr;
}

.stc-contact-hero h1{
font-size:42px;
}

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

}/* End custom CSS */