.inquire-btn{position:fixed;right:16px;top:75%;transform:rotate(-90deg) translateY(-50%);transform-origin:right top;z-index:1001;color:#fff;padding:10px 20px;cursor:pointer}.inquire-btn button{border:none;padding:12px 20px;border-radius:1rem 1rem 0 0;background:linear-gradient(135deg,#c89f62,#b58744);color:#fff;font-size:14px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.25);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.inquire-btn button:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.3);filter:brightness(1.05)}.inquire-btn button:active{transform:translateY(0)}.inquire-btn button:focus-visible{outline:3px solid rgba(200,159,98,.45);outline-offset:2px}.projects-page{min-height:100vh;background:#fff}.projects-hero{position:relative;min-height:75vh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.projects-hero-picture{position:absolute;inset:0;display:block}.projects-hero-image{width:100%;height:100%;object-fit:cover;display:block}.projects-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.projects-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:space-between;color:white;text-align:left;padding:20px 55px;gap:30px}.projects-hero-content-wrapper{display:flex;gap:10px;flex-direction:column}.content-wrapper h4{text-align:center;font-size:2rem;font-weight:500;margin-bottom:1.5rem;letter-spacing:2px;font-family:montserrat,sans-serif}.content-wrapper h4:after{content:"";display:block;width:120px;height:1.2px;background:rgb(200,159,98);margin:8px auto 0}.projects-hero-content h1{font-size:3rem;font-weight:500;margin-left:0;letter-spacing:2px;font-family:montserrat,sans-serif;text-align:left}.projects-hero-content p{font-size:1rem;color:#ffffff;line-height:1.8;margin-bottom:20px;text-align:justify}.projects-hero-form-box{width:min(100%,420px);background:rgba(55,54,54,.467);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(4px);border-radius:10px;padding:22px;display:flex;flex-direction:column;align-items:center}.projects-hero-form-box h3{font-size:1.5rem;opacity:.8;color:#ffffff;margin-bottom:20px;font-family:montserrat,sans-serif}.projects-hero-form-box p{font-size:1rem;color:rgba(255,255,255,.95);margin-bottom:16px}.projects-hero-form{display:flex;flex-direction:column;gap:0;width:100%}.projects-hero-form input{width:100%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#ffffff;padding:12px 14px;border-radius:6px;outline:none}.projects-hero-form input::placeholder{color:rgba(255,255,255,.8)}.projects-hero-form button{width:100%;border:none;border-radius:6px;padding:12px 14px;font-size:1rem;font-weight:600;color:#ffffff;cursor:pointer;background:#c5a059}.projects-hero-form-box small{display:block;margin-top:10px;font-size:12px;color:rgba(255,255,255,.9)}.projects-filter-section{background:#ffffff;padding:30px 40px 10px}.projects-page .projects-list-search{width:100%;flex:1 1 auto;min-width:0;display:block;position:relative}.projects-page .projects-list-search .header-search__surface{width:100%}.projects-page .projects-list-search .header-search__field{width:100%;min-width:0;height:50px;padding:0 0 10px;gap:12px;border:0;border-radius:0;background:transparent}.projects-page .projects-list-search .header-search__field-icon{color:#595959;width:22px;height:22px}.projects-page .projects-list-search .header-search__input{color:#222;font-size:16px;font-weight:400}.projects-page .projects-list-search .header-search__input::placeholder{color:#7b7b7b}.projects-page .projects-list-search .header-search__close{display:none}.projects-page .projects-list-search .header-search__dropdown{width:100%;min-width:0;left:0;top:calc(100% + 8px);border-color:rgba(0,0,0,.08);background:rgba(255,255,255,.99);box-shadow:0 18px 40px rgba(18,28,38,.14)}.projects-page .projects-list-search .header-search__helper{color:#5f5f5f}.projects-page .projects-list-search .header-search__helper--error{color:#b4533c}.projects-page .projects-list-search .header-search__suggestion{border-top-color:rgba(0,0,0,.06)}.projects-page .projects-list-search .header-search__suggestion:hover{background:rgba(0,0,0,.03)}.projects-page .projects-list-search .header-search__suggestion-copy strong{color:#1f1f1f}.projects-page .projects-list-search .header-search__suggestion-copy span{color:#6a6a6a}.projects-search-section{display:flex;align-items:center;gap:12px;border-bottom:1px solid #666;max-width:1400px;margin:0 auto 24px}.projects-filter-toggle-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:none;background:#fff;color:#555;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.projects-filter-toggle-btn:hover{color:#2f2f2f}.projects-filter-toggle-btn:focus-visible{outline:2px solid #c5a059;outline-offset:4px}.projects-filter-toggle-btn svg{transition:transform .25s ease}.filters-container{width:100%;max-width:1400px;margin:18px auto 0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;overflow:hidden;transform-origin:top}.filters-container.is-open{animation:filterSlideDown .28s ease-out both}.filters-container.is-closing{pointer-events:none;animation:filterSlideUp .28s ease-in both}.filters-header{display:flex;align-items:center;margin-bottom:4px;grid-column-start:1;grid-column-end:-1}.filters-header h3{margin:0;font-size:18px;font-weight:700;color:#1a1a1a}.filter-group{display:flex;flex-direction:column}.filter-group label{font-size:16px;font-weight:700;color:#666666;margin-bottom:16px}.dropdown-wrapper{position:relative}.filter-group select{width:100%;padding:14px 40px 14px 0;font-size:16px;color:#999;background-color:transparent;border:none;border-bottom:1px solid #666;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .3s ease}.filter-group select:focus,.filter-group select:hover{border-bottom-color:#333}.dropdown-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666}.btn-clear-filters{padding:12px 20px;background:transparent;color:#666;border:1px solid #666;border-radius:0;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease;width:100%}.btn-clear-filters:hover{background:#000000;color:#ffffff}@keyframes filterSlideDown{0%{opacity:0;transform:translateY(-14px);max-height:0}to{opacity:1;transform:translateY(0);max-height:1000px}}@keyframes filterSlideUp{0%{opacity:1;transform:translateY(0);max-height:1000px}to{opacity:0;transform:translateY(-14px);max-height:0}}@media (min-width:769px){.projects-filter-toggle-btn{display:none}.filters-container,.filters-container.is-closing{display:grid!important;opacity:1!important;transform:none!important;max-height:none!important;pointer-events:auto!important;animation:none!important}}.best-bhk-section{padding:40px 10px;background-color:#f6f1ea}.best-bhk-hero-wrapper{display:flex;width:100%;justify-content:center}.best-bhk-hero-wrapper h2{font-size:2.6rem;font-weight:500;margin-bottom:10px;letter-spacing:2px;font-family:montserrat,sans-serif}.best-bhk-hero-wrapper h2:after{content:"";display:block;width:120px;height:1.2px;background:#c89f62;margin:8px auto 40px}@media (max-width:1024px){.filters-container{grid-template-columns:1fr;gap:30px}}@media (max-width:900px) and (orientation:landscape){.projects-hero-form-box{margin-top:3rem}}@media (max-width:768px){.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.inquire-btn button{display:none}.projects-hero-content{flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;gap:16px}.projects-hero-form-box{width:100%;display:none}.projects-filter-section{padding:10px 15px;background-color:transparent}.projects-search-section{display:flex;align-items:center;gap:12px;margin-bottom:15px}.projects-page .projects-list-search,.projects-page .projects-list-search .header-search__surface{width:100%}.projects-page .projects-list-search .header-search__field{width:100%;min-width:0;height:46px;padding:0 0 10px;border-radius:0}.projects-page .projects-list-search .header-search__field-icon{color:#595959}.projects-page .projects-list-search .header-search__input{color:#222;font-size:16px;font-weight:400}.projects-page .projects-list-search .header-search__input::placeholder{color:#7b7b7b}.projects-page .projects-list-search .header-search__close{display:none}.projects-page .projects-list-search .header-search__dropdown{width:100%;min-width:0}.projects-page .projects-list-search .header-search__suggestion-copy strong{color:#1f1f1f}.projects-page .projects-list-search .header-search__suggestion-copy span{color:#6a6a6a}.filters-container{grid-template-columns:1fr;gap:20px;margin-top:14px}.filters-header{margin-bottom:2px}.filter-group label{font-size:16px}.filter-group select{font-size:14px;padding:12px 35px 12px 0}.projects-page .specs-table{display:flex;align-items:center;justify-content:center;text-align:center}.projects-page .dividerr{margin:0 8px}.projects-page .spec-row{flex:1 1;gap:6px;align-items:left;font-size:11px}.projects-page .spec-label{text-align:right;opacity:.75;font-weight:500;font-size:10px}.projects-page .spec-value{white-space:nowrap!important;text-align:left;font-weight:500;font-size:11px}}@media (max-width:480px){.projects-hero{min-height:250px}.projects-hero-content h1{font-size:1.4rem;margin-left:15px;margin-left:0}.filter-group label{font-size:.8rem}.filter-group input,.filter-group select{font-size:.9rem;padding:10px 12px}.projects-page .project-card{height:50vh}.projects-page .project-details-bar{padding:16px}.projects-page .details-wrapper{gap:0}.projects-page .project-title{font-size:20px;margin-bottom:4px}.projects-page .location{font-size:11px;margin-bottom:6px}.projects-page .specs-table{white-space:normal;gap:0 0}.projects-page .spec-row{width:50%;font-size:10px}.projects-page .spec-label{font-size:9px}.projects-page .spec-value{font-size:10px}.projects-page .price-section{white-space:nowrap;font-size:20px;width:10%}.projects-page .price-label{font-size:9px}.projects-page .price-value{font-size:12px}.projects-page .arrow{font-size:20px;width:10%}}.projects-page .projects-content{max-width:1440px;margin:10px auto;padding:0 20px}.projects-page .togglesection{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.projects-page .projects-count{font-size:.95rem;color:#666;font-weight:500;margin-bottom:15px}.projects-page .projects-view-more-wrap{display:flex;justify-content:center;margin-bottom:25px}.projects-page .view-more-btn{display:block;margin:20px auto 0;padding:15px 50px;background:white;color:#c8a882;border:2px solid #ddd;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;text-align:center;width:-moz-fit-content;width:fit-content}.projects-page .view-more-btn:hover{background:#c8a882;color:white;border-color:#c8a882}.projects-page .projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.projects-page .project-card-link{text-decoration:none;color:inherit}.projects-page .project-card{position:relative;height:570px;background:#000;overflow:hidden;cursor:pointer;transition:box-shadow .3s ease,transform .3s ease}.projects-page .project-card--compare-selected,.projects-page .project-card--compare-selected:hover{outline:3px solid #c8943a;outline-offset:0}.projects-page .project-card:not(.project-card--compare-selected):hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.projects-page .project-card-img,.projects-page .project-card-picture{display:block;width:100%;height:100%}.projects-page .project-card-img{object-fit:cover;transition:transform .6s ease,opacity .3s ease}.projects-page .project-card-img:not(.loaded){opacity:.7}.projects-page .project-card-img.loaded{opacity:1}.projects-page .project-card:hover .project-card-img{transform:scale(1.05)}.projects-page .project-overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;opacity:0;transition:opacity .4s ease;z-index:2;pointer-events:auto}.projects-page .project-card:hover .project-overlay{opacity:1}.projects-page .projects-grid--compare-mode .project-overlay{display:none!important}.projects-page .projects-grid--compare-mode .project-card:hover .project-overlay{opacity:0}.projects-page .projects-grid--compare-mode .project-card:hover .project-details-bar{opacity:1}.projects-page .projects-grid--compare-mode .project-card:hover{box-shadow:none}.projects-page .wishlist-badge{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.3));box-shadow:1px 1px 12px #c89f628f;color:#c89f62;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease;z-index:3;pointer-events:auto;padding:0}.projects-page .wishlist-badge span{display:flex;align-items:center;justify-content:center}.projects-page .wishlist-badge svg{display:block}.projects-page .wishlist-badge:hover{transform:translateY(-1px)}.projects-page .wishlist-badge:hover svg{fill:currentColor}.projects-page .wishlist-badge.project-added,.projects-page .wishlist-badge.project-added span{color:#c89f62}.projects-page .projects-grid--compare-mode .wishlist-badge{display:none}.projects-page .btn-overlay{padding:10px 0;font-size:14px;white-space:none;color:#c89f62;background:transparent;border:1px solid #c89f62;cursor:pointer;transition:all .3s ease;pointer-events:auto;width:140px;text-align:center}.projects-page .btn-overlay:hover{background:#c89f62;color:#000}.projects-page .project-details-bar{position:absolute;bottom:0;left:0;right:0;padding:15px 10px;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.5));color:#fff;z-index:3;transition:opacity .4s ease}.projects-page .project-card:hover .project-details-bar{opacity:0}.projects-page .details-wrapper{justify-content:space-between;display:flex;align-items:flex-end;gap:0}.projects-page .price-section{max-width:20%;display:flex;flex-direction:column;gap:4px}.projects-page .price-label{font-size:11px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}.projects-page .price-value{font-size:26px;color:#c89f62;font-weight:500;font-family:montserrat,sans-serif}.projects-page .info-section{display:flex}.projects-page .project-title{font-size:1.7rem;font-weight:300;text-align:center;margin:0 0 8px;letter-spacing:1px}.projects-page .location{gap:6px;font-size:14px;opacity:.85;margin-bottom:16px}.projects-page .location,.projects-page .specs-table{display:flex;align-items:center;justify-content:center}.projects-page .specs-table{text-align:center;width:100%}.projects-page .dividerr{width:1px;background-color:#c89f62;align-self:stretch;margin:0 10px;min-height:30px;flex-shrink:0}.projects-page .spec-row{display:flex;flex:1 1;flex-direction:column;gap:16px;align-items:left;font-size:13px}.projects-page .spec-label{text-align:right;opacity:.75;font-weight:500}.projects-page .spec-value{white-space:nowrap;text-align:left;font-weight:500;font-family:montserrat,sans-serif}.projects-page .arrow{display:flex;justify-content:flex-end;min-width:15%;font-size:28px;color:#c89f62;transition:transform .3s ease;flex-shrink:0}.projects-page .project-card:hover .arrow{transform:translateX(4px)}.projects-page .no-projects{text-align:center;padding:60px 20px;color:#666}.projects-page .no-projects p{font-size:1.1rem;margin:0}.projects-page .loading{text-align:center;padding:60px 20px;color:#666}@media (max-width:1024px){.projects-page .projects-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.projects-page .togglesection{gap:12px}.projects-page .projects-grid{grid-template-columns:1fr;gap:20px}.projects-page .project-card{height:50vh;position:relative;display:flex;flex-direction:column}.projects-page .project-overlay{display:none!important}.projects-page .project-details-bar{display:block!important;opacity:1!important;position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(0,0,0,.65));color:#fff;z-index:3}.projects-page .details-wrapper{display:flex;justify-content:space-between;align-items:flex-end;gap:0}.projects-page .price-section{width:10%;display:flex;flex-direction:column;gap:3px;width:20%}.projects-page .price-label{font-size:10px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}.projects-page .price-value{font-size:15px;color:#c89f62;font-weight:600;font-family:montserrat,sans-serif}.projects-page .info-section{width:50%}.projects-page .project-title{font-size:20px;font-weight:500;text-align:center;margin:0 0 6px}.projects-page .location{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;opacity:.85;margin-bottom:8px}.projects-page .specs-table{gap:0 0;text-align:center}.projects-page .spec-row{width:10%;gap:6px;align-items:left;font-size:11px}.projects-page .spec-label{text-align:right;opacity:.75;font-weight:500;font-size:10px}.projects-page .spec-value{text-align:left;font-weight:500;font-size:11px}.projects-page .arrow{display:flex;width:20%;justify-content:flex-end;font-size:22px;color:#c89f62;transition:transform .3s ease;flex-shrink:0;align-self:flex-end}.projects-page .project-card:hover .arrow{transform:translateX(2px)}}@media (max-width:480px){.projects-hero{height:250px}.projects-hero-content h1{font-size:1.4rem;margin-left:15px}.projects-hero-content p{font-size:.8rem;margin-left:15px}.filter-group label{font-size:.8rem}.filter-group input,.filter-group select{font-size:.9rem;padding:10px 12px}.projects-page .project-card{height:50vh}.projects-page .project-details-bar{padding:16px}.projects-page .details-wrapper{gap:0}.projects-page .project-title{font-size:20px;margin-bottom:4px}.projects-page .location{font-size:11px;margin-bottom:6px}.projects-page .specs-table{white-space:normal;gap:0 0}.projects-page .spec-row{width:50%}.projects-page .price-section{white-space:nowrap;font-size:20px;width:10%}.projects-page .price-label{font-size:9px}.projects-page .price-value{font-size:12px}.projects-page .arrow{font-size:20px;width:10%}.projects-page .specs-table{gap:0;text-align:center}.projects-page .dividerr{margin:0 6px}.projects-page .spec-row{flex:1 1;font-size:10px}.projects-page .spec-label{font-size:9px;text-align:right}.projects-page .spec-value{font-size:10px;text-align:left}}.contact-curtain-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.contact-curtain-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.contact-curtain{position:fixed;top:0;bottom:0;right:0;width:min(420px,90vw);max-width:420px;height:90vh;background:#fff;z-index:9999;box-shadow:-4px 0 24px rgba(0,0,0,.15);margin-right:-420px;transition:margin-right .35s cubic-bezier(.4,0,.2,1);overflow-y:none;display:flex;flex-direction:column;border-radius:30px 0 0 30px}.contact-curtain.open{margin-right:0}.contact-curtain-close{position:absolute;top:16px;left:16px;background:transparent;border:none;font-size:28px;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;z-index:10;padding-bottom:4px}.contact-curtain-close:hover{background:#f0f0f0;color:#333}.contact-curtain-header{padding:40px 24px 20px;text-align:center;border-bottom:1px solid #f0f0f0;flex-shrink:0}.contact-curtain-header h2{font-size:1.5rem;font-weight:400;color:#333;margin-top:12px;font-family:montserrat,sans-serif}.contact-curtain-body{padding:24px;flex:1 1;overflow-y:auto}.contact-curtain-body .specialist-box{margin-bottom:20px}.contact-curtain-body .specialist-box h3{font-size:1rem;color:#333;margin-bottom:12px}.contact-curtain-body .specialist-icons{display:flex;gap:12px;justify-content:center}.contact-curtain-body .specialist-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;transition:transform .2s ease}.contact-curtain-body .specialist-icon.whatsapp{background:#25d366;color:#fff}.contact-curtain-body .specialist-icon.phone{background:#c5a059;color:#fff}.contact-curtain-body .specialist-icon:hover{transform:scale(1.05)}.contact-curtain-body .form-divider{display:flex;align-items:center;margin:20px 0;gap:12px}.contact-curtain-body .form-divider:after,.contact-curtain-body .form-divider:before{content:"";flex:1 1;height:1px;background:#ddd}.contact-curtain-body .form-divider span{font-size:.85rem;color:#999;font-weight:500}