/**
* Theme Name: Starpath Holding
* Description: Child theme for Starpath Holding based on Spaciaz.
* Author: Starpath
* Template: spaciaz
* Version: 1.0.55
* Text Domain: starpath-holding
*/

/* Spaciaz Post Grid: remove the animated title underline from Modern Card style. */
.elementor-widget-spaciaz-post-grid .elementor-post-modern-card .blog-modern-card .entry-title a,
.elementor-widget-spaciaz-post-grid .elementor-post-modern-card .blog-modern-card .entry-title a:hover,
.elementor-widget-spaciaz-post-grid .elementor-post-modern-card .blog-modern-card .entry-title a:focus {
    background-image: none;
    background-size: 0;
    text-decoration: none;
}

.starpath-contact-split {
    display: flex;
    align-items: center;
    gap: 44px;
    width: 100%;
}

.starpath-contact-split__content {
    flex: 0 0 43%;
    min-width: min(420px, 100%);
}

.starpath-contact-split__items {
    display: grid;
    gap: 0;
    width: 100%;
}

.starpath-contact-split__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
    padding: 28px 0;
    color: inherit;
    text-decoration: none;
    min-width: 0;
    word-break: normal;
    overflow-wrap: normal;
}

.starpath-contact-split__item + .starpath-contact-split__item {
    border-top: 1px solid #363636;
}

.starpath-contact-split__item-title {
    display: block;
    margin-bottom: 18px;
    color: #938500;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.2;
    font-weight: 500;
    word-break: normal;
    overflow-wrap: normal;
}

.starpath-contact-split__item-text {
    display: block;
    color: #363636;
    font-size: 16px;
    line-height: 1.55;
    word-break: normal;
    overflow-wrap: normal;
}

.starpath-contact-split__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #938500;
    font-size: 28px;
    line-height: 1;
}

.starpath-contact-split__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.starpath-contact-split__item-title,
.starpath-contact-split__item-text,
.starpath-contact-split__icon,
.starpath-contact-split__icon svg,
.starpath-contact-split__item + .starpath-contact-split__item {
    transition: color 220ms ease, fill 220ms ease, border-color 220ms ease;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-contact-split__item-text {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-contact-split__item-title {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-contact-split__icon,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-contact-split__icon svg {
    color: #fff !important;
    fill: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-contact-split__item + .starpath-contact-split__item {
    border-top-color: rgba(255, 255, 255, 0.18) !important;
}

.starpath-contact-split__image {
    flex: 1 1 0;
    min-width: 0;
    min-height: 500px;
    overflow: hidden;
}

.starpath-contact-split__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .starpath-contact-split {
        align-items: stretch;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .starpath-contact-split {
        flex-direction: column;
        gap: 30px;
    }

    .starpath-contact-split__content {
        max-width: none;
        min-width: 0;
        flex: 0 1 auto !important;
        width: 100%;
    }

    .starpath-contact-split__item {
        gap: 16px;
        padding: 22px 0;
    }

    .starpath-contact-split__item-title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .starpath-contact-split__item-text {
        font-size: 15px;
    }

    .starpath-contact-split__image {
        width: 100%;
        min-height: 280px;
    }
}

.project-item.real-estate-card {
    transition: box-shadow 320ms ease, transform 320ms ease;
}

/* Homepage hero: scroll to the next section. */
.elementor-element-376b3e0 {
    position: relative;
}

.starpath-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 8;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 42px;
    padding: 4px;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    cursor: pointer;
    transform: translateX(-50%);
}

.starpath-hero-scroll__mouse {
    position: relative;
    display: block;
    width: 19px;
    height: 30px;
    border: 2px solid currentColor;
    border-radius: 12px;
}

.starpath-hero-scroll__mouse::before {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 3px;
    height: 6px;
    border-radius: 3px;
    background: currentColor;
    content: "";
    transform: translateX(-50%);
    animation: starpath-scroll-wheel 1.5s ease-in-out infinite;
}

.starpath-hero-scroll__arrow {
    position: relative;
    display: block;
    width: 2px;
    height: 15px;
    background: currentColor;
}

.starpath-hero-scroll__arrow::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translate(-50%, 0) rotate(45deg);
}

.starpath-hero-scroll:hover,
.starpath-hero-scroll:focus-visible {
    color: #fff !important;
    background: transparent !important;
}

.starpath-hero-scroll:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
    border-radius: 20px;
}

@keyframes starpath-scroll-wheel {
    0%, 100% { opacity: 0; transform: translate(-50%, 0); }
    35% { opacity: 1; }
    70% { opacity: 0; transform: translate(-50%, 8px); }
}

@media (max-width: 767px) {
    .starpath-hero-scroll {
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%) scale(.88);
        transform-origin: bottom center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .starpath-hero-scroll__mouse::before {
        animation: none;
    }
}

.single-post #primary.content-area {
    width: 100% !important;
    float: none !important;
}

