/* Banner Section */
.banner-container {
    max-width: 1920px;
    margin: auto;
}

/* Homepage property type sliders */
.hm-property-slider-section {
    background: #fff;
    padding: 72px 0 56px;
    overflow: hidden;
}

.hm-property-slider-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 48px;
}

.hm-property-slider-block + .hm-property-slider-block {
    margin-top: 54px;
    overflow: hidden;
}

.hm-property-slider-block{
        overflow: hidden;
}

.hm-property-slider-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.hm-property-slider-copy {
    max-width: 840px;
}

.hm-property-slider-title {
    margin: 0;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 46px;
    line-height: 1.08;
    color: #070707;
}

.hm-property-slider-description {
    margin: 16px 0 0;
    max-width: 980px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #4e5560;
}

.hm-property-slider-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: #070707;
    color: #fff;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.hm-property-slider-view-all:hover {
    color: #fff;
    opacity: 0.9;
}

.hm-property-slider-view-all--mobile {
    display: none;
}

.hm-property-slider-swiper-wrap {
    position: relative;
}

.hm-property-slider-swiper {
    overflow: visible !important;
}

.hm-property-slider-swiper .swiper-slide {
    height: auto;
}

.hm-property-slider-nav {
    position: absolute;
    top: 180px;
    z-index: 3;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.48);

    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);

    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, opacity 0.2s ease;
}

.hm-property-slider-nav:hover {
    background: rgba(17, 17, 17, 0.75);
}

.hm-property-slider-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.hm-property-slider-nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hm-property-slider-nav-prev {
    left: -1px;
}

.hm-property-slider-nav-next {
    right: 3px;
}

.hm-property-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
}

.hm-property-card-image-wrap {
    position: relative;
    height: 258px;
    overflow: hidden;
}

.hm-property-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.hm-property-card:hover .hm-property-card-image {
    transform: scale(1.03);
}

.hm-property-card-badges {
    position: absolute;
    top: 12px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
}

.hm-property-card-badge {
    min-height: 30px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff;
    color: #070707;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 14px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hm-property-card-badge--muted {
    background: #d92d20;
    color: #fff;
}

.hm-property-card-wishlist {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, color 0.2s ease;
}

.hm-property-card-wishlist svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hm-property-card-wishlist:hover,
.hm-property-card-wishlist.is-saved {
    background: #fff;
    color: #070707;
}

.hm-property-card-wishlist.is-saved svg {
    fill: currentColor;
}

.hm-property-card-content {
    padding: 16px 18px 18px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.hm-property-card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 23px;
    line-height: 1.1;
    color: #070707;
}

.hm-property-card-price small {
    font-size: 12px;
    color: #6b7280;
}

.hm-property-card-price-currency {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.hm-property-card-price-currency--aed img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}

.hm-property-card-title {
    margin: 14px 0 0;
    font-family: 'AvenirNextLTPro-Bold', sans-serif;
    font-size: 17px;
    line-height: 1.32;
    color: #070707;
}

.hm-property-card-title a {
    color: inherit;
    text-decoration: none;
}

.hm-property-card-location {
    margin: 10px 0 0;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #7a7f87;
}

.hm-property-card-meta-row {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
}

.hm-property-card-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dde2e7;
    color: #070707;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 13px;
    line-height: 1;
}

.icon-16 {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: 0 0 auto;
}


 .theme-icon,
 .theme-icon,
.theme-icon {
    filter: brightness(0);
}

.hm-property-card-type-chip {
    background: #fff;
}

html[dir="rtl"] .hm-property-slider-head {
    direction: rtl;
}

html[dir="rtl"] .hm-property-card-content,
html[dir="rtl"] .hm-property-card-title,
html[dir="rtl"] .hm-property-card-location {
    text-align: right;
}

html[dir="rtl"] .hm-property-card-badges {
    right: 14px;
    left: auto;
}

html[dir="rtl"] .hm-property-card-wishlist {
    left: 14px;
    right: auto;
}

@media (max-width: 1599px) {
    .hm-property-slider-title {
        font-size: 40px;
    }
}

@media (max-width: 1279px) {
    .hm-property-slider-container {
        padding: 0 28px;
    }

    .hm-property-slider-title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .hm-property-slider-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .hm-property-slider-section {
        padding: 48px 0 44px;
    }

    .hm-property-slider-container {
        padding: 0 14px;
    }

    .hm-property-slider-block + .hm-property-slider-block {
        margin-top: 40px;
    }

    .hm-property-slider-head {
        display: block;
        margin-bottom: 22px;
    }

    .hm-property-slider-title {
        font-size: 26px;
        line-height: 1.15;
    }

    .hm-property-slider-description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.55;
    }

    .hm-property-slider-view-all--desktop {
        display: none;
    }

    .hm-property-slider-view-all--mobile {
        display: inline-flex;
        width: 100%;
        margin-top: 22px;
    }

    .hm-property-card-image-wrap {
        height: 224px;
    }

    .hm-property-card-content {
        padding: 14px 14px 16px;
    }

    .hm-property-card-price {
        font-size: 18px;
    }

    .hm-property-card-title {
        margin-top: 12px;
        font-size: 15px;
    }

    .hm-property-card-location {
        margin-top: 8px;
        font-size: 12px;
    }

    .hm-property-card-meta-row {
        margin-top: 14px;
        gap: 8px 6px;
    }

    .hm-property-card-meta-chip {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 12px;
    }
}

html.dark-mode .hm-property-slider-section {
    background: #000;
}

html.dark-mode .hm-property-slider-title {
    color: #fff;
}

html.dark-mode .hm-property-slider-description {
    color: #cfd3d8;
}

html.dark-mode .hm-property-slider-view-all {
    background: #fff;
    color: #070707;
}

html.dark-mode .hm-property-slider-view-all:hover {
    color: #070707;
    opacity: 0.92;
}

html.dark-mode .hm-property-slider-nav {
    background: #fff;
    border-color: #fff;
    color: #070707;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

html.dark-mode .hm-property-slider-nav:hover {
    background: #f2f2f2;
}

html.dark-mode .hm-property-slider-nav.swiper-button-disabled {
    opacity: 0.42;
}

html.dark-mode .hm-property-card {
    background: #f3f4f6;
}

html.dark-mode .hm-property-card-price,
html.dark-mode .hm-property-card-title,
html.dark-mode .hm-property-card-title a,
html.dark-mode .hm-property-card-meta-chip,
html.dark-mode .hm-property-card-type-chip {
    color: #070707;
}

html.dark-mode .hm-property-card-location {
    color: #7a7f87;
}

html.dark-mode .hm-property-card-meta-chip,
html.dark-mode .hm-property-card-type-chip {
    background: #fff;
    border-color: #dde2e7;
}

html.dark-mode .hm-property-card-badge {
    background: #fff;
    color: #070707;
}

html.dark-mode .hm-property-card-badge--muted {
    background: #d92d20;
    color: #fff;
}

html.dark-mode .hm-property-card-wishlist {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.92);
    color: #fff;
}

html.dark-mode .hm-property-card-wishlist:hover,
html.dark-mode .hm-property-card-wishlist.is-saved {
    background: #fff;
    color: #070707;
}

.banner {
    background: #070707;
    /* padding: 230px 45px 0px 45px; */
    padding: 230px 100px 0px 100px;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-bottom: 40px;
}

.banner-content h1 {
    max-width: 1045px;
    font-size: 40px;
    color: #FFF;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    line-height: 117%;
    text-transform: uppercase;
}

.banner-content p {
    max-width: 380px;
    font-size: 30px;
    color: #FFF;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    text-align: right;
}


.banner-image {
    position: relative;
    margin: auto;
    /* max-width: 1830px; */
    height: 520px;
    overflow: hidden;
    border-radius: 10px;
}

.banner-image-sky {
    height: 1035px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.6s ease-in-out;
    transform: translateY(0);
}

.banner:hover .banner-image-sky {
    transform: translateY(-30%);
}

.banner-image-building {
    height: 500px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.6s ease-in-out;
    transform: translateY(20%);
}

.banner:hover .banner-image-building {
    transform: translateY(0);
}

.banner-filters-container {
    max-width: 1920px;
    margin: auto;
}

