﻿.social-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
}

    .social-btn:hover {
        transform: scale(1.15);
        opacity: 0.85;
    }

.btn-instagram {
    background: linear-gradient( 45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.btn-facebook {
    background: #1877f2;
    color: white;
}

.btn-whatsapp {
    background: #25d366;
    color: white;
}

.btn-telegram {
    background: #229ed9;
    color: white;
}

.btn-email {
    background: #ea4335; /* Gmail red */
    color: white;
}