.elementor-206 .elementor-element.elementor-element-dfdcab0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e640af4 */.service-areas{
    padding:90px 20px;
    background:#f8fafc;
}

.service-areas .container{
    max-width:1200px;
    margin:auto;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#E9F6FA;
    color:#2E95B7;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.service-areas h1{
    font-size:48px;
    color:#0F172A;
    margin-bottom:20px;
}

.intro{
    max-width:900px;
    line-height:1.9;
    color:#555;
    margin-bottom:50px;
}

.areas-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.area-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.area-card:hover{
    transform:translateY(-5px);
}

.area-card h3{
    color:#0F172A;
    margin-bottom:12px;
    font-size:22px;
}

.area-card p{
    color:#666;
    line-height:1.8;
}

.service-box{
    margin-top:70px;
    background:#2E95B7;
    color:#fff;
    padding:50px;
    border-radius:18px;
    text-align:center;
}

.service-box h2{
    font-size:34px;
    margin-bottom:15px;
}

.service-box p{
    max-width:750px;
    margin:0 auto 30px;
    line-height:1.8;
}

.service-btn{
    display:inline-block;
    padding:15px 40px;
    background:#fff;
    color:#2E95B7;
    text-decoration:none;
    border-radius:40px;
    font-weight:700;
    transition:.3s;
}

.service-btn:hover{
    background:#0F172A;
    color:#fff;
}

@media(max-width:768px){

.service-areas{
    padding:60px 15px;
}

.service-areas h1{
    font-size:34px;
}

.service-box{
    padding:35px 20px;
}

.service-box h2{
    font-size:28px;
}

}/* End custom CSS */