.elementor-5563 .elementor-element.elementor-element-7afeb24{margin:0px 20px calc(var(--kit-widget-spacing, 0px) + 0px) 40px;}.elementor-5563 .elementor-element.elementor-element-7afeb24 .elementor-heading-title{font-size:3.6rem;font-weight:400;color:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-79a813e{padding:0px 0px 20px 0px;text-align:center;}.elementor-5563 .elementor-element.elementor-element-79a813e .elementor-heading-title{font-weight:400;color:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-41bf030{text-align:center;font-size:26px;line-height:30px;color:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-eccecbf{text-align:center;line-height:30px;color:#000000;}.elementor-5563 .elementor-element.elementor-element-f70d44b .elementor-icon-wrapper{text-align:center;}.elementor-5563 .elementor-element.elementor-element-f70d44b.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-f70d44b.elementor-view-framed .elementor-icon, .elementor-5563 .elementor-element.elementor-element-f70d44b.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-f70d44b.elementor-view-framed .elementor-icon, .elementor-5563 .elementor-element.elementor-element-f70d44b.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-5563 .elementor-element.elementor-element-a97c320{padding:0px 0px 20px 0px;text-align:center;}.elementor-5563 .elementor-element.elementor-element-a97c320 .elementor-heading-title{font-size:28px;font-weight:400;color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-e7a6ede *//*==============================
      OUR SERVICES
===============================*/

.services-section{
    padding:40px 0;
    background:#f8f9fb;
}

.services-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#303030;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    color:#000;
    margin:10px 0;
    font-weight:400;
}

.section-title p{
    color:#000;
    max-width:650px;
    margin:auto;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.service-card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    border:1px solid #eee;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.service-icon{
    width:75px;
    height:75px;
    margin:0 auto 25px;
    background:#1ea69a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    transition:.35s;
}

.service-card:hover .service-icon{
    transform:rotateY(180deg);
    background:#303030;
}

.service-card h3{
    font-size:22px;
    margin-bottom:15px;
    color:#1d3557;
    font-weight: 400;
}

.service-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Responsive */

@media(max-width:768px){

.section-title h2{
    font-size:32px;
}

.services-section{
    padding:70px 0;
}

.service-card{
    padding:30px 22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d35926e *//*==============================
    PROPERTY CTA
===============================*/

.property-cta{
    padding:40px 0;
    background:#f8f9fb;
}

.property-cta .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.cta-box{
    background:linear-gradient(135deg,#1ea69a,#274c77);
    color:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.cta-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-100px;
    right:-80px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-70px;
    left:-60px;
}

.cta-icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#1ea69a;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:38px;
    margin-bottom:25px;
    position:relative;
    z-index:2;
}

.cta-box h2{
    font-size:38px;
    margin-bottom:20px;
    position:relative;
    z-index:2;
    font-weight: 400;
}

.cta-box p{
    max-width:750px;
    margin:auto;
    font-size:17px;
    line-height:1.9;
    opacity:.95;
    position:relative;
    z-index:2;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:35px;
    padding:15px 35px;
    background:#1ea69a;
    color:#fff;
    text-decoration:none;
    font-weight:400;
    border-radius:50px;
    transition:.35s;
    position:relative;
    z-index:2;
}

.cta-btn:hover{
    background:#fff;
    color:#1d3557;
    transform:translateY(-4px);
}

@media(max-width:768px){

.cta-box{
    padding:40px 25px;
}

.cta-box h2{
    font-size:28px;
}

.cta-box p{
    font-size:15px;
}

}/* End custom CSS */