
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

body {
    font-family: 'Rubik';
}

:root {
    --h-color: #014859;
    --t-color: #014859;
    --y-color: #005C6B;
    --white-color: #FFFFFF;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --bold: 700;
    --extra-bold: 800;

}

body {
    /*font-family: "Open Sans", sans-serif;*/
    background-color: var(--white-color);
    position: relative;
    direction: rtl;
}

.header-top {
    background: #005C6B;
}

.header-wrap {
    max-width: 1770px;
    position: relative;
    margin: 0 auto;
}

.hearo-banner {
    min-height: 766px;
    background-position: center;
    background-size: cover;
    margin-bottom: 102px;
}

.price-form label {
    font-size: 14px;
    line-height: 26px;
    color: var(--white-color);
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    font-weight: var(--regular);
    font-family: 'Open Sans Hebrew';
}

.price-form select {
    font-size: 16px;
    color: #005C6B;
    border: 1px solid var(--h-color);
    margin-left: 15px;
    padding: 10px 15px 10px 35px;
    width: 180px;
    -webkit-appearance: none;
    position: relative;
    font-family: 'Open Sans Hebrew';
    background-image: url('../images/dropdown-arrow.jpg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 15px center;
    background-color: #FFFFFF;
}

.searchbox {
    position: relative;
}

.chkbox {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
    position: absolute;
    right: 94px;
    top: 45px;
}

#chkbxinputone, #chkbxinputmain, #chkbxinputmain6, #chkboxcomp4, #chkbxinputonecomp4, #chkboxcomp1 {
    width: 0px;
    height: 0px;
    vertical-align: middle;
}

#chkbxinputone:after, #chkbxinputmain:after, #chkbxinputonecomp4:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid var(--white-color);
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
}
.ads-serch-btn-top{
    padding: 11px 20px !important;
}
.ads-serch-btn-top, .ads-serch-btn, .ads-serch-btn-comp4, .ads-serch-btn-topcomp4, .ads-serch-btn-comp1 {
    background: linear-gradient(to right, #D9B277 0%, #FAD89B 49%, #D9B277 100%);
    font-size: 18px;
    font-weight: var(--bold);
    padding: 7.9px 20px;
    border-radius: 0px;
    color: #005C6B !important;
    text-decoration: none;
    cursor: pointer;
}
.ads-serch-btn-top{
    font-weight: 700;
    font-family: 'Open Sans Hebrew';
}
.top-filter-wrap {
    align-items: center;
    display: flex;
    justify-content: end;
}

input[type="checkbox"]:checked::before {
    content: '\2713';
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    right: 1px;
    bottom: 3px;
}

.ads-serch-btn-top:hover {
    color: var(--t-color);
}

h1, h2, h3, h4, h5 {
    font-weight: var(--bold);
}
.fst-top-right h2{
    font-size: 55px;
    color: #363735;
    margin-right: 0;
    font-family: 'Open Sans Hebrew';
    margin-bottom: 30px;
}
.fst-top-right h2 span {
    font-weight: 300 !important;
    font-size: 55px;
    color: #363735;
    font-family: 'Open Sans Hebrew';
}
.fst-top-right p{
    font-size: 23px;
    font-weight: 300;
    color: #353835;
    text-align: justify;
    line-height: 32px;
}
h2 {
    font-size: 44px;
    color: #353835;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto;
    font-family: 'Open Sans Hebrew';
}

/*h2:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #acbb40;*/
/*    margin: 0 auto;*/
/*}*/

.sub-heading {
    font-weight: 400;
    color: #353835;
    font-size: 22px;
    font-family: 'Open Sans Hebrew';
}

p {
    font-size: 18px;
    font-weight: var(--medium);
    color: var(--t-color);
}

.section-one-text {
    padding-left: 110px;
    padding-right: 110px;
}

/*.hero-banner-bg{*/
/*    min-height: 760px;*/
/*    background-size: cover;*/
/*    object-fit: cover;*/
/*}*/

.project-box h3 {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
}

.project-box p {
    font-size: 16px;
    color: #363735;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
}

.content-proj-wrap {
    position: absolute;
    bottom: 3px;
    right: 0px;
    background: url(../images/project-detail-bg.png);
    background-repeat: no-repeat;
    padding-right: 60px;
    width: 100%;
    background-position-x: right;
    padding-top: 9px;
    padding-bottom: 9px;
    background-size: contain;
}
#sectiontwo{
    background: linear-gradient(to right, #e1e65c 50%, #363735 50%) !important;
    margin-bottom: 90px;
}
.content-proj-wrap:after {
    width: 120px;
    height: 120px;
    content: '';
    position: absolute;
}

.lower-project {
    height: 207px;
    background-size: 100% 100%;
}

/*project 01*/
.project-box .upper-project-content-1 {
    bottom: 6px;
    left: 8px;
    text-align: center;
}

/*project 02*/
.project-box .upper-project-content-2 {
    bottom: 6px;
    left: 11px;
}

/*project 03*/
.project-box .upper-project-content-3 {
    bottom: 6px;
    left: 9px;
    text-align: center;
}

/*project 04*/
.project-box .upper-project-content-4 {
    bottom: 6px;
    left: 10px;
}

/*project 05*/
.project-box .upper-project-content-5 {
    top: 0;
    right: 9px;
}

/*project 01*/
.project-box .upper-project-content-6 {
    top: 0;
    right: 0;
    padding-right: 10px;
    text-align: center;
}

/*project 07*/
.project-box .upper-project-content-7 {
    top: 0;
    right: 8px;
    text-align: center;
}

/*project 08*/
.project-box .upper-project-content-8 {
    top: 0;
    right: 0;
    padding-right: 10px;
}


.lower-project .content-proj-wrap {
    padding-top: 10px !important;
}

.upper-project {
    min-height: 349px;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
}

.project-galler-upper-wrap {
    max-width: 1435px;
}

.notice-gallery {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #37110e;
    font-size: 400;
}

.city-neighbour-content {

}

.neighbour-city-wrap {
    background-size: cover;
    object-fit: cover;
    position: relative;
}

#sectiontwo {
    background-size: 100% 100%;
    background-position: center center;
    z-index: 2;
    position: relative;
}

