header {
    background-image: linear-gradient(to right, #007bff, #0056b3);
  }
  
  blockquote {
    font-size: 1.2rem;
    font-style: italic;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #333;
    border-radius: 100%;
  }

/* #testimonialCarousel, .carousel-inner, .carousel-item, p
{

} */

section.bg-light img {
  transition: transform 0.3s ease;
}

section.bg-light img:hover {
  transform: scale(1.03);
}


 #badges img {
    height: 50px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }

#badges img:hover
{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

