/*
Theme Name: Kadence Child - LQW Realty
Template: kadence
Version: 1.0
Text Domain: kadence-child
*/

:root {
    --lqw-primary: #1a365d;
    --lqw-blue: #006aff;
    --lqw-border: #e5e7eb;
    --lqw-text: #111827;
    --lqw-muted: #6b7280;
}

body {
    margin: 0;
    padding: 0;
}

.lqw-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 20px 60px;
}

#lqw-map {
    width: 100%;
    height: 520px;
    min-height: 520px;
    margin-bottom: 32px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--lqw-border);
}

.lqw-page-title {
    font-size: 34px;
    margin: 24px 0 12px;
}

body.post-type-archive-property .lqw-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    padding: 20px 0;
}

body.post-type-archive-property .lqw-property-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--lqw-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.post-type-archive-property .lqw-property-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.10);
}

body.post-type-archive-property .lqw-property-card a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body.post-type-archive-property .lqw-card-image {
    width: 100%;
    height: 240px;
    background: #f3f4f6;
    flex-shrink: 0;
}

body.post-type-archive-property .lqw-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.post-type-archive-property .lqw-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

body.post-type-archive-property .lqw-price {
    font-size: 18px;
    font-weight: 800;
    color: var(--lqw-text);
    margin-bottom: 8px;
    line-height: 1.4;
}

body.post-type-archive-property .lqw-card-content h3 {
    min-height: 48px;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 12px;
}

body.post-type-archive-property .lqw-card-content div {
    color: var(--lqw-muted);
    font-size: 14px;
    margin-top: 4px;
}

@media (max-width: 1024px) {
    body.post-type-archive-property .lqw-property-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

    body.post-type-archive-property .lqw-card-image {
            height: 220px;
        }

    #lqw-map {
            height: 420px;
            min-height: 420px;
        }
}

@media (max-width: 640px) {
    .lqw-container {
            padding: 16px 14px 40px;
        }

    .lqw-filter-bar form {
            flex-direction: column;
        }

    .lqw-filter-bar select,
        .lqw-filter-bar input,
        .lqw-filter-bar button {
            width: 100%;
        }

    body.post-type-archive-property .lqw-property-grid {
            grid-template-columns: 1fr;
            gap: 18px;
        }

    body.post-type-archive-property .lqw-card-image {
            height: 230px;
        }

    #lqw-map {
            height: 340px;
            min-height: 340px;
        }
}

.lqw-container .lqw-archive-split {
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    gap: 24px;
    align-items: start;
}

.lqw-container .lqw-map-panel {
    position: sticky;
    top: 90px;
    height: calc(100vh - 120px);
    min-height: 520px;
}

.lqw-container .lqw-map-panel #lqw-map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.lqw-container .lqw-list-panel {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 8px;
}

.lqw-container .lqw-list-panel .lqw-property-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 1024px) {
    .lqw-container .lqw-archive-split {
            grid-template-columns: 1fr;
        }

    .lqw-container .lqw-map-panel {
            position: relative;
            top: auto;
            height: 420px;
            min-height: 420px;
        }

    .lqw-container .lqw-list-panel {
            max-height: none;
            overflow: visible;
            padding-right: 0;
        }
}

@media (max-width: 640px) {
    .lqw-container .lqw-map-panel {
            height: 340px;
            min-height: 340px;
        }

    .lqw-container .lqw-list-panel .lqw-property-grid {
            grid-template-columns: 1fr;
        }
}

body.post-type-archive-property .content-container,
body.post-type-archive-property .site-container,
body.post-type-archive-property .entry-content,
body.post-type-archive-property .content-area,
body.post-type-archive-property main,
body.post-type-archive-property .lqw-container {
    max-width: none;
    width: 100%;
}

body.post-type-archive-property .lqw-container {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1024px) {
    .lqw-filter-bar form {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
}

@media (max-width: 640px) {
    .lqw-filter-bar form {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 1024px) {
    .lqw-container .lqw-map-panel {
            margin-bottom: 32px;
            padding-bottom: 24px;
            border-bottom: 1px solid #e5e7eb;
        }

    .lqw-container .lqw-list-panel {
            padding-top: 10px;
        }
}

@media (max-width: 640px) {
    .lqw-container .lqw-map-panel {
            margin-bottom: 24px;
            padding-bottom: 20px;
        }

    .lqw-container .lqw-list-panel {
            padding-top: 12px;
        }
}

.lqw-property-card.lqw-card-hovered,
.lqw-property-card.lqw-card-highlight {
    border-color: #006aff;
    box-shadow: 0 0 0 3px rgba(0, 106, 255, 0.18),
                0 12px 30px rgba(17, 24, 39, 0.14);
    transform: translateY(-3px);
}

.lqw-map-popup {
    font-size: 14px;
    line-height: 1.4;
}

.lqw-map-popup strong {
    display: block;
    margin-bottom: 4px;
}

.lqw-map-popup a {
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
    color: #006aff;
    text-decoration: none;
}

.lqw-map-popup-card {
    width: 240px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.lqw-map-popup-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.lqw-map-popup-body {
    padding: 10px;
}

.lqw-map-popup-price {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 4px;
}

.lqw-map-popup-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 6px;
}

.lqw-map-popup-details {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
}

.lqw-map-popup-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #006aff;
    text-decoration: none;
}

.leaflet-popup-content {
    margin: 0;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.lqw-gallery-thumb {
    position: relative;
}

.lqw-view-all-photos {
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: rgba(17, 24, 39, 0.88);
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    z-index: 20;
    pointer-events: auto;
    cursor: pointer;
}

@media (max-width: 640px) {
    .lqw-view-all-photos {
            right: 10px;
            bottom: 10px;
            font-size: 12px;
            padding: 8px 10px;
        }
}

.lqw-card-image {
    position: relative;
}

.lqw-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: calc(100% - 24px);
}

.lqw-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

.lqw-badge-sale {
    background: #16a34a;
}

.lqw-badge-lease {
    background: #2563eb;
}

.lqw-badge-preselling {
    background: #ea580c;
}

.lqw-badge-rfo {
    background: #dcfce7;
}

.lqw-badge-construction {
    background: #64748b;
}

.lqw-map-popup-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 8px;
}

