/* =========================
   WAHJ ALMAARIFA STYLE
========================= */

@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --primary: #111744; /* النيلي */
  --primary-light: #1a2366;

  --gold: #f9b122; /* الذهبي */
  --gold-light: #ffca55;

  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  scroll-behavior: smooth;
}

body {
  background: #111744;
  color: #fff;
  overflow-x: hidden;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;

  height: 90px;

  display: flex !important;
  align-items: center;
  justify-content: space-between;

  padding: 0 7%;

  background: rgba(13, 19, 56, 0.95);

  backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(249, 177, 34, 0.2);

  z-index: 9999;
}

.nav-toggle {
  display: none;
}

.logo-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.logo-box h2 {
  color: #f9b122;
  font-size: 28px;
  font-weight: 800;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-link h2 {
  color: #f6b128;
  margin: 0;
}

.logo-link img {
  display: block;
  cursor: pointer;
}

.menu {
  display: flex;
  gap: 35px;

  list-style: none;
}

.menu a {
  text-decoration: none;

  color: #f9b122;

  font-weight: 700;

  position: relative;

  transition: 0.3s;
}

.menu a:hover {
  color: #f9b122;
}

.menu a::after {
  content: "";

  position: absolute;

  bottom: -8px;
  right: 0;

  width: 0;
  height: 2px;

  background: #f9b122;

  transition: 0.4s;
}

.menu a:hover::after {
  width: 100%;
}

.start-btn {
  display: flex;
  align-items: center;
  gap: 10px;

  background: #f9b122;

  padding: 14px 28px;

  border-radius: 15px;

  text-decoration: none;

  font-weight: 800;

  color: #111744;

  transition: 0.4s;
}

.start-btn:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 25px rgba(249, 177, 34, 0.4);
}


/* =========================
   HERO
========================= */

.hero {
  min-height: 100vh;

  background: #111744;

  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  padding: 120px 7%;
}

/* المحتوى */

.hero-container {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 80px;

  position: relative;

  z-index: 10;
}

/* يمين */

.hero-right {
  flex: 1;

  text-align: center;
}

/* دائرة اللوكو */

.logo-wrapper {
  width: 420px;
  height: 420px;

  margin: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  border: 4px solid rgba(249, 177, 34, 0.3);

  box-shadow: 0 0 50px rgba(249, 177, 34, 0.15);

  animation: rotateBorder 20s linear infinite;
}

.hero-logo {
  width: 280px;

  animation: floatLogo 5s ease-in-out infinite;
}

/* النص */

.platform-name {
  font-size: 60px;

  font-weight: 900;

  color: white;

  margin-top: 20px;
}

.platform-slogan {
  font-size: 24px;

  color: #f9b122;

  margin-top: 10px;
}

/* يسار */

.hero-left {
  flex: 1;
}

.hero-title {
  font-size: 90px;

  line-height: 1.2;

  font-weight: 900;

  animation: fadeUp 1.2s ease;
}

.hero-title .white {
  color: white;
}

.hero-title .gold {
  color: #f9b122;
}

.hero-text {
  font-size: 22px;

  color: #ddd;

  line-height: 2;

  margin-top: 25px;

  max-width: 650px;
}

/* المميزات */

.hero-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-top: 40px;
}

.feature {
  background: rgba(249, 177, 34, 0.08);

  border: 1px solid rgba(249, 177, 34, 0.25);

  padding: 20px;

  border-radius: 18px;

  color: white;

  display: flex;

  align-items: center;

  gap: 12px;

  font-weight: 700;

  transition: 0.4s;
}

.feature:hover,
.feature:active {
  transform: translateY(-8px);

  background: rgba(249, 177, 34, 0.15);
}

.feature i {
  font-size: 28px;

  color: #f9b122;
}

/* الجسيمات */

.particle {
  position: absolute;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: #f9b122;

  box-shadow: 0 0 20px rgba(249, 177, 34, 0.75);

  animation: particleFloat 8s infinite ease-in-out;
}

.p1 {
  top: 10%;
  left: 10%;
}
.p2 {
  top: 15%;
  left: 25%;
}
.p3 {
  top: 75%;
  left: 15%;
}
.p4 {
  top: 45%;
  left: 35%;
}
.p5 {
  top: 20%;
  left: 55%;
}
.p6 {
  top: 80%;
  left: 65%;
}
.p7 {
  top: 25%;
  left: 85%;
}
.p8 {
  top: 60%;
  left: 90%;
}
.p9 {
  top: 85%;
  left: 45%;
}
.p10 {
  top: 35%;
  left: 75%;
}

