/**
 * Property Luxe Lite — Pro-matched header, hero, services, footer.
 */

:root {
    --plp-container-max: 1170px;
    --plp-container-gutter: clamp(16px, 4vw, 24px);
    --primary-color: #f59e0b;
    --primary-hover: #b45309;
    --accent-gold: #b8860b;
    --navy-badge: #0a3d62;
    --text-dark: #0f172a;
    --text-muted: #64748b;
}

/* ========== Header (Pro unique-header-shell) ========== */
.mainheader.unique-header-shell {
    position: relative;
    width: 100%;
    z-index: 1010;
    padding: 12px 0 14px;
    overflow: visible;
    background: #ffffff;
}

.mainheader.unique-header-shell > .container.header-shell-inner {
    max-width: 1320px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.unique-header-shell .header-branding {
    float: none;
    flex: 0 0 28%;
    max-width: 28%;
    width: 100%;
    padding: 18px 20px;
    top: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.unique-header-shell .header-brand-link {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    text-decoration: none;
}

.unique-header-shell .header-brand-link.has-logo.has-tagline {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.unique-header-shell .header-brand-media {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    min-height: 0;
}

.unique-header-shell .header-branding img {
    display: block;
    max-width: 230px;
    max-height: 80px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.unique-header-shell .header-brand-link.has-logo.has-tagline img {
    max-width: 270px;
    max-height: 90px;
}

/* Keep logo clean on hover/focus (override global a[href]:focus yellow) */
.unique-header-shell .header-branding .header-brand-link,
.unique-header-shell .header-branding .header-brand-link:hover,
.unique-header-shell .header-branding .header-brand-link:focus,
.unique-header-shell .header-branding .header-brand-link:active,
.unique-header-shell .header-branding .header-brand-link:focus-visible {
    background: transparent !important;
    color: inherit;
    padding: 0 !important;
    outline: none;
    box-shadow: none;
    border: 0;
}

.unique-header-shell .header-brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.unique-header-shell .header-branding .site-title {
    display: block;
    color: #1f2937;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.unique-header-shell .header-branding .site-tagline,
.unique-header-shell .header-branding .tagline {
    display: block;
    margin-top: 6px;
    color: #6b7280;
    line-height: 1.35;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    visibility: visible !important;
    clip: auto !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}

.unique-header-shell .header-brand-link.has-logo.has-tagline .site-tagline,
.unique-header-shell .header-brand-link.has-logo.has-tagline .tagline {
    font-size: 18px;
}

.unique-header-shell .header-branding .header-brand-link:hover .site-title {
    color: var(--primary-color);
}

.unique-header-shell .header-content-wrap {
    float: none;
    flex: 1;
    width: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.unique-header-shell .header-top-panel {
    background: linear-gradient(135deg, rgba(248, 244, 236, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(245, 158, 11, 0.16);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(14px);
    color: #2c2214;
}

.unique-header-shell .header-top-panel .hdrdetails {
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    padding: 10px 14px;
}

.unique-header-shell .header-utility-items {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.unique-header-shell .header-utility-primary {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
    flex: 1 1 auto;
}

.unique-header-shell .header-cta-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
    padding: 10px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #111111, #3a2a0f);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    text-decoration: none;
}

.unique-header-shell .header-top-cta .header-cta-link {
    min-width: 0;
    max-width: 100%;
    padding: 8px 12px;
    background: linear-gradient(135deg, #111111, #3a2a0f);
    border: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    color: #ffffff;
}

.unique-header-shell .header-cta-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
    text-decoration: none;
}

.unique-header-shell .header-cta-link:focus,
.unique-header-shell .header-cta-link:focus-visible {
    outline: 3px solid #f59e0b;
    outline-offset: 3px;
    color: #ffffff;
    background: linear-gradient(135deg, #2b2116, #5a431d);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.35), 0 20px 44px rgba(0, 0, 0, 0.24);
    text-decoration: none;
}

.unique-header-shell .header-top-cta .header-cta-link:hover {
    background: linear-gradient(135deg, #2b2116, #5a431d);
}

.unique-header-shell .header-top-cta .header-cta-link:focus,
.unique-header-shell .header-top-cta .header-cta-link:focus-visible {
    background: linear-gradient(135deg, #2b2116, #5a431d);
    outline: 3px solid #f59e0b;
    outline-offset: 3px;
}

.unique-header-shell .header-cta-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 210, 143, 0.82);
    text-align: center;
}

.unique-header-shell .header-top-cta .header-cta-eyebrow {
    color: rgba(245, 210, 143, 0.82);
}

.unique-header-shell .header-cta-value {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.unique-header-shell .header-top .hdrtop-Info {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.2;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(245, 158, 11, 0.14);
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    color: #2c2214;
}

.unique-header-shell .header-top .hdrtop-Info a {
    color: #2c3e50;
    min-width: 0;
    word-break: break-word;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.unique-header-shell .header-top .hdrtop-Info a:hover {
    color: #b8860b;
}

.unique-header-shell .header-top .ctravelheaderemail i,
.unique-header-shell .header-top .modern-header-email i {
    color: #b8860b;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

.unique-header-shell .header-top .hdrtop-Info:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.unique-header-shell .hdrsocial {
    background: transparent;
    margin-left: 0;
    border: 0;
    padding: 4px 2px;
}

.unique-header-shell .hdrsocial:before {
    display: none;
}

.unique-header-shell .hdrsocial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.unique-header-shell .hdrsocial .header-social li {
    padding: 0;
    margin: 0;
}

.unique-header-shell .hdrsocial a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #495057 !important;
    background-color: transparent !important;
    border: 0 !important;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.unique-header-shell .hdrsocial a .fa {
    margin: 0;
    color: inherit;
    font-size: 18px;
    line-height: 1;
    width: auto;
    height: auto;
}

.unique-header-shell .hdrsocial a:hover,
.unique-header-shell .hdrsocial a:focus {
    transform: translateY(-2px);
    color: #ffffff !important;
    background-color: #b8860b !important;
}

.unique-header-shell .header-navigation {
    width: 100%;
    min-width: 0;
    overflow: visible;
    position: relative;
    z-index: 20;
}

.unique-header-shell .header-navigation-shell {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 250, 240, 0.98);
    border: 1px solid rgba(245, 158, 11, 0.16);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    min-width: 0;
    overflow: visible;
}

.unique-header-shell .header-nav {
    float: none;
    flex: 1;
    width: auto;
    min-width: 0;
    line-height: normal;
    position: relative;
    overflow: visible;
    z-index: 30;
}

.unique-header-shell .header-nav .menu-header-menu-container,
.unique-header-shell .header-nav > .menu {
    width: 100%;
    min-width: 0;
    overflow: visible;
}

/* Top-level list: wp_nav_menu (ul.menu) and wp_page_menu fallback (.menu > ul) */
.unique-header-shell .header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.unique-header-shell .header-nav > ul.menu,
.unique-header-shell .header-nav .menu-header-menu-container > ul,
.unique-header-shell .header-nav > .menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
    white-space: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.unique-header-shell .header-nav > ul.menu > li,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li,
.unique-header-shell .header-nav > .menu > ul > li {
    margin: 0;
    padding-bottom: 6px;
    margin-bottom: -6px;
    position: relative;
    float: none;
    display: block;
    list-style: none;
}

.unique-header-shell .header-nav > ul.menu > li > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li > a,
.unique-header-shell .header-nav > .menu > ul > li > a {
    display: block;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: #2c2214;
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.unique-header-shell .header-nav > ul.menu > li.menu-item-has-children > a::after,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li.menu-item-has-children > a::after,
.unique-header-shell .header-nav > .menu > ul > li.page_item_has_children > a::after,
.unique-header-shell .header-nav > ul.menu > li.page_item_has_children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
}

.unique-header-shell .header-nav > ul.menu > li > a:hover,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li > a:hover,
.unique-header-shell .header-nav > .menu > ul > li > a:hover,
.unique-header-shell .header-nav > ul.menu > li.current_page_item > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li.current_page_item > a,
.unique-header-shell .header-nav > .menu > ul > li.current_page_item > a,
.unique-header-shell .header-nav > ul.menu > li.current-menu-item > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li.current-menu-item > a,
.unique-header-shell .header-nav > ul.menu > li.current-menu-ancestor > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li.current-menu-ancestor > a,
.unique-header-shell .header-nav > ul.menu > li.hover > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li.hover > a,
.unique-header-shell .header-nav > .menu > ul > li.hover > a,
.unique-header-shell .header-nav > ul.menu > li:hover > a,
.unique-header-shell .header-nav .menu-header-menu-container > ul > li:hover > a,
.unique-header-shell .header-nav > .menu > ul > li:hover > a {
    color: #8a5a00;
    background: rgba(245, 158, 11, 0.12);
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.16);
    transform: translateY(-1px);
}

/* Desktop dropdowns: hidden until hover */
.unique-header-shell .header-nav ul ul {
    position: absolute;
    top: calc(100% - 2px);
    left: -9999em;
    visibility: hidden;
    opacity: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px;
    background: #fffdf8;
    border: 1px solid rgba(245, 158, 11, 0.16);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    list-style: none;
    z-index: 1020;
    white-space: normal;
    display: block;
    pointer-events: none;
}

.unique-header-shell .header-nav ul li:hover > ul,
.unique-header-shell .header-nav ul li.hover > ul,
.unique-header-shell .header-nav ul li.focus > ul,
.unique-header-shell .header-nav ul li:focus-within > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.unique-header-shell .header-nav ul ul > li {
    position: relative;
    width: 100%;
}

/* Right-pointing caret for nested parents */
.unique-header-shell .header-nav ul ul > li.menu-item-has-children > a,
.unique-header-shell .header-nav ul ul > li.page_item_has_children > a {
    position: relative;
    padding-right: 28px;
}

.unique-header-shell .header-nav ul ul > li.menu-item-has-children > a::after,
.unique-header-shell .header-nav ul ul > li.page_item_has_children > a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    margin: 0;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid currentColor;
    border-right: 0;
    vertical-align: middle;
    display: block;
}

/* Invisible bridge so mouse can travel from Level 2 into Level 3 */
.unique-header-shell .header-nav ul ul > li.menu-item-has-children::before,
.unique-header-shell .header-nav ul ul > li.page_item_has_children::before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: calc(100% - 12px);
    width: 40px;
    z-index: 1031;
    pointer-events: auto;
}

/* Level 3+ flyout: nest into parent so there is no hover dead zone */
.unique-header-shell .header-nav ul ul ul {
    top: -8px;
    left: -9999em;
    margin-left: 0;
    z-index: 1030;
}

.unique-header-shell .header-nav ul ul li:hover > ul,
.unique-header-shell .header-nav ul ul li.hover > ul,
.unique-header-shell .header-nav ul ul li.focus > ul,
.unique-header-shell .header-nav ul ul li:focus-within > ul {
    left: calc(100% - 12px);
    top: -8px;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.unique-header-shell .header-nav ul ul li a {
    border: 0;
    border-radius: 10px;
    padding: 8px 12px;
    display: block;
    color: #2c2214;
    white-space: normal;
    font-weight: 600;
    text-decoration: none;
}

.unique-header-shell .header-nav ul ul li a:hover {
    background: rgba(245, 158, 11, 0.08);
    color: #8a5a00;
}

.unique-header-shell .header-navigation .toggle {
    margin: 0;
    display: none !important;
}

.unique-header-shell .plp-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 10px 12px;
    margin: 0;
    font-weight: 700;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
}

.unique-header-shell .plp-nav-toggle-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 18px;
}

.unique-header-shell .plp-nav-toggle-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.unique-header-shell .plp-nav-toggle.active .plp-nav-toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.unique-header-shell .plp-nav-toggle.active .plp-nav-toggle-icon span:nth-child(2) {
    opacity: 0;
}

.unique-header-shell .plp-nav-toggle.active .plp-nav-toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.unique-header-shell .plp-nav-drawer-head {
    display: none;
}

.plp-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1005;
}

body.plp-nav-open .plp-nav-overlay {
    display: block;
}

body.plp-nav-open {
    overflow: hidden;
}

/* ========== Home hero banner ========== */
#banner.home-hero-banner {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.home-hero-banner .homeslider {
    position: relative;
    height: clamp(320px, 42vw, 560px);
    max-height: 70vh;
    min-height: 300px;
    overflow: hidden;
    background: #0f172a;
}

.home-hero-banner .home-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero-banner .home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.22) 0%, rgba(15, 23, 42, 0.06) 48%, transparent 72%);
    pointer-events: none;
}

.home-hero-banner .home-hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    transform: translateY(-50%);
    text-align: left;
}

.home-hero-banner .slide_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.home-hero-banner .slide_info_inner {
    max-width: 600px;
    margin: 0;
    padding: 30px 25px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 10px;
    border: 0;
    border-left: 4px solid var(--accent-gold);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: pllHeroIn 0.8s ease-out;
}

@keyframes pllHeroIn {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

.home-hero-banner .banner_heading h1 {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 15px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.4);
}

.home-hero-banner .captiontext {
    font-size: clamp(15px, 2vw, 17px);
    font-weight: 400;
    line-height: 1.6;
    max-width: 100%;
    margin: 0;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
}

/* ========== Inner banner ========== */
.innerbanner {
    position: relative;
    text-align: center;
    height: 420px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1f2937 52%, #b8860b 100%);
}

.innerbanner img,
.innerbanner__image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerbanner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.82) 100%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.45) 0%, rgba(31, 41, 55, 0.45) 52%, rgba(184, 134, 11, 0.25) 100%);
    pointer-events: none;
}

