@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#0b2d5c;--navy-dark:#061e3d;--cyan:#00b4d8;--cyan-light:#48cae4;--orange:#f97316;--green:#22c55e;--green-dark:#16a34a;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-800:#1e293b;--shadow-sm:0 1px 3px #0b2d5c14;--shadow-md:0 8px 24px #0b2d5c1f;--shadow-lg:0 20px 50px #0b2d5c26;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--font:"Inter", system-ui, -apple-system, sans-serif;--container:1200px;--header-height:130px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-800);background:var(--gray-50);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}#root{min-height:100vh}img{max-width:100%;display:block}button,input{font-family:inherit}a{color:inherit;text-decoration:none}.container{width:min(var(--container), 100% - 2rem);margin-inline:auto}.app{min-height:100vh}.btn{border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn svg{width:18px;height:18px}.btn-cyan{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:var(--white);box-shadow:0 4px 14px #00b4d859}.btn-cyan:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00b4d873}.btn-primary{background:linear-gradient(135deg, var(--navy), #1a4a7a);color:var(--white)}.btn-primary:hover{background:linear-gradient(135deg, #1a4a7a, var(--navy));transform:translateY(-1px)}.btn-search{background:var(--green);color:var(--white);border-radius:var(--radius-sm);padding:.5rem 1rem}.btn-search:hover{background:var(--green-dark)}.btn-outline{background:var(--white);color:var(--navy);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--cyan);color:var(--cyan)}.hdr-top{background:#0b2d5c;padding:.45rem 0}.hdr-top-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.hdr-top-left{align-items:center;gap:.75rem;display:flex}.hdr-phone{color:#e2e8f0;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.hdr-phone:hover{color:var(--cyan)}.hdr-top-dot{color:#475569;font-size:.7rem}.hdr-top-tagline{color:#64748b;font-size:.72rem;display:none}@media (width>=768px){.hdr-top-tagline{display:inline}}.hdr-top-right{align-items:center;gap:.75rem;display:flex}.hdr-socials{gap:.3rem;display:flex}.hdr-social{color:#94a3b8;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,transform .18s;display:flex}.hdr-social:hover{transform:translateY(-2px)}.hdr-fb:hover{color:#fff;background:#1877f2}.hdr-ig:hover{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.hdr-yt:hover{color:#fff;background:red}.hdr-post-btn{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:#fff;cursor:pointer;letter-spacing:.02em;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .9rem;font-size:.75rem;font-weight:700;transition:opacity .18s,transform .18s;display:inline-flex;box-shadow:0 2px 8px #00b4d866}.hdr-post-btn:hover{opacity:.9;transform:translateY(-1px)}.hdr-main{z-index:200;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;box-shadow:0 2px 12px #0000000f}.hdr-main-inner{align-items:center;gap:.5rem;max-width:1280px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.hdr-logo-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;margin-right:.5rem;padding:0;display:flex}.logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-icon svg{width:40px;height:40px}.logo-text{flex-direction:column;line-height:1.2;display:flex}.logo-text strong{color:#0b2d5c;letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.logo-text small{color:#94a3b8;font-size:.62rem;font-weight:500}.hdr-nav{align-items:center;gap:.1rem;margin-right:auto;display:flex}.hdr-nav-link{color:#475569;cursor:pointer;letter-spacing:.02em;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.5rem .8rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:color .15s,background .15s;position:relative}.hdr-nav-link:hover{color:#0b2d5c;background:#f1f5f9}.hdr-nav-active{font-weight:700;color:#0b2d5c!important}.hdr-nav-indicator{background:linear-gradient(90deg, var(--cyan), #0b2d5c);border-radius:999px;height:2.5px;position:absolute;bottom:-1px;left:.8rem;right:.8rem}.hdr-search{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:999px;flex:0 320px;align-items:center;gap:.4rem;padding:.3rem .4rem .3rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.hdr-search:focus-within{border-color:var(--cyan);background:#fff;box-shadow:0 0 0 3px #00b4d81f}.hdr-search-icon{color:#94a3b8;flex-shrink:0;width:15px;height:15px}.hdr-search-input{color:#374151;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.8rem}.hdr-search-input::placeholder{color:#94a3b8}.hdr-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0b2d5c;border:none;border-radius:999px;padding:.42rem .9rem;font-size:.75rem;font-weight:700;transition:background .18s}.hdr-search-btn:hover{background:#1a4a7a}.hdr-ctas{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.hdr-phone-nav{color:#0b2d5c;white-space:nowrap;border:1.5px solid #e2e8f0;border-radius:999px;align-items:center;gap:.4rem;padding:.38rem .9rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.hdr-phone-nav:hover{border-color:var(--cyan);color:var(--cyan);background:#f0fdff}@media (width<=900px){.hdr-phone-nav{display:none}}.hdr-avatar{color:#64748b;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .15s,color .15s;display:flex}.hdr-avatar:hover{border-color:var(--cyan);color:var(--cyan)}.hdr-avatar svg{width:18px;height:18px}.hdr-create-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0b2d5c,#1a4a7a);border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.52rem 1.1rem;font-size:.78rem;font-weight:700;transition:opacity .18s,transform .18s;display:inline-flex;box-shadow:0 2px 8px #0b2d5c40}.hdr-create-btn:hover{opacity:.88;transform:translateY(-1px)}.hdr-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.hdr-hamburger span{background:#374151;border-radius:2px;height:2px;transition:all .25s;display:block}.hdr-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hdr-hamburger.open span:nth-child(2){opacity:0}.hdr-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.hdr-hamburger{display:flex}.hdr-nav{z-index:300;background:#fff;border-top:1px solid #e2e8f0;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 1rem;display:none;position:absolute;top:64px;left:0;right:0;box-shadow:0 8px 24px #0000001a}.hdr-nav-open{display:flex}.hdr-nav-link{border-radius:8px;width:100%}.hdr-search{flex:1}.hdr-ctas .hdr-create-btn{display:none}}@media (width<=600px){.hdr-search,.hdr-top-right .hdr-post-btn{display:none}}.hero2{align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero2-bg{position:absolute;inset:0}.hero2-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.4s;position:absolute;inset:0}.hero2-slide.active{opacity:1}.hero2-overlay{background:linear-gradient(135deg,#070f23d1 0%,#0b2d5ca6 50%,#00b4d840 100%);position:absolute;inset:0}.hero2-dots{z-index:5;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero2-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,width .3s}.hero2-dot.active{background:var(--cyan);border-radius:4px;width:24px}.hero2-content{z-index:2;width:100%;max-width:1100px;margin:0 auto;padding:5rem 2rem 7rem;position:relative}.hero2-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#7dd3fc;letter-spacing:.06em;background:#00b4d82e;border:1px solid #00b4d866;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.38rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero2-pulse{background:#00d4aa;border-radius:50%;width:8px;height:8px;animation:1.8s infinite h2pulse}@keyframes h2pulse{0%,to{box-shadow:0 0 #00d4aa80}50%{box-shadow:0 0 0 6px #00d4aa00}}.hero2-title{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:900;line-height:1.12}.hero2-title-accent{background:linear-gradient(90deg, var(--cyan), #38bdf8, #7dd3fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero2-sub{color:#ffffffb3;max-width:600px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.75}.hero2-search-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;border-radius:20px;max-width:860px;margin-bottom:2.5rem;overflow:hidden;box-shadow:0 24px 60px #0000004d}.hero2-tabs{border-bottom:1px solid #f1f5f9;padding:0 .5rem;display:flex}.hero2-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;margin-bottom:-1px;padding:.85rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .15s,border-color .15s}.hero2-tab.active{color:#0b2d5c;border-bottom-color:var(--cyan)}.hero2-tab:hover{color:#0b2d5c}.hero2-form{padding:.25rem .5rem}.hero2-fields{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;display:grid}.hero2-field{flex-direction:column;padding:.85rem 1rem;display:flex}.hero2-field-label{letter-spacing:.1em;color:#94a3b8;text-transform:uppercase;margin-bottom:.3rem;font-size:.6rem;font-weight:800}.hero2-select{color:#1e293b;cursor:pointer;appearance:auto;background:0 0;border:none;outline:none;width:100%;font-size:.9rem;font-weight:600}.hero2-sep{background:#e2e8f0;flex-shrink:0;width:1px;height:36px}.hero2-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0b2d5c,#1a4a7a);border:none;border-radius:12px;align-items:center;gap:.5rem;margin:.5rem;padding:.85rem 1.75rem;font-size:.88rem;font-weight:700;transition:opacity .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 4px 16px #0b2d5c59}.hero2-search-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 24px #0b2d5c66}.hero2-quick-tags{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1.25rem 1rem;display:flex}.hero2-quick-label{color:#94a3b8;white-space:nowrap;font-size:.72rem;font-weight:700}.hero2-quick-tag{color:#374151;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:999px;padding:.28rem .75rem;font-family:inherit;font-size:.73rem;font-weight:600;transition:all .15s}.hero2-quick-tag:hover{color:#fff;background:#0b2d5c;border-color:#0b2d5c}.hero2-stats{flex-wrap:wrap;align-items:center;gap:0;display:flex}.hero2-stat{align-items:center;gap:.75rem;padding:0 2rem 0 0;display:flex;position:relative}.hero2-stat-icon{font-size:1.5rem}.hero2-stat-val{color:#fff;font-size:1.4rem;font-weight:900;line-height:1}.hero2-stat-lbl{color:#ffffff8c;margin-top:.15rem;font-size:.72rem}.hero2-stat-div{background:#ffffff26;flex-shrink:0;width:1px;height:36px;margin-right:2rem}@media (width<=768px){.hero2{min-height:100svh}.hero2-content{padding:4rem 1.25rem 6rem}.hero2-title{font-size:2.2rem}.hero2-sub{font-size:.9rem}.hero2-fields{grid-template-columns:1fr 1fr;gap:0}.hero2-sep{display:none}.hero2-field{padding:.65rem .75rem}.hero2-search-btn{border-radius:10px;grid-column:1/-1;justify-content:center;margin:.25rem .5rem .5rem}.hero2-stat{padding-right:1.25rem}.hero2-stat-div{margin-right:1.25rem}}@media (width<=480px){.hero2-fields{grid-template-columns:1fr}.hero2-stat-val{font-size:1.1rem}}.section-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.section-header.centered{text-align:center;flex-direction:column;align-items:center}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--cyan);margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{color:var(--navy);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.section-header p{color:var(--gray-500);max-width:560px;margin:0;line-height:1.7}.text-gradient{background:linear-gradient(135deg, var(--cyan), #f97316);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.city-section{padding:5rem 0}.city-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.city-card{border-radius:var(--radius-md);cursor:pointer;transition:transform .3s,box-shadow .3s;overflow:hidden}.city-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.city-card-image{aspect-ratio:1;position:relative}.city-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.city-card:hover .city-card-image img{transform:scale(1.08)}.city-card-overlay{background:linear-gradient(#0000 0%,#061e3d33 50%,#061e3dd9 100%);position:absolute;inset:0}.city-badge{color:var(--white);border-radius:var(--radius-full);text-transform:uppercase;background:#f97316e6;padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.city-card-actions{opacity:0;gap:.5rem;transition:all .3s;display:flex;position:absolute;top:12px;right:12px;transform:translateY(-8px)}.city-card:hover .city-card-actions{opacity:1;transform:translateY(0)}.icon-btn{border-radius:var(--radius-full);color:var(--gray-600);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;align-items:center;gap:.25rem;padding:.4rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.icon-btn svg{width:16px;height:16px}.icon-btn:hover,.icon-btn.active{color:#ef4444;background:var(--white)}.icon-btn.active:last-child{color:var(--cyan)}.city-card-content{color:var(--white);padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.city-card-content h3{text-transform:uppercase;letter-spacing:.02em;margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.city-meta{opacity:.9;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.city-meta .dot{background:var(--white);border-radius:50%;width:3px;height:3px}.city-search-wrap{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.city-search-box{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-full);flex:1;align-items:center;gap:.5rem;max-width:420px;padding:.5rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.city-search-box:focus-within{border-color:var(--cyan);box-shadow:0 0 0 3px #00b4d81f}.city-search-icon{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}.city-search-input{color:var(--gray-800);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.9rem}.city-search-input::placeholder{color:var(--gray-400)}.city-search-clear{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1;transition:color .2s}.city-search-clear:hover{color:var(--gray-800)}.city-search-count{color:var(--gray-500);font-size:.82rem;font-weight:500}.city-no-results{text-align:center;color:var(--gray-500);flex-direction:column;align-items:center;gap:1rem;padding:3rem 0;display:flex}.city-no-results p{margin:0;font-size:1rem}.city-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-top:2rem;display:flex}.city-page-btn{border:1px solid var(--gray-200);background:var(--white);width:36px;height:36px;color:var(--navy);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;line-height:1;transition:all .2s;display:flex}.city-page-btn:hover:not(:disabled){background:var(--navy);color:var(--white);border-color:var(--navy)}.city-page-btn:disabled{opacity:.35;cursor:not-allowed}.city-page-dot{border:1px solid var(--gray-200);background:var(--white);width:36px;height:36px;color:var(--gray-600);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.city-page-dot:hover{border-color:var(--navy);color:var(--navy)}.city-page-dot.active{background:var(--navy);border-color:var(--navy);color:var(--white)}.city-page-info{color:var(--gray-500);margin-left:.5rem;font-size:.78rem}.trending-section{background:var(--white);padding:5rem 0}.property-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.property-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-100);transition:all .3s;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.property-image{aspect-ratio:4/3;position:relative}.property-image img{object-fit:cover;width:100%;height:100%}.property-tag{border-radius:var(--radius-full);text-transform:uppercase;padding:.25rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.tag-hot{color:#ef4444;background:#fef2f2}.tag-new{color:var(--green-dark);background:#f0fdf4}.tag-premium{color:#9333ea;background:#faf5ff}.tag-trending{color:var(--orange);background:#fff7ed}.property-actions{gap:.5rem;display:flex;position:absolute;bottom:12px;right:12px}.property-body{padding:1.25rem}.property-builder{gap:.75rem;margin-bottom:1rem;display:flex}.builder-avatar{background:linear-gradient(135deg, var(--navy), var(--cyan));width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.property-builder h3{color:var(--navy);margin:0;font-size:1rem;font-weight:700}.property-builder p{color:var(--gray-500);margin:.15rem 0 0;font-size:.8rem}.property-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.property-type{color:var(--gray-500);font-size:.8rem;font-weight:500}.property-price{color:var(--navy);font-size:1.1rem;font-weight:800}.pf-footer{background:var(--navy);color:#ffffffd9}.pf-container{width:min(1200px,100% - 2rem);margin-inline:auto}.pf-locations-wrap{border-bottom:1px solid #ffffff14;padding:2rem 0 1.75rem}.pf-locations-heading{color:var(--white);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:1rem;margin:0 0 1.75rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;display:flex}.pf-badge{color:var(--white);letter-spacing:.02em;text-transform:none;white-space:nowrap;background:#2e6fc4;border-radius:6px;padding:.4rem 1.1rem;font-size:.95rem;font-weight:600;line-height:1.5}.pf-locations-grid{grid-template-columns:repeat(3,1fr);gap:.5rem 2rem;display:grid}.pf-loc-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.pf-loc-list a{color:#fffc;font-size:.85rem;transition:color .2s}.pf-loc-list a:hover{color:var(--cyan-light)}.pf-info-wrap{border-bottom:1px solid #ffffff14;padding:1.5rem 0}.pf-info-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.pf-office-heading{color:var(--white);margin:0 0 .5rem;font-size:.88rem;font-weight:700}.pf-office-text{color:#ffffffb3;margin:0 0 .3rem;font-size:.8rem;line-height:1.6}.pf-rating-row{color:#ffffffbf;margin:0 0 .35rem;font-size:.8rem;line-height:1.6}.pf-stars{color:#f5c518;letter-spacing:1px;font-size:1rem}.pf-blog-link{color:var(--cyan-light);font-weight:500;transition:color .2s}.pf-blog-link:hover{color:var(--white)}.pf-bottom-bar{background:#0003;padding:.9rem 0}.pf-bottom-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem 1.5rem;display:flex}.pf-bottom-link{color:#ffffffbf;cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-family:inherit;font-size:.8rem;transition:color .2s}.pf-bottom-link:hover{color:var(--cyan-light)}@media (width<=768px){.pf-locations-grid{grid-template-columns:1fr 1fr}.pf-info-grid{grid-template-columns:1fr}}@media (width<=480px){.pf-locations-grid{grid-template-columns:1fr}}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);border-radius:var(--radius-md);width:100%;max-width:560px;max-height:90vh;animation:.2s modal-in;overflow-y:auto;box-shadow:0 24px 60px #0000004d}@keyframes modal-in{0%{opacity:0;transform:translateY(-20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{justify-content:space-between;align-items:flex-start;padding:1.25rem 1.25rem .5rem;display:flex}.modal-logo{align-items:center;gap:.6rem;display:flex}.modal-logo-icon{width:52px;height:44px}.modal-logo-text{flex-direction:column;line-height:1.2;display:flex}.modal-logo-gruh{color:#f97316;letter-spacing:-.02em;font-size:1.3rem;font-weight:900}.modal-logo-khoj{color:var(--navy);letter-spacing:-.02em;margin-left:-.5rem;font-size:1.3rem;font-weight:900}.modal-logo-text small{color:var(--gray-500);margin-top:.1rem;font-size:.65rem}.modal-header-right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.modal-social{align-items:center;gap:.4rem;display:flex}.modal-social-link{background:var(--gray-100);width:30px;height:30px;color:var(--gray-600);border-radius:6px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.modal-social-link svg{width:16px;height:16px}.modal-social-link:hover{background:var(--navy);color:var(--white)}.modal-close{background:var(--navy);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;transition:background .2s;display:flex}.modal-close:hover{background:#1a4a7a}.modal-body{padding:.5rem 1.5rem 1.5rem}.modal-tag{color:var(--cyan);letter-spacing:.04em;margin:.5rem 0 .4rem;font-size:.85rem;font-weight:700}.modal-title{color:var(--gray-800);margin:0 0 1.25rem;font-size:1rem;font-weight:700}.modal-form{flex-direction:column;gap:.75rem;display:flex}.modal-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.modal-input{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);background:var(--white);box-sizing:border-box;border-radius:6px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.modal-input::placeholder{color:var(--gray-400)}.modal-input:focus{border-color:var(--cyan)}.modal-select{appearance:auto;cursor:pointer}.modal-textarea{resize:vertical;min-height:90px}.modal-submit{color:var(--white);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#2d2d2d;border:none;border-radius:50px;margin-top:.25rem;padding:.9rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s}.modal-submit:hover{background:var(--navy)}@media (width<=480px){.modal-row{grid-template-columns:1fr}}.ss-page{min-height:calc(100vh - var(--header-height) - 260px);background:var(--gray-50);padding:2rem 0 3rem}.ss-title{text-align:center;color:var(--cyan);letter-spacing:.02em;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.ss-tabs{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm) var(--radius-sm) 0 0;flex-wrap:wrap;gap:0;margin-bottom:0;display:flex;overflow:hidden}.ss-tab{color:var(--gray-600);border:none;border-right:1px solid var(--gray-200);cursor:pointer;white-space:nowrap;background:0 0;padding:.65rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.ss-tab:last-child{border-right:none}.ss-tab:hover{background:var(--gray-100);color:var(--navy)}.ss-tab-active{background:var(--navy)!important;color:var(--white)!important}.ss-grid-wrap{border-radius:0 0 var(--radius-sm) var(--radius-sm);background-position:50%;background-size:cover;min-height:420px;position:relative;overflow:hidden}.ss-grid-overlay{background:#dce6f5d1;position:absolute;inset:0}.ss-grid-inner{z-index:1;padding:1.5rem 2rem 2rem;position:relative}.ss-city-heading{color:var(--navy);border-bottom:1px solid #0b2d5c26;align-items:center;gap:.5rem;margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.05rem;font-weight:700;display:flex}.ss-house-icon{width:22px;height:22px;color:var(--navy);flex-shrink:0}.ss-links-grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid}.ss-link{color:var(--navy);border-bottom:1px solid #0b2d5c1a;padding:.55rem .5rem;font-size:.8rem;font-weight:500;line-height:1.4;transition:color .2s,background .2s;display:block}.ss-link:hover{color:var(--cyan);background:#fff6}@media (width<=1024px){.ss-links-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.ss-links-grid{grid-template-columns:repeat(2,1fr)}.ss-tab{padding:.5rem .75rem;font-size:.78rem}}.ssf-footer{background:var(--navy-dark);color:#fffc}.ssf-container{width:min(1200px,100% - 2rem);margin-inline:auto}.ssf-links-bar{border-bottom:1px solid #ffffff14;padding:1rem 0}.ssf-links-inner{flex-wrap:wrap;align-items:center;gap:.25rem 2.5rem;display:flex}.ssf-link{color:#fffc;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;transition:color .2s}.ssf-link:hover{color:var(--cyan-light)}.ssf-info-bar{border-bottom:1px solid #ffffff14;padding:1.25rem 0}.ssf-info-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.ssf-text{color:#ffffffbf;margin:0 0 .3rem;font-size:.8rem;line-height:1.6}.ssf-stars{color:#f5c518;letter-spacing:1px}.ssf-blog-link{color:var(--cyan-light);transition:color .2s}.ssf-blog-link:hover{color:var(--white)}.ssf-bottom-bar{background:#0003;padding:.75rem 0}.ssf-bottom-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.ssf-visitors{color:#fff9;align-items:center;gap:.2rem;font-size:.8rem;display:flex}.ssf-digit{width:20px;height:22px;color:var(--white);background:#ffffff1a;border-radius:3px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.ssf-copyright{color:#ffffff80;margin:0;font-size:.8rem}@media (width<=640px){.ssf-info-grid{grid-template-columns:1fr}.ssf-bottom-inner{flex-direction:column;align-items:flex-start;gap:.5rem}}.cl-page{min-height:calc(100vh - var(--header-height) - 300px);background:var(--gray-50);padding:2.5rem 0 3rem}.cl-title{color:var(--gray-800);text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:400}.cl-title strong{font-weight:800}.cl-form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:2rem 2.5rem 2.5rem}.cl-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem;margin-bottom:2rem;display:grid}.cl-col{flex-direction:column;gap:.75rem;display:flex}.cl-col-heading{color:var(--gray-600);min-height:1.3em;margin:0 0 .1rem;font-size:.88rem;font-weight:600}.cl-input{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);background:var(--white);box-sizing:border-box;border-radius:4px;outline:none;padding:.65rem .9rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.cl-input::placeholder{color:var(--gray-400)}.cl-input:focus{border-color:var(--cyan)}.cl-select{appearance:auto;cursor:pointer}.cl-textarea{resize:vertical;min-height:62px}.cl-actions{flex-direction:column;align-items:center;gap:1rem;display:flex}.cl-register-btn{color:var(--white);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#1e1e1e;border:none;border-radius:4px;padding:.8rem 3.5rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:background .2s}.cl-register-btn:hover{background:var(--navy)}.cl-login-link{color:var(--cyan);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;text-decoration:underline;transition:color .2s}.cl-login-link:hover{color:var(--navy)}@media (width<=900px){.cl-grid{grid-template-columns:1fr 1fr}.cl-col:last-child{grid-column:1/-1}}@media (width<=600px){.cl-grid{grid-template-columns:1fr}.cl-form{padding:1.25rem}}.about-page{min-height:calc(100vh - var(--header-height) - 300px);background:var(--gray-50);padding:2rem 0}.about-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);flex-direction:column;gap:.25rem;padding:2rem 2.5rem;display:flex}.about-section{border-bottom:1px solid var(--gray-100);padding:1rem 0}.about-section:last-child{border-bottom:none}.about-heading{color:var(--gray-800);margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.about-text{color:var(--gray-600);margin:0 0 .75rem;font-size:.88rem;line-height:1.75}.about-text:last-child{margin-bottom:0}.contact-page{min-height:calc(100vh - var(--header-height) - 300px);background:var(--gray-50);padding:2rem 0}.contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);flex-direction:column;gap:.85rem;padding:1.5rem 2rem;display:flex}.contact-row{color:var(--gray-800);margin:0;font-size:.92rem;font-weight:600;line-height:1.6}.contact-label{color:var(--gray-800);font-weight:700}.contact-link{color:var(--navy);font-weight:600;transition:color .2s}.contact-link:hover{color:var(--cyan)}.realestate-section{background:var(--white);padding:4rem 0}.realestate-title{text-align:center;color:var(--gray-800);letter-spacing:-.01em;margin:0 0 2.5rem;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:700}.realestate-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.realestate-card{border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--gray-100);cursor:pointer;transition:box-shadow .25s,transform .25s;overflow:hidden}.realestate-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.realestate-img-wrap{aspect-ratio:4/3;background:var(--gray-100);overflow:hidden}.realestate-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.realestate-card:hover .realestate-img-wrap img{transform:scale(1.06)}.realestate-img-placeholder{background:var(--gray-200);width:100%;height:100%}.realestate-card-title{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;margin:0;padding:.65rem .75rem .75rem;font-size:.875rem;font-weight:600;overflow:hidden}.realestate-skeleton{aspect-ratio:4/3;background:linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);background-size:200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.realestate-viewport{border-radius:var(--radius-sm);overflow:hidden}.realestate-dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.realestate-dot{background:var(--gray-200);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.realestate-dot.active{background:var(--navy);transform:scale(1.25)}.realestate-dot:hover:not(.active){background:var(--gray-400)}@media (width<=1024px){.realestate-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.realestate-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.footer{background:var(--navy-dark);color:#ffffffd9}.footer-topbar{background:#0a2547;border-bottom:1px solid #ffffff14;padding:.6rem 0}.footer-topbar-inner{flex-wrap:wrap;align-items:center;gap:.25rem 1.5rem;display:flex}.footer-topbar-inner a{color:#ffffffbf;align-items:center;gap:.35rem;font-size:.78rem;transition:color .2s;display:flex}.footer-topbar-inner a:before{content:"☐";opacity:.6;font-size:.7rem}.footer-topbar-inner a:hover{color:var(--cyan-light)}.footer-body{grid-template-columns:1.6fr 1fr 1.4fr;gap:3rem;padding:2.5rem 0 2rem;display:grid}.footer-col-heading{color:var(--white);letter-spacing:.01em;margin:0 0 1rem;font-size:.95rem;font-weight:700}.footer-about-desc{color:#ffffffa6;margin:0 0 1.25rem;font-size:.8rem;line-height:1.7}.footer-subheading{color:var(--white);margin:0 0 .5rem;font-size:.88rem;font-weight:700}.footer-address{color:#ffffffa6;margin:0 0 .35rem;font-size:.78rem;line-height:1.6}.footer-rating{color:#ffffffa6;flex-wrap:wrap;align-items:center;gap:.25rem;margin:.5rem 0 .25rem;font-size:.78rem;display:flex}.footer-stars{color:#f5c518;letter-spacing:1px}.footer-useful-links{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer-useful-links a{color:#ffffffb3;align-items:center;gap:.4rem;font-size:.8rem;transition:color .2s;display:flex}.footer-useful-links a:hover{color:var(--cyan-light)}.footer-link-icon{opacity:.5;font-size:.65rem}.footer-form-sub{color:#fff9;margin:-.5rem 0 .85rem;font-size:.78rem}.footer-form{flex-direction:column;gap:.55rem;display:flex}.footer-input,.footer-select{color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8rem;transition:border-color .2s}.footer-input::placeholder{color:#ffffff59}.footer-input:focus,.footer-select:focus{border-color:var(--cyan)}.footer-select{appearance:auto;cursor:pointer}.footer-select option{background:var(--navy-dark);color:var(--white)}.footer-textarea{resize:vertical;min-height:70px}.footer-submit-btn{color:var(--white);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#4a5568;border:none;border-radius:4px;margin-top:.25rem;padding:.65rem;font-size:.78rem;font-weight:700;transition:background .2s}.footer-submit-btn:hover{background:var(--cyan)}.footer-disclaimer{border-top:1px solid #ffffff14;padding:.75rem 0}.footer-disclaimer p{color:#ffffff73;margin:0;font-size:.72rem;line-height:1.6}.footer-bottom{background:#0003;border-top:1px solid #ffffff0f;padding:.75rem 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-inner p{color:#ffffff73;margin:0;font-size:.75rem}.footer-visitors{color:#ffffff8c;align-items:center;gap:.2rem;font-size:.75rem;display:flex}.visitor-digit{width:20px;height:22px;color:var(--white);background:#ffffff1a;border-radius:3px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=1024px){.footer-body{grid-template-columns:1fr 1fr;gap:2rem}.footer-form-col{grid-column:1/-1}}@media (width<=640px){.footer-body{grid-template-columns:1fr;gap:1.5rem}.footer-topbar-inner{gap:.25rem 1rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media (width<=1024px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin-inline:auto}.hero-stats{justify-content:center}.hero-visual{display:none}.city-grid,.property-grid{grid-template-columns:repeat(2,1fr)}.header-nav-inner{flex-wrap:wrap}.nav-search{flex:100%;order:3;max-width:none}}@media (width<=768px){.header-top-actions .btn-cyan,.social-links,.nav-links,.nav-actions .btn-primary{display:none}.section-header{flex-direction:column;align-items:flex-start}.city-grid,.property-grid{grid-template-columns:1fr}.search-filters{grid-template-columns:1fr 1fr;gap:.75rem .5rem;padding:.75rem 1rem}.filter-group{padding:0}.filter-group:first-child{padding-left:0}.filter-divider{display:none}.btn-filter-search{text-align:center;grid-column:1/-1;margin-left:0;padding:.75rem}}.pdm-page{background:#f1f5f9;min-height:100vh}.pdm-hero{background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;height:420px;display:flex;position:relative}.pdm-hero-overlay{background:linear-gradient(#0000 0%,#070f2366 40%,#070f23eb 100%);position:absolute;inset:0}.pdm-hero-content{z-index:1;padding:2.5rem 3rem;position:relative}.pdm-hero-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.pdm-hero-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#00b4d8d9;border-radius:999px;padding:.22rem .65rem;font-size:.68rem;font-weight:700}.pdm-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:.25rem;font-size:2.4rem;font-weight:800;line-height:1.15}.pdm-hero-builder{color:#94a3b8;margin-bottom:.5rem;font-size:.95rem}.pdm-hero-loc{color:#cbd5e1;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.pdm-hero-actions{z-index:2;gap:.6rem;display:flex;position:absolute;top:1.5rem;right:2rem}.pdm-fab{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.pdm-fab:hover{background:#ffffff47;transform:translateY(-1px)}.pdm-fab-liked{border-color:#ef4444;background:#ef4444b3!important}.pdm-fab-shared{border-color:#10b981;background:#10b981b3!important}.pdm-stats-bar{color:#fff;background:#0b2d5c;padding:0 2rem}.pdm-stats-inner{divide-x:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;display:grid}.pdm-stat-item{border-right:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1.1rem 1.5rem;display:flex}.pdm-stat-item:last-child{border-right:none}.pdm-stat-icon{font-size:1.5rem}.pdm-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.7rem}.pdm-stat-value{color:#e2e8f0;font-size:.9rem;font-weight:700}.pdm-layout{grid-template-columns:1fr 340px;align-items:flex-start;gap:1.75rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid}.pdm-section{background:#fff;border-radius:14px;margin-bottom:1.25rem;padding:1.75rem;box-shadow:0 1px 8px #0000000f}.pdm-section:last-child{margin-bottom:0}.pdm-section-title{color:#1e293b;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.65rem;margin-bottom:1.25rem;font-size:1rem;font-weight:800;display:flex}.pdm-title-accent{background:linear-gradient(to bottom, var(--cyan), #0b2d5c);border-radius:2px;flex-shrink:0;width:4px;height:18px;display:inline-block}.pdm-gallery-grid{grid-template-rows:240px;grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.pdm-gallery-featured{cursor:pointer;border-radius:10px;grid-row:1/3;height:100%;position:relative;overflow:hidden}.pdm-gallery-thumbs{grid-template-rows:repeat(2,1fr);gap:.5rem;display:grid}.pdm-gallery-grid{grid-template-rows:240px 240px}.pdm-gallery-featured,.pdm-gallery-thumb{cursor:pointer;border-radius:10px;position:relative;overflow:hidden}.pdm-gallery-featured{height:100%;min-height:240px}.pdm-gallery-thumb{min-height:115px}.pdm-gallery-featured img,.pdm-gallery-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.pdm-gallery-featured:hover img,.pdm-gallery-thumb:hover img{transform:scale(1.05)}.pdm-gallery-zoom-icon{opacity:0;background:0 0;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.pdm-gallery-featured:hover .pdm-gallery-zoom-icon,.pdm-gallery-thumb:hover .pdm-gallery-zoom-icon{opacity:1;background:#00000059}.pdm-progress-wrap{background:#f8fafc;border-radius:10px;padding:1.25rem 1.5rem}.pdm-progress-header{color:#374151;justify-content:space-between;margin-bottom:.6rem;font-size:.85rem;font-weight:600;display:flex}.pdm-progress-pct{color:#0b2d5c;font-size:1.1rem;font-weight:800}.pdm-progress-track{background:#e2e8f0;border-radius:999px;height:10px;margin-bottom:.6rem;overflow:hidden}.pdm-progress-fill{background:linear-gradient(90deg, var(--cyan), #0b2d5c);border-radius:999px;height:100%;transition:width 1s}.pdm-progress-milestones{color:#94a3b8;justify-content:space-between;font-size:.72rem;display:flex}.pdm-milestone.done{color:#0b2d5c;font-weight:700}.pdm-config-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.pdm-config-card{border:1.5px solid #e2e8f0;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.pdm-config-card:hover{border-color:var(--cyan);box-shadow:0 4px 16px #00b4d81f}.pdm-config-type{color:#fff;letter-spacing:.03em;background:#0b2d5c;padding:.6rem 1rem;font-size:.82rem;font-weight:700}.pdm-config-grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;padding:1rem;display:grid}.pdm-config-stat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.pdm-config-num{color:#1e293b;font-size:1.4rem;font-weight:800;line-height:1}.pdm-config-num.pdm-avail{color:#16a34a}.pdm-config-lbl{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}.pdm-config-divider{background:#e2e8f0;width:1px;height:36px}.pdm-config-footer{color:#64748b;background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.75rem;display:flex}.pdm-price-tag{color:var(--cyan);font-weight:700}.pdm-note{color:#9ca3af;margin-top:.75rem;font-size:.75rem;font-style:italic}.pdm-amenities{flex-wrap:wrap;gap:.6rem;display:flex}.pdm-amenity-chip{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.82rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.pdm-amenity-chip:hover{background:#e0f2fe;border-color:#7dd3fc}.pdm-amenity-emoji{font-size:1rem}.pdm-location-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.pdm-map-box{border:1px solid #e2e8f0;border-radius:10px;height:280px;overflow:hidden}.pdm-map-box iframe{border:none;width:100%;height:100%}.pdm-nearby{flex-direction:column;gap:0;display:flex}.pdm-nearby-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.6rem;padding:.6rem 0;font-size:.84rem;display:flex}.pdm-nearby-dot{background:var(--cyan);border-radius:50%;flex-shrink:0;width:8px;height:8px}.pdm-nearby-name{color:#374151;flex:1}.pdm-nearby-dist{color:#fff;background:#0b2d5c;border-radius:999px;padding:.18rem .55rem;font-size:.75rem;font-weight:700}.pdm-rera-modern{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.pdm-rera-badge{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.pdm-rera-shield{font-size:2.5rem}.pdm-rera-label{color:#0369a1;text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.pdm-rera-num{color:#0b2d5c;font-size:.92rem;font-weight:800}.pdm-rera-right{flex:1}.pdm-rera-desc{color:#374151;margin-bottom:1rem;font-size:.83rem;line-height:1.7}.pdm-rera-link{color:#0369a1;text-decoration:none}.pdm-rera-link:hover{text-decoration:underline}.pdm-rera-actions{align-items:center;gap:1rem;display:flex}.pdm-rera-qr{border:2px solid #bae6fd;border-radius:6px;padding:.25rem;display:block}.pdm-rera-cert-btn{color:#fff;background:#0b2d5c;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.pdm-rera-cert-btn:hover{background:#1a4a7a}.pdm-floorplans{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.pdm-fp-btn{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.7rem .5rem;font-size:.8rem;font-weight:600;transition:all .18s;display:flex;position:relative}.pdm-fp-btn:hover{border-color:var(--cyan);color:var(--cyan);background:#f0fdff}.pdm-fp-dl{color:var(--cyan);margin-left:auto;font-size:1rem}.pdm-builder-modern{flex-wrap:wrap;align-items:flex-start;gap:1.25rem;display:flex}.pdm-builder-avatar{background:linear-gradient(135deg, #0b2d5c, var(--cyan));color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.6rem;font-weight:800;display:flex}.pdm-builder-details{flex:1}.pdm-builder-name{color:#1e293b;margin-bottom:.2rem;font-size:1rem;font-weight:800}.pdm-builder-member{color:#10b981;margin-bottom:.75rem;font-size:.78rem;font-weight:600}.pdm-builder-contacts{flex-direction:column;gap:.4rem;display:flex}.pdm-contact-chip{color:#374151;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.45rem;width:fit-content;padding:.45rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.pdm-contact-chip:hover{border-color:var(--cyan);color:#0b2d5c;background:#e0f2fe}.pdm-credai-wrap{flex-shrink:0;margin-left:auto}.pdm-credai-label{color:#374151;margin-bottom:.5rem;font-size:.82rem}.pdm-credai-logo{border:2px solid #2d7a2d;border-radius:6px;flex-direction:column;align-items:center;min-width:110px;display:inline-flex;overflow:hidden}.pdm-credai-member-bar{color:#fff;letter-spacing:.08em;text-transform:uppercase;text-align:center;background:#2d7a2d;width:100%;padding:.3rem 1rem;font-size:.72rem;font-weight:800}.pdm-credai-brand{justify-content:center;align-items:center;gap:.15rem;padding:.35rem .75rem .1rem;display:flex}.pdm-credai-text{color:#1a5c1a;letter-spacing:-.02em;font-size:1.5rem;font-weight:900;line-height:1}.pdm-credai-ai{color:#2d7a2d}.pdm-credai-arrow{color:#c0392b;margin-top:-4px;font-size:1rem;line-height:1}.pdm-credai-city-text{color:#1a5c1a;letter-spacing:.12em;text-transform:uppercase;padding:0 .75rem .4rem;font-size:.68rem;font-weight:800}.pdm-home-loan{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;flex-shrink:0;padding:.9rem 1.2rem}.pdm-loan-label{color:#15803d;margin-bottom:.2rem;font-size:.75rem;font-weight:700}.pdm-loan-val{color:#166534;font-size:.85rem;font-weight:700}.pdm-similar-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.pdm-scroll-btns{gap:.4rem;display:flex}.pdm-scroll-btn{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s,border-color .18s,color .18s;display:flex}.pdm-scroll-btn:hover{color:#fff;background:#0b2d5c;border-color:#0b2d5c}.pdm-similar-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.pdm-similar-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.pdm-similar-scroll::-webkit-scrollbar{display:none}.pdm-similar-scroll .pdm-similar-card{scroll-snap-align:start;flex:0 0 240px}.pdm-similar-card{border:1px solid #e2e8f0;border-radius:12px;transition:box-shadow .2s,transform .2s;overflow:hidden}.pdm-similar-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.pdm-similar-img{height:140px;position:relative;overflow:hidden}.pdm-similar-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.pdm-similar-card:hover .pdm-similar-img img{transform:scale(1.06)}.pdm-similar-badge{color:#fff;text-transform:uppercase;background:#0b2d5c;border-radius:4px;padding:.2rem .5rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.pdm-similar-body{padding:.9rem}.pdm-similar-body h4{color:#1e293b;margin-bottom:.25rem;font-size:.88rem;font-weight:700}.pdm-similar-body p{color:#64748b;margin-bottom:.5rem;font-size:.75rem}.pdm-similar-bhks{flex-wrap:wrap;gap:.3rem;margin-bottom:.75rem;display:flex}.pdm-similar-bhks span{color:#374151;background:#f1f5f9;border-radius:4px;padding:.15rem .5rem;font-size:.68rem;font-weight:600}.pdm-similar-btn{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:.45rem .9rem;font-size:.78rem;font-weight:700;transition:opacity .18s}.pdm-similar-btn:hover{opacity:.88}.pdm-sidebar{flex-direction:column;gap:1rem;display:flex;position:sticky;top:1.5rem}.pdm-sidebar-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000001a}.pdm-sidebar-header{color:#fff;background:linear-gradient(135deg,#0b2d5c,#1a4a7a);align-items:center;gap:.6rem;padding:1.1rem 1.4rem;font-size:1rem;font-weight:700;display:flex}.pdm-sidebar-pulse{background:#00d4aa;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.8s infinite pdm-pulse}@keyframes pdm-pulse{0%,to{box-shadow:0 0 #00d4aa80}50%{box-shadow:0 0 0 6px #00d4aa00}}.pdm-interest-tabs{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(3,1fr);display:grid}.pdm-interest-tab{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;border-bottom:2.5px solid #0000;padding:.7rem .3rem;font-size:.72rem;font-weight:600;transition:color .15s,border-color .15s}.pdm-interest-tab.active{color:#0b2d5c;border-bottom-color:var(--cyan)}.pdm-sidebar-form{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.pdm-float-field{position:relative}.pdm-float-input{color:#1e293b;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:1.1rem .85rem .45rem;font-size:.85rem;transition:border-color .15s,background .15s}.pdm-float-input:focus{border-color:var(--cyan);background:#fff}.pdm-float-label{color:#94a3b8;pointer-events:none;background:0 0;font-size:.8rem;transition:all .15s;position:absolute;top:.75rem;left:.85rem}.pdm-float-input:focus~.pdm-float-label,.pdm-float-input:not(:placeholder-shown)~.pdm-float-label{color:var(--cyan);letter-spacing:.04em;text-transform:uppercase;font-size:.65rem;font-weight:700;top:.3rem}.pdm-float-textarea{resize:vertical;min-height:80px;padding-top:1.1rem}.pdm-sidebar-cta{background:linear-gradient(135deg, #0b2d5c, var(--cyan));color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:10px;width:100%;padding:.85rem;font-size:.88rem;font-weight:700;transition:opacity .18s,transform .18s}.pdm-sidebar-cta:hover{opacity:.9;transform:translateY(-1px)}.pdm-sidebar-note{text-align:center;color:#94a3b8;font-size:.72rem}.pdm-sidebar-builder{background:#f8fafc;border-top:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:.9rem 1.25rem;display:flex}.pdm-sb-builder-avatar{background:linear-gradient(135deg, #0b2d5c, var(--cyan));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:800;display:flex}.pdm-sb-builder-name{color:#1e293b;font-size:.78rem;font-weight:700}.pdm-sb-builder-contact{color:var(--cyan);font-size:.73rem;font-weight:600}.pdm-sidebar-pill{color:#374151;background:#fff;border-radius:10px;align-items:center;gap:.6rem;padding:.8rem 1.1rem;font-size:.82rem;display:flex;box-shadow:0 1px 6px #00000012}.pdm-sidebar-pill strong{color:#0b2d5c}.pdm-lightbox{z-index:2000;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;display:flex;position:fixed;inset:0}.pdm-lightbox img{object-fit:contain;border-radius:10px;max-width:88vw;max-height:78vh;box-shadow:0 20px 60px #0009}.pdm-lb-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .15s;display:flex;position:absolute;top:1.5rem;right:2rem}.pdm-lb-close:hover{background:#ffffff40}.pdm-lb-nav{color:#94a3b8;align-items:center;gap:1.5rem;font-size:.88rem;display:flex}.pdm-lb-nav button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;transition:background .15s;display:flex}.pdm-lb-nav button:hover{background:#ffffff40}@media (width<=1024px){.pdm-layout{grid-template-columns:1fr}.pdm-sidebar{position:static}}@media (width<=768px){.pdm-hero{height:320px}.pdm-hero-title{font-size:1.6rem}.pdm-hero-content{padding:1.5rem}.pdm-stats-inner{grid-template-columns:repeat(2,1fr)}.pdm-gallery-grid{grid-template-columns:1fr}.pdm-gallery-thumbs{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.pdm-gallery-featured{grid-row:auto}.pdm-location-grid{grid-template-columns:1fr}.pdm-similar-grid{grid-template-columns:repeat(2,1fr)}.pdm-rera-modern{flex-direction:column}}@media (width<=480px){.pdm-stats-inner{grid-template-columns:1fr 1fr}.pdm-similar-grid,.pdm-config-cards{grid-template-columns:1fr}.pdm-hero-actions{top:.75rem;right:1rem}}.pd-page{background:#f1f5f9}.pd-section-label{letter-spacing:.08em;color:#1e40af;text-transform:uppercase;margin-bottom:1rem;font-size:.82rem;font-weight:800}.pd-hero-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.pd-prop-name{color:#1e293b;letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.6rem;font-weight:800}.pd-prop-builder{color:#64748b;margin-bottom:.75rem;font-size:.88rem}.pd-tag-row{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.pd-tag{color:#fff;letter-spacing:.03em;background:#10b981;border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:700}.pd-prop-loc{color:#64748b;align-items:center;gap:.3rem;font-size:.85rem;display:flex}.pd-loc-icon{color:#2563eb;flex-shrink:0;width:14px;height:14px}.pd-hero-actions{flex-shrink:0;gap:.5rem;display:flex}.pd-icon-btn{cursor:pointer;color:#64748b;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .18s;display:flex}.pd-icon-btn svg{width:18px;height:18px}.pd-icon-btn:hover{color:#2563eb;border-color:#2563eb}.pd-icon-btn.pd-liked{color:#ef4444;background:#fff0f0;border-color:#ef4444}.pd-icon-btn.pd-shared{color:#10b981;background:#f0fdf4;border-color:#10b981}.pd-gallery{grid-template-rows:200px 200px;grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.pd-gallery-item{cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.pd-gallery-item:nth-child(4){grid-column:1/2}.pd-gallery-item:nth-child(5){grid-column:2/3}.pd-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.pd-gallery-item:hover img{transform:scale(1.05)}.pd-gallery-overlay{background:0 0;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.pd-gallery-item:hover .pd-gallery-overlay{background:#0000004d}.pd-gallery-zoom{opacity:0;width:28px;height:28px;transition:opacity .2s}.pd-gallery-item:hover .pd-gallery-zoom{opacity:1}.pd-two-col{grid-template-columns:280px 1fr;gap:2.5rem;display:grid}.pd-overview-row{border-bottom:1px solid #f1f5f9;margin-bottom:1rem;padding-bottom:.75rem}.pd-ov-label{color:#1e293b;margin-bottom:.2rem;font-size:.8rem;font-weight:700}.pd-ov-val{color:#64748b;font-size:.85rem}.pd-table{border-collapse:collapse;width:100%;font-size:.85rem}.pd-table th{text-align:left;color:#374151;border-bottom:2px solid #e5e7eb;padding:.6rem .75rem;font-weight:700}.pd-table td{color:#4b5563;border-bottom:1px solid #f1f5f9;padding:.7rem .75rem}.pd-table tr:last-child td{border-bottom:none}.pd-price{color:#1e40af;font-weight:600}.pd-table-note{color:#9ca3af;margin-top:.5rem;font-size:.75rem;font-style:italic}.pd-amenities-grid{grid-template-columns:repeat(3,1fr);gap:.9rem 1.5rem;display:grid}.pd-amenity-item{color:#374151;align-items:center;gap:.6rem;font-size:.88rem;display:flex}.pd-check-icon{flex-shrink:0;width:22px;height:22px}.pd-rera-card{grid-template-columns:200px 1fr;align-items:flex-start;gap:2.5rem;display:grid}.pd-qr-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;display:inline-flex}.pd-rera-text{color:#4b5563;margin-bottom:1rem;font-size:.85rem;line-height:1.7}.pd-rera-link{color:#16a34a;text-decoration:none}.pd-rera-link:hover{text-decoration:underline}.pd-rera-download{color:#1e40af;letter-spacing:.04em;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.pd-rera-download:hover{text-decoration:underline}.pd-builder-card{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem;display:grid}.pd-builder-meta{color:#374151;margin-bottom:.2rem;font-size:.85rem}.pd-contacts-table{border-top:1px solid #e5e7eb;margin:.75rem 0 1.25rem}.pd-contact-row{color:#374151;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.55rem 0;font-size:.85rem;display:flex}.pd-contact-phone{color:#1e293b;font-weight:600}.pd-member-of p{color:#374151;margin-bottom:.5rem;font-size:.82rem}.pd-credai-badge{border:2px solid #1a5c1a;border-radius:4px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.pd-credai-member{color:#fff;writing-mode:horizontal-tb;background:#1a5c1a;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.pd-credai-name{color:#1a5c1a;padding:.2rem .75rem;font-size:.9rem;font-weight:800;line-height:1.2}.pd-credai-city{color:#1a5c1a;font-size:.65rem;font-weight:600;display:block}.pd-callback-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.pd-logo{object-fit:contain;height:44px}.pd-logo-text{color:#1e40af;letter-spacing:.05em;font-size:1.1rem;font-weight:800}.pd-callback-label{margin-bottom:.25rem!important}.pd-form-sub{color:#64748b;margin-bottom:.9rem;font-size:.8rem}.pd-callback-form{flex-direction:column;gap:.6rem;display:flex}.pd-form-row{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.pd-input{color:#374151;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.55rem .75rem;font-size:.82rem;transition:border-color .15s}.pd-input:focus{border-color:#2563eb}.pd-input::placeholder{color:#9ca3af}.pd-select{cursor:pointer}.pd-textarea{resize:vertical;min-height:90px}.pd-radio-label{color:#374151;font-size:.82rem;font-weight:600}.pd-radio-row{align-items:center;gap:1.2rem;display:flex}.pd-radio-item{color:#374151;cursor:pointer;align-items:center;gap:.4rem;font-size:.82rem;display:flex}.pd-radio-item input[type=radio]{display:none}.pd-radio-dot{background:#fff;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .15s;display:inline-flex}.pd-radio-dot.active{background:#fff;border-color:#10b981;box-shadow:inset 0 0 0 4px #10b981}.pd-callback-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:999px;align-self:flex-start;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;transition:background .18s}.pd-callback-btn:hover{background:#0f172a}.pd-location-card{grid-template-columns:1fr 1fr;align-items:flex-start;gap:2.5rem;display:grid}.pd-map-wrap{border:1px solid #e2e8f0;border-radius:8px;height:300px;overflow:hidden}.pd-map-wrap iframe{border:none;width:100%;height:100%}.pd-advantages-list{margin:0;padding:0;list-style:none}.pd-advantage-row{color:#374151;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.55rem 0;font-size:.85rem;display:flex}.pd-advantage-dist{color:#1e40af;white-space:nowrap;margin-left:1rem;font-weight:600}.pd-floorplan-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.pd-dl-btn{color:#0ea5e9;letter-spacing:.04em;cursor:pointer;background:#fff;border:1.5px solid #0ea5e9;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:background .18s,color .18s;display:flex}.pd-dl-btn:hover{color:#fff;background:#0ea5e9}.pd-dl-icon{flex-shrink:0;width:24px;height:24px}.pd-loan-btn{color:#374151;letter-spacing:.06em;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:6px;padding:.55rem 1.5rem;font-size:.82rem;font-weight:700;transition:border-color .18s,color .18s}.pd-loan-btn:hover{color:#2563eb;border-color:#2563eb}.pd-ongoing-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.pd-ongoing-card{border:1px solid #e5e7eb;border-radius:10px;transition:box-shadow .2s;overflow:hidden}.pd-ongoing-card:hover{box-shadow:0 4px 18px #0000001a}.pd-ongoing-img{height:160px;position:relative;overflow:hidden}.pd-ongoing-img img{object-fit:cover;width:100%;height:100%}.pd-ongoing-tags{background:linear-gradient(#0000,#0009);flex-wrap:wrap;gap:.25rem;padding:.4rem .5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.pd-ongoing-tag{color:#fff;text-transform:uppercase;background:#00000080;border-radius:3px;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.pd-ongoing-body{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.pd-ongoing-info h4{color:#1e293b;margin-bottom:.2rem;font-size:.88rem;font-weight:700}.pd-ongoing-info p{color:#64748b;font-size:.75rem}.pd-ongoing-details-btn{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;padding:.4rem .9rem;font-size:.78rem;font-weight:600}.pd-lightbox{z-index:1000;background:#000000e0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}.pd-lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:80vh}.pd-lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.pd-lightbox-nav{color:#fff;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.pd-lightbox-nav button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.8rem;transition:background .15s;display:flex}.pd-lightbox-nav button:hover{background:#ffffff4d}.pdf-footer{color:#94a3b8;text-align:center;background:#0a1628;padding:2.5rem 1.5rem}.pdf-inner{max-width:900px;margin:0 auto}.pdf-note{color:#cbd5e1;margin-bottom:.75rem;font-size:.82rem}.pdf-disclaimer{color:#64748b;margin-bottom:1.25rem;font-size:.8rem;line-height:1.7}.pdf-nav{flex-wrap:wrap;justify-content:center;gap:.25rem 0;margin-bottom:1rem;display:flex}.pdf-nav-item{align-items:center;display:inline-flex}.pdf-nav-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.15rem .5rem;font-size:.82rem;transition:color .15s}.pdf-nav-link:hover{color:#7dd3fc}.pdf-sep{color:#334155;font-size:.8rem}.pdf-visitors{margin-bottom:.4rem;font-size:.8rem}.pdf-copy{color:#475569;font-size:.78rem}@media (width<=900px){.pd-two-col,.pd-builder-card,.pd-location-card,.pd-rera-card{grid-template-columns:1fr}.pd-gallery{grid-template-rows:auto}.pd-amenities-grid,.pd-floorplan-grid,.pd-ongoing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.pd-gallery{grid-template-rows:auto;grid-template-columns:1fr}.pd-card{padding:1.25rem}.pd-prop-name{font-size:1.2rem}.pd-amenities-grid,.pd-form-row,.pd-ongoing-grid{grid-template-columns:1fr}.pd-floorplan-grid{grid-template-columns:repeat(2,1fr)}}.cpf-footer{color:#cbd5e1;background:#0b1f3a;font-size:.85rem;line-height:1.6}.cpf-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cpf-top{border-bottom:1px solid #ffffff14;padding:2.5rem 0 2rem}.cpf-top-inner{grid-template-columns:1fr 340px;align-items:flex-start;gap:3rem;display:grid}.cpf-description{color:#94a3b8;margin-bottom:1.6rem;font-size:.82rem;line-height:1.7}.cpf-trends-title{color:#e2e8f0;letter-spacing:.02em;margin-bottom:1rem;font-size:.88rem}.cpf-trends-grid{grid-template-columns:repeat(3,1fr);gap:0 1.5rem;display:grid}.cpf-trends-col{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.cpf-trends-col li{color:#7dd3fc;cursor:pointer;align-items:baseline;gap:.3rem;font-size:.8rem;transition:color .15s;display:flex}.cpf-trends-col li:hover{color:#38bdf8}.cpf-bullet{color:#94a3b8;flex-shrink:0;font-size:.75rem}.cpf-form-wrap{color:#1e293b;background:#fff;border-radius:8px;padding:1.4rem 1.2rem}.cpf-form-title{color:#1e293b;margin-bottom:.3rem;font-size:1rem;font-weight:700}.cpf-form-subtitle{color:var(--cyan);margin-bottom:.9rem;font-size:.8rem;font-weight:600}.cpf-form{flex-direction:column;gap:.55rem;display:flex}.cpf-input,.cpf-select,.cpf-textarea{color:#374151;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:4px;outline:none;width:100%;padding:.5rem .7rem;font-size:.82rem;transition:border-color .15s}.cpf-input::placeholder,.cpf-textarea::placeholder{color:#9ca3af}.cpf-input:focus,.cpf-select:focus,.cpf-textarea:focus{border-color:var(--cyan)}.cpf-textarea{resize:vertical;min-height:60px}.cpf-submit-btn{color:#fff;letter-spacing:.04em;cursor:pointer;background:#5a6e3a;border:none;border-radius:4px;padding:.65rem;font-size:.82rem;font-weight:700;transition:background .18s}.cpf-submit-btn:hover{background:#4a5c2e}.cpf-disclaimer{color:#6b7280;margin-top:.2rem;font-size:.72rem;line-height:1.5}.cpf-mid{border-bottom:1px solid #ffffff14;padding:1.5rem 0}.cpf-mid-inner{align-items:flex-start;gap:3rem;display:flex}.cpf-office{flex:1}.cpf-office-label{color:#e2e8f0;margin-bottom:.4rem;font-weight:700}.cpf-office p{color:#94a3b8;margin:.15rem 0;font-size:.82rem}.cpf-rating{flex:1}.cpf-rating p{color:#94a3b8;margin:.2rem 0;font-size:.82rem}.cpf-stars{color:#fbbf24;letter-spacing:1px}.cpf-blog-link{color:#7dd3fc;text-decoration:none}.cpf-blog-link:hover{color:#38bdf8;text-decoration:underline}.cpf-bottom{border-bottom:1px solid #ffffff14;padding:1rem 0}.cpf-bottom-inner{flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;display:flex}.cpf-bottom-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;transition:color .15s}.cpf-bottom-link:hover{color:#7dd3fc}.cpf-copyright{color:#64748b;background:#07162b;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:.75rem 1.5rem;font-size:.78rem;display:flex}@media (width<=900px){.cpf-top-inner{grid-template-columns:1fr}.cpf-trends-grid{grid-template-columns:repeat(2,1fr)}.cpf-mid-inner{flex-direction:column;gap:1.2rem}}@media (width<=560px){.cpf-trends-grid{grid-template-columns:1fr}}.cpm-page{background:#f1f5f9;min-height:100vh;padding-bottom:3rem}.cpm-hero{background-position:50%;background-size:cover;align-items:flex-end;height:260px;display:flex;position:relative}.cpm-hero-overlay{background:linear-gradient(#0000 0%,#070f2359 40%,#070f23e0 100%);position:absolute;inset:0}.cpm-hero-content{z-index:1;width:100%;padding:2rem 3rem;position:relative}.cpm-hero-breadcrumb{color:#94a3b8;letter-spacing:.04em;margin-bottom:.35rem;font-size:.75rem}.cpm-hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:800}.cpm-hero-stats{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.cpm-hero-stat{color:#cbd5e1;font-size:.82rem}.cpm-hero-stat strong{color:#fff;font-weight:700}.cpm-hero-divider{color:#475569;font-size:.75rem}.cpm-toolbar{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.cpm-filter-pills{flex-wrap:wrap;gap:.4rem;display:flex}.cpm-filter-pill{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:999px;padding:.38rem .9rem;font-size:.78rem;font-weight:600;transition:all .18s}.cpm-filter-pill:hover{border-color:var(--cyan);color:var(--cyan)}.cpm-filter-pill.active{color:#fff;background:#0b2d5c;border-color:#0b2d5c}.cpm-sort-wrap{align-items:center;gap:.4rem;display:flex}.cpm-sort-select{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;padding:.38rem .75rem;font-size:.78rem}.cpm-results-bar{max-width:1200px;margin:1rem auto 0;padding:0 1.5rem}.cpm-results-text{color:#64748b;font-size:.82rem}.cpm-results-text strong{color:#1e293b}.cpm-grid-wrap{max-width:1200px;margin:.75rem auto 0;padding:0 1.5rem}.cpm-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.cpm-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.cpm-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.cpm-img-wrap{flex-shrink:0;height:210px;position:relative;overflow:hidden}.cpm-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.cpm-card:hover .cpm-img-wrap img{transform:scale(1.07)}.cpm-img-gradient{background:linear-gradient(#0000 45%,#070f23a6 100%);position:absolute;inset:0}.cpm-status-badge{color:#fff;letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;padding:.25rem .65rem;font-size:.62rem;font-weight:800;position:absolute;top:.7rem;left:.7rem}.cpm-actions{gap:.35rem;display:flex;position:absolute;top:.7rem;right:.7rem}.cpm-action{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;color:#64748b;background:#ffffffe0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .18s,color .18s,transform .18s;display:flex;box-shadow:0 1px 6px #0000002e}.cpm-action:hover{background:#fff;transform:scale(1.15)}.cpm-action.cpm-liked{color:#ef4444;background:#fff0f0}.cpm-action.cpm-shared{color:#10b981;background:#f0fdf4}.cpm-bhk-row{flex-wrap:wrap;gap:.3rem;display:flex;position:absolute;bottom:.65rem;left:.7rem;right:.7rem}.cpm-bhk-chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.04em;background:#0b2d5cd1;border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.cpm-body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.1rem;display:flex}.cpm-name{color:#1e293b;font-size:1rem;font-weight:800;line-height:1.25}.cpm-loc{color:#64748b;align-items:center;gap:.3rem;font-size:.78rem;line-height:1.4;display:flex}.cpm-type-row{flex-wrap:wrap;gap:.3rem;display:flex}.cpm-type-chip{color:#0369a1;text-transform:uppercase;letter-spacing:.04em;background:#f0f9ff;border:1px solid #bae6fd;border-radius:4px;padding:.18rem .5rem;font-size:.62rem;font-weight:700}.cpm-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.6rem;display:flex}.cpm-builder{align-items:center;gap:.45rem;min-width:0;display:flex}.cpm-builder-avatar{background:linear-gradient(135deg, #0b2d5c, var(--cyan));color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:800;display:flex}.cpm-builder-name{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.cpm-details-btn{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.75rem;font-weight:700;transition:opacity .18s,transform .18s;display:inline-flex;box-shadow:0 3px 10px #00b4d84d}.cpm-details-btn:hover{opacity:.88;transform:translateY(-1px)}.cpm-empty{text-align:center;color:#64748b;padding:4rem 2rem}.cpm-clear-btn{color:#fff;cursor:pointer;background:#0b2d5c;border:none;border-radius:8px;margin-top:1rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600}@media (width<=960px){.cpm-grid{grid-template-columns:repeat(2,1fr)}.cpm-hero-content{padding:1.5rem}.cpm-toolbar{padding:.75rem 1.25rem}}@media (width<=560px){.cpm-grid{grid-template-columns:1fr}.cpm-hero{height:200px}.cpm-hero-title{font-size:1.4rem}}.cp-page{background:#f4f6fb;min-height:100vh;padding:2.5rem 0 4rem}.cp-back-btn{color:#2563eb;cursor:pointer;background:0 0;border:1.5px solid #2563eb;border-radius:6px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.88rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.cp-back-btn svg{width:16px;height:16px}.cp-back-btn:hover{color:#fff;background:#2563eb}.cp-title{color:#1e293b;margin-bottom:.3rem;font-size:1.35rem;font-weight:700}.cp-subtitle{color:#64748b;margin-bottom:2rem;font-size:.9rem}.prop-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.prop-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.prop-card:hover{transform:translateY(-5px);box-shadow:0 8px 28px #00000024}.prop-img-wrap{height:200px;position:relative;overflow:hidden}.prop-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.prop-card:hover .prop-img-wrap img{transform:scale(1.06)}.prop-tags-overlay{background:linear-gradient(#0000 0%,#000000b8 100%);flex-direction:column;gap:.3rem;padding:.75rem .6rem .5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.prop-tags-row{flex-wrap:wrap;gap:.3rem;display:flex}.prop-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:3px;padding:.18rem .5rem;font-size:.6rem;font-weight:700}.prop-bhk-tag{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#1e40af;border-radius:3px;padding:.18rem .5rem;font-size:.6rem;font-weight:700}.prop-card-actions{flex-direction:column;gap:.4rem;display:flex;position:absolute;top:.6rem;right:.6rem}.prop-action-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;color:#64748b;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .18s,color .18s,transform .18s;display:flex;box-shadow:0 2px 8px #00000026}.prop-action-btn svg{width:16px;height:16px}.prop-action-btn:hover{background:#fff;transform:scale(1.12)}.prop-action-btn.liked{color:#ef4444;background:#fff0f0}.prop-action-btn.shared{color:#16a34a;background:#f0fff4}.prop-body{flex:1;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.9rem 1rem .6rem;display:flex}.prop-info{flex:1}.prop-name{color:#1e293b;margin-bottom:.35rem;font-size:1rem;font-weight:700;line-height:1.3}.prop-location{color:#64748b;align-items:flex-start;gap:.3rem;font-size:.8rem;line-height:1.4;display:flex}.prop-location svg{color:#2563eb;flex-shrink:0;width:13px;height:13px;margin-top:1px}.prop-details-btn{background:linear-gradient(135deg, var(--cyan), var(--cyan-light));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;align-self:center;padding:.45rem 1.1rem;font-size:.82rem;font-weight:600;transition:box-shadow .18s,transform .18s;box-shadow:0 3px 10px #00b4d859}.prop-details-btn:hover{transform:translateY(-1px);box-shadow:0 5px 16px #00b4d880}.prop-footer{background:#fafbff;border-top:1px solid #f1f5f9;align-items:center;gap:.45rem;padding:.55rem 1rem .75rem;display:flex}.prop-builder-icon{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.prop-builder-name{color:#64748b;font-size:.78rem;font-weight:500}@media (width<=900px){.prop-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.prop-grid{grid-template-columns:1fr}.cp-title{font-size:1.1rem}}
