/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(min-width: 768px){
    
}
@media(max-width: 767px){
	.container{
        padding-right: 16px;
        padding-left: 16px;
    }
    .hide-in-mobie{
        display: none !important;
    }
    .main-wrapper.d-flex.flex-wrap.flex-md-nowrap.hide-in-desktop{
        display: block !important;
    }
    /* Accessibility CSS */
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left{
        left: unset !important;
        transition: right 750ms cubic-bezier(.23, 1, .32, 1) !important;
        right: -180px !important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{
        right: 0 !important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        right: 180px !important;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
        font-size: 150%;
    }
    .main-wrapper {
        min-height: auto;
        height: auto;
    }
    .slider-wrapper, .content-wrapper{
        width: 100%;
    }
    .slider-wrapper .slider-img{
        min-height: 450px;
        object-fit: cover;
        object-position: top center;
    }
    .heading-wrapper{
        max-width: calc(100% - 30px);
        width: 100%;
        top: 90px;
    }
    .heading-wrapper > .title{
        font-size: 29px;
        line-height: 34px;
        padding: 10px 10px 30px;
    }
    .heading-wrapper > .subtitle{
        font-size: 20px;
        line-height: 20px;
        margin: -20px auto 0;
        padding: 8px 10px;
    }
    .top-wrapper{
        padding: 30px 16px;
    }
    .sidebar-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    /* Cookie css start */
    .cky-banner-bottom{
        bottom: unset !important;
    }
    .cky-notice .cky-notice-group :where(.cky-notice-des > p, .cky-notice-des a){
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }
    .cky-notice-btn-wrapper{
        margin-top: 5px !important;
    }
    .cky-btn{
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 5px !important;
        max-width: fit-content !important;
    }
    /* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: auto !important;
        padding: 50px 20px;
        top: 0;
        left: 0;
        right: 0;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content :where(p, li, a) {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 20px;
    }
    .cky-consent-container .cky-consent-bar{
        width: 100%;
    }
    .right-section{
        display: block;
        width: 100%;
        /* height: 100%; */
    }
    .top-sec{
        width: 100%;
        min-height: 80%;
        background: url('/wp-content/uploads/sites/6/2025/09/givatbereshit-mobile-background.webp') no-repeat top center;
        background-size: cover;
    }
    .overlay-content{
        display: block;
        width: 100%;
    }
    .givat-bereshit-wrapper {
        width: 100%;
        height: auto;
        background: none !important;
        overflow: auto;
    }
    .top-sec{
        padding-top: 80px;
    }
    .right-section .main-heading{
        font-size: 27.938px;
        padding-top: 14px;
    }
    .right-section .sub-heading{
        font-size: 24.75px;
    }
    .bottom-sec{
        display: flex;
        margin-top: -15px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #30010a;
    }
    .main-logo {
        width: 241px;
        margin: 0;
        padding-top: 20px;
    }
    .property-details{
        max-width: 84%;
        margin: 58px 0 20px 0;
        padding: 15px 0px;
        gap: 11px;
    }
    .property-desc{
        width: 55%; 
        font-size: 13.613px;
        line-height: 13.613px;
    }
    .price-tag{
        font-size: 21.038px;
        width: 45%;
        border-right: 1px solid #b7b7b7;
        padding-right: 15px;
    }
    .bottom-sec .main-description{
        font-size: 14px;
        max-width: 281px;
        line-height: 22px;
    }
    .features{
        padding: 0 10px;
        margin-bottom: 73px;
    }
    .phone-mob {
        height: 88px;
    }
    .detail-mob{
        height: 88px;
    }
    .detail-mob a span{
        color: #fff;
    }
    /* .swiper-button-prev,
    .swiper-button-next,
    .swiper-pagination {
        display: none !important;
    } */
    .disclaimer{
        font-size: 14px;
        text-align: right;
        width: 100%;
        padding-right: 15px;
    }
    .mobile-swiper-wrapper{
        margin: 24px 0;
    }
    .swiper{
        width: 100%;
        height: 100%;
    }
    .features ul {
        display: flex;
        flex-wrap: wrap; /* Allow the items to wrap onto new lines */
        gap: 20px; /* Space between items */
        list-style-type: none;
        padding: 0;
        align-items: center;
        justify-content: center;
        align-items: center;
    }

    .features ul li {
        flex: 0 0 36%; /* Each item will take up 48% of the container width */
        display: block;
        align-items: center;
        align-content: space-between;
        justify-content: center;
    }

    .features ul li img {
        margin-right: 10px; /* Space between the image and text */
        width: 54px;
    }

    .features ul li span {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        line-height: 15px;
    }
    .bottom-sec-main{
        width: 100%;
        background: #8B6756;
        padding-top: 58px;
        padding-right: 15px;
        position: relative;
        padding-left: 15px;
        padding-bottom: 115px;
    }
    .wpcf7-response-output{
        float: unset;
        font-size: 10px;
        margin: 30px auto 0 auto !important;
    }
    .wpcf7-not-valid-tip{
        font-size: 10px;
        text-align: right;
    }
    .submit-container input{
        font-size: 18px;
        line-height: 27px;
        border-radius: 14px 0px 0px 0px;
    }
    .contact-form{
        margin-bottom: 43px;
    }
    .hebrew-contact-form .wpcf7-checkbox input[type="checkbox"]{
        width: 24px;
        height: 15px;
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::after{
        font-size: 11px;
    }
    .disclaimer-contact-text p{
        width: 100%;
        font-size: 10px;
        line-height: 13px;
        margin-top: 25px;
    }
    .disclaimer-contact-text-mobile p{
        font-size: 12px;
        line-height: 15px;
        margin-top: 20px;
    }
    .brand-logo{
        width: 100%;
        justify-content: center;
    }
    .logos.brand-logo img {
        width: 89%;
        margin-right: 0;
    }
    .hebrew-contact-form{
        padding-top: 30px;
        line-height: 5vh;
        position: relative;
        height: 245px;
    }
    .hebrew-contact-form h2{
        color: #fff;
        text-align: right;
        font-size: 18px;
        font-weight: var(--font-family-Heebo-Regular);
    }
    .hebrew-contact-form .form-container{
        display: block;
    }
    .hebrew-contact-form .right-side {
        width: 100%;
    }
    .hebrew-contact-form .left-side{
        width: 100%;
        position: relative;
    }
    .hebrew-contact-form .wpcf7-list-item-label{
        font-size: 10px;
    }
    .checkbox-container.custom-check {
        width: 72%;
        padding-top: 12px;
    }
    .bottom-vector{
        position: absolute;
        top: -62px;
        left: 0;
        width: 100%;
    }
    input[name="customer_name"] {
        border-radius: 14px 0 0 0;
    }
    input[name="customer_email"]{
        border-radius: 0 0 14px 0;
    }
    .mobile-menu{
        display: block !important;
    }
    .submit-container{
        height: auto;
        text-align: right;
        position: absolute;
        left: 0;
        width: 28%;
        top: 0;
    }
    .submit-container input{
        background: #879e9f;
    }
    /* .mobile-menu .row{
        background: url('/wp-content/uploads/sites/6/2025/09/mob-button-background.png');
        background-repeat: repeat;
        background-size: auto;
        width: 100%;
        height: 88px;
        background-repeat: no-repeat;
        background-size: cover;
          background-color: transparent;
    } */
    /* body{
        background: #8b6756 !important;
    } */
     .mobile-menu{
        background: #FFFFFF;
        padding: 12px;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
    }
    .mobile-menu .row{
        margin-right: 0;
        margin-left: 0;
    }
    .mobile-menu .col-6 {
        width: 50%;
    }
    .mobile-menu {
        display: block !important; 
        position: fixed; 
        bottom: 0; 
        left: 0;
        width: 100%; 
        background: transparent; 
        z-index: 1000; 
        padding: 0 !important;
        box-shadow: 0 -50px 50px -33px rgba(0, 0, 0, 0.8) inset;
    }

    .mobile-menu .row {
        display: flex; 
        justify-content: space-between; 
        align-items: end;
        padding: 0;
    }

    .mobile-menu .col-6 {
        flex: 1; /* Each column takes up equal space */
        padding: 0; /* Remove default padding from columns */
        text-align: center;
        align-content: end;
    }
    .col-6.detail-mob{
        border-radius: 0 30px 0 0;
        background: rgb(134 159 157);
        height: auto;
    }
    .col-6.phone-mob.wp-btn{
        height: auto;
        border-radius: 30px 0px 0 0;
        background: #fff;
    }

    .mobile-menu a {
        display: block; 
        text-decoration: none;
        color: #fff; 
        font-weight: 700; 
        padding: 7px 0; 
        position: relative;
        transition: background-color 0.3s ease; 
        font-size: 20px;
        color: #043a4a !important;
        min-height: 55px;
        line-height: 22px;
        align-content: center;
    }
    .info-button::after{
        content: none;
    }

    .mobile-menu .phone-mob a {
        color: #38010e; 

    }
       /* Icons within the buttons */
    .mobile-menu svg, .mobile-menu img {
        vertical-align: middle;
        margin-left: 8px; 
    }

    .mobile-menu a:hover {
        filter: brightness(0.9);
    }

    .mobile-menu .detail-mob a:hover:after {
        border-right-color: #e6e6e6; 
    }
    .mobile-menu .phone-mob a:hover:after {
        border-left-color: #d1923e;
    }
}

@media(max-width: 1020px){
	.hide-in-desktop{
        display: none !important;
    }
}



@media (max-width: 768px) {
    .mobile-auto-slider {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 0 0 0;
    }

    .smoothSwiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .swiper-slide img{
        border-radius: 0;
    }
}
