/* Add custom CSS styles below */ 
/* ════════════════════════════════════════
   فخامة الكهرمان — CSS مخصص للفوتر
   ════════════════════════════════════════ */

/* ── خلفية الفوتر ── */
.store-footer,
.store-footer__inner {
  background-color: #0f2e50 !important;
  position: relative;
  overflow: hidden;
}

/* ── الشريط الذهبي العلوي ── */
.store-footer::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(to right, transparent, #c8a84b, #e8c86b, #c8a84b, transparent);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* ── عناوين الأقسام — ذهبي ── */
.store-footer__inner h3,
.store-footer__inner h4,
.store-footer__inner .s-contacts-title {
  color: #c8a84b !important;
  letter-spacing: 1px;
}

/* ── روابط القائمة — أبيض ── */
.store-footer__inner .s-menu-footer-item {
  color: #ffffff !important;
  transition: color 0.25s, padding-right 0.2s;
  display: block;
  padding: 7px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(30, 64, 112, 0.25);
  text-decoration: none;
}
.store-footer__inner .s-menu-footer-item:hover {
  color: #c8a84b !important;
  padding-right: 8px;
}

/* ── نصوص عامة ── */
.store-footer__inner p,
.store-footer__inner span {
  color: #ffffff
}

/* ── روابط عامة ── */
.store-footer__inner a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.store-footer__inner a:hover {
  color: #c8a84b;
}

/* ── معلومات التواصل ── */
.store-footer__inner .s-contacts-item {
  color: #6888a8 !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1e4070;
  margin-bottom: 8px;
  background: rgba(10, 34, 64, 0.5);
  transition: all 0.25s;
  text-decoration: none;
}
.store-footer__inner .s-contacts-item:hover {
  border-color: #c8a84b !important;
  color: #c8d8e8 !important;
  transform: translateX(-4px);
  background: rgba(13, 40, 72, 0.8);
}
.store-footer__inner .s-contacts-icon svg path,
.store-footer__inner .s-contacts-icon svg {
  fill: #c8a84b;
  transition: fill 0.25s;
}

/* ── أيقونات السوشيال ── */
.store-footer__inner .s-social-icon svg path,
.store-footer__inner .s-social-icon svg g path {
  fill: #6888a8;
  transition: fill 0.3s;
}
.store-footer__inner .s-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(10, 34, 64, 0.6);
  border: 1px solid #1e4070;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
}
.store-footer__inner .s-social-link:hover {
  border-color: #c8a84b;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(200, 168, 75, 0.2);
}
.store-footer__inner .s-social-link:hover .s-social-icon svg path,
.store-footer__inner .s-social-link:hover .s-social-icon svg g path {
  fill: #c8a84b;
}

/* ════════════════════════════════════════
   بيلات الثقة — دفع آمن / شحن سريع / جودة مضمونة
   ════════════════════════════════════════ */
