﻿.contact-section h2 {
    font-weight: 600;
    color: #333;
    font-size: 2rem;
}

.contact-info,
.social-links {
    font-size: 1.1rem;
    line-height: 1.6;
}

.icon-social {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    margin-right: 12px;
    filter: invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg);
}

.icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 12px;
    filter: invert(20%) sepia(10%) saturate(500%) hue-rotate(180deg);
}

.social-link {
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

    .social-link:hover {
        color: #0056b3;
        text-decoration: underline;
        transform: translateX(4px);
    }