/* خطوط الشبكة */

.hero::before {
  content: "";

  position: absolute;

  inset: 0;

  background-image:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgba(249, 177, 34, 0.05) 50%,
      transparent 50.2%
    ),
    linear-gradient(
      0deg,
      transparent 49.8%,
      rgba(249, 177, 34, 0.05) 50%,
      transparent 50.2%
    );

  background-size: 140px 140px;

  animation: gridMove 20s linear infinite;
}

/* الحركات */

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes floatLogo {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes particleFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes gridMove {
  0% {
    background-position:
      0 0,
      0 0;
  }

  100% {
    background-position:
      140px 140px,
      140px 140px;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;

    text-align: center;
  }

  .logo-wrapper {
    width: 280px;
    height: 280px;
  }

  .hero-logo {
    width: 180px;
  }

  .hero-title {
    font-size: 55px;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-text {
    margin: auto;
    margin-top: 20px;
  }
}

.hero-logo {
  width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
}
/* =========================
   SECTION
========================= */

.section {
  padding: 120px 7%;

  background: var(--primary);
}

.section-header {
  text-align: center;

  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 55px;

  color: #fff;

  font-weight: 900;
}

.section-header p {
  color: #f9b122;

  font-size: 20px;

  margin-top: 10px;
}

.cards-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));

  gap: 16px;
  justify-content: center;
  align-items: stretch;
}

.cards-grid > *,
.staff-grid > * {
  width: 100%;
  max-width: 100%;
}

.course-card,
.job-card,
.offer-card {
  background: linear-gradient(145deg, #111744 0%, #1b2561 100%);

  border-radius: 25px;

  overflow: hidden;

  transition: 0.4s;
  box-shadow: 0 15px 35px rgba(17, 23, 68, 0.25);
  border: 1px solid rgba(249, 177, 34, 0.16);
}

.course-card:hover,
.job-card:hover,
.offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(17, 23, 68, 0.35);
}

.course-card img,
.offer-card img {
  width: 100%;

  height: 240px;

  object-fit: cover;
}

.card-content,
.offer-body,
.job-card {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-content h3,
.offer-body h3,
.job-card h3 {
  color: #fff;

  font-size: 24px;

  margin-bottom: 0;
  line-height: 1.5;
}

.card-content p,
.offer-body p,
.job-card p {
  color: #e6eaf7;

  line-height: 1.8;
  margin: 0;
  min-height: 90px;
}

.card-content a,
.job-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: #f9b122;
  color: #111744;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.3s ease;
}

.card-content a:hover,
.job-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(249, 177, 34, 0.25);
}

.discount {
  background: #111744;

  color: #fff;

  padding: 10px 20px;

  display: inline-block;

  border-radius: 10px;

  margin-bottom: 15px;

  font-weight: bold;
}

.job-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 177, 34, 0.18);
  color: #f9b122;
  font-size: 30px;
  margin-bottom: 6px;
}

.staff-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  gap: 25px;
}

.teacher-card {
  background: #111744;

  padding: 25px;

  border-radius: 25px;

  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 35px rgba(17, 23, 68, 0.25);
}

.teacher-card img {
  width: 150px;
  height: 150px;

  border-radius: 50%;

  object-fit: cover;

  margin-bottom: 15px;
  border: 3px solid #f9b122;
}

.teacher-card h3 {
  color: #fff;

  font-size: 24px;
}

.teacher-card span,
.teacher-card p {
  color: #e6eaf7;
}

.survey-box {
  background: #f9b122;

  padding: 60px;

  border-radius: 30px;

  text-align: center;
}

.survey-box h2 {
  color: #111744;

  font-size: 45px;
}

.survey-box a {
  display: inline-block;

  margin-top: 25px;

  background: #111744;

  color: #fff;

  padding: 15px 35px;

  border-radius: 15px;

  text-decoration: none;
}
/* =========================
   CARDS
========================= */

.cards .card,
.steps .step {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.6s forwards;
}

/* تأخير لكل عنصر */
.cards .card:nth-child(1) {
  animation-delay: 0.1s;
}
.cards .card:nth-child(2) {
  animation-delay: 0.2s;
}
.cards .card:nth-child(3) {
  animation-delay: 0.3s;
}
.cards .card:nth-child(4) {
  animation-delay: 0.4s;
}
.cards .card:nth-child(5) {
  animation-delay: 0.5s;
}
.cards .card:nth-child(6) {
  animation-delay: 0.6s;
}

