.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  flex: 0 0 auto;
}
.brand-name .brand-arabic {
  margin-top: 0;
  line-height: 1.2;
}
.brand-name .brand-subtitle {
  line-height: 1.3;
}
.direct-whatsapp[hidden] {
  display: none;
}
.contact-form noscript a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 480px) {
  .header-inner .brand-mark {
    width: 36px;
    height: 36px;
  }
  .header-inner .brand-name .brand-arabic {
    font-size: 21px;
  }
  .header-inner .brand-name .brand-arabic small {
    font-size: 14px;
  }
  .header-inner .brand-name .brand-subtitle {
    font-size: 10px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
}
