/*
Theme Name: Property 2026
Theme URI: https://punjabproperty.in/
Author: Punjab Property Team
Author URI: https://punjabproperty.in/
Description: A modern, responsive real estate WordPress theme for Punjab Property — featuring property listings, city pages, search, filters, agent contact, and a clean professional design inspired by leading proptech platforms.
Version: 4.30.13
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: punjabproperty
Tags: real-estate, property, custom-post-type, featured-images, custom-taxonomy, full-width-template, translation-ready, responsive, two-columns, right-sidebar
*/

/* ==========================================================================
   Table of Contents
   1.  Base / Reset
   2.  Typography
   3.  Layout & Container
   4.  Buttons
   5.  Header
   6.  Search Bar
   7.  Property Cards
   8.  Property Archive / Listings
   9.  Property Single
   10. City Pages
   11. Front Page Sections
   12. Sidebar / Widgets
   13. Forms
   14. Footer
   15. Pagination
   16. Responsive
   ========================================================================== */

/* ==========================================================================
   Local Inter font — matches the approved homepage H1/UI reference.
   Self-hosted to avoid Google Fonts latency and fallback-font rendering.
   ========================================================================== */
@font-face{font-family:'Inter';src:url('./assets/fonts/inter/woff2/Inter-Regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'Inter';src:url('./assets/fonts/inter/woff2/Inter-Medium.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:'Inter';src:url('./assets/fonts/inter/woff2/Inter-SemiBold.woff2') format('woff2');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:'Inter';src:url('./assets/fonts/inter/woff2/Inter-Bold.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:'Inter';src:url('./assets/fonts/inter/woff2/Inter-ExtraBold.woff2') format('woff2');font-style:normal;font-weight:800;font-display:swap}

/* 1. Base / Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  color:#0f172a;background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
svg{width:1em;height:1em;display:block;flex-shrink:0}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
input,select,textarea,button{font:inherit}

/* 2. Typography */
h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:#0f172a}
h1{font-size:clamp(1.875rem,5vw,3rem)}
h2{font-size:clamp(1.5rem,4vw,2.25rem)}
h3{font-size:1.25rem}
h4{font-size:1.125rem}
p{margin-bottom:1rem}

/* 3. Layout */
.pp-container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.pp-container{padding:0 1.5rem}}
@media(min-width:1024px){.pp-container{padding:0 2rem}}
.pp-section{padding:4rem 0}
@media(min-width:768px){.pp-section{padding:5rem 0}}
.pp-grid{display:grid;gap:1.5rem}
.pp-text-center{text-align:center}
.pp-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* 4. Buttons */
.pp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}
.pp-btn-primary{background:#2563eb;color:#fff}
.pp-btn-primary:hover{background:#1d4ed8}
.pp-btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0}
.pp-btn-secondary:hover{background:#f8fafc}
.pp-btn-accent{background:#29B6F6;color:#fff}
.pp-btn-accent:hover{background:#1D4ED8}
.pp-btn-full{width:100%}
.pp-btn-lg{padding:1rem 2rem;font-size:.95rem}

/* 5. Header */
.pp-topbar{background:#0f172a;color:#94a3b8;font-size:.75rem;padding:.5rem 0}
.pp-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.pp-topbar svg{width:.875rem;height:.875rem}
@media(max-width:1023px){.pp-topbar{display:none}}
.pp-topbar a:hover{color:#fff}
.pp-topbar-sep{color:#475569}
.pp-topbar-badge{color:#fbbf24;font-weight:600}
.pp-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.pp-header-inner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;gap:1rem}
.pp-logo{display:flex;align-items:center;gap:.5rem}
.pp-logo-icon{width:2.5rem;height:2.5rem;border-radius:.625rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center}
.pp-logo-icon svg{width:1.25rem;height:1.25rem;color:#fff}
.pp-logo-name{font-size:1.125rem;font-weight:800;color:#0f172a;line-height:1}
.pp-logo-tag{font-size:.625rem;color:#64748b;line-height:1}
.pp-nav{display:none;align-items:center;gap:1.75rem}
@media(min-width:1024px){.pp-nav{display:flex}}
.pp-nav a{font-size:1rem;font-weight:600;color:#334155;transition:color .2s}
.pp-nav a:hover,.pp-nav .current{color:#2563eb}
.pp-nav-dropdown>a{display:flex;align-items:center;gap:.25rem}
.pp-nav-dropdown{position:relative}
.pp-nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:1rem;box-shadow:0 8px 30px rgba(0,0,0,.12);border:1px solid #f1f5f9;padding:1rem;display:none;grid-template-columns:repeat(2,1fr);gap:.25rem;width:24rem;z-index:200}
.pp-nav-dropdown:hover .pp-nav-dropdown-menu{display:grid}
.pp-nav-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.75rem;transition:background .2s}
.pp-nav-dropdown-item:hover{background:#eff6ff}
.pp-nav-dropdown-item .pp-nav-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pp-nav-dropdown-item .pp-nav-icon svg{width:1rem;height:1rem;color:#2563eb}
.pp-header-actions{display:none;align-items:center;gap:.75rem}
@media(min-width:1024px){.pp-header-actions{display:flex}}
.pp-header-icon-btn{width:2.5rem;height:2.5rem;border-radius:.75rem;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.pp-header-icon-btn:hover{background:#e2e8f0}
.pp-header-icon-btn svg{width:1rem;height:1rem;color:#475569}
.pp-mobile-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem}
@media(min-width:1024px){.pp-mobile-toggle{display:none}}
.pp-mobile-toggle svg{width:1.5rem;height:1.5rem;color:#0f172a}
.pp-mobile-menu{display:none;border-top:1px solid #f1f5f9;padding:1rem 0;max-height:calc(100dvh - 72px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff}
.pp-mobile-menu.open{display:block;max-height:calc(100dvh - 72px);overflow-y:auto;overflow-x:hidden}
.pp-mobile-menu a{display:block;padding:.625rem 0;font-size:.875rem;font-weight:500;color:#334155}
.pp-mobile-menu .pp-mobile-sub{padding-left:1rem}
.pp-mobile-menu .pp-btn{margin-top:.75rem}
html.pp-mobile-menu-open,html.pp-mobile-menu-open body{overflow:hidden}
@media(max-width:767px){
/* Mobile performance: keep only the active hero layer visible; non-active images are not painted. */
.pp-hero-slide:not(.active){visibility:hidden;pointer-events:none}
.pp-hero-slide.active{visibility:visible}
}
@media(max-width:767px){.pp-header-inner{padding:.75rem 0}.pp-logo-name{font-size:1rem}.pp-logo-tag{font-size:.6rem}.pp-hero-content{padding:4rem 1rem}.pp-hero-stats{gap:.75rem}.pp-hero-stat-value{font-size:1.25rem}.pp-search-bar{padding:.625rem}.pp-search-tabs{padding:0 0 .5rem}.pp-search-tab{padding:.375rem .875rem}.pp-cta{padding:4rem 0}.pp-filter-panel-inline{grid-template-columns:1fr}.pp-filter-actions .pp-btn{flex:1}.pp-single-gallery{height:17rem}.pp-gallery-nav{opacity:1}.pp-contact-card{position:static}.pp-archive-layout{flex-direction:column}}

/* 6. Search Bar */
.pp-search-bar{background:#fff;border-radius:1rem;box-shadow:0 8px 30px rgba(0,0,0,.15);padding:.75rem;max-width:56rem;margin:0 auto}
.pp-search-tabs{display:flex;gap:.25rem;padding:0 .5rem .5rem}
.pp-search-tab{padding:.375rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;border:none;background:transparent;color:#475569;cursor:pointer;transition:all .2s}
.pp-search-tab.active{background:#29B6F6;color:#fff}
.pp-search-fields{display:grid;grid-template-columns:1fr;gap:.5rem}
@media(min-width:640px){.pp-search-fields{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pp-search-fields{grid-template-columns:repeat(4,1fr)}}
.pp-search-field{position:relative}
.pp-search-field svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#94a3b8;pointer-events:none}
.pp-search-field select{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;background:#fff;appearance:none;cursor:pointer}
.pp-search-field select:focus{outline:2px solid rgba(37,99,235,.2);border-color:#2563eb}
.pp-search-field::after{content:'';position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #94a3b8;pointer-events:none}

/* 7. Property Cards */
.pp-property-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06),0 4px 24px rgba(0,0,0,.04);transition:all .3s ease;cursor:pointer}
.pp-property-card-link{display:block;height:100%}
.pp-property-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12),0 12px 40px rgba(0,0,0,.06);transform:translateY(-4px)}
.pp-property-card-img{position:relative;height:14rem;overflow:hidden;background:#f1f5f9}
.pp-property-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pp-property-card:hover .pp-property-card-img img{transform:scale(1.05)}
.pp-property-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:.5rem;font-size:.75rem;font-weight:600;color:#fff}
.pp-property-badge.sale{background:#2563eb}
.pp-property-badge.rent{background:#f59e0b}
.pp-property-verified{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:.5rem;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.9);color:#15803d;display:flex;align-items:center;gap:.25rem;margin-left:5rem}
.pp-property-verified svg{width:.75rem;height:.75rem}
.pp-property-card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;gap:.5rem}
.pp-property-card-action{width:2rem;height:2rem;border-radius:.5rem;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.pp-property-card-action:hover{background:#fff}
.pp-property-card-action svg{width:1rem;height:1rem;color:#475569}
.pp-property-type-label{position:absolute;bottom:.75rem;left:.75rem;padding:.25rem .625rem;border-radius:.5rem;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;font-weight:500}
.pp-property-card-body{padding:1rem}
.pp-property-card-title{font-size:1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.25rem}
.pp-property-card-location{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b;margin-bottom:.75rem}
.pp-property-card-location svg{width:.875rem;height:.875rem;flex-shrink:0}
.pp-property-card-price{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}
.pp-property-card-specs{display:flex;gap:1rem;font-size:.875rem;color:#475569;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}
.pp-property-card-spec{display:flex;align-items:center;gap:.375rem}
.pp-property-card-spec svg{width:1rem;height:1rem;color:#94a3b8}
.pp-property-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem}
.pp-property-card-dev{display:flex;align-items:center;gap:.375rem;color:#64748b}
.pp-property-card-dev svg{width:.875rem;height:.875rem}
.pp-property-status{padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}
.pp-property-status.ready{background:#f0fdf4;color:#15803d}
.pp-property-status.under{background:#fffbeb;color:#b45309}

/* 8. Property Archive */
.pp-archive-header{background:#fff;border-bottom:1px solid #f1f5f9}
.pp-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;flex-wrap:wrap;margin-bottom:.75rem}
.pp-breadcrumb a:hover{color:#2563eb}
.pp-breadcrumb span{color:#0f172a;font-weight:500}
.pp-archive-title{font-size:1.875rem;font-weight:700}
.pp-archive-count{font-size:.875rem;color:#64748b;margin-top:.25rem}
.pp-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.pp-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:.875rem;font-weight:500;cursor:pointer}
.pp-filter-toggle svg{width:1rem;height:1rem}
@media(min-width:1024px){.pp-filter-toggle{display:none}}
.pp-sort-select{padding:.625rem 2.5rem .625rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;font-size:.875rem;background:#fff;appearance:none;cursor:pointer}
.pp-archive-layout{display:flex;gap:2rem}
.pp-archive-sidebar{display:none;width:16rem;flex-shrink:0}
@media(min-width:1024px){.pp-archive-sidebar{display:block}}
.pp-filter-panel{position:sticky;top:6rem;background:#fff;border-radius:1rem;border:1px solid #f1f5f9;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.pp-filter-panel-inline{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;align-items:end;margin-bottom:2rem}
.pp-filter-panel-inline .pp-filter-group{margin:0}
.pp-filter-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.pp-property-grid-spaced{margin-top:.5rem}
.pp-empty-state{padding:4rem 1.5rem;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:1rem}
.pp-empty-state p{color:#64748b;margin:1rem auto 1.5rem;max-width:32rem}
.pp-filter-group{margin-bottom:1.5rem}
.pp-filter-group:last-child{margin-bottom:0}
.pp-filter-title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}
.pp-filter-list{display:flex;flex-direction:column;gap:.375rem}
.pp-filter-list label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#475569}
.pp-filter-list label:hover{color:#0f172a}
.pp-filter-list input[type=radio]{width:1rem;height:1rem;accent-color:#2563eb}
.pp-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}
.pp-filter-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:.5rem;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:500}
.pp-filter-chip button{background:none;border:none;cursor:pointer;padding:0;display:flex}
.pp-filter-chip svg{width:.75rem;height:.75rem}
.pp-archive-content{flex:1;min-width:0}
.pp-property-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.pp-property-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1280px){.pp-property-grid{grid-template-columns:repeat(3,1fr)}}

/* 9. Property Single */
.pp-single-gallery{position:relative;height:30rem;border-radius:1rem;overflow:hidden;background:#0f172a;margin-bottom:1rem}
@media(max-width:640px){.pp-single-gallery{height:18rem}}
.pp-single-gallery img{width:100%;height:100%;object-fit:contain;object-position:center;background:#0f172a}
.pp-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:9999px;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s}
.pp-single-gallery:hover .pp-gallery-nav{opacity:1}
.pp-gallery-nav.prev{left:1rem}
.pp-gallery-nav.next{right:1rem}
.pp-gallery-nav svg{width:1.25rem;height:1.25rem;color:#334155}
.pp-gallery-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.375rem}
.pp-gallery-dot{height:.375rem;border-radius:9999px;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:all .2s;width:.375rem}
.pp-gallery-dot.active{width:1.5rem;background:#fff}
.pp-gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;margin-bottom:2rem}
.pp-gallery-thumb{flex-shrink:0;width:6rem;height:4rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;opacity:.6;cursor:pointer;transition:all .2s;background:#0f172a}
.pp-gallery-thumb.active{border-color:#2563eb;opacity:1}
.pp-gallery-thumb img{width:100%;height:100%;object-fit:contain}
.pp-single-layout{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:1024px){.pp-single-layout{grid-template-columns:2fr 1fr}}
.pp-single-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:1.5rem}
.pp-single-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}
.pp-single-location{display:flex;align-items:center;gap:.375rem;color:#64748b;font-size:.875rem;margin-bottom:1rem}
.pp-single-location svg{width:1rem;height:1rem}
.pp-single-meta{display:flex;gap:1rem;font-size:.875rem;color:#64748b;padding-top:.75rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}
.pp-single-meta-item{display:flex;align-items:center;gap:.375rem}
.pp-single-meta-item svg{width:1rem;height:1rem}
.pp-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:640px){.pp-specs-grid{grid-template-columns:repeat(3,1fr)}}
.pp-spec-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;background:#f8fafc}
.pp-spec-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pp-spec-icon svg{width:1.25rem;height:1.25rem;color:#2563eb}
.pp-spec-label{font-size:.75rem;color:#64748b}
.pp-spec-value{font-size:.875rem;font-weight:600;color:#0f172a}
.pp-area-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}
.pp-area-item{text-align:center;padding:.75rem}
.pp-area-value{font-size:1.5rem;font-weight:700;color:#2563eb}
.pp-area-label{font-size:.75rem;color:#64748b;margin-top:.25rem}
.pp-single-description{font-size:.875rem;color:#475569;line-height:1.7}
.pp-amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
@media(min-width:640px){.pp-amenities-grid{grid-template-columns:repeat(3,1fr)}}
.pp-amenity-item{display:flex;align-items:center;gap:.625rem;padding:.75rem;border-radius:.75rem;background:#f8fafc;font-size:.875rem;color:#334155}
.pp-amenity-item svg{width:1rem;height:1rem;color:#2563eb;flex-shrink:0}
/* Property description extras */
.pp-description-heading{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem}
.pp-description-card .pp-single-description{max-height:none;overflow:visible;overflow-wrap:anywhere;word-break:normal;height:auto}
.pp-description-card .pp-single-description.is-expanded{max-height:none;overflow:visible}
.pp-description-toggle{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:#5b2ca0;font-weight:700;font-size:.9rem;padding:.7rem 0 0;cursor:pointer}
.pp-description-toggle svg{width:1rem;height:1rem;transition:transform .2s}
.pp-description-toggle.is-open svg{transform:rotate(180deg)}
.pp-furnishings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
@media(min-width:640px){.pp-furnishings-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.pp-furnishing-item{min-height:112px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:1rem;display:flex;flex-direction:column;justify-content:center;gap:.65rem}
.pp-furnishing-icon{width:38px;height:38px;border-radius:10px;background:#f8fafc;position:relative;display:block}
.pp-furnishing-icon:before{content:"";position:absolute;inset:10px;border:2px solid #111827;border-radius:3px}
.pp-furnishing-icon-fan:before{border-radius:50%;box-shadow:0 -6px 0 -3px #111827,6px 3px 0 -3px #111827,-6px 3px 0 -3px #111827}
.pp-furnishing-icon-light:before{border-radius:50%;box-shadow:0 10px 0 -7px #111827}
.pp-furnishing-icon-servant:before{border-radius:50% 50% 4px 4px}
.pp-furnishing-label{font-size:.95rem;color:#475569;line-height:1.35}
.pp-furnishing-label strong{font-size:1.05rem;color:#111827}
.pp-nearby-grid{display:grid;grid-template-columns:1fr;gap:.85rem}
@media(min-width:640px){.pp-nearby-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.pp-nearby-item{display:flex;gap:.75rem;align-items:flex-start;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:.9rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.pp-nearby-item:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(15,23,42,.08);border-color:#cbd5e1}
.pp-nearby-icon{width:42px;height:42px;flex:0 0 42px;border-radius:10px;background:#f5f3ff;display:flex;align-items:center;justify-content:center;color:#6d3bc2}
.pp-nearby-icon svg{width:21px;height:21px}
.pp-nearby-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.pp-nearby-type{font-size:.8rem;color:#64748b}
.pp-nearby-copy strong{font-size:.92rem;line-height:1.25;color:#334155}
.pp-nearby-copy small{font-size:.75rem;color:#94a3b8}
.pp-contact-card{position:sticky;top:6rem}
.pp-contact-price-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem}
.pp-contact-price{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:1rem}
.pp-contact-divider{border-top:1px solid #f1f5f9;margin:1rem 0}
.pp-contact-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.pp-contact-info-icon{width:2.5rem;height:2.5rem;border-radius:9999px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pp-contact-info-icon svg{width:1.25rem;height:1.25rem;color:#2563eb}
.pp-contact-info-label{font-size:.875rem;font-weight:600;color:#0f172a}
.pp-contact-info-value{font-size:.75rem;color:#64748b}
.pp-quick-facts{font-size:.875rem}
.pp-quick-fact{display:flex;justify-content:space-between;padding:.375rem 0;border-bottom:1px solid #f8fafc}
.pp-quick-fact-label{color:#64748b}
.pp-quick-fact-value{font-weight:500;color:#0f172a}

/* 10. City Page */
.pp-city-hero{position:relative;height:22rem;display:flex;align-items:flex-end;overflow:hidden}
.pp-city-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.pp-city-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.9),rgba(15,23,42,.3))}
.pp-city-hero-content{position:relative;padding-bottom:2.5rem;color:#fff}
.pp-city-hero h1{color:#fff;margin-bottom:.5rem}
.pp-city-hero p{color:#e2e8f0;max-width:42rem}
.pp-city-stats{display:flex;gap:1.5rem;margin-top:1rem}
.pp-city-stat-value{font-size:1.5rem;font-weight:700}
.pp-city-stat-label{font-size:.75rem;color:#cbd5e1}
.pp-city-filters{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:.25rem}
.pp-city-filter-btn{padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;white-space:nowrap;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer;transition:all .2s}
.pp-city-filter-btn:hover{background:#f8fafc}
.pp-city-filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}

/* 11. Front Page Sections */
.pp-hero{position:relative;min-height:38rem;display:flex;align-items:center;justify-content:center;overflow:hidden}
@media(max-width:640px){.pp-hero{min-height:34rem}}
.pp-hero-bg{position:absolute;inset:0}
.pp-hero-bg img{width:100%;height:100%;object-fit:cover}
.pp-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.85),rgba(15,23,42,.7),rgba(30,58,138,.6))}
.pp-hero-content{position:relative;text-align:center;padding:5rem 1rem;max-width:48rem;margin:0 auto}
.pp-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:500;margin-bottom:1.5rem}
.pp-hero-badge svg{width:.875rem;height:.875rem;color:#fbbf24}
.pp-hero h1{color:#fff;font-size:clamp(2rem,5vw,3.75rem);font-weight:800;margin-bottom:1rem}
.pp-hero h1 .pp-hero-accent{color:#fbbf24}
.pp-hero p{font-size:1.125rem;color:#e2e8f0;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}
.pp-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:32rem;margin:2.5rem auto 0}
.pp-hero-stat-value{font-size:1.5rem;font-weight:700;color:#fff}
.pp-hero-stat-label{font-size:.75rem;color:#cbd5e1;margin-top:.25rem}
@media(min-width:640px){.pp-hero-stat-value{font-size:2rem}}
.pp-hero-phone{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:#fff;font-size:.9375rem;font-weight:700;padding:.625rem 1rem;border-radius:9999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);transition:background .2s}
.pp-hero-phone:hover{background:rgba(255,255,255,.2)}.pp-hero-phone svg{width:1rem;height:1rem;color:#fbbf24}

.pp-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.pp-type-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.pp-type-grid{grid-template-columns:repeat(6,1fr)}}
.pp-type-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:1rem;background:#f8fafc;border:1px solid transparent;transition:all .3s ease;text-align:center;cursor:pointer}
.pp-type-card:hover{background:#eff6ff;border-color:#dbeafe;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.pp-type-card-icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;transition:background .3s}
.pp-type-card:hover .pp-type-card-icon{background:#2563eb}
.pp-type-card-icon svg{width:1.75rem;height:1.75rem;color:#2563eb;transition:color .3s}
.pp-type-card:hover .pp-type-card-icon svg{color:#fff}
.pp-type-card-label{font-size:.875rem;font-weight:600;color:#0f172a}
.pp-type-card-desc{font-size:.75rem;color:#64748b}

.pp-featured-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.pp-featured-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pp-featured-grid{grid-template-columns:repeat(4,1fr)}}

.pp-city-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
@media(min-width:768px){.pp-city-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.pp-city-grid{grid-template-columns:repeat(4,1fr)}}
.pp-city-card{position:relative;height:12rem;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .3s ease}
.pp-city-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.pp-city-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.pp-city-card:hover img{transform:scale(1.1)}
.pp-city-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.8),transparent)}
.pp-city-card-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;text-align:left}
.pp-city-card-name{font-size:1.125rem;font-weight:700;color:#fff}
.pp-city-card-count{font-size:.75rem;color:#e2e8f0;display:flex;align-items:center;gap:.25rem}
.pp-city-card-count svg{width:.75rem;height:.75rem}

.pp-features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.pp-features-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pp-features-grid{grid-template-columns:repeat(4,1fr)}}
.pp-feature-card{padding:1.5rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
.pp-feature-card:hover{background:rgba(255,255,255,.1)}
.pp-feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.pp-feature-icon svg{width:1.5rem;height:1.5rem;color:#fff}
.pp-feature-card h3{color:#fff;margin-bottom:.5rem}
.pp-feature-card p{color:#94a3b8;font-size:.875rem;line-height:1.6}

.pp-testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.pp-testimonials-grid{grid-template-columns:repeat(3,1fr)}}
.pp-testimonial{padding:1.5rem;border-radius:1rem;background:#f8fafc;border:1px solid #f1f5f9}
.pp-testimonial-quote{width:2rem;height:2rem;color:#dbeafe;margin-bottom:.75rem}
.pp-testimonial-text{font-size:.875rem;color:#475569;line-height:1.7;margin-bottom:1.25rem}
.pp-testimonial-author{display:flex;align-items:center;gap:.75rem}
.pp-testimonial-avatar{width:2.75rem;height:2.75rem;border-radius:9999px;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}
.pp-testimonial-name{font-size:.875rem;font-weight:600;color:#0f172a}
.pp-testimonial-city{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.25rem}
.pp-testimonial-city svg{width:.75rem;height:.75rem}
.pp-testimonial-stars{display:flex;gap:.125rem;margin-left:auto}
.pp-testimonial-stars svg{width:.875rem;height:.875rem;color:#f59e0b;fill:#f59e0b}

/* Homepage enquiry */
.pp-home-inquiry{background:#f8fafc}
.pp-home-inquiry-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,1fr);gap:3rem;align-items:center;padding:2rem;border-radius:1rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 6px 24px rgba(15,23,42,.06)}
.pp-home-inquiry-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:#eff6ff;color:#2563eb;margin-bottom:1rem}
.pp-home-inquiry-icon svg{width:1.5rem;height:1.5rem}.pp-home-inquiry-copy h2{font-size:1.5rem;margin-bottom:.75rem}.pp-home-inquiry-copy p{color:#64748b;max-width:30rem}
.pp-home-inquiry-phone{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-weight:700;color:#2563eb}.pp-home-inquiry-phone svg{width:1rem;height:1rem}
.pp-home-inquiry-form{padding:1.5rem;border-radius:.875rem;background:#f8fafc;border:1px solid #f1f5f9}
@media(max-width:767px){.pp-home-inquiry-card{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}.pp-home-inquiry-form{padding:1rem}}

.pp-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8);text-align:center;padding:5rem 0}
.pp-cta h2{color:#fff;margin-bottom:1rem}
.pp-cta p{color:#dbeafe;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}
.pp-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}
@media(min-width:640px){.pp-cta-buttons{flex-direction:row}}
.pp-cta-btn-ghost{padding:.75rem 1.5rem;border-radius:.75rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;font-weight:600;font-size:.875rem;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .2s}
.pp-cta-btn-ghost:hover{background:rgba(255,255,255,.2)}

.pp-section-dark{background:#0f172a;color:#fff}
.pp-section-dark h2{color:#fff}

/* 12. Sidebar / Widgets */
.pp-sidebar-widget{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.pp-widget-title{font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}

/* 13. Forms */
.pp-form{display:flex;flex-direction:column;gap:1rem}
.pp-form-row{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:640px){.pp-form-row{grid-template-columns:repeat(2,1fr)}}
.pp-form-label{font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.375rem;display:block}
.pp-input,.pp-select,.pp-textarea{width:100%;padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.875rem;background:#fff;transition:all .2s}
.pp-input:focus,.pp-select:focus,.pp-textarea:focus{outline:2px solid rgba(37,99,235,.2);border-color:#2563eb}
.pp-textarea{resize:vertical;min-height:6rem}
.pp-form-success{padding:1rem;border-radius:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;gap:.75rem;color:#15803d;font-size:.875rem}
.pp-form-success svg{width:1.25rem;height:1.25rem;flex-shrink:0}
.pp-form-error{padding:1rem;border-radius:.75rem;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:.875rem}

/* 14. Footer */
.pp-footer{background:#0f172a;color:#94a3b8}
.pp-footer-cta{border-bottom:1px solid rgba(255,255,255,.1);padding:2.5rem 0}
.pp-footer-cta-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}
@media(min-width:1024px){.pp-footer-cta-inner{flex-direction:row}}
.pp-footer-cta h3{color:#fff;font-size:1.5rem}
.pp-footer-cta p{color:#94a3b8}
.pp-footer-main{padding:3.5rem 0}
.pp-footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}
@media(min-width:768px){.pp-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pp-footer-grid{grid-template-columns:repeat(4,1fr)}}
.pp-footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.pp-footer-brand .pp-logo-icon{width:2.5rem;height:2.5rem}
.pp-footer-brand-name{font-size:1.125rem;font-weight:800;color:#fff}
.pp-footer-desc{font-size:.875rem;line-height:1.7;color:#94a3b8}
.pp-footer-social{display:flex;gap:.75rem;margin-top:1.25rem}
.pp-footer-social a{width:2.25rem;height:2.25rem;border-radius:.5rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .2s}
.pp-footer-social a:hover{background:#2563eb}
.pp-footer-social svg{width:1rem;height:1rem;color:#fff}
.pp-footer-title{color:#fff;font-weight:600;font-size:.875rem;margin-bottom:1rem}
.pp-footer-links{display:flex;flex-direction:column;gap:.625rem}
.pp-footer-links a{font-size:.875rem;color:#94a3b8;transition:color .2s}
.pp-footer-links a:hover{color:#fff}
.pp-footer-newsletter p{font-size:.875rem;color:#94a3b8;margin-bottom:1rem}
.pp-footer-newsletter-form{display:flex;gap:.5rem}
.pp-footer-newsletter-form input{flex:1;padding:.625rem .75rem;border-radius:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.875rem}
.pp-footer-newsletter-form input::placeholder{color:#64748b}
.pp-footer-newsletter-form input:focus{outline:none;border-color:#2563eb}
.pp-footer-newsletter-form button{padding:.625rem .75rem;border-radius:.5rem;background:#2563eb;border:none;cursor:pointer;transition:background .2s}
.pp-footer-newsletter-form button:hover{background:#1d4ed8}
.pp-footer-newsletter-form button svg{width:1rem;height:1rem;color:#fff}
.pp-footer-contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#94a3b8;margin-top:.5rem}
.pp-footer-contact-item:hover{color:#fff}
.pp-footer-contact-item svg{width:1rem;height:1rem}
.pp-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}
.pp-footer-bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;color:#64748b}
@media(min-width:640px){.pp-footer-bottom-inner{flex-direction:row}}
.pp-footer-bottom-links{display:flex;gap:1.25rem}
.pp-footer-bottom-links a:hover{color:#fff}

/* 15. Pagination */
.pp-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}
.pp-pagination a,.pp-pagination span{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;border:1px solid #e2e8f0;transition:all .2s}
.pp-pagination a:hover{background:#f8fafc}
.pp-pagination .current{background:#2563eb;color:#fff;border-color:#2563eb}
.pp-pagination .dots{border:none}

/* 16. Responsive / Utilities */
.pp-no-scroll::-webkit-scrollbar{display:none}
.pp-no-scroll{-ms-overflow-style:none;scrollbar-width:none}
.pp-hidden{display:none}
.pp-loading{display:flex;align-items:center;justify-content:center;min-height:20rem}
.pp-spinner{width:2.5rem;height:2.5rem;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:9999rem;animation:pp-spin 0.8s linear infinite}
@keyframes pp-spin{to{transform:rotate(360deg)}}
@keyframes pp-fade-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes pp-fade{from{opacity:0}to{opacity:1}}
.pp-animate-up{animation:pp-fade-up .5s ease-out forwards}
.pp-animate-fade{animation:pp-fade .4s ease-out forwards}

/* Modal */
.pp-modal-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}
.pp-modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);animation:pp-fade .3s ease}
.pp-modal{position:relative;background:#fff;border-radius:1rem;box-shadow:0 20px 60px rgba(0,0,0,.2);max-width:28rem;width:100%;padding:1.5rem;animation:pp-fade-up .3s ease}
.pp-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}
.pp-modal-title{font-size:1.125rem;font-weight:700}
.pp-modal-subtitle{font-size:.875rem;color:#64748b;margin-top:.125rem}
.pp-modal-close{background:none;border:none;cursor:pointer;padding:.25rem}
.pp-modal-close svg{width:1.25rem;height:1.25rem;color:#64748b}

/* Mobile filter drawer */
.pp-mobile-drawer{position:fixed;inset:0;z-index:200;display:none}
.pp-mobile-drawer.open{display:block}
.pp-mobile-drawer-bg{position:absolute;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px)}
.pp-mobile-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:20rem;max-width:85%;background:#fff;overflow-y:auto;padding:1.25rem;animation:pp-fade .3s ease}
.pp-mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}

/* 404 */
.pp-404{text-align:center;padding:5rem 0}
.pp-404 h1{font-size:3rem;color:#2563eb}
.pp-404 p{color:#64748b;margin-bottom:1.5rem}

/* Post Property */
.pp-post-property-hero{background:linear-gradient(135deg,#0f172a,#1d4ed8);padding:4.5rem 0;color:#fff}
.pp-post-property-intro{max-width:46rem;margin:0 auto;text-align:center}
.pp-post-property-intro h1{color:#fff;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}
.pp-post-property-intro p{color:#dbeafe;font-size:1.0625rem;margin:0}
.pp-post-property-form{display:flex;flex-direction:column;gap:1.5rem}
.pp-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.pp-form-card-heading{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}
.pp-form-card-heading>span{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:.75rem;color:#2563eb;flex-shrink:0}
.pp-form-card-heading>span svg{width:1.25rem;height:1.25rem}
.pp-form-card-heading h2{font-size:1.125rem;margin:0 0 .25rem}
.pp-form-card-heading p{font-size:.875rem;color:#64748b;margin:0}
.pp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.pp-form-field{display:block}.pp-form-field-wide{grid-column:span 2}
.pp-form-field>span{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.375rem}
.pp-form-field small{display:block;color:#64748b;font-size:.75rem;margin-top:.5rem;line-height:1.5}
.pp-file-input{padding:.5rem}
.pp-property-video{background:#fff;border-radius:1rem;padding:1rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.pp-property-video-heading{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.pp-property-video-heading span{color:#2563eb}.pp-property-video-heading h2{font-size:1rem}
.pp-property-video video{display:block;width:100%;max-height:34rem;border-radius:.75rem;background:#0f172a}
.pp-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.pp-post-property-submit{text-align:center;padding:1rem 0}.pp-post-property-submit p{font-size:.875rem;color:#64748b;margin-bottom:1rem}
.pp-post-property .pp-form-success,.pp-post-property .pp-form-error{margin-bottom:1.5rem}
@media(max-width:640px){.pp-post-property-hero{padding:3.5rem 0}.pp-form-card{padding:1.125rem}.pp-form-grid{grid-template-columns:1fr}.pp-form-field-wide{grid-column:span 1}.pp-form-card-heading{margin-bottom:1.125rem}}

/* =========================================================================
   v2 additions: Hot Selling section, RERA/negotiable/brokerage badges,
   project logo, brochure button, redesigned search bar extras,
   and the admin-side gallery / amenities UI.
   ========================================================================= */

/* --- Redesigned home search bar: price range + a cleaner CTA row --- */
.pp-search-bar{background:#fff;border-radius:1.25rem;box-shadow:0 20px 45px rgba(15,23,42,.18);padding:1rem;max-width:64rem}
.pp-search-fields{grid-template-columns:1fr}
@media(min-width:640px){.pp-search-fields{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.pp-search-fields{grid-template-columns:repeat(5,1fr)}}
.pp-search-field select{font-weight:500}
.pp-search-fields .pp-btn{white-space:nowrap;justify-content:center}

/* --- Badges shown on cards / single page --- */
.pp-badge-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}
.pp-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:600;line-height:1}
.pp-badge svg{width:13px;height:13px}
.pp-badge-negotiable{background:#ecfdf5;color:#047857}
.pp-badge-rera{background:#eff6ff;color:#1d4ed8}
.pp-badge-no-brokerage{background:#f0fdf4;color:#15803d}
.pp-badge-brokerage{background:#fff7ed;color:#c2410c}
.pp-badge-hot{background:#fef2f2;color:#dc2626}

/* --- Project / developer logo --- */
.pp-project-logo{position:absolute;top:.75rem;right:.75rem;width:3rem;height:3rem;border-radius:.5rem;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:.25rem;object-fit:contain;z-index:2}
.pp-single-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.pp-single-logo img{width:3rem;height:3rem;object-fit:contain;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;padding:.25rem}

/* --- Brochure download button --- */
.pp-brochure-btn{display:inline-flex;align-items:center;gap:.5rem;width:100%;justify-content:center;margin-top:.75rem;padding:.7rem 1rem;border-radius:.75rem;background:#0f172a;color:#fff;font-weight:600;font-size:.875rem;text-decoration:none}
.pp-brochure-btn:hover{background:#1e293b;color:#fff}

/* --- Hot Selling Real Estate Projects (homepage) --- */
.pp-hotselling-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1.5rem}
.pp-hotselling-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;background:#fee2e2;color:#dc2626;font-size:.75rem;font-weight:600;margin-bottom:.75rem}

/* --- Admin: property gallery with per-image remove + sortable list --- */
.pp-gallery-admin-preview{list-style:none;margin:0 0 8px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.pp-gallery-admin-item{position:relative;cursor:grab}
.pp-gallery-admin-item img{width:100%;height:64px;object-fit:cover;border-radius:4px;display:block}
.pp-gallery-admin-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;line-height:18px;border-radius:50%;border:none;background:#dc2626;color:#fff;font-size:14px;cursor:pointer;padding:0}
.pp-gallery-admin-item.pp-dragging{opacity:.4}
.pp-logo-admin-preview img{max-width:100px;max-height:100px;object-fit:contain;border:1px solid #ddd;border-radius:4px;padding:4px;background:#fff}
.pp-amenities-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;margin:10px 0}
.pp-amenities-admin-item{display:flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}
.pp-amenities-admin-item svg{width:16px;height:16px;flex-shrink:0;color:#2563eb}

/* =========================================================================
   v2 — 99acres-style Hero & Search Box + Section Headings
   ========================================================================= */

/* --- Hero v2: taller, full-screen style --- */
.pp-hero-v2 {
    min-height: 100vh;
    min-height: clamp(620px, 100vh, 900px);
    align-items: flex-end;
    padding-bottom: 0;
}
.pp-hero-overlay-v2 {
    background: linear-gradient(
        to bottom,
        rgba(10,20,40,.55) 0%,
        rgba(10,20,40,.45) 40%,
        rgba(10,20,40,.72) 75%,
        rgba(10,20,40,.9) 100%
    );
}
.pp-hero-v2-inner {
    position: relative;
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
    padding: 7rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}
.pp-hero-v2-heading h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: .75rem;
    line-height: 1.15;
}
.pp-hero-v2-heading p {
    color: #e2e8f0;
    font-size: 1.1rem;
    max-width: 36rem;
    margin: 0 auto;
}

/* --- 99acres-style Search Box --- */
.pp-searchbox {
    width: 100%;
    max-width: 62rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    overflow: hidden;
}

/* Category tabs */
.pp-searchbox-tabs {
    display: flex;
    align-items: flex-end;
    gap: 0;
    padding: 0 1rem;
    border-bottom: 1px solid #e8edf2;
    overflow-x: auto;
    scrollbar-width: none;
}
.pp-searchbox-tabs::-webkit-scrollbar { display: none; }
.pp-searchbox-tab {
    position: relative;
    flex-shrink: 0;
    padding: .75rem 1.25rem;
    font-size: .875rem;
    font-weight: 600;
    color: #6b7c93;
    border: none;
    background: transparent;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    transition: color .2s;
    white-space: nowrap;
}
.pp-searchbox-tab:hover { color: #2563eb; }
.pp-searchbox-tab.active {
    color: #2563eb;
    border-bottom-color: #2563eb;
}
.pp-searchbox-dot {
    position: absolute;
    top: .6rem;
    right: .5rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4444;
}

/* Search row */
.pp-searchbox-form {
    display: flex;
    align-items: center;
    gap: 0;
    padding: .75rem 1rem;
}

/* City selector */
.pp-searchbox-city {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-right: .75rem;
    flex-shrink: 0;
}
.pp-searchbox-city svg {
    width: 1.1rem;
    height: 1.1rem;
    color: #2563eb;
    flex-shrink: 0;
}
.pp-searchbox-city-select {
    border: none;
    outline: none;
    font-size: .875rem;
    font-weight: 600;
    color: #0f172a;
    background: transparent;
    cursor: pointer;
    min-width: 80px;
    max-width: 130px;
    appearance: none;
    -webkit-appearance: none;
}
.pp-searchbox-city-sep {
    display: block;
    width: 1px;
    height: 1.5rem;
    background: #d1d5db;
    margin-left: .5rem;
}

/* Keyword input */
.pp-searchbox-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1rem;
}
.pp-searchbox-input-wrap svg {
    width: 1.125rem;
    height: 1.125rem;
    color: #94a3b8;
    flex-shrink: 0;
}
.pp-searchbox-input {
    width: 100%;
    border: none;
    outline: none;
    font-size: .9375rem;
    color: #0f172a;
    background: transparent;
    caret-color: #2563eb;
}
.pp-searchbox-input::placeholder { color: #94a3b8; }

/* BHK select */
.pp-searchbox-bhk {
    border-left: 1px solid #e2e8f0;
    padding: 0 .75rem;
    flex-shrink: 0;
}
.pp-searchbox-bhk-select {
    border: none;
    outline: none;
    font-size: .875rem;
    color: #475569;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

/* Search button */
.pp-searchbox-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    border-radius: .625rem;
    background: #2563eb;
    color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0;
    white-space: nowrap;
}
.pp-searchbox-btn svg { width: 1rem; height: 1rem; }
.pp-searchbox-btn:hover { background: #1d4ed8; }

/* Popular / suggestion links */
.pp-searchbox-suggestions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem .75rem;
    padding: .625rem 1rem .875rem;
    border-top: 1px solid #f1f5f9;
    font-size: .8125rem;
}
.pp-searchbox-suggestions span {
    color: #64748b;
    font-weight: 500;
}
.pp-searchbox-suggestions a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    padding: .15rem .625rem;
    border-radius: 9999px;
    background: #eff6ff;
    transition: background .15s;
}
.pp-searchbox-suggestions a:hover { background: #dbeafe; }

/* Stats row v2 */
.pp-hero-stats-v2 {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    max-width: unset;
    margin: 0;
    flex-wrap: wrap;
}
.pp-hero-stat-sep {
    width: 1px;
    height: 2rem;
    background: rgba(255,255,255,.3);
}

/* --- Section headings shared style --- */
.pp-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.pp-section-heading h2 { margin: 0; }
.pp-section-heading p { color: #64748b; margin: .25rem 0 0; }
.pp-section-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .75rem;
    border-radius: 9999px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
.pp-section-badge svg { width: .875rem; height: .875rem; }
.pp-section-badge-gold { background: #fef3c7; color: #b45309; }
.pp-section-badge-red  { background: #fee2e2; color: #dc2626; }
.pp-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .875rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}
.pp-view-all-link svg { width: 1rem; height: 1rem; }
.pp-view-all-link:hover { color: #1d4ed8; }

/* Hot-selling section background accent */
.pp-hotselling-section { background: #fff9f5; }

/* --- Responsive search box --- */
@media(max-width:767px) {
    .pp-hero-v2 { min-height: auto; }
    .pp-hero-v2-inner { padding: 5rem 1rem 2.5rem; gap: 1.5rem; }
    .pp-searchbox-form { flex-wrap: wrap; gap: .5rem; }
    .pp-searchbox-city { border-bottom: 1px solid #e2e8f0; padding-bottom: .5rem; width: 100%; }
    .pp-searchbox-city-sep { display: none; }
    .pp-searchbox-input-wrap { width: 100%; padding: 0; }
    .pp-searchbox-bhk { border-left: none; border-top: 1px solid #e2e8f0; padding: .5rem 0 0; width: 100%; }
    .pp-searchbox-btn { width: 100%; justify-content: center; padding: .875rem; border-radius: .75rem; }
    .pp-hero-stats-v2 { gap: 1rem; }
    .pp-hero-stat-sep { display: none; }
}
@media(max-width:480px) {
    .pp-searchbox-tabs { gap: 0; }
    .pp-searchbox-tab { padding: .625rem .75rem; font-size: .8rem; }
}

/* ====================================================================
   PROPERTY PAGE v2 — 3-Panel Gallery, Lightbox, Scroll Reveal
   ==================================================================== */

/* ---------- scroll-reveal ---------- */
.pp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .55s cubic-bezier(.4,0,.2,1), transform .55s cubic-bezier(.4,0,.2,1);
}
.pp-reveal.pp-revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .pp-reveal { opacity:1; transform:none; transition:none; }
}

/* ---------- 3-panel gallery ---------- */
.pp-gallery3 {
  display: grid;
  grid-template-columns: 1fr 320px;
  grid-template-rows: 440px;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,.10);
}
@media (max-width: 860px) {
  .pp-gallery3 { grid-template-columns: 1fr; grid-template-rows: 280px auto; }
  .pp-gallery3-side { grid-template-columns: 1fr 1fr; grid-template-rows: 160px; }
}

.pp-gallery3-main {
  position: relative;
  background: #0f172a;
  overflow: hidden;
  cursor: pointer;
}
.pp-gallery3-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.pp-gallery3-main:hover img { transform: scale(1.03); }

.pp-gallery3-label {
  position: absolute;
  top: 12px; left: 12px;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: .75rem;
  font-weight: 600;
  color: #0f172a;
  pointer-events: none;
}

.pp-gallery3-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  position: relative;
}

.pp-gallery3-slot {
  position: relative;
  background: #0f172a;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.pp-gallery3-slot img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  display: block;
}
.pp-gallery3-slot:hover img { transform: scale(1.05); }

.pp-gallery3-slot-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.18);
  opacity: 0;
  transition: opacity .25s;
}
.pp-gallery3-slot:hover .pp-gallery3-slot-overlay { opacity: 1; }
.pp-gallery3-slot-overlay svg { color: #fff; width: 40px; height: 40px; }

.pp-gallery3-more {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.55);
  display: flex; align-items: center; justify-content: center;
}
.pp-gallery3-more span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}

.pp-gallery3-actions {
  position: absolute;
  top: 12px; right: 12px;
  display: flex; gap: 8px;
  z-index: 2;
}
.pp-gallery3-action {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  color: #0f172a;
  transition: background .2s, transform .15s;
}
.pp-gallery3-action:hover { background: #fff; transform: scale(1.04); }
.pp-gallery3-action svg { width: 15px; height: 15px; }

/* ---------- lightbox backdrop ---------- */
.pp-lb-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9998;
  backdrop-filter: blur(3px);
}

/* ---------- lightbox ---------- */
.pp-lightbox {
  position: fixed; inset: 0;
  z-index: 9999;
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  outline: none;
}
.pp-lightbox[hidden] { display: none; }

/* header */
.pp-lb-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #111;
  flex-shrink: 0;
  border-bottom: 1px solid #222;
}
.pp-lb-title-row {
  display: flex; align-items: center; gap: 10px;
  flex: 1; min-width: 0;
}
.pp-lb-logo {
  width: 36px; height: 36px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  flex-shrink: 0;
}
.pp-lb-name {
  font-size: .95rem; font-weight: 700; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pp-lb-price {
  font-size: .875rem; color: #94a3b8; white-space: nowrap;
}
.pp-lb-counter {
  font-size: .8rem; color: #64748b; white-space: nowrap;
}
.pp-lb-cta {
  display: inline-flex; align-items: center;
  background: #16a34a; color: #fff;
  padding: 8px 18px; border-radius: 8px;
  font-size: .85rem; font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s;
  flex-shrink: 0;
}
.pp-lb-cta:hover { background: #15803d; }
.pp-lb-close {
  background: none; border: none;
  color: #94a3b8; cursor: pointer;
  padding: 6px; border-radius: 6px;
  flex-shrink: 0;
  transition: color .2s, background .2s;
}
.pp-lb-close:hover { color: #fff; background: #222; }
.pp-lb-close svg { width: 22px; height: 22px; display: block; }

/* tabs */
.pp-lb-tabs {
  display: flex;
  gap: 0;
  padding: 0 20px;
  background: #111;
  border-bottom: 1px solid #1e293b;
  overflow-x: auto;
  scrollbar-width: none;
  flex-shrink: 0;
}
.pp-lb-tabs::-webkit-scrollbar { display: none; }
.pp-lb-tab {
  background: none; border: none;
  color: #94a3b8;
  font-size: .8rem; font-weight: 500;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
}
.pp-lb-tab:hover { color: #e2e8f0; }
.pp-lb-tab.active {
  color: #fff;
  border-bottom-color: #16a34a;
  font-weight: 700;
}

/* viewer */
.pp-lb-viewer {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.pp-lb-stage {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.pp-lb-stage img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  display: block;
}
.pp-lb-video-wrap {
  width: 100%; height: 100%;
}
.pp-lb-video-wrap[hidden] { display: none; }
.pp-lb-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.1);
  border: none; border-radius: 50%;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #fff;
  transition: background .2s;
  z-index: 2;
}
.pp-lb-nav:hover { background: rgba(255,255,255,.22); }
.pp-lb-nav svg { width: 24px; height: 24px; }
.pp-lb-prev { left: 16px; }
.pp-lb-next { right: 16px; }

/* thumbnail strip */
.pp-lb-strip {
  display: flex;
  gap: 6px;
  padding: 10px 16px;
  background: #111;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #334155 transparent;
  flex-shrink: 0;
}
.pp-lb-thumb {
  flex-shrink: 0;
  width: 72px; height: 52px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #1e293b;
  transition: border-color .2s, transform .15s;
  padding: 0;
}
.pp-lb-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.pp-lb-thumb.active { border-color: #16a34a; }
.pp-lb-thumb:hover { transform: scale(1.06); }
.pp-lb-thumb[hidden] { display: none; }

/* ---------- property page background ---------- */
.pp-property-page { background: #f0f4f8 !important; }

/* ---------- admin category select style ---------- */
.pp-gallery-admin-item { overflow: visible !important; }

/* =====================================================
   FIXES v2.2 — All requested changes
   ===================================================== */

/* --- Post Property — WHITE/LIGHT hero instead of dark blue --- */
.pp-post-property-hero-light {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 3rem 0 2.5rem;
}
.pp-post-property-intro-light {
    max-width: 46rem;
    margin: 0 auto;
    text-align: center;
}
.pp-post-property-intro-light h1 {
    color: #0f172a;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
}
.pp-post-property-intro-light p {
    color: #475569;
    font-size: 1rem;
    margin: 0;
}
.pp-hero-badge-light {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .375rem 1rem;
    border-radius: 9999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.pp-hero-badge-light svg { width: .875rem; height: .875rem; }

/* --- Post Property button — white with blue border (light style) --- */
.pp-btn-post-property {
    background: #fff;
    color: #2563eb;
    border: 2px solid #2563eb;
    border-radius: .75rem;
    padding: .625rem 1.25rem;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}
.pp-btn-post-property:hover {
    background: #2563eb;
    color: #fff;
}

/* --- Filter panel — dropdowns in row, actions BELOW on own row --- */
.pp-filter-panel-inline {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    margin-bottom: 2rem;
}
.pp-filter-dropdowns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 1rem;
    align-items: end;
}
.pp-filter-actions-row {
    display: flex;
    gap: .75rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
    align-items: center;
}
.pp-filter-actions-row .pp-btn {
    min-width: 8rem;
}
@media(max-width: 640px) {
    .pp-filter-dropdowns { grid-template-columns: 1fr 1fr; }
    .pp-filter-actions-row { flex-direction: column; }
    .pp-filter-actions-row .pp-btn { width: 100%; justify-content: center; }
}

/* --- Hero auto-slideshow --- */
.pp-hero-slideshow {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.pp-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.pp-hero-slide.active, .pp-hero-slide.pp-hero-slide--active { opacity: 1; }
.pp-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Multi-image upload UI on Post Property front form --- */
.pp-image-upload-area {
    border: 2px dashed #cbd5e1;
    border-radius: .875rem;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    margin-bottom: 1rem;
}
.pp-image-upload-area:hover { border-color: #2563eb; background: #eff6ff; }
.pp-image-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    color: #475569;
    font-size: .9rem;
}
.pp-image-upload-label svg { width: 2rem; height: 2rem; color: #2563eb; }
.pp-image-upload-label small { color: #94a3b8; font-size: .8rem; }
.pp-image-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .75rem;
    margin-top: .5rem;
}
.pp-img-preview-item {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    overflow: hidden;
    background: #fff;
}
.pp-img-preview-item img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}
.pp-img-preview-info {
    padding: .5rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.pp-img-preview-name {
    font-size: .7rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pp-img-cat-select {
    font-size: .75rem;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    padding: .25rem .375rem;
    width: 100%;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
}
.pp-img-preview-remove {
    position: absolute;
    top: .375rem;
    right: .375rem;
    background: rgba(15,23,42,.65);
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
.pp-img-preview-remove:hover { background: #dc2626; }

/* --- Remove old search icon button from header (safety) --- */
.pp-header-icon-btn { display: none !important; }

/* =========================================================
   V3 UPGRADES
   ========================================================= */

/* --- BHK Pill Buttons (homepage searchbox) --- */
.pp-searchbox-bhk-pills {
    display: flex;
    align-items: center;
    gap: .375rem;
    flex-wrap: wrap;
    padding: .5rem .75rem;
    border-left: 1px solid #e2e8f0;
    min-width: 0;
}
.pp-bhk-pill {
    padding: .3125rem .75rem;
    border-radius: 2rem;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: .8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .18s ease;
    white-space: nowrap;
    line-height: 1;
}
.pp-bhk-pill:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
}
.pp-bhk-pill.active {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 767px) {
    .pp-searchbox-bhk-pills {
        border-left: none;
        border-top: 1px solid #f1f5f9;
        padding: .5rem;
        gap: .25rem;
        justify-content: center;
    }
}

/* --- City Cards V2 --- */
.pp-city-grid-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
@media (min-width: 768px) { .pp-city-grid-v2 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) {
    .pp-city-grid-v2 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto;
    }
    .pp-city-card-featured {
        grid-column: span 2;
        grid-row: span 2;
    }
}
.pp-city-card-v2 {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 14rem;
    transition: transform .3s ease, box-shadow .3s ease;
}
.pp-city-card-featured { height: 100%; min-height: 18rem; }
.pp-city-card-v2:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.pp-city-card-v2 img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pp-city-card-v2:hover img { transform: scale(1.08); }
.pp-city-card-overlay-v2 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,16,35,.85) 0%, rgba(10,16,35,.2) 55%, transparent 100%);
    transition: background .3s;
}
.pp-city-card-v2:hover .pp-city-card-overlay-v2 {
    background: linear-gradient(to top, rgba(10,16,35,.9) 0%, rgba(10,16,35,.35) 55%, transparent 100%);
}
.pp-city-card-content-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.pp-city-card-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    margin-bottom: .25rem;
}
.pp-city-card-badge svg { width: 1rem; height: 1rem; color: #fbbf24; }
.pp-city-card-name-v2 {
    font-size: 1.1875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .01em;
}
.pp-city-card-featured .pp-city-card-name-v2 { font-size: 1.625rem; }
.pp-city-card-count-v2 {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .8125rem;
    color: #cbd5e1;
}
.pp-city-card-num {
    font-size: 1rem;
    font-weight: 700;
    color: #fbbf24;
}
.pp-city-card-cta {
    display: inline-block;
    margin-top: .375rem;
    font-size: .8rem;
    font-weight: 600;
    color: #93c5fd;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .25s ease, transform .25s ease;
}
.pp-city-card-v2:hover .pp-city-card-cta { opacity: 1; transform: translateY(0); }

/* --- Archive Filter V3 — landscape panel with buttons below --- */
.pp-filter-panel-v3 {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.pp-filter-panel-v3 .pp-filter-dropdowns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.pp-filter-actions-row-v3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
}
.pp-btn-filter-apply {
    flex: 1;
    max-width: 18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    border-radius: .75rem;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    font-size: .9375rem;
    border: none;
    cursor: pointer;
    transition: background .2s;
}
.pp-btn-filter-apply:hover { background: #1d4ed8; }
.pp-btn-filter-apply svg { width: 1rem; height: 1rem; }
.pp-btn-filter-clear {
    display: inline-flex;
    align-items: center;
    padding: .75rem 1.25rem;
    border-radius: .75rem;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    font-weight: 500;
    font-size: .9375rem;
    background: #fff;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
}
.pp-btn-filter-clear:hover { border-color: #dc2626; color: #dc2626; background: #fef2f2; }
@media (max-width: 767px) {
    .pp-filter-panel-v3 .pp-filter-dropdowns { grid-template-columns: 1fr 1fr; }
    .pp-filter-actions-row-v3 { flex-direction: column; }
    .pp-btn-filter-apply { max-width: 100%; width: 100%; }
    .pp-btn-filter-clear { width: 100%; justify-content: center; }
}

/* --- Pagination — make more prominent and visible --- */
.pp-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .375rem; margin-top: 3rem; }
.pp-pagination a,
.pp-pagination span {
    min-width: 2.75rem;
    height: 2.75rem;
    border-radius: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .9375rem;
    font-weight: 500;
    border: 1.5px solid #e2e8f0;
    color: #334155;
    background: #fff;
    transition: all .2s;
    padding: 0 .5rem;
    text-decoration: none;
}
.pp-pagination a:hover { background: #eff6ff; border-color: #2563eb; color: #2563eb; }
.pp-pagination .current { background: #2563eb; color: #fff; border-color: #2563eb; font-weight: 700; }
.pp-pagination .dots { border: none; background: none; color: #94a3b8; }
.pp-pagination .prev, .pp-pagination .next { font-weight: 700; font-size: 1.1rem; }

/* --- Gallery admin improvements --- */
.pp-gallery-admin-preview {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    max-height: 240px;
    overflow-y: auto;
}
.pp-gallery-admin-item { position: relative; cursor: grab; }
.pp-gallery-admin-item img { width: 100%; height: 68px; object-fit: cover; border-radius: 4px; display: block; }
.pp-gallery-admin-remove {
    position: absolute; top: -5px; right: -5px;
    width: 20px; height: 20px; line-height: 18px;
    border-radius: 50%; border: none;
    background: #dc2626; color: #fff;
    font-size: 13px; cursor: pointer; padding: 0;
}


/* =========================================================
   V4 PROPERTY PORTAL POLISH
   ========================================================= */
.pp-filter-panel-modern {
  background:#fff;
  border:1px solid #e7ebf2;
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 36px rgba(15,23,42,.08);
  margin-bottom:28px;
}
.pp-filter-top-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.pp-filter-pill {
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:48px;
  padding:0 12px;
  border:1px solid #dfe4ec;
  border-radius:10px;
  background:#fff;
  color:#334155;
  transition:border-color .2s,box-shadow .2s,transform .2s;
}
.pp-filter-pill:hover { border-color:#2563eb; box-shadow:0 4px 14px rgba(37,99,235,.10); }
.pp-filter-pill > span { display:inline-flex; color:#64748b; }
.pp-filter-pill select {
  appearance:none;
  -webkit-appearance:none;
  border:0;
  outline:0;
  background:transparent;
  min-width:116px;
  padding:0 22px 0 0;
  font:inherit;
  font-weight:600;
  color:#334155;
  cursor:pointer;
}
.pp-filter-pill::after {
  content:"⌄";
  position:absolute;
  right:10px;
  top:12px;
  color:#64748b;
  pointer-events:none;
}
.pp-filter-pill-sort { margin-left:auto; }
.pp-filter-bottom-row {
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid #edf0f4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.pp-filter-status-copy { display:flex; align-items:center; gap:8px; color:#64748b; font-size:.9rem; }
.pp-filter-status-copy strong { color:#0f172a; }
.pp-filter-actions-row-v3 { display:flex; align-items:center; gap:10px; }
.pp-filter-clear { color:#64748b; font-weight:600; text-decoration:none; padding:10px 12px; }
.pp-filter-clear:hover { color:#2563eb; }

.pp-property-card { position:relative; }

.pp-property-card-extra {
  display:flex;
  flex-wrap:wrap;
  gap:7px 12px;
  margin-top:10px;
  color:#64748b;
  font-size:.78rem;
}
.pp-property-card-extra span { display:inline-flex; align-items:center; gap:4px; }
.pp-property-card-extra svg { width:14px; height:14px; }

.pp-hero-with-enquiry {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(330px,430px);
  gap:36px;
  align-items:center;
}
.pp-hero-copy { min-width:0; }
.pp-hero-enquiry-card {
  width:100%;
  padding:24px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:22px;
  background:rgba(12,20,37,.72);
  box-shadow:0 24px 60px rgba(0,0,0,.25);
  backdrop-filter:blur(16px);
  color:#fff;
}
.pp-hero-enquiry-rating { display:flex; align-items:center; gap:6px; font-size:.84rem; color:#dbeafe; margin-bottom:7px; }
.pp-hero-enquiry-rating svg { width:16px; color:#fbbf24; fill:#fbbf24; }
.pp-hero-enquiry-card h2 { margin:0 0 6px; color:#fff; font-size:1.65rem; }
.pp-hero-enquiry-card > p { margin:0 0 16px; color:#d7deea; font-size:.92rem; }
.pp-hero-enquiry-form { display:grid; gap:11px; }
.pp-hero-enquiry-form label { display:grid; gap:5px; }
.pp-hero-enquiry-form label > span { font-size:.76rem; font-weight:700; color:#e7edf8; }
.pp-hero-enquiry-form input,
.pp-hero-enquiry-form select {
  width:100%;
  height:48px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(255,255,255,.10);
  color:#fff;
  padding:0 13px;
  outline:none;
}
.pp-hero-enquiry-form input::placeholder { color:#c7cfdd; }
.pp-hero-enquiry-form select option { color:#0f172a; }
.pp-hero-enquiry-form input:focus,
.pp-hero-enquiry-form select:focus { border-color:#34d399; box-shadow:0 0 0 3px rgba(52,211,153,.16); }
.pp-hero-enquiry-form button {
  min-height:50px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,#10b981,#34d399);
  color:#06281d;
  font-weight:800;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.pp-hero-enquiry-form small { color:#cbd5e1; text-align:center; font-size:.7rem; }

.pp-status-section { position:relative; overflow:hidden; }
.pp-ready-section { background:linear-gradient(180deg,#f8fffb 0%,#f8fafc 100%); }
.pp-under-section { background:#fff; }
.pp-status-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.pp-section-badge-green,.pp-section-badge-blue {
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 11px;
  border-radius:999px;
  font-size:.76rem;
  font-weight:800;
  margin-bottom:9px;
}
.pp-section-badge-green { background:#dcfce7; color:#166534; }
.pp-section-badge-blue { background:#dbeafe; color:#1d4ed8; }

.pp-post-enquiry-section { background:linear-gradient(180deg,#f8fafc,#eef4ff); }
.pp-post-enquiry-card {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:48px;
  padding:42px;
  border:1px solid #e4e9f1;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 60px rgba(15,23,42,.10);
}
.pp-post-enquiry-copy { display:flex; flex-direction:column; justify-content:center; }
.pp-post-enquiry-copy h2 { font-size:clamp(1.8rem,3vw,2.5rem); margin:10px 0 12px; }
.pp-post-enquiry-copy p { color:#64748b; line-height:1.7; }
.pp-post-enquiry-copy > a { display:inline-flex; align-items:center; gap:8px; margin-top:16px; color:#2563eb; font-weight:800; text-decoration:none; }
.pp-post-enquiry-form { display:grid; gap:13px; }

.pp-hero-slideshow .pp-hero-slide img {
  transform:scale(1.04);
  animation:ppHeroKenBurns 14s ease-in-out infinite alternate;
}
@keyframes ppHeroKenBurns {
  from { transform:scale(1.04) translate3d(0,0,0); }
  to { transform:scale(1.12) translate3d(-1%,-1%,0); }
}

@media (max-width:1100px) {
  .pp-filter-pill-sort { margin-left:0; }
  .pp-status-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pp-hero-with-enquiry { grid-template-columns:1fr 390px; gap:22px; }
}
@media (max-width:820px) {
  .pp-hero-with-enquiry { grid-template-columns:1fr; }
  .pp-hero-enquiry-card { max-width:520px; }
  .pp-filter-top-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pp-filter-pill { width:100%; }
  .pp-filter-pill select { width:100%; }
  .pp-filter-bottom-row { align-items:flex-start; flex-direction:column; }
  .pp-filter-actions-row-v3 { width:100%; justify-content:flex-end; }
  .pp-post-enquiry-card { grid-template-columns:1fr; padding:28px; gap:28px; }
}
@media (max-width:560px) {
  .pp-filter-top-row { grid-template-columns:1fr; }
  .pp-status-grid { grid-template-columns:1fr; }
  .pp-post-enquiry-card { padding:20px; border-radius:18px; }
}

/* =========================================================
   V4.1 PREMIUM PORTAL REDESIGN
   ========================================================= */
:root{--pp-blue:#2563eb;--pp-ink:#0b1220;--pp-muted:#64748b;--pp-line:#e6eaf0;--pp-surface:#f6f8fb;--pp-green:#10b981}

/* Premium homepage search: long, dense and responsive like major portals. */
.pp-searchbox-premium{max-width:78rem;border:1px solid rgba(255,255,255,.35);border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 30px 90px rgba(2,8,23,.32);overflow:visible;position:relative;z-index:20}
.pp-searchbox-topline{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f4;padding:0 .9rem 0 1rem;gap:1rem}
.pp-searchbox-premium .pp-searchbox-tabs{padding:0;overflow-x:auto;flex:1}
.pp-searchbox-trust{font-size:.72rem;color:#64748b;white-space:nowrap;font-weight:700}
.pp-searchbox-trust-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px #d1fae5;margin-right:5px}
.pp-searchbox-form-premium{display:grid;grid-template-columns:1.05fr 1.65fr 1.15fr .9fr 1.1fr auto auto;align-items:stretch;gap:0;padding:.75rem}
.pp-searchbox-field{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:.55rem .8rem;border-right:1px solid #edf0f4}
.pp-searchbox-field-label{font-size:.66rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#94a3b8;line-height:1.2;margin-bottom:3px}
.pp-searchbox-field-icon{position:absolute;top:.7rem;left:.8rem;color:#2563eb;opacity:.9}.pp-searchbox-field-icon svg{width:1rem;height:1rem}
.pp-searchbox-field-icon~.pp-searchbox-field-label,.pp-searchbox-field-icon~select,.pp-searchbox-field-icon~input{padding-left:1.35rem}
.pp-searchbox-field select,.pp-searchbox-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#0f172a;font-size:.88rem;font-weight:700;padding:0;appearance:none}
.pp-searchbox-field select{cursor:pointer;padding-right:1.2rem}
.pp-searchbox-field:after{content:'⌄';position:absolute;right:.8rem;bottom:.58rem;color:#94a3b8;font-size:.9rem;pointer-events:none}
.pp-searchbox-keyword:after{display:none}
.pp-searchbox-keyword input::placeholder{color:#9aa5b4;font-weight:600}
.pp-searchbox-more{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;margin:.2rem .35rem;padding:.75rem .85rem;border:1px solid #dfe5ed;background:#fff;color:#334155;border-radius:11px;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap}
.pp-searchbox-more svg{width:.95rem;height:.95rem}.pp-searchbox-more.is-open{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.pp-searchbox-btn-premium{margin:.2rem 0 0 .35rem;border-radius:11px;min-width:118px;justify-content:center;box-shadow:0 8px 18px rgba(37,99,235,.22)}
.pp-searchbox-more-panel{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;padding:.75rem .65rem .15rem;border-top:1px solid #edf0f4;margin-top:.25rem}
.pp-searchbox-more-panel[hidden]{display:none}
.pp-searchbox-more-panel .pp-searchbox-field{border:1px solid #e5e9f0;border-radius:10px;background:#fafbfd;padding:.65rem .75rem}
.pp-searchbox-more-panel .pp-searchbox-field:after{bottom:.68rem}
.pp-searchbox-suggestions-premium{padding:.75rem 1rem 1rem;gap:.45rem .55rem;background:#fafbfd;border-radius:0 0 22px 22px}
.pp-searchbox-suggestions-premium span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#94a3b8;margin-right:.2rem}
.pp-searchbox-suggestions-premium a{background:#fff;border:1px solid #e5eaf1;color:#334155;font-size:.74rem;font-weight:700;padding:.28rem .7rem}
.pp-searchbox-suggestions-premium a:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}

/* Sticky archive filter: stays visible and never overlaps controls. */
.pp-filter-sticky{position:sticky;top:78px;z-index:70;backdrop-filter:blur(14px);background:rgba(255,255,255,.97);box-shadow:0 14px 35px rgba(15,23,42,.10)}
.pp-filter-sticky .pp-filter-top-row{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding-bottom:2px;scrollbar-width:thin}
.pp-filter-sticky .pp-filter-pill{flex:0 0 auto;min-width:128px;white-space:nowrap}
.pp-filter-sticky .pp-filter-pill select{min-width:90px;max-width:170px}
.pp-filter-sticky .pp-filter-pill-search{min-width:230px}
.pp-filter-sticky .pp-filter-pill-search input{width:190px;border:0;outline:0;background:transparent;font-size:.86rem;font-weight:600;color:#334155}
.pp-filter-sticky .pp-filter-pill-search input::placeholder{color:#94a3b8}
.pp-filter-sticky .pp-filter-pill-search:after{display:none}
.pp-filter-sticky .pp-filter-bottom-row{background:#fbfcfe;border-radius:12px}
.pp-filter-sticky .pp-filter-actions-row-v3{flex-shrink:0}

/* Landscape property cards: large portal-style listing view. */
/* Compact responsive property results — one landscape image + information */
.pp-property-grid-landscape{display:grid;grid-template-columns:1fr;gap:18px}
.pp-property-grid-landscape .pp-property-card{display:block;min-width:0;border:1px solid #e7ebf1;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 5px 22px rgba(15,23,42,.06)}
.pp-property-grid-landscape .pp-property-card-link{display:grid;grid-template-columns:clamp(280px,34%,390px) minmax(0,1fr);align-items:stretch;min-height:214px}
.pp-property-grid-landscape .pp-property-card-img{width:100%;aspect-ratio:16/9;height:auto;min-height:0;align-self:center;border-radius:0;overflow:hidden;position:relative}
.pp-property-grid-landscape .pp-property-card-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.pp-property-grid-landscape .pp-property-card-body{padding:1.15rem 1.35rem;display:flex;flex-direction:column;justify-content:center;position:relative;min-width:0}
.pp-property-grid-landscape .pp-property-card-title{font-size:1.18rem;line-height:1.3;white-space:normal;padding-right:2.5rem;margin-bottom:.4rem}
.pp-property-grid-landscape .pp-property-card-price{font-size:1.35rem;margin:.3rem 0 .7rem}
.pp-property-grid-landscape .pp-property-card-specs{gap:1rem;padding-bottom:.75rem}
.pp-property-grid-landscape .pp-property-card-extra{gap:7px 14px}
.pp-property-grid-landscape .pp-property-card-footer{margin-top:.65rem;padding-top:.65rem}
.pp-property-card-view{display:none!important}
.pp-featured-grid .pp-property-card,.pp-status-grid .pp-property-card{min-width:0}
.pp-featured-grid .pp-property-card-link,.pp-status-grid .pp-property-card-link{display:grid;grid-template-columns:42% 58%;min-height:230px}
.pp-featured-grid .pp-property-card-img,.pp-status-grid .pp-property-card-img{height:100%;min-height:230px}
.pp-featured-grid .pp-property-card-body,.pp-status-grid .pp-property-card-body{padding:1rem 1.1rem}
.pp-featured-grid .pp-property-card-title,.pp-status-grid .pp-property-card-title{white-space:normal;font-size:1rem}
.pp-featured-grid .pp-property-card-price,.pp-status-grid .pp-property-card-price{font-size:1.15rem}

/* Premium property-type cards with real listing imagery. */
.pp-ptype-section{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.pp-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pp-type-card-premium{position:relative;display:block;min-height:185px;padding:0;border:1px solid #e6eaf0;border-radius:18px;overflow:hidden;text-align:left;background:#0f172a;box-shadow:0 8px 26px rgba(15,23,42,.08)}
.pp-type-card-premium .pp-type-card-media{position:absolute;inset:0;background-image:var(--pp-type-image);background-size:cover;background-position:center;transition:transform .55s ease}
.pp-type-card-premium .pp-type-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,15,30,.08),rgba(8,15,30,.88))}
.pp-type-card-premium .pp-type-card-content{position:absolute;inset:auto 0 0;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;color:#fff}
.pp-type-card-premium .pp-type-card-icon{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;box-shadow:none}
.pp-type-card-premium .pp-type-card-icon svg{width:19px;height:19px;color:#fff}
.pp-type-card-premium .pp-type-card-label{font-size:1rem;color:#fff;font-weight:800}
.pp-type-card-premium .pp-type-card-desc{font-size:.74rem;color:#dbe4ef}
.pp-type-card-premium .pp-type-card-cta{display:inline-flex;align-items:center;gap:.35rem;color:#bfdbfe;font-size:.72rem;font-weight:800;margin-top:.2rem;opacity:0;transform:translateY(5px);transition:.25s ease}
.pp-type-card-premium .pp-type-card-cta svg{width:.85rem;height:.85rem}
.pp-type-card-premium:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(15,23,42,.18)}
.pp-type-card-premium:hover .pp-type-card-media{transform:scale(1.07)}
.pp-type-card-premium:hover .pp-type-card-cta{opacity:1;transform:none}

/* Make the hero enquiry + search composition breathe on large screens. */
.pp-hero-v2-inner{max-width:86rem}
.pp-hero-copy h1{font-size:clamp(2.2rem,4.4vw,4.4rem);letter-spacing:-.035em}
.pp-hero-enquiry-card{box-shadow:0 30px 80px rgba(0,0,0,.32)}

@media(max-width:1200px){
  .pp-searchbox-form-premium{grid-template-columns:1fr 1.45fr 1fr .85fr 1fr auto auto}
  .pp-filter-sticky{top:72px}
  .pp-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1023px){
  .pp-searchbox-trust{display:none}
  .pp-searchbox-form-premium{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pp-searchbox-keyword{grid-column:span 2}
  .pp-searchbox-more{margin:0}
  .pp-searchbox-btn-premium{margin:0}
  .pp-searchbox-more-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pp-featured-grid,.pp-status-grid{grid-template-columns:1fr}
  .pp-property-grid-landscape .pp-property-card-link{grid-template-columns:34% 66%}
}
@media(max-width:767px){
  .pp-filter-sticky{position:relative;top:auto;z-index:10}
  .pp-filter-panel-modern{padding:12px;border-radius:14px}
  .pp-filter-sticky .pp-filter-top-row{display:grid;grid-template-columns:1fr 1fr;overflow:visible}
  .pp-filter-sticky .pp-filter-pill,.pp-filter-sticky .pp-filter-pill-search{min-width:0;width:100%}
  .pp-filter-sticky .pp-filter-pill-search input{width:100%}
  .pp-searchbox-premium{border-radius:16px}
  .pp-searchbox-topline{padding:0 .5rem}
  .pp-searchbox-form-premium{grid-template-columns:1fr 1fr;padding:.55rem;gap:6px}
  .pp-searchbox-field{border:1px solid #e8ecf2;border-radius:10px;min-height:58px;padding:.55rem .65rem}
  .pp-searchbox-field-icon{left:.65rem;top:.65rem}
  .pp-searchbox-field-icon~.pp-searchbox-field-label,.pp-searchbox-field-icon~select,.pp-searchbox-field-icon~input{padding-left:1.25rem}
  .pp-searchbox-keyword{grid-column:1/-1}
  .pp-searchbox-more,.pp-searchbox-btn-premium{width:100%;margin:0}
  .pp-searchbox-more-panel{grid-template-columns:1fr 1fr;padding:.35rem 0 0}
  .pp-searchbox-more-panel .pp-searchbox-field{min-height:58px}
  .pp-searchbox-suggestions-premium{border-radius:0 0 16px 16px;overflow-x:auto;flex-wrap:nowrap}
  .pp-searchbox-suggestions-premium a{white-space:nowrap}
  .pp-type-grid{grid-template-columns:1fr 1fr;gap:10px}
  .pp-type-card-premium{min-height:165px;border-radius:14px}
  .pp-property-grid-landscape .pp-property-card-link,.pp-featured-grid .pp-property-card-link,.pp-status-grid .pp-property-card-link{grid-template-columns:1fr}
  .pp-property-grid-landscape .pp-property-card-img,.pp-featured-grid .pp-property-card-img,.pp-status-grid .pp-property-card-img{height:210px;min-height:210px}
  .pp-property-grid-landscape .pp-property-card-body{padding:1rem}
  .pp-property-grid-landscape .pp-property-card-title{font-size:1.08rem}
  .pp-property-card-view{margin-top:.75rem}
}
@media(max-width:480px){
  .pp-searchbox-tabs{gap:0}
  .pp-searchbox-tab{padding:.7rem .8rem;font-size:.78rem}
  .pp-searchbox-form-premium{grid-template-columns:1fr}
  .pp-searchbox-keyword{grid-column:auto}
  .pp-searchbox-more-panel{grid-template-columns:1fr}
  .pp-filter-sticky .pp-filter-top-row{grid-template-columns:1fr}
  .pp-type-grid{grid-template-columns:1fr}
  .pp-type-card-premium{min-height:175px}
}

/* =========================================================
   V6 — WHOLE-BOX CLICK FILTERS / PREMIUM PORTAL CONTROLS
   ========================================================= */
.pp-click-select{position:relative;overflow:visible;cursor:pointer;isolation:isolate}
.pp-click-select select{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;max-width:none!important;opacity:0!important;cursor:pointer!important;z-index:8!important;appearance:auto!important;-webkit-appearance:auto!important}
.pp-click-select .pp-select-display{display:block;min-width:0;max-width:calc(100% - 34px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:750;color:#172033;line-height:1.2;padding-right:22px;pointer-events:none}
.pp-click-select .pp-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1rem;line-height:1;color:#64748b;font-weight:800;pointer-events:none;z-index:2}
.pp-click-select:hover .pp-select-chevron{color:#2563eb}
.pp-click-select:focus-within{border-color:#2563eb!important;box-shadow:0 0 0 4px rgba(37,99,235,.10)!important}
.pp-searchbox-field.pp-click-select{min-width:0}
.pp-searchbox-field.pp-click-select .pp-select-display{position:absolute;left:2.15rem;right:1.9rem;bottom:.55rem;font-size:.86rem}
.pp-searchbox-field.pp-click-select .pp-searchbox-field-label{pointer-events:none;z-index:2}
.pp-searchbox-more-panel .pp-click-select .pp-select-display{left:.75rem;right:1.8rem;bottom:.62rem}
.pp-filter-sticky .pp-click-select .pp-select-display{padding-right:24px}
.pp-filter-sticky .pp-click-select select{cursor:pointer}
@media(max-width:767px){
  .pp-searchbox-field.pp-click-select .pp-select-display{left:1.9rem;bottom:.5rem}
  .pp-filter-sticky .pp-click-select .pp-select-display{font-size:.82rem}
}

/* =========================================================
   V7 — CLEAN BIG-PORTAL FILTER UX
   ========================================================= */
.pp-portal-filter{position:sticky;top:76px;z-index:30;margin:0 0 28px;background:transparent}
.pp-filter-commandbar{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e5e9f0;border-radius:18px;box-shadow:0 12px 34px rgba(15,23,42,.08)}
.pp-filter-command-search{flex:1;min-width:0;height:54px;display:flex;align-items:center;gap:11px;padding:0 16px;border:1px solid #e5e9f0;border-radius:12px;background:#f9fafb;color:#64748b}
.pp-filter-command-search svg{width:19px;height:19px;color:#2563eb;flex:0 0 auto}
.pp-filter-command-search input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.92rem;font-weight:600}
.pp-filter-command-search input::placeholder{color:#94a3b8;font-weight:500}
.pp-filter-command-actions{display:flex;align-items:center;gap:9px}
.pp-filter-toggle,.pp-filter-sort-control{height:54px;border:1px solid #dfe5ed;border-radius:12px;background:#fff;color:#1e293b;font-weight:800;cursor:pointer}
.pp-filter-toggle{min-width:142px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.86rem}
.pp-filter-toggle:hover,.pp-filter-toggle.is-open{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}
.pp-filter-toggle svg{width:17px;height:17px}
.pp-filter-toggle-arrow{font-size:16px;margin-left:2px;transition:transform .2s}
.pp-filter-toggle.is-open .pp-filter-toggle-arrow{transform:rotate(180deg)}
.pp-filter-count{display:none;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;align-items:center;justify-content:center}
.pp-filter-count.has-count{display:inline-flex}
.pp-filter-sort-control{display:flex;align-items:center;padding:0 12px;gap:6px}
.pp-filter-sort-control span{font-size:.72rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}
.pp-filter-sort-control select{border:0;outline:0;background:transparent;color:#1e293b;font-weight:800;cursor:pointer;font-size:.82rem}
.pp-advanced-filters{margin-top:10px;padding:20px;background:#fff;border:1px solid #e5e9f0;border-radius:18px;box-shadow:0 18px 50px rgba(15,23,42,.10);animation:ppFilterOpen .18s ease-out}
.pp-advanced-filters[hidden]{display:none}
@keyframes ppFilterOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.pp-advanced-filters-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}
.pp-advanced-filters-head strong{display:block;color:#0f172a;font-size:1rem}
.pp-advanced-filters-head span{display:block;color:#94a3b8;font-size:.78rem;margin-top:3px}
.pp-advanced-filters-head a{color:#64748b;font-size:.8rem;font-weight:800;text-decoration:none}
.pp-advanced-filters-head a:hover{color:#2563eb}
.pp-advanced-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.pp-filter-field{display:grid;gap:7px;min-width:0}
.pp-filter-field>span{font-size:.72rem;text-transform:uppercase;letter-spacing:.055em;color:#64748b;font-weight:800}
.pp-filter-field select{width:100%;height:48px;border:1px solid #e1e6ee;border-radius:10px;background:#fff;color:#172033;padding:0 12px;font-size:.86rem;font-weight:650;outline:0}
.pp-filter-field select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.pp-advanced-filters-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:16px;padding-top:15px;border-top:1px solid #edf0f4;color:#64748b;font-size:.78rem}
.pp-advanced-filters-footer .pp-btn{min-height:46px}
/* Taxonomy pages get a clean branded heading instead of a cramped archive feel. */
.tax-property_type .pp-archive-header,.tax-property_city .pp-archive-header{padding-top:42px;padding-bottom:26px}
.tax-property_type .pp-archive-title,.tax-property_city .pp-archive-title{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.035em}
.tax-property_type .pp-archive-count,.tax-property_city .pp-archive-count{font-size:.95rem;color:#64748b}
.tax-property_type main>section:nth-of-type(2),.tax-property_city main>section:nth-of-type(2){padding-top:28px!important}
@media(max-width:900px){.pp-portal-filter{position:relative;top:auto}.pp-filter-commandbar{align-items:stretch;flex-direction:column}.pp-filter-command-actions{width:100%}.pp-filter-toggle,.pp-filter-sort-control{flex:1}.pp-advanced-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.pp-filter-command-search{height:50px}.pp-filter-command-actions{display:grid;grid-template-columns:1fr 1fr}.pp-filter-toggle,.pp-filter-sort-control{height:50px}.pp-advanced-filters{padding:15px}.pp-advanced-filter-grid{grid-template-columns:1fr}.pp-advanced-filters-footer{align-items:stretch;flex-direction:column}.pp-advanced-filters-footer .pp-btn{width:100%;justify-content:center}}



/* V7 homepage search: simple search bar + the same clean filter drawer used on listings. */
.pp-home-search{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;max-width:100%;overflow:visible}
.pp-home-search .pp-searchbox-topline{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
.pp-home-search-form{display:block;padding:12px}
.pp-home-search-command{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}
.pp-home-search-input{height:56px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #e1e6ee;border-radius:11px;background:#fff;color:#2563eb;min-width:0}
.pp-home-search-input svg{width:19px;height:19px;flex:0 0 auto}
.pp-home-search-input input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#172033;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;font-weight:400}
.pp-home-search-input input::placeholder{color:#7b8491;font-weight:400}
.pp-home-filter-toggle{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:1px solid #93bfff;border-radius:11px;background:#fff;color:#2563eb;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;font-weight:600;cursor:pointer;white-space:nowrap}
.pp-home-filter-toggle:hover,.pp-home-filter-toggle.is-open{background:#eff6ff;border-color:#6ea5ff}
.pp-home-filter-toggle svg{width:18px;height:18px}
.pp-home-filter-toggle .pp-filter-count{display:inline-flex;min-width:27px;height:27px;padding:0 7px;border-radius:50%;background:#2563eb;color:#fff;font-size:13px;font-weight:600;align-items:center;justify-content:center}
.pp-home-filter-toggle .pp-filter-count:not(.has-count){background:#2563eb}
.pp-home-filter-toggle .pp-filter-toggle-arrow{font-size:15px;line-height:1;transition:transform .2s}
.pp-home-filter-toggle.is-open .pp-filter-toggle-arrow{transform:rotate(180deg)}
.pp-home-search-submit{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:120px;padding:0 20px;border:0;border-radius:11px;background:#2563eb;color:#fff;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(37,99,235,.22)}
.pp-home-search-submit:hover{background:#1d4ed8}

.pp-home-advanced-filters{margin-top:12px;padding:28px;border-radius:16px;border:1px solid #e1e6ee;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.14);font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
.pp-home-advanced-filters[hidden]{display:none}
.pp-home-advanced-filters .pp-advanced-filters-head{margin-bottom:24px}
.pp-home-advanced-filters .pp-advanced-filters-head strong{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:22px;font-weight:600;color:#172033}
.pp-home-advanced-filters .pp-advanced-filters-head span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;font-weight:400;color:#8ca0bb;margin-top:6px}
.pp-home-clear-filters{border:0;background:transparent;color:#64748b;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;font-weight:600;cursor:pointer;padding:6px 0}
.pp-home-clear-filters:hover{color:#2563eb}
.pp-home-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 16px}
.pp-home-filter-grid .pp-filter-field{gap:8px}
.pp-home-filter-grid .pp-filter-field>span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;letter-spacing:.02em;text-transform:uppercase;color:#64748b;font-weight:600}
.pp-home-filter-grid .pp-filter-field select,
.pp-home-filter-grid .pp-filter-field input{width:100%;height:52px;border:1px solid #dce3ed;border-radius:12px;background:#fff;color:#172033;padding:0 14px;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;font-weight:400;outline:0;box-sizing:border-box}
.pp-home-filter-grid .pp-filter-field input::placeholder{color:#7b8491;font-weight:400}
.pp-home-filter-grid .pp-filter-field select:focus,
.pp-home-filter-grid .pp-filter-field input:focus{border-color:#6ea5ff;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.pp-home-advanced-filters .pp-advanced-filters-footer{margin-top:22px;padding-top:20px}
.pp-home-advanced-filters .pp-advanced-filters-footer>span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:15px;font-weight:400;color:#7c8da6}
.pp-home-show-properties{height:52px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border:0;border-radius:12px;background:#2563eb;color:#fff;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 8px 18px rgba(37,99,235,.22)}
.pp-home-show-properties:hover{background:#1d4ed8}
.pp-home-show-properties svg{width:18px;height:18px}
.pp-home-filter-search{grid-column:span 1}
.pp-home-search .pp-searchbox-suggestions-premium{display:none}

@media(max-width:900px){
  .pp-home-search-command{grid-template-columns:1fr 1fr}
  .pp-home-search-input{grid-column:1/-1}
  .pp-home-search-submit,.pp-home-filter-toggle{width:100%}
  .pp-home-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .pp-home-search-form{padding:10px}
  .pp-home-search-command{grid-template-columns:1fr}
  .pp-home-search-input,.pp-home-search-submit,.pp-home-filter-toggle{grid-column:auto;width:100%}
  .pp-home-filter-grid{grid-template-columns:1fr}
  .pp-home-advanced-filters{padding:18px}
  .pp-home-advanced-filters .pp-advanced-filters-head{align-items:flex-start}
  .pp-home-advanced-filters .pp-advanced-filters-head strong{font-size:19px}
  .pp-home-advanced-filters .pp-advanced-filters-footer{align-items:stretch;flex-direction:column}
  .pp-home-show-properties{width:100%}
}


/* ========================================================================
   V8 — HOMEPAGE SEARCH / FILTER FINAL OVERRIDES
   Keep this block last so the homepage controls cannot fall back to browser
   default styling or inherit the older premium-search component styles.
   ======================================================================== */
.pp-home-search.pp-searchbox,
.pp-home-search.pp-searchbox-premium{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;width:100%!important;max-width:100%!important;overflow:visible!important}
.pp-home-search .pp-searchbox-topline{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important}
.pp-home-search .pp-home-search-form{display:block!important;width:100%!important;padding:12px!important}
.pp-home-search .pp-home-search-command{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:10px!important;align-items:center!important;width:100%!important}
.pp-home-search .pp-home-search-input{height:56px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 16px!important;border:1px solid #e1e6ee!important;border-radius:11px!important;background:#fff!important;color:#2563eb!important;min-width:0!important;box-shadow:none!important}
.pp-home-search .pp-home-search-input svg{width:19px!important;height:19px!important;flex:0 0 auto!important;color:#2563eb!important}
.pp-home-search .pp-home-search-input input{display:block!important;width:100%!important;height:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#172033!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.2!important;box-shadow:none!important}
.pp-home-search .pp-home-search-input input::placeholder{color:#7b8491!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;opacity:1!important}
.pp-home-search .pp-home-filter-toggle{height:56px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 18px!important;margin:0!important;border:1px solid #93bfff!important;border-radius:11px!important;background:#fff!important;color:#2563eb!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important}
.pp-home-search .pp-home-filter-toggle:hover,.pp-home-search .pp-home-filter-toggle.is-open{background:#eff6ff!important;border-color:#6ea5ff!important;color:#1d4ed8!important}
.pp-home-search .pp-home-filter-toggle svg{width:18px!important;height:18px!important;color:currentColor!important}
.pp-home-search .pp-home-filter-toggle .pp-filter-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:27px!important;height:27px!important;padding:0 7px!important;margin:0!important;border-radius:50%!important;background:#2563eb!important;color:#fff!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:13px!important;font-weight:600!important;line-height:1!important}
.pp-home-search .pp-home-filter-toggle .pp-filter-toggle-arrow{font-size:15px!important;line-height:1!important;margin-left:2px!important;transition:transform .2s ease!important}
.pp-home-search .pp-home-filter-toggle.is-open .pp-filter-toggle-arrow{transform:rotate(180deg)!important}
.pp-home-search .pp-home-search-submit{height:56px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:120px!important;padding:0 20px!important;margin:0!important;border:0!important;border-radius:11px!important;background:#2563eb!important;color:#fff!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(37,99,235,.22)!important}
.pp-home-search .pp-home-search-submit:hover{background:#1d4ed8!important;color:#fff!important}
.pp-home-search .pp-home-search-submit svg{width:18px!important;height:18px!important;color:currentColor!important}
.pp-home-search .pp-home-advanced-filters{display:block!important;margin-top:12px!important;padding:28px!important;border-radius:16px!important;border:1px solid #e1e6ee!important;background:#fff!important;box-shadow:0 18px 50px rgba(15,23,42,.14)!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important}
.pp-home-search .pp-home-advanced-filters[hidden]{display:none!important}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;margin-bottom:24px!important}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head strong{display:block!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:22px!important;font-weight:600!important;line-height:1.25!important;color:#172033!important}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head span{display:block!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.5!important;color:#8ca0bb!important;margin-top:6px!important}
.pp-home-search .pp-home-clear-filters{border:0!important;background:transparent!important;color:#64748b!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:600!important;line-height:1.2!important;cursor:pointer!important;padding:6px 0!important;white-space:nowrap!important}
.pp-home-search .pp-home-filter-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 16px!important;width:100%!important}
.pp-home-search .pp-home-filter-grid .pp-filter-field{display:grid!important;gap:8px!important;min-width:0!important}
.pp-home-search .pp-home-filter-grid .pp-filter-field>span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;line-height:1.2!important;letter-spacing:.02em!important;text-transform:uppercase!important;color:#64748b!important;font-weight:600!important}
.pp-home-search .pp-home-filter-grid .pp-filter-field select,
.pp-home-search .pp-home-filter-grid .pp-filter-field input{display:block!important;width:100%!important;height:52px!important;min-width:0!important;margin:0!important;padding:0 14px!important;border:1px solid #dce3ed!important;border-radius:12px!important;background:#fff!important;color:#172033!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.2!important;outline:0!important;box-shadow:none!important}
.pp-home-search .pp-home-filter-grid .pp-filter-field select:focus,
.pp-home-search .pp-home-filter-grid .pp-filter-field input:focus{border-color:#6ea5ff!important;box-shadow:0 0 0 3px rgba(37,99,235,.10)!important}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:22px!important;padding-top:20px!important;border-top:1px solid #edf0f4!important}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer>span{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.4!important;color:#7c8da6!important}
.pp-home-search .pp-home-show-properties{height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 22px!important;margin:0!important;border:0!important;border-radius:12px!important;background:#2563eb!important;color:#fff!important;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important;box-shadow:0 8px 18px rgba(37,99,235,.22)!important}
.pp-home-search .pp-home-show-properties:hover{background:#1d4ed8!important;color:#fff!important}
.pp-home-search .pp-home-show-properties svg{width:18px!important;height:18px!important}

@media(max-width:900px){
  .pp-home-search .pp-home-search-command{grid-template-columns:1fr 1fr!important}
  .pp-home-search .pp-home-search-input{grid-column:1/-1!important}
  .pp-home-search .pp-home-search-submit,.pp-home-search .pp-home-filter-toggle{width:100%!important}
  .pp-home-search .pp-home-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .pp-home-search .pp-home-search-form{padding:10px!important}
  .pp-home-search .pp-home-search-command{grid-template-columns:1fr!important}
  .pp-home-search .pp-home-search-input,.pp-home-search .pp-home-search-submit,.pp-home-search .pp-home-filter-toggle{grid-column:auto!important;width:100%!important}
  .pp-home-search .pp-home-filter-grid{grid-template-columns:1fr!important}
  .pp-home-search .pp-home-advanced-filters{padding:18px!important}
  .pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head{align-items:flex-start!important}
  .pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head strong{font-size:19px!important}
  .pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer{align-items:stretch!important;flex-direction:column!important}
  .pp-home-search .pp-home-show-properties{width:100%!important}
}

/* =====================================================================
   Homepage smart autocomplete
   ===================================================================== */
.pp-smart-search-wrap{position:relative!important;display:flex!important;align-items:center!important;min-width:0}
.pp-smart-search-wrap .pp-smart-search-input{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-weight:400!important;color:#17233b!important}
.pp-smart-search-wrap .pp-smart-search-input::placeholder{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;font-weight:400!important;color:#7d8ba1!important;opacity:1}
.pp-smart-search-hint{position:absolute;right:18px;top:50%;transform:translateY(-50%);font:400 11px/1 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:#9aa7b9;pointer-events:none;white-space:nowrap;transition:opacity .15s ease}
.pp-smart-search-wrap:focus-within .pp-smart-search-hint,.pp-smart-search-wrap.has-value .pp-smart-search-hint{opacity:0}
.pp-home-search-suggestions{position:absolute;z-index:1000;left:0;right:0;top:calc(100% + 9px);background:#fff;border:1px solid #dce6f4;border-radius:14px;box-shadow:0 18px 45px rgba(23,35,59,.16);padding:7px;max-height:360px;overflow:auto}
.pp-home-search-suggestions[hidden]{display:none}
.pp-home-search-suggestion{width:100%;display:flex;align-items:center;gap:11px;text-align:left;border:0;background:#fff;border-radius:10px;padding:10px 11px;cursor:pointer;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;color:#17233b}
.pp-home-search-suggestion:hover,.pp-home-search-suggestion.is-active{background:#f2f7ff}
.pp-home-search-suggestion-icon{width:34px;height:34px;flex:0 0 34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#edf4ff;color:#2563eb;font-size:15px}
.pp-home-search-suggestion-copy{min-width:0;flex:1}
.pp-home-search-suggestion-label{display:block;font-size:14px;line-height:1.3;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp-home-search-suggestion-label strong{font-weight:700;color:#17233b}
.pp-home-search-suggestion-meta{display:block;margin-top:3px;font-size:11px;line-height:1.2;color:#8a98ad;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp-home-search-suggestion-type{font-size:10px;font-weight:700;color:#2563eb;background:#eff6ff;border-radius:999px;padding:4px 7px;white-space:nowrap}
.pp-home-search-suggestion-empty{padding:16px 13px;color:#7c8ba1;font:400 13px/1.4 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
.pp-home-search-suggestion-footer{padding:7px 10px 4px;border-top:1px solid #eef2f7;margin-top:5px;color:#97a3b5;font:400 10px/1.3 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
@media(max-width:767px){.pp-smart-search-hint{display:none}.pp-home-search-suggestions{top:calc(100% + 6px);max-height:300px}.pp-home-search-suggestion{padding:10px 9px}.pp-home-search-suggestion-type{display:none}}

/* ==========================================================
   Homepage search/filter colour refinement — CSS only
   Theme accent: light sky blue
   ========================================================== */
.pp-home-search.pp-searchbox,
.pp-home-search.pp-searchbox-premium,
.pp-home-search .pp-home-search-form,
.pp-home-search .pp-home-search-command,
.pp-home-search .pp-home-advanced-filters {
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
}

.pp-home-search .pp-home-search-input {
  border-color: #bae6fd !important;
  color: #38bdf8 !important;
  background: #ffffff !important;
}

.pp-home-search .pp-home-search-input svg {
  color: #38bdf8 !important;
}

.pp-home-search .pp-home-search-input input {
  color: #243447 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.pp-home-search .pp-home-search-input input::placeholder {
  color: #7c8da1 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 400 !important;
}

.pp-home-search .pp-home-filter-toggle {
  border-color: #bae6fd !important;
  background: #ffffff !important;
  color: #0284c7 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
}

.pp-home-search .pp-home-filter-toggle:hover,
.pp-home-search .pp-home-filter-toggle.is-open {
  background: #f0f9ff !important;
  border-color: #7dd3fc !important;
  color: #0284c7 !important;
}

.pp-home-search .pp-home-filter-toggle .pp-filter-count {
  background: #38bdf8 !important;
  color: #ffffff !important;
}

.pp-home-search .pp-home-search-submit,
.pp-home-search .pp-home-show-properties {
  background: #38bdf8 !important;
  color: #ffffff !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 18px rgba(56, 189, 248, .22) !important;
}

.pp-home-search .pp-home-search-submit:hover,
.pp-home-search .pp-home-show-properties:hover {
  background: #0ea5e9 !important;
  color: #ffffff !important;
}

.pp-home-search .pp-home-advanced-filters {
  border-color: #dbeafe !important;
  box-shadow: 0 18px 50px rgba(14, 165, 233, .10) !important;
}

.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head strong {
  color: #0284c7 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head span {
  color: #7c8da1 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 400 !important;
}

.pp-home-search .pp-home-clear-filters {
  color: #0284c7 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
}

.pp-home-search .pp-home-clear-filters:hover {
  color: #0369a1 !important;
}

.pp-home-search .pp-home-filter-grid .pp-filter-field > span {
  color: #64748b !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: .025em !important;
}

.pp-home-search .pp-home-filter-grid .pp-filter-field select,
.pp-home-search .pp-home-filter-grid .pp-filter-field input {
  border-color: #dbeafe !important;
  color: #243447 !important;
  background: #ffffff !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.pp-home-search .pp-home-filter-grid .pp-filter-field select:focus,
.pp-home-search .pp-home-filter-grid .pp-filter-field input:focus {
  border-color: #7dd3fc !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, .14) !important;
}

.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer {
  border-top-color: #e0f2fe !important;
}

.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer > span {
  color: #7c8da1 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
}

/* Autocomplete: same sky-blue visual language */
.pp-home-search .pp-home-search-suggestions {
  border-color: #dbeafe !important;
  box-shadow: 0 18px 45px rgba(14, 165, 233, .14) !important;
}

.pp-home-search .pp-home-search-suggestion:hover,
.pp-home-search .pp-home-search-suggestion.is-active {
  background: #f0f9ff !important;
}

.pp-home-search .pp-home-search-suggestion-icon {
  background: #e0f2fe !important;
  color: #0284c7 !important;
}

.pp-home-search .pp-home-search-suggestion-type {
  color: #0284c7 !important;
  background: #e0f2fe !important;
}

.pp-home-search .pp-home-search-suggestion-label,
.pp-home-search .pp-home-search-suggestion-meta,
.pp-home-search .pp-home-search-suggestion-empty,
.pp-home-search .pp-home-search-suggestion-footer {
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
}

.pp-home-search .pp-home-search-suggestion-label strong {
  color: #0284c7 !important;
}

/* ==========================================================
   V13 — FINAL HOMEPAGE SEARCH/FILTER SKY BLUE THEME
   CSS ONLY — functionality unchanged
   ========================================================== */
.pp-home-search .pp-home-search-input {
  border: 1px solid #bae6fd !important;
  background: #ffffff !important;
}
.pp-home-search .pp-home-search-input svg { color: #0284c7 !important; }
.pp-home-search .pp-home-search-input input {
  color: #334155 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.pp-home-search .pp-home-search-input input::placeholder {
  color: #64748b !important;
  opacity: 1 !important;
}
.pp-home-search .pp-home-filter-toggle {
  border: 1px solid #7dd3fc !important;
  background: #ffffff !important;
  color: #0369a1 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.pp-home-search .pp-home-filter-toggle:hover,
.pp-home-search .pp-home-filter-toggle.is-open {
  background: #f0f9ff !important;
  border-color: #38bdf8 !important;
  color: #0369a1 !important;
}
.pp-home-search .pp-home-filter-toggle .pp-filter-count {
  background: #38bdf8 !important;
  color: #ffffff !important;
}
.pp-home-search .pp-home-search-submit,
.pp-home-search .pp-home-show-properties {
  background: #38bdf8 !important;
  border: 0 !important;
  color: #ffffff !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 16px rgba(56,189,248,.20) !important;
}
.pp-home-search .pp-home-search-submit:hover,
.pp-home-search .pp-home-show-properties:hover {
  background: #0ea5e9 !important;
  color: #ffffff !important;
}
.pp-home-search .pp-home-advanced-filters {
  border: 1px solid #dbeafe !important;
  background: #ffffff !important;
  box-shadow: 0 18px 45px rgba(14,165,233,.12) !important;
}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head strong {
  color: #075985 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-head span {
  color: #64748b !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.pp-home-search .pp-home-clear-filters {
  color: #0284c7 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-weight: 600 !important;
}
.pp-home-search .pp-home-filter-grid .pp-filter-field > span {
  color: #0369a1 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .015em !important;
}
.pp-home-search .pp-home-filter-grid .pp-filter-field select,
.pp-home-search .pp-home-filter-grid .pp-filter-field input {
  border: 1px solid #dbeafe !important;
  background: #ffffff !important;
  color: #334155 !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.pp-home-search .pp-home-filter-grid .pp-filter-field select:focus,
.pp-home-search .pp-home-filter-grid .pp-filter-field input:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgba(56,189,248,.13) !important;
}
.pp-home-search .pp-home-advanced-filters .pp-advanced-filters-footer {
  border-top-color: #e0f2fe !important;
}
.pp-home-search .pp-home-search-suggestions {
  border-color: #bae6fd !important;
  box-shadow: 0 18px 42px rgba(14,165,233,.14) !important;
}
.pp-home-search .pp-home-search-suggestion:hover,
.pp-home-search .pp-home-search-suggestion.is-active {
  background: #f0f9ff !important;
}
.pp-home-search .pp-home-search-suggestion-icon {
  background: #e0f2fe !important;
  color: #0284c7 !important;
}
.pp-home-search .pp-home-search-suggestion-type {
  color: #0369a1 !important;
  background: #e0f2fe !important;
}
.pp-home-search .pp-home-search-suggestion-label strong {
  color: #0284c7 !important;
}

/* V15 — homepage content is editable from Pages > Home */
.pp-home-editor-content{padding-top:18px;padding-bottom:18px}
.pp-home-editor-content-inner{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.pp-home-editor-content-inner img{max-width:100%;height:auto;border-radius:14px}
.pp-home-editor-content-inner h2,.pp-home-editor-content-inner h3{color:#0f172a}


/* Property 2026 — enterprise-style discovery hub */
.pp-discovery-hub{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border-top:1px solid #e6f2fb;border-bottom:1px solid #e6f2fb}
.pp-discovery-heading{margin-bottom:1.35rem}
.pp-section-badge-blue{display:inline-flex;align-items:center;padding:.42rem .75rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.65rem}
.pp-popular-searches{display:flex;align-items:center;gap:1rem;margin:0 0 1.35rem;padding:1rem 1.15rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.045)}
.pp-popular-title{font-size:.88rem;font-weight:700;color:#0f172a;white-space:nowrap}.pp-popular-pills{display:flex;gap:.55rem;flex-wrap:wrap}.pp-popular-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .75rem;border:1px solid #dbeafe;border-radius:999px;color:#075985;background:#f8fdff;text-decoration:none;font-size:.86rem;font-weight:600;transition:.2s}.pp-popular-pill:hover{border-color:#7dd3fc;background:#e0f2fe;color:#0369a1}.pp-popular-pill-muted{background:#fff;color:#475569;border-color:#cbd5e1}
.pp-discovery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem}.pp-discovery-card{position:relative;display:flex;gap:1rem;min-height:220px;padding:1.35rem;border-radius:20px;text-decoration:none;overflow:hidden}.pp-discovery-card-dark{background:linear-gradient(135deg,#0b1b34,#12385b);color:#fff;box-shadow:0 16px 35px rgba(15,23,42,.13)}.pp-discovery-card-light{background:#fff;border:1px solid #dceaf4;color:#0f172a;box-shadow:0 12px 28px rgba(15,23,42,.055);transition:transform .2s,box-shadow .2s,border-color .2s}.pp-discovery-card-light:hover{transform:translateY(-3px);border-color:#7dd3fc;box-shadow:0 18px 36px rgba(14,165,233,.12)}.pp-discovery-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.12);color:#fbbf24;font-weight:800;font-size:1.15rem}.pp-discovery-icon-blue{background:#e0f2fe;color:#0284c7}.pp-discovery-copy{min-width:0}.pp-discovery-kicker{display:block;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.72;margin-bottom:.3rem}.pp-discovery-copy h3{margin:.05rem 0 .45rem;font-size:1.1rem;line-height:1.25}.pp-discovery-copy p{margin:0;color:inherit;opacity:.72;font-size:.86rem;line-height:1.55}.pp-discovery-arrow{position:absolute;right:1.15rem;bottom:1.1rem;font-size:1.25rem;color:#0284c7}.pp-emi-mini{position:absolute;left:1.35rem;right:1.35rem;bottom:1.15rem;display:grid;grid-template-columns:1.4fr 1fr .8fr;gap:.45rem}.pp-emi-mini label{display:flex;flex-direction:column;gap:.25rem}.pp-emi-mini label span{font-size:.68rem;opacity:.68}.pp-emi-mini input{width:100%;box-sizing:border-box;padding:.52rem .55rem;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(255,255,255,.09);color:#fff;font-size:.78rem}.pp-emi-mini strong{grid-column:1/-1;font-size:1rem;color:#7dd3fc;margin-top:.1rem}.pp-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;border:1px solid #dceaf4;border-radius:16px;background:#fff;overflow:hidden}.pp-trust-bar>div{padding:1rem 1.1rem;border-right:1px solid #e8eef3}.pp-trust-bar>div:last-child{border-right:0}.pp-trust-bar strong{display:block;color:#0f172a;font-size:.88rem}.pp-trust-bar span{display:block;margin-top:.2rem;color:#64748b;font-size:.76rem}
@media(max-width:900px){.pp-discovery-grid{grid-template-columns:1fr}.pp-popular-searches{align-items:flex-start;flex-direction:column}.pp-trust-bar{grid-template-columns:1fr 1fr}.pp-trust-bar>div:nth-child(2){border-right:0}.pp-trust-bar>div:nth-child(-n+2){border-bottom:1px solid #e8eef3}.pp-emi-mini{position:static;margin-top:1.25rem}.pp-discovery-card-dark{min-height:260px}}
@media(max-width:560px){.pp-trust-bar{grid-template-columns:1fr}.pp-trust-bar>div{border-right:0!important;border-bottom:1px solid #e8eef3}.pp-trust-bar>div:last-child{border-bottom:0}}

/* =========================================================
   Property 2026 — Premium Business Homepage Upgrade v4.10
   ========================================================= */
.pp-discovery-hub{padding:5.25rem 0;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);border-top:1px solid #e6f2fb;border-bottom:1px solid #e6f2fb}
.pp-discovery-heading h2{font-size:clamp(2rem,3vw,2.7rem);letter-spacing:-.03em;color:#0b1730;margin:.35rem 0 .55rem}
.pp-discovery-heading p{font-size:1rem;color:#64748b;max-width:650px}
.pp-section-badge-blue{background:#e0f2fe!important;color:#0369a1!important;border:1px solid #bae6fd!important}
.pp-popular-searches{display:flex;align-items:center;gap:1.2rem;margin:0 0 1.25rem;padding:1.05rem 1.2rem;background:#fff;border:1px solid #dcecf7;border-radius:16px;box-shadow:0 8px 26px rgba(15,23,42,.05)}
.pp-popular-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#64748b;white-space:nowrap}
.pp-popular-pills{display:flex;gap:.55rem;flex-wrap:wrap}
.pp-popular-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border:1px solid #cfe8f8;border-radius:999px;color:#075985;background:#f8fdff;text-decoration:none;font-size:.82rem;font-weight:700;transition:all .2s ease}
.pp-popular-pill:hover{border-color:#38bdf8;background:#e0f2fe;color:#0369a1;transform:translateY(-1px)}
.pp-popular-pill-muted{background:#fff;color:#334155;border-color:#cbd5e1}
.pp-discovery-grid-premium{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.pp-discovery-card{min-height:255px;padding:1.35rem;border-radius:20px;position:relative;overflow:hidden}
.pp-discovery-card-dark{background:linear-gradient(145deg,#071a35 0%,#0d3960 100%);box-shadow:0 18px 45px rgba(7,26,53,.16)}
.pp-discovery-card-dark:before{content:"";position:absolute;width:180px;height:180px;right:-80px;top:-80px;border-radius:50%;background:rgba(125,211,252,.1);pointer-events:none}
.pp-discovery-card-light{background:#fff;border:1px solid #dceaf4;box-shadow:0 12px 30px rgba(15,23,42,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.pp-discovery-card-light:hover{transform:translateY(-5px);border-color:#7dd3fc;box-shadow:0 20px 45px rgba(14,165,233,.13)}
.pp-discovery-icon{position:relative;z-index:1;flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);color:#fbbf24;font-weight:800;font-size:1.15rem}
.pp-discovery-icon-blue{background:#effaff;border-color:#d5f0fc;color:#0284c7}
.pp-discovery-copy{position:relative;z-index:1;min-width:0}
.pp-discovery-kicker{display:block;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.68;margin-bottom:.45rem}
.pp-discovery-copy h3{margin:.05rem 0 .5rem;font-size:1.08rem;line-height:1.3;color:inherit}
.pp-discovery-copy p{margin:0;color:inherit;opacity:.72;font-size:.82rem;line-height:1.55}
.pp-discovery-card-light .pp-discovery-copy h3{color:#0f172a}
.pp-discovery-card-light .pp-discovery-copy p{color:#64748b;opacity:1}
.pp-discovery-arrow{position:absolute;right:1.15rem;bottom:1rem;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f0f9ff;color:#0284c7;font-size:1rem;transition:transform .2s ease}
.pp-discovery-card-light:hover .pp-discovery-arrow{transform:translateX(3px)}
.pp-emi-card{display:block}
.pp-emi-card .pp-discovery-copy{padding-right:1rem}
.pp-emi-mini{position:absolute;left:1.35rem;right:1.35rem;bottom:1.15rem;display:grid;grid-template-columns:1.25fr .85fr .8fr;gap:.5rem}
.pp-emi-mini label{display:flex;flex-direction:column;gap:.3rem}
.pp-emi-mini label span{font-size:.65rem;color:#c9d8e8;font-weight:700}
.pp-emi-mini input{width:100%;box-sizing:border-box;padding:.55rem .55rem;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(255,255,255,.1);color:#fff;font-size:.76rem;outline:none}
.pp-emi-mini input:focus{border-color:#7dd3fc;box-shadow:0 0 0 3px rgba(125,211,252,.12)}
.pp-emi-mini strong{grid-column:1/-1;font-size:1rem;color:#7dd3fc;margin-top:.1rem}
.pp-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;border:1px solid #dceaf4;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.035)}
.pp-trust-bar>div{padding:1rem 1.15rem;border-right:1px solid #e8eef3;position:relative;padding-left:1.25rem}
.pp-trust-bar>div:before{content:"✓";position:absolute;left:.55rem;top:1rem;color:#0284c7;font-weight:800}
.pp-trust-bar>div:last-child{border-right:0}
.pp-trust-bar strong{display:block;color:#0f172a;font-size:.86rem}
.pp-trust-bar span{display:block;margin-top:.2rem;color:#64748b;font-size:.73rem}

/* Market snapshot */
.pp-price-insights{background:#fff}
.pp-price-insights-heading{margin-bottom:1.35rem}
.pp-price-insights-heading h2{letter-spacing:-.03em}
.pp-price-insights-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}
.pp-price-city-card{position:relative;display:block;min-height:178px;padding:1.05rem;border:1px solid #e1edf5;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);text-decoration:none;box-shadow:0 8px 24px rgba(15,23,42,.045);transition:all .22s ease;overflow:hidden}
.pp-price-city-card:after{content:"";position:absolute;right:-35px;bottom:-50px;width:110px;height:110px;border-radius:50%;background:#e0f2fe;opacity:.55}
.pp-price-city-card:hover{transform:translateY(-4px);border-color:#7dd3fc;box-shadow:0 18px 36px rgba(14,165,233,.11)}
.pp-price-city-top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:.5rem;align-items:center;color:#0f172a;font-size:.78rem;font-weight:800}
.pp-price-city-top svg{width:.9rem;height:.9rem;color:#0284c7;vertical-align:-2px}
.pp-price-city-count{font-size:.67rem;color:#64748b;font-weight:700}
.pp-price-city-value{position:relative;z-index:1;margin-top:1.4rem;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:#0b1730}
.pp-price-city-meta{position:relative;z-index:1;margin-top:.35rem;font-size:.72rem;color:#64748b}
.pp-price-city-arrow{position:absolute;z-index:2;right:1rem;bottom:.85rem;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#e0f2fe;color:#0284c7;font-size:.85rem}
.pp-price-disclaimer{margin:.9rem 0 0;color:#94a3b8;font-size:.7rem}

/* Featured cards feel more like a major portal */
.pp-featured-grid .pp-property-card{transition:transform .22s ease,box-shadow .22s ease}
.pp-featured-grid .pp-property-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.12)}
.pp-featured-grid .pp-property-card-image{min-height:235px}

/* Premium section rhythm */
.pp-section-heading h2{letter-spacing:-.025em}
.pp-section-heading p{max-width:700px}

@media(max-width:1100px){
  .pp-discovery-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pp-price-insights-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .pp-discovery-grid-premium{grid-template-columns:1fr 1fr}
  .pp-popular-searches{align-items:flex-start;flex-direction:column}
  .pp-trust-bar{grid-template-columns:1fr 1fr}
  .pp-trust-bar>div:nth-child(2){border-right:0}
  .pp-trust-bar>div:nth-child(-n+2){border-bottom:1px solid #e8eef3}
  .pp-emi-mini{position:absolute}
  .pp-price-insights-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .pp-discovery-hub{padding:3.5rem 0}
  .pp-discovery-grid-premium{grid-template-columns:1fr}
  .pp-discovery-card{min-height:220px}
  .pp-emi-mini{position:absolute;left:1.1rem;right:1.1rem;bottom:1rem}
  .pp-trust-bar{grid-template-columns:1fr}
  .pp-trust-bar>div{border-right:0!important;border-bottom:1px solid #e8eef3}
  .pp-trust-bar>div:last-child{border-bottom:0}
  .pp-price-insights-grid{grid-template-columns:1fr}
  .pp-popular-pills{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}
  .pp-popular-pill{white-space:nowrap}
}

/* Premium trust / proof sections */
.pp-section-dark{background:linear-gradient(135deg,#071a35 0%,#0b2d4d 100%);position:relative;overflow:hidden}
.pp-section-dark:before{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-180px;border-radius:50%;background:rgba(56,189,248,.08)}
.pp-section-dark .pp-text-center{position:relative;z-index:1}
.pp-section-dark .pp-text-center h2{color:#fff;letter-spacing:-.03em}
.pp-features-grid{position:relative;z-index:1}
.pp-feature-card{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(8px);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.pp-feature-card:hover{transform:translateY(-4px);border-color:rgba(125,211,252,.5)!important;background:rgba(255,255,255,.09)!important}
.pp-feature-card h3{color:#fff!important}
.pp-feature-card p{color:#cbd5e1!important}
.pp-feature-icon{background:rgba(125,211,252,.12)!important;color:#7dd3fc!important}
.pp-testimonial{border:1px solid #e2edf5!important;box-shadow:0 12px 32px rgba(15,23,42,.055)!important;transition:transform .2s ease,box-shadow .2s ease}
.pp-testimonial:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(15,23,42,.1)!important}
.pp-cta{background:linear-gradient(135deg,#071a35,#0d3d63)!important;position:relative;overflow:hidden}
.pp-cta:after{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-220px;border-radius:50%;background:rgba(125,211,252,.09)}
.pp-cta .pp-container{position:relative;z-index:1}
.pp-cta h2{letter-spacing:-.03em}


.pp-nav-favorites{display:none}

/* v44: consistent 16:9 property images everywhere in property results */
.pp-property-grid-landscape .pp-property-card-img{aspect-ratio:16/9;height:auto;min-height:0}
.pp-property-grid-landscape .pp-property-card-img img{aspect-ratio:16/9;object-fit:cover}
.pp-property-grid-landscape .pp-property-card-link{grid-template-columns:clamp(280px,34%,390px) minmax(0,1fr);min-height:0}
@media (max-width: 767px){
  .pp-property-grid-landscape .pp-property-card-link{grid-template-columns:1fr}
  .pp-property-grid-landscape .pp-property-card-img{width:100%;aspect-ratio:16/9;height:auto}
  .pp-property-grid-landscape .pp-property-card-body{padding:1rem}
}

/* v44: compact single-property hero */
.pp-property-hero-compact{display:grid;grid-template-columns:minmax(300px,46%) minmax(0,1fr);gap:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.07);margin-bottom:22px}
.pp-property-hero-image{position:relative;aspect-ratio:16/9;align-self:center;overflow:hidden;background:#eef2f7}
.pp-property-hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.pp-property-hero-type{position:absolute;left:14px;bottom:14px;background:rgba(15,23,42,.9);color:#fff;border-radius:8px;padding:6px 10px;font-size:.78rem;font-weight:700}
.pp-property-hero-content{padding:24px 28px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.pp-property-hero-topline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.pp-property-hero-title{font-size:1.55rem;line-height:1.25;color:#0f172a;margin:0 0 8px;font-weight:750}
.pp-property-hero-location{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.95rem;margin:0 0 18px}
.pp-property-hero-location svg{width:17px;height:17px;flex:none}
.pp-property-hero-price{font-size:1.65rem;line-height:1.15;font-weight:800;color:#0f172a;margin:0 0 16px}
.pp-property-hero-specs{display:flex;flex-wrap:wrap;gap:12px 22px;color:#475569;font-size:.95rem;padding-bottom:16px;border-bottom:1px solid #edf1f5}
.pp-property-hero-spec{display:inline-flex;align-items:center;gap:6px}
.pp-property-hero-spec svg{width:17px;height:17px;color:#8aa0bd}
.pp-property-hero-highlights{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.pp-property-hero-highlight{display:inline-flex;align-items:center;gap:5px;font-size:.82rem;color:#475569;background:#f7f9fc;border:1px solid #e8edf3;border-radius:999px;padding:5px 9px}
.pp-property-hero-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:18px}
.pp-property-hero-actions a,.pp-property-hero-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border-radius:9px;padding:9px 15px;font-size:.88rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}
.pp-property-hero-actions a:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(15,23,42,.12)}
.pp-property-action-whatsapp{background:#16a34a;color:#fff;border:1px solid #16a34a}
.pp-property-action-whatsapp:hover{background:#15803d;color:#fff}
.pp-property-action-call{background:#0284c7;color:#fff;border:1px solid #0284c7}
.pp-property-action-call:hover{background:#0369a1;color:#fff}
.pp-property-action-view{background:#0ea5e9;color:#fff;border:1px solid #0ea5e9}
.pp-property-action-view:hover{background:#0284c7;color:#fff}
.pp-property-hero-contact{background:#2563eb;color:#fff;border:1px solid #2563eb}
.pp-property-hero-save{background:#fff;color:#334155;border:1px solid #dbe2ea}
.pp-property-hero-actions svg{width:17px;height:17px;flex:0 0 17px}
@media(max-width:560px){.pp-property-hero-actions{gap:7px}.pp-property-hero-actions a{flex:1 1 calc(33.333% - 7px);padding-left:10px;padding-right:10px;font-size:.78rem}.pp-property-hero-actions .pp-property-share-icon{flex:0 0 32px}}
@media(max-width:900px){
  .pp-property-hero-compact{grid-template-columns:42% 58%}
  .pp-property-hero-content{padding:18px 20px}
  .pp-property-hero-title{font-size:1.3rem}
  .pp-property-hero-price{font-size:1.4rem}
}
@media(max-width:700px){
  .pp-property-hero-compact{grid-template-columns:1fr}
  .pp-property-hero-image{aspect-ratio:16/9;width:100%}
  .pp-property-hero-content{padding:18px}
  .pp-property-hero-title{font-size:1.2rem}
}

/* ========================================================================
   V45 — stable portal listing + compact furnishing controls
   ======================================================================== */
.pp-property-grid-landscape .pp-property-card{width:100%;min-width:0;box-sizing:border-box}
.pp-property-grid-landscape .pp-property-card-link{display:grid!important;grid-template-columns:minmax(300px,36%) minmax(0,1fr)!important;align-items:stretch!important;min-height:0!important}
.pp-property-grid-landscape .pp-property-card-img{width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;align-self:center!important;overflow:hidden!important}
.pp-property-grid-landscape .pp-property-card-img img{width:100%!important;height:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;display:block!important}
.pp-property-grid-landscape .pp-property-card-body{min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}
.pp-property-grid-landscape .pp-property-card-title{overflow-wrap:anywhere;word-break:normal}
.pp-property-card-specs,.pp-property-card-extra{display:flex!important;align-items:center!important;flex-wrap:wrap!important}
.pp-property-card-spec,.pp-property-card-extra span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important}
.pp-property-card-highlights{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:.15rem 0 .55rem;color:#64748b;font-size:.78rem;line-height:1.45}
.pp-property-card-highlights strong{color:#475569;font-weight:700}
.pp-property-card-highlights span{color:#475569}
.pp-property-card-highlights b{color:#cbd5e1;font-weight:700}

/* Small, icon-first furnishing controls on the public property page. */
.pp-furnishings-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
.pp-furnishing-item-compact{min-height:0!important;height:46px!important;padding:7px 9px!important;border-radius:9px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;box-sizing:border-box!important}
.pp-furnishing-small-icon{width:24px;height:24px;border-radius:6px;background:#f3f7fb;color:#2563eb;display:flex;align-items:center;justify-content:center;flex:none}
.pp-furnishing-small-icon svg{width:14px;height:14px}
.pp-furnishing-item-compact .pp-furnishing-label{font-size:.78rem!important;color:#334155!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp-furnishing-qty{min-width:22px;height:22px;padding:0 6px;border-radius:6px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem}

/* Tiny, clean admin furnishing checkbox + quantity controls. */
.pp-furnishing-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:10px 0}
.pp-furnishing-admin-item{display:grid;grid-template-columns:16px 22px minmax(0,1fr) 46px;align-items:center;gap:6px;min-height:38px;padding:5px 7px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;font-size:12px;box-sizing:border-box}
.pp-furnishing-admin-item input[type=checkbox]{margin:0;width:15px;height:15px}
.pp-furnishing-admin-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#2563eb}
.pp-furnishing-admin-icon svg{width:15px;height:15px}
.pp-furnishing-admin-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pp-furnishing-admin-qty{width:46px!important;height:27px!important;padding:2px 5px!important;font-size:12px!important}

/* Stable three-image detail gallery: one 16:9 main image + two smaller 16:9 tiles. */
.pp-property-hero-gallery{display:grid;grid-template-columns:minmax(0,2fr) minmax(150px,1fr);gap:8px;min-width:0;align-self:center;padding:8px;background:#f4f7fa}
.pp-property-hero-gallery .pp-property-hero-image{aspect-ratio:16/9!important;width:100%;align-self:stretch}
.pp-property-hero-side-images{display:grid;grid-template-rows:1fr 1fr;gap:8px;min-width:0}
.pp-property-hero-side-image{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:#e9eef4}
.pp-property-hero-side-image img{display:block;width:100%;height:100%;object-fit:cover}
.pp-property-hero-content{overflow:hidden}
.pp-property-hero-specs{min-width:0}
.pp-property-hero-spec{white-space:nowrap}

@media(max-width:900px){
  .pp-property-grid-landscape .pp-property-card-link{grid-template-columns:minmax(240px,36%) minmax(0,1fr)!important}
  .pp-property-hero-gallery{grid-template-columns:minmax(0,2fr) minmax(120px,1fr)}
}
@media(max-width:700px){
  .pp-property-grid-landscape .pp-property-card-link{grid-template-columns:1fr!important}
  .pp-property-grid-landscape .pp-property-card-img{aspect-ratio:16/9!important}
  .pp-property-hero-gallery{grid-template-columns:1fr;}
  .pp-property-hero-side-images{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .pp-property-hero-content{padding:16px!important}
}
@media(max-width:560px){
  .pp-furnishings-grid-compact{grid-template-columns:1fr 1fr!important}
  .pp-furnishing-item-compact{height:42px!important}
  .pp-furnishing-admin-grid{grid-template-columns:1fr}
}

/* V46 — adaptive 1/2/3-image property gallery + polished highlights */
.pp-property-gallery-tile{border:0;padding:0;margin:0;display:block;width:100%;min-width:0;position:relative;cursor:pointer;background:#eef2f7;overflow:hidden}
.pp-property-gallery-tile:focus-visible{outline:3px solid #2563eb;outline-offset:-3px}
.pp-property-hero-gallery-count-1{grid-template-columns:1fr!important;padding:0!important;background:#eef2f7!important}
.pp-property-hero-gallery-count-2{grid-template-columns:1fr 1fr!important;padding:0!important;background:#eef2f7!important}
.pp-property-hero-gallery-count-3{padding:0!important;background:#eef2f7!important}
.pp-property-hero-gallery-count-1 .pp-property-hero-image,
.pp-property-hero-gallery-count-2 .pp-property-hero-image{aspect-ratio:16/9!important;width:100%!important;height:auto!important}
.pp-property-hero-gallery-count-3 .pp-property-hero-image{aspect-ratio:16/9!important;height:auto!important}
.pp-property-hero-gallery-count-3 .pp-property-hero-side-images{display:grid;grid-template-rows:1fr 1fr;gap:8px;min-width:0}
.pp-property-hero-gallery-count-3 .pp-property-hero-side-image{aspect-ratio:16/9!important;height:auto!important}
.pp-property-gallery-tile img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.pp-property-gallery-tile:hover img{transform:scale(1.025);transition:transform .28s ease}
.pp-property-hero-type{z-index:2}

.pp-property-hero-highlights{gap:8px;margin-top:15px!important}
.pp-property-hero-highlight{border:1px solid #dbe7f5!important;background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%)!important;color:#1e3a5f!important;box-shadow:0 2px 7px rgba(15,23,42,.05);padding:6px 10px!important;font-size:.8rem!important;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}
.pp-property-hero-highlight:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(15,23,42,.09)}
.pp-property-hero-highlight svg{width:15px!important;height:15px!important;color:#2563eb;flex:none}
.pp-property-card-highlights span{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid #e4eaf2;border-radius:999px;background:#f8fafc;color:#334155!important;font-weight:600}

/* Make every property image presentation consistently landscape, including older demo data. */
.pp-property-card-img,.pp-property-card-image{aspect-ratio:16/9!important;height:auto!important;min-height:0!important;overflow:hidden}
.pp-property-card-img img,.pp-property-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block}

/* Front-end Post Your Property: same furnishing controls + highlights as admin. */
.pp-post-furnishing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}
.pp-post-furnishing-item{display:grid;grid-template-columns:16px 24px minmax(0,1fr) 48px;align-items:center;gap:7px;min-height:42px;padding:6px 8px;border:1px solid #dfe7f0;border-radius:9px;background:#fff;box-sizing:border-box}
.pp-post-furnishing-item input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:#2563eb}
.pp-post-furnishing-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f1f6ff;color:#2563eb}
.pp-post-furnishing-icon svg{width:15px;height:15px}
.pp-post-furnishing-name{font-size:.78rem;font-weight:600;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pp-post-furnishing-qty{width:48px!important;height:29px!important;padding:3px 5px!important;font-size:.78rem!important}
.pp-post-highlights-box{margin-top:10px;padding:12px;border:1px solid #dfe7f0;border-radius:10px;background:#fbfdff}
.pp-post-highlights-box .pp-input{margin-top:7px}
.pp-post-highlights-help{font-size:.78rem;color:#64748b;margin:4px 0 0}

/* Lightbox markup used by the property image gallery. */
.pp-lightbox{position:fixed;inset:18px;z-index:100001;background:#0b1220;color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.45);display:flex;flex-direction:column}
.pp-lightbox[hidden],.pp-lb-backdrop[hidden]{display:none!important}
.pp-lb-backdrop{position:fixed;inset:0;z-index:100000;background:rgba(2,8,23,.76);backdrop-filter:blur(4px)}
.pp-lb-header{height:58px;display:flex;align-items:center;gap:16px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);flex:none}
.pp-lb-header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}
.pp-lb-header span{margin-left:auto;color:#cbd5e1;font-size:.82rem}
.pp-lb-close{width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.pp-lb-close svg{width:19px;height:19px}
.pp-lb-viewer{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;flex:1;padding:18px 58px}
.pp-lb-stage{width:min(1100px,100%);height:100%;display:flex;align-items:center;justify-content:center}
.pp-lb-stage img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}
.pp-lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.pp-lb-nav:hover{background:rgba(255,255,255,.2)}
.pp-lb-nav svg{width:22px;height:22px}.pp-lb-prev{left:14px}.pp-lb-next{right:14px}
.pp-lb-strip{display:flex;gap:8px;padding:10px 14px;overflow:auto;border-top:1px solid rgba(255,255,255,.1);flex:none}
.pp-lb-thumb{width:78px;height:52px;flex:none;padding:0;border:2px solid transparent;border-radius:7px;overflow:hidden;background:#1e293b;cursor:pointer}
.pp-lb-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.pp-lb-thumb.active{border-color:#60a5fa}
@media(max-width:800px){
  .pp-property-hero-gallery-count-3{grid-template-columns:1fr!important}
  .pp-property-hero-gallery-count-3 .pp-property-hero-side-images{grid-template-columns:1fr 1fr;grid-template-rows:none}
  .pp-post-furnishing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pp-lightbox{inset:8px;border-radius:12px}.pp-lb-viewer{padding:12px 46px}
}
@media(max-width:520px){
  .pp-property-hero-gallery-count-2{grid-template-columns:1fr!important}
  .pp-property-hero-gallery-count-3 .pp-property-hero-side-images{grid-template-columns:1fr 1fr}
  .pp-post-furnishing-grid{grid-template-columns:1fr}
}


/* V47 — premium blog page + clean property sidebar summary */
.pp-property-side-summary{display:grid;gap:9px;margin:18px 0;padding:14px;border:1px solid #e5ebf3;border-radius:14px;background:#f8fbff}
.pp-property-side-summary span{display:flex;align-items:center;gap:8px;color:#475569;font-size:.76rem;font-weight:700}
.pp-property-side-summary svg{width:15px;height:15px;color:#2563eb;flex:none}
.pp-blog-page{background:#f7f9fc;min-height:100vh}
.pp-blog-hero{padding:76px 0 86px;background:radial-gradient(circle at 80% 10%,rgba(37,99,235,.18),transparent 34%),linear-gradient(135deg,#071a35,#0e3154 58%,#124e72);color:#fff}
.pp-blog-hero .pp-container{max-width:1100px;text-align:center}
.pp-blog-eyebrow,.pp-blog-label{font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:#3b82f6}
.pp-blog-hero .pp-blog-eyebrow{color:#8ed8ff}
.pp-blog-hero h1{max-width:820px;margin:12px auto;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.05;letter-spacing:-.055em;color:#fff}
.pp-blog-hero p{max-width:720px;margin:0 auto;color:#c8d9e8;font-size:1rem;line-height:1.75}
.pp-blog-top-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:25px}
.pp-blog-top-links a{display:inline-flex;align-items:center;gap:7px;padding:11px 16px;border-radius:999px;color:#fff;text-decoration:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.17);font-weight:700;font-size:.8rem}
.pp-blog-top-links a svg{width:15px;height:15px}
.pp-blog-body{padding-top:42px}
.pp-blog-featured{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);background:#fff;border:1px solid #e4eaf1;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.pp-blog-featured-media{display:block;min-height:360px;background:#dbe4ef;overflow:hidden}
.pp-blog-featured-media img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:16/9}
.pp-blog-featured-copy{padding:38px;display:flex;flex-direction:column;justify-content:center}
.pp-blog-featured-copy h2{font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.12;letter-spacing:-.035em;margin:10px 0}
.pp-blog-featured-copy h2 a,.pp-blog-card h2 a{color:#0f172a;text-decoration:none}
.pp-blog-meta{font-size:.74rem;color:#94a3b8;margin:0 0 12px}
.pp-blog-excerpt{color:#64748b;font-size:.85rem;line-height:1.7;margin-bottom:20px}
.pp-blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:52px 0 18px}
.pp-blog-section-head h2{margin:6px 0 0;font-size:1.55rem;letter-spacing:-.03em}
.pp-blog-section-head>a{display:inline-flex;align-items:center;gap:5px;color:#2563eb;font-size:.78rem;font-weight:800;text-decoration:none}
.pp-blog-section-head>a svg{width:14px;height:14px}
.pp-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pp-blog-card{background:#fff;border:1px solid #e4eaf1;border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(15,23,42,.045);transition:transform .22s ease,box-shadow .22s ease}
.pp-blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,23,42,.09)}
.pp-blog-card-media{position:relative;display:block;aspect-ratio:16/9;background:#e8eef5;overflow:hidden}
.pp-blog-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.pp-blog-card-date{position:absolute;left:12px;bottom:12px;background:rgba(15,23,42,.8);color:#fff;padding:5px 8px;border-radius:8px;font-size:.66rem;font-weight:700}
.pp-blog-card-placeholder{height:100%;display:grid;place-items:center;color:#2563eb;background:linear-gradient(135deg,#eaf3ff,#f8fafc)}
.pp-blog-card-placeholder svg{width:38px;height:38px}
.pp-blog-card-copy{padding:20px}
.pp-blog-card-meta{font-size:.62rem;color:#2563eb;font-weight:800;letter-spacing:.08em;margin:0 0 8px}
.pp-blog-card h2{font-size:1.02rem;line-height:1.35;margin:0 0 9px}
.pp-blog-card-copy>p{font-size:.76rem;line-height:1.65;color:#64748b;margin:0 0 15px}
.pp-blog-read{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:.75rem;font-weight:800;text-decoration:none}
.pp-blog-read svg{width:14px;height:14px}
.pp-blog-empty{background:#fff;border:1px solid #e4eaf1;border-radius:18px;padding:45px;text-align:center;color:#64748b}
@media(max-width:900px){.pp-blog-featured{grid-template-columns:1fr}.pp-blog-featured-media{min-height:0}.pp-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.pp-blog-hero{padding:55px 0 65px}.pp-blog-featured-copy{padding:24px}.pp-blog-grid{grid-template-columns:1fr}.pp-blog-section-head{align-items:flex-start;flex-direction:column;margin-top:38px}}


/* =========================================================
   V48 STABILITY PATCH
   Keep the V45 EMI markup/behaviour unchanged; restore the premium
   presentation that the calculator template expects.
   ========================================================= */
.pp-emi-page{background:#f7f9fc;color:#0b1220;min-height:100vh;padding-bottom:4rem}
.pp-emi-hero{padding:1rem 0 2rem;background:#fff;border-bottom:1px solid #e8edf3}
.pp-emi-breadcrumb{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.82rem;margin-bottom:1.25rem}
.pp-emi-breadcrumb a{color:#1d4ed8;text-decoration:none}
.pp-emi-hero-copy{max-width:900px}
.pp-emi-eyebrow,.pp-emi-kicker{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:#2563eb}
.pp-emi-hero h1{margin:.35rem 0 .45rem;font-size:clamp(2.35rem,5vw,4rem);line-height:1.02;letter-spacing:-.045em;color:#0b1220}
.pp-emi-hero p{margin:0;color:#475569;font-size:1.05rem;line-height:1.6}
.pp-emi-workspace{padding:2rem 0 0}
.pp-emi-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;align-items:stretch}
.pp-emi-panel{background:#fff;border:1px solid #e5eaf0;border-radius:20px;box-shadow:0 12px 36px rgba(15,23,42,.07);padding:1.45rem}
.pp-emi-panel-head,.pp-emi-result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.3rem}
.pp-emi-panel h2{margin:.2rem 0 0;font-size:1.55rem;line-height:1.2;color:#0b1220}
.pp-emi-live{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .6rem;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.72rem;font-weight:800;white-space:nowrap}
.pp-emi-live i{width:7px;height:7px;border-radius:50%;background:#10b981;display:block}
.pp-emi-field{padding:1rem 0;border-bottom:1px solid #eef2f6}
.pp-emi-field:first-of-type{padding-top:.2rem}
.pp-emi-label-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.55rem}
.pp-emi-label-row label{font-size:.9rem;color:#475569;font-weight:650}
.pp-emi-label-row strong{font-size:.98rem;color:#0b1220}
.pp-emi-input-wrap{display:flex;align-items:center;border:1px solid #dce3eb;border-radius:11px;background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.03)}
.pp-emi-input-wrap span{padding:0 .8rem;color:#64748b;font-weight:700}
.pp-emi-input-wrap input{width:100%;border:0!important;outline:0!important;background:#fff;padding:.72rem .75rem;font-size:1rem;color:#0b1220;box-shadow:none!important}
.pp-emi-range{width:100%;margin:.85rem 0 .25rem;accent-color:#2563eb;cursor:pointer}
.pp-emi-range-labels{display:flex;justify-content:space-between;color:#94a3b8;font-size:.7rem}
.pp-emi-note{display:flex;gap:.7rem;margin-top:1.1rem;padding:.85rem;border-radius:12px;background:#f8fafc;border:1px solid #eef2f6;color:#64748b}
.pp-emi-note>span{width:28px;height:28px;border-radius:8px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-weight:800;flex:0 0 28px}
.pp-emi-note strong{display:block;color:#334155;font-size:.78rem;margin-bottom:.15rem}
.pp-emi-note p{margin:0;font-size:.75rem;line-height:1.5}
.pp-emi-result-panel{background:linear-gradient(145deg,#0b1730 0%,#10284b 100%);border-color:#10284b;color:#fff;display:flex;flex-direction:column}
.pp-emi-result-panel h2{color:#fff}
.pp-emi-result-panel .pp-emi-kicker{color:#93c5fd}
.pp-emi-secure{font-size:.68rem;color:#cbd5e1;border:1px solid rgba(255,255,255,.15);padding:.4rem .55rem;border-radius:999px;white-space:nowrap}
.pp-emi-main-number{font-size:clamp(2.4rem,5vw,4rem);font-weight:850;letter-spacing:-.045em;line-height:1;margin:.6rem 0 .35rem;color:#fff}
.pp-emi-result-caption{margin:0 0 1.25rem;color:#b7c5d8;font-size:.84rem}
.pp-emi-breakdown{display:grid;gap:.55rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.pp-emi-breakdown div{display:flex;justify-content:space-between;gap:1rem;font-size:.82rem}
.pp-emi-breakdown span{color:#b7c5d8}.pp-emi-breakdown strong{color:#fff}
.pp-emi-visual-row{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 0}
.pp-emi-donut{--emi-interest:44%;width:128px;height:128px;border-radius:50%;display:grid;place-items:center;flex:0 0 128px;background:conic-gradient(#60a5fa 0 calc(100% - var(--emi-interest)),#38bdf8 calc(100% - var(--emi-interest)) 100%);position:relative}
.pp-emi-donut:after{content:"";position:absolute;inset:14px;border-radius:50%;background:#0d2140}
.pp-emi-donut>div{position:relative;z-index:1;text-align:center}.pp-emi-donut strong{display:block;font-size:1.25rem}.pp-emi-donut span{font-size:.65rem;color:#b7c5d8}
.pp-emi-legend{display:grid;gap:.75rem;min-width:150px}.pp-emi-legend div{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:.45rem;font-size:.78rem}.pp-emi-legend span{color:#cbd5e1}.pp-emi-legend strong{color:#fff}.pp-emi-dot{width:8px;height:8px;border-radius:50%;display:block;background:#60a5fa}.pp-emi-dot.interest{background:#38bdf8}
.pp-emi-cta{margin-top:auto;justify-content:center;background:#fff!important;color:#0b1730!important;border:0!important;box-shadow:none!important}
.pp-emi-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:1.25rem;background:#fff;border:1px solid #e5eaf0;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(15,23,42,.04)}
.pp-emi-stats>div{padding:1rem 1.1rem;border-right:1px solid #edf1f5}.pp-emi-stats>div:last-child{border-right:0}.pp-emi-stats span{display:block;color:#64748b;font-size:.72rem}.pp-emi-stats strong{display:block;margin:.25rem 0;font-size:1.08rem;color:#0b1220}.pp-emi-stats small{color:#94a3b8;font-size:.68rem}
.pp-emi-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem}.pp-emi-info-card{background:#fff;border:1px solid #e5eaf0;border-radius:16px;padding:1.2rem;box-shadow:0 7px 24px rgba(15,23,42,.04)}.pp-emi-info-icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#eff6ff;color:#2563eb;font-size:.72rem;font-weight:850}.pp-emi-info-card h3{margin:.75rem 0 .45rem;font-size:1rem;color:#0b1220}.pp-emi-info-card p,.pp-emi-info-card li{color:#64748b;font-size:.78rem;line-height:1.65}.pp-emi-info-card ul{padding-left:1rem;margin:.5rem 0 0}.pp-emi-formula{margin-top:.75rem;padding:.7rem;border-radius:9px;background:#f8fafc;color:#334155;font-size:.76rem;overflow:auto}
.pp-emi-faq{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;margin-top:1.25rem;padding:1.5rem;background:#fff;border:1px solid #e5eaf0;border-radius:18px}.pp-emi-faq h2{margin:.25rem 0 .5rem;font-size:1.5rem}.pp-emi-faq p{color:#64748b;font-size:.8rem;line-height:1.6}.pp-emi-faq-list{display:grid;gap:.6rem}.pp-emi-faq-list details{border:1px solid #e5eaf0;border-radius:10px;padding:.8rem .9rem}.pp-emi-faq-list summary{cursor:pointer;font-weight:750;font-size:.82rem;color:#334155}.pp-emi-faq-list p{margin:.55rem 0 0}.pp-emi-disclaimer{margin:1rem 0 0;color:#94a3b8;font-size:.68rem;line-height:1.55}

/* Home-page property cards: compact horizontal 16:9 image + information. */
.pp-featured-grid,.pp-status-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.pp-featured-grid .pp-property-card,.pp-status-grid .pp-property-card{min-width:0;height:100%;overflow:hidden}
.pp-featured-grid .pp-property-card-link,.pp-status-grid .pp-property-card-link{display:grid!important;grid-template-columns:42% 58%!important;min-height:210px!important;height:100%}
.pp-featured-grid .pp-property-card-img,.pp-status-grid .pp-property-card-img{height:auto!important;min-height:0!important;aspect-ratio:16/9!important;align-self:start!important;overflow:hidden}
.pp-featured-grid .pp-property-card-img img,.pp-status-grid .pp-property-card-img img{width:100%!important;height:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;display:block}
.pp-featured-grid .pp-property-card-body,.pp-status-grid .pp-property-card-body{padding:1rem .9rem!important;min-width:0;display:flex;flex-direction:column;justify-content:center}
.pp-featured-grid .pp-property-card-title,.pp-status-grid .pp-property-card-title{white-space:normal!important;font-size:1rem!important;line-height:1.25!important;padding-right:2rem}
.pp-featured-grid .pp-property-card-price,.pp-status-grid .pp-property-card-price{font-size:1.08rem!important;margin:.45rem 0 .6rem!important}
.pp-featured-grid .pp-property-card-specs,.pp-status-grid .pp-property-card-specs{gap:.55rem!important;font-size:.76rem!important}
.pp-featured-grid .pp-property-card-extra,.pp-status-grid .pp-property-card-extra{font-size:.72rem!important}
.pp-featured-grid .pp-property-badge,.pp-status-grid .pp-property-badge{font-size:.65rem!important;padding:.3rem .5rem!important}
.pp-featured-grid .pp-property-verified,.pp-status-grid .pp-property-verified{font-size:.62rem!important;padding:.3rem .45rem!important}

/* Similar properties on detail pages. */
.pp-similar-properties{margin-top:1.25rem;padding:1.25rem;background:#fff;border:1px solid #e5eaf0;border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.pp-similar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.pp-similar-heading h2{margin:.35rem 0 .25rem;font-size:1.45rem}.pp-similar-heading p{margin:0;color:#64748b;font-size:.8rem}.pp-similar-heading .pp-section-badge{margin:0;font-size:.66rem;padding:5px 8px}
.pp-similar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pp-similar-grid .pp-property-card{min-width:0}.pp-similar-grid .pp-property-card-link{display:grid;grid-template-columns:42% 58%;min-height:190px}.pp-similar-grid .pp-property-card-img{height:auto;aspect-ratio:16/9;min-height:0}.pp-similar-grid .pp-property-card-img img{width:100%;height:100%;object-fit:cover}.pp-similar-grid .pp-property-card-body{padding:.8rem;min-width:0}.pp-similar-grid .pp-property-card-title{font-size:.9rem;white-space:normal;line-height:1.25}.pp-similar-grid .pp-property-card-price{font-size:1rem;margin:.35rem 0}.pp-similar-grid .pp-property-card-specs{font-size:.7rem;gap:.45rem}.pp-similar-grid .pp-property-card-extra{font-size:.68rem}

@media(max-width:1200px){.pp-featured-grid,.pp-status-grid,.pp-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pp-emi-layout{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.pp-emi-layout,.pp-emi-faq{grid-template-columns:1fr}.pp-emi-stats{grid-template-columns:1fr 1fr}.pp-emi-stats>div:nth-child(2){border-right:0}.pp-emi-stats>div:nth-child(-n+2){border-bottom:1px solid #edf1f5}.pp-emi-info-grid{grid-template-columns:1fr}.pp-similar-heading{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.pp-featured-grid,.pp-status-grid,.pp-similar-grid{grid-template-columns:1fr!important}.pp-featured-grid .pp-property-card-link,.pp-status-grid .pp-property-card-link,.pp-similar-grid .pp-property-card-link{grid-template-columns:40% 60%!important;min-height:170px!important}.pp-emi-panel{padding:1rem}.pp-emi-hero h1{font-size:2.2rem}.pp-emi-visual-row{gap:.8rem}.pp-emi-donut{width:105px;height:105px;flex-basis:105px}.pp-emi-stats{grid-template-columns:1fr}.pp-emi-stats>div{border-right:0!important;border-bottom:1px solid #edf1f5}.pp-emi-stats>div:last-child{border-bottom:0}}

/* =========================================================
   V4.20 HOME CLEANUP + V45 COMPACT EMI
   ========================================================= */
.pp-home-tools-v45{padding-top:2.1rem;padding-bottom:2.1rem;background:#fff}
.pp-home-tools-row{display:grid;grid-template-columns:minmax(0,390px) minmax(0,1fr);gap:1rem;align-items:stretch}
.pp-home-emi-v45{position:relative;overflow:hidden;min-height:245px;padding:1.35rem 1.45rem 1.2rem;border-radius:26px;background:linear-gradient(145deg,#071a35 0%,#0e3960 100%);color:#fff;box-shadow:0 18px 45px rgba(7,26,53,.16)}
.pp-home-emi-glow{position:absolute;width:170px;height:170px;right:-75px;top:-75px;border-radius:50%;background:rgba(125,211,252,.10);pointer-events:none}
.pp-home-emi-top{position:relative;display:flex;align-items:center;gap:.65rem}
.pp-home-emi-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);color:#fbbf24;font-size:1.25rem;font-weight:800}
.pp-home-emi-kicker{font-size:.72rem;font-weight:800;letter-spacing:.08em;color:#cbd5e1}
.pp-home-emi-v45 h2{position:relative;margin:.7rem 0 1.1rem;font-size:1.25rem;line-height:1.2;color:#fff}
.pp-home-emi-fields{position:relative;display:grid;grid-template-columns:1.35fr .9fr .8fr;gap:.55rem}
.pp-home-emi-fields label{display:flex;flex-direction:column;gap:.3rem;min-width:0}
.pp-home-emi-fields label span{font-size:.68rem;color:#aab9c9;font-weight:700}
.pp-home-emi-fields input{width:100%;box-sizing:border-box;padding:.65rem .7rem;border-radius:11px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;outline:none;font-size:.86rem;font-weight:600}
.pp-home-emi-fields input:focus{border-color:#7dd3fc;box-shadow:0 0 0 3px rgba(125,211,252,.12)}
.pp-home-emi-result{position:relative;display:block;margin-top:1rem;font-size:1.25rem;color:#5fd1ff}
.pp-home-emi-link{position:relative;display:inline-block;margin-top:.45rem;color:#dbeafe;font-size:.72rem;font-weight:700;text-decoration:none}
.pp-home-emi-link:hover{text-decoration:underline}
.pp-home-post-property{display:flex;align-items:center;gap:1rem;min-height:245px;padding:1.5rem 1.7rem;border-radius:26px;border:1px solid #dceaf4;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 12px 30px rgba(15,23,42,.055);text-decoration:none;color:#0f172a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.pp-home-post-property:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:0 18px 40px rgba(37,99,235,.10)}
.pp-home-post-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;color:#2563eb;font-size:1.8rem;flex:0 0 auto}
.pp-home-post-property span:nth-child(2){display:flex;flex-direction:column;gap:.35rem;min-width:0}
.pp-home-post-property small{font-size:.68rem;font-weight:800;letter-spacing:.08em;color:#64748b}
.pp-home-post-property strong{font-size:1.45rem;line-height:1.15;color:#0b1730}
.pp-home-post-property em{font-style:normal;font-size:.88rem;color:#64748b;line-height:1.5}
.pp-home-post-property>b{margin-left:auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:1.1rem;flex:0 0 auto}
.pp-featured-grid .pp-property-card-link{grid-template-columns:42% 58%;min-height:230px}
.pp-featured-grid .pp-property-card-img{height:100%;min-height:230px;aspect-ratio:16/9}
.pp-featured-grid .pp-property-card-img img{aspect-ratio:16/9;object-fit:cover}
@media(max-width:900px){.pp-home-tools-row{grid-template-columns:1fr}.pp-home-post-property{min-height:180px}.pp-home-emi-v45{min-height:220px}}
@media(max-width:560px){.pp-home-emi-fields{grid-template-columns:1fr}.pp-home-emi-v45{min-height:auto}.pp-home-post-property{padding:1.25rem}.pp-home-post-property strong{font-size:1.15rem}}
/* ========================================================================
   V48 — 99acres-style full hero, consistent featured cards, premium enquiry
   ======================================================================== */
.pp-hero-v2{min-height:clamp(500px,calc(100vh - 72px),620px)!important;height:auto!important;align-items:center!important;padding:0!important}
.pp-hero-v2-inner{max-width:92rem!important;padding:5.2rem 1.5rem 2.6rem!important;gap:1.25rem!important;justify-content:center!important}
.pp-hero-v2-heading{width:100%!important;display:flex!important;justify-content:center!important}
.pp-hero-portal-heading .pp-hero-copy{max-width:78rem!important;text-align:center!important;margin:0 auto!important}
.pp-hero-portal-heading h1{font-size:clamp(2.2rem,4.6vw,4.25rem)!important;line-height:1.08!important;margin:.4rem auto .7rem!important;text-shadow:0 3px 18px rgba(0,0,0,.28)}
.pp-hero-portal-heading p{max-width:58rem!important;font-size:1.05rem!important;margin:0 auto!important}
.pp-hero-trust-pills{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-top:14px}
.pp-hero-trust-pills span{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:700}
.pp-hero-trust-pills svg{width:14px;height:14px;color:#a7f3d0}
.pp-hero-v2 .pp-searchbox-premium{max-width:86rem!important;width:100%!important;margin:0 auto!important;border-radius:18px!important;box-shadow:0 24px 70px rgba(0,0,0,.34)!important}
.pp-hero-stats-v2{margin-top:.15rem!important}
.pp-hero-stats-v2 .pp-hero-stat-value{font-size:1.45rem!important}
.pp-hero-stats-v2 .pp-hero-stat-label{font-size:.72rem!important}

/* Featured properties now use exactly the same vertical portal card treatment as Hot Selling. */
.pp-featured-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1.5rem!important}
.pp-featured-grid .pp-property-card{height:100%!important;min-width:0!important}
.pp-featured-grid .pp-property-card-link{display:block!important;min-height:0!important;height:100%!important}
.pp-featured-grid .pp-property-card-img{height:auto!important;min-height:0!important;aspect-ratio:16/9!important}
.pp-featured-grid .pp-property-card-body{padding:1rem!important;display:block!important}
.pp-featured-grid .pp-property-card-title{font-size:1rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.pp-featured-grid .pp-property-card-price{font-size:1.25rem!important}
.pp-featured-grid .pp-property-card-specs{font-size:.875rem!important;gap:1rem!important}
@media(max-width:1200px){.pp-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.pp-featured-grid{grid-template-columns:1fr!important}}

/* Bottom enquiry: clean two-panel conversion section with no oversized blank space. */
.pp-home-inquiry{background:linear-gradient(180deg,#f6f9fc 0%,#eef4ff 100%)!important}
.pp-home-inquiry-card.pp-home-inquiry-premium{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;gap:0!important;padding:0!important;overflow:hidden!important;border:1px solid #dfe7f2!important;border-radius:26px!important;box-shadow:0 22px 70px rgba(15,23,42,.10)!important}
.pp-home-inquiry-premium .pp-home-inquiry-copy{padding:42px!important;background:linear-gradient(145deg,#0b2f55,#145b7b)!important;color:#fff!important;min-height:100%!important}
.pp-home-inquiry-premium .pp-home-inquiry-icon{background:rgba(255,255,255,.13)!important;color:#fff!important}
.pp-home-inquiry-kicker{font-size:.7rem;letter-spacing:.12em;font-weight:800;color:#a7f3d0;margin-bottom:8px}
.pp-home-inquiry-premium .pp-home-inquiry-copy h2{font-size:clamp(1.9rem,3vw,2.7rem)!important;line-height:1.12!important;color:#fff!important;margin:8px 0 12px!important}
.pp-home-inquiry-premium .pp-home-inquiry-copy p{color:#d8e7f2!important;line-height:1.7!important;max-width:38rem}
.pp-home-inquiry-benefits{display:grid;gap:9px;margin:22px 0 18px}
.pp-home-inquiry-benefits span{display:flex;align-items:center;gap:8px;font-size:.86rem;font-weight:700;color:#eff8ff}
.pp-home-inquiry-benefits svg{width:16px;height:16px;color:#86efac}
.pp-home-inquiry-premium .pp-home-inquiry-phone{color:#fff!important;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);padding:10px 14px;border-radius:12px}
.pp-home-inquiry-form-wrap{padding:34px 38px;background:#fff}
.pp-home-inquiry-form-heading{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}
.pp-home-inquiry-form-heading strong{font-size:1.25rem;color:#0f172a}
.pp-home-inquiry-form-heading span{font-size:.78rem;color:#64748b}
.pp-home-inquiry-premium .pp-home-inquiry-form{padding:0!important;background:transparent!important;border:0!important;display:grid!important;gap:12px!important}
.pp-home-inquiry-premium .pp-input,.pp-home-inquiry-premium .pp-select,.pp-home-inquiry-premium .pp-textarea{background:#fbfdff!important;border:1px solid #dbe4ef!important;border-radius:11px!important}
.pp-home-inquiry-premium .pp-input:focus,.pp-home-inquiry-premium .pp-select:focus,.pp-home-inquiry-premium .pp-textarea:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px rgba(37,99,235,.10)!important}
@media(max-width:820px){.pp-home-inquiry-card.pp-home-inquiry-premium{grid-template-columns:1fr!important}.pp-home-inquiry-premium .pp-home-inquiry-copy,.pp-home-inquiry-form-wrap{padding:28px!important}}
@media(max-width:767px){.pp-hero-v2{min-height:560px!important}.pp-hero-v2-inner{padding:5rem 1rem 2rem!important}.pp-hero-trust-pills span{font-size:.68rem}.pp-hero-v2 .pp-searchbox-premium{border-radius:14px!important}.pp-hero-stats-v2{display:none!important}}


/* V52 clean homepage/search polish */
.pp-searchbox-topline-clean{min-height:58px}
.pp-searchbox-premium .pp-home-search-form{display:block;padding:0}
.pp-home-search-command{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px}
.pp-home-search-input{position:relative;display:flex;align-items:center;min-width:0;height:58px;border:1px solid #dbe4ef;border-radius:12px;background:#fff;padding:0 16px;box-shadow:inset 0 1px 0 rgba(15,23,42,.02)}
.pp-home-search-input svg{width:20px;height:20px;color:#2563eb;flex:0 0 auto;margin-right:10px}
.pp-home-search-input input{width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:1rem;font-weight:600;color:#0f172a;padding:0!important}
.pp-home-search-input input::placeholder{color:#7b8aa0;font-weight:500}
.pp-home-search-input .pp-home-search-suggestions{left:0;right:0;top:calc(100% + 6px);z-index:100}
.pp-home-filter-toggle,.pp-home-search-submit{height:58px;border-radius:12px}
.pp-home-filter-toggle{min-width:190px}
.pp-home-search-submit{min-width:132px}
.pp-home-post-property-section{padding-top:0}
.pp-home-post-property-single{display:flex;align-items:center;gap:16px;padding:20px 24px;border:1px solid #dbe6f2;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 10px 28px rgba(15,23,42,.06);text-decoration:none;color:#0f172a}
.pp-home-post-property-single .pp-home-post-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:28px;flex:0 0 auto}
.pp-home-post-property-single span:nth-child(2){display:flex;flex-direction:column;gap:2px;min-width:0}
.pp-home-post-property-single small{font-size:.68rem;font-weight:800;letter-spacing:.08em;color:#64748b}
.pp-home-post-property-single strong{font-size:1.1rem}
.pp-home-post-property-single em{font-style:normal;color:#64748b;font-size:.86rem}
.pp-home-post-property-single b{margin-left:auto;font-size:1.35rem;color:#2563eb}
.pp-home-post-property-single:hover{border-color:#bfdbfe;box-shadow:0 16px 34px rgba(37,99,235,.1);transform:translateY(-1px)}
.pp-similar-properties .pp-similar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pp-similar-properties .pp-property-card{min-width:0}
.pp-similar-properties .pp-property-card-img{aspect-ratio:16/9;height:auto}
.pp-similar-properties .pp-property-card-img img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.pp-home-search-command{grid-template-columns:1fr 1fr}.pp-home-search-input{grid-column:1/-1}.pp-home-filter-toggle,.pp-home-search-submit{width:100%;min-width:0}.pp-similar-properties .pp-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.pp-searchbox-topline-clean{overflow-x:auto}.pp-searchbox-premium .pp-searchbox-tabs{min-width:max-content}.pp-home-search-command{grid-template-columns:1fr;padding:10px}.pp-home-filter-toggle,.pp-home-search-submit{height:52px}.pp-home-search-input{height:52px}.pp-home-post-property-single{padding:16px}.pp-home-post-property-single em{display:none}.pp-similar-properties .pp-similar-grid{grid-template-columns:1fr}}


/* =========================================================
   V53 — Similar Properties + Post Property callback hero
   ========================================================= */
.pp-similar-properties .pp-similar-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.pp-similar-properties .pp-property-card-link{
  display:block!important;
  min-height:0!important;
  height:100%!important;
}
.pp-similar-properties .pp-property-card-img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
}
.pp-similar-properties .pp-property-card-body{
  padding:1rem!important;
  min-width:0!important;
}
.pp-similar-properties .pp-property-card-title{
  font-size:1rem!important;
  line-height:1.25!important;
  white-space:normal!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.pp-similar-properties .pp-property-card-price{font-size:1.18rem!important;margin:.55rem 0 .7rem!important}
.pp-similar-properties .pp-property-card-specs{gap:.7rem!important;font-size:.8rem!important;flex-wrap:wrap!important}
.pp-similar-properties .pp-property-card-extra{font-size:.75rem!important}
.pp-similar-properties .pp-property-card-footer{font-size:.75rem!important}
.pp-similar-properties .pp-property-card-view{display:inline-flex!important;margin-top:.65rem!important}

.pp-post-property-hero-with-form{padding:2.8rem 0 3rem!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}
.pp-post-property-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:2.5rem;align-items:center;max-width:1180px;margin:0 auto}
.pp-post-property-intro-left{text-align:left!important;margin:0!important;max-width:680px!important}
.pp-post-property-intro-left h1{font-size:clamp(2.2rem,4.4vw,3.8rem)!important;line-height:1.05!important;margin:.8rem 0 1rem!important}
.pp-post-property-intro-left p{max-width:620px!important;font-size:1.05rem!important;line-height:1.7!important}
.pp-post-property-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}
.pp-post-property-trust span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #dbe4ef;background:#fff;border-radius:999px;color:#334155;font-size:.78rem;font-weight:700}
.pp-post-property-trust svg{width:15px;height:15px;color:#16a34a}
.pp-post-property-callback-card{background:linear-gradient(145deg,#1f2937,#0f172a);color:#fff;border-radius:24px;padding:26px 28px;box-shadow:0 24px 60px rgba(15,23,42,.2)}
.pp-post-property-callback-rating{display:flex;align-items:center;gap:7px;color:#e5e7eb;font-size:.9rem;margin-bottom:10px}
.pp-post-property-callback-rating svg{width:16px;height:16px;color:#fbbf24;fill:#fbbf24}
.pp-post-property-callback-card h2{font-size:1.65rem;line-height:1.15;margin:0 0 .5rem;color:#fff}
.pp-post-property-callback-card>p{color:#cbd5e1;font-size:.9rem;line-height:1.5;margin:0 0 1.1rem}
.pp-post-property-callback-form{gap:10px!important}
.pp-post-property-callback-form .pp-form-label{color:#f8fafc;font-weight:700;margin-bottom:5px}
.pp-post-property-callback-form .pp-input,.pp-post-property-callback-form .pp-select{height:52px;background:#374151!important;border:1px solid #4b5563!important;color:#fff!important;border-radius:11px!important}
.pp-post-property-callback-form .pp-input::placeholder{color:#cbd5e1}
.pp-post-property-callback-form .pp-input:focus,.pp-post-property-callback-form .pp-select:focus{border-color:#94a3b8!important;box-shadow:0 0 0 3px rgba(148,163,184,.12)!important}
.pp-post-property-callback-submit{width:100%;height:52px;border:0;border-radius:11px;background:#22c55e;color:#062e16;font-weight:850;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}
.pp-post-property-callback-submit svg{width:17px;height:17px}
.pp-post-property-callback-form small{display:block;text-align:center;color:#94a3b8;font-size:.68rem;margin-top:1px}
@media(max-width:1050px){.pp-post-property-hero-grid{grid-template-columns:minmax(0,1fr) 400px;gap:1.5rem}.pp-similar-properties .pp-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.pp-post-property-hero-grid{grid-template-columns:1fr}.pp-post-property-intro-left{text-align:center!important}.pp-post-property-intro-left p{margin-left:auto;margin-right:auto}.pp-post-property-trust{justify-content:center}.pp-post-property-callback-card{max-width:560px;margin:0 auto;width:100%}}
@media(max-width:520px){.pp-similar-properties .pp-similar-grid{grid-template-columns:1fr!important}.pp-post-property-callback-card{padding:22px 18px;border-radius:18px}.pp-post-property-intro-left h1{font-size:2.15rem!important}}


/* V54 — Hero enquiry beside homepage copy + dynamic post-property area labels. */
.pp-hero-v2-heading.pp-hero-with-enquiry {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(330px,430px) !important;
  gap:36px !important;
  align-items:center !important;
}
.pp-hero-v2-heading.pp-hero-with-enquiry .pp-hero-copy { min-width:0; }
.pp-hero-v2-heading.pp-hero-with-enquiry .pp-hero-enquiry-card { margin:0; }
.pp-hero-v2-heading.pp-hero-with-enquiry + .pp-searchbox { margin-top:24px; }
@media(max-width:1050px){
  .pp-hero-v2-heading.pp-hero-with-enquiry { grid-template-columns:minmax(0,1fr) minmax(300px,360px) !important; gap:22px !important; }
  .pp-hero-v2-heading.pp-hero-with-enquiry .pp-hero-enquiry-card { padding:20px; }
}
@media(max-width:820px){
  .pp-hero-v2-heading.pp-hero-with-enquiry { grid-template-columns:1fr !important; gap:20px !important; }
  .pp-hero-v2-heading.pp-hero-with-enquiry .pp-hero-enquiry-card { max-width:560px; margin:0 auto; }
  .pp-hero-v2-heading.pp-hero-with-enquiry + .pp-searchbox { margin-top:18px; }
}

/* =========================================================
   HOME HERO — V55 responsive two-column portal layout
   Search stays compact on the LEFT; enquiry form stays on the RIGHT.
   Scoped only to the homepage hero.
   ========================================================= */
.pp-hero-v2.pp-hero-v55{
  min-height:clamp(620px,calc(100vh - 72px),760px)!important;
  height:auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
}
.pp-hero-v55 .pp-hero-slideshow,
.pp-hero-v55 .pp-hero-slide,
.pp-hero-v55 .pp-hero-slide img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
}
.pp-hero-v55 .pp-hero-slide img{
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
  min-width:100%!important;
  min-height:100%!important;
}
.pp-hero-v55 .pp-hero-overlay-v2{
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(5,15,35,.76) 0%,rgba(8,20,42,.63) 42%,rgba(8,15,31,.78) 100%)!important;
  z-index:1!important;
}
.pp-hero-v55 .pp-hero-v2-inner{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding:54px 34px 34px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(350px,410px)!important;
  grid-template-areas:
    "main enquiry"
    "stats stats"!important;
  column-gap:40px!important;
  row-gap:22px!important;
  align-items:center!important;
}
.pp-hero-v55 .pp-hero-v2-heading{
  grid-area:main!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
}
.pp-hero-v55 .pp-hero-v2-heading.pp-hero-with-enquiry{
  display:contents!important;
}
.pp-hero-v55 .pp-hero-copy{
  grid-area:main!important;
  min-width:0!important;
  max-width:none!important;
  text-align:left!important;
  margin:0!important;
}
.pp-hero-v55 .pp-hero-copy h1{
  max-width:860px!important;
  margin:12px 0 14px!important;
  font-size:clamp(2.45rem,4.25vw,4.35rem)!important;
  line-height:1.03!important;
  letter-spacing:-.045em!important;
  text-shadow:0 4px 24px rgba(0,0,0,.3)!important;
}
.pp-hero-v55 .pp-hero-copy>p{
  max-width:760px!important;
  margin:0 0 14px!important;
  font-size:clamp(.94rem,1.25vw,1.1rem)!important;
  line-height:1.55!important;
  color:rgba(255,255,255,.92)!important;
}
.pp-hero-v55 .pp-hero-badge{
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
  padding:9px 14px!important;
  font-size:.78rem!important;
}
.pp-hero-v55 .pp-hero-trust-pills{
  justify-content:flex-start!important;
  margin:10px 0 16px!important;
  gap:8px!important;
}
.pp-hero-v55 .pp-hero-trust-pills span{
  padding:7px 10px!important;
  font-size:.72rem!important;
}
.pp-hero-v55 .pp-hero-enquiry-card{
  grid-area:enquiry!important;
  width:100%!important;
  max-width:410px!important;
  margin:0!important;
  justify-self:end!important;
  align-self:center!important;
  padding:25px 26px 22px!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,rgba(24,31,51,.96),rgba(12,19,36,.96))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.38)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.pp-hero-v55 .pp-hero-enquiry-card h2{
  font-size:clamp(1.55rem,2vw,2rem)!important;
  line-height:1.1!important;
  margin:8px 0 8px!important;
}
.pp-hero-v55 .pp-hero-enquiry-card>p{
  font-size:.86rem!important;
  line-height:1.45!important;
  margin:0 0 12px!important;
}
.pp-hero-v55 .pp-hero-enquiry-form{gap:8px!important}
.pp-hero-v55 .pp-hero-enquiry-form label{gap:4px!important}
.pp-hero-v55 .pp-hero-enquiry-form label span{font-size:.72rem!important}
.pp-hero-v55 .pp-hero-enquiry-form input,
.pp-hero-v55 .pp-hero-enquiry-form select{
  height:52px!important;
  min-height:52px!important;
  border-radius:12px!important;
  font-size:.9rem!important;
}
.pp-hero-v55 .pp-hero-enquiry-form button{
  min-height:54px!important;
  margin-top:2px!important;
  border-radius:12px!important;
  font-size:.92rem!important;
}
.pp-hero-v55 .pp-hero-enquiry-form small{font-size:.64rem!important;margin-top:0!important}

/* Compact search card in the left hero column. */
.pp-hero-v55 .pp-home-search{
  width:100%!important;
  max-width:820px!important;
  margin:14px 0 0!important;
  border-radius:18px!important;
  overflow:visible!important;
  box-shadow:0 22px 55px rgba(0,0,0,.28)!important;
}
.pp-hero-v55 .pp-home-search .pp-searchbox-topline-clean{
  min-height:48px!important;
  padding:0 10px!important;
}
.pp-hero-v55 .pp-home-search .pp-searchbox-tabs{gap:0!important}
.pp-hero-v55 .pp-home-search .pp-searchbox-tab{
  padding:.58rem .72rem!important;
  font-size:.75rem!important;
}
.pp-hero-v55 .pp-home-search-command{
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:7px!important;
  padding:9px!important;
}
.pp-hero-v55 .pp-home-search-input{
  height:50px!important;
  border-radius:10px!important;
  padding:0 13px!important;
}
.pp-hero-v55 .pp-home-filter-toggle,
.pp-hero-v55 .pp-home-search-submit{
  height:50px!important;
  min-height:50px!important;
  border-radius:10px!important;
}
.pp-hero-v55 .pp-home-filter-toggle{min-width:142px!important;font-size:.76rem!important}
.pp-hero-v55 .pp-home-search-submit{min-width:96px!important;font-size:.78rem!important}
.pp-hero-v55 .pp-advanced-filters{
  max-height:360px!important;
  overflow:auto!important;
  border-radius:0 0 18px 18px!important;
}
.pp-hero-v55 .pp-hero-stats-v2{
  grid-area:stats!important;
  width:100%!important;
  margin:0!important;
  justify-self:stretch!important;
}
.pp-hero-v55 .pp-hero-stats-v2 .pp-hero-stat-value{font-size:1.35rem!important}
.pp-hero-v55 .pp-hero-stats-v2 .pp-hero-stat-label{font-size:.7rem!important}

@media(max-width:1050px){
  .pp-hero-v55 .pp-hero-v2-inner{
    grid-template-columns:minmax(0,1fr) minmax(320px,370px)!important;
    column-gap:24px!important;
    padding:48px 24px 28px!important;
  }
  .pp-hero-v55 .pp-hero-copy h1{font-size:clamp(2.3rem,4.4vw,3.7rem)!important}
  .pp-hero-v55 .pp-hero-enquiry-card{padding:22px 20px 20px!important}
  .pp-hero-v55 .pp-home-filter-toggle{min-width:128px!important}
}
@media(max-width:860px){
  .pp-hero-v55{min-height:0!important}
  .pp-hero-v55 .pp-hero-v2-inner{
    grid-template-columns:1fr!important;
    grid-template-areas:"main" "enquiry" "stats"!important;
    padding:52px 18px 28px!important;
    row-gap:20px!important;
  }
  .pp-hero-v55 .pp-hero-copy{grid-area:main!important;text-align:center!important}
  .pp-hero-v55 .pp-hero-badge{margin:0 auto!important}
  .pp-hero-v55 .pp-hero-copy h1{margin-left:auto!important;margin-right:auto!important}
  .pp-hero-v55 .pp-hero-copy>p{margin-left:auto!important;margin-right:auto!important}
  .pp-hero-v55 .pp-hero-trust-pills{justify-content:center!important}
  .pp-hero-v55 .pp-home-search{margin-left:auto!important;margin-right:auto!important}
  .pp-hero-v55 .pp-hero-enquiry-card{grid-area:enquiry!important;max-width:560px!important;justify-self:center!important}
  .pp-hero-v55 .pp-hero-stats-v2{grid-area:stats!important}
}
@media(max-width:600px){
  .pp-hero-v55 .pp-hero-overlay-v2{background:linear-gradient(180deg,rgba(5,15,35,.7),rgba(8,15,31,.9))!important}
  .pp-hero-v55 .pp-hero-v2-inner{padding:42px 12px 22px!important}
  .pp-hero-v55 .pp-hero-copy h1{font-size:clamp(2rem,9.8vw,2.8rem)!important;line-height:1.04!important}
  .pp-hero-v55 .pp-hero-copy>p{font-size:.88rem!important;line-height:1.5!important}
  .pp-hero-v55 .pp-hero-trust-pills span{font-size:.65rem!important;padding:6px 8px!important}
  .pp-hero-v55 .pp-home-search{border-radius:14px!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-topline-clean{overflow-x:auto!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-tabs{min-width:max-content!important}
  .pp-hero-v55 .pp-home-search-command{grid-template-columns:1fr 1fr!important;padding:8px!important}
  .pp-hero-v55 .pp-home-search-input{grid-column:1/-1!important;height:50px!important}
  .pp-hero-v55 .pp-home-filter-toggle,
  .pp-hero-v55 .pp-home-search-submit{width:100%!important;min-width:0!important}
  .pp-hero-v55 .pp-hero-enquiry-card{padding:20px 16px 18px!important;border-radius:20px!important}
  .pp-hero-v55 .pp-hero-enquiry-card h2{font-size:1.45rem!important}
  .pp-hero-v55 .pp-hero-enquiry-form input,
  .pp-hero-v55 .pp-hero-enquiry-form select{height:50px!important;min-height:50px!important}
  .pp-hero-v55 .pp-hero-stats-v2{display:none!important}
}


/* =========================================================
   V55.1 mobile hero search + navigation city dropdown
   ========================================================= */
.pp-nav-cities-menu{max-height:420px;overflow-y:auto;min-width:230px}
.pp-mobile-section-label{display:block;font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-top:.7rem;padding:8px 0 3px}
.pp-mobile-city-link{display:flex!important;align-items:center;gap:7px}
.pp-mobile-city-link svg{width:16px;height:16px}
.pp-property-thankyou{display:flex;align-items:center;gap:20px;margin:0 0 22px;padding:28px 30px;border-radius:18px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #bbf7d0;box-shadow:0 14px 35px rgba(16,185,129,.10)}
.pp-property-thankyou-icon{width:68px;height:68px;flex:0 0 68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#16a34a;color:#fff}.pp-property-thankyou-icon svg{width:34px;height:34px}
.pp-property-thankyou-kicker{font-size:.72rem;font-weight:800;letter-spacing:.12em;color:#15803d}.pp-property-thankyou h2{font-size:clamp(2rem,5vw,3.2rem);line-height:1;margin:5px 0 8px;color:#14532d}.pp-property-thankyou p{margin:0 0 8px;color:#365b45;line-height:1.55}.pp-property-thankyou strong{color:#166534;font-size:.92rem}
@media(max-width:600px){
  .pp-hero-v55 .pp-home-search{width:100%!important;max-width:100%!important;overflow:visible!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-topline-clean{overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-topline-clean::-webkit-scrollbar{display:none!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-tabs{display:flex!important;flex-wrap:nowrap!important;min-width:max-content!important;width:max-content!important}
  .pp-hero-v55 .pp-home-search .pp-searchbox-tab{white-space:nowrap!important;flex:0 0 auto!important}
  .pp-hero-v55 .pp-home-search-command{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;padding:9px!important}
  .pp-hero-v55 .pp-home-search-input{grid-column:1!important;width:100%!important;min-width:0!important}
  .pp-hero-v55 .pp-home-filter-toggle,.pp-hero-v55 .pp-home-search-submit{grid-column:1!important;width:100%!important}
  .pp-hero-v55 .pp-home-filter-toggle{justify-content:center!important}
  .pp-hero-v55 .pp-advanced-filters{position:relative!important;width:100%!important;max-height:min(58vh,430px)!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}
  .pp-hero-v55 .pp-advanced-filters-head{position:sticky!important;top:0!important;z-index:4!important;background:#fff!important}
  .pp-hero-v55 .pp-home-filter-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important}
  .pp-hero-v55 .pp-advanced-filters,.pp-hero-v55 .pp-advanced-filters *{box-sizing:border-box!important}
  .pp-hero-v55 .pp-filter-field,.pp-hero-v55 .pp-filter-field input,.pp-hero-v55 .pp-filter-field select{min-width:0!important;width:100%!important;max-width:100%!important}
  .pp-hero-v55 .pp-advanced-filters-head{display:flex!important;align-items:flex-start!important;gap:10px!important;flex-wrap:wrap!important}
  .pp-hero-v55 .pp-advanced-filters-head>div{min-width:0!important;flex:1 1 180px!important}
  .pp-property-thankyou{align-items:flex-start;padding:22px 18px;gap:14px}.pp-property-thankyou-icon{width:54px;height:54px;flex-basis:54px}.pp-property-thankyou-icon svg{width:28px;height:28px}
}

.pp-footer-social-disabled{display:inline-flex;align-items:center;justify-content:center;opacity:.75;cursor:default}


/* V57 mobile usability fixes */
.pp-footer-social a{cursor:pointer;text-decoration:none}
.pp-footer-social a:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}
@media(max-width:1023px){
  .pp-header{position:relative;z-index:1000}
  .pp-mobile-menu{position:absolute;left:0;right:0;top:100%;z-index:9999;box-shadow:0 14px 30px rgba(15,23,42,.14)}
}
@media(max-width:767px){
  .pp-mobile-menu{max-height:calc(100dvh - 64px);padding:12px 0 18px}
  .pp-mobile-menu .pp-container{min-width:0}
  .pp-mobile-menu a{min-height:44px;display:flex;align-items:center;line-height:1.35;white-space:normal;overflow-wrap:anywhere}
  .pp-single-card.pp-description-card{min-width:0;overflow:visible;height:auto}
  .pp-description-card .pp-single-description{display:block;width:100%;max-width:100%;height:auto;max-height:none;overflow:visible;overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:unset}
  .pp-description-card .pp-single-description p{margin:0 0 1rem}
  .pp-description-card .pp-single-description p:last-child{margin-bottom:0}
  .pp-description-card .pp-single-description img,.pp-description-card .pp-single-description iframe,.pp-description-card .pp-single-description table{max-width:100%;height:auto}
}

/* =========================================================
   V58 FINAL MOBILE RESPONSIVE FIXES
   ========================================================= */
@media (max-width: 1023px){
  .pp-header{position:sticky!important;top:0!important;z-index:10000!important}
  .pp-mobile-menu{
    display:none!important;
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:var(--pp-mobile-menu-top,64px)!important;
    bottom:0!important;
    width:100%!important;
    max-width:100vw!important;
    max-height:none!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border-top:1px solid #e2e8f0!important;
    background:#fff!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-y:contain!important;
    touch-action:pan-y!important;
    z-index:9999!important;
    box-shadow:0 18px 45px rgba(15,23,42,.18)!important;
  }
  .pp-mobile-menu.open{display:block!important}
  .pp-mobile-menu-inner{
    width:100%!important;
    max-width:1180px!important;
    min-width:0!important;
    min-height:100%!important;
    box-sizing:border-box!important;
    padding:10px 16px 28px!important;
  }
  .pp-mobile-menu a,
  .pp-mobile-menu .pp-mobile-accordion-toggle{
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:12px 4px!important;
    margin:0!important;
    color:#1e293b!important;
    font-size:16px!important;
    line-height:1.35!important;
    font-weight:600!important;
    text-decoration:none!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    background:transparent!important;
    border:0!important;
    border-bottom:1px solid #eef2f7!important;
    text-align:left!important;
    cursor:pointer!important;
  }
  .pp-mobile-menu a:active,
  .pp-mobile-menu a:focus,
  .pp-mobile-menu .pp-mobile-accordion-toggle:focus{background:#f8fafc!important;outline:none!important}
  .pp-mobile-accordion{width:100%!important;min-width:0!important}
  .pp-mobile-accordion-toggle svg{width:18px!important;height:18px!important;flex:0 0 18px!important;transition:transform .2s ease!important;color:#64748b!important}
  .pp-mobile-accordion-toggle.is-open .pp-mobile-nav-arrow svg{transform:rotate(180deg)!important}
  .pp-mobile-accordion-panel{width:100%!important;min-width:0!important;background:#f8fafc!important;border-bottom:1px solid #e5e7eb!important}
  .pp-mobile-accordion-panel[hidden]{display:none!important}
  .pp-mobile-accordion-panel a{padding-left:18px!important;font-size:14px!important;font-weight:500!important;background:#f8fafc!important;border-bottom:1px solid #edf2f7!important}
  .pp-mobile-accordion-panel a:last-child{border-bottom:0!important}
  .pp-mobile-accordion-panel .pp-mobile-all-link{font-weight:700!important;color:#2563eb!important}
  .pp-mobile-city-link{justify-content:flex-start!important}
  .pp-mobile-city-link svg{width:17px!important;height:17px!important;flex:0 0 17px!important;color:#2563eb!important}
  .pp-mobile-menu .pp-btn-full{justify-content:center!important;margin-top:16px!important;margin-bottom:10px!important;border-bottom:0!important;border-radius:10px!important;padding:14px 16px!important}
  html.pp-mobile-menu-open,body.pp-mobile-menu-open{overflow:hidden!important;height:100%!important}
  .pp-mobile-menu::-webkit-scrollbar{width:6px}
  .pp-mobile-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}
}

/* Full property description: never clamp or crop user/admin content. */
.pp-description-card,
.pp-description-card .pp-single-description{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  display:block!important;
  contain:none!important;
}
.pp-description-card .pp-single-description *{
  max-height:none!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
}
.pp-description-card .pp-single-description p,
.pp-description-card .pp-single-description div,
.pp-description-card .pp-single-description section,
.pp-description-card .pp-single-description article,
.pp-description-card .pp-single-description ul,
.pp-description-card .pp-single-description ol,
.pp-description-card .pp-single-description blockquote{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  display:block!important;
}
.pp-description-card .pp-single-description ul,
.pp-description-card .pp-single-description ol{padding-left:1.25rem!important}
.pp-description-card .pp-single-description table{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  white-space:normal!important;
}
.pp-description-card .pp-single-description img,
.pp-description-card .pp-single-description video,
.pp-description-card .pp-single-description iframe{
  max-width:100%!important;
  height:auto!important;
}
@media(max-width:767px){
  .pp-single-card.pp-description-card{width:100%!important;box-sizing:border-box!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important;padding:18px 16px!important}
  .pp-description-card .pp-single-description{font-size:.92rem!important;line-height:1.75!important;width:100%!important;box-sizing:border-box!important;word-break:normal!important;overflow-wrap:anywhere!important}
  .pp-description-card .pp-single-description > *:first-child{margin-top:0!important}
  .pp-description-card .pp-single-description > *:last-child{margin-bottom:0!important}
}


/* =========================================================
   V61 MOBILE MENU + PROPERTY NAVIGATION
   ========================================================= */
.pp-property-card{position:relative}
.pp-property-card-link{position:relative;z-index:1;cursor:pointer}
.pp-property-card:focus{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}

@media (max-width:1023px){
  .pp-mobile-menu{
    background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 100%)!important;
    border-top:0!important;
    padding:14px 12px 24px!important;
    box-shadow:0 24px 60px rgba(15,23,42,.20)!important;
  }
  .pp-mobile-menu-inner{
    width:min(100%,680px)!important;
    min-height:auto!important;
    margin:0 auto!important;
    padding:0 0 18px!important;
    background:#fff!important;
    border:1px solid #e7edf6!important;
    border-radius:22px!important;
    box-shadow:0 14px 42px rgba(15,23,42,.10)!important;
    overflow:hidden!important;
  }
  .pp-mobile-menu-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:18px 18px 16px!important;
    background:linear-gradient(135deg,#0f1b34 0%,#1d3b70 100%)!important;
    color:#fff!important;
  }
  .pp-mobile-menu-head>div{display:flex!important;flex-direction:column!important;gap:2px!important}
  .pp-mobile-menu-kicker{font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#b9c8df!important;font-weight:700!important}
  .pp-mobile-menu-head strong{font-size:20px!important;line-height:1.2!important;font-weight:800!important}
  .pp-mobile-menu-close{
    width:42px!important;height:42px!important;border:1px solid rgba(255,255,255,.20)!important;
    border-radius:12px!important;background:rgba(255,255,255,.10)!important;color:#fff!important;
    display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;
  }
  .pp-mobile-menu-close svg{width:20px!important;height:20px!important}
  .pp-mobile-menu a.pp-mobile-nav-link,
  .pp-mobile-menu .pp-mobile-accordion-toggle{
    min-height:58px!important;
    padding:10px 16px!important;
    margin:5px 10px!important;
    width:calc(100% - 20px)!important;
    border:1px solid #edf1f6!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 3px 12px rgba(15,23,42,.035)!important;
    color:#17233b!important;
    font-size:15px!important;
    font-weight:700!important;
  }
  .pp-mobile-menu a.pp-mobile-nav-link:active,
  .pp-mobile-menu a.pp-mobile-nav-link:focus,
  .pp-mobile-menu .pp-mobile-accordion-toggle:focus,
  .pp-mobile-menu .pp-mobile-accordion-toggle.is-open{
    background:#f5f9ff!important;border-color:#cfe0ff!important;color:#1557b0!important;
  }
  .pp-mobile-nav-icon{
    width:36px!important;height:36px!important;flex:0 0 36px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    border-radius:11px!important;background:#eef5ff!important;color:#2563eb!important;
  }
  .pp-mobile-nav-icon svg{width:18px!important;height:18px!important}
  .pp-mobile-nav-label{flex:1!important;min-width:0!important}
  .pp-mobile-nav-arrow{display:flex!important;align-items:center!important;color:#94a3b8!important}
  .pp-mobile-nav-arrow svg{width:17px!important;height:17px!important}
  .pp-mobile-accordion{margin:0!important}
  .pp-mobile-accordion .pp-mobile-accordion-toggle{margin-bottom:5px!important;justify-content:flex-start!important}.pp-mobile-accordion .pp-mobile-nav-label{flex:1!important}.pp-mobile-accordion .pp-mobile-nav-arrow{margin-left:auto!important}.pp-mobile-accordion .pp-mobile-nav-arrow svg{transition:transform .2s ease!important}.pp-mobile-accordion-toggle.is-open .pp-mobile-nav-arrow svg{transform:rotate(180deg)!important}
  .pp-mobile-accordion-panel{
    margin:0 20px 6px!important;
    width:calc(100% - 40px)!important;
    border:1px solid #e6edf6!important;
    border-radius:13px!important;
    background:#f8fbff!important;
    overflow:hidden!important;
  }
  .pp-mobile-accordion-panel a{
    min-height:44px!important;
    margin:0!important;
    width:100%!important;
    padding:10px 14px!important;
    border:0!important;
    border-bottom:1px solid #e8eef6!important;
    border-radius:0!important;
    background:transparent!important;
    font-size:14px!important;
    font-weight:600!important;
    box-shadow:none!important;
  }
  .pp-mobile-accordion-panel a:last-child{border-bottom:0!important}
  .pp-mobile-accordion-panel .pp-mobile-all-link{color:#2563eb!important}
  .pp-mobile-menu .pp-btn-full{
    margin:12px 10px 2px!important;
    width:calc(100% - 20px)!important;
    min-height:54px!important;
    border:0!important;
    border-radius:14px!important;
    background:#2563eb!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(37,99,235,.20)!important;
    font-size:15px!important;
    font-weight:800!important;
  }
}
@media (max-width:420px){
  .pp-mobile-menu{padding:10px 8px 18px!important}
  .pp-mobile-menu-inner{border-radius:18px!important}
  .pp-mobile-menu-head{padding:16px!important}
  .pp-mobile-menu a.pp-mobile-nav-link,
  .pp-mobile-menu .pp-mobile-accordion-toggle{margin-left:8px!important;margin-right:8px!important;width:calc(100% - 16px)!important}
  .pp-mobile-accordion-panel{margin-left:16px!important;margin-right:16px!important;width:calc(100% - 32px)!important}
  .pp-mobile-nav-icon{width:34px!important;height:34px!important;flex-basis:34px!important}
}


/* =====================================================================
   NEXT VERSION — FINAL RESPONSIVE + MOBILE MENU + DESCRIPTION SYSTEM
   ===================================================================== */
:root{
  --pp-brand:#2563eb;
  --pp-brand-dark:#1d4ed8;
  --pp-brand-soft:#eff6ff;
  --pp-ink:#17233b;
  --pp-muted:#64748b;
  --pp-border:#e5eaf2;
  --pp-radius:16px;
}

*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:clip}
img,svg,video,iframe{max-width:100%}
button,input,select,textarea{font:inherit}
a{color:inherit}
.pp-container{width:min(100% - 32px, 1500px);margin-inline:auto}
.pp-property-card,.pp-property-card-link,.pp-property-card-body{min-width:0}
.pp-property-card-link{display:block!important;height:100%;text-decoration:none!important;color:inherit!important;cursor:pointer!important}
.pp-property-card-link:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:3px;border-radius:16px}
.pp-property-card:hover{transform:translateY(-2px)}
.pp-property-card{transition:transform .18s ease,box-shadow .18s ease}

/* Mobile menu is a real navigation drawer, not a desktop menu squeezed down. */
@media (max-width:1023px){
  .pp-mobile-toggle{
    width:46px!important;height:46px!important;min-width:46px!important;
    border:1px solid var(--pp-border)!important;border-radius:12px!important;
    background:#fff!important;color:var(--pp-ink)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    box-shadow:0 3px 12px rgba(15,23,42,.06)!important;cursor:pointer!important;
  }
  .pp-mobile-toggle svg{width:22px!important;height:22px!important}
  .pp-mobile-toggle.is-open{background:var(--pp-brand-soft)!important;color:var(--pp-brand)!important;border-color:#cfe0ff!important}
  .pp-mobile-menu{
    position:fixed!important;inset:0!important;z-index:99999!important;
    display:block!important;padding:0!important;background:transparent!important;
    visibility:hidden!important;pointer-events:none!important;overflow:visible!important;
    border:0!important;box-shadow:none!important;max-height:none!important;height:100dvh!important;
  }
  .pp-mobile-menu.open{visibility:visible!important;pointer-events:auto!important}
  .pp-mobile-menu-backdrop{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    border:0!important;background:rgba(8,18,38,.48)!important;backdrop-filter:blur(3px)!important;
    opacity:0!important;transition:opacity .22s ease!important;cursor:pointer!important;
  }
  .pp-mobile-menu.open .pp-mobile-menu-backdrop{opacity:1!important}
  .pp-mobile-menu-inner{
    position:absolute!important;right:0!important;top:0!important;bottom:0!important;
    width:min(92vw,430px)!important;max-width:430px!important;min-height:100dvh!important;
    margin:0!important;padding:0 0 env(safe-area-inset-bottom)!important;
    background:#fff!important;border:0!important;border-left:1px solid #e2e8f0!important;
    border-radius:22px 0 0 22px!important;box-shadow:-22px 0 60px rgba(15,23,42,.18)!important;
    overflow-y:auto!important;overflow-x:hidden!important;
    transform:translateX(105%)!important;transition:transform .26s cubic-bezier(.22,1,.36,1)!important;
  }
  .pp-mobile-menu.open .pp-mobile-menu-inner{transform:translateX(0)!important}
  .pp-mobile-menu-head{
    position:sticky!important;top:0!important;z-index:2!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    padding:calc(18px + env(safe-area-inset-top)) 20px 18px!important;
    background:#fff!important;color:var(--pp-ink)!important;border-bottom:1px solid #edf1f6!important;
  }
  .pp-mobile-menu-head>div{display:flex!important;flex-direction:column!important;gap:3px!important}
  .pp-mobile-menu-kicker{font-size:11px!important;letter-spacing:.09em!important;text-transform:uppercase!important;color:var(--pp-brand)!important;font-weight:800!important}
  .pp-mobile-menu-head strong{font-size:22px!important;line-height:1.15!important;font-weight:800!important;color:var(--pp-ink)!important}
  .pp-mobile-menu-close{
    width:42px!important;height:42px!important;flex:0 0 42px!important;border:1px solid #dce5f2!important;
    border-radius:12px!important;background:#f8fbff!important;color:var(--pp-ink)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;
  }
  .pp-mobile-menu-close:hover,.pp-mobile-menu-close:focus-visible{background:var(--pp-brand-soft)!important;color:var(--pp-brand)!important;border-color:#cfe0ff!important;outline:none!important}
  .pp-mobile-menu>a.pp-mobile-nav-link,
  .pp-mobile-menu>.pp-mobile-accordion{
    margin:8px 14px 0!important;width:calc(100% - 28px)!important;
  }
  .pp-mobile-menu a.pp-mobile-nav-link,
  .pp-mobile-menu .pp-mobile-accordion-toggle{
    width:100%!important;min-height:56px!important;padding:9px 12px!important;
    display:flex!important;align-items:center!important;gap:12px!important;
    border:1px solid transparent!important;border-radius:14px!important;
    background:#fff!important;color:var(--pp-ink)!important;text-decoration:none!important;
    font-size:15px!important;font-weight:700!important;line-height:1.35!important;
    text-align:left!important;cursor:pointer!important;box-shadow:none!important;
  }
  .pp-mobile-menu a.pp-mobile-nav-link:hover,
  .pp-mobile-menu a.pp-mobile-nav-link:focus-visible,
  .pp-mobile-menu .pp-mobile-accordion-toggle:hover,
  .pp-mobile-menu .pp-mobile-accordion-toggle:focus-visible,
  .pp-mobile-menu .pp-mobile-accordion-toggle.is-open{
    background:var(--pp-brand-soft)!important;border-color:#d7e5ff!important;color:var(--pp-brand-dark)!important;outline:none!important;
  }
  .pp-mobile-nav-icon{
    width:38px!important;height:38px!important;flex:0 0 38px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    border-radius:11px!important;background:#f2f6fc!important;color:#52657f!important;
  }
  .pp-mobile-menu a.pp-mobile-nav-link:hover .pp-mobile-nav-icon,
  .pp-mobile-menu a.pp-mobile-nav-link:focus-visible .pp-mobile-nav-icon,
  .pp-mobile-menu .pp-mobile-accordion-toggle.is-open .pp-mobile-nav-icon{background:#dfeeff!important;color:var(--pp-brand)!important}
  .pp-mobile-nav-icon svg{width:19px!important;height:19px!important}
  .pp-mobile-nav-label{flex:1!important;min-width:0!important}
  .pp-mobile-nav-arrow{margin-left:auto!important;display:flex!important;align-items:center!important;color:#94a3b8!important}
  .pp-mobile-nav-arrow svg{width:17px!important;height:17px!important;transition:transform .2s ease!important}
  .pp-mobile-accordion-toggle.is-open .pp-mobile-nav-arrow svg{transform:rotate(180deg)!important;color:var(--pp-brand)!important}
  .pp-mobile-accordion-panel{
    width:calc(100% - 28px)!important;margin:0 14px!important;padding:5px!important;
    background:#f8fbff!important;border:1px solid #e5edf8!important;border-radius:14px!important;
    overflow:hidden!important;box-shadow:inset 0 1px 0 #fff!important;
  }
  .pp-mobile-accordion-panel a{
    display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:44px!important;
    padding:10px 12px!important;margin:0!important;border:0!important;border-radius:10px!important;
    border-bottom:1px solid #e9eff7!important;background:transparent!important;color:#334155!important;
    font-size:14px!important;font-weight:600!important;text-decoration:none!important;
  }
  .pp-mobile-accordion-panel a:last-child{border-bottom:0!important}
  .pp-mobile-accordion-panel a:hover,.pp-mobile-accordion-panel a:focus-visible{background:#fff!important;color:var(--pp-brand)!important;outline:none!important}
  .pp-mobile-accordion-panel .pp-mobile-all-link{font-weight:800!important;color:var(--pp-brand)!important}
  .pp-mobile-city-link svg{width:16px!important;height:16px!important;color:var(--pp-brand)!important;flex:0 0 16px!important}
  .pp-mobile-menu .pp-btn-full{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:calc(100% - 28px)!important;margin:18px 14px 22px!important;min-height:54px!important;
    border:0!important;border-radius:14px!important;background:var(--pp-brand)!important;color:#fff!important;
    box-shadow:0 10px 24px rgba(37,99,235,.20)!important;font-size:15px!important;font-weight:800!important;text-decoration:none!important;
  }
  .pp-mobile-menu .pp-btn-full:hover,.pp-mobile-menu .pp-btn-full:focus-visible{background:var(--pp-brand-dark)!important;outline:none!important}
}

@media (max-width:430px){
  .pp-container{width:min(100% - 24px,1500px)}
  .pp-mobile-menu-inner{width:100%!important;max-width:none!important;border-radius:0!important}
  .pp-mobile-menu-head{padding-left:16px!important;padding-right:16px!important}
  .pp-mobile-menu>a.pp-mobile-nav-link,.pp-mobile-menu>.pp-mobile-accordion{margin-left:10px!important;margin-right:10px!important;width:calc(100% - 20px)!important}
  .pp-mobile-accordion-panel{width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important}
  .pp-mobile-menu .pp-btn-full{width:calc(100% - 20px)!important;margin-left:10px!important;margin-right:10px!important}
}

/* Description disclosure: full text remains rendered; visual collapse is CSS/JS only. */
.pp-description-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:1rem}
.pp-description-heading-row .pp-description-heading{margin:0}
.pp-description-word-count{font-size:12px;font-weight:700;color:#7b8aa2;white-space:nowrap}
.pp-single-description-wrap{position:relative;overflow:hidden;transition:max-height .28s ease}
.pp-single-description-wrap.is-collapsed{max-height:9.25rem}
.pp-single-description-wrap.is-expanded{max-height:none;overflow:visible}
.pp-single-description-wrap.is-collapsed .pp-single-description{max-height:none!important;overflow:visible!important}
.pp-description-fade{position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 82%);pointer-events:none}
.pp-single-description-wrap.is-expanded .pp-description-fade{display:none}
.pp-description-toggle{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:10px!important;padding:8px 0!important;border:0!important;background:transparent!important;color:var(--pp-brand)!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important}
.pp-description-toggle:hover{color:var(--pp-brand-dark)!important}
.pp-description-toggle svg{width:16px!important;height:16px!important;transition:transform .2s ease!important}
.pp-description-toggle.is-open svg{transform:rotate(180deg)!important}
@media(max-width:640px){
  .pp-description-heading-row{align-items:flex-start}
  .pp-description-word-count{font-size:11px}
  .pp-single-description-wrap.is-collapsed{max-height:10rem}
  .pp-description-fade{height:78px}
}

/* Never let common listing grids create a viewport overflow. */
.pp-property-grid,.pp-featured-grid,.pp-status-grid,.pp-similar-grid,.pp-specs-grid,.pp-amenities-grid,.pp-form-grid{min-width:0}
.pp-property-grid>*{min-width:0}
@media(max-width:767px){
  .pp-property-grid{grid-template-columns:minmax(0,1fr)!important}
  .pp-property-grid-landscape .pp-property-card-link{display:block!important}
  .pp-property-grid-landscape .pp-property-card-img{width:100%!important;min-height:0!important;aspect-ratio:16/10!important}
  .pp-property-card-img img{width:100%;height:100%;object-fit:cover}
  .pp-property-card-body{min-width:0!important;padding:14px!important}
  .pp-property-card-title{overflow-wrap:anywhere}
  .pp-property-card-specs,.pp-property-card-extra,.pp-property-card-footer{flex-wrap:wrap}
}

/* Accessibility / reduced motion. */
:focus-visible{outline:3px solid rgba(37,99,235,.30);outline-offset:2px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* V62 — final mobile menu alignment + description full-view control */
@media (max-width:1023px){
  .pp-mobile-menu a.pp-mobile-nav-link{
    flex:0 0 auto!important;
  }
  .pp-mobile-menu a.pp-mobile-nav-link .pp-mobile-nav-label{
    display:block!important;
    line-height:1.35!important;
  }
  .pp-description-toggle{
    min-height:44px!important;
    align-items:center!important;
  }
}
.pp-description-toggle .pp-description-toggle-label{display:inline-block!important}


/* v4.26.0 — Official Punjab Property logo asset */
.pp-logo-image-wrap{overflow:hidden;flex:0 0 2.75rem;width:2.75rem;height:2.75rem;background:#fff!important;border-radius:.75rem!important;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(15,23,42,.08);}
.pp-logo-image{display:block;width:100%;height:100%;object-fit:contain;padding:.12rem;}
.pp-logo:hover .pp-logo-image{transform:scale(1.02);}
.pp-logo-image{transition:transform .2s ease;}
.pp-footer-logo-wrap{width:3rem;height:3rem;flex:0 0 3rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:.75rem;background:#fff;border:1px solid rgba(255,255,255,.15);padding:.12rem;}
.pp-footer-logo-image{display:block;width:100%;height:100%;object-fit:contain;}
@media(max-width:767px){.pp-logo-image-wrap{width:2.7rem;height:2.7rem;flex-basis:2.7rem;}.pp-logo{gap:.6rem;}.pp-logo-name{font-size:1rem;}}
@media(prefers-reduced-motion:reduce){.pp-logo-image{transition:none;}}

/* ========================================================================
   V4.27.0 — responsive corrections + sitewide logo + blog media fallback
   Only addresses responsiveness, logo consistency and blog/description controls.
   ======================================================================== */

/* Keep every page inside the viewport. Grid/flex children are allowed to shrink. */
html, body { max-width:100%; }
body { overflow-x:clip; }
.pp-site-wrapper,
.pp-container,
.pp-header,
.pp-header-inner,
.pp-main,
main,
section,
article,
aside,
.pp-single-layout,
.pp-single-layout > *,
.pp-grid,
[class*="-grid"] { min-width:0; max-width:100%; }
img, video, iframe, embed, object { max-width:100%; }

/* Official full Punjab Property logo is used by the global header on every route. */
.pp-logo-full {
  display:flex !important;
  align-items:center;
  flex:0 1 auto;
  width:auto;
  min-width:0;
  max-width:220px;
  height:56px;
}
.pp-logo-full-image {
  display:block !important;
  width:220px !important;
  max-width:100% !important;
  height:56px !important;
  object-fit:contain !important;
  object-position:left center !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
@media (max-width:1023px) {
  .pp-header-inner { gap:12px; }
  .pp-logo-full { max-width:190px; height:52px; }
  .pp-logo-full-image { width:190px !important; height:52px !important; }
  .pp-mobile-toggle { flex:0 0 44px; width:44px; height:44px; padding:0; border-radius:12px; }
}
@media (max-width:480px) {
  .pp-container { width:100%; max-width:100%; padding-left:14px; padding-right:14px; }
  .pp-header-inner { padding-top:10px; padding-bottom:10px; }
  .pp-logo-full { max-width:172px; height:48px; }
  .pp-logo-full-image { width:172px !important; height:48px !important; }
}
@media (max-width:360px) {
  .pp-logo-full { max-width:154px; height:44px; }
  .pp-logo-full-image { width:154px !important; height:44px !important; }
  .pp-header-inner { gap:8px; }
}

/* Responsive page shells and common two-column layouts. */
@media (max-width:1023px) {
  .pp-single-layout { grid-template-columns:minmax(0,1fr) !important; }
  .pp-archive-layout { min-width:0 !important; }
  .pp-sidebar, .pp-archive-sidebar { min-width:0 !important; max-width:100% !important; }
  .pp-searchbox-premium, .pp-searchbox-form, .pp-searchbox-row, .pp-search-fields,
  .pp-filter-panel-inline, .pp-form-grid, .pp-specs-grid, .pp-amenities-grid,
  .pp-featured-grid, .pp-status-grid, .pp-similar-grid { min-width:0 !important; }
  .pp-gallery3 { max-width:100%; width:100%; }
  .pp-gallery3-main, .pp-gallery3-side, .pp-gallery3-slot { min-width:0; }
}
@media (max-width:767px) {
  .pp-section { padding-top:36px; padding-bottom:36px; }
  .pp-container { width:100%; }
  .pp-single-card, .pp-form-card, .pp-property-card, .pp-blog-card, .pp-blog-featured { max-width:100%; }
  .pp-single-card { overflow-wrap:anywhere; }
  .pp-single-description, .pp-single-description * { max-width:100%; overflow-wrap:anywhere; }
  .pp-property-card-title { white-space:normal; }
  .pp-property-card-footer { gap:8px; }
  .pp-btn { max-width:100%; }
  .pp-form-grid { grid-template-columns:minmax(0,1fr) !important; }
  .pp-form-field-wide { grid-column:auto !important; }
  .pp-specs-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .pp-amenities-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .pp-gallery3 { grid-template-columns:minmax(0,1fr) !important; grid-template-rows:minmax(220px,56vw) auto !important; }
  .pp-gallery3-side { grid-template-columns:repeat(2,minmax(0,1fr)) !important; grid-template-rows:minmax(120px,32vw) !important; }
  .pp-gallery3-actions { max-width:calc(100% - 24px); flex-wrap:wrap; }
  .pp-gallery3-action { min-height:40px; }
  .pp-city-grid, .pp-type-grid, .pp-featured-grid, .pp-features-grid { min-width:0; }
  .pp-footer-grid { grid-template-columns:minmax(0,1fr) !important; }
  .pp-footer-newsletter-form { min-width:0; }
  .pp-footer-newsletter-form input { min-width:0; }
  .pp-footer-bottom-inner { align-items:flex-start; }
  .pp-footer-bottom-links { flex-wrap:wrap; }
}
@media (max-width:430px) {
  .pp-specs-grid { gap:10px !important; }
  .pp-spec-item { min-width:0 !important; }
  .pp-spec-label, .pp-spec-value { overflow-wrap:anywhere; }
  .pp-amenities-grid { gap:10px !important; }
  .pp-blog-featured-copy { padding:20px !important; }
}
@media (max-width:359px) {
  .pp-specs-grid, .pp-amenities-grid { grid-template-columns:minmax(0,1fr) !important; }
  .pp-property-card-img { height:12rem; }
}

/* Blog images: every card gets a real image, with a local fallback if a post has no thumbnail. */
.pp-blog-card-media,
.pp-blog-featured-media { min-width:0; width:100%; }
.pp-blog-card-media img,
.pp-blog-featured-media img { width:100% !important; max-width:100% !important; height:100% !important; object-fit:cover !important; display:block !important; }
.pp-blog-card-media { aspect-ratio:16 / 9; min-height:180px; }
.pp-blog-featured-media { aspect-ratio:16 / 9; min-height:280px; }
@media (max-width:900px) {
  .pp-blog-featured-media { min-height:0; }
}
@media (max-width:600px) {
  .pp-blog-card-media { min-height:0; aspect-ratio:16 / 9; }
  .pp-blog-featured-media { aspect-ratio:16 / 10; }
  .pp-blog-card-copy { padding:16px !important; }
}

/* Property description: keep the full content in the DOM and always show a usable control. */
.pp-description-card { overflow:visible !important; }
.pp-single-description-wrap { width:100%; max-width:100%; }
.pp-description-toggle {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  width:100% !important;
  min-height:44px !important;
  margin-top:14px !important;
  padding:10px 14px !important;
  border:1px solid #bfdbfe !important;
  border-radius:10px !important;
  background:#eff6ff !important;
  color:#2563eb !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-align:center !important;
  cursor:pointer !important;
}
.pp-description-toggle:hover,
.pp-description-toggle:focus-visible { background:#dbeafe !important; color:#1d4ed8 !important; }
.pp-description-toggle svg { flex:0 0 16px; }
.pp-description-toggle.is-open svg { transform:rotate(180deg) !important; }
@media (max-width:480px) {
  .pp-description-toggle { width:100% !important; }
  .pp-description-heading-row { gap:8px; }
  .pp-description-word-count { white-space:normal; text-align:right; }
}

/* ========================================================================
   V4.28.0 — responsive final pass, official logo, Blog alignment, description
   disclosure, and desktop/tablet header fit. These rules intentionally sit
   last so older theme revisions cannot override the fixes.
   ======================================================================== */
.pp-logo-full{
  width:72px!important;
  max-width:72px!important;
  height:58px!important;
  flex:0 0 72px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.pp-logo-full-image{
  width:72px!important;
  height:58px!important;
  max-width:72px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.pp-nav-blog{display:inline-flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important}
.pp-nav-blog-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;color:currentColor!important}
.pp-nav-blog-icon svg{width:16px!important;height:16px!important}

/* Keep the desktop header readable without shrinking the whole site. */
@media (min-width:1024px) and (max-width:1399px){
  .pp-header-inner{gap:12px!important}
  .pp-nav{gap:16px!important;min-width:0!important;flex:1 1 auto!important;justify-content:center!important}
  .pp-nav a{font-size:16px!important;white-space:nowrap!important}
  .pp-header-actions{flex:0 0 auto!important}
  .pp-btn-post-property{white-space:nowrap!important;padding-left:16px!important;padding-right:16px!important}
}
@media (min-width:1024px) and (max-width:1140px){
  .pp-logo-full{width:62px!important;max-width:62px!important;flex-basis:62px!important}
  .pp-logo-full-image{width:62px!important;max-width:62px!important}
  .pp-nav{gap:11px!important}
  .pp-nav a{font-size:15px!important}
  .pp-btn-post-property{padding-left:12px!important;padding-right:12px!important;font-size:13px!important}
}

/* Mobile/tablet header: keep the original visual scale, but make every item
   fit instead of forcing a desktop-width header into the viewport. */
@media (max-width:1023px){
  .pp-header-inner{min-width:0!important;width:100%!important}
  .pp-logo-full{width:64px!important;max-width:64px!important;height:52px!important;flex-basis:64px!important}
  .pp-logo-full-image{width:64px!important;height:52px!important;max-width:64px!important}
  .pp-mobile-toggle{width:46px!important;height:46px!important;min-width:46px!important;flex:0 0 46px!important;border:1px solid #e2e8f0!important;border-radius:14px!important;background:#fff!important;box-shadow:0 4px 14px rgba(15,23,42,.06)!important}
  .pp-mobile-toggle svg{width:24px!important;height:24px!important}
}
@media (max-width:480px){
  .pp-logo-full{width:60px!important;max-width:60px!important;height:48px!important;flex-basis:60px!important}
  .pp-logo-full-image{width:60px!important;height:48px!important;max-width:60px!important}
  .pp-mobile-toggle{width:44px!important;height:44px!important;min-width:44px!important;flex-basis:44px!important}
}

/* Mobile menu — Blog is a normal category row, aligned exactly like the rest. */
@media (max-width:1023px){
  .pp-mobile-menu .pp-mobile-nav-link{box-sizing:border-box!important}
  .pp-mobile-menu .pp-mobile-nav-icon{width:44px!important;height:44px!important;min-width:44px!important;flex:0 0 44px!important}
  .pp-mobile-menu .pp-mobile-nav-label{flex:1 1 auto!important;min-width:0!important}
  .pp-mobile-menu .pp-mobile-nav-arrow{width:20px!important;height:20px!important;min-width:20px!important;flex:0 0 20px!important;display:flex!important;align-items:center!important;justify-content:center!important}
}

/* Property description: always provide the full-view control when content
   exists, while keeping the complete content in the DOM for SEO/accessibility. */
.pp-description-toggle{position:relative!important;z-index:2!important}
.pp-single-description-wrap.is-collapsed{max-height:10rem!important;overflow:hidden!important}
.pp-single-description-wrap.is-expanded{max-height:none!important;overflow:visible!important}
.pp-single-description-wrap.is-expanded .pp-description-fade{display:none!important}
.pp-description-toggle.is-open .pp-description-toggle-label{content:'View Less'}

/* Blog media must always occupy a real responsive image box. */
.pp-blog-card-media,
.pp-blog-featured-media{display:block!important;overflow:hidden!important;background:#eef2f7!important}
.pp-blog-card-media img,
.pp-blog-featured-media img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}
.pp-blog-card-media{aspect-ratio:16/9!important;min-height:0!important}
.pp-blog-featured-media{aspect-ratio:16/9!important;min-height:0!important}

/* Universal responsive guardrails — fix layout sizing rather than hiding
   overflow. */
*,*::before,*::after{box-sizing:border-box}
html{width:100%;max-width:100%;overflow-x:hidden}
body{width:100%;max-width:100%;margin:0;overflow-x:hidden}
.pp-site-wrapper{width:100%;max-width:100%;min-width:0}
.pp-container{width:min(100% - 32px,1280px);max-width:1280px;min-width:0}
img,svg,video,iframe{max-width:100%}
input,select,textarea,button{max-width:100%}
.pp-property-grid,.pp-featured-grid,.pp-status-grid,.pp-similar-grid,.pp-specs-grid,.pp-amenities-grid,.pp-form-grid,.pp-blog-grid{min-width:0!important}
.pp-property-grid>*,.pp-featured-grid>*,.pp-status-grid>*,.pp-similar-grid>*,.pp-specs-grid>*,.pp-amenities-grid>*,.pp-form-grid>*,.pp-blog-grid>*{min-width:0!important}
.pp-property-card,.pp-blog-card,.pp-single-card,.pp-form-card,.pp-sidebar,.pp-archive-sidebar{min-width:0!important;max-width:100%!important}
.pp-property-card-title,.pp-blog-card h2,.pp-blog-featured h2{overflow-wrap:anywhere!important;word-break:normal!important}
.pp-btn{min-height:44px}

@media (max-width:1023px){
  .pp-container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}
  .pp-single-layout{grid-template-columns:minmax(0,1fr)!important}
  .pp-archive-layout{grid-template-columns:minmax(0,1fr)!important;flex-direction:column!important}
  .pp-header-inner{padding-top:8px!important;padding-bottom:8px!important}
  .pp-nav,.pp-header-actions{display:none!important}
  .pp-mobile-toggle{display:flex!important}
  .pp-search-fields,.pp-home-search-command,.pp-searchbox-row{min-width:0!important}
  .pp-searchbox-row,.pp-searchbox-command{grid-template-columns:minmax(0,1fr)!important}
  .pp-searchbox-input,.pp-searchbox-keyword,.pp-searchbox-field{min-width:0!important;max-width:100%!important}
}
@media (max-width:767px){
  .pp-section{padding-top:36px!important;padding-bottom:36px!important}
  .pp-grid{gap:16px!important}
  .pp-property-grid,.pp-featured-grid,.pp-status-grid,.pp-similar-grid,.pp-blog-grid{grid-template-columns:minmax(0,1fr)!important}
  .pp-specs-grid,.pp-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pp-form-grid{grid-template-columns:minmax(0,1fr)!important}
  .pp-form-field-wide{grid-column:auto!important}
  .pp-gallery3{grid-template-columns:minmax(0,1fr)!important}
  .pp-gallery3-side{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pp-blog-featured{grid-template-columns:minmax(0,1fr)!important}
  .pp-blog-featured-media{aspect-ratio:16/10!important}
  .pp-blog-card-media{aspect-ratio:16/9!important}
  .pp-blog-featured-copy,.pp-blog-card-copy{min-width:0!important}
  .pp-footer-grid{grid-template-columns:minmax(0,1fr)!important}
  .pp-table-wrap,table{max-width:100%!important}
}
@media (max-width:480px){
  .pp-container{width:100%!important;padding-left:14px!important;padding-right:14px!important}
  .pp-specs-grid,.pp-amenities-grid{gap:10px!important}
  .pp-spec-item{min-width:0!important}
  .pp-property-card-body,.pp-blog-card-copy,.pp-blog-featured-copy{padding:16px!important}
  .pp-btn{width:auto;max-width:100%}
  .pp-btn-full{width:100%!important}
}
@media (max-width:359px){
  .pp-specs-grid,.pp-amenities-grid{grid-template-columns:minmax(0,1fr)!important}
  .pp-container{padding-left:12px!important;padding-right:12px!important}
}


/* ========================================================================
   V4.29.0 — public Post Property fields, gallery count, comments and menu
   ======================================================================== */
.pp-area-input-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(120px,.85fr);gap:8px;width:100%}
.pp-price-type-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}
.pp-price-type-option{display:flex;align-items:center;gap:8px;min-height:48px;padding:10px 12px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;color:#334155;font-size:14px;font-weight:700;cursor:pointer;box-sizing:border-box}
.pp-price-type-option input{width:17px;height:17px;flex:0 0 17px;accent-color:#2563eb;margin:0}
.pp-price-type-option:has(input:checked){border-color:#93c5fd;background:#eff6ff;color:#1d4ed8;box-shadow:0 0 0 2px rgba(37,99,235,.06)}
.pp-post-field-help{margin:4px 0 10px;color:#64748b;font-size:12px;line-height:1.45}
.pp-post-amenities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;margin:8px 0 12px}
.pp-post-amenity-item{display:flex;align-items:center;gap:8px;min-height:42px;padding:8px 10px;border:1px solid #dbe3ee;border-radius:9px;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer;box-sizing:border-box;transition:.18s ease}
.pp-post-amenity-item:hover{border-color:#93c5fd;background:#f8fbff}
.pp-post-amenity-item input{width:16px;height:16px;flex:0 0 16px;margin:0;accent-color:#2563eb}
.pp-post-amenity-item:has(input:checked){border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}
.pp-post-amenity-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;flex:0 0 20px}
.pp-post-amenity-icon svg{width:17px;height:17px}
.pp-post-amenity-custom{display:block;margin-top:10px}
.pp-post-amenity-custom>span{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#334155}
.pp-property-gallery-more{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center;background:rgba(15,23,42,.58);color:#fff;font-size:clamp(16px,2vw,22px);font-weight:800;letter-spacing:.01em;text-shadow:0 1px 4px rgba(0,0,0,.35);pointer-events:none}
.pp-property-hero-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pp-price-type-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;border:1px solid #dbe3ee;background:#f8fafc;color:#475569}
.pp-price-type-badge.is-negotiable{background:#ecfdf5;color:#15803d;border-color:#bbf7d0}
.pp-price-type-badge.is-fixed{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}

/* WordPress blog comments: never let the default form overflow the card. */
.pp-single-card .comment-respond,.pp-single-card .comment-form,.pp-single-card .comment-form-comment,.pp-single-card .comment-form-author,.pp-single-card .comment-form-email,.pp-single-card .comment-form-url{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
.pp-single-card .comment-form p{margin:0 0 14px;max-width:100%;box-sizing:border-box}
.pp-single-card .comment-form label{display:block;margin-bottom:6px;font-weight:700;color:#334155}
.pp-single-card .comment-form input[type=text],.pp-single-card .comment-form input[type=email],.pp-single-card .comment-form input[type=url],.pp-single-card .comment-form textarea{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:12px 14px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font:inherit;line-height:1.45}
.pp-single-card .comment-form textarea{min-height:150px;resize:vertical}
.pp-single-card .comment-form input:focus,.pp-single-card .comment-form textarea:focus{outline:2px solid rgba(37,99,235,.16);outline-offset:0;border-color:#2563eb}
.pp-single-card .comment-form .form-submit{margin-top:8px}
.pp-single-card .comment-form .submit{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:0;border-radius:10px;background:#2563eb;color:#fff;font:inherit;font-weight:800;cursor:pointer}
.pp-single-card .comment-list{padding-left:1.25rem;margin-left:0;max-width:100%;overflow-wrap:anywhere}

/* Mobile menu: stable full-screen drawer, safe-area aware and never clipped by the header. */
@media(max-width:1023px){
  .pp-mobile-menu{inset:0!important;height:100dvh!important;max-height:none!important;overflow:visible!important;z-index:100000!important}
  .pp-mobile-menu-inner{max-height:100dvh!important;min-height:100dvh!important;padding-bottom:calc(18px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important}
  .pp-mobile-menu-backdrop{z-index:0!important}
  .pp-mobile-menu-inner{z-index:1!important}
}
@media(max-width:767px){
  .pp-area-input-row,.pp-price-type-options{grid-template-columns:1fr}
  .pp-post-amenities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pp-single-card .comment-form input[type=text],.pp-single-card .comment-form input[type=email],.pp-single-card .comment-form input[type=url],.pp-single-card .comment-form textarea{font-size:16px}
}
@media(max-width:420px){
  .pp-post-amenities-grid{grid-template-columns:1fr}
  .pp-property-gallery-more{font-size:15px}
}


/* ==========================================================================\n   V4.29.1 — Requested-only fixes\n   ========================================================================== */

/* Desktop only: keep the Blog menu item, but remove its newspaper sign/icon. */
@media (min-width: 901px) {
  .pp-nav .pp-nav-blog-icon { display: none !important; }
}

/* Homepage hero: Request Callback uses the same primary blue as Search. */
.pp-hero-enquiry-form input:focus,
.pp-hero-enquiry-form select:focus {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,.16) !important;
}
.pp-hero-enquiry-form button,
.pp-hero-v55 .pp-hero-enquiry-form button {
  background: #2563eb !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(37,99,235,.22) !important;
}
.pp-hero-enquiry-form button:hover,
.pp-hero-v55 .pp-hero-enquiry-form button:hover {
  background: #1d4ed8 !important;
  color: #fff !important;
}

/* Blog comments: keep visitor fields readable and full-width on desktop/mobile. */
.pp-single-card .comment-form-author,
.pp-single-card .comment-form-email,
.pp-single-card .comment-form-comment {
  display: block !important;
  width: 100% !important;
}


/* V4.29.2 requested fixes — desktop Blog icon only. */
@media (min-width: 901px) {
  .pp-nav .pp-nav-blog .pp-desktop-blog-icon { display: none !important; }
}
@media (max-width: 900px) {
  .pp-nav .pp-nav-blog .pp-desktop-blog-icon { display: inline-flex !important; }
}

/* V4.29.2 — keep the hero Request Callback button exactly on the Search blue. */
.pp-hero-v55 .pp-hero-enquiry-form button,
.pp-hero-enquiry-form button {
  background: #2563eb !important;
  color: #fff !important;
  border-color: #2563eb !important;
  box-shadow: 0 8px 18px rgba(37,99,235,.22) !important;
}
.pp-hero-v55 .pp-hero-enquiry-form button:hover,
.pp-hero-enquiry-form button:hover {
  background: #1d4ed8 !important;
  color: #fff !important;
  border-color: #1d4ed8 !important;
}

/* V4.29.2 — WordPress blog comment fields are always full-width and visible. */
.pp-single-card .comment-respond,
.pp-single-card .comment-form,
.pp-single-card .comment-form-author,
.pp-single-card .comment-form-email,
.pp-single-card .comment-form-comment {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.pp-single-card .comment-form-author,
.pp-single-card .comment-form-email,
.pp-single-card .comment-form-comment { display: block !important; }
.pp-single-card .comment-form input[type="text"],
.pp-single-card .comment-form input[type="email"],
.pp-single-card .comment-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* ========================================================================
   V4.29.3 — Desktop comment fields + global button palette
   ======================================================================== */

/* Blog comments: Name and Email are always visible on desktop and mobile. */
.pp-comment-section .comment-respond,
.pp-comment-section .comment-form,
.pp-comment-section .pp-comment-visitor-fields,
.pp-comment-section .comment-form-author,
.pp-comment-section .comment-form-email,
.pp-comment-section .comment-form-comment {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.pp-comment-section .pp-comment-visitor-fields {
  margin: 0 !important;
}
.pp-comment-section .comment-form p {
  margin: 0 0 14px !important;
}
.pp-comment-section .comment-form label {
  display: block !important;
  margin: 0 0 6px !important;
  font-weight: 700 !important;
  color: #334155 !important;
}
.pp-comment-section .comment-form input[type="text"],
.pp-comment-section .comment-form input[type="email"],
.pp-comment-section .comment-form textarea {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 12px 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0f172a !important;
  font: inherit !important;
  line-height: 1.45 !important;
}
.pp-comment-section .comment-form textarea {
  min-height: 150px !important;
  resize: vertical !important;
}
.pp-comment-section .comment-form input:focus,
.pp-comment-section .comment-form textarea:focus {
  outline: 2px solid rgba(41,182,246,.18) !important;
  border-color: #29B6F6 !important;
}

/* Requested website-wide button palette. */
.pp-btn-primary,
.pp-home-search-submit,
.pp-home-show-properties,
.pp-post-property-submit,
.pp-post-property-callback-submit,
.pp-property-hero-contact,
.pp-searchbox-btn,
.pp-searchbox-btn-premium,
.pp-brochure-btn,
.pp-type-card-cta,
.pp-city-card-cta,
.pp-emi-cta,
.pp-single-card .comment-form .submit,
.pp-hero-enquiry-form button,
.pp-hero-v55 .pp-hero-enquiry-form button,
.pp-footer-newsletter-form button {
  background: #29B6F6 !important;
  border-color: #29B6F6 !important;
  color: #fff !important;
}

.pp-btn-primary:hover,
.pp-home-search-submit:hover,
.pp-home-show-properties:hover,
.pp-post-property-submit:hover,
.pp-post-property-callback-submit:hover,
.pp-property-hero-contact:hover,
.pp-searchbox-btn:hover,
.pp-searchbox-btn-premium:hover,
.pp-brochure-btn:hover,
.pp-type-card-cta:hover,
.pp-city-card-cta:hover,
.pp-emi-cta:hover,
.pp-single-card .comment-form .submit:hover,
.pp-hero-enquiry-form button:hover,
.pp-hero-v55 .pp-hero-enquiry-form button:hover,
.pp-footer-newsletter-form button:hover {
  background: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  color: #fff !important;
}

/* Main generic theme buttons use the same palette. */
button.pp-btn,
a.pp-btn,
input[type="submit"].pp-btn,
input[type="button"].pp-btn {
  background: #29B6F6 !important;
  border-color: #29B6F6 !important;
  color: #fff !important;
}
button.pp-btn:hover,
a.pp-btn:hover,
input[type="submit"].pp-btn:hover,
input[type="button"].pp-btn:hover {
  background: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  color: #fff !important;
}

/* V4.29.3 — all standard theme button variants use the requested palette. */
.pp-btn-secondary,
.pp-btn-accent,
.pp-btn-filter-apply,
.pp-btn-filter-clear,
.pp-btn-post-property {
  background: #29B6F6 !important;
  border-color: #29B6F6 !important;
  color: #fff !important;
}
.pp-btn-secondary:hover,
.pp-btn-accent:hover,
.pp-btn-filter-apply:hover,
.pp-btn-filter-clear:hover,
.pp-btn-post-property:hover {
  background: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  color: #fff !important;
}

/* V4.29.4 performance hardening */
html,body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif}
@media (max-width:767px){
  .pp-reveal{animation:none!important;transition:none!important}
  .pp-hero-v55 .pp-hero-enquiry-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}


/* V4.29.5 — final property description disclosure override. */
.pp-description-card .pp-single-description-wrap { width:100%!important; max-width:100%!important; transition:none!important; }
.pp-description-card .pp-single-description-wrap.is-collapsed { max-height:10rem!important; overflow:hidden!important; }
.pp-description-card .pp-single-description-wrap.is-expanded { max-height:none!important; height:auto!important; overflow:visible!important; }
.pp-description-card .pp-single-description-wrap.is-expanded .pp-single-description { max-height:none!important; height:auto!important; overflow:visible!important; }
@media (max-width: 768px) {
  .pp-description-card .pp-single-description-wrap.is-expanded,
  .pp-description-card .pp-single-description-wrap.is-expanded .pp-single-description { max-height:none!important; height:auto!important; overflow:visible!important; }
}

/* V4.29.6 performance + UI polish */
.pp-btn,.pp-property-card,.pp-property-card-img img{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:767px){.pp-section{padding:3rem 0}.pp-container{padding-left:1rem;padding-right:1rem}.pp-property-card:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.06),0 4px 24px rgba(0,0,0,.04)}}

.pp-footer-cta-distinct{background-color:var(--pp-cta-bg,#125173)!important;background-image:none!important;border-bottom:1px solid #bae6fd}.pp-footer-cta-distinct h3{color:#fff}.pp-footer-cta-distinct p{color:rgba(255,255,255,.82)}.pp-footer-cta-distinct .pp-btn-accent{background:#29B6F6}.pp-footer-cta-distinct .pp-btn-accent:hover{background:#1D4ED8}.pp-newsletter-message{font-size:.78rem;margin-top:.5rem;min-height:1.2em}.pp-footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1100px){.pp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pp-footer-grid{grid-template-columns:1fr}}

/* V4.29.7 global public CTA palette */
.pp-site-wrapper-content button:not(.pp-menu-toggle):not(.pp-searchbox-tab), .pp-site-wrapper-content input[type=submit], .pp-site-wrapper-content input[type=button], .pp-site-wrapper-content .pp-btn {background:#29B6F6;border-color:#29B6F6;color:#fff}.pp-site-wrapper-content button:hover:not(.pp-menu-toggle):not(.pp-searchbox-tab), .pp-site-wrapper-content input[type=submit]:hover, .pp-site-wrapper-content input[type=button]:hover, .pp-site-wrapper-content .pp-btn:hover {background:#1D4ED8;border-color:#1D4ED8;color:#fff}


/* V4.29.9: mobile connection/render safety and CTA clarity */
.pp-footer-cta-distinct{background-color:var(--pp-cta-bg,#125173)!important;background-image:none!important;}
.pp-footer-cta-distinct:hover{background-color:var(--pp-cta-bg,#125173)!important;background-image:none!important;}
.pp-footer-cta-distinct .pp-btn-accent{background:#29B6F6!important;color:#fff!important;}
.pp-footer-cta-distinct .pp-btn-accent:hover{background:#1D4ED8!important;}
@media(max-width:767px){
  html,body{max-width:100%;overflow-x:hidden;}
  .pp-site-wrapper,.pp-site-wrapper-content,.pp-container{max-width:100%;}
  .pp-footer-cta-inner{padding-left:1rem;padding-right:1rem;}
  .pp-footer-cta-inner .pp-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;}
  .pp-type-card-premium .pp-type-card-media{transform:none!important;}
}


/* V4.29.13: CTA background is identical on desktop/mobile and never changes on hover.
 * The inline !important color is generated from the Customizer value in footer.php.
 */
.pp-footer .pp-footer-cta.pp-footer-cta-distinct,
.pp-footer .pp-footer-cta.pp-footer-cta-distinct:hover,
.pp-footer .pp-footer-cta.pp-footer-cta-distinct:focus,
.pp-footer .pp-footer-cta.pp-footer-cta-distinct:active {
  background: var(--pp-cta-bg, #125173) !important;
  background-color: var(--pp-cta-bg, #125173) !important;
  background-image: none !important;
}


/* V4.29.13 — Post Property: stable submit button + clear post-submit state. */
.pp-post-property .pp-post-property-submit .pp-btn-primary,
.pp-post-property .pp-post-property-submit .pp-btn-primary:hover,
.pp-post-property .pp-post-property-submit .pp-btn-primary:focus,
.pp-post-property .pp-post-property-submit .pp-btn-primary:active {
  background: #29B6F6 !important;
  border-color: #29B6F6 !important;
  color: #fff !important;
}
.pp-post-property .pp-post-property-submit .pp-btn-primary:disabled {
  background: #29B6F6 !important;
  border-color: #29B6F6 !important;
  color: #fff !important;
  opacity: .72;
  cursor: wait;
}
.pp-post-property.pp-submission-success .pp-post-property-form {
  display: none !important;
}
.pp-post-property.pp-submission-success .pp-property-thankyou {
  scroll-margin-top: 24px;
  margin-bottom: 0;
}


/* V4.29.15 — Post Property button uses its own Customizer color and is stable in every state. */
.pp-post-property .pp-post-property-submit .pp-btn-primary,
.pp-post-property .pp-post-property-submit .pp-btn-primary:hover,
.pp-post-property .pp-post-property-submit .pp-btn-primary:focus,
.pp-post-property .pp-post-property-submit .pp-btn-primary:focus-visible,
.pp-post-property .pp-post-property-submit .pp-btn-primary:active,
.pp-post-property .pp-post-property-submit .pp-btn-primary:visited {
  background:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-image:none !important;
  border-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
  color:#fff !important;
  box-shadow:none !important;
}
.pp-post-property .pp-post-property-submit .pp-btn-primary:hover:not(:disabled) {
  background:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-image:none !important;
  border-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
}
.pp-post-property .pp-post-property-submit .pp-btn-primary:disabled {
  background:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
  background-image:none !important;
  border-color:var(--pp-post-property-submit-bg, #29B6F6) !important;
  opacity:1 !important;
}
.pp-post-property .pp-submit-progress { margin:0 0 1rem; }


/* ==========================================================================
   V4.30.0 — PROFESSIONAL UNIFIED DESIGN SYSTEM
   Visual-only refinement. Existing PHP, AJAX, forms, filters, taxonomies,
   uploads, submissions and theme functionality are intentionally preserved.
   ========================================================================== */

:root{
  --pp-brand:#087EA4;
  --pp-brand-dark:#075A75;
  --pp-brand-deep:#063F52;
  --pp-accent:#18B8D4;
  --pp-ink:#102A3A;
  --pp-muted:#667C88;
  --pp-soft:#F5FAFC;
  --pp-soft-blue:#E8F7FB;
  --pp-border:#D9E7ED;
  --pp-header-bg:#FFFFFF;
  --pp-footer-bg:#082F3D;
  --pp-radius:12px;
  --pp-shadow:0 8px 28px rgba(8,62,82,.08);
  --pp-shadow-hover:0 14px 38px rgba(8,62,82,.14);
}

/* One font everywhere — headings, body, controls, navigation and forms. */
html,body,
button,input,select,textarea,
.pp-site-wrapper,.pp-site-wrapper *{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;
}
body{
  color:var(--pp-ink) !important;
  background:#fff !important;
  font-size:16px;
}
h1,h2,h3,h4,h5,h6{
  color:var(--pp-ink) !important;
  letter-spacing:-.025em;
}
p,li,td,th,label{color:inherit}

/* Links */
a{color:var(--pp-brand)}
a:hover{color:var(--pp-brand-dark)}

/* Containers and sections */
.pp-container{max-width:1320px}
.pp-section{scroll-margin-top:90px}

/* Header — clean, compact and premium */
.pp-topbar{
  background:var(--pp-brand-deep) !important;
  color:#B9D2DC !important;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pp-topbar a:hover{color:#fff !important}
.pp-topbar-badge{color:#7BE7F0 !important}

.pp-header{
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 2px 16px rgba(8,62,82,.09) !important;
  border-bottom:1px solid var(--pp-border);
  backdrop-filter:blur(12px);
}
.pp-header-inner{min-height:76px;padding:.65rem 0}
.pp-logo-full{max-width:205px;height:58px}
.pp-logo-full-image{width:205px !important;height:58px !important}

.pp-nav{
  gap:1.05rem !important;
  align-items:stretch !important;
}
.pp-nav>a,
.pp-nav-dropdown>a{
  position:relative;
  display:flex;
  align-items:center;
  gap:.3rem;
  min-height:44px;
  padding:.35rem .25rem;
  color:#244654 !important;
  font-size:.9rem !important;
  font-weight:650 !important;
  letter-spacing:-.01em;
}
.pp-nav>a::after,
.pp-nav-dropdown>a::after{
  content:"";
  position:absolute;
  left:.25rem;
  right:.25rem;
  bottom:0;
  height:2px;
  border-radius:99px;
  background:var(--pp-brand);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.pp-nav>a:hover,
.pp-nav-dropdown>a:hover,
.pp-nav .current{
  color:var(--pp-brand) !important;
}
.pp-nav>a:hover::after,
.pp-nav-dropdown>a:hover::after,
.pp-nav .current::after{transform:scaleX(1)}

.pp-nav-dropdown-menu{
  top:calc(100% + 8px) !important;
  width:27rem !important;
  padding:.75rem !important;
  border:1px solid var(--pp-border) !important;
  border-radius:14px !important;
  box-shadow:0 18px 48px rgba(7,58,76,.16) !important;
}
.pp-nav-dropdown-menu::before{
  content:"";
  position:absolute;
  top:-9px;
  left:50%;
  width:16px;
  height:16px;
  background:#fff;
  border-left:1px solid var(--pp-border);
  border-top:1px solid var(--pp-border);
  transform:translateX(-50%) rotate(45deg);
}
.pp-nav-dropdown-item{
  color:#234653 !important;
  border-radius:10px !important;
}
.pp-nav-dropdown-item:hover{
  background:var(--pp-soft-blue) !important;
  color:var(--pp-brand-dark) !important;
}
.pp-nav-dropdown-item .pp-nav-icon{
  background:#E8F7FB !important;
}
.pp-nav-dropdown-item .pp-nav-icon svg{color:var(--pp-brand) !important}

/* Header action */
.pp-header-actions{gap:.6rem}
.pp-btn-post-property{
  background:var(--pp-brand) !important;
  color:#fff !important;
  border:1px solid var(--pp-brand) !important;
  border-radius:10px !important;
  box-shadow:0 5px 14px rgba(8,126,164,.18);
  padding:.68rem 1.05rem !important;
}
.pp-btn-post-property:hover,
.pp-btn-post-property:focus-visible{
  background:var(--pp-brand-dark) !important;
  border-color:var(--pp-brand-dark) !important;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(7,90,117,.22);
}

/* Global buttons */
.pp-btn{
  border-radius:10px !important;
  font-weight:700 !important;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease !important;
}
.pp-btn-primary{
  background:var(--pp-brand) !important;
  border-color:var(--pp-brand) !important;
  color:#fff !important;
  box-shadow:0 5px 14px rgba(8,126,164,.15);
}
.pp-btn-primary:hover,
.pp-btn-primary:focus-visible{
  background:var(--pp-brand-dark) !important;
  border-color:var(--pp-brand-dark) !important;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 9px 22px rgba(7,90,117,.20);
}
.pp-btn-secondary{
  background:#fff !important;
  color:var(--pp-brand-dark) !important;
  border:1px solid var(--pp-border) !important;
}
.pp-btn-secondary:hover,
.pp-btn-secondary:focus-visible{
  background:var(--pp-soft-blue) !important;
  color:var(--pp-brand-dark) !important;
  border-color:#B8DCE7 !important;
}
.pp-btn-accent{
  background:var(--pp-accent) !important;
  color:#fff !important;
}
.pp-btn-accent:hover,
.pp-btn-accent:focus-visible{
  background:var(--pp-brand) !important;
  color:#fff !important;
}

/* Form controls */
input:not([type="checkbox"]):not([type="radio"]),
select,textarea{
  border-color:var(--pp-border) !important;
  border-radius:10px !important;
  color:var(--pp-ink) !important;
  background:#fff !important;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,textarea:focus{
  border-color:var(--pp-brand) !important;
  box-shadow:0 0 0 3px rgba(8,126,164,.12) !important;
  outline:none !important;
}
input::placeholder,textarea::placeholder{color:#8A9BA4 !important}

/* Search */
.pp-search-bar{
  border:1px solid var(--pp-border);
  box-shadow:0 16px 42px rgba(7,62,82,.13) !important;
}
.pp-search-tab.active{
  background:var(--pp-brand) !important;
}
.pp-search-tab:hover{
  color:var(--pp-brand) !important;
  background:var(--pp-soft-blue);
}

/* Cards / content surfaces */
.pp-property-card,
.pp-blog-card,
.pp-blog-featured,
.pp-single-card,
.pp-form-card,
.pp-contact-card,
.pp-sidebar-widget,
.pp-filter-panel-inline{
  border-color:var(--pp-border) !important;
  box-shadow:var(--pp-shadow) !important;
}
.pp-property-card:hover,
.pp-blog-card:hover{
  box-shadow:var(--pp-shadow-hover) !important;
  border-color:#BBDCE6 !important;
  transform:translateY(-3px);
}
.pp-property-card a:hover,
.pp-blog-card a:hover{color:var(--pp-brand-dark)}

/* Badges and active states */
.pp-badge,
.pp-property-badge,
.pp-status-badge{
  border-radius:999px !important;
}
.pp-badge-primary,
.pp-property-badge-primary,
.pp-status-active{
  background:var(--pp-soft-blue) !important;
  color:var(--pp-brand-dark) !important;
}

/* Links / pagination / tabs */
.pp-pagination a:hover,
.pp-pagination .current,
.pp-tabs a:hover,
.pp-tabs .active{
  background:var(--pp-brand) !important;
  border-color:var(--pp-brand) !important;
  color:#fff !important;
}

/* Mobile menu */
.pp-mobile-toggle{
  width:44px !important;
  height:44px !important;
  border:1px solid var(--pp-border) !important;
  border-radius:11px !important;
  background:#fff !important;
  color:var(--pp-brand-dark) !important;
  box-shadow:0 3px 10px rgba(8,62,82,.06);
}
.pp-mobile-toggle:hover{
  background:var(--pp-soft-blue) !important;
  border-color:#B8DCE7 !important;
}
.pp-mobile-toggle svg{color:var(--pp-brand-dark) !important}

.pp-mobile-menu{
  background:#fff !important;
  border-top:1px solid var(--pp-border) !important;
  box-shadow:0 18px 38px rgba(7,62,82,.15) !important;
}
.pp-mobile-menu-inner{max-width:1320px}
.pp-mobile-menu-head{
  border-bottom:1px solid var(--pp-border);
  padding-bottom:12px;
  margin-bottom:8px;
}
.pp-mobile-menu-kicker{color:var(--pp-brand) !important}
.pp-mobile-menu-head strong{color:var(--pp-ink) !important}
.pp-mobile-nav-link,
.pp-mobile-menu .pp-mobile-accordion-toggle{
  color:var(--pp-ink) !important;
  background:#fff !important;
  border-color:var(--pp-border) !important;
  box-shadow:0 3px 12px rgba(8,62,82,.04) !important;
}
.pp-mobile-nav-link:hover,
.pp-mobile-menu .pp-mobile-accordion-toggle:hover,
.pp-mobile-menu .pp-mobile-accordion-toggle.is-open{
  color:var(--pp-brand-dark) !important;
  background:var(--pp-soft-blue) !important;
  border-color:#B8DCE7 !important;
}
.pp-mobile-nav-icon{
  background:#E8F7FB !important;
  color:var(--pp-brand) !important;
}
.pp-mobile-nav-arrow{color:#7B919B !important}
.pp-mobile-accordion-panel{
  background:#F8FCFD !important;
  border-color:var(--pp-border) !important;
}
.pp-mobile-accordion-panel a{
  color:#385662 !important;
  background:#F8FCFD !important;
  border-color:#E6F0F3 !important;
}
.pp-mobile-accordion-panel a:hover,
.pp-mobile-accordion-panel .pp-mobile-all-link{
  color:var(--pp-brand-dark) !important;
  background:#EAF8FB !important;
}

/* Footer */
.pp-footer{
  background:var(--pp-footer-bg) !important;
}
.pp-footer a:hover{color:#76E3EF !important}

/* CTA sections — consistent brand treatment */
.pp-cta,
.pp-section-cta{
  background:var(--pp-brand-deep);
}
.pp-cta .pp-btn-primary,
.pp-section-cta .pp-btn-primary{
  background:#fff !important;
  color:var(--pp-brand-dark) !important;
  border-color:#fff !important;
}
.pp-cta .pp-btn-primary:hover,
.pp-section-cta .pp-btn-primary:hover{
  background:#DDF7FA !important;
  color:var(--pp-brand-deep) !important;
}

/* Post Property */
.pp-post-property .pp-post-property-submit .pp-btn-primary{
  background:var(--pp-brand) !important;
  background-color:var(--pp-brand) !important;
  border-color:var(--pp-brand) !important;
  color:#fff !important;
}
.pp-post-property .pp-post-property-submit .pp-btn-primary:hover:not(:disabled),
.pp-post-property .pp-post-property-submit .pp-btn-primary:focus-visible{
  background:var(--pp-brand-dark) !important;
  background-color:var(--pp-brand-dark) !important;
  border-color:var(--pp-brand-dark) !important;
}
.pp-image-upload-area:hover{
  border-color:var(--pp-brand) !important;
  background:var(--pp-soft-blue) !important;
}

/* Focus accessibility */
:focus-visible{
  outline:3px solid rgba(24,184,212,.35) !important;
  outline-offset:2px;
}

/* Mobile header spacing */
@media(max-width:1023px){
  .pp-header-inner{min-height:68px}
  .pp-logo-full{max-width:190px;height:52px}
  .pp-logo-full-image{width:190px !important;height:52px !important}
}
@media(max-width:480px){
  .pp-logo-full{max-width:168px;height:48px}
  .pp-logo-full-image{width:168px !important;height:48px !important}
}

/* Reduce motion for accessibility */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}


/* V4.30.1 — Font-color contrast fixes + homepage rendering performance. */
/* Dark-background text: override the global light-surface heading color only where needed. */
.pp-hero-v55 .pp-hero-copy h1,
.pp-hero-v55 .pp-hero-copy h2,
.pp-hero-v55 .pp-hero-copy h3,
.pp-hero-v55 .pp-hero-copy h4,
.pp-hero-v55 .pp-hero-copy h5,
.pp-hero-v55 .pp-hero-copy h6{color:#fff !important;}
.pp-hero-v55 .pp-hero-copy>p{color:rgba(255,255,255,.92) !important;}
.pp-section-dark h1,
.pp-section-dark h2,
.pp-section-dark h3,
.pp-section-dark h4,
.pp-section-dark h5,
.pp-section-dark h6{color:#fff !important;}
.pp-section-dark .pp-text-center p{color:#B9D2DC !important;}
.pp-cta h1,
.pp-cta h2,
.pp-cta h3,
.pp-cta h4,
.pp-cta h5,
.pp-cta h6,
.pp-section-cta h1,
.pp-section-cta h2,
.pp-section-cta h3,
.pp-section-cta h4,
.pp-section-cta h5,
.pp-section-cta h6{color:#fff !important;}
.pp-footer-cta-distinct h3{color:#fff !important;}
.pp-footer-cta-distinct p{color:rgba(255,255,255,.82) !important;}
.pp-post-property .pp-post-property-submit p{color:rgba(255,255,255,.82) !important;}

/* Keep below-fold homepage sections inexpensive to render without changing layout or content. */
@media (min-width:768px){
  body.home .pp-city-grid,
  body.home .pp-features-grid,
  body.home .pp-testimonials-grid{
    contain:layout paint;
  }
}


/* V4.30.2 — Website-wide dark-surface text contrast audit.
 * Font colors only. No layout, spacing, sizing, interaction or functionality changes.
 * These final, high-specificity rules prevent the global dark heading color from
 * leaking into dark/colored panels and making headings unreadable.
 */
.pp-post-property-callback-card,
.pp-post-property-callback-card h1,
.pp-post-property-callback-card h2,
.pp-post-property-callback-card h3,
.pp-post-property-callback-card h4,
.pp-post-property-callback-card h5,
.pp-post-property-callback-card h6,
.pp-post-property-callback-card p,
.pp-post-property-callback-card label,
.pp-post-property-callback-card .pp-form-label,
.pp-post-property-callback-card small,
.pp-post-property-callback-card a{color:#fff !important;}
.pp-post-property-callback-card>p{color:#cbd5e1 !important;}
.pp-post-property-callback-rating{color:#e5e7eb !important;}
.pp-post-property-callback-form small{color:#cbd5e1 !important;}

/* Homepage / shared dark cards. */
.pp-discovery-card-dark,
.pp-discovery-card-dark h1,
.pp-discovery-card-dark h2,
.pp-discovery-card-dark h3,
.pp-discovery-card-dark h4,
.pp-discovery-card-dark h5,
.pp-discovery-card-dark h6,
.pp-discovery-card-dark a{color:#fff !important;}
.pp-discovery-card-dark p{color:rgba(255,255,255,.82) !important;}
.pp-discovery-card-dark .pp-discovery-kicker{color:#fff !important;}

.pp-home-emi-v45,
.pp-home-emi-v45 h1,
.pp-home-emi-v45 h2,
.pp-home-emi-v45 h3,
.pp-home-emi-v45 h4,
.pp-home-emi-v45 h5,
.pp-home-emi-v45 h6,
.pp-home-emi-v45 label,
.pp-home-emi-v45 p,
.pp-home-emi-v45 a{color:#fff !important;}
.pp-home-emi-v45 .pp-emi-kicker,
.pp-home-emi-v45 .pp-emi-note,
.pp-home-emi-v45 .pp-emi-note p{color:#cbd5e1 !important;}

.pp-emi-result-panel,
.pp-emi-result-panel h1,
.pp-emi-result-panel h2,
.pp-emi-result-panel h3,
.pp-emi-result-panel h4,
.pp-emi-result-panel h5,
.pp-emi-result-panel h6{color:#fff !important;}
.pp-emi-result-panel .pp-emi-kicker{color:#93c5fd !important;}
.pp-emi-result-panel .pp-emi-secure,
.pp-emi-result-panel .pp-emi-legend span{color:#cbd5e1 !important;}

.pp-blog-hero,
.pp-blog-hero h1,
.pp-blog-hero h2,
.pp-blog-hero h3,
.pp-blog-hero h4,
.pp-blog-hero h5,
.pp-blog-hero h6{color:#fff !important;}
.pp-blog-hero p{color:#c8d9e8 !important;}

/* Dark hero / CTA / footer surfaces. */
.pp-hero,
.pp-hero h1,
.pp-hero h2,
.pp-hero h3,
.pp-hero h4,
.pp-hero h5,
.pp-hero h6{color:#fff !important;}
.pp-hero p{color:#e2e8f0 !important;}
.pp-cta,
.pp-cta h1,
.pp-cta h2,
.pp-cta h3,
.pp-cta h4,
.pp-cta h5,
.pp-cta h6{color:#fff !important;}
.pp-cta p{color:#dbeafe !important;}
.pp-footer,
.pp-footer h1,
.pp-footer h2,
.pp-footer h3,
.pp-footer h4,
.pp-footer h5,
.pp-footer h6{color:#fff !important;}
.pp-footer p{color:#cbd5e1 !important;}

/* Submission status strip: text must remain readable on its configurable colored background. */
.pp-post-property-submit,
.pp-post-property-submit p{color:#fff !important;}
.pp-post-property-submit p{opacity:.92;}

/* V4.30.3 — About page text contrast + fast logo paint. */
.pp-about-page .pp-page-banner-about h1,
.pp-about-page .pp-page-banner-about p{color:#fff !important;}
.pp-about-page .pp-page-banner-about p{color:#e2e8f0 !important;}
.pp-about-page .pp-features-grid h2,
.pp-about-page .pp-features-grid h3,
.pp-about-page .pp-text-center h2,
.pp-about-page .pp-testimonials-grid h3{color:#10233f !important;}
.pp-about-page .pp-features-grid p,
.pp-about-page .pp-text-center p,
.pp-about-page .pp-testimonials-grid p{color:#475569 !important;}
.pp-about-page .pp-cta h1,
.pp-about-page .pp-cta h2,
.pp-about-page .pp-cta h3,
.pp-about-page .pp-cta p{color:#fff !important;}
.pp-logo-full-image{background:transparent!important;}


/* V4.30.4 — property archive sidebar filters.  Existing homepage search and
   all property workflows remain unchanged. */
.pp-property-results-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:26px;align-items:start}
.pp-property-filter-sidebar{position:sticky;top:88px;z-index:20}
.pp-sidebar-filter-form{background:#fff;border:1px solid #e5e9f0;border-radius:18px;box-shadow:0 12px 34px rgba(15,23,42,.07);padding:20px}
.pp-sidebar-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #edf0f4}
.pp-sidebar-filter-head strong{display:block;color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.25}
.pp-sidebar-filter-head span{display:block;color:#64748b;font-size:.76rem;line-height:1.45;margin-top:5px}
.pp-sidebar-filter-head a{color:#2563eb;font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}
.pp-sidebar-filter-head a:hover{color:#1d4ed8}
.pp-sidebar-filter-fields{display:grid;gap:14px}
.pp-sidebar-field{display:block;margin:0}
.pp-sidebar-field>span{display:block;color:#334155;font-size:.78rem;font-weight:800;margin-bottom:7px}
.pp-sidebar-field select,.pp-sidebar-price-row input{width:100%;height:44px;border:1px solid #dbe2ea;border-radius:10px;background:#fff;color:#0f172a;font-size:.84rem;font-weight:600;padding:0 11px;outline:none;box-sizing:border-box;transition:border-color .16s ease,box-shadow .16s ease}
.pp-sidebar-field select:focus,.pp-sidebar-price-row input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.pp-sidebar-price-row{display:grid;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr);align-items:center;gap:6px}
.pp-sidebar-price-row label{display:block;min-width:0}
.pp-sidebar-price-row input{padding:0 9px}
.pp-price-dash{text-align:center;color:#94a3b8;font-weight:800}
.pp-sidebar-apply{width:100%;min-height:46px;justify-content:center;margin-top:18px}
.pp-property-results-main{min-width:0}
.pp-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:2px 2px 0;color:#64748b;font-size:.84rem}
.pp-results-toolbar strong{color:#0f172a;font-weight:850}
.pp-results-sort{display:flex;align-items:center;gap:8px;white-space:nowrap}
.pp-results-sort span{font-size:.78rem;font-weight:700;color:#64748b}
.pp-results-sort select{height:40px;border:1px solid #dbe2ea;border-radius:9px;background:#fff;color:#0f172a;padding:0 30px 0 10px;font-size:.8rem;font-weight:700}
@media(max-width:1050px){.pp-property-results-layout{grid-template-columns:255px minmax(0,1fr);gap:20px}.pp-sidebar-filter-form{padding:16px}}
@media(max-width:820px){.pp-property-results-layout{grid-template-columns:1fr}.pp-property-filter-sidebar{position:relative;top:auto}.pp-sidebar-filter-form{padding:18px}.pp-sidebar-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.pp-sidebar-price-field{grid-column:1/-1}.pp-sidebar-apply{margin-top:18px}.pp-results-toolbar{margin-top:2px}}
@media(max-width:560px){.pp-sidebar-filter-fields{grid-template-columns:1fr}.pp-sidebar-price-field{grid-column:auto}.pp-results-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.pp-results-sort{width:100%}.pp-results-sort select{flex:1}}

/* V4.30.5 — keep desktop navigation dropdowns open while the pointer moves
   from the menu label into the dropdown panel. */
.pp-nav-dropdown::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:10px;
  background:transparent;
  pointer-events:auto;
}
.pp-nav-dropdown-menu{top:calc(100% + 8px) !important}


/* V4.30.6 — top-bar contrast and FAQ page. */
.pp-topbar,
.pp-topbar-left,
.pp-topbar-right,
.pp-topbar-left a,
.pp-topbar-right a,
.pp-topbar .pp-topbar-sep{color:#fff !important}
.pp-topbar-left a:hover,
.pp-topbar-right a:hover{color:#dff7ff !important}
.pp-topbar-badge{color:#fbbf24 !important;font-weight:800}

.pp-faq-page{background:#fff}
.pp-faq-hero{padding:76px 0 84px;background:linear-gradient(135deg,#08263f 0%,#0b5874 58%,#0b7891 100%);color:#fff;position:relative;overflow:hidden}
.pp-faq-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-140px;top:-180px;background:rgba(255,255,255,.08);pointer-events:none}
.pp-faq-hero .pp-container{position:relative;z-index:1;max-width:1050px}
.pp-faq-eyebrow,.pp-faq-kicker{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#c9f5ff;font-size:.78rem;font-weight:800;letter-spacing:.02em}
.pp-faq-hero h1{margin:18px 0 14px;color:#fff !important;font-size:clamp(2.15rem,5vw,3.65rem);line-height:1.08;max-width:880px}
.pp-faq-hero p{margin:0;color:#e8f8fc;max-width:800px;font-size:1.08rem;line-height:1.75}
.pp-faq-section{background:#f7fafc}
.pp-faq-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:40px;align-items:end;margin-bottom:28px}
.pp-faq-intro h2{margin:10px 0 0;color:#102a3a !important;font-size:clamp(1.65rem,3vw,2.35rem)}
.pp-faq-intro p{margin:0;color:#5f7180;line-height:1.7}
.pp-faq-kicker{background:#e8f7fb;color:#075a75}
.pp-faq-list{display:grid;gap:12px;max-width:1050px;margin:0 auto}
.pp-faq-item{background:#fff;border:1px solid #d9e7ed;border-radius:14px;box-shadow:0 5px 18px rgba(8,62,82,.05);overflow:hidden}
.pp-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;color:#102a3a;font-size:1rem;font-weight:800}
.pp-faq-item summary::-webkit-details-marker{display:none}
.pp-faq-item summary b{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e8f7fb;color:#087ea4;font-size:1.25rem;line-height:1;transition:transform .2s,background .2s}
.pp-faq-item[open] summary{color:#075a75;background:#fbfeff}
.pp-faq-item[open] summary b{transform:rotate(45deg);background:#087ea4;color:#fff}
.pp-faq-answer{padding:0 22px 21px}
.pp-faq-answer p{margin:0;color:#536875;font-size:.94rem;line-height:1.75}
.pp-faq-cta{padding:44px 0;background:#082f3d;color:#fff}
.pp-faq-cta .pp-container{display:flex;align-items:center;justify-content:space-between;gap:28px}
.pp-faq-cta h2{color:#fff !important;margin:0 0 7px;font-size:clamp(1.45rem,3vw,2rem)}
.pp-faq-cta p{margin:0;color:#d8edf2}
@media(max-width:800px){.pp-faq-intro{grid-template-columns:1fr;gap:14px}.pp-faq-cta .pp-container{align-items:flex-start;flex-direction:column}.pp-faq-hero{padding:58px 0 64px}}
@media(max-width:560px){.pp-faq-item summary{padding:17px 16px;font-size:.94rem}.pp-faq-answer{padding:0 16px 18px}.pp-faq-hero h1{font-size:2rem}.pp-faq-hero p{font-size:.96rem}}


/* V4.30.7 — navigation uses regular-weight text, not bold. */
.pp-nav a,
.pp-nav-dropdown-item,
.pp-nav-dropdown-item span,
.pp-mobile-menu a,
.pp-mobile-menu .pp-mobile-accordion-toggle{font-weight:400 !important;}

/* V4.30.7 — property-card share icon and listing age. */
.pp-property-card-img{position:relative;}
.pp-property-card-share{position:absolute;top:12px;right:12px;width:30px;height:30px;margin:0;padding:0;border:0!important;border-radius:0!important;outline:0;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:center;background:transparent!important;color:#fff!important;box-shadow:none!important;z-index:8;cursor:pointer;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .18s ease,color .18s ease;}
.pp-property-card-share:hover,.pp-property-card-share:focus-visible{background:transparent!important;color:#38bdf8!important;box-shadow:none!important;transform:scale(1.12);}
.pp-property-card-share svg{width:22px;height:22px;display:block;stroke:currentColor;fill:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55));}
.pp-property-card-date{display:flex;align-items:center;gap:.35rem;margin-top:.65rem;color:#64748b;font-size:.72rem;font-weight:500;}
.pp-property-card-date svg{width:13px;height:13px;flex:0 0 13px;}
.pp-property-share-icon{width:32px!important;height:32px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;}
.pp-property-share-icon:hover,.pp-property-share-icon:focus-visible{background:transparent!important;box-shadow:none!important;color:#38bdf8!important;transform:scale(1.08);}
.pp-property-share-icon svg{width:21px;height:21px;display:block;stroke:currentColor;fill:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55));}

/* V4.30.7 — property-specific enquiry form replaces the Contact Page CTA. */
.pp-property-inquiry-box{margin-top:1rem;padding:1rem;border:1px solid #dbe6ef;border-radius:16px;background:#f8fbfd;}
.pp-property-inquiry-heading{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1rem;}
.pp-property-inquiry-heading>svg{width:22px;height:22px;color:#2563eb;flex:0 0 22px;margin-top:2px;}
.pp-property-inquiry-heading h3{margin:0;color:#0f172a;font-size:1rem;line-height:1.35;}
.pp-property-inquiry-heading p{margin:.3rem 0 0;color:#64748b;font-size:.75rem;line-height:1.5;}
.pp-property-inquiry-form{display:grid;gap:.75rem;}
.pp-property-inquiry-form .pp-form-label{display:block;margin-bottom:.35rem;font-size:.75rem;font-weight:600;color:#334155;}
.pp-property-inquiry-form .pp-input,.pp-property-inquiry-form .pp-textarea{width:100%;box-sizing:border-box;}
.pp-property-inquiry-form .pp-textarea{min-height:84px;}
.pp-property-inquiry-form .pp-btn{min-height:46px;}
.pp-property-inquiry-form .pp-form-success,.pp-property-inquiry-form .pp-form-error{font-size:.75rem;line-height:1.45;}

/* V4.30.7 — contact hero heading stays readable against the dark banner. */
.pp-page-banner-contact h1{color:#fff !important;}

/* V4.30.8 — share controls are icon-only; no circle/background. */


/* PunjabProperty 4.30.10 ultra-fast rendering */
.pp-section{content-visibility:auto;contain-intrinsic-size:720px;}
.pp-type-card-premium .pp-type-card-media{background-image:none!important;overflow:hidden;}
.pp-type-card-premium .pp-type-card-media img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease;}
.pp-type-card-premium:hover .pp-type-card-media img{transform:scale(1.07);}
@media (max-width:767px){.pp-section{contain-intrinsic-size:620px;} .pp-type-card-premium:hover .pp-type-card-media img{transform:none;}}

.pp-footer-cta{position:relative;overflow:hidden;}
.pp-footer-cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;}
.pp-footer-cta .pp-container,.pp-footer-cta-inner{position:relative;z-index:1;}

/* V4.30.10.2 — fast, bounded property lightbox and reliable mobile image rendering */
.pp-lightbox{inset:clamp(8px,2vw,18px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);}
.pp-lb-viewer{min-height:0;height:100%;}
.pp-lb-stage{width:min(1000px,92vw);height:min(72dvh,760px);min-height:180px;}
.pp-lb-stage img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain;contain:layout paint;}
.pp-lb-backdrop{backdrop-filter:none;-webkit-backdrop-filter:none;}
.pp-lb-thumb img{display:block;width:100%;height:100%;object-fit:cover;}
@media(max-width:700px){
  .pp-lightbox{inset:4px;border-radius:10px;max-width:calc(100vw - 8px);max-height:calc(100dvh - 8px);}
  .pp-lb-header{height:50px;padding:0 10px;}
  .pp-lb-viewer{padding:8px 38px;}
  .pp-lb-stage{width:100%;height:min(64dvh,560px);min-height:160px;}
  .pp-lb-stage img{max-width:100vw!important;max-height:64dvh!important;}
  .pp-lb-nav{width:34px;height:34px;}
  .pp-lb-prev{left:5px}.pp-lb-next{right:5px}
  .pp-lb-strip{padding:7px 8px;gap:6px;}
  .pp-lb-thumb{width:64px;height:44px;}
}


/* ========================================================================
   V4.30.10 — property gallery layout correction only
   - Listing cards: image fills its column; no vertical gap above/below.
   - Single property: full-width gallery matching the supplied portal layout.
   - Lightbox: preserve the complete image on desktop and mobile (no cropping).
   ======================================================================== */

/* Listing/property archive image: keep the existing column width, but fill the
   complete card height so a tall content column cannot leave blank space. */
.pp-property-grid-landscape .pp-property-card-img{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  aspect-ratio:auto!important;
  align-self:stretch!important;
  overflow:hidden!important;
}
.pp-property-grid-landscape .pp-property-card-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Single-property hero: gallery spans the complete container width; information
   remains below it. This matches the supplied 3-panel property presentation. */
.pp-property-page .pp-property-hero-compact{
  display:block!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  margin-bottom:0!important;
}
.pp-property-page .pp-property-hero-gallery{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,3fr) minmax(0,2fr)!important;
  gap:6px!important;
  padding:0!important;
  margin:0 0 18px!important;
  background:transparent!important;
  align-self:stretch!important;
  height:clamp(250px,29vw,355px)!important;
}
.pp-property-page .pp-property-hero-gallery-count-1,
.pp-property-page .pp-property-hero-gallery-count-2{
  height:auto!important;
  min-height:0!important;
}
.pp-property-page .pp-property-hero-gallery-count-1 .pp-property-hero-image{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/8!important;
}
.pp-property-page .pp-property-hero-gallery-count-2{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  height:auto!important;
}
.pp-property-page .pp-property-hero-gallery-count-2 .pp-property-hero-image{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
}
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-image{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border-radius:8px!important;
}
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-images{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
}
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-image{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border-radius:8px!important;
}
.pp-property-page .pp-property-gallery-tile img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.pp-property-page .pp-property-hero-content{
  width:100%!important;
  padding:0 0 24px!important;
  background:transparent!important;
  overflow:visible!important;
}
.pp-property-page .pp-property-breadcrumb-after-gallery{
  margin-top:0!important;
  margin-bottom:12px!important;
}

/* Lightbox: never crop the selected property photo. The viewer supplies the
   available viewport; the image keeps its natural ratio with contain. */
.pp-lightbox .pp-lb-viewer{min-width:0!important;min-height:0!important;padding:8px 56px!important;}
.pp-lightbox .pp-lb-stage{min-width:0!important;min-height:0!important;width:100%!important;height:100%!important;}
.pp-lightbox .pp-lb-stage img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
}

@media(max-width:767px){
  .pp-property-page .pp-property-hero-gallery{
    grid-template-columns:1fr!important;
    height:auto!important;
    gap:5px!important;
    margin-bottom:14px!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-image{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-images{
    height:auto!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    gap:5px!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-image{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .pp-property-page .pp-property-hero-content{padding:0 0 18px!important;}
  .pp-property-page .pp-property-breadcrumb-after-gallery{margin-bottom:10px!important;}
  .pp-property-grid-landscape .pp-property-card-img{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/10!important;
  }
  .pp-property-grid-landscape .pp-property-card-img img{height:100%!important;}
  .pp-lightbox .pp-lb-viewer{padding:4px 8px!important;}
  .pp-lightbox .pp-lb-stage img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;}
  .pp-lb-prev{left:4px!important}.pp-lb-next{right:4px!important}
}


/* V4.30.10.4 — property gallery viewport fit only. Keep gallery visible without page scroll. */
.pp-property-page .pp-property-hero-gallery{
  width:100%!important;
  height:min(60vh,360px)!important;
  max-height:60vh!important;
  min-height:0!important;
  overflow:hidden!important;
}
.pp-property-page .pp-property-hero-gallery-count-1 .pp-property-hero-image,
.pp-property-page .pp-property-hero-gallery-count-2 .pp-property-hero-image,
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-image,
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-images,
.pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-image{
  min-height:0!important;
  height:100%!important;
}
.pp-property-page .pp-property-hero-gallery-count-1 .pp-property-hero-image,
.pp-property-page .pp-property-hero-gallery-count-2 .pp-property-hero-image{
  aspect-ratio:auto!important;
}
.pp-property-page .pp-property-gallery-tile img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
@media (max-width:767px){
  .pp-property-page .pp-property-hero-gallery{
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-1 .pp-property-hero-image,
  .pp-property-page .pp-property-hero-gallery-count-2 .pp-property-hero-image{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-image{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-images{
    height:auto!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:none!important;
  }
  .pp-property-page .pp-property-hero-gallery-count-3 .pp-property-hero-side-image{
    height:auto!important;
    aspect-ratio:16/9!important;
  }
}


/* v4.30.12 — property list contact actions (no layout changes outside listing pages) */
.pp-property-card-contact-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid #edf1f5}
.pp-property-card-contact-actions .pp-property-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 12px;border-radius:8px;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;box-shadow:none;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}
.pp-property-card-contact-actions .pp-property-action:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,23,42,.12)}
.pp-property-card-contact-actions .pp-property-action svg{width:16px;height:16px;flex:0 0 16px}
.pp-property-card-contact-actions .pp-property-action-whatsapp{background:#16a34a;color:#fff;border:1px solid #16a34a}
.pp-property-card-contact-actions .pp-property-action-whatsapp:hover{background:#15803d;color:#fff}
.pp-property-card-contact-actions .pp-property-action-call{background:#0284c7;color:#fff;border:1px solid #0284c7}
.pp-property-card-contact-actions .pp-property-action-call:hover{background:#0369a1;color:#fff}
.pp-property-card-contact-actions .pp-property-action-view{background:#0ea5e9;color:#fff;border:1px solid #0ea5e9}
.pp-property-card-contact-actions .pp-property-action-view:hover{background:#0284c7;color:#fff}
.pp-property-card-contact-actions button{font-family:inherit;appearance:none;-webkit-appearance:none}
.pp-type-card-premium .pp-type-card-media img{display:block;width:100%;height:100%;object-fit:cover}
@media (max-width:767px){
  .pp-property-card-contact-actions{gap:6px}
  .pp-property-card-contact-actions .pp-property-action{flex:1 1 0;min-width:0;padding:8px 7px;font-size:.75rem}
  .pp-property-card-contact-actions .pp-property-action svg{width:15px;height:15px;flex-basis:15px}
}
