/*
Theme Name: Hello Elementor Child
Author: Elementor Team
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root {
    --theme-color1: #999999;
    --theme-color1-rgb: 153, 153, 153;
    --theme-color2: #1A181B;
    --theme-color2-rgb: 26, 24, 27;
    --theme-color3: #2D2B2E;
    --theme-color3-rgb: 45, 43, 46;
    --theme-color4: #dfdddd;
    --theme-color4-rgb: 223, 221, 221;
    --bs-black: #000000;
    --bs-black-rgb: 0, 0, 0;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 7 Free";
    --font-awesome-brands: "Font Awesome 7 Brands";
    --button-size: 220px;
    --font-light: "Helvetica Neue Light", Sans-serif;
    --font-normal: "Helvetica Neue", Sans-serif;
    --direction-rtl: rtl;
}
.rtl {
    --direction-rtl: ltr;
}
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin; 
        scrollbar-color: var(--theme-color1) #efefef; 
    }
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #efefef; 
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    border-radius: 10px;
}
::-moz-selection {
    background: var(--theme-color1);
    color: var(--theme-color2);
}
::selection {
    background: var(--theme-color1);
    color: var(--theme-color2);
}
::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::placeholder {
    color: inherit !important;
    opacity: 1;
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    /* word-break: break-word; */
}
div#page {
    overflow-y: visible;
    overflow-x: hidden;
}
button, input, optgroup, select, textarea {
    outline: none !important;
}

/*--Header-Start--*/

.main-header {
    background-image: linear-gradient(180deg, #1A181B7A 0%, #1A181B00 100%);
    transition: none !important;    
    & .elementor-section {
        & .elementor-container {
            display: flex;
            align-items: center;
            & .elementor-column {
                width: auto !important;
            }
            & .header-search {
                margin-left: auto !important;
            }
        }
    }
    & .header-logo {
        & img {
            transition: var(--transition);
            filter: var(--logo-filter);
        }
    }
    & #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        color: var(--menu-link-color) !important;
        transition: var(--transition);
        font-family: var(--font-light);
        font-weight: 100;
    }
    & .phone-num {
        & p {
            margin: 0;
            padding: 0;
        }
        & a {
            color: var(--menu-link-color) !important;
            transition: var(--transition);
        }
    }
    & .header-gtranslate {
        border-left: 1px solid var(--menu-link-color);
        padding-left: 20px;
    }

    & .mega-sub-menu {
        transition: none !important;
        & .mega-menu-row {
           width: 98% !important;
           &>.mega-sub-menu { 
                border-top: 1px solid var(--theme-color1) !important;
                margin-top: 20px !important;
                padding: 40px 0 !important;
                display: flex !important;
                justify-content: space-between;
           } 
        }
    }
    & select {
        background: transparent;
        border: 0;
        padding: 0;
        color: var(--menu-link-color) !important;
        max-width: 100px;
        outline: none !important;
        & option {
            background: var(--bs-white) !important;
            border: 0;
            padding: 0;
            font-size: 80%;
            color: var(--theme-color2) !important;
            width: 50px;
        }
    }
}
.single-jobs {
    & .main-header {
        background-image: linear-gradient(180deg, var(--bs-white) 0%, var(--bs-white) 100%);
        --logo-filter: brightness(0) invert(0);
        --menu-link-color: var(--theme-color2);
    }
}

.main-header.is-sticky {
    background-image: linear-gradient(180deg, var(--bs-white) 0%, var(--bs-white) 100%);
    --logo-filter: brightness(0) invert(0);
    --menu-link-color: var(--theme-color2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/*--Header-Close--*/


/* --our-projects-sec-- */
.our-projects-sec {
    & .project-item {
        --opacity: 80%;
        position: relative;
        overflow: hidden;
        & .project-item-profile { 
            & .jet-listing-dynamic-image {
                width: 100%;
                position: relative;
                &:before {
                    content: "";
                    inset: 0;
                    position: absolute;
                    background-color: var(--bs-white);
                    opacity: var(--opacity);
                    transition: var(--transition);
                }
                & img {
                    object-fit: cover;         
                    aspect-ratio: 1.04;
                    overflow: hidden;
                    width: 100%;
                }
            }
        }
        
        & .project-item-text {
            position: absolute;
            inset: 0;
            transition: var(--transition);
            & .elementor-container {
                position: absolute;
                inset: 0;
            }
            & .elementor-widget-icon {
                position: absolute;
                inset: 0;
                opacity: 0;
                & .elementor-widget-container,
                & .elementor-icon-wrapper,
                & .elementor-icon {
                    position: absolute;
                    inset: 0;
                }
            }
            & .elementor-widget-wrap {
                inset: 0;
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                align-content: center;
            }
        }
        & .project-item-dec {
            padding: 0px 10px;
            position: absolute;
            bottom: -200px;
            transition: var(--transition);
            & .elementor-column-gap-default {
                background: var(--bs-white);
            }
        }
        &:hover {
            --opacity: 0;
            & .project-item-text {
                opacity: 0;
            }
            & .project-item-dec {
                bottom: 0;
            }

        }
    }

    & .elementor-widget:not(:last-child) {
        margin-block-end: 0;
    }

}
.project-mobile-sec,
.communities-moble-sec  {
    & .jet-listing-grid__item {
        padding-block: 0;
        display: none;
    }
}


/* --our-projects-sec-close-- */
/* --our-project-map-- */
.our-project-map {
        &:before,
        &:after {
            position: absolute;
            height: 7%;
            width: 100%;
            content: "";
            z-index: 1;
        }
        &:before {            
            background: linear-gradient(180deg, var(--bs-white), transparent);
            top: 0;
        }
        &:after {
            background: linear-gradient(0deg, var(--bs-white), transparent);
            bottom: 0;
        }
 }

/* --our-project-map-close-- */
/* --form-design-- */
.wpcf7 {
    --btn-width: auto;
    & .wpcf7-form  {
        & .elementor-container {
            gap: 0 24px;
        }
        & .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
            width: 100% !important;
            background-color: transparent;
            border: 0px solid var(--theme-color2);
            border-bottom-width: 1px;
            border-radius: 0;
            margin-bottom: 15px;
            height: auto;
            font-size: inherit;
            color: var(--theme-color2);
            caret-color: var(--bs-white);
            padding: 15.5px 16px;
            max-height: 100px;
            &.wpcf7-mathcaptcha {
                width: auto !important;
            }
            &::-webkit-input-placeholder {
                color: var(--theme-color1) !important;
                opacity: 1;
            }
            &:-ms-input-placeholder {
                color: var(--theme-color1) !important;
                opacity: 1;
            }
            &::-ms-input-placeholder {
                color: var(--theme-color1) !important;
                opacity: 1;
            }
            &::placeholder {
                color: var(--theme-color1) !important;
                opacity: 1;
            }
        }
        & .wpcf7-form-control.wpcf7-submit {
            width: var(--btn-width);
        }
        & p {
            padding-bottom: 0;
            margin-bottom: 0;
            position: relative;
            width: 100%;
            & br {
                display: none;
            }
        }
    }
    & .wpcf7-response-output {
        float: left;
        width: 100%;
        margin: 0 !important;
        text-align: center;
        color: red;
        margin-top: 20px !important;
    }
    & form  {
        & .et_pb_column:has(.wpcf7-submit) {
            margin-bottom: 0 !important;
        }

    }
    & .wpcf7-not-valid-tip {
        font-size: 90%;
		padding:10px;
    }
    & .dscf7_refresh_captcha img {
        height: 18px;
        margin-left: 4px;
    }
    & .dscf7-captcha-container {
        width: 100%;
        background: transparent;
        border-radius: 0;
        padding: 0;
        & span.dscf7_lt {
            display: flex;
            position: relative;
            font-size: 100%;
        }
        & .dscf7_refresh_captcha {
            width: 20px !important;
            position: relative !important;
            margin-left: 10px;
        }
    }
    & .wpcf7-spinner {
        position: absolute;
    }
    
} 
.wpcf7-form-control.wpcf7-submit,
.elementor-widget-button .elementor-button,
.wpr-grid-pagination a,
.cd-upload-btn {
    background-color: var(--theme-color2) !important;
    border: 1px solid var(--theme-color2) !important;
    color: var(--bs-white) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px;
    min-width: var(--button-size);
    padding: clamp(0.4375rem, 0.2143rem + 0.7143vw, 0.813rem) clamp(0.625rem, 0.4018rem + 0.7143vw, 0.9375rem);
    transition: var(--transition);
    line-height: 1.5;
    text-decoration: none;
    display: inline-block;
    &:hover {
        background-color: var(--theme-color3) !important;
    }
}
.elementor-button-info .elementor-button,
.wpr-grid-pagination a,
.cd-upload-btn {
    background-color: var(--bs-white) !important;
    border: 1px solid var(--theme-color2) !important;
    color: var(--theme-color2) !important;
    &:hover {
        background-color: #ededed !important;
    }
}
.dark-bg {
    & .wpcf7 {
        & .wpcf7-form  {
            & .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
                border-color: var(--bs-white);
                color: var(--bs-white);
            }
        }
    }
    & .wpcf7-form-control.wpcf7-submit,
    & .elementor-widget-button .elementor-button {
        background-color: var(--bs-white) !important;
        border: 1px solid var(--bs-white) !important;
        color: var(--theme-color2) !important;
        &:hover {
        }
    }
}
/* --form-design-- */
.register-sec .wpcf7 {
    & .wpcf7-form {
        & .wpcf7-form-control.wpcf7-submit {
            margin-top: 49px;
            float: right;
        }
    }
}

/* --sales-gallery-sec-- */
.sales-gallery-sec {
    --icon-size: clamp(1.875rem, 0.2303rem + 5.2632vw, 5rem); /*80*/
    & .slick-slider {
        & .slick-slide {
            & img {
                aspect-ratio: 1.51;
                object-fit: cover;
                
            }     
        }
    }
    & .wpr-grid-slider-arrow-container {
        & .slick-arrow {
            background: linear-gradient(90deg, rgba(var(--theme-color2-rgb), 0.4) 0%, rgba(var(--theme-color2-rgb), 0) 100%);
            height: 100% !important;
            width: var(--icon-size) !important;
            z-index: 1;
            & svg {
                display: none;
            }
            &:after {
                position: absolute;
                content: "";
                background-image: url(/wp-content/uploads/2025/10/Arrow-left.png);
                height: var(--icon-size);
                width: calc(var(--icon-size) * 0.6);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }
            &.slick-disabled {
                opacity: 0.5;
            }
            &.wpr-grid-slider-prev-arrow {
                left: 0;
            }
            &.wpr-grid-slider-next-arrow {
                background: linear-gradient(90deg, rgba(var(--theme-color2-rgb), 0.4) 0%, rgba(var(--theme-color2-rgb), 0) 100%);
                right: 0;
            }
        }
    }
    & .wpr-grid-slider-dots {
        top: auto !important;
        width: calc(100% - var(--icon-size) * 2) !important;
        bottom: calc(var(--icon-size) * 0.5) !important;
        & .slick-dots {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: center;
            width: 100% !important;
            gap: calc(var(--icon-size) * 0.2);
            & li {
                flex: 1 0 0% !important;
                width: 100%;
                max-width: 100%;
                padding: 10px 0 0;
                & .wpr-grid-slider-dot {
                    border-radius: 0 !important;
                    width: 100%;
                    height: 2px !important;
                    background-color: var(--bs-white) !important;
                }
                &.slick-active {
                    & .wpr-grid-slider-dot {
                        height: 4px !important;
                    }
                }
            }
        }
    }
    
}
/* --sales-gallery-sec-close-- */

