@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, .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: 12px;
}

.spread-payment {
    /*background: #ecf0f2;*/
    padding: 20px 150px 20px 20px;
}
.spread-payment p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.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: 102px;
}
.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';
}

.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: 103px;
    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 li {
    text-align: center;
    width: 140px;
}

.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: 17px;
    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: 60%;
}
.footer-wrap-2{
    width: 30%;
}
.pricelist-search{
    width: 70%;
    display: flex;
}

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