/* =======================
   Footer tweaks
   ======================= */

#footer { direction: rtl; }

/* توزيع الأعمدة وروابط الفوتر */
@media (min-width:1200px){
  #footer .footer-top .row { align-items:flex-start; }
}
#footer .footer-links ul { list-style:none; padding-right:0; margin:0; }
#footer .footer-links ul li a { 
  display:inline-block; 
  padding:6px 0; 
  text-decoration:none; 
  color:#111;
}
#footer .footer-links ul li a:hover { color:#4b76b5; }

/* الشعار والحقوق */
#footer .logo img{ max-width:150px; height:auto; }
#footer .copyright{
  font-size:.95rem; 
  color:#555;
}

/* زر واتساب العائم (نُقل من الصفحة) */
.whatsapp-button{
  position:fixed; top:50%; right:20px; transform:translateY(-50%);
  width:60px; height:60px; border-radius:50%;
  background:#25D366; display:flex; justify-content:center; align-items:center;
  box-shadow:2px 2px 10px rgba(0,0,0,.2);
  transition:transform .3s ease, background-color .3s ease; 
  z-index:1000;
}
.whatsapp-button img{ width:40px; height:40px; }
.whatsapp-button:hover{ transform:translateY(-50%) scale(1.1); background:#1ebc57; }

@media (max-width:768px){
  .whatsapp-button{ right:15px; width:50px; height:50px; }
  .whatsapp-button img{ width:35px; height:35px; }
}
