/* Media query to handle mobile bottom navigation */
@media (max-width: 767.98px) {
  .fixed-bottom-md {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    top: auto;
  }
}
