/* ##################################################
   #                   MEDIA QUERIES                #
   ################################################## */


  @media (max-width: 1199.98px) {

  
    .categories-section {
      .category-card {
        height: 290px;
      }
    }
  
    .about-section {
      .about-stats {
        padding-left: 20px;
  
        .stat-item {
          .stat-number {
            font-size: 2.3rem;
          }
        }
      }
    }
  
    [dir="rtl"] .about-section {
      .about-stats {
        padding-left: 0;
        padding-right: 20px;
      }
    }
  }
  
  @media (max-width: 991.98px) {
    .hero {
      margin-top: 86px;
  
      .swiper,
      .swiper-slide {
        min-height: auto;
        height: auto;
      }
  
      .swiper-slide {
        padding: 50px 0 80px 0;
      }
  
      .hero-content {
        padding-left: 28px;
        padding-right: 28px;
        max-width: 100%;
      }
  
      .hero-facet {
        background: linear-gradient(
          100deg,
          #ffffff 0%,
          #ffffff 62%,
          rgba(255, 255, 255, 0.35) 78%,
          rgba(255, 255, 255, 0) 92%
        );
      }
  
      .hero-eyebrow,
      h1,
      p {
        color: #181a1b;
      }
  
      h1 .text-main {
        color: var(--main-color) !important;
      }
  
      .hero-side-tags {
        top: 25px;
        right: 28px;
  
        .tag-line {
          font-size: 0.8rem;
          color: #181a1b;
          text-shadow: none;
        }
      }
  
      .hero-nav {
        bottom: 25px;
        right: 28px;
  
        .hero-pagination {
          color: #181a1b;
          text-shadow: none;
  
          .current,
          .sep,
          .total {
            color: #181a1b;
          }
        }
  
        .hero-nav-btns {
          .hero-btn-prev {
            background: #ffffff;
            color: #181a1b;
            border-color: #e5e7eb;
          }
        }
      }
    }
  
    .page-header {
      padding-top: 7rem;
    }
  
    .categories-section {
      .category-card {
        border-radius: 80px 0 0 0 !important;
        height: 260px;
        margin-bottom: 20px;
      }
    }
  
    .healthy-plate-section {
      .hp-split-container {
        flex-direction: column;
      }
  
      .hp-content-panel {
        flex: 1 1 100%;
        max-width: 100%;
        clip-path: none;
      }
  
      .hp-image-panel {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
        min-height: 320px;
      }
    }
  
    .about-section {
      .about-stats {
        border: 1px solid var(--border-color);
        border-radius: 14px;
        padding: 24px 20px;
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        text-align: center;
      }
    }
  
    .contact-section-exact {
      .contact-visual-img {
        height: 280px !important;
      }
  
      .contact-info-col {
        border-left: none;
        border-top: 1px solid #dfdedb;
      }
  
      .contact-br-decor,
      .contact-tr-decor,
      .contact-top-shadows {
        display: none;
      }
    }
  
    .cta-banner-section {
      .cta-banner-card {
        .cta-banner-content {
          padding: 40px 28px 20px;
        }
  
        .cta-banner-action-col {
          padding: 0 28px 36px;
        }
  
        .cta-banner-img-wrap {
          display: none;
        }
      }
    }
  }
  
  @media (max-width: 767.98px) {
    .brand-logo {
      height: 50px !important;
    }
  
    .hero-mobile {
   
  
      .hero-content {
        padding: 1.6rem 1.1rem 1.85rem;
      }
  
      h2 {
        font-size: 1.55rem;
      }
  
      .hero-actions {
        .btn {
          width: auto;
        }
      }
    }
  
    .page-header {
      padding-top: 6.5rem;
  
      h1 {
        font-size: 1.75rem;
      }
    }
  
    .section-title {
      font-size: 1.8rem;
    }
  
    .popular-products-section {
      .products-filter-wrap {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
      }
  
      .product-filter-btn {
        white-space: nowrap;
      }
    }
  
    .about-section {
      .about-stats {
        flex-direction: column;
        gap: 20px;
      }
    }
  
    .why-choose-section {
      .why-card {
        flex-direction: column;
      }
    }
  
    .environments-section {
      .env-card {
        height: 200px;
      }
    }
  
    .back-to-top {
      bottom: 20px;
      right: 16px;
      width: 40px;
      height: 40px;
    }
  
    .footer-wrapper {
      .footer-bottom {
        text-align: center;
      }
    }
  }
  
  @media (max-width: 575.98px) {
 
  
    .healthy-plate-section {
      .hp-content-panel {
        .hp-title {
          font-size: 2rem;
        }
      }
    }
  
    .cta-banner-section {
      .cta-banner-card {
        .cta-banner-content {
          h2 {
            font-size: 1.6rem;
          }
        }
      }
    }
  
    .floating-contact-buttons {
      .float-btn {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
      }
    }
  }
  