.lqw-popup-badge {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.lqw-popup-badge-sale {
    background: #16a34a;
}

.lqw-popup-badge-lease {
    background: #2563eb;
}

.lqw-popup-badge-preselling {
    background: #ea580c;
}

.lqw-popup-badge-preselling-soon {
    background: #7C3AED;
    color: #ffffff;
}

.lqw-popup-badge-rfo {
    background: #7c3aed;
}

.lqw-popup-badge-construction {
    background: #64748b;
}

.lqw-home-search {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lqw-home-search select,
.lqw-home-search button {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
}

.lqw-home-search select {
    background: #ffffff;
    color: #111827;
}

.lqw-home-search button {
    background: #006aff;
    color: #ffffff;
    border: none;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.lqw-home-search button:hover {
    background: #1a365d;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,106,255,.25);
}

.lqw-home-search button:active {
    transform: translateY(0);
}

@media (max-width: 900px) {
    .lqw-home-search {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 640px) {
    .lqw-home-search {
            grid-template-columns: 1fr;
        }
}

.lqw-floor-plan-section {
    margin: 50px 0;
}

.lqw-floor-plan-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    border: 1px solid #e5e7eb;
}

.lqw-floor-plan-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.lqw-floor-plan-card p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 24px;
}

.lqw-floor-plan-lightbox img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 12px;
    cursor: zoom-in;
}

.lqw-floor-plan-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.lqw-floor-plan-button {
    background: #1d4ed8;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.lqw-floor-plan-button:hover {
    background: #d4a017;
    color: #ffffff;
}

.lqw-floor-plan-button.secondary {
    background: #f3f4f6;
    color: #1f2937;
}

.lqw-floor-plan-button.secondary:hover {
    background: #e5e7eb;
    color: #1f2937;
}

@media (max-width: 768px) {
    .lqw-floor-plan-card {
            padding: 20px;
        }

    .lqw-floor-plan-card h2 {
            font-size: 24px;
        }

    .lqw-floor-plan-actions {
            flex-direction: column;
        }

    .lqw-floor-plan-button {
            text-align: center;
            width: 100%;
        }
}

.lqw-no-properties {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 35px;
    text-align: center;
}

.lqw-no-properties h3 {
    margin-top: 0;
    color: #1f2937;
}

.lqw-no-properties p {
    color: #6b7280;
}

@media (max-width: 1024px) {
    .lqw-project-property-grid {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 767px) {
    .lqw-project-property-grid {
            grid-template-columns: 1fr;
        }
}

.lqw-badge-preselling-soon {
    background: #f3e8ff;
    color: #6b21a8;
}

.lqw-project-property-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.lqw-project-property-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid var(--lqw-border);
    transition: all 0.3s ease;
    height: 100%;
}

.lqw-project-property-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.lqw-project-property-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.lqw-project-property-content {
    padding: 24px;
}

.lqw-property-status {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lqw-property-price-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin-bottom: 4px;
}

.lqw-property-price {
    font-size: 24px;
    font-weight: 800;
    color: #d4a017;
    margin-bottom: 10px;
}

.lqw-project-property-content h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #1f2937;
    line-height: 1.3;
}

.lqw-project-property-content h3 a {
    color: inherit;
    text-decoration: none;
}

.lqw-property-location {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
    line-height: 1.5;
}

.lqw-property-view-button {
    display: inline-block;
    background: #1d4ed8;
    color: #ffffff;
    padding: 11px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.lqw-property-view-button:hover {
    background: #d4a017;
    color: #ffffff;
}

.lqw-status-rfo {
    background: #dcfce7;
    color: #166534;
}

.lqw-status-under-construction {
    background: #fef3c7;
    color: #92400e;
}

.lqw-status-pre-selling {
    background: #dbeafe;
    color: #1d4ed8;
}

.lqw-status-pre-selling-soon {
    background: #f3e8ff;
    color: #6b21a8;
}

@media (max-width: 1024px) {
    .lqw-project-property-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 22px;
        }

    .lqw-project-property-card img {
            height: 220px;
        }

    .lqw-project-property-content {
            padding: 22px;
        }
}

@media (max-width: 767px) {
    .lqw-project-property-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 30px;
        }

    .lqw-project-property-card img {
            height: 230px;
        }

    .lqw-project-property-content {
            padding: 20px;
        }

    .lqw-project-property-content h3 {
            font-size: 19px;
        }

    .lqw-property-price {
            font-size: 22px;
        }

    .lqw-property-view-button {
            width: 100%;
            text-align: center;
        }
}

.lqw-development-inventory {
    margin: 60px 0;
}

.lqw-development-inventory h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 10px;
}

.lqw-development-inventory p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}

.lqw-inventory-table-wrap {
    overflow-x: auto;
    margin-top: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
}

.lqw-inventory-table tr:last-child td {
    border-bottom: none;
}

.lqw-inventory-table a {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.lqw-lot-status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.lqw-lot-status-available {
    background: #dcfce7;
    color: #166534;
}

.lqw-lot-status-reserved {
    background: #fef3c7;
    color: #92400e;
}

.lqw-lot-status-sold {
    background: #fee2e2;
    color: #991b1b;
}

.lqw-lot-status-on-hold {
    background: #e5e7eb;
    color: #374151;
}

.lqw-lot-status-pre-selling {
    background: #dbeafe;
    color: #1d4ed8;
}

.lqw-no-inventory {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 30px;
    margin-top: 25px;
}

.lqw-property-development {
    margin: 0 0 20px;
}

.lqw-property-development a {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.lqw-property-development a:hover {
    background: #dbeafe;
    color: #1d4ed8;
}

/* ==========================================================
   Featured Communities Grid
========================================================== */

.lqw-developments-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    align-items:stretch;

}

@media (max-width: 1024px) {
    .lqw-developments-grid {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 640px) {
    .lqw-developments-grid {
            grid-template-columns: 1fr;
        }
}

.lqw-development-card{

    display:flex;

    flex-direction:column;

    height:100%;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.25s;

}

.lqw-development-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.lqw-development-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.lqw-development-content {
    padding: 24px;
}

.lqw-development-card a{

    display:flex;

    flex-direction:column;

    height:100%;

    text-decoration:none;

    color:inherit;

}

.lqw-development-content{

    display:flex;

    flex-direction:column;

    flex:1;

    padding:24px;

}

.lqw-development-button{

    margin-top:auto;

}

/* Tablet */

@media (max-width:1024px){

    .lqw-developments-grid{

        grid-template-columns:repeat(2,1fr);

        gap:24px;

    }

}

/* Mobile */

@media (max-width:768px){

    .lqw-developments-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

}

.lqw-development-policy{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    align-self:flex-start;

    padding:6px 14px;

    border-radius:999px;

    font-size:13px;

    font-weight:600;

    line-height:1;

    margin-bottom:18px;

}

.lqw-policy-fixed {
    background: #f3e8ff;
    color: #6b21a8;
}

.lqw-policy-selectable {
    background: #dbeafe;
    color: #1d4ed8;
}

.lqw-development-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 10px;
}

.lqw-development-content p {
    color: #6b7280;
    font-size: 15px;
}

.lqw-development-button {
    display: inline-block;
    background: #1d4ed8;
    color: #ffffff;
    padding: 11px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .lqw-developments-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        }
}

