/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Hello Elementor.
Author: EAL
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");
h1,h2,h3,h4,h5,h6,p,span,label,button,a,input,select,textarea {
    font-family: "Georgia, sans-serif"!Important;
}
:root {
    --brown: #d1b587;
    --blue: #0f1b3f;
}
.e-con {
    --container-max-width: 1200px;
}


/* Currency selector */
.site-settings
{
    display: flex;
    gap: 10px;
}
span.selected-currency,
.selected-siteunit,
.selected-language{
    background-color: #fff;
    padding: 7px 10px;
    border-radius: 20px;
    color: var(--blue);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
span.selected-language {
    display: flex;
    gap: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}
ul#language-selector li {
    display: flex;
    gap: 5px;
}

span.selected-language img {
    width: 20px;
}
#currency-selector,
#siteunit-selector,
#language-selector{
    background: #fff;
    position: absolute;
    z-index: 10;
    padding: 10px 0;
    border-radius: 5px;
    list-style: none;
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
    top: 35px;
}

ul#currency-selector li,
#siteunit-selector li,
#language-selector li{
    padding: 2px 30px 5px 10px;
    font-family: 'Inter';
}

ul#currency-selector li:hover ,
ul#language-selector li:hover ,
#siteunit-selector li:hover {
    background: #c6c6c6;
    cursor: pointer;
}

.gt_float_switcher {
    border-radius: 25px!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    color: var(--blue);
    font-size: 14px;
    font-weight: 600;
}
.gt_float_switcher img {
    width: 25px!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: none!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 15px!important;
    display: flex!important;
    align-items: end!important;
}

/* Property Page Styling */
main.property-page {
    max-width: 1140px;
    margin: 100px auto 50px;
    padding: 0 30px!important;
    background: #fff;
    box-sizing: content-box;
}

.request-document-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: hsl(0deg 0% 0% / 75%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.request-document-container .rc-modal {
    max-width: 750px;
    padding: 80px  30px 30px;
    background: #fff;
    position: relative;
    overflow: auto;
    max-height: calc(100% - 60px);
}

.map-container button.close-modal {
    position: absolute;
    top: 3px;
    right: 3px;
    border: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    color: var(--blue);
    background: transparent;
    z-index: 1000;
}
.request-document-container button.close-modal {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0;
    background: none;
}
.rc-modal h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--blue);
    text-align: center;
    margin-bottom: 50px;
}


.rc-modal form input,.rc-modal form select {
    border-radius: 0!Important;
}

.property-extra-details .ped-content a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Property Header */
.property-header {
    text-align: left;
    margin-bottom: 40px;
}
.property-header .back-button {
    text-decoration: none;
    color: var(--blue);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*Property intro  */
.property-intro h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -5px;
}
.property-intro p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
.property-intro .property-info {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}
.property-intro .property-disclaimer {
    color: #000;
    font-size: 12px;
    margin-bottom: 30px;
    display: block;
}
.property-intro{
    margin-bottom: 40px;
}
.property-detail {
    display: flex;
    flex-direction: row;
    gap: 45px;
}

.property-contentbox {
    width: 100%;
}

.property-form {
    width: 100%;
    max-width: 500px;
}




/* Property Gallery */
.property-gallery {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    grid-template-columns: min(100%, 50%) 1fr;
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    width: auto;
    flex-wrap: wrap;
}

.thumbnail-gallery-item {
    flex: calc(50% - 20px);
    height: calc(50% - 5px);
}
.thumbnail-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.main-image-item {
    height: 100%;
}
.main-image-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.gallery-container {
    position: relative;
}

a.load-more-images {
    background: hsl(225deg 62% 15% / 70%);
    display: flex;
    gap: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px
}
a.load-more-images:hover {
    background: hsl(225deg 62% 15% / 90%);
    color: #fff;
}
a.load-more-images .dashicons.dashicons-images-alt2,
.close-modal{
    font-family: dashicons ! Important;
}


/* Property Details */
section.property-details h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 5px;
}
.property-details ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}
.property-details li {
    background: #003366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.property-extra-details {
    display: grid;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    grid-template-columns: repeat(4, min(100%, 125px));
}
.property-extra-details  .ped-content {
    background-color: #7f7f7f;
    height: 125px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background-image: url("/wp-content/uploads/2025/05/BG_photos.png");
    background-size: cover;
    border-radius: 50%;
}
.property-extra-details .ped-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ped-item p {
    margin-top: 10px;
    font-size: 14px;
}
.property-extra-details .ped-content img {
    width: 40px;
}
.property-form .request-tour
{
    border: 1px solid var(--brown);
    padding: 40px 0 35px;
}

