/* Add custom CSS styles below */ 
footer,
footer * {
  background-color: transparent !important;
  color: #ffffff !important;
}

footer {
  background-color: #141D53 !important; /* لون خلفية الفوتر */
}

footer a {
  color: #ffffff !important; /* لون الروابط */
}

footer a:hover {
  color: #f0a500 !important; /* لون الرابط عند المرور */
}

footer .social-icons svg,
footer .icon {
  fill: #ffffff !important; /* لون أيقونات السوشيال إذا كانت SVG */
}
.footer-social {
  position: relative;
}