/* ==== Custom Section Backgrounds ==== */

.values {
  background:#a8e6cf ;
  /* تدرج أزرق رمادي ناعم */
}
.target {
  background: #f2fbf8;
  /* تدرج أخضر نعناعي هادئ */
}
/* PARTNERS SECTION */
.partners {
  background: #97bce0;
  padding: 60px 0;
}
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.partner-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px #0001;
  padding: 1.2rem;
  width: 150px;
  text-align: center;
}
.partner-card img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  margin-bottom: 1rem;
}
.partner-card .lang-switch {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .partners-grid {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .partner-card {
    width: 95vw;
    padding: 1rem;
  }
}

/* HERO LINKS BUTTONS */
.hero-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 32px;
}
.hero-link-btn {
  display: inline-block;
  padding: 14px 38px;
  border-radius: 40px;
  background: linear-gradient(90deg, #0b3c5d, #3282b8);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(11, 60, 93, 0.13);
  transition: all 0.25s cubic-bezier(0.4, 1.3, 0.6, 1);
}
.hero-link-btn:hover {
  background: linear-gradient(90deg, #3282b8, #0b3c5d);
  color: #ffd36a;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 32px rgba(11, 60, 93, 0.18);
}
@media (max-width: 600px) {
  .hero-links {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }
  .hero-link-btn {
    width: 100%;
    font-size: 1rem;
    padding: 13px 0;
  }
}
/* CTA Section Positioning */
/* CTA Section Positioning */
.cta {
  position: relative;
}

/* CTA Social Media Icons - Top Right */
.cta-social {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 0.8rem;
  z-index: 10;
}
.cta-social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cta-social {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 0.7rem;
  z-index: 10;
}
.cta-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #fff;
  background: #222;
  transition: all 0.25s cubic-bezier(0.4, 1.3, 0.6, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.cta-social a .bxl-linkedin {
  color: #fff;
}
.cta-social a .bxl-github {
  color: #fff;
}
.cta-social a .bxl-instagram-alt {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 60%, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cta-social a .bxl-twitter {
  color: #fff;
}
.cta-social a .bxl-tiktok {
  color: #fff;
}
.cta-social a .bxl-facebook {
  color: #fff;
}

/* Platform backgrounds */
.cta-social a:nth-child(6) {
  background: #0077b5;
} /* LinkedIn */
.cta-social a:nth-child(5) {
  background: #24292e;
} /* GitHub */
.cta-social a:nth-child(1) {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 60%, #6228d7);
} /* Instagram */
.cta-social a:nth-child(4) {
  background: #000;
} /* Twitter (X) */
.cta-social a:nth-child(2) {
  background: #000;
} /* TikTok */
.cta-social a:nth-child(3) {
  background: #1877f3;
} /* Facebook */

.cta-social a:hover {
  transform: translateY(-4px) scale(1.13);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  filter: brightness(1.08);
}

/* Dark Mode Styles */
body.dark-mode {
  background: #181a1b !important;
  color: #e0e0e0 !important;
}
.navbar.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
}
.footer.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
}
.hero.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
}
.about.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
}
.values.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
}
.card.dark-mode,
.value-box.dark-mode {
  background: #23272a !important;
  color: #e0e0e0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.section-title.dark-mode {
  color: #e0e0e0 !important;
}
/* RESET */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cairo", "Tajawal", "Almarai", sans-serif;
}

body {
  background: #f5f7fa;
  color: #0b3c5d;
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 750px;
  padding: 20px;
}

.hero h1 {
  font-size: 60px;
}

.hero h1 span.super {
  color: #180bcf;
}
.hero h1 span.plus {
  color: #b2da23;
}

.tagline {
  font-size: 26px;
  margin: 12px 0;
  opacity: 0.95;
}

.hero-desc {
  font-size: 20px;
  margin: 25px 0 40px;
}

/* BUTTON */
.btn {
  padding: 16px 44px;
  border-radius: 50px;
  background: linear-gradient(90deg, #f4b41a, #ffd36a);
  color: #222;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(244, 180, 26, 0.4);
}

.btn.dark {
  background: linear-gradient(90deg, #0b3c5d, #3282b8);
  color: white;
}

/* SECTIONS */
section {
  padding: 100px 80px;
  text-align: center;
}

.section-title {
  font-size: 42px;
  margin-bottom: 60px;
}

/* ABOUT */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.card {
  background: white;
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}



.values-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.value-box {
  background: white;
  padding: 26px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
}

/* CTA */
.cta {
  background: linear-gradient(120deg, #0b3c5d, #3282b8);
  color: white;
}

/* FOOTER */
.footer {
  background: #0b3c5d;
  color: white;
  padding: 30px;
  text-align: center;
}

/* ANIMATION */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.9s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .hero h1 {
    font-size: 28px;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    width: 100%;
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .cta-social {
    top: 10px;
    right: 10px;
  }
  .cta-social a {
    width: 32px;
    height: 32px;
    font-size: 1.05rem;
  }
}
