Hi,
Is this what you want?
https://prnt.sc/6kFTWMcDwR8H
https://prnt.sc/5k5Xka-jv6r5
Please take my apology, as I think I could not get you well...
However, you have keep all your menu items under a single menu. So it requires the following custom code to make the first or main menu item collapse but the second childs to remain closed:
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler{
display: none;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li>ul {
display: block;
}
I have added it in your custom CSS. Please check and let me know if it is okay now!
https://prnt.sc/KAJwJyGnmOyz
https://prnt.sc/VNX2tHs78QyT
Best Regards.