/* --about-page-- */
.about-timeline-sec {
    & .jet-elements {
        & .jet-hor-timeline-track {
            overflow: hidden;
            padding: 0;
            & .jet-hor-timeline-list--top {
                position: sticky;
                inset: 0;
                & .jet-hor-timeline-item {
                    flex: 0 0 100%;
                    max-width: 100%;
                    display: none;
                    &.is-active {
                        display: flex;
                    }
                }
                & .jet-hor-timeline-item__card-inner {
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: row;
                    gap: 3%;
                    & .jet-hor-timeline-item__card-img {
                        flex: 1 0 0%;
                        width: 100%;
                        max-width: 100%;
                        margin-block: 0;
                        & img {
                            aspect-ratio: 1.34;
                            width: 100%;
                            object-fit: cover;
                        }
                    }
                    & .jet-hor-timeline-item__card-desc {
                        flex: 1 0 0%;
                        width: 100%;
                        max-width: 100%;
                        gap: 40px;
                        display: flex;
                        flex-direction: column;
                        & h6 {
                            font-size: 16px;
                            max-width: 450px;
                            color: var(--theme-color2);
                            margin-block: 0;
                        }
                        & ul {
                            margin: 0 auto;
                            padding-inline: 0;
                            list-style: none;
                            display: grid;
                            gap: 16px;
                            grid-template-columns: repeat(2, 1fr);
                            max-width: 530px;
                        }
                        & li {
                            padding: 10px;
                            color: var(--theme-color1);
                        }

                        & h5 {
                            font-size: 48px;
                            color: var(--theme-color2);
                            margin-block: 0;
                        }
                    }
                }
            }
            & .jet-hor-timeline-list--middle {
                & .jet-hor-timeline__line {
                    background-color: transparent;
                    border-top: 2px dashed var(--theme-color1);
                    left: 0 !important;
                    width: 100% !important;
                }                
                & .jet-hor-timeline-item {
                    &:nth-child(2) {
                        & .jet-hor-timeline-item__point-content {
                            display: none;
                        }
                    }
                    &.is-active {
                        & .jet-hor-timeline-item__point-content {
                            opacity: 1;
                            background: linear-gradient(0deg, transparent, var(--theme-color2), transparent) !important;
                        }
                    }
                }
                & .jet-hor-timeline-item__point-content {
                    width: 2px;
                    border-radius: 0;
                    min-width: 2px;
                    margin-left: 0;
                    opacity: 1;
                    background: linear-gradient(0deg, transparent, var(--theme-color1), transparent) !important;
                }
            }
            & .jet-hor-timeline-list--bottom {
                & .jet-hor-timeline-item {
                    font-size: 16px;
                    font-weight: 500;
                    color: var(--theme-color1);
                    cursor: pointer;
                    &.is-active {
                        color: var(--theme-color2);
                        font-weight: 600;
                    }
                }
            }
            & .jet-hor-timeline-year {
                width: 48.5%;
                left: 51.5%;
                position: absolute;
                bottom: 0;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                -ms-overflow-style: -ms-autohiding-scrollbar;
                & .jet-hor-timeline-list {
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: row;
                    & .jet-hor-timeline-item {
                        flex: 1 0 0%;
                        width: 100%;
                        max-width: 100%;
                        padding-bottom: 0;
                    }

                }
            }
        }
        & .jet-hor-timeline-item__card {
            margin-bottom: 0 !important;
        }        
    }
}

/* --about-page-close-- */
/* --result-page-- */
.project-result-sec {
    --sub-logo-size: 48px;
    & .project-item {
        & .project-item-profile {  
            & .project-item-img {
                & .jet-listing-dynamic-image {
                    background: black;
                    border-radius: 8px;
                    transition: var(--transition);
                    & img {
                        object-fit: cover;         
                        aspect-ratio: 1.13;
                        overflow: hidden;
                        width: 100%;
                        transition: var(--transition);
                    }
                }
            } 
            
            & .sub-logo {
                & .jet-listing-dynamic-image {
                    & img {
                        position: absolute;
                        bottom: 16px;
                        left: 16px;
                        width: var(--sub-logo-size);
                        height: var(--sub-logo-size);
                        padding: calc(var(--sub-logo-size) * 0.1042);
                        background: var(--bs-white);
                        border-radius: 6px;
                        object-fit: contain;
                    }
                }
            }
        }
        
        & .project-item-text {
            padding-inline: 20px;
             & .elementor-widget-wrap {
                padding-bottom: 0 !important;
                & .elementor-widget-jet-listing-dynamic-field {
                    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.5);
                    padding-bottom: 7px;  
                }
             }
        }
        & .project-item-dec {
            padding-inline: 20px;
        }
        &:hover {
            & .project-item-profile {  
                & .project-item-img {
                    & .jet-listing-dynamic-image {
                        & img {
                            opacity: 0.6;
                        }
                    }
                } 
            }
                    
        }
    }

    & .elementor-widget:not(:last-child) {
        margin-block-end: 0;
    }

}

/* --result-page-close-- */
/* --projects-inner-- */
.amenity-lists {
    --border-radius: 8px;
    --icon-size: 28px;
    --img-aspect-ratio: 1.51;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: stretch;
    & .amenity-tabs {
        flex: 0 0 auto;
        width: 32.5%;
        max-width: 100%;
        aspect-ratio: 0.743;
        overflow: auto;
        padding-right: 10px;
    }
    & .amenity-content {
        flex: 0 0 auto;
        width: 66.5%;
        max-width: 100%;
    }
    & .amenity-tab-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        & .amenity-tab {
            padding: 21.5px 16px;
            display: flex;
            gap: 16px;
            align-items: center;
            border: 0;
            border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.25);
            transition: var(--transition);
            color: var(--theme-color2);
            font-family: var(--font-normal) !important;
            font-weight: 500;
            width: 100%;
            white-space: normal;
            text-align: left;
            & img {
                aspect-ratio: 1;
                width: var(--icon-size);
                min-width: var(--icon-size);
                object-fit: contain;
                filter: brightness(0);
            }
            &:hover {
                background-color: #f9f9f9 !important;
                color: var(--theme-color2) !important;
            }
            &:first-child {
                border-radius: var(--border-radius) var(--border-radius) 0 0;
            }
            &:last-child {
                border-radius: 0 0 var(--border-radius) var(--border-radius);
            }
            &.active {
                background-color: var(--theme-color2) !important;
                color: var(--bs-white) !important;
                & img {
                    filter: brightness(0) invert(1);
                }
            }
        }
    }

    & .owl-carousel {
        & .item {
            & img {
                aspect-ratio: var(--img-aspect-ratio);
                object-fit: cover;
            }
        }
        & .owl-nav {
            display: none;
        }
        & .owl-dots {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: center;
            gap: calc(var(--icon-size) * 0.8);
            position: absolute;
            inset: auto var(--icon-size) var(--icon-size);
            & .owl-dot {
                flex: 1 0 0% !important;
                width: 100%;
                max-width: 100%;
                padding: 10px 0 0;
                & span {
                    border-radius: 0 !important;
                    width: 100%;
                    height: 2px !important;
                    background-color: var(--bs-white) !important;
                    margin: 0 !important;
                }
                &.active {
                    & span {
                        height: 4px !important;
                    }
                }
            }
        }
    }
}




/* --projects-inner-close-- */


.our-values-inner {
    --title-size: 24px;
    padding: 0 20px;
    & h4 {
        margin: 0;
        display: flex;
        gap: 16px;
        font-family: "Helvetica Neue Light", Sans-serif;
        font-size: var(--title-size);
        color: var(--theme-color2);
        & strong {
            font-weight: 100;
            font-size: 300%;
            line-height: 0.8;
        }
    }
    & .our-values-img {
        opacity: 0;
        transition: var(--transition);    
        & .elementor-element{
            width: 100%;
        }    
    }
    & .our-values-text {
        opacity: 0.5;
        transition: var(--transition); 
        font-family: "Helvetica Neue", Sans-serif;
        font-weight: 400;
        color: var(--theme-color2); 
    }
    &.active {
        & .our-values-img {
            opacity: 1;
        } 
        & .our-values-text {
            opacity: 1;
        }          
    }
    & .elementor-widget-container {
        & img {
            width: 100%;
        }
    }
}
/* --footer-- */
.bottom-footer {
    --width: calc(100% - var(--button-size) - 16px);
    --position: absolute;
    & .wpcf7 {
        & .wpcf7-form  {
            & .wpcf7-form-control.wpcf7-submit {
                position: var(--position);
                right: 0;
                top: 0;
            }
            & label {
                width: var(--width);
            }
        }
    }
}

/*--Footer-Start--*/
.main-footer {
    & .elementor-social-icon {
        background-color:transparent;
        padding:0px;
        justify-content: left;
    }
    & .list-style {
        --grid-template-columns: 1;
        & ul {
            padding-left: 0;
            display: grid;
            gap: 10px;
            list-style: none;
            grid-template-columns: repeat(var(--grid-template-columns), 1fr);
            & a {
            }
        }
        &.double {
            --grid-template-columns: 2;
        }
    }

}
.page-id-2870 .invest-deck-footer {
    display: block !important;
}
/*--Footer-Close--*/
/* Slider-filter Css Start */
.home-slide-sec .jet-smart-filter-group-position-line .elementor-widget-container {
    border: none !important;
}
.home-slide-sec .jet-filters-group {
    gap: 18px;
    padding: 0px 16px;
    justify-content: space-between;
	margin: 0px !important;
    width: 100% !important;
}
.home-slide-sec button.apply-filters__button {
    margin: 0px;
}
.home-slide-sec button.apply-filters__button {
    background: var(--theme-color2) !important;
    border: 1px solid var(--theme-color2) !important;
    color: var(--bs-white);
    font-size: clamp(1rem, 0.8214rem + 0.5714vw, 1.25rem) !important;
    border-radius: 6px;
    min-width: 200px;
    width: 100%;
	padding: clamp(0.5rem, 0.35rem + 0.5vw, 0.75rem) clamp(1rem, 0.7rem + 1vw, 2rem);
    font-family: "Helvetica Neue Light", sans-serif;
}
.home-slide-sec button.apply-filters__button:hover{
	background-color: var(--theme-color3) !important;
}
.home-slide-sec select.jet-select__control {
    font-size: 16px;
    color: var(--theme-color1);
    font-family: 'Helvetica Neue Light';
    padding: 0px;
    background: transparent;
}
.home-slide-sec .filter-sec .elementor-widget-wrap {
    display: flex !important;
    flex-wrap: nowrap;
    width: 100% !important;
    background: var(--bs-white);
    border-radius: 8px;
    padding: 0px !important;
    border: 1px solid var(--bs-black);
    align-items: center;
}
.home-slide-sec .jet-smart-filter-content-position-column {
    width: 84.3999% !important;
    margin: 0px !important;
    flex: 1;
}
.home-slide-sec .filter-sec .elementor-widget-wrap .elementor-widget-jet-smart-filters-apply-button {
    flex: 0 auto;
    white-space: nowrap;
    width: auto;
}
/* Slider-filter Css Close */

/* Home About Sec Css Start */
.home-about-sec .elementor-widget-text-editor, .home-about-sec .elementor-widget-text-editor p {
    margin-bottom: 0px;
}
.home-about-sec .elementor-widget-counter .elementor-counter {
    flex-direction: row-reverse;
    gap:16px;
}
.home-about-sec .elementor-counter-number-suffix:empty, .home-about-sec .elementor-counter-number-prefix:empty {
    display: none;
}
.home-about-sec .elementor-counter-title {
    justify-content: flex-start !important;
    align-items: flex-start;
}
.home-about-sec .elementor-counter .elementor-counter-number-wrapper {
    flex: none;
}
.home-about-sec .elementor-widget-counter {
    margin-bottom: 78px;
}
.home-about-sec .elementor-widget-wrap {
    min-height: 213px;
}
/* Home About Sec Css Close */

/* Home Latest New Css Start */
.home-latest-news-sec article.hfe-post-card {
    display: grid;
    grid-template-columns: 1.962fr 1fr;
    background: transparent !important;
    gap: 16px;
}
.home-latest-news-sec .hfe-post-content {
    padding: 0px !important;
}
.home-latest-news-sec .hfe-post-content .hfe-post-excerpt {
    font-family: 'Helvetica Neue';
    line-height: 20px;
    font-weight: 400 !important;
    color:var(--theme-color2);
    margin-bottom: 0 !important;
}
.home-latest-news-sec .hfe-post-image {
    border: 1px solid #E5E5E5;
}
.home-latest-news-sec .hfe-post-image img {
    aspect-ratio: 2;
    object-fit: cover;
}

