:root{--default-font:"Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--heading-font:"Raleway", sans-serif;--nav-font:"Montserrat", sans-serif;--background-color:#fff;--default-color:#323b3b;--heading-color:#163535;--accent-color:#2c7a7b;--surface-color:#fff;--contrast-color:#fff;--nav-color:#323b3b;--nav-hover-color:#2c7a7b;--nav-mobile-background-color:#fff;--nav-dropdown-background-color:#fff;--nav-dropdown-color:#323b3b;--nav-dropdown-hover-color:#2c7a7b}.light-background{--background-color:#eaf9f9;--surface-color:#fff}.dark-background{--background-color:#081b12;--default-color:#fff;--heading-color:#fff;--surface-color:#1f3028;--contrast-color:#fff}.accent-background{--background-color:#077f46;--default-color:#fff;--heading-color:#fff;--accent-color:#fff;--surface-color:#2a8f5f;--contrast-color:#fff}:root{scroll-behavior:smooth}body{color:var(--default-color);background-color:var(--background-color);font-family:var(--default-font)}a{color:var(--accent-color);text-decoration:none;transition:all .3s}a:hover{color:color-mix(in srgb, var(--accent-color), transparent 25%);text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-family:var(--heading-font)}.php-email-form .error-message{color:#fff;text-align:left;background:#df1529;margin-bottom:24px;padding:15px;font-weight:600;display:none}.php-email-form .sent-message{color:#fff;text-align:center;background:#059652;margin-bottom:24px;padding:15px;font-weight:600;display:none}.php-email-form .loading{background:var(--surface-color);text-align:center;margin-bottom:24px;padding:15px;display:none}.php-email-form .loading:before{content:"";border:3px solid var(--accent-color);border-top-color:var(--surface-color);border-radius:50%;width:24px;height:24px;margin:0 10px -6px 0;animation:1s linear infinite php-email-form-loading;display:inline-block}@keyframes php-email-form-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{--background-color:#fff0;color:var(--default-color);background-color:var(--background-color);z-index:997;padding:20px 0;transition:all .5s}.header .header-container{background:var(--surface-color);border-radius:50px;padding:5px 25px;box-shadow:0 2px 15px #0000001a}.header .logo{line-height:1}.header .logo img{max-height:36px;margin-right:8px}.header .logo h1{color:var(--heading-color);margin:0;font-size:22px;font-weight:700}.header .btn-getstarted,.header .btn-getstarted:focus{color:var(--contrast-color);background:var(--accent-color);border-radius:50px;margin:0 0 0 30px;padding:8px 20px;font-size:14px;transition:all .3s}.header .btn-getstarted:hover,.header .btn-getstarted:focus:hover{color:var(--contrast-color);background:color-mix(in srgb, var(--accent-color), transparent 15%)}@media (max-width:1200px){.header{padding-top:10px}.header .header-container{margin-left:10px;margin-right:10px;padding:10px 15px}.header .logo{order:1}.header .btn-getstarted{order:2;margin:0 10px 0 0;padding:6px 15px}.header .navmenu{order:3}}@media (min-width:1200px){.navmenu{padding:0}.navmenu ul{align-items:center;margin:0;padding:0;list-style:none;display:flex}.navmenu li{position:relative}.navmenu a,.navmenu a:focus{color:var(--nav-color);font-size:15px;font-family:var(--nav-font);white-space:nowrap;justify-content:space-between;align-items:center;padding:18px 15px;font-weight:700;transition:all .3s;display:flex}.navmenu a i,.navmenu a:focus i{margin-left:5px;font-size:12px;line-height:0;transition:all .3s}.navmenu li:last-child a{padding-right:0}.navmenu a{transition:color .3s;position:relative}.navmenu a:after{content:"";background-color:var(--nav-hover-color);border-radius:2px;width:0;height:2px;transition:width .3s,transform .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.navmenu li:hover>a,.navmenu .active,.navmenu .active:focus{color:var(--nav-hover-color)}.navmenu li:hover>a:after,.navmenu .active:after,.navmenu .active:focus:after{width:100%}.navmenu .dropdown ul{background:var(--nav-dropdown-background-color);visibility:hidden;opacity:0;z-index:99;border-radius:4px;margin:0;padding:10px 0;transition:all .3s;display:block;position:absolute;top:130%;left:14px;box-shadow:0 0 30px #0000001a}.navmenu .dropdown ul li{min-width:200px}.navmenu .dropdown ul a{text-transform:none;color:var(--nav-dropdown-color);padding:10px 20px;font-size:15px}.navmenu .dropdown ul a i{font-size:12px}.navmenu .dropdown ul a:hover,.navmenu .dropdown ul .active:hover,.navmenu .dropdown ul li:hover>a{color:var(--nav-dropdown-hover-color)}.navmenu .dropdown:hover>ul{opacity:1;visibility:visible;top:100%}.navmenu .dropdown .dropdown ul{visibility:hidden;top:0;left:-90%}.navmenu .dropdown .dropdown:hover>ul{opacity:1;visibility:visible;top:0;left:-100%}}@media (max-width:1199px){.mobile-nav-toggle{color:var(--nav-color);cursor:pointer;margin-right:10px;font-size:28px;line-height:0;transition:color .3s}.navmenu{z-index:9997;padding:0}.navmenu ul{background-color:var(--nav-mobile-background-color);z-index:9998;border-radius:6px;margin:0;padding:10px 0;list-style:none;transition:all .3s;display:none;position:absolute;inset:60px 20px 20px;overflow-y:auto;box-shadow:0 0 30px #0000001a}.navmenu a,.navmenu a:focus{color:var(--nav-dropdown-color);font-family:var(--nav-font);white-space:nowrap;justify-content:space-between;align-items:center;padding:10px 20px;font-size:17px;font-weight:500;transition:all .3s;display:flex}.navmenu a i,.navmenu a:focus i{background-color:color-mix(in srgb, var(--accent-color), transparent 90%);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:5px;font-size:12px;line-height:0;transition:all .3s;display:flex}.navmenu a i:hover,.navmenu a:focus i:hover{background-color:var(--accent-color);color:var(--contrast-color)}.navmenu a:after{display:none!important}.navmenu a{transition:all .3s;position:relative;padding-left:16px!important}.navmenu a:before{content:"";background-color:var(--nav-dropdown-hover-color);border-radius:0 4px 4px 0;width:4px;height:0;transition:height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.navmenu li:hover>a,.navmenu .active,.navmenu .active:focus{color:var(--nav-dropdown-hover-color);background-color:#00000005}.navmenu li:hover>a:before,.navmenu .active:before,.navmenu .active:focus:before{height:60%}.navmenu .active i,.navmenu .active:focus i{background-color:var(--accent-color);color:var(--contrast-color);transform:rotate(180deg)}.navmenu .dropdown ul{z-index:99;background-color:var(--nav-dropdown-background-color);border:1px solid color-mix(in srgb, var(--default-color), transparent 90%);box-shadow:none;margin:10px 20px;padding:10px 0;transition:all .5s ease-in-out;display:none;position:static}.navmenu .dropdown ul ul{background-color:#2125291a}.navmenu .dropdown>.dropdown-active{background-color:#21252908;display:block}.mobile-nav-active{overflow:hidden}.mobile-nav-active .mobile-nav-toggle{color:#fff;z-index:9999;margin-right:0;font-size:32px;position:absolute;top:15px;right:15px}.mobile-nav-active .navmenu{background:#212529cc;transition:all .3s;position:fixed;inset:0;overflow:hidden}.mobile-nav-active .navmenu>ul{display:block}}.footer{color:var(--default-color);background:var(--background-color);border-top:1px solid color-mix(in srgb, var(--accent-color), transparent 85%);padding:80px 0 0;font-size:14px;position:relative}.footer .footer-content .logo{line-height:1}.footer .footer-content .logo span{color:var(--heading-color);letter-spacing:.5px;font-size:28px;font-weight:700;font-family:var(--heading-font)}.footer .footer-content p{color:color-mix(in srgb, var(--default-color), transparent 15%);font-size:15px;line-height:1.6}.footer .newsletter-form{margin-top:30px}.footer .newsletter-form h5{color:var(--heading-color);font-size:16px;font-weight:600;font-family:var(--heading-font);margin-bottom:15px}.footer .newsletter-form .input-group{box-shadow:0 2px 10px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:50px;display:flex;position:relative;overflow:hidden}.footer .newsletter-form input[type=email]{background-color:var(--surface-color);color:var(--default-color);border:none;flex:1;padding:12px 20px;font-size:14px}.footer .newsletter-form input[type=email]:focus{box-shadow:none;outline:none}.footer .newsletter-form input[type=email]::placeholder{color:color-mix(in srgb, var(--default-color), transparent 60%)}.footer .newsletter-form .btn-subscribe{background-color:var(--accent-color);color:var(--contrast-color);cursor:pointer;border:none;padding:12px 20px;transition:all .3s}.footer .newsletter-form .btn-subscribe:hover{background-color:color-mix(in srgb, var(--accent-color), black 10%)}.footer .newsletter-form .btn-subscribe i{font-size:16px}.footer .newsletter-form .loading,.footer .newsletter-form .error-message,.footer .newsletter-form .sent-message{margin-top:8px;font-size:13px}.footer h4{color:var(--heading-color);font-size:18px;font-weight:600;font-family:var(--heading-font);margin-bottom:25px;position:relative}.footer h4:after{content:"";background-color:var(--accent-color);width:30px;height:2px;position:absolute;bottom:-8px;left:0}.footer .footer-links ul{margin:0;padding:0;list-style:none}.footer .footer-links ul li{align-items:center;padding:8px 0;transition:all .3s;display:flex}.footer .footer-links ul li:hover{transform:translate(5px)}.footer .footer-links ul a{color:color-mix(in srgb, var(--default-color), transparent 25%);align-items:center;font-size:14px;text-decoration:none;transition:all .3s;display:flex}.footer .footer-links ul a:hover{color:var(--accent-color)}.footer .footer-links ul a i{color:var(--accent-color);margin-right:8px;font-size:12px}.footer .footer-contact .contact-item{align-items:flex-start;margin-bottom:20px;display:flex}.footer .footer-contact .contact-item .contact-icon{background-color:color-mix(in srgb, var(--accent-color), transparent 90%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:15px;display:flex}.footer .footer-contact .contact-item .contact-icon i{color:var(--accent-color);font-size:16px}.footer .footer-contact .contact-item .contact-info p{color:color-mix(in srgb, var(--default-color), transparent 20%);margin:0;font-size:14px;line-height:1.5}.footer .social-links{gap:12px;margin-top:25px;display:flex}.footer .social-links a{background-color:color-mix(in srgb, var(--default-color), transparent 92%);width:42px;height:42px;color:color-mix(in srgb, var(--default-color), transparent 30%);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.footer .social-links a:hover{background-color:var(--accent-color);color:var(--contrast-color);transform:translateY(-3px)}.footer .social-links a i{font-size:16px}.footer .footer-bottom{background-color:var(--accent-color);color:var(--contrast-color);margin-top:50px;padding:25px 0}@media (max-width:768px){.footer{padding:60px 0 0}.footer .footer-content{text-align:center;margin-bottom:40px}.footer .footer-links,.footer .footer-contact{margin-bottom:40px}}input[type=text],input[type=email],textarea{color:var(--default-color);background-color:var(--surface-color);border-color:color-mix(in srgb, var(--default-color), transparent 80%);font-size:14px}input[type=text]:focus,input[type=email]:focus,textarea:focus{border-color:var(--accent-color)}input[type=text]::placeholder,input[type=email]::placeholder,textarea::placeholder{color:color-mix(in srgb, var(--default-color), transparent 70%)}.scroll-top{visibility:hidden;opacity:0;z-index:99999;background-color:color-mix(in srgb, var(--accent-color) 90%, white 15%);border-radius:50px;width:44px;height:44px;transition:all .4s;position:fixed;bottom:-15px;right:10px}.scroll-top i{color:var(--contrast-color);font-size:24px;line-height:0}.scroll-top:hover{background-color:color-mix(in srgb, var(--accent-color) 90%, white 25%);color:var(--contrast-color)}.scroll-top.active{visibility:visible;opacity:1;bottom:15px;right:10px}.page-title{color:var(--default-color);background-color:var(--background-color);padding-top:80px;position:relative}.page-title .heading{padding:80px 0}.page-title .heading h1{font-size:38px;font-weight:700}.page-title nav{background-color:color-mix(in srgb, var(--default-color), transparent 96%);padding:20px 0}.page-title nav ol{flex-wrap:wrap;margin:0;padding:0;font-size:16px;font-weight:400;list-style:none;display:flex}.page-title nav ol li+li{padding-left:10px}.page-title nav ol li+li:before{content:"/";color:color-mix(in srgb, var(--default-color), transparent 70%);padding-right:10px;display:inline-block}section,.section{color:var(--default-color);background-color:var(--background-color);padding:60px 0;scroll-margin-top:90px;overflow:clip}@media (max-width:1199px){section,.section{scroll-margin-top:66px}}.section-title{text-align:center;padding-bottom:60px;position:relative}.section-title h2{margin-bottom:20px;padding-bottom:20px;font-size:32px;font-weight:700;position:relative}.section-title h2:before{content:"";background:color-mix(in srgb, var(--default-color), transparent 60%);width:160px;height:1px;margin:auto;display:block;position:absolute;bottom:1px;left:0;right:0}.section-title h2:after{content:"";background:var(--accent-color);width:60px;height:3px;margin:auto;display:block;position:absolute;bottom:0;left:0;right:0}.section-title p{margin-bottom:0}.hero{background:linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 95%) 0%, color-mix(in srgb, var(--background-color), transparent 5%) 100%);align-items:center;min-height:100vh;padding:140px 0 60px;display:flex;position:relative}@media (max-width:1200px){.hero{padding:100px 0 60px}}.hero .hero-content{width:100%}.hero .hero-badge{background:var(--accent-color);color:var(--contrast-color);border-radius:25px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.hero .hero-badge i{font-size:12px}.hero .hero-text h1{margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.2}@media (max-width:768px){.hero .hero-text h1{font-size:2.5rem}}.hero .hero-text p{color:color-mix(in srgb, var(--default-color), transparent 20%);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.hero .search-form{background:var(--surface-color);box-shadow:0 20px 40px color-mix(in srgb, var(--default-color), transparent 90%);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb, var(--default-color), transparent 90%);border-radius:16px;margin-bottom:40px;padding:32px}.hero .search-form .form-floating .form-control,.hero .search-form .form-floating .form-select{color:var(--default-color);border:1px solid color-mix(in srgb, var(--default-color), transparent 85%);background-color:#0000;border-radius:8px;height:56px;font-size:14px}.hero .search-form .form-floating .form-control:focus,.hero .search-form .form-floating .form-select:focus{border-color:var(--accent-color);box-shadow:0 0 0 .25rem color-mix(in srgb, var(--accent-color), transparent 75%)}.hero .search-form .form-floating .form-control::placeholder,.hero .search-form .form-floating .form-select::placeholder{color:color-mix(in srgb, var(--default-color), transparent 70%)}.hero .search-form .form-floating label{color:color-mix(in srgb, var(--default-color), transparent 30%);font-size:14px}.hero .search-form .btn-search{background:var(--accent-color);color:var(--contrast-color);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.hero .search-form .btn-search:hover{background:color-mix(in srgb, var(--accent-color), transparent 10%);box-shadow:0 8px 20px color-mix(in srgb, var(--accent-color), transparent 70%);transform:translateY(-2px)}.hero .search-form .btn-search i{font-size:16px}.hero .hero-stats .stat-item{text-align:center;padding:16px}.hero .hero-stats .stat-item h3{color:var(--accent-color);margin-bottom:8px;font-size:2rem;font-weight:700}.hero .hero-stats .stat-item p{color:color-mix(in srgb, var(--default-color), transparent 30%);margin:0;font-size:14px;font-weight:500}.hero .hero-images{position:relative}.hero .hero-images .image-stack{height:600px;position:relative}.hero .hero-images .image-stack .main-image{box-shadow:0 25px 50px color-mix(in srgb, var(--default-color), transparent 80%);border-radius:20px;position:relative;overflow:hidden}.hero .hero-images .image-stack .main-image img{object-fit:cover;width:100%;height:500px}.hero .hero-images .image-stack .main-image .property-tag{background:var(--surface-color);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;padding:12px 16px;position:absolute;top:20px;right:20px}.hero .hero-images .image-stack .main-image .property-tag .price{color:var(--accent-color);margin-bottom:4px;font-size:18px;font-weight:700;display:block}.hero .hero-images .image-stack .main-image .property-tag .type{color:color-mix(in srgb, var(--default-color), transparent 30%);text-transform:uppercase;font-size:12px;font-weight:600}.hero .hero-images .image-stack .secondary-image{width:200px;height:200px;box-shadow:0 15px 30px color-mix(in srgb, var(--default-color), transparent 85%);border:4px solid var(--surface-color);border-radius:16px;position:absolute;top:-40px;left:40px;overflow:hidden}.hero .hero-images .image-stack .secondary-image img{object-fit:cover;width:100%;height:100%}.hero .hero-images .image-stack .floating-card{background:var(--surface-color);box-shadow:0 20px 40px color-mix(in srgb, var(--default-color), transparent 85%);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb, var(--default-color), transparent 90%);border-radius:16px;width:280px;padding:20px;position:absolute;bottom:40px;left:40px}.hero .hero-images .image-stack .floating-card .agent-info{align-items:center;gap:12px;display:flex}.hero .hero-images .image-stack .floating-card .agent-info .agent-avatar{object-fit:cover;border:2px solid var(--accent-color);border-radius:50%;width:50px;height:50px}.hero .hero-images .image-stack .floating-card .agent-info .agent-details{flex:1}.hero .hero-images .image-stack .floating-card .agent-info .agent-details h5{margin:0 0 4px;font-size:16px;font-weight:600}.hero .hero-images .image-stack .floating-card .agent-info .agent-details p{color:color-mix(in srgb, var(--default-color), transparent 30%);margin:0 0 8px;font-size:12px}.hero .hero-images .image-stack .floating-card .agent-info .agent-details .rating{align-items:center;gap:2px;font-size:12px;display:flex}.hero .hero-images .image-stack .floating-card .agent-info .agent-details .rating i{color:#ffc107;font-size:10px}.hero .hero-images .image-stack .floating-card .agent-info .agent-details .rating span{color:color-mix(in srgb, var(--default-color), transparent 30%);margin-left:6px}@media (max-width:992px){.hero .hero-images{margin-top:60px}.hero .hero-images .image-stack{height:400px}.hero .hero-images .image-stack .main-image img{height:350px}.hero .hero-images .image-stack .secondary-image{width:150px;height:150px;top:-20px;left:-40px}.hero .hero-images .image-stack .floating-card{width:250px;padding:16px;bottom:20px;left:-20px}.hero .search-form{padding:24px}}@media (max-width:576px){.hero .search-form{margin-bottom:30px;padding:20px}.hero .hero-stats .stat-item{padding:12px 8px}.hero .hero-stats .stat-item h3{font-size:1.5rem}.hero .hero-stats .stat-item p{font-size:13px}.hero .hero-images .image-stack{height:300px}.hero .hero-images .image-stack .main-image img{height:250px}.hero .hero-images .image-stack .main-image .property-tag{padding:8px 12px;top:12px;right:12px}.hero .hero-images .image-stack .main-image .property-tag .price{font-size:16px}.hero .hero-images .image-stack .secondary-image{width:120px;height:120px}.hero .hero-images .image-stack .floating-card{width:220px;padding:12px;bottom:10px;left:10px}.hero .hero-images .image-stack .floating-card .agent-details h5{font-size:14px}.hero .hero-images .image-stack .floating-card .agent-details p{font-size:11px}}.home-about .image-section{position:relative}.home-about .image-section .main-image-wrapper{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000026}.home-about .image-section .main-image-wrapper .main-image{object-fit:cover;width:100%;height:450px}@media (max-width:768px){.home-about .image-section .main-image-wrapper .main-image{height:350px}}.home-about .image-section .main-image-wrapper .floating-card{background:var(--surface-color);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;position:absolute;bottom:2rem;right:2rem;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.home-about .image-section .main-image-wrapper .floating-card{padding:1rem;bottom:1rem;right:1rem}}.home-about .image-section .main-image-wrapper .floating-card .card-content{align-items:center;gap:1rem;display:flex}.home-about .image-section .main-image-wrapper .floating-card .card-content .icon{background:linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 10%));border-radius:15px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.home-about .image-section .main-image-wrapper .floating-card .card-content .icon i{color:var(--contrast-color);font-size:1.3rem}.home-about .image-section .main-image-wrapper .floating-card .card-content .text .number{color:var(--heading-color);font-size:1.8rem;font-weight:700;line-height:1;display:block}@media (max-width:768px){.home-about .image-section .main-image-wrapper .floating-card .card-content .text .number{font-size:1.5rem}}.home-about .image-section .main-image-wrapper .floating-card .card-content .text .label{color:color-mix(in srgb, var(--default-color), transparent 30%);font-size:.85rem;font-weight:500}.home-about .image-section .secondary-images{gap:1rem;margin-top:1.5rem;display:flex}@media (max-width:576px){.home-about .image-section .secondary-images{flex-direction:column}}.home-about .image-section .secondary-images .small-image{border-radius:16px;flex:1;overflow:hidden;box-shadow:0 15px 30px #0000001a}.home-about .image-section .secondary-images .small-image img{object-fit:cover;width:100%;height:140px;transition:transform .3s}.home-about .image-section .secondary-images .small-image img:hover{transform:scale(1.05)}.home-about .content-wrapper{padding-right:2rem}@media (max-width:992px){.home-about .content-wrapper{margin-top:3rem;padding-right:0}}.home-about .content-wrapper .section-badge{background:linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));color:var(--contrast-color);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.home-about .content-wrapper .section-badge i{font-size:1rem}.home-about .content-wrapper h2{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}@media (max-width:768px){.home-about .content-wrapper h2{font-size:2rem}}.home-about .content-wrapper p{color:color-mix(in srgb, var(--default-color), transparent 20%);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.home-about .content-wrapper .stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}@media (max-width:576px){.home-about .content-wrapper .stats-grid{grid-template-columns:1fr;gap:1.5rem}}.home-about .content-wrapper .stats-grid .stat-item{text-align:center;background:var(--surface-color);border:1px solid color-mix(in srgb, var(--default-color), transparent 90%);border-radius:16px;padding:1.5rem 1rem;transition:all .3s}.home-about .content-wrapper .stats-grid .stat-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.home-about .content-wrapper .stats-grid .stat-item .stat-number{color:var(--accent-color);margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1}@media (max-width:768px){.home-about .content-wrapper .stats-grid .stat-item .stat-number{font-size:1.7rem}}.home-about .content-wrapper .stats-grid .stat-item .stat-label{color:color-mix(in srgb, var(--default-color), transparent 35%);font-size:.9rem;font-weight:500}.home-about .content-wrapper .features-list{margin-bottom:2.5rem}.home-about .content-wrapper .features-list .feature-item{color:var(--default-color);align-items:center;gap:1rem;margin-bottom:1rem;font-size:1rem;display:flex}.home-about .content-wrapper .features-list .feature-item:last-child{margin-bottom:0}.home-about .content-wrapper .features-list .feature-item i{color:var(--accent-color);flex-shrink:0;font-size:1.2rem}.home-about .content-wrapper .cta-wrapper{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.home-about .content-wrapper .cta-wrapper{flex-direction:column;align-items:flex-start;gap:1.5rem}}.home-about .content-wrapper .cta-wrapper .btn-primary{background:var(--accent-color);color:var(--contrast-color);box-shadow:0 10px 30px color-mix(in srgb, var(--accent-color), transparent 70%);border-radius:50px;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.home-about .content-wrapper .cta-wrapper .btn-primary:hover{background:color-mix(in srgb, var(--accent-color), black 10%);box-shadow:0 15px 40px color-mix(in srgb, var(--accent-color), transparent 60%);color:var(--contrast-color);transform:translateY(-2px)}.home-about .content-wrapper .cta-wrapper .btn-primary:hover i{transform:translate(3px)}.home-about .content-wrapper .cta-wrapper .btn-primary i{font-size:1.1rem;transition:transform .3s}.home-about .content-wrapper .cta-wrapper .contact-quick{align-items:center;gap:.75rem;display:flex}.home-about .content-wrapper .cta-wrapper .contact-quick i{background:color-mix(in srgb, var(--accent-color), transparent 90%);width:45px;height:45px;color:var(--accent-color);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.home-about .content-wrapper .cta-wrapper .contact-quick .contact-text{flex-direction:column;display:flex}.home-about .content-wrapper .cta-wrapper .contact-quick .contact-text span{color:color-mix(in srgb, var(--default-color), transparent 40%);margin-bottom:.1rem;font-size:.85rem}.home-about .content-wrapper .cta-wrapper .contact-quick .contact-text a{color:var(--heading-color);font-size:1rem;font-weight:600;text-decoration:none}.home-about .content-wrapper .cta-wrapper .contact-quick .contact-text a:hover{color:var(--accent-color)}.featured-properties .grid-featured{grid-template-columns:10fr 8fr;gap:24px;display:grid}@media (max-width:992px){.featured-properties .grid-featured{grid-template-columns:1fr}}.featured-properties .highlight-card{background-color:var(--surface-color);box-shadow:0 6px 28px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:18px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.featured-properties .highlight-card:hover{box-shadow:0 10px 36px color-mix(in srgb, var(--default-color), transparent 85%);transform:translateY(-6px)}.featured-properties .highlight-card .media{height:360px;position:relative;overflow:hidden}.featured-properties .highlight-card .media .image-link{height:100%;display:block}.featured-properties .highlight-card .media .image-link img{object-fit:cover;width:100%;height:100%;transition:transform .6s;transform:scale(1.02)}.featured-properties .highlight-card .media:hover img{transform:scale(1.08)}.featured-properties .highlight-card .media .badge-set{z-index:2;gap:8px;display:flex;position:absolute;top:16px;left:16px}.featured-properties .highlight-card .media .badge-set .flag{color:var(--contrast-color);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:800}.featured-properties .highlight-card .media .badge-set .flag.featured{background:color-mix(in srgb, var(--accent-color), black 10%)}.featured-properties .highlight-card .media .badge-set .flag.premium{background:color-mix(in srgb, var(--accent-color), blue 25%)}.featured-properties .highlight-card .media .quick-specs{flex-wrap:wrap;gap:10px;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.featured-properties .highlight-card .media .quick-specs span{backdrop-filter:blur(8px);color:var(--contrast-color);background:#00000059;border-radius:16px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:inline-flex}.featured-properties .highlight-card .media .quick-specs span i{color:var(--contrast-color);font-size:14px}.featured-properties .highlight-card .content{padding:22px}.featured-properties .highlight-card .content .top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.featured-properties .highlight-card .content .top h3{margin:0 0 6px;font-size:24px;font-weight:800;line-height:1.25}.featured-properties .highlight-card .content .top h3 a{color:var(--heading-color);transition:color .3s}.featured-properties .highlight-card .content .top h3 a:hover{color:var(--accent-color)}.featured-properties .highlight-card .content .top .loc{color:color-mix(in srgb, var(--default-color), transparent 30%);align-items:center;gap:8px;font-size:14px;display:flex}.featured-properties .highlight-card .content .top .loc i{color:var(--accent-color)}.featured-properties .highlight-card .content .top .price{background:color-mix(in srgb, var(--accent-color), black 10%);color:var(--contrast-color);white-space:nowrap;border-radius:14px;padding:10px 16px;font-size:20px;font-weight:800}.featured-properties .highlight-card .content .excerpt{color:color-mix(in srgb, var(--default-color), transparent 18%);margin:0 0 18px;font-size:15px;line-height:1.7}.featured-properties .highlight-card .content .cta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.featured-properties .highlight-card .content .cta .btn-main{background-color:var(--accent-color);color:var(--contrast-color);text-transform:uppercase;letter-spacing:.4px;border-radius:28px;padding:12px 22px;font-size:13px;font-weight:700;transition:all .3s}.featured-properties .highlight-card .content .cta .btn-main:hover{background-color:color-mix(in srgb, var(--accent-color), black 15%);transform:translateY(-2px)}.featured-properties .highlight-card .content .cta .btn-soft{border:2px solid color-mix(in srgb, var(--accent-color), transparent 40%);color:var(--accent-color);text-transform:uppercase;border-radius:28px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .3s}.featured-properties .highlight-card .content .cta .btn-soft:hover{border-color:var(--accent-color);background-color:color-mix(in srgb, var(--accent-color), transparent 90%)}.featured-properties .highlight-card .content .cta .meta{align-items:center;gap:10px;margin-left:auto;display:flex}.featured-properties .highlight-card .content .cta .meta .status{text-transform:uppercase;border-radius:14px;padding:6px 12px;font-size:11px;font-weight:800}.featured-properties .highlight-card .content .cta .meta .status.for-sale{color:var(--accent-color);background:color-mix(in srgb, var(--accent-color), transparent 85%)}.featured-properties .highlight-card .content .cta .meta .listed{color:color-mix(in srgb, var(--default-color), transparent 40%);font-size:12px}@media (max-width:576px){.featured-properties .highlight-card .media{height:280px}.featured-properties .highlight-card .content .top{flex-direction:column}.featured-properties .highlight-card .content .top .price{align-self:flex-start}.featured-properties .highlight-card .content .cta{flex-direction:column;align-items:stretch}.featured-properties .highlight-card .content .cta .meta{justify-content:space-between;width:100%;margin-left:0}}.featured-properties .mini-list{grid-template-rows:repeat(3,1fr);gap:16px;display:grid}.featured-properties .mini-list .mini-card{background:var(--surface-color);box-shadow:0 4px 18px color-mix(in srgb, var(--default-color), transparent 92%);border-radius:14px;grid-template-columns:160px 1fr;gap:14px;transition:transform .3s,box-shadow .3s;display:grid;overflow:hidden}.featured-properties .mini-list .mini-card:hover{box-shadow:0 8px 24px color-mix(in srgb, var(--default-color), transparent 88%);transform:translateY(-3px)}.featured-properties .mini-list .mini-card .thumb{height:100%;display:block;position:relative}.featured-properties .mini-list .mini-card .thumb img{object-fit:cover;width:100%;height:100%}.featured-properties .mini-list .mini-card .thumb .label{color:var(--contrast-color);border-radius:12px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:10px;left:10px}.featured-properties .mini-list .mini-card .thumb .label.hot{background:color-mix(in srgb, var(--accent-color), red 25%)}.featured-properties .mini-list .mini-card .thumb .label.new{background:color-mix(in srgb, var(--accent-color), green 20%)}.featured-properties .mini-list .mini-card .thumb .label.featured{background:color-mix(in srgb, var(--accent-color), blue 20%)}.featured-properties .mini-list .mini-card .mini-body{padding:14px 14px 12px 0}.featured-properties .mini-list .mini-card .mini-body h4{margin:0 0 6px;font-size:16px;font-weight:800}.featured-properties .mini-list .mini-card .mini-body h4 a{color:var(--heading-color);transition:all .3s}.featured-properties .mini-list .mini-card .mini-body h4 a:hover{color:var(--accent-color)}.featured-properties .mini-list .mini-card .mini-body .mini-loc{color:color-mix(in srgb, var(--default-color), transparent 35%);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;display:flex}.featured-properties .mini-list .mini-card .mini-body .mini-loc i{color:var(--accent-color)}.featured-properties .mini-list .mini-card .mini-body .mini-specs{color:color-mix(in srgb, var(--default-color), transparent 25%);gap:10px;margin-bottom:10px;font-size:12px;display:flex}.featured-properties .mini-list .mini-card .mini-body .mini-specs span{align-items:center;gap:4px;display:inline-flex}.featured-properties .mini-list .mini-card .mini-body .mini-specs span i{color:var(--accent-color);font-size:12px}.featured-properties .mini-list .mini-card .mini-body .mini-foot{justify-content:space-between;align-items:center;display:flex}.featured-properties .mini-list .mini-card .mini-body .mini-foot .mini-price{color:var(--heading-color);font-size:18px;font-weight:800}.featured-properties .mini-list .mini-card .mini-body .mini-foot .mini-btn{background:var(--accent-color);color:var(--contrast-color);text-transform:uppercase;border-radius:18px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .3s}.featured-properties .mini-list .mini-card .mini-body .mini-foot .mini-btn:hover{background:color-mix(in srgb, var(--accent-color), black 12%);transform:translateY(-2px)}@media (max-width:992px){.featured-properties .mini-list{grid-template-rows:none;grid-template-columns:1fr}}@media (max-width:576px){.featured-properties .mini-list{grid-template-columns:1fr}.featured-properties .mini-list .mini-card{grid-template-columns:minmax(70px,150px) 1fr}}.featured-properties .stack-card{background:var(--surface-color);height:100%;box-shadow:0 4px 22px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.featured-properties .stack-card:hover{box-shadow:0 8px 28px color-mix(in srgb, var(--default-color), transparent 86%);transform:translateY(-4px)}.featured-properties .stack-card .stack-media{height:200px;margin:0;position:relative}.featured-properties .stack-card .stack-media img{object-fit:cover;width:100%;height:100%}.featured-properties .stack-card .stack-media figcaption{position:absolute;top:12px;left:12px}.featured-properties .stack-card .stack-media figcaption .chip{color:var(--contrast-color);border-radius:14px;padding:6px 12px;font-size:11px;font-weight:800}.featured-properties .stack-card .stack-media figcaption .chip.exclusive{background:color-mix(in srgb, var(--accent-color), blue 25%)}.featured-properties .stack-card .stack-media figcaption .chip.hot{background:color-mix(in srgb, var(--accent-color), red 22%)}.featured-properties .stack-card .stack-media figcaption .chip.new{background:color-mix(in srgb, var(--accent-color), green 20%)}.featured-properties .stack-card .stack-body{padding:18px}.featured-properties .stack-card .stack-body h5{margin-bottom:6px;font-size:18px;font-weight:800}.featured-properties .stack-card .stack-body h5 a{color:var(--heading-color);transition:all .3s}.featured-properties .stack-card .stack-body h5 a:hover{color:var(--accent-color)}.featured-properties .stack-card .stack-body .stack-loc{color:color-mix(in srgb, var(--default-color), transparent 35%);align-items:center;gap:6px;margin-bottom:10px;font-size:13px;display:flex}.featured-properties .stack-card .stack-body .stack-loc i{color:var(--accent-color)}.featured-properties .stack-card .stack-body .stack-specs{color:color-mix(in srgb, var(--default-color), transparent 25%);gap:12px;margin:0 0 14px;padding:0;font-size:12px;list-style:none;display:flex}.featured-properties .stack-card .stack-body .stack-specs li{align-items:center;gap:6px;display:inline-flex}.featured-properties .stack-card .stack-body .stack-specs li i{color:var(--accent-color);font-size:12px}.featured-properties .stack-card .stack-body .stack-foot{justify-content:space-between;align-items:center;display:flex}.featured-properties .stack-card .stack-body .stack-foot .stack-price{color:var(--heading-color);font-size:20px;font-weight:800}.featured-properties .stack-card .stack-body .stack-foot .stack-link{border:2px solid color-mix(in srgb, var(--accent-color), transparent 40%);color:var(--accent-color);text-transform:uppercase;border-radius:18px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .3s}.featured-properties .stack-card .stack-body .stack-foot .stack-link:hover{border-color:var(--accent-color);background:color-mix(in srgb, var(--accent-color), transparent 92%)}.about .intro-content .section-badge{background:color-mix(in srgb, var(--accent-color), transparent 92%);color:var(--accent-color);border:1px solid color-mix(in srgb, var(--accent-color), transparent 85%);border-radius:25px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.about .intro-content .section-badge i{font-size:1rem}.about .intro-content h2{color:var(--heading-color);margin-bottom:1.5rem;font-size:3.2rem;line-height:1.2}@media (max-width:768px){.about .intro-content h2{font-size:2.4rem}}.about .intro-content .lead-text{color:color-mix(in srgb, var(--default-color), transparent 20%);margin-bottom:1.2rem;font-size:1.25rem;line-height:1.7}.about .intro-content p{color:color-mix(in srgb, var(--default-color), transparent 30%);margin-bottom:2rem;line-height:1.7}.about .founder-highlight{background:var(--surface-color);border-left:4px solid var(--accent-color);border-radius:15px;margin-top:2rem;padding:1.5rem}.about .founder-highlight .founder-image{float:left;border:3px solid color-mix(in srgb, var(--accent-color), transparent 80%);border-radius:50%;width:60px;height:60px;margin-bottom:1rem;margin-right:1rem;overflow:hidden}.about .founder-highlight .founder-image img{object-fit:cover;width:100%;height:100%}.about .founder-highlight .founder-info{overflow:hidden}.about .founder-highlight .founder-info blockquote{color:color-mix(in srgb, var(--default-color), transparent 25%);margin-bottom:1rem;font-size:1rem;font-style:italic;line-height:1.6}.about .founder-highlight .founder-info .founder-details h5{color:var(--heading-color);margin:0;font-size:1.1rem}.about .founder-highlight .founder-info .founder-details span{color:var(--accent-color);font-size:.9rem;font-weight:500}.about .visual-section{position:relative}.about .visual-section .main-image{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000026}.about .visual-section .main-image img{object-fit:cover;width:100%;height:450px;transition:transform .3s}.about .visual-section .main-image img:hover{transform:scale(1.02)}@media (max-width:768px){.about .visual-section .main-image img{height:350px}}.about .visual-section .experience-badge{background:var(--surface-color);text-align:center;border:2px solid var(--accent-color);border-radius:15px;padding:1.2rem;position:absolute;top:25px;right:25px;box-shadow:0 10px 30px #0003}.about .visual-section .experience-badge .badge-number{color:var(--accent-color);margin-bottom:.3rem;font-size:1.8rem;font-weight:700;line-height:1}.about .visual-section .experience-badge .badge-text{color:var(--heading-color);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.about .visual-section .overlay-image{border:4px solid var(--surface-color);border-radius:15px;width:200px;position:absolute;bottom:-30px;left:-30px;overflow:hidden;box-shadow:0 20px 40px #00000040}@media (max-width:992px){.about .visual-section .overlay-image{display:none}}.about .visual-section .overlay-image img{object-fit:cover;width:100%;height:150px}.about .achievements-grid{background:linear-gradient(135deg, var(--surface-color), color-mix(in srgb, var(--surface-color), var(--accent-color) 5%));border:1px solid color-mix(in srgb, var(--default-color), transparent 95%);border-radius:20px;margin:5rem 0;padding:3rem 2rem}.about .achievements-grid .achievement-item{padding:1.5rem}.about .achievements-grid .achievement-item .achievement-icon{background:color-mix(in srgb, var(--accent-color), transparent 88%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.about .achievements-grid .achievement-item .achievement-icon i{color:var(--accent-color);font-size:2rem}.about .achievements-grid .achievement-item .achievement-icon:hover{background:var(--accent-color);transform:translateY(-5px)}.about .achievements-grid .achievement-item .achievement-icon:hover i{color:var(--contrast-color)}.about .achievements-grid .achievement-item .achievement-number{color:var(--heading-color);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}@media (max-width:768px){.about .achievements-grid .achievement-item .achievement-number{font-size:2.5rem}}.about .achievements-grid .achievement-item .achievement-label{color:color-mix(in srgb, var(--default-color), transparent 35%);text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:500}.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}.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);background-color:#0000;font-size:14px}.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);box-shadow:0 4px 20px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;height:100%;transition:all .3s;overflow:hidden}.properties .property-card:hover{box-shadow:0 8px 30px color-mix(in srgb, var(--default-color), transparent 80%);transform:translateY(-5px)}.properties .property-card .property-image{position:relative;overflow:hidden}.properties .property-card .property-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.properties .property-card .property-image:hover img{transform:scale(1.05)}.properties .property-card .property-image .property-badges{z-index:2;position:absolute;top:15px;left:15px}.properties .property-card .property-image .property-badges .badge{border-radius:20px;margin-bottom:5px;margin-right:5px;padding:5px 10px;font-size:12px;font-weight:600}.properties .property-card .property-image .property-badges .badge.featured{color:#fff;background-color:#ff6b35}.properties .property-card .property-image .property-badges .badge.new{color:#fff;background-color:#10b981}.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{color:#fff;background-color:#8b5cf6}.properties .property-card .property-image .property-badges .badge.open-house{color:#fff;background-color:#f59e0b}.property-overlay.premium{opacity:0;flex-direction:column;gap:8px;transition:opacity .3s;display:flex;position:absolute;top:15px;right:15px}.property-overlay{justify-content:space-between;align-items:center;gap:3px;display:flex}.property-overlay .heart-gallery{flex-direction:row;gap:8px;display:flex}.property-overlay button{width:35px;height:35px;color:var(--default-color);box-shadow:0 2px 8px color-mix(in srgb, var(--default-color), transparent 85%);background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.property-overlay button:hover{background-color:var(--accent-color);color:#fff}.property-overlay button.favorite-btn:hover{color:#fff;background-color:#ef4444}.properties .property-card .property-image:hover .property-overlay{opacity:1}.properties .property-card .property-content{padding:20px}.properties .property-card .property-content .property-price{color:var(--accent-color);margin-bottom:8px;font-size:24px;font-weight:700}.properties .property-card .property-content .property-price span{color:var(--default-color);font-size:16px;font-weight:500}.properties .property-card .property-content .property-title{color:var(--heading-color);margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.3}.properties .property-card .property-content .property-location{color:color-mix(in srgb, var(--default-color), transparent 30%);margin-bottom:15px;font-size:14px}.properties .property-card .property-content .property-location i{color:var(--accent-color);margin-right:5px}.properties .property-card .property-content .property-features{gap:15px;margin-bottom:20px;display:flex}.properties .property-card .property-content .property-features span{color:var(--default-color);align-items:center;gap:5px;font-size:13px;display:flex}.properties .property-card .property-content .property-features span i{color:var(--accent-color);font-size:14px}.properties .property-card .property-content .property-agent{background-color:color-mix(in srgb, var(--surface-color), var(--default-color) 3%);border-radius:8px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 15px;display:flex}.properties .property-card .property-content .property-agent .agent-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.properties .property-card .property-content .property-agent .agent-info{flex:1}.properties .property-card .property-content .property-agent .agent-info strong{color:var(--heading-color);font-size:14px;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{background-color:var(--accent-color);border-color:var(--accent-color);border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s}.properties .property-list-item{background-color:var(--surface-color);box-shadow:0 4px 20px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;margin-bottom:20px;padding:20px;transition:all .3s}.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{border-radius:8px;position:relative;overflow:hidden}.properties .property-list-item .property-image img{object-fit:cover;width:100%;height:160px;transition:transform .3s}.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{border-radius:15px;padding:4px 8px;font-size:11px;font-weight:600}.properties .property-list-item .property-image .property-badges .badge.featured{color:#fff;background-color:#ff6b35}.properties .property-list-item .property-image .property-badges .badge.new{color:#fff;background-color:#10b981}.properties .property-list-item .property-image .property-badges .badge.for-rent{color:#fff;background-color:#8b5cf6}.properties .property-list-item .property-image .property-badges .badge.open-house{color:#fff;background-color:#f59e0b}.properties .property-list-item .property-content .property-price{color:var(--accent-color);font-size:20px;font-weight:700}.properties .property-list-item .property-content .property-price span{color:var(--default-color);font-size:14px;font-weight:500}.properties .property-list-item .property-content .property-title{color:var(--heading-color);font-size:18px;font-weight:600;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{color:var(--accent-color);margin-right:5px}.properties .property-list-item .property-content .property-features{gap:15px;display:flex}.properties .property-list-item .property-content .property-features span{color:var(--default-color);align-items:center;gap:5px;font-size:13px;display:flex}.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{align-items:center;gap:8px;display:flex}.properties .property-list-item .property-content .property-agent .agent-avatar{object-fit:cover;border-radius:50%;width:30px;height:30px}.properties .property-list-item .property-content .property-agent span{color:var(--heading-color);font-size:14px;font-weight:500}.properties .property-list-item .property-content .property-actions{gap:10px;display:flex}.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{color:#fff;background-color:#ef4444;border-color:#ef4444}.properties .properties-sidebar .filter-widget{background-color:var(--surface-color);box-shadow:0 4px 20px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;padding:25px}.properties .properties-sidebar .filter-widget .filter-title{color:var(--heading-color);border-bottom:2px solid color-mix(in srgb, var(--accent-color), transparent 80%);margin-bottom:20px;padding-bottom:10px;font-size:18px;font-weight:600}.properties .properties-sidebar .filter-widget .filter-section{margin-bottom:20px}.properties .properties-sidebar .filter-widget .filter-section .form-label{color:var(--heading-color);margin-bottom:8px;font-size:14px;font-weight:600}.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%);color:var(--default-color);background-color:#0000;font-size:14px}.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{flex-wrap:wrap;gap:5px;display:flex}.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);padding:5px 12px;font-size:13px}.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{color:var(--default-color);font-size:14px}.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);box-shadow:0 4px 20px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;padding:25px}.properties .properties-sidebar .featured-properties h5{color:var(--heading-color);margin-bottom:20px;font-weight:600}.properties .properties-sidebar .featured-properties .featured-item{border-bottom:1px solid color-mix(in srgb, var(--default-color), transparent 90%);padding:15px 0}.properties .properties-sidebar .featured-properties .featured-item:last-child{border-bottom:none}.properties .properties-sidebar .featured-properties .featured-item img{object-fit:cover;border-radius:6px;height:60px}.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{font-size:14px;font-weight:600;color:var(--accent-color)!important}.properties .pagination .page-link{color:var(--default-color);border-color:color-mix(in srgb, var(--default-color), transparent 70%);background-color:#0000;padding:10px 15px}.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%)}@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{flex-wrap:wrap;gap:10px}.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;gap:10px;align-items:flex-start!important}.properties .property-list-item .property-content .property-actions{margin-top:15px}}.property-details .property-gallery .main-image-container{border-radius:12px;margin-bottom:20px;position:relative;overflow:hidden}.property-details .property-gallery .main-image-container .main-property-image{object-fit:cover;cursor:zoom-in;width:100%;height:500px}.property-details .property-gallery .main-image-container .image-zoom-container{background-color:var(--surface-color);border:1px solid color-mix(in srgb, var(--default-color), transparent 85%);z-index:10;width:100%;height:100%;position:absolute;top:0;right:-100%}@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{background-color:color-mix(in srgb, var(--surface-color), transparent 10%);width:45px;height:45px;color:var(--default-color);cursor:pointer;z-index:5;backdrop-filter:blur(10px);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.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{flex-wrap:wrap;gap:10px;display:flex}.property-details .property-gallery .thumbnail-gallery .thumbnail-item{cursor:pointer;border:2px solid #0000;border-radius:8px;flex:1;min-width:100px;transition:all .3s;overflow:hidden}.property-details .property-gallery .thumbnail-gallery .thumbnail-item.active{border-color:color-mix(in srgb, var(--accent-color), transparent 50%);box-shadow:0 0 5px}.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{object-fit:cover;width:100%;height:80px}.property-details .property-description{border-top:1px solid color-mix(in srgb, var(--default-color), transparent 85%);margin-top:40px;padding:30px 0}.property-details .property-description h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-description p{color:color-mix(in srgb, var(--default-color), transparent 10%);margin-bottom:15px;line-height:1.7}.property-details .property-amenities{border-top:1px solid color-mix(in srgb, var(--default-color), transparent 85%);margin-top:40px;padding:30px 0}.property-details .property-amenities h3{margin-bottom:30px;font-size:24px;font-weight:600}.property-details .property-amenities h4{color:var(--heading-color);margin-bottom:20px;font-size:18px;font-weight:500}.property-details .property-amenities .features-list{margin:0;padding:0;list-style:none}.property-details .property-amenities .features-list li{color:color-mix(in srgb, var(--default-color), transparent 10%);align-items:center;margin-bottom:12px;display:flex}.property-details .property-amenities .features-list li i{color:var(--accent-color);margin-right:12px;font-size:16px}.property-details .property-map{border-top:1px solid color-mix(in srgb, var(--default-color), transparent 85%);margin-top:40px;padding:30px 0}.property-details .property-map h3{margin-bottom:20px;font-size:24px;font-weight:600}.property-details .property-map .map-container{border-radius:12px;margin-bottom:20px;overflow:hidden}.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);box-shadow:0 5px 25px color-mix(in srgb, var(--default-color), transparent 90%);border-radius:12px;padding:30px;top:100px}.property-details .property-overview .price-tag{color:var(--accent-color);margin-bottom:10px;font-size:32px;font-weight:700}.property-details .property-overview .property-status{background:color-mix(in srgb, var(--accent-color), transparent 85%);color:var(--accent-color);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.property-details .property-overview .property-address{border-bottom:1px solid color-mix(in srgb, var(--default-color), transparent 85%);margin-bottom:30px;padding-bottom:20px}.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{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px;display:grid}.property-details .property-overview .property-stats .stat-item{align-items:center;gap:12px;display:flex}.property-details .property-overview .property-stats .stat-item i{color:var(--accent-color);width:24px;font-size:20px}.property-details .property-overview .property-stats .stat-item .value{color:var(--heading-color);font-size:18px;font-weight:600;display:block}.property-details .property-overview .property-stats .stat-item .label{color:color-mix(in srgb, var(--default-color), transparent 40%);text-transform:uppercase;letter-spacing:.5px;font-size:13px}.property-details .property-overview .agent-info{background:color-mix(in srgb, var(--surface-color), var(--default-color) 3%);border-top:3px solid var(--accent-color);border-radius:12px;gap:15px;margin-bottom:30px;padding:20px;display:flex}.property-details .property-overview .agent-info .agent-avatar img{object-fit:cover;border-radius:50%;width:60px;height:60px}.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{color:color-mix(in srgb, var(--default-color), transparent 30%);margin-bottom:3px;font-size:13px}.property-details .property-overview .agent-info .agent-details p i{color:var(--accent-color);margin-right:5px}.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{border:1px solid color-mix(in srgb, var(--default-color), transparent 80%);color:var(--default-color);background-color:var(--surface-color);border-radius:8px;margin-bottom:15px;padding:12px 15px;font-size:14px}.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);text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;width:100%;padding:12px 30px;font-weight:600;transition:all .3s}.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{gap:10px;display:flex}.property-details .property-overview .social-share .share-buttons .share-btn{width:40px;height:40px;color:var(--contrast-color);border-radius:8px;justify-content:center;align-items:center;font-size:16px;text-decoration:none;transition:all .3s;display:flex}.property-details .property-overview .social-share .share-buttons .share-btn.facebook{background:#3b5998}.property-details .property-overview .social-share .share-buttons .share-btn.twitter{background:#1da1f2}.property-details .property-overview .social-share .share-buttons .share-btn.whatsapp{background:#25d366}.property-details .property-overview .social-share .share-buttons .share-btn.email{background:#ea4335}.property-details .property-overview .social-share .share-buttons .share-btn.print{background:var(--heading-color)}.property-details .property-overview .social-share .share-buttons .share-btn:hover{color:var(--contrast-color);transform:translateY(-2px)}@media (max-width:768px){.property-details .property-overview{margin-top:30px;position:static!important;top:auto!important}.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}}.contact-2 .contact-info-box{background-color:var(--surface-color);border-radius:10px;align-items:flex-start;gap:15px;height:100%;padding:25px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 5px 25px #0000000d}.contact-2 .contact-info-box:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.contact-2 .contact-info-box .icon-box{background-color:color-mix(in srgb, var(--accent-color), transparent 90%);color:var(--accent-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.contact-2 .contact-info-box .icon-box i{font-size:24px}.contact-2 .contact-info-box .info-content h4{margin-bottom:10px;font-size:18px;font-weight:600}.contact-2 .contact-info-box .info-content p{color:color-mix(in srgb, var(--default-color), transparent 20%);margin-bottom:5px;font-size:15px;line-height:1.5}.contact-2 .contact-info-box .info-content p:last-child{margin-bottom:0}.contact-2 .map-section{width:100%;height:500px;position:relative;overflow:hidden}.contact-2 .map-section iframe{border:0;width:100%;height:100%;display:block}.contact-2 .form-container-overlap{z-index:10;margin-top:-150px;margin-bottom:60px;position:relative}.contact-2 .contact-form-wrapper{background-color:var(--surface-color);border-radius:12px;padding:40px;box-shadow:0 5px 25px #0000000d}.contact-2 .contact-form-wrapper h2{margin-bottom:30px;font-size:28px;font-weight:700;position:relative}.contact-2 .contact-form-wrapper h2:after{content:"";background-color:var(--accent-color);width:50px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.contact-2 .contact-form-wrapper .form-group{margin-bottom:20px}.contact-2 .contact-form-wrapper .form-group .input-with-icon{position:relative}.contact-2 .contact-form-wrapper .form-group .input-with-icon i{color:color-mix(in srgb, var(--default-color), transparent 40%);z-index:10;font-size:18px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.contact-2 .contact-form-wrapper .form-group .input-with-icon i.message-icon{top:28px}.contact-2 .contact-form-wrapper .form-group .input-with-icon textarea+i{top:25px;transform:none}.contact-2 .contact-form-wrapper .form-group .input-with-icon .form-control{height:3.5rem;color:var(--default-color);background-color:var(--surface-color);border:1px solid color-mix(in srgb, var(--default-color), transparent 80%);border-radius:8px;padding:12px 15px 12px 45px;font-size:15px}.contact-2 .contact-form-wrapper .form-group .input-with-icon .form-control:focus{border-color:var(--accent-color);box-shadow:0 0 0 .25rem color-mix(in srgb, var(--accent-color), transparent 90%)}.contact-2 .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder{color:color-mix(in srgb, var(--default-color), transparent 40%)}.contact-2 .contact-form-wrapper .form-group .input-with-icon textarea.form-control{resize:none;height:180px;padding-top:15px}.contact-2 .contact-form-wrapper .btn-submit{background-color:var(--accent-color);color:var(--contrast-color);letter-spacing:1px;box-shadow:0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%);border:none;border-radius:8px;padding:12px 30px;font-size:16px;font-weight:600;transition:all .3s}.contact-2 .contact-form-wrapper .btn-submit:hover{background-color:color-mix(in srgb, var(--accent-color), transparent 15%);box-shadow:0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);transform:translateY(-3px)}.contact-2 .contact-form-wrapper .btn-submit:active{box-shadow:0 3px 10px color-mix(in srgb, var(--accent-color), transparent 70%);transform:translateY(0)}.contact-2 .contact-form-wrapper .loading,.contact-2 .contact-form-wrapper .error-message,.contact-2 .contact-form-wrapper .sent-message{margin-top:10px;margin-bottom:20px}@media (max-width:992px){.contact-2 .form-container-overlap{margin-top:-120px}.contact-2 .contact-form-wrapper{padding:30px}}@media (max-width:768px){.contact-2 .contact-info-box{margin-bottom:20px}.contact-2 .form-container-overlap{margin-top:-100px}.contact-2 .contact-form-wrapper{padding:25px}.contact-2 .contact-form-wrapper h2{font-size:24px}.contact-2 .map-section{height:450px}}@media (max-width:576px){.contact-2 .form-container-overlap{margin-top:-80px}.contact-2 .contact-form-wrapper{padding:20px}.contact-2 .btn-submit{width:100%}.contact-2 .map-section{height:400px}}.error-404{background:linear-gradient(135deg, color-mix(in srgb, var(--background-color), transparent 0%), color-mix(in srgb, var(--background-color), var(--accent-color) 4%));padding:100px 0}.error-404 .error-wrapper{position:relative;overflow:hidden}.error-404 .error-illustration{justify-content:center;align-items:center;height:350px;display:flex;position:relative}.error-404 .error-illustration i{color:color-mix(in srgb, var(--accent-color), transparent 10%);z-index:2;font-size:9rem;animation:2s infinite pulse;position:relative}.error-404 .error-illustration .circle{opacity:.6;border-radius:50%;position:absolute}.error-404 .error-illustration .circle.circle-1{background:color-mix(in srgb, var(--accent-color), transparent 80%);width:200px;height:200px;animation:6s ease-in-out infinite float}.error-404 .error-illustration .circle.circle-2{background:color-mix(in srgb, var(--heading-color), transparent 85%);width:120px;height:120px;animation:8s ease-in-out infinite float;top:30%;left:25%}.error-404 .error-illustration .circle.circle-3{background:color-mix(in srgb, var(--accent-color), transparent 75%);width:80px;height:80px;animation:7s ease-in-out infinite reverse float;bottom:20%;right:30%}.error-404 .error-content{padding:30px 0}.error-404 .error-badge{background-color:color-mix(in srgb, var(--accent-color), transparent 85%);color:var(--accent-color);letter-spacing:1px;text-transform:uppercase;border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.error-404 .error-code{background:linear-gradient(135deg, var(--heading-color), var(--accent-color));-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(5rem,10vw,8rem);font-weight:900;line-height:1}.error-404 .error-title{color:var(--heading-color);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.error-404 .error-description{color:color-mix(in srgb, var(--default-color), transparent 15%);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.error-404 .error-actions{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.error-404 .error-actions .btn-home,.error-404 .error-actions .btn-help{border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-weight:600;transition:all .3s;display:inline-flex}.error-404 .error-actions .btn-home i,.error-404 .error-actions .btn-help i{font-size:1.2rem}.error-404 .error-actions .btn-home{background-color:var(--accent-color);color:var(--contrast-color);border:none}.error-404 .error-actions .btn-home:hover{background-color:color-mix(in srgb, var(--accent-color), transparent 15%);box-shadow:0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%);transform:translateY(-3px)}.error-404 .error-actions .btn-help{color:var(--accent-color);border:2px solid color-mix(in srgb, var(--accent-color), transparent 75%);background-color:#0000}.error-404 .error-actions .btn-help:hover{background-color:color-mix(in srgb, var(--accent-color), transparent 90%);transform:translateY(-3px)}.error-404 .error-suggestions{background-color:color-mix(in srgb, var(--background-color), var(--accent-color) 5%);border-radius:12px;padding:1.5rem}.error-404 .error-suggestions h3{color:var(--heading-color);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.error-404 .error-suggestions ul{margin:0;padding:0;list-style:none}.error-404 .error-suggestions ul li{margin-bottom:.8rem}.error-404 .error-suggestions ul li:last-child{margin-bottom:0}.error-404 .error-suggestions ul li a{color:var(--default-color);align-items:center;gap:.5rem;font-size:1.05rem;transition:all .3s;display:flex}.error-404 .error-suggestions ul li a i{color:var(--accent-color);font-size:1.1rem;transition:transform .3s}.error-404 .error-suggestions ul li a:hover{color:var(--accent-color)}.error-404 .error-suggestions ul li a:hover i{transform:translate(3px)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:992px){.error-404 .error-illustration{height:300px;margin-bottom:2rem}}@media (max-width:768px){.error-404{padding:70px 0}.error-404 .error-code{font-size:clamp(4rem,12vw,6rem)}.error-404 .error-title{font-size:1.8rem}.error-404 .error-actions{flex-direction:column}.error-404 .error-actions .btn-home,.error-404 .error-actions .btn-help{justify-content:center;width:100%}}
::selection{color:var(--contrast-color);background:var(--accent-color)}::-moz-selection{color:var(--contrast-color);background:var(--accent-color)}input[type=checkbox]:checked{background-color:var(--accent-color);border-color:var(--accent-color)}.custom-button{background-color:var(--accent-color)!important;color:#fff!important;letter-spacing:1px!important;box-shadow:0 5px 15px color-mix(in srgb, var(--accent-color), transparent 70%)!important;border:none!important;border-radius:8px!important;padding:12px 30px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important}.custom-button:hover{background-color:color-mix(in srgb, var(--accent-color), transparent 15%);box-shadow:0 8px 20px color-mix(in srgb, var(--accent-color), transparent 60%);color:#fff;transform:translateY(-3px)}.for-sale{background-color:var(--accent-color);color:#fff}.price-usd{opacity:.8;font-size:.9em}.usd-loading{opacity:.6;font-size:.88em}.spin{animation:1s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sold{background-color:#6c757d}.form-control:focus,.form-select:focus{border-color:var(--accent-color)!important;box-shadow:0 0 0 .25rem #2c7a7b40!important}.btn-primary{background-color:var(--accent-color);border-color:var(--accent-color)}.btn-primary:hover{background-color:#235c5d;border-color:#1e5152}.page-link:focus{box-shadow:0 0 0 .25rem #2c7a7b3b!important}.order-by-select{color:#333!important;appearance:none!important;background-color:#fff!important;border:1px solid #ccc!important;padding:5px 10px!important;font-size:16px!important}.form-select option:checked{color:#fff;background-color:#2c7a7bc6!important}.properties .property-card{grid-template-rows:auto 40px 1fr;display:grid}@media (max-width:430px){.btn-getstarted{display:none!important}}@media (max-width:595px){.secondary-image{top:-10px!important;left:-10px!important}}@media (max-width:575px){.property-overlay .heart-gallery{flex-direction:column!important}.featured-properties .mini-list .mini-card .thumb img{height:250px!important}}@media (max-width:520px){.featured-properties .mini-list .mini-card .mini-body .mini-foot{flex-direction:column!important;align-items:flex-start!important}.featured-properties .mini-list .mini-card .thumb img{height:100%!important}}@media (min-width:1200px) and (max-width:1399px){.btn-getstarted{display:none}}html{scrollbar-color:var(--accent-color) color-mix(in srgb, var(--default-color), transparent 96%);scrollbar-width:thin}.my-scrollable-container{scrollbar-color:#0f0 #e0e0e0}
.scroll-top{visibility:hidden;opacity:0;background-color:color-mix(in srgb, var(--accent-color) 90%, white 15%);border-radius:50px;width:44px;height:44px;transition:all .4s;transform:translateY(30px)}.scroll-top i{color:var(--contrast-color);font-size:24px;line-height:0}.scroll-top:hover{background-color:color-mix(in srgb, var(--accent-color) 90%, white 25%);color:var(--contrast-color)}.scroll-top.active{visibility:visible;opacity:1;transform:translateY(0)}
.whatsapp-fab{--wa-bg:linear-gradient(135deg, #138a45 0%, #0d6f5c 100%);--wa-glow:19, 138, 69;z-index:9998;background:var(--wa-bg);color:#fff;height:54px;box-shadow:0 4px 18px rgba(var(--wa-glow), .45), 0 1px 4px rgba(var(--wa-glow), .22), inset 0 1px 0 #ffffff2e;border-radius:999px;align-items:center;padding:6px;text-decoration:none;transition:transform .38s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;position:fixed;bottom:80px;right:5px}.whatsapp-fab:hover,.whatsapp-fab:focus-visible{box-shadow:0 8px 30px rgba(var(--wa-glow), .52), 0 2px 8px rgba(var(--wa-glow), .25), inset 0 1px 0 #ffffff2e;color:#fff}.whatsapp-fab:focus-visible{outline-offset:3px;outline:2px solid #fff}.whatsapp-fab:active{transform:scale(.97)}.whatsapp-fab__icon{color:#25d366;background:#fff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:1.4rem;line-height:1;display:grid;position:relative}.whatsapp-fab__icon:after{content:"";pointer-events:none;border:2px solid #ffffffd9;border-radius:50%;animation:2.4s ease-out 1.5s 3 whatsapp-ping;position:absolute;inset:0}@keyframes whatsapp-ping{0%{opacity:.9;transform:scale(1)}80%{opacity:0;transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}.whatsapp-fab__label{opacity:0;white-space:nowrap;letter-spacing:.01em;max-width:0;margin-left:0;padding-right:0;font-size:.95rem;font-weight:600;transition:max-width .6s cubic-bezier(.22,1,.36,1),margin-left .6s cubic-bezier(.22,1,.36,1),padding-right .6s cubic-bezier(.22,1,.36,1),opacity .4s;overflow:hidden}.whatsapp-fab:hover .whatsapp-fab__label,.whatsapp-fab:focus-visible .whatsapp-fab__label{opacity:1;max-width:200px;margin-left:12px;padding-right:16px;transition-delay:0s,0s,0s,.15s}@media (max-width:991px){.whatsapp-fab{bottom:80px}}@media (max-width:768px){.whatsapp-fab__label{display:none}}@media (max-width:480px){.whatsapp-fab{right:15px}}@media (max-width:991px){body:has(.pc-sticky-price-bar) .whatsapp-fab{display:none}}@media (prefers-reduced-motion:reduce){.whatsapp-fab,.whatsapp-fab__label{transition:none}.whatsapp-fab:active{transform:none}.whatsapp-fab__icon:after{animation:none;display:none}}
.fixed-bottom-actions{z-index:99999;flex-direction:column;align-items:flex-end;gap:14px;transition:translate .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:15px;right:25px}@media (prefers-reduced-motion:reduce){.fixed-bottom-actions{transition:none}}
