/*
  Azin Pash Tehran - Contact Page Styles
*/
.az-contact-top {
  background: url("/images/contact-us/eaq.png") center / cover no-repeat;
}

.az-contact-divider {
  width: 45px;
  height: 3px;
  background: var(--az-accent);
  border-radius: 3px;
}

.az-icon {
  width: 48px;
  height: 48px;
  color: var(--az-accent);
}
.az-form-card {
  max-width: 420px;
}

.az-form-title {
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.3px;
}
.az-form-sub {
  opacity: 0.95;
  font-size: 0.95rem;
}

.az-pill {
  height: 54px;
}
.az-pill::placeholder {
  color: #9aa0a6;
}
.az-pill:focus,
.az-area:focus {
  border-color: var(--az-accent);
  box-shadow: 0 0 0 0.2rem rgba(206, 51, 51, 0.15);
}
.az-area {
  resize: vertical;
  min-height: 140px;
}

.az-form-btn {
  height: 48px;
  border: 0;

  background: linear-gradient(180deg, #1b1f2a 0%, #0b0d12 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.az-map iframe {
  height: 420px;
}
