/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor to handle Real Estate Agent routing.
 Author:       Netgain SEO
 Template:     hello-elementor
 Version:      1.0.0
*/

#questionnaire h2 {
    font-size: 28px;
    font-weight: 700;
    color: #004D99;
    font-family: "Montserrat";
    line-height: 1;
    margin: 0;
}

#questionnaire .elementor-field-type-html:has(h2) {
    margin-bottom: 15px;
}

#questionnaire .elementor-field-type-html:has(h2):not(:first-of-type) {
    margin: 40px 0 15px;
}

#questionnaire .elementor-field-group .elementor-field-textual,
#questionnaire .elementor-field-group .elementor-field-textual::placeholder {
    color: #4D4D4D;
    opacity: 1;
}

#questionnaire .e-form__buttons .elementor-button {
    background-color: #DC1D2D;
    color: #FFF;
    font-weight: 800;
    border-radius: 25px;
    font-size: 16px;
    padding: 15px 30px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    text-transform: uppercase;
}

#questionnaire .e-form__buttons .elementor-button:hover,
#questionnaire .e-form__buttons .elementor-button:focus {
    background-color: #000;
    color: #FFF;
    transition: all .3s;
}

#questionnaire .captcha-note {
    display: flex;
    align-items: center;
    height: 100%;
}

#questionnaire .captcha-note p {
    margin: 0;
}

#questionnaire .elementor-field-group-agent_select {
    margin: 0 0 20px;
}