.elementor-135 .elementor-element.elementor-element-a753131{--display:flex;}.elementor-135 .elementor-element.elementor-element-7502181{--display:flex;}.elementor-135 .elementor-element.elementor-element-ceb5336{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2f10976 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  //height: 100vh;
}

.registration-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

.registration-form {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

input, textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

textarea {
  resize: vertical;
}

button {
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #45a049;
}

input[type="file"] {
  padding: 0;
}

input[type="tel"], input[type="email"], input[type="text"], input[type="password"], textarea {
  width: 100%;
}/* End custom CSS */