/* Icon Styling */
.icon-style {
  font-size: 4rem;
  /* color: #007BFF; */
  /* transition: transform 0.3s ease-in-out; */
}

/* .icon-style:hover {
    transform: scale(1.2);
} */

/* Card Styling */
.card {
  border: none; /* Removes shadow */
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
}

/* Uniform Card Size */
.card-size {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Swiper Centering */
.swiper {
  width: 80%;
  max-width: 1200px;
}
