.page-footer {
  margin-top: auto !important;
  padding: 28px 16px 24px !important;
  background: linear-gradient(90deg, #5662ef 0%, #3611c2 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-footer .taqeem-footer-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.page-footer .taqeem-footer-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  direction: ltr;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(17px, 1.8vw, 18px);
  line-height: 1.2;
}

.page-footer .taqeem-footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 138px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.page-footer .taqeem-footer-note {
  color: #ffffff;
  white-space: nowrap;
}

.page-footer .taqeem-footer-top .fa-code {
  color: #57e6ff;
  font-size: 21px;
}

.page-footer .taqeem-footer-rights {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(15px, 1.7vw, 16px);
  font-weight: 800;
  line-height: 1.3;
}

.page-footer .taqeem-footer-rights .fa-copyright {
  font-size: 16px;
}

@media (max-width: 640px) {
  .page-footer {
    padding: 22px 14px 20px !important;
  }

  .page-footer .taqeem-footer-top {
    gap: 12px;
    font-size: 16px;
  }

  .page-footer .taqeem-footer-pill {
    min-height: 38px;
    min-width: 126px;
    padding: 0 16px;
  }

  .page-footer .taqeem-footer-rights {
    font-size: 15px;
  }
}
