@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#2b2d2d;--primary-text-color: #2b2d2d;--secondary-text-color: #a79c49;--light-color: #f8f9fd;--primary-background-color: #fff;--secondary-background-color: #f0e8e8;--dark-background-color: #1e2228;--font-headings: Lora}*{margin:0;padding:0;box-sizing:border-box}.nav{padding:0 .5rem 0 .9rem;position:sticky;top:0;z-index:100;background:var(--dark-background-color);border:none}.nav .logo{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 0}.nav .logo .propertyType{display:flex;align-items:center;gap:.3rem}.nav .logo .propertyType h1{font-size:1rem;font-weight:600;color:var(--light-color)}.nav .logo a{text-decoration:none}.nav .logo a img{width:5rem;filter:invert(100%) sepia(0%) saturate(2%) hue-rotate(331deg) brightness(108%) contrast(101%)}.nav .logo .mt{padding:.38rem}.nav .logo .mt:focus{border:1px solid transparent;padding:.3rem;border-radius:5px}.nav .logo .menu{display:flex;flex-direction:column}.nav .logo .menu span{width:1.563rem;height:.125rem;background:var(--light-color);transition:all .5s}.nav .logo .menu{gap:5px;border:0}.nav .logo .menu span{display:block;border:0}.nav .logo .menu-collapse{display:flex;flex-direction:column}.nav .logo .menu-collapse span{width:1.563rem;height:.125rem;background:var(--light-color);transition:all .5s}.nav .logo .menu-collapse{margin:.4rem 0 .2rem}.nav .logo .menu-collapse span{border-radius:4px}.nav .logo .menu-collapse span:first-child{transform:rotate(40deg)}.nav .logo .menu-collapse span:nth-child(2){transform:translateY(-2px) rotate(-40deg)}.nav .logo .menu-collapse span:last-child{opacity:0}.nav .nav-list{display:flex;flex-wrap:wrap;-moz-column-gap:1rem;column-gap:1rem;justify-content:center;list-style:none;transition:all .5s;height:5.172rem;border:none;margin-bottom:-1px}.nav .nav-list li{position:relative}.nav .nav-list li>a,.nav .nav-list li .mobile{display:inline-block;text-decoration:none;color:var(--light-color);padding:.2rem;margin:.5rem 0;font-size:.875rem;transition:all .3s;position:relative;cursor:pointer}.nav .nav-list li .property-details,.nav .nav-list .avatar{display:none}.nav .nav-list li{transform:scaleY(1);transition:transform .3s ease-in-out .5s}.nav .nav-list li:nth-child(1){transition-delay:.1s}.nav .nav-list li:nth-child(2){transition-delay:.2s}.nav .nav-list li:nth-child(3){transition-delay:.3s}.nav .nav-list li:nth-child(4){transition-delay:.3s}.nav .nav-list li:nth-child(5){transition-delay:.3s}.nav .nav-list li.request-prop{position:relative}.nav .nav-list li.request-prop .request-property-details{position:absolute;left:4rem;top:2rem;background-color:var(--light-color);list-style:none;display:flex;flex-direction:column;padding:0 1rem;gap:1rem;white-space:nowrap;box-shadow:0 4px 16px #0b113433;border-radius:8px;height:0;overflow:hidden;transition:height .6s,padding .6s;z-index:99999999}.nav .nav-list li.request-prop .request-property-details span{font-size:.8rem;color:var(--primary-text-color);font-weight:500;transform:scaleY(0);transition:transform .2s ease-in-out .5s;transition-delay:0s;cursor:pointer}.nav .nav-list li.request-prop .request-property-details span:hover{color:var(--secondary-text-color)}.nav .nav-list li.request-prop.active .request-property-details{cursor:pointer;height:4.7rem;padding:1rem;z-index:99999999}.nav .nav-list li.request-prop.active .request-property-details a{text-decoration:none}.nav .nav-list li.request-prop.active .request-property-details span{transform:scaleY(1);transition:transform .3s ease-in-out .5s}.nav .nav-list li.request-prop.active .request-property-details span:nth-child(1){transition-delay:.1s}.nav .nav-list li.request-prop.active .request-property-details span:nth-child(2){transition-delay:.2s}.nav .nav-list li .desktop{display:none}.nav .nav-list-collapse{display:flex;flex-wrap:wrap;-moz-column-gap:1rem;column-gap:1rem;justify-content:center;list-style:none;transition:all .5s;height:5.172rem;border:none;margin-bottom:-1px}.nav .nav-list-collapse li{position:relative}.nav .nav-list-collapse li>a,.nav .nav-list-collapse li .mobile{display:inline-block;text-decoration:none;color:var(--light-color);padding:.2rem;margin:.5rem 0;font-size:.875rem;transition:all .3s;position:relative;cursor:pointer}.nav .nav-list-collapse li .property-details,.nav .nav-list-collapse .avatar{display:none}.nav .nav-list-collapse{height:0;overflow:hidden}.nav .nav-list-collapse li{transform:scaleY(0);transition:transform .3s ease-in-out .5s}.nav .nav-list-collapse li a:before{visibility:hidden;height:0}.new-header{position:relative;width:100%;height:100vh;background:url(/hero-image.jpg) center right/cover no-repeat;background-color:#1e2228;display:flex;align-items:center;justify-content:flex-start}.new-header__overlay{width:100%;height:100%;background:#0f172a4d;display:flex;align-items:center}.new-header__content{color:var(--light-color);max-width:600px;margin-left:5%;text-align:left}.new-header__content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.new-header__content p{font-size:1.125rem;margin-bottom:1.5rem}.new-header__content a{background-color:var(--secondary-text-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:1rem;cursor:pointer;transition:background .3s ease;text-decoration:none}.new-header__content a:hover{background-color:#b6b63c}@media (min-width: 768px){.new-header__content{max-width:500px}}@media (min-width: 1280px){.new-header__content{max-width:650px}}@media (max-width: 1024px){.new-header{background-position:center}.new-header__content{margin-left:3%}.new-header__content h1{font-size:2rem}}@media (max-width: 768px){.new-header{height:80vh;background-position:center}.new-header__content h1{font-size:1.75rem}.new-header__content p{font-size:1rem}}@media (max-width: 480px){.new-header{height:70vh}.new-header__content{margin:0 1.5rem}.new-header__content h1{font-size:1.5rem}}.header .title{font-size:1.5rem;font-weight:500;font-family:var(--font-headings);padding:2rem 1.5rem}.header .header-presentation section{position:relative}.header .header-presentation section .skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;border:0;clip:rect(0,0,0,0)}.header .header-presentation section .skip-link:focus-visible{top:0;left:0;border:1px solid var(--dark-background-color);background:#fff;padding:.5rem;width:auto;height:auto;margin:0;clip:unset;text-decoration:none;color:var(--dark-background-color);z-index:900}.header .header-presentation section .header-image{width:100%;height:23.438rem;display:flex;overflow:hidden;position:relative}.header .header-presentation section .header-image img{width:100%;height:100%;display:block;flex-shrink:0;flex-grow:0;transition:all 1.5s}.header .header-presentation section .header-image span{background:#0000001a;display:block;position:absolute;width:100%;left:0;right:0;top:0;bottom:0}.header .header-presentation section .slider-btn{position:absolute;display:flex;flex-direction:column;gap:1rem;top:50%;left:1rem;transform:translateY(-50%)}.header .header-presentation section .slider-btn .circle-container{width:45px;height:45px;background-color:var(--dark-background-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003}.header .header-presentation section .slider-btn .circle-container .circle-button{background:none;border:none;margin-top:.4rem;font-size:1.4rem;color:#fff;cursor:pointer;transition:transform .2s ease}.header .header-presentation section .slider-btn .circle-container .circle-button:hover{transform:scale(1.2)}.header .header-presentation section .slider-btn .circle-container .circle-button:active{transform:scale(1.1)}.header .header-presentation section .slider-index{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.2rem}.header .header-presentation section .slider-index button{width:.5rem;height:.5rem;border-radius:50%;border:0;background:var(--secondary-background-color)}.header .header-presentation .header-text-slider{display:none;position:relative;flex-direction:column;justify-content:center;overflow:hidden}.header .header-presentation .header-text-slider .header-text-wrapper{display:flex;transition:transform .5s ease-in-out;position:relative}.header .header-presentation .header-text-slider .header-text{min-width:100%;position:absolute;opacity:0;padding:3rem 1.5rem;pointer-events:none}.header .header-presentation .header-text-slider .header-text.active{opacity:1;position:relative;pointer-events:auto}.header .header-presentation .header-text-slider .header-text p{font-weight:700}.header .header-presentation .header-text-slider .header-text .desc-head{font-size:1.917rem;margin-bottom:1rem;font-weight:700}.header .header-presentation .header-text-slider .header-text .desc-head span{color:var(--secondary-text-color);font-weight:700}.header .header-presentation .header-text-slider .header-text .buy-now-btn{display:inline-block;text-decoration:none;background:var(--dark-background-color);color:#fff;font-weight:600;padding:.7rem 2rem;border-radius:25px;border:none;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.header .header-presentation .header-text-slider .header-text .buy-now-btn:hover{transform:scale(1.02)}.header .header-presentation .header-text-slider .header-text .buy-now-btn:active{transform:scale(.98)}.header .header-presentation .header-text-slider .header-text.active{opacity:1;position:relative}.main .search-properties{padding:2rem 1.5rem;color:var(--primary-text-color)}.main .search-properties h2{margin-bottom:2.5rem;font-size:1.8rem;font-weight:300;font-family:var(--font-headings);text-align:center}.main .search-properties h2:nth-child(2){display:none}.main .search-properties .target-btn{display:flex;margin-bottom:2rem}.main .search-properties .target-btn button{width:33.3%;background:0;border:0;font-size:1rem;padding-bottom:.5rem;border-bottom:1px solid #f4f4f4}.main .search-properties .target-btn .active{border-bottom:1px solid var(--primary-text-color)}.main .search-properties form input,.main .search-properties form button[type=submit]{display:block;width:100%;border:0;background:none;border-radius:5px;font-size:1rem}.main .search-properties form .input{margin-bottom:.3rem;border:none}.main .search-properties form .input input{border:1px solid var(--primary-text-color);color:var(--primary-text-color);outline:none;box-shadow:none;padding:.8rem}.main .search-properties form .input input:focus{outline:2px solid var(--primary-text-color)}.main .search-properties form .input p{color:#d84141;font-size:.8rem;margin-top:.3rem;letter-spacing:1.5px}.main .search-properties form button[type=submit]{background:var(--primary-text-color);padding:.8rem .6rem;color:var(--light-color)}.main .bespoke-services{background:url(/assets/pattern-BEJKzWPp.jpg);background-attachment:fixed;background-color:#1e2228;padding:4rem 2rem;color:#fff}.main .bespoke-services__title{font-size:2rem;font-weight:400;margin-bottom:3rem;text-align:center;font-family:var(--font-headings);letter-spacing:.5px}.main .bespoke-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.main .bespoke-services__grid .service-card{text-align:center;padding:1.5rem;transition:transform .3s ease;cursor:pointer}.main .bespoke-services__grid .service-card:hover{background-color:var(--dark-background-color);border-radius:0}.main .bespoke-services__grid .service-card__icon{color:var(--secondary-text-color);margin-bottom:1.5rem;font-size:3rem}.main .bespoke-services__grid .service-card__title{font-size:1.1rem;font-weight:500;margin-bottom:.75rem}.main .bespoke-services__grid .service-card__description{font-size:.9rem;color:#c0c5cd;line-height:1.5}@media (min-width: 519px){.main .bespoke-services__grid .service-card:hover{border-radius:1000px}}@media (min-width: 992px){.main .bespoke-services__title{font-size:2.5rem}.main .bespoke-services__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.main .bespoke-services__grid .service-card{padding:1rem}.main .bespoke-services__grid .service-card__description{font-size:.85rem}}@media (min-width: 1280px){.main .bespoke-services__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.main .bespoke-services__grid .service-card{padding:1.5rem}.main .bespoke-services__grid .service-card__description{font-size:.9rem}}.main .services{margin:2rem 1.5rem}.main .services h2{margin-bottom:2rem;font-size:2rem;font-weight:500;font-family:var(--font-headings)}.main .services .grid-container{display:grid;grid-auto-rows:minmax(14rem,auto);grid-gap:1rem}.main .services .grid-container div{border-radius:15px}.main .services .grid-container div .service-item{background:#00000026;height:inherit;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.5rem}.main .services .grid-container div .service-item h3{color:var(--light-color);font-size:1rem;font-weight:700;margin-bottom:.3rem;text-shadow:1px 5px 5px rgb(0,0,0)}.main .services .grid-container div .service-item p{color:var(--light-color);font-size:.8rem;font-weight:500;text-shadow:1px 5px 5px rgb(0,0,0)}.main .services .grid-container div:hover{box-shadow:0 25px 35px #0000001a inset}.footer .container{background:var(--dark-background-color);padding:1.5rem 2rem}.footer .container .row{display:grid;gap:1.5rem}.footer .container .row h4{color:var(--secondary-background-color);border-bottom:solid 2px rgb(24,23,23);padding:0 0 .3rem;display:inline-block;font-family:var(--font-headings)}.footer .container .row .information ul{list-style:none;display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem}.footer .container .row .information ul li a{text-decoration:none;color:var(--light-color);font-size:.8rem;transition:.2s}.footer .container .row .information ul li a:hover{text-decoration:underline;color:var(--secondary-text-color)}.footer .container .row .newsletter form label,.footer .container .row .newsletter form input,.footer .container .row .newsletter form button{display:block;margin-top:.4rem}.footer .container .row .newsletter form label{color:#beb5b5;font-size:.85em;margin-bottom:.8rem;line-height:20px}.footer .container .row .newsletter form input{padding:.5rem 1rem;border:0;border-radius:3px}.footer .container .row .newsletter form button{padding:.3rem .8rem;border:0;border-radius:3px;background-color:var(--primary-text-color);color:var(--secondary-background-color);margin-top:.7rem}.footer .container .row .newsletter form button:hover{background-color:#313030}.footer .container .row .follow-us div{margin-top:.5rem;display:flex;flex-direction:row;gap:.5rem}.footer .container .row .follow-us div a{background-color:var(--secondary-text-color);color:var(--primary-text-color);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.footer .container .row .follow-us div a:hover{background-color:var(--primary-text-color);color:var(--light-color)}.footer .container .row .contact-us div{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.footer .container .row .contact-us div span{font-size:.8rem;color:#beb5b5}.footer .container .footer-base{display:flex;flex-direction:column-reverse;gap:.5rem;align-items:center;margin:3rem 0 0;font-size:.8rem}.footer .container .footer-base a{color:#beb5b5;text-decoration:none}.footer .container .footer-base a:hover{text-decoration:underline}.footer .container .footer-base .copyright{text-align:center;color:var(--secondary-text-color)}.footer .container .footer-base ul{list-style:none;display:flex;gap:.5rem}.alert{padding:.3rem .8rem;position:fixed;z-index:999;top:.5rem;left:50%;transform:translate(-50%);border-radius:3px;background:var(--secondary-text-color);color:var(--secondary-background-color)}.whatsapp{position:fixed;right:2rem;bottom:4rem;display:flex;align-items:center;gap:.5rem;z-index:900}.whatsapp .whatsapp-button{background-color:#22c55e}.whatsapp .whatsapp-button:hover{background-color:#16a34a}.whatsapp span{background-color:#fff;color:#000;padding:.5rem .6rem;border-radius:7px;font-size:12px;box-shadow:0 1px 3px #0000001a}.scroll-top{position:fixed;right:2rem;background:var(--dark-background-color);bottom:7rem;z-index:900}.scroll-top:hover{animation:smooth 1s ease-in-out .2s 1}@keyframes smooth{0%{transform:translateY(-5px)}50%{transform:translateY(7px)}to{transform:translateY(0)}}.scroll-top,.whatsapp-button{font-size:1.2rem;color:#fff;border:none;border-radius:50%;padding:.625rem;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.search-not-found{display:flex;flex-direction:column;height:60vh;align-items:center;justify-content:center;text-align:center;margin-bottom:7rem}.search-not-found .icon{font-size:15rem;color:#f1efef}.search-not-found p{line-height:1.5rem;margin-top:2rem}.pageHeader{background:url(/assets/bginside-5UXyc8lQ.jpg);display:flex;align-items:center;justify-content:space-between;padding:1rem;color:var(--light-color)}.pageHeader h1{font-size:1.3rem;font-family:var(--font-headings);font-weight:500}.pageHeader span{font-size:.87rem}.pageHeader span a{color:var(--secondary-text-color);text-decoration:none}.contact .form-container .background-container{padding:3.25rem 1rem 3.75rem;color:var(--primary-text-color)}.contact .form-container .background-container h1{font-size:1.8rem;font-weight:500;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--primary-text-color);font-family:var(--font-headings)}.contact .form-container .background-container .form-desc{font-size:.85rem;line-height:20px;margin-bottom:3rem}.contact .form-container .background-container form label,.contact .form-container .background-container form input,.contact .form-container .background-container form textarea,.contact .form-container .background-container form button{display:block}.contact .form-container .background-container form input,.contact .form-container .background-container form textarea{width:100%;background:none;border:1px solid var(--primary-text-color);color:var(--primary-text-color);margin-top:.3rem}.contact .form-container .background-container form label{font-size:.7rem;margin-top:1rem}.contact .form-container .background-container form label[for=email]{color:var(--secondary-text-color)}.contact .form-container .background-container form label[for=email] input{border:1px solid var(--secondary-text-color);cursor:pointer}.contact .form-container .background-container form .isSending{border:1px solid var(--primary-text-color);color:var(--primary-text-color);pointer-events:none;padding-right:3rem}.contact .form-container .background-container form button{color:var(--primary-text-color);background:none;padding:.7rem;margin-top:2.5rem;font-weight:700;border-radius:3px;position:relative;overflow:hidden;cursor:pointer;border:none;z-index:1}.contact .form-container .background-container form button span{position:absolute;width:100%;height:100%;top:0;left:0;background-color:transparent;border:1px solid var(--primary-text-color);z-index:-1}.contact .form-container .background-container form button:hover{background:var(--primary-text-color);color:#fff}.contact .form-container .background-container form button:hover span:before{width:100%;background:var(--primary-background-color);transform:translate(-50%,-50%) rotate(60deg);transition:all .5s}.contact .form-container .background-container form input{padding:.7rem}.contact .form-container .background-container form textarea{height:7rem;resize:none;overflow:auto}.contact .form-container .background-container .contact-info{margin-top:4rem}.contact .form-container .background-container .contact-info h4{font-size:1.5rem;font-weight:500;padding-bottom:.5rem;border-bottom:1px solid var(--primary-text-color);margin-bottom:2rem}.contact .form-container .background-container .contact-info .contact-item{margin-bottom:1.5rem}.contact .form-container .background-container .contact-info .contact-item p{font-size:.8rem;line-height:20px;color:var(--primary-text-color)}.contact .form-container .background-container .contact-info .contact-item p span{font-weight:700}.contact .form-container .background-container ul{list-style:none;display:flex;gap:.5rem;border-bottom:1px solid var(--primary-text-color);padding-bottom:3rem}.contact .form-container .background-container ul li a img{width:2rem;transition:.3s}.contact .form-container .background-container ul li a img:hover{transform:scale(1.1)}.about .mission{background:url(/assets/about-CDsv6O3Q.png) center/cover no-repeat;height:35vh;display:flex;align-items:center;justify-content:center}.about .mission .content{background:var(--primary-background-color);padding:1rem;margin:0 3rem;text-align:center}.about .mission .content .title{font-size:.7rem;font-weight:400}.about .mission .content h1{font-weight:600;font-size:1rem}.about .mission .content h1 span{color:var(--secondary-text-color)}.about .body{margin:2rem}.about .body .body-head{font-weight:500;font-size:1.2rem;text-align:justify}.about .body .letlet{margin:2rem auto}.about .body .letlet h3{border-right:none!important}.about .body .sub-heading{margin-bottom:1rem;font-weight:600;font-family:var(--font-headings),serif;font-size:1.2rem}.about .body .property-sale{margin:1rem auto}.about .body .property-sale img{display:none}.about .body .property-sale div h3{font-size:1.2rem}.about .body .property-sale div p{line-height:1.8rem;font-size:1.1rem}.about .body .property-sale div h3{padding-bottom:.5rem;border-bottom:1px solid var(--secondary-text-color)}.about .body .property-sale div p{margin-top:1rem}.about .body .property-rental h3,.about .body .long-lease-developement h3,.about .body .joint-venture-service h3,.about .body .property-valuation h3,.about .body .property-finance h3,.about .body .real-estate-consultation h3,.about .body .three-fold-approach h3,.about .body .excellence-in-action h3,.about .body .staying-ahead h3,.about .body .trusted-partner h3,.about .body .evolving-with-landscape h3{font-size:1.2rem}.about .body .property-rental p,.about .body .long-lease-developement p,.about .body .joint-venture-service p,.about .body .property-valuation p,.about .body .property-finance p,.about .body .real-estate-consultation p,.about .body .three-fold-approach p,.about .body .excellence-in-action p,.about .body .staying-ahead p,.about .body .trusted-partner p,.about .body .evolving-with-landscape p{line-height:1.8rem;font-size:1.1rem}.about .body .property-rental,.about .body .long-lease-developement,.about .body .joint-venture-service,.about .body .property-valuation,.about .body .property-finance,.about .body .real-estate-consultation,.about .body .three-fold-approach,.about .body .excellence-in-action,.about .body .staying-ahead,.about .body .trusted-partner,.about .body .evolving-with-landscape{margin:3rem 0}.about .body .property-rental h3,.about .body .long-lease-developement h3,.about .body .joint-venture-service h3,.about .body .property-valuation h3,.about .body .property-finance h3,.about .body .real-estate-consultation h3,.about .body .three-fold-approach h3,.about .body .excellence-in-action h3,.about .body .staying-ahead h3,.about .body .trusted-partner h3,.about .body .evolving-with-landscape h3{padding-bottom:.5rem;padding-left:.5rem;border-left:2px solid var(--secondary-text-color);display:inline-block}.about .body .property-rental p,.about .body .long-lease-developement p,.about .body .joint-venture-service p,.about .body .property-valuation p,.about .body .property-finance p,.about .body .real-estate-consultation p,.about .body .three-fold-approach p,.about .body .excellence-in-action p,.about .body .staying-ahead p,.about .body .trusted-partner p,.about .body .evolving-with-landscape p{margin-top:1rem}.about .body div:nth-child(2n) h3{padding-right:.5rem;border-right:2px solid var(--secondary-text-color);border-left:0;padding-left:0}.about .body div:nth-child(2n):nth-child(2) h3{padding-right:0;border-right:none}.properties .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:3rem 0;text-align:center}.properties .container span{font-size:15rem}.featuredProperties{padding:2rem 1.5rem}.featuredProperties .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.featuredProperties .head h2{font-size:1.5rem;font-weight:500;font-family:var(--font-headings)}.featuredProperties .head a{text-decoration:none;color:var(--primary-text-color)}.featuredProperties .head a:hover{text-decoration:underline}.featuredProperties .blurImage,.featuredProperties video{width:100%;height:15.5rem;transition:.3s;transition-delay:.2s}.featuredProperties .content .ft{margin-bottom:3rem;text-align:center}.featuredProperties .content .ft .line{border-bottom:1px solid var(--secondary-text-color);width:20%;margin:0 auto;transform:rotate(90deg) translate(-.4rem)}.featuredProperties .content .ft .line+p{margin-top:2.5rem;color:var(--secondary-text-color);font-size:.8rem;font-weight:500;margin-bottom:.3rem}.featuredProperties .content .ft h3{font-weight:500}.featuredProperties .content .ft p{font-size:.8rem}.featuredProperties .content{cursor:pointer}.featuredProperties .content .ft .effect{position:relative;padding:0;margin:0;height:22rem;overflow:hidden;transition:.3s}.featuredProperties .content .ft .effect .det{display:flex;justify-content:space-between;align-items:end;width:100%;bottom:0;position:absolute;background-color:var(--dark-background-color);color:#e0dddd;padding:1.5rem .7rem;transition:.3s;transition-delay:.2s;text-align:start}.featuredProperties .content .ft .effect .det .title{color:var(--secondary-text-color)}.featuredProperties .content .ft .effect .det p{font-size:.7rem;font-weight:500}.featuredProperties .content .ft .effect .det h3{font-weight:400;font-size:.9rem;padding:.2rem 0;font-weight:500}.featuredProperties .content .ft .effect .det button{background-color:var(--secondary-text-color);color:#fff;border:none;padding:.4rem 1rem;height:-moz-fit-content;height:fit-content;font-size:.8rem;cursor:pointer;transition:background .3s ease}.featuredProperties .content .ft .effect .det button:hover{background-color:#b6b63c}.expand-property-details{margin-bottom:3rem}.expand-property-details .back-btn{border:0;background:none;margin:2rem 1rem 1rem;font-size:1rem;display:flex;align-items:center;gap:.3rem;color:var(--primary-text-color);cursor:pointer}.expand-property-details .back-btn span{font-size:1.5rem}.expand-property-details h1{margin:0 1rem 2rem;font-size:1.2rem}.expand-property-details .first{display:none}.expand-property-details .img-exp{position:relative}.expand-property-details .img-exp img,.expand-property-details .img-exp video{width:100%;height:17.566rem}.expand-property-details .img-exp button{position:absolute;top:50%;transform:translateY(-50%);margin:0 1rem;font-size:1.5rem;width:2rem;height:2rem;border-radius:50%;border:0;color:var(--primary-text-color);background:var(--secondary-background-color);cursor:pointer}.expand-property-details .img-exp button:nth-child(2){left:0}.expand-property-details .img-exp button:last-child{right:0}.expand-property-details .img-det{padding:2rem 1rem 0;border-radius:15px 15px 0 0;transform:translateY(-.8rem);background:#fff}.expand-property-details .img-det h2{font-size:1.5rem;font-weight:600}.expand-property-details .img-det .bath{margin-top:1rem;display:flex;gap:2rem}.expand-property-details .img-det .bath .bt>span{display:block}.expand-property-details .img-det .bath .bt>span:first-child{color:var(--secondary-text-color);font-weight:500}.expand-property-details .img-det .bath .bt>span:last-child{font-size:1.5rem}.expand-property-details .img-det .bath .bt>span abbr{font-size:1rem;border:none;text-decoration:none;cursor:help}.expand-property-details .subtitle{margin:0 1rem;border-top:1px solid #ddd;padding-top:1rem}.expand-property-details .adr{margin:0 1rem;padding-top:1rem}.expand-property-details .adr h3{font-weight:600;margin-bottom:.5rem}.expand-property-details .adr p{font-size:.9rem;display:flex;gap:.3rem;align-items:center;line-height:1.2rem}.expand-property-details .adr p span{font-weight:600;font-size:1.1rem}.expand-property-details .agent-profile{margin-top:1.5rem;display:flex;align-items:center;gap:1rem}.expand-property-details .agent-profile .agent-pic{width:58px;height:58px}.expand-property-details .agent-profile .desktop{display:none}.expand-property-details .agent-profile div h2{font-size:.875rem;font-weight:500;margin:0}.expand-property-details .agent-profile div p{font-weight:400;font-size:.75rem;margin:0;padding:0}.expand-property-details .suit{margin:2rem 1rem 0}.expand-property-details .suit ul{list-style:none;margin-top:1rem;display:flex;gap:.4rem;flex-wrap:wrap}.expand-property-details .suit ul li{display:flex;gap:.2rem;align-items:center}.expand-property-details .suit ul li .icon{color:var(--secondary-text-color)}.expand-property-details .grid-cont{padding:2rem 1rem;margin:1rem 0}.expand-property-details .grid-cont .contact-agent{box-shadow:0 4px 16px #0b113433;padding:1rem;border-radius:8px}.expand-property-details .grid-cont .contact-agent h3{font-size:1.1rem;font-weight:600}.expand-property-details .grid-cont .contact-agent img{display:none}.expand-property-details .grid-cont .contact-agent .contact{display:flex;flex-direction:row;gap:1rem;text-align:center;margin:1rem 0 .5rem}.expand-property-details .grid-cont .contact-agent .contact a{width:50%;padding:.5rem 0;color:var(--light-color);border-radius:8px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer}.expand-property-details .grid-cont .contact-agent .contact a:first-child{background:#216bff}.expand-property-details .grid-cont .contact-agent .contact a:last-child{background:#25d366}.expand-property-details .grid-cont p{margin-top:2rem;font-size:1.2rem;font-weight:500}.expand-property-details .grid-cont .suit{margin:2rem 0 0}.expand-property-details .grid-cont .suit ul{list-style:none;margin-top:1rem;display:flex;gap:.4rem;flex-wrap:wrap}.expand-property-details .grid-cont .suit ul li{display:flex;gap:.2rem;align-items:center}.expand-property-details .grid-cont .suit ul li .icon{color:var(--secondary-text-color)}.service-page{cursor:pointer}.service-page img,.service-page video{width:100%;height:11.25rem}.service-page .input{padding:1rem 0;margin-bottom:2rem;box-shadow:0 4px 16px #0b113433}.service-page .input h1{display:none;font-family:var(--font-headings)}.service-page .input .delete-prop{display:block;margin:0 1rem 1rem;font-size:1.3rem}.service-page .input input{display:block;width:calc(100% - 2rem);padding:.7rem;margin:.2rem 1rem;border:none;border-radius:8px;background-color:#f3f4f6}.service-page .input input:focus{outline:2px solid var(--secondary-text-color);background-color:#fff}.service-page .bread-drop .custom-drop{margin:0 0 2rem 1rem;font-size:.75rem;width:220px}.service-page .bread-drop .custom-drop div{padding:.3rem}.service-page .bread-drop .property-type-breadcrumb ul{margin:0 1rem 1rem;list-style:none;display:flex;gap:.5rem;color:#b6adad;font-size:.9rem;font-weight:600}.service-page .bread-drop .property-type-breadcrumb ul li{cursor:pointer;border-left:1px solid var(--secondary-text-color);padding-left:2px;border-radius:3px}.service-page .bread-drop .property-type-breadcrumb ul .icon{color:var(--secondary-text-color)}.service-page .bread-drop input{display:none}.service-page .content .ft{margin-bottom:3rem;text-align:center}.service-page .content .ft .line{border-bottom:1px solid var(--secondary-text-color);width:20%;margin:0 auto;transform:rotate(90deg) translate(-.4rem)}.service-page .content .ft .line+p{margin-top:2.5rem;color:var(--secondary-text-color);font-size:.8rem;font-weight:500;margin-bottom:.3rem}.service-page .content .ft h3{font-weight:500}.service-page .content .ft p{font-size:.8rem}.service-page .content{margin:0 1rem 3rem;display:grid;gap:1rem}.service-page .content .ft{padding:.7rem;border-radius:16px;box-shadow:0 4px 16px #0b113433;text-align:start}.service-page .content .ft img,.service-page .content .ft video{border-radius:6px;margin-bottom:1rem}.service-page .content .ft .check hr,.service-page .content .ft .check .img-det{display:none}.service-page .content .ft .check h3{font-size:.8rem;font-weight:600}.service-page .content .ft .check .cal{margin:.5rem 0}.service-page .content .ft .check .price{font-weight:500;font-size:1rem;margin-top:.5rem}.service-page .content .ft .check .title{font-size:.7rem}.service-page .content .ft .pric{display:none}.service-page .content .new-property-card{background:#fff;border-radius:.5rem;box-shadow:0 4px 5px #0b113433;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;cursor:pointer}.service-page .content .new-property-card:hover{transform:translateY(-4px)}.service-page .content .new-property-card__image img{width:100%;height:11.25rem;-o-object-fit:cover;object-fit:cover}.service-page .content .new-property-card__content{padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:.2rem}.service-page .content .new-property-card__content .icon{color:var(--secondary-text-color)}.service-page .content .new-property-card__title{font-size:1rem;font-weight:600;color:#1e1e1e;font-family:var(--font-headings)}.service-page .content .new-property-card__price{font-weight:500;color:var(--secondary-text-color);font-size:.875rem;font-weight:600}.service-page .content .new-property-card__details{display:flex;align-items:center;gap:.2rem;font-size:.875rem}.service-page .content .new-property-card__details span{margin-right:.25rem;font-size:.75rem}.service-page .content .new-property-card__location{font-size:.85rem}.service-page .pagination{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.service-page .pagination button{background:transparent;border:1px solid #ccc;padding:.4rem .8rem;border-radius:5px;cursor:pointer;transition:all .3s ease}.service-page .pagination button:hover:not(:disabled){background:var(--dark-background-color);color:var(--light-color)}.service-page .pagination button.active{background:var(--dark-background-color);color:var(--light-color);border-color:var(--dark-background-color)}.service-page .pagination button:disabled{opacity:.4;cursor:not-allowed}.page-not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;height:88vh}@media screen and (min-width: 768px){.nav{box-shadow:0 0 30px #00000014;padding:0 1.5rem}.nav .logo .propertyType{gap:.8rem}.nav .logo a img{width:7rem}.header .title{font-size:2.5rem}.header .header-presentation{display:flex;flex-direction:row-reverse}.header .header-presentation section{height:37.293rem;padding:0 2rem}.header .header-presentation section .header-image{height:100%;border-radius:20px}.header .header-presentation section .slider-index{bottom:1.5rem}.header .header-presentation .header-text-slider{position:relative;flex-direction:column;justify-content:center;overflow:hidden}.header .header-presentation .header-text-slider .header-text-wrapper{display:flex;transition:transform .5s ease-in-out;position:relative}.header .header-presentation .header-text-slider .header-text{width:50%}.header .header-presentation .header-text-slider .header-text .desc-head{font-size:2rem;font-weight:700;line-height:3.125rem}.main .search-properties{padding:1.5rem}.main .search-properties h2{margin-bottom:2rem}.main .search-properties form{display:flex;gap:1rem}.main .search-properties form input,.main .search-properties form button[type=submit]{display:inline;width:auto}.main .search-properties form .input{width:80%}.main .search-properties form .input input{width:100%;margin-bottom:0}.main .search-properties form button[type=submit]{width:20%;background:var(--light-color);color:var(--primary-text-color);padding:0;height:3rem}.main .services{margin:4rem 2rem}.main .services h2{font-size:2.5rem}.main .services .grid-container{grid-template-columns:repeat(2,1fr)}.main .services .grid-container div .service-item{border-radius:18px}.main .services .grid-container div:first-child{grid-row:1/3}.main .services .grid-container div:nth-child(3){grid-row:2/4}.main .services .grid-container div:nth-child(4){grid-row:3/5}.main .services .grid-container div:last-child{grid-column:2/3}.whatsapp{bottom:1.5rem}.scroll-top{bottom:5rem}.scroll-top,.whatsapp-button{font-size:1.5rem;padding:.7rem;width:3rem;height:3rem}.pageHeader{padding:1.5rem 3rem}.pageHeader h1{font-size:1.8rem}.contact .form-container .background-container{padding:6.25rem 2rem 3.75rem 3rem}.contact .form-container .background-container .form-desc{font-size:1rem}.contact .form-container .background-container form div{display:flex;gap:2rem}.contact .form-container .background-container form div label{width:50%}.contact .form-container .background-container form input,.contact .form-container .background-container form textarea{margin-top:.4rem;font-size:.9rem}.contact .form-container .background-container form label{font-size:.8rem;margin-top:1.3rem}.contact .form-container .background-container form button{padding:.9rem}.contact .form-container .background-container form textarea{height:8rem}.about .mission{height:50vh}.about .mission .content{padding:2rem;margin:0 7rem}.about .mission .content .title{font-size:1rem}.about .mission .content h1{font-size:1.2rem}.about .body{margin:4rem}.about .body .body-head{font-size:1.3rem}.about .body .property-sale div h3{font-size:1.4rem;font-weight:500}.about .body .property-sale div p{font-size:1.18rem}.about .body .property-rental h3,.about .body .long-lease-developement h3,.about .body .joint-venture-service h3,.about .body .property-valuation h3,.about .body .property-finance h3,.about .body .real-estate-consultation h3,.about .body .three-fold-approach h3,.about .body .excellence-in-action h3,.about .body .staying-ahead h3,.about .body .trusted-partner h3,.about .body .evolving-with-landscape h3{font-size:1.4rem;font-weight:500}.about .body .property-rental p,.about .body .long-lease-developement p,.about .body .joint-venture-service p,.about .body .property-valuation p,.about .body .property-finance p,.about .body .real-estate-consultation p,.about .body .three-fold-approach p,.about .body .excellence-in-action p,.about .body .staying-ahead p,.about .body .trusted-partner p,.about .body .evolving-with-landscape p{font-size:1.18rem}.featuredProperties{padding:5rem 2rem}.featuredProperties .head h2{font-size:2.5rem}.featuredProperties .content .ft{margin-bottom:4rem}.featuredProperties .content .ft .line{width:10%}.featuredProperties .content .ft .line+p{font-size:1rem}.featuredProperties .content .ft .line h3{font-weight:500;font-size:1.5rem}.featuredProperties .content .ft .line p{font-size:1rem}.expand-property-details .back-btn{margin:2rem 1rem 1rem 1.5rem;font-size:1.3rem}.expand-property-details .back-btn span{font-size:2rem}.expand-property-details h1{margin:0 1rem 2rem 1.5rem;font-size:1.8rem;font-weight:600}.expand-property-details .img-exp img,.expand-property-details .img-exp video{height:25.566rem}.expand-property-details .img-exp button{margin:0 1.2rem;font-size:2rem;width:3rem;height:3rem}.expand-property-details .img-det{padding:1rem 0 0;display:flex;align-items:center}.expand-property-details .img-det h2{font-size:1.8rem;width:55%;padding:2rem 0 1rem 1.5rem;border-right:1px solid #ddd}.expand-property-details .img-det .bath{padding:2rem 1rem 1rem 2rem;margin-top:0}.expand-property-details .img-det .bath .bt span:first-child{font-size:1.1rem}.expand-property-details .img-det .bath .bt span:last-child{font-size:1.8rem}.expand-property-details .subtitle{margin:0 1.5rem;font-size:1.02rem}.expand-property-details .adr{margin:0 1.5rem;padding-top:2rem}.expand-property-details .adr h3{margin-bottom:1rem;font-size:1.4rem}.expand-property-details .adr p{font-size:1.1rem}.expand-property-details .adr p span{font-weight:600}.service-page .input{padding:1.3rem 0;margin:1rem 0;box-shadow:none}.service-page .input .delete-prop{display:block;margin:0 2rem 2rem;font-size:2rem}.service-page .input input{width:calc(100% - 4rem);padding:1rem;margin:.2rem 2rem}.service-page .bread-drop{display:flex;justify-content:space-between;align-items:center;margin:0rem 3rem 3rem}.service-page .bread-drop .property-type-breadcrumb ul{gap:.9rem;font-size:.875rem;margin:0}.service-page .bread-drop .property-type-breadcrumb ul li{border:1px solid #b6adad;padding:.3rem .5rem;border-radius:3px}.service-page .bread-drop .custom-drop{margin:0;font-size:.875rem;width:230px}.service-page .bread-drop .custom-drop div{padding:.5rem}.service-page .content .ft{margin-bottom:4rem}.service-page .content .ft .line{width:10%}.service-page .content .ft .line+p{font-size:1rem}.service-page .content .ft .line h3{font-weight:500;font-size:1.5rem}.service-page .content .ft .line p{font-size:1rem}.service-page .content{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}.service-page .content .ft{margin-bottom:0;display:flex;gap:1rem;padding:1rem}.service-page .content .ft img,.service-page .content .ft video{width:30%;height:13.125rem;margin-bottom:0}.service-page .content .ft .ct{width:70%;display:flex;flex-direction:column;justify-content:space-between}.service-page .content .ft .ct .check{display:grid;grid-template-columns:55% 0 45%;gap:1.5rem}.service-page .content .ft .ct .check .ck h3{line-height:1.2rem}.service-page .content .ft .ct .check .ck .price{display:none}.service-page .content .ft .ct .check hr{display:block;width:1px;border:none;background-color:var(--secondary-text-color)}.service-page .content .ft .ct .check .img-det{display:block}.service-page .content .ft .ct .check .img-det .bath{display:flex;flex-direction:column;gap:1rem}.service-page .content .ft .ct .check .img-det .bath .bt{display:flex;flex-direction:column;gap:.5rem}.service-page .content .ft .ct .check .img-det .bath .bt span:last-child{color:var(--secondary-text-color)}.service-page .content .ft .ct .pric{display:block;font-weight:500;font-size:1.3rem}}@media screen and (min-width: 992px){.nav{display:flex;padding:.5rem 3rem .5rem 2.2rem;justify-content:space-between;align-items:center;margin-bottom:0}.nav.is-header{position:fixed;width:100%;background:transparent;transition:background-color .5s ease,box-shadow .5s ease,backdrop-filter .5s ease,transform .4s ease;will-change:background-color,backdrop-filter,box-shadow}.nav.scrolled{background:var(--dark-background-color);box-shadow:0 8px 20px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav .logo{display:block;border-bottom:0;padding:0}.nav .logo .menu,.nav .logo .menu-collapse,.nav .logo .propertyType{display:none}.nav .nav-list{display:flex;height:auto;justify-content:space-between;align-items:center}.nav .nav-list li>a{padding:.2rem .4rem;font-size:.9rem;border-top:1px solid transparent;border-bottom:1px solid transparent}.nav .nav-list li>a:hover{color:var(--light-color)}.nav .nav-list li>a:before{content:"";position:absolute;left:0;width:100%;height:1px;background-color:var(--secondary-text-color);transform:scaleX(0);transition:all .5s;transform-origin:left;top:0}.nav .nav-list li>a:after{content:"";position:absolute;left:0;width:100%;height:1px;background-color:var(--secondary-text-color);transform:scaleX(0);transition:all .5s;transform-origin:right;bottom:0}.nav .nav-list li>a:hover:after{transform:scaleX(1)}.nav .nav-list li .mobile{display:none}.nav .nav-list li .desktop{display:flex}.nav .nav-list li .active{border-color:var(--secondary-text-color);color:var(--secondary-text-color)}.nav .nav-list li:hover .active{border-color:transparent}.nav .nav-list li.view-prop,.nav .nav-list li.request-prop{position:relative}.nav .nav-list li.view-prop .property-details,.nav .nav-list li.view-prop .request-property-details,.nav .nav-list li.view-prop .sale-prop,.nav .nav-list li.request-prop .property-details,.nav .nav-list li.request-prop .request-property-details,.nav .nav-list li.request-prop .sale-prop{position:absolute;left:-1rem;background-color:var(--light-color);list-style:none;display:flex;flex-direction:column;padding:0 1rem;gap:1rem;white-space:nowrap;box-shadow:0 4px 5px #0b113433;border-radius:8px;height:0;transition:.6s}.nav .nav-list li.view-prop .property-details span,.nav .nav-list li.view-prop .request-property-details span,.nav .nav-list li.view-prop .sale-prop span,.nav .nav-list li.request-prop .property-details span,.nav .nav-list li.request-prop .request-property-details span,.nav .nav-list li.request-prop .sale-prop span{font-size:.8rem;color:var(--primary-text-color);font-weight:500;transform:scaleY(0);transition:transform .2s ease-in-out .5s;transition-delay:0s;cursor:pointer}.nav .nav-list li.view-prop .property-details span:hover,.nav .nav-list li.view-prop .request-property-details span:hover,.nav .nav-list li.view-prop .sale-prop span:hover,.nav .nav-list li.request-prop .property-details span:hover,.nav .nav-list li.request-prop .request-property-details span:hover,.nav .nav-list li.request-prop .sale-prop span:hover{color:var(--secondary-text-color)}.nav .nav-list li.view-prop .sale-prop,.nav .nav-list li.request-prop .sale-prop{left:100%;top:0;height:auto;padding:1rem}.nav .nav-list li.view-prop:hover .property-details,.nav .nav-list li.request-prop:hover .property-details{height:11rem;padding:1rem}.nav .nav-list li.view-prop:hover .property-details span,.nav .nav-list li.request-prop:hover .property-details span{transform:scaleY(1);transition:transform .3s ease-in-out .5s}.nav .nav-list li.view-prop:hover .property-details span:nth-child(1),.nav .nav-list li.request-prop:hover .property-details span:nth-child(1){transition-delay:.1s}.nav .nav-list li.view-prop:hover .property-details span:nth-child(2),.nav .nav-list li.request-prop:hover .property-details span:nth-child(2){transition-delay:.2s}.nav .nav-list li.view-prop:hover .property-details span:nth-child(3),.nav .nav-list li.request-prop:hover .property-details span:nth-child(3){transition-delay:.3s}.nav .nav-list li.view-prop:hover .property-details span:nth-child(4),.nav .nav-list li.request-prop:hover .property-details span:nth-child(4){transition-delay:.3s}.nav .nav-list li.view-prop:hover .property-details span:nth-child(5),.nav .nav-list li.request-prop:hover .property-details span:nth-child(5){transition-delay:.3s}.nav .nav-list li.view-prop:hover .request-property-details,.nav .nav-list li.request-prop:hover .request-property-details{height:4.7rem;padding:1rem;top:3rem}.nav .nav-list li.view-prop:hover .request-property-details a,.nav .nav-list li.request-prop:hover .request-property-details a{text-decoration:none}.nav .nav-list li.view-prop:hover .request-property-details span,.nav .nav-list li.request-prop:hover .request-property-details span{transform:scaleY(1);transition:transform .3s ease-in-out .5s}.nav .nav-list li.view-prop:hover .request-property-details span:nth-child(1),.nav .nav-list li.request-prop:hover .request-property-details span:nth-child(1){transition-delay:.1s}.nav .nav-list li.view-prop:hover .request-property-details span:nth-child(2),.nav .nav-list li.request-prop:hover .request-property-details span:nth-child(2){transition-delay:.2s}.nav .nav-list>li:last-child a{border-radius:45px;background:#21354780;color:var(--secondary-text-color);font-weight:500;font-size:.875rem;padding:.5rem 1rem}.nav .nav-list>li:last-child a:before,.nav .nav-list>li:last-child a:after{display:none}.nav .nav-list>li:last-child a:hover{transform:scale(1.05);color:var(--light-color)}.nav .nav-list .avatar{display:block}.header{padding:0rem 2rem 2rem;background-color:#fcfbfb}.header .title{padding:0 0 2rem}.header .header-presentation{align-items:center;gap:1rem}.header .header-presentation section{width:68.5%;height:80vh;padding:0}.header .header-presentation section .header-image{height:80vh}.header .header-presentation section .slider-index{bottom:1.5rem}.header .header-presentation section .slider-btn .circle-container{width:40px;height:40px}.header .header-presentation section .slider-btn .circle-container .circle-button{margin-top:.3rem;font-size:1.2rem}.header .header-presentation .header-text-slider{width:31.5%;height:80vh;display:flex;justify-content:space-between;gap:1rem}.header .header-presentation .header-text-slider .header-text-wrapper{border-radius:15px}.header .header-presentation .header-text-slider .header-text-wrapper .header-text{padding:1.5em;display:flex;flex-direction:column;justify-content:space-between;color:var(--primary-text-color)}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .desc-head{font-size:1.1rem;font-weight:400;line-height:normal}.header .header-presentation .header-text-slider .header-text-wrapper .header-text h2{font-weight:400;font-size:1rem;margin:0}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .loc{font-size:.875rem;margin-bottom:.3rem}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .buy-now-btn{width:-moz-fit-content;width:fit-content;padding:.9rem 2.5rem}.header .header-presentation .header-text-slider .header-text-wrapper:first-child{background-color:var(--dark-background-color);height:42%}.header .header-presentation .header-text-slider .header-text-wrapper:first-child .header-text .desc-head,.header .header-presentation .header-text-slider .header-text-wrapper:first-child .header-text h2{color:var(--light-color)}.header .header-presentation .header-text-slider .header-text-wrapper:first-child .header-text hr{border:none;border-top:1px solid #808080}.header .header-presentation .header-text-slider .header-text-wrapper:first-child .header-text .buy-now-btn{padding:.9rem 2.5rem;background-color:var(--dark-background-color)}.header .header-presentation .header-text-slider .header-text-wrapper:last-child{background-color:#e9e9e9;height:58%}.header .header-presentation .header-text-slider .header-text-wrapper:last-child .header-text{padding:1.5rem}.header .header-presentation .header-text-slider .header-text-wrapper:last-child .desc-head{font-size:1rem;font-weight:500;line-height:1.6rem}.header .header-presentation .header-text-slider .header-text-wrapper:last-child .buy-now-btn{border-radius:0;padding:.7rem 1.8rem}.main .search-cont{background-color:#fcfbfb}.main .search-cont .search-properties{display:flex;flex-direction:row-reverse;align-items:center;gap:4rem;margin:0 4rem;padding:1.5rem 1rem 1rem;box-shadow:0 1px 3px #0000001f,0 4px 6px #00000014;border-radius:15px;background-color:var(--primary-background-color);transform:translateY(-5rem)}.main .search-cont .search-properties h2{width:40%;margin-bottom:.5rem;font-size:.875rem;font-family:Montserrat;font-weight:500;text-align:start;line-height:1.2rem;letter-spacing:1px}.main .search-cont .search-properties h2:nth-child(2){display:inline}.main .search-cont .search-properties h2:first-child{display:none}.main .search-cont .search-properties h2 span{color:var(--secondary-text-color);font-weight:700}.main .search-cont .search-properties .search-content{width:60%}.main .search-cont .search-properties form{display:flex;gap:1rem}.main .search-cont .search-properties form input,.main .search-cont .search-properties form button[type=submit]{display:inline;width:auto}.main .search-cont .search-properties form .input{width:80%}.main .search-cont .search-properties form .input input{width:100%}.main .search-cont .search-properties form button[type=submit]{width:20%;background:var(--dark-background-color);padding:0;height:3rem;color:var(--light-color)}.main .services{margin:7rem 3rem}.main .services .grid-container{grid-template-columns:repeat(4,1fr);grid-gap:1rem}.main .services .grid-container div .service-item{border-radius:18px}.main .services .grid-container div:first-child{grid-column:1/2;grid-row:1/3}.main .services .grid-container div:nth-child(2){grid-column:2/4;grid-row:1/2}.main .services .grid-container div:last-child{grid-column:4/5;grid-row:1/3}.main .services .grid-container div:nth-child(4){grid-column:2/3;grid-row:2/3}.main .services .grid-container div:nth-child(3){grid-column:3/4;grid-row:2/3}.footer .container{padding:1.5rem 3rem}.footer .container .row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem}.footer .container .row h4{border-bottom:solid 2px rgb(17,14,14);border-left:none;padding:0 0 .5rem;display:block;font-weight:400;font-size:1.2rem}.footer .container .row .newsletter form{margin-top:.5rem}.footer .container .row .newsletter form label{font-size:.75em;margin-bottom:2rem}.footer .container .row .newsletter form input{width:98%;padding:.7rem}.footer .container .row .newsletter form button{width:98%;padding:.7rem 1rem;margin-top:1.5rem}.footer .container .row .follow-us div a img{width:2.5rem}.footer .container .row .contact-us div{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.footer .container .row .contact-us div span{font-size:.8rem;line-height:.8rem}.footer .container .footer-base{width:80%;flex-direction:row;gap:0;justify-content:space-between;font-size:.9rem}.footer .container .footer-base ul{gap:1rem}.pageHeader{padding:2rem}.pageHeader h1{font-size:2.5rem;font-weight:500}.pageHeader span{font-size:.9rem}.contact .form-container .background-container{padding:6.25rem 6.5rem 3.75rem}.contact .form-container .background-container .ct{display:flex;gap:8rem;border-bottom:1px solid var(--primary-text-color);padding-bottom:5rem}.contact .form-container .background-container .ct .form{width:63%}.contact .form-container .background-container .ct .form-desc{margin-bottom:0;font-size:.9rem}.contact .form-container .background-container .ct form textarea{height:7rem}.contact .form-container .background-container .ct .contact-info{margin-top:.9rem}.contact .form-container .background-container .ct .contact-info h4{font-size:1.1rem;font-weight:400;margin-top:.5rem}.contact .form-container .background-container .ct .contact-info .contact-item{margin-bottom:1.5rem}.contact .form-container .background-container .ct .contact-info .contact-item p{font-size:.9rem;line-height:1.5rem}.contact .form-container .background-container .ct .contact-info .contact-item p span{font-weight:400}.contact .form-container .background-container ul{border:0;padding-top:2rem}.contact .form-container .background-container ul li a img{width:2.5rem}.about .mission{height:100vh}.about .mission .overlay{width:100%;height:100%;background:#0f172acc;display:flex;align-items:center}.about .mission .content{padding:4rem;margin:0 15rem}.about .mission .content .title{font-size:1rem}.about .mission .content h1{font-size:2.5rem}.about .body{margin:5rem}.about .body .body-head{font-size:1.1rem;font-weight:400;text-align:start}.about .body .letlet{margin:3rem auto}.about .body .sub-heading{margin-bottom:3rem;font-size:2rem}.about .body .property-sale{display:flex;gap:5rem;width:90%;margin:2rem auto}.about .body .property-sale img{display:block;width:35%;box-shadow:0 0 15px #000000b3}.about .body .property-sale div h3{font-size:2rem;font-weight:500}.about .body .property-sale div p{line-height:2rem;font-size:1rem}.about .body .property-sale div h3{padding-bottom:1rem}.about .body .property-sale div p{margin-top:3rem}.about .body .property-rental h3,.about .body .long-lease-developement h3,.about .body .joint-venture-service h3,.about .body .property-valuation h3,.about .body .property-finance h3,.about .body .real-estate-consultation h3,.about .body .three-fold-approach h3,.about .body .excellence-in-action h3,.about .body .staying-ahead h3,.about .body .trusted-partner h3,.about .body .evolving-with-landscape h3{font-size:2rem;font-weight:500}.about .body .property-rental p,.about .body .long-lease-developement p,.about .body .joint-venture-service p,.about .body .property-valuation p,.about .body .property-finance p,.about .body .real-estate-consultation p,.about .body .three-fold-approach p,.about .body .excellence-in-action p,.about .body .staying-ahead p,.about .body .trusted-partner p,.about .body .evolving-with-landscape p{line-height:2rem;font-size:1rem}.about .body .property-rental,.about .body .long-lease-developement,.about .body .joint-venture-service,.about .body .property-valuation,.about .body .property-finance,.about .body .real-estate-consultation,.about .body .three-fold-approach,.about .body .excellence-in-action,.about .body .staying-ahead,.about .body .trusted-partner,.about .body .evolving-with-landscape{margin:2rem 4rem}.featuredProperties{padding:3.5rem 2rem 7rem;background-color:#fcfbfb}.featuredProperties .content{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.featuredProperties .content .ft{margin-bottom:0}.featuredProperties .content .ft img,.featuredProperties .content .ft video{height:15.5rem}.featuredProperties .content .ft .line{width:20%}.featuredProperties .content .ft .line+p{font-size:.8rem}.featuredProperties .content .ft .effect{height:15.5rem}.expand-property-details{width:calc(100% - 4.5rem);margin:0 auto}.expand-property-details .back-btn{margin:2rem 0 1rem;font-size:1.3rem}.expand-property-details .back-btn span{font-size:2rem}.expand-property-details h1{margin:0 0 2rem;font-size:1.8rem;font-weight:600;font-family:var(--font-headings)}.expand-property-details .container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;margin-bottom:5rem}.expand-property-details .container .grid-cont1{grid-column:1/4}.expand-property-details .container .grid-cont1 .img-exp-cont{display:flex;gap:1rem}.expand-property-details .container .grid-cont1 .img-exp-cont .first{display:flex;flex-direction:column;gap:1rem;width:30%}.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd{box-shadow:0 4px 16px #0b113433;padding:1rem 0;border-radius:5px;font-size:.875rem}.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd h2{font-family:var(--font-headings);font-size:1rem;border-bottom:1px solid #dad5d5;padding:0 1rem .5rem;margin-bottom:.5rem}.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd .price{font-size:1rem;padding:0 1rem;font-weight:700;margin:1rem 0}.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd .last{padding:0 1rem;font-weight:500;margin-bottom:.5rem}.expand-property-details .container .grid-cont1 .img-exp-cont .first .last-childd{width:auto;height:100%}.expand-property-details .container .grid-cont1 .img-exp-cont .first .last-childd img,.expand-property-details .container .grid-cont1 .img-exp-cont .first .last-childd video{border-radius:5px;height:100%}.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp{width:70%}.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp img,.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp video{height:22.85rem;border-radius:5px}.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp button{margin:0 1.2rem;font-size:2rem;width:3rem;height:3rem}.expand-property-details .container .grid-cont1 .img-det{padding:.5rem 0;transform:translateY(0);display:flex;align-items:center}.expand-property-details .container .grid-cont1 .img-det h2{font-size:1.8rem;width:55%;padding:2rem 0 1rem 1.5rem;border-right:1px solid #ddd}.expand-property-details .container .grid-cont1 .img-det .bath{padding:2rem 1rem 1rem 2rem;margin-top:0}.expand-property-details .container .grid-cont1 .img-det .bath .bt span:first-child{font-size:1.1rem}.expand-property-details .container .grid-cont1 .img-det .bath .bt span:last-child{font-size:1.8rem}.expand-property-details .container .grid-cont1 .adr h3{margin-bottom:1rem;font-size:1.4rem;font-family:var(--font-headings)}.expand-property-details .container .grid-cont1 .adr p{font-size:1rem}.expand-property-details .container .grid-cont1 .adr p span{font-weight:600}.expand-property-details .container .grid-cont{padding:0;margin:0}.expand-property-details .container .grid-cont .contact-agent{color:var(--light-color);background-color:#1a2c3d}.expand-property-details .container .grid-cont .contact-agent h3{font-size:.875rem;font-weight:400;font-family:var(--font-headings)}.expand-property-details .container .grid-cont .contact-agent .contact{margin-top:2rem}.expand-property-details .container .grid-cont .contact-agent .contact a{width:100%;margin:0 auto}.expand-property-details .container .grid-cont .contact-agent .contact a:first-child{display:none}.expand-property-details .container .grid-cont .contact-agent .contact a:last-child{background:var(--secondary-text-color);font-size:.8rem}.expand-property-details .container .grid-cont .contact-agent .agent-profile .mobile{display:none}.expand-property-details .container .grid-cont .contact-agent .agent-profile .desktop{display:inline}.expand-property-details .container .grid-cont .suit{box-shadow:0 4px 16px #0b113433;padding:1rem;border-radius:8px;margin-top:1rem}.expand-property-details .container .grid-cont .suit p{margin-top:0;font-size:.875rem;font-weight:500}.expand-property-details .container .grid-cont .suit ul{font-size:.8rem}.service-page .input{margin:3rem}.service-page .input h1,.service-page .input .delete-prop{display:block;font-size:1.8rem;font-weight:500;margin:0}.service-page .input input{display:none}.service-page .bread-drop,.service-page .bread-drop .property-type-breadcrumb ul{gap:1rem}.service-page .bread-drop .property-type-breadcrumb ul li{padding:.4rem 1rem}.service-page .bread-drop input{display:inline;flex:1;min-width:0;padding:.55rem .75rem;border:1px solid var(--primary-text-color);font-family:Montserrat;border-radius:4px}.service-page .bread-drop .custom-drop div{padding:.55rem}.service-page .content{padding:0 2rem;grid-template-columns:repeat(3,1fr)}.service-page .content .ft img,.service-page .content .ft video{width:40%}.service-page .content .ft .ct{width:60%}}@media screen and (min-width: 1120px){.nav .nav-list{width:68%}.service-page .input{flex-direction:row-reverse}.service-page .input input{width:30%}.service-page .content{grid-template-columns:repeat(3,1fr)}.service-page .content .ft img,.service-page .content .ft video{width:40%}.service-page .content .ft .ct{width:60%}.service-page .content .ft .check .ck .title{line-height:1rem}.service-page .content .ft .check hr{height:6.5rem}}@media screen and (min-width: 1280px){.nav{padding:.5rem 1.5rem}.nav .nav-list{width:57%}.header .header-presentation{gap:1.7rem}.header .header-presentation section{border-radius:20px}.header .header-presentation section .header-image{border-radius:20px}.header .header-presentation .header-text-slider{width:31.5%;gap:1.5rem}.header .header-presentation .header-text-slider .header-text-wrapper{border-radius:20px}.header .header-presentation .header-text-slider .header-text-wrapper .header-text{padding:2rem}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .desc-head{font-size:1.4rem}.header .header-presentation .header-text-slider .header-text-wrapper .header-text h2{font-size:1.1rem}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .loc{font-size:1rem}.header .header-presentation .header-text-slider .header-text-wrapper .header-text .buy-now-btn{padding:.9rem 2.5rem}.header .header-presentation .header-text-slider .header-text-wrapper:first-child{height:43%}.header .header-presentation .header-text-slider .header-text-wrapper:last-child{height:57%}.header .header-presentation .header-text-slider .header-text-wrapper:last-child .header-text{padding:1.5rem}.header .header-presentation .header-text-slider .header-text-wrapper:last-child .desc-head{font-size:1.2rem;line-height:1.8rem}.main .search-cont .search-properties{padding:2rem 1rem;border-radius:20px}.main .search-cont .search-properties h2{margin-bottom:1.5rem;font-size:1rem;line-height:1.438rem}.service-page .content{grid-template-columns:repeat(4,1fr)}.expand-property-details .container .grid-cont1 .img-exp-cont .first{display:flex;flex-direction:column;gap:1rem;width:30%}.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd h2,.expand-property-details .container .grid-cont1 .img-exp-cont .first .first-childd .price{font-size:1.2rem}.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp img,.expand-property-details .container .grid-cont1 .img-exp-cont .img-exp video{height:26.566rem}.expand-property-details .container .grid-cont .contact-agent h3{font-weight:400}.expand-property-details .container .grid-cont .contact-agent .agent-profile h2{font-weight:500}.featuredProperties .content .ft img,.featuredProperties .content .ft video{height:15.5rem}.featuredProperties .content .ft .effect{height:18.5rem}}@media screen and (min-width: 1400px){.nav .nav-list{width:52%}.expand-property-details{width:78.75rem;margin:0 auto}}@media screen and (min-width: 1500px){.service-page{width:90.75rem;margin:0 auto}.service-page .content{grid-template-columns:repeat(5,1fr)}.expand-property-details{width:85.75rem;margin:0 auto}}.contact-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;box-shadow:0 0 10px #0000001a;border-radius:8px}.contact-container h2{font-size:1.8rem;margin-bottom:.5rem;font-family:var(--font-headings)}.contact-container h3{font-family:var(--font-headings)}.contact-container p{margin-bottom:2rem}.contact-container .contact-form{display:flex;flex-direction:column;gap:1rem}.contact-container .contact-form label{font-weight:500}.contact-container .contact-form input,.contact-container .contact-form select,.contact-container .contact-form textarea{padding:.7rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;width:100%}.contact-container .contact-form textarea{min-height:80px}.contact-container .contact-form .budget-group{display:flex;gap:1rem}.contact-container .contact-form .budget-group>div{flex:1}.contact-container .contact-form button{background-color:#0f172a;color:#fff;padding:.75rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;margin-top:1rem}.contact-container .contact-form button:hover{background-color:#1e293b}@media (max-width: 600px){.contact-container{padding:1rem;box-shadow:none}.budget-group{flex-direction:column}}.login-container{min-height:100vh;background-color:#f3f4f6;background-image:url(/login.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:1rem;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999}.login-container .logo a{text-decoration:none}.login-container .logo a img{width:7rem}.login-container .fixed{margin-top:2rem}.login-card{width:100%;max-width:400px;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 5px 15px #0000001a}.login-title{text-align:center;font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;font-family:var(--font-headings)}.login-form{display:flex;flex-direction:column;gap:1.9rem}.form-group{display:flex;flex-direction:column}.form-group input{padding:.7rem .75rem;border:1px solid #8d8c8c;color:#0f172a;border-radius:.375rem;font-size:.9rem;transition:border .2s;width:100%}.form-group input:focus{outline:none;border-width:2px}.form-group .password{position:relative}.form-group .password span{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);cursor:pointer}.login-button{padding:.75rem;background-color:#0f172a;position:relative;color:#fff;border:none;border-radius:.375rem;font-size:1rem;cursor:pointer;transition:background-color .2s}.login-button .loading{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.login-button:hover{background-color:#1e293b}.or{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem 0}.or hr{width:50%;border:none;height:1px;background-color:#d1d5db}.foot{margin-top:2rem;display:flex;flex-direction:column;gap:.1rem}.foot p{font-size:.8rem}.foot p a,.foot p span{color:#0f172a;text-decoration:underline;font-size:.75rem}.google-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#fff;box-shadow:0 0 8px #00000026;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem;width:100%}.google-btn .google-btn:hover{box-shadow:0 0 12px #00000026;transform:translateY(-1px)}.google-btn .google-icon{font-size:1.2rem}.signup-container{min-height:100vh;background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;overflow-y:scroll}.signup-container .backimg{background-color:#f3f4f6;background-image:url(/signup.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.signup-container .backimg .logo{margin:1rem}.signup-container .backimg .logo a{text-decoration:none}.signup-container .backimg .logo a img{width:7rem}.signup-container .signup{max-width:450px;margin:2rem auto;padding:2rem;display:flex;flex-direction:column;background:#fff}.signup-container .signup h2{text-align:center;color:#333;font-family:var(--font-headings)}.signup-container .error{margin-top:.25rem;font-size:.875rem;color:red}.signup-container .radio-group{display:flex;flex-direction:row;gap:1rem}.signup-container .radio-group label{display:flex;align-items:center;gap:.4rem}.spinner-container{display:flex;align-items:center;justify-content:center;height:100vh}.spinner-container .spinner{display:block;width:60px;aspect-ratio:1;border-radius:50%;border:5px solid #0f172a;border-right-color:#fafafa;animation:rotate 1s infinite linear}.spinner-mini{display:block;margin:0;width:20px;aspect-ratio:1;border-radius:50%;border:2px solid #fff;border-right-color:transparent;animation:rotate 1s infinite linear}@keyframes rotate{to{transform:rotate(1turn)}}.modal-backdrop{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:99999999}.modal-backdrop .modal{background-color:#fff;padding:2rem 1rem;margin:0 1rem;border-radius:8px;text-align:center;box-shadow:0 0 10px #ccc}.modal-backdrop .modal h3,.modal-backdrop .modal h2{margin-bottom:1rem}.modal-backdrop .modal p{margin-bottom:1.5rem}.modal-backdrop .modal button{padding:.5rem 1.2rem;background-color:#0f172a;color:#fff;border:none;border-radius:4px;cursor:pointer}.modal-backdrop .modal button:hover{background-color:#1a2233}.modal-backdrop .modal .login-form{gap:1rem;padding:0;margin:0}.modal-backdrop .modal .login-form .form-group{margin-top:1rem}.modal-backdrop .modal .login-form .form-group input{padding:.5rem}.avatar-wrapper{position:relative;display:inline-block}.avatar-wrapper .avatar-img{width:34px;height:34px;border-radius:50%;cursor:pointer;-o-object-fit:cover;object-fit:cover}.avatar-wrapper .avatar{position:relative;display:inline-block}.avatar-wrapper .avatar .username{position:absolute;top:100%;right:-1rem;white-space:nowrap;background-color:#fff;color:#333;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border:1px solid #ccc;border-radius:4px;margin-top:.3rem;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:10}.avatar-wrapper .avatar:hover .username{opacity:1;pointer-events:auto}.avatar-wrapper .profile-card{position:absolute;top:110%;right:-2.5rem;width:230px;background:#fff;box-shadow:0 5px 10px #0000004d;border-radius:8px;padding:1rem 0;z-index:999999999}.avatar-wrapper .top-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:0 1rem}.avatar-wrapper .top-section .avatar-large{width:40px;height:40px;border-radius:50%}.avatar-wrapper .top-section h4{font-size:1rem;margin:0;font-family:var(--font-headings)}.avatar-wrapper .top-section .subtitle{font-size:.75rem}.avatar-wrapper .status{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;color:#444;margin:1.5rem 0 1rem;padding:0 1rem}.avatar-wrapper .status .online-dot{width:10px;height:10px;background:#22c55e;border-radius:50%}.avatar-wrapper .card-options{list-style:none;padding:1rem 0;margin:1rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee;display:flex;flex-direction:column}.avatar-wrapper .card-options li{padding:.5rem 1rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.avatar-wrapper .card-options li .icon{font-size:1.2rem;display:flex;align-items:center}.avatar-wrapper .card-options li:hover{background:#f9f9f9}.avatar-wrapper .logout-area{display:flex;align-items:center;gap:.5rem;padding:0 1rem}.avatar-wrapper .logout-area .icon{font-size:1.2rem;display:flex;align-items:center}.avatar-wrapper .logout-area button{background:none;border:none;font-weight:700;cursor:pointer}.settings-page{max-width:600px;margin:2rem auto;padding:1rem}.settings-page h2{margin-bottom:1.5rem}.settings-page .card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000026}.settings-page .card h3{margin-bottom:1rem;font-size:1.2rem}.settings-page .card label{display:block;margin-top:1rem;font-size:.9rem;font-weight:500}.settings-page .card input[type=text],.settings-page .card input[type=email],.settings-page .card input[type=password],.settings-page .card input[type=file]{width:100%;margin-top:.4rem;padding:.5rem;border:1px solid #ccc;border-radius:6px}.settings-page .card input[type=email]{background:#ccc}.settings-page .card .actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.settings-page .btn-primary{background:#0f172a;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;position:relative}.settings-page .btn-primary:hover{background-color:#1e2638}.settings-page .btn-primary .loading{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.settings-page .btn-secondary{background:#f3f4f6;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer}.settings-page .btn-secondary:hover{background:#e5e7eb}.property-form{max-width:600px;margin:0 auto;padding:1.5rem;border-radius:8px;box-shadow:0 0 10px #0000001a}.property-form h1{margin-bottom:1rem;font-family:var(--font-headings)}.property-form .form-group{display:flex;flex-direction:column;margin-bottom:1rem}.property-form .form-group label{font-weight:600;margin-bottom:.2rem;margin-top:.5rem;font-size:.875rem;color:#333}.property-form .form-group input,.property-form .form-group select,.property-form .form-group textarea{all:unset;padding:.7rem .5rem;border:1px solid #ccc;border-radius:4px;font-size:.875rem}.property-form .form-group input:focus,.property-form .form-group select:focus,.property-form .form-group textarea:focus{border-color:#0f172a;outline:none}.property-form .form-group .error{margin-top:.25rem;font-size:.75rem;color:red}.property-form .submit-btn{padding:.7rem 1.5rem;font-size:1rem;width:10rem;background-color:#0f172a;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s ease;position:relative}.property-form .submit-btn:hover{background-color:#161d2e}.property-form .submit-btn .loading{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.profile-page .profile-wrapper{font-family:Segoe UI,sans-serif;color:#333}.profile-page .profile-wrapper .banner{width:100%;height:200px;background-color:#0f172a;background-size:cover;background-position:center;position:relative}.profile-page .profile-wrapper .profile-info{display:flex;align-items:center;background:#fff;padding:1rem;position:relative;top:-60px;box-shadow:0 4px 10px #0000001a}.profile-page .profile-wrapper .profile-info .avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid white;margin-right:1rem}.profile-page .profile-wrapper .profile-info .avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-page .profile-wrapper .profile-info .info{flex:1;position:relative}.profile-page .profile-wrapper .profile-info .info h2{font-size:1.4rem;font-weight:700;margin:0;font-family:var(--font-headings)}.profile-page .profile-wrapper .profile-info .info .role{margin:.3rem 0;font-size:.95rem;color:#666}.profile-page .profile-wrapper .profile-info .info .meta{position:absolute;right:-2rem;width:8rem;padding:.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#555}.profile-page .profile-wrapper .profile-info .info .meta a{text-decoration:none;color:#555}.profile-page .profile-wrapper .profile-info .info .meta span{display:flex;align-items:center}.profile-page .profile-wrapper .profile-info .info .meta svg{margin-right:.3rem;font-size:1rem}.profile-page .profile-wrapper .profile-info .more button{background:#f1f1f1;border:none;border-radius:50%;padding:.3rem .5rem;font-size:1.1rem;cursor:pointer}.profile-page .profile-title{margin:0 2rem 3rem}.admin-container{min-height:90vh}.admin-container .admin-login{max-width:300px;margin:100px auto;padding:2rem;border:1px solid #ccc;border-radius:6px;text-align:center}.admin-container .admin-login .password-input{position:relative;width:100%}.admin-container .admin-login .password-input span{position:absolute;top:.5rem;right:.75rem;cursor:pointer}.admin-container .admin-login input{width:100%;padding:.5rem;margin-bottom:1rem}.admin-container .admin-login button{padding:.5rem 1rem;background-color:#0f172a;color:#fff}.admin-page{min-height:100vh}.admin-page .admin-page-container{max-width:900px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000000d}.admin-page .admin-page-container h1{font-size:28px;margin-bottom:1.5rem;color:#333;text-align:center}.admin-page .admin-page-container .tab-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.admin-page .admin-page-container .tab-buttons a{text-decoration:none;padding:.6rem .8rem;border:1px solid #ccc;border-radius:4px;background-color:#f1f1f1;font-weight:500;color:#333;transition:all .2s ease}.admin-page .admin-page-container .tab-buttons a.active{background-color:#0f172a;color:#fff;border-color:#0f172a}.admin-page .admin-page-container .tab-buttons a.active:hover{background-color:#161e30}.admin-page .admin-page-container .tab-buttons a:hover{background-color:#e1e1e1}.admin-page .approve-properties{padding:1rem;max-width:98%;margin:0 auto;min-height:100vh}.admin-page .approve-properties h1{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.admin-page .approve-properties p{margin-bottom:1rem}.admin-page .approve-properties .loading,.admin-page .approve-properties .empty{font-size:1rem;color:#555}.admin-page .approve-properties .property-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0}.admin-page .approve-properties .property-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border:1px solid #ddd;border-radius:.5rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;cursor:pointer}.admin-page .approve-properties .property-item .details h2{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.admin-page .approve-properties .property-item .details p{margin:.25rem 0;color:#666;font-size:.9rem}.admin-page .approve-properties .approve-btn{padding:.5rem 1rem;background-color:#28a745;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s ease}.admin-page .approve-properties .approve-btn .approve-btn:hover{background-color:#218838}.admin-page .approve-properties .approve-btn .approve-btn:disabled{background-color:#6c757d;cursor:not-allowed}.admin-page .approve-properties .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999999999}.admin-page .approve-properties .modal-overlay .modal-content{background:#fff;padding:1rem;width:90%;max-width:600px;max-height:90vh;position:relative;border-radius:5px}.admin-page .approve-properties .modal-overlay .modal-content .close-btn{position:absolute;top:.5rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.admin-page .approve-properties .modal-overlay .modal-content .carousel{text-align:center;margin-bottom:1rem}.admin-page .approve-properties .modal-overlay .modal-content .carousel img,.admin-page .approve-properties .modal-overlay .modal-content .carousel video{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;display:block}.admin-page .approve-properties .modal-overlay .modal-content .carousel .carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.admin-page .approve-properties .modal-overlay .modal-content .carousel .carousel-controls button{background:#333;color:#fff;border:none;padding:.3rem 1rem;font-size:1.2rem;cursor:pointer}.admin-page .approve-properties .modal-overlay .modal-content .property-info{height:8.5rem;overflow-y:auto}.admin-page .approve-properties .modal-overlay .modal-content .property-info p{margin:.3rem 0}.reject-btn,.service-page .content .cont-cont .delete-btn{background-color:#e3342f;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-right:.5rem}.reject-btn:hover,.service-page .content .cont-cont .delete-btn:hover{background-color:#cc1f1a;transform:scale(1.02)}.reject-btn:disabled,.service-page .content .cont-cont .delete-btn:disabled{background-color:#f5a5a2;cursor:not-allowed;opacity:.8}.reject-btn:focus,.service-page .content .cont-cont .delete-btn:focus{outline:none;box-shadow:0 0 0 3px #e3342f66}.service-page .content .cont-cont{position:relative}.service-page .content .cont-cont .delete-btn{position:absolute;bottom:.5rem;right:0rem;padding:.3rem .5rem}.faq{margin:1.5rem}.faq h2{margin-bottom:2rem;font-size:2rem;font-weight:500;font-family:var(--font-headings)}.faq .faq-list .faq-item{border:1px solid #ccc;border-left:2px solid var(--primary-text-color);margin-bottom:10px;border-radius:3px;overflow:hidden}.faq .faq-list .faq-item.active .faq-question{color:var(--secondary-text-color)}.faq .faq-list .faq-item.active .faq-question .faq-icon{background-color:transparent;border:1px solid var(--secondary-text-color);color:var(--primary-text-color);font-size:1rem}.faq .faq-list .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;gap:2rem;cursor:pointer;padding:15px;background:#fff;transition:background .3s}.faq .faq-list .faq-item .faq-question:hover{background:#f8f8f8}.faq .faq-list .faq-item .faq-question .faq-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;background-color:var(--dark-background-color);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;flex-shrink:0}.faq .faq-list .faq-item .faq-answer{padding:15px 0;margin:0 15px;background:#fff;border-top:1px solid #eee}.faq .faq-list .faq-item .faq-answer p{margin:10px 0;line-height:1.5;color:var(--primary-text-color)}.faq .ask-btn{display:block;margin:30px auto 0;background:var(--dark-background-color);color:#fff;padding:10px 25px;border:none;cursor:pointer;border-radius:3px;transition:background .3s}.faq .ask-btn a{text-decoration:none;color:#fff}.faq .ask-btn:hover{background:#1e2227}.faq .satisfied{width:90%;margin:7rem auto 2rem;text-align:center}.faq .satisfied p{font-size:1.2rem;font-weight:600;font-style:italic}.blogs-section{background-color:#f9fafb;padding:4rem 1.5rem}.blogs-section .container{max-width:1200px;margin:0 auto}.blogs-section .blogs-header{text-align:center;margin-bottom:3rem}.blogs-section .blogs-header h1{font-family:var(--font-headings, "Merriweather", serif);font-size:2.25rem;color:#111827;margin-bottom:.75rem}.blogs-section .blogs-header p{color:#4b5563;font-size:1.1rem;max-width:600px;margin:0 auto}.blogs-section .blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}a{text-decoration:none}.blog-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{box-shadow:0 6px 22px #0000001a}.blog-card .image-wrapper{width:100%;height:200px;overflow:hidden}.blog-card .image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.blog-card .image-wrapper img:hover{transform:scale(1.05)}.blog-card .card-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.blog-card .card-body .blog-title{font-size:1.25rem;color:#1f2937;margin-bottom:.75rem;line-height:1.4;font-family:var(--font-headings, "Merriweather", serif)}.blog-card .card-body .blog-excerpt{color:#4b5563;font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.blog-card .card-body .blog-footer{display:flex;justify-content:space-between;align-items:center}.blog-card .card-body .blog-footer .read-more{color:var(--dark-background-color);text-decoration:none;font-weight:500;transition:color .2s ease}.blog-card .card-body .blog-footer .read-more:hover{color:var(--primary-text-color);text-decoration:underline}.blog-card .card-body .blog-footer .blog-date{color:#6b7280;font-size:.85rem}.blog-details{display:flex;flex-direction:column;color:#1e293b;font-family:"Source Sans 3",sans-serif}.blog-details .blog-hero{position:relative;width:100%;height:50vh;background-size:cover;background-position:center;overflow:hidden;margin-bottom:2rem}.blog-details .blog-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem}.blog-details .blog-hero .overlay h1{font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.blog-details .blog-hero .overlay .date{font-size:.95rem;opacity:.85}.blog-details .content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem}@media (max-width: 900px){.blog-details .content-wrapper{grid-template-columns:1fr}}.blog-details .content-wrapper .main-post .excerpt{font-size:1.1rem;font-weight:500;color:#475569;margin-bottom:2rem}.blog-details .content-wrapper .main-post .content img,.blog-details .content-wrapper .main-post .content h1{display:none}.blog-details .content-wrapper .main-post .content p{line-height:1.8;font-size:1rem;margin-bottom:1.2rem;color:#334155}.blog-details .content-wrapper .main-post .content ul,.blog-details .content-wrapper .main-post .content ol{margin-left:1rem}.blog-details .content-wrapper .main-post .content li p{margin:0}.blog-details .content-wrapper .related-posts h2{font-size:1.3rem;margin-bottom:1rem;color:#0f172a;font-family:var(--font-headings)}.blog-details .content-wrapper .related-posts .related-list{display:flex;flex-direction:column;gap:1rem}.blog-details .content-wrapper .related-posts .related-list .related-item{display:flex;gap:1rem;background:#f8fafc;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .3s ease}.blog-details .content-wrapper .related-posts .related-list .related-item:hover{transform:translateY(-3px);background:#f1f5f9}.blog-details .content-wrapper .related-posts .related-list .related-item img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:8px 0 0 8px;flex-shrink:0}.blog-details .content-wrapper .related-posts .related-list .related-item .related-info{display:flex;flex-direction:column;justify-content:space-between;padding:.5rem .7rem;color:#1e293b}.blog-details .content-wrapper .related-posts .related-list .related-item .related-info h3{font-size:.875rem;font-weight:600;margin-bottom:.3rem;font-family:var(--font-headings)}.blog-details .content-wrapper .related-posts .related-list .related-item .related-info p{font-size:.75rem;color:#475569;margin-bottom:.3rem}.blog-details .content-wrapper .related-posts .related-list .related-item .related-info span{font-size:.75rem;color:#64748b}@media (min-width: 1024px){.blog-details .content-wrapper .related-posts{position:sticky;top:6rem;margin-top:0;align-self:flex-start;height:-moz-fit-content;height:fit-content}}.featured-articles{padding:2rem 1rem;background:#f8f9fb}.featured-articles .section-title{font-size:2rem;margin-bottom:.5rem;color:#1a202c;font-family:var(--font-headings);font-weight:500}.featured-articles .section-subtitle{color:#475569;font-size:.875rem;margin-bottom:3rem}.featured-articles .article-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.featured-articles .article-grid{grid-template-columns:repeat(2,1fr)}}.featured-articles .article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #00000014;transition:transform .3s ease;color:var(--primary-text-color);display:flex;flex-direction:column}.featured-articles .article-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex-grow:1}.featured-articles .article-card .article-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.featured-articles .article-card .article-image:hover{transform:scale(1.05)}.featured-articles .article-card .article-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.featured-articles .article-card .article-content .article-date{font-size:.85rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.3rem}.featured-articles .article-card .article-content .article-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;flex-grow:1;font-family:var(--font-headings)}.featured-articles .article-card .article-content .article-excerpt{font-size:1rem;margin-top:auto}.featured-articles .article-card .article-content .article-excerpt span{display:inline-flex;align-items:center;gap:.2rem;font-weight:600;font-size:.875rem}.featured-articles__cta{text-align:center;margin-top:3rem}.featured-articles__button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background-color:var(--dark-background-color);color:#fff;text-decoration:none;border-radius:.2rem;font-size:1rem;font-weight:500;transition:all .3s ease}.featured-articles__button:hover{background-color:#1a1d2e;transform:translateY(-2px)}.featured-articles__button:hover svg{transform:translate(4px)}.featured-articles__button svg{transition:transform .3s ease}.reset-password-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:1rem}.reset-password-container .reset-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0000001a;max-width:400px;width:100%;text-align:center}.reset-password-container .reset-card h2{color:#1f2937;margin-bottom:.5rem;font-size:1.8rem}.reset-password-container .reset-card .subtitle{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.reset-password-container .reset-card .form-group{text-align:left;margin-bottom:1rem}.reset-password-container .reset-card .form-group label{display:block;font-size:.9rem;margin-bottom:.3rem;color:#374151}.reset-password-container .reset-card .form-group input{width:100%;padding:.7rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .3s}.reset-password-container .reset-card .form-group input:focus{outline:none;border-color:#0f172a}.reset-password-container .reset-card .error{color:#dc2626;background:#fee2e2;padding:.5rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem}.reset-password-container .reset-card .success{color:#065f46;background:#d1fae5;padding:.5rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem}.reset-password-container .reset-card .btn-reset{width:100%;padding:.7rem;font-size:1rem;background-color:#0f172a;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.reset-password-container .reset-card .btn-reset:hover{background-color:#151c2b}.reset-password-container .reset-card .btn-reset:disabled{background:#93c5fd;cursor:not-allowed}.view-requests{padding:2rem;background-color:#f9fafb;min-height:100vh}.view-requests h2{text-align:center;margin-bottom:2rem;font-size:2rem;color:var(--primary-text-color);font-family:var(--font-headings)}.view-requests .requests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.view-requests .request-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb;transition:transform .2s ease}.view-requests .request-card:hover{transform:translateY(-3px)}.view-requests .request-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--primary-text-color);font-family:var(--font-headings)}.view-requests .request-card p{margin-bottom:.5rem;color:#4b5563}.view-requests .request-card p strong{color:var(--primary-text-color)}.terms-conditions .header{font-size:2.5rem;text-align:center;margin:4rem 0}.terms-conditions .effective{text-align:center;padding:2rem 0;background-color:#0f1419;color:#fff;font-weight:600;width:98%;margin:0 auto 2rem}.terms-conditions .summary{max-width:89%;margin:0 auto;padding-bottom:2rem}.terms-conditions .summary h2{font-size:1.6rem;padding-bottom:1rem}.terms-conditions .summary ul{list-style-position:inside}.terms-conditions .summary ul li{padding-bottom:1.5rem;line-height:1.5}.terms-conditions .summary ul li a{color:#213547}.terms-conditions .advance{font-size:1.6rem;padding-bottom:1.5rem;max-width:89%;margin:0 auto}.terms-conditions .terms-layout{display:flex;max-width:85%;margin:0 auto 3rem;gap:2rem;color:#213547}.terms-conditions .terms-layout .toc{display:none}.terms-conditions .terms-layout .content{flex:1}.terms-conditions .terms-layout .content section h3{font-size:1.5rem;font-weight:600;margin-bottom:.3rem;font-family:var(--font-headings),serif}.terms-conditions .terms-layout .content section p,.terms-conditions .terms-layout .content section ul{margin-bottom:1rem;line-height:1.7;list-style-position:inside}@media (min-width: 768px){.login-container .fixed{margin-top:0;display:flex;justify-content:center;align-items:center;height:100%}.login-card{margin-top:-3rem;padding-bottom:1.5rem}.foot{margin-top:1.5rem}.foot p{font-size:.75rem}.foot p a,.foot p span{font-size:.6rem;cursor:pointer}.signup-container{overflow-y:hidden;display:flex;align-items:center}.signup-container .backimg{width:50%;height:100%}.signup-container .define{width:50%;height:100%;overflow-y:scroll}.modal-backdrop .modal{margin:0;padding:2rem;max-width:400px}.avatar-wrapper .profile-card{right:-.5rem}.settings-page{max-width:100%;margin:1.5rem}.property-form{max-width:100%;margin:3rem 4rem}.profile-page .profile-wrapper .profile-info{align-items:flex-end}.profile-page .profile-wrapper .profile-info .avatar{width:120px;height:120px;margin-right:1.5rem}.profile-page .profile-wrapper .profile-info .info .meta{position:static;width:auto;padding:0;background-color:none;border-radius:none;box-shadow:none;flex-direction:row;align-items:center;flex-wrap:wrap}.profile-page .profile-wrapper .profile-info .info .meta a{text-decoration:none;color:#555}.profile-page .profile-wrapper .profile-info .info .meta span{display:flex;align-items:center}.profile-page .profile-wrapper .profile-info .info .meta svg{margin-right:.3rem;font-size:1rem}.profile-page .profile-wrapper .profile-info .more{display:none}.admin-page .admin-page-container .tab-buttons{margin-bottom:2rem}.admin-page .approve-properties{padding:1rem}.admin-page .approve-properties h1{font-size:2rem;margin-bottom:1.5rem}.admin-page .approve-properties .property-item{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.admin-page .approve-properties .property-item .details h2{font-size:1.2rem}.admin-page .approve-properties .modal-overlay .modal-content{padding:2rem;border-radius:10px}}@media (min-width: 992px){.settings-page{margin:2rem}.settings-page .settings-container{display:flex;justify-content:space-between;gap:2rem}.settings-page .settings-container form{width:50%}.property-form-container{overflow-y:hidden;display:flex;width:100%;position:fixed;top:5rem;left:0;right:0;bottom:0;background:#fff}.property-form-container .backimg{width:45%;height:100vh;background:radial-gradient(circle at 30% 40%,#0e4a5f,#062f3b 40%,#011b25)}.property-form-container .property-form{width:55%;height:100%;overflow-y:scroll;box-shadow:none;margin:0 auto;padding:1rem 4rem}.property-form-container .property-form h1{margin-top:1rem}.property-form-container .property-form .group-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.property-form-container .property-form .group-container .form-group{margin-bottom:0rem}.property-form-container .property-form .group-container .form-group input,.property-form-container .property-form .group-container .form-group select{border-radius:0}.property-form-container .property-form .subtitle,.property-form-container .property-form .src,.property-form-container .property-form button{margin-top:1rem}.profile-page{padding:2rem 0}.profile-page .profile-wrapper{padding:0 2rem}.profile-page .profile-wrapper .banner{border-radius:10px 10px 0 0}.profile-page .profile-wrapper .profile-info{padding:1rem 1.5rem;border-radius:0 0 10px 10px}.profile-page .profile-wrapper .profile-info .avatar{width:120px;height:120px;margin-right:1.5rem}.profile-page .profile-wrapper .profile-info .info .meta{gap:.8rem}.faq{margin:7rem 3rem}.faq h2{font-size:2.5rem}.faq .faq-list{max-width:90%;margin:0 auto}.faq .faq-list .faq-item{margin-bottom:20px}.faq .faq-list .faq-item .faq-question{padding:1.2rem 1.5rem}.faq .faq-list .faq-item .faq-question .question{font-size:1.35rem}.faq .faq-list .faq-item .faq-answer{padding:1.2rem 0;margin:0 1.5rem;background:#fff;border-top:1px solid #eee}.faq .faq-list .faq-item .faq-answer p{font-size:1rem;margin-top:0;margin-bottom:10px;line-height:1.5;color:#444}.faq .ask-btn{padding:16px 35px}.faq .sat-cont{background:url(/assets/faqq-BBWgL-PK.jpg);margin:10rem auto 2rem;padding:8em 0;border-radius:20px;color:var(--light-color)}.faq .sat-cont .satisfied{width:70%;margin:0 auto}.faq .sat-cont .satisfied p{font-size:2rem}.faq .sat-cont .satisfied .ask-btn{background-color:#fff;box-shadow:0 4px 10px #00000040;border:none;transition:box-shadow .3s ease,transform .3s ease}.faq .sat-cont .satisfied .ask-btn a{color:var(--primary-text-color)}.faq .sat-cont .satisfied .ask-btn:hover{box-shadow:0 6px 16px #00000059;transform:translateY(-2px)}.featured-articles{padding:6rem 2rem 4rem}.featured-articles .section-title{font-size:2.5rem;font-weight:500}.featured-articles .section-subtitle{font-size:1rem}.featured-articles .article-card .article-excerpt{font-size:.875rem}.terms-conditions .header{font-size:68px;margin:7rem 0}.terms-conditions .effective{padding:3rem 0;margin:0 auto 5rem}.terms-conditions .summary{max-width:70%;padding-bottom:5rem}.terms-conditions .summary h2{text-align:center;font-size:32px;padding-bottom:3rem}.terms-conditions .summary ul{list-style-position:outside}.terms-conditions .advance{text-align:center;font-size:3rem;padding-bottom:3rem}.terms-conditions .terms-layout .toc{display:block;width:350px;position:sticky;top:6.5rem;align-self:flex-start}.terms-conditions .terms-layout .toc ul{list-style:none;padding:.5rem 0 0}.terms-conditions .terms-layout .toc ul li{margin-bottom:1rem;font-size:14px}.terms-conditions .terms-layout .toc ul a{text-decoration:none;color:#213547;transition:all .3s ease}.terms-conditions .terms-layout .toc ul a:hover{text-decoration:underline}.terms-conditions .terms-layout .toc ul a.active-link{font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.terms-conditions .terms-layout .content section h3{font-size:2rem;margin-bottom:.75rem}}.title-input{width:100%;padding:.75rem;margin-bottom:1rem;font-size:1.1rem;border:1px solid #ccc;border-radius:6px}.tiptap-wrapper{max-width:900px;margin:2rem auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.editor-container{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a}.menu-bar{display:flex;flex-wrap:wrap;gap:4px;padding:12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.menu-bar button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:4px;background:transparent;color:#374151;cursor:pointer;transition:all .2s}.menu-bar button:hover{background:#e5e7eb}.menu-bar button.is-active{background:#3b82f6;color:#fff}.menu-bar button:disabled{opacity:.4;cursor:not-allowed}.menu-bar .divider{width:1px;background:#e5e7eb;margin:0 4px}.editor-content{padding:1rem;min-height:400px}.ProseMirror{outline:none}.ProseMirror p{margin:.5rem 0}.ProseMirror h1{font-size:2em;font-weight:700;margin:1rem 0 .5rem}.ProseMirror h2{font-size:1.5em;font-weight:700;margin:1rem 0 .5rem}.ProseMirror ul,.ProseMirror ol{padding-left:2rem;margin:.5rem 0}.ProseMirror blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin:1rem 0;color:#6b7280}.ProseMirror pre{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:4px;overflow-x:auto;margin:1rem 0}.ProseMirror pre code{background:transparent;padding:0}.ProseMirror code{background:#f3f4f6;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace}.ProseMirror a{color:#3b82f6;text-decoration:underline}.ProseMirror img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.submit-button{margin-top:1rem;padding:.7rem 1.2rem;background:var(--dark-background-color);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}