.city-neighbour-content h2 {
    font-size: 58px;
    color: var(--white-color);
    font-family: 'Open Sans Hebrew';
    font-weight: 300;
    line-height: 74px;
    margin-bottom: 20px;
}

.city-neighbour-content span {
    font-size: 28px;
    display: block;
    position: relative;
    height: 4px;
    background: #e1e65c;
    max-width: 240px;
    margin: 0 auto !important;
    margin-bottom: 27px !important;
}

.city-neighbour-content p {
    font-size: 22px;
    color: var(--white-color);
    text-align: justify;
    margin-bottom: 0;
    font-weight: 300;
    padding: 0 6px;
    line-height: 32px;
}
.section-two-5{
    width: 34%;
    padding: 0;
}
.section-two-7{
    width: 66%;
    text-align: left;
}
#sectionone{
    margin-bottom: 102px !important;
}
.left-side-image {

}

#sectionthree {
    background-size: cover;
    background-position: bottom;
    margin-bottom: 102px;
    margin-top: -2px;
    z-index: 1;
    position: relative;
}

.map-chart-wrap h2 {
    font-size: 37px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Open Sans Hebrew';
    color: #00525b;
}
#sectionthree{
    position: relative;
}

.chart, .map {
    background-size: cover;
    object-fit: cover;
    min-height: 366px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-chart-wrap a {
    text-decoration: none;
    padding: 8px 56px;
    min-width: 9rem;
    font-size: 20px;
    color: var(--white-color);
    border-radius: 39px;
    margin-top: 25px;
    font-family: 'Open Sans Hebrew';
    font-weight: 400;
}

.map-chart-wrap {
    max-width: 1095px;
}

.chart a {
    background: #0D515C;
}

.map a {
    background: #0D515C;
}

.chart {
    background-image: url("../images/chart.png");
}

.map {
    background-image: url("../images/map1.jpg");
}

/*.thumbnail-gallery{*/
/*    background: var(--h-color);*/
/*}*/
.thumbnail-gallery-part {
    padding: 0 10px;
    margin: 25px 0;
}

.thumb {
    padding: 10px 5px 0px 5px;
    min-height: 103px;
}

.slider-content {
    padding: 0 5px;
}

/*.thumb:first-child{*/
/*    padding-right: 0;*/
/*}*/
/*.thumb:last-child{*/
/*    padding-left: 0;*/
/*}*/
.thumb img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 90px;
}
#sectionfour{
    background-color: #0D515C;
    position: relative;
}
.gallery-right-part{
    background: #353835;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    display: flex;
    align-items: center;
}
.thumbnail-gallery-content {
    padding-left: 140px;
}

.thumbnail-gallery-content h3 {
    font-size: 47px;
    color: var(--white-color);
    margin-bottom: 0;
}

.thumbnail-gallery-content h2 {
    font-size: 58px;
    color: #FFFFFF;
    margin-bottom: 6px;
    font-weight: 300;
    font-family: 'Open Sans Hebrew';
    text-align: center;
    line-height: 63px;
}

.thumbnail-gallery-content h2:after {
    width: 157%;
    margin-right: -35px;
    margin-top: 15px;
}

.thumbnail-gallery-content span {
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
    font-weight: 700;
    background: #8f9987;
    height: 4px;
    max-width: 223px;
    margin-top: 27px;
}

.thumbnail-gallery-content p {
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 300;
}

.thumbnail-gallery-wrap {
    position: relative;
    max-width: 1435px;
}

.thumbnail-gallery-part .slick-next:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/gallery-prev.png');
    display: block;
    width: 33px;
    height: 55px;
    background-size: cover;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 2;
}

.thumbnail-gallery-part .slick-prev:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/gallery-next.png');
    display: block;
    width: 33px;
    height: 55px;
    background-size: cover;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 2;
}

.thumbnail-gallery-part .slick-prev, .thumbnail-gallery-part .slick-next {
    bottom: -62px;
    top: auto;
    z-index: 9;
}
.slider.slider-thumb{
    padding-left: 5px;
}
.thumbnail-gallery-part .slick-next {
    left: 18px;
    right: auto;
}

.slick-prev {
    right: 5px !important;
    z-index: 2 !important;
}

.slider-thumb .slick-slide {
    opacity: .5;
}

.slider-thumb .slick-slide.slick-current {
    opacity: 1;
}

.notice-gallery-thimbnail {
        font-size: 16px;
    text-align: left;
    color: #fff;
    font-family: 'Open Sans Hebrew';
    padding-top: 15px;
}

.faqs-img {
    padding-left: 8px;
    padding-bottom: 15px;   
    height: 100%;
}
.faqs-img img{
    height: 100%;
    object-fit: cover;
}