.banner-filters {
    background: #070707;
    /* padding: 100px 40px 65px 40px; */
    padding: 100px 100px 65px 100px;
}

/* Premier Section */
.home-premier {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    background: #000;
}

.home-premier::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    width: 0;
    transition: 4s ease-out;
}

.home-premier.active::before {
    width: 100%;
}

.home-premier.active h2,
.home-premier.active p {
    color: #000;
}

.rounded-button {
    transition: 0.6s ease-in-out;
    transition-delay: 1s;
}

.home-premier.active .rounded-button {
    border-color: #000;
}

.home-premier.active>img {
    filter: invert(100%);
}


.logo-home-img {
    width: 200px;
}







.home-premier.active .rounder-button-view-listing {
    border-color: rgba(0, 0, 0, 0.2);
}

.home-premier img {
    position: relative;
    transition: 0.6s ease-in-out;
    transition-delay: 1s;
}

.home-premier h2 {
    position: relative;
    /* max-width: 705px; */
    max-width: 480px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 100;
    padding-top: 25px;
    color: #FFF;
    transition: 0.6s ease-in-out;
    transition-delay: 1s;
    font-style: italic;
}

.home-premier p {
    position: relative;
    max-width: 580px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 40px;
    color: #FFF;
    transition: 0.6s ease-in-out;
    transition-delay: 1s;
}

.home-premier .h2-bold,
.home-premier .p-bold {
    font-family: 'Satoshi-Bold', sans-serif;
    font-style: normal;
}

/* Featured Section */
.home-featured {
    background: #070707;
    padding: 50px 0 50px 95px;
    overflow: hidden;
}

.home-featured-container {
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
}

.home-featured-left {
    width: 100%;
    max-width: 618px;
    display: flex;
    flex-direction: column;
}

.home-featured-right {
    overflow: hidden;
    width: 100%;
    max-width: 1220px;
    background: #151515;
    padding: 50px 0 40px 45px;
    position: relative;
}

.home-featured-top-container {
    margin: auto 0 auto 0;
    padding: 40px 0;
}

.home-featured-bottom-container {
    padding-bottom: 40px;
}

.home-featured-design {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-featured-design hr {
    width: 100%;
    border-bottom: 0;
    max-width: 70px;
    height: 1px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    transform: translateX(-130px);
}

.home-featured.active .home-featured-design hr {
    transform: translateX(0);
}

.home-featured-design h2 {
    font-family: 'Satoshi-Black', sans-serif;
    font-size: 25px;
    color: #FFF;
    padding-left: 20px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.home-featured.active .home-featured-design h2 {
    opacity: 1;
}

.home-featured-details-container h4 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
}

.home-featured-type {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 0 40px;
    transition: 0.4s ease-in-out;
    transform: translateX(-320px);
}

.home-featured.active .home-featured-type {
    transform: translateX(0);
}

.home-featured-type-divider {
    width: 1px;
    height: 17px;
    background: #FFF;
}

.home-featured-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.home-featured.active .home-featured-info {
    opacity: 1;
}

.home-featured-info:last-child {
    padding-bottom: 0;
}

.home-featured-info span {
    font-family: 'Satoshi-Light', sans-serif;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.home-featured-agent-container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 70px;
    transition: 0.6s ease-in-out;
    transform: translateX(-500px);
}

.home-featured.active .home-featured-agent-container {
    transform: translateX(0);
}

.home-featured-agent-hr {
    width: 1px;
    height: 81px;
    background: #FFF;
}

.home-featured-agent-details {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-featured-agent-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    /* padding: 5px; */
    border: 1px solid #353535;
}

.home-featured-agent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-featured-agent-details h3 {
    font-family: 'Satoshi-Black', sans-serif;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-featured-agent-details h4 {
    font-family: 'Satoshi-Light', sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
}

.home-featured-agent-contact p {
    font-family: 'Satoshi-Light', sans-serif;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.home-featured-agent-contact-icons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.home-featured-agent-contact-icons>a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #353535;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.home-featured-agent-contact-icons img {
    transition: 0.3s ease-in-out;
}

.home-featured-agent-contact-icons>a:hover {
    background: #FFF;
}

.home-featured-agent-contact-icons>a:hover img {
    filter: invert(100%);
}

.home-featured-details-container {
    padding-left: 80px;
}


.home-featured-right h2 {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    opacity: 0;
    padding-right: 40px;
}

.home-featured.active .home-featured-right h2 {
    opacity: 1;
}

.home-featured-jivocachat {
    position: absolute;
    right: 38px;
    bottom: 0;
}

.home-featured-properties-button {
    width: 100%;
    max-width: 294px;
    height: 47px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s ease-in-out;
    border: 1px solid #FFF;
    transform: translateY(130px);
}

.home-featured.active .home-featured-properties-button {
    transform: translateY(0);
}

.home-featured-properties-button img {
    transition: 0.3s ease-in-out;
    transform: translateX(0);
}

.home-featured-properties-button:hover img {
    transform: translateX(15px);
}

.home-featured .up-down-button {
    opacity: 0;
}

.home-featured.active .up-down-button {
    opacity: 1;
}

/* Featured Swiper */
.home-featured-swiper {
    position: relative;
    margin: 35px 0 65px;
    transition: 0.6s ease-in-out;
    transform: translateX(120%);
}

.home-featured.active .home-featured-swiper {
    transform: translateX(0);
}

.home-featured-swiper .swiper {
    width: 100%;
    height: 100%;
}

.home-featured-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
}

.home-featured-swiper .swiper-slide img {
    transition: transform 0.3s ease;
}

.home-featured-swiper .swiper-slide a:hover img {
    transform: scale(1.05);
}

.home-featured-swiper .swiper-button-next {
    position: absolute;
    right: 40px;
    bottom: -95px;
    top: unset;
}

.home-featured-swiper .swiper-button-prev {
    position: absolute;
    right: 130px;
    bottom: -95px;
    left: unset;
    top: unset;
}

.home-featured-swiper .swiper-button-next,
.home-featured-swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #353535;
}


.home-featured-swiper .swiper-button-next::after,
.home-featured-swiper .swiper-button-prev::after {
    color: #FFF;
    font-size: 25px;
    background: #353535;
    padding: 17px 24px;
    border-radius: 50%;
}

.home-featured-swiper .swiper-pagination-progressbar {
    height: 1px !important;
    top: unset !important;
    left: unset !important;
    width: 350px !important;
    background: #6D6D6D;
    bottom: -60px;
    right: 220px;
}

.home-featured-swiper .swiper-pagination-progressbar-fill {
    background: #FFF !important;
}

/* Featured Swiper Content */
.home-feature-exclusive {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 25px;
    background: #FFA500;
    position: absolute;
    top: 25px;
    right: 25px;
}

.home-featured-swiper-details {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.home-featured-swiper-details h5 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.home-featured-swiper-details span {
    text-transform: uppercase;
}

.home-featured-swiper-price {
    position: absolute;
    left: 25px;
    bottom: 30px;
}

.home-featured-swiper-location {
    position: absolute;
    left: 300px;
    bottom: 30px;
}

/* About and Properties Section */
.home-about-properties {
    background: #000;
    padding: 70px 0 50px;
}

/* About */
.home-about {
    padding-bottom: 50px;
}

.home-about-content {
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 100px 40px 100px;
    gap: 40px;
}

.home-about-content h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    color: #FFF;
}

.home-about-content h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-about-content p {
    /* max-width: 640px; */
    max-width:750px;
    width: 100%;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    padding-bottom: 40px;
}

/* Properties */
.home-properties {
    background: #151515;
}

.home-properties-container {
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding: 80px 0 130px;
    overflow: hidden;
}

.home-properties-content {
    max-width: 1650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 0 100px 40px 100px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.home-properties.active .home-properties-content {
    opacity: 1;
}

.home-properties-content h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    color: #FFF;
}

.home-properties-content h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-properties-content p {
    max-width: 500px;
    width: 100%;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
}

.home-properties-jivocachat {
    position: absolute;
    right: 40px;
    bottom: 0;
}

/* Properties Carousel */
.home-properties-slide {
    position: relative;
    transition: 0.6s ease-in-out;
    transform: translateY(850px);
}

.home-properties.active .home-properties-slide {
    transform: translateY(0);
}

.home-properties-slide .swiper {
    width: 100%;
    height: 100%;
}

