.hero-section{min-height:600px;height:100vh;max-height:1200px;position:relative;overflow:hidden;background:linear-gradient(45deg,rgba(37,99,235,.1),rgba(30,64,175,.05))}.hero-section .hero-video{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .hero-video video{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) contrast(110%)}.hero-section .hero-video .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(30,64,175,.4),rgba(37,99,235,.2));mix-blend-mode:multiply}.hero-section .hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:0 2rem}.hero-section .hero-content .content-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem}.hero-section .hero-content .tagline{font-size:1.2rem;color:hsla(0,0%,100%,.9);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width:768px){.hero-section .hero-content .tagline{font-size:1rem;margin-bottom:1rem}}.hero-section .hero-content h1{font-size:4rem;color:#fff;text-shadow:2px 2px 8px rgba(26,26,26,.3);margin-bottom:1.5rem;font-family:Playfair Display,serif;line-height:1.1;text-shadow:0 2px 4px rgba(26,26,26,.4),0 0 20px rgba(37,99,235,.3),1px 1px 1px #2563eb}@media(max-width:768px){.hero-section .hero-content h1{font-size:2.5rem;margin-bottom:1rem}}@media(max-width:480px){.hero-section .hero-content h1{font-size:2rem;text-align:center;word-break:break-word;white-space:normal}}.hero-section .hero-content h1 .subtitle{font-size:1.5rem;color:hsla(0,0%,100%,.95);margin-bottom:2.5rem;max-width:600px;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media(max-width:768px){.hero-section .hero-content h1 .subtitle{font-size:1.2rem;margin-bottom:1.5rem}}@media(max-width:480px){.hero-section .hero-content h1 .subtitle{font-size:1rem}}.hero-section .hero-content .cta-buttons{display:flex;gap:1.5rem;margin-top:1rem;margin-bottom:3rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.hero-section .hero-content .cta-buttons{gap:1rem;margin-top:1.5rem;margin-bottom:2rem}}.hero-section .hero-content .cta-buttons button{padding:1rem 2rem;border-radius:50px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem}@media(max-width:768px){.hero-section .hero-content .cta-buttons button{padding:.8rem 1.5rem;font-size:.9rem}}.hero-section .hero-content .cta-buttons button.primary-cta{background:#2563eb;color:#fff;border:2px solid #2563eb;cursor:pointer}.hero-section .hero-content .cta-buttons button.primary-cta:hover{background:rgb(18.5714285714,76.1428571429,202.4285714286)}.hero-section .hero-content .cta-buttons button.secondary-cta{background:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.3);cursor:pointer}.hero-section .hero-content .cta-buttons button.secondary-cta:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.hero-section .hero-content .property-search-container{width:100%;max-width:900px;margin:1rem auto;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0;overflow:hidden}.hero-section .hero-content .property-tabs-container{width:100%;overflow-x:auto;padding-bottom:5px;margin-bottom:0;display:flex;justify-content:center}.hero-section .hero-content .property-tabs-container::-webkit-scrollbar{height:4px}.hero-section .hero-content .property-tabs-container::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.hero-section .hero-content .property-tabs-wrapper{display:flex;gap:0;border-bottom:1px solid #e2e8f0;width:max-content;justify-content:center}.hero-section .hero-content .activeTab{padding:12px 20px;background:rgba(0,0,0,0);border:none;cursor:pointer;font-weight:700;color:#000;position:relative;transition:all .3s ease;white-space:nowrap;font-size:15px}.hero-section .hero-content .activeTab:hover{color:#334155}.hero-section .hero-content .activeTab.active{color:#000;font-weight:600}.hero-section .hero-content .activeTab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#2563eb}.hero-section .hero-content .activeTab:first-child{padding-left:0}.hero-section .hero-content .search-container{width:100%;max-width:900px;margin:0 auto;position:relative}.hero-section .hero-content .search-container .search-bar{width:100%;display:flex;background:#fff;overflow:hidden;align-items:center;height:65px;transition:all .3s ease;border:1px solid #e2e8f0}.hero-section .hero-content .search-container .search-bar:hover{box-shadow:0 12px 30px rgba(0,0,0,.12)}.hero-section .hero-content .search-container .search-bar:focus-within{border-color:#2563eb;box-shadow:0 10px 25px rgba(37,99,235,.15)}.hero-section .hero-content .search-container .search-bar .location-dropdown-wrapper{flex:2 1;position:relative;height:100%;display:flex;align-items:center;padding:0 1.5rem}.hero-section .hero-content .search-container .search-bar .location-dropdown-wrapper .location-icon{position:absolute;left:1.5rem;color:#94a3b8;font-size:1.2rem;pointer-events:none}.hero-section .hero-content .search-container .search-bar .location-dropdown-wrapper .dropdown-arrow{position:absolute;right:1.5rem;color:#94a3b8;pointer-events:none}.hero-section .hero-content .search-container .search-bar .location-dropdown-wrapper .location-select{width:100%;height:100%;border:none;outline:none;font-size:1.05rem;color:#1f2937;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-weight:500;padding-left:2.5rem}.hero-section .hero-content .search-container .search-bar .location-dropdown-wrapper .location-select option{padding:10px}.hero-section .hero-content .search-container .search-bar .search-input-wrapper{flex:2 1;display:flex;align-items:center;padding:0 1.5rem;position:relative;height:100%}.hero-section .hero-content .search-container .search-bar .search-input-wrapper .search-icon{color:#94a3b8;margin-right:1rem;font-size:1.2rem}.hero-section .hero-content .search-container .search-bar .search-input-wrapper .clear-icon{position:absolute;right:1.5rem;color:#94a3b8;cursor:pointer;transition:all .2s ease}.hero-section .hero-content .search-container .search-bar .search-input-wrapper .clear-icon:hover{color:#64748b;transform:scale(1.1)}.hero-section .hero-content .search-container .search-bar .search-input-wrapper input{flex:1 1;border:none;height:100%;outline:none;font-size:1.05rem;color:#1f2937;font-weight:500;background:rgba(0,0,0,0)}.hero-section .hero-content .search-container .search-bar .search-input-wrapper input::placeholder{color:#94a3b8;font-weight:400}.hero-section .hero-content .search-container .search-bar .divider{width:1px;height:40px;background:#e2e8f0}.hero-section .hero-content .search-container .search-bar .type-dropdown-wrapper{flex:1.2 1;min-width:200px;position:relative;height:100%;display:flex;align-items:center;padding:0 1.5rem;transition:all .3s ease}.hero-section .hero-content .search-container .search-bar .type-dropdown-wrapper:hover{background:#f8fafc}.hero-section .hero-content .search-container .search-bar .type-dropdown-wrapper .dropdown-arrow{position:absolute;right:1.5rem;color:#94a3b8;pointer-events:none}.hero-section .hero-content .search-container .search-bar .type-dropdown-wrapper .property-type-select{width:100%;height:100%;border:none;outline:none;font-size:1.05rem;color:#1f2937;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-weight:500}.hero-section .hero-content .search-container .search-bar .search-button{background:#2563eb;color:#fff;border:none;padding:0 1.8rem;height:100%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.8rem;font-weight:600;white-space:nowrap;font-size:1.05rem;border-radius:0 12px 12px 0}.hero-section .hero-content .search-container .search-bar .search-button:hover{background:#1e40af}.hero-section .hero-content .search-container .search-bar .search-button:hover .button-icon-wrapper{transform:translateX(3px)}.hero-section .hero-content .search-container .search-bar .search-button .button-icon-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.hero-section .hero-content .search-container .search-bar .search-button .button-icon{font-size:1.2rem}.hero-section .hero-content .search-container .suggestions-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:10;max-height:300px;overflow-y:auto;border:1px solid #e2e8f0;padding:.5rem 0}.hero-section .hero-content .search-container .suggestions-dropdown .suggestion-item{padding:.8rem 1.5rem;cursor:pointer;color:#1f2937;display:flex;align-items:center;gap:.8rem;font-weight:500;transition:all .2s ease}.hero-section .hero-content .search-container .suggestions-dropdown .suggestion-item .location-icon{color:#94a3b8;font-size:1rem}.hero-section .hero-content .search-container .suggestions-dropdown .suggestion-item:hover{background-color:#f8fafc}.hero-section .hero-content .search-container .suggestions-dropdown .suggestion-item:not(:last-child){border-bottom:1px solid #f1f5f9}@media(max-width:768px){.hero-section .hero-content .search-container .search-bar{flex-direction:column;height:auto;border-radius:12px;padding:1rem;gap:1rem}.hero-section .hero-content .search-container .search-bar .search-input-wrapper,.hero-section .hero-content .search-container .search-bar .type-dropdown-wrapper{width:100%;padding:.8rem 1.2rem;border-radius:8px;border:1px solid #e2e8f0}.hero-section .hero-content .search-container .search-bar .divider{display:none}.hero-section .hero-content .search-container .search-bar .search-button{width:100%;border-radius:8px;padding:1rem;justify-content:center}.hero-section .hero-content .search-container .suggestions-dropdown{position:relative;top:0;margin-top:.5rem}}.hero-section .hero-content .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:#fff}.hero-section .hero-content .scroll-indicator .scroll-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.featured-dealers{padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.featured-dealers .section-header{text-align:center;margin-bottom:3rem}.featured-dealers .section-header h2{font-size:2.5rem;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.featured-dealers .section-header p{color:gray}.featured-dealers .dealer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.featured-dealers .dealer-card{background:linear-gradient(to bottom right,#ffffff,#f4f6f9);border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e0e0e0}.featured-dealers .dealer-card:hover{box-shadow:0 15px 40px rgba(0,0,0,.15);transform:translateY(-5px)}.featured-dealers .dealer-card:hover .dealer-badge{transform:translateY(0)}.featured-dealers .dealer-card .dealer-badge{position:absolute;top:0;right:0;background:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:0 0 0 15px;transform:translateY(-100%);transition:transform .3s ease}.featured-dealers .dealer-card .dealer-img-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.featured-dealers .dealer-card .dealer-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;overflow:hidden}.featured-dealers .dealer-card .dealer-img-wrapper:hover img{transform:scale(1.1);overflow:hidden}.featured-dealers .dealer-card .dealer-img-wrapper:after{content:"";position:absolute;bottom:0;left:0;height:60%;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent);z-index:1}.featured-dealers .dealer-card .dealer-img-wrapper .verified-tag{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;padding:5px 10px;border-radius:15px;font-size:.8rem;display:flex;align-items:center;gap:.4rem;z-index:3}.featured-dealers .dealer-card .dealer-img-wrapper .rent-tag{position:absolute;top:10px;right:100px;background:linear-gradient(135deg,#e86528,#e86528);color:#fff;padding:5px 10px;border-radius:15px;font-size:1rem;display:flex;align-items:center;gap:.4rem;z-index:3;text-transform:capitalize}.featured-dealers .dealer-card .dealer-img-wrapper .dealer-price{position:absolute;bottom:15px;left:15px;z-index:2;background:hsla(0,0%,100%,.9);color:#000;padding:6px 14px;border-radius:12px;font-weight:600}.featured-dealers .dealer-card .dealer-content{padding:13px}.featured-dealers .dealer-card .dealer-content .dealer-meta{display:flex;flex-direction:column;gap:.4rem;margin:1rem 0;font-size:.9rem;color:#666}.featured-dealers .dealer-card .dealer-content .price-section{font-size:1.2rem}.featured-dealers .dealer-card .dealer-content .price-section .price{color:green;font-weight:600;margin-left:5px}.featured-dealers .dealer-card .dealer-content .specs{display:flex;justify-content:space-between;font-size:.9rem;color:#444;margin-top:1rem;gap:3px}.featured-dealers .dealer-card .dealer-content .specs .inner-specs{display:flex;align-items:center;gap:.4rem;background:#f1f1f1;padding:.4rem .7rem;border-radius:10px;text-transform:capitalize}.featured-dealers .dealer-card .dealer-content .specs .inner-specs svg{margin-right:2px}.featured-dealers .dealer-card .dealer-content .posted-specs{display:flex;justify-content:space-between;font-size:.9rem;color:#444;margin-top:1rem;gap:3px}.featured-dealers .dealer-card .dealer-content .posted-specs .inner-specs{display:flex;align-items:center;gap:.4rem;background:#f1f1f1;padding:.4rem .7rem;border-radius:10px}.featured-dealers .dealer-card .dealer-content .dealer-about{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;color:#555;margin-top:1rem}.featured-dealers .dealer-card .dealer-content .dealer-about svg{flex-shrink:0}.featured-dealers .dealer-card .dealer-content .dealer-info{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.featured-dealers .dealer-card .dealer-content .dealer-info .address{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-dealers .dealer-card .dealer-content .dealer-info .address svg{flex-shrink:0}.featured-dealers .dealer-card .space-name{font-size:1.4rem;color:#2c3e50;margin-bottom:.5rem}.featured-dealers .dealer-card .amenities{margin:1rem 0}.featured-dealers .dealer-card .amenities h4{font-size:1rem;color:#3533cd;margin-bottom:.5rem}.featured-dealers .dealer-card .amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;font-size:.8rem}.featured-dealers .dealer-card .amenities-grid span{display:flex;align-items:center;gap:.3rem;background:#f1f1f1;padding:.3rem .6rem;border-radius:8px}.featured-dealers .explore-more-container{text-align:center;margin-top:3rem}.featured-dealers .explore-more-btn{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px rgba(37,99,235,.2)}.featured-dealers .explore-more-btn:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-3px);box-shadow:0 6px 20px rgba(37,99,235,.3)}.featured-dealers .explore-more-btn:active{transform:translateY(0)}.popular-properties{padding:4rem 2rem;background-color:#f3f4f6}.popular-properties h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.popular-properties .properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.popular-properties .property-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.popular-properties .property-card:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:translateY(-5px)}.popular-properties .property-card:hover .property-image img{transform:scale(1.05)}.popular-properties .property-card .property-image{overflow:hidden;position:relative;height:250px}.popular-properties .property-card .property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.popular-properties .property-card .property-image .status-badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.popular-properties .property-card .property-image .status-badge.ready{background:#059669;color:#fff}.popular-properties .property-card .property-image .status-badge.construction{background:#d97706;color:#fff}.popular-properties .property-card .property-details{padding:1.5rem}.popular-properties .property-card .property-details h3{color:#2563eb;margin-bottom:.5rem;font-size:1.5rem}.popular-properties .property-card .property-details .address{color:#1f2937;margin-bottom:1rem;font-size:1rem}.popular-properties .property-card .property-details .specs{display:flex;gap:1rem;margin-bottom:1.5rem;color:#4b5563}.popular-properties .property-card .property-details .specs i{margin-right:.5rem}.popular-properties .property-card .property-details .specs i.icon-size:before{content:"📐"}.popular-properties .property-card .property-details .details-button{width:100%;padding:.8rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.popular-properties .property-card .property-details .details-button:hover{background-color:#1e40af}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative;display:inline-block;width:100%}.section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#2563eb,#1e40af);margin:1rem auto;border-radius:2px}.property-types{padding:4rem 2rem;position:relative;background:#f3f4f6}.property-types h2{color:#000}.property-types .types-carousel{padding:2rem 0;max-width:1400px;margin:0 auto}.property-types .types-carousel .swiper-slide{width:350px;height:400px;transition:all .3s ease}@media(max-width:768px){.property-types .types-carousel .swiper-slide{width:280px;height:350px}}.property-types .types-carousel .type-card{height:400px;border-radius:15px;overflow:hidden;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;cursor:pointer}.property-types .types-carousel .type-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.7))}.property-types .types-carousel .type-card .card-content{position:absolute;bottom:2rem;left:2rem;color:#fff;z-index:2;max-width:80%}.property-types .types-carousel .type-card:active{cursor:-webkit-grabbing;cursor:grabbing}.property-types .types-carousel .swiper-button-next,.property-types .types-carousel .swiper-button-prev{color:#fff;background:hsla(0,0%,100%,.2);width:50px;height:50px;border-radius:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.property-types .types-carousel .swiper-button-next:hover,.property-types .types-carousel .swiper-button-prev:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}.property-types .types-carousel .swiper-button-next:after,.property-types .types-carousel .swiper-button-prev:after{font-size:1.5rem;font-weight:700}.property-types .types-carousel .swiper-pagination-bullet{background:#fff;opacity:.5}.property-types .types-carousel .swiper-pagination-bullet-active{opacity:1;transform:scale(1.2)}.register-post-section{padding:4rem 2rem;background:linear-gradient(135deg,#ffffff,#f0f4ff);text-align:center;position:relative;overflow:hidden}.register-post-section .section-title{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.register-post-section .section-title span{color:#2563eb}.register-post-section .section-subtitle{font-size:1.2rem;color:hsl(215,27.9069767442%,6.862745098%);margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.register-post-section .stats-row{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.register-post-section .stats-row .stat-box{background:#fff;border-radius:15px;padding:2rem 2.5rem;min-width:220px;box-shadow:0 8px 20px rgba(0,0,0,.08);transition:transform .3s ease}.register-post-section .stats-row .stat-box:hover{transform:translateY(-5px)}.register-post-section .stats-row .stat-box h3{font-size:2rem;color:#2563eb;margin-bottom:.5rem}.register-post-section .stats-row .stat-box p{font-size:1rem;color:#1f2937;margin:0}.register-post-section .cta-button{padding:1rem 2.5rem;background:#2563eb;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.register-post-section .cta-button:hover{background:rgb(18.5714285714,76.1428571429,202.4285714286)}.upcoming-projects{padding:40px 0;text-align:center}.upcoming-projects .section-title{margin-bottom:20px}.upcoming-projects .upcoming-carousel{padding:0 20px}.upcoming-projects .upcoming-carousel .upcoming-slide{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.upcoming-projects .upcoming-carousel .upcoming-slide .upcoming-image{width:100%;height:auto;object-fit:cover}.upcoming-projects .upcoming-carousel .swiper-button-next-upcoming,.upcoming-projects .upcoming-carousel .swiper-button-prev-upcoming{color:#000;top:40%;transform:translateY(-50%)}.upcoming-projects{padding:2rem}.upcoming-projects .section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#2c3e50}.upcoming-projects .upcoming-carousel{position:relative}.upcoming-projects .upcoming-slide{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.1);transition:transform .3s ease;background:#fff}.upcoming-projects .upcoming-slide:hover{transform:translateY(-5px)}.upcoming-projects .upcoming-slide .image-wrapper{width:100%;height:200px;overflow:hidden;display:flex}.upcoming-projects .upcoming-slide .image-wrapper .upcoming-image{width:100%;height:100%;object-fit:cover}.upcoming-projects .upcoming-slide .slide-info{padding:.75rem 1rem;background:#f9f9f9}.upcoming-projects .upcoming-slide .slide-info .address{font-weight:600;color:#34495e;margin-bottom:4px}.upcoming-projects .upcoming-slide .slide-info .price{color:#2980b9;font-weight:500}.upcoming-projects .swiper-button-next-upcoming,.upcoming-projects .swiper-button-prev-upcoming{background-color:#3498db;color:#fff;border-radius:50%;width:38px;height:38px;top:45%;transform:translateY(-50%);z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center}.upcoming-projects .swiper-button-next-upcoming:after,.upcoming-projects .swiper-button-prev-upcoming:after{font-size:16px;font-weight:700}.upcoming-projects .swiper-button-prev-upcoming{left:-10px}.upcoming-projects .swiper-button-next-upcoming{right:-10px}.why-choose{padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.why-choose .section-headers{text-align:center;margin-bottom:3rem}.why-choose .section-headers h2{font-size:2.5rem;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.why-choose .section-headers p{color:#000}.why-choose .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:3rem auto}.why-choose .features-grid .feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.05)}.why-choose .features-grid .feature-card:hover{transform:translateY(-5px)}.why-choose .features-grid .feature-card .feature-icon{font-size:2.5rem;color:#2563eb;margin-bottom:1rem}.why-choose .features-grid .feature-card h3{color:#1f2937;margin:1rem 0;font-size:1.3rem}.why-choose .features-grid .feature-card p{color:hsl(215,27.9069767442%,36.862745098%);font-size:.95rem;line-height:1.5}.latest-news{padding:4rem 2rem;background:#fff}.latest-news .section-headers{text-align:center;margin-bottom:3rem}.latest-news .section-headers h2{font-size:2.5rem;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.latest-news .section-headers p{color:gray}.latest-news .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:2rem auto}.latest-news .news-grid .news-card{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.latest-news .news-grid .news-card img{width:100%;height:200px;object-fit:cover}.latest-news .news-grid .news-card .news-content{padding:1.5rem}.latest-news .news-grid .news-card .news-content h3{color:#1f2937;margin-bottom:.5rem}.latest-news .news-grid .news-card .news-content p{color:hsl(215,27.9069767442%,36.862745098%);font-size:.95rem;margin-bottom:1rem;min-height:4em}.latest-news .news-grid .news-card .news-content .read-more{display:flex;align-items:center;gap:.5rem;color:#2563eb;background:none;border:none;font-weight:600;cursor:pointer;padding:0}.latest-news .news-grid .news-card .news-content .read-more:hover{color:#1e40af}.testimonials-section{padding:6rem 2rem;background:linear-gradient(90deg,#ffffff,#f5f7fa)}.testimonials-section .section-header{text-align:center;margin-bottom:4rem}.testimonials-section .section-header h2{font-size:2.8rem;background:linear-gradient(90deg,#2c3e50,#4ca1af);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin-bottom:1rem}.testimonials-section .section-header p{color:#6c757d;font-size:1.2rem;max-width:700px;margin:0 auto}.testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.testimonials-section .testimonials-grid .testimonial-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.testimonials-section .testimonials-grid .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header{display:flex;align-items:center;padding:1.5rem;position:relative}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .user-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #4ca1af;margin-right:1rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .user-info h4{margin:0;color:#2c3e50}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .user-info p{margin:0;color:#6c757d;font-size:.9rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-header .property-badge{position:absolute;top:1rem;right:1rem;background:#4ca1af;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.7rem;font-weight:700}.testimonials-section .testimonials-grid .testimonial-card .testimonial-body{padding:0 1.5rem 1.5rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-body .quote{font-style:italic;color:#495057;line-height:1.6;margin-bottom:1.5rem}.testimonials-section .testimonials-grid .testimonial-card .testimonial-body .rating{color:#ffc107;font-size:1.2rem;letter-spacing:2px}.testimonials-section .testimonials-grid .testimonial-card .testimonial-footer{padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e9ecef}.testimonials-section .testimonials-grid .testimonial-card .testimonial-footer .transaction-date{color:#6c757d;font-size:.8rem;font-style:italic}@media(max-width:768px){.testimonials-section{padding:4rem 1rem}.testimonials-section .section-header h2{font-size:2rem}.testimonials-section .section-header p{font-size:1rem}.testimonials-section .testimonials-grid{grid-template-columns:1fr}.why-choose{padding:4rem 1rem}.why-choose .features-grid{grid-template-columns:1fr}.latest-news{padding:2rem 1rem}.properties-grid{grid-template-columns:1fr}.banner-section h1{font-size:2.5rem!important}}