/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.jeg-elementor-kit.jkit-heading .heading-title>span {
    display: unset;
}
.fi-custom-heading span.style-gradient {
    background-color: transparent;
    background-image: radial-gradient(at top left, var(--e-global-color-accent) 0%, var(--e-global-color-8f4ccd0) 100%);
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.hg-country-code button.iti__selected-country {
    padding: 10px;
}
body .mf-response-msg {
    background: #f4ffeb !important;
    border-radius: 0 !important;
}
.hg-service-gallery-box figure.gallery-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.post-feature-img .post-featured-image img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
ul li::marker {
    display: none;
    content: '';
}
.icon-box-description a, .icon-box-description a:hover {
    color: #A7A6A6;
}
.property-grid {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.property-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00061A;
    padding: 25px 25px 25px 25px;
}
.property-image-box img {
    height: 280px;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    transition-duration: .3s;
    transition-property: transform;
}
.property-info .heading-title {
    font-size: 28px;
    line-height: 1em;
    color: #00061A;
    margin-top: 0;
}

.property-info {
    margin-top: 20px;
}
.property-address i, .property-superficie i, .property-statut i, .property-prix i {
    color: var(--e-global-color-accent);
    transition: color 0.3s;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.property-superficie, .property-statut, .property-prix{
    margin-bottom: 5px;
}
.property-feature i {
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    font-size: 30px;
}
.property-feature {
    column-gap: 10px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.property-feature .elementor-icon-list-text {
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
.property-button a.elementor-button i {
    font-size: 16px;
}
.property-excerpt {
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
    display: block;
}
.property-button {
    margin-top: 15px;
}
.property-button a:active, .property-button a:focus, .property-button a:hover{
        transform: scale(.9);
}
.property-button a.elementor-button {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    padding: 18px 40px;
    justify-content: center;
    gap: 12px;
        transition-duration: .3s;
    transition-property: transform;
}
.property-title-box {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.property-address  .elementor-icon-list-text, .property-superficie  .elementor-icon-list-text, .property-statut .elementor-icon-list-text, .property-prix .elementor-icon-list-text{
    color: var(--e-global-color-primary);
    transition: color 0.3s;
    padding-inline-start: 5px;
}

.property-address {
    margin-bottom: 10px;
}
.property-image-box img:active, .property-image-box img:focus, .property-image-box img:hover {
    transform: scale(.9);
}
.property-category {
    padding: 10px 10px 10px 10px;
    background-color: #00061A;
    margin: 15px 0px -60px 15px;
    z-index: 5;
    position: absolute;
    width: auto;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
    font-family: "DM Sans";
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 1px;
}
.property-search ul {
    padding: 0;
    list-style: none;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 25px;
    gap: 15px;
}

.property-search ul li button {
    width: 100%;
    padding: 0.5rem 1rem;
    transition: 0.3s;
    background-color: var(--e-global-color-accent);
    color: #fff;
    border: 1px solid var(--e-global-color-accent);
}
.property-search ul li button:hover,.property-search ul li button:active,.property-search ul li button:focus{
    background-color: var(--e-global-color-accent);
    color: #fff;
    border: 1px solid var(--e-global-color-accent);
}
.property-search ul li input,.property-search ul li input::placeholder{
    color: var(--e-global-color-2eadf1c) !important;
}
.property-search ul li select,.pt_per_page-wrap select {
    border-radius: 0;
    color: var(--e-global-color-2eadf1c);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-2eadf1c);
    padding: 0.5rem 1rem;
    font-size: 16px;
    min-height: 42px;
}
.property-paginaiton {
    text-align: center;
    margin-top: 40px;
}

.property-paginaiton .page-numbers.current,.property-paginaiton .page-numbers:hover {
    border-color: var(--e-global-color-accent);
    background: var(--e-global-color-accent);
    color: #fff;
}
.submit-box .pt_per_page-wrap {
    width: 100px;
}
.submit-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.submit-wrap {
    width: calc(100% - 120px);
}
.property-paginaiton .page-numbers {
    display: inline-block;
    text-align: center;
    padding: 5px;
    transition-duration: .3s;
    transition-property: transform;
    color: var(--e-global-color-2eadf1c);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-2eadf1c);
    min-width: 40px;
    cursor: pointer;
}

@media (max-width:1024px){
    .property-grid {
    grid-template-columns: repeat(2, 1fr);
}
  .tablet-main-blue{
    background-color: var(--e-global-color-6988a5a) !important;
}
.tablet-main-blue .elementor-icon-list-item i {
    color: var(--e-global-color-accent) !important;
}
.tablet-main-blue .elementor-icon-box-icon .elementor-icon{
    fill: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
}
.tablet-main-blue-heading .elementor-heading-title{
    color: var(--e-global-color-accent) !important;

}
}
@media (max-width:991px){
    .post-feature-img .post-featured-image img {
        height: 400px;
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }
    .hg-service-gallery-box figure.gallery-item img {
        height: 135px;

    }
.property-search ul{
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width:767px){
      .property-grid {
    grid-template-columns: repeat(1, 1fr);
}
    .mobile-bg-blue {
        background-color: var(--e-global-color-6988a5a) !important;
    }
    .single-post .elementor-widget-container .elementor-icon-box-wrapper,.info-box-list .elementor-icon-box-wrapper{
        align-items: start;
    }
    .post-feature-img .post-featured-image img {

        height: 300px;
    }
    .single-post .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-icon,.info-box-list .elementor-icon-box-wrapper .elementor-icon-box-icon{
        margin-top: 10px;
    }



    .hg-service-gallery-box .elementor-image-gallery .gallery .gallery-item { max-width:100%; }
    .hg-service-gallery-box .elementor-image-gallery .gallery {
        display: grid;
        margin: 0 !important;
        padding: 0;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .hg-service-gallery-box .elementor-image-gallery .gallery > figure {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width:575px){
    .post-feature-img .post-featured-image img {
        height: 250px;
    }
    .hg-service-gallery-box figure.gallery-item img {
        height: 100px;
    }
    .property-search ul{
    grid-template-columns: repeat(1, 1fr);
}
}

@media (max-width:420px){
    .post-feature-img .post-featured-image img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }
    .hg-service-gallery-box figure.gallery-item img {
        height: 80px;
    }
}