.elementor-77 .elementor-element.elementor-element-56cc85d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c0425cb *//* Feedback Page Styling – Modern Green Theme */
.feedback-section {
  width: 100%;
  background: #ffffff;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.feedback-container {
  max-width: 750px;
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.feedback-container h2 {
  text-align: center;
  color: #23b46d;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}

.feedback-container p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
  text-align: justify;
  font-size: 16px;
}

.feedback-form label {
  display: block;
  margin-top: 18px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
}

.feedback-form input,
.feedback-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border: 1.5px solid #dcdcdc;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.25s ease;
  background-color: #fafafa;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  border-color: #23b46d;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 180, 109, 0.15);
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  accent-color: #23b46d;
  width: 18px;
  height: 18px;
}

.submit-btn {
  display: block;
  width: 100%;
  background: #23b46d;
  color: #fff;
  border: none;
  padding: 14px 25px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #1e9b5f;
  box-shadow: 0 4px 15px rgba(35, 180, 109, 0.3);
}/* End custom CSS */