.store-footer__inner salla-trust-badges,
.store-footer__inner .s-trust-badges-wrap {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.store-footer__inner .s-trust-badge,
.store-footer__inner salla-trust-badges .s-trust-badge {
  padding: 5px 11px !important;
  border-radius: 20px !important;
  border: 1px solid #1e4070 !important;
  background: rgba(10, 34, 64, 0.45) !important;
  color: #6888a8 !important;
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
  cursor: default;
}
.store-footer__inner .s-trust-badge::before,
.store-footer__inner salla-trust-badges .s-trust-badge::before {
  content: '◆';
  font-size: 6px;
  color: #c8a84b;
  opacity: 0.7;
}
.store-footer__inner .s-trust-badge:hover,
.store-footer__inner salla-trust-badges .s-trust-badge:hover {
  border-color: #c8a84b !important;
  color: #c8a84b !important;
}
.store-footer__inner .s-trust-badge svg,
.store-footer__inner salla-trust-badges svg {
  fill: #c8a84b !important;
  width: 13px;
  height: 13px;
}

/* ════════════════════════════════════════
   شارات التطبيق — App Store & Google Play
   ════════════════════════════════════════ */
.store-footer__inner salla-apps-icons,
.store-footer__inner .s-apps-icons-wrap {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  margin-top: 4px;
}
.store-footer__inner salla-apps-icons a,
.store-footer__inner .s-apps-icons-wrap a,
.store-footer__inner .s-app-badge {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 14px !important;
  background: rgba(10, 34, 64, 0.55) !important;
  border: 1px solid #1e4070 !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: all 0.25s;
  color: #c8d8e8 !important;
}
.store-footer__inner salla-apps-icons a:hover,
.store-footer__inner .s-apps-icons-wrap a:hover,
.store-footer__inner .s-app-badge:hover {
  border-color: #c8a84b !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(200, 168, 75, 0.15);
}
.store-footer__inner salla-apps-icons svg,
.store-footer__inner .s-apps-icons-wrap svg {
  fill: #c8a84b !important;
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0;
}
.store-footer__inner salla-apps-icons .s-app-sub-label,
.store-footer__inner salla-apps-icons small,
.store-footer__inner salla-apps-icons [class*="sub"],
.store-footer__inner salla-apps-icons [class*="label"] {
  font-size: 10px !important;
  color: #6888a8 !important;
  display: block;
  line-height: 1.3;
}
.store-footer__inner salla-apps-icons strong,
.store-footer__inner salla-apps-icons b,
.store-footer__inner salla-apps-icons [class*="name"],
.store-footer__inner salla-apps-icons [class*="title"] {
  font-size: 13px !important;
  color: #c8d8e8 !important;
  font-weight: 500 !important;
  display: block;
  line-height: 1.4;
}

/* شارات بدون رابط — تُضاف يدوياً عبر HTML */
.footer-app-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(10, 34, 64, 0.55);
  border: 1px solid #1e4070;
  border-radius: 10px;
  transition: all 0.25s;
  cursor: default;
  margin-bottom: 9px;
}
.footer-app-badge:hover {
  border-color: #c8a84b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(200, 168, 75, 0.15);
}
.footer-app-badge svg {
  fill: #c8a84b;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.footer-app-badge .app-sub {
  font-size: 10px;
  color: #6888a8;
  display: block;
  line-height: 1.3;
}
.footer-app-badge .app-name {
  font-size: 13px;
  color: #c8d8e8;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}

/* ════════════════════════════════════════
   صندوق خدمة العملاء 24/7
   ════════════════════════════════════════ */
.footer-service-box {
  margin-top: 12px;
  padding: 16px 12px;
  background: rgba(10, 34, 64, 0.55);
  border: 1px solid #1e4070;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer-service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(to right, transparent, #c8a84b, transparent);
}
.footer-service-box .service-label {
  font-size: 10px;
  color: #6888a8 !important;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
}
.footer-service-box .service-text {
  font-size: 12px;
  color: #c8a84b !important;
  font-weight: 600;
  line-height: 1.8;
}
.footer-service-box .service-clock {
  font-size: 15px;
  color: #e8c86b !important;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: 2px;
  display: block;
  font-variant-numeric: tabular-nums;
}

/* ════════════════════════════════════════
   شريط الدفع والحقوق
   ════════════════════════════════════════ */
.store-footer .copyright-text p,
.store-footer .copyright-text a {
  color: #6888a8 !important;
  font-size: 12px;
}
.store-footer .copyright-text a:hover {
  color: #c8a84b !important;
}
.store-footer__inner .s-payments-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.store-footer__inner .s-payments-list-item {
  width: 44px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #1e4070;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  list-style: none;
}
.store-footer__inner .s-payments-list-item:hover {
  border-color: #c8a84b;
  background: rgba(200, 168, 75, 0.1);
  transform: translateY(-2px);
}
.store-footer__inner .s-payments-list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.85);
  transition: filter 0.2s;
}
.store-footer__inner .s-payments-list-item:hover img {
  filter: brightness(1.1);
}