.elementor-390 .elementor-element.elementor-element-60ec2d4{--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-390 .elementor-element.elementor-element-60ec2d4:not(.elementor-motion-effects-element-type-background), .elementor-390 .elementor-element.elementor-element-60ec2d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBFFF9;}/* Start custom CSS for html, class: .elementor-element-5638b00 */.help-form {
  max-width: 500px;
  margin: auto;
  background: #FBFFF9;
  padding: 30px;
  border-radius: 12px;
  color: #000061;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.help-form h2 {
  text-align: center;
  margin-bottom: 10px;
}

.form-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.help-form input,
.help-form select,
.help-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.help-form textarea {
  resize: none;
  height: 100px;
}

.help-form button {
  width: 100%;
  padding: 14px;
  background: #25D366;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
}

.help-form button:hover {
  background: #1ebe5d;
}/* End custom CSS */