/* Custom styles to replace Mobirise classes */

/* Icon styling */
.card-img i {
  color: #6c63ff;
}

/* Additional carousel styling if needed */
.carousel-control {
  color: #6c63ff;
  font-size: 2rem;
}

.carousel-control:hover {
  color: #5a52d5;
}

/* Multi-item carousel - show 5 items */
.clients .carousel-item {
  display: block !important;
}

.clients .carousel-item .media-container-row {
  display: flex !important;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.clients .carousel-item .col-2 {
  flex: 1;
  text-align: center;
}

.clients .carousel-item img {
  max-width: 100%;
  height: auto;
}
