.site-footer {
    background-color: #1c1c1c;
    color: #a9a9a9;
    padding: 4rem 0;
    font-size: 0.9rem;
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.site-footer .footer-about img {
    max-height: 60px;
    margin-bottom: 1rem;
}

.site-footer .footer-about p {
    font-size: 0.95rem;
}

.site-footer .footer-links a {
    color: #a9a9a9;
    text-decoration: none;
    display: block;
    margin-bottom: 0.75rem;
    transition: color 0.2s ease-in-out;
}

.site-footer .footer-links a:hover {
    color: var(--primary-color);
}

.site-footer .footer-contact p {
    margin-bottom: 1rem;
}

.site-footer .footer-contact i {
    color: var(--primary-color);
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.site-footer .footer-social a {
    color: #a9a9a9;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.2s ease-in-out;
}

.site-footer .footer-social a:hover {
    color: var(--primary-color);
}

.footer-bottom {
    background-color: #111111;
    padding: 1rem 0;
    color: #7a7a7a;
    font-size: 0.8rem;
}

.footer-bottom a {
    color: #a9a9a9;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--primary-color);
}