/* Container styles */
.down-header {
  width: 100%;
  padding: 30px 0;
  /* background: linear-gradient(90deg, #f3eaff, #e7d9fd); */
  border-radius: 8px;
}

/* Optional container padding */
.container-fluid {
  padding: 0 40px;
}

/* Left heading column */
.slider-heading h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4b0073;
  margin: 0;
}

/* Owl Carousel Track Items */
.services-carousel .service-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 30px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #4b0073;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(75, 0, 115, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.services-carousel .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(75, 0, 115, 0.2);
  background-color: #f6f0ff;
}

/* Owl dots/nav (optional if you enable them) */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-carousel .owl-dot.active span {
  background: #4b0073;
}

@media (max-width: 600px) {
 
}
