html {
  scroll-padding-top: 100px; /* adjust based on nav height */
}


/* hero */

.hero-title {
  text-align: left !important;
}

.hero-carb{
    max-width: 100%;
    padding-top: 5rem;
    background-color: darkgray;
}

.header-image {
    max-width: 600px;
    width: 100%;
    height: auto;
  }

  .hero-text-container {
    width: 100%;
  }
  
  .hero-title, .hero-description {
    text-shadow: none !important; /* Remove any unwanted shadows */
    width: 100% !important;  
  }
  
  .hero-title {
    font-size: 4.5rem !important; /* Force size */
    margin-bottom: 10px !important;
   
  }
  
  .hero-description {
    font-size: 3.6rem !important; /* Force size */
    margin-right: 40px;
  }

  /* list */
  .product_list{
    text-align: center !important;
  }

  .product_subheading{
    text-align: center !important;
  }


  
  @media (min-width: 1200px) { /* Large screens */
    .hero-text-container {
      max-width: 650px;
    }
    h2 {
      font-size: 46px !important;
    }
 
    .hero-title {
      font-size: 5rem !important; /* Keep enforced size */
    }
    .hero-description {
      font-size: 4rem !important;
      margin-right: 30px;
    }
    .header-image {
      max-width: 600px;
      margin-left: auto;
    }
  }

  
  @media (max-width: 992px) { /* Medium screens */

    .hero-text-container {
        max-width: 650px;
      }
   
    .hero-title {
      font-size: 6rem !important;
      text-align: center !important;
    }
    .hero-description {
      font-size: 4.3rem !important;
      text-align: center;
      margin-right: 0;
    }
    #text{
      font-size: 66px !important;
    }
    .hero-text-container {
      max-width: 100%;
    }
    .header-image {
      max-width: 500px;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 768px) { /* Small screens */
    .hero-text-container {
        max-width: 650px;
      }
    .hero-title {
      font-size: 5rem !important;
    }
    #text-size{
      font-size: 46px !important;
    }
.hero-description {
      font-size: 3.3rem !important;
      text-align: center;
      padding-left: 0;
    }
    .header-image {
      max-width: 100%;
    }
  }
  
