/* Compact clean footer - no WhatsApp overlap */

.footer.simple-footer {
  background: #071226 !important;
  color: rgba(255,255,255,.82) !important;
  padding: 26px 0 !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  position: relative !important;
  z-index: 2 !important;
}

.simple-footer-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.simple-footer-brand {
  text-align: right !important;
  flex: 0 0 auto !important;
}

.simple-footer-brand strong {
  display: block !important;
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
}

.simple-footer-brand p {
  margin: 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.simple-footer-credit {
  text-align: left !important;
  max-width: 760px !important;
  padding-left: 96px !important; /* مساحة زر الواتساب حتى لا يغطي النص */
}

.simple-footer-credit span {
  display: block !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 6px !important;
}

.simple-footer-credit div {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 8px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.simple-footer-credit a,
.simple-footer-credit strong {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.simple-footer-credit a:hover {
  color: #38bdf8 !important;
}

.simple-footer-credit b {
  color: rgba(255,255,255,.45) !important;
  font-weight: 700 !important;
}

/* Floating WhatsApp */
.float-whatsapp {
  position: fixed !important;
  left: 24px !important;
  bottom: 24px !important;
  z-index: 1200 !important;
  width: 58px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 34px rgba(37,211,102,.38) !important;
  border: 0 !important;
}

.float-whatsapp svg {
  width: 29px !important;
  height: 29px !important;
  display: block !important;
}

.float-whatsapp:hover {
  transform: translateY(-4px) scale(1.04) !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  .footer.simple-footer {
    padding: 28px 0 86px !important;
  }

  .simple-footer-wrap {
    flex-direction: column !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .simple-footer-brand,
  .simple-footer-credit {
    text-align: center !important;
  }

  .simple-footer-credit {
    padding-left: 0 !important;
    max-width: 100% !important;
  }

  .simple-footer-credit div {
    justify-content: center !important;
  }

  .float-whatsapp {
    left: 16px !important;
    bottom: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }

  .float-whatsapp svg {
    width: 28px !important;
    height: 28px !important;
  }
}
