.nr-property-single {
    background: #f4f7fb;
    padding: 150px 0 64px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
}

body.nr-property-single-page,
body.nr-property-single-page #page,
body.nr-property-single-page .site,
body.nr-property-single-page .site-content,
body.nr-property-single-page .site-main,
body.nr-property-single-page #content,
body.nr-property-single-page .entry-content {
    max-width: 100%;
    overflow-x: clip;
}

body.nr-property-single-page {
    overflow-x: hidden;
}

body.nr-property-single-page.hostinger-ai-builder-elementor {
    padding-top: 75px;
}

body.nr-property-single-page #page,
body.nr-property-single-page .site,
body.nr-property-single-page .site-content,
body.nr-property-single-page .site-main,
body.nr-property-single-page #content,
body.nr-property-single-page .entry-content,
body.nr-property-single-page .elementor-section-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.logged-in.admin-bar.nr-property-single-page.hostinger-ai-builder-elementor {
    padding-top: 107px;
}

.nr-property-single__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.nr-property-single__header {
    margin-bottom: 24px;
}

.nr-property-single__header-row {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px;
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.nr-property-single__header-row .nr-property-single__title {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.nr-property-single__header-row .nr-property-actions {
    margin-top: 4px;
    flex: 0 0 auto;
    flex-wrap: wrap;
    max-width: 100%;
}

.nr-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    border: 1px solid #d8e0ea !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #56647a !important;
    font-family: Figtree, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 7px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.nr-property-single__title {
    margin: 0;
    font-family: Figtree, sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #1b2433 !important;
    line-height: 1.25 !important;
}

.nr-property-single__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.nr-property-single__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    color: #56647a;
}

.nr-property-single__meta-item.is-location {
    color: #0894e1;
}

.nr-property-single__meta-item.is-location a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.nr-property-single__meta-item.is-location a:hover {
    color: #067bbd;
}

.nr-property-single__meta-item.is-code {
    padding: 4px 10px;
    border-radius: 999px;
    background: #edf7fd;
    color: #0894e1;
    font-weight: 600;
}

.nr-property-single__meta-item.is-metro {
    color: #56647a;
}

.nr-property-single__meta-item.is-metro .nr-metro-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    object-fit: contain;
}

.nr-property-single__meta-item.is-metro i {
    color: #f59e0b;
}

.nr-property-single__gallery {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 6px;
    margin-bottom: 20px;
    height: 340px;
    overflow: hidden;
    border-radius: 14px;
}

.nr-property-single__gallery-main,
.nr-property-single__gallery-thumb {
    overflow: hidden;
    border-radius: 0;
    background: #e8edf3;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.nr-property-single__gallery-main {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.nr-property-single__gallery-main img,
.nr-property-single__gallery-thumb img,
.nr-property-single__gallery-placeholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.nr-property-single__gallery-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    height: 100%;
    min-height: 0;
}

.nr-property-single__gallery-thumb {
    position: relative;
    min-height: 0;
    height: 100%;
    display: block;
    width: 100%;
}

.nr-property-single__gallery-thumb.has-more::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.nr-property-single__gallery-more {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 28px;
    font-weight: 700;
    pointer-events: none;
}

body.nr-gallery-lightbox-open {
    overflow: hidden;
}

.nr-property-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000000;
}

.nr-property-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.88);
}

.nr-property-gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 72px 24px 24px;
    box-sizing: border-box;
}

.nr-property-gallery-lightbox__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    cursor: pointer;
}

.nr-property-gallery-lightbox__icon {
    display: block;
    flex: 0 0 auto;
}

.nr-property-gallery-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 0;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    cursor: pointer;
}

.nr-property-gallery-lightbox__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.nr-property-gallery-lightbox__nav.is-prev {
    left: 20px;
}

.nr-property-gallery-lightbox__nav.is-next {
    right: 20px;
}

.nr-property-gallery-lightbox__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    flex: 1;
    min-height: 0;
}

.nr-property-gallery-lightbox__stage img {
    max-width: 100%;
    max-height: calc(100vh - 220px);
    border-radius: 12px;
    object-fit: contain;
}

