.elementor-6442 .elementor-element.elementor-element-b453fcc{margin-top:0px;margin-bottom:0px;}.elementor-6442 .elementor-element.elementor-element-ccd28c8 > .elementor-container{max-width:915px;}.elementor-6442 .elementor-element.elementor-element-cd1b352 > .elementor-widget-container{margin:-7px 0px 0px 0px;}.elementor-6442 .elementor-element.elementor-element-cd1b352 .elementor-heading-title{font-size:16px;font-weight:300;}.elementor-6442 .elementor-element.elementor-element-7dcc662 > .elementor-widget-container{margin:22px 22px 22px 22px;}.elementor-6442 .elementor-element.elementor-element-7dcc662 .elementor-swiper-button{font-size:20px;}.elementor-6442 .elementor-element.elementor-element-3ff02e5 > .elementor-widget-container{margin:-7px 0px 0px 0px;}.elementor-6442 .elementor-element.elementor-element-3ff02e5 .elementor-heading-title{font-size:16px;font-weight:300;}.elementor-6442 .elementor-element.elementor-element-5a20eeb > .elementor-widget-container{margin:22px 22px 22px 22px;}.elementor-6442 .elementor-element.elementor-element-5a20eeb .elementor-swiper-button{font-size:20px;}.elementor-6442 .elementor-element.elementor-element-cae5c44 > .elementor-widget-container{margin:-7px 0px 0px 0px;}.elementor-6442 .elementor-element.elementor-element-cae5c44 .elementor-heading-title{font-size:16px;font-weight:300;}.elementor-6442 .elementor-element.elementor-element-7e6e7ea > .elementor-widget-container{margin:22px 22px 22px 22px;}.elementor-6442 .elementor-element.elementor-element-7e6e7ea .elementor-swiper-button{font-size:20px;}@media(max-width:767px){.elementor-6442 .elementor-element.elementor-element-ccd28c8 > .elementor-container{max-width:938px;}.elementor-6442 .elementor-element.elementor-element-cf6b360 .elementor-heading-title{font-size:16px;}.elementor-6442 .elementor-element.elementor-element-cd1b352 .elementor-heading-title{font-size:10px;}.elementor-6442 .elementor-element.elementor-element-7dcc662 > .elementor-widget-container{margin:2px 17px 53px 23px;}.elementor-6442 .elementor-element.elementor-element-9c8d8be .elementor-heading-title{font-size:16px;}.elementor-6442 .elementor-element.elementor-element-3ff02e5 .elementor-heading-title{font-size:10px;}.elementor-6442 .elementor-element.elementor-element-5a20eeb > .elementor-widget-container{margin:2px 17px 53px 23px;}.elementor-6442 .elementor-element.elementor-element-56dffd1 .elementor-heading-title{font-size:16px;}.elementor-6442 .elementor-element.elementor-element-cae5c44 .elementor-heading-title{font-size:10px;}.elementor-6442 .elementor-element.elementor-element-7e6e7ea > .elementor-widget-container{margin:2px 17px 53px 23px;}}/* Start custom CSS for html, class: .elementor-element-41d5c0d */.hero-gpa-full {
  position: relative;
  background: linear-gradient(to bottom right, #007bff, #0056b3);
  color: white;
  font-family: 'Alexandria', sans-serif;
  overflow: hidden;
 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.hero-text h1 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero-text h1 span {
  text-decoration: underline;
  color: #fff;
}

.hero-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* ✅ لا يسمح بالتفاف */
  justify-content: center;
}

.hero-btn {
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s ease-in-out;
  flex: 1 1 auto;            /* ✅ يجعل الزرين يتوزعان بشكل مرن */
  min-width: 140px;          /* ✅ حد أدنى لضمان وضوح الزر */
  max-width: 200px;
}

@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: row;
    gap: 10px;
  }

  .hero-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}


.hero-btn.primary {
  background-color: #fff;
  color: #004AAD;
}

.hero-btn.primary:hover {
  background-color: #e6e6e6;
}

.hero-btn.secondary {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.hero-btn.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-badge {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 120px;
  opacity: 0.1;
  pointer-events: none;
}

/* ✅ دعم الجوال */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }

  .hero-badge {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2c457b */.exams-section {
  background: linear-gradient(to right, #f8faff, #e9f2ff);
  padding: 80px 20px;
  text-align: center;
}

.exams-section .container {
  max-width: 800px;
  margin: auto;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: #004AAD;
  margin-bottom: 15px;
}

.section-title i {
  margin-right: 10px;
  color: #007bff;
}

.section-subtitle {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  background-color: #004AAD;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.cta-btn:hover {
  background-color: #002f6c;
}/* End custom CSS */