.elementor-5155 .elementor-element.elementor-element-2d70d2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5155 .elementor-element.elementor-element-2d70d2f:not(.elementor-motion-effects-element-type-background), .elementor-5155 .elementor-element.elementor-element-2d70d2f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://proj-thc.verdantdevcore.com/wp-content/uploads/2026/05/Frame-127.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5155 .elementor-element.elementor-element-5ee9b7a{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5155 .elementor-element.elementor-element-734c79b .elementor-heading-title{font-weight:500;}.elementor-5155 .elementor-element.elementor-element-e4c797b{width:var( --container-widget-width, 25rem );max-width:25rem;--container-widget-width:25rem;--container-widget-flex-grow:0;text-align:center;}.elementor-5155 .elementor-element.elementor-element-e4c797b p{margin-block-end:0px;}.elementor-5155 .elementor-element.elementor-element-dfa7f37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5155 .elementor-element.elementor-element-dfa7f37:not(.elementor-motion-effects-element-type-background), .elementor-5155 .elementor-element.elementor-element-dfa7f37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F1F1;}.elementor-5155 .elementor-element.elementor-element-14d08bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-d586709 */.thc-cf7 {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

/* Rows */
.thc-cf7 .thc-cf7-row {
  margin-bottom: 1.5rem;
}

.thc-cf7 .thc-cf7-row--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .thc-cf7 .thc-cf7-row--2col {
    grid-template-columns: 1fr;
  }
}

/* Field wrapper */
.thc-cf7 .thc-cf7-field {
  display: flex;
  flex-direction: column;
}

/* Labels */
.thc-cf7 .thc-cf7-field label {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: var(--thc-fw-medium, 500);
  color: var(--thc-color-heading, #1A1A1A);
  margin-bottom: 0rem;
}

/* Inputs and textarea — shared base */
.thc-cf7 .thc-cf7-field input[type="text"],
.thc-cf7 .thc-cf7-field input[type="email"],
.thc-cf7 .thc-cf7-field input[type="tel"],
.thc-cf7 .thc-cf7-field textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  background-color: var(--thc-color-bg-white, #FFFFFF);
  font-family: inherit;
  font-size: 1rem;
  color: var(--thc-color-body, #1A1A1A);
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

/* Textarea sizing */
.thc-cf7 .thc-cf7-field textarea {
  min-height: 12rem;
  resize: vertical;
}

/* Placeholder colour */
.thc-cf7 .thc-cf7-field input::placeholder,
.thc-cf7 .thc-cf7-field textarea::placeholder {
  color: var(--thc-color-muted, #B8B0AE);
  opacity: 1;
}

/* Focus state */
.thc-cf7 .thc-cf7-field input:focus,
.thc-cf7 .thc-cf7-field textarea:focus {
  outline: none;
  border-color: var(--thc-color-primary, #B0444B);
  box-shadow: 0 0 0 3px rgba(176, 68, 75, 0.15);
}

/* CF7 wraps each input in a span — strip its layout */
.thc-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Submit button — burgundy pill */
.thc-cf7 .thc-cf7-submit {
  margin-top: 2rem;
}

.thc-cf7 .thc-cf7-submit .wpcf7-submit {
  display: inline-block;
  padding: 1rem 3rem;
  border: none;
  border-radius: 999px;
  background-color: var(--thc-color-primary, #B0444B);
  color: var(--thc-color-bg-white, #FFFFFF);
  font-family: inherit;
  font-size: 1rem;
  font-weight: var(--thc-fw-semibold, 600);
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  min-width: 12rem;
}

.thc-cf7 .thc-cf7-submit .wpcf7-submit:hover {
  background-color: #E0BEBE;
}

.thc-cf7 .thc-cf7-submit .wpcf7-submit:active {
  transform: translateY(1px);
}

.thc-cf7 .thc-cf7-submit .wpcf7-submit:focus-visible {
  outline: 2px solid var(--thc-color-primary, #B0444B);
  outline-offset: 3px;
}

/* CF7 spinner — sits next to button while submitting */
.thc-cf7 .wpcf7-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
}

/* CF7 response messages */
.thc-cf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  font-size: 0.9375rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgba(76, 175, 80, 0.08);
  border-color: #4CAF50;
  color: #2E7D32;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background-color: rgba(176, 68, 75, 0.08);
  border-color: var(--thc-color-primary, #B0444B);
  color: var(--thc-color-primary, #B0444B);
}

/* Per-field validation errors */
.thc-cf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--thc-color-primary, #B0444B);
}

.thc-cf7 .wpcf7-not-valid {
  border-color: var(--thc-color-primary, #B0444B) !important;
}/* End custom CSS */