
  
  /* Wrapper */
  /* General styling for the carousel */
  .carousel {
    max-width: 100%;
    margin: auto;
  }
  
  .carousel-inner img {
    width: 100%; /* Ensures the image scales to the container's width */
    max-width: 1600px; /* Keeps the max width for larger screens */
    height: auto;
    margin: auto; /* Centers the images dynamically */
  }
  
 
  

  
  /* Media queries for responsiveness */
  @media (max-width: 992px) { /* For tablets and smaller devices */
    .carousel-inner img {
      width: 90%; /* Slight padding on smaller screens */
      max-width: 500px; /* Adjust max width */
    }
  
  
  
    
  }
  
  @media (max-width: 768px) { /* For small tablets and large phones */
    .carousel-inner img {
      width: 100%;
      max-width: none;
      margin-right: 50px;
    }

  }
  
  @media (max-width: 576px) { /* For mobile devices */
    .carousel-inner img {
      width: 100%;
      height: auto;
    }
  
  
   
  }
  

/* Add hover effect to buttons */





  
  /* End Wrapper */

  .hair-benefits {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin-left: 10px;
    list-style-type: disc;
}

.hair-benefits li {
    position: relative;
    margin-bottom: 10px; /* Space between items */
    /* padding-left: 30px; Space for the icon */
}



#slidy {
  text-align: left;
  margin: 0;
  font-size: 0;
  position: relative;
  width: 100%;
}