footer.kayan-footer {
  background: linear-gradient(135deg, #000000 70%, #D4AF37 150%);
  color: #ffffff !important;
  padding: 2rem 1rem;
  border-top: 1px solid #D4AF37;
}

footer.kayan-footer p,
footer.kayan-footer a,
footer.kayan-footer h5 {
  color: #ffffff !important;
  opacity: 0.9;
  transition: all 0.3s ease;
}

footer.kayan-footer a:hover {
  color: #D4AF37 !important;
  opacity: 1;
  text-shadow: 0 0 5px #D4AF37;
}

footer.kayan-footer .footer-logo img {
  filter: drop-shadow(0 0 6px #D4AF37);
  max-height: 80px;
}

footer.kayan-footer .social-icons i {
  color: #ffffff;
  transition: all 0.3s ease;
}

footer.kayan-footer .social-icons i:hover {
  color: #D4AF37;
  transform: scale(1.2);
}
/*--------------------*/
.kayan-header {
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* ظل خفيف أنيق */
  position: sticky;
  top: 0;
  z-index: 9999; /* يضمن بقاء الهيدر فوق البنرات */
}
.kayan-header i {
  color: #000000 !important;
}