/* =========================
       Testimonial
=========================*/
.all_review_box {
  background: #fff;
  padding: 20px;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 500px;
}
.all_review_date_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_review_date h5 {
  margin: 0;
  font-size: 16px;
  color: #333;
}
.review_star_all i {
  color: #f9c74f;
  margin-left: 2px;
}
.all_review_text {
  text-align: center;
  margin-top: 20px;
}
.all_review_text h4 {
  margin: 10px 0;
  font-size: 20px;
  color: #333;
}
.all_review_text p {
  font-style: italic;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
.initial-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 10px;
}