.innerbanner__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.innerbanner__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

/* ========== Featured Properties after hero (Pro) ========== */
section#pageboxes.plp-featured-properties-wrap,
.plp-featured-properties-wrap.plp-section {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 0;
    box-shadow: none;
}

.plp-featured-properties-wrap .container {
    max-width: var(--plp-container-max);
    margin: 0 auto;
    padding-left: var(--plp-container-gutter);
    padding-right: var(--plp-container-gutter);
    box-sizing: border-box;
}

.plp-featured-properties-wrap .plp-section-title {
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 12px;
    color: var(--text-dark);
    text-align: center;
    line-height: 1.25;
}

.plp-featured-properties-wrap .plp-section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 48px;
    text-align: center;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.plp-card-grid {
    display: grid;
    gap: 30px;
    align-items: stretch;
    justify-items: stretch;
}

.plp-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plp-property-card {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.plp-property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.plp-property-image {
    position: relative;
    display: block;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    aspect-ratio: 4 / 3;
    text-decoration: none;
}

.plp-property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.plp-property-card:hover .plp-property-image img {
    transform: scale(1.04);
}

.plp-property-placeholder {
    width: 100%;
    padding-top: 75%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.plp-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--navy-badge);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.plp-property-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px 18px 20px;
}

.plp-property-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--accent-gold);
    margin-bottom: 6px;
}

