.nita-wrapper{
position:fixed;
bottom:55px;
right:25px;
z-index:9999;
display:flex;
flex-direction:column;
align-items:flex-end;
font-family:tahoma;
}

.nita-main{
background:#0b5ed7;
color:#fff;
border:none;
padding:15px 22px;
border-radius:50px;
cursor:pointer;
font-weight:bold;
box-shadow:0 5px 20px rgba(0,0,0,0.3);
}

.nita-child{
display:none;
flex-direction:column;
gap:4px;
margin-bottom:5px;
}

.nita-wrapper.active .nita-child{
display:flex;
}

.nita-btn{
padding:8px 8px;
border-radius:15px;
text-decoration:none;
color:#fff;
font-weight:bold;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
transition:0.3s;
text-align:center;
}

.nita-btn:hover{
transform:translateY(-3px);
}

.whatsapp{
background:#25D366;
}

.rubika{
background:#3f51b5;
}

.eitaa{
background:#009688;
}

.bale{
background:#0088cc;
}
/* سایر استایل‌های قبلی باقی بماند */

.phone {
    background: #ff9800; /* رنگ نارنجی برای تمایز با پیام‌رسان‌ها */
    direction: ltr; /* نمایش صحیح شماره موبایل */
}

/* برای اینکه دکمه‌ها در موبایل خیلی طولانی نشوند */
.nita-btn {
    min-width: 120px;
    font-size: 11px;
}


@media (max-width:768px){

.nita-wrapper{
bottom:70px;
right:15px;
}

.nita-child{
gap:4px;
}

.nita-btn{
font-size:12px;
padding:7px 8px;
}

}


