/* Reviews Slider CSS Template */

/* Base Styles */
body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.read-more-link {
color: #0a2c9f;
}


/* Container Styles */
.container-main {
  max-width: 1602px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 9;
}

/* Reviews Section Styles */
.reviews-section {
  padding: 100px 0px;
  background-color: #f8f8f8;
}

.reviews-container h2 {
  font-size: 60px;
  line-height: 118px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}

.google-logo img {
   height: 48px;
   width: auto;
   object-fit: contain;
   margin-bottom: 1rem;
}

.top-stars {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.top-stars img {
  width: 90px;
  height: 90px;
}

.stars {
  display: flex;
  align-items: center;
  column-gap: 7px;
  justify-content: center;
  margin-bottom: 30px;
}

.stars img {
  width: 40px;
  /* height: 47px; */
  height: auto;
  object-fit: contain;
}

.review-slider {
  max-width: 1316px;
  margin: 0 auto;
}

.review-card {
  margin: 20px 15px;
  border-radius: 10px;
  text-align: left;
  min-height: 280px !important;
  height: 100% !important;
  background-color: #fff;
  width: 500px;
  padding: 30px 40px;
  box-shadow: 0 8px 24px rgb(133 129 129 / 11%);
  border-radius: 6px;
}

.slick-dots li button:before {
  font-size: 11px !important;
}

.card-inner {
  display: flex;
  align-items: start;
  column-gap: 20px;
}

.card-inner img {
  width: 57px;
  height: 47px;
  object-fit: contain;
}

.card-inner .quote-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.card-inner .quote-text p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 10px;
}

.author {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.verify-link {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  color: #0a2c9f;
  font-size: 18px;
  text-align: center;
}

.slick-prev:before,
.slick-next:before {
  color: red;
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.custom-nav {
  position: absolute;
  bottom: 147px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  column-gap: 160px;
}

.custom-nav button {
  border: none;
  background-color: transparent;
}

.custom-nav button img {
  width: 35px;
  height: 27px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .google-logo img {
    height: 35px;
  }
  
  .top-stars img {
    width: 44px;
    height: 90px;
  }
  
  .review-card {
    padding: 30px 20px;
  }
  
  .custom-nav {
    column-gap: 80px;
    bottom: 120px;
  }
}

/* Additional responsive adjustments */
@media (max-width: 576px) {
  .reviews-section {
    padding: 50px 0px;
  }
  
  .google-logo img {
    height: 28px;
  }
  
  .reviews-container h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  .top-stars {
    column-gap: 10px;
  }
  
  .top-stars img {
    width: 35px;
    height: 70px;
  }
  
  .custom-nav {
    column-gap: 60px;
    bottom: 100px;
  }
  
  .custom-nav button img {
    width: 25px;
    height: 20px;
  }
}
