.elementor-188 .elementor-element.elementor-element-5df45d8{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-188 .elementor-element.elementor-element-10b0aa7{text-align:center;}.elementor-188 .elementor-element.elementor-element-10b0aa7 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:16px;font-weight:400;color:#000000;}.elementor-188 .elementor-element.elementor-element-abf4abd{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-188 .elementor-element.elementor-element-f477bba .wd-accordion-title-text{font-family:"Arial", Sans-serif;font-size:14px;font-weight:400;}.elementor-188 .elementor-element.elementor-element-db7041a .wd-accordion-title-text{font-family:"Arial", Sans-serif;font-size:14px;font-weight:400;}@media(max-width:1024px){.elementor-188 .elementor-element.elementor-element-abf4abd{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-188 .elementor-element.elementor-element-abf4abd{--content-width:995px;}}@media(max-width:767px){.elementor-188 .elementor-element.elementor-element-abf4abd{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c50243 *//* Wrapper */
.cf7-contact-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Title */
.cf7-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 32px;
}

/* Two-column row */
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 540px) {
  .cf7-row { grid-template-columns: 1fr; }
}

/* Fields */
.cf7-field input,
.cf7-field textarea {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  color: #1a1a1a;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.15s;
  -webkit-appearance: none;
}
.cf7-field input::placeholder,
.cf7-field textarea::placeholder {
  color: #999;
}
.cf7-field input:focus,
.cf7-field textarea:focus {
  border-color: #888;
}
.cf7-field textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.5;
}

/* CF7 wraps inputs in a span — make it block */
.cf7-field span.wpcf7-form-control-wrap {
  display: block;
}

/* Message field spacing */
.cf7-message {
  margin-bottom: 16px;
}

/* Submit button */
.cf7-contact-wrap input.wpcf7-submit {
  background: #1a1a1a;
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 32px;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.15s;
  -webkit-appearance: none;
}
.cf7-contact-wrap input.wpcf7-submit:hover {
  background: #333;
}

/* Validation error styling */
.cf7-contact-wrap span.wpcf7-not-valid-tip {
  font-size: 11px;
  color: #c0392b;
  margin-top: 4px;
  display: block;
}
.cf7-contact-wrap .wpcf7-not-valid {
  border-color: #c0392b !important;
}

/* Success / error response message */
.cf7-contact-wrap .wpcf7-response-output {
  margin-top: 14px;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 2px;
  border: 1px solid #a8d5b5;
  background: #f0faf4;
  color: #2d6a4f;
}
.cf7-contact-wrap .wpcf7-response-output.wpcf7-validation-errors,
.cf7-contact-wrap .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #fdf3f2;
  border-color: #e8a09a;
  color: #922b21;
}/* End custom CSS */