/* ✅ Footer Logo Styles */
.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  /* آپ کی ویب سائٹ کے تھیم کے مطابق */
  padding: 1px 0;
  border-top: 6px solid #00806a;
  border-bottom: 6px solid #00806a;
}

.footer-logo {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px;
  /* اگر تھوڑا smooth corner دینا چاہیں */
}

.amtkn p {
  padding: 4px 0;
  background-color: #00332a;
  margin: 0;
  text-align: center;
  font-size: var(--font-normal);
  font-family: var(--font-arabic);
  color: rgba(234, 234, 234, 0.7);
}