.home-latest-news-sec .hfe-text-heading {
    padding: 16px;
    display: flex;
    justify-content: space-between;
	gap:12px;
    & .hfe-post-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: clip;
        overflow: hidden;
    }
}
.home-latest-news-sec .hfe-text-heading h3.hfe-post-title a {
    font-size: 20px !important;
    font-weight: 700;
    color: var(--theme-color2);
    text-decoration: none;
}
.home-latest-news-sec article.hfe-post-card:nth-child(even) {
    grid-template-columns: repeat(3,1fr);
    direction: var(--direction-rtl);
    align-items: end;
    margin-top: -92px;
	text-align:left;
}
.home-latest-news-sec article.hfe-post-card:nth-child(even) .hfe-post-image {
    background:#F9F9F9;
}
.home-latest-news-sec article.hfe-post-card a.hfe-read-more {
    font-size: 0px;
    position: relative;
    display: flex;
}
.home-latest-news-sec article.hfe-post-card a.hfe-read-more:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/Arrow-Down-Right.png);
    display: block;
    position: relative;
    padding: 10px;
    background-size: contain;
    left: 0;
    bottom: 0px;
    margin: unset;
    background-repeat: no-repeat;
    background-position: bottom;
}
.home-latest-news-sec article.hfe-post-card:nth-child(even) .hfe-text-heading {
    flex-direction: row-reverse;
}
/* Home Latest New Css Close */
/* Home Award Sec Css Start */
.home-award-sec .award-tabs .award-tab-wrap .award-tab {
    padding: 16px;
    border-bottom: 1px solid transparent;
    transition: var(--transition);
}
.home-award-sec a {
    text-decoration: none !important;
    color: inherit;
}
.home-award-sec .award-tabs .award-tab-wrap .award-tab.active {
    padding: 16px;
    background:#F9F9F9;
    border-bottom-color: #E5E5E5;
}
.home-award-sec .award-tabs .award-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    line-height: 24px;
    margin-bottom: 4px !important;
}
.home-award-sec .award-tabs p.award-desc {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}


.home-award-sec .elementor-element-fc5f5fe {
    display: none;
}
.home-award-sec .jet-listing-grid.jet-listing {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}
.home-award-sec .elementor-element-aaabaf2 {
    width: 100% !important;
    margin-top: -52%;
}
.home-award-sec .elementor-element-13ecd2c {
    display: none;
}
.home-award-sec .award-heading {
    width: 50% !important;
	margin-bottom:184px;
}
.home-award-sec .jet-listing.jet-listing-dynamic-image {
    background: #f9f9f9;
}

.home-award-sec .jet-listing.jet-listing-dynamic-image img.jet-listing-dynamic-image__img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}
.home-award-sec .award-tabs {
    max-height: 310px;
    overflow: auto;
    margin-top: auto;
}
/* Home Award Sec Css Close */


/* About Page Css Start */
.about-sec .about-img-col .elementor-widget-image img.attachment-large {
    aspect-ratio: .985;
    object-fit: cover;
}
.about-sec .about-img-col .elementor-widget-image {
    margin: 0px !important;
}
.home-about-sec.about .elementor-widget-text-editor p {
    margin-bottom: 17px;
}
.home-about-sec.about .elementor-widget-counter {
    margin-bottom: 0px;
}
.home-about-sec.about .elementor-widget-wrap {
    min-height: 160px;
    align-content: space-between;
}
.about-team-sec .elementor-widget-image .elementor-widget-container img {
    aspect-ratio: 1.345;
    object-fit: cover;
    width: 100%;
    object-position: top;
    filter: grayscale(1);
    transition: var(--transition);
}
.about-team-sec .elementor-inner-column:hover .elementor-widget-container img{
    filter:none;
}
.about-team-sec .elementor-widget-text-editor .elementor-widget-container h3,
.about-team-sec .elementor-widget-text-editor .elementor-widget-container h4{
    font-size:20px;
    color: var(--theme-color2);
    font-weight: 700;
    margin: 0px 0px 4px;
}
.about-team-sec .elementor-widget-text-editor .elementor-widget-container h4 {
    font-weight: 400;
    margin: 0px;
}
.about-team-sec .elementor-widget-image {
    margin: 0px !important;
    background: linear-gradient(90deg, #FFFFFF 0%, #EEEEEE 100%);
    border: 1px solid #E5E5E5;
}
.about-team-sec .elementor-widget-text-editor {
    background: var(--bs-white);
    padding: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -150px;
	  transition: var(--transition);
}
.about-team-sec .elementor-widget-wrap {
    padding: 0px !important;
}
.about-team-sec .elementor-inner-column:hover .elementor-widget-text-editor {
    bottom: 0px;
}
.about-team-sec .elementor-inner-column {
    overflow: hidden;
}
.about-team-sec .elementor-widget-heading {
    margin: 0px !important;
}

/* About Page Css Close */

/* Result Page Css Start */
.featured-item-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 4.63%, rgba(0, 0, 0, 0.4) 67.75%);
}

.result-slide-sec .featured-item-sec {
    /* height: 800px; */
    background-position: center;
    background-blend-mode: overlay;
    background-color: #0000003b;
}
.result-slide-sec .elementor-widget-wrap,
.result-slide-sec .jet-listing-grid__item{
    padding: 0px !important;
}
.result-slide-sec .elementor-widget-jet-listing-dynamic-field {
    margin-bottom: 0px !important;
}
.result-slide-sec .featured-item-col {
    width: 34% !important;
}
.result-slide-sec .elementor-widget-jet-listing-dynamic-field:not(.project-location) .jet-listing-dynamic-field__content a {
    background: var(--bs-white);
    padding: 16px 24px;
    width: 100% !important;
    display: block;
    color: var(--theme-color2);
    text-decoration: none;
    min-width: 308px !important;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue Light", sans-serif;
	transition: var(--transition);
}
.result-slide-sec .project-location .jet-listing-dynamic-field__content a {
    color: var(--bs-white);
    text-decoration: none;
}

.result-slide-sec .elementor-widget-jet-listing-dynamic-field:not(.project-location) .jet-listing-dynamic-field__content a:hover {
    background: var(--theme-color4);
}
.result-slide-sec .elementor-widget-jet-listing-dynamic-field:not(.project-location) .jet-listing-dynamic-field__content a:last-child {
    background: transparent;
    border: 1px solid var(--bs-white);
    color: var(--bs-white);
}
.project-location-link {
    display: none !important;
}
.result-slide-sec .project-item-dec {
    width: 308px !important;
}

.project-price-col .jet-listing-dynamic-field__content {
    display: flex;
    border: 0;
    & a {
        all: unset;
    }
    
    &:after {
        content: "AED";
        margin-left: 8px;
    }
}

.result-slide-sec {
    overflow: hidden;
    & .jet-listing-grid {
        & .jet-listing-grid__scroll-slider {
            overflow: hidden;
        }
        & .pagination-list {
            position: absolute;
            bottom: 80px;
            padding: 0;
            width: 90%;
            max-width: 1300px;
            margin: auto;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: end;
        }
        & .slick-dots {
            display: flex;
            flex-wrap: wrap;
            width: 65%;
            padding: 0;
            & li {
                flex: 1 0 0%;
                width: 100%;
                max-width: 100%;
                position: relative;
                list-style: none;
                &:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    transition: var(--transition);
                    background-color: var(--bs-white);
                }
                &.slick-active {
                    font-weight: 500;
                    &:after {
                        height: 4px;
                    }
                }
            }
            & button {
                width: 100%;
                border: 0 !important;
                color: var(--bs-white);               
                font-size: 20px;
                border-radius: 0; 
                padding: 20px 0;
                background-color: transparent !important;
            }
        }
    }
}
.project-location .jet-listing-dynamic-field__content:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/Shape.svg);
    display: block;
    position: absolute;
    padding: 10px;
    background-size: contain;
    left: 0;
    bottom: 0px;
    margin: unset;
    background-repeat: no-repeat;
    background-position: bottom;
    filter:brightness(0) invert(1);
}
.project-location .jet-listing-dynamic-field__content{
    padding-left:30px;
    text-decoration:underline;
    text-underline-offset:2px;
}
.payment-plan-sec {
    --title-size: 72px;
    --title-size-2: 20px;
    --sub-title: 16px;
    --btn-size: 20px;
    --grid-template-columns: 4;
    & .elementor-widget-tabs {
         & .elementor-tabs {
            & .elementor-tabs-wrapper {
                display: flex;
                flex-wrap: wrap;
                & .elementor-tab-title {
                    flex: 1 0 0%;
                    width: 100%;
                    max-width: 100%;
                    color: var(--theme-color2);
                    font-family: var(--font-normal);
                    font-weight: 300;
                    text-align: center;   
                    border: 0px !important;
                    font-size: 20px;
                    padding: 22px 10px !important;
                    position: relative;
                    &:after {
                        content: "";
                        width: 100%;
                        position: absolute;
                        height: 1px;
                        background: var(--theme-color2);
                        inset: 0;
                        top: auto;
                        transition: var(--transition);
                        border: 0 !important;
                    }
                    &.elementor-active {
                        font-weight: 700;
                        &:after {
                            height: 4px;
                        }
                    }
                }
            }
            & .elementor-tab-content {
                padding: 40px 0;
                border: 0 !important;
                & .elementor-widget-wrap {
                    padding: 0 !important;
                }
                & .jet-listing-dynamic-repeater__items  {
                    grid-template-columns: repeat(var(--grid-template-columns), 1fr);
                    display: grid;
                    gap: 16px;
                }
                & .jet-listing-dynamic-repeater__item {
                    border: 1px solid #E5E5E5;
                    padding: 16px;
                    display: flex;
                    flex-direction: column;
                    & h4 {
                        color: var(--theme-color1);
                        margin: 0;
                        font-size: var(--sub-title);
                        text-transform: uppercase;
                    }
                    & h3 {
                        font-size: var(--title-size);
                        color: var(--theme-color2);
                        font-family: var(--font-light);
                        margin: auto 0 0;
                        padding: 23px 0 0;
                    }                    
                    & h5 {
                        padding: 0;
                        margin: 0;
                        font-family: var(--font-light);
                        color: var(--theme-color1);
                        font-size: var(--sub-title);
                        & strong {
                            color: var(--theme-color2);
                        }
                    }
                    & p {
                        margin-bottom: 0;
                    }
                    & .featured-step {
                        background: var(--theme-color2);
                        border-radius: 4px;
                        padding: 6px 8px;
                        line-height: 1;
                        color: var(--bs-white);
                        width: fit-content;
                        font-family: var(--font-normal);
                        & p {
                            margin: 0;
                        }
                    }
                    &:has(.featured-step) {
                        & h4 {
                            display: none;
                        }
                    }
                    &:last-child {
                        border-color: transparent !important;
                        & h3 {
                            font-size: var(--title-size-2);
                            color: var(--theme-color2);
                            font-family: var(--font-normal);
                            margin: 0px 0 0;
                            font-weight: 600;
                            max-width: 61%;
                        }
                        & h5 {
                            margin-top: 15px;
                            font-family: var(--font-normal);
                            color: var(--theme-color2);
                        }
                        & a {
                            background-color: var(--theme-color2);
                            border: 1px solid var(--theme-color2);
                            color: var(--bs-white);
                            font-size: var(--btn-size);
                            font-weight: 600;
                            border-radius: 8px;
                            padding: clamp(0.4375rem, 0.2143rem + 0.7143vw, 0.75rem) clamp(0.625rem, 0.4018rem + 0.7143vw, 0.9375rem);
                            transition: var(--transition);
                            line-height: 1.5;
                            text-decoration: none;
                            font-family: var(--font-light);
                            display: inline-block;
                            margin-top: 15px;
                            &:hover {
                                background-color: var(--theme-color3);
                            }                            
                        }
                    }
                    &:hover {
                        border-color: var(--theme-color2);
                    }
                }
            } 
         }
    }
}