.faqs-wrap {
    max-width: 1250px;
}
.faq-head-wrapper{
    padding-bottom: 60px;
}
.faqs .accordion-header .accordion-button {
    background: linear-gradient(111deg, #0D515C 80%, #f8f3ec 30%, #f8f3ec 100%);
    outline: none;
    font-size: 20px;
    font-weight: var(--regular);
    color: var(--white-color);
    padding: 0px 16px;
    /*background-position-x: right;*/
}

.faqs .accordion-button span {
    margin-left: 45px;
    padding-right: 14px;
    color: #0D515C;
    font-family: 'Open Sans Hebrew';
    font-size: 25px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-radius: 0 !important;
}

.faqs .accordion-button p {
    font-size: 25px;
    margin-bottom: 0;
    padding-right: 20px;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans Hebrew';
}

button:focus {
    outline: 0 !important;
    border-color: inherit;
    box-shadow: none;
}
#sectionfive{
    /*padding-top: 116px;*/
    /*margin-top: 110px;*/
    /*padding-bottom: 76px;*/
}
.faqs-sec-heading{
    font-weight: 700;
    font-size: 37px;
    color: #00525b;
    font-family: 'Open Sans Hebrew';
    margin-bottom: 0;
}
.faqs-text-col{
    position: relative;
}
.faqs-section{
    margin-bottom: 102px;
}

.faqs-section .sub-heading{
    font-weight: 400;
    font-size: 22px;
    color: #00525b;
    font-family: 'Open Sans Hebrew';
}
.faqs .accordion-item {
    margin-bottom: 29.5px;
    border: none;
    background: #F8F3EC;
    color: var(--white-color);
    font-size: 18px;
    font-weight: var(--regular);
    margin-top: 0px;
}
.faqs .accordion-item:last-child{
    margin-bottom: 15px;
}
.accordion-header{
    width: 100%;
}
.accordion-header:after{
    content: none;
}
.accordion-button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url("../images/faq-c-rcle.png");
}

.faqs .accordion-button::after {
    background-image: url('/wp-content/uploads/2025/08/accordian-down-arrow.png') !important;
    width: 33px;
    height: 33px;
    background-size: cover;
    border-radius: 50%;
}

.faqs .accordion-body p {
    color: #00525b;
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
    font-weight: 400;
    position: relative;
    font-family: 'Open Sans Hebrew';
}


.faqs .accordion-body {
    padding-bottom: 85px;
}

.faqs-text-col {
    width: 47%;
}

.faqs-col {
    width: 53%;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0 !important;
}

.faqs-bottom p {
    font-size: 18px;
    padding-right: 120px;
    color: #00525b;
    font-family: 'Open Sans Hebrew';
}
.spread-payments{
    margin-bottom: 102px;
}

.spread-payment-content {
    /*border: 1px solid #e3e7e9;*/
    padding: 30px 12px 12px;
}

.spread-payment, .payment-note{
    /*background: #ecf0f2;*/
    padding: 20px 150px 20px 20px;
}
.spread-payment p, .payment-note p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.payment-note p{
    text-align: start;
    margin-bottom: 0 !important;
}
.payment-wrap{
    max-width: 1227px;
    background: #0D515C;
}
.spread-payment-content h2{
    color: #fff;
    font-size: 37px !important;
}
.spread-payment-content span{
    color: #fff;
    font-size: 22px !important;
}
.payemtn-lower li span {
    color: #EDD5A7;
    font-size: 20px;
    font-weight: var(--bold);
}

.payemtn-lower li {
    font-weight: var(--regular);
    font-size: 18px;
    color: #01313d;
    display: flex;
}

.mortgage-main-wrap {
    padding-right: 67px;
    padding-left: 0;
}
.mortgage.morder2{
    width: 53% !important;
}
.mortgage-img{
    position: relative;
}
.mortgage-upper h2{
    color: #00525b;
    font-size: 37px;
}
.mortgage-upper span{
    color: #00525b;
}
.mortgage-img.morder1{
    width: 45% !important;
}
.inner-imge-mortgage{
    height: 100%;
    overflow: hidden;
}
.accordian-mortgage .accordion-button {
    padding: 0 15px;
    background: #00525b;
    border-radius: 0 !important;
}

.accordian-mortgage .accordion-button p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Open Sans Hebrew';
    font-size: 21px;
    font-weight: 400;
}

.accordian-mortgage .accordion-button:not(.collapsed)::after {
    background-image: url("../images/mortgage-acco-arow.png");
}

.accordian-mortgage .accordion-button::after {
    background-image: url('/wp-content/uploads/2025/08/accordian-down-arrow.png') !important;
    width: 33px;
    height: 33px;
    background-size: cover;
    border-radius: 50%;
}

.accordian-mortgage .accordion-item {
    border: none;
    /*background: #ecf0f2;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.inner-imge-mortgage img{
    margin-top: -20px;
    height: 100%;
}
.mortga-list-style li {
    position: relative;
    display: block;
    color: #00525b;
    font-size: 17px;
    font-weight: 400;
/*     text-align: justify; */
    margin-bottom: 12px;
}
.mortgage-acc-list{
    list-style-type: square;
    color: #00525b;
}

#sectionseven .accordion-body{
    background: #f8f3ec;
}
#sectionseven{
    padding: 0 !important;  
    margin-bottom: 102px;
}
.mortga-list-style p {
    font-size: 16px;
    margin-bottom: 20px;
}
#sectionseven h2:after{
    width: 150%;
    margin-right: -34px;
}