.plp-property-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.35;
}

.plp-property-title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.2s ease;
}

.plp-property-title a:hover {
    color: var(--accent-gold);
}

.plp-property-location {
    font-size: 15px;
    color: var(--text-muted);
    margin-top: 4px;
    line-height: 1.5;
}

.plp-property-location i {
    margin-right: 6px;
    color: var(--text-muted);
}

.plp-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 14px 0 0;
    list-style: none;
    font-size: 14px;
    color: var(--text-muted);
}

.plp-property-meta li {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4f8fd;
    margin: 0;
    list-style: none;
}

/* ========== Modern footer ========== */
#footer-wrapper.modern-footer-shell {
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    z-index: 1;
    min-height: 200px;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    color: #5f4b39;
    background-image:
        radial-gradient(circle at top left, rgba(184, 134, 11, 0.10), transparent 34%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 32%),
        linear-gradient(135deg, #efe4d6, #d8c6b3);
}

#footer-wrapper.modern-footer-shell .footer {
    padding: 28px 0 0;
    position: relative;
    z-index: 1;
    color: #5f4b39;
    margin-top: 0;
    margin-bottom: 24px;
    border-bottom: none;
}

#footer-wrapper.modern-footer-shell .container.footer,
#footer-wrapper.modern-footer-shell .container.modern-footer-grid {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: var(--plp-container-gutter);
    padding-right: var(--plp-container-gutter);
    box-sizing: border-box;
    float: none;
    width: 100%;
}

