*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.topbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 50px;font-size:13px;position:absolute;top:0;left:0;background:#2f7d5a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:20;transition:all .3s ease}.topbar.hide{opacity:0;visibility:hidden}.top-left{display:flex;gap:20px;align-items:center}.top-left span{display:flex;align-items:center;gap:5px;font-size:13px}.top-right{display:flex;align-items:center;gap:12px}.top-right svg{cursor:pointer;font-size:13px;transition:.3s}.top-right svg:hover{color:#2fbf8f}.language{border-left:1px solid rgba(255,255,255,.3);padding-left:10px;font-size:13px}.navbar{position:fixed;height:80px;top:35px;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 50px;background:transparent;transition:all .3s ease;z-index:9999}.navbar.scrolled{position:fixed;top:0;background:#81a787;box-shadow:0 3px 15px #0006}.navbar.scrolled .nav-links li a,.navbar.scrolled .location-trigger{color:#111}.navbar.scrolled .hamburger span{background:#111}.navbar.scrolled .nav-buttons .btn{background:#111;color:#fff;border:none}.navbar.scrolled .nav-buttons .btn:hover{background:#2fbf8f}.logo{display:flex;align-items:center;height:100%}.navbar .logo h2{color:#fff;font-size:30px;font-weight:700}.navbar .logo p{font-size:14px;color:#548e5d;font-weight:500}.logo-img{height:120px;width:auto;object-fit:contain;filter:brightness(1.5) contrast(1.1)}.dropdown-item{position:relative;cursor:pointer;display:flex;align-items:center}.location-trigger{display:flex;align-items:center;gap:5px;font-size:18px;font-weight:600;color:#fff;transition:.3s ease}.dropdown-item:hover .location-trigger{color:#2fbf8f}.location-trigger i{font-size:12px;transition:transform .3s ease}.dropdown-menu{position:absolute;top:100%;left:0;background:#000000e6;min-width:180px;box-shadow:0 8px 25px #0000004d;border-radius:4px;padding:10px 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(15px);transition:all .3s ease;z-index:1000;border-top:2px solid #2fbf8f}.dropdown-menu li a{display:block;padding:12px 20px!important;color:#fff!important;text-decoration:none;font-size:15px!important;font-weight:500!important;transition:background .2s,color .2s}.dropdown-menu li a:hover{background-color:#2fbf8f1a;color:#2fbf8f!important;padding-left:25px!important}.dropdown-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(5px)}.dropdown-item:hover .location-trigger i{transform:rotate(180deg)}.navbar.solid-nav .location-trigger{color:#111!important;display:inline-block!important;opacity:1!important}.navbar.solid-nav .dropdown-menu{background:#fff;box-shadow:0 10px 25px #00000014}.navbar.solid-nav .nav-buttons{display:flex!important;align-items:center;gap:10px}.navbar.solid-nav .nav-buttons .btn{display:inline-block!important;opacity:1!important;visibility:visible!important;background:#fff;color:#111!important;border:1px solid #ddd}.navbar.solid-nav .nav-buttons .btn:hover{background:#2fbf8f;color:#fff!important}.nav-links{list-style:none;display:flex;gap:30px;transition:all .3s ease}.nav-links li a{text-decoration:none;color:#fff;font-size:18px;font-weight:600;transition:.3s ease}.nav-links li a:hover{color:#2fbf8f}.nav-buttons{display:flex;gap:15px}.nav-buttons .btn{padding:8px 15px;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:.3s ease}.nav-buttons .enquiry{background:transparent;color:#fff;border:1px solid white}.nav-buttons .enquiry:hover{background:#fff;color:#2fbf8f}.nav-buttons .post-property{background:transparent;color:#fff;border:1px solid white}.nav-buttons .post-property:hover{background:#fff;color:#2fbf8f}.nav-buttons .login{background:transparent;color:#fff;border:1px solid white}.nav-buttons .login:hover{background:#fff;color:#2fbf8f}@media(max-width:1024px){.nav-buttons{display:none!important}.hamburger{display:flex!important}.nav-links{flex-direction:column;width:100%;position:fixed;top:80px;left:-100%;background:#000000f2;padding:40px 20px;height:calc(100vh - 70px);transition:left .3s ease}.nav-links.show{left:0}.nav-links:after{content:"";display:block;margin-top:20px}}.menu-buttons{display:none;flex-direction:column;gap:15px;margin-top:30px}.menu-buttons .btn{width:100%;padding:10px}@media(max-width:1024px){.menu-buttons{display:flex}}.mobile-buttons{display:none}@media(max-width:1024px){.nav-buttons{display:none!important}.mobile-buttons{display:flex;flex-direction:column;gap:15px;margin-top:30px}.mobile-buttons .btn{width:100%;padding:12px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:.3s ease;box-shadow:0 6px 18px #0003}.mobile-buttons .enquiry{background:#2fbf8f;color:#fff}.mobile-buttons .enquiry:hover{background:#25a97b}.mobile-buttons .post-property{background:#2fbf8f;color:#fff}.mobile-buttons .post-property:hover{background:#25a97b}.mobile-buttons .login{background:#111;color:#fff}.mobile-buttons .login:hover{background:#333}}.navbar .hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:10001;position:relative;top:0}.hamburger span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar.solid-nav{background:#fff!important;box-shadow:0 8px 30px #00000014}.navbar.solid-nav a,.navbar.solid-nav .logo h2,.navbar.solid-nav .logo p{color:#111!important}.navbar.solid-nav ul li a:hover{color:#2fbf8f!important}.navbar.solid-nav .dropdown-menu{background:#fff}@media(max-width:1024px){.nav-buttons{display:none}}@media(max-width:768px){.topbar{padding:6px 12px;flex-direction:row;justify-content:space-between;align-items:center}.top-left{flex-direction:row;gap:5px}.top-left span:last-child{display:none}.top-right{justify-content:flex-end;gap:8px}.top-right svg{display:none}.top-right:before{content:"+91 8684031003";font-size:12px}.language{display:none}.top-left span{font-size:12px;white-space:nowrap}.language{font-size:12px;border:none;padding:0}.navbar{flex-direction:row;justify-content:space-between;padding:15px 20px}.hamburger{display:flex}.nav-links{flex-direction:column;width:100%;position:fixed;top:65px;left:-100%;background:#000000f2;gap:20px;padding:50px 20px;height:calc(100vh - 65px);transition:left .3s ease;z-index:1000}.nav-links.show{left:0}.nav-links li a{color:#fff;font-size:20px}.nav-links.show:after{content:""}}.hero{height:80vh;width:100%;position:relative;background:url(/assets/header_img-DRVN05CJ.png) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b3d1cac,#79948aad);z-index:1}.hero-search-wrapper{position:relative;z-index:2;width:90%;max-width:1200px}.hero-search-wrapper .search-section{margin-top:0}@media(max-width:1024px){.hero{height:60vh;background-position:center top}.hero-search-wrapper{margin-top:40px}}@media(max-width:768px){.hero{height:100vh;background-position:center}.hero-search-wrapper{margin-top:60px}}.search-section.pro.compact{display:flex;justify-content:center;margin:100px auto 0;padding:5px 0}.search-section .search-container{width:95%;max-width:1200px;padding:18px 25px;border-radius:20px;background:#f4f6f8;border:1px solid #dde2e7;box-shadow:0 12px 30px #00000014}.search-section .tabs{display:flex;gap:12px;margin-bottom:18px;flex-wrap:nowrap}.search-section .tab{padding:8px 18px;border-radius:12px;border:1px solid #cfd6dd;background:#e9edf1;font-weight:600;color:#333;cursor:pointer;font-size:13px;transition:.3s ease;width:auto!important}.search-section .tab.active{background:#1e7f5c;color:#fff;border-color:#1e7f5c}.search-section .form-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr 160px;gap:18px;align-items:center}.search-section .form-group{display:flex;flex-direction:column}.search-section .form-group label{font-weight:500;margin-bottom:4px;color:#555;font-size:12px}.search-section .form-group select{height:42px;padding:8px 12px;border-radius:12px;border:1px solid #ccd3da;background:#eef1f4;font-size:13px;outline:none;transition:.3s ease}.search-section .form-group select:hover,.search-section .form-group select:focus{border-color:#1e7f5c;background:#fff}.search-section .price-group{display:flex;flex-direction:column;justify-content:center}.search-section .price-group input[type=range]{height:6px;cursor:pointer;margin:0}.search-section .price-values{display:flex;justify-content:space-between;font-size:11px;margin-top:4px;color:#666}.search-section .current-price{font-weight:600;color:#1e7f5c}.search-section .search-btn-wrap{display:flex;align-items:end}.search-section .search-btn{width:100%;height:42px;border-radius:14px;border:none;background:#1e7f5c;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:.3s ease}.search-section .search-btn:hover{background:#28a97a;transform:translateY(-2px)}@media(max-width:992px){.search-section .form-grid{grid-template-columns:1fr 1fr 1fr 140px;gap:14px}}@media(max-width:600px){.search-section .form-grid{grid-template-columns:1fr}}.best-properties{padding:80px 0;background-color:#fdfdfd;text-align:center}.subtitle{color:#548e5d;font-weight:600;font-size:14px;margin-bottom:10px;letter-spacing:1px}.section-title{font-size:36px;color:#1a1a1a;margin-bottom:30px}.best-properties button{width:auto!important}.best-properties .filter-buttons-row{display:flex;justify-content:center;gap:12px;margin-bottom:50px;flex-wrap:wrap}.best-properties .filter-btn{padding:10px 22px;border:1px solid #e0e0e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.best-properties .filter-btn:hover{border-color:#548e5d;color:#548e5d}.best-properties .filter-btn.active{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border-color:transparent}.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:0 5%}.best-properties .property-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid #f0f0f0;text-align:left;transition:transform .3s ease,box-shadow .3s ease;will-change:transform;padding-bottom:5px}.best-properties .property-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.image-wrapper{position:relative;height:220px;overflow:hidden}.badge{position:absolute;top:15px;left:15px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:5px 12px;font-size:12px;border-radius:4px}.card-content{flex-grow:1;padding:18px;display:flex;flex-direction:column}.card-content h3{font-size:19px;margin-bottom:6px;color:#1a1a1a}.card-content p{min-height:48px}.location{color:#777;font-size:14px;margin-bottom:12px}.details{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;font-size:13px;color:#555}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;gap:10px}.price{font-size:18px;font-weight:700;color:#548e5d}.btn-group{display:flex;align-items:center;gap:10px;margin-left:auto;padding-right:2px}.query-btn{width:42px;height:42px;border-radius:50%;border:1px solid #548e5d;display:flex;align-items:center;justify-content:center;color:#25d366;font-size:18px;text-decoration:none;transition:all .3s ease}.query-btn:hover{background-color:#25d366;color:#fff;border-color:#25d366;transform:scale(1.1)}.view-btn-link{display:inline-block;background-color:#24a17b;color:#fff!important;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none!important;transition:all .3s ease;white-space:nowrap;text-align:center;border:none;cursor:pointer}.view-btn-link:hover{background-color:#1c8464;transform:translateY(-2px)}@media(max-width:768px){.property-grid{padding:0 20px}}@media(max-width:480px){.card-bottom{flex-wrap:wrap;gap:10px}.view-btn{width:100%;text-align:center}}.feature-container{position:relative;min-height:80vh;padding:80px 5%;background:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c) no-repeat center center/cover;display:flex;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d);z-index:1}.content-wrapper{position:relative;z-index:2;max-width:1200px;width:100%}.header-flex{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px;color:#fff}.subtitle{color:white !;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:14px}.main-heading-trusted{font-size:42px;margin-top:10px;font-weight:700;color:#fff!important}.trust-side{display:flex;align-items:center;gap:20px}.trustpilot{font-size:20px;font-weight:700}.star-icon{color:#00b67a;font-size:24px}.avatar-group{display:flex;margin-left:10px}.avatar-group img{width:40px;height:40px;border-radius:50%;border:2px solid white;margin-left:-12px}.more-count{width:40px;height:40px;background:#1b7f2a;border-radius:50%;border:2px solid white;margin-left:-12px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.rating-info .stars{color:#f1c40f;font-size:12px}.rating-info p{font-size:13px;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#fff;padding:50px 30px;border-radius:30px;text-align:center;transition:.3s ease}.feature-card:hover{transform:translateY(-10px)}.icon-box{width:80px;height:80px;background:#fff5f5;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px}.icon-main{font-size:35px}.feature-card h3{font-size:24px;color:#2d3436;margin-bottom:15px}.feature-card p{color:#636e72;line-height:1.6;margin-bottom:30px;font-size:15px}.card-btn{padding:10px 25px;border:1px solid #dfe6e9;background:transparent;border-radius:50px;cursor:pointer;font-weight:600;transition:.3s}.card-btn:hover{background:#1b7f2a;color:#fff;border-color:#1b7f2a}@media(max-width:768px){.header-flex{flex-direction:column;align-items:flex-start;gap:20px}.main-heading{font-size:30px}}.luxury-properties{padding:80px 0;background-color:#fff}.container{max-width:1400px;margin:0 auto;padding:0 20px}.header-wrapper{text-align:center;margin-bottom:50px}.subtitle{color:#548e5d;font-weight:600;font-size:14px}.section-title{font-size:32px;color:#1a1a1a;margin-top:10px;font-weight:700}.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.property-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 5px 15px #0000000a;overflow:hidden;will-change:transform}.image-wrapper{height:180px;width:100%;position:relative;overflow:hidden}.image-wrapper img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:4px 10px;font-size:10px;border-radius:3px;z-index:1}.card-content{padding:8px;flex-grow:1}.card-content h3{font-size:17px;margin-bottom:5px;color:#111;font-weight:600}.location{font-size:13px;color:#777;margin-bottom:15px}.details{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;font-size:11px;color:#555;margin-bottom:15px}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;gap:5px}.price{font-size:15px;font-weight:700;color:#548e5d;white-space:nowrap}.query-btn{width:42px;height:42px;border-radius:50%;border:1px solid #548e5d;display:flex;align-items:center;justify-content:center;color:#25d366;font-size:18px;text-decoration:none;background:#fff;transition:all .3s ease}.query-btn svg{display:block}.query-btn:hover{background-color:#25d366;color:#fff;border-color:#25d366}.view-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}@media(max-width:1200px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.property-grid{grid-template-columns:1fr}}.testimonials-section{font-family:Roboto,sans-serif;padding:50px 20px;background:linear-gradient(135deg,#ececeb,#fffcfc);text-align:center;margin-bottom:20px}.testimonial-header{margin-bottom:60px}.subtitle-red span{color:#ef4444;margin:0 5px;font-weight:600}.main-heading{font-size:2rem;color:#111827;font-weight:700;margin-top:15px;font-family:Roboto,sans-serif}.testimonial-cards{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:20px}.testimonial-card{background:#fff;padding:25px 20px 35px;border-radius:20px;box-shadow:0 12px 25px #00000026;max-width:380px;min-width:360px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003}.client-img-circle{width:80px;height:80px;margin:0 auto;border-radius:50%;overflow:hidden;border:3px solid #FBBF24;position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#fff}.client-img-circle img{width:100%;height:100%;object-fit:cover}.testimonial-rating{display:flex;justify-content:center;margin-top:50px;gap:3px}.quote-text{font-size:.95rem;color:#4b5563;line-height:1.5;margin:15px 0 10px;font-family:Roboto,sans-serif}.client-name{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:3px}.client-role{font-size:.85rem;color:#6b7280;font-style:italic}.footer-container{background-color:#050a14;color:#fff;padding:80px 5% 40px;position:relative;font-family:Poppins,sans-serif}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:40px;align-items:flex-start}.footer-col h4{font-size:19px;font-weight:700;margin-bottom:25px}.footer-col h4 a{color:#fff!important;text-decoration:none!important}.footer-col ul li a{color:#aaa;text-decoration:none;display:flex;align-items:center;gap:10px;transition:.3s}.footer-col ul li a:hover{color:#2fbf8f;transform:translate(5px)}.about-text{font-size:14px;color:#c5c5c5;line-height:1.7;margin-bottom:20px}.contact-details p{font-size:14px;margin-bottom:12px;color:#aaa;display:flex;align-items:center;gap:10px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{font-size:14px;color:#aaa;margin-bottom:15px;display:flex;align-items:center;gap:10px;cursor:pointer}.map-wrapper{margin-top:10px}.red-icon{color:#548e5d;font-size:12px}.footer-divider{border-top:1px solid rgba(255,255,255,.05);margin-bottom:40px}.footer-middle-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:40px}.logo-main-flex{display:flex;align-items:center;gap:12px}.logo-icon-red{font-size:40px;color:#548e5d}.logo-titles h2{font-size:26px;margin:0;letter-spacing:2px}.logo-titles p{font-size:11px;color:#777;margin:0;text-transform:uppercase}.insta-branding{min-width:180px}.insta-user-tag{color:#548e5d;font-size:14px;margin-bottom:4px}.gallery-title-main{font-size:22px;margin:0;font-weight:600}.gallery-flex-row{display:flex;gap:10px;flex:1;justify-content:flex-end}.gallery-thumb{width:90px;height:90px;border-radius:10px;overflow:hidden;position:relative}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-overlay-plus{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#1e7f5c,#2fbf8f);display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s;font-size:20px}.gallery-thumb:hover .gallery-overlay-plus{opacity:1}.footer-copyright-row{border-top:1px solid rgba(255,255,255,.05);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.copy-text{font-size:14px;color:#666}.social-links-flex{display:flex;gap:12px}.social-circle{width:35px;height:35px;background:#111827;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:.3s}.fixed-scroll-btn{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;box-shadow:0 4px 15px #ff4d4d66}@media(max-width:1100px){.footer-top{grid-template-columns:repeat(2,1fr);gap:40px}.footer-middle-row{flex-direction:column;text-align:center}.gallery-flex-row{justify-content:center;flex-wrap:wrap}}@media(max-width:992px){.footer-top{grid-template-columns:repeat(2,1fr);gap:30px}.footer-col{width:100%}.map-col iframe{height:180px}}@media(max-width:576px){.footer-container{padding:60px 20px 30px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-col.about,.map-col{grid-column:1 / -1}.footer-col h4{font-size:18px;margin-bottom:18px}.footer-col ul li{font-size:13px;margin-bottom:12px}.about-text,.contact-details p{font-size:13px}.map-wrapper iframe{height:200px}.footer-copyright-row{flex-direction:column;gap:20px;text-align:center}.copy-text{font-size:13px}.social-links-flex{justify-content:center}.fixed-scroll-btn{width:45px;height:45px;bottom:20px;right:20px}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.about-page-wrapper{width:100%}.about-page-wrapper .about-hero{height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) no-repeat center center/cover;position:relative;display:flex;align-items:center;justify-content:center}.about-page-wrapper .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center}.about-page-wrapper .hero-content{text-align:center;color:#fff;z-index:2}.about-page-wrapper .hero-content h1{font-size:50px;font-weight:800;margin-bottom:15px}.about-page-wrapper .breadcrumb{font-size:16px}.about-page-wrapper .breadcrumb a{color:#fff;text-decoration:none}.about-page-wrapper .breadcrumb a:hover{color:#548e5d}.about-page-wrapper .breadcrumb .active-page{color:#548e5d;font-weight:600}.about-page-wrapper .luxury-discovery{padding:100px 5%}.about-page-wrapper .discovery-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-page-wrapper .discovery-images{display:flex;gap:15px;justify-content:center}.about-page-wrapper .img-column{display:flex;flex-direction:column;gap:15px}.about-page-wrapper .small-img{width:120px;height:120px;border-radius:15px;object-fit:cover}.about-page-wrapper .large-img{width:300px;height:480px;border-radius:20px;object-fit:cover}.about-page-wrapper .discovery-content{padding-left:20px}.about-page-wrapper .subtitle{color:#548e5d;font-weight:600;margin-bottom:10px}.about-page-wrapper .main-title{font-size:38px;font-weight:800;color:#1a1a1a;line-height:1.3;margin-bottom:15px}.about-page-wrapper .desc-text{color:#666;margin-bottom:25px;line-height:1.6}.about-page-wrapper .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px 40px}.about-page-wrapper .feature-item{display:flex;align-items:flex-start;gap:15px}.about-page-wrapper .icon-box{min-width:55px;height:55px;background:#f3f6f4;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#548e5d;transition:.3s}.about-page-wrapper .feature-item:hover .icon-box{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff}.about-page-wrapper .feature-content h3{font-size:17px;font-weight:700;margin-bottom:5px}.about-page-wrapper .feature-content p{font-size:14px;color:#666;line-height:1.6}.about-page-wrapper .more-btn{display:inline-block;margin-top:25px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:14px 30px;border-radius:8px;font-weight:600;text-decoration:none;transition:.3s}.about-page-wrapper .more-btn:hover{background:#548e5d}.about-page-wrapper .signature-features{padding:100px 5%;background:linear-gradient(180deg,#f8f9fa,#f1f3f5);position:relative;border-top:1px solid #eeeeee}.about-page-wrapper .signature-features:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(0,0,0,.01) 20px,rgba(0,0,0,.01) 40px);pointer-events:none}.about-page-wrapper .features-header{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.about-page-wrapper .features-header .subtitle{color:#548e5d;font-weight:600;margin-bottom:10px}.about-page-wrapper .features-header .main-title{font-size:36px;font-weight:800;color:#1a1a1a}.about-page-wrapper .view-all-btn{padding:10px 20px;border:1px solid #ddd;background:#fff;border-radius:5px;cursor:pointer;font-weight:600;transition:.3s}.about-page-wrapper .features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.about-page-wrapper .feature-card{background:#fff;padding:40px 30px;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 6px #00000005;transition:all .3s ease;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;height:100%}.about-page-wrapper .feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 30px #0000000d;border-color:#548e5d}.about-page-wrapper .feature-card-content{flex-grow:1}.about-page-wrapper .card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.about-page-wrapper .f-icon{font-size:28px;background:#fff5f5;width:55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#548e5d}.about-page-wrapper .f-num{font-size:56px;font-weight:900;color:#e0eee2;line-height:1}.about-page-wrapper .feature-card h3{font-size:22px;margin-bottom:15px;color:#1a1a1a;font-weight:700}.about-page-wrapper .feature-card p{font-size:14px;color:#777;line-height:1.6;margin-bottom:20px}.about-page-wrapper .feature-card-footer{margin-top:10px}.about-page-wrapper .action-btn{padding:10px 22px;border:1px solid #eee;background:linear-gradient(to right,#1e7f5c,#2fbf8f);border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s}.about-page-wrapper .action-btn a{text-decoration:none;color:#fff}.about-page-wrapper .action-btn:hover{background:transparent;border-color:#548e5d}.about-page-wrapper .action-btn:hover a{color:#548e5d}@media(max-width:992px){.about-page-wrapper .discovery-grid,.about-page-wrapper .features-grid{grid-template-columns:1fr}}@media(max-width:768px){.about-page-wrapper .about-hero{height:300px}.about-page-wrapper .features-header{flex-direction:column;align-items:flex-start;gap:20px}.about-page-wrapper .hero-content h1{font-size:32px}.about-page-wrapper .main-title{font-size:26px}}.property-page-main{width:100%}.property-hero-section{position:relative;width:100%;height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) no-repeat center center/cover;display:flex;align-items:center;justify-content:center}.property-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d);display:flex;align-items:center;justify-content:center}.property-hero-content{text-align:center;z-index:2}.property-main-title{font-size:52px;font-weight:800;margin-bottom:12px;color:#fff}.property-breadcrumb-nav{display:flex;justify-content:center;align-items:center;gap:8px;color:#548e5d;font-size:15px}.property-breadcrumb-nav a{text-decoration:none;color:#fff;font-weight:500;transition:.3s ease}.property-breadcrumb-nav a:hover,.active-breadcrumb-item{color:#548e5d}.property-list-container{max-width:1300px;margin:80px auto 30px;padding:0 20px}.property-content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:40px}.property-left{display:flex;flex-direction:column;gap:30px}.property-left .property-card{display:flex;flex-direction:row;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000000d;height:240px}.property-left .property-card-image{width:45%;position:relative;height:100%}.property-left .property-card-image img{width:100%;height:100%;object-fit:cover}.property-left .property-card-content{width:55%;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.sale-badge{position:absolute;top:15px;left:15px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:5px 10px;border-radius:5px}.wishlist-btn{position:absolute;top:15px;right:15px;background:#fff;border-radius:50%;padding:8px;border:none}.property-features{display:flex;gap:20px;margin-top:15px}.property-bottom{display:flex;justify-content:space-between;align-items:center}.view-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);border:none;padding:8px 18px;border-radius:25px;cursor:pointer;text-decoration:none!important;color:#fff!important;display:inline-flex;align-items:center;font-weight:500}.view-btn a{text-decoration:none!important;color:#fff!important}.view-more-btn:hover{box-shadow:0 4px 15px #0000001a}.premium-badge{position:absolute;top:10px;left:10px;background:gold;color:#000;padding:5px 10px;font-size:12px;font-weight:700;border-radius:5px;z-index:2}.property-card-image{position:relative}@media(max-width:992px){.property-content-wrapper{grid-template-columns:1fr;gap:30px}.property-left .property-card{flex-direction:column}.property-left .property-card-image,.property-left .property-card-content{width:100%}.property-left .property-card-content{padding:20px}.property-features{flex-wrap:wrap;gap:15px}.sale-badge{padding:4px 8px;font-size:12px}.wishlist-btn{padding:6px}}@media(max-width:576px){.property-list-container{padding:0 10px;margin:40px auto}.property-left .property-card{flex-direction:column}.property-left .property-card-image img{height:200px;object-fit:cover}.property-left .property-card-content{padding:15px}.property-features{flex-direction:column;gap:10px;margin-top:10px}.property-bottom{flex-direction:column;align-items:flex-start;gap:10px}.view-btn{width:100%;justify-content:center}.sale-badge{font-size:11px;padding:3px 6px}.wishlist-btn{padding:5px}h3{font-size:18px}.location{font-size:13px}h4{font-size:16px}}.property-right{display:flex;flex-direction:column;gap:30px;position:sticky;top:100px}.search-box,.featured-box{background:#fff;padding:25px;border-radius:16px;box-shadow:0 10px 25px #0000000d}.search-input{display:flex;border:1px solid #ddd;border-radius:8px;overflow:hidden}.search-input input{flex:1;padding:12px;border:none}.search-input button{width:auto!important;background:linear-gradient(to right,#1e7f5c,#2fbf8f);border:none;color:#fff;padding:0 18px}.featured-item{display:flex;gap:15px;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.featured-item img{width:80px;height:70px;border-radius:8px;object-fit:cover}.featured-price{color:#548e5d;font-weight:700}.contact-form-box{background:#f4f1ef;padding:30px;border-radius:16px;box-shadow:0 10px 25px #0000000d;margin-top:20px}.contact-form-box h3{margin-bottom:20px;font-size:22px;font-weight:700}.contact-form-box form{display:flex;flex-direction:column;gap:15px}.contact-form-box input,.contact-form-box textarea{padding:14px 16px;border-radius:10px;border:none;outline:none;font-size:14px;background:#fff;transition:.3s ease}.contact-form-box textarea{min-height:130px;resize:none}.contact-form-box button{margin-top:10px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border:none;padding:14px;border-radius:10px;font-weight:600;cursor:pointer}.sidebar-cta-box{position:relative;height:340px;border-radius:20px;overflow:hidden;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=800) no-repeat center center/cover;box-shadow:0 15px 35px #00000014;margin-top:20px}.sidebar-cta-overlay{position:absolute;inset:0;background:#0000008c;padding:30px;display:flex;flex-direction:column;justify-content:center}.sidebar-cta-overlay h3{color:#fff;font-size:22px;font-weight:700;margin-bottom:20px}.cta-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);border:none;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;cursor:pointer;width:fit-content}@media(max-width:992px){.property-content-wrapper{grid-template-columns:1fr}.property-left .property-card{flex-direction:column}.property-left .property-card-image,.property-left .property-card-content{width:100%}.property-right{position:static}}.sidebar-social-no-gap{width:100%;display:flex;justify-content:flex-end;position:relative;z-index:5}.mini-s-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:16px;text-decoration:none;cursor:pointer;background-size:200% auto}.social-box{background:#fff;padding:25px;border-radius:16px;box-shadow:0 8px 20px #0000000d;text-align:center;margin-top:10px}.social-mini-row{display:flex;gap:12px;padding:5px 0}.property-right{gap:0px!important}.sidebar-cta-box{margin-bottom:60px!important;padding-bottom:0!important}.property-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.property-price{font-size:20px;font-weight:600;color:#111}.property-buttons{display:flex;gap:12px}.enquiry-btn{padding:8px 18px;border-radius:8px;border:1px solid #2e8b57;background:transparent;color:#2e8b57;font-weight:500;cursor:pointer;transition:.3s ease}.enquiry-btn:hover{background:#2e8b57;color:#fff}.view-more-btn{padding:8px 18px;border-radius:8px;background:#2e8b57;color:#fff;font-weight:500;text-decoration:none;transition:.3s ease;display:inline-block}.view-more-btn:hover{background:#256f46}.pagination{margin-top:40px;display:flex;gap:10px;justify-content:center}.page-btn{width:40px;height:40px;border-radius:50%;border:none;background:#f1f1f1;cursor:pointer;font-weight:600;transition:.3s}.page-btn.active{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff}.page-btn:hover{background:#548e5d;color:#fff}@media(max-width:1200px){.property-list-container{max-width:95%}}@media(max-width:992px){.property-content-wrapper{grid-template-columns:1fr}.property-right{position:static;margin-top:40px}.property-left .property-card{flex-direction:column;height:auto}.property-left .property-card-image{width:100%;height:250px}.property-left .property-card-content{width:100%}.property-bottom{flex-wrap:wrap;gap:15px}}@media(max-width:576px){.property-hero-section{height:350px}.property-main-title{font-size:32px}.property-breadcrumb-nav{font-size:13px}.property-list-container{margin:40px auto;padding:0 15px}.property-left{gap:20px}.property-left .property-card{border-radius:12px}.property-left .property-card-image{height:200px}.property-features{flex-direction:column;gap:10px}.property-bottom{flex-direction:column;align-items:flex-start;gap:12px}.property-buttons{width:100%;flex-direction:column}.enquiry-btn,.view-more-btn{width:100%;text-align:center}.featured-item{flex-direction:column;align-items:flex-start}.featured-item img{width:100%;height:150px}.sidebar-cta-box{height:250px}}.contact-page-main{width:100%}.contact-hero-section{position:relative;height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) no-repeat center center/cover;display:flex;align-items:center;justify-content:center}.contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d);display:flex;align-items:center;justify-content:center}.contact-hero-content{text-align:center;color:#fff;z-index:2}.contact-hero-content h1{font-size:52px;font-weight:800;margin-bottom:15px}.contact-breadcrumb{display:flex;gap:8px;justify-content:center;align-items:center;font-size:15px}.contact-breadcrumb a{color:#fff;text-decoration:none}.contact-breadcrumb .active{color:#548e5d}.contact-info-section{padding:80px 0;background-color:#fff}.info-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1240px;margin:0 auto;padding:0 20px}.info-card-custom{background-color:#f7f3f1;padding:40px 30px;border-radius:15px;display:flex;align-items:center;gap:20px;transition:transform .3s ease}.info-card-custom:hover{transform:translateY(-5px)}.icon-sphere-white{width:70px;height:70px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ff4d4d;flex-shrink:0;box-shadow:0 4px 12px #0000000a}.info-content-text{text-align:left}.info-content-text h4{font-size:21px;font-weight:700;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.5px}.info-content-text p{font-size:15px;color:#555;line-height:1.6;margin:0}@media(max-width:991px){.info-grid-wrapper{grid-template-columns:1fr}.info-card-custom{justify-content:center;text-align:center;flex-direction:column}}.contact-form-main-section{padding:60px 0 100px;background-color:#fff}.form-flex-wrapper{display:flex;background-color:#fdf6f3;border-radius:20px;overflow:hidden;max-width:1200px;margin:0 auto;box-shadow:0 10px 40px #00000008}.contact-form-container{flex:1.2;padding:60px;text-align:left}.contact-form-container h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:35px}.main-contact-form{display:flex;flex-direction:column;gap:20px}.input-row{display:flex;gap:20px}.main-contact-form input,.main-contact-form select,.main-contact-form textarea{width:100%;padding:16px 20px;border:1px solid #eee;border-radius:10px;background-color:#fff;font-size:15px;color:#444;outline:none;transition:.3s}.main-contact-form input:focus,.main-contact-form textarea:focus{border-color:#ff4d4d}.send-message-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border:none;padding:16px 35px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;width:fit-content;transition:.3s;margin-top:10px}.send-message-btn:hover{background:#548e5d;transform:translateY(-2px)}.contact-image-container{flex:.8;position:relative}.agent-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:991px){.form-flex-wrapper{flex-direction:column;margin:0 20px}.contact-form-container{padding:40px 25px}.input-row{flex-direction:column;gap:20px}.contact-image-container{height:400px}}.contact-map-wrapper{width:100%;height:450px;margin:0;padding:0;display:block;overflow:hidden;line-height:0;position:relative}.contact-map-wrapper iframe{width:100%;height:100%;display:block;border:none;margin:0;padding:0}.post-wrapper{display:flex;justify-content:center;padding:50px 20px;background:#f5f7fa;min-height:100vh}.post-card{background:#fff;padding:40px;width:800px;border-radius:16px;box-shadow:0 10px 30px #00000014}.progress-bar{display:flex;justify-content:space-between;margin-bottom:30px}.progress{flex:1;text-align:center;padding:10px;border-bottom:3px solid #ddd;font-weight:500;color:#999}.progress.active{border-color:#1dbf73;color:#1dbf73}.form-step input,.form-step select,.form-step textarea{width:100%;padding:12px;margin-bottom:15px;border-radius:8px;border:1px solid #ddd;font-size:14px}.form-step textarea{min-height:100px}.amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.amenity-item{background:#f1f3f5;padding:10px;border-radius:8px;cursor:pointer}.preview-img{width:200px;margin-top:15px;border-radius:10px}.form-buttons{display:flex;justify-content:space-between;margin-top:20px}.custom-upload-btn{display:inline-block;padding:12px 20px;background:#1dbf73;color:#fff;border-radius:8px;cursor:pointer;font-weight:500;margin-top:10px}.custom-upload-btn:hover{background:#15803d}.prev-btn,.next-btn,.submit-btn{padding:10px 20px;border:none;border-radius:8px;background:#1dbf73;color:#fff;cursor:pointer}.prev-btn{background:#888}.pd-hero-section{width:100%;height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) no-repeat center center/cover;position:relative;margin:0}.pd-hero-overlay{width:100%;height:100%;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d);display:flex;align-items:center;justify-content:center;text-align:center}.pd-hero-content h1{color:#fff;font-size:48px;font-weight:700;margin-bottom:15px}.separator{color:#fff}.pd-breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px}.pd-breadcrumb a{color:#fff;text-decoration:none;font-weight:500;transition:.3s}.pd-breadcrumb a:hover,.pd-breadcrumb .active-page{color:#548e5d;font-weight:500}.pd-view-grid{display:grid;grid-template-columns:2.2fr 1fr;gap:40px;padding:60px 20px 40px;align-items:start;margin-top:20px}.pd-view-left{display:flex;flex-direction:column;gap:20px;width:100%}.pd-main-display{width:100%;height:550px;background:#000;border-radius:20px;position:relative;overflow:hidden}.pd-featured-img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:.5s ease}.pd-thumbnails-row{display:flex;gap:15px;overflow-x:auto;white-space:nowrap;padding-bottom:5px}.pd-thumb{flex:0 0 auto;width:150px;height:95px;border-radius:14px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:.3s}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb.active{border-color:#548e5d}.pd-thumb:hover{transform:translateY(-5px)}.video-thumb{position:relative;width:100%;height:100%}.video-thumb video{width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;background:#0006;border-radius:12px}.pd-about-property-info{margin-top:40px;width:100%}.pd-info-top-tags{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.pd-left-tags{display:flex;gap:20px;align-items:center}.featured-badge{background:#548e5d;color:#fff;padding:5px 15px;border-radius:20px;font-weight:600;font-size:13px}.info-tag{color:#777;font-size:14px;display:flex;align-items:center;gap:6px}.pd-wishlist-icon{width:40px;height:40px;border:1px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;cursor:pointer;transition:.3s}.pd-wishlist-icon:hover{background:#548e5d;color:#fff;border-color:#548e5d}.pd-title-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.pd-title-price-row h2{font-size:32px;font-weight:700;color:#111}.pd-price-val{font-size:30px;font-weight:800;color:#111}.pd-location-specs-bar{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid #eee;margin-bottom:25px}.pd-loc{color:#555;font-weight:500}.pd-loc i{color:#548e5d;margin-right:5px}.pd-specs{display:flex;gap:15px;color:#666;font-size:14px}.spec-sep{color:#ddd}.pd-main-desc p{color:#666;line-height:1.8;margin-bottom:20px;font-size:15px}.pd-contact-sidebar{display:flex;flex-direction:column;gap:25px;width:100%}.custom-contact-card{background-color:#f6f3f0;padding:40px 30px;border-radius:25px;width:100%;box-shadow:0 10px 30px #00000008}.custom-contact-card h2{font-size:28px;font-weight:700;margin-bottom:30px}.custom-form{display:flex;flex-direction:column;gap:20px}.custom-input-group input,.custom-input-group textarea{width:100%;padding:16px 20px;border:none;border-radius:12px;background-color:#fff;outline:none}.custom-send-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:16px;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:.3s}.custom-send-btn:hover{background-color:#548e5d}.sidebar-agency-banner{width:100%;height:350px;background:url(https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=800) no-repeat center center/cover;border-radius:20px;position:relative;overflow:hidden}.agency-banner-overlay{width:100%;height:100%;background:linear-gradient(to bottom,#0003,#000c);display:flex;flex-direction:column;justify-content:flex-end;padding:30px}.agency-banner-overlay h3{color:#fff;font-size:24px;margin-bottom:50px}.agency-contact-btn{background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;border:none;padding:15px 25px;border-radius:12px;font-weight:600;cursor:pointer}.social-box{background:#fff;padding:25px;border-radius:16px;box-shadow:0 8px 20px #0000000d;text-align:center}.social-title{font-size:20px;font-weight:600;margin-bottom:18px;color:#111}.sidebar-social-no-gap{width:100%;display:flex;justify-content:center}.social-mini-row{display:flex;gap:12px}.mini-s-btn{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:16px;text-decoration:none;cursor:pointer}.wa{background-color:#25d366}.ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.fb{background-color:#1877f2}.tw{background-color:#000}.pd-highlights-section{padding:80px 6%;background:#f8f9fb}.pd-highlights-header-new{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.pd-highlights-header-new h2{font-size:28px;font-weight:700;margin:0}.sale-status-new{display:flex;align-items:center;gap:8px;color:#22c55e;font-weight:600}.sale-status-new .dot{width:10px;height:10px;background:#22c55e;border-radius:50%}.pd-highlights-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:40px;align-items:stretch}.pd-highlights-card{background:#fff;padding:35px;border-radius:24px;box-shadow:0 15px 40px #0000000f}.pd-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 20px}.highlight-item{display:flex;align-items:center;gap:16px;padding:14px;border-radius:14px;transition:all .3s ease}.highlight-item:hover{background:#f4f6fa;transform:translateY(-2px)}.highlight-icon{width:48px;height:48px;background:#eef2ff;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:16px;flex-shrink:0}.highlight-text span{display:block;font-size:11px;color:#888;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.highlight-text h4{margin:4px 0 0;font-size:16px;font-weight:700;color:#111}.pd-highlights-card,.pd-nearby-card-new{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.pd-nearby-card-new{background:#fff;padding:35px;border-radius:24px;box-shadow:0 15px 40px #0000000f}.pd-nearby-card-new h3{font-size:20px;font-weight:700;margin-bottom:25px}.nearby-item-new{display:flex;align-items:center;gap:15px;padding:16px 0;border-bottom:1px solid #f1f1f1;transition:.3s ease}.nearby-item-new:last-child{border-bottom:none}.nearby-item-new:hover{transform:translate(4px)}.nearby-icon{width:40px;height:40px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6366f1;font-size:14px;flex-shrink:0}.nearby-item-new h5{margin:0;font-size:15px;font-weight:700}.nearby-item-new p{margin:3px 0 0;font-size:13px;color:#888}.pd-modern-gallery-container{border:#548e5d solid 2px;border-radius:10px;padding:20px}.pd-gallery-title-row{text-align:center;margin-bottom:20px;color:#548e5d;font-weight:700;text-decoration:underline}.pd-asymmetric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;gap:15px;width:100%}.pg-tile-new{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;background:#f5f5f5}.pg-tile-new img{width:100%;height:100%;object-fit:cover;transition:.6s cubic-bezier(.4,0,.2,1)}.span-2{grid-column:span 2}.row-2{grid-row:span 2}.pg-badge{position:absolute;top:15px;left:15px;background:#ffffffe6;color:#111;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:700;box-shadow:0 4px 10px #0000001a}.view-more-glass{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.pg-tile-new:hover img{transform:scale(1.1)}.pg-tile-new:hover{box-shadow:0 15px 30px #00000026}.lightbox-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.lightbox-content img{max-width:90%;max-height:90%;border-radius:12px;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.pd-amenities-card-wrapper{width:100%;margin-top:40px;background-color:#fff;border:1px solid #e0e0e0;border-radius:25px;padding:40px;box-shadow:0 10px 40px #00000005;margin-bottom:20px}.section-title-main{font-size:26px;font-weight:700;color:#1a1a1a;margin-bottom:35px;font-family:Poppins,sans-serif}.pd-amenities-list-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:25px 15px}.amenity-list-item{display:flex;align-items:center;gap:10px;color:#24a17b}.custom-checkbox-box{color:#888;font-size:14px;display:flex;align-items:center}.amenity-list-item span{font-size:14px;color:#555;font-weight:400;white-space:nowrap}.pd-location-card-wrapper{width:100%;margin-top:40px;background-color:#fff;border:1px solid #e0e0e0;border-radius:25px;padding:40px;box-shadow:0 10px 40px #00000005}.pd-map-container{position:relative;width:100%;height:450px;border-radius:20px;overflow:hidden;border:1px solid #eee}.map-info-floating-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:15px;display:flex;gap:15px;box-shadow:0 10px 30px #00000026;z-index:10;width:280px}.info-card-img{width:70px;height:70px;border-radius:10px;overflow:hidden}.info-card-img img{width:100%;height:100%;object-fit:cover}.info-card-details p{font-size:13px;color:#555;margin:0;line-height:1.5}.info-card-details strong{color:#111;font-weight:700}.post-code{margin-top:10px!important}.view-larger-btn{position:absolute;top:20px;left:20px;background:#fff;border:none;padding:8px 15px;border-radius:5px;font-size:12px;font-weight:600;color:#1a73e8;box-shadow:0 2px 6px #0003;cursor:pointer;display:inline-block;transition:background .2s}.view-larger-btn:hover{background:#f8f9fa;color:#1557b0}@media(max-width:1200px){.pd-view-grid{grid-template-columns:1.7fr 1fr;gap:30px}.pd-amenities-list-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.pd-view-grid{grid-template-columns:1fr;gap:30px}.pd-contact-sidebar{margin-top:20px}.pd-highlights-wrapper{grid-template-columns:1fr;gap:30px}.pd-main-display{height:420px}.pd-amenities-list-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.pd-hero-section{height:340px}.pd-hero-content h1{font-size:26px}.pd-title-price-row{flex-direction:column;align-items:flex-start;gap:8px}.pd-info-top-tags,.pd-location-specs-bar{flex-direction:column;align-items:flex-start;gap:10px}.pd-specs{flex-wrap:wrap}.pd-main-display{height:320px}.pd-highlights-grid{grid-template-columns:repeat(2,1fr);gap:20px}.pd-asymmetric-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:120px}.row-2{grid-row:span 1}.pd-amenities-list-grid{grid-template-columns:repeat(2,1fr)}.pd-map-container{height:300px}.map-info-floating-card{position:static;transform:none;margin-top:15px;width:100%}}@media(max-width:768px){.pd-view-grid{grid-template-columns:1fr!important;padding:30px 15px!important}.pd-view-left,.pd-contact-sidebar{width:100%}.pd-main-display{width:100%;height:280px;border-radius:14px}.pd-featured-img{width:100%;height:100%;object-fit:cover}.pd-thumbnails-row{display:grid!important;grid-template-columns:repeat(2,1fr);gap:10px;overflow:hidden}.pd-thumb{width:100%;height:90px}.custom-contact-card{padding:20px 15px;border-radius:18px}.custom-input-group input,.custom-input-group textarea{padding:12px 15px}.custom-send-btn{padding:12px}.sidebar-agency-banner{height:220px}.agency-banner-overlay{padding:20px}.agency-banner-overlay h3{font-size:18px;margin-bottom:15px}.pd-highlights-section{padding:40px 15px}.pd-highlights-card{padding:20px 15px;border-radius:18px}.pd-highlights-grid{grid-template-columns:repeat(2,1fr);gap:15px}.highlight-item{padding:12px;gap:12px;border-radius:12px;background:#f9fafb}.highlight-icon{width:38px;height:38px;border-radius:10px;font-size:14px}.highlight-text span{font-size:10px}.highlight-text h4{font-size:14px}.sale-status-new{font-size:13px;margin-bottom:10px}.pd-nearby-card-new{padding:20px 15px;border-radius:18px}.pd-nearby-card-new h3{font-size:18px;margin-bottom:15px}.nearby-item-new{padding:12px;border-radius:12px;background:#f9fafb;margin-bottom:10px}.nearby-icon{width:35px;height:35px;font-size:13px}.nearby-item-new h5{font-size:14px}.nearby-item-new p{font-size:12px}.pd-highlights-wrapper{gap:20px}.pd-main-heading{font-size:22px}}@media(max-width:480px){.pd-main-display{height:240px}.pd-thumb{height:80px}}.blog-hero{position:relative;width:100%;height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) no-repeat center center/cover;display:flex;align-items:center;justify-content:center}.blog-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d)}.blog-content{position:relative;text-align:center;color:#fff;z-index:2}.blog-content h1{font-size:50px;font-weight:700;margin-bottom:15px;letter-spacing:1px}.blog-breadcrumb{display:flex;justify-content:center;align-items:center;gap:8px;font-size:18px}.blog-breadcrumb a{color:#fff;text-decoration:none;transition:.3s ease}.blog-breadcrumb a:hover{color:#548e5d}.blog-breadcrumb .arrow{color:#fff}.blog-breadcrumb .active{color:#548e5d;font-weight:500}.blog-grid-section{padding:80px 6%;background:#f7f7f7}.blog-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.blog-card{background:#fff;border-radius:18px;overflow:hidden;transition:.4s ease}.blog-card:hover{transform:translateY(-10px)}.blog-img{position:relative;overflow:hidden;border-radius:18px}.blog-img img{width:100%;height:260px;object-fit:cover;border-radius:18px;transition:.5s ease}.blog-card:hover .blog-img img{transform:scale(1.1)}.date-badge{position:absolute;bottom:15px;left:15px;background:linear-gradient(to right,#1e7f5c,#2fbf8f);color:#fff;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:600}.blog-card-content{padding:20px 10px 30px}.blog-meta{display:flex;gap:20px;font-size:14px;color:#777;margin-bottom:12px}.blog-meta span{display:flex;align-items:center;gap:6px}.blog-meta svg{color:#548e5d}.blog-card-content h3{font-size:20px;font-weight:700;margin-bottom:20px;line-height:1.4;transition:.3s ease}.blog-card-content h3:hover{color:#548e5d}.read-btn{padding:10px 24px;border:1px solid #ddd;background:#fff;border-radius:30px;cursor:pointer;transition:.3s ease}.read-btn a{text-decoration:none!important;color:#000}.read-btn:hover{background:#548e5d;color:#fff!important;border-color:#548e5d}.read-btn a:hover{color:#fff!important}@media(max-width:992px){.blog-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-container{grid-template-columns:1fr}}@media(max-width:768px){.blog-hero{height:300px}.blog-content h1{font-size:32px}.blog-breadcrumb{font-size:15px}}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin:40px 0 60px}.page-number,.page-btn{width:50px;height:50px;border-radius:50%;border:1px solid #e5e5e5;background:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.page-number:hover,.page-btn:hover{background-color:#548e5d;color:#fff;border-color:#548e5d;transform:translateY(-4px)}.page-number.active{background-color:#548e5d;color:#fff;border-color:#548e5d;box-shadow:0 8px 18px #548e5d59}.page-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.page-btn:disabled:hover{background:#fff;color:inherit;border-color:#e5e5e5}@media(max-width:768px){.pagination{gap:10px;margin:60px 0 80px}.page-number,.page-btn{width:42px;height:42px;font-size:14px}}.blogdetails-hero{position:relative;height:400px;background:url(https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?w=1600) center/cover no-repeat;display:flex;align-items:center;justify-content:center}.blogdetails-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#ffffff52,#05412852,#03331f8d)}.blogdetails-content{position:relative;color:#fff;text-align:center;z-index:2}.blogdetails-content h1{font-size:42px;margin-bottom:10px;font-weight:700}.blogdetails-breadcrumb{font-size:16px}.blogdetails-breadcrumb a{color:#fff;text-decoration:none;transition:.3s}.blogdetails-breadcrumb a:hover,.blogdetails-breadcrumb .active{color:#548e5d}.blogdetails-container{padding:100px 6%;background:#f8f9fb}.blogdetails-wrapper{max-width:1200px;width:100%;margin:auto;background:#fff;padding:60px;border-radius:20px;box-shadow:0 15px 40px #0000000d}.blogdetails-main-image{width:100%;border-radius:18px;margin-bottom:30px}.blogdetails-meta{font-size:14px;color:#777;margin-bottom:15px;display:flex;gap:10px;flex-wrap:wrap}.blogdetails-title{font-size:32px;margin-bottom:25px;font-weight:700;line-height:1.3}.blogdetails-wrapper p{line-height:1.9;margin-bottom:25px;color:#555;font-size:16px}blockquote{background:#f4f6fa;padding:25px 30px;border-left:4px solid #548e5d;font-style:italic;margin:40px 0;border-radius:10px;color:#333}.blogdetails-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.blogdetails-gallery img{width:100%;height:250px;object-fit:cover;border-radius:15px;transition:.4s ease}.blogdetails-gallery img:hover{transform:scale(1.05)}.blogdetails-tags{margin-top:40px;display:flex;align-items:center;flex-wrap:wrap;gap:15px}.blogdetails-tags span{font-weight:600;color:#333}.blogdetails-tags a{padding:6px 15px;border-radius:20px;background:#eef2ff;text-decoration:none;font-size:14px;color:#3b82f6;transition:.3s ease}.blogdetails-tags a:hover{background:#3b82f6;color:#fff}@media(max-width:1024px){.blogdetails-wrapper{width:95%;padding:40px}.blogdetails-title{font-size:26px}.blogdetails-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blogdetails-hero{height:320px}.blogdetails-content h1{font-size:30px}.blogdetails-wrapper{width:95%;padding:30px}.blogdetails-title{font-size:22px}.blogdetails-wrapper p{font-size:15px}.blogdetails-gallery{grid-template-columns:1fr}.blogdetails-gallery img{height:230px}}@media(max-width:480px){.blogdetails-container{padding:60px 4%}.blogdetails-hero{height:260px}.blogdetails-content h1{font-size:24px}.blogdetails-wrapper{width:100%;padding:20px;border-radius:15px}.blogdetails-title{font-size:20px}.blogdetails-wrapper p{font-size:14px;line-height:1.7}blockquote{padding:18px;font-size:14px}.blogdetails-gallery img{height:200px}.blogdetails-tags{gap:8px}}.admin-enquiries-container{padding:30px;background:#f3f4f6}.stats-cards{display:flex;gap:20px;margin-bottom:30px;flex-wrap:wrap}.stat-card{flex:1;min-width:150px;padding:20px;border-radius:10px;text-align:center;color:#fff;box-shadow:0 5px 15px #0000001a}.stat-card.purple{background:#6366f1}.stat-card.green{background:#16a34a}.stat-card.blue{background:#2563eb}.stat-card.red{background:#dc2626}.filter-row{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.filter-row input,.filter-row select{padding:8px;border-radius:5px;border:1px solid #ccc}.table-wrapper{width:100%;overflow-y:hidden;display:block}.enquiry-table{border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d;min-width:1100px;width:100%}.admin-enquiries-container{padding:30px;background:#f3f4f6;overflow-x:visible}.enquiry-table th{padding:12px;background:#111827;color:#fff;text-align:left}.enquiry-table td{padding:10px;border-bottom:1px solid #eee}.enquiry-table tr:hover{background:#f9fafb}.link-btn{background:none;border:none;color:#2563eb;cursor:pointer}.delete-btn{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:5px;cursor:pointer}.status-select{padding:5px 10px;border-radius:5px;border:none;font-weight:700}.status-select.new{background:#d1fae5;color:#065f46}.status-select.contacted{background:#dbeafe;color:#1e3a8a}.status-select.closed{background:#fee2e2;color:#7f1d1d}.pagination{margin-top:20px}.pagination button{margin:5px;padding:6px 12px;border-radius:5px;border:none;cursor:pointer;background:#e5e7eb}.pagination .active-page{background:#111827;color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center}.modal-box{background:#fff;padding:30px;border-radius:10px;width:400px}.modal-actions{margin-top:20px}.whatsapp-link{display:block;margin-top:4px;font-size:12px;color:green}@media(max-width:768px){.stats-cards{flex-direction:column}.admin-enquiries-container{padding:15px}.filter-row{flex-direction:column}.filter-row input,.filter-row select{width:100%}.enquiry-table th,.enquiry-table td{padding:8px;font-size:12px}}.admin-login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);font-family:Inter,sans-serif;padding:20px}.admin-login-card{width:380px;background:#fff;padding:40px;border-radius:14px;box-shadow:0 20px 40px #00000040}.admin-login-title{text-align:center;margin-bottom:30px;font-weight:600;color:#111827}.admin-login-field{margin-bottom:20px}.admin-login-field label{font-size:14px;color:#374151;display:block;margin-bottom:6px}.admin-login-field input{width:100%;padding:10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;outline:none;transition:.2s ease}.admin-login-field input:focus{border-color:#111827}.admin-login-button{width:100%;padding:12px;background:#111827;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:.3s ease}.admin-login-button:hover{background:#1e293b}@media(max-width:576px){.admin-login-card{width:100%;padding:25px}}.property-list-wrapper{background:#fff;border-radius:12px;box-shadow:0 6px 16px #0000000d;overflow:hidden}.property-list-header{padding:14px 18px;border-bottom:1px solid #f1f5f9;font-size:14px;font-weight:500;background:#fafafa}.property-table-wrapper{overflow-x:auto}.property-table{width:100%;border-collapse:collapse}.property-table thead tr{background:#0f172a;color:#f1f5f9;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.property-table th,.property-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9}.property-table tr{transition:.2s ease}.property-table tr:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.id-cell{font-weight:500;white-space:nowrap}.title-cell{font-weight:600}.price-cell{color:#16a34a;font-weight:700;text-align:right;white-space:nowrap}.center{text-align:center}.muted{color:#64748b}.actions-col{min-width:260px}.actions-cell{text-align:right}.actions-group{display:flex;justify-content:flex-end;gap:10px;align-items:center}.btn{border:none;border-radius:6px;padding:6px;cursor:pointer}.btn.blue{background:#3b82f6}.btn.red{background:#ef4444}.btn.star{background:#f1f5f9}.btn.star.premium{background:#facc15}.approval-select{height:28px;padding:0 6px;border-radius:6px;border:1px solid #e2e8f0;font-size:12px;background:#f8fafc}.status-pill{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;display:inline-flex}.status-pill.pending{background:#fef3c7;color:#92400e}.status-pill.rejected{background:#fee2e2;color:#dc2626}.status-pill.approved{background:#dcfce7;color:#16a34a}.status-pill.for-rent{background:#fee2e2;color:#dc2626}.status-pill.sold{background:#e0f2fe;color:#0284c7}.status-pill.for-sale{background:#dcfce7;color:#16a34a}@media(max-width:768px){.property-table th,.property-table td{font-size:12px;padding:10px}.actions-group{gap:6px}}.add-property-form{padding:30px 20px;background:#f1f5f9}.form-title{font-weight:700;font-size:24px;margin-bottom:25px}.form-container{max-width:1150px;margin:0 auto}.form-grid{display:grid;grid-template-columns:2fr 1fr;gap:25px;align-items:stretch}.card-title{margin-bottom:18px;font-size:16px;font-weight:600}.form-group label,.row label{font-size:13px;font-weight:600;color:#334155}.add-property-form input,.add-property-form select,.add-property-form textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;margin-top:6px;outline:none;transition:.2s ease;background:#fff}.add-property-form input:focus,.add-property-form select:focus,.add-property-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.preview-img{width:100%;max-height:200px;object-fit:cover;border-radius:8px}.upload-text{font-weight:600;color:#334155}.upload-subtext{font-size:12px;color:#94a3b8}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:14px}.add-row{display:flex!important;align-items:center!important;gap:10px;margin-top:15px;flex-wrap:nowrap!important;width:100%}.add-row input{flex:1!important;width:auto!important;min-width:0!important}.add-row button{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:5px;width:auto;white-space:nowrap;background:#2563eb;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;height:38px;min-height:unset;cursor:pointer;transition:.2s ease}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 30px}.nearby-section{margin-top:25px;padding-top:18px;border-top:1px solid #e2e8f0}.submit-row{display:flex;justify-content:flex-end;margin-top:20px}.submit-btn{background:#10b981;color:#fff;padding:10px 28px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #10b98140;min-width:160px;width:auto}.submit-card{text-align:center;margin-bottom:0;padding:18px 25px}.full-submit{width:100%;height:55px;font-size:16px}.right-column{display:flex;flex-direction:column;gap:25px;height:100%}.right-column .form-card:first-child{flex:1}.right-column .form-card{margin-bottom:0}.right-column .submit-card{margin-top:0}@media(max-width:768px){.add-property-form{padding:20px 12px}.row{flex-direction:column}.submit-row{justify-content:center}.submit-btn{width:100%;max-width:320px}}.admin-layout{display:flex;min-height:100vh;font-family:Inter,sans-serif}.admin-sidebar{width:260px;background:linear-gradient(180deg,#0f172a,#111827);color:#fff;padding:20px 16px;display:flex;flex-direction:column;box-shadow:4px 0 15px #0003;position:fixed;left:0;top:0;height:100vh;overflow-y:auto;scrollbar-width:thin}.admin-logo{margin-bottom:35px;font-weight:600;font-size:20px}.admin-menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13.5px;transition:.2s ease}.admin-menu-item:hover,.admin-menu-item.active{background:#1e293b}.admin-section{margin-top:15px}.admin-section-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;cursor:pointer;font-weight:500;background:#1e293b;border-radius:8px}.admin-submenu{margin-top:8px;margin-left:10px}.rotate{transform:rotate(180deg);transition:.3s}.admin-logout{margin-top:auto;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;background:#7f1d1d;font-weight:500;transition:.2s}.admin-logout:hover{background:#991b1b}.admin-main{flex:1;background:#f8fafc;margin-left:260px}.admin-header{background:#fff;padding:12px 20px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center}.admin-header h3{font-weight:600;font-size:18px}.admin-welcome{font-size:14px;color:#64748b}.admin-content{padding:25px 30px}.hamburger-btn{display:none;font-size:22px;background:none;border:none;cursor:pointer}.close-btn{display:none;background:none;border:none;color:#fff;font-size:20px;margin-bottom:15px;cursor:pointer}@media(max-width:1023px)and (min-width:769px){.admin-sidebar{width:80px}.admin-main{margin-left:80px}.admin-logo{font-size:16px;text-align:center}.admin-menu-item{justify-content:center;font-size:0}.admin-menu-item svg{margin:0}.admin-section-header span{font-size:0}.admin-logout{justify-content:center;font-size:0}}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{position:fixed;left:-260px;top:0;width:260px;height:100vh;transition:.3s ease;z-index:1000}.admin-sidebar.show{left:0}.admin-main{margin-left:0!important;width:100%}.hamburger-btn,.close-btn{display:block}}.admin/user/dashboard{padding:10px 0}.dashboard-title{margin-bottom:30px;font-size:22px;font-weight:600}.dashboard-cards{display:flex;gap:20px;flex-wrap:wrap}.dashboard-card{flex:1;min-width:200px;padding:20px;border-radius:10px;text-align:center;color:#fff}.dashboard-card h3{font-size:16px;margin-bottom:10px}.dashboard-card p{font-size:22px;font-weight:600}.dashboard-card.purple{background:#6366f1}.dashboard-card.green{background:#16a34a}.dashboard-card.red{background:#dc2626}@media(max-width:768px){.dashboard-cards{flex-direction:column}}.admin-property-grid{width:100%}.grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:10px}.grid-header h2{font-size:24px;font-weight:600}.add-property-btn{padding:8px 14px;border-radius:6px;background:#22c55e;color:#fff;border:none;cursor:pointer;transition:.2s ease}.add-property-btn:hover{background:#16a34a}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.grid-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;overflow:hidden;transition:.2s ease}.grid-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.grid-image{width:100%;height:200px;object-fit:cover}.grid-card-body{padding:16px}.grid-price{color:#16a34a;font-weight:700}.grid-title{margin-top:8px;font-weight:600}.grid-location{font-size:14px;color:#64748b;margin-top:4px}.grid-meta{display:flex;justify-content:space-between;margin-top:12px;font-size:14px}@media(max-width:768px){.grid-header{flex-direction:column;align-items:flex-start}.grid-container{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.grid-image{height:180px}}.admin-customers-wrapper{padding:20px}.admin-customers-container{padding:20px 24px}.admin-customers-header{margin-bottom:20px}.admin-customers-header h2{font-size:22px;font-weight:600;margin-bottom:5px}.admin-customers-header p{color:#64748b;font-size:14px}@media(max-width:768px){.admin-customers-wrapper,.admin-customers-container{padding:15px}.admin-customers-header h2{font-size:18px}}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.property-card{border:1px solid #e2e8f0;border-radius:12px;padding:15px;background:#fff;transition:.2s ease}.property-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f}.property-title{font-weight:600;margin-bottom:6px}.property-location{color:#64748b;margin-bottom:6px}.property-price{color:#16a34a;font-weight:600;margin-bottom:6px}.property-image-container{width:100%;height:180px;border-radius:10px;overflow:hidden;margin-bottom:12px;background:#f1f5f9}.property-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.status-text{font-weight:600;padding:2px 6px;border-radius:4px;font-size:12px;text-transform:uppercase}.status-text.approved{background:#dcfce7;color:#166534}.status-text.pending{background:#fef9c3;color:#854d0e}.status-text.rejected{background:#fee2e2;color:#991b1b}.property-status{margin-top:10px;font-size:13px;color:#475569}@media(max-width:768px){.property-grid{gap:15px}.property-card{padding:12px}}.admin-customers-grid-wrapper{padding:20px 24px}.admin-customers-grid-header{margin-bottom:20px}.admin-customers-grid-header h2{font-size:22px;font-weight:600;margin-bottom:5px}.admin-customers-grid-header p{color:#64748b;font-size:14px}.admin-customers-grid-card{background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000f;padding:20px}@media(max-width:768px){.admin-customers-grid-wrapper{padding:15px}.admin-customers-grid-header h2{font-size:18px}.admin-customers-grid-card{padding:15px}}.admin-contacts-wrapper{padding:20px}.admin-contacts-wrapper h2{margin-bottom:20px;font-size:20px;font-weight:600}.contacts-table-wrapper{overflow-x:auto}.contacts-table{width:100%;border-collapse:collapse;background:#fff}.contacts-table th,.contacts-table td{border:1px solid #ddd;padding:10px;text-align:left}.contacts-table th{background:#111827;color:#fff}.contacts-table tr:nth-child(2n){background:#f9fafb}.contacts-table tr:hover{background:#f3f4f6}@media(max-width:768px){.admin-contacts-wrapper{padding:15px}.contacts-table th,.contacts-table td{padding:8px;font-size:13px}}.table-wrapper{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014}.admin-blogs-table{min-width:900px;width:100%;border-collapse:collapse}.delete-btn{background:#ef4444;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.status-select{padding:5px 9px;border:none;font-size:12px;font-weight:600;color:#fff;cursor:pointer;min-width:100px;height:28px}.status-select.approved{background:#16a34a}.status-select.pending{background:#f59e0b}.status-select.rejected{background:#dc2626}.status-select:focus{outline:none}.status-select option{color:#000}.admin-add-blog-container{padding:25px;max-width:800px}.admin-blog-form{display:flex;flex-direction:column;gap:15px}.admin-blog-form input,.admin-blog-form textarea{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px}.admin-blog-form textarea{min-height:150px}.blog-submit-btn{width:150px;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer}.blog-submit-btn:hover{background:#1d4ed8}.admin-edit-blog-container{padding:25px;max-width:800px}.admin-edit-blog-title{font-size:24px;font-weight:600;margin-bottom:20px}.admin-edit-blog-form{display:flex;flex-direction:column;gap:15px}.admin-edit-blog-form input,.admin-edit-blog-form textarea{padding:12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;outline:none;transition:.2s}.admin-edit-blog-form input:focus,.admin-edit-blog-form textarea:focus{border-color:#3b82f6}.admin-edit-blog-form textarea{min-height:150px;resize:vertical}.blog-update-btn{width:fit-content;padding:10px 20px;border:none;background:#3b82f6;color:#fff;border-radius:8px;cursor:pointer;transition:.2s}.blog-update-btn:hover{background:#2563eb}.upload-box{border:2px dashed #cbd5e1;padding:20px;text-align:center;border-radius:12px;cursor:pointer;background:#f8fafc}.upload-box:hover{border-color:#3b82f6}.preview-wrapper{position:relative}.preview-img{width:100%;max-height:200px;object-fit:cover;border-radius:10px}.remove-btn{position:absolute;top:8px;right:8px;background:red;color:#fff;border-radius:50%;padding:4px 8px;font-size:12px;cursor:pointer}.dashboard-container{padding:20px}.dashboard-actions{display:flex;gap:10px;margin-bottom:20px}.dashboard-actions button{padding:10px 15px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer}.property-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.property-card{padding:15px;border-radius:10px;background:#fff;box-shadow:0 5px 15px #0000001a}.status{display:inline-block;padding:4px 10px;border-radius:6px;color:#fff;margin-top:10px}.status.pending{background:orange}.status.approved{background:green}.status.rejected{background:red}.card-actions{margin-top:10px;display:flex;gap:10px}.dashboard-main{padding:10px}.dashboard-title{margin-bottom:20px;font-size:22px;font-weight:600}.dashboard-stats{display:flex;gap:20px;flex-wrap:wrap}.stat-card{flex:1;min-width:220px;background:#fff;padding:18px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 5px 15px #00000014;transition:.3s}.stat-card:hover{transform:translateY(-3px)}.stat-info p{font-size:14px;color:#6b7280;margin-bottom:5px}.stat-info h3{font-size:22px;color:#111827}.stat-icon{font-size:30px;background:#eff6ff;padding:10px;border-radius:10px}.user-auth-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f1f5f9;padding:20px}.user-auth-card{width:100%;max-width:400px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 25px #0000001a;text-align:center}.user-auth-card h2{margin-bottom:20px}.user-auth-card input{width:100%;padding:12px;margin-bottom:15px;border-radius:8px;border:1px solid #ccc;outline:none}.user-auth-card input:focus{border-color:#2563eb}.user-auth-card button{width:100%;padding:12px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s}.user-auth-card button:hover{background:#1d4ed8}.user-auth-card p{margin-top:12px;font-size:14px}.user-auth-card a{color:#2563eb;font-weight:500}.user-blog-container{height:100vh;display:flex;justify-content:center;align-items:center;background:#f1f5f9}.user-blog-card{width:100%;max-width:500px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 25px #0000001a}.user-blog-card h2{margin-bottom:20px;text-align:center}.user-blog-card input,.user-blog-card textarea{width:100%;padding:12px;margin-bottom:15px;border-radius:8px;border:1px solid #ccc}.user-blog-card textarea{height:120px;resize:none}.user-blog-card button{width:100%;padding:12px;background:#16a34a;color:#fff;border:none;border-radius:8px;cursor:pointer}.myblogs-container{padding:25px}.myblogs-title{font-size:24px;font-weight:600;margin-bottom:20px}.myblogs-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;width:100%}.myblogs-table{width:100%;border-collapse:collapse}.myblogs-table thead{background:#0f172a;color:#fff}.myblogs-table th,.myblogs-table td{padding:14px;text-align:left}.myblogs-table tbody tr{border-bottom:1px solid #eee;transition:.3s}.myblogs-table tbody tr:hover{background:#f9fafb}.blog-title{font-weight:500}.status-badge{padding:5px 10px;border-radius:20px;font-size:13px;color:#fff;font-weight:500}.status-badge.pending{background:orange}.status-badge.approved{background:green}.status-badge.rejected{background:red}.table-scroll{width:100%;overflow-x:auto}.myblogs-table{width:100%;min-width:500px;border-collapse:collapse}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:#0f172a;transform:translate(-100%);transition:transform .3s ease;z-index:2000}.sidebar.active{transform:translate(0)}.main-content{margin-left:0!important;width:100%}}.blog-image{width:80px;height:60px;object-fit:cover;border-radius:6px}.edit-btn{background:#3b82f6;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.view-btn{background:#10b981;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer}.view-btn:hover{background:#059669}.my-properties{padding:30px;background:#f8fafc;min-height:100vh}.my-properties h2{font-size:24px;font-weight:700;margin-bottom:20px}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.property-card{background:#fff;padding:18px;border-radius:14px;box-shadow:0 10px 25px #0000000d;transition:.3s;border:1px solid #f1f5f9}.property-card:hover{transform:translateY(-5px)}.property-card h3{font-size:18px;margin-bottom:6px}.property-location{font-size:14px;color:#64748b;margin-bottom:10px}.status-badge{display:inline-block;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:600;margin-bottom:12px}.status-approved{background:#16a34a;color:#fff}.status-rejected{background:#dc2626;color:#fff}.status-pending{background:#f59e0b;color:#fff}.card-buttons{display:flex;gap:10px}.btn{flex:1;padding:8px;border:none;border-radius:8px;font-size:13px;cursor:pointer}.btn-edit{background:#3b82f6;color:#fff}.btn-view{background:#10b981;color:#fff}.property-list{display:flex;flex-direction:column;gap:12px}.property-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;align-items:center;background:#fff;padding:15px 18px;border-radius:12px;box-shadow:0 5px 15px #0000000d;border:1px solid #f1f5f9}.property-row .title h4{margin:0;font-size:16px}.property-row .title p{margin:0;font-size:13px;color:#64748b}.col{font-size:14px}.actions{display:flex;gap:10px}@media(max-width:768px){.property-row{grid-template-columns:1fr;gap:10px}}@media(max-width:600px){.properties-grid{grid-template-columns:1fr}}.user-layout{display:flex;min-height:100vh;position:relative}.hamburger{position:fixed;top:15px;right:15px;font-size:22px;background:transparent;border:none;cursor:pointer;z-index:3000}.sidebar{width:220px;background:#0f172a;color:#fff;padding:20px;position:fixed;height:100vh;top:0;left:0;transition:transform .3s ease}.sidebar h2{margin-bottom:20px}.sidebar a{display:block;color:#cbd5f5;margin-bottom:12px;text-decoration:none}.sidebar a:hover{color:#fff}.main-content{flex:1;padding:20px;background:#f1f5f9;margin-left:220px}.logout-btn{position:absolute;bottom:20px;left:20px;width:calc(100% - 40px);padding:10px;background:#ef4444;border:none;color:#fff;border-radius:8px;cursor:pointer}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2000}@media(max-width:768px){.sidebar{transform:translate(-100%);width:260px;z-index:2500}.sidebar.active{transform:translate(0)}.main-content{margin-left:0}}.admin-user-properties{padding:20px;background:#f1f5f9;min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header h2{margin:0}.header p{color:#64748b;font-size:14px}.count{font-size:14px;color:#334155;font-weight:500}.table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.property-table{min-width:1100px;width:100%;border-collapse:collapse}.property-table th{background:#0f172a;color:#fff;padding:14px;font-size:13px;text-align:left}.property-table td{padding:14px;border-bottom:1px solid #e5e7eb;font-size:14px}.property-table tr:hover{background:#f8fafc}.title{font-weight:600}.location{color:#64748b}.price{color:#16a34a;font-weight:600}.type{background:#e0f2fe;color:#0369a1;padding:4px 10px;border-radius:6px;font-size:12px}.status{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600}.status.approved{background:#bbf7d0;color:#166534}.status.rejected{background:#fecaca;color:#991b1b}.status.pending{background:#fde68a;color:#92400e}.actions{display:flex;gap:6px;align-items:center}.edit-btn{background:#3b82f6;border:none;color:#fff;padding:6px 8px;border-radius:6px;cursor:pointer}.delete-btn{background:#ef4444;border:none;color:#fff;padding:6px 8px;border-radius:6px;cursor:pointer}.edit-btn:hover{background:#2563eb}.delete-btn:hover{background:#dc2626}.approval-select{padding:5px;font-size:12px;border-radius:6px}.star-btn{background:#e5e7eb;border:none;padding:6px 8px;border-radius:6px;cursor:pointer}.star-btn.active{background:gold}.admin-blogs-container{padding:25px}.admin-blogs-title{font-size:24px;font-weight:600;margin-bottom:20px}.table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014}.admin-blogs-table{min-width:800px;width:100%;border-collapse:collapse}.admin-blogs-table thead{background:#0f172a;color:#fff}.admin-blogs-table th,.admin-blogs-table td{padding:14px;text-align:left}.admin-blogs-table tbody tr{border-bottom:1px solid #eee}.admin-blogs-table tbody tr:hover{background:#f9fafb}.blog-image{width:70px;height:50px;object-fit:cover;border-radius:6px}.status-badge{padding:4px 10px;border-radius:20px;color:#fff;font-size:12px;font-weight:600}.status-badge.approved{background:#16a34a}.status-badge.pending{background:#f59e0b}.status-badge.rejected{background:#dc2626}.action-buttons{display:flex;gap:8px}.approve-btn{background:#16a34a;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.approve-btn:hover{background:#15803d}.reject-btn{background:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.reject-btn:hover{background:#b91c1c}@media(max-width:768px){.admin-blogs-table th,.admin-blogs-table td{padding:10px;font-size:13px}.blog-image{width:50px;height:40px}.action-buttons{flex-direction:column}}.admin-users-container{padding:20px;background:#f3f4f6}.table-wrapper{width:100%;overflow:hidden}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table{min-width:600px;width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.users-table th{padding:12px;background:#0f172a;color:#fff;text-align:left}.users-table td{padding:10px;border-bottom:1px solid #eee}.users-table tr:hover{background:#f9fafb}.delete-btn{background:red;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}@media(max-width:768px){.admin-users-container{padding:15px}.users-table th,.users-table td{padding:8px;font-size:12px}}*{box-sizing:border-box}.user-property-form{padding:30px 20px;background:#f1f5f9;min-height:100vh}.form-title{font-size:24px;font-weight:700;margin-bottom:25px}.form-grid{display:grid;grid-template-columns:2fr 1fr;gap:25px}.form-card{background:#fff;padding:25px;border-radius:14px;box-shadow:0 6px 18px #0000000d;border:1px solid #e2e8f0;margin-bottom:25px}.card-title{font-size:16px;font-weight:600;margin-bottom:18px}.form-group{margin-bottom:16px}label{font-size:13px;font-weight:600;color:#334155}.user-property-form{width:100%;max-width:100%;overflow-x:hidden}.user-property-form input,.user-property-form select,.user-property-form textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;margin-top:6px;outline:none;transition:.2s ease;background:#fff}.user-property-form input:focus,.user-property-form select:focus,.user-property-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.row{display:flex;gap:12px;margin-bottom:16px}.col{flex:1}.upload-box{border:2px dashed #cbd5e1;border-radius:12px;padding:25px;text-align:center;cursor:pointer;margin-bottom:18px;background:#f8fafc;transition:.2s}.upload-box:hover{background:#eef2ff;border-color:#2563eb}.upload-box p{font-weight:600;color:#334155}.upload-box small{font-size:12px;color:#94a3b8}.multi-preview{display:flex;gap:10px;flex-wrap:wrap}.preview-img{width:90px;height:70px;object-fit:cover;border-radius:8px}.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 25px}.checkbox-grid label{display:flex;align-items:center;gap:10px;font-size:14px;cursor:pointer}.checkbox-grid input[type=checkbox]{width:16px;height:16px;margin:0}.add-row{display:flex;align-items:center;gap:10px;margin-top:15px}.add-row input{flex:1;height:38px;margin-top:0}.add-row button{height:38px;padding:0 14px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;white-space:nowrap}.add-row button:hover{background:#1e40af}.submit-btn{width:100%;height:55px;background:#10b981;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #10b98140;transition:.2s}.submit-btn:hover{background:#059669}@media(max-width:992px){.form-grid{grid-template-columns:1fr}}@media(max-width:768px){.row{flex-direction:column}}