.feature-icon.feature-fireplace {
    background-image: url("/wp-content/uploads/2025/08/fireplace.png");
}
.feature-icon.feature-terrace {
    background-image: url("/wp-content/uploads/2025/08/terrace.png");
}
.feature-icon.feature-garage {
    background-image: url("/wp-content/uploads/2025/08/garage.png");
}
.feature-icon.feature-bath {
    background-image: url("/wp-content/uploads/2025/08/bathtub.png");
}
.feature-icon.feature-fitness-gym{
    background-image: url("/wp-content/uploads/2025/08/dumbbell.png");
}
.feature-icon.feature-air-conditioning {
    background-image: url("/wp-content/uploads/2025/08/air-conditioner.png");
}
.feature-icon.feature-sauna {
    background-image: url("/wp-content/uploads/2025/08/steam-room.png");
}
.feature-icon.feature-wifi {
    background-image: url("/wp-content/uploads/2025/08/wi-fi-icon.png");
}
.feature-icon.feature-garden {
    background-image: url("/wp-content/uploads/2025/08/park.png");
}
.feature-icon.feature-sea-view {
    background-image: url("/wp-content/uploads/2025/08/ocean.png");
}
.feature-icon.feature-beach-front {
    background-image: url("/wp-content/uploads/2025/08/beach-front.png");
}
.feature-icon.feature-outdoor-parking {
    background-image: url("/wp-content/uploads/2025/08/parking-space.png");
}
.property-features .apimo_item_prestations::before{
    color: #D1B587;
    font-size: 22px;
}

.property-feature .feature-icon {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
}
.exclusive-banner {
    position: absolute;
    top: 20px;
    left: -15px;
    background: var(--brown);
    color: white;
    padding: 8px 25px 8px 35px;
    font-weight: 600;
    font-size: 16px;
    clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 15px 100%, 0% 50%);
}



/* Request a Tour */
.request-tour h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    text-align: center;
    letter-spacing: 5px;
}

.request-tour-form .fluentform {
    max-width: 750px;
    padding: 0 20px;
}

.request-tour-form {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.request-tour-form .ff-el-form-control {
    border-radius: 0!important;
    border-color: var(--brown)!important;
    font-size: 13px!important;
    color: #A1A1A1;
}

.request-tour-form .ff_t_c {
    font-size: 14px!important;
    line-height: 16px;
    color: #4D4D4D!important;
}
.request-tour-form .ff-btn-submit {
    margin-top: 25px;
}

.request-tour button:hover {
    background: #002244;
}

/* New on the Market */
.new-on-market h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 5px;
}

/* Property features */
.property-features {
    /*display: grid;*/
    /*gap: 30px 20px;*/
    margin-top: 20px;
    margin-bottom: 50px;
    /*grid-template-columns: repeat(3, min(100%, 200px));*/
}

.property-feature {
    display: flex;
    gap: 10px;
    align-items: center;
}

span.feature-icon img {
    width: 30px;
}

.property-feature p {
    font-size: 14px;
    margin: 0;
}


ul.apimo_list_prestations li.apimo_item_prestations {
    background: none;
    color: #000;
    display: list-item!important;
    padding: 0;
}

ul.apimo_list_prestations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* Homepage */
.featured-categories-title,
.latest-news-heading,
h2.testimonial-title,
.property-grid-title{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 5px;
}
.featured-property-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-property-header a {
    margin-bottom: 8px;
    color: #000;
    font-weight: 500;
}

/* Search bar */
ul.select2-results__options.select2-results__options--nested li:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    padding-left: 5px;
}

li.select2-results__option .select2-results__group {
    display: none;
}

span.select2-dropdown.select2-dropdown--below {
    margin-top: 32px;
}

.search-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    flex-direction: column;
}

/*@supports (-webkit-overflow-scrolling: touch) {*/
/*    .search-cnt {*/
/*        top: -150px;*/
/*    }*/
/*}*/
.search-bar {
    display: flex;
    flex-direction: column;
}
.search-bar input, .search-bar select {
    border: none;
    padding: 10px;
    outline: none;
    color: #a1a1a1;
    font-size: 13px;
    line-height: 22px;
}
.search-bar select {
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}
.search-bar button {
    background: var(--brown)!Important;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: unset;
    font-size: 14px;
}
.search-bar button:hover {
    background: var(--brown);
    box-shadow: 3px 3px 3px #9b9b9b;
}
.search-bar fieldset.region-field,
.search-bar fieldset.property-price,
.search-bar fieldset.property-type,
.search-bar fieldset.property-beds{
    position: relative;
    width: 180px;
    padding: 10px;
    cursor: pointer;
}
.search-bar fieldset.region-field:hover #property-region,
.search-bar fieldset.property-type:hover #property-type,
.search-bar fieldset.property-beds:hover #property-beds,
.search-bar fieldset.property-price:hover #property-price{
    display: flex!important;
}
.search-bar span.dashicons.dashicons-location {
    position: absolute;
    font-family: dashicons !important;
    top: 12px;
    left: 5px;
    cursor: pointer;
}
.header-property-search {
    position: absolute;
    top: calc(50vh - 120px);
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
}
.dropdown-menu {
    z-index: 10;
}
.page-id-234 .result-page-form,
.tax-property-type .result-page-form {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 1;
}

