.Navbar-module__nuAbfa__navbar{background-color:var(--white);z-index:100;align-items:center;height:70px;padding:12px 0;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__nuAbfa__logo{align-items:center;margin-left:-18px;display:flex}@media (max-width:480px){.Navbar-module__nuAbfa__logo{margin-left:-10px}}.Navbar-module__nuAbfa__logoIcon{color:var(--primary-green)}.Navbar-module__nuAbfa__logoText{flex-direction:column;display:flex}.Navbar-module__nuAbfa__brandName{color:var(--primary-blue);font-size:22px;font-weight:800;line-height:1}@media (max-width:600px){.Navbar-module__nuAbfa__brandName{font-size:16px}.Navbar-module__nuAbfa__tagline{font-size:6px}}.Navbar-module__nuAbfa__tagline{letter-spacing:1px;color:var(--primary-blue);text-transform:uppercase;font-size:8px}.Navbar-module__nuAbfa__desktopControls{display:none}@media (min-width:900px){.Navbar-module__nuAbfa__desktopControls{flex:1;align-items:center;gap:20px;margin-left:40px;margin-right:40px;display:flex}}.Navbar-module__nuAbfa__locationSelector{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:#f0f2f5;border-radius:4px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.Navbar-module__nuAbfa__searchBar{background:#f0f2f5;border-radius:4px;flex:1;display:flex;position:relative}.Navbar-module__nuAbfa__searchContainer{flex:1;display:flex;position:relative}.Navbar-module__nuAbfa__searchResults{z-index:1000;background:#fff;border:1px solid #eee;border-radius:0 0 8px 8px;max-height:400px;margin-top:10px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.Navbar-module__nuAbfa__resultItem{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:10px 16px;transition:background .2s;display:flex}.Navbar-module__nuAbfa__resultItem:last-child{border-bottom:none}.Navbar-module__nuAbfa__resultItem:hover{background:#f8fafc}.Navbar-module__nuAbfa__resultIcon{color:#2563eb;background:#eff6ff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Navbar-module__nuAbfa__resultInfo{flex:1;min-width:0}.Navbar-module__nuAbfa__resultName{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.Navbar-module__nuAbfa__resultDetails{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.Navbar-module__nuAbfa__searchBar input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:10px 16px;font-size:14px}.Navbar-module__nuAbfa__searchButton{background:var(--primary-blue);cursor:pointer;border:none;border-radius:0 4px 4px 0;justify-content:center;align-items:center;padding:0 16px;display:flex}.Navbar-module__nuAbfa__rightControls{align-items:center;gap:20px;display:flex}.Navbar-module__nuAbfa__heartIcon{cursor:pointer;color:#555;position:relative}.Navbar-module__nuAbfa__badge{color:#fff;background:#ff4d4f;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Navbar-module__nuAbfa__signInButton{color:var(--primary-blue);cursor:pointer;background:#e8f5e9;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.Navbar-module__nuAbfa__signInButton:hover{background:#c8e6c9}.Navbar-module__nuAbfa__menuButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;display:flex}.Navbar-module__nuAbfa__noResults{text-align:center;color:#666;padding:20px;font-size:14px}
.CitySelector-module__tQ03Xq__trigger{cursor:pointer}.CitySelector-module__tQ03Xq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.CitySelector-module__tQ03Xq__modal{background:#faf7f2;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.CitySelector-module__tQ03Xq__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px;display:flex}.CitySelector-module__tQ03Xq__title{color:var(--text-primary);margin:0;font-size:24px;font-weight:700}.CitySelector-module__tQ03Xq__closeButton{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.CitySelector-module__tQ03Xq__closeButton:hover{background:#e0e0e0}.CitySelector-module__tQ03Xq__grid{grid-template-columns:repeat(4,1fr);gap:16px;padding:24px;display:grid}@media (max-width:768px){.CitySelector-module__tQ03Xq__grid{grid-template-columns:repeat(2,1fr)}}.CitySelector-module__tQ03Xq__cityCard{cursor:pointer;background:#fafafa;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;padding:16px;transition:all .2s;display:flex}.CitySelector-module__tQ03Xq__cityCard:hover{background:#f0f0f0;transform:translateY(-2px)}.CitySelector-module__tQ03Xq__cityCard.CitySelector-module__tQ03Xq__selected{border-color:var(--primary-blue);background:#e8f5e9}.CitySelector-module__tQ03Xq__cityImage{background:linear-gradient(135deg,#f5f7fa 0%,#e8eaf6 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:12px;display:flex;overflow:hidden}.CitySelector-module__tQ03Xq__cityImage img{object-fit:cover;width:100%;height:100%}.CitySelector-module__tQ03Xq__cityName{color:var(--text-primary);text-align:center;font-size:14px;font-weight:600}.CitySelector-module__tQ03Xq__cityCard.CitySelector-module__tQ03Xq__selected .CitySelector-module__tQ03Xq__cityName{color:var(--primary-blue);font-weight:700}
.MobileMenu-module__Q5LJxq__overlay{z-index:1000;background:#00000080;justify-content:flex-end;align-items:flex-start;padding:0;display:flex;position:fixed;inset:0}.MobileMenu-module__Q5LJxq__menu{background:#faf7f2;flex-direction:column;width:100%;max-width:400px;height:100vh;animation:.3s ease-out MobileMenu-module__Q5LJxq__slideIn;display:flex;box-shadow:-2px 0 10px #0000001a}@keyframes MobileMenu-module__Q5LJxq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.MobileMenu-module__Q5LJxq__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.MobileMenu-module__Q5LJxq__logoContainer{flex:1;align-items:center;gap:12px;display:flex}.MobileMenu-module__Q5LJxq__logoText{flex-direction:column;display:flex}.MobileMenu-module__Q5LJxq__brandName{color:var(--primary-blue);margin-bottom:4px;font-size:16px;font-weight:700;line-height:1.2}.MobileMenu-module__Q5LJxq__tagline{letter-spacing:1px;color:var(--primary-blue);text-transform:uppercase;font-size:8px}.MobileMenu-module__Q5LJxq__closeButton{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.MobileMenu-module__Q5LJxq__closeButton:hover{background:#e0e0e0}.MobileMenu-module__Q5LJxq__nav{flex-direction:column;flex:1;padding:16px 0;display:flex}.MobileMenu-module__Q5LJxq__navItem{color:#333;border-left:3px solid #0000;padding:16px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.MobileMenu-module__Q5LJxq__navItem:hover{border-left-color:var(--primary-blue);color:var(--primary-blue);background:#f5f5f5}.MobileMenu-module__Q5LJxq__navItem.MobileMenu-module__Q5LJxq__active{border-left-color:var(--primary-blue);color:var(--primary-blue);background:#e8f5e9;font-weight:600}@media (max-width:480px){.MobileMenu-module__Q5LJxq__menu{max-width:100%}}
.Footer-module__EZoWya__footer{color:#fff;background-color:#1a2b3c;padding:60px 0 20px;font-size:14px}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:40px 0 20px}}.Footer-module__EZoWya__top{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px;padding-bottom:40px;display:flex}@media (max-width:768px){.Footer-module__EZoWya__top{flex-direction:column;gap:30px}}.Footer-module__EZoWya__column{flex:1;min-width:200px}.Footer-module__EZoWya__brand{margin-bottom:16px;font-size:24px;font-weight:800;display:block}.Footer-module__EZoWya__address{opacity:.7;line-height:1.6}.Footer-module__EZoWya__column h4{color:#fff;margin-bottom:20px;font-size:16px;font-weight:700}.Footer-module__EZoWya__column ul{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__column li{opacity:.7;cursor:pointer;transition:opacity .2s}.Footer-module__EZoWya__column li:hover{opacity:1}.Footer-module__EZoWya__bottom{text-align:center;opacity:.5;font-size:12px}
.Hero-module__Z8hQ_W__heroSection{min-height:100vh;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgVideo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__overlay{z-index:1;background:#00000073;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__container{z-index:2;justify-content:space-between;align-items:center;padding-top:120px;display:flex;position:relative}@media (max-width:768px){.Hero-module__Z8hQ_W__container{text-align:center;flex-direction:column;padding-top:60px}.Hero-module__Z8hQ_W__content{padding-right:0}}.Hero-module__Z8hQ_W__content{max-width:600px}.Hero-module__Z8hQ_W__title{color:#fff;margin-bottom:30px;font-size:56px;font-weight:700;line-height:1.1}@media (max-width:768px){.Hero-module__Z8hQ_W__title{margin-bottom:20px;font-size:36px}}@media (max-width:480px){.Hero-module__Z8hQ_W__title{font-size:28px}}.Hero-module__Z8hQ_W__title span{color:#f5fbe6}.Hero-module__Z8hQ_W__badges{background:#e8f1f0;border-radius:50px;align-items:center;gap:16px;padding:8px 16px;display:inline-flex}.Hero-module__Z8hQ_W__badge{color:var(--primary-blue);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.Hero-module__Z8hQ_W__badgeLine{background:#b0bec5;width:1px;height:20px}.Hero-module__Z8hQ_W__bubble1,.Hero-module__Z8hQ_W__bubble2{color:var(--primary-blue);background:#faf7f2;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;position:absolute;box-shadow:0 4px 12px #0000001a}.Hero-module__Z8hQ_W__bubble1{top:-20px;left:20px;transform:rotate(-5deg)}.Hero-module__Z8hQ_W__bubble2{top:40px;right:-10px;transform:rotate(5deg)}.Hero-module__Z8hQ_W__searchWrapper{z-index:2;z-index:10;width:100%;max-width:1000px;position:relative;bottom:-60px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__tabs{gap:0;display:flex}.Hero-module__Z8hQ_W__tab{color:#1565c0;cursor:pointer;background:#e8f5e9;border:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.Hero-module__Z8hQ_W__activeTab{color:#1565c0;background:#fff;border:1px solid #eee;border-bottom:none;position:relative}.Hero-module__Z8hQ_W__activeTab:after{content:"";background:var(--primary-blue);border-radius:8px 8px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.Hero-module__Z8hQ_W__searchBarContainer{width:100%;position:relative}.Hero-module__Z8hQ_W__searchResults{z-index:100;background:#fff;border:1px solid #eee;border-radius:0 0 12px 12px;margin-top:-1px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.Hero-module__Z8hQ_W__resultItem{cursor:pointer;border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.Hero-module__Z8hQ_W__resultItem:last-child{border-bottom:none}.Hero-module__Z8hQ_W__resultItem:hover{background:#f8fafc}.Hero-module__Z8hQ_W__resultIcon{color:#2563eb;background:#eff6ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Hero-module__Z8hQ_W__resultInfo{flex:1}.Hero-module__Z8hQ_W__resultName{color:#1e293b;font-size:14px;font-weight:600}.Hero-module__Z8hQ_W__resultDetails{color:#64748b;font-size:12px}.Hero-module__Z8hQ_W__searchCard{background:#fff;border-radius:0 12px 12px;flex-direction:column;gap:20px;width:100%;padding:24px;display:flex;box-shadow:0 10px 40px #0000001a}.Hero-module__Z8hQ_W__locationRow{justify-content:flex-start;width:100%;display:flex}.Hero-module__Z8hQ_W__locationSelector{color:#333;cursor:pointer;background:#f0f2f5;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;width:fit-content;min-width:120px;min-height:40px;padding:8px 16px;font-weight:500;transition:background .2s;display:flex}.Hero-module__Z8hQ_W__locationSelector:hover{background:#e8eaed}.Hero-module__Z8hQ_W__locLeft{align-items:center;gap:12px;display:flex}.Hero-module__Z8hQ_W__locLeft span{color:#333;font-size:18px;font-weight:500}.Hero-module__Z8hQ_W__searchBarBig{border-bottom:1px solid #eee;align-items:center;gap:12px;width:100%;padding-bottom:12px;display:flex}.Hero-module__Z8hQ_W__searchBarBig input{color:#666;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-size:18px}.Hero-module__Z8hQ_W__searchBarBig input::placeholder{color:#888}.Hero-module__Z8hQ_W__searchIcon{color:#666;cursor:pointer}.Hero-module__Z8hQ_W__popular{flex-direction:column;gap:12px;display:flex}.Hero-module__Z8hQ_W__popularHeader{color:#333;align-items:center;gap:8px;font-size:16px;display:flex}.Hero-module__Z8hQ_W__tagGrid{flex-wrap:wrap;gap:10px;display:flex}.Hero-module__Z8hQ_W__tag{cursor:pointer;color:#666;background:#e0e0e0;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.Hero-module__Z8hQ_W__tag:hover{color:#fff;background:#1565c0;transform:translateY(-2px)}.Hero-module__Z8hQ_W__tag.Hero-module__Z8hQ_W__active{color:#fff;background:#1565c0}@media (max-width:768px){.Hero-module__Z8hQ_W__searchCard{border-radius:8px;gap:16px;padding:16px}.Hero-module__Z8hQ_W__locLeft span,.Hero-module__Z8hQ_W__searchBarBig input{font-size:16px}.Hero-module__Z8hQ_W__searchWrapper{max-width:100%;padding:0 12px;bottom:-20px}.Hero-module__Z8hQ_W__tabs{padding:0 12px}}
@keyframes Advantages-module__utHWBq__fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes Advantages-module__utHWBq__float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.Advantages-module__utHWBq__section{background-color:#fff;border-top:1px solid #eee;margin-top:40px;padding:100px 0 80px;overflow:hidden}.Advantages-module__utHWBq__heading{color:#0d47a1;margin-bottom:8px;font-size:32px;font-weight:700;animation:.6s forwards Advantages-module__utHWBq__fadeUp}.Advantages-module__utHWBq__subheading{color:#546e7a;margin-bottom:40px;font-size:16px;animation:.7s forwards Advantages-module__utHWBq__fadeUp}.Advantages-module__utHWBq__grid{grid-template-columns:repeat(5,1fr);gap:20px;animation:.8s forwards Advantages-module__utHWBq__fadeUp;display:grid}@media (max-width:1024px){.Advantages-module__utHWBq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Advantages-module__utHWBq__grid{grid-template-columns:1fr}}.Advantages-module__utHWBq__card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;flex-direction:column;gap:16px;padding:24px;transition:transform .3s,box-shadow .3s;animation:.6s forwards Advantages-module__utHWBq__fadeUp;display:flex}.Advantages-module__utHWBq__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.Advantages-module__utHWBq__card:first-child{animation-delay:.1s}.Advantages-module__utHWBq__card:nth-child(2){animation-delay:.2s}.Advantages-module__utHWBq__card:nth-child(3){animation-delay:.3s}.Advantages-module__utHWBq__card:nth-child(4){animation-delay:.4s}.Advantages-module__utHWBq__iconWrapper{width:48px;height:48px;color:var(--primary-blue)}.Advantages-module__utHWBq__cardTitle{color:#263238;font-size:16px;font-weight:700}.Advantages-module__utHWBq__cardText{color:#607d8b;font-size:13px;line-height:1.5}.Advantages-module__utHWBq__statsCard{background:linear-gradient(135deg,#81c784,#a5d6a7);border-radius:16px;padding:24px;animation:.8s forwards Advantages-module__utHWBq__fadeUp,4s ease-in-out infinite Advantages-module__utHWBq__float;position:relative;overflow:hidden}.Advantages-module__utHWBq__statsContent{z-index:2;color:#1b5e20;position:relative}.Advantages-module__utHWBq__statsValue{margin:8px 0 4px;font-size:36px;font-weight:800}.Advantages-module__utHWBq__statsLabel{max-width:60%;font-size:14px;font-weight:500}.Advantages-module__utHWBq__statsImage{position:absolute;bottom:0;right:0}.Advantages-module__utHWBq__statsImage img{border-radius:8px 0 0;width:100px}
.NewLaunches-module__V493fa__section{background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:40px 0}.NewLaunches-module__V493fa__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:30px;display:flex}@media (max-width:768px){.NewLaunches-module__V493fa__header{flex-direction:column;align-items:flex-start;gap:15px}.NewLaunches-module__V493fa__headerRight{justify-content:space-between;width:100%}}.NewLaunches-module__V493fa__headerLeft{flex:1}.NewLaunches-module__V493fa__label{color:var(--primary-blue);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.NewLaunches-module__V493fa__heading{color:var(--text-primary);margin:0;font-size:28px;font-weight:700}.NewLaunches-module__V493fa__subheading{color:#666;margin-top:8px;font-size:14px}.NewLaunches-module__V493fa__headerRight{align-items:center;gap:16px;display:flex}.NewLaunches-module__V493fa__navArrows{gap:8px;display:flex}.NewLaunches-module__V493fa__navArrow{cursor:pointer;width:36px;height:36px;color:var(--primary-blue);background:#faf7f2;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.NewLaunches-module__V493fa__navArrow:hover{border-color:var(--primary-blue);background:#e8f5e9}.NewLaunches-module__V493fa__viewMoreBtn{color:#666;cursor:pointer;background:#faf7f2;border:1px solid #ddd;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.NewLaunches-module__V493fa__viewMoreBtn:hover{background:#f5f5f5;border-color:#999}.NewLaunches-module__V493fa__scrollContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow:auto hidden}.NewLaunches-module__V493fa__scrollContainer::-webkit-scrollbar{display:none}.NewLaunches-module__V493fa__grid{gap:24px;min-width:min-content;padding-bottom:10px;display:flex}.NewLaunches-module__V493fa__card{border:1px solid #eee;border-radius:8px;flex-direction:column;flex-shrink:0;min-width:320px;max-width:320px;transition:box-shadow .2s;display:flex;overflow:hidden}@media (max-width:480px){.NewLaunches-module__V493fa__card{min-width:280px;max-width:280px}.NewLaunches-module__V493fa__projectName{font-size:14px}.NewLaunches-module__V493fa__priceRange{font-size:13px}}.NewLaunches-module__V493fa__card:hover{box-shadow:0 5px 15px #0000001a}.NewLaunches-module__V493fa__imageArea{background:#ddd;height:160px;position:relative;overflow:hidden}.NewLaunches-module__V493fa__cardImg{object-fit:cover;width:100%;height:100%}.NewLaunches-module__V493fa__cardContent{flex:1;padding:16px}.NewLaunches-module__V493fa__projectName{color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:700}.NewLaunches-module__V493fa__priceRange{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:700}.NewLaunches-module__V493fa__detailsRow{color:#555;flex-direction:column;gap:8px;margin-bottom:12px;font-size:12px;display:flex}.NewLaunches-module__V493fa__detailItem{align-items:center;gap:6px;display:flex}.NewLaunches-module__V493fa__detailItem span{font-size:12px}.NewLaunches-module__V493fa__possessionBadge{color:var(--primary-blue);background:#e8f5e9;border-radius:4px;width:fit-content;padding:4px 8px;font-weight:600;display:inline-flex}.NewLaunches-module__V493fa__favoriteBtn{cursor:pointer;z-index:2;background:#faf7f2;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.NewLaunches-module__V493fa__favoriteBtn:hover{transform:scale(1.1)}.NewLaunches-module__V493fa__videoBadge{cursor:pointer;z-index:2;background:#1565c0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 8px #0003}
.PropertyDetails-module__ZITu8a__mainContainer{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-width:100%;min-height:100vh;padding-bottom:50px}.PropertyDetails-module__ZITu8a__contentWrapper{gap:30px;min-width:50px;max-width:95%;margin:0 auto;padding:20px;display:flex;position:relative}.PropertyDetails-module__ZITu8a__loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;display:flex}.PropertyDetails-module__ZITu8a__loadingSpinner{border:4px solid #e9ecef;border-top-color:#234e70;border-radius:50%;width:40px;height:40px;animation:1s linear infinite PropertyDetails-module__ZITu8a__spin}@keyframes PropertyDetails-module__ZITu8a__spin{to{transform:rotate(360deg)}}.PropertyDetails-module__ZITu8a__leftStatsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:linear-gradient(#234e70f2 0%,#1e3d59f2 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:28px;width:100px;height:fit-content;padding:24px 12px;display:flex;position:sticky;top:100px;box-shadow:0 8px 32px #1e3d5940}.PropertyDetails-module__ZITu8a__statItem{flex-direction:column;align-items:center;gap:6px;transition:transform .3s;display:flex}.PropertyDetails-module__ZITu8a__statItem:hover{transform:translateY(-3px)}.PropertyDetails-module__ZITu8a__statValue{letter-spacing:.5px;font-size:16px;font-weight:700}.PropertyDetails-module__ZITu8a__statLabel{text-transform:uppercase;opacity:.85;letter-spacing:.3px;font-size:9px}.PropertyDetails-module__ZITu8a__mainContent{flex-direction:column;flex:1;gap:24px;width:100%;min-width:0;display:flex}.PropertyDetails-module__ZITu8a__breadcrumbs{color:#6c757d;margin-bottom:8px;font-size:13px}.PropertyDetails-module__ZITu8a__breadcrumbs a{color:#6c757d;text-decoration:none;transition:color .2s}.PropertyDetails-module__ZITu8a__breadcrumbs a:hover{color:#234e70}.PropertyDetails-module__ZITu8a__breadcrumbs span{color:#234e70;font-weight:500}.PropertyDetails-module__ZITu8a__headerRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.PropertyDetails-module__ZITu8a__lastUpdated{color:#6c757d;font-size:13px;font-weight:400}.PropertyDetails-module__ZITu8a__heroHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.PropertyDetails-module__ZITu8a__titleSection h1{color:#234e70;margin:0 0 4px;font-size:32px;font-weight:700;line-height:1.2}.PropertyDetails-module__ZITu8a__developerSub{color:#6c757d;align-items:center;gap:6px;font-size:14px;display:flex}.PropertyDetails-module__ZITu8a__developerSub a{color:#234e70;cursor:pointer;font-weight:500;text-decoration:underline;transition:color .2s}.PropertyDetails-module__ZITu8a__developerSub a:hover{color:#0e8744}.PropertyDetails-module__ZITu8a__actionSection{flex-direction:row;align-items:center;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__shareBtn{color:#234e70;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__shareBtn:hover{background:#f8f9fa;border-color:#234e70}.PropertyDetails-module__ZITu8a__priceBlock{flex-direction:column;align-items:flex-end;display:flex}.PropertyDetails-module__ZITu8a__priceText{color:#1a1a1a;font-size:24px;font-weight:700}.PropertyDetails-module__ZITu8a__allInc{color:#6c757d;font-size:12px}.PropertyDetails-module__ZITu8a__gallerySlider{grid-template-columns:2fr 1fr;gap:16px;height:400px;margin-bottom:24px;display:grid}.PropertyDetails-module__ZITu8a__mainSlider{background:#f0f2f5;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.PropertyDetails-module__ZITu8a__sliderContent{cursor:pointer;width:100%;height:100%;position:relative}.PropertyDetails-module__ZITu8a__sliderImg{object-fit:cover;width:100%;height:100%;animation:.5s ease-in-out PropertyDetails-module__ZITu8a__fadeIn}@keyframes PropertyDetails-module__ZITu8a__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PropertyDetails-module__ZITu8a__sliderPrev,.PropertyDetails-module__ZITu8a__sliderNext{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:10;color:#234e70;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PropertyDetails-module__ZITu8a__sliderPrev{left:16px}.PropertyDetails-module__ZITu8a__sliderNext{right:16px}.PropertyDetails-module__ZITu8a__sliderDots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;right:20px}.PropertyDetails-module__ZITu8a__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:all .3s}.PropertyDetails-module__ZITu8a__activeDot{background:#fff;border-radius:4px;width:20px;transform:scale(1.2)}.PropertyDetails-module__ZITu8a__sliderOverlayIcons{gap:12px;display:flex;position:absolute;bottom:20px;left:20px}.PropertyDetails-module__ZITu8a__overlayIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__overlayIcon:hover{background:#000000b3;transform:scale(1.1)}.PropertyDetails-module__ZITu8a__sideMap{cursor:pointer;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.PropertyDetails-module__ZITu8a__sideMap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PropertyDetails-module__ZITu8a__sideMap:hover img{transform:scale(1.05)}.PropertyDetails-module__ZITu8a__mapPinOverlay{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PropertyDetails-module__ZITu8a__tabsContainer{background:linear-gradient(90deg,#234e70 0%,#3a6d94 100%);border-radius:10px;padding:0 12px;display:flex;overflow-x:auto;box-shadow:0 4px 16px #234e7040}.PropertyDetails-module__ZITu8a__tabsContainer::-webkit-scrollbar{height:4px}.PropertyDetails-module__ZITu8a__tabsContainer::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.PropertyDetails-module__ZITu8a__tab{color:#ffffffbf;cursor:pointer;white-space:nowrap;padding:14px 18px;font-size:13px;font-weight:500;transition:all .3s;position:relative}.PropertyDetails-module__ZITu8a__tab:hover{color:#fff;background-color:#ffffff1a}.PropertyDetails-module__ZITu8a__tab.PropertyDetails-module__ZITu8a__active{color:#fff;background-color:#ffffff26;font-weight:600}.PropertyDetails-module__ZITu8a__tab.PropertyDetails-module__ZITu8a__active:after{content:"";background:#0e8744;border-radius:2px 2px 0 0;width:40px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.PropertyDetails-module__ZITu8a__sectionCard{background-color:#fff;border-radius:12px;padding:28px;transition:box-shadow .3s;box-shadow:0 4px 24px #0000000f}.PropertyDetails-module__ZITu8a__sectionCard:hover{box-shadow:0 8px 32px #0000001a}.PropertyDetails-module__ZITu8a__sectionTitle{color:#234e70;text-transform:uppercase;letter-spacing:.5px;background:#f1f4f8;border-bottom:2px solid #e9ecef;border-radius:12px 12px 0 0;margin:-28px -28px 24px;padding:14px 28px;font-size:18px;font-weight:700}.PropertyDetails-module__ZITu8a__sectionHeaderLine{border-bottom:2px solid #e9ecef;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.PropertyDetails-module__ZITu8a__sectionHeaderLine .PropertyDetails-module__ZITu8a__sectionTitle{border-bottom:none;margin:0;padding-bottom:0}.PropertyDetails-module__ZITu8a__overviewGrid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.PropertyDetails-module__ZITu8a__overviewItem{text-align:left;background:#fff;border:1px solid #f0f2f5;border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;height:100%;padding:12px 16px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__overviewItem:hover{border-color:#234e70;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.PropertyDetails-module__ZITu8a__iconBox{color:#234e70;background:0 0;border-radius:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;padding:0;display:flex}.PropertyDetails-module__ZITu8a__iconBox svg{width:24px;height:24px}.PropertyDetails-module__ZITu8a__overviewText{flex-direction:column;align-items:flex-start;display:flex}.PropertyDetails-module__ZITu8a__overviewValue{color:#0e8744;margin-bottom:2px;font-size:15px;font-weight:700;line-height:1.2}.PropertyDetails-module__ZITu8a__overviewLabel{color:#6c757d;margin-top:0;font-size:12px;line-height:1.2}.PropertyDetails-module__ZITu8a__aboutProperty{border-top:1px solid #e9ecef;margin-top:24px;padding-top:20px}.PropertyDetails-module__ZITu8a__aboutProperty h3{color:#234e70;margin:0 0 12px;font-size:16px}.PropertyDetails-module__ZITu8a__aboutProperty p{color:#495057;white-space:pre-line;margin:0;font-size:14px;line-height:1.7}.PropertyDetails-module__ZITu8a__addressText{color:#495057;align-items:center;gap:8px;margin-bottom:20px;font-size:15px;display:flex}.PropertyDetails-module__ZITu8a__landmarksGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.PropertyDetails-module__ZITu8a__landmarkItem{background:#f8f9fa;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__landmarkItem:hover{background:#e9ecef;transform:translate(4px)}.PropertyDetails-module__ZITu8a__landmarkIcon{color:#0e8744}.PropertyDetails-module__ZITu8a__landmarkInfo{flex-direction:column;display:flex}.PropertyDetails-module__ZITu8a__landmarkName{color:#234e70;font-size:13px;font-weight:600}.PropertyDetails-module__ZITu8a__landmarkDistance{color:#6c757d;font-size:12px}.PropertyDetails-module__ZITu8a__mapContainer{border-radius:12px;margin-top:20px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.PropertyDetails-module__ZITu8a__videoContainer{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000001a}.PropertyDetails-module__ZITu8a__prosConsGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.PropertyDetails-module__ZITu8a__prosBox,.PropertyDetails-module__ZITu8a__consBox{border-radius:12px;padding:20px;transition:transform .3s}.PropertyDetails-module__ZITu8a__prosBox:hover,.PropertyDetails-module__ZITu8a__consBox:hover{transform:translateY(-3px)}.PropertyDetails-module__ZITu8a__prosBox{background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border:1px solid #c3e6cb}.PropertyDetails-module__ZITu8a__consBox{background:linear-gradient(135deg,#f8d7da 0%,#f5c6cb 100%);border:1px solid #f5c6cb}.PropertyDetails-module__ZITu8a__prosHeader,.PropertyDetails-module__ZITu8a__consHeader{align-items:center;gap:10px;margin-bottom:16px;font-size:16px;font-weight:700;display:flex}.PropertyDetails-module__ZITu8a__prosHeader{color:#0e8744}.PropertyDetails-module__ZITu8a__consHeader{color:#dc3545}.PropertyDetails-module__ZITu8a__checkList{margin:0;padding:0;list-style:none}.PropertyDetails-module__ZITu8a__checkList li{align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;line-height:1.5;display:flex}.PropertyDetails-module__ZITu8a__prosBox .PropertyDetails-module__ZITu8a__checkList li{color:#155724}.PropertyDetails-module__ZITu8a__consBox .PropertyDetails-module__ZITu8a__checkList li{color:#721c24}.PropertyDetails-module__ZITu8a__amenitySubtitle{color:#234e70;margin:8px 0 6px;padding-left:2px;font-size:15px;font-weight:700}.PropertyDetails-module__ZITu8a__amenitySubtitle:first-of-type{margin-top:0}.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:30px;display:grid}.PropertyDetails-module__ZITu8a__amenityItem{text-align:center;background:#fff;border:1px solid #f0f2f5;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px 6px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__amenityItem:hover{border-color:#234e70;transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.PropertyDetails-module__ZITu8a__amenityIcon{color:#234e70;background:#234e700d;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.PropertyDetails-module__ZITu8a__amenityIcon svg{width:24px;height:24px}.PropertyDetails-module__ZITu8a__amenityItem span{color:#234e70;width:100%;font-size:11px;font-weight:600;line-height:1.3}@media (max-width:768px){.PropertyDetails-module__ZITu8a__overviewGrid,.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr);gap:6px}.PropertyDetails-module__ZITu8a__amenityItem,.PropertyDetails-module__ZITu8a__overviewItem{border-radius:6px;gap:4px;padding:6px 2px}.PropertyDetails-module__ZITu8a__iconBox,.PropertyDetails-module__ZITu8a__amenityIcon{border-radius:8px;padding:6px}.PropertyDetails-module__ZITu8a__amenityItem span,.PropertyDetails-module__ZITu8a__overviewValue{font-size:9px}.PropertyDetails-module__ZITu8a__overviewLabel{font-size:8px}}.PropertyDetails-module__ZITu8a__planTabs{gap:12px;margin-bottom:20px;display:flex}.PropertyDetails-module__ZITu8a__planTabBtn{color:#6c757d;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:10px 24px;font-weight:600;transition:all .3s}.PropertyDetails-module__ZITu8a__planTabBtn.PropertyDetails-module__ZITu8a__active{color:#234e70;background:#234e700d;border-color:#234e70}.PropertyDetails-module__ZITu8a__planTabBtn:hover:not(.PropertyDetails-module__ZITu8a__active){border-color:#adb5bd}.PropertyDetails-module__ZITu8a__planDisplay{justify-content:center;display:flex}.PropertyDetails-module__ZITu8a__planThumb{border:1px solid #e9ecef;border-radius:12px;max-width:600px;position:relative;overflow:hidden}.PropertyDetails-module__ZITu8a__planThumb img{filter:blur(2px);width:100%;height:auto;display:block}.PropertyDetails-module__ZITu8a__planOverlay{color:#234e70;background:#ffffffe6;border-radius:8px;padding:12px 24px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #00000026}.PropertyDetails-module__ZITu8a__planBtn,.PropertyDetails-module__ZITu8a__priceSheetBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0e8744 0%,#20c997 100%);border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__planBtn:hover,.PropertyDetails-module__ZITu8a__priceSheetBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0e87444d}.PropertyDetails-module__ZITu8a__pricingTabs{gap:10px;margin-bottom:20px;display:flex}.PropertyDetails-module__ZITu8a__pricingTab{cursor:pointer;color:#6c757d;border:2px solid #e9ecef;border-radius:8px;padding:10px 24px;font-weight:600;transition:all .3s}.PropertyDetails-module__ZITu8a__pricingTab.PropertyDetails-module__ZITu8a__active{color:#fff;background:#234e70;border-color:#234e70}.PropertyDetails-module__ZITu8a__pricingTab:hover:not(.PropertyDetails-module__ZITu8a__active){color:#234e70;border-color:#234e70}.PropertyDetails-module__ZITu8a__pricingTable{border-collapse:collapse;border-radius:12px;width:100%;overflow:hidden}.PropertyDetails-module__ZITu8a__pricingTable th,.PropertyDetails-module__ZITu8a__pricingTable td{text-align:left;border-bottom:1px solid #e9ecef;padding:14px 16px;font-size:14px}.PropertyDetails-module__ZITu8a__pricingTable th{color:#6c757d;text-transform:uppercase;background:#f8f9fa;font-size:12px;font-weight:600}.PropertyDetails-module__ZITu8a__pricingTable tbody tr{transition:background .2s}.PropertyDetails-module__ZITu8a__pricingTable tbody tr:hover{background:#f8f9fa}.PropertyDetails-module__ZITu8a__viewPlanBtn{color:#234e70;cursor:pointer;background:0 0;border:none;font-weight:500;text-decoration:underline;transition:color .2s}.PropertyDetails-module__ZITu8a__viewPlanBtn:hover{color:#0e8744}.PropertyDetails-module__ZITu8a__paymentSchemeCard{background:#f8f9fa;border-radius:12px;padding:24px}.PropertyDetails-module__ZITu8a__paymentSchemeHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.PropertyDetails-module__ZITu8a__paymentType{color:#fff;background:#234e70;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:700}.PropertyDetails-module__ZITu8a__paymentName{color:#234e70;font-size:18px;font-weight:600}.PropertyDetails-module__ZITu8a__paymentDescription{color:#6c757d;margin-bottom:20px;font-size:14px}.PropertyDetails-module__ZITu8a__paymentSchedule{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.PropertyDetails-module__ZITu8a__paymentMilestone{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px;transition:all .3s}.PropertyDetails-module__ZITu8a__paymentMilestone:hover{border-color:#234e70;transform:translateY(-2px)}.PropertyDetails-module__ZITu8a__milestonePercentage{color:#0e8744;margin-bottom:4px;font-size:20px;font-weight:700;display:block}.PropertyDetails-module__ZITu8a__milestoneName{color:#6c757d;font-size:11px}.PropertyDetails-module__ZITu8a__litigationContainer{flex-direction:column;gap:20px;display:flex}.PropertyDetails-module__ZITu8a__litigationStatusBox{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.PropertyDetails-module__ZITu8a__litigationStatusLine{color:#495057;align-items:center;gap:12px;margin:0;font-size:15px;font-weight:600;display:flex}.PropertyDetails-module__ZITu8a__reraVerificationBox{align-items:center;gap:10px;display:flex}.PropertyDetails-module__ZITu8a__verificationLabel{color:#6c757d;font-size:14px;font-weight:500}.PropertyDetails-module__ZITu8a__statusBadge{text-transform:uppercase;border-radius:50px;padding:6px 16px;font-size:14px;font-weight:700}.PropertyDetails-module__ZITu8a__statusYes{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb}.PropertyDetails-module__ZITu8a__statusNo{color:#0e8744;background-color:#d4edda;border:1px solid #c3e6cb}.PropertyDetails-module__ZITu8a__litigationTableWrapper{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-top:10px;overflow:hidden}.PropertyDetails-module__ZITu8a__litigationTable{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.PropertyDetails-module__ZITu8a__litigationTable th{color:#234e70;text-transform:uppercase;letter-spacing:.5px;background:#f1f3f5;border-bottom:2px solid #dee2e6;padding:12px 16px;font-size:11px;font-weight:700}.PropertyDetails-module__ZITu8a__litigationTable td{color:#495057;vertical-align:middle;border-bottom:1px solid #e9ecef;padding:12px 16px}.PropertyDetails-module__ZITu8a__litigationTable tr:last-child td{border-bottom:none}.PropertyDetails-module__ZITu8a__litigationTable tr:hover{background-color:#234e7005}.PropertyDetails-module__ZITu8a__litigationRemarks{color:#6c757d;background:#fff;border-left:4px solid #dee2e6;border-radius:4px;margin:10px 0 0;padding:12px;font-size:14px;font-style:italic;line-height:1.6}.PropertyDetails-module__ZITu8a__viewMoreBtn{color:#234e70;cursor:pointer;background:#f1f3f5;border:none;border-top:1px solid #dee2e6;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__viewMoreBtn:hover{background:#e9ecef}.PropertyDetails-module__ZITu8a__banksGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;display:grid}.PropertyDetails-module__ZITu8a__bankItem{background:#f8f9fa;border:1px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:20px;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__bankItem:hover{background:#fff;border-color:#234e70;transform:translateY(-3px);box-shadow:0 6px 20px #00000014}.PropertyDetails-module__ZITu8a__bankLogo{color:#234e70;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.PropertyDetails-module__ZITu8a__bankLogo img{object-fit:contain;max-width:100%;max-height:100%}.PropertyDetails-module__ZITu8a__bankItem span{color:#495057;text-align:center;font-size:11px;font-weight:500}.PropertyDetails-module__ZITu8a__developerCard{background:#f8f9fa;border-radius:12px;padding:24px}.PropertyDetails-module__ZITu8a__developerHeader{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:20px;display:flex}.PropertyDetails-module__ZITu8a__developerLogo{color:#234e70;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 4px 12px #0000001a}.PropertyDetails-module__ZITu8a__developerLogo img{object-fit:contain;max-width:60px;max-height:60px}.PropertyDetails-module__ZITu8a__developerStats{gap:24px;display:flex}.PropertyDetails-module__ZITu8a__developerStat{flex-direction:column;align-items:center;display:flex}.PropertyDetails-module__ZITu8a__statNum{color:#234e70;width:20px;font-size:24px;font-weight:700}.PropertyDetails-module__ZITu8a__statText{color:#6c757d;font-size:12px}.PropertyDetails-module__ZITu8a__developerAbout{color:#495057;margin-bottom:16px;font-size:14px;line-height:1.7}.PropertyDetails-module__ZITu8a__developerLocations{color:#6c757d;font-size:13px}.PropertyDetails-module__ZITu8a__developerLocations strong{color:#234e70}.PropertyDetails-module__ZITu8a__faqList{flex-direction:column;gap:12px;display:flex}.PropertyDetails-module__ZITu8a__faqItem{border:1px solid #e9ecef;border-radius:10px;transition:all .3s;overflow:hidden}.PropertyDetails-module__ZITu8a__faqItem.PropertyDetails-module__ZITu8a__open{border-color:#234e70;box-shadow:0 4px 16px #00000014}.PropertyDetails-module__ZITu8a__faqQuestion{cursor:pointer;color:#234e70;background:#f8f9fa;justify-content:space-between;align-items:center;padding:16px 20px;font-weight:600;transition:background .2s;display:flex}.PropertyDetails-module__ZITu8a__faqQuestion:hover{background:#e9ecef}.PropertyDetails-module__ZITu8a__faqItem.PropertyDetails-module__ZITu8a__open .PropertyDetails-module__ZITu8a__faqQuestion{background:#234e700d}.PropertyDetails-module__ZITu8a__faqAnswer{color:#495057;border-top:1px solid #e9ecef;padding:16px 20px;font-size:14px;line-height:1.7;animation:.3s PropertyDetails-module__ZITu8a__fadeIn}.PropertyDetails-module__ZITu8a__projectSearch{border:2px solid #e9ecef;border-radius:8px;width:100%;margin-bottom:12px;padding:12px 16px;font-size:14px;transition:border-color .3s}.PropertyDetails-module__ZITu8a__projectSearch:focus{border-color:#234e70;outline:none}.PropertyDetails-module__ZITu8a__datePicker{color:#6c757d;cursor:pointer;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:10px;margin-bottom:16px;padding:12px 16px;transition:border-color .3s;display:flex}.PropertyDetails-module__ZITu8a__datePicker:hover{border-color:#234e70}.PropertyDetails-module__ZITu8a__transportOptions{gap:20px;margin-bottom:16px;display:flex}.PropertyDetails-module__ZITu8a__transportOptions label{color:#495057;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.PropertyDetails-module__ZITu8a__benefitsList{margin:0 0 16px;padding:0;list-style:none}.PropertyDetails-module__ZITu8a__benefitsList li{color:#495057;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.PropertyDetails-module__ZITu8a__benefitsList li svg{color:#0e8744;flex-shrink:0;margin-top:2px}.PropertyDetails-module__ZITu8a__bookBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#234e70 0%,#3a6d94 100%);border:none;border-radius:8px;width:100%;padding:16px;font-size:15px;font-weight:700;transition:all .3s}.PropertyDetails-module__ZITu8a__bookBtn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #234e7059}@media (max-width:1200px){.PropertyDetails-module__ZITu8a__mainContent{max-width:100%}}@media (max-width:1024px){.PropertyDetails-module__ZITu8a__contentWrapper{flex-direction:column;max-width:100%;padding:10px}.PropertyDetails-module__ZITu8a__leftStatsBar{display:none}.PropertyDetails-module__ZITu8a__mainContent{width:100%}.PropertyDetails-module__ZITu8a__heroHeader{flex-direction:column;align-items:flex-start}.PropertyDetails-module__ZITu8a__actionSection{flex-wrap:wrap;justify-content:space-between;width:100%}.PropertyDetails-module__ZITu8a__gallerySlider{grid-template-columns:1fr;height:auto}.PropertyDetails-module__ZITu8a__sideMap{height:250px}.PropertyDetails-module__ZITu8a__prosConsGrid{grid-template-columns:1fr}}@media (max-width:768px){.PropertyDetails-module__ZITu8a__titleSection h1{font-size:24px}.PropertyDetails-module__ZITu8a__priceText{font-size:20px}.PropertyDetails-module__ZITu8a__actionButtons{width:100%;margin-top:10px}.PropertyDetails-module__ZITu8a__heroTourBtn,.PropertyDetails-module__ZITu8a__heroChatBtn{flex:1;justify-content:center}.PropertyDetails-module__ZITu8a__overviewGrid{grid-template-columns:repeat(3,1fr);gap:10px}.PropertyDetails-module__ZITu8a__overviewItem{text-align:center;flex-direction:column;gap:8px;padding:12px 8px}.PropertyDetails-module__ZITu8a__overviewValue{font-size:12px}.PropertyDetails-module__ZITu8a__overviewLabel{font-size:10px}.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr)}.PropertyDetails-module__ZITu8a__pricingTable,.PropertyDetails-module__ZITu8a__litigationTable{white-space:nowrap;display:block;overflow-x:auto}.PropertyDetails-module__ZITu8a__developerHeader{text-align:center;flex-direction:column;align-items:center}.PropertyDetails-module__ZITu8a__developerStats{justify-content:center;gap:15px}.PropertyDetails-module__ZITu8a__qrContainer{text-align:center;flex-direction:column;align-items:center}.PropertyDetails-module__ZITu8a__docItem{flex-direction:column;align-items:flex-start;gap:15px}.PropertyDetails-module__ZITu8a__previewBtn{justify-content:center;width:100%}}@media (max-width:480px){.PropertyDetails-module__ZITu8a__overviewGrid,.PropertyDetails-module__ZITu8a__amenitiesGrid{grid-template-columns:repeat(3,1fr);gap:8px}.PropertyDetails-module__ZITu8a__tabsContainer{padding:5px}.PropertyDetails-module__ZITu8a__tab{padding:10px 12px;font-size:12px}}.PropertyDetails-module__ZITu8a__reraIdBox{text-align:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;margin-bottom:24px;padding:16px 20px}.PropertyDetails-module__ZITu8a__reraLink{color:#234e70;font-size:18px;font-weight:700;text-decoration:none;transition:color .2s}.PropertyDetails-module__ZITu8a__reraLink:hover{color:#0e8744}.PropertyDetails-module__ZITu8a__documentsList{flex-direction:column;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__docCategory{background:#fafbfc;border:1px solid #e9ecef;border-radius:10px;padding:20px;transition:all .3s}.PropertyDetails-module__ZITu8a__docCategory:hover{border-color:#234e70;box-shadow:0 4px 16px #00000014}.PropertyDetails-module__ZITu8a__docCategoryHeader{border-bottom:2px solid #e9ecef;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.PropertyDetails-module__ZITu8a__docCategoryIcon{color:#234e70}.PropertyDetails-module__ZITu8a__docCategoryTitle{color:#234e70;margin:0;font-size:16px;font-weight:600}.PropertyDetails-module__ZITu8a__docFileRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.PropertyDetails-module__ZITu8a__docFileInfo{flex:1;align-items:center;gap:10px;display:flex}.PropertyDetails-module__ZITu8a__pdfIcon{flex-shrink:0}.PropertyDetails-module__ZITu8a__docFileName{color:#495057;font-size:14px;font-weight:500}.PropertyDetails-module__ZITu8a__previewBtn{color:#495057;cursor:pointer;white-space:nowrap;background:#f1f3f5;border:1px solid #dee2e6;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.PropertyDetails-module__ZITu8a__previewBtn:hover{color:#fff;background:#234e70;border-color:#234e70}.PropertyDetails-module__ZITu8a__viewMoreCategoriesBtn{color:#fff;cursor:pointer;background:#0e8744;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:16px;padding:14px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.PropertyDetails-module__ZITu8a__viewMoreCategoriesBtn:hover{background:#0a6835;transform:translateY(-2px);box-shadow:0 4px 12px #0e87444d}
.TrendingLocalities-module__Zc2gsa__section{background-color:#fff;padding:80px 0}.TrendingLocalities-module__Zc2gsa__heading{margin-bottom:24px;font-size:28px;font-weight:700}.TrendingLocalities-module__Zc2gsa__tabs{flex-wrap:wrap;gap:12px;margin-bottom:30px;display:flex}.TrendingLocalities-module__Zc2gsa__tab{cursor:pointer;color:#666;background:#faf7f2;border:1px solid #ddd;border-radius:30px;padding:8px 24px;font-size:14px;transition:all .2s}.TrendingLocalities-module__Zc2gsa__activeTab{border-color:var(--primary-blue);color:var(--primary-blue);background:#e8f5e9;font-weight:600}.TrendingLocalities-module__Zc2gsa__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:60px;display:grid}.TrendingLocalities-module__Zc2gsa__noData{text-align:center;color:#666;background:#fff;border:1px dashed #ddd;border-radius:8px;grid-column:1/-1;padding:40px}.TrendingLocalities-module__Zc2gsa__card{text-align:center;background:#f9f9f9;border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:180px;padding:24px 16px;display:flex;position:relative;overflow:hidden}.TrendingLocalities-module__Zc2gsa__count{color:#333;margin-bottom:8px;font-size:32px;font-weight:700}.TrendingLocalities-module__Zc2gsa__label{color:#555;font-size:14px;font-weight:600}.TrendingLocalities-module__Zc2gsa__skyline{opacity:.5;z-index:0;background:url(https://placehold.co/200x60/e0e0e0/ffffff?text=Skyline) bottom repeat-x;width:100%;height:60px;position:absolute;bottom:0;left:0}.TrendingLocalities-module__Zc2gsa__pin{color:#1c3c56;margin-bottom:auto}.TrendingLocalities-module__Zc2gsa__banner{color:#fff;background:#1a1a1a;border-radius:12px;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.TrendingLocalities-module__Zc2gsa__bgImage{object-fit:cover;opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0}.TrendingLocalities-module__Zc2gsa__content{z-index:2;max-width:600px;padding:60px;position:relative}@media (max-width:768px){.TrendingLocalities-module__Zc2gsa__content{padding:30px 20px}.TrendingLocalities-module__Zc2gsa__bannerTitle{font-size:24px}.TrendingLocalities-module__Zc2gsa__banner{min-height:auto}}.TrendingLocalities-module__Zc2gsa__bannerTitle{margin-bottom:8px;font-size:32px;font-weight:700}.TrendingLocalities-module__Zc2gsa__subTitle{color:#ccc;margin-bottom:30px;font-size:14px}.TrendingLocalities-module__Zc2gsa__searchBox{background:#faf7f2;border-radius:30px;align-items:center;max-width:450px;padding:6px;display:flex}@media (max-width:480px){.TrendingLocalities-module__Zc2gsa__searchBox{border-radius:12px;flex-direction:column;gap:10px;padding:10px}.TrendingLocalities-module__Zc2gsa__searchBox input{width:100%;padding:10px 0}.TrendingLocalities-module__Zc2gsa__scheduleBtn{justify-content:center;width:100%}}.TrendingLocalities-module__Zc2gsa__searchBox input{color:#333;border:none;outline:none;flex:1;padding:0 16px}.TrendingLocalities-module__Zc2gsa__scheduleBtn{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:24px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;display:flex}
.page-module__xgPmsG__main{background:#faf7f2;min-height:100vh}.page-module__xgPmsG__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1c3c56 0%,#2e7d32 100%);padding:80px 0 60px}.page-module__xgPmsG__title{margin-bottom:16px;font-size:48px;font-weight:700}.page-module__xgPmsG__subtitle{opacity:.9;font-size:20px}.page-module__xgPmsG__content{padding:60px 0}.page-module__xgPmsG__intro{text-align:center;max-width:900px;margin:0 auto 60px}.page-module__xgPmsG__intro h2{color:var(--text-primary);margin-bottom:24px;font-size:36px;font-weight:700}.page-module__xgPmsG__intro p{color:#666;margin-bottom:20px;font-size:18px;line-height:1.8}.page-module__xgPmsG__features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px;display:grid}.page-module__xgPmsG__featureCard{text-align:center;background:#faf7f2;border-radius:12px;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000014}.page-module__xgPmsG__featureCard:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.page-module__xgPmsG__icon{width:80px;height:80px;color:var(--primary-blue);background:#4a6fa51a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.page-module__xgPmsG__featureCard h3{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700}.page-module__xgPmsG__featureCard p{color:#666;font-size:15px;line-height:1.6}.page-module__xgPmsG__values{max-width:1000px;margin:0 auto}.page-module__xgPmsG__values h2{color:var(--text-primary);text-align:center;margin-bottom:40px;font-size:36px;font-weight:700}.page-module__xgPmsG__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;display:grid}.page-module__xgPmsG__valueItem{border-left:4px solid var(--primary-blue);background:#faf7f2;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000f}.page-module__xgPmsG__valueItem h4{color:var(--text-primary);margin-bottom:12px;font-size:20px;font-weight:700}.page-module__xgPmsG__valueItem p{color:#666;font-size:15px;line-height:1.6}@media (max-width:768px){.page-module__xgPmsG__hero{padding:60px 0 40px}.page-module__xgPmsG__title{font-size:32px}.page-module__xgPmsG__subtitle{font-size:16px}.page-module__xgPmsG__content{padding:40px 0}.page-module__xgPmsG__intro h2,.page-module__xgPmsG__values h2{font-size:26px}.page-module__xgPmsG__featureCard{padding:30px 20px}.page-module__xgPmsG__intro p{font-size:16px}}
.page-module__ZThngG__main{background:var(--white);min-height:100vh;padding-top:80px}.page-module__ZThngG__container{max-width:800px;margin:0 auto;padding:0 24px}.page-module__ZThngG__backLink{color:var(--text-secondary);align-items:center;gap:8px;margin-top:40px;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__ZThngG__backLink:hover{color:var(--primary-blue)}.page-module__ZThngG__articleHeader{text-align:center;margin-bottom:40px}.page-module__ZThngG__category{color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700;display:inline-block}.page-module__ZThngG__title{color:var(--text-primary);margin-bottom:24px;font-size:42px;font-weight:800;line-height:1.2}.page-module__ZThngG__meta{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:24px;font-size:15px;display:flex}.page-module__ZThngG__metaItem{align-items:center;gap:8px;display:flex}.page-module__ZThngG__heroImageContainer{border-radius:20px;width:100%;margin-bottom:50px;overflow:hidden;box-shadow:0 20px 40px #00000014}.page-module__ZThngG__heroImage{object-fit:cover;width:100%;height:auto;max-height:500px;display:block}.page-module__ZThngG__content{color:var(--text-primary);margin-bottom:80px;font-size:18px;line-height:1.8}.page-module__ZThngG__content h2{color:var(--text-primary);margin-top:48px;margin-bottom:24px;font-size:32px}.page-module__ZThngG__content h3{color:var(--text-primary);margin-top:40px;margin-bottom:20px;font-size:24px}.page-module__ZThngG__content p{margin-bottom:24px}.page-module__ZThngG__content ul,.page-module__ZThngG__content ol{margin-bottom:24px;padding-left:24px}.page-module__ZThngG__content li{margin-bottom:12px}.page-module__ZThngG__content strong{color:var(--text-primary);font-weight:700}@media (max-width:768px){.page-module__ZThngG__title{font-size:32px}.page-module__ZThngG__main{padding-top:60px}}
.page-module__ACkY9q__main{background:var(--light-bg);min-height:100vh}.page-module__ACkY9q__hero{background:linear-gradient(135deg,var(--primary-blue)0%,#2e4c6d 100%);color:#fff;text-align:center;padding:100px 0 80px;position:relative;overflow:hidden}.page-module__ACkY9q__heroContent{z-index:2;max-width:800px;margin:0 auto;position:relative}.page-module__ACkY9q__title{letter-spacing:-1px;margin-bottom:24px;font-size:56px;font-weight:800;line-height:1.1}.page-module__ACkY9q__subtitle{opacity:.9;font-size:20px;font-weight:300;line-height:1.6}.page-module__ACkY9q__filters{background:var(--white);border-bottom:1px solid var(--border-color);padding:40px 0 20px}.page-module__ACkY9q__filterList{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.page-module__ACkY9q__filterBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:50px;padding:10px 24px;font-size:15px;font-weight:500;transition:all .2s}.page-module__ACkY9q__filterBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.page-module__ACkY9q__filterBtn.page-module__ACkY9q__active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);box-shadow:0 4px 12px #4a6fa54d}.page-module__ACkY9q__content{padding:60px 0 100px}.page-module__ACkY9q__featuredSection{margin-bottom:60px}.page-module__ACkY9q__featuredCard{background:var(--white);border-radius:20px;grid-template-columns:1.2fr .8fr;transition:transform .3s;display:grid;overflow:hidden;box-shadow:0 20px 40px #00000014}.page-module__ACkY9q__featuredCard:hover{transform:translateY(-5px)}.page-module__ACkY9q__featuredImageContainer{height:100%;min-height:400px;position:relative;overflow:hidden}.page-module__ACkY9q__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__ACkY9q__featuredCard:hover .page-module__ACkY9q__featuredImage{transform:scale(1.05)}.page-module__ACkY9q__featuredContent{flex-direction:column;justify-content:center;padding:60px;display:flex}.page-module__ACkY9q__featuredLabel{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.5px;background:#4a6fa51a;border-radius:6px;align-self:flex-start;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.page-module__ACkY9q__featuredTitle{color:var(--text-primary);margin-bottom:16px;font-size:36px;font-weight:800;line-height:1.2}.page-module__ACkY9q__featuredExcerpt{color:var(--text-secondary);margin-bottom:30px;font-size:18px;line-height:1.6}.page-module__ACkY9q__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;display:grid}.page-module__ACkY9q__card{background:var(--white);border:1px solid #0000;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.page-module__ACkY9q__card:hover{border-color:#4a6fa51a;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.page-module__ACkY9q__imageContainer{width:100%;padding-top:60%;position:relative;overflow:hidden}.page-module__ACkY9q__image{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.page-module__ACkY9q__card:hover .page-module__ACkY9q__image{transform:scale(1.1)}.page-module__ACkY9q__categoryTag{color:var(--primary-blue);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px;box-shadow:0 4px 10px #0000001a}.page-module__ACkY9q__cardContent{flex-direction:column;flex:1;padding:28px;display:flex}.page-module__ACkY9q__cardDate{color:#888;align-items:center;gap:6px;margin-bottom:12px;font-size:13px;font-weight:500;display:flex}.page-module__ACkY9q__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.4;transition:color .2s}.page-module__ACkY9q__card:hover .page-module__ACkY9q__cardTitle{color:var(--primary-blue)}.page-module__ACkY9q__excerpt{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:15px;line-height:1.6}.page-module__ACkY9q__cardFooter{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.page-module__ACkY9q__author{align-items:center;gap:10px;display:flex}.page-module__ACkY9q__authorAvatar{color:#666;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.page-module__ACkY9q__authorName{color:var(--text-primary);font-size:13px;font-weight:600}.page-module__ACkY9q__readMoreBtn{width:40px;height:40px;color:var(--primary-blue);background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__ACkY9q__card:hover .page-module__ACkY9q__readMoreBtn{background:var(--primary-blue);color:#fff;transform:rotate(-45deg)}@media (max-width:1024px){.page-module__ACkY9q__featuredCard{grid-template-columns:1fr}.page-module__ACkY9q__featuredImageContainer{min-height:300px}.page-module__ACkY9q__featuredContent{padding:40px}}@media (max-width:768px){.page-module__ACkY9q__title{font-size:36px}.page-module__ACkY9q__hero{padding:60px 0}.page-module__ACkY9q__filters{padding:20px 0;top:60px;overflow-x:auto}.page-module__ACkY9q__filterList{flex-wrap:nowrap;justify-content:flex-start;padding:0 16px}.page-module__ACkY9q__grid{grid-template-columns:1fr;gap:30px;padding:0 16px}.page-module__ACkY9q__featuredContent{padding:24px}.page-module__ACkY9q__featuredTitle{font-size:24px}}
.CityListing-module__g5YyyW__page{background-color:#f5f7f9;min-height:100vh;padding:20px 0}.CityListing-module__g5YyyW__breadcrumb{color:#666;margin-bottom:20px;font-size:14px}.CityListing-module__g5YyyW__breadcrumb a{color:#4a6fa5;text-decoration:none}.CityListing-module__g5YyyW__breadcrumb span{color:#999;margin:0 8px}.CityListing-module__g5YyyW__header{background:#fff;border-radius:8px;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding:24px;display:flex;box-shadow:0 2px 4px #0000000d}.CityListing-module__g5YyyW__headerLeft{flex:1}.CityListing-module__g5YyyW__headerLeft h1{color:#333;margin-bottom:12px;font-size:24px;font-weight:700}.CityListing-module__g5YyyW__description{color:#666;max-width:800px;font-size:14px;line-height:1.6}.CityListing-module__g5YyyW__readMore{color:#28a745;cursor:pointer;margin-left:4px}.CityListing-module__g5YyyW__mapViewBtn{color:#333;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:flex;box-shadow:0 2px 4px #0000000d}.CityListing-module__g5YyyW__statusBar{color:#666;text-align:right;margin-bottom:10px;font-size:12px}.CityListing-module__g5YyyW__filterBar{align-items:center;gap:20px;margin-bottom:25px;padding:10px 0;display:flex}.CityListing-module__g5YyyW__sortBtn{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;display:flex}.CityListing-module__g5YyyW__filterToggle{color:#333;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.CityListing-module__g5YyyW__switch{cursor:pointer;background:#e0e0e0;border-radius:10px;width:40px;height:20px;transition:background .3s;position:relative}.CityListing-module__g5YyyW__switchActive{background:#4a6fa5}.CityListing-module__g5YyyW__slider{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .3s;position:absolute;top:2px;left:2px}.CityListing-module__g5YyyW__sliderActive{left:22px}.CityListing-module__g5YyyW__layoutWithSidebar{align-items:flex-start;gap:30px;margin-top:20px;display:flex}.CityListing-module__g5YyyW__mainListingArea{flex:1;min-width:0}.CityListing-module__g5YyyW__projectsList{flex-direction:column;flex:1;gap:20px;display:flex}.CityListing-module__g5YyyW__card{background:#fff;border-radius:8px;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.CityListing-module__g5YyyW__card:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}.CityListing-module__g5YyyW__imageArea{width:280px;height:180px;position:relative}.CityListing-module__g5YyyW__cardImg{object-fit:cover;width:100%;height:100%}.CityListing-module__g5YyyW__favoriteBtn,.CityListing-module__g5YyyW__shareBtnOverlay{cursor:pointer;color:#666;z-index:5;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;right:10px}.CityListing-module__g5YyyW__favoriteBtn{top:10px}.CityListing-module__g5YyyW__shareBtnOverlay{top:50px}.CityListing-module__g5YyyW__favoriteBtn:hover,.CityListing-module__g5YyyW__shareBtnOverlay:hover{color:#234e70;background:#fff;transform:scale(1.1)}.CityListing-module__g5YyyW__cardContent{flex-direction:column;flex:1;padding:20px;display:flex}.CityListing-module__g5YyyW__cardHeader{justify-content:space-between;margin-bottom:15px;display:flex}.CityListing-module__g5YyyW__projectName{color:#333;margin-bottom:4px;font-size:18px;font-weight:700}.CityListing-module__g5YyyW__location{color:#4a6fa5;align-items:center;gap:4px;font-size:14px;text-decoration:underline;display:flex}.CityListing-module__g5YyyW__priceInfo{text-align:right}.CityListing-module__g5YyyW__priceRange{color:#333;font-size:18px;font-weight:700}.CityListing-module__g5YyyW__allInc{color:#999;font-size:11px;display:block}.CityListing-module__g5YyyW__possessionBadge{color:#2e7d32;background:#e8f5e9;border-radius:100px;align-items:center;gap:4px;margin-top:8px;padding:4px 12px;font-size:12px;display:inline-flex}.CityListing-module__g5YyyW__unitsTable{background:#f0f7ff;border:1px solid #e1e9f5;border-radius:6px;max-height:105px;margin:15px 0;overflow-y:auto}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar{width:4px}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar-track{background:0 0}.CityListing-module__g5YyyW__unitsTable::-webkit-scrollbar-thumb{background:#4a6fa5;border-radius:4px}.CityListing-module__g5YyyW__unitRow{background:#ffffff80;border-bottom:1px solid #e1e9f5;grid-template-columns:80px 1fr 100px;align-items:center;padding:10px 15px;font-size:14px;display:grid}.CityListing-module__g5YyyW__unitRow:last-child{border-bottom:none}.CityListing-module__g5YyyW__unitBhk{color:#334e77;font-weight:600}.CityListing-module__g5YyyW__unitSqft{color:#667c99;text-align:center}.CityListing-module__g5YyyW__unitPrice{text-align:right;color:#334e77;font-weight:700}.CityListing-module__g5YyyW__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;padding-top:15px;display:flex}.CityListing-module__g5YyyW__developer{align-items:center;gap:8px;display:flex}.CityListing-module__g5YyyW__developerName{color:#666;font-size:13px;font-weight:500}.CityListing-module__g5YyyW__cardActions{gap:8px;display:flex}.CityListing-module__g5YyyW__actionBtn{color:#4a6fa5;cursor:pointer;background:#fff;border:1px solid #4a6fa5;border-radius:4px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}.CityListing-module__g5YyyW__primaryAction{color:#fff;background:#4a6fa5}.CityListing-module__g5YyyW__leftStatsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:linear-gradient(#234e70f2 0%,#1e3d59f2 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:28px;width:100px;height:fit-content;padding:24px 12px;display:flex;position:sticky;top:100px;box-shadow:0 8px 32px #1e3d5940}.CityListing-module__g5YyyW__statItem{flex-direction:column;align-items:center;gap:6px;transition:transform .3s;display:flex}.CityListing-module__g5YyyW__statItem:hover{transform:translateY(-3px)}.CityListing-module__g5YyyW__statValue{letter-spacing:.5px;font-size:16px;font-weight:700}.CityListing-module__g5YyyW__statLabel{text-transform:uppercase;opacity:.85;letter-spacing:.3px;font-size:9px}@media (max-width:1024px){.CityListing-module__g5YyyW__leftStatsBar{display:none}}@media (max-width:768px){.CityListing-module__g5YyyW__card{flex-direction:column}.CityListing-module__g5YyyW__imageArea{width:100%;height:200px}.CityListing-module__g5YyyW__header{flex-direction:column;gap:15px}.CityListing-module__g5YyyW__filterBar{flex-wrap:wrap;gap:10px}}
.page-module__j6Q3dW__main{background:#faf7f2;min-height:100vh}.page-module__j6Q3dW__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1c3c56 0%,#2e7d32 100%);padding:80px 0 60px}.page-module__j6Q3dW__title{margin-bottom:16px;font-size:48px;font-weight:700}.page-module__j6Q3dW__subtitle{opacity:.9;font-size:20px}.page-module__j6Q3dW__content{padding:60px 0}.page-module__j6Q3dW__grid{grid-template-columns:1fr 1.2fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.page-module__j6Q3dW__contactInfo h2,.page-module__j6Q3dW__contactForm h2{color:var(--text-primary);margin-bottom:24px;font-size:32px;font-weight:700}.page-module__j6Q3dW__description{color:#666;margin-bottom:40px;font-size:16px;line-height:1.7}.page-module__j6Q3dW__infoCards{flex-direction:column;gap:24px;display:flex}.page-module__j6Q3dW__infoCard{background:#faf7f2;border-radius:12px;gap:20px;padding:24px;display:flex;box-shadow:0 2px 8px #0000000f}.page-module__j6Q3dW__icon{color:#2e7d32;background:#e8f5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.page-module__j6Q3dW__infoCard h4{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:700}.page-module__j6Q3dW__infoCard p{color:#666;font-size:15px;line-height:1.6}.page-module__j6Q3dW__form{background:#faf7f2;border-radius:12px;padding:40px;box-shadow:0 4px 12px #00000014}.page-module__j6Q3dW__formGroup{margin-bottom:24px}.page-module__j6Q3dW__formGroup label{color:var(--text-primary);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.page-module__j6Q3dW__formGroup input,.page-module__j6Q3dW__formGroup textarea{box-sizing:border-box;border:1px solid #ddd;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .2s}.page-module__j6Q3dW__formGroup input:focus,.page-module__j6Q3dW__formGroup textarea:focus{border-color:#2e7d32;outline:none;box-shadow:0 0 0 4px #2e7d321a}.page-module__j6Q3dW__inputError{border-color:#ef4444!important}.page-module__j6Q3dW__inputSuccess{border-color:#10b981!important}.page-module__j6Q3dW__errorText{color:#ef4444;margin-top:6px;font-size:13px;font-weight:500;animation:.3s page-module__j6Q3dW__fadeIn;display:block}@keyframes page-module__j6Q3dW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.page-module__j6Q3dW__shake{animation:.5s cubic-bezier(.36,.07,.19,.97) both page-module__j6Q3dW__shake}@keyframes page-module__j6Q3dW__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.page-module__j6Q3dW__formGroup textarea{resize:vertical;min-height:120px}.page-module__j6Q3dW__formIframe{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014}@media (max-width:968px){.page-module__j6Q3dW__grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.page-module__j6Q3dW__hero{padding:60px 0 40px}.page-module__j6Q3dW__title{font-size:32px}.page-module__j6Q3dW__subtitle{font-size:16px}.page-module__j6Q3dW__content{padding:40px 0}.page-module__j6Q3dW__contactInfo h2,.page-module__j6Q3dW__contactForm h2{margin-bottom:16px;font-size:26px}.page-module__j6Q3dW__form{padding:30px 16px}.page-module__j6Q3dW__infoCard{text-align:center;flex-direction:column;align-items:center;padding:20px 16px}}
.page-module__liXC9W__main{background:#faf7f2;min-height:100vh}.page-module__liXC9W__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1c3c56 0%,#2e7d32 100%);padding:80px 0 60px}.page-module__liXC9W__title{margin-bottom:16px;font-size:48px;font-weight:700}.page-module__liXC9W__subtitle{opacity:.9;font-size:18px}.page-module__liXC9W__content{padding:60px 0}.page-module__liXC9W__policy{background:#faf7f2;border-radius:12px;max-width:900px;margin:0 auto;padding:50px;box-shadow:0 4px 12px #00000014}.page-module__liXC9W__section{margin-bottom:40px}.page-module__liXC9W__section:last-child{margin-bottom:0}.page-module__liXC9W__section h2{color:var(--text-primary);border-bottom:2px solid #e8f5e9;margin-bottom:16px;padding-bottom:12px;font-size:28px;font-weight:700}.page-module__liXC9W__section h3{color:var(--text-primary);margin-top:24px;margin-bottom:12px;font-size:20px;font-weight:600}.page-module__liXC9W__section p{color:#666;margin-bottom:16px;font-size:16px;line-height:1.8}.page-module__liXC9W__section ul{margin-bottom:16px;margin-left:24px}.page-module__liXC9W__section li{color:#666;margin-bottom:8px;font-size:16px;line-height:1.8}.page-module__liXC9W__section strong{color:var(--text-primary);font-weight:600}.page-module__liXC9W__contactInfo{background:#f5f7fa;border-radius:8px;margin-top:16px;padding:24px}.page-module__liXC9W__contactInfo p{margin-bottom:8px}.page-module__liXC9W__contactInfo p:last-child{margin-bottom:0}@media (max-width:768px){.page-module__liXC9W__title{font-size:36px}.page-module__liXC9W__policy{padding:30px 20px}.page-module__liXC9W__section h2{font-size:24px}.page-module__liXC9W__section h3{font-size:18px}}
.Possession-module__KO_GtG__section{background-color:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:80px 0}.Possession-module__KO_GtG__heading{margin-bottom:8px;font-size:28px;font-weight:700}.Possession-module__KO_GtG__subheading{color:#666;margin-bottom:40px}.Possession-module__KO_GtG__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:900px){.Possession-module__KO_GtG__grid{grid-template-columns:repeat(2,1fr)}}.Possession-module__KO_GtG__card{color:#fff;background-position:50%;background-size:cover;border-radius:12px;flex-direction:column;justify-content:flex-end;height:250px;padding:24px;display:flex;position:relative;overflow:hidden}.Possession-module__KO_GtG__overlay{z-index:1;background:linear-gradient(#0000,#000c);width:100%;height:100%;position:absolute;top:0;left:0}.Possession-module__KO_GtG__tag{background:var(--primary-blue);color:#fff;z-index:2;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:20px;left:20px}.Possession-module__KO_GtG__content{z-index:2;position:relative}.Possession-module__KO_GtG__count{margin-bottom:4px;font-size:32px;font-weight:700;line-height:1}.Possession-module__KO_GtG__label{opacity:.9;font-size:14px}
.RelatedProjects-module__912elG__section{box-sizing:border-box;background-color:#fff;border-radius:12px;width:100%;margin-top:24px;padding:28px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.RelatedProjects-module__912elG__header{background:#f1f4f8;border-bottom:2px solid #e9ecef;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;margin:-28px -28px 24px;padding:14px 28px;display:flex}.RelatedProjects-module__912elG__heading{color:#234e70;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:16px;font-weight:700}.RelatedProjects-module__912elG__navArrows{gap:8px;display:flex}.RelatedProjects-module__912elG__navArrow{cursor:pointer;color:#234e70;background:#fff;border:1px solid #bdc7d0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.RelatedProjects-module__912elG__navArrow:hover{background:#e9ecef}.RelatedProjects-module__912elG__scrollContainer{scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow:auto hidden}.RelatedProjects-module__912elG__scrollContainer::-webkit-scrollbar{display:none}.RelatedProjects-module__912elG__grid{gap:24px;width:max-content;padding-bottom:10px;display:flex}.RelatedProjects-module__912elG__card{min-width:320px;max-width:320px;color:inherit;background:#fff;border:1px solid #dee2e6;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.RelatedProjects-module__912elG__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.RelatedProjects-module__912elG__imageArea{background-color:#f1f3f5;height:180px;position:relative;overflow:hidden}.RelatedProjects-module__912elG__cardImg{object-fit:cover;width:100%;height:100%}.RelatedProjects-module__912elG__favoriteBtn{cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:12px;right:12px}.RelatedProjects-module__912elG__videoBadge{z-index:2;background:#234e70;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 12px #0003}.RelatedProjects-module__912elG__cardContent{flex-direction:column;flex:1;min-width:0;padding:16px;display:flex}.RelatedProjects-module__912elG__propertyHeader{flex-direction:column;margin-bottom:10px;display:flex}.RelatedProjects-module__912elG__projectName{color:#234e70;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:15px;font-weight:700;overflow:hidden}.RelatedProjects-module__912elG__priceRange{color:#234e70;font-size:16px;font-weight:700}.RelatedProjects-module__912elG__allInc{color:#666;margin-left:4px;font-size:10px;font-weight:400}.RelatedProjects-module__912elG__developerRow,.RelatedProjects-module__912elG__locationRow,.RelatedProjects-module__912elG__areaRow{color:#495057;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.RelatedProjects-module__912elG__developerRow span{color:#234e70;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;text-decoration:underline;overflow:hidden}.RelatedProjects-module__912elG__locationRow{justify-content:space-between;gap:10px}.RelatedProjects-module__912elG__locationInfo{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.RelatedProjects-module__912elG__locationName{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.RelatedProjects-module__912elG__readyBadge{color:#0e8744;background-color:#e8f5e9;border:1px solid #0e8744;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700}.RelatedProjects-module__912elG__unitsTable{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:auto;overflow:hidden}.RelatedProjects-module__912elG__unitRow{border-bottom:1px solid #e9ecef;grid-template-columns:45px 65px 1fr auto;align-items:center;gap:6px;padding:6px 10px;font-size:10.5px;display:grid}.RelatedProjects-module__912elG__unitRow:last-child{border-bottom:none}.RelatedProjects-module__912elG__unitConfig{color:#2d3748;font-weight:700}.RelatedProjects-module__912elG__unitStatus{color:#f76707;text-align:center;background:#fff4e6;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700}.RelatedProjects-module__912elG__unitSqft{color:#4a5568;text-align:right;white-space:nowrap}.RelatedProjects-module__912elG__unitPrice{color:#2d3748;font-weight:700}@media (max-width:1024px){.RelatedProjects-module__912elG__section{padding:24px}}@media (max-width:768px){.RelatedProjects-module__912elG__section{margin-top:16px;padding:16px}.RelatedProjects-module__912elG__header{margin:-16px -16px 16px;padding:10px 16px}.RelatedProjects-module__912elG__card{min-width:260px;max-width:260px}.RelatedProjects-module__912elG__heading{font-size:13px}.RelatedProjects-module__912elG__unitRow{grid-template-columns:40px 60px 1fr auto;padding:5px 8px;font-size:10px}}
