.office-page .page-section {
  max-width: 100%;
  background: #f0f0f0;
}

.office-page .page-hero-content h1 {
  color: #fff;
}

.office-page .office-section-wrapper {
  padding-top: 86px;
}

.office-page .office__grid {
  row-gap: 100px;
}

.office-page .office__card-image {
  overflow: hidden;
}

.office-page .office__card-image img {
  display: block;
}

.office-page .office__card-body {
  margin: 26px 20px 0;
}

.office-page .office__card-divider {
  display: block;
  padding: 0;
}

.office-page .office__card-address > :last-child {
  margin-bottom: 0;
}

.office-page .office__card-phone {
  margin-top: 4px;
}

.office-page .office__card-phone a {
  color: inherit;
  text-decoration: none;
}

.office-page .office-contact {
  padding: 50px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.office-page .office-contact-content {
  padding-right: 48px;
}

.office-page .office-contact-heading {
  margin-bottom: 8px;
}

.office-page .office-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.office-page .office-contact-form .form-control,
.office-page .office-contact-form .form-select {
  color: #212529;
  font-size: 16px;
  line-height: 28px;
  min-height: 60px;
  font-weight: 400;
  background-color: #fcfcfc;
}

.office-page .office-contact-form textarea.form-control {
  min-height: 116px;
}

.office-page .office-contact-form .form-control:focus,
.office-page .office-contact-form .form-select:focus {
  border-color: #2f9db0;
  box-shadow: 0 0 0 3px rgba(47, 157, 176, 0.25);
}

.office-page .office-form-message {
  min-height: 0;
}

.office-page .office-form-message .alert {
  margin-bottom: 24px;
}

.office-page .office-contact-privacy {
  margin: 8px 0 0;
  color: #4a4a49;
  font-size: 13px;
  line-height: 1.45;
}

.office-page .office-contact-privacy a {
  color: #1a76c1;
}

.office-page .office-form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.office-page .office-submit-btn {
  gap: 10px;
}

.office-page .office-submit-btn:focus-visible,
.office-page .office__card-phone a:focus-visible,
.office-page .office-contact-privacy a:focus-visible {
  outline: 3px solid #2f9db0;
  outline-offset: 4px;
}

.office-page.rtl .office__card-body,
.office-page.rtl .office-contact-content,
.office-page.rtl .office-contact-form {
  text-align: right;
}

.office-page.rtl .office-contact-content {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: 48px;
}

.office-page.rtl .office-form-submit {
  justify-content: flex-start;
}

@media only screen and (max-width: 991px) {
  .office-page .office-contact-content,
  .office-page.rtl .office-contact-content {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 32px;
  }

  .office-page .office__grid {
    row-gap: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .office-page .office-section-wrapper {
    padding-top: 60px;
  }

  .office-page .office__grid {
    row-gap: 45px;
  }

  .office-page .office__card-body {
    margin: 20px 0 0;
  }

  .office-page .office-contact {
    padding: 20px 0 60px;
  }

  .office-page .office-contact-form {
    padding: 28px 20px;
  }

  .office-page .office-form-submit {
    margin-top: 24px;
  }

  .office-page .office-submit-btn {
    width: 100%;
    justify-content: center;
  }
}
