/* Bark Reviews Slider – Dark Theme */
.bark-reviews-section {
  background: #0f172a;
  padding: 70px 20px;
  text-align: center;
}

.bark-reviews-section h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 40px;
}

.review-card {
  background: #111827;
  border-radius: 16px;
  padding: 30px;
  color: #e5e7eb;
  max-width: 520px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.review-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}

.review-card span {
  font-size: 14px;
  color: #9ca3af;
}

.stars {
  color: #fbbf24;
  font-size: 18px;
}

.bark-link {
  display: inline-block;
  margin-top: 35px;
  color: #38bdf8;
  text-decoration: none;
  font-weight: 600;
}

.bark-link:hover {
  text-decoration: underline;
}

.swiper-pagination-bullet {
  background: #64748b;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #38bdf8;
}
