/* Gallery Page Footer Override - Lighter & More Elegant */
.footer {
    background: #f8f9fa !important;
    color: var(--text-dark) !important;
    border-top: 1px solid #e0e0e0;
}

.footer .footer-column h4 {
    color: var(--primary-blue) !important;
}

.footer .footer-column p,
.footer .footer-contact a,
.footer .footer-links a {
    color: var(--text-light) !important;
}

.footer .footer-contact i {
    color: var(--primary-blue) !important;
}

.footer .footer-links a:hover {
    color: var(--primary-blue) !important;
}

.footer .footer-bottom {
    border-top: 1px solid #e0e0e0;
}

.footer .footer-bottom p {
    color: var(--text-light) !important;
}
