.elementor-9738 .elementor-element.elementor-element-6fc1598{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fb0b5d9 */.beautiful-form {
  background: linear-gradient(145deg, #ffffff, #f2f2f2);
  padding: 35px;
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  max-width: 550px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
}

.beautiful-form label {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  color: #444;
  font-size: 16px;
}

.beautiful-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  margin-top: 5px;
  transition: border 0.3s ease;
}

.beautiful-form .form-control:focus {
  border-color: #4CAF50;
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

.beautiful-button {
  background: #00194C;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 15px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
  transition: background 0.3s ease;
}

.beautiful-button:hover {
  background: #0055FB;
}/* End custom CSS */