/* Footer Contact */
.footer-contact {
    /* min-height: 1080px; */
    min-height: 900px;
    position: relative;
    display: flex;
    background: #101010;
    justify-content: flex-end;
    transition: 0.6s linear;
    overflow: hidden;
}

.footer-contact.active {
    padding-left: 755px;
}

.footer-contact-left {
    height: 100%;
    background: #101010;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 755px;
    padding: 80px 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: 0.6s linear;
    transform: translateX(-100%);
}

.footer-contact.active .footer-contact-left {
    transform: translateX(0);
}

.footer-contact-left h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFF;
    font-style: italic;
}

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

.footer-contact-left p {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    padding: 20px 0 20px;
    /* max-width: 560px; */
}

.footer-contact-form label {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D5D5D5;
}

.footer-contact-form input,
.footer-contact-form textarea {
    width: 100%;
    border: 1px solid #D5D5D5;
    background: #1A1A1A;
    padding: 0 16px;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-size: 15px;
    color: #D5D5D5;
    height: 52px;
    border-radius: 7px;
    margin: 12px 0 16px;
}

.footer-contact-form textarea {
    height: 70px;
    resize: none;
    padding: 16px;
    margin-bottom: 20px;
}

.footer-contact-form-input-container {
    display: flex;
    gap: 15px;
}

.footer-contact-form button {
    width: 118px;
    height: 56px;
    background: #FFF;
    border: 0;
    border-radius: 10px;
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin: 10px 0 0 auto;
    display: block;
    cursor: pointer;
}

.footer-contact-right {
    position: relative;
    width: 100%;
    transition: 0.6s linear;
    max-width: 100%;
}

.footer-contact-right-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-contact-info {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-right: 20px;
}

.footer-contact-info a {
    position: relative;
    background: #1E1E1E;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding-right: 10px;
}

.footer-contact-info a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 100%;
    background: #363636;
    transition: 0.3s ease-in-out;
}

.footer-contact-info a:hover::before {
    width: 100%;
}

.footer-contact-info span {
    position: relative;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 15px;
}

.footer-contact-button-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #363636;
}

.footer-contact-button-image {
    position: relative;
}

/* Footer Contact 2 */
.footer-contact2 .footer-contact2-career {
    padding: 40px;
}

.footer-contact2 {
    overflow: hidden;
    background: #070707;
}

.footer-contact2-container {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    display: flex;
    gap: 40px;
    padding: 90px 40px;
}

.footer-contact2-left {
    width: 50%;
    background: #1A1A1A;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact2-left-container {
    width: 100%;

}

.footer-contact2-left h2 {
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #FFF;
    text-align: center;
}

.footer-contact2-left p {
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #54565A;
    text-align: center;
    padding: 20px 0 45px;
}

.footer-contact-form2 {
    position: relative;
    padding: 0 8px;
    max-width: 460px;
    margin: auto;
}

.footer-contact-form2 label {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #D5D5D5;
    display: block;
    padding-top: 20px;
}

.footer-contact-form2 label:first-child {
    padding-top: 0;
}

.footer-contact-form2 input {
    width: 100%;
    background: transparent;
    border: 1px solid #D5D5D5;
    border-radius: 7px;
    padding: 0 20px;
    height: 45px;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #D5D5D5;
    margin-top: 15px;
}

.footer-contact-form2 input[type="file"] {
    padding: 0 20px 0 0;
    cursor: pointer;
    color: #939393;
}

.footer-contact-form2 input[type="file"]::file-selector-button {
    height: 100%;
    background: #565656;
    color: #D5D5D5;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    border: 0;
    cursor: pointer;
}

.footer-contact2-left-container .sellorrent-label {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    color: #939393;
    font-size: 16px;
    padding-top: 15px;
}


.g-recaptcha {
    margin-top: 15px;

}

.footer-contact-form2 button {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 7px;
    background: #FFF;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.footer-contact-form2 button:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #FFF;
}

.footer-contact2-right {
    width: 50%;
    transition: 0.6s;
    transform: translateX(1000px);
}

.footer-contact2.active .footer-contact2-right {
    transform: translateX(0);
}

.footer-contact2-right img {
    border-radius: 10px;
    min-height: auto;
    height: 100%;
    object-fit: cover;
}

/* Footer Content */
.footer-content {
    position: relative;
    background: #070707;
    padding: 120px 40px 85px 40px;
    overflow: hidden;
}

.footer-content-container {
    max-width: 1850px;
    margin: auto;
}

.footer-content-mission-vision {
    max-width: 455px;
    margin: auto;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.footer-content.active .footer-content-mission-vision {
    opacity: 1;
}

.footer-content-mission-vision h5 {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #FFF;
    text-align: center;
}

.footer-content-mission-vision p {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
}

.footer-content-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    padding: 50px 0 100px;
}

