.modern-footer {
    background-color: #282c34;
    color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #f1f1f1;
}

.footer-link {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #f56000;
}

/* Divider */
.footer-divider {
    border-top: 1px solid rgba(241, 241, 241, 0.1);
    margin: 20px 0;
}

/* Footer Note */
.footer-note {
    font-size: 0.85rem;
    margin-top: 10px;
    color: #a0a0a0;
}

.social-links a i{
    font-size: 25px !important;
    margin-right: 15px;
}