.home-properties-slide .swiper-slide .home-properties-slide-image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.home-properties-slide-content {
    background: #1A1A1A;
    border-radius: 10px;
    overflow: hidden;
}

.home-properties-slide-content>div {
    padding: 15px 10px 20px 10px;
}

.home-properties-slide-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.home-properties-slide-link:hover {
    transform: translateY(-5px);
}

.home-properties-slide-link:hover .no-border-button img {
    transform: translateX(10px);
}

.home-properties-slide-content h3 {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}

.home-properties-slide-content p {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    padding: 10px 0 60px;
    letter-spacing: 1px;
}

.home-properties-slide .swiper-button-next {
    position: absolute;
    left: 130px;
    bottom: -95px;
    top: unset;
}



.home-about-image{
    width: 100%;
    height: 600px;
}



.home-about-image img {
width: 100%;
height: 100%;
object-fit: cover;
}


.home-properties-slide .swiper-button-prev {
    position: absolute;
    left: 40px !important;
    bottom: -95px;
    left: unset;
    top: unset;
}

.home-properties-slide .swiper-button-next,
.home-properties-slide .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #353535;
}


.home-properties-slide .swiper-button-next::after,
.home-properties-slide .swiper-button-prev::after {
    color: #FFF;
    font-size: 25px;
    background: #353535;
    padding: 17px 24px;
    border-radius: 50%;
}

.home-properties-slide .swiper-pagination-progressbar {
    height: 1px !important;
    top: unset !important;
    left: 220px !important;
    width: 350px !important;
    background: #6D6D6D;
    bottom: -60px;

}

.home-properties-slide .swiper-pagination-progressbar-fill {
    background: #FFF !important;
}

/* Partners */
.home-partner {
    background: #FFF;
    padding: 120px 0 80px;
    overflow: hidden;
}

.home-partner-content {
    max-width: 1920px;
    margin: auto;
    display: flex;
    gap: 60px;
    padding: 0 100px 60px 100px;
    align-items: flex-start;
}

.home-partner-content h2 {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #000;
    border-radius: 50px;
    white-space: nowrap;
    text-align: center;
}
.home-partner-content p {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: start;
}

.home-partner-content h2 span {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
}

.home-partner-content p {
    max-width: 705px;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    transition: 0.6s ease-in-out;
    transform: translateY(-250px);
}

.home-partner.active .home-partner-content p {
    transform: translateY(0);
}

.home-partner-content p span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
}

/* Partners Logo Slide */
@keyframes slide {
    from {
        transform: translateX(0);
    }

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

.home-partner-logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.home-partner-logos:before,
.home-partner-logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.home-partner-logos:before {
    left: 0;
}

.home-partner-logos:after {
    right: 0;
}

/* Pausse on Hover */
/* .home-partner-logos:hover .home-partner-logos-slide {
    animation-play-state: paused;
} */

.home-partner-logos-slide {
    display: inline-block;
    animation: 60s slide infinite linear;
}

.home-partner-logos-slide img {
    width: 250px;
    height: 112px;
    margin: 0 10px;
    object-fit: contain;
    /* border: 1px solid #D5D5D5; */
    padding: 8px;


filter: brightness(0%);
}

/* Office */
.home-office {
    background: #151515;
    padding: 60px 40px 50px;
}

.home-office h2 {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #FFF;
    text-align: right;
    padding: 0 40px 30px 40px;
    max-width: 1491px;
    margin: auto;
}

.home-office h2 span {
    font-family: 'Satoshi-Light', sans-serif;
    font-style: italic;
}

.home-office>iframe {
    border-radius: 15px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1413px;
    height: 483px;
}

/* Inner Container */
.home-inner-container {
    padding: 0;
    background: #070707;
}

/* Specialits */
.home-specialists {
    background: #151515;
    position: relative;
    padding: 85px 0;
}

/* Mobile/Tablet specialists swiper hidden by default (desktop shows original) */
.home-specialists-swiper {
    display: none;
}

.home-specialist-content {
    position: absolute;
    width: 100%;
    height: fit-content;
    max-width: 985px;
    /* top: 0; */
    right: 0;
    bottom: 5%;
    left: 0;
    margin: auto;
    padding: 0 40px;
}

.home-specialist-content h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    padding-bottom: 25px;
}

.home-specialist-content h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-specialist-button {
    margin: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 25px 0 35px;
    border: 1px solid #565656;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.2);
}

.home-specialists-jivocachat {
    position: absolute;
    right: 40px;
    bottom: 0;
}

