/* =========================================================
   Contact page: local tokens
   ========================================================= */

body.ck-contact-page {
  --ck-contact-follow-hero-outer-gutter: 40px;
  --ck-contact-follow-hero-inner-gutter: 40px;

  --ck-contact-button-primary-bg: var(--e-global-color-primary, #5f3016);
  --ck-contact-button-primary-hover-bg: #26180f;
  --ck-contact-button-primary-text: #ffffff;

  --ck-contact-button-service-bg: var(--border-color-success, #49b258);
  --ck-contact-button-service-hover-bg: #245d2d;
  --ck-contact-button-service-text: #ffffff;

  --ck-contact-button-secondary-bg: #ffffff;
  --ck-contact-button-secondary-text: var(--e-global-color-primary, #5f3016);
  --ck-contact-button-secondary-border: rgba(95, 48, 22, 0.28);
  --ck-contact-button-secondary-hover-bg: var(
    --ck-surface-soft,
    rgb(250, 247, 242)
  );
  --ck-contact-button-secondary-hover-border: rgba(95, 48, 22, 0.48);

  --ck-contact-button-focus-ring: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

@media (max-width: 1024px) {
  body.ck-contact-page {
    --ck-contact-follow-hero-outer-gutter: 24px;
    --ck-contact-follow-hero-inner-gutter: 24px;
  }
}

@media (max-width: 767px) {
  body.ck-contact-page {
    --ck-contact-follow-hero-outer-gutter: 16px;
    --ck-contact-follow-hero-inner-gutter: 16px;
  }
}

/* =========================================================
   Contact page: map
   ========================================================= */

body.ck-contact-page
  .elementor-element.ck-contact-map
  > .elementor-widget-container {
  height: auto;
}

body.ck-contact-page .ck-contact-map iframe {
  display: block;
}

@media (min-width: 1025px) {
  body.ck-contact-page
    .elementor-element.ck-contact-map
    > .elementor-widget-container {
    padding-top: 0;
    border-radius: var(--radius-lg, 50px);
    overflow: hidden;
  }

  body.ck-contact-page .ck-contact-map iframe {
    border-radius: var(--radius-lg, 50px);
  }
}

/* =========================================================
   Contact page: button system
   Brown primary by default, green for positive service actions
   ========================================================= */

body.ck-contact-page .ck-contact-button-primary .elementor-button,
body.ck-contact-page .ck-contact-button-secondary .elementor-button,
body.ck-contact-page .ck-contact-button-ghost .elementor-button,
body.ck-contact-page .ck-contact-button-service .elementor-button {
  display: inline-flex !important;
  min-width: 44px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: var(--border-width-strong, 2px) solid transparent !important;
  border-radius: var(--radius-pill, 999px) !important;
  padding: 0.78rem 1.35rem !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  transform: translateY(0);
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
  appearance: none;
  -webkit-appearance: none;
}

body.ck-contact-page
  .ck-contact-button-primary
  .elementor-button-content-wrapper,
body.ck-contact-page
  .ck-contact-button-secondary
  .elementor-button-content-wrapper,
body.ck-contact-page .ck-contact-button-ghost .elementor-button-content-wrapper,
body.ck-contact-page
  .ck-contact-button-service
  .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.ck-contact-page .ck-contact-button-primary .elementor-button-text,
body.ck-contact-page .ck-contact-button-secondary .elementor-button-text,
body.ck-contact-page .ck-contact-button-ghost .elementor-button-text,
body.ck-contact-page .ck-contact-button-service .elementor-button-text {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Primary */

body.ck-contact-page .ck-contact-button-primary .elementor-button {
  border-color: var(--ck-contact-button-primary-bg) !important;
  background-color: var(--ck-contact-button-primary-bg) !important;
  color: var(--ck-contact-button-primary-text) !important;
  fill: var(--ck-contact-button-primary-text) !important;
}

body.ck-contact-page .ck-contact-button-primary .elementor-button:hover,
body.ck-contact-page
  .ck-contact-button-primary
  .elementor-button:focus-visible {
  border-color: var(--ck-contact-button-primary-hover-bg) !important;
  background-color: var(--ck-contact-button-primary-hover-bg) !important;
  color: var(--ck-contact-button-primary-text) !important;
  fill: var(--ck-contact-button-primary-text) !important;
  transform: translateY(-1px);
}

/* Service */

body.ck-contact-page .ck-contact-button-service .elementor-button {
  border-color: var(--ck-contact-button-service-bg) !important;
  background-color: var(--ck-contact-button-service-bg) !important;
  color: var(--ck-contact-button-service-text) !important;
  fill: var(--ck-contact-button-service-text) !important;
}

body.ck-contact-page .ck-contact-button-service .elementor-button:hover,
body.ck-contact-page
  .ck-contact-button-service
  .elementor-button:focus-visible {
  border-color: var(--ck-contact-button-service-hover-bg) !important;
  background-color: var(--ck-contact-button-service-hover-bg) !important;
  color: var(--ck-contact-button-service-text) !important;
  fill: var(--ck-contact-button-service-text) !important;
  transform: translateY(-1px);
}

/* Secondary */

body.ck-contact-page .ck-contact-button-secondary .elementor-button {
  border-color: var(--ck-contact-button-secondary-border) !important;
  background-color: var(--ck-contact-button-secondary-bg) !important;
  color: var(--ck-contact-button-secondary-text) !important;
  fill: var(--ck-contact-button-secondary-text) !important;
}

body.ck-contact-page .ck-contact-button-secondary .elementor-button:hover,
body.ck-contact-page
  .ck-contact-button-secondary
  .elementor-button:focus-visible {
  border-color: var(--ck-contact-button-secondary-hover-border) !important;
  background-color: var(--ck-contact-button-secondary-hover-bg) !important;
  color: #26180f !important;
  fill: #26180f !important;
  transform: translateY(-1px);
}

/* Ghost */

body.ck-contact-page .ck-contact-button-ghost .elementor-button {
  border-color: rgba(95, 48, 22, 0.16) !important;
  background-color: transparent !important;
  color: var(--e-global-color-primary, #5f3016) !important;
  fill: var(--e-global-color-primary, #5f3016) !important;
}

body.ck-contact-page .ck-contact-button-ghost .elementor-button:hover,
body.ck-contact-page .ck-contact-button-ghost .elementor-button:focus-visible {
  border-color: rgba(95, 48, 22, 0.34) !important;
  background-color: var(--ck-surface-soft, rgb(250, 247, 242)) !important;
  color: #26180f !important;
  fill: #26180f !important;
  transform: translateY(-1px);
}

/* Focus */

body.ck-contact-page .ck-contact-button-primary .elementor-button:focus-visible,
body.ck-contact-page
  .ck-contact-button-secondary
  .elementor-button:focus-visible,
body.ck-contact-page .ck-contact-button-ghost .elementor-button:focus-visible,
body.ck-contact-page
  .ck-contact-button-service
  .elementor-button:focus-visible {
  outline: none;
  box-shadow: var(--ck-contact-button-focus-ring);
}

/* Active */

body.ck-contact-page .ck-contact-button-primary .elementor-button:active,
body.ck-contact-page .ck-contact-button-secondary .elementor-button:active,
body.ck-contact-page .ck-contact-button-ghost .elementor-button:active,
body.ck-contact-page .ck-contact-button-service .elementor-button:active {
  transform: translateY(0);
}

/* Disabled */

body.ck-contact-page
  .ck-contact-button-primary
  .elementor-button[aria-disabled="true"],
body.ck-contact-page
  .ck-contact-button-secondary
  .elementor-button[aria-disabled="true"],
body.ck-contact-page
  .ck-contact-button-ghost
  .elementor-button[aria-disabled="true"],
body.ck-contact-page
  .ck-contact-button-service
  .elementor-button[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

body.ck-contact-page
  .ck-contact-button-primary
  .elementor-button[aria-disabled="true"]:hover,
body.ck-contact-page
  .ck-contact-button-secondary
  .elementor-button[aria-disabled="true"]:hover,
body.ck-contact-page
  .ck-contact-button-ghost
  .elementor-button[aria-disabled="true"]:hover,
body.ck-contact-page
  .ck-contact-button-service
  .elementor-button[aria-disabled="true"]:hover {
  opacity: 0.55;
  transform: none;
}

/* Hero button row */

body.ck-contact-page .elementor-element.ck-contact-hero-actions {
  gap: var(--space-2);
  align-items: stretch;
}

body.ck-contact-page .ck-contact-hero-actions .elementor-widget-button {
  width: auto;
}

body.ck-contact-page .ck-contact-hero-actions .elementor-button {
  width: 100%;
}

body.ck-contact-page
  .ck-contact-hero-actions
  .ck-contact-button-primary
  .elementor-button,
body.ck-contact-page
  .ck-contact-hero-actions
  .ck-contact-button-secondary
  .elementor-button,
body.ck-contact-page
  .ck-contact-hero-actions
  .ck-contact-button-ghost
  .elementor-button {
  min-width: 180px;
}

@media (max-width: 1024px) {
  body.ck-contact-page .ck-contact-hero-actions .elementor-widget-button {
    flex: 1 1 calc(50% - var(--space-2));
    min-width: 220px;
  }
}

@media (max-width: 767px) {
  body.ck-contact-page .ck-contact-hero-actions .elementor-widget-button {
    flex: 1 1 100%;
    min-width: 0;
  }

  body.ck-contact-page .ck-contact-button-primary .elementor-button,
  body.ck-contact-page .ck-contact-button-secondary .elementor-button,
  body.ck-contact-page .ck-contact-button-ghost .elementor-button,
  body.ck-contact-page .ck-contact-button-service .elementor-button {
    width: 100% !important;
    min-width: 0;
  }
}

/* =========================================================
   Contact page: contact info section
   ========================================================= */

body.ck-contact-page .ck-contact-info-section {
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
  padding-left: var(--ck-contact-follow-hero-outer-gutter);
  padding-right: var(--ck-contact-follow-hero-outer-gutter);
  background-color: var(--ck-surface-soft);
}

body.ck-contact-page .ck-contact-info-section .ck-section-inner.e-con,
body.ck-contact-page .ck-contact-info-section .ck-section-inner.e-flexbox-base,
body.ck-contact-page .ck-contact-info-section .ck-section-inner {
  width: 100%;
  max-width: var(--nm--page-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ck-contact-follow-hero-inner-gutter);
  padding-right: var(--ck-contact-follow-hero-inner-gutter);
  box-sizing: border-box;
}

body.ck-contact-page .ck-contact-info-section .ck-contact-info-grid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

body.ck-contact-page .ck-contact-info-section .ck-card {
  min-height: 100%;
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background-color: #ffffff;
  box-shadow: none;
}

body.ck-contact-page .ck-contact-info-note {
  margin-top: var(--space-4);
  max-width: 760px;
  color: rgb(114, 91, 50);
}

body.ck-contact-page .ck-contact-info-note p {
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================================================
   Contact page: map title
   ========================================================= */

body.ck-contact-page .elementor-widget-heading.ck-map-title {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

body.ck-contact-page
  .elementor-widget-heading.ck-map-title
  > .elementor-widget-container,
body.ck-contact-page
  .elementor-widget-heading.ck-map-title
  .elementor-heading-title {
  width: 100%;
  text-align: center;
}

/* =========================================================
   Contact page: wayfinding section
   ========================================================= */

body.ck-contact-page .ck-wayfinding-section {
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
  padding-left: var(--ck-contact-follow-hero-outer-gutter);
  padding-right: var(--ck-contact-follow-hero-outer-gutter);
  background-color: #ffffff;
}

body.ck-contact-page .ck-wayfinding-section .ck-section-inner.e-con,
body.ck-contact-page .ck-wayfinding-section .ck-section-inner.e-flexbox-base,
body.ck-contact-page .ck-wayfinding-section .ck-section-inner {
  width: 100%;
  max-width: var(--nm--page-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ck-contact-follow-hero-inner-gutter);
  padding-right: var(--ck-contact-follow-hero-inner-gutter);
  box-sizing: border-box;
}

body.ck-contact-page .ck-wayfinding-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: var(--space-6);
  row-gap: var(--space-5);
  align-items: center;
  width: 100%;
}

body.ck-contact-page .ck-wayfinding-copy {
  max-width: 620px;
}

body.ck-contact-page .ck-wayfinding-copy .ck-section-title {
  text-align: left;
  align-self: start;
}

body.ck-contact-page .ck-wayfinding-content {
  width: 100%;
}

body.ck-contact-page .ck-wayfinding-lead {
  margin-top: 0;
  margin-bottom: var(--space-4);
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgb(114, 91, 50);
}

body.ck-contact-page .ck-wayfinding-list {
  display: grid;
  gap: var(--space-3);
}

body.ck-contact-page .ck-wayfinding-mode {
  padding-top: var(--space-3);
  border-top: 1px solid rgba(95, 48, 22, 0.14);
}

body.ck-contact-page .ck-wayfinding-mode h3 {
  margin: 0 0 var(--space-2);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--e-global-color-primary, #5f3016);
}

body.ck-contact-page .ck-wayfinding-mode ul {
  margin: 0;
  padding-left: 1.15rem;
}

body.ck-contact-page .ck-wayfinding-mode li {
  margin: 0 0 0.35rem;
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(114, 91, 50);
  list-style: disc;
}

body.ck-contact-page .ck-wayfinding-mode li::marker {
  color: rgba(95, 48, 22, 0.55);
}

body.ck-contact-page .ck-wayfinding-mode li:last-child {
  margin-bottom: 0;
}

body.ck-contact-page .ck-wayfinding-map-button {
  width: 100%;
  margin-top: var(--space-4);
  text-align: center;
}

body.ck-contact-page .ck-wayfinding-map-button .elementor-widget-container,
body.ck-contact-page .ck-wayfinding-map-button .elementor-button-wrapper {
  display: flex;
  justify-content: center;
}

body.ck-contact-page .ck-wayfinding-map-button .elementor-button {
  width: auto !important;
  min-width: 180px;
}

body.ck-contact-page .ck-wayfinding-media {
  min-height: 320px;
  border-radius: var(--radius-lg, 50px);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  body.ck-contact-page .ck-wayfinding-grid {
    grid-template-columns: 1fr;
  }

  body.ck-contact-page .ck-wayfinding-copy {
    max-width: 760px;
  }

  body.ck-contact-page .ck-wayfinding-media {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  body.ck-contact-page .ck-wayfinding-section {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }

  body.ck-contact-page .ck-wayfinding-lead,
  body.ck-contact-page .ck-wayfinding-mode li {
    font-size: 15px;
    line-height: 1.6;
  }

  body.ck-contact-page .ck-wayfinding-media {
    min-height: 220px;
    border-radius: var(--radius-md);
  }
}

/* =========================================================
   Contact page: contact form section
   Outer band stays square. Inner card has rounded corners.
   ========================================================= */

body.ck-contact-page .elementor-element.ck-contact-form-section {
  --margin-top: 0px;
  --margin-bottom: 25px;
  --padding-top: var(--space-7);
  --padding-bottom: var(--space-7);
  --border-radius: 0;

  border-radius: 0;
  background-color: var(--ck-surface-soft) !important;
}

body.ck-contact-page
  .ck-contact-form-section:not(
    .elementor-motion-effects-element-type-background
  ),
body.ck-contact-page
  .ck-contact-form-section
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: var(--ck-surface-soft) !important;
}

body.ck-contact-page .ck-contact-form-section > .e-con-inner {
  width: 100%;
  max-width: var(--nm--page-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ck-contact-follow-hero-inner-gutter);
  padding-right: var(--ck-contact-follow-hero-inner-gutter);
  box-sizing: border-box;
}

body.ck-contact-page
  .ck-contact-form-section
  .ck-contact-form-card.ck-card-hero {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

body.ck-contact-page .ck-contact-form-section .ck-contact-form-title {
  width: 100%;
  max-width: 680px;
  text-align: start;
}

body.ck-contact-page
  .ck-contact-form-section
  .ck-contact-form-title
  .elementor-heading-title {
  margin-bottom: var(--space-3);
}

body.ck-contact-page .ck-contact-form-section .ck-contact-form-intro {
  width: 100%;
  max-width: 680px;
  margin-bottom: var(--space-5);
  color: rgb(114, 91, 50);
}

body.ck-contact-page .ck-contact-form-section .ck-contact-form-privacy {
  width: 100%;
  max-width: 680px;
  margin-top: var(--space-4);
  color: rgb(84, 84, 84);
}

body.ck-contact-page
  .ck-contact-form-section
  .ck-contact-form-privacy
  > .elementor-widget-container {
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-color-subtle);
}

@media (max-width: 1024px) {
  body.ck-contact-page
    .ck-contact-form-section
    .ck-contact-form-card.ck-card-hero {
    padding: var(--space-5);
  }
}

@media (max-width: 767px) {
  body.ck-contact-page .elementor-element.ck-contact-form-section {
    --padding-top: var(--space-6);
    --padding-bottom: var(--space-6);
    --border-radius: 0;

    border-radius: 0;
  }

  body.ck-contact-page
    .ck-contact-form-section
    .ck-contact-form-card.ck-card-hero {
    padding: var(--space-4);
    border-radius: var(--radius-md);
  }
}

/* =========================================================
   Contact page: CF7 form internals
   Scoped to Contact form section only
   ========================================================= */

body.ck-contact-page .ck-contact-form-section .wpcf7 {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Field rhythm */

body.ck-contact-page .ck-contact-form-section .wpcf7-form .ck-form-field {
  margin: 0 0 var(--space-3, 16px);
  padding: 0 !important;
}

/* Labels */

body.ck-contact-page .ck-contact-form-section .wpcf7-form .ck-form-field label {
  display: block;
  margin: 0;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form label > br {
  display: none;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form .ck-form-required {
  color: var(--border-color-error, #b3261e);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1em;
  font-weight: 800;
  line-height: 1;
}

/* CF7 wrappers */

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: var(--space-1, 8px);
}

/* Inputs */

body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="text"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="email"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="tel"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="url"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="date"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form select,
body.ck-contact-page .ck-contact-form-section .wpcf7-form textarea {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: var(--nm--inputs-padding-vertical)
    var(--nm--inputs-padding-horizontal);
  border: var(--border-width-hairline, 1px) solid var(--nm--inputs-border-color);
  border-radius: var(--radius-input, 30px);
  background-color: #ffffff;
  color: var(--e-global-color-text, #725b32);
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: none;
  outline: none;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    background-color 140ms ease;
  appearance: none;
  -webkit-appearance: none;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="text"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="email"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="tel"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="url"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="date"],
body.ck-contact-page .ck-contact-form-section .wpcf7-form select {
  min-height: 48px;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form textarea {
  display: block;
  min-height: 150px;
  resize: vertical;
}

/* Placeholders */

body.ck-contact-page .ck-contact-form-section .wpcf7-form ::placeholder {
  color: rgba(114, 91, 50, 0.62);
  opacity: 1;
}

/* Focus state */

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  input[type="text"]:focus,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  input[type="email"]:focus,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  input[type="tel"]:focus,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  input[type="url"]:focus,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  input[type="date"]:focus,
body.ck-contact-page .ck-contact-form-section .wpcf7-form select:focus,
body.ck-contact-page .ck-contact-form-section .wpcf7-form textarea:focus {
  border-color: var(--ck-gold, #dfaf26);
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.24);
}

/* Invalid field state */

body.ck-contact-page .ck-contact-form-section .wpcf7-form .wpcf7-not-valid,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form
  [aria-invalid="true"] {
  border-color: var(--border-color-error, #b3261e) !important;
  box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.12);
}

body.ck-contact-page .ck-contact-form-section .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: var(--space-1, 8px);
  color: var(--border-color-error, #b3261e);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* Submit row */

body.ck-contact-page .ck-contact-form-section .wpcf7-form .ck-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2, 12px);
  align-items: center;
  margin: var(--space-1, 8px) 0 0 !important;
  padding: 0 !important;
}

/* Submit button */

body.ck-contact-page .ck-contact-form-section .wpcf7 input.wpcf7-submit {
  display: inline-flex !important;
  width: auto !important;
  min-width: 132px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: var(--border-width-strong, 2px) solid
    var(--ck-contact-button-service-bg, #49b258) !important;
  border-radius: var(--radius-pill, 999px) !important;
  padding: 0.78rem 1.35rem !important;
  background-color: var(--ck-contact-button-service-bg, #49b258) !important;
  color: var(--ck-contact-button-service-text, #ffffff) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 1;
  box-shadow: none;
  transform: translateY(0);
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease;
  appearance: none;
  -webkit-appearance: none;
}

body.ck-contact-page .ck-contact-form-section .wpcf7 input.wpcf7-submit:hover,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit:focus-visible {
  border-color: var(--ck-contact-button-service-hover-bg, #245d2d) !important;
  background-color: var(
    --ck-contact-button-service-hover-bg,
    #245d2d
  ) !important;
  color: var(--ck-contact-button-service-text, #ffffff) !important;
  transform: translateY(-1px);
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit:focus-visible {
  outline: none;
  box-shadow: var(
    --ck-contact-button-focus-ring,
    0 0 0 3px rgba(223, 175, 38, 0.35)
  );
}

body.ck-contact-page .ck-contact-form-section .wpcf7 input.wpcf7-submit:active {
  transform: translateY(0);
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit:disabled,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit[disabled],
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  form.submitting
  input.wpcf7-submit {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit:disabled:hover,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  input.wpcf7-submit[disabled]:hover,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7
  form.submitting
  input.wpcf7-submit:hover {
  border-color: var(--ck-contact-button-service-bg, #49b258) !important;
  background-color: var(--ck-contact-button-service-bg, #49b258) !important;
  opacity: 0.55;
  transform: none;
}

body.ck-contact-page .ck-contact-form-section .wpcf7-spinner {
  margin: 0;
}

/* Response output */

body.ck-contact-page .ck-contact-form-section .wpcf7-response-output {
  display: none;
  margin: var(--space-3, 16px) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
  color: rgb(84, 84, 84);
  font-family: "Merriweather", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.sent
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.invalid
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.failed
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.aborted
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.spam
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.unaccepted
  .wpcf7-response-output {
  display: block;
  padding: var(--space-2, 12px) 0 0 !important;
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.sent
  .wpcf7-response-output {
  color: #245d2d;
}

body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.invalid
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.failed
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.aborted
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.spam
  .wpcf7-response-output,
body.ck-contact-page
  .ck-contact-form-section
  .wpcf7-form.unaccepted
  .wpcf7-response-output {
  color: #6d1a16;
}

@media (max-width: 767px) {
  body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="text"],
  body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="email"],
  body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="tel"],
  body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="url"],
  body.ck-contact-page .ck-contact-form-section .wpcf7-form input[type="date"],
  body.ck-contact-page .ck-contact-form-section .wpcf7-form select,
  body.ck-contact-page .ck-contact-form-section .wpcf7-form textarea {
    font-size: 15px;
    line-height: 1.55;
  }

  body.ck-contact-page .ck-contact-form-section .wpcf7-form .ck-form-actions {
    display: block;
  }

  body.ck-contact-page .ck-contact-form-section .wpcf7 input.wpcf7-submit {
    width: 100% !important;
    min-width: 0;
  }

  body.ck-contact-page .ck-contact-form-section .wpcf7-spinner {
    margin-top: var(--space-2, 12px);
  }
}

/* =========================================================
   Contact page: reduced motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  body.ck-contact-page .ck-contact-button-primary .elementor-button,
  body.ck-contact-page .ck-contact-button-secondary .elementor-button,
  body.ck-contact-page .ck-contact-button-ghost .elementor-button,
  body.ck-contact-page .ck-contact-button-service .elementor-button,
  body.ck-contact-page .ck-contact-form-section .wpcf7 input.wpcf7-submit {
    transition: none;
  }

  body.ck-contact-page .ck-contact-button-primary .elementor-button:hover,
  body.ck-contact-page .ck-contact-button-secondary .elementor-button:hover,
  body.ck-contact-page .ck-contact-button-ghost .elementor-button:hover,
  body.ck-contact-page .ck-contact-button-service .elementor-button:hover,
  body.ck-contact-page
    .ck-contact-form-section
    .wpcf7
    input.wpcf7-submit:hover {
    transform: none;
  }
}