/* steps */
.steps .step:nth-child(1) {
  animation-delay: 0.1s;
}
.steps .step:nth-child(2) {
  animation-delay: 0.2s;
}
.steps .step:nth-child(3) {
  animation-delay: 0.3s;
}
.steps .step:nth-child(4) {
  animation-delay: 0.4s;
}
.steps .step:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cards {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 25px;
}

.card {
  background: #fff;

  border-radius: 25px;

  overflow: hidden;

  box-shadow: var(--shadow);

  transition: 0.4s;
}

.card:hover {
  transform: translateY(-10px);
}

.card img {
  width: 100%;
  height: 220px;

  object-fit: cover;
}

.card-content {
  padding: 25px;
}

.card-content h3 {
  color: var(--primary);

  margin-bottom: 10px;
}

.card-content p {
  color: #666;

  line-height: 1.8;
}

.learning-path {
  padding: 120px 7%;

  background: var(--primary);

  text-align: center;
}

.section-head h2 {
  font-size: 60px;

  color: #fff;

  font-weight: 900;

  margin-bottom: 15px;
}

.section-head span {
  color: #f9b122;
}

.section-head p {
  color: #ddd;

  font-size: 20px;

  margin-bottom: 60px;
}

.steps {
  display: flex;

  justify-content: center;
  align-items: center;

  flex-wrap: wrap;

  gap: 20px;
}

.step {
  width: 250px;

  background: #0d133b;

  border: 2px solid #f9b122;

  border-radius: 30px;

  padding: 40px 20px;

  position: relative;

  transition: 0.4s;
}

.step:hover {
  transform: translateY(-10px);

  box-shadow: 0 10px 30px rgba(249, 177, 34, 0.25);
}

.number {
  position: absolute;

  top: -20px;
  left: 50%;

  transform: translateX(-50%);

  width: 50px;
  height: 50px;

  background: #f9b122;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  font-weight: 800;

  color: #111744;
}

.step i {
  font-size: 70px;

  color: #f9b122;

  margin-bottom: 20px;
}

.step h3 {
  color: #fff;

  font-size: 35px;

  margin-bottom: 10px;
}

.step p {
  color: #f9b122;

  font-size: 22px;
}

.arrow i {
  font-size: 40px;

  color: #f9b122;
}

@media (max-width: 992px) {
  .arrow {
    display: none;
  }

  .step {
    width: 100%;
    max-width: 350px;
  }
}

/* ==========================
   LEARNING PATH
========================== */

.learning-path {
  background: var(--primary);

  padding: 120px 5%;

  text-align: center;

  position: relative;

  overflow: hidden;
}

.path-header h2 {
  font-size: 70px;

  font-weight: 900;

  color: #fff;

  margin-bottom: 15px;
}

.path-header span {
  color: #f9b122;
}

.path-header p {
  font-size: 24px;

  color: #ddd;

  margin-bottom: 80px;
}

.path-container {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 20px;

  flex-wrap: nowrap;
}

.step-card {
  width: 260px;

  height: 380px;

  border: 2px solid #f9b122;

  border-radius: 30px;

  background: #0c143f;

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  transition: 0.4s;
  opacity: 0;
  transform: translateY(40px);
}

.step-card.active {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.8s ease forwards;
}

.step-card:hover {
  transform: translateY(-15px);

  box-shadow: 0 0 30px rgba(249, 177, 34, 0.25);
}

.step-number {
  position: absolute;

  top: -30px;

  width: 70px;
  height: 70px;

  background: #f9b122;

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  font-size: 36px;

  font-weight: 900;

  color: #111744;
}

.step-card i {
  font-size: 95px;

  color: #f9b122;

  margin-bottom: 25px;
}

.line {
  width: 60px;

  height: 3px;

  background: #f9b122;

  margin-bottom: 20px;
}

.step-card h3 {
  font-size: 46px;

  color: #fff;

  font-weight: 900;

  margin-bottom: 8px;
}

.step-card span {
  font-size: 32px;

  color: #f9b122;

  font-weight: 700;
}

.arrow i {
  font-size: 45px;

  color: #f9b122;

  animation: moveArrow 2s infinite;
}

.path-footer {
  margin-top: 70px;

  font-size: 34px;

  font-weight: 800;

  color: #fff;

  position: relative;

  display: inline-block;
}

.path-footer::before,
.path-footer::after {
  content: "";

  position: absolute;

  top: 50%;

  width: 140px;

  height: 2px;

  background: #f9b122;
}