@media (max-width: 767px) {
    .lqw-developments-grid {
            grid-template-columns: 1fr !important;
        }
}

.lqw-inventory-actions {
    text-align: center;
    margin-top: 30px;
}

.lqw-inventory-button {
    display: inline-block;
    background: #1A365D;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.lqw-inventory-button:hover {
    background: #D4A017;
    color: #ffffff;
}

.lqw-inventory-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 140px 140px;
    gap: 14px;
    align-items: center;
    margin: 25px 0 20px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.lqw-inventory-filter select,
.lqw-inventory-filter button,
.lqw-clear-filter {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

.lqw-inventory-filter select {
    border: 1px solid #d1d5db;
    background: #ffffff;
    padding: 0 14px;
    color: #374151;
}

.lqw-inventory-filter button {
    background: #1a365d;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.lqw-inventory-filter button:hover {
    background: #d4a017;
}

.lqw-clear-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1f2937;
    text-decoration: none;
    border: 1px solid #d1d5db;
}

.lqw-inventory-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 0 0 25px;
}

.lqw-inventory-stats div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
}

.lqw-inventory-stats strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #1a365d;
}

.lqw-inventory-stats span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .lqw-inventory-filter {
            grid-template-columns: 1fr 1fr;
        }

    .lqw-inventory-stats {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 600px) {
    .lqw-inventory-filter {
            grid-template-columns: 1fr;
        }

    .lqw-inventory-stats {
            grid-template-columns: 1fr;
        }
}

.lqw-inventory-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.lqw-inventory-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 10px;
    background: #1a365d;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.lqw-inventory-page-button:hover {
    background: #d4a017;
    color: #ffffff;
}

.lqw-inventory-page-button.disabled {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

.lqw-inventory-page-info {
    font-weight: 800;
    color: #374151;
}

.lqw-site-plan-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

.lqw-site-plan-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
}

.lqw-site-plan-canvas {
    position: relative;
    width: 100%;
}

.lqw-map-pin,
.lqw-site-plan-grid {
    position: absolute;
}

.lqw-site-plan-image {
    display: block;
    width: 100%;
    height: auto;
}

.lqw-map-pin {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(var(--pin-scale, 1));
    transform-origin: center;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    z-index: 10;
}

.lqw-map-pin span {
    display: none;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);

    min-width: 160px;

    background: #111827;
    color: #ffffff;

    padding: 10px 12px;
    border-radius: 8px;

    font-size: 12px;
    line-height: 1.5;

    white-space: nowrap;

    z-index: 9999;
}

.lqw-map-pin:hover {
    z-index: 999999 !important;
}

.lqw-map-pin:hover span {
    display: block;
    z-index: 9999999 !important;
}

.lqw-map-pin span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #111827;
}

