/* ====== GLOBAL FOOTER ====== */

.site-footer {
    width: 100%;
    background: var(--rg-bg-inverse)!important;
    color: var(--rg-text-inverse);
    padding: 3rem 1.5rem;
    margin-top: 5px;
}

.site-footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 5px;
}

.footer-heading {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    opacity: 0.8;
}

.footer-left,
.footer-center,
.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-left .contact-us {
    display: flex;
    flex-direction: column;
}

.footer-center {
    flex: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.footer-legal .company-meta {
    font-size: 0.85rem;
    color: var(--rg-text-inverse);
}

.footer-logo img {
    max-height: 90px;
    display: block;
}

.footer-tagline {
    font-size: 0.85rem;
    color: var(--rg-text-inverse);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.footer-socials p {
    margin: 0;
}

.footer-socials a {
    color: var(--rg-text-inverse);
    font-size: 1.4rem;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active, 
.site-footer p {
    color: var(--rg-text-inverse) !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.site-footer a:hover {
    opacity: 0.7;
}
