.elementor-1876 .elementor-element.elementor-element-008b62e{--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;}.elementor-1876 .elementor-element.elementor-element-0ebbfb0 > .elementor-widget-container{margin:-1% 0% 0% 0%;}.elementor-1876 .elementor-element.elementor-element-dfd88a3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-3ca5365 */@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@600;700&family=Cairo:wght@400;600;700&display=swap');

/* الخطوط والتهيئة العامة */
#tutor-registration-wrap,
#tutor-registration-wrap * {
  font-family: 'Cairo', sans-serif !important;
  box-sizing: border-box;
  direction: rtl;
}

/* خطوط labels والأزرار */
#tutor-registration-wrap label,
#tutor-registration-wrap .tutor-btn {
  font-family: 'Alexandria', sans-serif !important;
}

/* حاوية النموذج */
#tutor-registration-wrap {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 18px 16px;
  width: 95%;
  max-width: 420px;
  margin: 24px auto;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.2),
    inset 0 0 40px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px) saturate(160%) contrast(120%);
  -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(120%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: glassFadeSlideUp 0.6s ease-out both;
}

/* ترتيب الأعمدة */
.tutor-form-col-6 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
}
.tutor-form-col-12 {
  width: 100%;
  margin-bottom: 14px;
}
.tutor-form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

/* الحقول */
#tutor-registration-form input:not([type="hidden"]),
#tutor-registration-form select,
#tutor-registration-form textarea {
  width: 100%;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  font-size: 14px;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

/* عند التركيز */
#tutor-registration-form input:focus {
  border-color: #7754f6;
  box-shadow: 0 0 0 2px rgba(119, 84, 246, 0.15);
  outline: none;
}

/* إظهار label فوق الحقل بلون داكن */
#tutor-registration-form label {
  display: block !important;
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c !important;
  margin-bottom: 4px;
  text-align: right;
}

/* إخفاء placeholder حتى لا يتكرر مع label */
#tutor-registration-form input::placeholder {
  color: transparent;
}

/* تقليل المسافة بين الحقول */
#tutor-registration-form .tutor-form-group {
  margin-bottom: 10px !important;
}

/* زر التسجيل */
#tutor-registration-form .tutor-btn-primary {
  background: linear-gradient(135deg, #4424E2, #5C37DE);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border: none;
  border-radius: 18px;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.15),
    0 8px 24px rgba(68, 36, 226, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0px;
}

#tutor-registration-form .tutor-btn-primary:hover {
  background: linear-gradient(135deg, rgba(68, 36, 226, 0.85), rgba(92, 55, 222, 0.75));
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* أنيميشن دخول */
@keyframes glassFadeSlideUp {
  0% { opacity: 0; transform: translateY(30px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* responsive للموبايل */
@media (max-width: 600px) {
  .tutor-form-col-6 {
    width: 100%;
  }

  #tutor-registration-wrap {
    padding: 16px 12px;
  }
}
document.addEventListener('DOMContentLoaded', function() {
  const header = document.querySelector('header, .site-header, .elementor-location-header');
  if (header) {
    header.style.display = 'block';
    header.style.visibility = 'visible';
    header.style.opacity = '1';
    header.style.position = 'relative';
  }
});/* End custom CSS */