.lqw-map-pin-available { background: #16a34a; }

.lqw-map-pin-reserved { background: #f59e0b; }

.lqw-map-pin-sold { background: #dc2626; }

.lqw-map-pin-on-hold { background: #6b7280; }

.lqw-map-pin-cancelled { background: #000000; }

.lqw-map-legend {
    position: sticky;
    top: 0;
    z-index: 100;

    display: flex;
    gap: 18px;
    flex-wrap: wrap;

    margin-top: 16px;
    padding: 12px;

    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;

    font-weight: 700;
}

.lqw-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lqw-map-legend i {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    display: inline-block;
}

.lqw-map-legend .available { background: #16a34a; }

.lqw-map-legend .reserved { background: #f59e0b; }

.lqw-map-legend .sold { background: #dc2626; }

.lqw-map-legend .on-hold { background: #6b7280; }

.lqw-map-legend .cancelled { background: #000000; }

.lqw-site-plan-wrap {
    position: relative;
}

.lqw-site-plan-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 2;
    pointer-events: none;
}

.lqw-site-plan-grid-line-v,
.lqw-site-plan-grid-line-h {
    position: absolute;
    background: rgba(255,0,0,.45);
}

.lqw-site-plan-grid-line-v {
    width: 1px;
    height: 100%;
}

.lqw-site-plan-grid-line-h {
    height: 1px;
    width: 100%;
}

.lqw-site-plan-grid-label {
    position: absolute;
    font-size: 12px;
    font-weight: 800;
    color: red;
    background: rgba(255,255,255,.85);
    padding: 1px 4px;
    border-radius: 3px;
}

#lqw-coordinate-display{
    position:sticky;
    top:20px;
    z-index:999;
    background:#111827;
    color:#fff;
    padding:10px 15px;
    margin-bottom:10px;
    border-radius:8px;
    font-weight:700;
}

.lqw-site-plan-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 14px;
}

.lqw-site-plan-controls button {
    background: #1a365d;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 11px 16px;
    font-weight: 800;
    cursor: pointer;
}

.lqw-site-plan-controls button:hover {
    background: #d4a017;
}

@media (max-width: 768px) {
    .lqw-site-plan-wrap {
            max-height: 70vh;
        }

    .lqw-site-plan-controls button {
            flex: 1;
            min-width: 110px;
        }

    .lqw-map-pin {
            width: 18px;
            height: 18px;
        }
}

body.post-type-archive-property .lqw-filter-bar select {
    width: 100%;
    height: 58px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0 14px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

body.post-type-archive-property .lqw-filter-bar button,
body.post-type-archive-property .lqw-clear-property-filter {
    height: 58px;
    min-width: 120px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    body.post-type-archive-property .lqw-filter-bar form {
            grid-template-columns: 1fr 1fr;
        }

    body.post-type-archive-property .lqw-price-fields {
            grid-column: span 2;
        }
}

@media (max-width: 700px) {
    body.post-type-archive-property .lqw-filter-bar form {
            grid-template-columns: 1fr;
        }

    body.post-type-archive-property .lqw-price-fields {
            grid-template-columns: 1fr;
        }

    body.post-type-archive-property .lqw-filter-bar button,
        body.post-type-archive-property .lqw-clear-property-filter {
            width: 100%;
        }
}

body.post-type-archive-property .lqw-filter-bar {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 28px;
    box-sizing: border-box;
}

body.post-type-archive-property .lqw-filter-bar form {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 120px 120px;
    gap: 12px;
    align-items: end;
}

body.post-type-archive-property .lqw-filter-bar select,
body.post-type-archive-property .lqw-price-field input,
body.post-type-archive-property .lqw-filter-bar button,
body.post-type-archive-property .lqw-clear-property-filter {
    width: 100%;
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
}

body.post-type-archive-property .lqw-filter-bar select,
body.post-type-archive-property .lqw-price-field input {
    border: 1px solid #d1d5db;
    background: #ffffff;
    color: #374151;
    padding: 0 12px;
}

body.post-type-archive-property .lqw-price-fields {
    display: contents;
}

body.post-type-archive-property .lqw-price-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
}

body.post-type-archive-property .lqw-price-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    line-height: 1;
    margin-bottom: 4px;
}

body.post-type-archive-property .lqw-price-field input {
    height: 54px !important;
}

body.post-type-archive-property .lqw-filter-bar button {
    background: #1a365d;
    color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 0 16px;
}

body.post-type-archive-property .lqw-filter-bar button:hover {
    background: #d4a017;
}

body.post-type-archive-property .lqw-clear-property-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #d1d5db;
    text-decoration: none;
}

body.post-type-archive-property .lqw-clear-property-filter:hover {
    background: #f3f4f6;
    color: #1f2937;
}

@media (max-width: 1100px) {
    body.post-type-archive-property .lqw-filter-bar form {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

    body.post-type-archive-property .lqw-price-fields {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            grid-column: span 2;
        }
}

@media (max-width: 700px) {
    body.post-type-archive-property .lqw-filter-bar {
            padding: 16px;
        }

    body.post-type-archive-property .lqw-filter-bar form {
            grid-template-columns: 1fr !important;
        }

    body.post-type-archive-property .lqw-price-fields {
            grid-template-columns: 1fr;
            grid-column: auto;
        }
}

.lqw-nearby-section h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a365d;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lqw-nearby-section p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 30px;
    max-width: 700px;
}

.lqw-nearby-map-panel {
    position: relative;
}

#lqw-nearby-map {
    width: 100%;
    height: 560px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.lqw-nearby-list-panel {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    padding: 24px;
    box-shadow: 0 15px 30px rgba(0,0,0,.05);
    overflow-y: auto;
    max-height: 560px;
}

.lqw-nearby-list-panel h3 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    padding-bottom: 14px;
    border-bottom: 2px solid #f3f4f6;
}

.lqw-nearby-item:hover {
    transform: translateX(4px);
}

.lqw-nearby-item:last-child {
    border-bottom: none;
}

.lqw-nearby-icon {
    width: 42px;
    height: 42px;
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.lqw-nearby-content {
    flex: 1;
}

.lqw-nearby-content strong {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.lqw-nearby-content small {
    color: #6b7280;
    font-size: 12px;
}

.lqw-nearby-info strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    line-height: 1.3;
}

.lqw-nearby-info span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
}

.lqw-nearby-distance {
    font-size: 12px;
    font-weight: 700;
    color: #1a365d;
    background: #eef2ff;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.lqw-custom-marker {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: transform .2s ease;
}

.lqw-custom-marker:hover {
    transform: scale(1.15);
}

.lqw-custom-marker.project {
    width: 38px;
    height: 38px;
    background: #d4a017;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 900px) {
    .lqw-nearby-section {
            padding: 20px;
            border-radius: 18px;
        }

    .lqw-nearby-layout {
            grid-template-columns: 1fr;
        }

    #lqw-nearby-map {
            height: 380px;
        }

    .lqw-nearby-list-panel {
            max-height: none;
            padding: 20px;
        }

    .lqw-nearby-item {
            grid-template-columns: 42px 1fr;
        }

    .lqw-nearby-distance {
            grid-column: span 2;
            margin-left: 56px;
            margin-top: 6px;
            width: fit-content;
        }
}

.lqw-inventory-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.lqw-inventory-table td {
    padding: 10px 14px;
    line-height: 1.4;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.lqw-inventory-table tr:hover {
    background: #fafafa;
}

.lqw-inventory-table thead {
    display: table-header-group;
}

.lqw-inventory-table th {
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    background: #f8fafc;
    border-bottom: 2px solid #e5e7eb;
    text-align: left;
    white-space: nowrap;
}

.lqw-payment-calculator,
.lqw-reservation-process {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    height: 100%;
}

.lqw-payment-calculator h2,
.lqw-reservation-process h2 {
    font-size: 26px;
    font-weight: 900;
    color: #1a365d;
    margin: 0 0 10px;
}

.lqw-payment-calculator p,
.lqw-reservation-process > p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.lqw-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.lqw-payment-grid label {
    font-size: 13px;
    font-weight: 800;
    color: #374151;
}

.lqw-payment-grid input {
    width: 100%;
    height: 48px;
    margin-top: 6px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 700;
}

.lqw-payment-result {
    margin-top: 24px;
    padding: 22px;
    border-radius: 18px;
    background: #1a365d;
    color: #ffffff;
}

.lqw-payment-result span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    opacity: .85;
}

.lqw-payment-result strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
    margin-top: 6px;
}

.lqw-payment-result small {
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    opacity: .9;
}

.lqw-process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.lqw-process-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
}

.lqw-process-card .step {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #1a365d;
    color: #ffffff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lqw-process-card h3 {
    font-size: 15px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 5px;
}

.lqw-process-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .lqw-payment-calculator,
        .lqw-reservation-process {
            padding: 22px;
        }

    .lqw-payment-grid {
            grid-template-columns: 1fr;
        }

    .lqw-payment-result strong {
            font-size: 28px;
        }
}

