 .project-footer-wrap {
    max-width: calc(1320px);
}

.footer-button {
    display: none;
}

#project-footer {
    color: var(--contact--text_color--text_link);
}

#project-footer .icon-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#project-footer-side-2 {
    display: flex;
    /* flex-flow: row wrap; */
    align-items: center;
    justify-content: end;
    grid-column: span 2;
}

.footer-info {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.footer-tel {
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.footer-tel span {
    width: max-content;
}

.footer-tel>img,
.icon-btn>img {
    width: 20px;
    height: 20px;

}

.footer-tel:after {
    content: '';
    height: 16px;
    width: 0.4px;
    background-color: #96a4b3;
    position: absolute;
    top: 20%;
    right: 0;
    background-color: var(--contact--button_color--text_color);
}

.footer-button-delight {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    width: max-content;
    gap: 1.5rem;
    padding-left: 24px;
}

.footer-button-delight>a {
    border: var(--contact--text_color--text_link) solid 1px;
    padding: 6px 48px;

}

.footer-button-delight>a:hover {
    background-color: var(--mc-main-bg-hover);
}

.footer-line {
    display: none;
}

@media (max-width: 1319px) {
    .btn-sale-mobile {
        display: none;
    }

    #project-footer-side-1,
    #project-footer-side-2 {
        justify-content: center;
        text-align: center;
        width: 100%;
        grid-column: span 3;
    }

    .footer-button-delight {
        width: 100%;
        grid-template-columns: auto;
        padding-left: 0;
    }

    #project-footer .icon-btn {
        justify-content: center;
    }

    .icon-btn>img {
        margin: 0;
    }

    .footer-tel span {
        text-decoration: underline;
    }

    .footer-button-delight {
        gap: 8px;
    }

    #project-footer .project-footer-wrap {
        padding-top: 25px;
        padding-bottom: 32px;
    }
    #location .info-tab .location-tab-txt {
        color: var(--location--new_tab_block--item_text);
        padding: 6px 16px;

    }
}


#project-footer .footer-button-delight a {
    color: var(--contact--button_color--text_color);
    background: var(--contact--button_color--button_color);
    border-color:var(--contact--button_color--text_color);
}
#project-footer .footer-button-delight a:hover {
    background: var(--contact--button_color--button_color_hover);
}