#kitlord-social {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#kitlord-social .social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

#kitlord-social .social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

#kitlord-social .social-icons a:hover {
    transform: scale(1.1);
}

/* آیکون‌ها */
#kitlord-social .wa { background-image: url("https://cdn-icons-png.flaticon.com/512/733/733585.png"); }
#kitlord-social .tg { background-image: url("https://cdn-icons-png.flaticon.com/512/2111/2111646.png"); }
#kitlord-social .ig { background-image: url("https://cdn-icons-png.flaticon.com/512/174/174855.png"); }

#kitlord-social .toggle-btn {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
