/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767616150
Updated: 2026-01-05 12:29:10

*/

nav .elementor-nav-menu li.current_page_item a {
    font-weight: 600 !important;
}
.service-area-box-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1440px;
    width: 100%;
    text-align: right;
    z-index: 999;
}
.service-area-wrapper .service-area-box {
    max-width: 500px;
    width: 100%;
    background: #ffffffdb;
    margin-left: auto;
    padding: 40px;
    text-align: left;
}
.service-area-wrapper {
    position: relative;
}
.service-area-wrapper .service-area-box li.service-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

#service-map {
    height: 600px;
    border-radius: 8px;
}

#service-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    max-height: 400px;
    overflow-y: auto;
}
#service-list li {
    padding: 10px 14px 10px 0px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    transition: background 0.2s;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
}
.service-area-box h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    text-transform: uppercase;
}
.what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
    left: -26% !important;
    top: calc(70% + 30px) !important;
}
.what-people-say .elementor-swiper-button.elementor-swiper-button-next {
    left:-22%;
    right: auto !important;
    top: calc(70% + 30px) !important;
}
.what-we-do .swiper-pagination {
    top: auto !important;
    bottom: -40px;
    max-width: calc(100% - 130px);
    border-radius: 36px;
    overflow: hidden;
}
.service-area ul {
    padding-left: 26px;
}
.service-area h4.elementor-image-box-title {
    line-height: 33px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted, .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-accent) !important;
    fill: var(--e-global-color-accent) !important;
}
.service-area-location .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
}
.service-area-location ul.service-area-children {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    column-gap: 43px;
    row-gap: 5px;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
}
.service-area-location .service-area-item {
    max-width: calc(50% - 16px);
    padding: 35px;
    background: #EEF4F8;
    text-align: center;
}
.service-area-item h3.service-area-parent {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
}

.service-area-item P{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: black;
}
.elementor-gallery-item__overlay::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2026/01/gallery-plus-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.elementor-gallery-item__overlay:hover::after{
    opacity: 1;
    visibility: visible;
}
form span.elementor-message-danger {
    font-size: 14px !important;
    line-height: 15px !important;
    position: absolute;
    bottom: -45px;
}
.services-list-side .elementor-icon-box-content h4 {
    margin-top: -5px;
}

:focus-visible {
    outline:0px !important;
}
.testimonial-item-quote {
    right: 0px !important;
    left: 0px;
    transform: translate(39px, 10px);
}

@media screen and (max-width:1920px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -45% !important;
        margin-left: -13px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-39%;
        margin-left: -10px;
    }
}
@media screen and (max-width:1800px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -49% !important;
        margin-left: -8px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-42%;
        margin-left: -10px;
    }
}
@media screen and (max-width:1700px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -53% !important;
        margin-left: -10px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-47%;
        margin-left: -10px;
    }
}
@media screen and (max-width:1600px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -59% !important;
        margin-left: -12px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-52%;
        margin-left: -10px;
    }
}

@media screen and (max-width:1500px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -63% !important;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-55%;
    }
    #service-map {
        height: 550px;
        border-radius: 8px;
    }
    .service-area-item h3.service-area-parent {
        font-size: 25px;
        line-height: 35px;
    }
    .service-area-location ul.service-area-children {
        padding-left: 5px;
        column-gap: 28px;
        row-gap: 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
    }
    

}

@media screen and (max-width:1440px) {
    .service-area-box-wrap {
        padding: 0px 20px;
    }
}

@media screen and (max-width:1300px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -63% !important;
        margin-left: -23px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-55%;
        margin-left: -15px;
    }
    .service-area-wrapper .service-area-box {
        max-width: 440px;
        padding: 23px;
    }
    .service-area-box h3 {
        font-size: 30px;
        line-height: 50px;
    }
    #service-list li {
        padding: 6px 0px 6px 0px;
        font-size: 20px;
        line-height: 31px;
    }
    .service-area-location .service-area-item {
        max-width: calc(50% - 16px);
        padding: 30px 20px;
    }
    .service-area-item h3.service-area-parent {
        font-size: 20px;
        line-height: 33px;
    }
    
}
@media screen and (max-width:1024px) {
    .what-people-say .elementor-swiper-button.elementor-swiper-button-prev {
        left: -59% !important;
        margin-left: -0px;
    }
    .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        left:-48%;
        margin-left: 0px;
    }
    #service-map {
        height: 420px;
        border-radius: 8px;
    }
    #service-list li img {
        width: 24px;
    }
    #service-list li {
        padding: 6px 0px 6px 0px;
        font-size: 18px;
        line-height: 27px;
    }
    .service-area-box h3 {
        font-size: 25px;
        line-height: 38px;
        margin: 0px;
    }
    
}



@media screen and (max-width:768px) {
    .testimonial-slider-part {
        position: relative !important;
    }
     .what-people-say .elementor-swiper-button.elementor-swiper-button-prev, .what-people-say .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }
    
    .srvc-area-head-icon .elementor-image-box-wrapper h4.elementor-image-box-title {
        text-align: left;
    }
    .srvc-area-head-icon .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 6px;
    }
    .service-area-box-wrap {
        position: inherit;
        transform: translate(0px, 0px);
        left: 0;
    }
    .service-area-wrapper .service-area-box {
        padding: 23px 0;
        max-width: 100%;
    }
    .service-area-box h3 {
        font-size: 22px;
        line-height: 34px;
        margin: 0px;
    }
    #service-map {
        height: 350px;
    }
}
@media screen and (max-width:767px) {
    .lincoint-property-thumb {
        display: none;
    }
}
@media screen and (max-width:576px) {
    .service-area-location .service-area-item {
        max-width: calc(100% - 0px);
        padding: 30px 20px;
    }
}