/*-- Use For Custom Styling --*/

/* Footer Links Styling */
.footer-links {
    font-size: 14px;
}

.footer-link {
    color: #6b30e9;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #4a1fa3;
    text-decoration: underline;
}