.elementor-1077 .elementor-element.elementor-element-e4cbe7b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1200813 */.feedback-page {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feedback-page h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

.feedback-page p {
  text-align: center;
  color: #555;
}

.feedback-page form {
  margin-top: 20px;
}

.feedback-page label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.feedback-page select,
.feedback-page input[type="text"],
.feedback-page input[type="email"],
.feedback-page textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 16px;
}

.feedback-page textarea {
  resize: vertical;
}

.feedback-page button {
  background-color: #1e40af;
  color: white;
  padding: 14px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.feedback-page button:hover {
  background-color: #3b82f6;
}

.feedback-page a {
  color: #1e40af;
  text-decoration: none;
}

.feedback-page a:hover {
  text-decoration: underline;
}/* End custom CSS */