/* Specialist Logo Slide */
@keyframes slide {
    from {
        transform: translateX(0);
    }

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

.home-specialists-logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.home-specialists-logos:before,
.home-specialists-logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.home-specialists-logos:before {
    left: 0;
}

.home-specialists-logos:after {
    right: 0;
}

/* Pause on Hover */
/* .home-specialists-logos:hover .home-specialists-logos-slide {
    animation-play-state: paused;
} */

.home-specialists-logos-slide {
    display: inline-block;
    /* animation: 15s slide infinite linear; */
}

.home-specialists-logos-slide img {
    height: 520px;
    margin: 0 5px;
    object-fit: contain;
}

/* FAQ */
.home-faq {
    max-width: 1920px;
    margin: auto;
    display: flex;
    align-items: stretch;
    padding: 50px 0;
}











.home-faq-left {
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    background-size: cover;
    padding: 60px 40px 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.home-faq-left h2 {
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 400;
    font-size: 100px;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.home-faq.active .home-faq-left h2 {
    opacity: 1;
}

.home-faq-left p {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.home-faq.active .home-faq-left p {
    opacity: 1;
}

.home-faq-button {
    width: fit-content;
    height: fit-content;
    padding: 10px 6px 10px 15px;
    border: 1px solid #565656;
    font-size: 16px;
    transition: 0.6s ease-in-out;
    transform: translateY(130px);
}

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

.home-faq-right {
    width: 100%;
    max-width: 1440px;
    padding: 0 35px;
}

/* FAQ Accordion */
.home-specialists-accordion {
    width: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
}

.home-faq.active .home-specialists-accordion {
    transform: translateY(0);
}

.home-specialists-accordion-item {
    border-bottom: 1px solid #424242;
    transition: 0.3s ease-in-out;
}

.home-specialists-accordion-item.active {
    background: #121212;
}

.home-specialists-accordion-item:first-child {
    border-top: 1px solid #424242;
}

.home-specialists-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 25px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}



.home-specialists-accordion-content {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0px 85px 0px 85px;
}

.home-specialists-accordion-item.active .home-specialists-accordion-content {
    max-height: 350px;
    /* Adjust height as needed */
    opacity: 1;
}

.home-specialists-accordion h5 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}

.home-specialists-accordion span {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #424242;
}

.home-specialists-accordion-header>div {
    display: flex;
    align-items: center;
    gap: 40px;
}

.home-specialists-accordion-header img {
    transition: 0.3s ease-in-out;
    transform: rotate(0deg);
}

.home-specialists-accordion-item.active img {
    transform: rotate(134deg);
}

/* Business */
.home-business {
    padding: 80px 100px 55px 100px;
    background: #1E1E1E;
}

.home-business-container {
    max-width: 1700px;
    margin: auto;
}

.home-business-video {
    width: 100%;
}

.home-business-video iframe {
    border-radius: 5px;
}

.home-business h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #FFF;
    font-style: italic;

    margin: 0 0 30px 0;
}

.home-business h2 span {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.home-business-video-container {
    padding: 40px 0 30px;
}

.home-business-video p {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
    padding: 17px 10px 0 10px;
}

.home-business-button {
    margin: 30px auto auto auto;
    width: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-color: #FFF;
}

.home-business-button img {
    filter: brightness(0); /* always black */
}

.home-business-button:hover img {
    filter: unset; /* remove filter on hover */
}


         html.dark-mode .home-business-button img {
    filter: brightness(100%); /* always white in dark mode */
}

/* Mobile Filter */
.search-modal-content-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 15px 20px;
    background: #ffffff33;
    backdrop-filter: blur(20px);
    z-index: 9;
}

.search-modal-content-header span {
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.search-modal-content-icon1 {
    width: 20px;
    filter: invert(100%);
}

.search-modal-content-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff33;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(20px);
}

.search-modal-border {
    border: 1px solid #B0B0B0;
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    height: 67px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px;
}

.search-modal-width-full {
    width: 100%;
}


.specialistsSwiper {
    margin: 0 0 20px 0;
}

.search-modal-content-middle {
    height: 100vh;
    background: #E7E7E7;
    padding: 81px 10px 174px;
    overflow: auto;
}

@media (max-width: 1760px) {
    .home-featured-left {
        max-width: 600px;
    }

    .home-featured-swiper .swiper-pagination-progressbar {
        bottom: -35px;
    }
}

@media (max-width: 1280px) {

    /* Banner */
    .banner {
        padding: 205px 40px 0 40px;
    }

    .banner-content h1 {
        font-size: 40px;
        max-width: 670px;
    }

    .banner-content p {
        font-size: 20px;
        max-width: 280px;
    }

    .banner-image {
        height: 600px;
    }

    .banner-image .rounded-button {
        display: none;
    }

    /* Primier */
    .home-premier h2 {
        font-size: 40px;
    }

    .home-premier p {
        font-size: 18px;
    }

    /* Featured */
    .home-featured {
        padding: 50px 0 50px 30px;
    }

    .home-featured-left {
        max-width: 375px;
    }

    .home-featured-top-container {
        padding-left: 10px;
    }

    .home-featured-design h2 {
        padding-left: 0;
        font-size: 30px;
    }

    .home-featured-design hr {
        max-width: 45px;
    }

    .home-featured-design {
        gap: 10px;
    }

    .home-featured-details-container {
        padding-left: 0;
    }

    .home-featured-details-container h4 {
        font-size: 18px;
    }

    .home-featured-info span {
        font-size: 16px;
    }

    .home-featured-right {
        padding: 45px 0 30px 40px;
    }

    .home-featured-right h2 {
        font-size: 40px;
    }

    .home-featured-swiper {
        margin: 50px 0 55px;
    }

    .home-featured-properties-button {
        font-size: 18px;
    }

    .up-down-button span {
        font-size: 18px;
    }

    .home-featured-jivocachat {
        display: none;
    }

    .home-featured-swiper .swiper-button-next {
        bottom: -120px;
    }

    .home-featured-swiper .swiper-button-prev {
        bottom: -120px;
    }

    .home-featured-swiper .swiper-pagination-progressbar {
        width: 210px !important;
        bottom: -85px;
    }

    .home-featured-agent-container {
        gap: 20px;
        padding-bottom: 50px;
    }

    .home-featured-bottom-container {
        padding-bottom: 30px;
    }

    .home-featured-agent-details {
        gap: 5px;
    }

    .home-featured-agent-details h3 {
        font-size: 16px;
    }

    .home-featured-agent-details h4 {
        font-size: 14px;
    }

    .home-featured-agent-contact p {
        font-size: 14px;
    }

    .home-featured-agent-contact-icons>a {
        width: 40px;
        height: 40px;
    }

    /* About */
    .home-about-content h2 {
        font-size: 30px;
    }

    .home-about-content p {
        font-size: 18px;
    }

    /* Properties */
    .home-properties-content h2 {
        font-size: 30px;
    }

    .home-properties-content p {
        font-size: 18px;
    }

    .home-properties-jivocachat {
        display: none;
    }

    .home-featured-swiper-location {
        left: 25px;
        bottom: 70px;
    }

    /* Partners */
    .home-partner-content p {
        font-size: 18px;
    }

    .home-partner-content {
        padding: 0 40px 60px 40px;
    }

    /* Office */
    .home-office h2 {
        font-size: 40px;
    }

    .home-office>iframe {
        height: 350px;
    }

    /* Specialists */
    .home-specialist-content h2 {
        font-size: 40px;
    }

    .home-specialists-jivocachat {
        display: none;
    }

    /* FAQ */
    .home-faq-left {
        max-width: 380px;
    }

    .home-faq-left h2 {
        font-size: 80px;
    }

    .home-faq-left p {
        font-size: 22px;
    }

    /* Specialists */
    .home-business h2 {
        font-size: 30px;
    }

    .home-business-video p {
        font-size: 22px;
    }
}

@media (max-width: 1220px) {

    /* Featured */
    .home-featured-swiper .swiper-button-next {
        bottom: -130px
    }

    .home-featured-swiper .swiper-button-prev {
        bottom: -130px;
    }

    .home-featured-swiper .swiper-pagination-progressbar {
        right: 40px;
        bottom: -35px;
    }
}

@media (max-width: 1024px) {

    /* Banner */
    .banner-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-content h1 {
        max-width: 100%;
    }

    .banner-content p {
        max-width: 100%;
        text-align: left;
    }

    .banner-image {
        height: 550px;
    }

    /* Featured */
    .home-featured {
        background: #151515;
        padding: 0;
    }

    .home-featured-container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .home-featured-left {
        overflow: hidden;
        margin: auto;
        max-width: 500px;
    }

    .home-featured-bottom-container {
        padding-bottom: 45px;
    }

    .home-featured-bottom-container .home-featured-properties-button {
        margin-top: 20px;
        max-width: 100%;
    }

    .home-featured-swiper .swiper-button-next {
        bottom: -110px;
    }

    .home-featured-swiper .swiper-button-prev {
        bottom: -110px;
    }

    .home-featured-swiper {
        margin: 50px 0 85px;
    }

    .home-featured-swiper .swiper-pagination-progressbar {
        right: 0;
        margin: auto;
        left: 0 !important;
        bottom: -23px;
        width: 96% !important
    }

    .home-featured-type {
        padding: 0;
    }

    .home-featured-details-container .home-featured-design h2 {
        padding: 10px 0 40px;
    }

    /* About */
    .home-about-content {
        flex-direction: column;
    }

    .home-about-content p {
        max-width: 100%;
    }

    /* Properties */
    .home-properties-content {
        flex-direction: column;
    }

    .home-properties-content h2 {
        width: 100%;
    }

    .home-properties-content p {
        max-width: 100%;
    }

    /* Partner */
    .home-partner-content {
        flex-direction: column;
        gap: 40px;
    }

    .home-partner-content p {
        max-width: 100%;
    }

    /* FAQ */
    .home-faq {
        flex-direction: column;
    }

    .home-faq-left {
        min-height: auto;
        max-width: 100%;
    }

    .home-faq-left {
        margin-bottom: 40px;
    }

    .home-faq-left.hide-desktop {
        margin: 40px 0 0;
    }

    .home-faq-left p {
        text-align: center;
    }

    .home-faq-button {
        margin: auto;
    }

    /* Specialists */
    .home-specialists {
        padding: 45px 0 70px;
    }

    .home-specialist-content {
        padding: 0 15px;
    }

    .home-specialist-content h2 {
        font-size: 30px;
    }

    .home-specialists-logos-slide img {
        height: 500px;
    }

    /* Hide original specialists on tablet/mobile, show swiper variant */
    .home-specialists { display: none; }
    .home-specialists-swiper {
        display: block;
        background: #151515;
        padding: 45px 15px 70px 15px;
    }

.home-specialists-swiper-inner{
    position: relative;
}
    
.home-specialist-content{
    z-index: 5;
}


    .home-specialists-swiper-inner h2 {
        font-family: 'Satoshi-Light', sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #FFF;
        text-transform: uppercase;
        font-style: italic;
        text-align: center;
        padding-bottom: 25px;
    }
    .home-specialists-swiper-inner h2 span {
        font-family: 'Satoshi-Black', sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .home-specialists-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: 10px;
    }
    .specialists-swiper-pagination {
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {

    /* Banner */
    .banner {
        padding: 140px 15px 0 15px;
    }

    .banner-content {
        gap: 15px;
    }

    .banner-image {
        height: 510px;
    }

    .banner-content h1 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 910px) {


    .home-specialist-content{
        position: unset;
 
    }

    /* Banner */
    .banner-filters {
        padding: 25px 15px 40px 15px;
    }

    .banner-filter-buttons {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .banner-search-button-mobile {
        border-radius: 50px;
        height: 54px;
        background: #FFF;
        justify-content: center;
        color: #000;
    }

    .banner-meeting-button-mobile {
        border-radius: 50px;
        height: 54px;
        justify-content: center;
        color: #000;
        border-color: #565656;
        color: #FFF;
    }

    /* Premier */
    .home-premier h2 {
        font-size: 40px;
    }

    .home-premier p {
        font-size: 12px;
    }

    /* Featured */
    .home-featured-right {
        padding: 20px 15px 30px 15px;
    }

    .home-featured-right h2 {
        font-size: 30px;
    }

    .home-featured-swiper {
        margin: 20px 0 85px;
    }

    .home-feature-exclusive {
        font-size: 14px;
    }

    .home-featured-swiper-details {
        font-size: 10px;
        gap: 10px;
    }

.home-featured-swiper-price {
    position: unset;

}

.home-featured-swiper-location {
    position: unset;

}

.home-featured-swiper-details-container{
position: absolute;
       position: absolute;
    display: flex;
    flex-direction: column;
    width: calc(100% - 24px);
    bottom: 20px;
    left: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.25); /* subtle shadow-like transparency */
    padding: 15px;
    border-radius: 10px;
}



    .home-featured-swiper-price {
        position: unset;
        margin-bottom: 10px;
    }

    .home-featured-swiper-location {
        position: unset;
        margin-bottom: 0;
    }

    .home-featured-swiper .swiper-pagination-progressbar {
        bottom: -20px !important;
    }

    .home-featured-swiper .swiper-button-next {
        right: 0;
    }

    .home-featured-swiper .swiper-button-prev {
        right: 95px;
    }

    .home-featured-left {
        max-width: 100%;
    }

    .home-featured-left {
        padding: 25px 15px 30px 15px;
    }

    .home-featured-info {
        padding-left: 10px;
    }

    .home-featured-top-container {
        padding: 0;
    }

    .home-featured-agent-container {
        /* display: none; */
    }

    .home-featured-details-container .home-featured-design h2 {
        padding: 10px 0 20px;
    }

    .home-featured-details-container {
        padding-bottom: 65px;
    }

    .home-featured-bottom-container {
        padding-bottom: 0;
    }

    /* Properties */
    .home-about-properties {
        padding: 0;
    }

    .home-about {
        padding: 65px 15px 75px 15px;
    }

    .home-about-content {
        gap: 20px;
        padding: 0 0 35px;
    }

    .home-about-content p {
        padding-bottom: 30px;
    }

    .home-about-content .rounded-button {
        height: 67px;
        width: 100%;
        justify-content: space-between;
    }

    .home-properties-slide-content h3 {
        font-size: 20px;
    }

    .home-properties-slide-content p {
        font-size: 14px;
        padding: 10px 0 30px;
    }

    .home-properties-slide .swiper-pagination-progressbar {
        width: 96% !important;
        bottom: -40px;
        left: 0 !important;
        right: 0;
        margin: auto;
    }

    .home-properties-slide .swiper-button-next {
        bottom: -130px;
        right: 0;
        left: unset;
    }

    .home-properties-slide .swiper-button-prev {
        bottom: -130px;
        right: 95px;
        left: unset !important;
    }

    .home-properties-container {
        padding: 25px 15px 160px 15px;
    }

    .home-properties-content {
        padding: 0 0 40px 0;
    }

    .home-properties-content {
        gap: 30px;
    }

    .home-properties-slide-content>div {
        padding: 15px 10px 20px 10px;
    }

    /* Partner */
    .home-partner {
        padding: 35px 0;
    }

    .home-partner-content h2 {
        white-space: unset;
        font-size: 19px;
    }

    .home-partner-content {
        padding: 0 15px 45px 15px;
        gap: 30px;
    }

    /* Office */
    .home-office {
        padding: 45px 15px 35px 15px;
    }

    .home-office h2 {
        font-size: 30px;
        padding: 0 0 30px 0;
    }

    .home-office>iframe {
        height: 300px;
    }

    /* Inner */


    /* Specialists */
    .home-specialists {
        padding: 45px 0 70px;
    }

    .home-specialist-content {
        padding: 0 15px;
    }

    .home-specialist-content h2 {
        font-size: 30px;
    }

    .home-specialists-logos-slide img {
        height: 500px;
    }

    /* Hide original specialists on tablet/mobile, show swiper variant */
    .home-specialists { display: none; }
    .home-specialists-swiper {
        display: block;
        background: #151515;
        padding: 45px 15px 70px 15px;
    }
    .home-specialists-swiper-inner h2 {
        font-family: 'Satoshi-Light', sans-serif;
        font-weight: 400;
        font-size: 30px;
        color: #FFF;
        text-transform: uppercase;
        font-style: italic;
        text-align: center;
        padding-bottom: 25px;
    }
    .home-specialists-swiper-inner h2 span {
        font-family: 'Satoshi-Black', sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .home-specialists-swiper .swiper-slide img {
               display: block;
        width: 100%;
        height: 572px;
        object-fit: cover;
        object-position: top;
        border-radius: 10px;
    }
    .specialists-swiper-pagination {
        margin-top: 15px;
    }

    /* FAQ */
    .home-faq {
        padding: 65px 0 75px;
    }

    .home-faq-left {
        padding: 20px 15px 30px;
    }

    .home-faq-left h2 {
        font-size: 40px;
        text-align: center;
    }

    .home-faq-left p {
        font-size: 20px;
    }

    .home-faq-left.hide-desktop {
        margin-top: 35px;
        padding: 35px 15px 35px 15px;
    }

    .home-faq-right {
        padding: 0 15px;
    }

    .home-specialists-accordion-header {
        padding: 20px 0 30px 20px;
        gap: 10px;
    }

    .home-specialists-accordion-content {
        padding: 0 15px;
    }

    .home-specialists-accordion-header>div {
        align-items: flex-start;
    }

    .home-specialists-accordion span {
        padding-top: 10px;
    }

    /* Business */
    .home-business {
        padding: 40px 15px 55px 15px;
    }

    .home-business-video p {
        font-size: 20px;
        padding: 15px 10px 0 10px;
    }

    .home-business-button {
        width: 100%;
        height: 67px;
    }

.home-business-video-container {
        padding: 35px 0 25px !important;
    }
}

.home-hero{
    padding: 85px 0 0 0;
}

/* Homepage hero rebuild */
.home-hero,
html.light-mode .home-hero,
html.dark-mode .home-hero {
    position: relative;
    min-height: 665px;
    background: #9a9a9a;
    overflow: hidden;
}

.home-hero > .banner.home-hero__bg {
    position: absolute;
    inset: 0;
    background: transparent;
    padding: 0;
    z-index: 1;
}

.home-hero > .banner.home-hero__bg .banner-container,
.home-hero > .banner.home-hero__bg .banner-image {
    width: 100%;
    height: 100%;
    min-height: 665px;
}

.home-hero .home-hero__overlay {
    position: relative;
    z-index: 3;
    min-height: 665px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 72px 24px 72px;
}

.home-hero .home-hero__content {
    position: static;
    width: min(980px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    pointer-events: auto;
}

.home-hero .home-hero__title {
    max-width: 1120px;
    margin: 0;
    font-family: 'Satoshi-Bold', sans-serif;
    font-size: 46px;
    line-height: 1.05;
    color: #fff;
    text-transform: none;
    letter-spacing: -0.03em;
}

.home-hero .home-hero__subtitle {
    max-width: 760px;
    margin: 0;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: clamp(22px, 1.8vw, 34px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.home-hero .banner-image {
    position: relative;
    min-height: 650px;
    border-radius: 0;
    overflow: hidden;
    background: #8e8e8e;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.home-hero .banner-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(88, 88, 88, 0.24) 0%, rgba(80, 80, 80, 0.48) 100%),
        rgba(76, 76, 76, 0.28);
    z-index: 1;
}

.home-hero .banner-image-sky.desktop-hero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.68);
}

.home-hero .banner-image-sky.mobile-hero,
.home-hero .banner-image-building {
    display: none !important;
}

.home-hero .banner:hover .banner-image-sky {
    transform: none;
}

.home-hero .home-hero__button {
    position: static;
    width: fit-content;
    height: 45px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(72, 72, 72, 0.86);
    color: #fff;
    font-family: 'Satoshi-Medium', sans-serif;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero .home-hero__button:hover {
    background: rgba(54, 54, 54, 0.92);
    transform: translateY(-1px);
}

.home-hero .home-hero__button span {
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}

.home-hero .home-hero__button span::before {
    content: none;
}

.home-hero[dir="rtl"] .home-hero__button span::before {
    content: "استكشف محفظتنا";
}

.home-hero[dir="rtl"] .home-hero__button span::before {
    content: none;
}

.home-hero .home-hero__bg .banner-image.home-hero__bg {
    font-size: 0;
    color: transparent;
}

.home-hero .banner-filters {
    position: static;
    z-index: auto;
    margin-top: 38px;
    padding: 0;
    width: min(900px, 100%);
    background: transparent;
}

.home-hero .banner-filters-container {
    width: 100%;
    margin: 0 auto;
    background: #5b5b5b;
    border-radius: 26px;
max-width: 790px;
        padding: 27px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.home-hero #propertyFilterForm {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1.45fr) 156px;
    grid-template-areas:
        "tabs tabs tabs"
        "search controls submit";
    gap: 18px 0;
    align-items: stretch;
}

.home-hero .banner-filter-form-top,
.home-hero .banner-filter-form-bottom {
    display: contents;
}

.home-hero .home-hero-filter__tabs {
    grid-area: tabs;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 9999px;
    overflow-x: auto;
    scrollbar-width: none;
}


.home-hero .home-hero-filter__tabs::-webkit-scrollbar {
    display: none;
}

.home-hero .home-hero-filter__tabs > .dropdownBtn,
.home-hero .home-hero-filter__tabs > .dropdown-content {
    display: none !important;
}

.home-hero .home-hero-filter__tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 18px 22px;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    background: transparent;
    color: #666;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-hero .home-hero-filter__tab:last-of-type {
    border-right: 0;
}

.home-hero .home-hero-filter__tab.is-active {
    background: #000;
    color: #fff;
}

.home-hero .home-hero-filter__search {
    grid-area: search;
    position: relative;
}

.home-hero .banner-filter-form-top .banner-search-button {
    display: none !important;
}

.home-hero .banner-filter-form-top .search-input {
    width: 100%;
    height: 54px;
    border: 1px solid #ddd;
    border-radius: 999px 0 0 999px;
    background: #fff;
    color: #1d1d1d;
    padding: 0 22px 0 54px;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
}

.home-hero .banner-filter-form-top .search-input::placeholder {
    color: #848484;
}

.home-hero .banner-filter-form-top .search-input:focus {
    background: #fff;
    outline: none;
}

.home-hero .banner-filter-form-top .search-icon {
    position: absolute;
    left: 22px;
      filter: brightness(0);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0.55;
}

.home-hero .banner-tal {
    grid-area: controls;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: none;
    padding: 0;
}

.home-hero .banner-filter-hr,
.home-hero .banner-location-dropdown,
.home-hero .banner-price-range {
    display: none !important;
}

.home-hero .banner-type-dropdown,
.home-hero .banner-area-dropdown {
    position: relative;
    max-width: none;
}

.home-hero .banner-type-dropdown .dropdownBtn,
.home-hero .banner-area-dropdown .dropdownBtn {
    width: 100%;
    height: 54px;
    padding: 0 22px;
    border: 1px solid #ddd;
    background: #fff;
    color: #262626;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 0;
    overflow: hidden;
}

.home-hero .banner-type-dropdown .dropdownBtn {
    border-left: 0;
}

.home-hero .banner-area-dropdown .dropdownBtn {
    border-left: 0;
}

.home-hero .banner-type-dropdown .dropdownBtn img,
.home-hero .banner-area-dropdown .dropdownBtn img {
    width: 12px;
    height: 12px;
}

.home-hero .banner-type-dropdown .dropdown-content,
.home-hero .banner-area-dropdown .dropdown-content,
.home-hero .home-hero-select__panel {
    position: absolute;
    left: 0;
    top: 33px;
    width: min(440px, calc(100vw - 96px));
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 7;
}




.home-hero .banner-area-dropdown .dropdown-content {
    width: min(360px, calc(100vw - 96px));
}

.home-hero .home-hero-select.is-open .home-hero-select__panel {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero #homeFilterTypeOptionsDesktop span,
.home-hero .home-hero-option-pill,
.home-hero #homeFilterAreaOptionsDesktop .dropdown-al {
    border: 1px solid #d3d3d3;
    border-radius: 999px;
    background: #fff;
    color: #555;
    font-family: 'Satoshi-Regular', sans-serif;
font-size: 12px;
    line-height: 1.2;
    padding: 7px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hero #homeFilterTypeOptionsDesktop span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-hero #homeFilterTypeOptionsDesktop span:hover,
.home-hero #homeFilterTypeOptionsDesktop span.is-active,
.home-hero .home-hero-option-pill:hover,
.home-hero .home-hero-option-pill.is-active,
.home-hero #homeFilterAreaOptionsDesktop .dropdown-al:hover,
.home-hero #homeFilterAreaOptionsDesktop .dropdown-al.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.home-hero #homeFilterAreaOptionsDesktop .dropdown-al {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

.home-hero #homeFilterAreaOptionsDesktop .dropdown-al label {
    color: inherit;
    cursor: pointer;
}

.home-hero #homeFilterAreaOptionsDesktop .dropdown-al .container,
.home-hero #homeFilterAreaOptionsDesktop .dropdown-al input,
.home-hero #homeFilterAreaOptionsDesktop .dropdown-al .checkmark {
    display: none !important;
}

.home-hero .banner-search-button.hide-laptop {
    grid-area: submit;
    display: inline-flex !important;
    width: 100%;
    max-width: none;
    height: 54px;
    padding: 0 26px;
    border-radius: 0 999px 999px 0;
    background: #0d0d0d;
    color: #fff;
    justify-content: center;
    gap: 0;
}

.home-hero .banner-search-button.hide-laptop img {
    display: none;
}

.home-hero .banner-search-button.hide-laptop span {
    color: inherit;
    transform: none !important;
    font-family: 'Satoshi-Medium', sans-serif;
    font-size: 18px;
}

.home-hero .banner-search-button.hide-laptop:hover {
    background: #202020;
}

.home-hero .banner-search-button.hide-laptop:hover span {
    color: #fff;
}

.home-hero .home-hero-mobile-search,
.home-hero .home-filter-modal {
    display: none;
}

.home-hero .home-filter-modal[hidden] {
    display: none !important;
}

.home-hero-mobile-search__bar,
.home-hero-mobile-search__submit,
.home-hero-mobile-search__filter,
.home-filter-modal__submit,
.home-filter-modal__close {
    -webkit-appearance: none;
    appearance: none;
}

.home-hero[dir="rtl"] .banner-filter-form-top .search-input {
    padding: 0 54px 0 22px;
}

.home-hero[dir="rtl"] .banner-filter-form-top .search-icon {
    left: auto;
    right: 22px;
}

.home-hero[dir="rtl"] .home-hero-filter__tab {
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.home-hero[dir="rtl"] .home-hero-filter__tab:last-of-type {
    border-left: 0;
}

.home-hero[dir="rtl"] .banner-filter-form-top .search-input,
.home-hero[dir="rtl"] .banner-type-dropdown .dropdownBtn,
.home-hero[dir="rtl"] .banner-area-dropdown .dropdownBtn,
.home-hero[dir="rtl"] .home-filter-modal__label,
.home-hero[dir="rtl"] .home-filter-modal__header {
    text-align: right;
}

body.home-filter-modal-open {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .home-hero {
        min-height: 640px;
    }

    .home-hero > .banner.home-hero__bg .banner-container,
    .home-hero > .banner.home-hero__bg .banner-image,
    .home-hero .banner-image {
        min-height: 640px;
    }

    .home-hero .home-hero__overlay {
        min-height: 640px;
        padding: 66px 24px 64px;
    }

    .home-hero .banner-filters-container {
    max-width: 790px;
        padding: 27px;
    }
}

@media (max-width: 1024px) {
    .home-hero {
        min-height: 620px;
    }

    .home-hero > .banner.home-hero__bg .banner-container,
    .home-hero > .banner.home-hero__bg .banner-image,
    .home-hero .banner-image,
    .home-hero .home-hero__overlay {
        min-height: 620px;
    }

    .home-hero .home-hero__overlay {
        padding: 56px 18px 54px;
    }

    .home-hero .home-hero__content {
        width: min(760px, 100%);
    }

    .home-hero .home-hero__title {
        font-size: clamp(40px, 5vw, 56px);
    }

    .home-hero .home-hero__subtitle {
        font-size: clamp(20px, 2.1vw, 28px);
    }

    .home-hero .banner-filters-container {
        padding: 30px 24px;
    }

    .home-hero #propertyFilterForm {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "tabs"
            "search"
            "controls"
            "submit";
    }

    .home-hero .banner-filter-form-top .search-input {
        border-radius: 999px;
    }

    .home-hero .banner-tal {
        grid-template-columns: 1fr 1fr;
    }

    .home-hero .banner-type-dropdown .dropdownBtn {
        border-left: 1px solid #ddd;
        border-radius: 999px 0 0 999px;
    }

    .home-hero .banner-area-dropdown .dropdownBtn {
        border-radius: 0 999px 999px 0;
    }

    .home-hero .banner-search-button.hide-laptop {
        border-radius: 999px;
    }

    .home-hero .banner-filters {
        margin-top: 34px;
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 700px;
    }

    .home-hero > .banner.home-hero__bg .banner-container,
    .home-hero > .banner.home-hero__bg .banner-image,
    .home-hero .banner-image,
    .home-hero .home-hero__overlay {
        min-height: 700px;
    }

    .home-hero .banner-image {
        border-radius: 0;
        background: #9a9a9a;
    }

    .home-hero .home-hero__overlay {
        padding: 52px 13px 40px;
    }

    .home-hero .home-hero__content {
        width: min(340px, 100%);
        gap: 16px;
    }

    .home-hero .home-hero__title {
        font-size: 28px;
        line-height: 1.08;
        max-width: 340px;
    }

    .home-hero .home-hero__subtitle {
        max-width: 320px;
        font-size: 14px;
        line-height: 1.45;
    }

    .home-hero .home-hero__button {
        min-width: 192px;
        min-height: 44px;
        padding: 0 22px;
        margin-top: 8px;
    }

    .home-hero .banner-filters {
        margin-top: 36px;
        width: 100%;
    }

    .home-hero .banner-filters-container.hide-mobile {
        display: none !important;
    }

    .home-hero .home-hero-mobile-search {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0;
        position: relative;
                background: #2f2f2f;
        border-radius: 18px;
        padding: 11px 12px;
    }

    .home-hero .banner-search-button-mobile,
    .home-hero .banner-meeting-button-mobile {
        display: none !important;
    }

    .home-hero .home-hero-mobile-search__bar {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 0;

    }

    .home-hero .home-hero-mobile-search__bar input {
        width: 100%;
        height: 46px;
        border: 0;
        border-radius: 999px;
        background: #fff;
        color: #222;
        padding: 0 16px;
        font-family: 'Satoshi-Regular', sans-serif;
        font-size: 14px;
    }

    .home-hero .home-hero-mobile-search__bar input::placeholder {
        color: #8a8a8a;
    }

    .home-hero .home-hero-mobile-search__submit {
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin-left: -44px;
        border: 2px solid #fff;
        border-radius: 0 50% 50% 0;
        background: #0b0b0b;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .home-hero[dir="rtl"] .home-hero-mobile-search__submit {
        margin-left: 0;
        margin-right: -44px;
    }

    .home-hero .home-hero-mobile-search__submit svg,
    .home-hero .home-hero-mobile-search__filter svg {
        width: 18px;
        height: 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .home-hero .home-hero-mobile-search__filter {
        width: 54px;
        height: 54px;
        min-width: 54px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 50%;
        background: #1b1b1b;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .home-hero .home-filter-modal {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 99;
    }

    .home-hero .home-filter-modal__overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.58);
    }

    .home-hero .home-filter-modal__panel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 24px 24px 0 0;
        padding: 16px 16px 20px;
        max-height: min(82vh, 700px);
        overflow-y: auto;
        box-shadow: 0 -14px 30px rgba(0, 0, 0, 0.16);
    }

    .home-hero .home-filter-modal__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 16px;
    }

    .home-hero .home-filter-modal__header h3 {
        margin: 0;
        font-family: 'Satoshi-Bold', sans-serif;
        font-size: 18px;
        color: #161616;
    }

    .home-hero .home-filter-modal__close {
        width: 36px;
        height: 36px;
        border: 1px solid #dadada;
        border-radius: 50%;
        background: #f7f7f7;
        color: #666;
        font-size: 22px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .home-hero .home-hero-filter__tabs--mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        background: transparent;
        padding: 0;
        margin-bottom: 14px;
        overflow: visible;
    }

    .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab {
        flex: 0 0 auto;
        min-width: auto;
        border: 1px solid #d8d8d8;
        border-radius: 999px;
        padding: 10px 14px;
        font-size: 14px;
        background: #f7f7f7;
        color: #666;
    }

    .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab.is-active {
        background: #0b0b0b;
        color: #fff;
        border-color: #0b0b0b;
    }

    .home-hero .home-filter-modal__group {
        margin-bottom: 16px;
    }

    .home-hero .home-filter-modal__label {
        display: block;
        margin-bottom: 8px;
        font-family: 'Satoshi-Regular', sans-serif;
        font-size: 14px;
        color: #6a6a6a;
    }

    .home-hero .home-hero-select--mobile {
        position: relative;
    }

    .home-hero .home-hero-select--mobile .home-hero-select__trigger {
        width: 100%;
        height: 54px;
        padding: 0 16px;
        border: 1px solid #dedede;
        border-radius: 14px;
        background: #fff;
        color: #4c4c4c;
        font-family: 'Satoshi-Regular', sans-serif;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-hero .home-hero-select--mobile .home-hero-select__panel {
        width: 100%;
        position: static;
        margin-top: 10px;
        box-shadow: none;
        border-radius: 18px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .home-hero .home-hero-select--mobile.is-open .home-hero-select__panel {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-hero .home-hero-option-pill {
        padding: 11px 14px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #d2d2d2;
        color: #666;
    }

    .home-hero .home-filter-modal__submit {
        width: 100%;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: #111;
        color: #fff;
        font-family: 'Satoshi-Bold', sans-serif;
        font-size: 16px;
    }
}

html.dark-mode .home-hero .home-filter-modal__overlay,
body.dark-mode .home-hero .home-filter-modal__overlay,
[data-theme="dark"] .home-hero .home-filter-modal__overlay {
    background: linear-gradient(180deg, rgba(32, 17, 44, 0.68) 0%, rgba(4, 4, 8, 0.9) 100%);
}

html.dark-mode .home-hero .home-filter-modal__panel,
body.dark-mode .home-hero .home-filter-modal__panel,
[data-theme="dark"] .home-hero .home-filter-modal__panel,
html.dark-mode .home-filter-modal__panel,
body.dark-mode .home-filter-modal__panel,
[data-theme="dark"] .home-filter-modal__panel {
    background: #111111;
    color: #fff;
    box-shadow: 0 -18px 36px rgba(0, 0, 0, 0.42);
}

html.dark-mode .home-hero .home-filter-modal__header,
body.dark-mode .home-hero .home-filter-modal__header,
[data-theme="dark"] .home-hero .home-filter-modal__header,
html.dark-mode .home-hero .home-filter-modal__header h3,
body.dark-mode .home-hero .home-filter-modal__header h3,
[data-theme="dark"] .home-hero .home-filter-modal__header h3 {
    color: #fff;
}

html.dark-mode .home-hero .home-filter-modal__close,
body.dark-mode .home-hero .home-filter-modal__close,
[data-theme="dark"] .home-hero .home-filter-modal__close {
    background: #242424;
    border-color: #242424;
    color: #fff;
}

html.dark-mode .home-hero .home-filter-modal__label,
body.dark-mode .home-hero .home-filter-modal__label,
[data-theme="dark"] .home-hero .home-filter-modal__label {
    color: #fff;
}

html.dark-mode .home-hero .home-hero-filter__tabs--mobile,
body.dark-mode .home-hero .home-hero-filter__tabs--mobile,
[data-theme="dark"] .home-hero .home-hero-filter__tabs--mobile {
    background: transparent;
}

html.dark-mode .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab,
body.dark-mode .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab,
[data-theme="dark"] .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab {
    background: #e8e8e8;
    border-color: #d7d7d7;
    color: #131313;
}

html.dark-mode .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab.is-active,
body.dark-mode .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab.is-active,
[data-theme="dark"] .home-hero .home-hero-filter__tabs--mobile .home-hero-filter__tab.is-active {
    background: rgba(255, 255, 255, 0.08);
    border-color: #3a3a3a;
    color: #fff;
}

html.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__trigger,
body.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__trigger,
[data-theme="dark"] .home-hero .home-hero-select--mobile .home-hero-select__trigger {
    background: #181818;
    border-color: #2a2a2a;
    color: #6d6d6d;
}

html.dark-mode .home-hero .home-hero-select__value,
body.dark-mode .home-hero .home-hero-select__value,
[data-theme="dark"] .home-hero .home-hero-select__value {
    color: #6d6d6d;
}

html.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__trigger img,
body.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__trigger img,
[data-theme="dark"] .home-hero .home-hero-select--mobile .home-hero-select__trigger img {
    filter: brightness(0) saturate(0%) invert(34%);
    opacity: 0.95;
}

html.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__panel,
body.dark-mode .home-hero .home-hero-select--mobile .home-hero-select__panel,
[data-theme="dark"] .home-hero .home-hero-select--mobile .home-hero-select__panel,
html.dark-mode .home-hero .home-hero-select__panel,
body.dark-mode .home-hero .home-hero-select__panel,
[data-theme="dark"] .home-hero .home-hero-select__panel {
    background: transparent;
    color: #fff;
}

html.dark-mode .home-hero .home-hero-option-pill,
body.dark-mode .home-hero .home-hero-option-pill,
[data-theme="dark"] .home-hero .home-hero-option-pill {
    background: #e8e8e8;
    border-color: #d7d7d7;
    color: #131313;
}

html.dark-mode .home-hero .home-hero-option-pill.is-active,
html.dark-mode .home-hero .home-hero-option-pill:hover,
body.dark-mode .home-hero .home-hero-option-pill.is-active,
body.dark-mode .home-hero .home-hero-option-pill:hover,
[data-theme="dark"] .home-hero .home-hero-option-pill.is-active,
[data-theme="dark"] .home-hero .home-hero-option-pill:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #3a3a3a;
    color: #fff;
}

html.dark-mode .home-hero .home-filter-modal__submit,
body.dark-mode .home-hero .home-filter-modal__submit,
[data-theme="dark"] .home-hero .home-filter-modal__submit {
    background: #181818;
    color: #fff;
    border: 1px solid #2a2a2a;
    text-align: center;
}

/* Homepage light/dark theme handling for specialists swiper and business section */
.home-specialists-swiper,
.home-specialists-swiper-inner,
.home-specialists-swiper-inner h2,
.home-specialist-content h2,
.home-specialist-button,
.home-specialist-button span,
.home-business,
.home-business-container,
.home-business h2,
.home-business h2 span,
.home-business-video,
.home-business-video p,
.home-business-button,
.home-business-button span {
    transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-business {
    background: #ffffff;
}

.home-business-container {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 36px;
}

.home-business h2 {
    color: #070707;
}

.home-business h2 span {
    color: #2b2b2b;
}

.home-business-video {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.home-business-video iframe {
    border-radius: 14px 14px 0 0;
}

.home-business-video p {
    color: #070707;
}

.home-business-button {
    background: #ffffff;
    border: 1px solid #070707;
    color: #070707;
}

.home-business-button span {
    color: inherit;
}

.home-business-button:hover {
    background: #070707;
    color: #ffffff;
}

.home-business-button:hover span {
    color: #ffffff;
}

.home-business .swiper-pagination-bullet {
    background: #d7dbe0;
    opacity: 1;
}

.home-business .swiper-pagination-bullet-active {
    background: #070707;
}

html.dark-mode .home-business,
body.dark-mode .home-business,
[data-theme="dark"] .home-business {
    background: #1E1E1E;
}

html.dark-mode .home-business-container,
body.dark-mode .home-business-container,
[data-theme="dark"] .home-business-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

html.dark-mode .home-business h2,
html.dark-mode .home-business h2 span,
body.dark-mode .home-business h2,
body.dark-mode .home-business h2 span,
[data-theme="dark"] .home-business h2,
[data-theme="dark"] .home-business h2 span,
html.dark-mode .home-business-video p,
body.dark-mode .home-business-video p,
[data-theme="dark"] .home-business-video p {
    color: #fff;
}

html.dark-mode .home-business-video,
body.dark-mode .home-business-video,
[data-theme="dark"] .home-business-video {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

html.dark-mode .home-business-video iframe,
body.dark-mode .home-business-video iframe,
[data-theme="dark"] .home-business-video iframe {
    border-radius: 5px;
}

html.dark-mode .home-business-button,
body.dark-mode .home-business-button,
[data-theme="dark"] .home-business-button {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
}

html.dark-mode .home-business-button span,
body.dark-mode .home-business-button span,
[data-theme="dark"] .home-business-button span {
    color: inherit;
}

html.dark-mode .home-business .swiper-pagination-bullet,
body.dark-mode .home-business .swiper-pagination-bullet,
[data-theme="dark"] .home-business .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.26);
}

html.dark-mode .home-business .swiper-pagination-bullet-active,
body.dark-mode .home-business .swiper-pagination-bullet-active,
[data-theme="dark"] .home-business .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 1024px) {
    .home-specialists-swiper {
        background: #ffffff;
        padding: 45px 15px 70px 15px;
    }

    .home-specialists-swiper-inner {
        position: relative;
        background: #f8f9fb;
        border-radius: 24px;
        padding: 28px 18px 32px;
    }

    .home-specialists-swiper-inner h2,
    .home-specialist-content h2 {
        color: #070707;
    }

    .home-specialists-swiper .swiper-slide img {
        box-shadow: none;
    }

    .home-specialist-button {
        background: #ffffff;
        border: 1px solid #070707;
        backdrop-filter: none;
    }

    .home-specialist-button span {
        color: #070707;
    }

    .home-specialist-button:hover {
        background: #070707;
        border-color: #070707;
    }

    .home-specialist-button:hover span {
        color: #ffffff;
    }

    .specialists-swiper-pagination .swiper-pagination-bullet {
        background: #d7dbe0;
        opacity: 1;
    }

    .specialists-swiper-pagination .swiper-pagination-bullet-active {
        background: #070707;
    }

    html.dark-mode .home-specialists-swiper,
    body.dark-mode .home-specialists-swiper,
    [data-theme="dark"] .home-specialists-swiper {
        background: #151515;
    }

    html.dark-mode .home-specialists-swiper-inner,
    body.dark-mode .home-specialists-swiper-inner,
    [data-theme="dark"] .home-specialists-swiper-inner {
        background: transparent;
        border-radius: 0;
        padding: 0;
    }

    html.dark-mode .home-specialists-swiper-inner h2,
    html.dark-mode .home-specialist-content h2,
    body.dark-mode .home-specialists-swiper-inner h2,
    body.dark-mode .home-specialist-content h2,
    [data-theme="dark"] .home-specialists-swiper-inner h2,
    [data-theme="dark"] .home-specialist-content h2 {
        color: #FFF;
    }

    html.dark-mode .home-specialist-button,
    body.dark-mode .home-specialist-button,
    [data-theme="dark"] .home-specialist-button {
        background: rgba(0, 0, 0, 0.2);
        border-color: #565656;
        backdrop-filter: blur(20px);
    }

    html.dark-mode .home-specialist-button span,
    body.dark-mode .home-specialist-button span,
    [data-theme="dark"] .home-specialist-button span {
        color: #fff;
    }

    html.dark-mode .specialists-swiper-pagination .swiper-pagination-bullet,
    body.dark-mode .specialists-swiper-pagination .swiper-pagination-bullet,
    [data-theme="dark"] .specialists-swiper-pagination .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.28);
        opacity: 1;
    }

    html.dark-mode .specialists-swiper-pagination .swiper-pagination-bullet-active,
    body.dark-mode .specialists-swiper-pagination .swiper-pagination-bullet-active,
    [data-theme="dark"] .specialists-swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
}

@media (max-width: 910px) {
    .home-business-container {
        padding: 24px 18px 28px;
    }
}
