@import"https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:Satoshi,sans-serif;background-color:#fff;color:#000;scroll-behavior:smooth}.fullscreen{width:100vw;height:100vh}.center{display:flex;align-items:center;justify-content:center}.hidden{display:none}a{text-decoration:none;color:inherit}a:hover{text-decoration:underline}.App{display:flex;flex-direction:column;min-height:100vh;width:100%}.bright-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#ffffffe6;z-index:10;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.overlay-text{position:absolute;bottom:10%;left:5%;color:#333;font-size:1.5rem;text-align:left}@keyframes splitOverlay{0%{transform:translateY(0)}50%{transform:translateY(-50%)}to{transform:translateY(-100%)}}.overlay-top{position:fixed;top:0;left:0;width:100%;height:50%;background:#ffffffe6;z-index:10;animation:splitOverlay 1s ease forwards}.overlay-bottom{position:fixed;bottom:0;left:0;width:100%;height:50%;background:#ffffffe6;z-index:10;animation:splitOverlay 1s ease forwards;animation-delay:.5s}.interactive-button{background-color:#6ec1e4;color:#fff;padding:15px 30px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,background-color .3s ease}.interactive-button:hover{transform:scale(1.1);background-color:#61ce70}.viewer-container{position:relative;width:100%;height:100vh;background-color:transparent;overflow:hidden}.hover-effect{transition:transform .3s,filter .3s}.hover-effect:hover{transform:scale(1.05);filter:brightness(1.2)}.round-button{background-color:#0f01ea;color:#fff;width:60px;height:60px;border-radius:50%;border:none;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;cursor:pointer;animation:wiggle .5s infinite ease-in-out;transition:transform .1s ease}.round-button:hover{transform:scale(1.1)}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.round-button-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;transition:transform .1s ease}.contact-page{display:flex;justify-content:space-between;padding:4rem;background-color:#f7f5f3;font-family:Satoshi,sans-serif}.contact-info{width:35%;padding-right:2rem}.contact-info h2{font-size:1.5rem;margin-bottom:1rem}.contact-info p{font-size:.8rem;margin:.5rem 0;color:#000}.social-icons{display:flex;gap:1rem;margin-top:1rem;font-size:1.5rem}.contact-form-wrapper{width:55%;background-color:#fff;padding:2rem;border-radius:16px;border:1px solid #ddd;box-shadow:0 2px 5px #0000001a}.contact-form-container .form-description{font-size:.9rem;color:#555;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;gap:1rem}input,textarea{width:100%;padding:.75rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px #0000000d}textarea{resize:none}.checkbox-label{font-size:.9rem;color:#555;display:flex;align-items:center;gap:.5rem}.submit-button{margin-top:1rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;color:#000;background-color:#fff;border:1px solid black;border-radius:50px;cursor:pointer;transition:all .3s}.submit-button:hover{background-color:#000;color:#fff}.status-message{font-size:1rem;color:#28a745;margin-top:1rem;text-align:center}.progress-bar{width:80%;height:6px;background-color:#e0e0e0;border-radius:3px;margin-bottom:20px;overflow:hidden}.progress{height:100%;background-color:#1c1c1c;transition:width .3s ease}.dashboard-container{padding-top:60px;background-color:#f2f0ede6;height:100vh;display:flex;flex-direction:column;margin:0;box-sizing:border-box}.dashboard-content{display:flex;width:100%;height:calc(100vh - 80px)}.left-panel{width:17vw;display:flex;flex-direction:column;box-sizing:border-box;padding:1rem;justify-content:flex-start}.left-panel h2{font-size:1rem;font-weight:600;margin:0 0 1rem;color:#1a1a1a}.properties-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.map-container{width:83vw;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:.5rem}.property-card{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease;display:flex;flex-direction:column;align-items:flex-start}.property-card:hover{transform:translateY(-3px)}.property-image{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.property-card h3{font-size:1rem;margin-bottom:.5rem;color:#333}.property-card p{font-size:.8rem;line-height:1.2;color:#666;margin:.3rem 0}.form-container{position:relative;background-image:url(/img/renders/1739644044157.jpg);background-size:cover;background-position:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.form-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f2f0ede6;z-index:1}.form-container>*{position:relative;z-index:2}.form-card{background-color:#fff;border-radius:16px;padding:2rem 3rem;max-width:600px;width:100%;box-shadow:0 4px 20px #0000001a;text-align:center;transition:transform .5s ease-in-out}.form-card h2{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.option-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:2rem}.option-button{padding:.8rem 1.5rem;border:1px solid #ccc;border-radius:30px;background-color:#fff;color:#333;font-weight:500;cursor:pointer;transition:all .3s ease}.option-button:hover{background-color:#f5b789;color:#1a1a1a}.option-button.selected{background-color:#f28e5c;color:#fff;border-color:#f28e5c}.nav-buttons{display:flex;justify-content:space-between;margin-top:2rem}.nav-button{padding:.8rem 2rem;border-radius:30px;border:none;background-color:#333;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s}.nav-button:hover{background-color:#555}.slider-input{width:100%;margin:1rem 0;-webkit-appearance:none;height:8px;border-radius:5px;background:#ddd;outline:none}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#f28e5c;cursor:pointer;transition:background .3s}.slider-input::-webkit-slider-thumb:hover{background:#f5b789}.input-field{width:100%;height:100px;padding:1rem;border:1px solid #ccc;border-radius:8px;margin:1rem 0;font-size:1rem;resize:vertical}.step0-card h2{font-size:2rem;margin-bottom:1rem}.step0-card p{font-size:1rem;color:#333;line-height:1.5;margin-bottom:1rem}.step0-card ul{text-align:left;list-style:none;padding:0;margin:1rem 0}.step0-card li{margin-bottom:.5rem;font-size:.95rem;color:#444}
