.footer{background-color:#f9f9f9;padding:60px;font-size:14px;color:#333;margin-top:40px}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,sans-serif;background-color:#1e1e1e;color:#fff}.navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background-color:#fff;color:#333;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;width:100%;z-index:10}.logo{font-size:28px;font-weight:700;color:#e60023}.navbar-right{display:flex;align-items:center;gap:24px}.nav-links{display:flex;gap:24px}.nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:16px;position:relative}.arrow{font-size:12px;margin-left:4px}.nav-links a:hover{color:#e60023}.signin-btn{background-color:#1a1a1a;color:#fff;padding:10px 18px;border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer}.signin-btn:hover{background-color:#333}.hero{position:relative;width:100vw;height:100vh;background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-color:#00000080}.hero-content{position:relative;z-index:1;width:100%;max-width:600px;text-align:center;padding:0 40px;color:#fff}.hero-content h2{font-size:48px;margin-bottom:20px}.hero-content p{font-size:18px;margin-bottom:30px}.search-bar{display:flex;flex-direction:row;overflow:hidden;border-radius:50px;background-color:#d9001f}.search-bar input{flex:1;padding:15px 20px;border:none;font-size:16px}.search-bar button{padding:15px 30px;background-color:#e60023;color:#fff;border:none;font-size:16px;cursor:pointer}body{background-color:#f7f7f7}@media (max-width: 600px){.hero{flex-direction:column;height:auto;padding:40px 20px}.hero-content{padding:0 20px}.hero-content h2{font-size:32px;line-height:1.2}.hero-content p{font-size:16px}.search-bar{flex-direction:column;border-radius:20px;width:100%}.search-bar input,.search-bar button{width:100%;font-size:15px}.search-bar input{border-radius:20px 20px 0 0}.search-bar button{border-radius:0 0 20px 20px}}.popular-section{padding:70px 30px;background-color:#f9f9f9}.popular-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.popular-header h2{font-size:35px;font-weight:700;color:#000}.popular-header p{color:#666}.arrow-buttons button{background:#fff;border:1px solid #ccc;border-radius:50%;padding:8px;margin-left:8px;cursor:pointer;box-shadow:0 2px 4px #0000001a}.carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px}.listing-card{flex:0 0 auto;width:280px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.image-wrapper{position:relative}.image-wrapper img{width:100%;height:180px;object-fit:cover}.tag{position:absolute;top:10px;left:10px;background:#d32f2f;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px}.heart-icon{position:absolute;top:10px;right:10px;background:#fff;padding:6px;border-radius:50%;box-shadow:0 1px 4px #0003}.listing-info{padding:16px}.listing-info h3{font-size:18px;font-weight:700;margin-bottom:6px}.listing-info p{font-size:14px;color:#555;margin-bottom:4px}.address{color:#888}.carousel{display:flex;overflow:hidden;gap:20px;width:940px;margin:0 auto}.carousel::-webkit-scrollbar{display:none}.listing-card{width:300px;flex-shrink:0;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.image-wrapper{position:relative;height:200px;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px}.image-wrapper img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;top:10px;left:10px;background:#e50914;color:#fff;padding:4px 8px;font-size:12px;border-radius:4px}.listing-info{padding:15px}.listing-info h3{margin:0;font-size:18px;color:#333}.listing-info p{margin:5px 0;font-size:14px;color:#666}.address{font-weight:500;color:#444}.arrow-buttons{display:flex;gap:10px}.arrow-buttons button{background:#fff;border:1px solid #ccc;border-radius:50%;padding:8px;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:background .2s}.arrow-buttons button:hover{background:#f0f0f0}.arrow-buttons svg{font-size:16px;color:#333}.popular-section{padding:40px 20px;display:flex;flex-direction:column;align-items:center}.popular-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1000px;margin-bottom:20px}.heart-icon{display:none}.services-section{background-color:#f3f3f3;padding:60px 20px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.service-card{background:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.service-card img{width:60px;height:60px;margin:0 auto 20px}.service-card h3{font-size:20px;margin-bottom:10px;color:#111}.service-card p{font-size:14px;color:#555;margin-bottom:20px}.service-card button{background:#0c0c0c;color:#fff;border:1px solid #ccc;padding:10px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.service-card button:hover{background:#f0f0f0}.app-promo-section{padding:60px 20px;background-color:#fff}.app-promo-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.app-promo-text{flex:1;min-width:280px;padding-right:40px}.app-promo-text h2{font-size:24px;font-weight:700;margin-bottom:12px;color:#111}.app-promo-text p{font-size:16px;color:#555;line-height:1.6}.app-promo-image{flex:1;min-width:280px;display:flex;flex-direction:column;align-items:center;gap:20px}.app-promo-image img{max-width:120px;border-radius:8px}.phone-preview{max-width:250px;border-radius:16px;box-shadow:0 4px 12px #0000001a}.tour-section{padding:60px 20px;background-color:#f9f9f9}.tour-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;flex-wrap:wrap}.tour-image{flex:1;min-width:280px}.tour-image img{width:100%;max-width:500px;border-radius:16px;box-shadow:0 4px 12px #0000001a}.tour-text{flex:1;min-width:280px;padding-left:40px}.tour-text h2{font-size:24px;font-weight:700;margin-bottom:12px;color:#111}.tour-text p{font-size:16px;color:#555;line-height:1.6;margin-bottom:20px}.tour-button{background-color:#111;color:#fff;padding:12px 20px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.tour-button:hover{background-color:#333}.location-section{padding:60px 20px;background-color:#fff;text-align:center}.location-container h2{font-size:24px;font-weight:600;margin-bottom:30px;color:#111}.highlight{color:red;font-weight:700}.location-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.location-card{display:flex;align-items:center;gap:8px;background-color:#f2f2f2;padding:10px 16px;border-radius:20px;font-size:14px;color:#333;transition:background-color .3s ease;cursor:pointer}.location-card:hover{background-color:#e0e0e0}.location-icon{width:16px;height:16px;fill:#333}.agent-form-section{padding:60px 20px;background-color:#f5f5f5}.agent-form-container{max-width:700px;margin:0 auto;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.agent-form-container h2{font-size:24px;font-weight:700;margin-bottom:10px;color:#111}.agent-form-container p{font-size:15px;color:#555;margin-bottom:30px;line-height:1.6}.agent-form label{display:block;font-weight:500;margin-bottom:10px;color:#333}.agent-form input,.agent-form textarea{width:100%;padding:12px;margin-top:6px;margin-bottom:20px;border:1px solid #ccc;border-radius:8px;font-size:14px;background-color:#f9f9f9;color:#333}.search-row{display:flex;gap:8px}.search-row input{flex:1}.search-btn{background-color:#f9f9f9;border:1px solid #ccc;border-radius:8px;padding:0 16px;font-size:18px;color:#333;cursor:pointer;transition:background-color .2s ease}.search-btn:hover{background-color:#eee}.form-row{display:flex;gap:20px;flex-wrap:wrap}.form-row label{flex:1;min-width:240px}.agent-form textarea{min-height:100px;resize:vertical}.submit-btn{background-color:#d00;color:#fff;padding:14px 24px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background-color:#b00}.location-section{padding:60px 20px;background-color:#fff}.location-container{max-width:1000px;margin:0 auto}.location-heading{font-size:18px;font-weight:600;margin-bottom:16px;color:#111}.view-full-list{font-size:14px;font-weight:500;margin-left:10px;color:#07c;text-decoration:none}.view-full-list:hover{text-decoration:underline}.location-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.location-pill{background-color:#f1f1f1;padding:10px 16px;border-radius:999px;font-size:14px;color:#333;text-decoration:none;white-space:nowrap;box-shadow:0 1px 2px #0000000d;transition:background-color .2s ease}.location-pill:hover{background-color:#e2e2e2}.footer{background-color:#f9f9f9;padding:60px 20px;font-size:14px;color:#333}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-column h4{font-size:16px;font-weight:600;margin-bottom:12px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#07c;text-decoration:none}.footer-column ul li a:hover{text-decoration:underline}.app-buttons img{height:40px;margin-right:10px;margin-bottom:10px}.footer-bottom p{margin-bottom:12px;line-height:1.6}.footer-bottom a{color:#07c;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}.footer-disclaimer{display:flex;align-items:center;gap:12px;margin-top:20px}.footer-disclaimer img{height:40px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background:#1e1e1e;padding:40px 30px;border-radius:12px;width:400px;max-width:90%;position:relative;color:#fff;box-shadow:0 8px 24px #0000004d;text-align:center}.close-btn{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:28px;color:#fff;cursor:pointer;transition:color .2s}.close-btn:hover{color:#e60023}.modal-content h2{margin-bottom:20px;font-size:24px;font-weight:700}.modal-content form{display:flex;flex-direction:column;gap:15px}.modal-content input{padding:12px 15px;font-size:16px;border:1px solid #444;border-radius:8px;background-color:#2b2b2b;color:#fff}.modal-content input::placeholder{color:#aaa}.modal-content button[type=submit]{margin-top:10px;padding:12px;font-size:16px;background-color:#e60023;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.modal-content button[type=submit]:hover{background-color:#c4001f}.buy-page{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:120px;padding-bottom:60px;background:#f8f9fa;box-sizing:border-box}.buy-content{max-width:900px;width:100%;background-image:url(./buyforsale-BdAny04P.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;padding:45px 55px;box-shadow:0 10px 30px #0000001a;text-align:center;color:#fff;position:relative;overflow:hidden;margin:0 auto}.buy-content:before{content:"";position:absolute;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0}.buy-content,.buy-content>*{position:relative;z-index:1}.buy-content h2{font-size:2rem;font-weight:700;margin-bottom:15px;color:#f7f7f7;text-shadow:0 1px 3px rgba(0,0,0,.4)}.buy-content p{font-size:1rem;color:#f1f5f9;margin-bottom:30px;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.3)}.buy-form{display:flex;justify-content:center;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.buy-form input,.buy-form select,.buy-form button{height:48px;padding:0 26px;font-size:1rem;border:1px solid #cbd5e1;border-radius:8px;outline:none;transition:border .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a;background-color:#fff;color:#1e293b;margin:15px}.buy-form button{border:none;background-color:#2563eb;color:#fff;cursor:pointer}.buy-form button:hover{background-color:#1e40af}.buy-form input::placeholder{color:#64748b}.buy-form input:focus,.buy-form select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.buy-form button{height:48px;padding:0 24px;background:#3b82f6;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .25s,box-shadow .2s;white-space:nowrap;box-shadow:0 2px 6px #00000026}.buy-form button:hover{background:#2563eb}.buy-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:40px}.property-section{margin-top:50px;padding:0 20px;width:100%}.property-section h3{font-size:2rem;font-weight:700;margin-bottom:20px;color:#111}.property-card{min-width:300px;max-width:240px;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000014;flex-shrink:0;transition:transform .2s ease}.property-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:12px}.property-card h4{font-size:1rem;font-weight:700;margin:8px 0;color:#111827}.property-card .address{font-size:.95rem;color:#64748b;font-weight:500}.property-section{margin-top:50px;padding:0 20px;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.property-section h3{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#111}.carousel-wrapper{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.carousel-viewport{width:100%;max-width:1000px;overflow:hidden}.property-scroll{display:flex;gap:24px;transition:transform .3s ease}.property-card{min-width:240px;max-width:240px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000014;flex-shrink:0;transition:transform .2s ease}.property-card:hover{transform:translateY(-4px)}.property-card img{width:100%;height:140px;object-fit:cover;border-radius:8px;margin-bottom:12px}.property-card h4{font-size:1.2rem;font-weight:700;margin:8px 0;color:#111827}.property-card p{font-size:.9rem;margin:4px 0;color:#374151}.property-card .address{font-size:.85rem;color:#64748b}.carousel-arrow{background:#fff;border:none;font-size:2rem;font-weight:700;color:#3b82f6;cursor:pointer;padding:6px 12px;border-radius:50%;box-shadow:0 2px 6px #00000026;transition:color .2s ease,background .2s ease}.carousel-arrow:hover{color:#2563eb;background:#f3f4f6}