.path-footer::before {
  right: 105%;
}

.path-footer::after {
  left: 105%;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Mobile */

@media (max-width: 1200px) {
  .path-container {
    flex-wrap: wrap;
  }

  .arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .path-header h2 {
    font-size: 50px;
  }

  .path-header p {
    font-size: 18px;
  }

  .step-card {
    width: 100%;

    max-width: 320px;

    height: 320px;
  }

  .step-card h3 {
    font-size: 34px;
  }

  .step-card span {
    font-size: 24px;
  }
}

/* =========================
   LUXURY OFFERS CARDS
========================= */

.offer-card {
  position: relative;

  background: #fff;

  border-radius: 25px;

  overflow: hidden;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

  transition: 0.45s ease;

  border: 2px solid transparent;
}

.offer-card:hover {
  transform: translateY(-12px);

  border-color: #f9b122;

  box-shadow: 0 20px 45px rgba(249, 177, 34, 0.25);
}

/* الشريط الذهبي أعلى البطاقة */

.offer-card::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 100%;
  height: 6px;

  background: linear-gradient(90deg, #f9b122, #ffd56d, #f9b122);
}

/* =========================
   IMAGE
========================= */

.offer-image {
  width: 100%;

  height: 240px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #f8f9fc;

  padding: 15px;
}

.offer-image img {
  max-width: 100%;

  max-height: 100%;

  object-fit: contain;

  transition: 0.5s;
}

.offer-card:hover img {
  transform: scale(1.06);
}

/* =========================
   DISCOUNT
========================= */

.discount {
  position: absolute;

  top: 15px;
  left: 15px;

  background: #f9b122;

  color: #111744;

  font-weight: 800;

  font-size: 13px;

  padding: 8px 14px;

  border-radius: 30px;

  box-shadow: 0 6px 15px rgba(249, 177, 34, 0.35);
}

/* =========================
   CONTENT
========================= */

.offer-content {
  padding: 22px;

  text-align: center;
}

.offer-content h3 {
  color: #111744;

  font-size: 22px;

  font-weight: 800;

  margin-bottom: 12px;
}

.offer-content p {
  color: #555;

  line-height: 1.9;

  font-size: 15px;
}

.offer-content .price {
  display: block;

  margin-top: 15px;

  font-size: 24px;

  font-weight: 900;

  color: #f9b122;
}

.offer-content a {
  display: inline-block;

  margin-top: 18px;

  padding: 12px 28px;

  background: #111744;

  color: #fff;

  text-decoration: none;

  border-radius: 12px;

  font-weight: 700;

  transition: 0.3s;
}

.offer-content a:hover {
  background: #f9b122;

  color: #111744;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .offer-image {
    height: 190px;
  }

  .offer-content {
    padding: 18px;
  }

  .offer-content h3 {
    font-size: 18px;
  }

  .offer-content p {
    font-size: 14px;
  }
}
/* =========================
   STAFF
========================= */

.staff-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

  gap: 25px;
}

.staff-card {
  background: #fff;

  padding: 25px;

  text-align: center;

  border-radius: 25px;

  box-shadow: var(--shadow);

  transition: 0.4s;
}

.staff-card:hover {
  transform: translateY(-10px);
}

.staff-card img {
  width: 140px;
  height: 140px;

  border-radius: 50%;

  object-fit: cover;

  border: 5px solid var(--gold);

  margin-bottom: 15px;
}

.staff-card h3 {
  color: var(--primary);
}

.staff-card span {
  color: var(--gold);
  font-weight: 700;
}

/* =========================
   OFFERS
========================= */

.offer {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));

  padding: 30px;

  border-radius: 25px;

  color: #f6efef;

  box-shadow: var(--shadow);
}

/* =========================
   SURVEY
========================= */

.survey-box {
  background: #f9b122;

  padding: 40px;

  border-radius: 25px;

  box-shadow: var(--shadow);

  text-align: center;
}

.survey-box a {
  display: inline-block;

  margin-top: 20px;

  background: var(--primary);

  color: #fff;

  padding: 15px 30px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 700;
}

/* =========================
   FOOTER
========================= */

footer {
  background: var(--primary);

  color: #fff;

  padding: 50px 7%;

  text-align: center;
}

footer h3 {
  margin-bottom: 15px;
}

footer p {
  line-height: 2;
}

/* =========================
   ANIMATION
========================= */

