{{-- assets/css/footer.css --}}

/* Footer specific styles */
footer {
    background-color: #000000 !important;
}

footer a {
    transition: all 0.3s ease;
    font-size: 14px;
}

footer a:hover {
    color: #dc3545 !important;
    text-decoration: underline !important;
}

.social-links a {
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-links a:hover {
    color: #dc3545 !important;
    transform: scale(1.1);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-dark {
    background-color: #111111 !important;
}

/* rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important */