.elementor-3118 .elementor-element.elementor-element-eac6f82{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--justify-items:end;}.elementor-3118 .elementor-element.elementor-element-891d489{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-3118 .elementor-element.elementor-element-eac6f82{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-3118 .elementor-element.elementor-element-eac6f82{--content-width:1600px;}}@media(max-width:767px){.elementor-3118 .elementor-element.elementor-element-eac6f82{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-891d489 */._df_thumb{
    width:470px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3e41bdc *//* ===== Contact Form 7 - Get Started (matches your screenshot) ===== */
.wpcf7 .cf7-get-started {
  max-width: 820px;
  margin: 0 auto;
  font-family: inherit;
}

/* Section headings */
.wpcf7 .cf7-get-started h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 700;
}

/* Labels */
.wpcf7 .cf7-get-started label {
  display: block;
  margin: 10px 0 16px;
  font-weight: 600;
}

/* Two-column rows */
.wpcf7 .cf7-get-started .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .wpcf7 .cf7-get-started .grid-2 { grid-template-columns: 1fr; }
}

/* --- Base control styles (text, email, tel, number, date) --- */
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-text,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-email,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-tel,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-number,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-date,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-select,
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 14px 14px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* Textarea height */
.wpcf7 .cf7-get-started .wpcf7-textarea { min-height: 120px; }

/* Placeholder */
.wpcf7 .cf7-get-started ::placeholder { color: #9aa3ab; }

/* Focus state */
.wpcf7 .cf7-get-started .wpcf7-form-control:focus {
  border-color: #2e5b3f;
  box-shadow: 0 0 0 3px rgba(46, 91, 63, 0.12);
}

/* Required fields emphasis */
.wpcf7 .cf7-get-started .wpcf7-validates-as-required {
  background-color: #ffffff;
}
.wpcf7 .cf7-get-started .wpcf7-form-control.wpcf7-not-valid {
  border-color: #d93025;
  box-shadow: 0 0 0 3px rgba(217,48,37,.12);
}

/* Select dropdown caret alignment fix (keeps native look) */
.wpcf7 .cf7-get-started select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%),
                    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px),
                       calc(100% - 13px) calc(50% + 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

/* Small helper text */
.wpcf7 .cf7-get-started small {
  display: block;
  margin: -6px 0 12px;
  color: #69707a;
}

/* Submit button */
.wpcf7 .cf7-get-started .wpcf7-submit {
  display: inline-block;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #2e5b3f;            /* green like screenshot */
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: transform .05s ease, background .2s ease;
}
.wpcf7 .cf7-get-started .wpcf7-submit:hover { background: #274d35; }
.wpcf7 .cf7-get-started .wpcf7-submit:active { transform: translateY(1px); }

/* Spinner next to submit */
.wpcf7 .cf7-get-started .wpcf7-spinner { margin-left: 8px; }

/* Validation messages under fields */
.wpcf7 .cf7-get-started .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
}

/* Response output (success/error box) */
.wpcf7 .cf7-get-started .wpcf7-response-output {
  margin: 18px 0 0;
  border-radius: 10px;
  padding: 12px 14px;
  border-width: 1px;
}
.wpcf7 .cf7-get-started .wpcf7-mail-sent-ok { border-color: #2e5b3f; }
.wpcf7 .cf7-get-started .wpcf7-validation-errors,
.wpcf7 .cf7-get-started .wpcf7-acceptance-missing { border-color: #d93025; }/* End custom CSS */