/* Outer footer band (matches residential .footer-bg pattern) */
.footer-bg {
    background: #101010;
}

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

.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: var(--font-primary);
    font-weight: 400;
    font-size: var(--fs-section-subtext);
    color: #fff;
    font-style: italic;
}

.footer-contact-left h2 span {
    font-family: var(--font-primary-bold);
    font-weight: 700;
    font-style: normal;
}

.footer-contact-left p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--fs-section-subtext);
    color: #fff;
    padding: 20px 0 20px;
    max-width: 560px;
}

.footer-contact-form label {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--fs-section-subtext);
    color: #d5d5d5;
}

.footer-contact-form input,
.footer-contact-form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    background: #1a1a1a;
    padding: 0 16px;
    font-family: var(--font-primary), sans-serif;
    font-size: var(--fs-section-subtext);
    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: var(--font-primary);
    font-weight: 400;
    color: #000;
    font-size: var(--fs-section-subtext);
    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 90px;
}

.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: 40px;
    color: #FFF;
    text-align: center;
}

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

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

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

.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: 36px;
    font-family: 'Satoshi-Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    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;
}

.footer-contact-form2 button {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 7px;
    background: #FFF;
    font-family: 'AvenirNextLTPro-Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    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: 650px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Footer Content */
.footer-content {
    position: relative;
    background: #070707;
    padding: 60px 100px 85px 100px;
    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: white;
    text-align: center;
}

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

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

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

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

.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: #070707;
    /* padding: 120px 40px 85px 40px; */
    overflow: hidden;
}

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

/* 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: 40px;
    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: 47px 100px;
}

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

height: fit-content;
    
    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: 400px;
    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;
}

@media (max-width: 1280px) {

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

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

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

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

    .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;
        height: auto !important;
    }
    .featured-properties-list__item {
        min-width: 0;
    }
}





@media (max-width: 1000px) {


    .footer-contact2-right img {
        height: 550px;
            object-position: center;
    }

}






@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: 54px;
        width: 100%;
    }

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

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





.featured-properties-header__title,
.featured-properties-header__title span
{
    font-size: 30px;
    padding: 20px 0 0 0;
}





}

/* Commercial footer rebuild */
.footer,
html.light-mode .footer,
html.dark-mode .footer {
    background: #000 !important;
    color: #fff !important;
}

.footer-bg,
html.light-mode .footer-bg,
html.dark-mode .footer-bg {
    background: #000 !important;
}

.footer a,
html.light-mode .footer a,
html.dark-mode .footer a {
    color: #d5d5d5;
}

.footer .footer-content {
    display: none !important;
}

.footer .footer-commercial-shell {
    background: #000;
    color: #fff;
}

.footer .footer-commercial-container {
    max-width: 1573px;
    margin: 0 auto;
    padding: 70px 80px 24px;
}

.footer .footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    gap: 96px;
    align-items: start;
}

.footer .footer-brand-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.footer [dir="rtl"] .footer-brand-column {
    align-items: flex-start;
}

.footer .footer-brand-logo {
    display: inline-flex;
    width: 124px;
}

.footer .footer-brand-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.footer .footer-brand-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer .footer-contact-item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    text-decoration: none;
}

.footer .footer-contact-item--address {
    align-items: start;
}

.footer .footer-contact-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.footer .footer-contact-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer .footer-contact-text {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #d5d5d5;
}

.footer .footer-rera {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
}

.footer .footer-rera p {
    margin: 0;
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.45;
    color: #d5d5d5;
}

.footer .footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px;
}

.footer .footer-socials a {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer .footer-socials a:hover {
    background: #d5d5d5;
    transform: translateY(-1px);
}

.footer .footer-socials span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-socials img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0);
}

.footer .footer-links-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px 72px;
    align-items: start;
}

.footer .footer-links-column {
    min-width: 0;
}

.footer .footer-links-column h4 {
    margin: 0 0 24px;
    font-family: 'Satoshi-Bold', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}

.footer .footer-links-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer .footer-links-column li {
    margin: 0;
    padding: 0;
}

.footer .footer-links-column a {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 18px;
    line-height: 1.45;
    color: #d5d5d5 !important;
    text-decoration: none;
}

.footer .footer-links-column a:hover {
    color: #fff !important;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: 56px;
    padding-top: 30px;
    text-align: center;
}

.footer .footer-bottom span {
    font-family: 'Satoshi-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #bdbdbd;
}

.footer [dir="rtl"] .footer-links-column,
.footer [dir="rtl"] .footer-bottom,
.footer [dir="rtl"] .footer-brand-details {
    text-align: right;
}

@media (max-width: 1400px) {
    .footer .footer-commercial-container {
        padding: 64px 56px 24px;
    }

    .footer .footer-main {
        gap: 72px;
    }

    .footer .footer-links-grid {
        gap: 18px 42px;
    }

    .footer .footer-links-column h4 {
        font-size: 20px;
    }

    .footer .footer-links-column a,
    .footer .footer-contact-text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .footer .footer-commercial-container {
        padding: 40px 24px 22px;
    }

    .footer .footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer .footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 45px;
    }

    .footer .footer-bottom {
        margin-top: 38px;
    }
}

@media (max-width: 768px) {
    .footer .footer-commercial-container {
        padding: 32px 13px 18px;
    }

    .footer .footer-brand-column {
        align-items: center;
        gap: 20px;
    }

    .footer [dir="rtl"] .footer-brand-column {
        align-items: center;
    }

    .footer .footer-brand-logo {
        width: 96px;
    }

    .footer .footer-brand-details {
        width: 100%;
        gap: 10px;
    }

    .footer .footer-contact-item {
        grid-template-columns: 16px minmax(0, 1fr);
        gap: 10px;
    }

    .footer .footer-contact-icon {
        width: 16px;
        height: 16px;
    }

    .footer .footer-contact-text,
    .footer .footer-rera p {
        font-size: 11px;
        line-height: 1.6;
    }

    .footer .footer-socials {
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
        padding-top: 4px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer [dir="rtl"] .footer-socials {
        justify-content: flex-start;
    }

    .footer .footer-socials a {
        width: 30px;
        height: 30px;
    }

    .footer .footer-socials span {
        width: 18px;
        height: 18px;
    }

    .footer .footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 28px;
    }

    .footer .footer-links-column h4 {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .footer .footer-links-column ul {
        gap: 8px;
    }

    .footer .footer-links-column a {
        font-size: 12px;
        line-height: 1.5;
    }

    .footer .footer-bottom {
        margin-top: 28px;
        padding-top: 16px;
    }

    .footer .footer-bottom span {
        font-size: 11px;
    }
}
