.project-search-page{display:flex;flex-wrap:wrap;gap:30px}.filters-column{width:100%;flex:1 0 280px;max-width:320px}.results-and-map-column{flex:3 1 600px}@media (max-width:960px){.filters-column{max-width:100%}}#project-filters-form{--bg:#fff;--title:#0f172a;--sub:#9aa3b2;--divider:#e7e9ee;--shadow:0 15px 45px rgba(23,30,50,.18);--blue:#0496FF;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:28px;background:var(--bg);border-radius:200px;box-shadow:var(--shadow);width:814px;margin:auto;overflow:hidden;font-family:Inter,sans-serif;height:79px;padding:20px}#project-filters-form>label{position:relative;display:flex;flex-direction:column;flex:1 1 0%;padding-left:28px}#project-filters-form>label:not(:last-of-type)::after{content:"";position:absolute;right:0;top:-3px;bottom:-3px;margin-right:-20px;width:1.5px;background:var(--divider)}#project-filters-form>label>span{display:inline-flex;align-items:center;gap:20px;font-family:Roboto,sans-serif;font-weight:700;color:var(--title);font-size:16.5px;margin:0;margin-top:11px;padding:3px 0;line-height:1}#project-filters-form>label>span::after{content:"";width:12px;height:12px;border-right:2px solid #a3acb9;border-bottom:2px solid #a3acb9;transform:rotate(45deg) translateY(-1px);display:inline-block;margin-left:20px}#project-filters-form select{width:100%;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;font-family:Inter,sans-serif;font-weight:300;font-size:16px;color:var(--sub);outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}#project-filters-form select::-ms-expand{display:none}#project-filters-form .search-btn{margin:-15px;width:70px;height:70px;border-radius:999px;border:0;background:var(--blue);background-image:url(https://homeinisrael-il.com/wp-content/uploads/2025/07/prime_search.svg);background-repeat:no-repeat;background-position:center;background-size:26px 26px;color:#fff;cursor:pointer;text-indent:-9999px}.page-id-404 #project-filters-form{border-radius:200px;box-shadow:none;border-width:1.5px;border-color:#02073C33;width:723px;height:70px;margin-top:0;flex:1 1 1;display:flex;align-items:center;justify-content:flex-start;position:relative;font-size:18px;font-weight:600;color:#0d274e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:15px}.page-id-404 #project-filters-form .search-btn:hover{background-color:#046BD2}.page-id-404 #project-filters-form>label>span{display:none}.page-id-404 #project-filters-form select{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;color:var(--title)}.page-id-404 #project-filters-form .search-btn{margin:-12px;width:46px!important;height:60px!important}@media (max-width:1020px){#project-filters-form{width:650px;height:90px}#project-filters-form>label>span{gap:0;margin-bottom:5px;font-size:16px}#project-filters-form>label>span::after{display:none}#project-filters-form select{font-size:15.5px}#project-filters-form .search-btn{margin:-15px}}@media (max-width:600px){#project-filters-form{flex-wrap:wrap;height:auto;border-radius:20px}#project-filters-form>label{flex:1 1 100%;padding-left:0}#project-filters-form>label:not(:last-of-type)::after{display:none}#project-filters-form>label>span{font-size:18px}#project-filters-form select{font-size:16px}#project-filters-form{gap:14px}#project-filters-form .search-btn{width:56px;height:56px;margin-left:auto;text-indent:0;border-radius:8px;width:100%;margin:0;background-image:none}}.project-results .results-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:10px}.project-results .found-posts-text{margin:0;font-size:22px;font-weight:400;color:#02073C;font-family:'Roboto',sans-serif}.project-results #sort-by-select{border-radius:100px;width:251px;height:32px;font-family:'Roboto',sans-serif;font-size:14px;line-height:18px;color:#1D232F}.project-results-list{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:27px;min-height:300px;margin-top:25px;align-items:start}.project-results-list.loading .project-card{visibility:hidden;opacity:0}.loading-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;justify-content:center;align-items:center;background:#fff0;width:100%;height:100%}.project-results-list.loading .loading-overlay{display:flex}.spinner{border:4px solid #e7e9ee;border-top:4px solid #0496FF;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.project-card{border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;width:100%!important;height:100%!important;box-shadow:0 4px 10px 0 rgb(0 0 0 / .1);margin-bottom:8px}.project-card:hover{box-shadow:0 4px 15px rgb(0 0 0 / .1)}.project-card .card-image-link{display:block;position:relative}.project-card img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;height:187px!important}.project-card .card-actions{position:absolute;top:10px;right:10px;background:rgb(255 255 255 / .8);border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}.project-card .card-content{padding:15px;display:flex;flex-direction:column;flex-grow:1}.project-card .card-title a{text-decoration:none;color:#333;font-family:'Roboto',sans-serif;font-size:20px;font-weight:500}.project-card .card-location{font-size:14px;color:#777;margin:5px 0 15px}.project-card .card-features{display:flex;gap:15px;margin-bottom:15px;color:#02073C;font-weight:400;font-family:roboto;font-size:12px}.card-features .feature-item{display:inline-flex;align-items:center;gap:6px;width:90%}.card-features .feature-icon{width:25px;height:auto!important;object-fit:contain;display:block;margin:-2}.project-card .card-footer{display:flex;justify-content:space-between;align-items:flex-end}.project-card .card-price{margin:0;font-size:12px;color:#777}.project-card .card-price strong{font-size:22px;color:rgb(2 7 60);font-weight:700}.project-card .card-types{font-size:12px;color:#0073aa;width:125px;margin-left:70px;font-family:Roboto,sans-serif;font-weight:400;text-decoration:none!importantline-height:1.5;max-height:calc(1.5em * 2)!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card a{color:#0496FF;text-decoration:none!important;font-family:Roboto,sans-serif;font-weight:400}.pagination-container{margin-top:30px;display:flex;align-items:center;justify-content:center}.pagination-container a,.pagination-container span{font-family:'Roboto',sans-serif;font-size:16px;font-weight:400;color:rgb(2 7 60);text-decoration:none!important;margin-left:20px}.pagination-container a:hover{color:rgb(117 117 117)}.pagination-container span.current{background:#02073c;color:#fff;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;padding:0;margin-right:-8px}.pag-next-icon{margin-left:10px}.pag-prev-icon{margin-right:10px}.prev{opacity:50%}.project-map-container{width:100%;max-width:636px;height:889px;border:1px solid #ddd;border-radius:8px}.map-infowindow{padding:5px;font-size:14px}.project-results-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background-color:#f9f9f9;border-radius:8px;color:#777;margin-top:20px}.project-results-empty .empty-state-icon{color:#ccc;margin-bottom:20px}.project-results-empty .empty-state-icon svg{transform:rotate(45deg)}.project-results-empty h3{margin:0 0 10px 0;font-size:22px;color:#444}.project-results-empty p{margin:0;font-size:16px;max-width:400px}.custom-cluster{background-color:rgb(1 119 230 / .5);cursor:pointer;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:14px;transition:transform 0.2s ease-out;box-shadow:0 0 0 6px rgb(105 177 248 / .5)}.custom-cluster:hover{transform:scale(1.1)}.cluster-size-1{background-color:#69b1f8;border:5px solid #69b1f8}.cluster-size-2{background-color:#0496FF;border:5px solid rgb(1 119 230 / .5)}.cluster-size-3{background-color:#0496FF;border:5px solid rgb(1 119 230 / .5)}.map-infowindow.rich{display:flex;align-items:center;gap:10px;padding:5px}.map-infowindow.rich img{width:60px;height:60px;object-fit:cover;border-radius:4px}.map-infowindow.rich .content{display:flex;flex-direction:column}.map-infowindow.rich .content strong{font-size:14px;font-weight:600}.map-infowindow.rich .content p{font-size:12px;color:#666;margin:2px 0}.map-infowindow.rich .content span{font-size:13px;font-weight:700;color:#333;margin-bottom:4px}.map-infowindow.rich .content a{font-size:12px;font-weight:600}