.mortgage-notice p {
    font-size: 16px;
    color: var(--t-color);
    font-family: 'Open Sans Hebrew';
}
.mortgage-notice{
    margin-bottom: -19px;
}
.price-list {
    /* background-image: url("../images/bg4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #00525b;
}
.filed-downlaod{
    padding-top: 40px;
}

.price-list h2 {
    font-size: 64px;
    color: #fff;
    font-family: 'Open Sans Hebrew';
    font-weight: 700;
    margin-bottom: 20px;
}

.price-list p {
    font-size: 29px;
    color: var(--white-color);
    font-weight: 300;
    font-family: 'Open Sans Hebrew';
}
/**** Building Map Section CSS ****/
.bulid_map {
    padding: 80px 0;
}
.main-box-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.main_box_border {
    background-color: #57949d;
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
    position: relative;
}
.innerscroll {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerscroll .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0;
    width: 100%;
    height: 100%;
}
.main_box_border .plan {
    display: inline-block;
    height: fit-content;
    position: absolute;
    z-index: 1;
}
.main_box_border .plan::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    left: 50%;
    top: 40px;
    background-color: #00525b;
    z-index: -1;
}
.main_box_border .plan::after{
    content: '';
    background-image: url(../images/down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 18px;
    height: 20px;
    left: calc(50% + 1px);
    top: 128px;
    transform: translateX(-50%);
}
.main_box_border .plan.plan_9 {
    top: 57%;
    left: 19.5%;
}
.main_box_border .plan.plan_10 {
    top: 55%;
    left: 29%;
}
.main_box_border .plan.plan_11 {
    top: 43%;
    right: 33%;
}
.main_box_border .plan.plan_12 {
    top: 33%;
    right: 18.5%;
}
.main_box_border .plan.plan_17 {
    top: 46%;
    left: 39%;
}
.main_box_border .plan.plan_18 {
    top: 40%;
    left: 48%;
}
.main_box_border .plan.plan_19 {
    top: 60%;
    left: 9%;
}
.main_box_border .plan.plan_20 {
    top: 25%;
    right: 10%;
}
.main-plan-image::before {
    content: '';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.main_box_border .plan .building_box {
    background-color: #E8F4F6;
    /* border: 2px solid var(--h-color); */
    border-radius: 8px;
    color: var(--h-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    padding: 7px 14px;
    transition: 0.3s all ease;
    text-decoration: none;
    cursor: pointer;
    display: block;
    white-space: wrap;
    width: 100px;
    text-align: center;
}
.main_box_border .plan .building_box:hover,
.main_box_border .plan .building_box.active {
    border-color: #ffffff;
    background-color: var(--h-color);
    color: #ffffff;
}

/* Scroll navigation buttons */
.next_prev {
    display: none;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.next_prev .scroll_button {
    background-color: var(--h-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all ease;
}
.next_prev .scroll_button:hover {
    background-color: var(--y-color);
}
.next_prev .scroll_button img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
.price-list input[type='text'] {
    font-size: 14px;
    color: var(--h-color);
    border: 1px solid var(--h-color);
    margin-left: 15px;
    padding: 10px 15px 10px 35px;
    width: 180px;
    -webkit-appearance: none;
    position: relative;
}
.price-list h2:after{
    width: 140%;
    margin-top: 24px;
    margin-right: -34px;
    background: #fff;
}
.price-list ::placeholder {
    opacity: 1;
    font-size: 14px;
    color: var(--h-color);
}

.price-list .searchbox {
    width: 592px;
    margin: 0 auto;
}

.price-list label {
    color: #FFFFFF;
}

.price-list .chkbox {
    display: block;
    text-align: right;
    margin-right: 0;
    margin-top: 20px;
}

.price-list #chkbxinputone:after, .price-list #chkbxinputmain:after {
    bottom: 0;
}

.price-list input[type="checkbox"]:checked::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/08/price-checkbox.png');
    background-size: cover;
    color: #FFFFFF;
    height: 15px;
    width: 15px;
    font-weight: 900;
    right: 0px;
    top: 4px;
}

.table-head-title {
    background: #353835;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
#full-data-google-sheet1{
    position: relative;
}
#tab-three-ads5{
    position: absolute;
    top: 0;
    left: 0;
}
.new-compond-tab5{
    display: none;
}
.table-head-title.active {
    background: #000000 !important;
}
.table-tabs-inner{
    display: none;
}
.table-tabs-inner.active{
    display: block;
}
.table-head-title p {
    font-size: 25px;
    color: var(--white-color);
    margin-bottom: 0;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.table-head-title p:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -36px;
    background-image: url(../images/icons8-down.png);
    width: 27px;
    height: 19px;
    background-repeat: no-repeat;
    /* background-color: red; */
    background-size: 100%;
    background-position: top;
}

/*table style*/
.adn-tabs-accordian {
    justify-content: start;
    direction: rtl;
    gap: 3px 4px;
}

#nav-tab {
    display: flex;
    flex-flow: row;
    gap: 2px;
}

.nav-tabs .nav-link.active {
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #00525b;
    background: #00525b;
    color: #ffffff;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
}

.nav-tabs .nav-link {
    font-size: 19px;
    content: var(--t-color);
}

.adn-tabs-accordian .nav-link {
    flex: 1;
    background: #f8f3ec;
    border-radius: 0;
    color: #353835;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    font-family: 'Open Sans Hebrew';
    font-size: 19px;
    border-color: #fff;
    min-width: 126px;
    max-width: fit-content;
}
#compundMAinTab4 .compunddA, #compundMAinTab4 .compunddB{
    display: none;
}
#compundMAinTab5 .compunddC, #compundMAinTab5 .compunddD{
    display: none;
}
table {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    border-spacing: 0;
    font-weight: 400;
    border-collapse: collapse;
}

