.elementor-2200 .elementor-element.elementor-element-e5c3fab{--display:flex;}#elementor-popup-modal-2200{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2200 .dialog-message{width:1200px;height:100vh;align-items:center;}#elementor-popup-modal-2200 .dialog-close-button{display:flex;}#elementor-popup-modal-2200 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-3cce355 */.gf_progressbar_title {
    font-family: DM Sans, sans-serif !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center !important;
}

.elementor-2200 .elementor-element.elementor-element-3cce355 legend {
    font-family: Libre Baskerville;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: -1px;
    vertical-align: middle;
    color: #296569;
}



/* === Gravity Forms Card Style Radio Buttons === */

.gform_wrapper .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gform_wrapper .gfield_radio li {
    list-style: none;
    margin: 0;
    position: relative;
}

/* Hide default radio */
.gform_wrapper .gfield_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Card styling */
.gform_wrapper .gfield_radio label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    border: 2px solid #dcdcdc;
    border-radius: 8px;
    cursor: pointer;
    font-family: DM Sans, sans-serif !important;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.2s ease;
    background: #fff;
}

/* Hover effect */
.gform_wrapper .gfield_radio label:hover {
    border-color: #1b6f6a;
}

/* Selected state */
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
    border-color: #1b6f6a;
    background: #f3fbfa;
}

/* Check icon */
.gform_wrapper .gfield_radio input[type="radio"]:checked + label::after {
    content: "✓";
    font-size: 14px;
    color: #fff;
    background: #1b6f6a;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gform-page-footer {
    justify-content: center !important;
}

.gform-page-footer .gform_next_button {
    background: #BE7132 !important;
    color: #fff !important;
    font-family: DM Sans, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    border-color: #BE7132 !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
}

.gform-page-footer input[type="image"] {
    padding: 0 !important;
    border: none !important;
    width: 50px !important;
}

.gform-theme--framework .gfield--type-choice .gchoice {
    display: block !important;
    width: 50%;
}

@media (max-width: 768px ) {
    .gform-theme--framework .gfield--type-choice .gchoice {
    width: 50%;
}
}/* End custom CSS */