.owl-carousel-reviews-cards .slider-google-review-item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 2px solid #dedede;
  transition: 0.5s;
  min-height: 450px;
  justify-content: center;
  /* background: #e4e4e5; */
  border-radius: var(--radius);
}

.owl-carousel-reviews-cards .slider-google-review-item p {
  font-size: 14px;
  text-align: left;
  line-height: 2;
}

.owl-carousel-reviews-cards .slider-google-review-item.center {
  /* background: var(--primary); */
  transform: scale(1.05);
  box-shadow: 3px 4px 6px 3px rgb(0 0 0 / 15%);
  /* border: unset; */
}

.owl-carousel-reviews-cards .slider-google-review-item.center p {
  /* color: white; */
}

.owl-carousel-reviews-cards
  .slider-google-review-item
  .google-review-item-title {
  border-top: 1px solid #dedede;
  padding-top: 26px;
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.owl-carousel-reviews-cards
  .slider-google-review-item
  .google-review-item-title
  h5 {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.owl-carousel-reviews-cards
  .slider-google-review-item.center
  .google-review-item-title
  h5 {
  color: var(--primary);
}

.owl-carousel-reviews-cards
  .slider-google-review-item.center
  .google-review-item-icon
  i {
  color: orange;
  font-weight: 900;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel-reviews-cards .owl-nav button.owl-prev {
  left: 15px;
}

.owl-carousel-reviews-cards .owl-nav button {
  position: relative;
  top: 37%;
  /* background-color: var(--primary); */
  color: var(--white);
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-carousel-reviews-cards .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  max-width: 100%;
  margin: auto;
  justify-content: space-between;
  /* position: absolute; */
  margin-top: 40px;
  position: relative;
}

.owl-carousel-reviews-cards .owl-dots {
  transform: translateY(-28px);
  width: 200px;
  margin: auto;
}

.reviews-cards-left,
.reviews-cards-right {
  border-radius: 100%;
  background: var(--primary);
  left: unset;
  right: unset;
}

.google-review-item-icon {
  display: flex;
  font-size: 20px;
  color: orange;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  transition: 0.3s;
  transition-delay: 0.2s;
  margin-bottom: 12px;
}

.owl-carousel .owl-item .google-review-item-title img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

.owl-carousel .owl-item .google-review-item-icon img {
  height: 35px;
  width: auto;
}

.owl-carousel-reviews-cards .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  margin-right: 8px;
  transform: translateX(-9px);
}

.google-review-item-icon .fa-star {
  font-size: 14px;
  font-weight: 900 !important;
  transition: 0.3s;
  transition-delay: 0.2s;
}

@media only screen and (max-width: 1200px) {
  .owl-carousel-reviews-cards .slider-google-review-item {
    /* background: var(--primary); */
    box-shadow: 3px 4px 6px 3px rgb(0 0 0 / 15%);
  }

  .owl-carousel-reviews-cards .slider-google-review-item.center {
    transform: scale(1);
  }
}
