/* For mobile menu dropdown */
.md:hidden {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 80vh; /* Limit the height */
    overflow-y: auto; /* Enable scrolling */
    background: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  }
  