.single-post #primary.content-area:before,
.single-post #secondary {
    display: none !important;
}

.single-post .breadcrumb-wrap {
    display: none !important;
}

.starpath-blog-single {
    background: #fff;
}

.starpath-blog-hero {
    position: relative;
    min-height: clamp(500px, 46vw, 660px);
    display: flex;
    align-items: center;
    background-color: #202020;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.starpath-blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.72));
}

.starpath-blog-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1290px, calc(100% - 40px));
    margin: 0 auto;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.starpath-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    justify-content: center;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 700;
}

.starpath-blog-meta a {
    color: #fff;
}

.starpath-blog-meta span:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 12px 2px 0;
    border-radius: 50%;
    background: #df1f2d;
}

.starpath-blog-title {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(30px, 3.3vw, 50px);
    line-height: 1.08;
    letter-spacing: 0;
}

.starpath-blog-shell {
    width: min(1290px, calc(100% - 40px));
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
    align-items: start;
    margin: 0 auto;
    padding: 56px 0 90px;
}

.starpath-blog-content {
    min-width: 0;
}

.starpath-blog-article-content {
    color: #202020;
    font-size: 17px;
    line-height: 1.78;
}

.starpath-blog-article-content > *:first-child {
    margin-top: 0;
}

.starpath-blog-article-content h2,
.starpath-blog-article-content h3,
.starpath-blog-article-content h4 {
    margin: 38px 0 16px;
    color: #111;
    line-height: 1.2;
}

.starpath-blog-article-content h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.starpath-blog-article-content h3 {
    font-size: clamp(23px, 2.3vw, 32px);
}

.starpath-blog-article-content p,
.starpath-blog-article-content ul,
.starpath-blog-article-content ol,
.starpath-blog-article-content table {
    margin-bottom: 22px;
}

.starpath-blog-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.starpath-blog-article-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.starpath-blog-article-content th,
.starpath-blog-article-content td {
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
}

.starpath-blog-projects {
    position: sticky;
    top: 120px;
}

.starpath-blog-projects-card {
    padding: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(17, 17, 17, 0.12);
}

.starpath-blog-projects-card h2 {
    margin: 0 0 20px;
    color: #111;
    font-size: 24px;
    line-height: 1.14;
}

.starpath-blog-project-list {
    display: grid;
    gap: 14px;
}

.starpath-blog-project-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    color: #111;
    background: #f7f7f7;
    text-decoration: none;
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.starpath-blog-project-item:hover {
    color: #111;
    background: #F4F4F4;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
    transform: translateY(-2px);
}

.starpath-blog-project-thumb {
    display: block;
    aspect-ratio: 1.2 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #e9e9e9;
}

.starpath-blog-project-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.starpath-blog-project-info strong {
    display: block;
    color: inherit;
    font-size: 15px;
    line-height: 1.22;
}

.starpath-blog-project-info small {
    display: block;
    margin-top: 6px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
}

.starpath-blog-project-more {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 13px 20px;
    border-radius: 999px;
    background: #df1f2d;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
}

.starpath-blog-project-more:hover {
    background: #111;
    color: #fff !important;
}

