.card {
  perspective: 1000px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover {
  transform: rotateY(10deg) scale(1.05);
  }

.card-body {
  background: transparent;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.price {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-list {
  list-style-type: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 5px;
  color: #f0f0f0;
}

.feature-list li::before {
  content: "✓";
  margin-right: 4px;
  color: #4cd137;
  font-weight: bold;
}

.popular-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #4cd137;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(76, 209, 55, 0.3);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}
/* testimonials css */

.testimonial {
  padding: 20px;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.author {
  font-style: italic;
  color: #6c757d; /* Gray text */
  margin-top: 10px;
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Testimonials css */
.testimonial-card {
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.testimonial-image {
  margin-right: 15px;
}

.author-info {
  text-align: left;
}

.author-name {
  font-weight: bold;
  margin-bottom: 0;
}

.author-title {
  font-size: 1rem;
  color: #6c757d;
}
