/* ============================================================
   Ellen — استايل الفوتر (مستقل بالكامل)
   كل القواعد داخل #ellen-footer-scope عشان تتغلّب على ثيم Elessi
   ============================================================ */

#ellen-footer-scope{
  --f-coral:#C87B5C;
  --f-ink:#0A2A2D;
  --f-cream:#FDEFD3;
  --f-line:#E7E1D6;
  --f-muted:#6E6E6E;
  --f-container:1140px;
}

/* فرض الهوية فوق ثيم Elessi */
#ellen-footer-scope, #ellen-footer-scope *{
  font-family:"Cairo",system-ui,"Segoe UI",Tahoma,sans-serif !important;
  box-sizing:border-box;
}
#ellen-footer-scope a{color:inherit !important;text-decoration:none !important;box-shadow:none !important}
#ellen-footer-scope ul{list-style:none !important;margin:0 !important;padding:0 !important}
#ellen-footer-scope li{margin:0;padding:0;list-style:none !important}
#ellen-footer-scope img{display:block;max-width:100%;height:auto}
#ellen-footer-scope h2,#ellen-footer-scope p{margin:0;padding:0}

/* ===== الفوتر ===== */
#ellen-footer-scope .ellen-footer{
  background:var(--f-cream) !important;
  padding:50px 0 0;
  color:var(--f-ink) !important;
  line-height:1.7;
  direction:rtl;
  text-align:right;
}
#ellen-footer-scope .ellen-footer__container{width:100%;max-width:var(--f-container);margin-inline:auto;padding-inline:20px}
#ellen-footer-scope .ellen-footer__row{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:26px}

#ellen-footer-scope .ellen-footer__logo img{width:180px;height:auto}
#ellen-footer-scope .ellen-footer__about{font-size:13px !important;color:var(--f-muted) !important;line-height:2 !important;margin:14px 0 0 !important}

#ellen-footer-scope .ellen-footer__title{font-size:17px !important;font-weight:700 !important;margin:0 0 14px !important;color:var(--f-ink) !important}

#ellen-footer-scope .ellen-footer__links li{margin-bottom:9px}
#ellen-footer-scope .ellen-footer__links a{font-size:14px !important;color:var(--f-muted) !important;display:inline-flex;align-items:center;gap:7px;transition:color .2s ease}
#ellen-footer-scope .ellen-footer__links a:hover{color:var(--f-coral) !important}
#ellen-footer-scope .ellen-footer__links i{font-style:normal;color:var(--f-coral) !important;font-size:12px}

#ellen-footer-scope .ellen-footer__contact li{font-size:13.5px !important;color:var(--f-muted) !important;margin-bottom:12px}
#ellen-footer-scope .ellen-footer__contact b{color:var(--f-ink) !important;font-weight:700 !important;display:block;font-size:13.5px}
#ellen-footer-scope .ellen-footer__contact a{color:var(--f-muted) !important;direction:ltr;unicode-bidi:embed;display:inline-block}
#ellen-footer-scope .ellen-footer__contact a:hover{color:var(--f-coral) !important}

#ellen-footer-scope .ellen-footer__social{display:flex;gap:10px;flex-wrap:wrap}
#ellen-footer-scope .ellen-footer__social a{
  width:34px;height:34px;border-radius:50%;background:#fff !important;display:grid;place-items:center;color:var(--f-ink) !important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
#ellen-footer-scope .ellen-footer__social a:hover{background:var(--f-coral) !important;color:#fff !important;transform:scale(1.1)}

#ellen-footer-scope .ellen-footer__bar{
  border-top:1px solid var(--f-line);margin-top:36px;padding:16px 0;
  text-align:center;font-size:13px !important;color:#7A7A7A !important;
}

/* ===== الأزرار العائمة (تابعة للفوتر) ===== */
/* زرار الواتساب — في مكان زرار العودة لأعلى (تحت على الجنب الثاني) */
#ellen-footer-scope .ellen-float-wa{
  position:fixed;inset-block-end:22px;inset-inline-start:22px;z-index:70;
  width:56px;height:56px;border-radius:50%;background:#25D366 !important;color:#fff !important;
  display:grid;place-items:center;box-shadow:0 6px 18px rgba(0,0,0,.25);
  transition:transform .3s ease, opacity .3s ease;
}
#ellen-footer-scope .ellen-float-wa:hover{transform:scale(1.1)}

/* زرار العودة لأعلى متشال خالص */
#ellen-footer-scope .ellen-to-top{display:none !important}

/* ===== ريسبونسيف الفوتر ===== */
@media (max-width:1024px){
  #ellen-footer-scope .ellen-footer__row{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:767px){
  /* عمودين جنب بعض */
  #ellen-footer-scope .ellen-footer__row{grid-template-columns:1fr 1fr;gap:22px}

  /* اللوجو + الوصف: عمود كامل في النص */
  #ellen-footer-scope .ellen-footer__col--brand{grid-column:1 / -1;text-align:center}
  #ellen-footer-scope .ellen-footer__col--brand .ellen-footer__logo img{margin-inline:auto}
  #ellen-footer-scope .ellen-footer__col--brand .ellen-footer__about{margin-inline:auto;max-width:440px}

  /* السوشيال: عمود كامل في النص */
  #ellen-footer-scope .ellen-footer__col--social{grid-column:1 / -1;text-align:center}
  #ellen-footer-scope .ellen-footer__col--social .ellen-footer__social{justify-content:center}
}
@media (prefers-reduced-motion:reduce){
  #ellen-footer-scope *{transition-duration:.01ms !important}
}