.footer-content-menu-container {
    width: 100%;
    max-width: 995px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-content-menu-container a {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-content-menu-container a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #FFF;
    transition: width 0.3s ease-in-out;
}

.footer-content-menu-container a:hover {
    color: #D5D5D5;
}

.footer-content-menu-container a:hover::after {
    width: 100%;
}

.footer-content-menu-image {
    width: 100%;
    max-width: 340px;
    margin: auto;
    transition: 0.6s ease-in-out;
}

.footer-content.active .footer-content-menu-image {
    max-width: 1850px;
}

.footer-content-bottom {
    transition: 0.3s linear;
    transform: translateY(180px);
}

.footer-content.active .footer-content-bottom {
    transform: translateY(0);
}

.footer-content-bottom>hr,
.footer-content-bottom-container>hr {
    width: 100%;
    border-bottom: 0;
    height: 1px;
    color: #D5D5D5;
}

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

.footer-content-bottom-container-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-content-bottom-left-hr {
    width: 1px;
    height: 15px;
    background: #FFF;
}

.footer-content-bottom-container span {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
}

.footer-content-bottom-container-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-content-bottom-container-right a {
    width: 50px;
    height: 50px;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 5px;
}

.footer-content-bottom-container-right a:hover div {
    background: #FFF;
}

.footer-content-bottom-container-right div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.footer-content-bottom-container-right img {
    transition: 0.3s ease-in-out;

}

.footer-content-bottom-container-right a:hover img {
    filter: invert(100%);
}

.footer-content {
    position: relative;
    background: #000000;
    padding: 120px 40px 85px 40px;
    overflow: hidden;
}

.footer-contact-form-input-container>div {
    width: 100%;
    flex: 1;
}

/* Shadow layer */
.footer-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 261px;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0), #0000004a);
    z-index: 2;
    pointer-events: none;
}

/* Background image */
.footer-content-image {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 0;
    /* BELOW shadow */
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

/* Main content (text) */
.footer-content-container {
    position: relative;
    z-index: 3;
    /* ABOVE shadow and image */
}


.footer-content-container {
    position: relative;
    z-index: 1;
    /* Ensure text stays above the image */
}

.footer-content.active .footer-content-image {
    transform: translateY(-100px);
}

.footer-content-jivocachat {
    position: absolute;
    right: 38px;
    bottom: 0;
}

/* Careers Footer */
.footer-careers {
    background: #1E1E1E;
    padding: 95px 40px;
}

.footer-careers-container {
    max-width: 1600px;
    margin: auto;
}

.footer-careers h2 {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #FFF;
    text-align: center;
}

.footer-careers h2 span {
    font-family: 'Satoshi-Bold', sans-serif;
    font-style: italic;
}

.footer-careers p {
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    margin: auto;
    padding: 35px 0 30px;
}

.footer-careers hr {
    border-bottom: 0;
}

.footer-featured-properties {
    color: #ffffff;
    background: rgba(7, 7, 7, 1);
}

.featured-properties-header__wrapper {
    padding: 90px 65px;
}

.featured-properties-header {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.featured-properties-header__title {
    font-family: 'Satoshi-Light';
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    letter-spacing: .50px;
    width: 45%;
    transform: translateY(200px);
    transition: all .5s ease-in-out;
}

.featured-properties-header__title span {
    font-family: 'Satoshi-Black';
    font-weight: 900;
    font-size: 50px;
    letter-spacing: .50px;
    font-style: normal;
}


.footer-img-one {
    display: none;
}


.featured-properties-header__description {
    font-family: 'Satoshi-Light';
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .20px;
    width: 35%;
    transform: translateY(210px);
    transition: all .5s ease-in-out;
}

.footer-featured-properties.active .featured-properties-header__title,
.footer-featured-properties.active .featured-properties-header__description {
    transform: translateY(0);
}

/* --- Featured Properties Swiper Responsive --- */
.featured-properties-list__wrapper {
    display: flex;
    gap: 23px;
    padding: 0 39px 82px;



    width: 98%;
    margin: 0 1% 0 auto;
}

.featured-properties-list__item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;


}

.featured-properties-list__item-img-container {
    width: 100%;
    height: 500px;
    border-radius: 5px;
    overflow: hidden;
}

.featured-properties-list__item-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.featured-properties-list__item:hover .featured-properties-list__item-img-container img {
    transform: scale(1.2);
}

.featured-properties-list__item-title {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 24px;

    letter-spacing: .24px;
    padding: 17px 10px;
    width: fit-content;
}

.featured-properties-list__item-title::after {
    content: '';
    background: white;
    display: block;
    border: 1px solid white;
    width: 100%;
    margin-top: 3px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.featured-properties-list__item:hover .featured-properties-list__item-title::after {
    opacity: 1;
}

/* Global Loading Overlay */
.alert {
    color: white;
}

.global-loading-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
}

.global-loading-overlay img {
    object-fit: cover;
    width: 200px
}

#formSuccessMessage {
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    z-index: 2;
    background: #2c5c2c;
    padding: 16px;
    border-radius: 10px;
}

.formSuccessMessage {
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    z-index: 2;
    background: #2c5c2c;
    padding: 16px;
    border-radius: 10px;
}

/* Inquiry Form */
#footerInquiryForm {
    position: relative;
}


