span.status-available,span.status-not-available{display:block;top:0;color:#f5f5f5;padding:5px;font-size:12px;margin-bottom:25px}
span.status-not-available{background-color:#df1919}
span.status-available{background-color:#0e9725}
.cookieConsentContainer{z-index:999;width:350px;min-height:20px;padding:30px 30px 30px 30px;overflow:hidden;position:fixed;bottom:30px;right:30px;border-radius:4px;background:#fff;border:1px solid #e4e4e4;box-shadow:-2px 3px 4px 0 rgba(0,0,0,.05);display:none}
.cookieConsentContainer .cookieDesc p{margin:0;padding:0;display:block;margin-top:10px;margin-bottom:10px}
.cookieConsentContainer .cookieButton{line-height:1}
@media (max-width:768px){
    .cookieConsentContainer{bottom:0!important;right:0!important;width:100%!important;border-radius:0!important}
}
.latest-comments li.children-2 {
    margin-right: 80px;
}
#singleListingMap {
    height: 185px;
}

@media (min-width: 992px) {
    .qp-home-map {
        --qp-home-map-height: 610px;
    }
}

.qp-topbar {
    position: relative;
    z-index: 1031;
    background: #080808;
    color: #fff;
    overflow: hidden;
}

.qp-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, transparent 0%, transparent 36%, rgba(255, 214, 0, 0.16) 42%, transparent 50%),
        radial-gradient(circle at 12% 50%, rgba(255, 214, 0, 0.26), transparent 28%);
    animation: qpTopbarGlow 5s ease-in-out infinite;
    pointer-events: none;
}

.qp-topbar-inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    min-height: 2.8rem;
}

.qp-topbar-badge {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    border-radius: 8px;
    background: #ffd600;
    color: #111;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.qp-topbar-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.qp-topbar-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: qpTopbarMarquee 34s linear infinite;
}

.qp-topbar:hover .qp-topbar-track {
    animation-play-state: paused;
}

.qp-topbar-group {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    padding-left: 2rem;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    white-space: nowrap;
}

.qp-topbar-group span::before {
    content: "";
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.7rem;
    border-radius: 50%;
    background: #ffd600;
    vertical-align: 0.08rem;
}

.qp-topbar-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    border: 1px solid rgba(255, 214, 0, 0.62);
    border-radius: 8px;
    color: #ffd600;
    padding: 0.35rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.qp-topbar-link:hover,
.qp-topbar-link:focus {
    background: #ffd600;
    color: #111;
}