.starpath-blog-project-empty {
    margin: 0;
    color: #666;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode).single-post,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-single {
    background: #111;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content h2,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content h3,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content h4 {
    color: #fff;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content {
    color: #fff;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content th,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-article-content td {
    border-color: rgba(255, 255, 255, 0.14);
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-projects-card {
    background: #1b1b1b;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-projects-card h2,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-project-item {
    color: #fff;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-project-item {
    background: #242424;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-project-item:hover {
    background: #2d2021;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-project-info small,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-blog-project-empty {
    color: #fff;
}

@media (max-width: 1024px) {
    .starpath-blog-shell {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 52px;
    }

    .starpath-blog-projects {
        position: static;
    }

    .starpath-blog-project-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .starpath-blog-project-item {
        grid-template-columns: 1fr;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .starpath-blog-hero {
        min-height: 500px;
    }

    .starpath-blog-hero-inner,
    .starpath-blog-shell {
        width: min(100% - 28px, 1290px);
    }

    .starpath-blog-hero-inner {
        padding: 70px 0;
    }

    .starpath-blog-title {
        font-size: clamp(26px, 7vw, 34px);
        line-height: 1.12;
    }

    .starpath-blog-shell {
        padding: 38px 0 64px;
    }

    .starpath-blog-article-content {
        font-size: 16px;
        line-height: 1.72;
    }

    .starpath-blog-projects-card {
        padding: 18px;
        border-radius: 12px;
    }

    .starpath-blog-project-list {
        grid-template-columns: 1fr;
    }

    .starpath-blog-project-item {
        grid-template-columns: 92px minmax(0, 1fr);
    }
}

.project-item.real-estate-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 34px 70px rgba(17, 24, 39, 0.24);
}

.project-item.real-estate-card .project-post-thumbnail.real-estate-card-image:after {
    transition: background 320ms ease, backdrop-filter 320ms ease;
}

.project-item.real-estate-card .project-post-thumbnail.real-estate-card-image {
    margin-bottom: 0 !important;
}

.project-item.real-estate-card .project-content.real-estate-card-content,
.project-item.project-style-2.real-estate-card .project-content.real-estate-card-content,
.project-item.project-style-7.real-estate-card .project-content.real-estate-card-content {
    bottom: 62px !important;
}

.project-item.real-estate-card .project-post-thumbnail.real-estate-card-image img {
    display: block;
    transition: transform 320ms ease, filter 320ms ease, opacity 320ms ease;
}

.project-item.real-estate-card:hover .project-post-thumbnail.real-estate-card-image img {
    transform: scale(1.08) !important;
    filter: blur(2px) saturate(0.96) !important;
    opacity: 0.62 !important;
}

.project-item.real-estate-card:hover .project-post-thumbnail.real-estate-card-image:after {
    background: rgba(0, 0, 0, 0.35) !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.project-item.real-estate-card .real-estate-card-sold-seal {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    min-height: 58px;
    padding: 12px 24px;
    border: 4px solid #df1f2d;
    border-radius: 12px;
    color: #fff;
    background: rgba(223, 31, 45, 0.92);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: rotate(-12deg);
    pointer-events: none;
}

.project-item.real-estate-card .real-estate-card-sold-seal:before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px dashed rgba(255, 255, 255, 0.72);
    border-radius: 7px;
}

.project-item.real-estate-card .real-estate-card-details {
    width: min(100%, 350px);
    gap: 10px;
}

.project-item.real-estate-card .real-estate-card-overlay:not(.real-estate-card-sold-overlay) {
    padding-top: 64px;
    padding-bottom: 20px;
}

.project-item.real-estate-card .real-estate-card-detail {
    min-height: 92px;
    padding: 12px 10px;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    background: rgba(255, 255, 255, 0.92);
    color: #111 !important;
}

.project-item.real-estate-card .real-estate-card-detail i {
    font-size: 21px;
}

.project-item.real-estate-card .real-estate-card-detail,
.project-item.real-estate-card .real-estate-card-detail *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .project-item.real-estate-card .real-estate-card-detail,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .project-item.real-estate-card .real-estate-card-detail * {
    color: #111 !important;
    opacity: 1 !important;
}

.project-item.real-estate-card .real-estate-card-detail i,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .project-item.real-estate-card .real-estate-card-detail i {
    color: #df1f2d !important;
}

.spaciaz-project-filter .project-form-filter .filter-wrap-button button {
    color: #fff !important;
}

.starpath-real-estate-pagination {
    margin-top: 48px;
}

.spaciaz-real-estate-shortcode + .pagination,
.spaciaz-projects-shortcode + .pagination,
.starpath-real-estate-pagination {
    margin-top: 46px;
    text-align: center;
}

.spaciaz-real-estate-shortcode + .pagination ul.page-numbers,
.spaciaz-projects-shortcode + .pagination ul.page-numbers,
.starpath-real-estate-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.spaciaz-real-estate-shortcode + .pagination li,
.spaciaz-projects-shortcode + .pagination li,
.starpath-real-estate-pagination li {
    margin: 0;
}

.spaciaz-real-estate-shortcode + .pagination ul.page-numbers li .page-numbers,
.spaciaz-projects-shortcode + .pagination ul.page-numbers li .page-numbers,
.starpath-real-estate-pagination ul.page-numbers li .page-numbers,
.spaciaz-real-estate-shortcode + .pagination .page-numbers,
.spaciaz-projects-shortcode + .pagination .page-numbers,
.starpath-real-estate-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 15px !important;
    color: #111 !important;
    background: #fff !important;
    border: 1px solid rgba(17, 17, 17, 0.18) !important;
    border-radius: 5px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: none;
    box-shadow: none !important;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.spaciaz-real-estate-shortcode + .pagination ul.page-numbers li .page-numbers.current,
.spaciaz-projects-shortcode + .pagination ul.page-numbers li .page-numbers.current,
.starpath-real-estate-pagination ul.page-numbers li .page-numbers.current,
.spaciaz-real-estate-shortcode + .pagination a.page-numbers:hover,
.spaciaz-real-estate-shortcode + .pagination .page-numbers.current,
.spaciaz-projects-shortcode + .pagination a.page-numbers:hover,
.spaciaz-projects-shortcode + .pagination .page-numbers.current,
.starpath-real-estate-pagination a.page-numbers:hover,
.starpath-real-estate-pagination .page-numbers.current {
    color: #fff !important;
    background: #df1f2d !important;
    border-color: #df1f2d !important;
}

.spaciaz-real-estate-shortcode + .pagination .prev,
.spaciaz-real-estate-shortcode + .pagination .next,
.spaciaz-projects-shortcode + .pagination .prev,
.spaciaz-projects-shortcode + .pagination .next,
.starpath-real-estate-pagination .prev,
.starpath-real-estate-pagination .next {
    min-width: 88px;
    font-weight: 600;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-real-estate-shortcode + .pagination .page-numbers,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-projects-shortcode + .pagination .page-numbers,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-real-estate-pagination .page-numbers {
    color: #111;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-real-estate-shortcode + .pagination a.page-numbers:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-real-estate-shortcode + .pagination .page-numbers.current,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-projects-shortcode + .pagination a.page-numbers:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-projects-shortcode + .pagination .page-numbers.current,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-real-estate-pagination a.page-numbers:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .starpath-real-estate-pagination .page-numbers.current {
    color: #fff;
    background: #df1f2d;
    border-color: #df1f2d;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter input,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter select {
    background-color: #fff !important;
    color: #1f2933 !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: #1f2933;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter input::placeholder {
    color: #5f6b76 !important;
    opacity: 1;
    -webkit-text-fill-color: #5f6b76;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter select option {
    background-color: #fff !important;
    color: #1f2933 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter .filter-wrap:after,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-project-filter .project-form-filter .filter-wrap i {
    color: #1f2933 !important;
}

@media (max-width: 980px) {
    .project-item.real-estate-card {
        min-height: 470px;
    }
}

@media (max-width: 640px) {
    .project-item.real-estate-card {
        min-height: 430px;
    }

    .project-item.real-estate-card .project-content.real-estate-card-content {
        left: 20px;
        right: 20px;
        bottom: 62px !important;
    }

    .project-item.real-estate-card .project-content.real-estate-card-content .project-title a {
        font-size: 24px;
    }
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-47 .elementor-element.elementor-element-8f050db,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-47 .elementor-element.elementor-element-8f050db:not(.elementor-motion-effects-element-type-background),
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-47 .elementor-element.elementor-element-8f050db > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #111 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-47 .elementor-element.elementor-element-8f050db :is(.elementor-icon-box-title, .elementor-icon-box-title span, .elementor-widget-text-editor, .elementor-widget-text-editor *, p) {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-47 .elementor-element.elementor-element-8f050db .elementor-divider-separator {
    border-color: rgba(255, 255, 255, 0.16) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 :is(
    .elementor-element-2004981,
    .elementor-element-29893d1,
    .elementor-element-3833742,
    .elementor-element-3eadffa,
    .elementor-element-42005bf,
    .elementor-element-52435ef,
    .elementor-element-5c1e869,
    .elementor-element-956a864,
    .elementor-element-98dcd39,
    .elementor-element-aca9819,
    .elementor-element-bbc8be6,
    .elementor-element-bf85344,
    .elementor-element-ca1405e,
    .elementor-element-d444efb
),
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 :is(
    .elementor-element-2004981,
    .elementor-element-29893d1,
    .elementor-element-3833742,
    .elementor-element-3eadffa,
    .elementor-element-42005bf,
    .elementor-element-52435ef,
    .elementor-element-5c1e869,
    .elementor-element-956a864,
    .elementor-element-98dcd39,
    .elementor-element-aca9819,
    .elementor-element-bbc8be6,
    .elementor-element-bf85344,
    .elementor-element-ca1405e,
    .elementor-element-d444efb
) > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #111 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 :is(
    .elementor-element-2004981,
    .elementor-element-29893d1,
    .elementor-element-3833742,
    .elementor-element-3eadffa,
    .elementor-element-42005bf,
    .elementor-element-52435ef,
    .elementor-element-5c1e869,
    .elementor-element-956a864,
    .elementor-element-98dcd39,
    .elementor-element-aca9819,
    .elementor-element-bbc8be6,
    .elementor-element-bf85344,
    .elementor-element-ca1405e,
    .elementor-element-d444efb
) .elementor-heading-title {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 .elementor-widget-spaciaz-horizontal-scroll .horizontal-scroll-arrow {
    background: #111 !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    opacity: 1 !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 .elementor-widget-spaciaz-horizontal-scroll .horizontal-scroll-arrow:hover:not(:disabled) {
    background: #df1f2d !important;
    border-color: #df1f2d !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 .elementor-widget-spaciaz-horizontal-scroll .horizontal-scroll-arrow:disabled {
    background: rgba(17, 17, 17, 0.72) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.62) !important;
    opacity: 1 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-49 .elementor-widget-spaciaz-horizontal-scroll .horizontal-scroll-arrow svg {
    fill: currentColor !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode).single-spaciaz_project,
:is(html.starpath-dark-mode body, body.starpath-dark-mode).single-spaciaz_project #page,
:is(html.starpath-dark-mode body, body.starpath-dark-mode).single-spaciaz_project #content,
:is(html.starpath-dark-mode body, body.starpath-dark-mode).single-spaciaz_project .site-content,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single {
    background: #111 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single :is(
    .real-estate-title,
    .real-estate-section h2,
    .real-estate-key-details h3,
    .real-estate-feature-group-title,
    .real-estate-feature-card h3,
    .real-estate-feature-card h4,
    .real-estate-address-card h3,
    .real-estate-request h2,
    .real-estate-project-nav a,
    .real-estate-key-details strong,
    .real-estate-fact-text strong
) {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single :is(
    .real-estate-content,
    .real-estate-content *,
    .real-estate-key-details li,
    .real-estate-location-line,
    .real-estate-address-card,
    .real-estate-address-card *,
    .real-estate-fact-text span
) {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single :is(
    .real-estate-facts,
    .real-estate-section
) {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-fact-icon {
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-address-card,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-map-card,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-project-nav {
    background: #161616 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-project-nav > div + div {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-media-tabs button:not(.is-active) {
    background: #181818 !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-media-arrow:hover {
    background: #fff !important;
    color: #111 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-request-form input,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-request-form textarea {
    background: #1b1b1b !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-request-form input::placeholder,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-request-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
}

.real-estate-single .real-estate-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 32px !important;
    padding: 18px 0 28px !important;
    margin: 0 0 22px !important;
    border-top: 1px solid #e8e8e8 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Keep a lone final project fact centered beneath a complete row of three. */
@media (min-width: 768px) {
    .real-estate-single .real-estate-fact:last-child:nth-child(3n + 1) {
        grid-column: 2;
    }
}

@media (max-width: 767px) {
    .real-estate-single .real-estate-facts {
        grid-template-columns: 1fr !important;
    }
}

.real-estate-single .real-estate-fact {
    min-height: auto !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
}

.real-estate-single .real-estate-fact-icon {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #101010 !important;
    font-size: 18px !important;
}

.real-estate-single .real-estate-fact-text span {
    margin-bottom: 5px !important;
    color: #555 !important;
    font-size: 12px !important;
}

.real-estate-single .real-estate-fact-text strong {
    color: #111 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-facts {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-fact {
    background: transparent !important;
    box-shadow: none !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-fact-icon {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-fact-text span {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-fact-text strong {
    color: #fff !important;
}

.real-estate-single .real-estate-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.real-estate-single .real-estate-feature-card {
    min-height: 82px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    padding: 16px !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 12px !important;
    background: #f4f4f4 !important;
    box-shadow: 0 5px 16px rgba(17, 17, 17, 0.07) !important;
    text-align: left !important;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease !important;
}

.real-estate-single .real-estate-feature-card:hover {
    border-color: rgba(223, 31, 45, 0.4) !important;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12) !important;
    transform: translateY(-3px) !important;
}

.real-estate-single .real-estate-feature-icon {
    position: static !important;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    border: 1px solid rgba(223, 31, 45, 0.22) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #df1f2d !important;
    transform: none !important;
    font-size: 19px !important;
}

.real-estate-single .real-estate-feature-card h3,
.real-estate-single .real-estate-feature-card h4 {
    color: #111 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.real-estate-single .real-estate-feature-group-title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 18px !important;
    font-size: 20px !important;
}

.real-estate-single .real-estate-feature-group-title > span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #df1f2d;
    color: #fff;
    font-size: 17px;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-feature-card {
    background: #202020 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-feature-icon {
    background: #2a2a2a !important;
    color: #df1f2d !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-feature-card h3,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-feature-card h4 {
    color: #fff !important;
}

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

@media (max-width: 640px) {
    .real-estate-single .real-estate-feature-grid {
        grid-template-columns: 1fr !important;
    }
}

.real-estate-single .real-estate-project-nav {
    display: none !important;
}

.real-estate-single .real-estate-description-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
}

body:not(.starpath-dark-mode) .real-estate-single .real-estate-description-grid {
    background: #F4F4F4 !important;
    border-radius: 18px !important;
    padding: 46px !important;
    border-bottom: 0 !important;
}

.real-estate-single .real-estate-key-details {
    width: 100% !important;
    padding: 30px !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 18px !important;
    background: #fafafa !important;
}

.real-estate-single .real-estate-key-details ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.real-estate-single .real-estate-key-details li {
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(17, 17, 17, 0.08) !important;
}

.real-estate-single .real-estate-key-details li:before {
    display: none !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-key-details {
    background: #171717 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-key-details li {
    background: #202020 !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32) !important;
}

@media (max-width: 767px) {
    .real-estate-single .real-estate-key-details ul {
        grid-template-columns: 1fr !important;
    }
}

.elementor-widget-spaciaz-team-box .team-infor {
    width: 100% !important;
    margin: -45px 0 0 !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(17, 17, 17, 0.06) !important;
    border-radius: 5px !important;
    background: #fff7f7 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.elementor-widget-spaciaz-team-box .team-name,
.elementor-widget-spaciaz-team-box .team-name a,
.elementor-widget-spaciaz-team-box .team-job {
    color: #202020 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form .elementor-button[type="submit"],
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form button[type="submit"],
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form button[type="submit"],
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form input[type="submit"],
:is(html.starpath-dark-mode body, body.starpath-dark-mode) form input[type="submit"] {
    background: #df1f2d !important;
    border-color: #df1f2d !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form .elementor-button[type="submit"] *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form button[type="submit"] *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form button[type="submit"] *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-button[type="submit"] :is(.elementor-button-text, .elementor-button-icon, i, svg) {
    color: #fff !important;
    fill: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form .elementor-button[type="submit"]:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form button[type="submit"]:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form button[type="submit"]:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form input[type="submit"]:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) form input[type="submit"]:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #111 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form .elementor-button[type="submit"]:hover *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-form button[type="submit"]:hover *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .wpcf7-form button[type="submit"]:hover *,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-button[type="submit"]:hover :is(.elementor-button-text, .elementor-button-icon, i, svg) {
    color: #111 !important;
    fill: #111 !important;
}

@media (min-width: 1280px) {
    .real-estate-single .real-estate-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 360px !important;
        column-gap: 42px !important;
        align-items: start !important;
    }

    .real-estate-single .real-estate-shell > :not(.real-estate-request) {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    .real-estate-single .real-estate-request {
        position: sticky !important;
        top: 120px !important;
        transform: none !important;
        grid-column: 2 !important;
        grid-row: 1 / span 8 !important;
        width: 100% !important;
        max-height: calc(100vh - 48px) !important;
        overflow-y: auto !important;
        padding: 26px 24px !important;
        margin: 0 !important;
        border: 1px solid rgba(17, 17, 17, 0.08) !important;
        border-radius: 18px !important;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: 0 22px 60px rgba(17, 17, 17, 0.18) !important;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    .real-estate-single .real-estate-request.is-scroll-centered {
        top: 50vh !important;
        transform: translateY(-50%) !important;
    }

    .real-estate-single .real-estate-request h2 {
        max-width: 260px !important;
        margin: 0 auto 22px !important;
        font-size: 24px !important;
        line-height: 1.12 !important;
        text-align: center !important;
    }

    .real-estate-single .real-estate-request-form {
        max-width: none !important;
    }

    .real-estate-single .real-estate-form-row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .real-estate-single .real-estate-request-form input,
    .real-estate-single .real-estate-request-form textarea {
        margin-bottom: 12px !important;
        padding: 12px 18px !important;
    }

    .real-estate-single .real-estate-request-form textarea {
        min-height: 110px !important;
    }

    :is(html.starpath-dark-mode body, body.starpath-dark-mode) .real-estate-single .real-estate-request {
        background: rgba(22, 22, 22, 0.96) !important;
        border-color: rgba(255, 255, 255, 0.12) !important;
        box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42) !important;
    }
}

/* Contact page form colors follow the active site theme. */
body.starpath-contact-page,
body:has(.starpath-contact-split) {
    --starpath-contact-field-bg: #ffffff;
    --starpath-contact-field-text: #202020;
    --starpath-contact-placeholder: #6f6f6f;
    --starpath-contact-field-border: #9ca3af;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode).starpath-contact-page,
:is(html.starpath-dark-mode body, body.starpath-dark-mode):has(.starpath-contact-split) {
    --starpath-contact-field-bg: #181818;
    --starpath-contact-field-text: #fff;
    --starpath-contact-placeholder: #a8a8a8;
    --starpath-contact-field-border: #555555;
}

body:is(.starpath-contact-page, :has(.starpath-contact-split)) :is(.elementor-form, .wpcf7-form) :is(input:not([type="submit"]), textarea, select) {
    color: var(--starpath-contact-field-text) !important;
    background-color: var(--starpath-contact-field-bg) !important;
    border-color: var(--starpath-contact-field-border) !important;
}

body:is(.starpath-contact-page, :has(.starpath-contact-split)) :is(.elementor-form, .wpcf7-form) :is(input, textarea)::placeholder {
    color: var(--starpath-contact-placeholder) !important;
    opacity: 1;
}

body:is(.starpath-contact-page, :has(.starpath-contact-split)) :is(.elementor-form, .wpcf7-form) :is(input, textarea, select):focus {
    border-color: var(--e-global-color-primary, #df1f2d) !important;
}

body:is(.starpath-contact-page, :has(.starpath-contact-split)) :is(.elementor-section, .e-con):has(:is(.elementor-form, .wpcf7-form)) {
    background-color: var(--starpath-contact-field-bg) !important;
}

body:is(.starpath-contact-page, :has(.starpath-contact-split)) :is(.elementor-section, .e-con):has(:is(.elementor-form, .wpcf7-form)) :is(h1, h2, h3, h4, h5, h6, p, span, a) {
    color: var(--starpath-contact-field-text) !important;
}

/* Contact page: scope dark-mode colors to the Elementor Find Us section only. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #findussection {
    background-color: #181818 !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) #findussection :is(h1, h2, h3, h4, h5, h6, .elementor-heading-title) {
    color: #fff !important;
}

/* About page Mission / Vision cards. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) :is(#missionid, #visionid) {
    background-color: #181818 !important;
    color: #fff !important;
}

/* Contact page: Why Choose section and its Elementor inner containers. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #whychoose,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #whychoose > .e-con,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #whychoose > .e-con-inner,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #whychoose > .elementor-element {
    background-color: #101010 !important;
    background-image: none !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) #whychoose :is(h1, h2, h3, h4, h5, h6, p, .elementor-heading-title, .elementor-icon-box-title, .elementor-icon-box-description) {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) :is(#missionid, #visionid) :is(h1, h2, h3, h4, h5, h6, p, a, span, li, .elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor *) {
    color: #fff !important;
}

/* Home page content sections with light Elementor backgrounds. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) :is(#aboutrealstateid, #discoverid, #ourblogid) {
    background-color: #101010 !important;
}

/* Project interior section. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) #interiorid {
    background-color: #101010 !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) #interiorid :is(h1, h2, h3, h4, h5, h6, p, a, span, li, .elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor *) {
    color: #fff !important;
}

/* Blog post FAQ accordion. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-heading {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-item,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-item.is-open,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-item:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-question,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-question:hover,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-question:active,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-answer {
    background: #181818 !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-question-text,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-answer,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-answer * {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-arrow,
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .nashim-blog-faq-item.is-open .nashim-blog-faq-arrow {
    border-color: #fff !important;
}

/* Elementor popups are appended outside the page content, so give their own
   modal container the dark-mode colors as well. */
:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-popup-modal :is(.dialog-widget-content, .dialog-message, .elementor, .elementor-section, .e-con, .elementor-column-wrap, .elementor-widget-wrap) {
    background-color: #181818 !important;
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-popup-modal :is(h1, h2, h3, h4, h5, h6, p, a, span, label, li, .elementor-heading-title, .elementor-widget-text-editor, .elementor-widget-text-editor *, .elementor-icon-list-text) {
    color: #fff !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-popup-modal :is(input:not([type="submit"]), textarea, select) {
    color: #fff !important;
    background-color: #292929 !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-popup-modal :is(input, textarea)::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    opacity: 1;
}

:is(html.starpath-dark-mode body, body.starpath-dark-mode) .elementor-popup-modal .dialog-close-button {
    color: #fff !important;
}

/* Real-estate details: keep the breadcrumb hero prominent without crowding mobile screens. */
/* Project brochure form popup. */
.starpath-brochure-action {
    margin: 28px 0 0;
}

.starpath-brochure-button {
    align-items: center;
    background: #343465;
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 700;
    gap: 12px;
    padding: 14px 22px;
}

.starpath-brochure-button:hover,
.starpath-brochure-button:focus {
    background: #343465;
    color: #fff;
}

body.starpath-brochure-popup-open {
    overflow: hidden;
}

.starpath-brochure-popup {
    inset: 0;
    position: fixed;
    z-index: 100000;
}

.starpath-brochure-popup[hidden] {
    display: none;
}

.starpath-brochure-popup__backdrop {
    background: rgba(0, 0, 0, .7);
    inset: 0;
    position: absolute;
}

.starpath-brochure-popup__dialog {
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    left: 50%;
    max-height: calc(100vh - 40px);
    max-width: 680px;
    overflow: auto;
    padding: 42px 34px 34px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
}

.starpath-brochure-popup__dialog h2 {
    margin: 0 32px 24px 0;
}

.starpath-brochure-popup__close {
    background: transparent;
    border: 0;
    color: #111;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 12px;
}

@media (max-width: 575px) {
    .starpath-brochure-popup__dialog {
        padding: 36px 20px 24px;
        width: calc(100% - 20px);
    }
}

body.single-spaciaz_project .breadcrumb-wrap {
    height: 730px;
}

body.single-spaciaz_project .breadcrumb-wrap > .elementor,
body.single-spaciaz_project .breadcrumb-wrap > .elementor > :is(.elementor-section, .e-con) {
    height: 100%;
    min-height: 100%;
}

/* Real-estate project breadcrumb: lift the HFE trail without changing hero geometry. */
body.single-spaciaz_project .breadcrumb-wrap .elementor-widget-hfe-breadcrumbs-widget {
    transform: translateY(-65px);
}

/* Mobile only: keep the opened navigation readable in dark mode. */
@media (max-width: 767px) {
    :is(html.starpath-dark-mode, html.starpath-dark-mode body, body.starpath-dark-mode) .spaciaz-mobile-nav {
        background-color: #111 !important;
    }
}

@media (max-width: 1024px) {
    body.single-spaciaz_project .breadcrumb-wrap {
        height: 560px;
    }
}

@media (max-width: 767px) {
    body.single-spaciaz_project .breadcrumb-wrap {
        height: 420px;
    }
}

/* Project description image slider. */
.real-estate-description-slider {
    position: relative;
    margin: 0 0 46px;
}

.real-estate-description-slider__viewport {
    overflow: hidden;
    border-radius: 22px;
}

.real-estate-description-slider__track {
    display: flex;
    transition: transform 360ms ease;
}

.real-estate-description-slider__slide {
    flex: 0 0 100%;
    margin: 0;
}

.real-estate-description-slider__slide img {
    display: block;
    width: 100%;
    height: clamp(260px, 43vw, 490px);
    object-fit: cover;
}

.real-estate-description-slider__button {
    position: absolute;
    top: 50% !important;
    z-index: 1;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    padding: 0;
    color: #fff;
    background: rgba(20, 20, 20, 0.7);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%) !important;
}

.real-estate-description-slider__button:hover,
.real-estate-description-slider__button:focus-visible {
    background: var(--e-global-color-primary, #df1f2d);
}

.real-estate-description-slider__button--previous { left: 18px; }
.real-estate-description-slider__button--next { right: 18px; }

.real-estate-description-slider__dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.real-estate-description-slider__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.real-estate-description-slider__dots button[aria-selected="true"] {
    background: #fff;
    transform: scale(1.3);
}

@media (max-width: 767px) {
    .real-estate-description-slider {
        margin-bottom: 30px;
    }

    .real-estate-description-slider__button {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .real-estate-description-slider__button--previous { left: 10px; }
    .real-estate-description-slider__button--next { right: 10px; }
}
