.fhi-form-wrap .card {
    border-radius: 16px;
}

.fhi-form-wrap .form-label {
    font-weight: 600;
}

.fhi-step-indicator {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.fhi-step-indicator .step {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f1f3f5;
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

.fhi-step-indicator .step.active {
    background: #0d6efd;
    color: #fff;
}

.fhi-form-step {
    display: none;
}

.fhi-form-step.active {
    display: block;
}

.fhi-upload-box {
    border: 1px dashed #ced4da;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}

.fhi-pilgrim-card {
    border-radius: 14px;
}

#fhi-alert-area .alert {
    border-radius: 14px;
}