/* Footer Styles - InoMedical Theme */

.site-footer {
    background: #4699D1;
    color: #ffffff;
    margin-top: 0;
}

.footer-container {
    max-width: 1320px;
    padding: 73px 41px 26px;
    height: 500px;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 14px;
}

.footer-logo img {
    height: 88px;
    width: 306px;
    display: block;
    /* filter: brightness(0) invert(1); */
}

.footer-legal {
    margin: 0 auto;
    max-width: 1220px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-align: justify;
    font-family: 'Albert Sans';
    letter-spacing: 0%;
    font-weight: 400;
    margin-top: 51px;
}

.footer-divider {
    height: 4px;
    width: 100%;
    background: rgb(247 247 247);
    margin: 20px 0 16px;
}

.footer-bottom-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 16px;
}

.footer-copy {
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.9);
    justify-self: start;
    font-weight: 600;
    margin-top: 16px;
}

.footer-social {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    justify-self: center;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a img {
    width: 45px;
    height: 45px;
    display: block;
}

.footer-social a:hover {
    transform: translateY(-1px);
    opacity: 0.9;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    justify-self: end;
}

.footer-links a {
    color: rgb(255 255 255);
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .footer-container {
        padding: 34px 18px 24px;
        height: auto;
    }

    .footer-logo img {
        height: 52px;
        width: auto;
    }

    .footer-legal {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 20px;
        text-align: left;
    }

    .footer-bottom-row {
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .footer-copy,
    .footer-social,
    .footer-links {
        justify-self: center;
    }

    .footer-links {
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .footer-copy {
        font-size: 13px;
        line-height: 1.25;
        text-align: center;
        margin-top: 0;
    }

    .footer-links a {
        font-size: 13px;
        line-height: 1.2;
    }

    .footer-social {
        gap: 14px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
        border-radius: 4px;
    }

    .footer-social a img {
        width: 16px;
        height: 16px;
    }

    .footer-divider {
        height: 2px;
        margin: 14px 0;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 28px 14px 20px;
    }

    .footer-logo img {
        height: 44px;
    }

    .footer-legal {
        font-size: 11px;
    }

    .footer-copy,
    .footer-links a {
        font-size: 12px;
    }
}
