/* Footer Styles */
.footer {
    background-color: #222222;
    color: #FFFFFF;
    padding: 32px 0 16px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.215;
    position: relative;
    width: 100%;
    bottom: 0;
}

.footer .footer-links {
    margin-bottom: 12px;
}

.footer .footer-link {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer .footer-link:hover {
    color: #1674BB;
}

.footer .footer-logo {
    margin-bottom: 10px;
}

.footer .footer-logo img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.footer-content {
    justify-content: center!important;
}