  /* Google testimonials */
.swiper {
	margin: 20px 0;
	width: 100% !important;
	min-height: 400px !important;
}
@media (max-width:768px) {
	.swiper {
		min-height: 300px !important;
	}
}
.swiper-slide {
	width: auto;
}
.testimonial-card{
	width: 100%;
}
.swiper-pagination-bullet-active {
	background: #000 !important;

}
.swiper-button-next, .swiper-button-prev {
 background-color: #f7f7f7 !important;      
  width: 52px !important;                 
  height: 52px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1;                  
  top: 30% !important;         
  transform: translateY(-50%) !important;
  transition: opacity .3s ease !important;

  &:hover {
	background-color: #dfdfdf !important;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;  
  font-weight: bold !important;           
  color: #000 !important;                 
}

@media (max-width:768px) {
  .swiper-button-next, .swiper-button-prev {
    top: 50% !important;
    width: 40px !important;
    height: 40px !important;
    opacity:  0;
  }
  .swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
	  opacity: 1;
  }
}
.testimonial-section {
  background-color: #f7f7f7;
  margin: auto;
  padding: 2rem 1rem;
  text-align: center;
  border-bottom: 1px solid black;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #000;
}

.google-review-summary {
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.google-info-container {
	display: flex;
  justify-content: center;
  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-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;

  &:hover {
    background: #7fca6e;
  }
}

.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;
  }
}
.testimonial-text {
  font-size: 1rem;
  margin: 1rem 0;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #4285f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.avatar .initials {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.quote-icon,.quote-icon2  {
      /* padding: 8px 0px !important; */
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 8px;
      width: 32px !important;
  height: 32px !important;
  filter: brightness(0) saturate(100%) invert(57%) sepia(78%) saturate(298%) hue-rotate(65deg) brightness(92%) contrast(79%);
}

.quote-icon2 {
    transform: rotateY(180deg);
    left: 90%;
    top: 50%;
}
@media (max-width:768px) {
  .quote-icon2 {
        left: 84%;
    top: 64%;

  }
}

.user-img {
  object-fit: cover;
}

.user-name {
  font-weight: bold;
  margin: 0;
}
.name {
  font-weight: bold;
  color: #000;
}
.review-date {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}

.carousel-dots {
  margin-top: 1.5rem;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background: #333;
}



.testimonial-card {
  font-family: "Segoe UI", sans-serif;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2rem;
  align-items: center;
}

.card-bubble {
  background-color: #fff;
  padding: 1rem;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80% !important;
}

.card-bubble::after {
    content: '';
    position: absolute;
    bottom: -37px;
    width: 0;
    height: 0;
    left: 50%;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
}

.message {
  position: relative;
	text-align: justify;
  font-size: 0.95rem;
  color: #222;
  padding:  2rem;
  margin: 0;
}

/* User section */
.card-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  gap: 0.75rem;
}

.user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.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;
	}
}

