
/* NoorVista 3.0.78 — Enamad trust seal in public footers */
.nv-enamad-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px auto 16px;
  padding: 0 12px;
  clear: both;
}

.nv-enamad-card {
  width: min(260px, 100%);
  min-height: 96px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(125, 211, 252, .35);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow: 0 16px 36px rgba(8, 47, 73, .10);
}

.nv-enamad-title {
  color: inherit;
  opacity: .92;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.nv-enamad-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 86px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(186, 230, 253, .75);
  box-shadow: 0 10px 24px rgba(8, 47, 73, .10);
  overflow: hidden;
}

.nv-enamad-card img {
  max-width: 92px;
  max-height: 92px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer .nv-enamad-card,
.faq-footer .nv-enamad-card {
  color: #e5f6ff;
}

.footer .nv-enamad-title,
.faq-footer .nv-enamad-title {
  color: #eafaff;
}

.login-footer-links .nv-enamad-footer {
  flex-basis: 100%;
  margin: 12px auto 0;
}

.login-footer-links .nv-enamad-card {
  width: 180px;
  min-height: 74px;
  padding: 10px;
  background: rgba(255,255,255,.72);
}

.login-footer-links .nv-enamad-card a {
  min-width: 62px;
  min-height: 62px;
}

.login-footer-links .nv-enamad-card img {
  max-width: 70px;
  max-height: 70px;
}

.nv-enamad-status-footer {
  display: flex;
  justify-content: center;
  padding: 18px 16px 28px;
}

.nv-enamad-status-footer .nv-enamad-card {
  background: #fff;
}

.nv-enamad-status-footer .nv-enamad-title {
  color: #0f2f45;
}

@media (max-width: 640px) {
  .nv-enamad-footer {
    margin: 22px auto 14px;
  }

  .nv-enamad-card {
    width: min(220px, 100%);
    padding: 12px;
    border-radius: 18px;
  }

  .nv-enamad-card a {
    min-width: 78px;
    min-height: 78px;
  }

  .nv-enamad-card img {
    max-width: 84px;
    max-height: 84px;
  }
}
