Input ordering in wordpress theme customizer

If you need a specific ordering of the input fields, then add “priority” values to the controls in the add_control calls, same as you already have for the sections.

If you don’t have a priority, then no particular order is guaranteed and you get whatever PHP happens to order your arrays as.