.elementor-12976 .elementor-element.elementor-element-bf4adc8{width:var( --container-widget-width, 102.062% );max-width:102.062%;--container-widget-width:102.062%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-12976 .elementor-element.elementor-element-145ebd2{width:var( --container-widget-width, 918.8px );max-width:918.8px;--container-widget-width:918.8px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-bf4adc8 */.hero-consultation {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  padding: 30px 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-consultation .hero-content {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-consultation h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

.hero-consultation p {
  font-size: 2px;
  line-height: 1.7;
  margin-bottom: 0px;
}




#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}



.hero-consultation p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}



.hero-image-bg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  opacity: 0.20;
  z-index: 1;
  pointer-events: none;
  animation: slideHorizontal 30s ease-in-out infinite;
}

@keyframes slideHorizontal {
  0% { transform: translateX(0); }
  50% { transform: translateX(-200px); } /* ينتقل إلى اليسار */
  100% { transform: translateX(0); }    /* يعود إلى اليمين */
}

_____
/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-image-bg {
    width: 80px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .hero-image-bg {
    width: 60px;
  }
}

/* ====================== */
/* ✅ تحسينات على الشاشات الصغيرة */
/* ====================== */

@media (max-width: 768px) {
  .hero-consultation {
    padding: 60px 15px;
  }

  .hero-consultation h1 {
    font-size: 22px;
  }

  .hero-consultation p {
    font-size: 14px;
  }

  .hero-icon-bg {
    font-size: 70px;
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .hero-consultation {
    padding: 50px 10px;
  }

  .hero-consultation h1 {
    font-size: 20px;
  }

  .hero-consultation p {
    font-size: 13.5px;
  }

  .hero-icon-bg {
    font-size: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-145ebd2 *//* تصميم زر GPA */
button.gpa-btn {
  background-color: #007bff !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  border: none !important;
  transition: background-color 0.2s ease !important;
}
.gpa-btn, .btn-register {
  min-width: 100%;
  font-weight: 600;
}

.new-badge {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
}

/* تصميم العداد */
.styled-countdown {
  background-color: #f0f6ff;
  border: 1px solid #d6e8ff;
  padding: 12px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: #004aad;
}
.inner-countdown i {
  color: #004aad;
  margin-right: 5px;
}

/* شكل النافذة */
.waitlist-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.waitlist-content {
  background: white;
  width: 90%;
  max-width: 420px;
  margin: 60px auto;
  padding: 25px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease;
}
.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.form-control {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ✅ تصميم قائمة التدريبات المفتوحة */
#open-now-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e7f8ec;
  border: 1px solid #d0f0d5;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 6px;
  font-size: 15px;
}

#open-now-list a.btn {
  padding: 4px 10px;
  font-size: 13px;
}


.countdown-box .time-left {
  direction: ltr;
  unicode-bidi: plaintext;
  display: inline-block;
  min-width: 120px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7765d68 */.cert-image-wrapper {
  position: relative;
  overflow: hidden;
}

.certificate-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  font-size: 34px;
  font-weight: 800;
  color: rgba(255, 0, 0, 0.07); /* soft red watermark */
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(255, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

.unselectable {
  user-select: none;
  pointer-events: none;
}/* End custom CSS */