.elementor-647 .elementor-element.elementor-element-50dd258{--display:flex;}.elementor-647 .elementor-element.elementor-element-e520e74{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-855b929 *//* === نسخة محدثة لتشمل حقول الهاتف وكلمة المرور === */

/* Styling for the application page section */
.instructor-application-section {
  font-family: 'Cairo', sans-serif;
  background: #f8f9fa;
  padding: 80px 20px;
}
.application-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}
.application-header h1 {
  font-size: 2.8em;
  font-weight: 700;
  color: #2c005b;
}
.application-header p {
  font-size: 1.2em;
  color: #555;
  line-height: 1.7;
}
.form-container {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: 1px solid #eee;
}

/* === CSS to style the WPForms form automatically === */

.wpforms-title {
    display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
  padding-bottom: 20px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1.1em !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 8px !important;
}

/* Updated .elementor-647 .elementor-element.elementor-element-855b929 to include new field types */
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  background-color: #f8f9fa !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  padding: 12px 200px !important;
  font-size: 1em !important;
  color: #333 !important;
  box-shadow: none !important;
  width: 100%;
  transition: all 0.3s ease;
}

/* Updated focus .elementor-647 .elementor-element.elementor-element-855b929 */
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
  border-color: #75001D !important;
  box-shadow: 0 0 0 3px rgba(117, 0, 29, 0.1) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-choice-label {
    font-size: 1em !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] {
  width: 100%;
  background-color: #75001D !important;
  color: #fff !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover {
  background-color: #4c0013 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}/* End custom CSS */