table tbody > tr > th, table thead > tr > th {
    background-color: #00535a;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 14px 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-family: 'Open Sans Hebrew';
}

table tbody > tr > th:first-child, table thead > tr > th:first-child {
    border-right: none;
}

/* table tbody > tr > th:last-child, table thead > tr > th:last-child {
    border-left: none;
    display: none;
} */

.sale-property-strip {
    background: #dce1d8 !important;
    position: relative !important;
}

.sale-property-strip td {
    /* font-weight: 400; */
    color: #353835;
    /* font-size: 20px; */
    /* font-family: 'Open Sans Hebrew'; */
}
.sale-property-strip::after {
    content: 'נמכר!';
    position: absolute;
    border: 1px solid #bcc9cd;
    padding: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #dbe0e3;
    top: 0px;
    left: -81px;
    color: var(--t-color);
    font-weight: 700;
}

.table_section1 .fade, .table_section_comp4 .fade, .table_section_comp1 .fade {
    display: none;
}

.table_section1 .fade.active, .table_section_comp4 .fade.active, .table_section_comp1 .fade.active {
    display: block;
}

tbody, tr {
    position: relative !important;
}

table td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: center;
    border: 1px solid #bcc9cd;
    font-size: 16px;
    text-align: center;
}

table th {
    vertical-align: center;
}

td img {
    width: 34px;
    mix-blend-mode: multiply;
}

.sale-property-strip p {
    width: 99%;
    position: absolute;
    top: 1px;
    margin-bottom: 0;
    right: 1px;
    height: auto;
    background: #dbe0e3;
    font-size: 19px;
    font-weight: 700;
    padding: 8px;
    display: none !important;
}

.sale-property {
    display: none;
}

.sale-property-strip .sale-property {
    display: block;
}

.fils-for-downlaod a, span {
    font-weight: var(--regular);
    font-size: 16px;
    color: var(--t-color);
    text-decoration: none;
}

.fils-for-downlaod img {
    width: 50px;
}

.fils-for-downlaod span {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    color: #073b43;
}
.fils-for-downlaod{
    gap: 20px;
}
.fils-for-downlaod li {
    text-align: center;
    width: 180px;
}

.footer {
    background: #214045;
}

.footer-social a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: var(--regular);
    font-size: 17px;
    font-family: 'Open Sans Hebrew';
}

.footer-social h2 {
    font-size: 24px;
    text-align: right;
    width: 100%;
    color: #FFFFFF;
    font-family: 'Open Sans Hebrew';
}
.footer-social h2:after{
    content: none;
}

.footer-social li img {
    margin-left: 10px;
}

.main-menu li a {
    text-decoration: none;
    color: #353835;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    font-family: 'Rubik';
}

.main-menu li.active a {
    background: var(--t-color);
    color: var(--white-color);
}

.mobile-wrap-neighbour {
    background-image: none !important;
}
.thumbnail-gallery-part .slider-content .slick-slide img{
    height: 415px;
}
.slider-content .slick-slide img {
    object-fit: cover;
    width: 100%;
}

.main-navbar {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}
#sectionfive{
    background-size: 100% 100%;
}
#sectionnine{
    background-size: 100% !important;
}
#sectionone, #sectiontwo, #sectionthree, #sectionfour, #sectionfive, #sectionsix, #sectionseven, #sectioneight, #sectionnine, #sectionten, #sectioneleven {
    scroll-margin-top: 50px;
    scroll-padding-top: 50px;
}
.city-neighbour-content h2:after{
    background: #ffffff;
}

.ajax-overly {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 8;
}

.tab-content {
    position: relative;
}

#nav-tab2 {
    flex-wrap: nowrap;
    gap: 2px;
}

/*#tan-cont-two, #tan-cont-three {*/
/*    display: none;*/
/*}*/

.table-three-tabs a {
    width: 49.9% !important;
}

#nav-tab3 {
    gap: 2px;
}

#tab-one-ads, #tab-two-ads, #tab-three-ads {
    cursor: pointer;
}

/*#searchbox2{*/
/*    display: none;*/
/*}*/


/*#map-compl05, #accordionComplex4{*/
/*    display: none;*/
/*}*/
/*#searchbox, #accordionExample, #map-compl04, #file-down-compl5, #searchbox3, #searchbox3top, #accordionComplex4, #map-compl05 {*/
/*    display: none;*/
/*}*/
.accordian-mortgage .accordion-item:last-child{
    margin-bottom: 0 !important;
}
.table-top-filter{
    background: transparent;
    padding-bottom: 45px !important;
    padding-top: 0 !important;
}
#searchbox #sel2{
    padding: 7px 0px;
    padding-right: 8px;
    margin-left: 13px;
    height: 46px;
}
.table-top-filter .searchbox #sel2{
    padding: 7px 0px;
    padding-right: 8px;
}
.table-top-filter .searchbox .chkbox{
    right: 0;
}
.files-downlaod-sec{
    margin-bottom: 102px;
}
.files-downlaod-sec  h2:after{
    background: #014859;
    margin-top: 10px;
}
.files-downlaod-sec h2{
    color: #00525b;
    font-size: 37px;
}


/* Barkan Site CSS starts */
/* General container for the about section */
.about-section {
    padding: 0;
    direction: rtl; /* For Hebrew text alignment */
    text-align: right;
    margin-bottom: 102px;
}

/* About Title */
.about-title {
    font-size: 37px;
    color: #005F66;
    text-align: center;
    margin-bottom: 20px;
}

/* About Description */
.about-description {
    font-size: 16px;
    max-width: 700px;
    color: #005F66;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: 400;
}