.card,
.staff-card {
  animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .navbar {
    height: auto;
    padding: 15px 5%;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(249, 177, 34, 0.12);
    color: #f9b122;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

  .nav-toggle:hover {
    background: rgba(249, 177, 34, 0.25);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(249, 177, 34, 0.12);
    color: #f9b122;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

  .nav-toggle:hover {
    background: rgba(249, 177, 34, 0.25);
  }

  .menu {
    display: none;
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    background: rgba(13, 19, 56, 0.98);
    flex-direction: column;
    gap: 0;
    padding: 20px 10px 30px;
    z-index: 9998;
    border-top: 1px solid rgba(249, 177, 34, 0.2);
  }

  .menu.open {
    display: flex;
  }

  .menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  .menu li:last-child {
    margin-bottom: 0;
  }

  .menu a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: rgba(249, 177, 34, 0.08);
    border-radius: 14px;
  }

  .start-btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .section-title h2 {
    font-size: 30px;
  }
}

.apps-section {
  padding: 100px 20px;

  text-align: center;

  background: var(--primary);
}

.apps-section h2 {
  color: white;

  font-size: 40px;

  margin-bottom: 40px;
}

.apps-icons {
  display: flex;

  justify-content: center;

  gap: 25px;

  flex-wrap: wrap;
}

.apps-icons a {
  width: 80px;
  height: 80px;

  background: #f9b122;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  text-decoration: none;

  font-size: 35px;

  color: #111744;

  transition: 0.4s;
}

.apps-icons a:hover {
  transform: translateY(-10px) rotate(10deg);
}

/*====================================
        COURSES SECTION
====================================*/
/*==============================
      COURSES SECTION
===============================*/

.course-card {
  background: #f9b122;

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  box-shadow: 0 10px 24px rgba(17, 23, 68, 0.16);

  transition: 0.4s;
  border: 1px solid rgba(17, 23, 68, 0.08);
}

.course-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(212, 175, 55, 0.25);
}

/* الخط الذهبي */

.course-card::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(90deg, #d4af37, #ffe58f, #d4af37);
}

/*==============================
      IMAGE
===============================*/

.course-image {
  position: relative;

  width: 100%;

  height: 150px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 8px;

  background: linear-gradient(145deg, #111744, #1b2561);
}

.course-image img {
  max-width: 100%;

  max-height: 100%;

  width: auto;

  height: auto;

  object-fit: contain;

  transition: 0.5s;
}

.course-card:hover .course-image img {
  transform: scale(1.05);
}

/*==============================
      BADGE
===============================*/

.course-badge {
  position: absolute;

  top: 15px;

  left: 15px;

  background: #d4af37;

  color: #111827;

  padding: 8px 16px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: bold;

  z-index: 5;

  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.35);
}

/*==============================
      CONTENT
===============================*/

.card-content {
  padding: 12px 12px 14px;

  text-align: center;
}

.card-content h3 {
  color: #111744;

  font-size: 18px;

  margin-bottom: 8px;

  font-weight: 800;
}

.card-content p {
  color: #4b5563;

  line-height: 1.6;

  font-size: 13px;

  min-height: 58px;

  margin-bottom: 0;
}

/*==============================
      RESPONSIVE
===============================*/

@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }
}

@media (max-width: 768px) {
  .cards-grid,
  .staff-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .course-image {
    height: 220px;
  }

  .card-content {
    padding: 18px;
  }

  .card-content h3 {
    font-size: 18px;
  }

  .card-content p {
    font-size: 14px;

    min-height: auto;
  }

  .card-content a {
    width: 100%;
  }
}

/*======================================
          TECHNOLOGY SECTION
======================================*/

.tech-section {
  padding: 110px 7%;
  background: var(--primary);
  position: relative;
  overflow: hidden;
}

.tech-section::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 70%
  );
  border-radius: 50%;
  top: -160px;
  right: -140px;
  filter: blur(55px);
  pointer-events: none;
  animation: float1 8s infinite ease-in-out;
}

.tech-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
  bottom: -140px;
  left: -120px;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  animation: float2 10s infinite ease-in-out;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.section-title span {
  color: #f9b122;
  font-family: "Alexandria", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.section-title h2 {
  color: #fff;
  margin-top: 18px;
  font-size: 44px;
  font-family: "Alexandria", sans-serif;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(249, 177, 34, 0.2);
}

.section-title p {
  color: #cfd6f1;
  width: 70%;
  margin: 20px auto 0;
  line-height: 2;
  font-size: 18px;
  font-family: "Alexandria", sans-serif;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 300px));
  gap: 35px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.tech-card {
  background: rgba(13, 19, 56, 0.95);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  padding: 40px 30px;
  transition: 0.45s;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tech-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(249, 177, 34, 0.08),
    transparent 60%
  );
  pointer-events: none;
}

