@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";.ff-navbar{width:100%;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:1000;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.ff-topbar.unified{display:flex;justify-content:space-between;align-items:center;padding:12px 40px;gap:20px}.ff-left{display:flex;align-items:center;gap:16px}.ff-location{font-size:14px;color:#555;white-space:nowrap}.ff-logo-wrapper{display:inline-flex;align-items:center}.ff-logo{height:55px;width:auto;object-fit:contain}.hamburger{display:none;cursor:pointer;font-size:24px}.ff-menu{display:flex;align-items:center;gap:20px}.ff-dropdown{position:relative;cursor:pointer}.ff-menu-name{font-size:15px;font-weight:500;color:#333;padding:6px 10px;border-radius:4px;transition:background .2s,color .2s}.ff-menu-name:hover{background:#f5f5f5}.ff-dropdown-panel.center-popup{position:absolute;left:50%;top:110%;transform:translate(-50%);background:#fff;border-radius:10px;box-shadow:0 18px 30px #0000001f;padding:16px 18px;display:flex;gap:18px;min-width:520px;z-index:1001}.panel-left{display:flex;flex-direction:column;gap:6px;min-width:140px}.left-item{font-size:14px;padding:6px 10px;border-radius:6px;cursor:pointer;color:#555}.left-item.active,.left-item:hover{background:#f2f6ff;color:#1a4fd9}.panel-middle{display:flex;flex-direction:column;gap:6px;min-width:180px}.dropdown-link{font-size:14px;padding:4px 0;cursor:pointer;color:#333}.dropdown-link:hover{text-decoration:underline}.panel-image{width:150px;height:110px;overflow:hidden;border-radius:10px}.panel-image img{width:100%;height:100%;object-fit:cover}.ff-logo{width:100%!important;max-width:260px!important;height:auto}.ff-right{display:flex;align-items:center;gap:16px}.ff-post-btn{padding:8px 16px;border-radius:999px;border:1px solid #1a4fd9;background:#1a4fd9;color:#fff;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:background .2s,transform .1s,box-shadow .1s}.ff-post-btn:hover{color:#fff;background:#2b9b09;border-style:none;box-shadow:0 4px 10px #20d91a4d;transform:translateY(-1px)}.profile-wrapper{position:relative;cursor:pointer}.profile-icon{font-size:30px;color:#00f}.profile-menu{position:absolute;right:0;top:105%;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001f;padding:10px 12px;display:flex;flex-direction:column;gap:6px;min-width:160px;z-index:1001}.profile-icon:hover{color:#2b9b09;border-color:#000}.profile-menu a,.profile-menu button{font-size:14px;color:#333;text-decoration:none;border:none;background:transparent;text-align:left;padding:6px 4px;border-radius:4px;cursor:pointer}.profile-menu a:hover,.profile-menu button:hover{background:#f5f5f5;color:#000}@media (max-width: 900px){.ff-topbar.unified{flex-direction:column;align-items:stretch;padding:10px 16px;gap:10px}.ff-left{flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;text-align:center}.ff-location{font-size:15px}.ff-logo{width:100%;max-width:300px;height:auto}.hamburger{display:block;font-size:28px}.ff-menu{display:none;flex-direction:column;gap:8px;width:100%;padding:8px 0;border-top:1px solid #eee}.ff-menu.active{display:flex}.ff-dropdown{width:100%}.ff-menu-name{display:block;width:100%;text-align:left;padding:10px 4px}.mobile-submenu{padding-left:10px;padding-bottom:8px}.mobile-left-item{font-size:14px;font-weight:600;margin-top:6px}.mobile-link{font-size:14px;padding:4px 0 4px 10px;cursor:pointer}.mobile-link:hover{text-decoration:underline}.ff-dropdown-panel.center-popup{display:none!important}}@media (max-width: 900px){.ff-right{display:flex!important;width:100%;justify-content:center!important;gap:20px;margin-top:10px}.ff-post-btn{padding:6px 12px;font-size:13px}.ff-location{display:block!important}.profile-icon{font-size:28px}.profile-menu{right:50%;transform:translate(50%);top:140%;min-width:150px}}@media (min-width: 901px) and (max-width: 1200px){.ff-topbar.unified{padding:12px 24px}.ff-menu{gap:14px}.ff-location{display:block!important}}@media (max-width: 900px){.mobile-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px;margin-top:8px}.ff-logo{width:100%;max-width:300px;height:auto;margin:0 auto}.mobile-profile{display:block;font-size:26px}.mobile-post-btn{display:block;padding:6px 10px;font-size:12px;border-radius:8px;background:#1a4fd9;color:#fff;white-space:nowrap}.mobile-location{font-size:14px;white-space:nowrap}.ff-location{display:block!important}.hamburger{font-size:26px;display:block}}.footer{background-color:var(--accent);padding:40px 20px;font-family:Inter,Arial,sans-serif;color:var(--highlight)}.footerContainer{display:flex;flex-direction:column;align-items:center}.footerlogo{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;color:#fff}.footerlogo img{height:80px;width:200px}.footer-sections{display:flex;justify-content:space-around;flex-wrap:wrap;padding:30px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.footer-column{flex:1;min-width:180px;margin:10px}.footer-column h4{margin-bottom:15px;color:var(--highlight);position:relative;color:red}.footer-column h4:after{content:"";display:block;width:30px;height:2px;background-color:var(--primary);margin-top:5px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#faf9f6cc;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:var(--primary)}.footer-menu{text-align:center;margin:20px 0}.footer-link{margin:0 10px;text-decoration:none;color:#faf9f6e6;transition:color .3s ease}.footer-link:hover{color:var(--primary)}.footer-bottom{text-align:center;font-size:14px;color:var(--highlight);padding-top:25px;color:#fff}.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;padding:0!important;margin:0!important;width:100%}.property-image{width:100%;height:150px;position:relative;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;display:block}.property-badges{position:absolute;top:8px;left:8px}.badge{padding:4px 10px;background:#1a55ff;border-radius:12px;color:#fff;font-size:10px}.wis-btn{position:absolute;top:8px;right:8px}.wishlist-btn{background:#fff;border-radius:50%;border:none;cursor:pointer;padding:4px}.property-content{padding:10px;display:flex;flex-direction:column;gap:6px}.property-title{font-size:14px;font-weight:600;margin:0}.property-location{font-size:12px;margin:0;color:#666}.view-details-btn{width:100%;background:linear-gradient(90deg,#0056ff,#0a84ff);color:#fff;text-align:center;padding:12px 0!important;border-radius:10px;margin:10px 0!important;font-size:15px!important;font-weight:700;text-decoration:none;letter-spacing:.5px;display:block;box-shadow:0 3px 10px #0056ff4d;transition:.25s ease}@media (hover: hover){.view-details-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0056ff73}}.property-price{font-size:18px;font-weight:700;color:#1a55ff}.property-features{font-size:15px!important;display:flex;flex-wrap:wrap;gap:5px}.property-location{font-size:13px;margin:2px 0 4px;color:#555;display:flex;align-items:center;gap:6px;line-height:1.3;white-space:normal;word-break:break-word}.filters-container{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-left:10%}.filter-group{flex:1;min-width:220px;display:flex;flex-direction:column}.price-slider-group{flex-basis:100%}.price-slider input[type=range]{width:80%;accent-color:#04e20b}.price-values{display:flex;justify-content:space-between;font-size:14px;margin-top:5px}.property-types{display:flex;gap:10px;position:relative}.type-wrapper{position:relative}.type-btn{background:#f2f2f2;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s ease}.type-btn:hover{background:#ddd}.hover-popup{position:absolute;top:40px;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px 0;z-index:10;width:180px}.hover-item{padding:8px 14px;cursor:pointer;transition:background .2s ease}.hover-item:hover{background-color:#f3f3f3}.above-1cr-btn{background-color:#2121e4;border:1px solid #ccc;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer;transition:.3s}.above-1cr-btn:hover{background-color:#000!important;color:#fff}.above-1cr-btn.active{background-color:#2121e4;color:#fff;border-color:#000!important}.clear-filters-btn{background-color:#2121e4!important;border:1px solid #ccc;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer;transition:.3s}.clear-filters-btn:hover{background-color:#000!important;color:#fff}.clear-filters-btn.active{background-color:#2121e4;color:#fff;border-color:#000!important}.location-input{position:relative;display:flex;align-items:center;width:100%}.location-input input{width:100%;padding:10px 90px 10px 12px;border:1px solid #ccc;border-radius:10px;font-size:15px;height:45px;box-sizing:border-box;line-height:normal}.icon-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;font-size:17px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#333;transition:all .2s ease;z-index:2;margin:0!important}.icon-btn:hover{background-color:#e0e0e0;transform:translateY(-50%) scale(1.08)}.mic-btn{right:48px}.loc-btn{right:10px}.suggestions-list{position:absolute;background:#fff;border:1px solid #ccc;border-radius:8px;width:100%;margin-top:4px;list-style:none;padding:0;z-index:100;max-height:100px;overflow-y:auto}.suggestions-list li{padding:8px 10px;cursor:pointer;transition:background .2s ease}.suggestions-list li:hover{background-color:#f3f3f3}@media (max-width: 600px){.filters-container{padding-left:5%}.location-input input{padding:10px 75px 10px 10px;height:42px;font-size:14px}.icon-btn{width:28px;height:28px;font-size:15px}.mic-btn{right:40px}.loc-btn{right:8px}}@media (max-width: 375px){.location-input input{padding:10px 70px 10px 10px;height:40px;font-size:13.5px}.icon-btn{width:26px;height:26px;font-size:14px}.mic-btn{right:36px}.loc-btn{right:6px}}.property-filters .location-input{position:relative!important;width:100%!important;display:block!important}.property-filters .location-input input{width:100%!important;height:45px!important;padding:10px 90px 10px 12px!important;border:1px solid #ccc!important;border-radius:10px!important;font-size:15px!important;box-sizing:border-box!important}.property-filters .icon-btn{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:32px!important;height:32px!important;border-radius:50%!important;border:none!important;background-color:#f5f5f5!important;color:#333!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:17px!important;z-index:5!important;margin:0!important;padding:0!important}.property-filters .mic-btn{right:48px!important}.property-filters .loc-btn{right:10px!important}@media (max-width: 600px){.property-filters .location-input input{padding:10px 75px 10px 10px!important;height:42px!important;font-size:14px!important}.property-filters .icon-btn{width:28px!important;height:28px!important;font-size:15px!important}.property-filters .mic-btn{right:40px!important}.property-filters .loc-btn{right:8px!important}}@media (max-width: 375px){.property-filters .location-input input{padding:10px 70px 10px 10px!important;height:40px!important;font-size:13.5px!important}.property-filters .icon-btn{width:26px!important;height:26px!important;font-size:14px!important}.property-filters .mic-btn{right:36px!important}.property-filters .loc-btn{right:6px!important}}@media (max-width: 600px){.filters-container{display:flex!important;flex-wrap:wrap!important;gap:12px!important;padding-left:0!important;width:100%!important}.location-group{flex:1 1 100%!important}.filter-group:nth-of-type(2),.filter-group:nth-of-type(3){flex:1 1 calc(50% - 6px)!important;min-width:calc(50% - 6px)!important}.price-slider-group{display:flex!important;flex-wrap:wrap!important;width:100%!important;gap:10px!important}.price-header{flex:1 1 calc(50% - 6px)!important;min-width:calc(50% - 6px)!important;display:flex!important;justify-content:center!important;align-items:center!important}.price-slider{flex:1 1 calc(50% - 6px)!important;min-width:calc(50% - 6px)!important;display:flex!important;align-items:center!important}.price-values{flex:1 1 100%!important;margin-top:-5px!important}}@media (max-width: 600px){.slider-and-clear{display:flex!important;flex-wrap:nowrap!important;width:100%!important;gap:10px!important;align-items:center!important}.slider-and-clear .price-slider{flex:1 1 70%!important}.slider-and-clear .filter-actions{flex:1 1 30%!important;display:flex!important;justify-content:center!important;align-items:center!important}.slider-and-clear .clear-filters-btn{width:100%!important;padding:10px!important}}.price-header{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.above-1cr-btn,.clear-filters-btn{flex:1;padding:10px 0;border-radius:8px;font-size:14px;font-weight:500;text-align:center}.filter-actions{flex:1}.property-filters,.filters-container{margin-top:2px!important;padding-top:2px!important}.top-cities-section{background-color:#fff;padding:50px 30px;text-align:center}.topcities{text-align:left;padding-left:31%}.top-cities-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:30px}.top-cities-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.city-card{background:#f9f9f9;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.city-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #00000026}.city-image{width:100%;height:160px;object-fit:cover;border-bottom:2px solid #eaeaea}.city-info{padding:10px}.city-info h3{font-size:16px;font-weight:600;color:#333;margin:5px 0}.city-info p{font-size:13px;color:#666}@media (max-width: 1024px){.top-cities-row{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.top-cities-title{font-size:22px}.top-cities-row{grid-template-columns:repeat(2,1fr)}.city-image{height:130px}.city-info h3{font-size:14px}.city-info p{font-size:12px}}@media (max-width: 480px){.top-cities-row{grid-template-columns:repeat(1,1fr)}.city-image{height:120px}}.why-section{text-align:center;padding:80px 20px;background-color:#fff}.why-subtitle{color:#0078db;font-size:14px;font-weight:600;letter-spacing:1px;margin-bottom:10px}.why-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:60px}.why-cards{display:flex;justify-content:center;align-items:stretch;gap:40px;flex-wrap:wrap}.why-card{background:#f9f9f9;border-radius:12px;padding:30px 20px;flex:1 1 300px;max-width:350px;box-shadow:0 2px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.why-icon{width:50px;height:50px;color:#0078db;margin-bottom:15px}.why-card-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:10px}.why-card-text{font-size:15px;color:#666;line-height:1.6}.testimonials-section{background-color:#fff!important;text-align:left;margin:30px;border-radius:10px}.testimonials-small-heading{text-transform:uppercase;font-size:14px;font-weight:600;color:#6b7280;margin-bottom:8px;letter-spacing:1px}.testimonials-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:10px}.testimonials-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.testimonial-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 8px #0000000f;flex:1 1 300px;max-width:360px;min-height:180px}.testimonial-card img{width:50px;height:50px;border-radius:50%;margin-right:12px}.testimonial-text{color:#374151;line-height:1.5}.testimonials-section{background-color:#f9fafb;padding:80px 20px;text-align:left;overflow:hidden;position:relative}.testimonials-small-heading{text-transform:uppercase;font-size:14px;font-weight:600;color:#6b7280;margin-bottom:6px;letter-spacing:1px}.testimonials-title{font-size:32px;font-weight:700;color:#111827;margin-bottom:8px}.testimonials-subtitle{color:#6b7280;margin-bottom:40px}.testimonials-carousel{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonial-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;min-width:320px;max-width:360px;flex:0 0 auto;padding:24px;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-3px)}.testimonial-header{display:flex;align-items:center;margin-bottom:12px}.testimonial-header img{width:50px;height:50px;border-radius:50%;margin-right:12px;object-fit:cover}.testimonial-name{font-weight:600;color:#111827}.testimonial-role{font-size:14px;color:#6b7280}.testimonial-text{color:#374151;line-height:1.6;font-size:15px}.carousel-btn{position:absolute;top:55%;transform:translateY(-50%);background-color:#863838;border:none;box-shadow:0 2px 6px #0000001a;border-radius:50%;cursor:pointer;font-size:22px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background-color:#101112}.carousel-btn.left{left:0}.carousel-btn.right{right:0}.view-all{text-align:center;margin-top:30px}.view-all a{color:#2563eb;font-weight:600;text-decoration:none}.view-all a:hover{text-decoration:underline}.fortune-options-section{position:relative;background-color:#fff;padding:60px 30px;text-align:center}.fortune-options-title{font-size:28px;font-weight:700;margin-bottom:40px}.fortune-carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:20px;padding:10px 0;scrollbar-width:none;white-space:nowrap}.fortune-carousel::-webkit-scrollbar{display:none}.fortune-card{width:230px;height:220px;flex:0 0 auto;border-radius:12px;overflow:hidden;background:#fff;transition:transform .3s ease}.fortune-card:hover{transform:scale(1.05)}.fortune-image{width:100%;height:160px;object-fit:cover;border-radius:12px}.fortune-text{margin-top:10px;font-size:16px;font-weight:600}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#0009;color:#fff;border:none;border-radius:50%;font-size:26px;width:40px;height:40px;cursor:pointer;z-index:10}.carousel-btn.left{left:10px}.carousel-btn.right{right:10px}.desktop-only{display:inline-block}@media (max-width: 768px){.desktop-only{display:none!important}.fortune-options-title{font-size:20px;margin-bottom:25px;padding:0 10px}.fortune-card{width:48%;height:200px}.fortune-image{height:130px}.fortune-options-section{padding:40px 15px}}.popular-main-container{display:flex;width:100%;padding:20px 40px;gap:25px}.popular-left{width:70%}.popular-right-ad{width:30%}.popular-right-ad img{width:100%;height:380px;object-fit:cover;border-radius:16px}.popular-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.popular-header h2{font-size:28px;font-weight:700}.scroll-wrapper{position:relative}.popular-scroller{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none}.popular-scroller::-webkit-scrollbar{display:none}.popular-card{width:300px;flex:0 0 auto}.popular-card .property-card{padding:0!important;margin:0!important;background:#fff;border-radius:14px}.popular-card .property-card img{width:100%;height:150px!important;object-fit:cover;border-radius:14px 14px 0 0;margin:0!important;padding:0!important;display:block!important;line-height:0!important}.popular-card .property-card *{padding:0!important;margin:2px 0!important;line-height:1.2!important}.popular-card .property-card button,.popular-card .property-card{margin-top:6px!important}.view-details-btn{width:30%;height:10%;background:#1a55ff;color:#fff;text-align:center;padding:5px 0!important;border-radius:8px;margin:8px 0!important;font-size:14px!important;font-weight:600;text-decoration:none;letter-spacing:.2px;display:block}.arrow-btn{background:#333;color:#fff;border:none;width:36px;height:36px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:10}.arrow-btn.left{left:-15px}.arrow-btn.right{right:-15px}@media (max-width: 768px){.popular-main-container{flex-direction:column;padding:10px 12px;gap:15px}.popular-left{width:100%}.popular-right-ad{display:none}.popular-header h2{font-size:22px}.popular-card{width:85%;flex:0 0 auto}.popular-card .property-card img{height:140px}.popular-scroller{gap:14px}.arrow-btn{display:none!important}}@media (max-width: 768px){.row-wrapper{display:flex;flex-direction:column;gap:15px}.row-scroller{display:flex;flex-direction:row;gap:15px;overflow-x:auto!important;scrollbar-width:none}.row-scroller::-webkit-scrollbar{display:none}.popular-card{width:48%!important;flex:0 0 auto!important}.popular-right-ad{display:block!important;margin-top:20px;width:100%!important}.popular-right-ad img{width:100%;height:auto}.arrow-btn{display:none!important}.view-details-btn{width:50%;height:10%;background:#1a55ff;color:#fff;text-align:center;padding:5px 0!important;border-radius:8px;margin:8px 0!important;font-size:14px!important;font-weight:600;text-decoration:none;letter-spacing:.2px;display:block}}.features-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:30px;margin:10px auto;max-width:1200px;padding:10px}.properties-section .slick-slide{padding:10px;box-sizing:border-box}.properties-section .slick-slide>div{height:500px;display:flex;align-items:center;justify-content:center}.PropertyCard{height:100%;overflow:hidden;border-radius:10px;box-shadow:0 4px 8px #0000001a}.slick-prev:before,.slick-next:before{color:#333;font-size:30px}.slick-dots li button:before{color:#333;font-size:12px}@media (max-width: 768px){.properties-section .slick-slide>div{height:300px}}.feature-card{flex:1 1 280px;background:#fff;color:#1f2937;padding:30px;border-radius:12px;text-align:center;transition:all .3s ease;margin:10px}.featured-section-with-ads{display:flex;justify-content:center;align-items:flex-start;background-image:url(./baground2-DJlpxF-9.webp);width:100%}.main-properties{flex:3;max-width:1000px;height:600px;align-items:center;background-color:#fff}.ad-space{flex:1;max-width:360px;height:600px;display:flex;justify-content:center;align-items:center}.ad-space img{width:100%;border-radius:8px;height:500px;width:200px}@media (max-width: 1024px){.ad-space{display:none}.main-properties{max-width:100%}}.feature-card:hover{transform:translateY(-6px)}.feature-card h2{font-size:24px;margin-bottom:15px;color:#1e40af}.feature-card p{font-size:16px;line-height:1.6;color:#6b7280}.feature-card .image-box{width:100%;height:250px;background:#e2e8f0;border-radius:10px;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.feature-card .placeholder{font-size:32px;color:#0003}.add-btn{background:#2563eb;border:none;color:#fff;padding:12px 25px;font-size:16px;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:100px}.add-btn:hover{background:#1e40af;transform:translateY(-2px)}.horizontal-card-section{background-color:#f9fafb;padding-bottom:30px;text-align:center}.horizontal-card-container{text-align:center}.horizontal-card-container1{display:flex;flex-direction:column;justify-content:center}.smallcard{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:40px 0}.card1{flex:1 1 220px;max-width:350px;min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-radius:12px;background-color:#fff;box-shadow:0 2px 10px #00000014;transition:all .3s ease;cursor:pointer;text-align:center}.card1:hover{background-color:#2563eb;color:#fff;transform:translateY(-5px)}.card1:hover .card-icon{color:#fff}.card-icon{height:50px;font-size:30px;color:#2563eb}.popular-places-section{text-align:center;padding:60px 20px;background-color:#f9fafb}.popular-places-section h2{font-size:2rem;margin-bottom:10px;color:#1e40af}.popular-places-section .section-subtitle{font-size:1rem;color:#6b7280;margin-bottom:30px}.popular-places-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;justify-items:center}.place-card{background-color:#fff;border-radius:12px;padding:15px;box-shadow:0 4px 12px #00000014;max-width:220px;text-align:center;transition:all .3s ease;cursor:pointer}.place-card:hover{transform:translateY(-6px) scale(1.04);background-color:#2563eb;color:#fff;box-shadow:0 8px 20px #00000026}.place-card .place-image{background-color:#e5e7eb;height:150px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-weight:500;color:#374151;margin-bottom:10px;transition:transform .3s ease,background-color .3s ease}.place-card:hover .place-image{transform:scale(1.05);background-color:#1e40af;color:#fff}.place-card h3{font-size:1.2rem;margin-bottom:5px}.place-card span{font-size:.9rem;color:#6b7280}.area-converter-section{margin-top:10px;margin-bottom:10px;margin-left:47px;text-align:center;padding:10px 20px;background:linear-gradient(135deg,#f5f6f9,#f9fafa);border-radius:10px;animation:fadeIn 1s ease;display:flex}.feature-select,.feature-input{margin-top:10px;margin-bottom:10px;text-align:center;padding:10px 20px;background:linear-gradient(135deg,#f5f6f9,#f9fafa);border-radius:10px;animation:fadeIn 1s ease}.feature-input1{margin-top:10px;margin-bottom:10px;margin-left:5px;text-align:center;padding:10px 20px;background:linear-gradient(135deg,#f5f6f9,#f9fafa);border-radius:10px;animation:fadeIn 1s ease}.feature-input2{margin-top:5px;margin-bottom:10px;margin-left:5px;text-align:center;padding:10px 20px;background:linear-gradient(135deg,#f5f6f9,#f9fafa);border-radius:10px;animation:fadeIn 1s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.addproperty{padding-bottom:20px}.featured-section-with-ads{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;padding:30px;flex-wrap:wrap}.main-properties{flex:1 1 68%;min-width:320px;border-radius:10px}.ad-space{flex:0 0 30%;display:flex;justify-content:center;align-items:center}.ad-space img{width:100%;height:auto;max-height:700px;object-fit:cover;border-radius:16px;box-shadow:0 6px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease}.ad-space img:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000059}@media (min-width: 1400px){.main-properties{flex:1 1 65%}.ad-space{flex:0 0 32%}.ad-space img{max-height:800px}}@media (max-width: 1024px){.featured-section-with-ads{flex-direction:column;align-items:center}.ad-space{width:100%;margin-top:30px}.ad-space img{max-height:500px}}@media (max-width: 600px){.featured-section-with-ads{padding:15px}.ad-space img{width:100%;max-height:400px;border-radius:10px}}.properties-section-header{display:flex;justify-content:space-between;align-items:center;padding:2px}.properties-section-header h2{padding:5px}.see-all-btn{background:none;color:#007bff;text-decoration:none;font-weight:500;transition:color .2s ease;padding:5px}.see-all-btn:hover{color:#0056b3;text-decoration:underline}@media (max-width: 768px){.property-filters .filters-row{flex-direction:row;align-items:stretch}.property-filters input{width:100%;max-width:none}.property-filters .filters-buttons{flex-direction:row;width:100%}.property-filters button{width:100%}}@media (max-width: 768px){.property-filters .filters-row{flex-direction:row}.property-filters input{width:100%}.property-filters .filters-buttons{flex-direction:row;width:100%}.property-filters button{width:100%}}.features-section{display:flex;justify-content:center;align-items:stretch;gap:30px;margin-top:60px;flex-wrap:wrap;text-align:center}.feature-card{background:#fff;border-radius:16px;padding:30px 20px;box-shadow:0 4px 10px #00000026;width:100%;max-width:340px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0003}.feature-card h2{font-size:1.4rem;color:#036;margin-bottom:10px}.feature-card p{color:#444;margin-bottom:15px;font-size:.95rem;line-height:1.4}.feature-card button,.feature-card .add-btn{background:linear-gradient(145deg,#1e40af,#3b82f6);color:#fff;border:none;padding:10px 20px;font-weight:600;border-radius:8px;cursor:pointer;transition:.3s ease}.feature-card button:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8)}.feature-card input,.feature-card select{padding:8px 10px;margin:6px;border-radius:6px;border:1px solid #ccc;font-size:.9rem}.feature-card input:focus,.feature-card select:focus{outline:none;border:1px solid #3b82f6}@media (max-width: 900px){.features-section{flex-direction:column;align-items:center}.feature-card{max-width:420px}}.apply-btn{background:#3b82f6;color:#fff}.apply-btn:hover{background:#2563eb}.clear-btn{background:#6b7280;color:#fff}.clear-btn:hover{background:#4b5563}.articles-grid-sellrent{flex:0 0 70%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width: 900px){.articles-section-sellrent{flex-direction:column;align-items:center;text-align:center;width:95%;padding:20px}.articles-section-sellrent>div:first-child{flex:none;padding:0 0 20px}.articles-grid-sellrent{grid-template-columns:repeat(2,1fr);width:100%}}@media (max-width: 700px){.articles-grid-sellrent{grid-template-columns:1fr;width:100%}.article-card-sellrent{flex-direction:row;width:100%}}@media (max-width: 900px){.articles-section{flex-direction:column;padding:30px 20px;align-items:center}.articles-left{text-align:center!important;padding-right:0!important;margin-bottom:20px}.articles-right{grid-template-columns:repeat(2,1fr)!important;width:100%}}@media (max-width: 700px){.hero-section-99acres{flex-direction:column!important;text-align:center!important}.hero-section-99acres img{max-width:260px!important}.articles-right{grid-template-columns:1fr!important;gap:16px!important}.articles-section{width:95%!important;margin-top:20px!important}}@media (max-width: 600px){.container1{margin:0!important;padding:0!important}.property-types{margin:0!important;padding:0!important;display:flex!important;justify-content:space-between!important;flex-wrap:nowrap!important;width:100%!important;gap:5px!important}.type-btn{flex:1!important;padding:6px 4px!important;margin:0!important;font-size:12px!important;white-space:nowrap!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(./ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(./slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.dashboard-stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.radio{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.radio label{margin-right:10px}.radio input[type=radio]{margin-top:5px;margin-left:0}.option-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.option-btn{border:1px solid #ccc;background:#fff;border-radius:20px;padding:8px 18px;cursor:pointer;font-size:14px;color:#333;transition:all .3s ease}.option-btn:hover{border-color:#007bff;color:#007bff}.option-btn.active{background-color:#007bff;color:#fff;border-color:#007bff}.option-group.wrap{flex-wrap:wrap}@media (max-width: 600px){.option-btn{width:100%;text-align:center}}.dashboard-overview{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-bottom:30px}.charts-section{background:var(--highlight);padding:20px;border-radius:12px;box-shadow:0 2px 6px #0000001a;color:var(--text)}.admin-stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.stat-card{background:var(--highlight);border-radius:12px;padding:20px;text-align:center;box-shadow:0 2px 6px #00000014;border-left:4px solid var(--primary);color:var(--text);transition:transform .3s ease,box-shadow .3s ease}.stat-card h3{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.stat-card p{color:var(--text-muted);font-weight:600}.stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}body,.Subscription{font-family:Montserrat,sans-serif}.subscription-container{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:40px;max-width:1200px;margin:5%;padding:20px}.Subscription{padding-top:10px;text-align:center}.Subscription h1{font-size:3.5rem;font-weight:800;background:linear-gradient(90deg,#2563eb,#7c3aed,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:1px;margin-bottom:10px;font-family:Montserrat,sans-serif}.Subscription p{font-weight:600;font-size:1.2rem;color:#374151;line-height:1.6}.Subscription p span{font-weight:800;color:#16a34a;background:#16a34a1a;padding:2px 6px;border-radius:4px}.subscription-card{width:320px;height:400px;border-radius:20px;box-shadow:0 10px 25px #a4164a1a;transition:transform .3s ease,box-shadow .3s ease;justify-content:center;align-items:center;position:relative;text-align:center;overflow:hidden}.subscription-card:hover{transform:scale(1.05);box-shadow:0 15px 35px #00000026}.subscription-card h2{text-align:center;font-weight:700;margin-bottom:15px;font-family:Montserrat,sans-serif}.subscription-card.popular:before{content:"MOST POPULAR";position:absolute;top:30px;left:-40px;transform:rotate(-45deg);background:linear-gradient(135deg,#facc15,#f59e0b);color:#fff;font-weight:700;font-size:13px;padding:6px 40px;box-shadow:0 4px 12px #00000040;letter-spacing:0px;border-radius:4px;z-index:10}.subscription-card:nth-child(1){background:linear-gradient(135deg,#e5e7eb,#dbeafe);color:#1f2937}.subscription-card:nth-child(2){background:linear-gradient(135deg,#fde68a,#fef9c3)}.subscription-card:nth-child(3){background:linear-gradient(135deg,#e0e7ff,#f0fdfa,#fef9c3);color:#1f2937}.subscription-card button{margin-top:20px;border:none;border-radius:25px;padding:10px 20px;cursor:pointer;font-weight:600;transition:all .3s ease}.subscription-card:nth-child(1) button{background:#9ca3af;color:#fff}.subscription-card:nth-child(2) button{background:#facc15;color:#000}.subscription-card:nth-child(3) button{background:#fff;color:#0f172a}.subscription-card button:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0003}@media (max-width: 1024px){.subscription-card{width:300px}}@media (max-width: 768px){.subscription-card{width:90%}}.wishlist-page{background-color:#f9f9f9;min-height:100vh}.wishlist-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:30px}.property-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:10px}.plans-page{text-align:center;padding:60px 20px;background-color:#f8f9fa}.plans-page h1{font-size:2.5rem;margin-bottom:10px;color:#222}.plans-page p{color:#555;margin-bottom:40px}.plans-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;justify-content:center;max-width:1200px;margin:0 auto}.plan-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:30px 20px;transition:all .3s ease}.plan-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000026}.plan-card h2{font-size:1.5rem;color:#333}.plan-card h3{color:#007bff;font-weight:600;margin:10px 0 20px}.plan-card ul{text-align:left;list-style:none;padding:0;margin-bottom:20px}.plan-card li{margin:8px 0;color:#444}.placeholder{color:#888;font-style:italic;margin-bottom:20px}.subscribe-btn{background:#007bff;border:none;color:#fff;padding:10px 20px;border-radius:30px;cursor:pointer;transition:.3s ease}.subscribe-btn:hover{background:#0056b3}@media (max-width: 768px){.plans-page h1{font-size:2rem}.plan-card{padding:25px 15px}}@media (max-width: 480px){.plans-container{grid-template-columns:1fr}.plan-card{width:100%}}.all-properties-page{padding:40px 80px;background-color:#fafafa;min-height:100vh}.all-properties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.all-properties-header h1{font-size:2rem;color:#222}.property-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.loading,.no-properties{text-align:center;font-size:1.2rem;color:#555;margin-top:40px}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box;font-family:Times New Roman,Times,serif}html,body,#root{height:100%;width:100%;margin:0;padding:0}.container,.main-wrapper{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#548fcb}.container{max-width:100%;margin:0 auto;padding:0 20px}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin:0 auto}.nav-brand h2{color:#2563eb;font-size:1.5rem;font-weight:700}.nav-brand a{text-decoration:none;color:inherit}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:.5rem}.nav-link:hover{color:#2563eb;background-color:#f1f5f9}.register-btn{background:#2563eb;color:#fff!important;padding:.5rem 1.5rem;border-radius:.5rem}.register-btn:hover{background:#1d4ed8}.user-info{display:flex;align-items:center;gap:1rem}.logout-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background .3s ease}.logout-btn:hover{background:#dc2626}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero-section{background:url(./image-B8E75XLy.jpg);color:#fff;padding:4rem 0;text-align:left;padding-left:20%}.hero-section img{height:100%;width:100%}.hero-content h1{font-size:clamp(1rem,2vw,3rem);font-weight:700;margin:0}.hero-content p{font-size:clamp(1rem,2.5vw,1.4rem);margin-top:10px;opacity:.9}@media (max-width: 430px){.hero-section{background:url(./project-img-CIj9KYDg.jpg) center center / contain no-repeat;padding:4rem 0;text-align:left;padding-left:3%;width:100%;height:auto;display:flex;align-items:center;color:#10b981!important}.hero-section{padding-left:1%;padding-right:35%;padding-top:3rem;padding-bottom:3rem;text-align:center;background-position:center}.hero-content h1{font-weight:300;font-size:25px!important;font-weight:700}.hero-content p{font-weight:300;font-size:18px!important;padding-left:28%}}.property-types{display:flex;justify-content:center;gap:1rem;margin:2rem 0;flex-wrap:wrap}.type-btn{padding:.75rem 2rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:2rem;cursor:pointer;font-weight:600;transition:all .3s ease}.type-btn.active,.type-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb;transform:translateY(-2px)}.property-filters{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;margin:2rem 0}.filters-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;align-items:end}.filter-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.filter-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.filter-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.clear-filters-btn{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:500;transition:background .3s ease}.clear-filters-btn:hover{background:#4b5563}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin:2rem 0}.property-card{background:#fff;border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.property-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.property-image{position:relative;height:100%;max-height:350px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image img{transform:scale(1.05)}.property-badges{position:absolute;top:1rem;left:1rem;display:flex;gap:.5rem}.badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-sale{background:#10b981;color:#fff}.badge-rent{background:#f59e0b;color:#fff}.badge-plot{background:#8b5cf6;color:#fff}.badge-status{color:#fff}.property-content{padding:.5rem}.property-title{font-size:.8rem;font-weight:300;margin-bottom:.5rem;color:#1f2937}.property-location{color:#6b7280;margin-bottom:1rem;font-size:.3rem}.property-price{font-size:.5rem;color:#2563eb;margin-bottom:.5rem}.property-features{display:flex;gap:.5rem;margin-bottom:.5rem;font-size:.5rem;color:#6b7280}.property-owner{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.owner-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.owner-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.owner-name{font-weight:600;color:#1f2937;margin:0}.owner-rating{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.stars{color:#fbbf24}.view-details-btn{display:block;background:#2563eb;color:#fff;text-decoration:none;padding:.75rem;text-align:center;border-radius:.5rem;font-weight:600;transition:background .3s ease}.view-details-btn:hover{background:#1d4ed8}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 0}.auth-container{width:100%;max-width:500px;margin:0 auto;padding:0 2rem}.auth-form{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a}.auth-form h2{text-align:center;margin-bottom:2rem;color:#1f2937;font-weight:700}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.auth-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:1rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.auth-btn:hover{background:#1d4ed8}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-link{text-align:center;margin-top:1.5rem}.auth-link a{color:#2563eb;text-decoration:none;font-weight:600}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #fecaca}.success-message{background:#d1fae5;color:#059669;padding:.75rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #a7f3d0}.demo-credentials{background:#f3f4f6;padding:1rem;border-radius:.5rem;margin-top:1rem;font-size:.875rem}.demo-credentials h4{margin-bottom:.5rem;color:#374151}.dashboard{padding:2rem 0}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.user-role{color:#6b7280;font-size:1.125rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.stat-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000000d;border-left:4px solid #2563EB}.stat-card.approved{border-left-color:#10b981}.stat-card.pending{border-left-color:#f59e0b}.stat-card.rejected{border-left-color:#ef4444}.stat-card.warning{border-left-color:#f59e0b}.stat-card.success{border-left-color:#10b981}.stat-card h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-card p{color:#6b7280;font-weight:600}.dashboard-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin:2rem 0}.main-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d}.section h2{margin-bottom:1.5rem;color:#1f2937}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-state p{margin-bottom:1rem;font-size:1.125rem}.btn{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:background .3s ease;border:none;cursor:pointer}.btn:hover{background:#1d4ed8}.btn-primary{background:#2563eb}.btn-success{background:#10b981}.btn-danger{background:#ef4444}.btn-warning{background:#f59e0b}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.properties-list{display:grid;gap:1.5rem}.property-item{position:relative}.property-status{position:absolute;top:1rem;right:1rem;background:#ffffffe6;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.notification-panel{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.notification-panel h3{margin-bottom:1rem;color:#1f2937}.notifications-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:.5rem;cursor:pointer;transition:background-color .3s ease;position:relative}.notification-item.unread{background:#eff6ff;border-left:3px solid #2563EB}.notification-item.read{background:#f9fafb}.notification-item:hover{background:#f3f4f6}.notification-icon{font-size:1.25rem;margin-top:.25rem}.notification-content{flex:1}.notification-content p{margin:0;color:#374151;font-size:.875rem;line-height:1.4}.notification-date{font-size:.75rem;color:#9ca3af}.unread-indicator{width:8px;height:8px;background:#2563eb;border-radius:50%;position:absolute;top:.5rem;right:.5rem}.no-notifications{text-align:center;padding:2rem;color:#9ca3af}.post-property{padding:2rem 0}.post-header{text-align:center;margin-bottom:3rem}.post-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.post-header p{color:#6b7280;font-size:1.125rem}.post-form-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;max-width:1200px;margin:0 auto}.user-profile{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;height:fit-content;position:sticky;top:100px}.profile-info{text-align:center}.profile-avatar{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-details h3{margin-bottom:.5rem;color:#1f2937}.user-type{color:#2563eb;font-weight:600;margin-bottom:1rem;text-transform:capitalize}.rating{margin-bottom:1rem}.rating-text{font-size:.875rem;color:#6b7280;margin-left:.5rem}.contact{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.property-form{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.form-section{margin-bottom:3rem}.form-section h3{color:#1f2937;margin-bottom:1.5rem;font-size:1.25rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.file-input{width:100%;padding:.75rem;border:2px dashed #d1d5db;border-radius:.5rem;background:#f9fafb;cursor:pointer;transition:border-color .3s ease}.file-input:hover{border-color:#2563eb}.file-help{font-size:.875rem;color:#6b7280;margin-top:.5rem}.selected-files{margin-top:.5rem;padding:.5rem;background:#eff6ff;border-radius:.5rem;color:#2563eb;font-size:.875rem}.submit-btn{width:100%;background:#2563eb;color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:#1d4ed8}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-dashboard{padding:2rem 0}.admin-header{text-align:center;margin-bottom:3rem}.admin-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.admin-tabs{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.tab-btn{padding:.75rem 2rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}.tab-btn.active,.tab-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.admin-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d}.properties-table,.users-table{width:100%;overflow-x:auto}.properties-table table,.users-table table{width:100%;border-collapse:collapse;margin-top:1rem}.properties-table th,.properties-table td,.users-table th,.users-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.properties-table th,.users-table th{background:#f9fafb;font-weight:600;color:#374151}.property-info h4,.user-info h4{margin:0 0 .25rem;color:#1f2937}.property-info p,.user-info p{margin:0;color:#6b7280;font-size:.875rem}.owner-info p{margin:.125rem 0}.action-buttons{display:flex;gap:.5rem}.badge-success{background:#10b981;color:#fff}.badge-warning{background:#f59e0b;color:#fff}.badge-danger{background:#ef4444;color:#fff}.role-badge{display:inline-block;padding:.25rem .75rem;background:#2563eb;color:#fff;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.property-stats{display:flex;flex-direction:column;gap:.25rem}.property-stats span{font-size:.875rem;color:#6b7280}.property-details{padding:2rem 0}.property-images{margin-bottom:3rem}.image-gallery{max-width:800px;margin:0 auto}.main-image{width:100%;height:500px;overflow:hidden;border-radius:1rem;margin-bottom:1rem}.main-image img{width:100%;height:100%;object-fit:cover}.image-thumbnails{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.image-thumbnails img{width:80px;height:80px;object-fit:cover;border-radius:.5rem;cursor:pointer;opacity:.7;transition:opacity .3s ease}.image-thumbnails img.active,.image-thumbnails img:hover{opacity:1;border:2px solid #2563EB}.no-image{height:400px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border-radius:1rem;color:#9ca3af;font-size:1.125rem}.property-info{max-width:800px;margin:0 auto}.property-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.property-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.property-meta{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.property-type,.transaction-type{padding:.5rem 1rem;background:#2563eb;color:#fff;border-radius:1rem;font-weight:600;text-transform:capitalize}.property-location{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.property-price{font-size:3rem;font-weight:700;color:#2563eb}.property-features,.property-description{margin-bottom:3rem}.property-features h3,.property-description h3{margin-bottom:1.5rem;color:#1f2937}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.feature{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f9fafb;border-radius:.5rem}.feature-icon{font-size:1.25rem}.property-description p{font-size:1.125rem;line-height:1.8;color:#374151}.owner-info{background:#f9fafb;padding:2rem;border-radius:1rem;margin-top:3rem}.owner-card{display:flex;align-items:center;gap:1.5rem}.owner-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden}.owner-details h4{margin-bottom:.5rem;color:#1f2937}.owner-details p{margin:.25rem 0;color:#6b7280}.contact-btn{margin-top:1rem;background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .3s ease}.contact-btn:hover{background:#1d4ed8}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}.error{text-align:center;padding:3rem;color:#ef4444;font-size:1.125rem}.no-properties{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}@media (max-width: 1024px){.dashboard-content,.post-form-container{grid-template-columns:1fr;gap:2rem}.user-profile{position:static}.properties-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.nav-menu{position:fixed;top:80px;right:-100%;width:100%;height:calc(100vh - 80px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:right .3s ease;box-shadow:0 4px 6px #0000001a}.nav-menu.active{right:0}.nav-toggle{display:flex}.hero-content h1{font-size:2rem}.property-types{gap:.5rem}.type-btn{padding:.5rem 1rem;font-size:.875rem}.filters-container,.properties-grid,.form-row{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.admin-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px}.properties-table,.users-table{font-size:.875rem}.action-buttons{flex-direction:column}.property-header h1,.property-price{font-size:2rem}.owner-card{flex-direction:column;text-align:center}}@media (max-width: 480px){.container{padding:0 1rem}.nav-container{padding:1rem}.auth-form,.property-form{padding:2rem}.dashboard-stats{grid-template-columns:1fr}.hero-content h1{font-size:1.75rem}.property-card{margin:0 1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #2563EB;--secondary: #60A5FA;--background: #F9FAFB;--surface: #FFFFFF;--accent: #1E40AF;--text: #1F2937;--text-muted: #6B7280;--link: var(--primary);--link-hover: var(--accent);--button-bg: var(--primary);--button-hover: var(--accent);--button-text: #FFFFFF;color-scheme:light;color:var(--text);background-color:var(--background)}a{font-weight:500;color:var(--link);text-decoration:none;transition:color .3s}a:hover{color:var(--link-hover)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--background);color:var(--text)}h1,h2,h3{color:var(--accent);font-weight:600}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg);color:var(--button-text);cursor:pointer;transition:all .25s ease-in-out;box-shadow:0 4px 8px #0000001a}button:hover{background-color:var(--button-hover);transform:translateY(-2px)}button:active{transform:translateY(0)}button:focus{outline:3px solid var(--secondary)}.card,.box,.container{background:var(--surface);border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px #00000014}@media (max-width: 768px){h1{font-size:2rem}button{width:100%}}
