.elementor-1748 .elementor-element.elementor-element-dccad5e{--display:flex;--min-height:0px;--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-1748 .elementor-element.elementor-element-dccad5e.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-1748 .elementor-element.elementor-element-dccad5e{--width:917px;}}/* Start custom CSS for html, class: .elementor-element-324c0a6 */.wpcf7 {
  margin-top: 20px;
}

/* INPUTS */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #f9fbfa;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* FOCUS EFFECT */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #1f7a5c;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(31,122,92,0.15);
  outline: none;
}

/* LABELS */
.wpcf7 label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  color: #0b3d2e;
}

/* SECTION HEADINGS */
.wpcf7 h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #0b3d2e;
}

/* RADIO BUTTONS */
.wpcf7 .wpcf7-radio {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

.wpcf7 .wpcf7-radio input {
  width: auto;
  margin-right: 5px;
}

/* BUTTON */
.wpcf7-submit {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  background: linear-gradient(90deg,#1f7a5c,#f2c94c);
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.wpcf7-submit:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(31,122,92,0.3);
}

/* ERROR MESSAGES */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e63946;
}

/* SUCCESS MESSAGE */
.wpcf7-response-output {
  border-radius: 12px;
  padding: 12px;
  margin-top: 15px;
  font-size: 14px;
}

/* LOADING SPINNER ALIGN */
.wpcf7-spinner {
  display: block;
  margin: 10px auto;
}/* End custom CSS */