.elementor-20973 .elementor-element.elementor-element-4bde307{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-20973 .elementor-element.elementor-element-9f5ea5a{text-align:center;}.elementor-20973 .elementor-element.elementor-element-9f5ea5a .elementor-heading-title{font-family:"Kadwa", Sans-serif;font-size:36px;font-weight:700;line-height:1.21875em;letter-spacing:-0.0078125em;color:var( --e-global-color-text );}@media(min-width:768px){.elementor-20973 .elementor-element.elementor-element-4bde307{--content-width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-a8f2a36 */#gform_submit_button_3{
  background-color: #1c4666;
  font-weight: bold;
  font-size: 16px;
  width: 100%
}

#gform_3 {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.gfield_label.gform-field-label {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
}

.gsurvey-rating-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.gsurvey-rating {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; 
}

.gsurvey-rating input[type="radio"] {
    margin: 0 10px;
}

.gsurvey-rating label {
    display: flex;
    align-items: center; 
}

#input_3_3 {
    text-align: center; /* Centers the input text */
}

/* Centers the placeholder text */
#input_3_3::placeholder {
    text-align: center;
}

/* Ensure text input field background and border remain unchanged */
.ginput_container_text input,
.ginput_container_text input:focus,
.ginput_container_text input:active {
    background-color: white !important; /* Keeps background white */
    border: 1px solid !important; /* Keeps border visible */
    outline: none !important; /* Removes default outline */
    box-shadow: none !important; /* Prevents shadow effects */
}

/* Prevent autofill styling in Chrome */
.ginput_container_text input:-webkit-autofill,
.ginput_container_text input:-webkit-autofill:focus {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}/* End custom CSS */