/* Mobile Responsive Styles */
@media (max-width: 767px) {
  /* Banner Section */
  .banner_text h2, .banner_text h1 {
      font-size: 1.5rem;
  }
  
  /* Product Slider */
  .popular_food_slider .slick-slide {
      padding: 0 10px;
  }
  
  /* Filter Buttons */
  .filter-btn-slider {
      display: flex;
      overflow-x: auto;
      padding-bottom: 10px;
  }
  .filter-btn-slider::-webkit-scrollbar {
      display: none;
  }
  .filter-btn {
      white-space: nowrap;
      padding: 8px 15px;
      margin: 0 5px;
      border-radius: 30px;
      background: #f5f5f5;
      color: #333;
  }
  .filter-btn.active {
      background: #ff6b6b;
      color: white;
  }
  
  /* Menu Items */
  .single_menu_2 {
      flex-direction: column;
  }
  .single_menu_2_img {
      width: 100%;
      margin-bottom: 15px;
  }
  
  /* App Download Section */
  .app_download_text_2 h2 {
      font-size: 1.8rem;
  }
  .app_download_text_2 ul {
      flex-direction: column;
  }
  .app_download_text_2 ul li {
      margin-bottom: 10px;
      width: 100%;
  }
  
  /* Blog Section */
  .single_blog_2_text .title {
      font-size: 1.2rem;
  }
}