.elementor-20184 .elementor-element.elementor-element-c711d64{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20184 .elementor-element.elementor-element-8be04cf{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-20184{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-20184 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-20184 .dialog-close-button{display:flex;}#elementor-popup-modal-20184 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for ws-form, class: .elementor-element-a977991 *//* 🔶 KEEPING YOUR TABS CODE */
.get-finance #ws-form-2 .wsf-group-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E26F34;
    padding: 25px 40px 35px;
    position: relative;
}

.get-finance #ws-form-2 .wsf-group-tabs::before {
    content: '';
    position: absolute;
    top: 62px;
    left: 20%;
    right: 8%;
    height: 2px;
    width: 60%;
    background: rgba(255,255,255,0.6);
    z-index: 0;
}

.get-finance #ws-form-2 .wsf-group-tab {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.get-finance #ws-form-2 .wsf-group-tab a {
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.get-finance #ws-form-2 .wsf-group-tab span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.get-finance #ws-form-2 .wsf-group-tab span::before {
    content: attr(data-step);
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.get-finance #ws-form-2 .wsf-group-tab:nth-child(1) span::before { content: "1"; }
.get-finance #ws-form-2 .wsf-group-tab:nth-child(2) span::before { content: "2"; }
.get-finance #ws-form-2 .wsf-group-tab:nth-child(3) span::before { content: "3"; }
.get-finance #ws-form-2 .wsf-group-tab:nth-child(4) span::before { content: "4"; }

.get-finance #ws-form-2 .wsf-tab-active span::before {
    background: #fff;
    color: #E26F34;
}

/* 🔶 KEEPING YOUR RADIO/CARD CODE */
.get-finance [role="radiogroup"] {
    display: flex !important;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.get-finance input[type="radio"] {
    display: none !important;
}

.get-finance #wsf-2-label-20-row-1, 
.get-finance #wsf-2-label-20-row-2, 
.get-finance #wsf-2-label-20-row-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    padding: 20px;
    border-radius: 10px;
    background: #f3f3f3;
    cursor: pointer;
    border: 2px solid transparent;
    font-size: 18px;
}

.get-finance input[type="radio"]:checked + label {
    background: #ffffff;
    border-color: #e46c2f !important;
    color: #e46c2f;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* ➕ ADDING THE "NEXT" BUTTON STYLES (To match image) */
.get-finance .wsf-field-wrapper.wsf-bottom {
    margin: 0 !important;
    padding: 0 !important;
}

.get-finance .wsf-button {
    background-color: #EEEEEE !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100% !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
}

.get-finance .wsf-button:hover {
    background-color: #E0E0E0 !important;
}

/* ➕ CLEANING UP THE HEADING & SECTION */
.get-finance .wsf-label {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    padding-left: 10px;
}

.get-finance .wsf-group {
    background: white;
}

.get-finance .wsf-grid.wsf-sections {
    padding: 0 !important;
}/* End custom CSS */