.elementor-377 .elementor-element.elementor-element-cb7b08e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:-10px;--margin-right:0px;}.elementor-377 .elementor-element.elementor-element-e4bef92{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-377 .elementor-element.elementor-element-aa67c47{--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-377 .elementor-element.elementor-element-aa67c47.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-377 .elementor-element.elementor-element-2d34414{--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-377 .elementor-element.elementor-element-e0f36ab{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-377 .elementor-element.elementor-element-0221186{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-377 .elementor-element.elementor-element-aa67c47{--width:63.694%;}.elementor-377 .elementor-element.elementor-element-2d34414{--width:50%;}}@media(max-width:767px){.elementor-377 .elementor-element.elementor-element-cb7b08e{--margin-top:0px;--margin-bottom:0px;--margin-left:-10px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-e0f36ab *//* ── CF7 Theme Wrapper ── */
.wpcf7 *,
.wpcf7 *::before,
.wpcf7 *::after {
  box-sizing: border-box;
}
.wpcf7 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
/* ── Labels ── */
.wpcf7 .wpcf7-form p label,
.wpcf7 label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  color: 
#3d8c0a !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
/* ── Inputs & Textarea ── */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  width: 100% !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: 
#111827 !important;
  background: 
#ffffff !important;
  border: 1.5px solid 
#e8eedf !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.25s, box-shadow 0.25s !important;
  resize: none !important;
  margin-top: 2px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
  border-color: 
#3d8c0a !important;
  box-shadow: 0 0 0 4px rgba(61,140,10,0.10) !important;
  outline: none !important;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: 
#b5c4a0 !important;
  font-weight: 400 !important;
}
.wpcf7 textarea {
  min-height: 160px !important;
}
/* ── Submit Button ── */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  background: linear-gradient(135deg, 
#3d8c0a, 
#5aac1e) !important;
  color: 
#ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 36px !important;
  border-radius: 12px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 24px rgba(61,140,10,0.28) !important;
  transition: transform 0.25s ease, box-shadow 0.25s, filter 0.2s !important;
  letter-spacing: 0.3px !important;
  margin-top: 8px !important;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 32px rgba(61,140,10,0.38) !important;
  filter: brightness(1.08) !important;
}
/* ── Validation error on fields ── */
.wpcf7 .wpcf7-not-valid {
  border-color: 
#e53e3e !important;
  box-shadow: 0 0 0 4px rgba(229,62,62,0.08) !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: 
#e53e3e !important;
  font-weight: 600 !important;
  margin-top: 5px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
/* ── Success / Error response message ── */
.wpcf7 .wpcf7-response-output {
  margin-top: 16px !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  border: 1.5px solid 
#c3e89a !important;
  background: 
#eef7e1 !important;
  color: 
#3d8c0a !important;
}
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors {
  border-color: 
#fed7d7 !important;
  background: 
#fff5f5 !important;
  color: 
#e53e3e !important;
}
/* ── Spinner ── */
.wpcf7 .wpcf7-spinner {
  background-color: 
#3d8c0a !important;
}/* End custom CSS */