#footer-wrapper.modern-footer-shell .cols-4 {
    display: grid;
    gap: 26px;
    align-items: start;
    grid-template-columns: 1.15fr 0.9fr 1fr 1.05fr;
}

#footer-wrapper.modern-footer-shell .cols-4 .widget-column-1,
#footer-wrapper.modern-footer-shell .cols-4 .widget-column-2,
#footer-wrapper.modern-footer-shell .cols-4 .widget-column-3,
#footer-wrapper.modern-footer-shell .cols-4 .widget-column-4,
#footer-wrapper.modern-footer-shell .footer-widget {
    width: auto;
    float: none;
    margin: 0;
    min-width: 0;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid transparent;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(110, 84, 51, 0.12);
    background: rgba(255, 252, 247, 0.72);
    box-sizing: border-box;
}

#footer-wrapper.modern-footer-shell .footer h2,
#footer-wrapper.modern-footer-shell .footer-widget-title {
    margin: 0 0 22px;
    padding: 0 0 16px;
    border: 0;
    position: relative;
    line-height: 1.3;
    color: #2f241a;
    font-weight: 700;
    font-size: 20px;
}

#footer-wrapper.modern-footer-shell .footer h2::after,
#footer-wrapper.modern-footer-shell .footer-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 3px;
    border-radius: 999px;
    background-color: var(--primary-color);
}

