.feedback-header {
  background-color: #57252D;
  color: white;
  height: 150px;
}

.feedback-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.feedback-header p {
  font-size: 18px;
  margin: 0;
}

.feedback-form input,
.feedback-form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
}

.feedback-form .submit-btn {
  background-color: #57252D;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}

.feedback-form .submit-btn:hover {
  background-color: #3e1b22;
  color: #ffd700;
}

.star-rating {
  display: flex;
  gap: 5px;
}
