@charset 'UTF-8';

/* Slider */

/* Google badge */
.google-rating-badge {
    display: flex;
    gap: 8px;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.google-g-icon {
  width: 35px;
  height: 35px;
}

.google-rating-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.google-rating-value {
  font-weight: bold;
  font-size: 1.3rem;
  color: #333;

}

.star {
  font-size: 1.3rem;
  color: orange;
  margin-left: 2px;

}

.star.empty {
  color: #ccc;
}

.star.half {
  position: relative;
  color: #ccc;
}

.star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: orange;
}

.google-rating-label {
  font-size: 0.95rem;
  color: #555;
}

.multiple {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background-color: #fff;
  transition: background-color 0.1s ease 0s;
  margin-bottom: 25px;
  box-shadow: 0 1px 2px 0 #efefef;
  min-height: 350px; 
  height: auto; /* Allow dynamic height */
}

.circle {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.stars {
  font-size: 1.3rem;
}

.rev-btn>a{
    font-size: 18px;
    border-radius: 50px;
    padding: 6px 40px 6px 40px;
    background-color: #1d6e80;
}

.rev-btn, .rev-btn a {
    margin-top: 20px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
}

.link a, a.ReadMore {

    color: #1d6e80 !important;
    font-weight: bold;
}

.ReadMore {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #1d6e80;
}

.review-text
 {
    text-align: center;
}

.morecontent span {
    display: none;
}

.swiper-pagination{
    position: relative;
}

/* .swiper-button-next{

  margin-top: 0px;

  position: absolute;

  top: 50%;

  right: -40px;

  width: 45px;

  height: 45px;

  transform: translateY(-50%);

} */