#footer-wrapper.modern-footer-shell .footer p,
#footer-wrapper.modern-footer-shell .footer_aboutus,
#footer-wrapper.modern-footer-shell .contactdetail,
#footer-wrapper.modern-footer-shell .recent-post p {
    line-height: 1.85;
    color: #5f4b39;
}

#footer-wrapper.modern-footer-shell .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-wrapper.modern-footer-shell .footer ul li {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 12px;
    list-style: none;
    color: #5f4b39;
}

#footer-wrapper.modern-footer-shell .footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.45;
    font-family: inherit;
    margin: 0;
}

#footer-wrapper.modern-footer-shell .footer ul li a {
    display: inline-block;
    line-height: 1.7;
    color: #5f4b39;
    font: inherit;
    padding: 0;
    transition: color 0.3s ease;
}

#footer-wrapper.modern-footer-shell .footer ul li a:hover,
#footer-wrapper.modern-footer-shell .footer ul li.current_page_item a {
    color: var(--primary-color);
}

#footer-wrapper.modern-footer-shell .contactdetail {
    padding: 0;
    margin-bottom: 0;
}

#footer-wrapper.modern-footer-shell .ftcommon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    margin-bottom: 14px;
}

#footer-wrapper.modern-footer-shell .contactdetail i {
    margin: 4px 0 0;
    width: 18px;
    font-size: 15px;
    text-align: center;
    color: #a97a2d;
}

#footer-wrapper.modern-footer-shell .contactdetail p {
    margin: 0 0 14px;
}

#footer-wrapper.modern-footer-shell .contactdetail a {
    color: #5f4b39;
}

#footer-wrapper.modern-footer-shell .contactdetail a:hover {
    color: var(--primary-color);
}

#footer-wrapper.modern-footer-shell .recent-post {
    min-height: 0;
    margin: 0 0 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(95, 75, 57, 0.14);
    overflow: hidden;
}

#footer-wrapper.modern-footer-shell .recent-post img {
    float: left;
    width: 78px;
    height: 78px;
    margin: 3px 14px 6px 0;
    border-width: 0;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

#footer-wrapper.modern-footer-shell .recent-post h3 {
    margin: 0 0 8px;
    line-height: 1.5;
    color: #2f241a;
    font-size: 15px;
    font-weight: 600;
}

#footer-wrapper.modern-footer-shell .recent-post h3 a {
    color: inherit;
}

#footer-wrapper.modern-footer-shell .recent-post h3 a:hover {
    color: var(--primary-color);
}

#footer-wrapper.modern-footer-shell .recent-post.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

#footer-wrapper.modern-footer-shell .copyright-wrapper {
    padding: 22px 0 26px;
    border-top: 1px solid transparent;
    background:
        linear-gradient(135deg, rgba(239, 228, 214, 0.94), rgba(216, 198, 179, 0.98)),
        rgba(227, 212, 196, 0.96);
    backdrop-filter: blur(6px);
    text-align: center;
}

#footer-wrapper.modern-footer-shell .copyright-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
    padding-left: var(--plp-container-gutter);
    padding-right: var(--plp-container-gutter);
    box-sizing: border-box;
    float: none;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#footer-wrapper.modern-footer-shell .copyright-txt,
#footer-wrapper.modern-footer-shell .design-by {
    float: none;
    width: auto;
    opacity: 1;
    color: #5a4837;
}

#footer-wrapper.modern-footer-shell .design-by a {
    color: #8a5a00;
    text-decoration: underline;
    font-weight: 600;
}

#footer-wrapper.modern-footer-shell .design-by a:hover,
#footer-wrapper.modern-footer-shell .design-by a:focus {
    color: #b45309;
}

#footer-wrapper.modern-footer-shell .middle-dash {
    opacity: 0.7;
}

