body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

.gradient-text {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reveal {
  opacity: 0;
} /* Managed by AOS */

/* Styling the bullets now that they are outside */
.testimonial-pagination .swiper-pagination-bullet {
  background: #475569;
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background: #3b82f6 !important; /* Brand Blue */
  width: 28px;
  border-radius: 4px;
}
