/* Custom styles for social media icons */

/* WhatsApp icon styling */
.social-link.whatsapp {
    background-color: rgba(37, 211, 102, 0.1);
}

.social-link.whatsapp i {
    color: #25D366;
}

.social-link.whatsapp:hover {
    background-color: #25D366;
}

/* WeChat icon styling */
.social-link.wechat {
    background-color: rgba(9, 184, 62, 0.1);
}

.social-link.wechat i {
    color: #09B83E;
}

.social-link.wechat:hover {
    background-color: #09B83E;
}

/* Ensure all social icons have hover effect */
.social-link:hover i {
    color: #ffffff;
} 