/* ========== Responsive ========== */
@media (max-width: 1199px) {
    #footer-wrapper.modern-footer-shell .cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plp-card-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plp-card-grid-3 > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: min(100%, calc((100% - 30px) / 2));
        max-width: calc((100% - 30px) / 2);
    }
}

/* Wide desktop – logo left, content right (match Pro) */
@media (min-width: 1169px) {
    .mainheader.unique-header-shell > .container.header-shell-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .unique-header-shell .header-branding {
        flex: 0 0 28%;
        max-width: 28%;
        width: 100%;
        padding: 18px 20px;
    }

    .unique-header-shell .header-content-wrap {
        flex: 1;
        width: auto;
        max-width: none;
    }

    .unique-header-shell .header-top-panel {
        background: rgba(255, 250, 240, 0.98);
        border: 1px solid rgba(245, 158, 11, 0.16);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
        backdrop-filter: none;
    }

    .unique-header-shell .header-utility-items {
        flex-wrap: nowrap;
    }

    .unique-header-shell .header-utility-primary {
        flex-wrap: nowrap;
    }

    .unique-header-shell .header-cta-link {
        align-items: flex-start;
        text-align: left;
    }

    .unique-header-shell .header-cta-eyebrow,
    .unique-header-shell .header-cta-value {
        text-align: left;
    }
}

