/* Signalet Custom Styles */

/* Improve visibility for bg-dark footer with softer contrast */
footer.bg-dark,
footer.bg-dark p,
footer.bg-dark span {
    color: rgba(255, 255, 255, 0.65) !important;
}

footer.bg-dark a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

footer.bg-dark a:hover {
    color: rgba(255, 255, 255, 0.95) !important;
    text-decoration: none !important;
}