Zend certified PHP/Magento developer

How to sort products according to category on the catalog page, and also show Category name?

So, I have 4 categories in magento store. Each category have two sub-categories, (Essential products, Additional products).

I want to sort products according to those sub-categories, “Essential Products” should come first. And I also Want to display the category name on top, so when the “Additional Products” start I want to show a heading saying “ADDITIONAL Products”.

It is magento 2.4

I am kind of new to magento, so please elaborate your answer and include detailed resources if possible.