@media (max-width: 1280px) {

    /* Form */
    .footer-contact-left h2 {
        font-size: 30px !important;
    }

    .footer-contact-left p {
        font-size: 18px !important;
    }

    .footer-contact-form input,
    .footer-contact-form textarea {
        font-size: 16px;
    }

    .footer-contact-form button {
        font-size: 18px;
    }

    .footer-contact-form-input-container>div {
        width: 100%;
        flex: 1;
    }

    .footer-contact-left {
        padding: 100px 40px;
    }

    /* Form 2 */
    .footer-contact2-left h2 {
        font-size: 30px;
    }

    .footer-contact-form2 input {
        font-size: 16px;
    }

    /* Content */
    .footer-content-mission-vision h5 {
        font-size: 26px;
    }

    .footer-content-mission-vision p {
        font-size: 18px;
    }

    .footer-content-menu-container a {
        font-size: 18px;
    }

    .footer-content-jivocachat {
        display: none;
    }

    /* Contact 2 */
    .footer-contact2-container {
        flex-direction: column-reverse;
        padding: 40px 40px;
    }

    .footer-contact2-right img {
        min-height: auto;
        height: 417px;
    }

    .footer-contact2-right {
        width: 100%;
    }

    .footer-contact2-left {
        width: 100%;
        padding: 70px 40px;
    }

    .footer-contact2-right {
        transform: translateX(1300px);
    }




    .featured-properties-list__item {
        flex: none;
    }
}

@media (max-width: 1024px) {

    /* Contact */
    .footer-contact {
        flex-direction: column-reverse;
    }

    .footer-contact.active {
        padding-left: 0;
    }

    .footer-contact-left {
        transform: translateX(-130%);
        margin: auto;
        position: relative;
    }

    .footer-content-image {
        top: 0;
        right: 0;
        width: 36%;
    }

    .featured-properties-list__wrapper {
        display: block;
        padding: 0 15px 40px;
    }

    .swiper-wrapper {
        display: flex;
    }

    .featured-properties-list__item {
        min-width: 0;
    }
}

@media (max-width: 768px) {

    /* Contact */
    .footer-contact {
        padding: 60px 15px 50px !important;
    }

    .footer-contact-right-background {
        height: 375px;
    }

    .footer-contact-info {
        left: 10px;
        bottom: 10px;
    }

    .footer-contact-info span {
        font-size: 14px;
    }

    .footer-contact-left {
        padding: 25px 0 0 0;
    }

    .footer-contact-left p {
        padding: 10px 0 30px;
        max-width: 100%;
    }

    .footer-contact-form button {
        height: 64px;
        width: 100%;
        margin: 25px 0 0 0;
    }

    .footer-contact-form-input-container {
        flex-direction: column;
        gap: 0;
    }

    .footer-contact-form textarea {
        height: 125px;
    }

    /* Contact 2 */
    .footer-contact2-container {
        padding: 35px 15px 35px 15px;
        gap: 20px;
    }

    .footer-contact2-left {
        padding: 0;
        background: transparent;
    }

    .footer-contact2-left-background {
        background: #1A1A1A;
        padding: 30px 15px;
        margin-top: 20px;
    }

    .footer-contact2-left-container {
        max-width: 100%;
    }

    .footer-contact2-right img {
        height: 215px;
    }

    .footer-contact2-left p {
        padding: 20px 0;
        font-size: 18px;
    }

    .footer-contact-form2 {
        padding: 0;
    }

    /* Content */
    .footer-content {
        padding: 100px 15px 25px 15px;
    }

    .footer-content-image {
        width: 271px;
        right: -40px;
    }

    .footer-content-mission-vision {
        max-width: 355px;
    }

    .footer-content-mission-vision h5 {
        font-size: 20px;
    }

    .footer-content-mission-vision p {
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }

    .footer-content-menu-container a {
        font-size: 14px;
        color: #565656;
    }

    .footer-content-bottom-container-right {
        display: none;
    }

    .footer-content-bottom-container {
        flex-direction: column;
        padding-top: 0;
        gap: 10px;
    }

    .footer-content-menu-container {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }


    .footer-img-two {
        display: none;
    }

    .footer-img-one {
        display: block;
        margin: 33px 0 0 0;
    }


    .footer-content-menu {
        gap: 20px;
        padding: 30px 0 50px 0;
        flex-direction: row;
    }

    .footer-content-bottom-container-left span {
        color: #565656;
    }

    .footer-content-bottom-left-hr {
        background: #565656;
    }

    .footer-content-bottom-container span {
        font-size: 12px;
    }

    /* Career */
    .footer-careers {
        padding: 60px 15px;
    }

    .footer-careers h2 {
        font-size: 30px;
    }

    .footer-careers p {
        font-size: 16px;
    }



    .featured-properties-header {
        flex-direction: column;
    }



    .featured-properties-header__wrapper {
        padding: 0px 15px 27px;
    }



    .featured-properties-header__title,
    .featured-properties-header__description {
        width: 100%;
        transform: none;
    }

    .featured-properties-header {
        gap: 15px;
    }











}