.lqw-process-content {
    flex: 1;
}

.lqw-process-content h3 {
    margin: 0 0 6px;
}

.lqw-process-content p {
    margin: 0;
}

.lqw-utilities-section {
    margin: 80px 0;
    padding: 40px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 24px;
}

.lqw-utilities-section h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a365d;
    margin-bottom: 10px;
    line-height: 1.2;
}

.lqw-utilities-section p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 760px;
    margin-bottom: 32px;
}

.lqw-utilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.lqw-utility-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    transition: all .25s ease;
}

.lqw-utility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0,0,0,.08);
}

.lqw-utility-card .icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #1a365d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    box-shadow: 0 8px 18px rgba(26,54,93,.20);
}

.lqw-utility-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 10px;
}

.lqw-utility-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1024px) {
    .lqw-utilities-grid {
            grid-template-columns: repeat(2, 1fr);
        }
}

@media (max-width: 700px) {
    .lqw-utilities-section {
            padding: 24px;
            border-radius: 18px;
        }

    .lqw-utilities-grid {
            grid-template-columns: 1fr;
        }

    .lqw-utility-card {
            padding: 22px;
        }

    .lqw-utilities-section h2 {
            font-size: 28px;
        }
}

.lqw-map-preview-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 50px;
}

.lqw-map-preview-layout {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 28px;
    align-items: start;
}

#lqw-home-map-preview {
    width: 100%;
    height: 520px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0,0,0,.06);
}

.lqw-map-preview-list {
    height: 520px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 6px;
}

.lqw-map-preview-card {
    display: flex;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
    transition: all .25s ease;
    min-height: 200px;
}

.lqw-map-preview-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0,0,0,.08);
}

.lqw-map-preview-card img {
    width: 135px;
    min-width: 135px;
    height: 200px;
    object-fit: cover;
}

.lqw-map-preview-card-body {
    flex: 1;
    padding: 16px 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lqw-map-preview-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #6b7280;
    margin-bottom: 2px;
    line-height: 1;
}

.lqw-map-preview-card-body strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #d4a017;
    margin-bottom: 2px;
    line-height: 1.1;
}

.lqw-map-preview-card-body h3 {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 2px;
    line-height: 1.15;
}

.lqw-map-preview-card-body p {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 6px;
    line-height: 1.25;
}

.lqw-map-preview-status {
    width: fit-content;
    margin-bottom: 6px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
}

.lqw-map-preview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.lqw-map-preview-meta span {
    font-size: 10px;
    font-weight: 700;
    color: #374151;
    background: #f3f4f6;
    padding: 4px 7px;
    border-radius: 999px;
    line-height: 1;
}

.lqw-map-preview-action {
    text-align: center;
    margin-top: 24px;
}

.lqw-map-preview-action a {
    display: inline-block;
    background: #1a365d;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: .25s ease;
}

.lqw-map-preview-action a:hover {
    background: #d4a017;
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .lqw-map-preview-section {
            padding: 70px 35px;
        }

    .lqw-map-preview-layout {
            grid-template-columns: 1fr;
        }

    #lqw-home-map-preview {
            height: 680px;
        }

    .lqw-map-preview-list {
        height: 680px;
    	}

    .lqw-map-preview-card {
            min-height: 210px;
        }

    .lqw-map-preview-card img {
            width: 160px;
            min-width: 160px;
            height: 210px;
        }
}

@media (max-width: 640px) {
    .lqw-map-preview-section {
            padding: 60px 20px;
        }

    .lqw-map-preview-card {
            flex-direction: column;
        }

    .lqw-map-preview-card img {
            width: 100%;
            height: 220px;
        }

    .lqw-map-preview-card-body {
        padding: 18px 18px 18px 0;
    	}

    .lqw-map-preview-meta {
            gap: 8px;
        }
}

.lqw-development-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.lqw-development-stats div {
    text-align: center;
}

.lqw-development-stats strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #1a365d;
    line-height: 1.1;
}

.lqw-development-stats span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 800;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.lqw-dev-pin {
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.25));
    transition: transform .2s ease;
}

.lqw-dev-pin:hover {
    transform: scale(1.08);
}

.lqw-developments-map-wrap {
    width: 100%;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

#lqw-developments-map {
    width: 100%;
    min-height: 520px;
}

.lqw-nearby-section {
    margin: 80px 0;
}

.lqw-nearby-map-wrap {
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.lqw-nearby-list h3 {
    margin: 0 0 8px;
    color: #1a365d;
    font-size: 26px;
    font-weight: 900;
}

.lqw-nearby-list p {
    color: #6b7280;
    margin-bottom: 22px;
}

.lqw-nearby-item {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f7;
}

.lqw-nearby-item span {
    font-size: 22px;
}

.lqw-nearby-item strong {
    display: block;
    color: #111827;
    font-size: 14px;
}

.lqw-nearby-item small {
    color: #6b7280;
    font-size: 12px;
}

.lqw-facility-pin div {
    width: 34px;
    height: 34px;
    background: #1a365d;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    border: 3px solid #ffffff;
    box-shadow: 0 6px 14px rgba(0,0,0,.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lqw-facility-pin span {
    transform: rotate(45deg);
    font-size: 16px;
}

@media (max-width: 900px) {
    .lqw-nearby-layout {
            grid-template-columns: 1fr;
        }
}

.lqw-nearby-heading {
    max-width: 900px;
    margin-bottom: 34px;
}

.lqw-nearby-heading h2 {
    font-size: 36px;
    font-weight: 900;
    color: #1a365d;
    margin: 0 0 12px;
    line-height: 1.2;
}

.lqw-nearby-heading p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
}

.lqw-nearby-layout {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 30px;
    align-items: stretch;
}

.lqw-nearby-map-wrap,
#lqw-lecordian-nearby-map {
    width: 100%;
    height: 560px;
    border-radius: 24px;
    overflow: hidden;
}

.lqw-nearby-list {
    max-height: 560px;
    overflow-y: auto;
}

.lqw-urgency-alert {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .lqw-nearby-layout {
            display: grid;
            grid-template-columns: 1fr !important;
            gap: 24px;
        }

    .lqw-nearby-map-wrap,
        #lqw-lecordian-nearby-map {
            height: 420px;
        }

    .lqw-nearby-list {
            max-height: 420px;
            overflow-y: auto;
        }
}

