/* Contact page: match the original row-large proportions and CF7 treatment. */
.page-id-1360 .em-row.is-large > .em-col {
  padding-inline: 30px;
}

.page-id-1360 .elementor-heading-title {
  margin: 0 0 0.65em;
  color: var(--em-ink);
  font-family: var(--em-font);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
}

.page-id-1360 .em-row.is-large > .em-col:last-child .em-col-content {
  color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.page-id-1360 .em-row.is-large > .em-col:last-child .em-col-content:hover {
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-6px);
}

.page-id-1360 .em-section-title {
  margin-bottom: 28px;
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
}

.page-id-1360 .wpcf7 {
  width: 100%;
  max-width: 465px;
  margin-inline: auto;
}

.page-id-1360 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 14px;
}

.page-id-1360 .wpcf7 input:not([type="submit"]),
.page-id-1360 .wpcf7 textarea,
.page-id-1360 .wpcf7 select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.page-id-1360 .wpcf7 textarea {
  min-height: 120px;
  padding-top: 11px;
  resize: vertical;
}

.page-id-1360 .wpcf7 input:not([type="submit"]):focus,
.page-id-1360 .wpcf7 textarea:focus,
.page-id-1360 .wpcf7 select:focus {
  border-color: #b9b9b9;
  outline: 0;
  box-shadow: 0 0 5px #ccc;
}

.page-id-1360 .wpcf7 input[type="submit"] {
  min-height: 40px;
  padding: 0 19px;
  border-width: 1px;
  border-radius: 0;
  color: #242424;
}

