footer {
    font-family: 'Segoe UI', sans-serif;
}

footer a {
    transition: color 0.3s;
}

footer a:hover {
    color: #F3525A; /* Primary accent color */
    text-decoration: underline;
}

footer h4 {
    font-weight: 700;
}

footer p {
    font-size: 0.95rem;
    line-height: 1.6;
}
.footer-modern {
    background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
    font-family: 'Segoe UI', sans-serif;
}

.footer-modern a {
    transition: all 0.3s;
    font-weight: 500;
}

.footer-modern a:hover {
    color: #F3525A;
    text-decoration: underline;
}

.footer-modern .btn-primary {
    background-color: #F3525A;
    border-color: #F3525A;
    transition: all 0.3s;
}

.footer-modern .btn-primary:hover {
    background-color: #d63d45;
    transform: translateY(-2px);
}

.footer-modern input.form-control {
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    outline: none;
}

.footer-modern input.form-control:focus {
    box-shadow: 0 0 8px rgba(243,82,90,0.3);
}

.footer-modern .fa {
    transition: color 0.3s;
}

.footer-modern .fa:hover {
    color: #F3525A;
}
