/* #region Footer */

.footer {
    background-color: var(--primary-navy) !important;
    margin-top: 4rem;
}

.footer h5,
.footer h6 {
    color: white;
    font-weight: 600;
}

.footer a:hover {
    color: var(--primary-orange) !important;
}

.footer .social-links a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer .social-links a:hover {
    color: var(--primary-orange) !important;
}

.footer a {
    color: rgb(200, 200, 200) !important;
}

.footer p {
    color: rgb(200, 200, 200) !important;
}

.footer ul li a {
    color: rgb(200, 200, 200) !important;
}

.footer ul li {
    color: rgb(200, 200, 200) !important;
}

.footer ul li a:hover {
    color: var(--primary-orange) !important;
}

/* #endregion */
