:root {
  --inter: "Inter", sans-serif;
  --roboto: "Roboto", sans-serif;
}
.testimonial-carousel .carousel-inner {
  padding: 1rem 0;
}
#testimonial{
    padding: 50px 15px;
  background-color: #F2F2F2;
}
#testimonial h2{
    font-family: var(--inter);
    font-weight: 700;
    font-size: 40px;
    line-height: 72px;
    text-transform: capitalize;   
    text-align: center; 
}

.testimonial-item {
  background-color: #fff;
  border-radius: 34px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-quote {
  position: relative;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #333;
  font-family: var(--inter);
  font-weight: 400;
  font-size: 20.2px;
  line-height: 164%;
  text-align: center;
}
.testimonial-author {
  display: flex;
  justify-content: center;
}
.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-info {
  display: flex;
  flex-direction: column;
}
.author-name {
font-family: Poppins;
font-weight: 700;
font-size: 20.2px;
line-height: 100%;
margin-bottom: 0;
}
.author-company {
font-family: Poppins;
font-weight: 400;
font-size: 17.68px;
line-height: 100%;
color: #777;
}

/* Custom carousel indicators */
.testimonial-carousel .carousel-indicators {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}

.testimonial-carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  margin: 0 5px;
  opacity: 1;
}

.testimonial-carousel .carousel-indicators button.active {
  background-color: #5B93EE;
  width: 53px !important;
  border-radius: 20px;
  height: 11px !important;
}

/* For smooth transitions */
.testimonial-carousel .carousel-item {
  transition: transform 0.6s ease;
}
.open-quote,
.close-quote {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