.tech-card:hover {
  transform: translateY(-12px);
  border-color: #f9b122;
  box-shadow: 0 10px 24px rgba(249, 177, 34, 0.14);
}

.icon {
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 50%;
  background: #f9b122;
  color: #111744;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 28px;
  transition: 0.4s;
  box-shadow: 0 0 20px rgba(249, 177, 34, 0.22);
}

.tech-card:hover .icon {
  transform: rotate(10deg) scale(1.1);
}

.tech-card h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
}

.tech-card p {
  color: #d7def6;
  line-height: 2;
  font-size: 16px;
  font-family: "Alexandria", sans-serif;
}

/*==========================
        TABLET
==========================*/

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
  }

  .section-title p {
    width: 100%;
    font-size: 17px;
  }

  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*==========================
        MOBILE
==========================*/

@media (max-width: 768px) {
  .tech-section {
    padding: 90px 6%;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title span {
    font-size: 16px;
  }

  .tech-grid {
    grid-template-columns: 1fr;
  }

  .tech-card {
    padding: 35px 25px;
  }

  .icon {
    width: 75px;
    height: 75px;
    font-size: 34px;
  }

  .tech-card h3 {
    font-size: 22px;
  }

  .tech-card p {
    font-size: 15px;
  }
}

/*==================================
        REWARDS SECTION
==================================*/

#rewards {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* الخلفية المضيئة */

#rewards::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  left: -180px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(249, 177, 34, 0.18),
    transparent 70%
  );
  filter: blur(70px);
  animation: glowOne 9s ease-in-out infinite;
}

#rewards::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  bottom: -150px;
  right: -150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(249, 177, 34, 0.12),
    transparent 70%
  );
  filter: blur(60px);
  animation: glowTwo 12s ease-in-out infinite;
}

/*==================================
            CARD
==================================*/

#rewards .tech-card {
  position: relative;

  overflow: hidden;

  animation: cardFloat 5s ease-in-out infinite;

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

#rewards .tech-card h3 {
  color: #f9b122;
  animation: rewardTextPulse 2.8s ease-in-out infinite;
}

#rewards .tech-card p {
  color: #f9b122;
  opacity: 0.95;
  animation: rewardTextPulse 2.8s ease-in-out infinite;
  animation-delay: 0.2s;
}

@keyframes rewardTextPulse {
  0%,
  100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(249, 177, 34, 0.15);
  }
  50% {
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(249, 177, 34, 0.25);
  }
}

/* كل بطاقة بحركة مختلفة */

#rewards .tech-card:nth-child(1) {
  animation-duration: 5s;
}

#rewards .tech-card:nth-child(2) {
  animation-duration: 6s;
  animation-delay: 0.5s;
}

#rewards .tech-card:nth-child(3) {
  animation-duration: 5.4s;
  animation-delay: 1s;
}

#rewards .tech-card:nth-child(4) {
  animation-duration: 6.8s;
  animation-delay: 1.5s;
}

/* لمعان مستمر */

#rewards .tech-card::before {
  content: "";

  position: absolute;

  top: -180%;

  left: -70%;

  width: 60%;

  height: 380%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );

  transform: rotate(25deg);

  animation: shine 5s linear infinite;
}

/* دائرة ذهبية داخل البطاقة */

#rewards .tech-card::after {
  content: "";

  position: absolute;

  width: 180px;

  height: 180px;

  right: -80px;

  top: -80px;

  border-radius: 50%;

  background: radial-gradient(circle, #ffd70022, transparent);

  animation: pulseGlow 4s ease-in-out infinite;
}

/*==================================
            ICON
==================================*/

#rewards .icon {
  background: #f9b122;

  color: #111744;

  box-shadow: 0 0 20px rgba(249, 177, 34, 0.45);

  animation: iconFloat 3.5s ease-in-out infinite;

  transition: 0.4s;
}

#rewards .tech-card:nth-child(2) .icon {
  animation-duration: 4.5s;
}

#rewards .tech-card:nth-child(3) .icon {
  animation-duration: 5s;
}

#rewards .tech-card:nth-child(4) .icon {
  animation-duration: 4s;
}

/* Hover */

#rewards .tech-card:hover {
  transform: translateY(-14px) scale(1.03);

  box-shadow:
    0 12px 24px rgba(249, 177, 34, 0.14),
    0 0 18px rgba(249, 177, 34, 0.12);
}

