
.services-section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}


.card-carousel .carousel-inner {
  overflow: visible;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: scale(1.05);
  z-index: 1;
}

.card-img-top {
  width: 100%;
  height: 0;
  padding-top: 100%; 
  background-size: cover;
  background-position: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); 
  border-radius: 50%;
}


@media (max-width: 768px) {
 
  .carousel-inner .carousel-item {
    flex-direction: column;
  }

  .carousel-inner .carousel-item .col-6 {
    width: 100%; 
  }

  .carousel-inner .carousel-item .col-md-3 {
    width: 100%; 
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    font-size: 1.5rem; 
  }
}