.construction-progress-sec {
    --font-size-h3: 20px;
    --font-size-h4: 16px;
    & .jet-listing {
        & .slick-slider {
            & .slick-list {
                overflow: visible;
                & img {
                    aspect-ratio: 1.17;
                }
                & .progress-col {
                    background: var(--bs-white);
                    padding: 16px;
                    flex-direction: column;
                    display: flex;
                    align-items: flex-start;
                    gap: 8px;
                    position: absolute;
                    width: 100%;
                    inset: 0;
                    top: auto;
                    transform: translateY(100%);
                    transition: var(--transition);
                    & h3 {
                        padding: 0;
                        margin-block: 0;
                        font-size: var(--font-size-h3);
                    }
                    & h4 {
                        font-size: var(--font-size-h4);
                        font-family: var(--font-normal);
                        margin-block: 0;
                        color: var(--theme-color2);
                    }
                }
                & .slick-slide {
                    opacity: 0.4;
                    transition: var(--transition);
                    padding-right: 24px;
                    &.slick-current {
                        opacity: 1;
                        & .progress-col {
                            transform: translateY(0);
                        }
                    }
                }
                
            }
            & .jet-listing-grid__item {
                padding: 0 !important;
            }
            & .jet-listing-grid__item>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-element-populated {
                position: relative;
                overflow: hidden;
                border: 1px solid var(--theme-color1);
                padding: 0;
            }
            & .elementor-widget-wrap>.elementor-element {
                width: 100%;
                margin-bottom: 0 !important;
            }
        }
    }
}

.construction-progress-sec button.slick-arrow{
    position:absolute;
    left:-20px;
    z-index:1;
    top:0;
    bottom:0;
    margin:auto;
    height:fit-content;
    font-size:0;
    border:0;
    background:transparent !important;
    width:30px;
    height:30px;
}
.construction-progress-sec  button.slick-arrow:before{
    position:absolute;
    content:'\f104';
    font-size:20px;
    color:#d6d6d6;
    inset:0;
    z-index:1;
    width:100%;
    height:100%;
    font-family:fontawesome;
}
.construction-progress-sec  button.slick-next.slick-arrow {
    right:0;
    left:auto;
}
.construction-progress-sec  button.slick-next.slick-arrow:before{
    content:'\f105';
}
.apartment-sec {
    --border-radius: 8px;
    --img-aspect-ratio: 1.77;
    --tab-width: 32%; 
    --tab-title-space: 21.5px 16px; 
    --elementor-widget-tabs: -210px;
    & .apartment-text {
        & .elementor-widget-container {
            width: var(--tab-width) !important;
        }
    }
    & .elementor-widget-tabs {
        margin-top: var(--elementor-widget-tabs);
        & .elementor-tabs {
            gap: 1.123%;
            & h4 {
                display: none;
            }
            & .elementor-tabs-wrapper {
                width: var(--tab-width) !important;
                & .elementor-tab-title {
                    padding: var(--tab-title-space);
                    display: flex;
                    gap: 16px;
                    align-items: center;
                    border: 0;
                    border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.25);
                    transition: var(--transition);
                    color: var(--theme-color2);
                    font-family: var(--font-normal) !important;
                    font-weight: 500;
                    width: 100%;
                    white-space: normal;
                    text-align: left;
                    &::before,
                    &::after {
                        display: none !important;
                    }
                    &:first-child {
                        border-radius: var(--border-radius) var(--border-radius) 0 0;
                    }
                    &:last-child {
                        border-radius: 0 0 var(--border-radius) var(--border-radius);
                        border-bottom: 0 !important;
                    }
                    &.elementor-active {
                        background-color: var(--theme-color2) !important;
                        color: var(--bs-white) !important;
                    }
                }
            }
            & .elementor-tabs-content-wrapper {
                border: 0;
                & .elementor-tab-content {
                    padding: 0;
                    border: 0;
                }
                
            }
        }
        & .elementor-widget-wrap {
            padding: 0;
        }
    }
    & .elementor-image-carousel-wrapper {
        padding-block-end: 0 !important;
        & .swiper-slide {
            max-width: 100% !important;
            width: 100% !important;
            & .swiper-slide-inner {
                & img {
                    aspect-ratio: var(--img-aspect-ratio);
                    object-fit: cover;
                    max-width: 100%;
                    width: 100% !important;
                }
            }
        }    
        & .elementor-swiper-button {
            display: none !important;
        }
        & .swiper-pagination {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: center;
            gap: 10px;
            position: absolute;
            inset: auto 16px 16px !important;
            width: auto;
            & span {
                flex: 1 0 0% !important;
                width: 100%;
                max-width: 100%;
                border-radius: 0 !important;
                width: 100%;
                height: 2px !important;
                background-color: var(--bs-white) !important;
                opacity: 1 !important;
                &.swiper-pagination-bullet-active {
                    height: 4px !important;
                }
            }
        }
    }
}


