.gardensun-customer-reviews {
  padding: 100px 0;
  background: #F6F5F1;
}

.gardensun-customer-reviews .section-title {
  color: #221815;
  text-align: center;
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; 
}

.gardensun-customer-reviews .section-desc {
  color: #221815;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; 
}

.gardensun-customer-reviews .section-header {
  margin-bottom: 80px;
}

.gardensun-customer-reviews .review-image {
  position: relative;
  overflow: hidden;
}

.gardensun-customer-reviews .review-image img {
  height: 520px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gardensun-customer-reviews .review-content {
  padding: 40px 50px;
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
}

.gardensun-customer-reviews .col-lg-6 {
  padding: 0;
}

.gardensun-customer-reviews .review-text {
  /* margin-bottom: 80px; */
}

.gardensun-customer-reviews .review-text p {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; 
}

.gardensun-customer-reviews .review-author {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.gardensun-customer-reviews .swiper-pagination {
  position: initial;
}

.gardensun-customer-reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.gardensun-customer-reviews .author-info {
  display: flex;
  flex-direction: column;
}

/* 分页器样式 */
.gardensun-customer-reviews .swiper-pagination {
  display: flex;
  gap: 20px;
}

.gardensun-customer-reviews .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(102, 102, 102, 0.50);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  display: block;
  margin: 0!important;
}

.gardensun-customer-reviews .swiper-pagination-bullet-active {
  background: #221815;
}

.gardensun-customer-reviews .author-name {
  color: var(--color-primary);
  font-family: var(--font-family);
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; 
}

.gardensun-customer-reviews .author-title {
  color: #221815;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; 
}

/* 自定义导航按钮 */
.gardensun-customer-reviews .swiper-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.gardensun-customer-reviews .swiper-button-prev,
.gardensun-customer-reviews .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  background: #f6f5f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221815;
  transition: all 0.3s ease;
  margin: 0;
}

.gardensun-customer-reviews .swiper-button-prev:hover,
.gardensun-customer-reviews .swiper-button-next:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
}

.gardensun-customer-reviews .swiper-button-prev::after,
.gardensun-customer-reviews .swiper-button-next::after {
  display: none;
}


@media (max-width: 1440px) {
  .gardensun-customer-reviews .review-text{
    margin-bottom: 0;
  }
  .gardensun-customer-reviews .author-name{
    font-size: 36px;
  }
  .gardensun-customer-reviews .review-content{
    padding: 30px 50px;
  }

}
@media (max-width: 1200px) {
  .gardensun-customer-reviews .col-lg-6{
    max-width: 100%;
  }
  .gardensun-customer-reviews .row{
    flex-direction: column;
  }
}

@media (max-width: 1300px) {
  .gardensun-customer-reviews .author-name{
    font-size: 36px;
  }
  .gardensun-customer-reviews .review-content{
    padding: 30px;
  }
  .gardensun-customer-reviews .review-text{
    margin-bottom: 30px;
  }
}


/* 响应式设计 */
@media (max-width: 991px) {
  .gardensun-customer-reviews {
    padding: 60px 0;
  }
  
  .gardensun-customer-reviews .section-title {
    font-size: 36px;
    line-height: 50px;
  }
  
  .gardensun-customer-reviews .review-content {
    padding: 30px;
  }
  
  .gardensun-customer-reviews .review-image img {
    height: 300px;
  }
  .gardensun-customer-reviews .author-name{
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .gardensun-customer-reviews .section-title {
    font-size: 28px;
    line-height: normal;
  }
  
  .gardensun-customer-reviews .section-desc {
    font-size: 14px;
    line-height: normal;
  }

  .gardensun-customer-reviews .author-name{
    font-size: 28px;
    line-height: normal;
  }

  .gardensun-customer-reviews .author-title{
    font-size: 14px;
    line-height: normal;
  }

  .gardensun-customer-reviews .col-lg-6 {
    padding: 0 15px;
  }

  .gardensun-customer-reviews .section-header {
    margin-bottom: 40px;
  }
  
  .gardensun-customer-reviews .review-content {
    padding: 50px 10px 40px;
    min-height: auto;
  }
  
  .gardensun-customer-reviews .review-author {
    gap: 15px;
  }
  
  .gardensun-customer-reviews .swiper-pagination {
    gap: 4px;
  }
  
  .gardensun-customer-reviews .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .gardensun-customer-reviews .review-text {
    margin-bottom: 0px;
  }
  
  .gardensun-customer-reviews .review-text p {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
  
  .gardensun-customer-reviews .review-text p::before {
    font-size: 40px;
  }
  
  .gardensun-customer-reviews .review-image img {
    height: 250px;
  }
  

} 