.lqw-floating-inquiry {
    position: fixed;
    right: 18px;
    top: 80%;
    transform: translateY(-75%);
    z-index: 9999;
}

.lqw-floating-inquiry a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d4a017;
    color: #ffffff;
    padding: 13px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0,0,0,.22);
    transition: all .25s ease;
    writing-mode: horizontal-tb;
}

.lqw-floating-inquiry a:hover {
    background: #1a365d;
    transform: translateX(4px);
    color: #ffffff;
}

@media (max-width: 768px) {
    .lqw-floating-inquiry {
        right: 12px;
        bottom: 100px;
        top: auto;
        transform: none;
    }

    .lqw-floating-inquiry a {
            padding: 12px 14px;
            font-size: 13px;
        }
}

.lqw-faq-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #1a365d;
    text-decoration: none;
}

.lqw-faq-link:hover {
    color: #d4a017;
}

.lqw-hazard-section {
    max-width: 1200px;
    margin: 45px auto;
    padding: 40px 25px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
}

.lqw-hazard-section h2 {
    color: #1a365d;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 10px;
}

.lqw-hazard-intro {
    max-width: 780px;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.lqw-hazard-main-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.lqw-hazard-map-card {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
}

#lqw-project-hazard-map {
    width: 100%;
    height: 520px;
    border-radius: 18px;
}

.lqw-hazard-summary-card {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
}

.lqw-hazard-summary-card h3,
.lqw-hazard-legend-card h3,
.lqw-hazard-disclaimer-card h3 {
    color: #1a365d;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 22px;
}

.lqw-hazard-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.lqw-hazard-badge {
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.lqw-hazard-badge.low {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.lqw-hazard-guidance {
    margin-top: 24px;
}

.lqw-hazard-guidance strong {
    color: #111827;
    display: block;
    margin-bottom: 8px;
}

.lqw-hazard-guidance p,
.lqw-hazard-meta p {
    color: #334155;
    line-height: 1.7;
    font-size: 14px;
}

.lqw-hazard-meta {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e5e7eb;
}

.lqw-hazard-bottom-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 18px;
    margin-bottom: 8px;
}

.lqw-hazard-legend-card,
.lqw-hazard-disclaimer-card {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
	line-height: 1.3;
}

.lqw-legend-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lqw-legend-columns h4 {
	margin-top: 0px
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.lqw-legend-columns p {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #334155;
    font-size: 14px;
    margin: 2px 0;
	line-height: 1.2;
}

.legend-box {
    width: 18px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
}

.flood-low {
    background: #93c5fd;
}

.flood-moderate {
    background: #3b82f6;
}

.flood-high {
    background: #1e3a8a;
}

.land-low {
    background: #facc15;
}

.land-moderate {
    background: #fb923c;
}

.land-high {
    background: #ef4444;
}

.lqw-hazard-disclaimer-card {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.lqw-hazard-disclaimer-card p {
    color: #1e3a8a;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .lqw-hazard-main-grid,
        .lqw-hazard-bottom-grid,
        .lqw-legend-columns {
            grid-template-columns: 1fr;
        }

    #lqw-project-hazard-map {
            height: 420px;
        }

    .lqw-hazard-section {
            padding: 40px 20px;
            margin: 50px auto;
        }
}

.lqw-site-map-frame,
.lqw-site-plan-canvas {
    position: relative;
    overflow: visible !important;
}

.lqw-lot-pin,
.lqw-map-pin {
    z-index: 10;
}

.lqw-lot-pin:hover,
.lqw-map-pin:hover {
    z-index: 999999 !important;
}

.lqw-lot-tooltip,
.lqw-map-pin span {
    z-index: 1000000 !important;
}

.lqw-lot-pin:hover .lqw-lot-tooltip,
.lqw-map-pin:hover span {
    display: block;
    z-index: 1000000 !important;
}

.lqw-greenville-model-section {
    margin: 50px 0;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.lqw-greenville-model-section h2 {
    font-size: 30px;
    font-weight: 900;
    color: #1a365d;
    margin-bottom: 8px;
}

.lqw-price-toggle {
    display: flex;
    gap: 10px;
    margin: 24px 0;
}

.lqw-price-toggle button,
.lqw-model-card {
    cursor: pointer;
}

.lqw-price-toggle button {
    border: 1px solid #d1d5db;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 800;
}

.lqw-price-toggle button.active {
    background: #1a365d;
    color: #ffffff;
}

.lqw-model-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.lqw-model-card.active{
    background:#1A365D;
    border:2px solid #F6C344;
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(15,23,42,.22);
    position:relative;
}

.lqw-model-card.active::after{
    content:"✓ Selected";
    position:absolute;
    top:12px;
    right:12px;
    background:#16A34A;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:5px 10px;
    border-radius:999px;
}

.lqw-model-card.active strong,
.lqw-model-card.active span,
.lqw-model-card.active small,
.lqw-model-card.active em {
    color: #ffffff !important;
}

.lqw-model-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(15,23,42,.15);
}

.lqw-model-card:hover strong,
.lqw-model-card:hover span,
.lqw-model-card:hover small,
.lqw-model-card:hover em {
    color: #ffffff !important;
}

.lqw-model-card strong {
    display: block;
    margin: 12px 0 6px;
    color: #1a365d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.lqw-model-card span {
    display:block;
    color:#64748b;
    font-size:14px;
    text-align:center;
    margin-bottom:12px;
}

.lqw-model-card small {
    margin-top: 6px;
    color: #6b7280;
}

.lqw-model-card em {
    margin-top: 8px;
    color: #dc2626;
    font-size: 12px;
}

.lqw-model-floor{
    display:block;
    font-size:14px;
    color:#94a3b8;
    margin-bottom:14px;
    text-align:center;
}

.lqw-model-specs{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
    font-size:13px;
    font-weight:700;
    color:#334155;
    margin-bottom:14px;
}

.lqw-model-specs span{
    background:#f1f5f9;
    padding:5px 10px;
    border-radius:30px;
    margin:0;
}

.lqw-minimum-lot{
    background:#FEF3C7;
    color:#92400E;
    padding:8px 12px;
    border-radius:999px;
    text-align:center;
    font-size:12px;
    font-weight:700;
    width:fit-content;
    margin:0 auto;
}

.lqw-model-card.disabled-model {
    opacity: .45;
    cursor: not-allowed;
}

.lqw-price-result {
    margin-top: 24px;
    padding: 24px;
    background: #1a365d;
    color: #ffffff;
    border-radius: 18px;
}

.lqw-price-result span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    opacity: .85;
    text-transform: uppercase;
}

.lqw-price-result strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
    margin-top: 6px;
}

