:root {
  --zs-contact-title: #111;
  --zs-contact-text: #666;
  --zs-contact-muted: #7d7d7d;
  --zs-contact-line: #ececec;
  --zs-contact-soft: #f6f6f6;
}

.zs-contact-main {
  background: #fff;
}

.zs-contact-banner {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.zs-contact-banner picture,
.zs-contact-banner img {
  display: block;
  width: 100%;
  height: 100%;
}

.zs-contact-banner picture {
  position: absolute;
  inset: 0;
}

.zs-contact-banner img {
  object-fit: cover;
}

.zs-contact-banner__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.zs-contact-banner__inner {
  max-width: 820px;
  margin-left: auto;
  color: #fff;
  text-align: left;
}

.zs-contact-banner__inner h2 {
  margin: 0;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.25;
  font-weight: 300;
  text-transform: uppercase;
}

.zs-contact-banner__inner p {
  margin: 18px 0 0;
  font-size: clamp(15px, 1.2vw, 22px);
  line-height: 1.9;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.98);
}

.zs-contact-breadcrumb {
  background: #f3f3f3;
}

.zs-contact-breadcrumb p {
  margin: 0;
  padding: 16px 0;
  color: var(--zs-contact-muted);
  font-size: 12px;
  line-height: 1.7;
}

.zs-contact-breadcrumb a,
.zs-contact-breadcrumb strong {
  color: inherit;
}

.zs-contact-breadcrumb span {
  margin: 0 6px;
  color: #b8b8b8;
}

.zs-contact-intro {
  padding: 50px 0 30px;
}

.zs-contact-intro__header {
  text-align: center;
}

.zs-contact-intro__header h2 {
  margin: 0;
  color: var(--zs-contact-title);
  font-size: 42px;
  line-height: 1.25;
  font-weight: 600;
}

.zs-contact-intro__line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  margin-top: 14px;
}

.zs-contact-intro__line i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--zs-green);
}

.zs-contact-intro__icon {
  display: block;
  width: 46px;
  height: 46px;
  margin: 14px auto 0;
  color: #777;
}

.zs-contact-intro__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.zs-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.zs-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.zs-contact-card:hover {
  transform: none;
  box-shadow: none;
}

.zs-contact-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid var(--zs-green);
  border-radius: 0;
  color: var(--zs-green);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.zs-contact-card__icon::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid var(--zs-green);
  transform: translateY(-50%);
}

.zs-contact-card__icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.zs-contact-card__body {
  padding-top: 2px;
}

.zs-contact-card__body h3 {
  margin: 0 0 8px;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.zs-contact-card__body p {
  margin: 0;
  color: var(--zs-contact-text);
  font-size: 16px;
  line-height: 1.7;
}

.zs-contact-card__body a {
  color: inherit;
}

.zs-contact-card:hover .zs-contact-card__icon {
  background: var(--zs-green);
  color: #fff;
  border-color: var(--zs-green);
}

.zs-contact-content {
  padding: 20px 0 52px;
}

.zs-contact-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.zs-contact-formbox,
.zs-contact-map {
  min-width: 0;
}

.zs-contact-formbox {
  padding: 32px 30px 38px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
}

.zs-contact-formbox fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.zs-contact-formbox legend {
  margin-bottom: 18px;
  color: #222;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.zs-contact-formbox label {
  display: block;
  margin-bottom: 14px;
}

.zs-contact-formbox input,
.zs-contact-formbox textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-shadow: none;
}

.zs-contact-formbox input {
  height: 48px;
  padding: 0 16px;
}

.zs-contact-formbox textarea {
  min-height: 200px;
  padding: 14px 16px;
  resize: vertical;
}

.zs-contact-formbox__captcha {
  margin-bottom: 14px;
}

.zs-contact-formbox__captcha-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.zs-contact-formbox__captcha-question {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.zs-contact-formbox__captcha-refresh {
  min-width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zs-green);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.zs-contact-formbox__captcha-refresh:hover {
  background: transparent;
  color: #333;
}

.zs-contact-formbox input::placeholder,
.zs-contact-formbox textarea::placeholder {
  color: #989898;
}

.zs-contact-formbox input:focus,
.zs-contact-formbox textarea:focus {
  border-color: var(--zs-green);
  outline: none;
}

.zs-contact-formbox button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--zs-green);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.zs-contact-formbox button:hover {
  background: #333;
}

.zs-contact-formbox__status {
  min-height: 24px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.zs-contact-formbox__status.is-error {
  color: #df3f2f;
}

.zs-contact-formbox__status.is-success {
  color: var(--zs-green);
}

.zs-contact-map {
  overflow: hidden;
}

.zs-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 445px;
}

@media (max-width: 1199px) {
  .zs-contact-intro__header h2 {
    font-size: 38px;
  }

  .zs-contact-card__body h3 {
    font-size: 22px;
  }

  .zs-contact-card__body p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .zs-contact-cards,
  .zs-contact-content__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .zs-contact-map iframe {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .zs-contact-banner {
    min-height: 280px;
  }

  .zs-contact-banner__inner {
    max-width: 100%;
    margin-left: 0;
  }

  .zs-contact-banner__inner h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .zs-contact-banner__inner p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .zs-contact-breadcrumb p {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
  }

  .zs-contact-intro {
    padding: 34px 0 22px;
  }

  .zs-contact-intro__header h2 {
    font-size: 30px;
  }

  .zs-contact-intro__icon {
    width: 40px;
    height: 40px;
  }

  .zs-contact-cards {
    gap: 18px;
    margin-top: 30px;
  }

  .zs-contact-card {
    gap: 16px;
    padding: 6px 0;
  }

  .zs-contact-card__icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .zs-contact-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .zs-contact-card__body h3 {
    font-size: 18px;
  }

  .zs-contact-card__body p {
    font-size: 15px;
    line-height: 1.75;
  }

  .zs-contact-content {
    padding: 10px 0 40px;
  }

  .zs-contact-content__grid {
    gap: 24px;
  }

  .zs-contact-formbox {
    padding: 24px 20px 28px;
  }

  .zs-contact-formbox legend {
    font-size: 22px;
  }

  .zs-contact-formbox input {
    height: 44px;
  }

  .zs-contact-formbox textarea {
    min-height: 180px;
  }

  .zs-contact-map iframe {
    min-height: 320px;
  }
}