fieldset.left-icon {
    padding: 0;
    position: relative;
}

fieldset.left-icon span.dashicons.dashicons-arrow-down-alt2 {
    font-family: dashicons!important;
    position: absolute;
    right: 10px;
    top: 14px;
    color: #a1a1a1;
    background: #fff;
    font-size: 14px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
    border-radius: 3px;
    pointer-events: none;
}

.search-bar fieldset {
    border: none;
    border-right: 1px solid #d4d4d4;
    margin: 0;
}

input#property-region {
    width: 250px;
    padding-left: 30px !important;
    border: none;
    padding: 10px;
}

select#property-price {
    width: 180px;
}

select#property-beds {
    width: 130px;
}
select#property-type {
    width: 200px;
}

.search-bar .bottom-filter {
    display: flex;
    background: #fff;
    box-shadow: 0 20px 30px 5px #333;

}

fieldset .filter-label{
    color: #999;
}

#property-region,
#property-price{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    width: 270px;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0 2px 5px #333;
    top: 44px;
    left: 0;
}
#property-type{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    width: 200px;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0 2px 5px #333;
    top: 44px;
    left: 0;
}
#property-beds{
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    width: 150px;
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0 2px 5px #333;
    top: 44px;
    left: 0;
}

#property-region label,
#property-type label,
#property-beds label,
#property-price label {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
    text-transform: capitalize;
}

#property-region label:hover,
#property-type label:hover,
#property-beds label:hover,
#property-price label:hover {
    background-color: #efefef;
}

.search-bar .top-filter {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    border: 3px solid var(--brown);
    border-radius: 20px;
    background: var(--brown);
    font-weight: 600;
    color: var(--brown);
    cursor: pointer;
}
.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius:20px;
    background: white;
    transition: all 0.3s;
}
.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}
.toggleContainer div {
    padding: 10px 25px;
    text-align: center;
    z-index: 1;
}
.toggleCheckbox {
    display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child{
    color: white;
    transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child{
    color: #343434;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:first-child{
    color: #343434;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:last-child{
    color: white;
    transition: color 0.3s;
}

#openmap {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}
#openmap .dashicons{
    font-family: dashicons!important;
}



/* Form */
#fluentform_5 .ff-t-container {
    gap: 0;
}

#fluentform_5 .ff-btn-submit {
    height: 40px;
}


/*Vendre avec nous*/
.page-id-253 p.elementor-icon-box-description {
    text-align: justify;
}


/* Whatsapp Link */
.whatsapp-link-cnt {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

/* Privacy Policy */
.privacy-policy h3 {
    margin: 40px 0 5px;
    font-weight: 600;
}
.privacy-policy a {
    color: #d1b587;
    font-weight: 600;
}

.privacy-policy h1 {
    color: var(--blue);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}



/* Form */

form a {
    color: var(--brown);
    font-weight: 600;
}


/* Search result page */
.property-pagination {
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
    gap: 5px;
}

.property-pagination a {
    color: var(--blue);
    font-weight: 400;
    border: 1px solid var(--brown);
    padding: 5PX 10PX;
    border-radius: 5px;
}

.property-pagination span.page-numbers.current {
    border: 1px solid var(--brown);
    padding: 5PX 10PX;
    border-radius: 5px;
    background: var(--brown);
    color: #FFF;
}
form#sort-form {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}
.property-exclusive {
    display: flex;
    gap: 20px;
}
.skiptranslate {
    display: none;
}
body{
    top: 0!important;
}

@media (max-width: 1366px) {
    .search-cnt {

        top: -100px;

    }
}
@media (max-width: 1024px) {
    .request-tour {
        margin: 60px 0;
        padding: 30px 0;
        border-top: 1px solid var(--brown);
        border-bottom: 1px solid var(--brown);
    }
    .property-detail {
        flex-direction: column;
    }
    .header-property-search,
    .result-page-form{
        position: relative!important;
        top: auto!important;
        left: auto!important;
        transform: none!important;
        max-width: 100% !important;
        padding: 0 30px!important;
        margin-top: 30px!important;
    }
    .search-cnt {
        position: relative;
    }
    .search-bar {
        flex-wrap: nowrap;
        width: 100%;
        overflow: visible;
    }
    .search-bar .bottom-filter {
        flex-wrap: wrap;
        box-shadow: unset;
    }
    #openmap {
        color: var(--blue);
        font-weight: 500;
    }
}

@media (max-width: 768px) {

    .property-features {
        grid-template-columns: repeat(2, min(100%, 200px));
    }



}
@media (max-width: 640px) {

}

@media (max-width: 480px) {

}