@media (min-width: 992px) {
    .offcanvas {
      display: none !important;
    }
    .hero-banner h1 { font-size: 4rem; }
  }

   /* Responsive */
   @media (max-width: 991.98px) {
    .glow-img-shell {
      clip-path: none;
      width: 100%;
      height: 360px;
    }
    .map-container {
      height: 100%;
      min-height: 400px;
    }
    .map-container {
      height: 300px;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 767.98px) {
    .hero-banner{
      display: none !important;
    }
    .banner-mobile {
      display: block !important;
      width: 100% !important;
      max-height: 700px !important;
      height: 100% !important;
      margin-top: 24%;
  }
    .beauty-banner-overlay{
      padding: 20px !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center
    }
    p.beauty-banner-subtitle {
      text-align: center;
  }
    button.beauty-btn {
      padding: 10px !important;
      width: 50%;
      align-self: center;

  }
  .mobile-counter-section{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
    h1,h2,h3,h4,h5,h6{
      font-size: 26px !important;
      text-align: center !important;
    }
    .mobile-title{
      text-align: center;
      font-size: 17px;
    }
    .beauty-subtitle{
      text-align: center;
      font-size: 17px;
    }
    .conter-container{
      width: 80%;
    }
    .counter-mobile{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .product-section{
      height: auto !important;
    }
    .testimonial-card {
      margin: 10px 5px;
      padding: 20px;
    }

    .testimonial-section h2 {
      font-size: 2rem;
    }
    .shopwhy-section {
      padding: 3.5rem 1rem;
    }

    .shopwhy-image img {
      border-radius: 1rem;
    }
  }

  @media (max-width: 575.98px) {
    .glow-wrap {
      padding: 3.5rem 1rem 4rem;
    }

    .glow-bullet {
      font-size: 0.9rem;
    }
  }


  @media (max-width: 768px) {
    .beauty-banner-title {
        font-size: 2rem;
      }

      .beauty-banner-overlay {
        padding: 30px 20px;
      }

      .beauty-timer {
        justify-content: center;
      }
    .beauty-heading {
        font-size: 30px;
      }
      .beauty-video-overlay {
        top: 35%;
      }
    .carousel-caption h1 {
        font-size: 2rem;
      }
      .carousel-caption h3 {
        font-size: 1.2rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
      .lux-prod-link::after{width:210px;height:135px}


  }
  