#rewards .tech-card:hover .icon {
  transform: rotate(15deg) scale(1.15);

  box-shadow: 0 0 20px rgba(249, 177, 34, 0.5);
}

/*==================================
            TITLE
==================================*/

#rewards h2 {
  animation: titleGlow 3s ease-in-out infinite;
}

/*==================================
            ANIMATIONS
==================================*/

@keyframes glowOne {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(40px, 35px);
  }
}

@keyframes glowTwo {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-35px, -30px);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(8deg);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);

    opacity: 0.4;
  }

  50% {
    transform: scale(1.3);

    opacity: 0.9;
  }
}

@keyframes shine {
  0% {
    left: -120%;
  }

  100% {
    left: 220%;
  }
}

@keyframes titleGlow {
  0%,
  100% {
    text-shadow: 0 0 12px rgba(255, 210, 0, 0.25);
  }

  50% {
    text-shadow:
      0 0 25px rgba(255, 210, 0, 0.7),
      0 0 45px rgba(255, 210, 0, 0.4);
  }
}

/*=========================
        JOIN SECTION
=========================*/

#join .tech-card {
  position: relative;
  overflow: hidden;

  animation: cardFloat 5s ease-in-out infinite;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

/* كل بطاقة تتحرك بسرعة مختلفة */

#join .tech-card:nth-child(1) {
  animation-delay: 0s;
  animation-duration: 4.8s;
}

#join .tech-card:nth-child(2) {
  animation-delay: 0.7s;
  animation-duration: 5.6s;
}

#join .tech-card:nth-child(3) {
  animation-delay: 1.4s;
  animation-duration: 6.2s;
}

/* الدائرة الذهبية */

#join .tech-card::before {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  background: radial-gradient(circle, #ffd20055, transparent 70%);

  border-radius: 50%;

  top: -120px;
  right: -120px;

  animation: glowMove 8s linear infinite;
}

/* لمعان يمر فوق البطاقة */

#join .tech-card::after {
  content: "";

  position: absolute;

  top: -150%;

  left: -50%;

  width: 60%;

  height: 320%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );

  transform: rotate(25deg);

  animation: shine 5s linear infinite;
}

/* Hover */

#join .tech-card:hover {
  transform: translateY(-12px) scale(1.04);

  box-shadow:
    0 10px 24px rgba(249, 177, 34, 0.16),
    0 0 16px rgba(249, 177, 34, 0.12);
}

/*=========================
        ICON
=========================*/

#join .icon {
  animation: iconFloat 3.5s ease-in-out infinite;
}

#join .tech-card:nth-child(2) .icon {
  animation-duration: 4.5s;
}

#join .tech-card:nth-child(3) .icon {
  animation-duration: 5.2s;
}

/*=========================
        BUTTON
=========================*/

.join-btn {
  display: inline-block;

  margin-top: 25px;

  padding: 13px 32px;

  background: #ffd200;

  color: #111744;

  text-decoration: none;

  border-radius: 50px;

  font-family: "Alexandria", sans-serif;

  font-weight: 700;

  transition: 0.35s;

  animation: buttonPulse 2.5s infinite;
}

.join-btn:hover {
  background: #fff;

  transform: scale(1.08);
}

/*=========================
        ANIMATIONS
=========================*/

@keyframes cardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(8deg);
  }
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-25px, 18px);
  }

  50% {
    transform: translate(-15px, 35px);
  }

  75% {
    transform: translate(15px, 18px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes shine {
  0% {
    left: -120%;
  }

  100% {
    left: 220%;
  }
}

@keyframes buttonPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 210, 0, 0.3);
  }

  50% {
    box-shadow: 0 0 25px rgba(255, 210, 0, 0.6);
  }
}

/*=========================
        ABOUT PREMIUM
==========================*/

.about-premium {
  background: var(--primary);
  padding: 120px 7%;
  position: relative;
  overflow: hidden;
}

/* خلفية متحركة */

.about-premium::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 70%
  );
  top: -180px;
  right: -140px;
  filter: blur(60px);
  animation: float1 8s infinite ease-in-out;
  pointer-events: none;
}

.about-premium::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
  left: -140px;
  bottom: -160px;
  filter: blur(50px);
  animation: float2 10s infinite ease-in-out;
  pointer-events: none;
}

@keyframes float1 {
  50% {
    transform: translateY(50px);
  }
}

@keyframes float2 {
  50% {
    transform: translateY(-40px);
  }
}

