/* Start custom CSS for html, class: .elementor-element-f1cf834 */.services-hero{

padding:120px 8%;
text-align:center;
background:linear-gradient(135deg,#F7FBFF,#ffffff);

}

.hero-tag{

display:inline-block;
padding:10px 24px;
background:#EAF2FF;
color:#2563EB;
border-radius:40px;
font-weight:600;

}

.services-hero h1{

font-size:58px;
font-weight:800;
margin:30px 0;
line-height:1.2;
color:#0F172A;

}

.services-hero h1 span{

color:#2563EB;

}

.services-hero p{

max-width:760px;
margin:auto;
font-size:20px;
line-height:1.8;
color:#64748B;

}

.hero-btn{

display:inline-block;
margin-top:45px;
padding:18px 42px;
background:#2563EB;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:700;
transition:.3s;

}

.hero-btn:hover{

background:#174FCB;

}

.services{

padding:100px 8%;
background:#ffffff;

}

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title span{

background:#EAF2FF;
color:#2563EB;
padding:10px 22px;
border-radius:30px;
display:inline-block;

}

.section-title h2{

font-size:46px;
margin-top:25px;
font-weight:800;

}

.services-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.service-card{

background:#fff;
padding:40px;
border-radius:24px;
box-shadow:0 20px 45px rgba(0,0,0,.06);
transition:.4s;
border:1px solid #EEF2FF;

}

.service-card:hover{

transform:translateY(-10px);
box-shadow:0 25px 55px rgba(37,99,235,.15);

}

.service-icon{

width:70px;
height:70px;
border-radius:18px;
background:#2563EB;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
margin-bottom:25px;

}

.service-card h3{

font-size:28px;
margin-bottom:18px;
color:#0F172A;

}

.service-card p{

color:#64748B;
line-height:1.8;

}

.service-card ul{

margin:25px 0;
padding-left:18px;

}

.service-card ul li{

margin-bottom:12px;
color:#334155;

}

.service-card a{

color:#2563EB;
text-decoration:none;
font-weight:700;

}

@media(max-width:992px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.services-grid{

grid-template-columns:1fr;

}

.services-hero h1{

font-size:42px;

}

}/* End custom CSS */