/* About Gallery Container */
.about-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

/* Gallery Item Styling */
.gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Specific style for the tall, central gallery item */
.gallery-item.tall-item {
    grid-row: span 2;
}

/* Gallery Image */
.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Custom Skewed Caption Overlay with background image */
.image-caption-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    right: -3px;
    font-weight: bold;
    z-index: 7;
    overflow: hidden;
    padding: 44px 31px 60px 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2025/08/section-1-caption-shape.png');
    width: 168px;
    height: 71px;
}

/* Text inside the caption, un-skewed */
.image-caption-text {
    font-size: 15px;
    color: #fff;
    text-align: center;
    max-width: 86px;
    font-weight: 400;
}

/* Disclaimer text */
.image-disclaimer.notice-gallery-thimbnail {
    color: #000;
}


/* General container for the neighbourhood section */
.neighbourhood-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #005C6B;
    margin-bottom: 102px;
}
.about-company-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #005C6B;
    margin-bottom: 102px;
    /* background: url(/wp-content/uploads/2025/08/section-4-bottom-right-side-vector.png);
    background-repeat: no-repeat;
    background-position: bottom right; */
}
/* Container to hold both content and image */
.neighbourhood-container {
    display: flex;
    justify-content: end;
    width: 100%;
    background-color: #005C6B;
}
.about-company-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #0D515C;
}

/* Left side content (text) */
.neighbourhood-content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 150px;
    background: url('/wp-content/uploads/2025/08/section-3-right-side-vector.png');
    background-repeat: no-repeat;

}

.neighbourhood-title {
    font-size: 118px;
    font-weight: 400;
    padding: 0 21px;
    background-clip: text;
    color: transparent;
    line-height: 88px;
    background: linear-gradient(to right, #D9B277 0%, #FAD89B 49%, #D9B277 100%);
    font-family: "Ephesis", cursive;
    -webkit-background-clip: text;
    margin-bottom: 20px;
}

.neighbourhood-main-title {
    font-size: 37px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.neighbourhood-description {
    font-size: 16px;
    max-width: 456px !important;
    color: #fff;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
}
.about-company-description {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    max-width: 456px;
    position: relative;
    line-height: 1.6;
}
.about-bg-image{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* Right side image and vector */
.neighbourhood-right-side {
    position: relative;
    max-width: 50%;
}

.neighbourhood-image {
    width: 100%;
    height: auto;
    display: block;
}

.neighbour-content-wrapper{
    max-width: 498px;
    padding-top: 50px;  
}
.neighbourhood-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; /* Adjust the width as needed */
    z-index: 1;
}
.about-company-content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 150px;
    /* background: url('/wp-content/uploads/2025/08/section-4-bottom-right-side-vector.png');
    background-repeat: no-repeat;
    background-position: bottom right; */

}
/* About section four Gallery */
.footer-main-wrapper{
    justify-content: space-between;
    align-items: center;
}
.fooer-wrap-1{
    display: flex;
    width: 100%;
}
.footer-wrap-2{
    width: 30%;
}
.pricelist-search{
    width: 70%;
    display: flex;
}

.mobile-header-main-wrapper{
    width: 40%;
}
.col-md-2.mobil-50.morder1{
    width: 300px;
}
.col-md-7.morder3.text-lg-end.top-filter-wrap{
    width: 60%;
}
.lottery-text {
    font-size: 30px;
}

/* Fix RTL display for negative numbers in floor column only */
table td.ltr-cell {
    direction: ltr;
    unicode-bidi: isolate;
}

/* Map Gallery Slider Styles */
.map-gallery-item a{
    padding: 0 !important;
    margin: 0 !important;
}
.map-gallery-slider {
    margin: 0 -10px;
    height: calc(100% - 4px);
    padding-top: 2px;
}
.map-gallery-slider :where(.slick-list, .slick-track){
    height: 100% !important;
}
.map-gallery-slider .map-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.map-gallery-slider .slick-prev,
.map-gallery-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    top: 55%;
    border-radius: 50%;
    background: #fff;
}
.map-gallery-slider .slick-prev {
    left: 10px !important;
    right: auto !important;
}
.map-gallery-slider .slick-next {
    right: 10px !important;
    left: auto !important;
}
.map-gallery-slider .slick-prev:before,
.map-gallery-slider .slick-next:before {
    font-size: 22px;
    color: #005C6B;
    opacity: 1;
}

