.elementor-12938 .elementor-element.elementor-element-1ae64e6:not(.elementor-motion-effects-element-type-background), .elementor-12938 .elementor-element.elementor-element-1ae64e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b758981 );}.elementor-12938 .elementor-element.elementor-element-1ae64e6 > .elementor-container{max-width:1000px;}.elementor-12938 .elementor-element.elementor-element-1ae64e6 > .elementor-background-overlay{opacity:0.6;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12938 .elementor-element.elementor-element-1ae64e6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-30px;margin-bottom:0px;padding:40px 0px 40px 0px;}.elementor-12938 .elementor-element.elementor-element-b0e6e7c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-12938 .elementor-element.elementor-element-9d5bc5b{text-align:center;}.elementor-12938 .elementor-element.elementor-element-818e970 > .elementor-container{max-width:1000px;}.elementor-12938 .elementor-element.elementor-element-818e970{margin-top:5px;margin-bottom:-110px;padding:0px 0px 0px 0px;}.elementor-12938 .elementor-element.elementor-element-51da380 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-12938 .elementor-element.elementor-element-6a46193{width:100%;}}@media(max-width:1024px){.elementor-12938 .elementor-element.elementor-element-1ae64e6{margin-top:-131px;margin-bottom:0px;}.elementor-12938 .elementor-element.elementor-element-818e970{padding:40px 0px 40px 0px;}}@media(max-width:767px){.elementor-12938 .elementor-element.elementor-element-1ae64e6{padding:40px 0px 40px 0px;}.elementor-12938 .elementor-element.elementor-element-818e970{padding:20px 0px 20px 0px;}}/* Start custom CSS for html, class: .elementor-element-51da380 *//* Set font-weight to normal for all texts */
input,
select,
textarea,
.form-textbox,
.form-textarea,
.form-dropdown,
.form-submit-button {
  font-weight: normal !important;
}

/* Set back ground to white to - this solves the page head/menu bar being changed grey */
body,
html,
.supernova,
.supernova body,
.form-all,
#stage,
ul.form-section.page-section {
    background-color: #ffffff !important;
}


/* Format the setting for the form */
.form-line {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

/* format the field label */
.form-label {
    margin-bottom: 0px !important;
  }

/* format whole form secton */  
ul.form-section.page-section li {
    margin-top: 0px !important;
    margin-bottom: -18px !important;
  }

/* format the line spaces above and below the submission button */
#id_8 {
    margin-top: 48px !important; /* Increases space above the submission button */
    margin-bottom: 40px !important; /* Increase or decrease as needed */
    }
 
/* Format the submission button  */  
#input_8 {
    height: 50px !important; 
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1.35 !important;
    letter-spacing: 0px !important;
    padding: 0px 15px !important; 
    font-family: 'Ubuntu', sans-serif
    } 
  
/* Format the height of the submission button for mobile display */
@media (max-width: 768px) {
    #input_8 {
        height: 80px !important; /* New height for mobile */
        }
    }
  
/* Format the "name" field */
#id_3 {
    margin-top: 20px !important; /* Adjust the line spacing above "Firstname" */
  }

/* Format the title */  
#header_1 {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 26px !important;
    text-transform: none 
  }

/* Disable error message when required fields are empty or incorrect */
.form-error-message {
  display: none !important;
}

/* Disable the grey highhtlight on selected/focused field */
.form-line-active {
    background-color: transparent !important;
    box-shadow: none !important;
    }/* End custom CSS */