*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000001a;z-index:1000}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#2c3e50}.logo i{margin-right:.5rem;color:#3498db}.nav-links a{text-decoration:none;color:#2c3e50;margin-left:2rem;transition:color .3s ease}.nav-links a:hover,.nav-links a.active{color:#3498db}.menu-btn{display:none;font-size:1.5rem;cursor:pointer}.hero{height:100vh;background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 1rem}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.cta-button{padding:1rem 2rem;font-size:1.1rem;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#2980b9}.featured-properties{padding:4rem 2rem}.featured-properties h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#2c3e50}.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.property-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s ease}.property-card:hover{transform:translateY(-5px)}.price{position:absolute;bottom:15px;left:15px;background:#3498dbe6;color:#fff;padding:.5rem 1rem;border-radius:5px;font-weight:700;z-index:10}.property-info{padding:1.5rem}.property-info h3{font-size:1.2rem;margin-bottom:.5rem;color:#2c3e50}.location{color:#7f8c8d;margin-bottom:1rem}.location i{margin-right:.5rem;color:#3498db}.specs{display:flex;justify-content:space-between;margin-bottom:1rem;color:#7f8c8d}.specs span i{margin-right:.5rem;color:#3498db}.tour-button{width:100%;padding:.8rem;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.tour-button:hover{background-color:#2980b9}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:2000}.modal-content{position:relative;width:90%;max-width:1200px;height:80vh;margin:5vh auto;background:#fff;border-radius:10px;overflow:hidden}.close-modal{position:absolute;top:1rem;right:1rem;font-size:2rem;color:#fff;cursor:pointer;z-index:2001}.tour-viewer{width:100%;height:100%;background:#000}.tour-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem}.tour-controls button{padding:.5rem 1rem;background:#fffc;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.tour-controls button:hover{background:#fff}.contact{background:#f8f9fa;padding:4rem 2rem}.contact h2{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:#2c3e50}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.form-group textarea{height:150px;resize:vertical}.submit-button{width:100%;padding:1rem;background-color:#3498db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1.1rem;transition:background-color .3s ease}.submit-button:hover{background-color:#2980b9}.footer{background:#2c3e50;color:#fff;padding:4rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin-bottom:.5rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#fff;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#3498db}.footer-bottom{text-align:center;margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.nav-links{display:none}.menu-btn{display:block}.hero-content h1{font-size:2.5rem}.property-grid{grid-template-columns:1fr}.tour-controls{bottom:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.property-card{animation:fadeIn .5s ease-out}.view-360-btn{position:absolute;bottom:15px;right:15px;background:#ffffffe6;border:none;padding:8px 15px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:5px;font-weight:600;transition:all .3s ease;z-index:10}.view-360-btn:hover{background:#fff;transform:scale(1.05)}.property-image{position:relative;height:250px;overflow:hidden}.property-image iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
