.elementor-22685 .elementor-element.elementor-element-24d44cc{--display:flex;}.elementor-22685 .elementor-element.elementor-element-75b04ff{--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;}@media(min-width:768px){.elementor-22685 .elementor-element.elementor-element-24d44cc{--content-width:1121px;}}/* Start custom CSS for shortcode, class: .elementor-element-adcfc1d *//*progress bar */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #f6bb06 !important;
    
}



/*border for address search */
.autocomplete-wrapper {
  border: 1px solid #000 !important;
  border-radius: 4px;
  padding: 6px;
}


/* Make Gravity Forms radio labels 28px and bold */
#gform_wrapper_9 .gchoice label {
    font-size: 28px;
    font-weight: bold;
}

#gform_wrapper_9 .gfield--type-choice .gchoice
{border: 0px !important;}

/* Center the radio choices in one row */
#gform_wrapper_9 .gfield_radio {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* allows wrapping on small screens */
    gap: 10px !important; /* space between buttons */
    margin-top: 0px;
}

/* Hide the default radio buttons */
#gform_wrapper_9 .gchoice input[type="radio"] {
    position: absolute;
    opacity: 0;
  
}

/* Style the labels as buttons */
#gform_wrapper_9 .gchoice label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px; /* button width */
    height: 60px; /* button height */
    border: 2px solid #000;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
    color: black;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
   
}

/* Hover effect */
#gform_wrapper_9 .gchoice label:hover {
    background-color: #024d28; /* hover blue */
    color: #fff;
}

/* Selected (checked) state */
#gform_wrapper_9 .gchoice input[type="radio"]:checked + label {
    background-color: #024d28; /* selected blue */
    color: #fff;
    border-color: #024d28;
}


/* Description Style */
.description {
    text-align: center;
    font-weight: bold;
}


  /* qualify form */
.sub-title {
	text-align:center;
	font-weight: bold;
	font-size: 40px;
}

.gform_required_legend {
	display:none;
}


.gform_next_button,#gform_submit_button_9{
    width: 100% !important;
    padding:18px !important;
    font-size:18px !important;
    background-color: #024d28 !important;
    color:#fff !important;
     margin: 20px 0px !important;
     border: 0px;
}

.gform_page_footer .gform_previous_button {
  display: none !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    display: flex !important;
    flex-direction: row !Important;
    justify-content: center !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio{
    gap:30px !Important;
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    
    padding: 20px !important;
    border: 1px solid !important;
    border-radius: 10px !important;
}

.ginput_container_date input{
     width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}



/* Form 12 only, with !important */

#gform_page_9_6 .ginput_complex .input-container
 {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

    



/* Hide zipcode label*/

#field_9_1 > label {display: none; }

/* Mobile only */
@media (max-width: 767px) 
    
    {
    .sub-title {
        font-size: 32px !important;
    }
        
        
    }/* End custom CSS */