
.footer {
    background-color: #f8f9fa;
    padding: 40px 0;
    font-size: 14px;
    color: #6c757d;
}

.footer h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #343a40;
}

.footer p {
    line-height: 1.8;
}

.footer a {
    color: #6c757d;
    text-decoration: none;
}

.footer a:hover {
    color: #007bff;
}

.footer .list-unstyled li {
    margin-bottom: 10px;
}

.footer .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.footer .fab {
    font-size: 20px;
}
