:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.popupform-overlay{z-index:999999;background:#00000094;justify-content:center;align-items:center;padding:20px;animation:.25s popupformOverlayFade;display:flex;position:fixed;inset:0}.popupform-modal{background:#fff;border-radius:0;width:100%;max-width:615px;max-height:95vh;animation:.3s popupformModalOpen;overflow:hidden auto;box-shadow:0 15px 45px #00000047}.popupform-modal::-webkit-scrollbar{width:5px}.popupform-modal::-webkit-scrollbar-track{background:#f1f1f1}.popupform-modal::-webkit-scrollbar-thumb{background:#a8a8a8;border-radius:10px}.popupform-header{color:#fff;background:#109fd0;justify-content:center;align-items:center;width:100%;height:63px;display:flex;position:relative}.popupform-title{color:#fff;text-align:center;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;line-height:1}.popupform-close{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:45px;height:45px;padding:0;font-size:25px;line-height:1;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.popupform-close:hover{opacity:.8;transform:translateY(-50%)scale(1.08)}.popupform-close:focus{outline:none}.popupform-body{box-sizing:border-box;background:#fff;width:100%;padding:20px 22px 30px}.popupform-logo-wrapper{justify-content:center;align-items:center;width:100%;min-height:65px;margin-bottom:18px;display:flex}.popupform-logo{object-fit:contain;width:auto;max-width:330px;max-height:65px;display:block}.popupform-form{width:100%;margin:0;padding:0}.popupform-field-group{width:100%;margin-bottom:13px}.popupform-name-field{box-sizing:border-box;background:#f5f5f5;border:1px solid #cfd4d8;border-radius:5px;align-items:center;width:100%;height:49px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.popupform-name-field:focus-within{border-color:#109fd0;box-shadow:0 0 0 2px #109fd01a}.popupform-field-icon{color:#109fd0;flex-shrink:0;width:53px;font-size:25px}.popupform-name-input{color:#20252b;box-sizing:border-box;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;height:100%;padding:0 15px 0 0;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:1}.popupform-name-input:focus{box-shadow:none;border:none;outline:none}.popupform-name-input::placeholder{color:#6d7781;opacity:1}.popupform-phone-wrapper{box-sizing:border-box;background:#f5f5f5;border:1px solid #cfd4d8;border-radius:5px;align-items:center;width:100%;height:49px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:flex}.popupform-phone-wrapper:focus-within{border-color:#109fd0;box-shadow:0 0 0 2px #109fd01a}.popupform-phone-input-container{background:0 0;align-items:center;width:100%;height:100%;display:flex}.popupform-phone-input-container .PhoneInputCountry{flex-shrink:0;align-items:center;height:100%;margin-right:10px;display:flex;position:relative}.popupform-phone-input-container .PhoneInputCountryIcon{width:24px;height:18px;box-shadow:none}.popupform-phone-input-container .PhoneInputCountryIconImg{object-fit:cover;width:100%;height:100%;display:block}.popupform-phone-input-container .PhoneInputCountrySelect{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.popupform-phone-input-container .PhoneInputCountrySelectArrow{color:#555;opacity:1;border-color:#555;width:7px;height:7px;margin-left:7px}.popupform-phone-input-container .PhoneInputInput{color:#20252b;box-sizing:border-box;flex:1;width:100%;min-width:0;height:100%;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:1;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.popupform-phone-input-container .PhoneInputInput:focus{box-shadow:none!important;border:none!important;outline:none!important}.popupform-phone-input-container .PhoneInputInput::placeholder{color:#6d7781;opacity:1}.popupform-phone-input-container .PhoneInputCountry+.PhoneInputInput{margin-left:0}.popupform-field-error{box-shadow:0 0 0 1px #d9302514;border-color:#d93025!important}.popupform-name-field.popupform-field-error:focus-within,.popupform-phone-wrapper.popupform-field-error:focus-within{box-shadow:0 0 0 2px #d930251a;border-color:#d93025!important}.popupform-error-message{color:#d93025;margin:5px 0 0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:400;line-height:1.35}.popupform-consent{color:#777;cursor:pointer;align-items:flex-start;gap:5px;width:100%;margin-top:5px;font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:400;line-height:19px;display:flex}.popupform-consent input[type=checkbox]{accent-color:#777;cursor:pointer;flex-shrink:0;width:14px;min-width:14px;height:14px;margin:1px 0 0}.popupform-consent a{color:#0077d9;cursor:pointer;text-decoration:underline}.popupform-consent a:hover{color:#005fae}.popupform-submit-button{cursor:pointer;isolation:isolate;box-sizing:border-box;background:#aaa9a9;border:none;border-radius:17px;justify-content:center;align-items:center;width:305px;max-width:90%;height:53px;margin:22px auto 0;padding:3px;transition:transform .2s;display:flex;position:relative;overflow:hidden}.popupform-submit-button:before{content:"";aspect-ratio:1;z-index:-2;background:conic-gradient(#0000 0deg 275deg,#d7a230 305deg,#f0b83e 335deg,#0000 360deg);width:170%;animation:2.4s linear infinite popupformButtonBorder;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.popupform-submit-button:after{content:"";z-index:-1;background:#109fd0;border-radius:14px;transition:background .2s;position:absolute;inset:3px}.popupform-submit-button span{z-index:2;color:#fff;pointer-events:none;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:400;line-height:1;position:relative}.popupform-submit-button:hover:after{background:#078fbc}.popupform-submit-button:hover{transform:translateY(-1px)}.popupform-submit-button:active{transform:scale(.98)}.popupform-submit-button:focus{outline:none}.popupform-submit-button:focus-visible{outline-offset:3px;outline:2px solid #109fd0}.popupform-submit-button:disabled{opacity:.65;cursor:not-allowed}@keyframes popupformOverlayFade{0%{opacity:0}to{opacity:1}}@keyframes popupformModalOpen{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes popupformButtonBorder{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=768px){.popupform-overlay{padding:15px}.popupform-modal{max-width:580px;max-height:94vh}.popupform-body{padding:20px 18px 28px}.popupform-logo{max-width:300px}}@media (width<=650px){.popupform-overlay{padding:12px}.popupform-modal{width:100%;max-width:100%;max-height:95vh}.popupform-header{height:58px}.popupform-title{font-size:22px}.popupform-close{width:42px;height:42px;font-size:23px;right:5px}.popupform-body{padding:18px 15px 25px}.popupform-logo-wrapper{min-height:58px;margin-bottom:16px}.popupform-logo{max-width:280px;max-height:60px}.popupform-name-field,.popupform-phone-wrapper{height:50px}.popupform-field-icon{width:48px;font-size:22px}.popupform-name-input,.popupform-phone-input-container .PhoneInputInput{font-size:18px}.popupform-consent{font-size:9px;line-height:16px}.popupform-submit-button{width:100%;max-width:100%;height:52px;margin-top:20px}.popupform-submit-button span{font-size:19px}}@media (width<=400px){.popupform-overlay{padding:8px}.popupform-body{padding:16px 12px 22px}.popupform-title{font-size:21px}.popupform-logo{max-width:240px}.popupform-name-input,.popupform-phone-input-container .PhoneInputInput{font-size:17px}}@media (prefers-reduced-motion:reduce){.popupform-overlay,.popupform-modal,.popupform-submit-button:before{animation:none}.popupform-submit-button,.popupform-close{transition:none}}.navbar{z-index:1000;background:#fff;justify-content:flex-start;align-items:center;width:100%;height:68px;display:flex;position:relative;box-shadow:0 1px 8px #0000001f}.navbar-container{box-sizing:border-box;justify-content:flex-start;align-items:center;width:70%;height:100%;padding-left:24px;display:flex}.navbar-logo-section{flex-shrink:0;align-items:center;height:100%;margin-right:28px;display:flex}.kalpa-logo{white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;display:flex}.kalpa-logo-compact{transform-origin:0;transform:scale(.82)}.kalpa-icon{color:#fff;background:#0ba7dc;flex-shrink:0;justify-content:center;align-items:center;width:23px;height:23px;font-size:15px;display:flex}.kalpa-text{color:#222;letter-spacing:-.5px;white-space:nowrap;font-size:14px;font-weight:600}.kalpa-text-compact{font-size:13px}.navbar-divider{background:#777;flex-shrink:0;width:1px;height:36px;margin:0 8px}.navbar-logo-divider{margin-left:9px;margin-right:9px}.estella-logo{color:#242424;letter-spacing:3px;white-space:nowrap;flex-shrink:0;font-size:24px;font-weight:600;line-height:1}.estella-logo-compact{font-size:22px}.navbar-additional-logo-wrapper{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:flex}.navbar-additional-logo{object-fit:contain;width:auto;height:38px;margin-bottom:3px;display:block}.authorized-sales-partner{text-align:center;letter-spacing:.4px;color:#222;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:600;line-height:1.1;display:block}.navbar-menu{flex:1;justify-content:space-between;align-items:center;gap:18px;height:100%;display:flex}.navbar-item{color:#222;white-space:nowrap;cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:6px;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:400;transition:color .25s,transform .25s;display:flex}.navbar-item:hover{color:#079fd3;transform:translateY(-1px)}.nav-icon{color:#222;flex-shrink:0;font-size:18px;transition:color .25s}.navbar-item:hover .nav-icon{color:#079fd3}.brochure-button{z-index:1;color:#fff;white-space:nowrap;cursor:pointer;isolation:isolate;background:#505050;border:none;border-radius:18px;outline:none;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-width:155px;height:49px;padding:0 20px;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:400;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.brochure-button:before{content:"";z-index:-2;transform-origin:50%;pointer-events:none;background:conic-gradient(#0000 0deg 300deg,#d8a522 310deg,#ffd429 325deg,#fff06a 338deg,#ffd429 350deg,#0000 360deg);width:180%;height:500%;animation:2.2s linear infinite brochureYellowBorderRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.brochure-button:after{content:"";z-index:-1;pointer-events:none;background:#08a6db;border-radius:16px;transition:background .25s;position:absolute;inset:2px}@keyframes brochureYellowBorderRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.brochure-button span{z-index:2;position:relative}.brochure-icon{z-index:2;will-change:transform;flex-shrink:0;font-size:17px;animation:1.3s ease-in-out infinite brochureDownloadIconMove;display:block;position:relative}@keyframes brochureDownloadIconMove{0%,to{transform:translateY(-2px)}50%{transform:translateY(3px)}}.brochure-button:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0003}.brochure-button:hover:after{background:#078fbd}.brochure-button:hover .brochure-icon{animation-duration:.8s}.brochure-button:active{transform:translateY(0)scale(.98)}.brochure-button:focus-visible{outline-offset:3px;outline:2px solid #ffdc45}.navbar-toggle{display:none}@media (width<=1600px){.navbar-container{width:88%}.navbar-logo-section{margin-right:22px}.navbar-menu{gap:15px}.navbar-item{font-size:16px}.navbar-additional-logo{max-width:88px;height:39px}}@media (width<=1300px){.navbar-container{width:100%;padding-right:20px}.navbar-logo-section{margin-right:18px}.navbar-menu{gap:12px}.kalpa-logo-compact{transform:scale(.78)}.estella-logo,.estella-logo-compact{letter-spacing:2.5px;font-size:20px}.navbar-additional-logo{max-width:80px;height:36px}.navbar-item{font-size:15px}.brochure-button{min-width:140px;height:46px}}@media (width<=1050px){.navbar-menu{gap:12px}.navbar-item span{display:none}.nav-icon{font-size:20px}.brochure-button span{display:inline}.navbar-logo-section{margin-right:12px}.navbar-additional-logo{max-width:72px;height:34px}}@media (width<=768px){.navbar{z-index:99999;background:#fff;width:100%;height:58px;min-height:58px;position:relative;overflow:visible!important}.navbar-container{box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;width:100%;height:58px;min-height:58px;padding:0 7px 0 10px;display:flex;position:relative;overflow:visible!important}.navbar-logo-section{flex-shrink:1;align-items:center;width:auto;max-width:calc(100% - 58px);height:100%;margin-right:auto;display:flex;overflow:hidden}.kalpa-logo,.kalpa-logo-compact{flex-shrink:0;align-items:center;gap:4px;display:flex;transform:none}.kalpa-icon{flex-shrink:0;width:18px;height:18px;margin:0;font-size:12px}.kalpa-text,.kalpa-text-compact{color:#222;letter-spacing:-.3px;white-space:nowrap;font-size:9px;font-weight:600;display:inline-block}.navbar-divider{background:#999;flex-shrink:0;width:1px;height:27px;margin:0 6px}.navbar-logo-divider{margin-left:6px;margin-right:6px}.estella-logo,.estella-logo-compact{color:#222;letter-spacing:2px;white-space:nowrap;flex-shrink:0;font-size:16px;font-weight:700;line-height:1}.navbar-additional-logo-wrapper{flex-shrink:1;justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.navbar-additional-logo{object-fit:contain;width:auto;max-width:62px;height:29px;display:block}.navbar-toggle{z-index:100002;cursor:pointer;background:#fff;border:none;border-radius:0 0 4px 4px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:52px;height:48px;margin-left:auto;padding:0;position:relative;box-shadow:0 2px 4px #0003;display:flex!important}.navbar-toggle-line{border:none;flex-shrink:0;min-height:2px;padding:0;transition:transform .3s,opacity .3s;opacity:1!important;visibility:visible!important;background:#666!important;width:24px!important;height:2px!important;margin:0!important;display:block!important}.navbar-toggle-active .navbar-toggle-line:first-child{transform:translateY(8px)rotate(45deg)}.navbar-toggle-active .navbar-toggle-line:nth-child(2){opacity:0!important}.navbar-toggle-active .navbar-toggle-line:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar-menu{z-index:100001;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;height:auto;margin:0;padding:10px 0;position:absolute;top:58px;left:0;right:0;display:none!important}.navbar-menu.navbar-menu-open{background:#fff;min-height:260px;display:flex!important}.navbar-menu .navbar-item{text-align:left;box-sizing:border-box;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:46px;margin:0;padding:0 20px;display:flex}.navbar-menu .nav-icon{color:#292929;flex-shrink:0;width:14px;height:14px}.navbar-menu .navbar-item span{white-space:nowrap;display:inline-block}.navbar-menu .brochure-button{color:#fff;box-sizing:border-box;cursor:pointer;border-radius:14px;justify-content:center;align-self:flex-start;align-items:center;gap:4px;width:122px;min-width:122px;height:39px;min-height:39px;margin:12px 20px 0;padding:0 12px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:400;display:flex}.navbar-menu .brochure-icon{color:#fff;flex-shrink:0;font-size:14px}}.navbar-additional-logo{height:26px;margin-bottom:2px}.authorized-sales-partner{letter-spacing:.3px;font-size:5.5px;line-height:1.05}@media (width<=400px){.navbar{height:56px;min-height:56px}.navbar-container{height:56px;min-height:56px;padding-left:7px}.navbar-menu{top:56px}.kalpa-icon{width:17px;height:17px;font-size:11px}.kalpa-text,.kalpa-text-compact{font-size:8px}.navbar-divider{height:25px;margin-left:4px;margin-right:4px}.navbar-logo-divider{margin-left:4px;margin-right:4px}.estella-logo,.estella-logo-compact{letter-spacing:1.5px;font-size:14px}.navbar-additional-logo{max-width:52px;height:26px}.navbar-toggle{width:50px;height:46px}}@media (prefers-reduced-motion:reduce){.brochure-button:before,.brochure-icon{animation:none}.navbar-toggle-line{transition:none}}.project-footer{box-sizing:border-box;background:#e5e9ec;width:100%;font-family:Arial,Helvetica,sans-serif}.project-footer *,.project-footer :before,.project-footer :after{box-sizing:border-box}.project-footer-main{color:#000;background:#f3eeee;flex-direction:column;align-items:center;width:calc(100% - 20px);margin:3px 10px 10px;padding:10px 52px 12px;display:flex}.project-footer-logo-wrapper{justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex}.project-footer-brand{justify-content:center;align-items:center;display:flex}.project-footer-kalpa-logo{align-items:center;gap:7px;display:flex}.project-footer-kalpa-icon{color:#fff;background:#0ba7dc;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;font-weight:700;display:flex}.project-footer-kalpa-text{color:#222;letter-spacing:-.5px;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:600}.project-footer-divider{background:#777;width:1px;height:42px;margin:0 18px}.project-footer-estella-logo{color:#222;letter-spacing:5px;font-family:Times New Roman,serif;font-size:42px;font-weight:600;line-height:1}.project-footer-registration{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.project-footer-registration-label{color:#666;margin:0;font-size:12px;font-weight:400;line-height:1.3}.project-footer-rera-line,.project-footer-rera-number{color:#000;margin:0;font-size:15px;font-weight:400;line-height:1.45}.project-footer-rera-number{margin-top:1px}.project-footer-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:50px;width:100%;margin-top:2px;padding:10px 0 8px;display:grid}.project-footer-contact-column{flex-direction:column;align-items:flex-start;width:100%;min-width:0;display:flex}.project-footer-contact-title{color:#222;margin:0 0 14px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:700;line-height:1.3}.project-footer-contact-text{color:#666;overflow-wrap:anywhere;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:400;line-height:1.6;text-decoration:none;transition:color .25s}.project-footer-contact-text:hover{color:#109fd0}.project-footer-contact-address{color:#666;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:1.65}.project-footer-policy-links{text-align:center;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:2px;display:flex}.project-footer-policy-link{color:#777;font-size:13px;font-weight:400;line-height:1.4;text-decoration:none;transition:color .25s}.project-footer-policy-link:hover{color:#109fd0}.project-footer-policy-divider{color:#b58a55;font-size:15px}.project-footer-bottom{text-align:center;background:#192b2e;justify-content:center;align-items:center;width:100%;min-height:42px;padding:9px 20px;display:flex}.project-footer-bottom p{color:#d7e7ea;margin:0;font-size:14px;font-weight:400;line-height:1.5}.project-footer-disclaimer{border-top:1px solid #d7d7d7;width:100%;margin-top:20px;padding-top:18px}.project-footer-disclaimer p{color:#666;text-align:justify;margin:0;font-size:15px;line-height:1.9}.project-footer-disclaimer strong{color:#222}@media (width<=1300px){.project-footer-main{padding:46px 40px 22px}.project-footer-kalpa-icon{width:30px;height:30px;font-size:18px}.project-footer-kalpa-text{font-size:20px}.project-footer-divider{height:38px;margin:0 15px}.project-footer-estella-logo{font-size:36px}.project-footer-contact-grid{gap:40px;margin-top:38px}.project-footer-contact-title{font-size:19px}.project-footer-contact-text,.project-footer-contact-address{font-size:17px}}@media (width<=900px){.project-footer-main{width:calc(100% - 16px);margin:8px 8px 10px;padding:42px 28px 25px}.project-footer-kalpa-icon{width:28px;height:28px;font-size:16px}.project-footer-kalpa-text{font-size:18px}.project-footer-divider{height:34px;margin:0 12px}.project-footer-estella-logo{letter-spacing:4px;font-size:32px}.project-footer-contact-grid{gap:28px;margin-top:35px;padding:28px 0}.project-footer-contact-title{margin-bottom:11px;font-size:18px}.project-footer-contact-text,.project-footer-contact-address{font-size:15px;line-height:1.6}}@media (width<=650px){.project-footer-main{width:calc(100% - 12px);margin:6px 6px 8px;padding:34px 18px 24px}.project-footer-logo-wrapper{margin-bottom:18px}.project-footer-brand{transform-origin:50%;transform:scale(.78)}.project-footer-registration-label{font-size:11px}.project-footer-rera-line,.project-footer-rera-number{font-size:13px;line-height:1.5}.project-footer-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:10px;width:100%;margin-top:20px;padding:20px 0;display:grid}.project-footer-contact-column{text-align:left;align-items:flex-start;width:100%;min-width:0}.project-footer-contact-title{white-space:nowrap;margin:0 0 6px;font-size:13px;line-height:1.3}.project-footer-contact-text{overflow-wrap:anywhere;word-break:break-word;font-size:11px;line-height:1.5}.project-footer-contact-address{font-size:10px;line-height:1.5}}.project-footer-policy-links{margin-top:20px}.project-footer-policy-link{font-size:12px}.project-footer-bottom{min-height:42px;padding:11px 15px}.project-footer-bottom p{font-size:12px}@media (width<=400px){.project-footer-main{padding:30px 14px 22px}.project-footer-brand{transform-origin:50%;transform:scale(.65)}.project-footer-rera-line,.project-footer-rera-number{font-size:12px}.project-footer-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:18px;padding:18px 0}.project-footer-contact-title{font-size:12px}.project-footer-contact-text{font-size:9.5px}.project-footer-contact-address{font-size:9px;line-height:1.45}}
