.app-footer {
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.95rem;
}

.app-footer .footer-links a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.app-footer .footer-links a i {
    font-size: 1rem;
    opacity: 0.85;
}

.app-footer .footer-links a:hover {
    text-decoration: underline;
}

.app-footer .sep {
    color: #6c757d;
    margin: 0 6px;
    font-weight: 300;
}

.footer-bottom {
    margin-top: 10px;
}

.footer-copy a {
    color: #0d6efd;
    text-decoration: none;
}

.footer-copy a:hover {
    text-decoration: underline;
}

.footer-social .social-link {
    color: #6c757d;
    font-size: 1.25rem;
    transition: color 0.2s ease;
}

.footer-social .social-link:hover {
    color: #0d6efd;
}


#newsletterModal .modal-content {
  border-radius: 1.2rem;
}

#newsletterModal .form-control {
  border-radius: 0.8rem 0 0 0.8rem;
}

#newsletterModal .btn-primary {
  border-radius: 0 0.8rem 0.8rem 0;
}