body {
    -webkit-font-smoothing: antialiased;
}

/* cataract guide */



section.split-banner {
    margin-top: 120px;
    background-position: -100px -340px;

    &[data-builder-index="1"] {
        /* margin-top: 30px; */
    }
}

.containera {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
}

.form-section {
    padding-right: 40px;
    padding-left: 50px;
    padding-top: 150px;

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        border-radius: 10px !important;
    }

    input[type="checkbox"] {
        border-radius: 3px !important;
    }

    .gform-theme--foundation .gform_fields {
        row-gap: 30px;
    }

    .gform_wrapper .top_label .gfield_label {
        font-weight: bold;
        margin-bottom: 11px;
    }

    .ginput_container {
        margin-top: 10px;
    }

    input[id^="gform_submit_button_"] {
        font-family: Lato;
        font-size: 20px !important;
        font-weight: 800;
        line-height: 28.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;

    }

}

.form-section-content {
    max-width: 700px;
    margin: 0 auto;
}







.info-section {
    background-color: white;
    border-radius: 10px;
}



.info-section-quote-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.info-section-quote-image img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
}




.info-section-quote-content svg {
    position: absolute;
    top: -40px;
}

.info-section-quote-content {
    position: relative;
    margin-top: 30px;
    padding: 20px;
}


.info-section-quote-text p {
    font-family: Lato;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #002B30;
}

.info-section-quote-name {
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
}






h2.form-section-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: Alike;
    font-size: 83px !important;
    font-weight: 400;
    line-height: 1.1 !important;
    text-align: left;
    text-wrap: balance;

}

.subtitle {
    color: #A48B61;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Alike;
    font-size: 36px;
    font-weight: 400;
    line-height: 90px;
    text-align: left;

}

.description {
    color: #333;
    margin-bottom: 30px;
}



label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}



.consent-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.consent-checkbox input {
    margin-top: 4px;
}

input[type="submit"] {
    background-color: #997950;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.info-section-quote {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.info-section-quote-name {
    text-align: right;
    color: #006666;
    margin-top: 10px;
}




.benefits-list {
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    align-items: flex-start;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: black;

    svg {
        width: 30px;
        height: 30px;
        margin-top: 4px;
        flex-shrink: 0;
    }
}



.cataract-benefits-image img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

@media (max-width: 1400px) {
    h2.form-section-title {
        font-size: 60px !important;
        /* text-wrap: balance; */
    }

    p.subtitle {
        font-size: 29px;
    }

    .info-section-quote-image img {
        max-width: 180px;
        max-height: 180px;
    }

    .info-section-quote-text p {
        font-size: 20px;
    }

    .info-section-quote-content svg {
        max-width: 79px;
        top: -30px;
    }

    .info-section-quote-name {
        font-size: 1rem;
    }

    .benefit-item {
        font-size: 19px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .benefit-item svg {
        width: 20px;
    }
}

@media (max-width: 1100px) {
    section.split-banner {
        margin-top: 30px;
    }

    .containera {
        grid-template-columns: 1fr;
    }

    .form-section {
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        ;
    }

    .info-section {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    section.split-banner {
        margin-top: 0px;
    }
    .form-section {
        padding-top: 40px;
    }

    p.subtitle {
        font-size: 22px;
        line-height: 1.2;
        margin-top: 30px;
    }

    h2.form-section-title {
        font-size: 40px !important;
    }

}