/* ========== Footer ========== */
.site-footer {
  background: #2d6a4f;      /* اللون الأخضر */
  color: #ffffff;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.footer-name {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff;
}

.footer-copy {
  font-size: 0.9rem;
  opacity: 0.9;
  direction: rtl;   /* الجملة الرئيسية بالعربي */
  text-align: center;
  color: #ffffff;
}

.footer-copy .bidi-fix {
  direction: ltr;              /* السنة و© يسار ليمين */
  unicode-bidi: bidi-override;
  display: inline-block;
  margin: 0 4px;
  color: #ffffff;
}

/* روابط (لو ضفنا بالمستقبل) */
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}

/* استجابة للموبايل */
@media (max-width: 420px) {
  .footer-name { font-size: 1rem; }
}
