/* Styles for the floating button */
.float {
  position: fixed;
  bottom: 10px; /* Adjust the position as needed */
  right: 10px; /* Adjust the position as needed */
  z-index: 4;
}

.menu-btn {
  display: block;
  width: 50px; /* Adjust width as needed */
  height: 50px; /* Adjust height as needed */
  background-color: #0075c8;
  border-radius: 5px;
  padding: 15px 15px;
  box-shadow: 2px 2px 8px #777;
  overflow: hidden;
}

.menu-img {
  width: 20px; /* Ensure the image fills the button */
  height: auto; /* Maintain aspect ratio */
}