
/* FOOTER */
.site-footer {
    background-color: #0e3531;
    color: white;
    font-family: Arial, sans-serif;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px 30px;
}

.footer-about img {
    height: 40px;
    margin-bottom: 10px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
}

.footer-column a:hover {
    color: white;
}

.footer-social a {
    margin-right: 10px;
}

.footer-social img {
    height: 26px;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    background-color: #b60000;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}