/* Narrow desktop – stacked header like Pro */
@media (min-width: 981px) and (max-width: 1168px) {
    .mainheader.unique-header-shell > .container.header-shell-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .unique-header-shell .header-branding {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 10px 14px;
    }

    .unique-header-shell .header-brand-link.has-logo.has-tagline {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .unique-header-shell .header-content-wrap {
        width: 100%;
        max-width: 100%;
        gap: 8px;
    }

    .unique-header-shell .header-top-panel {
        background: rgba(255, 250, 240, 0.98);
        border: 1px solid rgba(245, 158, 11, 0.16);
    }
}

@media (max-width: 980px) {
    .mainheader.unique-header-shell {
        padding: 0;
        border-bottom: 1px solid rgba(184, 134, 11, 0.14);
        box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
    }

    .mainheader.unique-header-shell > .container.header-shell-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        grid-template-areas:
            "logo menu"
            "tools tools";
        gap: 10px 12px;
        align-items: center;
        padding: 10px 16px 12px;
        position: relative;
    }

    .unique-header-shell .header-branding,
    .unique-header-shell .header-branding.logo {
        grid-area: logo;
        float: none !important;
        flex: none;
        position: relative;
        top: auto;
        z-index: 1;
        max-width: 100% !important;
        width: auto !important;
        padding: 0;
        margin: 0;
        justify-self: start;
        align-self: center;
        text-align: left !important;
        min-width: 0;
        overflow: hidden;
    }

    .unique-header-shell .header-brand-link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .unique-header-shell .header-brand-link.has-logo.has-tagline {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
    }

    .unique-header-shell .header-brand-text {
        flex: 1 1 auto;
        min-width: 0;
    }

    .unique-header-shell .header-branding .site-title {
        font-size: clamp(16px, 4.2vw, 22px);
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .unique-header-shell .header-branding .site-tagline,
    .unique-header-shell .header-branding .tagline {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.35;
    }

    .unique-header-shell .header-brand-media {
        flex-shrink: 0;
        min-width: 0;
        min-height: 0;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .unique-header-shell .header-branding img,
    .unique-header-shell .header-brand-link.has-logo.has-tagline img {
        max-width: min(140px, 36vw);
        max-height: 48px;
    }

    .unique-header-shell .header-content-wrap {
        display: contents;
    }

    .unique-header-shell .header-top-panel {
        grid-area: tools;
        background: rgba(255, 250, 240, 0.98);
        border: 1px solid rgba(245, 158, 11, 0.16);
        border-radius: 14px;
        min-width: 0;
    }

    .unique-header-shell .header-navigation {
        grid-area: menu;
        width: 48px;
        max-width: 48px;
        margin: 0;
        justify-self: end;
        align-self: center;
        position: relative;
        z-index: 2;
    }

    .unique-header-shell .header-navigation-shell {
        width: auto;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        justify-content: flex-end;
    }

    .unique-header-shell .header-navigation .toggle {
        display: block !important;
        width: 48px;
        margin: 0;
    }

    .unique-header-shell .plp-nav-toggle {
        width: 46px;
        min-width: 46px;
        height: 46px;
        padding: 0;
        gap: 0;
        border-radius: 12px;
        background: #ffffff;
        border: 2px solid #d4a84b;
        color: #9a6b00;
        justify-content: center;
        box-shadow: 0 2px 10px rgba(184, 134, 11, 0.14);
    }

    .unique-header-shell .plp-nav-toggle-label {
        display: none;
    }

    .unique-header-shell .plp-nav-toggle-icon span {
        background: #b8860b;
    }

    .unique-header-shell .header-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(88vw, 360px);
        z-index: 1015;
        background: #fffdf8;
        padding: 20px 16px 40px;
        box-shadow: -12px 0 32px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform 0.28s ease;
        flex: none;
    }

    /* Keep drawer below WP admin bar when logged in */
    body.admin-bar .unique-header-shell .header-nav {
        top: 32px;
    }

    body.plp-nav-open .unique-header-shell .header-nav {
        display: block;
        transform: translateX(0);
    }

    .unique-header-shell .plp-nav-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    }

    .unique-header-shell .plp-nav-drawer-title {
        font-weight: 700;
        color: #2c2214;
    }

    .unique-header-shell .plp-nav-drawer-close {
        border: 0;
        background: transparent;
        font-size: 28px;
        line-height: 1;
        color: #2c2214;
        cursor: pointer;
    }

    .unique-header-shell .header-nav > ul.menu,
    .unique-header-shell .header-nav .menu-header-menu-container > ul,
    .unique-header-shell .header-nav > .menu > ul {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
        white-space: normal;
        overflow: visible;
    }

    .unique-header-shell .header-nav > ul.menu > li,
    .unique-header-shell .header-nav .menu-header-menu-container > ul > li,
    .unique-header-shell .header-nav > .menu > ul > li {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .unique-header-shell .header-nav > ul.menu > li > a,
    .unique-header-shell .header-nav .menu-header-menu-container > ul > li > a,
    .unique-header-shell .header-nav > .menu > ul > li > a {
        border-radius: 10px;
    }

    .unique-header-shell .header-nav ul ul {
        position: static;
        left: auto;
        top: auto;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        border: 0;
        background: transparent;
        padding: 0 0 0 12px;
        min-width: 0;
        display: none;
    }

    .unique-header-shell .header-nav ul li.hover > ul,
    .unique-header-shell .header-nav ul li:focus-within > ul {
        display: block;
        left: auto;
    }

    .unique-header-shell .header-nav ul ul ul {
        left: auto;
    }

    .unique-header-shell .header-nav ul ul li:hover > ul,
    .unique-header-shell .header-nav ul ul li.hover > ul,
    .unique-header-shell .header-nav ul ul li:focus-within > ul {
        left: auto;
    }
}

/* Admin bar is taller on smaller viewports */
@media (max-width: 782px) {
    body.admin-bar .unique-header-shell .header-nav {
        top: 46px;
    }
}

@media (max-width: 767px) {
    .home-hero-banner .homeslider {
        height: clamp(260px, 58vw, 420px);
        min-height: 240px;
    }

    .home-hero-banner .slide_info_inner {
        max-width: 100%;
        padding: 25px 20px;
    }

    .home-hero-banner .banner_heading h1 {
        font-size: clamp(24px, 6vw, 32px);
    }

    .innerbanner {
        height: 280px;
    }

    .plp-card-grid-3 {
        grid-template-columns: minmax(0, 1fr);
    }

    .plp-card-grid-3 > *:last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
        max-width: none;
    }

    #footer-wrapper.modern-footer-shell .cols-4 {
        grid-template-columns: minmax(0, 1fr);
    }

    #footer-wrapper.modern-footer-shell .cols-4 .widget-column-1,
    #footer-wrapper.modern-footer-shell .cols-4 .widget-column-2,
    #footer-wrapper.modern-footer-shell .cols-4 .widget-column-3,
    #footer-wrapper.modern-footer-shell .cols-4 .widget-column-4,
    #footer-wrapper.modern-footer-shell .footer-widget {
        padding: 22px 18px;
        height: auto;
    }

    #footer-wrapper.modern-footer-shell .copyright-wrapper .container {
        flex-direction: column;
        gap: 4px;
    }

    #footer-wrapper.modern-footer-shell .middle-dash {
        display: none;
    }
}
