.testimonial-section-wrapper {
  clear:both;
  background-color: #f7f7f7;
  border-radius:10px;
}
.testimonial-container {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 12px;
}
@media screen and (max-width: 600px) {
.testimonial-container {
grid-template-columns: 1fr;
}
}

.testimonial-section {
  max-width: 1002px;
  margin: auto;
  padding: 2rem 1rem;
  text-align: center;
}

.section-title {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;  
  font-family: "Segoe UI", sans-serif;
  margin: 0 !important;

}

.google-review-summary {
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-info-container {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
  gap: 1rem;
}
.google-info-wrapper {
  display: flex;
  align-items: center;
}
.google-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.2rem;
}

.google-logo {
  width: 64px;

}

.google-icon {
	width: 100% !important;
  max-width: 70px !important;
}

.review-title {
  font-family: "Segoe UI", sans-serif;
  font-weight: bold;
}

.review-score {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
}

.stars img {
	width: 24px;
	height: 24px;
	margin: 0 !important;
}
@media (max-width:400px) {
  .google-logo {
    width: 48px;
  }
  .stars img {
    width: 16px;
    height: 16px;
  }
}
.count {
  color: #888;
}

.review-btn {
  background: #67ac5c;
  color: white;
  padding:1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  margin: 2rem auto;
  font-family: "Segoe UI", sans-serif;
  display: inline-block;
  &:hover {
    background: #7fca6e;
    color: white;
  }
}

.testimonial-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.testimonial-slide {
  flex: 0 0 300px;
  background: white;
  border-radius: 10px;
  padding: 1rem;
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;

  & img {
    width: 40px;
    height: 40px;
    margin: 0 !important;
  }
}
.testimonial-text {
  font-size: 1rem;
  margin: 1rem 0;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4285f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.avatar .initials {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}


.user-img {
  object-fit: cover;
}

.user-name {
  font-weight: bold;
  margin: 0;
}

.review-date {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  font-family: "Segoe UI", sans-serif;
  transition: all 0.3s ease-in-out;
  transform: scale(1);

  &:hover {
    transform: scale(1.02);
  }
}

.card-bubble {
  background-color: #fff;
  flex: 1;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-user-info {
  display: flex;
}
.quote-icon {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(9%) saturate(1828%) hue-rotate(65deg) brightness(109%) contrast(109%);
  
}
.message {
	text-align: justify;
  font-size: 0.95rem;
  color: #222;
  margin: 0;
}

/* User section */
.card-user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8px;
}

.user-name {
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.verified img{
	width: 16px;
	height: 16px
}

.user-meta {
  font-size: 0.8rem;
  color: #666;
}

.stars-card  {
	text-align: justify;
	padding:8px 0px !important;



	& img {width: 20px;
	height: 20px;
	margin: 0 !important;
	}
}

