.properties .properties-header .view-toggle .view-btn{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);transition:all .3s ease}.properties .properties-header .view-toggle .view-btn.active{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--contrast-color)}.properties .properties-header .view-toggle .view-btn:hover:not(.active){border-color:var(--accent-color);color:var(--accent-color)}.properties .properties-header .sort-dropdown .form-select{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);font-size:14px;background-color:transparent}.properties .properties-header .sort-dropdown .form-select:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-grid{display:none}.properties .properties-grid.active{display:block}.properties .properties-list{display:none}.properties .properties-list.active{display:block}.properties .property-card{background-color:var(--surface-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%);transition:all .3s ease;height:100%}.properties .property-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px color-mix(in srgb,var(--default-color),transparent 80%)}.properties .property-card .property-image{position:relative;overflow:hidden}.properties .property-card .property-image .thumb{border-radius:12px}.properties .property-card .property-image img{transition:transform .3s ease;width:100%;object-fit:cover}.properties .property-card .property-image:hover img{transform:scale(1.05)}.properties .property-card .property-image .property-badges{position:absolute;top:15px;left:15px;z-index:2}.properties .property-card .property-image .property-badges .badge{margin-right:5px;margin-bottom:5px;padding:5px 10px;font-size:12px;font-weight:600;border-radius:20px}.properties .property-card .property-image .property-badges .badge.featured{background-color:#ff6b35;color:#fff}.properties .property-card .property-image .property-badges .badge.new{background-color:#10b981;color:#fff}.properties .property-card .property-image .property-badges .badge.for-sale{background-color:var(--accent-color);color:#fff}.properties .property-card .property-image .property-badges .badge.for-rent{background-color:#8b5cf6;color:#fff}.properties .property-card .property-image .property-badges .badge.open-house{background-color:#f59e0b;color:#fff}.properties .property-card .property-image .property-overlay{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .3s ease}.properties .property-card .property-image .property-overlay button{width:35px;height:35px;border-radius:50%;border:none;background-color:#fff;color:var(--default-color);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px color-mix(in srgb,var(--default-color),transparent 85%);transition:all .3s ease}.properties .property-card .property-image .property-overlay button:hover{background-color:var(--accent-color);color:#fff}.properties .property-card .property-image .property-overlay button.favorite-btn:hover{background-color:#ef4444;color:#fff}.properties .property-card .property-image:hover .property-overlay{opacity:1}.properties .property-card .property-content{padding:20px}.properties .property-card .property-content .property-price{font-size:24px;font-weight:700;color:var(--accent-color);margin-bottom:8px}.properties .property-card .property-content .property-price span{font-size:16px;font-weight:500;color:var(--default-color)}.properties .property-card .property-content .property-title{font-size:18px;font-weight:600;color:var(--heading-color);margin-bottom:8px;line-height:1.3}.properties .property-card .property-content .property-location{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:14px;margin-bottom:15px}.properties .property-card .property-content .property-location i{margin-right:5px;color:var(--accent-color)}.properties .property-card .property-content .property-features{display:flex;gap:15px;margin-bottom:20px}.properties .property-card .property-content .property-features span{font-size:13px;color:var(--default-color);display:flex;align-items:center;gap:5px}.properties .property-card .property-content .property-features span i{color:var(--accent-color);font-size:14px}.properties .property-card .property-content .property-agent{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:12px 15px;background-color:color-mix(in srgb,var(--surface-color),var(--default-color) 3%);border-radius:8px}.properties .property-card .property-content .property-agent .agent-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.properties .property-card .property-content .property-agent .agent-info{flex:1}.properties .property-card .property-content .property-agent .agent-info strong{font-size:14px;color:var(--heading-color);display:block}.properties .property-card .property-content .property-agent .agent-info .agent-contact small{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:12px}.properties .property-card .property-content .property-agent .agent-info .agent-contact small i{margin-right:3px}.properties .property-card .property-content .btn{font-size:14px;font-weight:600;padding:12px 20px;border-radius:8px;background-color:var(--accent-color);border-color:var(--accent-color);transition:all .3s ease}.properties .property-card .property-content .btn:hover,.properties .property-card .property-content .btn:focus-visible,.properties .property-list-item .property-content .property-actions .btn-main:hover,.properties .property-list-item .property-content .property-actions .btn-main:focus-visible,.similar-projects .property-card .property-content .btn:hover,.similar-projects .property-card .property-content .btn:focus-visible{background-color:#fff;border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 4px 12px color-mix(in srgb,var(--accent-color),transparent 82%)}.properties .property-list-item{background-color:var(--surface-color);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%);transition:all .3s ease}.properties .property-list-item:hover{box-shadow:0 8px 30px color-mix(in srgb,var(--default-color),transparent 80%)}.properties .property-list-item .property-image{position:relative;overflow:hidden;border-radius:8px}.properties .property-list-item .property-image .thumb{border-radius:8px}.properties .property-list-item .property-image img{width:100%;object-fit:cover;transition:transform .3s ease}.properties .property-list-item .property-image:hover img{transform:scale(1.05)}.properties .property-list-item .property-image .property-badges{position:absolute;top:10px;left:10px}.properties .property-list-item .property-image .property-badges .badge{padding:4px 8px;font-size:11px;font-weight:600;border-radius:15px}.properties .property-list-item .property-image .property-badges .badge.featured{background-color:#ff6b35;color:#fff}.properties .property-list-item .property-image .property-badges .badge.new{background-color:#10b981;color:#fff}.properties .property-list-item .property-image .property-badges .badge.for-rent{background-color:#8b5cf6;color:#fff}.properties .property-list-item .property-image .property-badges .badge.open-house{background-color:#f59e0b;color:#fff}.properties .property-list-item .property-content .property-price{font-size:20px;font-weight:700;color:var(--accent-color)}.properties .property-list-item .property-content .property-price span{font-size:14px;font-weight:500;color:var(--default-color)}.properties .property-list-item .property-content .property-title{font-size:18px;font-weight:600;color:var(--heading-color);line-height:1.3}.properties .property-list-item .property-content .property-location{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:14px}.properties .property-list-item .property-content .property-location i{margin-right:5px;color:var(--accent-color)}.properties .property-list-item .property-content .property-features{display:flex;gap:15px}.properties .property-list-item .property-content .property-features span{font-size:13px;color:var(--default-color);display:flex;align-items:center;gap:5px}.properties .property-list-item .property-content .property-features span i{color:var(--accent-color);font-size:14px}.properties .property-list-item .property-content .property-agent{display:flex;align-items:center;gap:8px}.properties .property-list-item .property-content .property-agent .agent-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}.properties .property-list-item .property-content .property-agent span{font-size:14px;color:var(--heading-color);font-weight:500}.properties .property-list-item .property-content .property-actions{display:flex;gap:10px}.properties .property-list-item .property-content .property-actions .btn-sm{padding:6px 12px;font-size:13px}.properties .property-list-item .property-content .property-actions .btn-outline-secondary{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color)}.properties .property-list-item .property-content .property-actions .btn-outline-secondary:hover{background-color:#ef4444;border-color:#ef4444;color:#fff}.properties .properties-sidebar .filter-widget{background-color:var(--surface-color);padding:25px;border-radius:12px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .filter-widget .filter-title{color:var(--heading-color);font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid color-mix(in srgb,var(--accent-color),transparent 80%)}.properties .properties-sidebar .filter-widget .filter-section{margin-bottom:20px}.properties .properties-sidebar .filter-widget .filter-section .form-label{font-weight:600;color:var(--heading-color);margin-bottom:8px;font-size:14px}.properties .properties-sidebar .filter-widget .filter-section .form-select,.properties .properties-sidebar .filter-widget .filter-section .form-control{border-color:color-mix(in srgb,var(--default-color),transparent 70%);font-size:14px;background-color:transparent;color:var(--default-color)}.properties .properties-sidebar .filter-widget .filter-section .form-select:focus,.properties .properties-sidebar .filter-widget .filter-section .form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-sidebar .filter-widget .filter-section .form-select::placeholder,.properties .properties-sidebar .filter-widget .filter-section .form-control::placeholder{color:color-mix(in srgb,var(--default-color),transparent 50%)}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter{display:flex;gap:5px;flex-wrap:wrap}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn{border-color:color-mix(in srgb,var(--default-color),transparent 70%);color:var(--default-color);font-size:13px;padding:5px 12px}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn.active,.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn.active{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.properties .properties-sidebar .filter-widget .filter-section .bedroom-filter .filter-btn:hover:not(.active),.properties .properties-sidebar .filter-widget .filter-section .bathroom-filter .filter-btn:hover:not(.active){border-color:var(--accent-color);color:var(--accent-color)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check{margin-bottom:8px}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-input:checked{background-color:var(--accent-color);border-color:var(--accent-color)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 85%)}.properties .properties-sidebar .filter-widget .filter-section .features-filter .form-check .form-check-label{font-size:14px;color:var(--default-color)}.properties .properties-sidebar .filter-widget .btn-primary{background-color:var(--accent-color);border-color:var(--accent-color);padding:12px 20px;font-weight:600}.properties .properties-sidebar .filter-widget .btn-primary:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 15%);border-color:color-mix(in srgb,var(--accent-color),transparent 15%)}.properties .properties-sidebar .featured-properties{background-color:var(--surface-color);padding:25px;border-radius:12px;box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .featured-properties h5{color:var(--heading-color);font-weight:600;margin-bottom:20px}.properties .properties-sidebar .featured-properties .featured-item{padding:15px 0;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 90%)}.properties .properties-sidebar .featured-properties .featured-item:last-child{border-bottom:none}.properties .properties-sidebar .featured-properties .featured-item img{border-radius:6px;height:60px;object-fit:cover}.properties .properties-sidebar .featured-properties .featured-item h6{color:var(--heading-color);font-size:14px;font-weight:600}.properties .properties-sidebar .featured-properties .featured-item .text-muted{color:color-mix(in srgb,var(--default-color),transparent 50%)!important}.properties .properties-sidebar .featured-properties .featured-item .text-primary{color:var(--accent-color)!important;font-weight:600;font-size:14px}.properties .pagination .page-link{color:var(--default-color);border-color:color-mix(in srgb,var(--default-color),transparent 70%);padding:10px 15px;background-color:transparent}.properties .pagination .page-link:hover{color:var(--accent-color);border-color:var(--accent-color);background-color:color-mix(in srgb,var(--accent-color),transparent 90%)}.properties .pagination .page-item.active .page-link{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.properties .pagination .page-item.disabled .page-link{color:color-mix(in srgb,var(--default-color),transparent 50%);border-color:color-mix(in srgb,var(--default-color),transparent 80%)}.collection-seo-block .collection-seo-card{margin-top:8px;padding:20px 22px;border-radius:12px;background:var(--surface-color);box-shadow:0 4px 20px color-mix(in srgb,var(--default-color),transparent 90%)}.collection-seo-block .collection-seo-title{margin:0 0 12px;font-size:20px;font-weight:600;color:var(--heading-color)}.collection-seo-block .collection-seo-details{display:flex;flex-direction:column;gap:10px}.collection-seo-block .collection-seo-content{order:1;color:color-mix(in srgb,var(--default-color),transparent 10%);line-height:1.72;font-size:15px;white-space:normal;position:relative;overflow:hidden;line-clamp:5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.collection-seo-block .collection-seo-content:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2.8em;background:linear-gradient(to bottom,color-mix(in srgb,var(--surface-color),transparent 100%),var(--surface-color));pointer-events:none}.collection-seo-block .collection-seo-content.is-expanded{display:block;overflow:visible}.collection-seo-block .collection-seo-content.is-expanded:after{display:none}.collection-seo-block .collection-seo-toggle{order:2;display:inline-flex;align-items:center;width:fit-content;cursor:pointer;color:var(--accent-color);font-weight:600;font-size:14px;text-decoration:none;border:1px solid color-mix(in srgb,var(--default-color),transparent 82%);border-radius:6px;background-color:color-mix(in srgb,var(--surface-color),var(--default-color) 2%);padding:4px 10px;line-height:1.2;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.collection-seo-block .collection-seo-toggle:hover{color:color-mix(in srgb,var(--accent-color),black 8%);border-color:color-mix(in srgb,var(--accent-color),transparent 72%);background-color:color-mix(in srgb,var(--surface-color),var(--accent-color) 4%)}.collection-seo-block .collection-seo-toggle:focus-visible{outline:none;border-color:color-mix(in srgb,var(--accent-color),transparent 60%);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-color),transparent 88%)}.collection-seo-block .collection-seo-toggle-open{display:none}.collection-seo-block .collection-seo-details.is-expanded .collection-seo-toggle-open,.collection-seo-block .collection-seo-details[open].is-expanded .collection-seo-toggle-open{display:inline}.collection-seo-block .collection-seo-details.is-expanded .collection-seo-toggle-closed,.collection-seo-block .collection-seo-details[open].is-expanded .collection-seo-toggle-closed{display:none}@media(max-width:992px){.properties .properties-sidebar{margin-top:40px}}@media(max-width:768px){.properties .properties-header .d-flex{flex-direction:column;gap:15px;align-items:stretch!important}.properties .properties-header .view-toggle{justify-content:center}.properties .property-card .property-content{padding:15px}.properties .property-card .property-content .property-features{gap:10px;flex-wrap:wrap}.properties .property-list-item .row{flex-direction:column}.properties .property-list-item .property-content{margin-top:15px}.properties .property-list-item .property-content .d-flex:first-child{flex-direction:column;align-items:flex-start!important;gap:10px}.properties .property-list-item .property-content .property-actions{margin-top:15px}}.property-details .property-gallery .main-image-container{position:relative;margin-bottom:20px;overflow:hidden;border-radius:12px}.property-details .property-gallery .main-image-container .main-image-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--surface-color),transparent 25%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease;z-index:12}.property-details .property-gallery .main-image-container.is-image-loading .main-image-loading-overlay{opacity:1;visibility:visible}.property-details .property-gallery .main-image-container .main-image-loading-spinner{width:34px;height:34px;border-radius:50%;border:3px solid color-mix(in srgb,var(--accent-color),transparent 70%);border-top-color:var(--accent-color);animation:property-image-spin .9s linear infinite}.property-details .property-gallery .main-image-container.is-image-loading .image-nav-btn{opacity:.65}@keyframes property-image-spin{to{transform:rotate(360deg)}}.property-details .property-gallery .main-image-container .main-property-image{width:100%;height:500px;object-fit:cover;cursor:zoom-in}.property-details .property-gallery .main-image-container .image-zoom-container{position:absolute;top:0;right:-100%;width:100%;height:100%;background-color:var(--surface-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 85%);z-index:10}@media(max-width:768px){.property-details .property-gallery .main-image-container .image-zoom-container{display:none}}.property-details .property-gallery .main-image-container .image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:color-mix(in srgb,var(--surface-color),transparent 10%);border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--default-color);font-size:18px;cursor:pointer;transition:all .3s ease;z-index:5;backdrop-filter:blur(10px)}.property-details .property-gallery .main-image-container .image-nav-btn:hover{background-color:var(--accent-color);color:var(--contrast-color)}.property-details .property-gallery .main-image-container .image-nav-btn.prev-image{left:15px}.property-details .property-gallery .main-image-container .image-nav-btn.next-image{right:15px}.property-details .property-gallery .thumbnail-gallery{display:flex;gap:10px;flex-wrap:wrap}.property-details .property-gallery .thumbnail-gallery .thumbnail-item{flex:1;min-width:100px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.property-details .property-gallery .thumbnail-gallery .thumbnail-item.active{border-color:var(--accent-color)}.property-details .property-gallery .thumbnail-gallery .thumbnail-item:hover{border-color:color-mix(in srgb,var(--accent-color),transparent 50%)}.property-details .property-gallery .thumbnail-gallery .thumbnail-item img{width:100%;height:80px;object-fit:cover}.property-details .property-description{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-description h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-description p{margin-bottom:15px;line-height:1.7;color:color-mix(in srgb,var(--default-color),transparent 10%)}.property-details .property-amenities{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-amenities h3{margin-bottom:30px;font-size:24px;font-weight:600}.property-details .property-amenities h4{margin-bottom:20px;font-size:18px;font-weight:500;color:var(--heading-color)}.property-details .property-amenities .features-list{list-style:none;padding:0;margin:0}.property-details .property-amenities .features-list li{margin-bottom:12px;display:flex;align-items:center;color:color-mix(in srgb,var(--default-color),transparent 10%)}.property-details .property-amenities .features-list li i{color:var(--accent-color);margin-right:12px;font-size:16px}.property-details .property-map{margin-top:40px;padding:30px 0;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-map h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-map .map-container{border-radius:12px;overflow:hidden;margin-bottom:20px}.property-details .property-map .map-container iframe{border-radius:12px}.property-details .property-map .location-details h4{margin-bottom:15px;font-size:18px;font-weight:500}.property-details .property-map .location-details p{color:color-mix(in srgb,var(--default-color),transparent 10%);line-height:1.6}.property-details .property-overview{background:var(--surface-color);border-radius:12px;padding:30px;box-shadow:0 5px 25px color-mix(in srgb,var(--default-color),transparent 90%);top:100px}.property-details .property-overview .price-tag{font-size:32px;font-weight:700;color:var(--accent-color);margin-bottom:10px}.property-details .property-overview .property-status{display:inline-block;background:color-mix(in srgb,var(--accent-color),transparent 85%);color:var(--accent-color);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.property-details .property-overview .property-address{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}.property-details .property-overview .property-address h4{margin-bottom:5px;font-size:20px;font-weight:600}.property-details .property-overview .property-address p{color:color-mix(in srgb,var(--default-color),transparent 30%);margin:0}.property-details .property-overview .property-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.property-details .property-overview .property-stats .stat-item{display:flex;align-items:center;gap:12px}.property-details .property-overview .property-stats .stat-item i{font-size:20px;color:var(--accent-color);width:24px}.property-details .property-overview .property-stats .stat-item .value{font-size:18px;font-weight:600;color:var(--heading-color);display:block}.property-details .property-overview .property-stats .stat-item .label{font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 40%);text-transform:uppercase;letter-spacing:.5px}.property-details .property-overview .agent-info{display:flex;gap:15px;margin-bottom:30px;padding:20px;background:color-mix(in srgb,var(--surface-color),var(--default-color) 3%);border-radius:12px;border-top:3px solid var(--accent-color)}.property-details .property-overview .agent-info .agent-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover}.property-details .property-overview .agent-info .agent-details h4{margin-bottom:5px;font-size:16px;font-weight:600}.property-details .property-overview .agent-info .agent-details p{margin-bottom:3px;font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 30%)}.property-details .property-overview .agent-info .agent-details p i{margin-right:5px;color:var(--accent-color)}.property-details .property-overview .agent-info .agent-details .agent-title{font-style:italic}.property-details .property-overview .contact-form{margin-bottom:30px}.property-details .property-overview .contact-form h4{margin-bottom:20px;font-size:18px;font-weight:600}.property-details .property-overview .contact-form .form-control{margin-bottom:15px;border:1px solid color-mix(in srgb,var(--default-color),transparent 80%);border-radius:8px;padding:12px 15px;font-size:14px;color:var(--default-color);background-color:var(--surface-color)}.property-details .property-overview .contact-form .form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 80%)}.property-details .property-overview .contact-form .form-control::placeholder{color:color-mix(in srgb,var(--default-color),transparent 70%)}.property-details .property-overview .contact-form .btn-primary{background:var(--accent-color);border:none;border-radius:8px;padding:12px 30px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:100%;transition:all .3s ease}.property-details .property-overview .contact-form .btn-primary:hover{background:color-mix(in srgb,var(--accent-color),black 10%);transform:translateY(-2px)}.property-details .property-overview .social-share h5{margin-bottom:15px;font-size:16px;font-weight:600}.property-details .property-overview .social-share .share-buttons{display:flex;gap:10px}.property-details .property-overview .social-share .share-buttons .share-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--contrast-color);text-decoration:none;font-size:16px;transition:all .3s ease}.property-details .property-overview .social-share .share-buttons .share-btn.facebook{background:#3b5998}.property-details .property-overview .social-share .share-buttons .share-btn.x{background:#111}.property-details .property-overview .social-share .share-buttons .share-btn.vk{background:#07f}.property-details .property-overview .social-share .share-buttons .share-btn.ok{background:#f58220}.property-details .property-overview .social-share .share-buttons .share-btn.whatsapp{background:#25d366}.property-details .property-overview .social-share .share-buttons .share-btn:hover{transform:translateY(-2px);color:var(--contrast-color)}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon svg{width:100%;height:100%;fill:currentColor}.property-details .property-overview .social-share .share-buttons .share-btn .share-icon--vk,.property-details .property-overview .social-share .share-buttons .share-btn .share-icon--ok{width:21px;height:21px}@media(max-width:768px){.property-details .property-overview{position:static!important;top:auto!important;margin-top:30px}.property-details .property-overview .property-stats{grid-template-columns:1fr}.property-details .property-gallery .main-image-container .main-property-image{height:300px}.property-details .property-gallery .thumbnail-gallery .thumbnail-item{min-width:80px}.property-details .property-gallery .thumbnail-gallery .thumbnail-item img{height:60px}}.property-details .property-gallery .thumbnail-grid-limited{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;max-height:180px;overflow-y:auto;overflow-x:hidden}@media(max-width:768px){.property-details .property-gallery .thumbnail-grid-limited{grid-template-columns:repeat(4,1fr);max-height:160px}}.property-details .property-gallery .thumbnail-grid-limited .thumbnail-item{min-width:0}.property-details .property-gallery .main-gallery-trigger{display:block;position:relative;cursor:zoom-in}.property-details .property-gallery .btn-show-all-photos{border-color:var(--accent-color);color:var(--accent-color);background:transparent}.property-details .property-gallery .btn-show-all-photos:hover{background:var(--accent-color);border-color:var(--accent-color);color:var(--contrast-color)}.similar-projects .property-card{display:flex;flex-direction:column;height:100%}.similar-projects .property-image .thumb{border-radius:12px}.similar-projects .property-image img{width:100%;object-fit:cover}.similar-projects .property-content{display:flex;flex-direction:column;flex:1}.similar-projects .property-content .btn{margin-top:auto}.similar-projects .btn-primary,.similar-projects .btn-primary:focus,.similar-projects .btn-primary:hover{background-color:var(--accent-color);border-color:var(--accent-color)}.featured-item .thumb.thumb--mini,.collection-sidebar .featured-item .thumb.thumb--mini{aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.featured-item .thumb.thumb--mini img,.collection-sidebar .featured-item .thumb.thumb--mini img{width:100%;height:100%!important;object-fit:cover}.similar-projects .property-badges .badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;min-height:24px}.similar-projects .property-card .property-image{position:relative;overflow:hidden}.similar-projects .property-card .property-image .property-badges{position:absolute;top:15px;left:15px;z-index:2}.similar-projects .property-card .property-image .property-badges .badge{margin-right:5px;margin-bottom:5px;padding:5px 10px;font-size:12px;font-weight:600;border-radius:20px}.similar-projects .property-card .property-image .property-badges .badge.featured{background-color:#ff6b35;color:#fff}.similar-projects .property-card .property-image .property-badges .badge.new{background-color:#10b981;color:#fff}.similar-projects .property-card .property-image .property-badges .badge.for-sale{background-color:#e53935;color:#fff}.similar-projects .property-card .property-content{padding:20px}.similar-projects .property-card .property-content .property-price{font-size:24px;font-weight:700;color:var(--accent-color);margin-bottom:8px}.similar-projects .property-card .property-content .property-title{font-size:18px;font-weight:600;color:var(--heading-color);margin-bottom:8px;line-height:1.3}.similar-projects .property-card .property-content .property-location{font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 15%);margin-bottom:12px}.similar-projects .property-card .property-content .property-location i{color:var(--accent-color);margin-right:5px}.similar-projects .property-card .property-content .property-features{display:flex;flex-wrap:wrap;gap:6px 10px;margin-bottom:15px;font-size:13px;color:color-mix(in srgb,var(--default-color),transparent 15%)}.similar-projects .property-card .property-content .property-features span{display:inline-flex;align-items:center;gap:6px}.similar-projects .property-card .property-content .property-features span i{color:var(--accent-color);font-size:13px}.property-details .property-overview .property-stats .stat-item,.property-details .property-overview .property-stats .stat-item>div{min-width:0}.property-details .property-overview .property-stats .stat-item .value,.property-details .property-overview .property-address h4{overflow-wrap:anywhere}@media(min-width:1200px){.property-details .property-overview.sticky-top{top:var(--property-overview-offset, 5px)}.property-details .property-overview{padding:26px}}@media(min-width:1400px){.property-details .property-overview.sticky-top{top:var(--property-overview-offset, 5px)}.property-details .property-overview{padding:30px 34px}}.properties .row.g-4>[class*=col-]{display:flex}.properties .property-card{width:100%;height:100%;display:flex;flex-direction:column}.properties .property-card .property-content{display:flex;flex:1;flex-direction:column}.properties .property-card .property-content .btn{margin-top:auto}.property-details-page .property-description p{text-indent:1.5em}.property-details .property-description .section-title,.property-details .property-video .section-title{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-video{margin-bottom:2rem}.property-details .property-video .video-wrapper{border-radius:8px;overflow:hidden;background:#000}.property-details-page .property-description ul{list-style:none;padding:0;margin:0 0 15px}.property-details-page .property-description ul li{margin-bottom:12px;position:relative;color:color-mix(in srgb,var(--default-color),transparent 10%)}.property-details-page .property-description ul li:before{content:"";font-family:bootstrap-icons;color:var(--accent-color);font-size:16px;line-height:1;position:absolute;left:0;top:.35em}.property-details-page .property-description ol{list-style:decimal;padding-left:1.5em}.properties-list .btn-main,.properties-list .btn-main:hover,.properties-list .btn-main:focus{background-color:var(--accent-color);border-color:var(--accent-color)}.collection-empty-state{border:1px solid color-mix(in srgb,var(--accent-color),#fff 75%);border-radius:14px;padding:22px;text-align:center;background:#fff}.collection-empty-state h5{margin-bottom:14px}.collection-empty-actions{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.collection-empty-actions .btn{min-width:190px}.collection-empty-actions .btn.btn-primary{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.collection-empty-actions .btn.btn-primary:hover,.collection-empty-actions .btn.btn-primary:focus{background:color-mix(in srgb,var(--accent-color),#000 10%);border-color:color-mix(in srgb,var(--accent-color),#000 10%);color:#fff}.collection-empty-actions .btn.btn-outline-primary,.filter-widget .btn.btn-outline-primary{background:#fff;border-color:var(--accent-color);color:var(--accent-color)}.collection-empty-actions .btn.btn-outline-primary:hover,.collection-empty-actions .btn.btn-outline-primary:focus,.filter-widget .btn.btn-outline-primary:hover,.filter-widget .btn.btn-outline-primary:focus{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.collection-suggestion-link{display:block;border:1px solid color-mix(in srgb,var(--accent-color),#fff 75%);border-radius:10px;padding:10px 12px;color:var(--heading-color);text-decoration:none;transition:all .2s ease}.collection-suggestion-link:hover,.collection-suggestion-link:focus{border-color:var(--accent-color);background:color-mix(in srgb,var(--accent-color),#fff 92%);color:var(--accent-color)}.page-content-text,.collection-landing-page .collection-page-subtitle,.collection-landing-page .collection-page-intro{font-size:1.15rem;line-height:1.8;color:color-mix(in srgb,var(--default-color),transparent 10%)}.collection-landing-page .page-title .heading .collection-heading-block{max-width:980px;margin-left:auto;margin-right:auto}.collection-landing-page .page-title .heading .heading-title{text-align:center}.collection-landing-page .collection-page-subtitle{text-align:center;font-style:italic}.collection-landing-page .collection-page-intro{text-align:left}.properties-page .page-title .heading .catalog-heading-block{max-width:980px;margin-left:auto;margin-right:auto}.properties-page .page-title .heading .heading-title{text-align:center}.properties-page .page-title .heading .page-content-subtitle{text-align:center;font-style:italic}.properties-page .page-title .heading .page-content-intro{text-align:left}