.lqw-price-result p {
    margin: 8px 0 0;
    opacity: .9;
}

@media (max-width:900px){

    .lqw-model-options{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:560px){

    .lqw-model-options{
        grid-template-columns:1fr;
    }

}
.lqw-model-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
    border-radius:14px;
    margin-bottom:14px;
    transition:transform .35s ease;
}

.lqw-model-card:hover img{
    transform:scale(1.05);
}

.lqw-model-card{
    background:#ffffff;
    border:1px solid #E5E7EB;
    border-radius:18px;
    padding:16px;
    overflow:hidden;
    transition:.25s ease;
    text-align:center;
    cursor:pointer;
}

.lqw-lot-only-display {
    margin: 24px 0;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.lqw-lot-only-display img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.lqw-lot-only-display-content {
    padding: 24px;
}

.lqw-lot-only-tag {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lqw-lot-only-display-content h3 {
    font-size: 26px;
    font-weight: 900;
    color: #1a365d;
    margin: 0 0 8px;
}

.lqw-lot-only-display-content p {
    color: #6b7280;
    margin-bottom: 18px;
}

.lqw-lot-only-meta {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.lqw-lot-only-meta div {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
}

.lqw-lot-only-meta strong {
    display: block;
    color: #111827;
    font-weight: 900;
}

.lqw-lot-only-meta span {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 800px) {
    .lqw-lot-only-display {
            grid-template-columns: 1fr;
        }

    .lqw-lot-only-meta {
            grid-template-columns: repeat(2, 1fr);
        }
}

.lqw-selected-model-preview {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 30px;
    margin: 40px 0 30px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 14px 35px rgba(0,0,0,.07);
}

.lqw-selected-model-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.lqw-selected-model-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lqw-selected-tag {
    display: inline-block;
    width: fit-content;
    background: #dcfce7;
    color: #166534;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lqw-selected-model-content h2 {
    font-size: 38px;
    font-weight: 900;
    color: #1a365d;
    margin: 0 0 10px;
}

.lqw-selected-address {
    color: #4b5563;
    font-size: 15px;
    margin-bottom: 24px;
}

.lqw-selected-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.lqw-selected-facts div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(15,23,42,.05);
    transition: all .25s ease;
}

.lqw-selected-facts div:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(15,23,42,.12);
}

.lqw-selected-facts strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    color: #1A365D;   /* LQW Royal Blue */
    margin-bottom: 6px;
}

.lqw-selected-facts span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748B;
}

.lqw-selected-subtitle{

    color:#64748B;
    font-size:18px;
    margin-top:8px;
    margin-bottom:24px;

}




@media (max-width: 900px) {
    .lqw-selected-model-preview {
            grid-template-columns: 1fr;
        }

    .lqw-selected-model-image img {
            height: 320px;
        }

    .lqw-selected-facts {
            grid-template-columns: repeat(2, 1fr);
        }
}

/* =========================================================
   FINAL OVERRIDES - LQW CLEANUP
========================================================= */

/* Greenville Nearby Facilities: map left, list right */
.lqw-nearby-layout {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 30px;
    align-items: stretch;
}

.lqw-nearby-map-wrap {
    order: 1;
    width: 100%;
    min-height: 560px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.lqw-nearby-list {
    order: 2;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,.05);
    max-height: 560px;
    overflow-y: auto;
}

#lqw-greenville-nearby-map,
#lqw-lecordian-nearby-map {
    width: 100%;
    height: 560px;
    min-height: 560px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

/* Greenville selected model floor plan */
.lqw-greenville-floor-plan {
    margin: 50px 0;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.lqw-greenville-floor-plan h2 {
    font-size: 28px;
    font-weight: 900;
    color: #1a365d;
    margin: 0 0 8px;
}

.lqw-greenville-floor-plan p {
    color: #6b7280;
    margin: 0 0 22px;
}

.lqw-greenville-floor-plan img {
    width: 100%;
    max-height: 700px;
    object-fit: contain;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 12px;
    display: block;
}

/* Hide price breakdown text in Greenville model selector */
#lqwPriceBreakdown {
    display: none !important;
}

@media (max-width: 900px) {
    .lqw-nearby-layout {
        grid-template-columns: 1fr;
    }

    .lqw-nearby-map-wrap,
    .lqw-nearby-list {
        order: initial;
    }

    #lqw-greenville-nearby-map,
    #lqw-lecordian-nearby-map {
        height: 380px;
        min-height: 380px;
    }
}

.lqw-price-request-only {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
}

