.elementor-1987 .elementor-element.elementor-element-e8e6919{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0525c59 *//* ---------- CSS (استبدل أو ألحق بالـ CSS لديك) ---------- */
.news-footer {
  background: #0f172a;
  color: #fff;
  padding: 60px 20px 30px;
  direction: rtl;
  font-family: "Noto Kufi Arabic", system-ui, sans-serif;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: start;
}

/* أعمدة النص */
.footer-column h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #cbd5e1;
  font-size: 15px;
  transition: color .25s, padding-right .15s;
}

.footer-column ul li a:hover {
  color: #fff;
  padding-right: 5px;
}

/* قسم العلامة */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand img {
  max-width: 180px;
  height: auto;
}

.footer-about {
  font-size: 14px;
  line-height: 1.8;
  color: #cbd5e1;
}

/* السطر الأسفل: السياسات + الحقوق + السوشيال */
.footer-bottom {
  max-width: 1300px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 20px;
  font-size: 14px;
  color: #94a3b8;
  flex-wrap: wrap;
  flex-direction: row-reverse; /* RTL: اجعل العناصر تظهر من اليمين لليسار */
}

/* روابط السياسات */
.footer-policies a {
  color: #94a3b8;
  text-decoration: none;
  margin: 0 6px;
}

.footer-policies .sep { color: #475569; margin: 0 6px; }

/* الحقوق */
.footer-rights { white-space: nowrap; }

/* السوشيال (container واحد للتنظيم) */
.card.social-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* كل أيقونة */
.socialContainer {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #111827; /* خلفية أيقونة */
  color: #ffffff; /* سيؤثر على SVG عبر currentColor */
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease;
}

.socialContainer:hover {
  transform: translateY(-4px);
  background-color: #1f2937;
}

/* اجعل أي SVG يرث اللون من الـ link */
.socialSvg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

/* ========================= */
/* 🔥 التجاوب (Mobile & Tablet) */
/* ========================= */

/* Tablet */
@media (max-width: 1100px) {
  .footer-container { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: span 3; }
}

/* Mobile: ترتيب 2 + 2 ثم الشعار بعرض كامل */
@media (max-width: 768px) {
  .footer-container { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .footer-brand { grid-column: 1 / -1; text-align: center; align-items: center; }

  /* الشريط السفلي يتحول لعمودي مع محاذاة مركزية */
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 12px; }
  .footer-policies { order: 2; }
  .footer-rights { order: 1; }
  .card.social-row { order: 3; justify-content: center; }
}


/* أعلى ملف CSS */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

.news-footer {
  font-family: 'Cairo', sans-serif;
}/* End custom CSS */