
.site-footer {
    display: block !important;

    width: 100% !important;
    min-height: 400px;

    margin: 0 !important;
    padding: 0 !important;

    background: #0e2f5a !important;
    color: #ffffff !important;

    position: relative !important;
    overflow: hidden !important;

    box-sizing: border-box;
}


/* ==========================================
   MAIN FOOTER
========================================== */

.site-footer .footer-main {
    display: grid !important;

    width: 100% !important;
    max-width: 1200px !important;

    margin: 0 auto !important;
    padding: 75px 30px 55px !important;

    background: #0e2f5a !important;
    color: #ffffff !important;

    grid-template-columns: 1.4fr 1fr 1fr 1.2fr !important;
    gap: 60px;

    box-sizing: border-box;
}


/* ==========================================
   BRAND
========================================== */

.site-footer .footer-brand {
    max-width: 320px;
}

.site-footer .footer-logo {
    display: inline-block;

    margin-bottom: 22px;
}

.site-footer .footer-logo img {
    display: block;

    width: 125px;
    height: auto;
}

.site-footer .footer-brand p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72) !important;

    font-family: var(--body-font);
    font-size: 0.95rem;
    line-height: 1.7;
}


/* ==========================================
   COLUMN HEADINGS
========================================== */

.site-footer .footer-column h3 {
    margin: 0 0 22px;

    color: #ffffff !important;

    font-family: var(--body-font);
    font-size: 0.9rem;
    font-weight: 700;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ==========================================
   LINKS
========================================== */

.site-footer .footer-links {
    list-style: none;

    margin: 0;
    padding: 0;
}

.site-footer .footer-links li {
    margin-bottom: 13px;
}

.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.72) !important;

    font-family: var(--body-font);
    font-size: 0.95rem;

    text-decoration: none;

    transition: color 0.25s ease;
}

.site-footer .footer-links a:hover {
    color: var(--gold) !important;
}


/* ==========================================
   CONTACT
========================================== */

.site-footer .footer-contact p {
    margin: 0 0 12px;

    color: rgba(255, 255, 255, 0.72) !important;

    font-family: var(--body-font);
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer .footer-contact a {
    color: rgba(255, 255, 255, 0.72) !important;

    text-decoration: none;

    transition: color 0.25s ease;
}

.site-footer .footer-contact a:hover {
    color: var(--gold) !important;
}


/* ==========================================
   SOCIAL
========================================== */

.site-footer .footer-social {
    display: flex;

    gap: 12px;

    margin-top: 22px;
}

.site-footer .footer-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    color: #ffffff !important;

    text-decoration: none;

    transition: all 0.25s ease;
}

.site-footer .footer-social a:hover {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #0e2f5a !important;
}


/* ==========================================
   BOTTOM BAR
========================================== */

.site-footer .footer-bottom {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #0e2f5a !important;

    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.site-footer .footer-bottom-container {
    max-width: 1200px;

    margin: 0 auto;

    padding: 22px 30px;

    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    box-sizing: border-box;
}

.site-footer .footer-bottom p {
    margin: 0;

    color: rgba(255, 255, 255, 0.55) !important;

    font-family: var(--body-font);
    font-size: 0.82rem;
}

.site-footer .footer-bottom-links {
    display: flex;

    gap: 22px;
}

.site-footer .footer-bottom-links a {
    color: rgba(255, 255, 255, 0.55) !important;

    font-family: var(--body-font);
    font-size: 0.82rem;

    text-decoration: none;

    transition: color 0.25s ease;
}

.site-footer .footer-bottom-links a:hover {
    color: var(--gold) !important;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 900px) {

    .site-footer .footer-main {
        grid-template-columns: 1fr 1fr !important;
        gap: 45px;
    }

}


@media (max-width: 600px) {

    .site-footer .footer-main {
        grid-template-columns: 1fr !important;

        gap: 35px;

        padding: 60px 25px 40px !important;
    }

    .site-footer .footer-brand {
        max-width: none;
    }

    .site-footer .footer-bottom-container {
        flex-direction: column;

        text-align: center;

        padding: 20px 25px;
    }

    .site-footer .footer-bottom-links {
        flex-wrap: wrap;

        justify-content: center;
    }

}

/* ==========================================
   COMPLIANCE / REAL ESTATE LOGOS
========================================== */

.footer-compliance {
    grid-column: 1 / -1;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 30px;

    padding: 32px 30px 40px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-compliance-logo {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 65px;
}

.footer-compliance-logo img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

/* EZ Choice */

.ez-choice-logo img {
    max-width: 145px;
    border-radius: 8px;
}

/* Equal Housing Opportunity */

.equal-housing-logo img {
    max-width: 145px;
    filter: invert();
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .footer-compliance {
        gap: 20px;
        padding-top: 30px;
        margin-top: 5px;
    }

    .footer-compliance-logo {
        height: 55px;
    }

    .ez-choice-logo img {
        max-width: 120px;
    }
    
    .equal-housing-logo img {
        max-width: 120px;
        filter: invert();
    }

}