.area-map-sec {
    --spacing: 16px;
    --icon-size: 20px;
    --border-radius: 8px;
	& .elementor-shortcode {
        display: flex;
        flex-direction: column;
	}
    & .area-details-overlay {
        width: 65%;
        margin-left: auto;
        display: flex;
        flex-direction: row-reverse;
        border: 1px solid #99999940;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        position: absolute;
        z-index: 2;
        background: var(--bs-white);
        bottom: calc(100% - 40px);
        right: 0;
        overflow: hidden;
        & h1 {
            display: none;
        }
        & .area-info-header {
            padding: 16px 24px;
            display: grid;
            gap: 10px;
            & .area-title {
                margin-block: 0;
                font-size: 40px;
                font-family: var(--font-light) !important;
                color: var(--theme-color2) !important;
                & a {
                    color: inherit;
                }
            }
            & .area-description {
                margin-bottom: 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            & .area-read-more {
                color: var(--theme-color2);
                font-size: 20px;
                font-weight: 500;
                font-family: var(--font-normal);
                display: flex;
                margin-left: auto;
                &:after {
                    content: "";
                    padding: 8px;
                    background-image: url(/wp-content/uploads/2025/10/Arrow-Down-Right.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-left: 7px;
                }
            }
        }
        & .area-details-table {
            flex: 0 0 auto;
            width: 35%;
            max-width: 100%;
            margin-bottom: 0;
            background: #F8F8F8;
            padding: 24px;
            display: flex;
            align-items: center;
            & td,
            & th {
                border: 0;
                background: transparent;
                padding: 0;
                margin: 0;
                display: block;
                color: var(--theme-color2);
                font-size: 16px;
                font-family: var(--font-normal);
            }
            & tr {
                display: flex            ;
                justify-content: space-between;
            }
            & tbody {
                display: grid;
                width: 100%;
                gap: 16px;
            }
        }
    }
    & #map {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        height: 700px;
        &:before, &:after {
            position: absolute;
            height: 10%;
            width: 100%;
            content: "";
            z-index: 1;
        }
        &:before {
            background: linear-gradient(180deg, #ffffff, transparent, transparent );
            top: 0;
        }
        &:after {
            background: linear-gradient(0deg, var(--bs-white), transparent);
            bottom: 0;
        }
    }
	& .map-overlay {
        margin: 0;
        padding: 0;
        max-width: 100%;
        position: absolute;
        inset: auto 0 0 0;
        order: 2;
		& h1 {
			display: none;
		}
		& .category-bar {
            gap: 0;
            margin-top: 0;            
            & img {
                margin-left: 0;
                height: var(--icon-size);
                width: var(--icon-size);
                min-width: var(--icon-size);
                object-fit: contain;
                filter: invert(1) brightness(0);
                margin-bottom: 0;
            }
			& .category {
                flex: 1 0 0%;
                width: 100%;
                max-width: 100%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                text-align: left;
                padding: var(--spacing);
                color: var(--theme-color2);
                font-size: 16px;
                font-family: var(--font-normal);
                position: relative;
                border-radius: 0;
                background-color: transparent;
                border: 1px solid rgba(var(--theme-color1-rgb), 0.25);
                transition: var(--transition);
                &:not(:last-child) {                    
                    border-right: 0;
                }
                &:first-child {
                    border-radius: var(--border-radius) 0 0 var(--border-radius);
                }
                &:last-child {
                    border-radius: 0 0 var(--border-radius) var(--border-radius);
                }                
                &:hover:not(.active) {
                    background-color: rgba(var(--theme-color1), 0.25);
                }
                &.active {
                    background-color: var(--theme-color2);
                    border-color: var(--theme-color1);
                    color: var(--bs-white) !important;
                    & img {
                        filter: brightness(0) invert(1);
                    }
                }
			}
            & .map-icon {
                display: flex;
                justify-content: space-between;
                margin-bottom: 5px;
            }
		}
	}
}

.area-map-sec:not(:has(.area-info-header)) {
    & .area-details-overlay {
        flex-direction: column;
        width: 375px;
        & h1 {
            display: block;
            padding: 16px 20px;
            padding-bottom: 0;
            margin: 0;
            font-family: var(--font-light);
        }
        & .area-details-table {
            width: 100%;
            max-width: 100%;
        }
    }
}
/* Result Page Csss Close */


/* Popup Css Start */
#popmake-1720 .popup-title {
text-align:center;
font-weight:600;
font-size:30px;
}
/* Popup Css Close */

.project-filter-sec .apply-filters {
    width: 15.7%;
}
.project-filter-sec .elementor-widget-container .jet-filters-group {
    width: 84.6%;
    align-items: center;
}
.project-filter-sec .jet-smart-filter-group-position-line .elementor-widget-container {
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.project-filter-sec .jet-smart-filter-content-position-column {
    width: 100% !important;
}
.project-filter-sec .filter-sec .elementor-widget-wrap {
    flex-wrap: wrap;
}

.project-filter-sec .filter-sec .elementor-widget-wrap .elementor-element {
    margin-block-end: 0;
}
.project-filter-sec .elementor-widget-jet-smart-filters-range {
    overflow: hidden;
    transform-origin: top;
    transition: transform 0.35s ease, opacity 0.35s ease, height 0.35s ease,  display 0.35s ease;
    will-change: transform, opacity, height, display;
    opacity: 0;
    transform: scaleY(0);
    height: 0;
    &:has(.active-range) {
        transform: scaleY(1);
        opacity: 1;
        height: 90px;
        align-items: center;
        justify-content: center;
    }
}
.project-filter-sec .jet-smart-filters-range.jet-filter {
    width: 100% !important;
    position: relative;
    background: var(--bs-white);
    border-top: 1px solid;
    border-radius: 0px 1px 10px 10px;
    transition: all 0.5s;
}
        
.project-filter-sec .jet-smart-filters-range.jet-filter .jet-range {
    max-width: 460px;
    width: 100%;
    margin: auto;
    padding: 20px;
}
.home-slide-sec .filter-sec .jet-select[data-query-var="starting_price"] {
    position: relative;
    & .jet-select__control {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        & option {
            display: none !important;
            opacity: 0 !important;
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }
    }
}
.home-slide-sec .filter-sec .jet-select[data-query-var="starting_price"] .jet-smart-filters-range {
    position: absolute;
    width: 100%;
    background: var(--bs-white);
    padding: 10px;
    margin: 0;
    border-radius: 4px;
}


/* --media-page-- */
.media-articles-sec {
    --img-aspect-ratio: 2.13;
    --content-space: 40px;
    & .wpr-grid {
        & .wpr-grid-item {
            --img-filter: grayscale(100%);
            --after-opacity: 1;
            border: 1px solid rgba(var(--theme-color1-rgb), 0.4);
            transition: var(--transition);
            overflow: hidden;
            height: auto !important;
            & .wpr-grid-media-wrap {
                & .wpr-grid-image-wrap {
                    & img {
                        aspect-ratio: var(--img-aspect-ratio);
                        object-fit: cover;
                        filter: var(--img-filter);
                        transition: var(--transition);
                    }
                    &:after {
                        opacity: var(--after-opacity);
                        content: "";
                        position: absolute;
                        inset: 0;
                        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
                        transition: var(--transition);
                    }
                }
            }
            & .wpr-grid-item-below-content {
                display: flex;
                flex-wrap: wrap;
                background-color: var(--bs-white);
                transform: translateY(var(--content-space));
                margin-top: calc(-1 * var(--content-space));
                transition: var(--transition);
                & .wpr-grid-item-title {
                    flex: 0 0 auto;
                    width: 100%;
                    max-width: 100%;
                    margin-bottom: 12px;
                    & a {
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }
                }
                & .wpr-grid-item-read-more {
                    margin-left: auto;
                }
                & .wpr-button-effect.wpr-button-none {
                    background: url(/wp-content/uploads/2025/10/Arrow-Down-Right.png);
                    background-repeat: no-repeat;
                    background-position: right;
                    font-size: 0;
                    padding: 9px !important;
                }
            }
            &:hover {                
                --img-filter: none;
                --after-opacity: 0;
                border-color: var(--theme-color2);
                & .wpr-grid-item-below-content {
                    transform: translateY(0);
                }
            }
        }
        & .wpr-grid-item-inner {

        }
    }
}

/* --media-page-close-- */
/* --career-- */
.employee-benefits-main {
    & .elementor-widget-icon-box {
        & .elementor-icon-box-title {
            margin: 0;
        }
    } 
}

.vaccancies-sec {
    & .filter-sec {
        & .elementor-widget-wrap {
            border: 0px;
        }
        & .jet-filters-group {
            & .jet-filter {
                flex: 1 0 0%;
                width: 100% !important;
                max-width: 100%;
                margin: 0 !important;
            }
        }
        & .jet-select {
            padding: 0 0;
        }
        & select.jet-select__control {
            border-bottom: 1px solid var(--bs-black) !important;
            padding: 15px 24px;
            -webkit-appearance: none;
            -moz-appearance: none; 
            appearance: none;         /* modern */
            background-image: url("/wp-content/uploads/2025/10/select-arrow.svg");
            background-repeat: no-repeat;
            background-position: right 20px center;
            cursor: pointer;
        }
    }
    & .jet-listing {
        & .jet-posts {
            & .jet-posts__item {
                position: relative;
                padding-block: 40px;
                &:nth-child(even) {
                    &:before {
                        background-color: #F9F9F9;
                        content: "";
                        position: absolute;
                        left: 50%;
                        right: 50%;
                        margin-left: -50vw;
                        margin-right: -50vw;
                        width: 100vw;
                        height: 100%;
                        top: 0;
                    }
                }
                & .entry-title {
                    margin-block: 0;
                    & a {
                        text-decoration: none;
                    }        
                }
                & .entry-excerpt {
                    padding-bottom: 40px;
                }
                & .btn {
                    text-decoration: underline !important;
                    &:after {
                        content: "";
                        padding: 8px;
                        background-image: url(/wp-content/uploads/2025/10/Arrow-Down-Right.svg);
                        background-repeat: no-repeat;
                        background-position: center;
                        margin-left: 7px;
                    }
                }
            }
        }
    }

}
.project-filter-sec {
    --text-align: left;
    --read-more-font: 20px;
    & .job-filter-form {
        display: flex !important;
        flex-wrap: nowrap;
        width: 100% !important;
        padding: 0px !important;
        align-items: center;
        gap: 16px;
        & select {
            flex: 1 0 0%;
            width: 100%;
            max-width: 100%;
            border: 0px;
            padding: 16px;
            font-size: 16px;
            color: var(--theme-color1);
            font-family: 'Helvetica Neue Light';
            background: transparent;
            border-bottom: 1px solid var(--bs-black) !important;
            padding: 15px 24px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url(/wp-content/uploads/2025/10/select-arrow.svg);
            background-repeat: no-repeat;
            background-position: right 20px center;
            cursor: pointer;
        }
        & button {
            background: var(--theme-color2) !important;
            border: 1px solid var(--theme-color2) !important;
            color: var(--bs-white);
            font-size: clamp(1rem, 0.8214rem + 0.5714vw, 1.25rem) !important;
            border-radius: 6px;
            min-width: 200px;
            padding: clamp(0.5rem, 0.35rem + 0.5vw, 0.75rem) clamp(1rem, 0.7rem + 1vw, 2rem);
            font-family: "Helvetica Neue Light", sans-serif;
            &:hover {
                background-color: var(--theme-color3) !important;
            }
        }
    }
    & .load-more-wrap .apply-filters__button.load-more-btn {
        width: auto !important;
        background-color: var(--bs-white) !important;
        border: 1px solid var(--theme-color2) !important;
        color: var(--theme-color2) !important;
        font-weight: 600 !important;
        &:hover {
            background-color: #ededed !important;
        }
    }
    & .job-listings {
        & .job-item{
            position: relative;
            padding-block: 40px;
            &:nth-child(even) {
                &:before {
                    background-color: #F9F9F9;
                    content: "";
                    position: absolute;
                    left: 50%;
                    right: 50%;
                    margin-left: -50vw;
                    margin-right: -50vw;
                    width: 100vw;
                    height: 100%;
                    top: 0;
                    z-index: -1;
                }
            }
            & h3 {
                margin-block: 0;
                margin-bottom: 15px;
                font-family: "Helvetica Neue", Sans-serif;
                font-size: 20px;
                font-weight: 600;
                & a {
                    text-decoration: none;
                }        
            }
            & p {
                padding-bottom: 0;
                margin-bottom: 30px;
            }
            & .read-more-btn {
                text-decoration: underline !important;
                font-family: var(--font-normal);
                font-size: var(--read-more-font);
                font-weight: 400;
                color: var(--theme-color2);
                display: block;
                text-align: var(--text-align);
                & img {
                    display: none !important;
                }
                &:after {
                    content: "";
                    padding: 8px;
                    background-image: url(/wp-content/uploads/2025/10/Arrow-Down-Right.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                    margin-left: 7px;
                }
            }
        }
    }
}
/* --career-close-- */
/* --vacancy-- */
.vacancy-text {
    & ul {
        padding-left: 28px;
    }
    & h3 {
        color: #666666;
        font-size: 20px;
        font-weight: 500;
        font-family: var(--font-normal);
        margin: 40px 0 15px;
    }
    & .elementor-widget-container {
        max-width: 847px;
    }
}
.easy-apply-sec {
    & form {
        & .elementor-container {
            gap: 64px !important;
        }
        & .codedropz-upload-wrapper {
            padding: 40px 12%;
            background: var(--bs-white);
            width: 100%;            
            border-radius: 8px;
            &:before {
                content: "";
                position: absolute;
                inset: 0;
                background: 
                    repeating-linear-gradient(to right, var(--theme-color1) 0 10px, transparent 10px 20px),
                    repeating-linear-gradient(to bottom, var(--theme-color1) 0 10px, transparent 10px 20px),
                    repeating-linear-gradient(to right, var(--theme-color1) 0 10px, transparent 10px 20px),
                    repeating-linear-gradient(to bottom, var(--theme-color1) 0 10px, transparent 10px 20px);
                background-repeat: no-repeat;
                background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
                background-position: top left, top right, bottom left, top left;
                border-radius: inherit;
            }
            
        }
        & .codedropz-upload-handler {
            position: relative;
            border-radius: 0;
            border: 0;            
            & h3 {
                position: relative;
                background: repeating-linear-gradient(to right, var(--theme-color1) 0 10px, transparent 10px 20px), repeating-linear-gradient(to bottom, var(--theme-color1) 0 10px, transparent 10px 20px), repeating-linear-gradient(to right, var(--theme-color1) 0 10px, transparent 10px 20px), repeating-linear-gradient(to bottom, var(--theme-color1) 0 10px, transparent 10px 20px);
                background-repeat: no-repeat;
                background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
                background-position: top left, top right, bottom left, top left;
                border-radius: 0;
                border: 0;
                margin: 0;
                padding: 60px 20px;
                font-size: 20px;
            }
            & .cd-upload-btn {
                font-size: 0 !important;
                &:before {
                    content: "Upload CV";
                    font-size: clamp(1rem, 0.8214rem + 0.5714vw, 1.25rem) !important;
                }
            }
            
        }
        & .codedropz-upload-inner {
            overflow: visible;
            display: grid;
            gap: 10px;
            
        }    
        & .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
            background: var(--bs-black);
        }    
    }
    & .wpcf7 {
        & .wpcf7-form {
            & .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
                --theme-color2: var(--theme-color1);
            }
        }
    }
}
/* --vacancy-close-- */
/* --investor-- */
.investor-market-sec {
    & .elementor-heading-title {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        &>span {
            display: inline-flex;
            flex-direction: column;
            padding: 0px 0;
            font-size: 33%;
            gap: 5px;
        }
    }
}
.top-countries-sec {
    & .elementor-widget-image-box {
        & .elementor-image-box-wrapper {
            display: flex !important;
            flex-direction: row;
        }
        & .elementor-image-box-img {
            margin-right: 15px !important;
        }
        & .elementor-image-box-content {
            width: 100%;
            display: inline-flex;
            justify-content: space-between;
            & .elementor-image-box-title {
                margin: 0;
            }
        }
    }
}
.investor-number .elementor-tab-content {
    padding-inline: 0;
}
.investor-number .elementor-tab-content .elementor-element-populated {
    padding: 0;
}
.invests-withus-sec .elementor-widget-divider {
    width: 130%;
    margin-left: -10px;
}

.invests-withus-sec .elementor-container {
    overflow: hidden;
}
.inverstor-chart-sec {
    & .elementor-tabs {
        & .elementor-tabs-wrapper {
            gap: 20px;
        }
        & .elementor-tab-title {
            position: relative;
            &:before {
                content: "";
                position: absolute;
                width: 100%;
                bottom: 0px;
                height: 1px !important;
                background: var(--theme-color1);
                transition: var(--transition);
                left: 0;
                width: 100% !important;
            }
            &:hover,
            &.elementor-active {
                &:before {
                    height: 3px !important;
                    background: var(--theme-color2);
                }
            }
        }
    }
    
}


/* --investor-close-- */
/* --area-guide-- */
.area-gallery-sec {
    --opacity: 80%;
    --img-height: 400px;
    --swiper-pagination: 0;
    & .elementor-widget-image-carousel {
        & .swiper-slide {
            & .swiper-slide-inner {
                &:after {
                    content: "";  
                    position: absolute;
                    inset: 0;
                    background-color: var(--bs-white);
                    opacity: var(--opacity);
                    transition: var(--transition);
                }
            }
            & img {
                height: var(--img-height);
                width: 100%;
                object-fit: cover;
            }
            &:hover {
                & .swiper-slide-inner {
                    &:after {
                        content: "";  
                        position: absolute;
                        inset: 0;
                        background-color: var(--bs-white);
                        opacity: 0;
                    }
                }
            }
        }
        
        & .swiper {
            overflow: visible;
        }
        & .swiper-pagination-bullets {
            inset: 24px !important;
            top: auto !important;
            width: auto !important;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: center;
            gap: 10px;
            opacity: var(--swiper-pagination);
            & span {
                flex: 1 0 0% !important;
                width: 100%;
                max-width: 100%;
                border-radius: 0 !important;
                height: 4px !important;
                background-color: transparent !important;
                border-bottom: 1px solid var(--bs-white);
                opacity: 1 !important;
                &.swiper-pagination-bullet-active {
                    border-bottom-width: 4px;
                }
            }
        }
    }
}
.area-our-values {
    --space: 24px;
    & .jet-listing {
        & .jet-listing-dynamic-repeater__items {
            gap: var(--space);
            & .jet-listing-dynamic-repeater__item:not(:last-child) {
                padding-bottom: var(--space);
                border-bottom: 1px solid var(--bs-black);
            }
            & p {
                margin-bottom: 0;
            }
        }
        & .elementor-widget-wrap {
            align-content: normal;
            justify-content: space-between;
        }
    }
}
/* --area-guide-close-- */

/* --projects-filter-- */


.filter-bar {
    width: 100% !important;
    background: var(--bs-white);
    border-radius: 8px;
    border: 1px solid var(--bs-black);
    margin-bottom: 50px;
    & .main-filter-bar {
        display: flex !important;
        flex-wrap: nowrap;
        width: 100% !important;
        padding: 0px !important;
        align-items: center;
        gap: 16px;
    }
    & select,
    & button {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        border: 0px;
        padding: 16px;
        font-size: 16px;
        color: var(--theme-color1);
        font-family: 'Helvetica Neue Light';
        background: transparent;
    }
    & select {        
        -webkit-appearance: none; /* Safari & iOS ke liye */
        -moz-appearance: none;
        appearance: none;
        background-image: url(/wp-content/uploads/2025/10/select-arrow.svg);
        background-repeat: no-repeat;
        background-position: right 20px center;
        cursor: pointer;
    }
    & .filter-item {
        border: 0px;
        font-size: 16px;
        color: var(--theme-color1);
        font-family: 'Helvetica Neue Light';
        background: transparent;
        line-height: 1;
    }
    & #filter-submit {
        background: var(--theme-color2);
        border: 1px solid var(--theme-color2);
        color: var(--bs-white);
        font-size: clamp(1rem, 0.8214rem + 0.5714vw, 1.25rem);
        border-radius: 6px;
        width: 100%;
        padding: clamp(0.5rem, 0.35rem + 0.5vw, 0.75rem) clamp(1rem, 0.7rem + 1vw, 2rem);
        font-family: "Helvetica Neue Light", sans-serif;
        margin-bottom: -1px;
        &:hover {
            background-color: var(--theme-color3);
        }
    }
    & .price-range-main-panel,
    & .mobile-price-range-main-panel {        
        overflow: hidden !important;           
        transform-origin: top !important;  
        transition: transform 0.35s ease, opacity 0.35s ease, height 0.35s ease !important;
        will-change: transform, opacity, height !important;
        opacity: 0 !important;
        transform: scaleY(0) !important;
        height: 0 !important;
        border-top: 1px solid var(--theme-color2) !important;
        width: 100% !important;
        &:has(.active){
            transform: scaleY(1) !important;
            opacity: 1 !important;
            height: 82px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }
        & .price-range-panel,
        & .mobile-price-range-panel {
            margin-top: 10px !important;
            margin-inline: auto !important;
            max-width: 450px !important;
            width: 90% !important;
        }
        & .noUi-connect {
            background: var(--theme-color2) !important;
        }
        & .price-range-values,
        & .mobile-price-range-values {
            text-align: center !important;
            margin-top: 16px !important;
        }
        & .noUi-target {
            background: #FAFAFA !important;
            border-radius: 4px !important;
            border: 1px solid #D3D3D3 !important;
            box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
        }
        & .noUi-horizontal {
            height: 4px !important;
            background-color: var(--theme-color1) !important;
            border: 0 !important;
            
            & .noUi-handle {
                top: -11px !important;
                border-radius: 50% !important;
                height: 25px !important;
                width: 25px !important;
                border: 1px solid var(--theme-color1) !important;
                background: var(--bs-white) !important;
                &::before,
                &::after {
                    display: none !important;
                }
            }
        }
    }
    & .mobile-filter-item.price-dropdown {
        border: 1px solid #a5a5a5 !important;
        border-radius: .5rem !important;
        padding: 1rem 1rem !important;
        width: 100% !important;
    }
    & .mobile-price-range-main-panel {
        border: 0 !important;
        & .noUi-connect, & .noUi-origin {
            will-change: transform;
            position: absolute !important;
            z-index: 1 !important;
            top: 0 !important;
            right: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }
        & .noUi-base, & .noUi-connects {
            width: 100% !important;
            height: 100% !important;
            position: relative !important;
            z-index: 1 !important;
        }
        & .noUi-touch-area {
            height: 100% !important;
            width: 100% !important;
        }
        & .noUi-horizontal {
            & .noUi-origin {
                height: 0 !important;
            }
            & .noUi-handle {
                position: absolute !important;
                right: -17px !important;
            }
        }
    }
    
}


