.sakthi-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.sakthi-social a {
    text-decoration: none;
}

.sakthi-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: #777;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.sakthi-social a:hover .sakthi-social-icon,
.sakthi-social a:focus .sakthi-social-icon {
    transform: translateY(-1px);
}

.sakthi-facebook:hover .sakthi-social-icon,
.sakthi-facebook:focus .sakthi-social-icon { background: #1877f2; }
.sakthi-youtube:hover .sakthi-social-icon,
.sakthi-youtube:focus .sakthi-social-icon { background: #ff0000; }
.sakthi-twitter:hover .sakthi-social-icon,
.sakthi-twitter:focus .sakthi-social-icon { background: #1d1d1d; }
.sakthi-linkedin:hover .sakthi-social-icon,
.sakthi-linkedin:focus .sakthi-social-icon { background: #0a66c2; }
.sakthi-insta:hover .sakthi-social-icon,
.sakthi-insta:focus .sakthi-social-icon { background: #e4405f; }
.sakthi-github:hover .sakthi-social-icon,
.sakthi-github:focus .sakthi-social-icon { background: #333; }
.sakthi-pinterest:hover .sakthi-social-icon,
.sakthi-pinterest:focus .sakthi-social-icon { background: #bd081c; }
.sakthi-snapchat:hover .sakthi-social-icon,
.sakthi-snapchat:focus .sakthi-social-icon { background: #fffc00; color: #111; }
.sakthi-skype:hover .sakthi-social-icon,
.sakthi-skype:focus .sakthi-social-icon { background: #00aff0; }
.sakthi-telegram:hover .sakthi-social-icon,
.sakthi-telegram:focus .sakthi-social-icon { background: #0088cc; }
.sakthi-vimeo:hover .sakthi-social-icon,
.sakthi-vimeo:focus .sakthi-social-icon { background: #1ab7ea; }
.sakthi-whatsapp:hover .sakthi-social-icon,
.sakthi-whatsapp:focus .sakthi-social-icon { background: #25d366; }