.nr-property-gallery-lightbox__counter {
    margin-top: 16px;
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.nr-property-gallery-lightbox__thumbs {
    display: flex;
    gap: 10px;
    max-width: 100%;
    margin-top: 18px;
    padding-bottom: 8px;
    overflow-x: auto;
}

.nr-property-gallery-lightbox__thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 54px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.nr-property-gallery-lightbox__thumb.is-active {
    border-color: #0894e1;
    opacity: 1;
}

.nr-property-gallery-lightbox__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nr-property-single__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    padding: 22px 24px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.nr-property-single__stat {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nr-property-single__stat i {
    font-size: 28px;
    color: #0894e1;
}

.nr-property-single__stat strong {
    display: block;
    font-family: Figtree, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b2433;
    line-height: 1.2;
}

.nr-property-single__stat span {
    font-family: Figtree, sans-serif;
    font-size: 14px;
    color: #8b97a8;
}

.nr-property-single__price {
    margin-bottom: 20px;
    font-family: Figtree, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1b2433;
}

.nr-property-single .card {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    padding: 24px;
}

.nr-property-single__description {
    margin-bottom: 20px;
}

.nr-property-single__description h2,
.nr-property-single__details h2,
.nr-property-single__amenities h2,
.nr-property-single__map h2 {
    margin: 0 0 16px;
    font-family: Figtree, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1b2433;
}

.nr-property-single__description-text {
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.nr-property-single__description-text p {
    margin: 0 0 12px;
}

.nr-property-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.nr-property-single__tags span {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f6fa;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 14px;
}

.nr-property-single__details {
    margin-bottom: 20px;
}

.nr-property-single__details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.nr-property-single__details-grid span {
    display: block;
    margin-bottom: 6px;
    color: #8b97a8;
    font-family: Figtree, sans-serif;
    font-size: 14px;
}

.nr-property-single__details-grid strong {
    color: #1b2433;
    font-family: Figtree, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.nr-property-single__video-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #e8f8ef;
    color: #1f7a45;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.nr-property-single__amenities {
    margin-bottom: 20px;
}

.nr-property-single__amenities-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.nr-property-single__amenity {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    color: #b0bac7;
    font-family: Figtree, sans-serif;
    font-size: 14px;
}

.nr-property-single__amenity i {
    flex: 0 0 18px;
    width: 18px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #c5ced8;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.nr-property-single__amenity.is-active {
    background: #fff;
    color: #1b2433;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.nr-property-single__amenity.is-active i {
    color: #0894e1;
}

.nr-property-single__map-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.nr-property-single__map-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nr-property-single__map-filters button {
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #56647a;
    font-family: Figtree, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.nr-property-single__map-filters button.is-active {
    border-color: #0894e1;
    background: #0894e1;
    color: #fff;
}

.nr-property-single__map-frame {
    overflow: hidden;
    border-radius: 16px;
}

.nr-property-single__map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

@media (max-width: 992px) {
    .nr-property-single {
        padding: 110px 0 48px;
    }

    .nr-property-single__gallery,
    .nr-property-single__details-grid,
    .nr-property-single__amenities-grid,
    .nr-property-single__stats {
        grid-template-columns: 1fr 1fr;
    }

    .nr-property-single__gallery {
        grid-template-columns: 1fr;
        height: auto;
        aspect-ratio: 16 / 10;
        width: 100%;
        max-width: 100%;
    }

    .nr-property-single__gallery-side {
        display: none;
    }

    .nr-property-single__header-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px;
    }

    .nr-property-single__header-row .nr-property-actions {
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .nr-property-single__title {
        font-size: 22px !important;
    }

    .nr-property-single__map-frame,
    .nr-property-single__map-frame iframe {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .nr-property-single {
        padding: 140px 0 40px;
    }

    .nr-property-single__inner {
        padding: 0 14px;
    }

    .nr-property-single__stats,
    .nr-property-single__details-grid,
    .nr-property-single__amenities-grid {
        grid-template-columns: 1fr;
    }

    .nr-property-single__stats {
        padding: 16px;
        gap: 14px;
    }

    .nr-property-single__stat {
        gap: 10px;
    }

    .nr-property-single__stat i {
        font-size: 22px;
    }

    .nr-property-single__stat strong {
        font-size: 18px;
    }

    .nr-property-single .card {
        padding: 16px;
    }

    .nr-property-single__gallery {
        aspect-ratio: 4 / 3;
        border-radius: 12px;
    }

    .nr-property-single__map-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .nr-property-single__header-row .nr-property-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .nr-property-single__header-row .nr-book-now-btn,
    .nr-property-single__header-row .nr-whatsapp-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .nr-property-single__header-row .nr-share-btn {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .nr-property-single__price {
        font-size: 26px;
    }

    .nr-property-single__meta {
        gap: 10px 14px;
    }

    .nr-property-gallery-lightbox__dialog {
        width: 100%;
        max-width: 100%;
        padding: 56px 12px 16px;
        box-sizing: border-box;
    }
}
@media(max-width: 767px) {
    .elementskit-menu-overlay {
        left: -105% !important;
    }
}
