.elementor-19571 .elementor-element.elementor-element-a5dc3ad{--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-19571 .elementor-element.elementor-element-81fbe63{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-19571{background-color:#00000099;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19571 .dialog-message{width:520px;height:auto;}#elementor-popup-modal-19571 .dialog-close-button{display:flex;font-size:32px;}#elementor-popup-modal-19571 .dialog-widget-content{border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-19571 .dialog-close-button i{color:var( --e-global-color-7e10ffe );}#elementor-popup-modal-19571 .dialog-close-button svg{fill:var( --e-global-color-7e10ffe );}/* Start custom CSS for ws-form, class: .elementor-element-bfb0fdb *//* 🔶 Top Orange Header */
#ws-form-1 {
    background: #f5f6f8;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Step Bar Container */
#ws-form-1 .wsf-group-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E26F34;
    padding: 20px 50px;
    position: relative;
}

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

/* Each Step */
#ws-form-1 .wsf-group-tab {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}

/* Hide default link style */
#ws-form-1 .wsf-group-tab a {
    text-decoration: none;
}

/* Number Circle */
#ws-form-1 .wsf-group-tab a span::before {
    content: attr(data-step);
}

/* Manually add numbers */
#ws-form-1 .wsf-group-tab:nth-child(1) a span::before { content: "1"; 
background: #E26F34 ;
    
}
#ws-form-1 .wsf-group-tab:nth-child(2) a span::before { content: "2";
background: #E26F34 ;}
#ws-form-1 .wsf-group-tab:nth-child(3) a span::before { content: "3"; 
    background: #E26F34 ;
}
/* ❌ Remove WS Form default active tab box */
#ws-form-1 .wsf-group-tabs > li.wsf-tab-active > a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
#ws-form-1 .wsf-group-tab a span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 8px;
}

/* Circle Design */
#ws-form-1 .wsf-group-tab a span::before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 10%;
    margin: 0 auto 8px;
    color: #fff;
    background: transparent;
    font-weight: 600;
}

/* Active Step */
#ws-form-1 .wsf-tab-active a span::before {
    background: #fff !important;
    color: #ff6a00;
}

/* 🔽 Form Body */
#ws-form-1 .wsf-group {
    padding: 40px;
}

/* Inputs */
#ws-form-1 .wsf-field {
    background: #eef1f5;
    border: none;
    border-radius: 10px;
    padding: 14px 16px;
}

/* Labels */
#ws-form-1 .wsf-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7280;
}

/* Buttons */
#ws-form-1 .wsf-button {
    background: #4BB5C3;
    border-radius: 10px;
    padding: 14px;
    font-weight: 600;
    transition: 0.3s;
    color:#fff;
}

#ws-form-1 .wsf-button:hover {
    background: #33aaba;
}

/* 🔶 Header Styling */
#ws-form-1 h2 {
    background: #E26F34;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    margin: 0;
    font-size: 40px;
    font-weight:700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Remove gap between heading and steps */
#ws-form-1 .wsf-group-tabs {
    margin-top: 0;
}/* End custom CSS */