.elementor-2178 .elementor-element.elementor-element-21eb2f7{--display:flex;}.elementor-2178 .elementor-element.elementor-element-21eb2f7.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2178 .elementor-element.elementor-element-21eb2f7{--width:89.609%;}}/* Start custom CSS for html, class: .elementor-element-169350b */body {
      margin: 0;
  padding: 0;
      direction: rtl;
  background: #fff;
   background: linear-gradient(to bottom, #d6c7f1, #e2f0fb, #ffffff);
   opacity: 90%;
}

form {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 95%;
  margin: 20px auto;
}

label {
  display: block;
  margin: 12px 0 6px 0;
  font-weight: 600;
  font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
input[type="file"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
}

textarea {
  min-height: 80px;
}

button {
  background-color: #cfab9e;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  transition: 0.3s;
}

button:hover {
  background-color: #b08974;
}

@media (max-width: 600px) {
  body { margin: 10px; }
  form { max-width: 95%; }
}/* End custom CSS */