/* Footer */
.footer {
    background: linear-gradient(135deg, #0a2555 0%, #0B2D72 50%, #0a2555 100%);
    color: var(--white);
    padding: 4rem 2rem 2rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-1);
}

.footer-content {
    text-align: center;
}

.footer-info {
    margin-bottom: 2.5rem;
}

.footer-info h4 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-info p {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
}

.footer-copyright {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copyright p {
    color: #ffffff;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}
