.elementor-115071 .elementor-element.elementor-element-01f5a72{padding:20px 30px 0px 30px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:40px;right:20px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}@media(max-width:1024px){.elementor-115071 .elementor-element.elementor-element-618a7a6 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:10px 0px 10px 0px;}}@media(max-width:767px){.elementor-115071 .elementor-element.elementor-element-01f5a72{padding:0px 30px 0px 30px;}}/* Start custom CSS *//* Gravity Forms */
/* Product Field */
/* Force Quantity field below price field in output */
/* Move the Quantity label onto its own line under the price */
#gform_wrapper_6 .gfield_price .ginput_quantity_label {
    display: block !important;
    clear: both !important;
    margin-top: 6px;
}
/* Adjust spacing between Product fields */
#gform_wrapper_6 .gfield--type-product .gfield_price {
    margin-bottom: 4px !important;
}

#gform_wrapper_6 .gfield--type-product .ginput_quantity_label {
    margin-bottom: 2px !important;
}

#gform_wrapper_6 .ginput_quantity {
    font-size: 0.85em !important;   /* match or slightly smaller than price */
    width: 70px !important;         /* keep it compact */
    padding: 4px 6px !important;    /* optional: cleaner look */
}

/* Target inserted text after Price field */
.gf-price-note {
    font-style: italic;
    font-size: 0.85em;
    margin-left: 0px;
    font-weight: 400;
    display: inline-block;
}
#gform_wrapper_6 .ginput_quantity {
    font-size: 0.85em !important;   /* match or slightly smaller than price */
    width: 70px !important;         /* keep it compact */
    padding: 4px 6px !important;    /* optional: cleaner look */
}
/* Increase ONLY the price value (not label, not per-student) */
/* Increase ONLY the price value */
#gform_wrapper_6 span.gform-field-label.gform-field-label--type-sub-large.ginput_product_price {
    font-size: 1.25em !important;
    font-weight: 600 !important;
}

/* Keep "per student" small */
#gform_wrapper_6 span.gform-field-label.gform-field-label--type-sub-large.ginput_product_price .gf-price-note {
    font-size: 0.75em !important;
    font-weight: normal !important;
    opacity: 0.75;
}
/* Style the NEXT button on Form 6 */
#gform_wrapper_6 .gform_next_button,
#gform_wrapper_6 .gform_previous_button, 
#gform_wrapper_6 .gform_button {
    padding: 14px 28px !important;   /* increase size */
    border-radius: 3px !important;   /* rounded corners */
    font-size: .85em !important;       /* optional: consistent text size */
    font-weight: 600 !important;     /* optional: stronger visual weight */
    text-transform: uppercase;
    background-color: #ED812F !important; /* optional: brand color */
    color: #fff !important;          /* ensure readable text */
    border: none !important;         /* cleaner look */
    cursor: pointer;
}

/* Optional: hover effect */
#gform_wrapper_6 .gform_next_button:hover,
#gform_wrapper_6 .gform_previous_button:hover{
    background-color: #333 !important;
}
/* Progress bar background (the filled portion) */
#gform_wrapper_6 .gf_progressbar .gf_progressbar_percentage {
    background-color: #197CC0 !important;
}

/* Optional: progress bar container background */
#gform_wrapper_6 .gf_progressbar {
    background-color: #f2f2f2 !important; /* light gray, tweak if needed */
}

/* Optional: progress bar text color */
#gform_wrapper_6 .gf_progressbar .gf_progressbar_percentage span {
    color: #ffffff !important; /* white text for contrast */
    font-weight: 600;
}
/* Name field sub‑labels (First, Last) */
#gform_wrapper_6 .ginput_complex .gform-field-label {
    color: #000 !important;
}

/* Address field sub‑labels (Street, City, State, ZIP, Country) */
#gform_wrapper_6 .ginput_complex .ginput_full .gform-field-label,
#gform_wrapper_6 .ginput_complex .ginput_left .gform-field-label,
#gform_wrapper_6 .ginput_complex .ginput_right .gform-field-label {
    color: #000 !important;
}
/* GF PayPal checkout iframe */
/* 1. Make the footer a proper flex container */
body .gform_wrapper .gform_page_footer {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* 2. Force PayPal block to ALWAYS appear first */
#gform_ppcp_smart_payment_buttons_6 {
    order: 0 !important;
    flex-basis: 100% !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

/* 3. Previous button always second */
#gform_previous_button_6 {
    order: 1 !important;
}

/* 4. Submit button always third */
#gform_submit_button_6 {
    order: 2 !important;
}

/* 5. Hide PayPal block when Credit Card is selected (no iframe present) */
#gform_ppcp_smart_payment_buttons_6:empty {
    display: none !important;
}
/* Remove unintended left padding/margin from the PayPal button wrapper */
.gform_ppcp_smart_payment_buttons {
    margin-left: 0 !important;
    padding-left: 0 !important;
}/* End custom CSS */