.projects-loader {
    text-align: center;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000040;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
 
.spinner {
    border: 6px solid #fff;
    border-top: 6px solid #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    animation: spin 1s linear infinite;
    position: relative;
}
 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.project-results-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.project-results-main .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    overflow:auto !important;
}
.project-results-main .gm-style-iw.gm-style-iw-c {
    padding: 12px !important;
    padding-top: 0px !important;
}
#projects-map {
    flex: 0 0 auto;
    width: 41% !important;
    max-width: 100%;
    height: auto;
}
.project-grid-inner {
    flex: 0 0 auto;
    width: 57%;
    max-width: 100%;
    overflow: auto;
    padding: 0;    
    height: 870px;
    padding-right: 10px;
    text-align: center;
    &::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    #load-more {
        margin-top: 20px;
    }
}
.projects-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 18px;
    & a {
        text-decoration: none !important;
        color: inherit !important;
    }
}
.custom-infowindow {
    & a {
        text-decoration: none !important;
        color: inherit !important;
    }
}
.project-item {
    --sub-logo-size: 48px;
    & .project-imgs {
        position: relative;
        background: black;
        border-radius: 0px;
        transition: var(--transition);
        overflow: hidden;
        &::before {
            content: "";
            opacity: 1;
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
            position: absolute;
            inset: 0;
            transition: var(--transition);
        }
    }
    & .project-item-img{
        object-fit: cover;
        aspect-ratio: 1.13;
        overflow: hidden;
        width: 100%;
        transition: var(--transition);
    }
    & .sub-logo {
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: var(--sub-logo-size);
        height: var(--sub-logo-size);
        padding: calc(var(--sub-logo-size) * 0.1042);
        background: var(--bs-white);
        border-radius: 6px;
        object-fit: contain;
    }
    &:hover {
        & .project-imgs {
        &::before {
            opacity: 0;
        }
    }
    }
}
.inner-project-item {
    padding: 8px;
    & h3{
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        border-bottom: 1px solid rgba(var(--theme-color1-rgb), 0.5);
        padding-bottom: 7px;
        margin-bottom: 5px;
    }
    & p {
        align-content: center;
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        color: var(--theme-color2);
    }
}

/* --projects-filter-close-- */
/* --construction-updates-- */
.construction-updates-sec>.elementor-container {
    margin: 0 10px;
    border: 1px solid #999999;
}
.construction-updates-sec {
    & .jet-listing-dynamic-field__content {
        margin-bottom: 0;
    }
}

.construction-filter-wrapper {
    max-width: 100%;
    margin: 30px 0;
}
.construction-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    & li {
        padding: 0 0 15px ;
        cursor: pointer;
        transition: var(--transition);
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        text-align: center;
        position: relative;
        &:after {
            content: "";
            position: absolute;
            width: 100%;
            bottom: 0px;
            height: 1px;
            background: var(--theme-color1);
            transition: var(--transition);
            left: 0;
        }
        &:hover,
        &.active {
            &:after {
                height: 3px;
                background: var(--theme-color2);
            }
        }
    }
}

.construction-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.construction-item {
    border-radius: 0px;
    padding: 15px;
    transition: 0.3s;
    background: var(--bs-white);
    border: 1px solid var(--theme-color1);
    & a {
        text-decoration: none !important;
        color: inherit !important;
    }
    & .construction-title {
        margin: 0 0 10px;
        font-size: 20px;
    }
    & .construction-date {
        color: var(--theme-color1);
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
    }
    & .construction-thumb {
        background-color: var(--bs-black);
         & img {
            width: 100%;
            border-radius: 0;
            margin-bottom: 10px;
            aspect-ratio: 1.6;
            object-fit: cover;
            transition: var(--transition);
            opacity: 1;
        }
    }
    &:hover {
        & .construction-thumb {
            & img {
                opacity: 0.7;
            }
        }
    }
}

/* --construction-updates-close-- */
/* --key-progress-sec-- */
.key-progress-sec {
    & h3 {
        font-size: 20px;
        color: var(--theme-color2);
        margin: 0;
    }
    & .elementor-widget-container {
        gap: 20px;
        display: grid;
    }
    & ul,
    & ol {
        padding: 0;
        display: grid;
        gap: 8px;
    }
    & ul {        
        list-style: none;
        & li {
            display: flex;
            gap: 5px;
        }
        & i {
            top: 3px;
            position: relative;
            min-width: 16px;
        }
    }
    & ol {
        padding-left: 17px;
    }
    & p:last-child {
        margin-bottom: 0;
    }
}
.interested-buying {
    & .wpcf7 {
        & .wpcf7-form {
            & .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
                border-color:  #b8b8b8;
            }
            & .wpcf7-form-control.wpcf7-submit {
                width: 90%;
                font-size: 16px !important;
                margin: 0 5% !important;
            }
        }
    }
}
/* --key-progress-sec-close-- */
/* --search-- */
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    font-family: var(--font-normal) !important;
    font-weight: 200 !important;
}
.search {
    & .page-header {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        background: var(--bs-black);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20% 0 15%;
        color: var(--bs-white);
        text-align: center;
    }    
    & .elementor-posts {
        & .elementor-post {
            display: flex;
            border: 1px solid var(--theme-color1);
            padding: 20px;
        }
    }
}

/* --search-sec-close-- */
/* --contact-us-- */
.page-id-3635 {
    & .sales-gallery-sec,
    & .register-sec:not(.contact-form-sec) {
        display: none;
    }
}
.single-construction {
    & .sales-gallery-sec {
        display: none;
    }
}

.contact-us-info {
    &:before {
        background-color: var(--theme-color2);
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        height: 135px;
        bottom: -20px;
    }
    & .elementor-inner-column:not(.visit-us) .elementor-widget-wrap {
        flex-direction: column;
    }
    & .link-btn {
        margin-top: auto;
        & a {
            color: var(--theme-color2);
            text-underline-offset: 4px;
            display: inline-flex;
            gap: 8px;
        }
    }
    & .visit-us {
        & p {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        & .link-btn {
            margin-top: 0;
        }
    }
}
.contact-us-map .elementor-widget-container {
    margin: -32px -24px 0px;
    border-radius: 8px;
    overflow: hidden;
}
/* --contact-us-close-- */



@media screen and (width >= 1025px) {
.main-header {
    --logo-filter: none;
    --menu-link-color: var(--bs-white);
    & .mega-menu-img {
        width: 28.25% !important;
        & img {
            width: 100% !important;
        }
    }
    & .mega-menu-nav {
        width: 68.29% !important;
    }
    & .hfe-search-icon-toggle i.fa-search {
        color: var(--menu-link-color) !important;
    }
    & #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0;
    }
    & .mega-sub-menu {
         & .menu {
            --grid-template-columns: 4;
            display: grid !important;
            grid-template-columns: repeat(var(--grid-template-columns), 1fr);
            gap: 0 10px;
            & a {
                padding: 5px 0 !important;
            }
        }
        & .mega-menu-nav3 {
            & .menu {
                --grid-template-columns: 3;
            }
        }
    }
    &:has(.mega-toggle-on) {        
        background-image: linear-gradient(180deg, var(--bs-white) 0%, var(--bs-white) 100%);
        --logo-filter: brightness(0) invert(0);
        --menu-link-color: var(--theme-color2);
    }
}

.mega-mobile-number-col {
    display: none !important;
}
.project-mobile-sec,
.communities-moble-sec  {
    & .jet-listing-grid__item {
        display: none;
    }
}
.project-mobile-sec {
    & .jet-listing-grid__item:nth-child(-n+9) {
        display: block;
    }
}
.communities-moble-sec {
    & .jet-listing-grid__item:nth-child(-n+6) {
        display: block;
    }
}
.result-slide-sec .elementor-section .elementor-container {
    height: 100%;
}
.contact-us-info>.elementor-container {
    gap: 20px;
}
.area-map-sec:not(:has(.area-info-header)) {
    & .area-details-overlay {
        bottom: calc(100% - 90px);
    }
}

}

