  /* 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;

}

.testimonial-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem; 
  margin-top: 2rem; 
}

.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;                  
  position: static;
  transition: opacity .3s ease !important;

  &:hover {
	background-color: #dfdfdf !important;
  }
}
.swiper-button-next{
  right:8rem;
}
.swiper-button-prev{
  left:8rem;
}
.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 {
    width: 40px !important;
    height: 40px !important;
    opacity:  0; /*Make sure to set opacity to 0 */

  }
  .swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
	  opacity: 1;
  }
}

.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
  margin-top:  1rem ;
  border: 2px solid #47b64a;
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.google-review-summary {
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.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-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: 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;
}

.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 {
  width: 360px;
  font-family: "Segoe UI", sans-serif;
  display: flex !important;
  justify-content: center !important;
  position: relative;
}

.card-bubble {
  background-color: #f7fff8;
  border: 1px solid #67ac5c;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  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;
}



.message {
	text-align: justify;
  font-size: 0.95rem;
  color: #222;
  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;
	}
}

