    body { font-family: 'Poppins', sans-serif; }
    .slider-container {
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }
    #mobileMenu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease-in-out;
    }
    #mobileMenu.active {
      max-height: 200px;
    }