.swiper-container {
  width: 100%;
  padding: 1% 3% 4% 3%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  background-color: #fff;
  /* height: 390px; */
  /* border-radius: 8px; */
  /* padding: 12% 9% 7% 9%; */
  padding: 12% 9% calc(7% + 9px) 9%;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-text {
  font-style: italic;
  color: #333;
  margin-bottom: 15px;
}

.rating {
  color: #f39c12;
  font-size: 18px;
  margin-bottom: 10px;
}

.rating-value {
  font-weight: bold;
  margin-left: 5px;
}

.author-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.author-title {
  color: #777;
  font-size: 14px;
}

/* Project slider section */
.Project-card {
  background-color: #fff;
  /* border-radius: 8px; */
  padding: 0% 0% 0% 0%;
  max-width: 100%;
  height: fit-content;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Project-card .bottom-text {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 77%, black 100%);
  display: flex;
  align-items: flex-end;
}
.Project-card .bottom-text h6 {
  color: white;
  /* position: relative; */
  bottom: 0;
  left: 0;
  font-size: 22px;
  font-weight: normal;
  /* padding-bottom: 8px; */
  margin-bottom: 8px;
  padding-left: 6%;
  padding-bottom: 3%;
}

.tp {
  font-size: 1rem;
}
