/* Footer Contact Styling */
.footer__contact {
    margin: 1rem 0 1.5rem;
}

.footer__contact p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-color);
}

.footer__contact i {
    font-size: 1.2rem;
    color: var(--first-color);
}

.footer__contact a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

.footer__contact a:hover {
    color: var(--first-color);
}
