.elementor-2624 .elementor-element.elementor-element-f0240ea{--display:flex;--background-transition:0.3s;}/* Start custom CSS */.contact-form {
  font-family: 'Vazir', sans-serif;
  background: #fff0f6;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
}
.contact-form button {
  background: #e91e63;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.contact-form button:hover {
  background: #c2185b;
}/* End custom CSS */