
.tarabar-sticky-social{
    position:fixed;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.tarabar-social-item{
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:14px;
    color:#fff;
    text-decoration:none;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
    transition:all .25s ease;
    overflow:hidden;
    position:relative;
}
.tarabar-social-item span{
    position:absolute;
    right:54px;
    background:#111;
    color:#fff;
    font-size:13px;
    padding:6px 10px;
    border-radius:8px;
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:all .2s ease;
}
.tarabar-social-item:hover{
    transform:translateX(-4px);
}
.tarabar-social-item:hover span{
    opacity:1;
    visibility:visible;
}
.tarabar-eitaa{background:#f57c00;}
.tarabar-bale{background:#19b394;}
.tarabar-rubika{background:#e91e63;}
.tarabar-soroush{background:#1976d2;}
.tarabar-whatsapp{background:#25d366;}
.tarabar-telegram{background:#29b6f6;}

@media (max-width: 767px){
    .tarabar-sticky-social{
        right:10px;
        gap:6px;
    }
    .tarabar-social-item{
        width:42px;
        height:42px;
        border-radius:12px;
    }
    .tarabar-social-item span{
        display:none;
    }
}
