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

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

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

.banner-content h1 {
    max-width: 1045px;
    font-size: 50px;
    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: 670px;
    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: 670px;
    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
}

/* 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;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 60px;
    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 40px;
    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: 50px;
    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: 60px;
    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: 67px;
    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-button-next {
    position: absolute;
  right: 188px;
    bottom: -105px;
    top: unset;
}

.home-featured-swiper .swiper-button-prev {
    position: absolute;
      right: 105px;
    bottom: -105px;
    top: 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: 600;
    font-size: 16px;
    text-shadow: 0px 0px 15px rgb(0 0 0);
}

.home-featured-swiper-details span {
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgb(0 0 0);
}

.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 30px 40px 30px;
    gap: 40px;
}

.home-about-content h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 50px;
    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;
    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: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 0 80px 40px;
    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: 50px;
    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%;
    padding: 0 70px;
}

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

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

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

.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-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 80px 60px 80px;
    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-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;
}

.home-partner-logos {
    position: relative;
    padding: 0 80px;
}

.home-partner-logos-wrapper {
    overflow: hidden;
    width: 100%;
}

.home-partner-logos-slide {
    display: flex;
    gap: 20px;
    width: max-content;
}

.home-partner-logos-slide img {
    flex: 0 0 auto;
    width: 250px;
    height: 112px;
    object-fit: contain;
    padding: 8px;
    filter: brightness(0%);
}

.partner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 2;
}

.partner-nav span {
    font-size: 24px;
    line-height: 1;
}

.partner-nav:hover {
    background: #000;
    color: #FFF;
}

.partner-nav-prev {
    left: 20px;
}

.partner-nav-next {
    right: 20px;
}

@media (max-width: 768px) {
    .home-partner-logos {
        padding: 0 40px;
    }

    .partner-nav {
        width: 44px;
        height: 44px;
    }

    .partner-nav span {
        font-size: 18px;
    }
}

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

.home-office h2 {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 400;
    font-size: 70px;
    color: #FFF;
    text-align: right;
    padding: 0 40px 30px 40px;
    max-width: 1690px;
    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: 1690px;
    height: 825px;
}

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

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

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

.home-specialist-content h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 70px;
    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: 820px;
    margin: 0 5px;
    object-fit: contain;
}

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












.home-faq-left {
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    background: #1E1E1E;
    /* padding: 60px 40px 50px 40px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.home-faq-left h2 {
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 400;
    font-size: 70px;
    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: 18px;
    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: 8px 10px;
    border: 1px solid #565656;
    font-size: 14px;
    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: 18px 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.home-specialists-accordion-header:hover {
    background: #121212;
}

.home-specialists-accordion-content {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    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: 20px;
    color: #FFF;
}

.home-specialists-accordion span {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    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: 120px 40px 55px 40px;
    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: 50px;
    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;
}

/* Mobile Filter */
.search-modal-content-header {
    position: fixed;
    z-index: 1;
    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);
}

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

.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%;
}

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

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

    .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: 50px;
    }

    .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: 40px !important;
    }

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

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

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

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

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

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

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

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

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

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

    .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;
    }
}

@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) {

    /* 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: 64px;
        background: #FFF;
        justify-content: center;
        color: #000;
    }

    .banner-meeting-button-mobile {
        border-radius: 50px;
        height: 64px;
        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: 14px;
        gap: 10px;
    }

    .home-featured-swiper-price {
        left: 10px;
        bottom: 45px;
    }

    .home-featured-swiper-location {
        left: 10px;
        bottom: 15px;

    }

    .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: 20px;
        left: unset;
    }

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

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

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

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

    .home-properties-slide .swiper {
        padding: 0 20px;
    }

    .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: 400px;
    }

    /* Inner */
    .home-inner-container {
        padding: 75px 0 50px;
    }

    /* 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: 640px;
    }

    /* FAQ */
    .home-faq {
        padding: 50px 0 60px;
    }

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

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

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

    .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;
    }
}


