.elementor-243 .elementor-element.elementor-element-82bc797{--display:flex;--min-height:80vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--border-radius:40px 40px 40px 40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:110px;--padding-right:110px;}.elementor-243 .elementor-element.elementor-element-82bc797:not(.elementor-motion-effects-element-type-background), .elementor-243 .elementor-element.elementor-element-82bc797 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-170b899 );}.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-243 .elementor-element.elementor-element-014f3a0{text-align:center;}.elementor-243 .elementor-element.elementor-element-014f3a0 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:47px;font-weight:600;line-height:1.3em;color:#FFFFFF;}#elementor-popup-modal-243 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-170b899 );border-radius:40px 40px 40px 40px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-243{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-243 .dialog-message{width:90vw;height:90vh;align-items:center;}#elementor-popup-modal-243 .dialog-close-button{display:flex;}#elementor-popup-modal-243 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-243 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){.elementor-243 .elementor-element.elementor-element-82bc797{--padding-top:0px;--padding-bottom:0px;--padding-left:60px;--padding-right:60px;}.elementor-243 .elementor-element.elementor-element-014f3a0 .elementor-heading-title{font-size:37px;}}@media(max-width:767px){.elementor-243 .elementor-element.elementor-element-82bc797{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-a3838f4 */.form-wrapper {
  background-color: #0072bb;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
}

.form-row {
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Label styling */
label {
  font-weight: 600;
  color: white;
  margin-bottom: 5px;
}

.required {
  color: red;
  margin-left: 2px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
.time-field {
  background: white;
  border: none;
  border-radius: 10px;
  height: 30px; 
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

textarea {
  min-height: 100px;
  font-size: 14px;
  border-radius: 10px;
  color: #333;
}

input[type="submit"] {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: white;
  color: #003366;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

input[type="submit"]:hover {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .two-columns {
    flex-direction: column;
  }
}/* End custom CSS */