.elementor-1247 .elementor-element.elementor-element-4682368{--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:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-1247 .elementor-element.elementor-element-4682368:not(.elementor-motion-effects-element-type-background), .elementor-1247 .elementor-element.elementor-element-4682368 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.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-1247 .elementor-element.elementor-element-1c4c615 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:600;color:var( --e-global-color-daf29d1 );}.elementor-1247 .elementor-element.elementor-element-45c5a1b{margin:-33px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-1247{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1247 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1247 .dialog-close-button{display:flex;}#elementor-popup-modal-1247 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1247 .elementor-element.elementor-element-4682368{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-1247 .elementor-element.elementor-element-1c4c615 .elementor-heading-title{font-size:26px;}}/* Start custom CSS for html, class: .elementor-element-90227a2 */.form-group {
  margin-bottom: 15px;
}

.form-control.input-lg {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  box-sizing: border-box;
}

.btn-primary {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #86BD46;
  border: 0;
  color: black;
  outline: none; /* remove default focus outline */
  transition: background 0.3s, color 0.3s;
}

/* Hover state */
.btn-primary:hover {
  background: #033D5D;
  color: white;
  border: 0;
}

/* Active / Focus state */
.btn-primary:active,
.btn-primary:focus {
  background: #033D5D; /* same as hover or any color you want */
  color: white;
  border: 0;
  outline: none; /* remove default focus outline */
}/* End custom CSS */