.lqw-price-request-only span {
    font-size: 18px;
    font-weight: 800;
    color: #1a365d;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.lqw-promo-banner{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:28px;
    align-items:center;
    padding:30px;
    border-radius:22px;
    background:linear-gradient(135deg,#1a365d,#0f172a);
    color:#fff;
    margin:30px 0;
    position:relative;
    overflow:hidden;
}

.lqw-promo-badge{
    width:180px;
    height:180px;
    border-radius:50%;
    background:#d4a017;
    color:#111827;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-weight:800;
    animation:lqwPulse 2s infinite;
}

.lqw-promo-badge strong{
    font-size:54px;
    line-height:1;
}

.lqw-promo-tag{
    display:inline-block;
    background:#dc2626;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    margin-bottom:12px;
}

.lqw-promo-content h2{
    font-size:34px;
    margin-bottom:10px;
    color:#d4a017;
}

.lqw-promo-benefits{
    display:grid;
    gap:10px;
    margin:18px 0;
}

.lqw-promo-deadline{
    font-weight:700;
    margin-top:12px;
}

.lqw-promo-actions{
    display:flex;
    gap:14px;
    margin-top:20px;
}

@keyframes lqwPulse{

    0%{transform:scale(1);}
    50%{transform:scale(1.10);}
    100%{transform:scale(1);}
}

/* ==========================================================
   GREENVILLE CTA SECTION
========================================================== */

.lqw-cta-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(320px,1fr));
    gap:32px;
    margin:60px 0;
}

.lqw-cta-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    transition:.3s;
}

.lqw-cta-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 50px rgba(0,0,0,.12);
}

.lqw-cta-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.lqw-cta-body{
    padding:32px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.lqw-cta-tag{

    display:inline-flex;

    align-self:flex-start;

    width:auto;

    flex:none;

    padding:7px 16px;

    border-radius:999px;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.08em;

    margin-bottom:22px;

}

/* Left Card */

.lqw-cta-card:not(.lqw-launch-card) .lqw-cta-tag{

    background:#0B3D91;

    color:#fff;

}

/* Right Card */

.lqw-launch-card .lqw-cta-tag{

    background:#D62828;

    color:#fff;

}

.lqw-launch-card .lqw-cta-tag{

    background:#D62828 !important;

    color:#fff;

}

.lqw-cta-body h2{

    margin:0 0 14px;

    font-size:30px;

    line-height:1.2;

    color:#0B3D91;

}

.lqw-launch-card .lqw-cta-body h2{
    color:#fff !important;
}

.lqw-cta-body p{

    color:#4B5563;

    line-height:1.8;

    margin-bottom:24px;

}

.lqw-launch-card .lqw-cta-body p{

    color:#FFFFFF;

}

.lqw-cta-benefits{
    list-style:none;
    padding:0;
    margin:0 0 28px;
}

.lqw-cta-benefits li{
    margin-bottom:12px;
    padding-left:28px;
    position:relative;
}

.lqw-cta-benefits li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#0B8F42;
    font-weight:bold;
}

.lqw-cta-buttons{
    display:flex;
    gap:14px;
    margin-top:auto;
}

.lqw-primary-btn,
.lqw-secondary-btn{
    flex:1;
    text-align:center;
    padding:16px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.25s;
}

.lqw-primary-btn{
    background:#D4AF37;
    color:#fff;
}

.lqw-primary-btn:hover{
    background:#be9821;
}

.lqw-secondary-btn{
    background:#eef3ff;
    color:#0B3D91;
}

.lqw-secondary-btn:hover{
    background:#dce7ff;
}

@media(max-width:900px){

.lqw-cta-grid{
grid-template-columns:1fr;
}

.lqw-cta-image img{
height:220px;
}

.lqw-cta-buttons{
flex-direction:column;
}
	
.lqw-launch-header{

    grid-template-columns:1fr;

    text-align:center;

}

.lqw-discount-circle{

    margin:20px auto;

}

}

html{
    scroll-behavior:smooth;
}

/* ==========================================
   Launch Discount Circle
========================================== */

/* =====================================
   Launch Header
===================================== */

.lqw-launch-header{

    display:grid;

    grid-template-columns:1fr 170px;

    gap:30px;

    align-items:center;

    margin-bottom:30px;

}

.lqw-launch-copy h2{

    color:#fff !important;

    margin:0 0 14px;

    font-size:34px;

    line-height:1.2;

}

.lqw-launch-copy p{

    color:#fff;

    margin:0;

    line-height:1.8;

}

.lqw-discount-circle{

    width:170px;

    height:170px;

    border-radius:50%;

    background:#D4AF37;

    color:#0B3D91;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    margin:auto;

    font-weight:800;

    animation:lqwPulse 1.8s ease-in-out infinite;

    box-shadow:0 18px 45px rgba(0,0,0,.30);

}

.lqw-discount-circle span{

    font-size:13px;

    letter-spacing:2px;

}

.lqw-discount-circle strong{

    font-size:64px;

    line-height:1;

}

.lqw-discount-circle small{

    font-size:18px;

}

.lqw-launch-card{

    background:linear-gradient(135deg,#10284f,#0b1730);

    color:#fff;

}

/* ======================================
   CTA Highlight
====================================== */

.lqw-cta-highlight{

    margin:28px 0;

    padding:18px 22px;

    border-radius:14px;

    background:#F8FAFC;

    border:1px solid #E2E8F0;

}

.lqw-cta-highlight div{

    margin:10px 0;

    font-weight:600;

    color:#0B3D91;

}

/* ==========================================================
   Featured Properties Grid
========================================================== */

/* ==========================================================
   Featured Properties Grid
========================================================== */

.lqw-properties-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin:40px 0;

}

/* Tablet */

@media (max-width:1024px){

    .lqw-properties-grid{

        grid-template-columns:repeat(2,1fr);

        gap:24px;

    }

}

/* Mobile */

@media (max-width:768px){

    .lqw-properties-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

}

.lqw-property-card{

    display:flex;

    flex-direction:column;

    height:100%;

}

.lqw-property-card a{

    display:flex;

    flex-direction:column;

    height:100%;

}

.lqw-property-content{

    display:flex;

    flex-direction:column;

    flex:1;

    padding:20px;

}

.lqw-property-price{

    margin-top:auto;

}

.lqw-property-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.25s;
}

.lqw-property-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.lqw-property-card a{
    display:block;
    text-decoration:none;
    color:inherit;
}

.lqw-property-image{
    height:220px;
    overflow:hidden;
}

.lqw-property-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.lqw-property-content{
    padding:20px;
}

.lqw-property-price{
    display:inline-block;
    color:#C8A94C;
    font-weight:700;
    font-size:18px;
    margin-bottom:8px;
}

.lqw-property-content h3{
    margin:0 0 10px;
    color:#123A63;
    font-size:20px;
}

.lqw-property-content p{
    margin:0;
    color:#666;
}