.elementor-2954 .elementor-element.elementor-element-4c838e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8d6ab56 *//* ==========================
   SERVICES GRID
========================== */

.services{
    padding:120px 8%;
    background:#fff;
}

.services-wrapper{
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.section-tag{
    display:inline-block;
    color:#2563EB;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.services-wrapper h2{
    font-size:48px;
    color:#111827;
    font-weight:800;
    margin-bottom:70px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:24px;
    padding:40px 30px;
    text-align:left;
    transition:.3s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(37,99,235,.12);
}

.service-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#EFF6FF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.service-card h3{
    font-size:24px;
    color:#111827;
    margin-bottom:15px;
}

.service-card p{
    color:#6B7280;
    line-height:1.8;
}

@media(max-width:992px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
}

.services-wrapper h2{
    font-size:38px;
}

}

@media(max-width:768px){

.services{
    padding:80px 6%;
}

.services-grid{
    grid-template-columns:1fr;
}

.services-wrapper h2{
    font-size:32px;
}

}/* End custom CSS */