/*
 * Zein Publisher Child v0.5.7
 * Clear white footer typography and compact transparent brand mark.
 */

body .zl-footer,
body footer.zl-footer {
  color: #FFFFFF !important;
}

/* شعار شفاف ضمن خلفية مرتبطة بلون الفوتر، بلا مربع أبيض كبير */
body .zl-footer__logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: min(100%, 350px) !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  padding: 13px 17px !important;
  border: 1px solid rgba(228, 204, 159, .34) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .085),
      rgba(200, 164, 106, .075)
    ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 14px 32px rgba(0, 0, 0, .14) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden !important;
}

body .zl-footer__logo img {
  display: block !important;
  width: min(285px, 100%) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 112px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .17)) !important;
}

/* نص واضح وأبيض، بسماكة متوسطة لا تبدو ثقيلة */
body .zl-footer__brand p,
body .zl-footer__legal-name,
body .zl-footer ul a,
body .zl-footer__contact-item,
body .zl-footer__contact-item b,
body .zl-footer__whatsapp a,
body .zl-footer__map-head small,
body .zl-footer__map-head strong,
body .zl-footer__map-head a,
body .zl-footer__bottom,
body .zl-footer__bottom span {
  color: #FFFFFF !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .14);
}

body .zl-footer__brand p {
  font-weight: 500 !important;
  line-height: 1.95 !important;
}

body .zl-footer__legal-name {
  font-weight: 600 !important;
}

body .zl-footer h3 {
  color: #FFFFFF !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

body .zl-footer ul a {
  font-weight: 550 !important;
  line-height: 1.8 !important;
}

body .zl-footer__contact-item {
  font-weight: 500 !important;
}

body .zl-footer__contact-item b {
  font-weight: 600 !important;
}

body .zl-footer__bottom {
  font-weight: 500 !important;
  opacity: .94 !important;
}

body .zl-footer__map-head small {
  opacity: .78 !important;
  font-weight: 500 !important;
}

body .zl-footer__map-head strong {
  font-weight: 600 !important;
}

body .zl-footer ul a::before,
body .zl-footer__contact-item svg {
  color: #E4CC9F !important;
  stroke: #E4CC9F !important;
}

/* إبقاء الحدود والزخارف هادئة حتى لا تنافس النص */
body .zl-footer h3,
body .zl-footer__bottom {
  border-color: rgba(255, 255, 255, .18) !important;
}

body .zl-footer__map {
  border-color: rgba(255, 255, 255, .19) !important;
  background: rgba(255, 255, 255, .065) !important;
}

@media (max-width: 700px) {
  body .zl-footer__brand {
    text-align: right !important;
  }

  body .zl-footer__logo {
    width: min(100%, 325px) !important;
    max-width: 325px !important;
    padding: 11px 14px !important;
    margin-bottom: 18px !important;
  }

  body .zl-footer__logo img {
    width: min(270px, 100%) !important;
    max-height: 100px !important;
  }

  body .zl-footer__brand p {
    font-size: 13px !important;
  }

  body .zl-footer ul a,
  body .zl-footer__contact-item {
    font-size: 13px !important;
  }
}

@media (max-width: 390px) {
  body .zl-footer__logo {
    width: 100% !important;
    max-width: 300px !important;
  }

  body .zl-footer__logo img {
    width: 250px !important;
  }
}
