/* CSS */
/* Base dot color */
.testimonial-slider-wrapper .slick-dots li button:before {
  font-size: 12px;
  color: #1C2E4A; /* Change this to your preferred color */
  opacity: 0.4;
}
.slick-slide.slick-cloned .testimonial-card,.slick-slide .testimonial-card  {
  background-color: transparent !important;
  box-shadow: unset !important;
}
.slick-slide.slick-current.slick-active.slick-center .testimonial-card {
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

/* Active dot color */
.testimonial-slider-wrapper .slick-dots li.slick-active button:before {
  color: #1C2E4A;
  opacity: 1;
}
.testimonial-slider-wrapper .slick-dots{
	position: unset !important;
	margin-top: 30px;
}
.testimonial-slider-wrapper .slick-track{
	padding: 20px 0;
}

/* Default all slides to faded */
.testimonial-slider .slick-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

/* Center slide stays fully visible */
.testimonial-slider .slick-center {
  opacity: 1;
}

.testimonial-slider .slick-track {
  display: flex;
  gap: 20px;
}

/* Testimonial Cards */
.testimonial-slider-wrapper {
/*   padding: 0 80px; /* Controls overflow visibility on both sides */
  overflow: hidden;
/*   max-width: 1200px; */
  margin: 0 auto;
}
.slick-slide.slick-cloned .testimonial-slider .testimonial-card,.slick-slide .testimonial-slider .testimonial-card,{
	box-shadow: unset;
	background-color: #ffffff;
}
.testimonial-slider .testimonial-card{
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0 10px;
  padding: 48px; /* 20px */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  height: 100%; /* Optional */
}
.testimonial-slider .testimonial-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}


.testimonial-card::before{
	background: linear-gradient(180deg,rgba(238, 243, 252, 0) 60%, rgba(238, 243, 252, 1) 100%);
}
.testimonial-row-flex-wrap-1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.rating-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 12px 0;
	justify-content: center;
}
.rating-flex .star-rating {
    max-width: 24px;
}
.rate-date-flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
	flex-direction: column;
}
.testimonial-date{
	margin-bottom: 0;
	font: 400 16px/ 24px 'Montserrat', sans-serif;
}
.column-wrap-1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}
.client-info-wrap h3 {
    margin: 0;
    font: 700 18px/28px 'Lato',sans-serif;
	text-transform: capitalize;
}
.client-name{
	margin: 0;
    font: 700 20px/28px 'Poppins',sans-serif;
	text-transform: capitalize;
	color: #1C2E4A;
}
.client-address {
    margin: 5px 0;
    font: 400 16px/ 24px 'Inter', sans-serif;
}
.column-wrap-2 .yelp-logo {
    max-width: 220px;
    height: 40px;
}

.clients-testimony {
  padding: 56px 0;
}
.clients-testimony p {
    margin: 0;
    font: 400 18px/28px 'Poppins',sans-serif;
	color: #1C2E4A;
}
.client-yelp-info {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.c-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
}
.c-flex p {
    margin-bottom: 0;
	font: 400 16px/24px 'Montserrat',sans-serif;
}
.c-flex img {
    max-width: 16px;
}
@media screen and (max-width: 767px){
	.testimonial-slider .slick-slide.slick-current.slick-active{
		opacity: 1;
	}
	.testimonial-slider .slick-track {
		gap: 0;
	}
	.testimonial-card{
		margin: 0 !important;
	}
}
