.step-circle{background-color:var(--light-bg);z-index:3;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:.7rem;transition:background-color .3s,border-color .3s;display:flex;position:relative}.icon-check{color:#fff;width:18px;height:18px}.stepLabel{color:gray;transition:color .3s,font-weight .3s}.stepLabel.active{color:var(--text-color);font-weight:500}.progressBar{background:var(--border-color);height:1.5px}.progressFill{background-color:var(--primary-color);z-index:2;height:1.5px}.progressFillMobile{background-color:var(--primary-color);z-index:1;width:1.5px}@media (width<=768px){.stepperWrapper{flex-direction:column!important;align-items:normal!important;gap:0!important}.progressBar{width:1.5px;height:100%}.stepItem{flex-direction:column!important;align-items:start!important;gap:0!important}.progressWrapper{height:12px;margin-left:12px;flex:auto!important}.progressFill{display:none}}