@media screen and (width <= 1024px) {
.main-header {
    --padding-space: 8px;
    background-image: linear-gradient(180deg, #1A181B7A 0%, #1A181B00 0%) !important;
    position: absolute !important;
    & .gtranslate-item {
        position: absolute !important;
        right: 30px !important;
        top: 30px !important;
    }
    & select {
        color: var(--theme-color2) !important;
        max-width: 100%;
    }
    & .mega-menu-img {
        display: none !important;
    }
    & .mega-menu-nav {
        width: 100% !important;
    }
    & .mega-sub-menu {
        & .mega-menu-row {
            &>.mega-sub-menu {
                border-top: 1px solid var(--theme-color1) !important;
                margin-top: 0px !important;
                padding: 0px 0 !important;
                display: flex !important;
                justify-content: space-between;
            }
        }
    }
    & #mega-menu-wrap-menu-1 {
        & .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
            padding: 60px 20px 20px;
        }
        & #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
            visibility: inherit;
            opacity: 1;
            display: block;
            border: 0 !important;
            padding: 0 !important;
        }
        & #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
            padding: 0;
        }
        & .mega-menu-toggle ~ button.mega-close:before {
            font-size: 0;
            background-image: url(/wp-content/uploads/2025/10/Shape-close.svg);
            background-size: 12.5px;
            background-position: center;
            background-repeat: no-repeat;
        }
        & .mega-menu-toggle.mega-menu-open ~ button.mega-close {
            left: 17px;
            right: auto;
            top: 16px;
            background: var(--bs-white);
            border-radius: 90px;
        }
         #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
            padding-block: 0;
            & a {
                font-family: "Helvetica Neue Light", Sans-serif;
                font-weight: 300;
            }
        }
    }
    & .filter-menu {
        border-top: 1px solid var(--theme-color1) !important;
        padding-block: var(--padding-space) !important;
        & .mega-sub-menu {
            padding: 0px 0 20px !important;
            & .jet-filters-group {
                display: grid !important;
                gap: 8px;                
            }
            & .apply-filters {
                margin-top: 8px !important;
                display: flex !important;
                flex-wrap: wrap !important;
                gap: 8px !important;
                flex-direction: row !important;
                & .apply-filters__button {
                    flex: 1 0 0% !important;
                    width: 100% !important;
                    max-width: 100% !important;
                    background: var(--theme-color2) !important;
                    border: 1px solid var(--theme-color2) !important;
                    color: var(--bs-white) !important;
                    font-size: clamp(1rem, 0.8214rem + 0.5714vw, 1.25rem) !important;
                    border-radius: 6px !important;
                    padding: 13px 10px !important;
                    font-family: "Helvetica Neue Light", sans-serif !important;
                    text-align: center !important;
                }
            }
            & .jet-select__control {
                font-family: var(--font-light);
                font-size: 16px;
                padding: 17px 16px;
                border: 1px solid var(--theme-color1);
                border-radius: 10px;
                height: 56px !IMPORTANT;
                font-weight: 100 !important;
            }
            & select.jet-select__control {
                -webkit-appearance: none;
                -moz-appearance: none; 
                appearance: none;         /* modern */
                background-image: url("/wp-content/uploads/2025/10/select-arrow.svg");
                background-repeat: no-repeat;
                background-position: right 10px center;
                cursor: pointer;
            }
            & .elementor-widget-jet-smart-filters-range {
                & .jet-filter {
                    & .jet-range {
                        padding: 10px !important;
                        background: var(--bs-white) !important;
                        padding: 17px 16px !important;
                        border: 1px solid var(--theme-color1) !important;
                        border-radius: 10px !important;
                    }
                }
            }
        }
    }
    
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 input, #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    background: #858585 !important;
    height: 1px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    opacity: 0;
}
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {
        background-image: url(/wp-content/uploads/2025/10/Menu-Icon.svg);
        background-size: 100% 100%;
    }
.mega-mobile-number-col {
    border-top: 1px solid var(--theme-color1) !important;
    padding-block: var(--padding-space) !important;
}
.single-jobs {
    & #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block {
        filter: brightness(0);
    }
}
.our-projects-sec {
    & .project-item {
        & .project-item-profile { 
            & .jet-listing-dynamic-image {
                & img {       
                    aspect-ratio: 0.895;
                }
            }
        }
    }
    
    & .jet-listing-grid__item {
        padding: 0px;
    }
}
.about-timeline-sec {
    & .jet-elements {
        & .jet-hor-timeline-track {
            & .jet-hor-timeline-year {
                width: 100%;
                left: 0;
                position: relative;
                margin-top: 30px;
            }
            
            & .jet-hor-timeline-list--top {
                & .jet-hor-timeline-item__card-inner {
                    & .jet-hor-timeline-item__card-desc {
                        & li {
                            padding: 0;
                            color: var(--theme-color1);
                        }
                    }
                    & .jet-hor-timeline-item__card-img {
                        & img {
                            aspect-ratio: 0.9;
                        }
                    }
                }
            }
        }
    }
}
.our-values-inner {
    --title-size: 22px;
}
.project-mobile-sec,
.communities-moble-sec  {
    & .jet-listing-grid__item {
        display: none;
    }
}
.project-mobile-sec {
    & .jet-listing-grid__item:nth-child(-n+6) {
        display: block;
    }
}
.communities-moble-sec {
    & .jet-listing-grid__item:nth-child(-n+4) {
        display: block;
    }
}
.home-about-sec .elementor-widget-wrap {
    min-height: 145px;
}
.home-about-sec .elementor-widget-counter {
    margin-bottom: 16px;
}
.home-latest-news-sec article.hfe-post-card:nth-child(even) {
    margin-top: 0;
}
.home-latest-news-sec .hfe-text-heading h3.hfe-post-title a {
    font-size: 16px !important;
}
.home-latest-news-sec .hfe-post-image img {
    aspect-ratio: 1.25;
}
.home-award-sec .award-heading {
    width: 100% !important;
    margin-bottom: 10px;
}
.home-award-sec .jet-listing.jet-listing-dynamic-image img.jet-listing-dynamic-image__img {
    aspect-ratio: 0.6;
}

.home-award-sec .elementor-element-aaabaf2 {
    margin-top: -40%;
}
.about-team-sec .elementor-widget-text-editor {
    position: relative;
    bottom: 0;
}
.about-team-sec .elementor-widget-wrap {
    padding: 8px !important;
}
.about-team-sec .elementor-inner-column .elementor-widget-text-editor {
    border: 1px solid #E5E5E5;
    border-top: 0;
}
.about-team-sec .elementor-widget-text-editor .elementor-widget-container h3, .about-team-sec .elementor-widget-text-editor .elementor-widget-container h4 {
    font-size: 16px;
}
.about-team-sec .elementor-widget-image .elementor-widget-container img {
    aspect-ratio: 0.68;
}
.home-slide-sec .jet-filters-group {
    gap: 5px;
}
.home-slide-sec .jet-smart-filters-select.jet-filter {
    margin: 0px !important;
}
.home-slide-sec select.jet-select__control {
    font-size: 14px;
}
.home-slide-sec .elementor-container.elementor-column-gap-default {
    align-items: stretch !important;
}
.about-sec .about-img-col .elementor-widget-image img.attachment-large {
    aspect-ratio: 0.915;
}
.result-slide-sec .featured-item-col {
    width: 375px !important;
}
.result-slide-sec {
    & .jet-listing-grid {
        & .pagination-list {
            bottom: 40px;
        }
        & .slick-dots {
            width: 100%;
            & button {
                font-size: 16px;
                padding: 15px 0;
            }
        }
    }
}

.result-slide-sec .featured-item-sec {
    height: 740px;
}
.result-slide-sec .project-item-dec {
    width: 100% !important;
}
.result-slide-sec .jet-listing-dynamic-field__inline-wrap p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.result-slide-sec {
    & .elementor-widget-jet-listing-dynamic-field:not(.project-location) {
        & .jet-listing-dynamic-field__content a {
            padding: 14px 20px;
            width: 100% !important;
            min-width: 78px !important;
            font-size: 15px;
        }
        & .jet-listing-dynamic-field {
            width: 100%;
        }
    }
    
} 
.project-btn .jet-listing-dynamic-field__inline-wrap {
    width: 100% !important;
}

.project-btn .jet-listing-dynamic-field__content {
    width: 100% !important;
}
.media-articles-sec {
    --img-aspect-ratio: 1.25;
    --content-space: 0
}
.payment-plan-sec {
    --title-size: 60px;
    --title-size-2: 20px;
    --sub-title: 14px;
    --btn-size: 16px;
}

.construction-progress-sec {
    --font-size-h3: 16px;
    --font-size-h4: 14px;
    & .jet-listing {
        & .slick-slider {
            & .slick-list {   
                & .progress-col {
                    position: relative;
                    transform: translateY(-1px) !important;
                    
                }                
                & .slick-slide {
                    opacity: 1;
                }
                
            }
        }
    }
}
.apartment-sec {
    --img-aspect-ratio: 1.18;
    --tab-width: 36%; 
    --tab-title-space: 15.5px 16px;
}
.amenity-lists {
    --border-radius: 8px;
    --icon-size: 22px;
    --img-aspect-ratio: 1.18;
    & .amenity-tab-inner {
        & .amenity-tab {
            padding-block: 12.5px;
            font-size: 14px;
        }
    }
    & .amenity-tabs {
        width: 36.5%;
    }
    & .amenity-content {
        width: 61.5%;
    }
}
.easy-apply-sec {
    & form {
        & .elementor-container {
            gap: 30px;
            flex-direction: column-reverse;
        }
        & .codedropz-upload-handler {
            & h3 {
                padding: 0px 00px;
                font-size: 16px;
                border: 0;
                background: transparent;
            }
        }
       
    }
    
    & .elementor-column {
        width: 100%;
    }
}

.area-map-sec {
    --spacing: 6px;
    --icon-size: 16px;
    & .map-overlay {
        inset: auto 30px 20px;
        & .category-bar {
            & .category {
                font-size: 14px;
            }
            & .map-icon {
                margin-bottom: 2px;
            }
        }
    }
    & .area-details-overlay {
        width: 75%;
        top: 40px;
        bottom: auto;
        flex-direction: column;
        & .area-info-header {
            display: flex;
            flex-wrap: wrap;
            align-items: self-end;
            & .area-title {
                flex: 0 0 auto;
                width: 100%;
                max-width: 100%;
            }
            & .area-description {
                flex: 1 0 0%;
                width: 100%;
                max-width: 100%;
            }
            & .area-read-more {
                flex: 0 0 auto;
                width: auto;
                max-width: 100%;
                align-items: flex-end;
                font-size: 14px;
            }
        }
        & .area-details-table {
            width: 100%;
            & tbody {
                display: flex ;
                width: 100%;
                gap: 16px;
                justify-content: space-between;
            }
            & tr {
                flex-direction: column-reverse;
            }
        }
    }
    & #map {
        &::before,
        &::after {
            display: none;
        }
    }
}

#projects-map {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: 100%;
    height: 300px;
}
.project-results-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
}
.project-grid-inner {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    height: 640px;
}
.projects-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
}

.inner-project-item {
    & p {
        font-size: 13px;
    }
}
.construction-tabs {
    gap: 30px 1.2%;
    margin-bottom: 25px;
    & li {
        flex: 0 0 auto;
        width: 19%;
    }
}
.construction-progress-sec  button.slick-prev.slick-arrow {
    left:-15px;
}
.project-filter-sec {
    --text-align: right;
    --read-more-font: 19px;
}
.sales-gallery-sec {
    & .slick-slider {
        & .slick-slide {
            & img {
                aspect-ratio: 1.18;                
            }     
        }
    }
}

/* filter css start */
.filter-bar .main-filter-bar{
    flex-direction:column;
    gap:10px;
}

