.gallery {
  width: 100%;
  max-width: 620px;
  margin: 40px auto;
}

.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
  width: auto;
  height: 400px;
}

.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  /* opacity: 0.1; */
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.faqSection {
  font-family: "work sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: rgb(102, 102, 102);
  font-size: 13px;
  line-height: 22px;
}

.reviews-section-bg {
  /* background: #f7f7f8; */
  padding: 8px 16px 36px;
  border-radius: 20px;
}

#reviewsSwiper .swiper-slide {
  height: auto;
}

#reviewsSwiper .review-card {
  position: relative;
  height: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  padding: 22px 20px;
  margin: 10px 0 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#reviewsSwiper .review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

#reviewsSwiper .review-google-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: auto;
}

#reviewsSwiper .review-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 36px;
  margin-bottom: 12px;
}

#reviewsSwiper .review-avatar-wrap {
  position: relative;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #4285f4, #34a853);
  display: flex;
  align-items: center;
  justify-content: center;
}

#reviewsSwiper .review-avatar-fallback {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

#reviewsSwiper .review-avatar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#reviewsSwiper .review-meta {
  overflow: hidden;
}

#reviewsSwiper .review-name {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reviewsSwiper .review-stars {
  font-size: 12px;
}

#reviewsSwiper .review-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
