/* Start custom CSS for html, class: .elementor-element-a024c18 */.stc-results-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:50px;
font-size:13px;
font-weight:700;
margin-bottom:25px;
}

.stc-results-hero h1{
font-size:64px;
font-weight:800;
line-height:1.1;
margin-bottom:20px;
color:#0B132B;
}

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

.stc-results-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

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

.stc-btn-secondary{
border:2px solid #2563FF;
color:#2563FF;
padding:18px 36px;
border-radius:14px;
text-decoration:none;
font-weight:700;
}

.stc-stats{
padding:80px 20px;
}

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

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

.stc-stat-card h3{
font-size:42px;
color:#2563FF;
margin-bottom:10px;
}

.stc-projects{
padding:100px 20px;
}

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

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

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

.stc-project-card{
background:white;
border-radius:24px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.3s;
}

.stc-project-card:hover{
transform:translateY(-8px);
}

.stc-project-card img{
width:100%;
height:260px;
object-fit:cover;
}

.stc-project-content{
padding:30px;
}

.stc-project-content h3{
margin-bottom:15px;
}

.stc-project-content p{
line-height:1.8;
color:#64748B;
margin-bottom:20px;
}

.stc-project-content a{
text-decoration:none;
font-weight:700;
color:#2563FF;
}

@media(max-width:991px){

.stc-project-grid,
.stc-stats-grid{
grid-template-columns:1fr;
}

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23013c9 */.stc-featured-projects{
padding:100px 20px;
background:#f8fafc;
}

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

.stc-section-heading{
text-align:center;
margin-bottom:60px;
}

.stc-section-heading span{
color:#4361ee;
font-weight:700;
letter-spacing:2px;
font-size:13px;
}

.stc-section-heading h2{
font-size:48px;
font-weight:800;
color:#0f172a;
margin:15px 0;
}

.stc-section-heading p{
max-width:700px;
margin:auto;
color:#64748b;
line-height:1.8;
}

.stc-project-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
}

.stc-project-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.3s;
}

.stc-project-card:hover{
transform:translateY(-8px);
}

.stc-project-country{
display:inline-block;
background:#eef2ff;
color:#4361ee;
padding:8px 16px;
border-radius:30px;
font-size:13px;
font-weight:700;
margin-bottom:20px;
}

.stc-project-card h3{
font-size:28px;
font-weight:800;
color:#0f172a;
margin-bottom:15px;
line-height:1.2;
}

.stc-project-card p{
color:#64748b;
line-height:1.8;
margin-bottom:20px;
}

.stc-project-card ul{
padding-left:18px;
margin-bottom:25px;
}

.stc-project-card li{
margin-bottom:10px;
color:#334155;
}

.stc-project-tag{
display:inline-block;
background:linear-gradient(135deg,#4361ee,#3a0ca3);
color:#fff;
padding:10px 18px;
border-radius:30px;
font-size:13px;
font-weight:600;
}/* End custom CSS */