/* Contact Section */
#contact {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    color: white;
    text-align: center;
}

#contact h2 {
    color: white;
}

#contact h2::after {
    background: rgba(255, 255, 255, 0.5);
}

.contact-item {
    margin: 30px 0;
}

.contact-item a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: 0.3s ease;
}

.contact-item a:hover {
    text-decoration: underline;
}
