:root{--primary: #a1862c;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #8e792f 0%, #ffe07a 100%);--blue: black;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}.wrapper{background-color:#fff}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#434446;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:#a1862c;font-size:1.5rem;font-weight:600}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in}.button:hover{cursor:pointer;transform:scale(1.1)}.chatbot-toggle{position:fixed;bottom:30px;right:30px;padding:.8rem 1.8rem;background:var(--blue-gradient);color:var(--secondary);border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow);transition:all .3s ease-in;z-index:1000}.chatbot-toggle:hover{transform:scale(1.1);background:var(--orange-gradient)}.chatbot-window{position:fixed;bottom:80px;right:30px;width:360px;height:450px;background:var(--secondary);border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:999;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-messages{flex:1;padding:1rem;overflow-y:auto;background:var(--lightBlue);display:flex;flex-direction:column;gap:.8rem}.message{max-width:80%;padding:.8rem 1rem;border-radius:10px;font-size:.9rem;line-height:1.4}.message.user{background:var(--blue);color:#fff;align-self:flex-end;border-bottom-right-radius:2px}.message.assistant{background:white;color:var(--black);border-bottom-left-radius:2px;box-shadow:0 2px 4px #0000001a}.chatbot-input{display:flex;padding:.8rem;background:var(--secondary);border-top:1px solid var(--lightBlue)}.chatbot-input input{flex:1;padding:.7rem;border:1px solid var(--lightBlue);border-radius:6px 0 0 6px;font-size:.9rem;outline:none}.chatbot-input input:focus{border-color:var(--blue)}.chatbot-input button{padding:.7rem 1.2rem;background:var(--blue-gradient);color:#fff;border:none;border-radius:0 6px 6px 0;font-weight:500;cursor:pointer;transition:all .3s ease-in}.chatbot-input button:hover{background:var(--orange-gradient)}.chatbot-input button:disabled{background:rgb(140 139 139);cursor:not-allowed}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}.chatbot-window{width:90%;height:60vh;right:5%;bottom:70px}.chatbot-toggle{bottom:20px;right:20px;padding:.6rem 1.4rem}}html,body{width:100%;max-width:100%;overflow-x:hidden}*{max-width:100%;box-sizing:border-box}.chatbot-window,.chatbot-toggle{max-width:100vw}.c-wrapper{background-color:#fdfbf2;padding:3rem 0;margin-top:80px;width:100%;overflow:hidden}.c-title{text-align:center;font-size:2rem;font-weight:600;color:#a1862c;margin-bottom:2.5rem;line-height:1.3}.c-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 4rem;box-sizing:border-box;text-align:center}.c-container>img{width:6rem;height:auto;object-fit:contain;opacity:.95;transition:transform .3s ease,opacity .3s ease}.c-container>img:hover{transform:scale(1.1);opacity:1}@media (max-width: 1024px){.c-container{padding:0 3rem;gap:1.8rem}.c-container>img{width:5.5rem}}@media (max-width: 768px){.c-container{justify-content:center;gap:1.5rem;padding:0 2rem}.c-container>img{width:5rem}.c-title{font-size:1.6rem}}@media (max-width: 480px){.c-container{justify-content:center;gap:1rem;padding:0 1rem}.c-container>img{width:4.3rem}.c-title{font-size:1.4rem}}@media (max-width: 360px){.c-container{gap:.8rem;padding:0 .8rem}.c-container>img{width:4rem}.c-title{font-size:1.2rem}}.h-wrapper{background:#fdfbf2;color:#222;position:fixed;top:0;left:0;width:100%;z-index:10000;box-shadow:0 2px 5px #0000001a}.h-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;width:100%;max-width:1400px;margin:0 auto}.logo{max-width:310px!important;height:auto;object-fit:contain}.h-menu{display:flex;gap:2rem;align-items:center;position:relative}.h-menu a,.h-menu span{color:#222;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.h-menu a:hover,.h-menu span:hover{color:#a1862c;border-bottom:2px solid #a1862c}.h-menu a.active,.h-menu span.active{color:#a1862c;font-weight:700;border-bottom:2px solid #a1862c;padding-bottom:.2rem}.projects-dropdown{position:relative;display:flex;align-items:center;gap:.2rem;cursor:pointer;z-index:1000}.projects-dropdown .rotate{transition:transform .3s ease}.projects-dropdown.open .rotate{transform:rotate(180deg)}.projects-dropdown .dropdown-content{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background:#fffbea;min-width:160px;border-radius:6px;box-shadow:0 2px 10px #00000026;z-index:2000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;border:1px solid #e5d7a8}.projects-dropdown.open .dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-content a{padding:.5rem 1rem;color:#222;font-weight:500;text-decoration:none;transition:background .2s ease}.dropdown-content a:hover{background:#f4eacb;border-radius:4px;color:#000}.menu-icon{display:none;font-size:1.8rem;cursor:pointer;color:#222}button,.get-in-touch{background:linear-gradient(90deg,#b69c44,#957818);color:#000;border:none;padding:.6rem 1.5rem;border-radius:50px;font-weight:500;transition:all .3s ease;cursor:pointer}button:hover,.get-in-touch:hover{background:linear-gradient(90deg,#b69c44,#957818);transform:translateY(-2px)}@media (max-width: 1200px){.h-container{padding:.8rem 1.5rem}.h-menu{gap:1.5rem}.logo{max-width:125px}}@media (max-width: 992px){.h-container{padding:.8rem 1.2rem}.logo{max-width:120px}.h-menu{gap:1.2rem}.get-in-touch{padding:.5rem 1.2rem}}@media (max-width: 768px){.menu-icon{display:block;z-index:15000}.h-container{justify-content:space-between;padding:.8rem 1.2rem}.logo{max-width:110px}.h-menu{position:absolute;top:70px;right:1rem;background:#fdfbf2;flex-direction:column;align-items:flex-start;padding:1.2rem;border-radius:8px;gap:1rem;display:none;width:230px;box-shadow:0 4px 10px #0000001a}.h-menu.open{display:flex;animation:fadeIn .3s ease-in-out}.h-menu a,.projects-dropdown span{width:100%;text-align:left;border-bottom:none}.projects-dropdown{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.projects-dropdown .dropdown-content{position:relative;background:#fffbea;box-shadow:none;border-radius:0;opacity:1;visibility:visible;transform:none;padding-left:1rem}.dropdown-content a{padding:.3rem 0}.dropdown-content a:hover{color:#a1862c}.get-in-touch{align-self:stretch;text-align:center;width:100%}}@media (max-width: 576px){.h-container{padding:.8rem 1rem}.logo{max-width:100px}.h-menu{width:200px;right:.5rem;padding:1rem}.h-menu a{font-size:.95rem}.get-in-touch{font-size:.9rem;padding:.5rem 1rem}}@media (max-width: 400px){.logo{max-width:90px}.h-menu{width:180px;padding:.8rem}.h-menu a{font-size:.9rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-wrapper{color:var(--black);padding-top:140px;padding-bottom:1rem;z-index:1;background-color:#fff;width:100%;overflow:hidden}.hero-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:3rem;max-width:1400px;margin:0 auto;padding:0 2rem}.hero-left{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;flex:1;min-width:280px;padding-right:1rem}.hero-title{position:relative;z-index:1}.hero-title>h1{font-weight:600;font-size:2.8rem;line-height:3rem;word-break:break-word;margin-bottom:.2rem;color:#111}.orange-circle{height:4rem;width:4rem;background:var(--orange-gradient);border-radius:999px;position:absolute;right:28%;top:-10%;z-index:-1}.hero-right{width:50em}.image-container{width:100%;height:30rem;overflow:hidden;border-radius:.4rem;background-color:var(--lightBlue);box-shadow:var(--shadow)}.image-container>img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1400px){.hero-container{gap:2.8rem}.hero-right{width:42rem}.hero-title>h1{font-size:3.6rem;line-height:3.9rem}}@media (max-width: 1280px){.hero-container{gap:2.5rem}.hero-left{margin-left:-70px}.hero-right{width:38rem;max-width:55%}.image-container{height:30rem}.hero-title>h1{font-size:3.4rem;line-height:3.8rem}}@media (max-width: 1024px){.hero-container{gap:2rem;align-items:flex-start;padding:0 1.5rem}.hero-left{margin-left:-40px;flex:1 1 50%}.hero-right{width:36rem;max-width:50%}.image-container{height:26rem}.hero-title>h1{font-size:3rem;line-height:3.4rem}}@media (max-width: 768px){.hero-container{flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.hero-left{align-items:center;text-align:center;margin-left:0;padding-right:0}.hero-right{width:90%;max-width:90%;padding:0}.image-container{height:22rem;border-radius:.5rem}.hero-title>h1{font-size:2.6rem;line-height:3rem}.orange-circle{height:3rem;width:3rem;right:40%;top:-15%}}@media (max-width: 576px){.hero-wrapper{padding-top:120px}.hero-container{padding:0 1rem;gap:2rem}.hero-left{gap:1.5rem}.hero-title>h1{font-size:2.3rem;line-height:2.9rem}.hero-right{width:100%;max-width:100%}.image-container{height:18rem;border-radius:.4rem}.orange-circle{height:2.5rem;width:2.5rem;right:38%;top:-12%}}@media (max-width: 400px){.hero-title>h1{font-size:2rem;line-height:2.5rem}.image-container{height:16rem}.orange-circle{height:2.2rem;width:2.2rem;right:36%}}@media (max-width: 320px){.hero-title>h1{font-size:1.8rem;line-height:2.3rem}.image-container{height:14rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.r-wrapper{width:100%;padding:100px 0 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.r-container{width:100%;max-width:1300px;padding:0 1.2rem;display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;box-sizing:border-box}.r-head{width:100%;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.r-head .primaryText{font-size:2rem;font-weight:700;color:#a1862c;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-section{width:100%;position:relative;margin-bottom:2rem}.category-title{font-size:1.5rem;font-weight:600;color:#434446;margin-bottom:1rem;text-align:center;border-left:4px solid #434446;padding-left:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swiper-horizontal{overflow:visible}.r-buttons{position:absolute;top:-3.5rem;right:0;display:flex;gap:1rem;align-items:center}.r-buttons button{font-size:1.2rem;padding:.3rem .8rem;color:#434446;background:#fff;border:1px solid rgba(64,102,255,.2);border-radius:8px;cursor:pointer;transition:all .25s ease-in-out}.r-buttons button:hover{background:#e9f1ff;transform:scale(1.05)}.property-card-container{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:1.2rem}.property-card-inner{width:100%;max-width:360px;background:#fff;border-radius:16px;box-shadow:0 4px 14px #00000014;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;box-sizing:border-box;transition:all .3s ease}.property-card-inner:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}.property-card-inner img{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:12px;margin-bottom:.6rem}.property-card-inner h3,.property-card-inner .card-title{font-size:1.1rem;font-weight:600;color:#222;margin:.4rem 0 .6rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.2;min-height:1.4em}.card-inquiry-btn{background:linear-gradient(90deg,#b69c44,#957818);color:#fff;font-weight:600;padding:.5rem 1.3rem;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;transition:all .3s ease;display:block;text-align:center;margin-top:auto}.card-inquiry-btn:hover{background:linear-gradient(90deg,#aa903b,#8b6f13);transform:scale(1.05);box-shadow:0 4px 12px #4066ff4d}@media (max-width: 992px){.r-wrapper{padding:70px 0 50px}.r-container{gap:1.5rem}.r-buttons{top:-2.5rem;right:.5rem}.property-card-inner img{max-height:180px}}@media (max-width: 768px){.r-wrapper{padding:80px 0 20px}.r-container{padding:0 .8rem;gap:1.2rem}.r-head .primaryText{font-size:1.6rem;white-space:normal}.category-title{border-left:none;padding-left:0}.r-buttons{position:relative;top:0;right:0;margin-top:.8rem;justify-content:center;gap:.6rem}.property-card-inner{max-width:100%;padding:.9rem}.property-card-inner img{max-height:160px}.card-inquiry-btn{font-size:.9rem;padding:.45rem 1.1rem}}@media (max-width: 576px){.r-wrapper{padding:70px 0 15px}.r-head .primaryText{font-size:1.45rem}.category-title{font-size:1.1rem}.property-card-inner img{max-height:140px}.property-card-inner{padding:.8rem}.card-inquiry-btn{font-size:.85rem;padding:.4rem 1rem}}@media (max-width: 400px){.r-wrapper{padding:65px 0 10px}.r-head .primaryText{font-size:1.3rem}.category-title{font-size:1rem}.property-card-inner img{max-height:120px}.property-card-inner{padding:.7rem;border-radius:12px}.card-inquiry-btn{font-size:.8rem;padding:.35rem .9rem}}.r-card{gap:.6rem;border-radius:10px;max-width:max-content;transition:all .3s ease-in;position:relative;z-index:0;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.r-card>svg{position:absolute;top:25px;right:30px;z-index:1;width:24px;height:24px}.r-card>img{width:15rem;height:10rem;border-radius:10px;object-fit:cover}.r-card>:nth-child(3){font-size:1rem;font-weight:600}.r-card>:nth-child(4),.r-card>:nth-child(5){font-size:.7rem;color:#444}.r-card>:nth-child(5){width:15rem;line-height:1.4}@media (max-width: 992px){.r-card{gap:.5rem;max-width:100%;padding:0}.r-card>img{width:100%;height:auto;max-height:180px}.r-card>svg{top:14px;right:12px;width:20px;height:20px}.r-card>:nth-child(3){font-size:.9rem}.r-card>:nth-child(4),.r-card>:nth-child(5){font-size:.6rem}.r-card>:nth-child(5){width:100%}}@media (max-width: 400px){.r-card{gap:.4rem}.r-card>img{max-height:140px}.r-card>svg{top:10px;right:10px;width:18px;height:18px}.r-card>:nth-child(3){font-size:.8rem}.r-card>:nth-child(4),.r-card>:nth-child(5){font-size:.55rem}.r-card>:nth-child(5){width:100%}}.inquiry-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,15,15,.65);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem;box-sizing:border-box}.inquiry-modal{position:relative;background:#fff;border-radius:20px;padding:2.5rem 2.2rem 2rem;width:100%;max-width:420px;box-shadow:0 15px 45px #00000040;text-align:center;animation:popupFade .35s ease;box-sizing:border-box}@keyframes popupFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.inquiry-title{font-size:1.45rem;color:#1a1a1a;margin-bottom:1.2rem;font-weight:600;letter-spacing:.3px}.inquiry-subtext{font-size:.95rem;color:#555;margin-bottom:1.6rem;line-height:1.5}.qr-container{display:flex;justify-content:center;align-items:center;margin-top:8px;margin-bottom:1.8rem}.qr-container canvas{width:210px!important;height:210px!important;border-radius:14px;background:#fff;padding:10px;box-shadow:0 6px 16px #00000026;transition:all .3s ease}.qr-container canvas:hover{transform:scale(1.04);box-shadow:0 8px 18px #0003}.whatsapp-link{display:inline-block;text-decoration:none;color:#fff;background:linear-gradient(90deg,#25d366,#20b859);padding:.85rem 1.8rem;border-radius:10px;font-weight:600;font-size:1rem;letter-spacing:.4px;transition:all .3s ease;box-shadow:0 4px 12px #25d36666}.whatsapp-link:hover{background:linear-gradient(90deg,#20b859,#128c7e);transform:translateY(-3px);box-shadow:0 6px 16px #25d36680}.whatsapp-link:active{transform:translateY(0)}.close-icon-only{position:absolute;top:14px;right:16px;font-size:1.7rem;font-weight:500;color:#444;cursor:pointer;transition:all .25s ease;user-select:none}.close-icon-only:hover{color:#000;text-shadow:0 0 6px black}.close-icon-only:active{transform:scale(.95);text-shadow:none}@media (max-width: 600px){.inquiry-modal{width:92%;padding:2rem 1.4rem 1.6rem}.inquiry-title{font-size:1.2rem}.inquiry-subtext{font-size:.9rem}.qr-container canvas{width:170px!important;height:170px!important}.close-icon-only{font-size:1.4rem;top:10px;right:10px}.whatsapp-link{font-size:.95rem;padding:.65rem 1.4rem}}@media (max-width: 380px){.inquiry-modal{padding:1.4rem 1rem}.qr-container canvas{width:140px!important;height:140px!important}.inquiry-subtext{font-size:.85rem}}.App{position:relative;overflow-x:clip;background-color:#fff}.App>:nth-child(1){background:var(--black);position:relative}.white-gradient{position:absolute;width:20rem;height:20rem;background:rgba(255,255,255,.522);filter:blur(100px);border-radius:100px}.v-wrapper{padding-top:130px;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.v-title{width:100%;text-align:center;margin-bottom:2rem}.v-title .orangeText{font-size:2rem;font-weight:700;color:#a1862c;text-align:center;text-transform:uppercase;letter-spacing:1px}.v-container{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;width:100%;max-width:1300px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.v-container>div{flex:1;min-width:300px}.v-left{display:flex;justify-content:center;align-items:center;width:100%}.v-container .image-container{width:100%;max-width:400px;height:auto;overflow:hidden;border-radius:8px}.v-left img{width:100%;height:100%;object-fit:cover}.v-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}.primaryText{font-size:2rem;font-weight:700;color:#434446}.secondaryText{font-size:.9rem;color:#8c8b8b;text-align:justify}.flats-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;width:100%;align-items:center}.flat-card{display:flex;gap:1rem;background:white;border:.8px solid rgba(128,128,128,.143);border-radius:8px;padding:2rem;box-shadow:var(--shadow);margin-top:2rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;align-items:center;justify-content:center;flex-direction:row}.flat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.flat-image{flex-shrink:0;width:100px;height:100px;overflow:hidden;border-radius:6px}.flat-image img{width:100%;height:100%;object-fit:cover}.flat-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;text-align:center}.flat-info .primaryText{font-size:1.2rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flat-info .secondaryText{font-size:.9rem;color:#787878}.inquiry-btn{display:inline-block;background:linear-gradient(90deg,#b69c44,#957818);color:#fff;font-weight:600;border:none;border-radius:6px;padding:.6rem 1.2rem;margin-top:.5rem;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;font-size:.95rem}.inquiry-btn:hover{background:linear-gradient(90deg,#b69c44,#957818);box-shadow:0 4px 12px #434446;transform:translateY(-2px)}@media (max-width: 1200px){.v-container{gap:1.5rem}.v-title .orangeText,.primaryText{font-size:1.8rem}}@media (max-width: 1024px){.v-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.v-right{align-items:center;text-align:center}.flat-card{flex-direction:column;align-items:center;text-align:center;width:90%;margin:1rem auto}.flat-image{width:80%;height:180px}.flat-info .primaryText{font-size:1rem}.flat-info .secondaryText{font-size:.85rem}}@media (max-width: 768px){.v-wrapper{padding-top:60px}.v-title .orangeText{font-size:1.6rem}.primaryText{font-size:1.5rem}.v-right{align-items:center;text-align:center}.flat-card{width:100%;flex-direction:column;gap:1rem}.flat-image{width:100%;height:160px}.flat-info .primaryText{font-size:1rem}.flat-info .secondaryText{font-size:.85rem}.inquiry-btn{width:100%;font-size:.9rem;padding:.7rem}}@media (max-width: 576px){.v-title .orangeText{font-size:1.4rem}.flat-image{width:100%;height:150px}.flat-info .primaryText{font-size:.95rem}.flat-info .secondaryText{font-size:.8rem}.inquiry-btn{font-size:.85rem;padding:.65rem;width:100%}}@media (max-width: 400px){.v-wrapper{padding-top:40px;padding-left:.5rem;padding-right:.5rem;align-items:center}.v-title{margin-bottom:.8rem;padding:0 .5rem}.v-title .orangeText{font-size:1.2rem;margin:0}.v-container{gap:.8rem;padding:0 .5rem;flex-direction:column;align-items:center}.flat-card{padding:1rem;margin-top:1rem;flex-direction:column;align-items:center;text-align:center}.flat-image{width:100%;height:140px}.flat-info{align-items:center;text-align:center}.flat-info .primaryText{font-size:.9rem}.flat-info .secondaryText{font-size:.8rem}.inquiry-btn{width:100%;font-size:.8rem;padding:.5rem;margin-top:.5rem}}.stats-wrapper{background:#fdfbf2;width:100%;padding:1rem 0}.stats-container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:3rem;text-align:center}.stat{flex:1;min-width:200px;max-width:250px}.stat>span:first-child{font-size:2.5rem;font-weight:700;color:#000;position:relative;display:inline-block}.stat>span:first-child:after{content:"+";color:#000;margin-left:4px;font-weight:700;font-size:2.6rem;position:relative;top:-2px}.stat .secondaryText{font-size:1rem;color:var(--black);margin-top:.3rem}@media (max-width: 1024px){.stats-container{gap:2.5rem}}@media (max-width: 768px){.stats-container{flex-direction:column;gap:2rem}.stat>span:first-child{font-size:2rem}.stat>span:first-child:after{font-size:2.2rem}.stats-wrapper{padding:2.5rem 1rem}}@media (max-width: 480px){.stat{min-width:180px}.stat>span:first-child{font-size:1.8rem}.stat>span:first-child:after{font-size:2rem;top:-1px}.stat .secondaryText{font-size:.95rem}}.contact-wrapper{padding:100px 20px;display:flex;justify-content:center;align-items:center;width:100%;background:#fff;overflow:hidden;flex-direction:column;gap:40px}.contact-container{max-width:1200px;width:100%;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start;text-align:center}.contact-left{flex:1 1 500px;display:flex;flex-direction:column;gap:1.2rem;align-items:center}.section-subtitle{color:#a1862c;font-weight:600;font-size:1rem;text-transform:uppercase}.section-title{font-size:2rem;font-weight:700;color:#222;text-align:center;line-height:1.3}.section-description{font-size:1rem;color:#555;line-height:1.6;max-width:600px;text-align:center}.contact-modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-top:2rem;width:100%}.contact-mode{background-color:#fff;padding:15px;border-radius:12px;box-shadow:#0000001a 0 4px 12px;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.contact-mode:hover{transform:translateY(-5px);box-shadow:#00000026 0 8px 20px}.mode-header{display:flex;flex-direction:column;gap:10px;align-items:center}.mode-header .icon{color:#957818;background:rgba(13,71,161,.08);padding:14px;border-radius:50%}.mode-title{font-weight:600;font-size:1.1rem;color:#222}.mode-info{font-size:.95rem;color:#555}.mode-button{margin-top:15px;text-align:center;display:inline-block;padding:10px 0;background:linear-gradient(90deg,#b69c44,#957818);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;width:100%;transition:background .3s ease,transform .2s ease}.mode-button:hover{transform:scale(1.05)}.contact-right{flex:1 1 400px;display:flex;justify-content:center;align-items:center;height:400px}.contact-right iframe{width:100%;height:100%;border-radius:10px;border:none}@media (max-width: 768px){.contact-wrapper{padding:80px 15px}.section-title{font-size:1.7rem}.section-description{font-size:.95rem;max-width:90%}.contact-modes{grid-template-columns:1fr;gap:20px}.contact-right{height:320px}.mode-title{font-size:1rem}}@media (max-width: 480px){.contact-wrapper{padding:60px 12px;gap:30px}.section-title{font-size:1.5rem}.section-subtitle,.section-description{font-size:.9rem}.contact-modes{gap:15px}.contact-mode{padding:18px}.mode-title{font-size:1rem}.mode-info{font-size:.85rem}.contact-right{height:280px}.mode-button{font-size:.9rem;padding:8px 0}}@media (max-width: 360px){.section-title{font-size:1.3rem}.contact-wrapper{padding:50px 10px;gap:25px}.mode-button{font-size:.85rem}.contact-right{height:250px}}.g-innercontainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;background:#fdfbf2;padding:2rem;border-radius:10px;border:1px solid #fdfbf2;text-align:center;width:100%;max-width:800px;margin:0 auto;box-sizing:border-box;z-index:1}.g-innercontainer .primaryText{color:#000;font-weight:600;font-size:1.5rem;line-height:1.4}.g-innercontainer .secondaryText{color:#000;font-size:1rem;line-height:1.5;max-width:90%}.g-innercontainer .button{background:linear-gradient(90deg,#b69c44,#957818);border:2px solid white;box-shadow:#0000001a 0 4px 12px;border-radius:10px;color:#fff;padding:.8rem 1.6rem;font-size:1rem;cursor:pointer;transition:all .3s ease;width:fit-content;min-width:140px}.g-innercontainer .button:hover{transform:scale(1.05)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:11000;padding:1rem;box-sizing:border-box}.popup-container{background:#ffffff;padding:2.5rem 2rem;border-radius:12px;border:1px solid rgba(0,0,0,.1);width:95%;max-width:600px;box-shadow:0 8px 25px #00000026;color:#131110;text-align:center;display:flex;flex-direction:column;gap:1.5rem;animation:popupFadeIn .3s ease;overflow-y:auto;max-height:90vh;box-sizing:border-box}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-title{color:#434446;font-size:1.6rem;font-weight:600;line-height:1.3}.popup-form.single-column{display:flex;flex-direction:column;gap:1rem;width:100%;text-align:left}.popup-form.single-column label{display:flex;flex-direction:column;font-size:.95rem;color:#333;line-height:1.4}.popup-form.single-column input,.popup-form.single-column textarea{margin-top:.4rem;padding:.75rem .9rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;font-size:.95rem;background:#f9f9f9;color:#131110;outline:none;transition:border-color .2s ease,background .2s ease;width:100%;box-sizing:border-box;resize:none}.popup-form.single-column input:focus,.popup-form.single-column textarea:focus{border-color:#434446;background:#ffffff}.popup-buttons{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-top:1.5rem;width:100%;flex-wrap:nowrap}.form-btn,.close-btn{padding:.8rem 2rem;font-size:1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:150px;text-align:center}.form-btn{background:linear-gradient(90deg,#b69c44,#957818);color:#fff;box-shadow:0 4px 12px #3c4e9740}.form-btn:hover{transform:scale(1.05)}.close-btn{background:#e0e0e0;color:#131110}.close-btn:hover{background:#d5d5d5;transform:scale(1.05)}.popup-container::-webkit-scrollbar{width:8px}.popup-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:6px}@media (max-width: 768px){.popup-container{padding:2rem 1.5rem}.popup-title{font-size:1.4rem}.popup-buttons{flex-wrap:wrap;gap:1rem;justify-content:center}.form-btn,.close-btn{width:45%}}@media (max-width: 480px){.popup-container{width:95%;max-width:100%;padding:1.5rem 1rem;border-radius:10px;box-shadow:0 6px 20px #0000001f;max-height:90vh}.popup-title{font-size:1.2rem;font-weight:600;line-height:1.3}.g-innercontainer{padding:1.5rem 1rem;gap:1rem;width:100%}.g-innercontainer .primaryText{font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.g-innercontainer .secondaryText{font-size:.95rem;line-height:1.5;max-width:95%;margin:0 auto;color:#131110}.popup-form.single-column label{font-size:.9rem}.popup-form.single-column input,.popup-form.single-column textarea{font-size:.9rem;padding:.65rem .8rem}.popup-buttons{flex-direction:column;gap:.7rem;width:100%;margin-top:1rem}.form-btn,.close-btn{width:100%;font-size:.95rem;padding:.7rem 0}.form-btn{box-shadow:0 3px 10px #3c4e9740}}@media (max-width: 360px){.popup-container{padding:1rem .8rem;max-height:85vh}.popup-title{font-size:1rem}.g-innercontainer .primaryText{font-size:1.1rem}.g-innercontainer .secondaryText{font-size:.85rem}.form-btn,.close-btn{font-size:.9rem;padding:.6rem 0}.popup-buttons{gap:.5rem}}.footer{width:100%;background:#fdfbf2;border-top:1px solid #e5d7a8;padding:2rem 1rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.footer-content{text-align:center;max-width:650px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-logo{width:150px}.footer-text{color:#222;font-size:.95rem;line-height:1.6;text-align:center;max-width:500px}.footer-extra{margin-top:1rem;text-align:center}.footer-heading{font-weight:600;font-size:1rem;color:#a1862c;margin-bottom:.3rem}.footer-whatsapp{margin-top:.4rem;font-size:.95rem;color:#222}.footer-whatsapp a{color:#a1862c;font-weight:500;text-decoration:none}.footer-whatsapp a:hover{text-decoration:underline}.wp-icon{color:#25d366;font-size:1rem;margin-right:.4rem;vertical-align:middle}.footer-social{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-top:.5rem}.footer-social a{color:#222;font-size:1.2rem;transition:transform .3s ease,color .3s ease}.footer-social a:hover{transform:scale(1.15);color:#a1862c}.footer-copy{color:#444;font-size:.9rem;margin-top:.5rem;border-top:1px solid rgba(0,0,0,.1);padding-top:.8rem;width:100%}@media (max-width: 480px){.footer{padding:1.5rem 1rem}.footer-logo{width:100px}.footer-text{font-size:.9rem}.footer-copy{font-size:.8rem}.footer-social a{font-size:1.1rem}.footer-whatsapp{font-size:.9rem}.footer-heading{font-size:.95rem}}
