
.client-review-slider-wrapper {
  /* position: relative; */
   max-width: 1100px; 
   margin: 0 auto; 
   height: auto;
   /* display: flex; */
}

.client-review-slider{
    /* display: flex; */
    justify-content: center;
    height: auto;
   /* display: flex; */
}
.client-review-slider-wrapper .slick-track{
  display: flex;
  height: auto;
}
.client-review-card {
  background: #F8F8F8;
  /* border: 1px solid #ddd; */
  border-radius: 12px;
  padding: 20px;
  max-width: 500px;
  margin: 15px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  font-family: 'Noto Sans', sans-serif;
  height: auto;
   /* display: flex; */
}

.client-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client-review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  object-fit: cover;
}

.client-review-user h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.client-review-user p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.client-review-rating .star {
  font-size: 18px;
  color: #FFD700;
}

.client-review-rating .empty {
  color: #ccc;
}

.client-review-body {
  margin-top: 15px;
}

.client-review-body h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.client-review-body p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.client-review-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
}
.client-review-footer .company-logo {
  max-height: 25px;
  width: auto;
  object-fit: contain;
}


.client-review-btn-wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: end;
  gap: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.client-review-slider-prev-btn {
  width: 45px !important;
  height: 45px !important;
  background-color: transparent !important;
  border: 2px solid #0669f7 !important ;
  color: #0669f7 !important;
  border: none;
  /* font-size: 25px; */
  cursor: pointer;
  border-radius: 37px !important;
  border-width: 2px !important;
  padding: 0px !important;
}

.client-review-slider-next-btn {
  width: 45px;
  height: 45px;
  background-color: transparent !important;
  border: 2px solid #0669f7 !important ;
  color: #0669f7 !important;
  border: none;
  /* font-size: 25px; */
  cursor: pointer;
  border-radius: 37px;
  border-width: 2px;
  padding: 0px !important;
}
.client-review-slider-prev-btn:hover,
.client-review-slider-next-btn:hover {
  background-color: #0669f7 !important;
  color: #fff !important;
  transform: scale(1.1);
}
 .client-review-arrow-style {
  justify-self: center;
  display: flex;
}

button.slick-disabled {
  opacity: 0.8;
  border: 2px solid #0669f7 !important ;
  color: #0669f7;
}