.social-google-plus {
  display: none;
}
.customize-custom-html{
    margin-left:0px;
    padding-left:0px;
}

.item-display-inline li{
    margin-left: 0px;
}

.testimonial-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.testimonial-left {
  flex: 1;
  text-align: center;
}

.testimonial-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.testimonial-thumbs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}

.testimonial-thumbs img.active {
  border-color: #3f82f7;
}

.testimonial-right {
  flex: 2;
}

.testimonial-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.testimonial-author {
  font-weight: bold;
  font-size: 18px;
}

.testimonial-role {
  color: #3f82f7;
  font-size: 14px;
}

.arrows {
  margin-top: 20px;
  font-size: 24px;
  color: #888;
  display: flex;
  gap: 15px;
}