/* ===== الفوتر (ذيل الصفحة) ===== */
footer {
  background-color: #0E4355 !important; /* أزرق غامق */
  color: #ffffff !important;
  padding: 40px 0;
  font-size: 15px;
  border-top: 4px solid #A2B63C !important; /* خط علوي فستقي */
}

/* النصوص العادية بالفوتر */
footer, 
footer p, 
footer span {
  color: #ffffff !important;
}

/* العناوين داخل الفوتر */
footer h4, 
footer h5, 
footer h6 {
  color: #A2B63C !important; /* فستقي */
  margin-bottom: 15px;
  font-weight: bold;
}

/* الروابط داخل الفوتر */
footer a {
  color: #A2B63C !important; /* فستقي */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

footer a:hover {
  color: #ffffff !important; /* أبيض عند الهوفر */
}

/* أيقونات السوشال ميديا */
footer .social-icons a {
  background-color: transparent !important;
  border: 2px solid #A2B63C !important; /* إطار فستقي */
  color: #A2B63C !important;
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

footer .social-icons a:hover {
  background-color: #A2B63C !important;
  color: #0E4355 !important; /* أزرق غامق */
}

/* الخط الفاصل داخل الفوتر */
footer hr {
  border-top: 1px solid #A2B63C !important;
  opacity: 0.5;
  margin: 20px 0;
}

/* حقوق النشر أسفل الفوتر */
footer .copyright {
  text-align: center;
  color: #A2B63C !important; /* فستقي */
  font-size: 14px;
  margin-top: 15px;
}