/**** Lightbox css start ****/
.lb-outerContainer{
    border-radius: 20px !important;
    overflow: hidden;
}
.lb-nav a{
    width: 45px !important;
    height: 45px;
    background-position: center center !important;
    background-size: 14px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.lb-nav a.lb-next{
    margin-right: 15px;
}
.lb-nav a.lb-prev{
    margin-left: 15px;
}
.lightboxOverlay{
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    backdrop-filter: blur(10px);
}
.lightbox{
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.lb-details{
    display: none;
}
.lb-data{
    top: 10px;
    position: absolute;
    display: block;
    z-index: 99;
    width: 45px !important;
    height: 45px;
    opacity: 1;
    margin-right: 7px;
}
.lb-data .lb-close{
    width: 45px !important;
    height: 45px !important;
    background-position: center center !important;
    background-size: 16px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    opacity: 1 !important;
}
.lightbox .lb-image{
    border: 0 !important;
    cursor: zoom-in;
    transition: transform 0.15s ease;
    user-select: none;
    -webkit-user-drag: none;
    transform-origin: center center;
}
.lightbox .lb-outerContainer,
.lightbox .lb-container,
.lightbox .lb-dataContainer {
    overflow: hidden !important;
}
.lightbox .lb-nav {
    z-index: 10;
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}




table thead > tr > th:last-child, table tbody > tr > td:last-child,
table thead > tr > th:nth-last-child(3), table tbody > tr > td:nth-last-child(3){
    display: none;
}


/**** Apartment Cards Grid - Ir David Style ****/
.home_info_wrapper {
    max-width: 1232px;
    margin: 0 auto;
    padding: 0 15px;
}

.home_info_wrapper .wrapper {
    max-width: 100%;
}

/* Filter Form */
.price-form.home-filter-form .searchbox {
    text-align: center;
    margin-bottom: 20px;
}

.price-form.home-filter-form .searchbox-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.price-form.home-filter-form .searchbox .chkbox {
    position: relative;
    right: unset;
    top: unset;
    bottom: unset;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.price-form.home-filter-form label {
    color: #fff !important;
}

.ads-serch-btn.home-search-btn {
    background: linear-gradient(to right, #D9B277 0%, #FAD89B 49%, #D9B277 100%);
    font-size: 18px;
    font-weight: 700;
    padding: 8px 25px;
    border-radius: 0;
    color: #005C6B !important;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

/* Top Filter Bar */
.home_info_wrapper .top_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 24px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 22px;
}
.home_info_wrapper .top_filter .dropdpwn select {
    border: 1px solid #DBCAB9;
    background-color: #F5F7F2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 20px 10px 16px;
    color: #005C6B;
    width: 320px;
    background-image: url('../images/dropdown-arrow.jpg');
    background-repeat: no-repeat;
    background-position: left 14px center;
    background-size: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Toggle Switches */
.checkbox_wrapper {
    display: flex;
    gap: 20px;
}

.checkbox_wrapper .switch {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.checkbox_wrapper .switch input {
    display: none;
}

.checkbox_wrapper .slider {
    background-color: rgba(0, 92, 107, 0.3);
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    height: 24px;
    width: 48px;
    border-radius: 4px;
}

.checkbox_wrapper .slider:before {
    background-color: #005C6B;
    bottom: 3px;
    content: "";
    height: 18px;
    right: 4px;
    position: absolute;
    transition: 0.4s;
    width: 19px;
    border-radius: 4px;
}

.checkbox_wrapper input:checked + .slider {
    background-color: rgba(0, 92, 107, 0.5);
}

.checkbox_wrapper input:checked + .slider:before {
    right: calc(100% - 19px - 4px);
    background-color: #003d47;
}

.checkbox_wrapper .switch span {
    color: #353E48;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin-right: 10px;
}

/* Floor Boxes */
.flat_box {
    margin-bottom: 32px;
}

.flat_box .floor_title {
    /* background: linear-gradient(90deg, rgba(0, 92, 107, 0.1) 29%, rgba(0, 92, 107, 0.3) 71%, rgba(0, 92, 107, 0.3) 100%); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 29%, rgb(0, 92, 107) 71%, rgb(0, 92, 107) 100%);
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 8px;
}

.flat_box .floor_title .floor_name {
    border-radius: 4px;
    background-color: #57949d;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-width: 113px;
    padding: 0 10px;
}
.flat_box .floor_title .floor_name > span{
    color: #fff;
}

.flat_box .floor_boxs ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.flat_box .floor_boxs ul li {
    padding: 5px;
    list-style: none;
    flex: 0 0 25%;
    max-width: 25%;
}

/* Apartment Card */
.flat_box .floor_boxs .box {
    display: block;
    background-color: #F5F7F2;
    border-radius: 8px;
    width: 100%;
    min-height: 180px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.flat_box .floor_boxs .box:hover {
    border-color: #005C6B;
    box-shadow: 0 4px 12px rgba(0, 92, 107, 0.2);
}
.flat_box .floor_boxs .box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lines.svg);
    background-repeat: no-repeat;
    background-size: 120px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 4;
    width: 120px;
    height: 56px;
}

.flat_box .floor_boxs .box .top_text {
    position: relative;
    padding: 8px;
}

.flat_box .floor_boxs .box .top_text .wrap_text {
    border-bottom: 1px solid #DBCAB9;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.flat_box .floor_boxs .box .top_text span {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 92, 107,0.3);
    border-radius: 4px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 16px;
    color: #005C6B;
}

.flat_box .floor_boxs .box:hover .top_text span {
    background-color: #005C6B;
    color: #fff;
}

.flat_box .floor_boxs .box .top_text h6 {
    color: #005C6B;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.flat_box .floor_boxs .box .bottom_info {
    padding: 12px 12px 8px;
}

.flat_box .floor_boxs .box .bottom_info .type {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 8px;
}

.flat_box .floor_boxs .box .bottom_info .type span {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
    width: 45px;
    background: none;
    line-height: 1.2;
    text-align: right;
}

.flat_box .floor_boxs .box .bottom_info .type h4 {
    color: #353E48;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.flat_box .floor_boxs .box .bottom_info .type.price h4 {
    font-weight: bold;
    font-size: 16px;
    color: #005C6B;
}

/* Labels */
.flat_box .floor_boxs .box .target_price_label {
    background-color: #D9B277;
    color: #005C6B;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 32px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
}

.flat_box .floor_boxs .box .free_marketing {
    background-color: #DEE1E4;
    color: #5F6D7E;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: 400;
}

/* Hide class for filtering */
.hide {
    display: none !important;
}

.floor_boxs li:has(a.hide) {
    display: none !important;
}

/**** Apartment Popup ****/
.loader_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.popup_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
}

.popup_outer.show {
    opacity: 1;
    visibility: visible;
}

.popup_outer .bg_outer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.popup_outer .popup_inner {
    top: 50%;
    position: absolute;
    z-index: 99;
    transform: translateY(-50%);
    max-width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    min-height: 480px;
    border-radius: 12px;
    overflow: hidden;
}

.popup_outer .close_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 10;
    /* width: 36px;
    height: 36px;
    background: rgba(0, 92, 107, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; */
}

/* .popup_outer .close_btn img {
    width: 16px;
    height: 16px;
} */

.popup_outer .left_img {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    position: relative;
    width: 30%;
    /* background-color: #005C6B; */
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50px;
}

.popup_outer .left_img h2 {
    width: 120px;
    line-height: 120px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

.popup_outer .right_info {
    padding: 30px;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.popup_outer .right_info h4 {
    color: #005C6B;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}
.popup_outer .right_info h4 > span[dir="ltr"]{
    color: #005C6B;
    font-size: 20px;
    font-weight: 600;
}

.popup_outer .right_info h4 span {
    color: #005C6B;
    font-size: 14px;
    margin: 0 4px;
}

/* Popup Price */
.popup_price {
    background: linear-gradient(135deg, #005C6B 0%, #008899 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.popup_price span {
    font-weight: 400;
    color: #fff;
}

.popup_price strong {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.popup_outer .right_info .right_info_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

/* Amenities Grid */
.popup_outer .right_info .aminities {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.popup_outer .right_info .aminities .ami_box {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
}

.popup_outer .right_info .aminities .ami_box .ami_img {
    margin-left: 10px;
}

.popup_outer .right_info .aminities .ami_box .ami_img img {
    max-width: 40px;
}

.popup_outer .right_info .aminities .ami_box h6 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    min-width: 80px;
}

.popup_outer .right_info .aminities .ami_box span {
    color: #005C6B;
    font-size: 14px;
    font-weight: 500;
    background: none;
    line-height: 1.2;
}

/* Download Section */
.popup_outer .right_info .download_section h6 {
    color: #353E48;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
}

.popup_outer .right_info .download_section .download_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.popup_outer .right_info .download_section .download_wrapper a.btn {
    background-color: #005C6B;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    border: none;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border-color: #005C6B;
}

.popup_outer .right_info .download_section .download_wrapper a.btn:hover {
    background-color: #ccdee1;
    color: #353E48;
}
.popup_outer .right_info .download_section .download_wrapper a.btn:hover img {
    filter: none;
}
.popup_outer .right_info .download_section .download_wrapper a.btn.dark_btn {
    background-color: #353E48;
    color: #ffffff;
}

.popup_outer .right_info .download_section .download_wrapper a.btn.dark_btn:hover {
    background-color: #ccdee1;
    color: #353E48;
}

.popup_outer .right_info .download_section .download_wrapper a.btn img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(103%) contrast(101%);
}
.popup_outer .right_info .download_section .download_wrapper a.btn.dark_btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(103%) contrast(101%);
}
.popup_outer .right_info .download_section .download_wrapper a.btn.dark_btn:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(13%) saturate(793%) hue-rotate(171deg) brightness(99%) contrast(87%);
}


/* Share Section */
.popup_outer .right_info .share_wrapper {
    text-align: left;
    position: relative;
    margin-top: 20px;
}

.popup_outer .right_info .share_icon {
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.popup_outer .right_info .share_icon span {
    color: #353E48;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    border: 1px solid #353E48;
    border-radius: 4px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.popup_outer .right_info .share_icon:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(303deg) brightness(103%) contrast(101%);
}
.popup_outer .right_info .share_icon span:hover {
    background-color: #353E48;
    color: #F2EFE0;
}

.popup_outer .right_info .share_icon span img {
    width: 16px;
    height: 16px;
}

.popup_outer .social_icon {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    bottom: 60px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease all;
}

.popup_outer .social_icon.active {
    opacity: 1;
    pointer-events: all;
}

.popup_outer .social_icon::after {
    border-top: 12px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    content: '';
    bottom: -12px;
    left: 40px;
    position: absolute;
}

.popup_outer .social_icon span {
    display: block;
    text-align: center;
    color: #005C6B;
    font-size: 14px;
    line-height: 30px;
    background: none;
}

.popup_outer .social_icon .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F7F2;
    border-radius: 8px;
    padding: 12px 8px;
    gap: 10px;
}

.popup_outer .social_icon .wrap a {
    display: block;
    transition: transform 0.3s ease;
}

.popup_outer .social_icon .wrap a:hover {
    transform: scale(1.1);
}

.popup_outer .social_icon .wrap a img {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
/* @media (max-width: 991px) {
    .flat_box .floor_boxs ul li {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    
    .home_info_wrapper .top_filter {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .home_info_wrapper .top_filter .dropdpwn select {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .flat_box .floor_boxs ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .popup_outer .popup_inner {
        flex-direction: column;
        max-width: 95%;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .popup_outer .left_img {
        width: 100%;
        min-height: 150px;
        padding: 30px;
    }
    
    .popup_outer .left_img h2 {
        width: 80px;
        line-height: 80px;
        font-size: 36px;
    }
    
    .popup_outer .right_info {
        width: 100%;
        padding: 20px;
    }
    
    .popup_outer .right_info .aminities .ami_box {
        width: 100%;
    }
    
    .checkbox_wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .price-form.home-filter-form .searchbox-inner {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .flat_box .floor_boxs ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
} */