.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-347 .elementor-element.elementor-element-9d34fe0{margin:180px 0px calc(var(--kit-widget-spacing, 0px) + 180px) 50px;}.elementor-347 .elementor-element.elementor-element-9d34fe0 .elementor-heading-title{font-family:"Merriweather", Sans-serif;font-size:45px;font-weight:600;color:#000000;}.elementor-347 .elementor-element.elementor-element-f210b2b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1503234 */@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
.elevator-page-content{
    padding:80px 20px;
    font-family:'Merriweather', serif;
}

.page-intro h2{
    font-size:42px;
    color:#000;
    margin-bottom:20px;
    font-family:'Merriweather', serif;
    font-weight:700;
}

.page-intro p{
    max-width:800px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-family:'Merriweather', serif;
}

.service-box h3{
    color:#000;
    margin-bottom:15px;
    font-family:'Merriweather', serif;
    font-weight:700;
}

.service-box p{
    color:#666;
    line-height:1.7;
    font-family:'Merriweather', serif;
}

.elevator-page-content{
    padding:80px 20px;
}

.elevator-page-content .container{
    max-width:1200px;
    margin:auto;
}

.page-intro{
    text-align:center;
    margin-bottom:60px;
}

.page-intro h2{
    font-size:42px;
    color:#000;
    margin-bottom:20px;
}

.page-intro p{
    max-width:800px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.service-box{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border:1px solid #eee;
    transition:.4s;
    border-top:4px solid #EA0202;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.service-box:hover{
    transform:translateY(-10px);
}

.service-box i{
    font-size:45px;
    color:#EA0202;
    margin-bottom:20px;
}

.service-box h3{
    color:#000;
    margin-bottom:15px;
}

.service-box p{
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){
    .service-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .service-grid{
        grid-template-columns:1fr;
    }

    .page-intro h2{
        font-size:32px;
    }
}/* End custom CSS */