@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";@font-face{font-family:Jost;font-display:swap}@font-face{font-family:Roboto;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#888 transparent;scrollbar-width:thin}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:#f1f1f1}*::-webkit-scrollbar-thumb{background:#888;border-radius:8px}*::-webkit-scrollbar-thumb:hover{background:#555}.leaflet-control-attribution a{display:none;text-decoration:none}html{scrollbar-gutter:stable}html,body{overflow-x:hidden;scroll-behavior:smooth!important;font-family:Jost,sans-serif}h1,h2,h3,h4,h5,h6,p,ul{padding:0;margin:0}ul{list-style-type:none}a{text-decoration:none;font-size:1rem}*:focus{outline:none!important}li{list-style-type:none}.leaflet-map-container .leaflet-container{border-radius:8px;box-shadow:0 2px 6px #0000001a}.leaflet-map-container .leaflet-control-attribution,.leaflet-map-container .leaflet-control-container .leaflet-attribution-flag{display:none!important}.leaflet-map-container .map-container{height:400px;margin-bottom:10px;position:relative}.leaflet-map-container .map-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;z-index:500;transition:opacity .3s ease-in-out}.leaflet-map-container .map-wrapper{height:100%;width:100%;transition:opacity .3s ease-in-out}.leaflet-map-container .coordinate-input .ant-input-number-input{direction:ltr;text-align:right}.leaflet-container a.leaflet-popup-close-button{font-size:2rem!important}.navbar{position:relative;background-color:#fff;padding:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000000d}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:0 7%;height:80px;max-width:1400px;margin:0 auto}.navbar-left,.navbar-right{display:flex;gap:2rem}.navbar-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;height:auto}.navbar-center .logo-container,.navbar .logo-container{display:flex;align-items:center;justify-content:center;height:auto}.navbar .logo{height:40px;max-width:100px;object-fit:contain}.navbar .nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:600;padding:.5rem 0;position:relative;transition:color .3s}.navbar .nav-link:hover,.navbar .nav-link.active{color:#3baecc}.navbar .nav-link.active:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background-color:#3baecc}.navbar .mobile-menu-toggle{display:none;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .7s ease}.navbar .mobile-menu-toggle:hover{background-color:#3baecc1a}.navbar .hamburger{width:24px;height:18px;position:relative}.navbar .hamburger span{display:block;position:absolute;height:2px;width:100%;background:#333;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar .hamburger span:nth-child(1){top:0}.navbar .hamburger span:nth-child(2){top:8px}.navbar .hamburger span:nth-child(3){top:16px}.navbar .hamburger.active span:nth-child(1){transform:rotate(45deg);top:8px}.navbar .hamburger.active span:nth-child(2){opacity:0;transform:translate(20px)}.navbar .hamburger.active span:nth-child(3){transform:rotate(-45deg);top:8px}.navbar .mobile-menu{display:none;flex-direction:column;width:100%;background:#fff;position:absolute;top:80px;left:0;padding:0;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a;border-radius:0 0 16px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .mobile-menu.open{max-height:400px;padding:1.5rem 0}.navbar .mobile-menu .mobile-nav-link{color:#333;text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem 2rem;margin:0 1rem;border-radius:8px;transition:all .2s ease;position:relative}.navbar .mobile-menu .mobile-nav-link:hover{background:#f8f9fa;color:#3baecc}.navbar .mobile-menu .mobile-nav-link.active{background:#3baecc;color:#fff}@media (max-width: 1024px){.navbar-left,.navbar-right{gap:1.5rem}}@media (max-width: 900px){.navbar-container{padding:0 1.5rem;justify-content:space-between;align-items:center}.navbar-left,.navbar-right{display:none}.navbar-center{position:static;transform:none;flex:1;justify-content:flex-start;margin-left:1rem}.navbar .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;order:3}.navbar .mobile-menu{display:flex}.navbar .logo{height:36px;max-width:90px}}@media (max-width: 480px){.navbar-container{padding:0 1rem;height:70px}.navbar .mobile-menu{top:70px;border-radius:0 0 12px 12px}.navbar .mobile-menu .mobile-nav-link{font-size:1rem;padding:.875rem 1.5rem;margin:0 .75rem;border-radius:6px}.navbar .logo{height:32px;max-width:80px}}.footer-section{padding:3rem 0 1rem;margin-top:2rem;height:max-content}.footer-section .footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-section .footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-section .footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1024px){.footer-section .footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem}}.footer-section .footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.footer-section .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 767px){.footer-section .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;margin-bottom:10px}}.footer-section .footer-bottom .footer-bottom-content .developer-credit{color:#18181b;font-size:.875rem;margin:0}.footer-section .footer-bottom .footer-bottom-content .developer-credit strong{color:#374151;font-weight:600}.footer-section .footer-bottom .footer-bottom-content .copyright{color:#9ca3af;font-size:.875rem;margin:0}.footer-column .column-title{color:#24add1;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.05em}.footer-column .links-list{list-style:none;padding:0;margin:0}.footer-column .links-list .link-item{margin-bottom:.75rem}.footer-column .links-list .link-item:last-child{margin-bottom:0}.footer-column .links-list .link-item .footer-link{color:#18181b;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.footer-column .links-list .link-item .footer-link:hover{color:#9ca3af}.footer-column.about-section .social-links{display:none}.company-info .company-brand{margin-bottom:1rem}.company-info .company-brand .brand-name{color:#24add1;font-size:1.5rem;font-weight:700;margin:0;line-height:1}.company-info .company-brand .brand-subtitle{color:#18181b;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-left:.25rem}.company-info .company-tagline{color:#9ca3af;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.company-info .social-links{display:flex;gap:.75rem}.company-info .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;text-decoration:none;transition:all .3s ease}.company-info .social-links .social-link:hover{background-color:#24add1;transform:translateY(-2px)}.company-info .social-links .social-link .social-icon{font-size:1.25rem;transition:all .3s ease}.company-info .social-links .social-link.facebook:hover,.company-info .social-links .social-link.twitter:hover,.company-info .social-links .social-link.instagram:hover,.company-info .social-links .social-link.pinterest:hover{background-color:#24add1}.contact-info .contact-details .contact-item{margin-bottom:.75rem}.contact-info .contact-details .contact-item:last-child{margin-bottom:0}.contact-info .contact-details .contact-item .contact-text{color:#18181b;font-size:1rem;margin:0;line-height:1.5}.contact-info .contact-details .contact-item .contact-text.footer-phone-link{transition:color .2s}.contact-info .contact-details .contact-item .contact-text.footer-phone-link:hover{color:#0056b3;text-decoration:none}@media (max-width: 767px){.footer-section{padding:2rem 0 1rem}.footer-section .footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.footer-section .footer-column{flex:1 1 calc(50% - 1rem);text-align:left}.footer-section .footer-column .column-title{margin-bottom:1rem}.footer-section .footer-column.about-section .social-links{display:flex!important;width:100%;justify-content:flex-start;margin-top:3.5rem;gap:.75rem}.footer-section .footer-column.about-section .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-section .footer-column.about-section .social-links .social-link:hover{background-color:#24add1;transform:translateY(-2px)}.footer-section .footer-column.about-section .social-links .social-link:hover .social-icon{transform:scale(1.1)}.footer-section .footer-column.about-section .social-links .social-link .social-icon{font-size:1.25rem;transition:all .3s ease}.footer-section .footer-column.about-section .social-links .social-link.facebook:hover{background-color:#1877f2}.footer-section .footer-column.about-section .social-links .social-link.twitter:hover{background-color:#1da1f2}.footer-section .footer-column.about-section .social-links .social-link.instagram:hover{background-color:#e4405f}.footer-section .company-info{flex:1 1 calc(50% - 1rem)}.footer-section .company-info .company-brand{text-align:left}.footer-section .company-info .social-links{display:none}.footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;text-align:left}.footer-bottom .footer-bottom-content .developer-credit,.footer-bottom .footer-bottom-content .copyright{flex:1;text-align:left}}.footer-section.dark-footer{background-color:#374151;color:#fff}.footer-section.dark-footer .column-title{color:#24add1}.footer-section.dark-footer .footer-link,.footer-section.dark-footer .company-tagline,.footer-section.dark-footer .contact-text{color:#d1d5db}.footer-section.dark-footer .footer-link:hover,.footer-section.dark-footer .company-tagline:hover,.footer-section.dark-footer .contact-text:hover{color:#fff}.footer-section.dark-footer .footer-bottom{border-top-color:#4b5563}.footer-section.dark-footer .footer-bottom .developer-credit,.footer-section.dark-footer .footer-bottom .copyright{color:#9ca3af}.footer-section.dark-footer .footer-bottom .developer-credit strong,.footer-section.dark-footer .footer-bottom .copyright strong{color:#fff}.footer-section.minimal-footer{background-color:#fff;border-top:1px solid #e5e7eb}.footer-section.minimal-footer .social-links .social-link{background-color:transparent;border:1px solid #e5e7eb}.footer-section.minimal-footer .social-links .social-link:hover{border-color:#24add1;background-color:#24add1}h1,h2,h3,h4,h5,h6{font-family:Jost,sans-serif;font-weight:700}p,span,div,a,button,input,textarea,select,li{font-family:Roboto,Helvetica Neue,Arial,sans-serif}.map-container{width:100%;height:500px}.map-container .mock-map{width:100%;height:100%;background-color:#e5e5e5;display:flex;align-items:center;justify-content:center;color:#666;font-size:18px;border-radius:10px;box-shadow:inset 0 0 10px #0000001a}.custom-popup-wrapper .leaflet-popup-content-wrapper{padding:0;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.custom-popup-wrapper .leaflet-popup-content{margin:0;width:230px!important}.custom-popup-wrapper .leaflet-popup-tip{background-color:#fff}.custom-popup{width:100%;background-color:#fff;font-family:Roboto,Helvetica Neue,Arial,sans-serif}.custom-popup:hover{cursor:pointer}.custom-popup .popup-image{position:relative;height:180px;overflow:hidden}.custom-popup .popup-image img{width:100%;height:100%;object-fit:cover}.custom-popup .popup-image .swiper{width:100%!important;height:100%!important}.custom-popup .popup-image .swiper-wrapper,.custom-popup .popup-image .swiper-slide{height:100%!important}.custom-popup .popup-image .swiper-slide img{width:100%;height:100%;object-fit:cover}.custom-popup .popup-image .popup-tag{position:absolute;top:10px;right:10px;background-color:#39a6cf;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.custom-popup .popup-content{padding:15px}.custom-popup .popup-content .popup-location{display:flex;align-items:center;gap:5px;color:#757575;font-size:12px;margin-bottom:8px}.custom-popup .popup-content .popup-location .location-icon{display:flex;align-items:center}.custom-popup .popup-content .popup-title{font-size:16px;font-weight:600;color:#333;margin-bottom:8px;line-height:1.3}.custom-popup .popup-content .popup-details{display:flex;gap:15px;margin-bottom:12px}.custom-popup .popup-content .popup-details span{display:flex;align-items:center;gap:4px;font-size:12px;color:#666}.custom-popup .popup-content .popup-details span i{display:flex;align-items:center}.custom-popup .popup-content .popup-price{font-size:16px;font-weight:700;color:#39a6cf}.custom-marker-cluster{background:transparent!important;border:none!important}.custom-marker-cluster .cluster-marker{background:linear-gradient(135deg,#39a6cf,#2d8bb8);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;box-shadow:0 2px 8px #39a6cf4d;border:3px solid white;transition:all .3s ease}.custom-marker-cluster .cluster-marker:hover{transform:scale(1.1);box-shadow:0 4px 12px #39a6cf66}.marker-cluster,.marker-cluster div{background:transparent!important;border:none!important}@media (max-width: 768px){.map-container{height:400p x}.custom-popup-wrapper .leaflet-popup-content{width:200px!important}.custom-popup .popup-content{padding:12px}.custom-popup .popup-content .popup-title{font-size:14px}.custom-popup .popup-content .popup-details{gap:10px}.custom-popup .popup-content .popup-details span{font-size:11px}.custom-popup .popup-content .popup-price{font-size:14px}}.property-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1001;display:flex;align-items:center;justify-content:center;animation:fadeIn .25s ease-out}.property-listing{position:relative;width:850px;max-width:90%;background:#fff;z-index:1002;border-radius:12px;box-shadow:0 5px 25px #0003;overflow:hidden;animation:zoomIn .3s cubic-bezier(.165,.84,.44,1)}.property-listing .property-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;border-bottom:1px solid #f6f6f6}.property-listing .property-header .back-button{display:flex;align-items:center;gap:.5rem;cursor:pointer}.property-listing .property-header .back-button .icon{width:1.25rem;height:1.25rem;color:#000}.property-listing .property-header .back-button span{font-size:1rem;font-weight:600;color:#000}.property-listing .property-header .header-actions{display:flex;align-items:center;gap:1.25rem}.property-listing .property-header .header-actions .action-item{display:flex;align-items:center;gap:.25rem;cursor:pointer}.property-listing .property-header .header-actions .action-item .icon{width:1.25rem;height:1.25rem;color:#000}.property-listing .property-header .header-actions .action-item span{color:#000;font-weight:500;font-size:.875rem}.property-listing .main-content{padding:1.5rem}.agent-card.responsive-agent-card{width:180px;min-width:120px;max-width:320px;padding:12px;border-radius:12px;background:#f7f7f7;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 2px 8px #0000000a}.agent-card.responsive-agent-card img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #eee;margin-bottom:6px}.agent-card.responsive-agent-card div{font-size:15px;text-align:center;word-break:break-all}@media (max-width: 768px){.property-listing{width:95%;max-width:none}.agent-card.responsive-agent-card{width:100%;min-width:0;max-width:100%;padding:8px}.agent-card.responsive-agent-card img{width:44px;height:44px;margin-bottom:4px}.agent-card.responsive-agent-card div{font-size:13px}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.property-content{width:100%}.property-content .image-gallery{display:flex;gap:.9rem;margin-bottom:1rem}.property-content .image-gallery .main-image-container{position:relative;flex:1.5;height:320px}.property-content .image-gallery .main-image-container .main-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.property-content .image-gallery .main-image-container .for-sale-badge{position:absolute;top:.75rem;left:.75rem;background-color:#24add1;color:#fff;padding:.2rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.property-content .image-gallery .thumbnail-column{display:flex;flex-direction:column;gap:.8rem;flex:1}.property-content .image-gallery .thumbnail-column .thumbnail-row{display:flex;gap:.8rem;height:158px}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-image-container{flex:1;height:100%}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-image-container .thumbnail-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay{position:relative;flex:1;height:100%}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay .thumbnail-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay .thumbnail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0003;border-radius:.5rem;display:flex;align-items:flex-end;justify-content:flex-end;padding:.5rem}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay .thumbnail-overlay .view-all-photos{background-color:#fff;color:#000;border:none;border-radius:.8rem;padding:.5rem .475rem;font-size:.55rem;display:flex;align-items:center;cursor:pointer}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay .thumbnail-overlay .view-all-photos .icon{width:.555rem;height:.555rem;margin-right:.25rem}.property-content .property-details{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.property-content .property-details .price-and-address .price-row{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem}.property-content .property-details .price-and-address .property-price{font-size:1.75rem;font-weight:700;margin:0;line-height:1.2}.property-content .property-details .price-and-address .property-address{font-size:.875rem;color:#333;margin:.25rem 0 .5rem}.property-content .property-details .price-and-address .mobile-gallery-button{display:none;background-color:#fff;color:#000;border:1px solid #ddd;border-radius:.5rem;padding:.5rem .75rem;font-size:.75rem;cursor:pointer;align-items:center;gap:.25rem;white-space:nowrap}.property-content .property-details .price-and-address .mobile-gallery-button .icon{width:.875rem;height:.875rem}.property-content .property-details .contact-button{background-color:#24add1;color:#fff;border:none;border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;white-space:nowrap}.property-content .property-details .contact-button:hover{background-color:#24add1e6}.property-content .property-specs{display:flex;gap:1.5rem;margin-bottom:.75rem}.property-content .property-specs .spec-item{display:flex;flex-direction:column;align-items:center}.property-content .property-specs .spec-item .spec-value{font-size:1.5rem;font-weight:700;color:#666;line-height:1}.property-content .property-specs .spec-item .spec-label{font-size:.75rem;color:#999;margin-top:.25rem}.property-content .property-tags{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.property-content .property-tags .tag-item{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.75rem}.property-content .property-tags .tag-item .icon{width:10px;height:10px}.property-content .whats-special{margin-bottom:.75rem}.property-content .whats-special .section-title{font-size:1.125rem;font-weight:700;color:#000;margin-top:0;margin-bottom:.5rem}.property-content .whats-special .section-content{color:#666;line-height:1.4;font-size:.75rem;margin:0}.property-content .footer-stats{display:flex;align-items:center;font-size:.75rem;color:#999}.property-content .footer-stats .stat-item{margin-right:.5rem}.property-content .footer-stats .stat-item strong{color:#333;font-weight:600}.property-content .footer-stats .divider{margin:0 .5rem;color:#ccc}.property-content .agent-grid__card-stat-value--whatsapp:hover,.property-content .agent-grid__card-stat-value--whatsapp:hover .agent-phone-number{color:#4caf50;transition:color .35s}.property-content .agent-phone-number{margin-right:6px;transition:color .35s;color:#000}.property-content .whatsapp-icon{vertical-align:middle}@media (max-width: 768px){.property-content .image-gallery{flex-direction:column}.property-content .image-gallery .main-image-container{height:220px}.property-content .image-gallery .thumbnail-column{flex-direction:row;height:80px}.property-content .image-gallery .thumbnail-column .thumbnail-row{height:80px}.property-content .image-gallery .thumbnail-column .thumbnail-row .thumbnail-with-overlay .thumbnail-overlay{display:none}.property-content .property-details{flex-direction:column;gap:1rem}.property-content .property-details .price-and-address .price-row{justify-content:space-between;align-items:center}.property-content .property-details .price-and-address .mobile-gallery-button{display:flex}}.page-property-container{max-width:1200px;margin:0 auto;padding:20px}.page-property-container .page-header-actions{display:flex;justify-content:flex-end;padding:1rem 0;border-bottom:1px solid #f6f6f6;margin-bottom:1.5rem}.page-property-container .page-header-actions .action-item{display:flex;align-items:center;gap:.25rem;cursor:pointer;margin-left:1.5rem}.page-property-container .page-header-actions .action-item .icon{width:1.25rem;height:1.25rem;color:#000}.page-property-container .page-header-actions .action-item span{color:#000;font-weight:500;font-size:.875rem}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out;cursor:pointer}.gallery-modal-content{position:relative;width:90%;height:90%;max-width:1200px;max-height:800px;background:transparent;border-radius:12px;overflow:hidden;cursor:default;box-shadow:0 25px 50px #00000080}.gallery-header{position:relative;width:100%;z-index:10002;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#000000a6;padding:18px 28px 10px;box-sizing:border-box;border-top-left-radius:12px;border-top-right-radius:12px}@media (max-width: 768px){.gallery-header{padding:10px 10px 6px;border-radius:0}}.close-gallery{position:static;margin-left:16px;margin-right:0;width:50px;height:50px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0;border:none;outline:none}.close-gallery .close-icon{position:relative;width:20px;height:20px}.close-gallery .close-icon:before,.close-gallery .close-icon:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;background:#fff;transform-origin:center}.close-gallery .close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.close-gallery .close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.close-gallery:hover{background:#fff3;border-color:#ffffff80}.close-gallery:active{transform:scale(.95)}.gallery-counter{position:static;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;z-index:10001;border:1px solid rgba(255,255,255,.1);margin-left:0;margin-right:16px}.gallery-swiper{width:100%;height:100%;border-radius:12px;overflow:hidden}.gallery-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;background:#000}.gallery-swiper .swiper-zoom-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-swiper .gallery-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #0000004d}.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{width:50px;height:50px;background:#ffffff1a;border-radius:50%;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.gallery-swiper .swiper-button-next:after,.gallery-swiper .swiper-button-prev:after{font-size:18px;font-weight:600}.gallery-swiper .swiper-button-next:hover,.gallery-swiper .swiper-button-prev:hover{background:#fff3;border-color:#fff6}.gallery-swiper .swiper-button-next.swiper-button-disabled,.gallery-swiper .swiper-button-prev.swiper-button-disabled{opacity:.3;cursor:not-allowed}.gallery-swiper .swiper-button-next.swiper-button-disabled:hover,.gallery-swiper .swiper-button-prev.swiper-button-disabled:hover{transform:none;background:#ffffff1a}.gallery-swiper .swiper-button-next{right:20px}.gallery-swiper .swiper-button-prev{left:20px}.gallery-swiper .swiper-pagination{bottom:20px}.gallery-swiper .swiper-pagination .swiper-pagination-fraction{background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;border:1px solid rgba(255,255,255,.1);width:auto;left:50%;transform:translate(-50%)}@media (max-width: 768px){.gallery-modal-content{width:95%;height:85%}.gallery-header{padding:6px 6px 4px;border-radius:0}.close-gallery{width:36px;height:36px;margin-left:8px}.gallery-counter{font-size:12px;padding:5px 10px;margin-right:8px}.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{width:40px;height:40px}.gallery-swiper .swiper-button-next:after,.gallery-swiper .swiper-button-prev:after{font-size:16px}.gallery-swiper .swiper-button-next{right:10px}.gallery-swiper .swiper-button-prev{left:10px}.gallery-swiper .swiper-pagination{bottom:15px}.gallery-swiper .swiper-pagination .swiper-pagination-fraction{font-size:12px;padding:6px 12px}}@media (max-width: 480px){.gallery-modal-content{width:100%;height:100%;border-radius:0}.gallery-swiper{border-radius:0}}.gallery-image{transition:opacity .3s ease}.gallery-image[src=""]{opacity:0}.swiper-zoom-container,.swiper-zoom-container.swiper-zoom-container-zoomed{cursor:grab}.share-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.share-modal-overlay.closing{animation:fadeOut .3s ease-out}.share-modal{background:#fff;border-radius:16px;width:90%;max-width:450px;min-height:400px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:10000}.share-modal.closing{animation:slideDown .3s ease-out}.share-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6}.share-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#374151}.share-modal-header .close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;color:#6b7280}.share-modal-header .close-btn:hover{background-color:#f3f4f6;color:#374151}.share-modal-content{padding:1rem 1.5rem 1.5rem}.share-url{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;margin-bottom:1.5rem}.share-url p{margin:0;font-size:.875rem;color:#6b7280;word-break:break-all}.share-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.share-option{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .2s ease}.share-option:hover{background-color:#f1f2f3}.share-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.5rem;transition:transform .2s ease}.share-label{font-size:.75rem;color:#374151;text-align:center;font-weight:500}.copy-link-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:500;color:#374151;transition:all .2s ease}.copy-link-btn:hover{background-color:#e5e7eb;border-color:#d1d5db}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}@media (max-width: 480px){.share-modal{width:95%;margin:1rem;min-height:350px}.share-options{grid-template-columns:repeat(2,1fr)}.share-modal-header{padding:1rem 1rem .75rem}.share-modal-content{padding:.75rem 1rem 1rem}}
