Bootstrap Navbar Dropdowns
Navbars can contain dropdown menus — subnavigation that appears on click. Use the Bootstrap Dropdown component inside a .nav-item with .dropdown class and trigger the menu with data-bs-toggle="dropdown".
Mega Menus
For complex navigation, you can build a mega menu by using a wider dropdown container and Bootstrap grid classes inside the dropdown menu. This requires some custom CSS to override the default max-width.