.about-premium .container {
  max-width: 1350px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/*========================*/

.section-title {
  text-align: center;

  margin-bottom: 80px;
}

.section-title span {
  color: #f9bb22;

  font-size: 22px;

  font-weight: bold;

  letter-spacing: 2px;

  display: block;

  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 65px;

  font-weight: 900;

  color: #fff;

  line-height: 1.2;
  text-shadow: 0 0 18px rgba(249, 177, 34, 0.16);
  animation: titleGlow 3s ease-in-out infinite;
}

.section-title h2 strong {
  display: block;

  color: #f9bb22;

  margin-top: 8px;
  text-shadow: 0 0 22px rgba(249, 177, 34, 0.28);
  animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
  0%,
  100% {
    text-shadow: 0 0 16px rgba(249, 177, 34, 0.35);
  }
  50% {
    text-shadow: 0 0 30px rgba(249, 177, 34, 0.6);
  }
}

.section-title p {
  max-width: 700px;

  margin: 25px auto 0;

  color: #ddd;

  font-size: 19px;

  line-height: 2;
}

/*========================*/

.about-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 300px));

  gap: 35px;
  justify-content: center;
}

/*========================*/

.about-card {
  background: linear-gradient(135deg, #f9bb22, #ffc107);

  padding: 40px 30px;

  border-radius: 28px;

  position: relative;

  overflow: hidden;

  transition: 0.5s;
}

/* لمعان */

.about-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: -120%;

  width: 70%;

  height: 100%;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );

  transform: skewX(-25deg);

  transition: 1s;
}

.about-card:hover::before {
  left: 150%;
}

.about-card:hover {
  transform: translateY(-15px) scale(1.04);
  box-shadow: 0 10px 24px rgba(249, 177, 34, 0.16);
}

/*========================*/

.icon-box {
  width: 90px;

  height: 90px;

  background: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 42px;

  margin: auto;

  margin-bottom: 25px;

  position: relative;

  overflow: visible;

  border: 2px solid rgba(17, 23, 68, 0.15);

  animation: iconFloat 3s infinite ease-in-out;
}

.icon-box::before,
.icon-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
  animation: cardBubble 2.8s infinite ease-in-out;
}

.icon-box i {
  color: #f9b122;
}

.icon-box::before {
  width: 12px;
  height: 12px;
  top: -6px;
  right: -6px;
}

.icon-box::after {
  width: 8px;
  height: 8px;
  bottom: -3px;
  left: -3px;
  animation-duration: 3.2s;
  animation-direction: reverse;
}

@keyframes iconFloat {
  50% {
    transform: translateY(-10px);
  }
}

@keyframes cardBubble {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translateY(-8px) scale(1.12);
    opacity: 1;
  }
}

/*========================*/

.about-card h3 {
  text-align: center;

  font-size: 30px;

  color: #111744;

  margin-bottom: 18px;

  font-weight: 700;
}

.about-card p {
  text-align: center;

  color: #111744;

  line-height: 2;

  font-size: 17px;

  font-weight: 500;
}

/*========================*/

.reveal {
  opacity: 1;

  animation: showCard 0.8s ease forwards;
}

.about-card:nth-child(1) {
  animation-delay: 0.2s;
}

.about-card:nth-child(2) {
  animation-delay: 0.5s;
}

.about-card:nth-child(3) {
  animation-delay: 0.8s;
}

.about-card:nth-child(4) {
  animation-delay: 1.1s;
}

@keyframes showCard {
  0% {
    opacity: 0;

    transform: translateY(80px) scale(0.8);
  }

  100% {
    opacity: 1;

    transform: translateY(0) scale(1);
  }
}

.reveal.active {
  opacity: 1;

  transform: translateY(0);
}

/*========================*/

.about-card:nth-child(1) {
  transition-delay: 0.1s;
}

.about-card:nth-child(2) {
  transition-delay: 0.3s;
}

.about-card:nth-child(3) {
  transition-delay: 0.5s;
}

.about-card:nth-child(4) {
  transition-delay: 0.7s;
}

/*========================*/

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .about-premium {
    padding: 90px 6%;
  }

  .about-grid,
  .tech-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .section-title h2 {
    font-size: 34px;
  }

  .section-title p {
    font-size: 16px;
  }

  .about-card {
    padding: 30px 22px;
  }

  .about-card h3 {
    font-size: 24px;
  }

  .about-card p {
    font-size: 15px;
  }

  .icon-box {
    width: 75px;
    height: 75px;
    font-size: 34px;
  }
}
