@import url("https://fadyehabamer.github.io/Salla-Assets/FAKER/index.css");

/* زر واتساب عائم */
.my-wa-btn-salla {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important; /* ← تم تغييرها من left إلى right */
    width: 60px !important;
    height: 60px !important;
    background: #25D366 !important;
    border-radius: 50% !important;
    text-align: center !important;
    z-index: 999999999 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 22px !important;
    color: #fff !important;
}
.my-wa-btn-salla:hover {
    opacity: 0.9 !important;
}