<ul class="w-64 mx-auto my-8 p-2 rounded-lg bg-gray-100 shadow-md">
<li class="mb-1">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Home
</a>
</li>
<li class="mb-1">
<details class="group">
<summary class="flex items-center justify-between px-4 py-2 text-gray-700 cursor-pointer hover:bg-blue-500 hover:text-white rounded-md transition-colors">
<span>Products</span>
<svg class="w-5 h-5 transition-transform group-open:rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</summary>
<ul class="pl-4 mt-1 space-y-1">
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Templates
</a>
</li>
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
UI Kits
</a>
</li>
<li>
<details class="group/nested">
<summary class="flex items-center justify-between px-4 py-2 text-gray-700 cursor-pointer hover:bg-blue-500 hover:text-white rounded-md transition-colors">
<span>Resources</span>
<svg class="w-4 h-4 transition-transform group-open/nested:rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</summary>
<ul class="pl-4 mt-1 space-y-1">
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
E-books
</a>
</li>
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Tutorials
</a>
</li>
</ul>
</details>
</li>
</ul>
</details>
</li>
<li class="mb-1">
<details class="group">
<summary class="flex items-center justify-between px-4 py-2 text-gray-700 cursor-pointer hover:bg-blue-500 hover:text-white rounded-md transition-colors">
<span>Services</span>
<svg class="w-5 h-5 transition-transform group-open:rotate-180" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</summary>
<ul class="pl-4 mt-1 space-y-1">
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Consulting
</a>
</li>
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Development
</a>
</li>
</ul>
</details>
</li>
<li>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-blue-500 hover:text-white rounded-md transition-colors">
Contact Us
</a>
</li>
</ul>