.filter-bar .main-filter-bar select{
    border:1px solid #a5a5a5;
    border-radius:.5rem;
    padding:1rem 1rem !important;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    position:relative;
    background-image:url(/wp-content/uploads/2025/10/select-arrow.svg);
    background-repeat:no-repeat;
    background-position:96% center;
}
.filter-item.price-dropdown {
    width: 100% !important;
    border:1px solid #a5a5a5 !important;
    border-radius:.5rem !important;
    padding:.8rem 1rem !important;
    
}
.filter-bar button {
    width:100% !important;
    background:var(--bs-black) !important;
    color:var(--bs-white) !important;
    text-align:center !important;
    padding:.7rem 1rem !important;
     border-radius:.5rem !important;
    font-weight:bold;
}
.filter-item.price-dropdown label{
    display:none;
}
.filter-bar div#price-toggle{
     display:flex !important;
     justify-content:space-between;
 }
.filter-bar div#price-toggle span.price-select-text{
   color: var(--theme-color2) !important;
   font-family: 'Helvetica Neue Light' !important;
}
.filter-bar span.price-caret {
    font-size:0;
    position:relative;
}
.filter-bar span.price-caret:before{
    position:absolute;
    content:'';
    width:12px;
    height:12px;
    background-image:url(/wp-content/uploads/2025/10/select-arrow.svg);
    background-repeat:no-repeat;
    background-size:contain;
    right:-3px;
    top:0;
    bottom:0;
    margin:auto;
    background-position:center;
}
}

@media screen and (width <= 767px) {
.bottom-footer {
    --width: 100%;
    --position: relative;
}
.main-footer {
    & .list-style {
        &.single {
            --grid-template-columns: 1;
        }
    }
}
.wpcf7 {
    --btn-width: 100%;
}
.sales-gallery-sec {
    & .slick-slider {
        & .slick-slide {
            & img {
                aspect-ratio: 0.903;                
            }     
        }
    }
    & .wpr-grid-slider-arrow-container {
        display: none !important;
    }
    /* & .wpr-grid-slider-dots {
        --dot-size: 12px;
        top: auto !important;
        width: 100% !important;
        bottom: -50px !important;
        
        & .slick-dots {
            gap: 0;
            & li {
                max-width: 100%;
                padding: 10px 0 0;
                flex: 0 0 auto !important;
                width: auto !important;
                & .wpr-grid-slider-dot {
                    border-radius: var(--dot-size) !important;
                    width: var(--dot-size) !important;
                    height: var(--dot-size) !important;
                    background-color: var(--theme-color1) !important;
                }
                &.slick-active {
                    & .wpr-grid-slider-dot {
                        height: var(--dot-size) !important;
                        background-color: var(--theme-color2) !important;
                    }
                }
            }
        }
    } */
    
}
.about-timeline-sec {
    & .jet-elements {
        & .jet-hor-timeline-track {
            & .jet-hor-timeline-list--top {
                & .jet-hor-timeline-item__card-inner {
                    flex-direction: column;
                    gap: 20px;
                }
            }
        }
    }
}

.our-values-inner {
    --title-size: 18px;
    padding: 0 0px;
    & h4 {
        align-items: flex-end;
    }
}
.project-mobile-sec,
.communities-moble-sec  {
    & .jet-listing-grid__item {
        display: none !important;
    }
}
.project-mobile-sec,
.communities-moble-sec {
    & .jet-listing-grid__item:nth-child(-n+3) {
        display: block !important;
    }
}
.home-about-sec .elementor-counter-title br {
    display: none;
}
.home-about-sec .elementor-counter-title {
    justify-content: end !important;
    text-align: right;
}
.home-about-sec .elementor-widget-counter {
    margin-bottom: 9px;
}
.home-latest-news-sec .hfe-post-content {
    display: none;
}
.home-latest-news-sec article.hfe-post-card {
    grid-template-columns: repeat(1,1fr);
}
.home-latest-news-sec article.hfe-post-card:nth-child(even) {
    grid-template-columns: repeat(1,1fr);
}
.home-award-sec .award-heading{
    margin-bottom: 30px;
}
.home-award-sec .jet-listing-grid.jet-listing {
    grid-template-columns: repeat(1,1fr);
}
.home-award-sec .jet-listing-grid.jet-listing .award-tabs {
    order: 2;
}
.home-award-sec .jet-listing-grid.jet-listing .jet-listing-grid__items {
    order: 1;
}
.home-award-sec .award-tabs .award-title {
    font-size: 16px;
}
.home-award-sec .award-tabs .award-tab-wrap .award-tab {
    padding: 10px 0;
}
.home-award-sec .award-tabs .award-tab-wrap .award-tab.active {
    padding: 10px 0;
}
.home-award-sec .jet-listing.jet-listing-dynamic-image img.jet-listing-dynamic-image__img {
    aspect-ratio: 0.86;
}
.home-award-sec .elementor-element-aaabaf2 {
    margin-top: 0;
}
.about-img-col {
    order: 1;
}
#popmake-1720 .popup-title {
    font-size:24px;
}
.home-slide-sec .filter-sec .elementor-widget-wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px !important;
}
.home-slide-sec .jet-smart-filter-content-position-column, .home-slide-sec .filter-sec .elementor-widget-wrap .elementor-widget-jet-smart-filters-apply-button {
    width: 100% !important;
}
.home-slide-sec .jet-filters-group {
    gap: 0px;
    padding: 0px;
}
.home-slide-sec .jet-filters-group .jet-smart-filters-select.jet-filter {
    width: 100% !important;
    padding: 12px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.home-slide-sec .jet-select {
    max-width: 100% !important;
}
.home-slide-sec button.apply-filters__button {
    max-width: 100%;
}
.home-about-sec .elementor-widget-wrap {
    min-height: 120px;
}
.home-slide-sec h1.elementor-heading-title br {
    display: none;
}
.our-projects-sec.communities-moble-sec .jet-listing-grid__item {
    padding:0px !important;
}
.about-sec .about-img-col .elementor-widget-image img.attachment-large {
    aspect-ratio: 0.962;
}
.result-slide-sec .featured-item-col {
    width: 100% !important;
}
.about-team-sec .elementor-widget-image .elementor-widget-container img {
    aspect-ratio: 1;
}
.about-team-sec .elementor-widget-wrap {
    padding-inline: 0px !important;
}
.result-slide-sec {
    & .jet-listing-grid {
        & .pagination-list {
            bottom: 90px;
        }
        & .slick-dots {
            width: 100%;
        }
    }
    & .elementor-widget-jet-listing-dynamic-field:not(.project-location) {
        & .jet-listing-dynamic-field__inline-wrap p {
            gap: 9px;
        }
        & .jet-listing-dynamic-field__content a {
            padding: 8px 3px;
            min-width: 68px !important;
        }
    }    
}

.result-slide-sec .featured-item-sec {
    height: 640px;
}

.media-articles-sec {
    --img-aspect-ratio: 1.09;
}
.payment-plan-sec {
    --title-size: 14px;
    --title-size-2: 14px;
    --sub-title: 14px;
    --btn-size: 14px;
    --grid-template-columns: 1;
        & .elementor-widget-tabs {
        & .elementor-tabs {
            & .elementor-tabs-content-wrapper {
                border: 0px !important;
                & .elementor-tab-title {
                    border: 0px !important;
                    border-bottom: 1px solid #E5E5E5 !important;
                    font-size: 18px;
                    color: var(--theme-color2);
                    font-weight: 500;
                    font-family: var(--font-normal);
                    margin: 0 -10px;
                    &:last-child {
                        border: 0 !important;
                    }
                    &:before {
                        content: "";
                        background-image: url(/wp-content/uploads/2025/10/select-arrow.svg);
                        border: 0;
                        padding: 8px;
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: center;
                        margin-right: 10px;
                    }
                    &.elementor-active {
                        background-color: var(--bs-black);
                        color: var(--bs-white);                        
                        &:before {
                            filter: brightness(0) invert(1);
                            display: inline-block;
                            transform: rotate(180deg);
                        }
                    }
                }
            }
            & .elementor-tab-content {
                padding: 0;
                & .jet-listing-dynamic-repeater__items {
                    gap: 0;
                }
                & .jet-listing-dynamic-repeater__item {                    
                    padding: 11px 15px;
                    border: 0;
                    border-bottom: 1px solid #E5E5E5;
                    position: relative;
                    flex-direction: row;
                    gap: 10px;
                    & h3 {
                        margin: 0 0px 0px;
                        padding: 0px 0px 0px;
                    }             
                    & h4 {
                        display: none !important;
                    }       
                    & .featured-step {
                        display: none;
                    }
                    & h5 {
                        width: 100%;
                    }
                    & p {
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                        & br {
                            display: none;
                        }
                    }
                    &:last-child {
                        display: none !important;
                        & h5 {
                            font-size: 0;
                        }
                        & h3 {
                            display: none;
                        }
                        & p {
                            align-items: center;
                            justify-content: center;
                        }
                    }
                }
            }            
            & .elementor-tabs-wrapper {
                display: none;
            }
        }
    }
}
.construction-progress-sec {
    & .jet-listing {
        & .slick-slider {
            & .slick-track {
                width: 100% !important;
                transform: none !important;
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
            }
            & .slick-list {  
                & .slick-slide {
                    width: 100% !important;
                    transform: none;
                    padding-right: 0;
                }
                
            }
        }
    }
}

.apartment-sec {
    --img-aspect-ratio: 0.987;
    --tab-width: 100%; 
    --elementor-widget-tabs: 0;
    & .elementor-widget-tabs {
        & .elementor-tabs {
            & h4 {
                display: block;
                padding: 10px;
                color: var(--theme-color2);
                font-size: 18px;
                margin-block-start: 0;
            }
            & .elementor-tabs-content-wrapper {
                & .elementor-tab-title {
                    display: none !important;
                }
                & .elementor-tab-content {
                    display: block;
                }
            }
        }
    }
}

.amenity-lists {
    --border-radius: 8px;
    --icon-size: 22px;
    --img-aspect-ratio: 0.987;
    flex-direction: column;
    & .amenity-tabs {
        width: 100%;
        aspect-ratio: auto;
        margin-bottom: 10px;
    }
    & .amenity-content {
        width: 100%;
    }
}
.area-gallery-sec {
    --opacity: 0%;
    --swiper-pagination: 1;
}
.area-our-values {
    & .elementor-hidden-mobile {
        display: none !important;
    }
}
.area-map-sec {    
    & .map-overlay {
        display: none;
    }
    & #map {
        display: none;
    }
    & .area-details-overlay {
        position: relative;
        top: 0;
        width: 100%;
        border: 0;
        padding: 0;
        & .area-info-header {
            gap: 1px;
            padding: 17px;
            & .area-title {
                font-size: 18px;
                font-family: var(--font-normal) !important;
            }
            & .area-description {
                -webkit-line-clamp: 4;
            }
            & .area-read-more {
                width: 100%;
            }
            
        }
        & .area-details-table {
            border: 1px solid rgba(var(--theme-color1-rgb), 0.25);
            border-left: 0;
            border-right: 0;
            background: var(--bs-white);
            padding: 17px;
            & tbody {
                flex-direction: column;
                gap: 5px;
                & tr {
                    flex-direction: row;
                }
            }
        }
    }
}
.elementor-section.elementor-section-height-full {
    height: 100vh;
}
.elementor-section.elementor-section-height-full .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    min-height: 100vh;
}
#projects-map {
    display: none;
}
.projects-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
}
.project-grid-inner {
    max-height: 100%;
}
.filter-bar {
    display: none;
}
.construction-items {
    grid-template-columns: repeat(1, 1fr);
}
.construction-tabs {
    gap: 6px 10px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    & li {
        flex: 0 0 auto;
        width: auto;
        padding: 10px 20px;
    }
}

.project-filter-sec {
    --text-align: left;
    --read-more-font: 18px;
    & .job-filter-form {
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        & select {
            padding: 11px 11px;
        }
    }
}
.construction-progress-sec  button.slick-arrow {
    display:none;
}
.home-slide-sec, .inner-banner {
    height: 85vh !important;
}
.vaccancies-sec {
    height: auto !important;
}
.result-slide-sec {
    height: 90vh !important;
}
.area-our-values {
    & .jet-listing {
        & .jet-listing-dynamic-repeater__items {
            & .jet-listing-dynamic-repeater__item:not(:last-child) {               
                border-bottom: 0px;
            }
        }
    }
}
}