@keyframes qpTopbarMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes qpTopbarGlow {
    0%,
    100% {
        opacity: 0.55;
        transform: translateX(-4%);
    }

    50% {
        opacity: 1;
        transform: translateX(4%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .qp-topbar::before,
    .qp-topbar-track {
        animation: none;
    }
}

@media (max-width: 767.98px) {
    .qp-topbar-inner {
        grid-template-columns: 1fr auto;
        gap: 0.6rem;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .qp-topbar-badge {
        grid-column: 1 / -1;
        justify-content: center;
        width: 100%;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    .qp-topbar-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

.img-120{max-height: 120px;width: 120px;}
.height250{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.quick-error {
    color: red;display: none;
}
.card-horizontal img{ height: 100%}
#road_map{position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;}
.infoBox {
    min-width: 17.5rem;
    padding: 0;
    overflow: hidden;
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    text-align: right;
    border-radius: 12px !important;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 1rem;
    left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(69, 64, 86, .7);
    font-size: .875rem;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 .125rem .125rem -0.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08);
}
.billing-cycle-radios label { cursor: pointer;}
.billing-cycle-radios{display:block;margin:0 auto;text-align:center}
.billing-cycle-radios.text-align-left{text-align:right}
.billed-yearly-label{display:none}
.billed-yearly .billed-yearly-label{display:block}
.billed-yearly .billed-monthly-label{display:none}
.recommended .pricing-plan-label{color:var(--theme-color-1)}
.recommended .pricing-plan-label span{color:var(--theme-color-1)}
@media (max-width:992px){
    .pricing-plans-container{display:block}
}
.billed-yearly-label, .billed-lifetime-label { display: none }
.billed-yearly .billed-yearly-label, .billed-lifetime .billed-lifetime-label { display: block }
.billed-yearly .billed-monthly-label, .billed-lifetime .billed-monthly-label { display: none }
.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.otp-inputs input {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-inputs input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#resultMessage {
    margin-top: 15px;
    font-size: 14px;
    color: #ff4c4c;
}

header.navbar.sticky-top {
    --qp-navbar-padding-y: 0.35rem;
}

header.navbar.sticky-top .qp-navbar-shell {
    gap: 0.25rem;
    flex-wrap: nowrap;
    min-width: 0;
}

header.navbar.sticky-top .navbar-brand {
    display: flex;
    align-items: center;
    line-height: 1;
}

header.navbar.sticky-top .navbar-brand img {
    display: block;
    width: auto;
    height: 50px;
    max-width: 84px;
    object-fit: contain;
}

header.navbar.sticky-top .qp-navbar-offcanvas {
    min-width: 0;
}

header.navbar.sticky-top .qp-navbar-actions {
    gap: 0.35rem !important;
}

header.navbar.sticky-top .navbar-nav {
    gap: 0.35rem;
}

header.navbar.sticky-top .navbar-nav .nav-link {
    padding-inline: 0.55rem;
    font-size: 0.92rem;
}

header.navbar.sticky-top .dropdown-menu .dropdown-item,
header.navbar.sticky-top .qp-software-menu .btn {
    font-size: 0.9rem;
}

header.navbar.sticky-top .navbar-nav .dropdown-toggle::after {
    margin-inline-start: 0.2rem;
}

header.navbar.sticky-top .qp-theme-switcher .btn,
header.navbar.sticky-top .qp-software-menu .btn {
    padding-inline: 0.4rem;
    white-space: nowrap;
}

html:not([data-bs-theme="dark"]) header.navbar.sticky-top .navbar-brand .logo-light,
html[data-bs-theme="light"] header.navbar.sticky-top .navbar-brand .logo-light,
html[data-bs-theme="dark"] header.navbar.sticky-top .navbar-brand .logo-dark {
    display: none;
}

html[data-bs-theme="dark"] header.navbar.sticky-top .navbar-brand .logo-light {
    display: block;
}

.qp-menu-language .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 2rem;
    padding: 0.25rem 0.45rem;
    border-radius: 8px;
    font-size: 0.75rem;
    line-height: 1;
}

@media (min-width: 992px) {
    header.navbar.sticky-top .qp-navbar-offcanvas {
        flex: 1 1 auto;
        min-width: 0;
    }

    header.navbar.sticky-top .qp-navbar-offcanvas .offcanvas-body {
        display: flex;
        min-width: 0;
        width: 100%;
        overflow: visible;
    }

    header.navbar.sticky-top .navbar-nav {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        min-width: 0;
        overflow: visible;
    }

    header.navbar.sticky-top .navbar-nav .nav-item {
        flex: 0 1 auto;
        min-width: 0;
        white-space: nowrap;
    }

    header.navbar.sticky-top .navbar-nav .nav-link {
        overflow: visible;
        text-overflow: ellipsis;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    header.navbar.sticky-top .qp-menu-language,
    header.navbar.sticky-top .qp-theme-switcher {
        display: none !important;
    }

    header.navbar.sticky-top .navbar-brand img {
        max-width: 78px;
    }

    header.navbar.sticky-top .navbar-nav .nav-link {
        padding-inline: 0.45rem;
        font-size: 0.84rem;
    }

    header.navbar.sticky-top .qp-navbar-actions .btn-sm {
        padding-inline: 0.4rem;
    }
}

@media (max-width: 991.98px) {
    header.navbar.sticky-top {
        --qp-navbar-padding-y: 0.25rem;
    }

    header.navbar.sticky-top .navbar-brand img {
        width: auto;
        height: 46px;
        max-width: 78px;
    }

    header.navbar.sticky-top .qp-navbar-offcanvas {
        --qp-offcanvas-width: min(280px, 82vw);
        border-inline-start: 1px solid rgba(69, 64, 86, 0.12);
        box-shadow: 0 0 40px rgba(25, 25, 35, 0.14);
    }

    header.navbar.sticky-top .qp-navbar-offcanvas .offcanvas-body {
        display: block;
    }

    header.navbar.sticky-top .qp-mobile-menu-header {
        min-height: 58px;
        padding: 0.8rem 1rem 0.7rem;
        border-bottom: 1px solid rgba(69, 64, 86, 0.1);
    }

    header.navbar.sticky-top .qp-mobile-menu-header .offcanvas-title {
        font-size: 0.95rem;
        font-weight: 700;
        color: #1f2937;
    }

    header.navbar.sticky-top .qp-mobile-menu-header .btn-close {
        width: 0.75rem;
        height: 0.75rem;
        padding: 0.55rem;
        border-radius: 8px;
        background-color: #f3f4f6;
        opacity: 0.8;
    }

    header.navbar.sticky-top .qp-mobile-menu-body {
        padding: 0.75rem 0.85rem 1rem;
    }

    header.navbar.sticky-top .qp-mobile-menu-body .navbar-nav {
        gap: 0.2rem;
    }

    header.navbar.sticky-top .qp-mobile-menu-body .nav-link,
    header.navbar.sticky-top .qp-mobile-menu-software .btn {
        min-height: 42px;
        padding: 0.58rem 0.7rem;
        border-radius: 8px;
        font-size: 0.9rem;
        font-weight: 600;
        color: #2b2538;
        text-align: right;
    }

    header.navbar.sticky-top .qp-mobile-menu-body .nav-link:hover,
    header.navbar.sticky-top .qp-mobile-menu-body .nav-link:focus,
    header.navbar.sticky-top .qp-mobile-menu-software .btn:hover,
    header.navbar.sticky-top .qp-mobile-menu-software .btn:focus {
        background-color: #f5f6f8;
        color: var(--theme-color-1);
    }

    header.navbar.sticky-top .qp-mobile-menu-body .dropdown-menu {
        margin-top: 0.2rem;
        padding: 0.35rem;
        border-radius: 8px;
        border-color: rgba(69, 64, 86, 0.12);
        box-shadow: 0 10px 24px rgba(25, 25, 35, 0.08);
    }

    header.navbar.sticky-top .qp-mobile-menu-body .dropdown-item {
        padding: 0.5rem 0.6rem;
        border-radius: 6px;
        font-size: 0.86rem;
    }

    header.navbar.sticky-top .qp-mobile-menu-listing {
        min-height: 42px;
        margin-top: 0.75rem !important;
        border-radius: 8px;
        font-weight: 700;
    }

    header.navbar.sticky-top .navbar-nav .nav-link {
        padding-inline: 0;
    }
}

.qp-map-legend-control,
.qp-map-search-control,
.qp-map-user-location-control {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(31, 27, 45, 0.16);
    color: #1f1b2d;
    font-family: var(--app-font-family, var(--bs-body-font-family, "Open Sans", sans-serif)) !important;
    font-size: 13px;
}

.leaflet-container,
.leaflet-container::after,
.leaflet-popup-content,
.leaflet-tooltip,
.leaflet-control,
.leaflet-control input,
.leaflet-control button,
.gm-style,
.gm-style input,
.gm-style button {
    font-family: var(--app-font-family, var(--bs-body-font-family, "Open Sans", sans-serif)) !important;
}

.qp-google-map-control {
    margin: 1rem 0 0 1rem;
}

.qp-map-user-location-control.qp-google-map-control {
    margin: 1rem 1rem 0 0;
}

.qp-map-user-location-control.qp-google-map-control + .zoomControlWrapper {
    margin: 1rem 1rem 0 0;
}

.zoomControlWrapper {
    position: static;
    width: auto;
}

.zoomControlWrapper > div {
    display: flex;
    gap: 0.35rem;
}

.qp-map-legend-control {
    padding: 0.55rem 0.7rem;
}

.qp-map-legend-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1.25;
    white-space: nowrap;
}

.qp-map-legend-item + .qp-map-legend-item {
    margin-top: 0.35rem;
}

.qp-map-legend-swatch {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(31, 27, 45, 0.16);
    flex: 0 0 auto;
}

.qp-map-legend-swatch-rent {
    background: #1f9d55;
}

.qp-map-legend-swatch-sale {
    background: #dc3545;
}

.qp-map-search-control {
    width: min(25rem, calc(100vw - 2rem));
    padding: 0.45rem;
}

.qp-map-search-form {
    display: flex;
    gap: 0.35rem;
}

.qp-map-search-form input {
    min-width: 0;
    flex: 1 1 auto;
    height: 2.1rem;
    padding: 0 0.6rem;
    border: 1px solid #d5d2dc;
    border-radius: 6px;
    font: inherit;
}

.qp-map-search-form button,
.qp-map-user-location-control button {
    height: 2.1rem;
    padding: 0 0.7rem;
    border: 0;
    border-radius: 6px;
    background: var(--qp-primary, #fd5631);
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.qp-map-search-form .qp-map-location-button {
    background: #1f1b2d;
}

.qp-map-search-message {
    min-height: 0;
    margin-top: 0.25rem;
    color: #6b6579;
    font-size: 12px;
    line-height: 1.3;
}

.qp-map-user-location-control {
    padding: 0.35rem;
}

@media (max-width: 575.98px) {
    .qp-google-map-control {
        margin: 0.95rem 0 0 0.75rem;
    }

    .qp-map-user-location-control.qp-google-map-control {
        margin: 0.95rem 0.75rem 0 0;
    }

    .qp-map-user-location-control.qp-google-map-control + .zoomControlWrapper {
        margin: 0.95rem 0.75rem 0 0;
    }

    .qp-map-search-control {
        width: min(19.5rem, calc(100vw - 1.5rem));
        padding: 0.35rem;
    }

    .qp-map-search-form {
        flex-direction: row;
        align-items: center;
        gap: 0.25rem;
    }

    .qp-map-search-form input {
        height: 1.95rem;
        padding-inline: 0.5rem;
        font-size: 12px;
    }

    .qp-map-search-form button,
    .qp-map-user-location-control button {
        height: 1.95rem;
        padding-inline: 0.5rem;
        font-size: 12px;
    }

    .qp-map-search-form .qp-map-location-button {
        padding-inline: 0.55rem;
    }

    .qp-map-search-message {
        margin-top: 0.15rem;
        font-size: 11px;
    }
}

.qp-home-listings {
    background: #fff;
}

.qp-home-listings > .container-fluid {
    max-width: none;
}

.qp-home-trust {
    border: 1px solid #e8edf0;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6fbf8 0%, #ffffff 54%, #fff7f4 100%);
    padding: 1rem;
}

.qp-home-trust-item {
    height: 100%;
    border: 1px solid rgba(31, 27, 45, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    padding: 0.85rem;
}

.qp-home-trust-item strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #1f1b2d;
    font-size: 0.92rem;
    line-height: 1.2;
}

.qp-home-trust-item span {
    display: block;
    color: #666276;
    font-size: 0.82rem;
    line-height: 1.45;
}

.qp-home-why {
    background: #f8fbfc;
}

.qp-home-why-media {
    position: relative;
    min-height: 22rem;
    border-radius: 8px;
    overflow: hidden;
}

.qp-home-why-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 22rem;
    object-fit: cover;
}

.qp-home-why-badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(31, 27, 45, 0.16);
    padding: 1rem;
}

.qp-home-why-badge strong,
.qp-home-why-badge span {
    display: block;
}

.qp-home-why-badge strong {
    margin-bottom: 0.3rem;
    color: #1f1b2d;
    font-size: 0.95rem;
}

.qp-home-why-badge span {
    color: #666276;
    font-size: 0.86rem;
    line-height: 1.4;
}

.qp-home-why .lead {
    color: #585469;
    font-size: 1.05rem;
    line-height: 1.6;
}

.qp-home-why-item {
    height: 100%;
    border: 1px solid #e2e8eb;
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
}

.qp-home-why-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 0.85rem;
    border-radius: 8px;
    background: rgba(var(--qp-primary-rgb, 253, 86, 49), 0.1);
    color: var(--qp-primary, #fd5631);
    font-size: 1.35rem;
}

.qp-home-why-item h3 {
    margin-bottom: 0.5rem;
    color: #1f1b2d;
    font-size: 1rem;
}

.qp-home-why-item p {
    margin-bottom: 0;
    color: #666276;
    font-size: 0.9rem;
    line-height: 1.5;
}

.qp-home-listing-section + .qp-home-listing-section {
    border-top: 1px solid #ece9f1;
}

.qp-home-section-ad {
    border: 1px solid #e8edf0;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(246, 251, 248, 0.96) 0%, rgba(255, 255, 255, 0.96) 56%, rgba(255, 247, 244, 0.96) 100%);
    padding: 1rem;
}

.qp-home-section-ad p {
    color: #666276;
    line-height: 1.55;
}

.qp-home-ad-visual {
    min-height: 9.5rem;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.qp-home-ad-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 9.5rem;
    object-fit: cover;
}

.qp-home-listing-heading {
    max-width: 42rem;
}

.qp-home-listing-eyebrow {
    margin-bottom: 0.35rem;
    color: var(--qp-primary, #fd5631);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.qp-home-view-all {
    border-radius: 8px;
    white-space: nowrap;
}

.qp-home-listing-tabs-wrap {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    scrollbar-width: thin;
}

.qp-home-listing-tabs {
    min-width: max-content;
    gap: 0.45rem;
}

.qp-home-listing-tabs .nav-link {
    border: 1px solid #e2dee9;
    border-radius: 8px;
    background: #fff;
    color: #3e394c;
    padding: 0.45rem 0.78rem;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

.qp-home-listing-tabs .nav-link:hover,
.qp-home-listing-tabs .nav-link:focus {
    border-color: rgba(var(--qp-primary-rgb, 253, 86, 49), 0.45);
    color: var(--qp-primary, #fd5631);
}

.qp-home-listing-tabs .nav-link.active {
    border-color: var(--qp-primary, #fd5631);
    background: var(--qp-primary, #fd5631);
    color: #fff;
    box-shadow: 0 8px 18px rgba(var(--qp-primary-rgb, 253, 86, 49), 0.18);
}

.qp-home-listing-empty {
    border: 1px dashed #d9d4e3;
    border-radius: 8px;
    background: #fbfafc;
    padding: 2rem;
    text-align: center;
}

.qp-home-listings .card-img-top.card-img-hover {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.qp-home-listings .card-img-top.card-img-hover .height250 {
    height: 100%;
    min-height: 0;
}

.qp-home-listings .card-body {
    min-height: 10.25rem;
}

.qp-home-sidebar-col {
    align-self: stretch;
}

@media (min-width: 1200px) {
    .qp-home-sidebar-col {
        width: clamp(15rem, 18vw, 20rem);
    }
}

.qp-home-sidebar {
    position: sticky;
    top: 5.75rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-left: 0.25rem;
    scrollbar-width: thin;
}

.qp-home-sidebar-logo {
    display: block;
    width: min(10rem, 100%);
    margin-bottom: 1rem;
}

.qp-home-sidebar-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.qp-home-sidebar-block {
    border: 1px solid #ece9f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 27, 45, 0.07);
    padding: 1rem;
}

.qp-home-sidebar-block + .qp-home-sidebar-block {
    margin-top: 1rem;
}

.qp-home-sidebar-list .list-group-item {
    border-color: #ece9f1;
    padding: 0.65rem 0;
    color: #3e394c;
    font-size: 0.9rem;
    font-weight: 650;
}

.qp-home-sidebar-list .list-group-item:first-child {
    padding-top: 0;
}

.qp-home-sidebar-list .list-group-item:last-child {
    padding-bottom: 0;
}

.qp-home-sidebar-list .list-group-item:hover,
.qp-home-sidebar-list .list-group-item:focus {
    color: var(--qp-primary, #fd5631);
}

.qp-home-sidebar-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid #e2dee9;
    border-radius: 8px;
    color: #3e394c;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.qp-home-sidebar-chip:hover,
.qp-home-sidebar-chip:focus {
    border-color: rgba(var(--qp-primary-rgb, 253, 86, 49), 0.45);
    color: var(--qp-primary, #fd5631);
}

.qp-home-sidebar-promo {
    background: linear-gradient(145deg, #f6fbf8 0%, #fff 58%, #fff7f4 100%);
}

.qp-home-sidebar-promo p {
    color: #666276;
    font-size: 0.88rem;
    line-height: 1.45;
}

.qp-home-sidebar-ad-card {
    overflow: hidden;
}

.qp-home-sidebar-ad-card p {
    color: #666276;
    font-size: 0.84rem;
    line-height: 1.45;
}

.qp-home-sidebar-ad-image {
    display: block;
    width: calc(100% + 2rem);
    height: 7.5rem;
    min-height: 7.5rem;
    margin: -1rem -1rem 0.85rem;
    object-fit: cover;
}

.qp-home-sidebar-ad {
    overflow: hidden;
}

.qp-home-sidebar-ad img,
.qp-home-sidebar-ad iframe,
.qp-home-sidebar-ad ins {
    max-width: 100%;
}

.qp-home-sidebar-ad:empty {
    display: none;
}

.qp-home-reviews {
    background: #fff;
}

.qp-review-marquee {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
}

.qp-review-marquee-row {
    overflow: hidden;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    padding: 0.25rem;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.qp-review-marquee-track {
    display: flex;
    width: max-content;
    gap: 1rem;
    will-change: transform;
}

.qp-review-marquee-group {
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
}

.qp-review-marquee-left .qp-review-marquee-track {
    animation: qpReviewMarqueeLeft 42s linear infinite;
}

.qp-review-marquee-right .qp-review-marquee-track {
    animation: qpReviewMarqueeRight 48s linear infinite;
}

.qp-review-marquee-row:hover .qp-review-marquee-track {
    animation-play-state: paused;
}

.qp-review-slide {
    flex: 0 0 clamp(18rem, 30vw, 25rem);
    width: clamp(18rem, 30vw, 25rem);
    max-width: calc(100vw - 2rem);
}

.qp-review-card {
    height: 100%;
    min-height: 15.5rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5eaed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 27, 45, 0.06);
    padding: 1rem;
}

.qp-review-avatar {
    display: block;
    flex: 0 0 52px;
    border-radius: 8px;
    object-fit: cover;
}

.qp-review-card h3 {
    color: #1f1b2d;
}

.qp-review-card p {
    color: #666276;
    font-size: 0.84rem;
}

.qp-review-stars {
    color: #f7b731;
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
}

.qp-review-card blockquote {
    color: #3e394c;
    font-size: 0.95rem;
    line-height: 1.55;
}

.qp-review-location {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    min-height: 1.85rem;
    border-radius: 8px;
    background: #f4f8f7;
    color: #346052;
    padding: 0.35rem 0.6rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.qp-footer {
    overflow: hidden;
}

.qp-footer-hero {
    border-bottom: 1px solid rgba(31, 27, 45, 0.08);
    padding-bottom: 2rem;
}

.qp-footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qp-footer-brand-text {
    max-width: 42rem;
    color: #666276;
    font-size: 1rem;
    line-height: 1.65;
}

.qp-footer-image {
    position: relative;
    min-height: 18rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(31, 27, 45, 0.14);
}

.qp-footer-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 18rem;
    object-fit: cover;
}

.qp-footer-image-note {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.95rem;
}

.qp-footer-image-note strong,
.qp-footer-image-note span {
    display: block;
}

.qp-footer-image-note strong {
    margin-bottom: 0.25rem;
    color: #1f1b2d;
    font-size: 0.94rem;
}

.qp-footer-image-note span {
    color: #666276;
    font-size: 0.84rem;
    line-height: 1.45;
}

.qp-footer-title {
    margin-bottom: 1rem;
    color: #1f1b2d;
    font-weight: 800;
}

.qp-footer-links .nav-link {
    color: #5c586a;
    line-height: 1.45;
}

.qp-footer-links .nav-link:hover,
.qp-footer-links .nav-link:focus {
    color: var(--qp-primary, #fd5631);
}

.qp-footer-social .btn {
    border-radius: 8px !important;
}

.qp-footer-newsletter {
    height: 100%;
    border: 1px solid rgba(31, 27, 45, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.66);
    padding: 1.25rem;
}

.qp-footer-newsletter p {
    color: #666276;
    font-size: 0.9rem;
    line-height: 1.55;
}

.qp-footer-newsletter .form-group {
    max-width: none;
}

.qp-footer-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.qp-footer-trust-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    border: 1px solid rgba(31, 27, 45, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
    color: #3e394c;
    padding: 0.55rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
}

.qp-footer-trust-strip i {
    color: var(--qp-primary, #fd5631);
}

@keyframes qpReviewMarqueeLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@keyframes qpReviewMarqueeRight {
    from {
        transform: translateX(calc(-50% - 0.5rem));
    }

    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .qp-review-marquee-track {
        animation: none;
        transform: none;
    }
}

@media (max-width: 1199.98px) {
    .qp-home-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .qp-footer-trust-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .qp-home-listings {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .qp-home-listing-tabs .nav-link {
        padding: 0.42rem 0.65rem;
        font-size: 0.82rem;
    }

    .qp-home-view-all {
        width: 100%;
    }

    .qp-home-trust {
        padding: 0.85rem;
    }

    .qp-home-section-ad {
        padding: 0.85rem;
    }

    .qp-home-ad-visual {
        min-height: 8rem;
    }

    .qp-home-why-media,
    .qp-home-why-media img {
        min-height: 18rem;
    }

    .qp-review-slide {
        flex-basis: calc(100vw - 2rem);
        width: calc(100vw - 2rem);
    }

    .qp-footer-hero {
        padding-bottom: 1.5rem;
    }

    .qp-footer-image,
    .qp-footer-image img {
        min-height: 15rem;
    }

    .qp-home-listings .card-body {
        min-height: 0;
    }
}