.featured-property-swiper {
    position: relative;
    padding-bottom: 60px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.pagination-wrapper .swiper-button-prev,
.pagination-wrapper .swiper-button-next {
    position: static;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: white;
    margin-top: 0;
}

.pagination-wrapper .swiper-button-prev:after,
.pagination-wrapper .swiper-button-next:after {
    font-size: 14px;
    color: #C4CDD5;
}

.featured-property-swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.featured-property-swiper .swiper-button-disabled:hover {
    background: #1A1A1A;
    color: white;
}

.featured-property-swiper .swiper-pagination {
    position: static;
    bottom: auto;
}

.featured-property-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: white;
    color: black;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 1;
}

.featured-property-swiper .swiper-pagination-bullet-active {
    color: black;
    opacity: 0.3;
}

.swiper-navigation-hidden .swiper-button-prev,
.swiper-navigation-hidden .swiper-button-next,
.swiper-pagination-hidden .swiper-pagination {
    display: none !important;
}

.featured-property-swiper .swiper-slide {
    height: auto;
}

/* Featured Property Card Styles - Compact Design */
.featured-property-swiper .property-item {
    padding: 10px 12px !important;
}

.featured-property-swiper .property-item>div:first-child {
    height: 200px !important;
}

.featured-property-swiper .property-item .flex-grow {
    margin-top: 12px !important;
}

.featured-property-swiper .property-item .flex-grow>div:first-child {
    margin-top: 12px !important;
}

.featured-property-swiper .property-item .flex-grow>div:nth-child(2) {
    margin-top: 8px !important;
}

.featured-property-swiper .property-item h1 {
    font-size: 16px !important;
    line-height: 1.3;
}

.featured-property-swiper .property-item small {
    font-size: 11px !important;
}

.featured-property-swiper .property-item .flex-grow>div[class*="mt-"] {
    margin-top: 10px !important;
}

.featured-property-swiper .property-item .flex-grow>div[class*="mt-"]>div {
    margin-top: 8px !important;
}

.featured-property-swiper .property-item a[href*="properties.show"] {
    margin-top: 15px !important;
    padding: 10px 12px !important;
}

.featured-property-swiper .property-item a[href*="properties.show"] small {
    font-size: 12px !important;
}

/* Agent Section */
.featured-property-swiper .property-item .flex-grow>div:last-child {
    margin-top: 15px !important;
    gap: 12px !important;
}

.featured-property-swiper .property-item .flex-grow>div:last-child>div:first-child>div:first-child {
    width: 50px !important;
    height: 50px !important;
}

.featured-property-swiper .property-item .flex-grow>div:last-child>div:last-child>div:first-child {
    margin-top: 4px !important;
    gap: 5px !important;
}

.featured-property-swiper .property-item .flex-grow>div:last-child>div:last-child>div:first-child>a {
    width: 28px !important;
    height: 28px !important;
}

.featured-property-swiper .property-item h1 {
    font-size: 16px !important;
}

@media (min-width: 640px) {
    .featured-property-swiper .property-item {
        padding: 12px 15px !important;
    }

    .featured-property-swiper .property-item>div:first-child {
        height: 220px !important;
    }


    .featured-property-swiper .property-item small {
        font-size: 12px !important;
    }

    .featured-property-swiper .property-item .flex-grow>div:last-child>div:first-child>div:first-child {
        width: 55px !important;
        height: 55px !important;
    }
}

@media (min-width: 768px) {


    .featured-property-swiper .property-item small {
        font-size: 13px !important;
    }
}

@media (min-width: 1024px) {
    .featured-property-swiper .property-item>div:first-child {
        height: 240px !important;
    }



    .featured-property-swiper .property-item small {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .featured-property-swiper {
        padding-bottom: 40px;
    }
}

/* Search Suggestions */
.suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    text-align: left;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    font-family: 'Avenir Next', Arial, sans-serif;
    border-bottom: 1px solid #eee;
}

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

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.banner-filter-form-top-container {
    position: relative;
}