footer {
    background-color: #f5f5f5;
    color: #333;
    padding-bottom: 0;
}

footer h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #9D9C9C;
    text-decoration: none;
}

.row > div {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    footer .row {
        text-align: center;
    }

    .footer-icons a {
        margin: 10px 5px;
    }
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-icons a {
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    border-radius: 50%;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-icons a:hover {
    background-color: #333;
    color: #fff;
    transform: scale(1.05);
}
