@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap";body{font-family:Playfair Display,serif;font-size:1rem;line-height:1.5;color:#0f172a;background-color:#f8fafc}@media (max-width: 400px){body{font-size:.9rem}}@media (min-width: 1200px){body{font-size:1.2rem}}h1,h2,h3,h4,h5,h6{line-height:1.3}h1{font-size:2.5rem;font-weight:700}@media (max-width: 400px){h1{font-size:1.75rem}}@media (min-width: 1200px){h1{font-size:3rem}}h2{font-size:2rem;font-weight:700}@media (max-width: 400px){h2{font-size:1.5rem}}@media (min-width: 1200px){h2{font-size:2.5rem}}h3{font-size:1.75rem}@media (max-width: 400px){h3{font-size:1.25rem}}@media (min-width: 1200px){h3{font-size:2rem}}h4{font-size:1.5rem}@media (max-width: 400px){h4{font-size:1.1rem}}@media (min-width: 1200px){h4{font-size:1.75rem}}h5{font-size:1.25rem}@media (max-width: 400px){h5{font-size:1rem}}@media (min-width: 1200px){h5{font-size:1.5rem}}h6{font-size:1rem}@media (max-width: 400px){h6{font-size:.85rem}}@media (min-width: 1200px){h6{font-size:1.1rem}}p{font-size:1rem;line-height:1.5}@media (max-width: 400px){p{font-size:.9rem}}@media (min-width: 1200px){p{font-size:1.2rem}}.app-container{background-color:#f8fafc;margin:0 auto}.app-container .btn{background:linear-gradient(135deg,#4caf50,#3d8b40);color:#fff;border:none;border-radius:20px;padding:.5rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content}.app-container .btn .icon{font-size:1.5rem;color:#4caf50;background-color:#fff;border-radius:50%;padding:.25rem;display:flex;align-items:center;justify-content:center}.app-container .btn:hover{background:linear-gradient(135deg,#3d8b40,#2d682f)}.app-container .btn:active{background:linear-gradient(135deg,#2d682f,#1e441f)}.hero-wrapper{position:relative;height:70vh;min-height:550px;overflow:hidden;border-radius:12px;display:flex;align-items:center;padding:0 2rem}@media (max-width: 768px){.hero-wrapper .hero-wrapper{flex-direction:column;padding:0 1rem;height:60vh;justify-content:center;align-items:center}.hero-wrapper .hero-content{margin:0;text-align:center;max-width:90%}}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.65);opacity:0;transform:scale(1.05);transition:opacity 1s ease,transform 1s ease;z-index:1}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0000001a,#00000080);z-index:2}.hero-content{position:relative;z-index:3;max-width:600px;color:#fff;text-align:left;margin-left:1.5rem}.hero-content h1,.hero-content p{opacity:0;transform:translateY(20px);transition:all .8s ease}.hero-content .fade-up{opacity:1;transform:translateY(0)}.hero-content .delay{transition-delay:.2s}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6;color:#ffffffe6}@media (max-width: 768px){.hero-content{margin:1rem 0 0;text-align:center}}.property-list-container{width:100%}.property-list{display:grid;gap:2rem}@media (min-width: 768px){.property-list{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (min-width: 1200px){.property-list{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}.property-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer}.property-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000026}.property-card:hover img{transform:scale(1.04)}.property-card .property-image{height:360px;overflow:hidden}.property-card .property-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.property-card .property-details{padding:2rem;display:flex;flex-direction:column;gap:1rem}.property-card .property-details .property-price{font-size:1.3rem;font-weight:700;color:#4caf50}.property-card .property-details .property-title{font-size:1.4rem;font-weight:500;color:#0f172a;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-card .property-details .property-description{font-size:1rem;color:#64748b;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.8em}.property-card .property-details .property-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));border-top:1px solid #E2E8F0;margin-top:1rem}.property-card .property-details .property-info-grid .info-item{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.95rem;color:#64748b}.property-card .property-details .property-info-grid .info-item:not(:first-child){border-left:1px solid #E2E8F0}.property-card .property-details .property-info-grid .info-item .icon{color:#4caf50}.property-card .property-details .property-info-grid .info-item span{white-space:nowrap}.section-header{margin-bottom:2rem}.section-header h4{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.section-header p{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:720px}.section-header.center{text-align:center;margin-left:auto;margin-right:auto}.skills-container{width:100%}.skills-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media screen and (max-width: 1024px){.skills-wrapper{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0}}.skill-card{background-color:#fff;border-radius:6px;min-width:250px;min-height:300px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid #E2E8F0}.skill-card .skill-icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#4caf50;background-color:#4caf501a;border-radius:50%}.skill-card .skill-content .skill-title{font-size:1.2rem;color:#0f172a;margin-bottom:.25rem}.skill-card .skill-content .skill-description{font-size:1.1rem;color:#64748b;line-height:1.6;font-style:italic}@media (max-width: 768px){.skills-wrapper{grid-template-columns:1fr}}.qa-section{width:100%}.qa-container{display:flex;flex-direction:column;border-top:1px solid #E2E8F0}.qa-container .qa-item{border-bottom:1px solid #E2E8F0;padding:1rem 0;cursor:pointer}.qa-container .qa-item .qa-question{display:flex;justify-content:space-between;align-items:center;color:#0f172a;transition:color .3s ease}.qa-container .qa-item .qa-question h5{font-weight:400}.qa-container .qa-item .qa-question .icon{font-size:1rem;color:#64748b;transition:transform .3s ease,color .3s ease}.qa-container .qa-item .qa-question.active{color:#4caf50}.qa-container .qa-item .qa-question.active .icon{transform:rotate(180deg);color:#4caf50}.qa-container .qa-item .qa-answer{font-size:1rem;color:#64748b;line-height:1.6;padding:0 .5rem;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease}.qa-container .qa-item .qa-answer.active{margin-top:.5rem;padding:.5rem;max-height:400px;opacity:1;visibility:visible}.contact-container{position:relative;background-image:url(/assets/promoOne-BHUUXV7R.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;padding:2rem;overflow:hidden;border-radius:6px}.contact-container .contact-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:1}.contact-container .contact-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;width:100%;max-width:1200px}@media (max-width: 768px){.contact-container .contact-content{grid-template-columns:1fr;text-align:center}}.contact-container .contact-content .contact-text{color:#fff}.contact-container .contact-content .contact-text h1{font-size:2.5rem;margin-bottom:.5rem}.contact-container .contact-content .contact-text p{font-size:1.125rem;opacity:.9}.contact-container .contact-content .contact-form-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#ffffff1f;border-radius:12px;box-shadow:0 10px 30px #00000026;padding:2rem;width:100%;max-width:500px}@media (max-width: 768px){.contact-container .contact-content .contact-form-wrapper{padding:1.5rem}}.contact-container .contact-content .contact-form-wrapper .contact-form{display:flex;flex-direction:column;gap:1rem;color:#fff}.contact-container .contact-content .contact-form-wrapper .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-container .contact-content .contact-form-wrapper .contact-form .form-group label{font-weight:600;font-size:1rem;color:#fff}.contact-container .contact-content .contact-form-wrapper .contact-form .form-group input,.contact-container .contact-content .contact-form-wrapper .contact-form .form-group select,.contact-container .contact-content .contact-form-wrapper .contact-form .form-group textarea{padding:1rem;border-radius:6px;border:1px solid rgba(255,255,255,.3);font-size:1rem;color:#0f172a;background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.contact-container .contact-content .contact-form-wrapper .contact-form .form-group input:focus,.contact-container .contact-content .contact-form-wrapper .contact-form .form-group select:focus,.contact-container .contact-content .contact-form-wrapper .contact-form .form-group textarea:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5033;outline:none}.contact-container .contact-content .contact-form-wrapper .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-container .contact-content .contact-form-wrapper .contact-form .form-footer{display:flex;justify-content:flex-end}.contact-container .contact-content .contact-form-wrapper .contact-form .form-footer .btn{background:linear-gradient(135deg,#4caf50,#3d8b40);color:#fff;border:none;border-radius:20px;padding:.5rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:fit-content}.contact-container .contact-content .contact-form-wrapper .contact-form .form-footer .btn .icon{font-size:1.5rem;color:#4caf50;background-color:#fff;border-radius:50%;padding:.25rem;display:flex;align-items:center;justify-content:center}.contact-container .contact-content .contact-form-wrapper .contact-form .form-footer .btn:hover{background:linear-gradient(135deg,#3d8b40,#2d682f)}.contact-container .contact-content .contact-form-wrapper .contact-form .form-footer .btn:active{background:linear-gradient(135deg,#2d682f,#1e441f)}.contact-container .contact-content .contact-form-wrapper .contact-form .status-message{margin-top:.5rem;font-size:.95rem;color:#fff}.home-container{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.home-container .site-header{padding:1rem;display:flex;justify-content:flex-start;max-width:1440px;margin:0 auto;width:100%}.home-container .site-header .site-logo{height:72px;object-fit:contain}@media (max-width: 600px){.home-container .site-header{justify-content:center}.home-container .site-header .site-logo{height:56px}}.home-container .home-body{display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;padding:0 1rem;box-sizing:border-box;gap:6rem;margin-bottom:6rem}.home-footer{position:relative;background:#1f2937;color:#fff;padding:2rem 0;overflow:hidden}.home-footer .footer-content{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.home-footer .footer-content .footer-section{flex:1;min-width:200px;text-align:center}.home-footer .footer-content .footer-section h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.home-footer .footer-content .footer-section p{margin:0;font-size:.9rem}.home-footer .footer-content .footer-section p a{color:#fff;text-decoration:none;transition:color .3s ease}.home-footer .footer-content .footer-section p a:hover{color:#fff}.home-footer .footer-bottom{text-align:center;margin-bottom:1.5rem;font-weight:700;font-size:.9rem}.listing-main-photo{display:flex;justify-content:center;align-items:center}.listing-main-photo .main-photo{width:100%;height:auto;max-height:60vh;border-radius:6px;box-shadow:0 4px 16px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.listing-photos{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:1rem .5rem}.listing-photos::-webkit-scrollbar{height:6px}.listing-photos::-webkit-scrollbar-thumb{background-color:#4caf50;border-radius:50px;transition:background-color .3s ease}.listing-photos::-webkit-scrollbar-thumb:hover{background-color:#80c883}.listing-photos::-webkit-scrollbar-track{background:#0000000d;border-radius:50px}.listing-photos .listing-photo{width:160px;height:100px;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;box-shadow:0 4px 16px #0000000d;filter:grayscale(50%)}.listing-photos .listing-photo:hover{transform:scale(1.03);box-shadow:0 2px 6px #0000001a;filter:grayscale(0%)}.listing-photos .listing-photo.selected{border:2px solid #4CAF50;box-shadow:0 0 0 4px #4caf5033;transform:scale(1.08)}.listing-detail-overview{display:flex;flex-direction:column;gap:1rem}.listing-detail-overview .listing-title{font-weight:400;font-size:clamp(1.8rem,2.5vw,2.5rem);color:#0f172a;line-height:1.3;margin-bottom:.5rem}.listing-detail-overview .listing-price{font-size:clamp(1.25rem,1.8vw,1.75rem);font-weight:700;color:#4caf50;margin-bottom:1rem}.listing-detail-overview .listing-description{font-size:1.1rem;color:#64748b;line-height:1.6;font-style:italic;max-width:700px;margin:0;padding-bottom:1.5rem}.listing-detail-overview .stat-card-container{display:flex;flex-wrap:wrap;gap:.5rem}.listing-detail-overview .stat-card-container .stat-card{display:flex;align-items:center;padding:.25rem 1rem;background-color:#f0f0f0;border-radius:20px;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.listing-detail-overview .stat-card-container .stat-card .stat-card__icon{font-size:1.25rem;color:#4caf50;margin-right:.5rem;display:flex;align-items:center}.listing-detail-overview .stat-card-container .stat-card .stat-card__label{font-size:.95rem;color:#64748b}.listing-detail-overview .stat-card-container .stat-card .stat-card__label strong{font-weight:700;color:#0f172a}.listing-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.listing-info__section{padding:1rem;display:flex;flex-direction:column;gap:1rem;background-color:#fff;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #E2E8F0}.listing-info__section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.listing-info__section-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#4caf50;background-color:#4caf501a;border-radius:50%}.listing-info__section-title{font-size:1.5rem;font-weight:700;color:#0f172a}.listing-info__list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.listing-info__list-item{position:relative;padding-left:1rem;color:#64748b;font-size:1rem;transition:color .3s ease}.listing-info__list-item:hover{color:#0f172a}.listing-info__list-item:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background-color:#4caf50;border-radius:50%}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;animation:fadeInOverlay .5s forwards;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.form-footer{display:flex;justify-content:flex-end}.popup-dialog{background:#fff;border-radius:12px;box-shadow:0 12px 32px #00000040;max-width:520px;width:90%;padding:1.5rem 2rem;animation:slideIn .4s ease-out forwards;position:relative;overflow:hidden}@media (max-width: 768px){.popup-dialog{padding:1rem}}.popup-dialog .popup-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid white;padding-bottom:1rem;margin-bottom:1.5rem}.popup-dialog .popup-header h2{font-size:1.5rem;font-weight:400;color:#0f172a;margin:0}.popup-dialog .popup-header .back-button{background-color:#fff;border:1px solid #E2E8F0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.25rem;cursor:pointer;transition:background-color .2s ease}.popup-dialog .popup-header .back-button .icon{font-size:1.2rem}.popup-dialog .popup-header .back-button:hover{background-color:#f4f4f4;color:#333}.popup-dialog .popup-header .back-button:active{background-color:#aaa}.popup-dialog .contact-form{display:flex;flex-direction:column;gap:1.5rem}.popup-dialog .contact-form h5{font-size:1rem;font-weight:400;color:#64748b;margin:0 0 .5rem}.popup-dialog .contact-form label{font-weight:600;font-size:1rem;color:#0f172a;display:flex;flex-direction:column;gap:.25rem}.popup-dialog .contact-form label input,.popup-dialog .contact-form label select,.popup-dialog .contact-form label textarea{padding:1rem;border-radius:6px;border:1px solid #E2E8F0;font-size:1rem;background-color:#f8fafc;color:#0f172a;transition:border-color .3s ease,box-shadow .3s ease}.popup-dialog .contact-form label input:focus,.popup-dialog .contact-form label select:focus,.popup-dialog .contact-form label textarea:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf5026;outline:none}.popup-dialog .contact-form label textarea{resize:vertical;min-height:120px}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}.listing-container{background-color:#f8fafc}.listing-container .listing-wrapper{max-width:1440px;padding:0 1rem 1.5rem;margin:0 auto}.listing-container .listing-header{display:flex;flex-direction:column;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.listing-container .listing-header .breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.95rem;color:#ffffffb3;padding:.75rem 0}.listing-container .listing-header .breadcrumb .breadcrumb-link{display:flex;align-items:center;color:#2ac420;font-weight:600;cursor:pointer;transition:color .25s ease,text-decoration .25s ease}.listing-container .listing-header .breadcrumb .breadcrumb-link:hover{color:#219819;text-decoration:underline}.listing-container .listing-header .breadcrumb .breadcrumb-separator{color:#64748b;font-size:.85rem}.listing-container .listing-header .breadcrumb .breadcrumb-current{color:#0f172a;font-weight:600}.listing-container .listing-content{display:flex;flex-direction:column;gap:2rem}.listing-container .map-section{position:relative;border-radius:12px;overflow:hidden}.listing-container .map-section .map-title{position:absolute;top:14px;left:14px;z-index:5;background:#0000008c;color:#fff;padding:6px 14px;border-radius:8px;font-size:1.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.listing-container .map-section .map-iframe{width:100%;height:450px;border:none}.listing-container .footer{display:flex;justify-content:flex-end;align-items:center;padding:1rem;position:sticky;bottom:0;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 4px 16px #0000000d;z-index:1000}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{display:flex;flex-direction:column;align-items:center;min-width:320px;width:100%;min-height:100vh;height:fit-content;font-family:Roboto,sans-serif;font-style:normal;line-height:1.5;font-weight:400}
