/* =========================================================
   1. إصلاح عرض الخط لأيقونات Font Awesome
   ========================================================= */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2') format('woff2');
}

/* ==========================================================================
   2. إعادة الضبط والمتغيرات وهيكل الصفحة العام (GPU Accelerated)
   ========================================================================== */
:root {
  --primary-color: #00f0ff;
  --accent-color: #00f090;
  --secondary-color: #7c3aed;
  --text-dark: #ffffff;
  --text-light: #cbd5e1;
  --bg-dark: #030712;
  --bg-card: rgba(13, 19, 35, 0.85);
  --white: #ffffff;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html {
  background-color: #030712 !important; 
  scroll-behavior: smooth;
}

body {
  font-family: 'Tajawal', 'Cairo', sans-serif;
  background-color: #030712 !important;
  color: #cbd5e1;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

a { 
  text-decoration: none; 
  color: inherit;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

img { 
  max-width: 100%; 
  height: auto; 
  display: block; 
  border-radius: 8px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-layout-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

body.is-homepage .content-layout-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.layout-sidebar {
  display: none !important;
}

.layout-main {
  width: 100% !important;
  float: none !important;
}

/* ==========================================================================
   3. الهيدر الكوانتم الفاخر الموحد (Ultra Luxury Header)
   ========================================================================== */
.modern-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 10000;
  background: rgba(3, 7, 18, 0.92) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(0, 240, 255, 0.2) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 240, 255, 0.06);
  transition: transform 0.35s ease, background 0.3s ease;
  box-sizing: border-box;
  will-change: transform;
}

.modern-header.is-hidden {
  transform: translateY(-100%);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  box-sizing: border-box;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.03);
}

.logo-icon-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(0, 240, 144, 0.15));
  border: 1px solid rgba(0, 240, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
}

.logo-icon {
  font-size: 24px;
}

.logo-pulse {
  position: absolute;
  inset: -3px;
  border-radius: 16px;
  border: 1px solid #00f0ff;
  opacity: 0;
  animation: logoPulseAnim 2.5s infinite;
}

@keyframes logoPulseAnim {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(0.95); opacity: 0; }
}

.logo-text-wrap {
  display: flex;
  flex-direction: column;
}

.logo-text {
  font-family: 'Cairo', sans-serif;
  font-size: 23px;
  font-weight: 900;
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 15px rgba(0, 240, 255, 0.4));
  line-height: 1.2;
}

.logo-badge {
  font-size: 10.5px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.3px;
}

.main-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #cbd5e1 !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 9px 16px !important;
  border-radius: 50px !important;
  background: rgba(13, 19, 35, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.nav-link i {
  font-size: 13.5px;
  color: #00f0ff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.nav-link:hover {
  color: #ffffff !important;
  background: rgba(0, 240, 255, 0.12) !important;
  border-color: rgba(0, 240, 255, 0.4) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 18px rgba(0, 240, 255, 0.2);
}

.nav-link:hover i {
  transform: scale(1.15) rotate(-6deg);
  color: #00f090;
}

.nav-link.active {
  color: #030712 !important;
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%) !important;
  border-color: transparent !important;
  font-weight: 800 !important;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.45) !important;
}

.nav-link.active i {
  color: #030712 !important;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

.auth-btn i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.auth-btn.login-btn {
  background: rgba(0, 240, 255, 0.08) !important;
  color: #00f0ff !important;
  border: 1px solid rgba(0, 240, 255, 0.35) !important;
  box-shadow: 0 2px 12px rgba(0, 240, 255, 0.12) !important;
}

.auth-btn.login-btn:hover {
  background: rgba(0, 240, 255, 0.2) !important;
  color: #ffffff !important;
  border-color: #00f0ff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(0, 240, 255, 0.35) !important;
}

.auth-btn.login-btn:hover i {
  transform: translateX(-4px);
}

.auth-btn.register-btn {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%) !important;
  color: #030712 !important;
  border: 1px solid transparent !important;
  box-shadow: 0 4px 20px rgba(0, 240, 255, 0.35) !important;
}

.auth-btn.register-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0, 240, 255, 0.6) !important;
  color: #000000 !important;
}

.auth-btn.register-btn:hover i {
  transform: scale(1.15);
}

.mobile-toggle {
  display: none;
  background: rgba(13, 19, 35, 0.9);
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: border-color 0.3s ease;
}

.mobile-toggle:hover {
  border-color: #00f0ff;
}

.hamburger-lines {
  width: 20px;
  height: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: #00f0ff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-toggle.is-active .hamburger-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-toggle.is-active .hamburger-lines span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.is-active .hamburger-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.menu-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.mobile-auth-item { display: none; }

@media (max-width: 992px) {
  .desktop-auth { display: none !important; }
  .mobile-toggle { display: flex !important; }

  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 290px;
    height: 100vh;
    background: #080f26 !important;
    border-left: 1px solid rgba(0, 240, 255, 0.25);
    z-index: 9999;
    padding: 85px 20px 30px;
    box-shadow: -15px 0 45px rgba(0, 0, 0, 0.9);
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    will-change: right;
  }

  .main-nav.is-active { right: 0 !important; }

  .nav-list {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .nav-link {
    font-size: 14.5px !important;
    padding: 12px 18px !important;
    border-radius: 14px !important;
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mobile-auth-item { 
    display: block !important; 
    margin-top: 15px !important; 
    padding-top: 18px !important;
    border-top: 1px dashed rgba(0, 240, 255, 0.25) !important;
    width: 100% !important; 
  }

  .mobile-auth-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .mobile-auth-box .auth-btn {
    width: 100% !important;
    padding: 13px 20px !important;
    font-size: 15px !important;
    border-radius: 14px !important;
  }
}

/* ==========================================================================
   4. سلايدر الرئيسية المطور (Hero Slider)
   ========================================================================== */
.physics-hero-viewport {
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  background: linear-gradient(145deg, #030712 0%, #080f26 100%);
  width: 100vw !important;
  min-height: 100vh;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 240, 255, 0.2);
  contain: content;
}

.physics-hero-glow-layer {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.22) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.physics-hero-inner-box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.physics-hero-single-slide {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
}

.physics-hero-single-slide.slide-active {
  display: flex;
  opacity: 1;
}

.physics-hero-text-block {
  flex: 1.25;
}

.physics-hero-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.35);
  color: #00f0ff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 22px;
  box-shadow: 0 4px 15px rgba(0, 240, 255, 0.1);
}

.physics-hero-main-heading {
  font-size: clamp(30px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.physics-hero-main-heading span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.35));
}

.physics-hero-sub-paragraph {
  font-size: 17.5px;
  color: #cbd5e1;
  line-height: 1.85;
  margin-bottom: 35px;
  font-weight: 600;
  max-width: 650px;
}

.physics-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.physics-hero-btn-glow {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040814 !important;
  font-weight: 900;
  font-size: 16px;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.35);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  will-change: transform;
}

.physics-hero-btn-glow:hover {
  transform: translateY(-3px) translateZ(0);
  box-shadow: 0 16px 40px rgba(0, 240, 255, 0.55);
}

.physics-hero-btn-glass {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 16px;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.physics-hero-btn-glass:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #00f0ff;
}

.physics-hero-metrics-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.physics-hero-metric-box {
  background: rgba(13, 19, 35, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.25);
  padding: 14px 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.physics-hero-metric-box i {
  font-size: 22px;
  color: #00f0ff;
}

.physics-hero-metric-box strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
}

.physics-hero-metric-box span {
  display: block;
  font-size: 12.5px;
  color: #94a3b8;
  font-weight: 600;
}

.physics-hero-media-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}

.physics-hero-media-wrap img {
  max-width: 480px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 45px rgba(0, 240, 255, 0.3));
  animation: heroFloat 6s ease-in-out infinite;
  will-change: transform;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0px) translateZ(0); }
  50% { transform: translateY(-15px) translateZ(0); }
}

.physics-hero-nav-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(4, 8, 20, 0.88);
  border: 1px solid rgba(0, 240, 255, 0.35);
  padding: 10px 28px;
  border-radius: 50px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.physics-hero-dot-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.35s ease;
}

.physics-hero-dot-item.dot-active {
  width: 30px;
  border-radius: 14px;
  background: linear-gradient(90deg, #00f0ff, #00f090);
  box-shadow: 0 0 14px #00f0ff;
}

@media (max-width: 992px) {
  .physics-hero-single-slide {
    flex-direction: column;
    text-align: center;
    gap: 35px;
  }
  .physics-hero-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .physics-hero-actions, .physics-hero-metrics-row {
    justify-content: center;
  }
  .physics-hero-media-wrap img {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .physics-hero-viewport {
    min-height: auto;
    padding: 70px 15px 90px 15px;
  }
  .physics-hero-main-heading {
    font-size: 28px;
  }
  .physics-hero-sub-paragraph {
    font-size: 15px;
  }
  .physics-hero-btn-glow, .physics-hero-btn-glass {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   5. قسم الترحيب المطور (Welcome Section)
   ========================================================================== */
.ultra-hero-section {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 60px 0;
  background: #040711;
  color: #ffffff;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ultra-hero-bg {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(0, 240, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(124, 58, 237, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.1) 0%, transparent 55%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.ultra-hero-container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 2;
}

.ultra-hero-text {
  flex: 1.1;
}

.ultra-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(124, 58, 237, 0.15));
  border: 1px solid rgba(0, 240, 255, 0.4);
  color: #00f0ff;
  padding: 8px 26px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.2);
  animation: ultraPulseGlow 3s infinite ease-in-out;
}

@keyframes ultraPulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(0, 240, 255, 0.15); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 35px rgba(0, 240, 255, 0.45); border-color: rgba(0, 240, 255, 0.7); }
}

.ultra-hero-title {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 22px 0;
  letter-spacing: -0.5px;
}

.ultra-hero-title span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 50%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.35));
}

.ultra-rotating-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(20px, 2.8vw, 26px);
  color: #f1f5f9;
  margin-bottom: 24px;
  font-weight: 800;
  flex-wrap: wrap;
}

.ultra-rotating-capsule {
  position: relative;
  background: rgba(13, 20, 38, 0.9);
  border: 1px solid rgba(0, 240, 255, 0.4);
  padding: 8px 26px;
  border-radius: 50px;
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.25), inset 0 0 15px rgba(0, 240, 255, 0.1);
  min-width: 160px;
  text-align: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

#ultra-word {
  font-weight: 900;
  color: #00f090;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 0 10px rgba(0, 240, 144, 0.5));
}

.ultra-hero-desc {
  font-size: 17.5px;
  color: #cbd5e1;
  line-height: 1.9;
  margin-bottom: 38px;
  max-width: 620px;
  font-weight: 500;
}

.ultra-btn-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ultra-btn-main {
  position: relative;
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040711 !important;
  font-weight: 900;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 35px rgba(0, 240, 255, 0.35);
  transition: all 0.4s ease;
  overflow: hidden;
}

.ultra-btn-main:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 45px rgba(0, 240, 255, 0.55);
}

.ultra-btn-glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.4s ease;
}

.ultra-btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #00f0ff;
  color: #00f0ff !important;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.2);
}

.ultra-hero-visual {
  flex: 1.2;
  max-width: 620px !important;
  width: 100%;
  position: relative;
}

.ultra-hero-frame {
  position: relative;
  background: rgba(11, 17, 35, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 40px;
  padding: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.75), 0 0 50px rgba(0, 240, 255, 0.25);
  transition: all 0.5s ease;
}

.ultra-hero-frame:hover {
  transform: translateY(-8px);
  border-color: #00f0ff;
  box-shadow: 0 45px 90px rgba(0, 240, 255, 0.35);
}

.ultra-hero-frame img {
  width: 100%;
  max-height: 520px;
  border-radius: 28px;
  display: block;
  object-fit: cover;
}

.ultra-badge-float {
  position: absolute;
  background: rgba(6, 11, 24, 0.92);
  border: 1px solid rgba(0, 240, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px 24px;
  border-radius: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  animation: badgeFloat 4s infinite ease-in-out;
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.ultra-badge-top-right {
  top: -24px;
  right: -24px;
  border-color: rgba(0, 240, 144, 0.45);
  color: #00f090;
}

.ultra-badge-bottom-left {
  bottom: -24px;
  left: -24px;
  border-color: rgba(192, 132, 252, 0.45);
  color: #c084fc;
  animation-delay: 2s;
}

@media (max-width: 992px) {
  .ultra-hero-section {
    min-height: auto;
    padding: 70px 0;
  }
  .ultra-hero-container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 45px;
  }
  .ultra-hero-desc { margin-left: auto; margin-right: auto; }
  .ultra-btn-group, .ultra-rotating-wrapper { justify-content: center; }
  .ultra-hero-visual { max-width: 100% !important; }
  .ultra-badge-top-right { right: 10px; top: -18px; }
  .ultra-badge-bottom-left { left: 10px; bottom: -18px; }
}

/* ==========================================================================
   6. قسم عن المنصة والتعليم (About Section)
   ========================================================================== */
.quantum-about-section {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 60px 0;
  background: #080d1a;
  color: #ffffff;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantum-about-bg {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 85% 20%, rgba(0, 240, 255, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 15% 80%, rgba(124, 58, 237, 0.15) 0%, transparent 45%),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.quantum-about-container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}

.quantum-about-content {
  flex: 1.25;
}

.quantum-about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(124, 58, 237, 0.12));
  border: 1px solid rgba(0, 240, 255, 0.35);
  color: #00f0ff;
  padding: 7px 22px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 800;
  margin-bottom: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
}

.quantum-about-title {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.quantum-about-title span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.3));
}

.quantum-about-desc {
  font-size: 17px;
  color: #cbd5e1;
  line-height: 1.85;
  margin-bottom: 30px;
  font-weight: 500;
}

.quantum-about-feature {
  background: rgba(13, 19, 35, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 4px solid #00f0ff;
  border-radius: 22px;
  padding: 24px 28px;
  margin-bottom: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.quantum-about-feature.mission-style {
  border-right-color: #00f090;
}

.quantum-about-feature:hover {
  transform: translateX(-10px);
  background: rgba(20, 28, 50, 0.9);
  border-color: rgba(0, 240, 255, 0.4);
  box-shadow: 0 20px 40px rgba(0, 240, 255, 0.15);
}

.quantum-about-feature.mission-style:hover {
  border-color: rgba(0, 240, 144, 0.4);
  box-shadow: 0 20px 40px rgba(0, 240, 144, 0.15);
}

.quantum-about-feature h3 {
  font-size: 19.5px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quantum-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(0, 240, 255, 0.12);
  color: #00f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: 1px solid rgba(0, 240, 255, 0.25);
  flex-shrink: 0;
}

.quantum-about-feature.mission-style .quantum-feature-icon {
  background: rgba(0, 240, 144, 0.12);
  color: #00f090;
  border-color: rgba(0, 240, 144, 0.25);
}

.quantum-about-feature p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

.quantum-teacher-col {
  flex: 1.15;
  max-width: 540px !important;
  width: 100%;
}

.quantum-teacher-card {
  position: relative;
  background: rgba(13, 19, 35, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 36px;
  padding: 18px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.65), 0 0 45px rgba(0, 240, 255, 0.2);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.quantum-teacher-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #00f0ff;
  box-shadow: 0 40px 80px rgba(0, 240, 255, 0.35);
}

.quantum-img-frame {
  width: 100%;
  height: 480px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.quantum-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.quantum-teacher-card:hover .quantum-img-frame img {
  transform: scale(1.05);
}

.quantum-exp-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(8, 13, 26, 0.88);
  border: 1px solid rgba(0, 240, 255, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #00f0ff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
}

.quantum-teacher-info {
  padding: 24px 10px 10px 10px;
  text-align: center;
}

.quantum-teacher-name {
  font-size: 27px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.quantum-verified-icon {
  color: #00f090;
  font-size: 22px;
}

.quantum-teacher-title {
  font-size: 15px;
  color: #00f090;
  font-weight: 700;
  background: rgba(0, 240, 144, 0.1);
  border: 1px solid rgba(0, 240, 144, 0.25);
  display: inline-block;
  padding: 6px 24px;
  border-radius: 50px;
}

@media (max-width: 992px) {
  .quantum-about-section { 
    min-height: auto;
    padding: 65px 0; 
  }
  .quantum-about-container {
    flex-direction: column-reverse;
    gap: 45px;
  }
  .quantum-teacher-col {
    max-width: 100% !important;
  }
  .quantum-img-frame {
    height: 380px;
  }
}

/* ==========================================================================
   7. مميزات المنصة والصناديق التفاعلية (Bento Grid)
   ========================================================================== */
.ultra-physics-section {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 50px 0;
  background: #060913;
  color: #ffffff;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid rgba(0, 240, 255, 0.12);
  border-bottom: 1px solid rgba(0, 240, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ultra-physics-bg {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(0, 240, 255, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(124, 58, 237, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.08) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.ultra-container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.ultra-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 50px auto;
}

.ultra-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(124, 58, 237, 0.12));
  border: 1px solid rgba(0, 240, 255, 0.35);
  color: #00f0ff;
  padding: 8px 26px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.2);
  animation: ultraPulse 3s infinite ease-in-out;
}

@keyframes ultraPulse {
  0%, 100% { box-shadow: 0 0 25px rgba(0, 240, 255, 0.15); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 40px rgba(0, 240, 255, 0.4); border-color: rgba(0, 240, 255, 0.7); }
}

.ultra-title {
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.ultra-title span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 50%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.3));
}

.ultra-desc {
  color: #94a3b8;
  font-size: 17.5px;
  line-height: 1.85;
  margin: 0;
  font-weight: 600;
}

.ultra-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ultra-card {
  position: relative;
  background: rgba(13, 19, 35, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 36px 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.ultra-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, transparent 0%, rgba(0, 240, 255, 0.4) 50%, rgba(0, 240, 144, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.ultra-card:hover {
  transform: translateY(-8px) scale(1.01);
  background: rgba(20, 28, 50, 0.88);
  box-shadow: 0 30px 60px -15px rgba(0, 240, 255, 0.25), 0 0 30px rgba(0, 240, 144, 0.1);
}

.ultra-card:hover::before {
  opacity: 1;
}

.ultra-card.hero-span-2 {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.06) 0%, rgba(124, 58, 237, 0.12) 100%);
  border-color: rgba(0, 240, 255, 0.22);
}

.ultra-card.hero-span-2:hover {
  border-color: #00f0ff;
  box-shadow: 0 30px 70px -10px rgba(0, 240, 255, 0.35);
}

.ultra-icon-frame {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(0, 240, 144, 0.15));
  border: 1px solid rgba(0, 240, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #00f0ff;
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.2);
}

.ultra-card:hover .ultra-icon-frame {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #060913;
  transform: scale(1.1) rotate(-8deg);
  box-shadow: 0 15px 35px rgba(0, 240, 255, 0.5);
}

.ultra-icon-frame svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.ultra-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.35;
}

.ultra-card-body {
  font-size: 15.5px;
  color: #cbd5e1;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}

.ultra-visual-box {
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ultra-metric {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ultra-metric-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00f090;
  box-shadow: 0 0 12px #00f090;
  animation: dotBlink 1.5s infinite;
}

@keyframes dotBlink {
  0%, 100% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.3); }
}

.ultra-metric-text {
  font-size: 13.5px;
  font-weight: 800;
  color: #ffffff;
}

.ultra-progress-bar {
  height: 6px;
  flex: 1;
  max-width: 140px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ultra-progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #00f0ff, #00f090);
  border-radius: 10px;
}

.ultra-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(0, 240, 255, 0.08);
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.25);
  margin-top: 24px;
  align-self: flex-start;
}

.ultra-pill-badge.green-badge {
  background: rgba(0, 240, 144, 0.08);
  color: #00f090;
  border-color: rgba(0, 240, 144, 0.25);
}

.ultra-pill-badge.purple-badge {
  background: rgba(124, 58, 237, 0.12);
  color: #c084fc;
  border-color: rgba(124, 58, 237, 0.3);
}

.ultra-pill-badge.gold-badge {
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
  border-color: rgba(245, 158, 11, 0.3);
}

@media (max-width: 1100px) {
  .ultra-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ultra-card.hero-span-2 {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .ultra-physics-section { 
    min-height: auto;
    padding: 60px 0; 
  }
  .ultra-bento-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ultra-card.hero-span-2 {
    grid-column: span 1;
  }
  .ultra-card {
    padding: 30px 22px;
    border-radius: 22px;
  }
  .ultra-visual-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .ultra-progress-bar {
    width: 100%;
    max-width: 100%;
  }
}

/* ==========================================================================
   8. قسم الشرح والفيديو (Video Section)
   ========================================================================== */
.physics-academy-unique-wrapper {
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.physics-academy-unique-wrapper .physics-hero {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden;
  padding: 60px 0;
  background: linear-gradient(145deg, #030712 0%, #080f26 100%);
  color: #fff;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.physics-academy-unique-wrapper .physics-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(0, 240, 255, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(124, 58, 237, 0.18) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

.physics-academy-unique-wrapper .physics-container {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.physics-academy-unique-wrapper .physics-title { 
  text-align: center; 
  margin-bottom: 45px; 
}

.physics-academy-unique-wrapper .physics-title h2 { 
  font-size: clamp(32px, 4.5vw, 48px); 
  font-weight: 900; 
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #00f0ff 50%, #00f090 100%); 
  -webkit-background-clip: text; 
  color: transparent;
  line-height: 1.3;
  filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.3));
}

.physics-academy-unique-wrapper .physics-title p { 
  max-width: 780px; 
  margin: 0 auto; 
  font-size: 17.5px; 
  color: #cbd5e1; 
  line-height: 1.85; 
  font-weight: 600;
}

.physics-academy-unique-wrapper .physics-content { 
  display: grid; 
  grid-template-columns: 1.25fr 1fr; 
  gap: 40px; 
  align-items: center; 
}

.physics-academy-unique-wrapper .video-box {
  position: relative; 
  width: 100%; 
  aspect-ratio: 16 / 9; 
  border-radius: 28px; 
  overflow: hidden; 
  cursor: pointer;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6), 0 0 35px rgba(0, 240, 255, 0.2); 
  border: 1px solid rgba(0, 240, 255, 0.35);
  background: #000;
  transition: all 0.4s ease;
}

.physics-academy-unique-wrapper .video-box:hover {
  transform: translateY(-6px);
  border-color: #00f0ff;
  box-shadow: 0 35px 70px rgba(0, 240, 255, 0.35);
}

.physics-academy-unique-wrapper .video-box img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 0.6s ease;
}

.physics-academy-unique-wrapper .video-box:hover img {
  transform: scale(1.04);
}

.physics-academy-unique-wrapper .play-button {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  width: 85px; 
  height: 85px; 
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 28px; 
  color: #040711;
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.6);
  transition: all 0.35s ease;
}

.physics-academy-unique-wrapper .video-box:hover .play-button {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 0 45px rgba(0, 240, 255, 0.85);
}

.physics-academy-unique-wrapper .video-box iframe,
.physics-academy-unique-wrapper .video-box video {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 28px;
  object-fit: cover;
}

.physics-academy-unique-wrapper .info-card {
  background: rgba(13, 19, 35, 0.85); 
  border: 1px solid rgba(0, 240, 255, 0.25);
  backdrop-filter: blur(20px); 
  -webkit-backdrop-filter: blur(20px); 
  border-radius: 28px; 
  padding: 40px 35px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.physics-academy-unique-wrapper .info-card h3 { 
  font-size: 26px; 
  color: #00f0ff; 
  margin-bottom: 18px; 
  font-weight: 800; 
}

.physics-academy-unique-wrapper .info-card p { 
  font-size: 16.5px; 
  color: #cbd5e1; 
  line-height: 1.85; 
  margin: 0; 
  font-weight: 500;
}

.physics-academy-unique-wrapper .features { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 25px; 
  margin-top: 50px; 
}

.physics-academy-unique-wrapper .feature-item {
  background: rgba(13, 19, 35, 0.75); 
  border-radius: 22px; 
  padding: 30px 20px; 
  text-align: center; 
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.4s ease;
}

.physics-academy-unique-wrapper .feature-item:hover {
  transform: translateY(-6px);
  background: rgba(20, 28, 50, 0.9);
  border-color: rgba(0, 240, 255, 0.35);
  box-shadow: 0 15px 35px rgba(0, 240, 255, 0.15);
}

.physics-academy-unique-wrapper .icon-wrapper { 
  width: 70px; 
  height: 70px; 
  margin: 0 auto 18px; 
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 144, 0.12)); 
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.physics-academy-unique-wrapper .feature-item i { 
  font-size: 28px; 
  color: #00f0ff; 
}

.physics-academy-unique-wrapper .feature-item h4 { 
  font-size: 20px; 
  color: #ffffff; 
  font-weight: 800; 
  margin: 0;
}

@media(max-width: 992px) {
  .physics-academy-unique-wrapper .physics-hero { 
    min-height: auto;
    padding: 60px 0; 
  }
  .physics-academy-unique-wrapper .physics-content { 
    grid-template-columns: 1fr; 
  }
  .physics-academy-unique-wrapper .features { 
    grid-template-columns: 1fr; 
    gap: 20px; 
  }
}

/* ==========================================================================
   9. قسم مميزات التعلم الجانبية (Side Features)
   ========================================================================== */
.physics-feature-full-section {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: linear-gradient(145deg, #030712 0%, #080f26 100%);
  color: #ffffff;
  padding: 60px 0;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  contain: content;
}

.physics-feature-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(0, 240, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(124, 58, 237, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.08) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.physics-main-wrapper { 
  display: flex; 
  gap: 40px; 
  direction: rtl; 
  align-items: stretch; 
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.physics-left-side { 
  flex: 1.25; 
  display: flex; 
  flex-direction: column; 
}

.physics-right-side { 
  flex: 1; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
}

.phy-top-label {
  color: #00f0ff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.35);
  padding: 8px 22px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
  animation: labelPulseGlow 3s infinite ease-in-out;
}

@keyframes labelPulseGlow {
  0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.15); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 28px rgba(0, 240, 255, 0.4); border-color: rgba(0, 240, 255, 0.7); }
}

.phy-hero-card-wrapper { 
  background: rgba(13, 19, 35, 0.85); 
  padding: 48px 40px; 
  border-radius: 32px; 
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 240, 255, 0.15); 
  border: 1px solid rgba(0, 240, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, box-shadow 0.45s ease;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

.phy-hero-card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.8) 0%, rgba(0, 240, 144, 0.8) 50%, rgba(124, 58, 237, 0.8) 100%);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.35;
  transition: opacity 0.45s ease;
  animation: borderGlowSweep 5s ease infinite;
  pointer-events: none;
}

@keyframes borderGlowSweep {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.phy-hero-card-wrapper:hover {
  transform: translateY(-8px) scale(1.01) translateZ(0);
  background: rgba(20, 28, 50, 0.92);
  box-shadow: 0 35px 75px rgba(0, 240, 255, 0.35), 0 0 45px rgba(0, 240, 144, 0.2);
}

.phy-hero-card-wrapper:hover::before {
  opacity: 1;
}

.phy-hero-card-wrapper h2 { 
  color: #ffffff; 
  font-size: clamp(28px, 3.8vw, 44px); 
  font-weight: 900; 
  line-height: 1.3; 
  margin: 0 0 20px 0; 
}

.phy-hero-card-wrapper h2 span { 
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.35));
}

.phy-hero-card-wrapper p { 
  color: #cbd5e1; 
  font-size: 17px;
  line-height: 1.85; 
  margin: 0 0 35px 0; 
  font-weight: 600;
}

.phy-hero-goom-btn { 
  position: relative;
  display: inline-flex; 
  align-items: center; 
  gap: 10px; 
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%); 
  padding: 16px 36px; 
  border-radius: 50px; 
  color: #040814 !important; 
  text-decoration: none !important; 
  font-weight: 900;
  font-size: 16px;
  align-self: flex-start;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.35);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  overflow: hidden;
  will-change: transform;
}

.phy-hero-goom-btn:hover {
  transform: translateY(-4px) scale(1.03) translateZ(0);
  box-shadow: 0 18px 45px rgba(0, 240, 255, 0.55);
}

.phy-hero-goom-btn i {
  transition: transform 0.3s ease;
}

.phy-hero-goom-btn:hover i {
  transform: translateX(-6px);
}

.phy-features-rows-gap { 
  display: flex; 
  flex-direction: column; 
  gap: 22px; 
  height: 100%;
  justify-content: space-between;
}

.phy-single-feature-item { 
  position: relative;
  display: flex; 
  align-items: center; 
  background: rgba(13, 19, 35, 0.78); 
  padding: 26px 28px; 
  border-radius: 26px; 
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, box-shadow 0.45s ease;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}

.phy-single-feature-item:hover {
  transform: translateX(-10px) scale(1.015) translateZ(0);
  background: rgba(20, 28, 50, 0.92);
  box-shadow: 0 20px 45px rgba(0, 240, 255, 0.22);
}

.phy-icon-box-neon { 
  min-width: 62px; 
  height: 62px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(0, 240, 144, 0.15)); 
  color: #00f0ff; 
  border-radius: 20px; 
  font-size: 25px; 
  margin-left: 22px; 
  border: 1px solid rgba(0, 240, 255, 0.3);
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, box-shadow 0.45s ease, color 0.45s ease;
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.15);
  will-change: transform;
}

.phy-single-feature-item:hover .phy-icon-box-neon {
  transform: scale(1.12) rotate(-8deg) translateZ(0);
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040814;
  box-shadow: 0 12px 30px rgba(0, 240, 255, 0.45);
}

.phy-text-block h4 { 
  color: #ffffff; 
  margin: 0 0 6px 0; 
  font-size: 19.5px; 
  font-weight: 800;
}

.phy-text-block p { 
  color: #94a3b8; 
  margin: 0; 
  font-size: 15px; 
  line-height: 1.75; 
  font-weight: 600;
}

@media(max-width: 992px) {
  .physics-feature-full-section { 
    min-height: auto;
    padding: 60px 0; 
  }
  .physics-main-wrapper { 
    flex-direction: column; 
    gap: 30px;
  }
  .phy-hero-card-wrapper {
    padding: 38px 28px;
  }
}

@media(max-width: 768px) {
  .phy-hero-card-wrapper { 
    padding: 32px 20px; 
    text-align: center; 
  }
  .phy-top-label { 
    align-self: center; 
  }
  .phy-hero-goom-btn {
    align-self: center;
    width: 100%;
    justify-content: center;
  }
  .phy-single-feature-item { 
    flex-direction: column; 
    text-align: center; 
    padding: 24px 18px;
  }
  .phy-icon-box-neon { 
    margin: 0 0 16px 0; 
  }
}

/* ==========================================================================
   10. كاونتر الإحصائيات (Counter Section)
   ========================================================================== */
#physics-counter-full-wrapper {
  width: 100vw !important;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: linear-gradient(145deg, #030712 0%, #09122c 100%);
  color: #ffffff;
  padding: 50px 0;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  contain: content;
}

.counter-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(0, 240, 255, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(124, 58, 237, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.1) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 45px 45px, 45px 45px;
  pointer-events: none;
  z-index: 1;
}

.counter-main-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.counter-top-badge {
  color: #00f0ff;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto 16px auto;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.35);
  padding: 8px 24px;
  border-radius: 50px;
  display: table;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.2);
  animation: counterLabelPulse 3s infinite ease-in-out;
}

@keyframes counterLabelPulse {
  0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.2); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 30px rgba(0, 240, 255, 0.5); border-color: rgba(0, 240, 255, 0.8); }
}

.counter-title-main {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 40px auto;
}

.counter-title-main h3 {
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.3;
}

.counter-title-main h3 span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.4));
}

.counter-title-main p {
  color: #cbd5e1;
  font-size: clamp(14px, 1.4vw, 16.5px);
  line-height: 1.75;
  font-weight: 600;
  margin: 0;
}

.counter-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  width: 100%;
}

.counter-card {
  background: rgba(13, 19, 35, 0.82);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 26px;
  padding: 35px 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, box-shadow 0.45s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
}

.counter-card:hover {
  transform: translateY(-8px) scale(1.02) translateZ(0);
  background: rgba(20, 28, 55, 0.95);
  box-shadow: 0 35px 70px rgba(0, 240, 255, 0.35), 0 0 45px rgba(0, 240, 144, 0.2);
}

.counter-card.active {
  background: rgba(22, 33, 62, 0.95);
  border: 1px solid rgba(0, 240, 255, 0.65);
  box-shadow: 0 25px 60px rgba(0, 240, 255, 0.3), 0 0 40px rgba(0, 240, 144, 0.25);
}

.counter-card .phy-icon-box-neon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 144, 0.12));
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.35);
  font-size: 28px;
  margin-bottom: 18px;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, color 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.15);
  will-change: transform;
}

.counter-card:hover .phy-icon-box-neon,
.counter-card.active .phy-icon-box-neon {
  transform: scale(1.1) rotate(-6deg) translateZ(0);
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040814;
  box-shadow: 0 14px 35px rgba(0, 240, 255, 0.5);
}

.counter-number {
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 900;
  color: #ffffff;
  margin: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.counter-number span {
  background: linear-gradient(135deg, #ffffff 0%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-card.active .counter-number span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-plus {
  color: #00f090;
  font-size: 26px;
  font-weight: 900;
}

.counter-text {
  font-size: 15px;
  color: #cbd5e1;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 768px) {
  #physics-counter-full-wrapper {
    min-height: auto;
    padding: 60px 0;
  }
  .counter-title-main {
    margin-bottom: 30px;
  }
  .counter-card {
    padding: 26px 18px;
  }
}

/* ==========================================================================
   11. قسم آراء وتفاعل الطلاب (Students Reviews)
   ========================================================================== */
#students-section-full-wrapper {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: linear-gradient(145deg, #050914 0%, #0a1128 100%);
  color: #ffffff;
  padding: 90px 0;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  contain: content;
}

.students-container-box {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.students-top-badge {
  color: #f59e0b;
  font-size: 14px;
  font-weight: 800;
  margin: 0 auto 20px auto;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.35);
  padding: 8px 24px;
  border-radius: 50px;
  display: table;
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.2);
}

.students-header-main {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 55px auto;
}

.students-header-main h2 {
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.3;
}

.students-header-main h2 span {
  background: linear-gradient(135deg, #f59e0b 0%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px rgba(245, 158, 11, 0.35));
}

.students-header-main p {
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
  margin: 0;
}

.students-bento-box {
  display: flex;
  gap: 40px;
  align-items: center;
  background: rgba(13, 19, 35, 0.75);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 36px;
  padding: 45px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.students-bento-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.students-feature-card {
  background: rgba(20, 28, 50, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 28px;
  border-radius: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.4s ease, border-color 0.4s ease;
  will-change: transform;
}

.students-feature-card:hover {
  border-color: rgba(0, 240, 255, 0.4);
  transform: translateX(-8px) translateZ(0);
}

.students-icon-glow {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.students-icon-glow.blue {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.2), rgba(29, 78, 216, 0.3));
  color: #00f0ff;
  border: 1px solid rgba(0, 240, 255, 0.4);
}

.students-icon-glow.green {
  background: linear-gradient(135deg, rgba(0, 240, 144, 0.2), rgba(5, 150, 105, 0.3));
  color: #00f090;
  border: 1px solid rgba(0, 240, 144, 0.4);
}

.students-feature-info h3 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px 0;
}

.students-feature-info p {
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.students-slider-track-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  direction: ltr;
}

.students-slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: studentsScroll 28s linear infinite;
  will-change: transform;
}

.students-slider-track:hover {
  animation-play-state: paused;
}

@keyframes studentsScroll {
  0% { transform: translateX(0) translateZ(0); }
  100% { transform: translateX(-50%) translateZ(0); }
}

.students-testimonial-card {
  background: rgba(8, 13, 26, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.2);
  padding: 24px;
  border-radius: 22px;
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  direction: rtl;
}

.students-quote {
  color: #cbd5e1;
  font-size: 14.5px;
  line-height: 1.75;
  font-style: italic;
  margin: 0 0 18px 0;
}

.students-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.students-avatar-frame {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #00f0ff, #7c3aed);
}

.students-avatar-frame img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.students-user-info h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.students-user-info span {
  color: #00f090;
  font-size: 12.5px;
  font-weight: 600;
}

.students-bento-right {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.students-img-box {
  position: relative;
  border-radius: 28px;
  padding: 12px;
  background: rgba(0, 240, 255, 0.05);
  border: 1px solid rgba(0, 240, 255, 0.25);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.15);
}

.students-img-box img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .students-bento-box { flex-direction: column-reverse; padding: 30px 20px; }
  .students-bento-right, .students-bento-left { width: 100%; }
}

@media (max-width: 600px) {
  #students-section-full-wrapper { padding: 60px 0; }
}

/* ==========================================================================
   12. فريق الدعم والمساعدة (Team Section)
   ========================================================================== */
#team-content-wrapper {
  width: 100vw !important;
  min-height: 100vh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: linear-gradient(145deg, #030712 0%, #080f26 100%);
  color: #ffffff;
  padding: 70px 0;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  contain: content;
}

.team-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(0, 240, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(124, 58, 237, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.08) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;
  pointer-events: none;
  z-index: 1;
}

.team-main-wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

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

.section-title h3 {
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  margin-bottom: 15px;
}

.section-title h3 span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.35));
}

.section-title p {
  color: #cbd5e1;
  max-width: 750px;
  margin: 0 auto;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 600;
}

.custom-team-slider {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 2;
}

.team-track {
  display: flex;
  gap: 30px;
  padding: 70px 15px 40px 15px;
  overflow-x: auto;
  scroll-behavior: auto;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  perspective: 1500px;
}

.team-track:active { cursor: grabbing; }
.team-track::-webkit-scrollbar { display: none; }

.gsprofile-text {
  background: rgba(13, 19, 35, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 240, 255, 0.08);
  padding: 75px 22px 30px;
  position: relative;
  text-align: right;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, box-shadow 0.45s ease;
  flex: 0 0 calc(25% - 22.5px);
  box-sizing: border-box;
  will-change: transform;
  user-select: none;
}

.gsprofile-text::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.8) 0%, rgba(0, 240, 144, 0.8) 50%, rgba(124, 58, 237, 0.8) 100%);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.25;
  transition: opacity 0.45s ease;
  animation: borderGlowSweep 5s ease infinite;
  pointer-events: none;
}

.gsprofile-text:hover {
  transform: translateY(-10px) scale(1.015) translateZ(0);
  background: rgba(20, 28, 50, 0.92);
  box-shadow: 0 30px 65px rgba(0, 240, 255, 0.3), 0 0 40px rgba(0, 240, 144, 0.15);
}

.gsprofile-text:hover::before { opacity: 1; }

.gsteam-img {
  position: absolute;
  top: -55px;
  right: 25px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(45deg, #00f0ff, #00f090, #7c3aed, #00f0ff);
  background-size: 300% 300%;
  animation: rotateGradient 4s ease infinite;
  padding: 4px;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.3);
  transition: transform 0.4s ease;
  z-index: 2;
  will-change: transform;
}

@keyframes rotateGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.gsteam-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #080f26;
  pointer-events: none;
}

.gs-name h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px 0;
}

.gs-position {
  color: #00f0ff;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 22px;
}

.gs-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.gs-contact span {
  color: #94a3b8;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.gs-contact span i {
  color: #00f0ff;
  font-size: 15px;
  width: 18px;
}

.gsteam-media {
  position: absolute;
  bottom: 25px;
  left: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 3;
}

.gsshare-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040814;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.4);
  will-change: transform;
}

.gsteam-media ul {
  list-style: none;
  padding: 15px 0 35px 0;
  margin: 0;
  background: rgba(13, 19, 35, 0.95);
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: 30px 30px 0 0;
  width: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  will-change: transform, opacity;
}

.gsteam-media ul li a {
  color: #00f0ff;
  font-size: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.gsteam-media ul li a:hover { color: #00f090; transform: scale(1.25) translateZ(0); }

.gsprofile-text:hover .gsteam-media ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) translateZ(0);
}

.gsprofile-text:hover .gsshare-btn {
  transform: rotate(360deg) translateZ(0);
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.6);
}

.gsprofile-text:hover .gsteam-img {
  transform: scale(1.08) translateY(-4px) translateZ(0);
}

.slider-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 0 10px;
}

.slider-pagination {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.dot.active {
  width: 28px;
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
}

.slider-controls {
  display: flex;
  gap: 15px;
}

.nav-btn {
  background: rgba(13, 19, 35, 0.8);
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: #00f0ff;
  font-size: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  will-change: transform;
}

.nav-btn:hover {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  color: #040814;
  transform: translateY(-3px) scale(1.08) translateZ(0);
  box-shadow: 0 12px 30px rgba(0, 240, 255, 0.5);
}

@media (max-width: 1100px) {
  .gsprofile-text { flex: 0 0 calc(33.333% - 20px); }
}
@media (max-width: 850px) {
  #team-content-wrapper { padding: 50px 0; min-height: auto; }
  .gsprofile-text { flex: 0 0 calc(50% - 15px); }
  .slider-footer { flex-direction: column; gap: 20px; }
}
@media (max-width: 550px) {
  .gsprofile-text { flex: 0 0 100%; }
}

/* ==========================================================================
   13. قسم الأسئلة الشائعة الأسطوري (FAQ Accordion)
   ========================================================================== */
.b2026-faq-outer-wrapper {
  clear: both !important;
  display: block !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 60px 20px !important;
  background: linear-gradient(180deg, #050914 0%, #0d1527 50%, #050914 100%) !important;
  box-sizing: border-box !important;
  border-top: 1px solid rgba(0, 240, 255, 0.15) !important;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15) !important;
  contain: content;
}

.b2026-app-wrapper {
  position: relative;
  max-width: 1140px !important;
  margin: 0 auto !important;
  background: linear-gradient(145deg, #0d1527 0%, #152238 50%, #0a101f 100%) !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  border-radius: 32px !important;
  padding: 50px 40px !important;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.7), 0 0 35px rgba(0, 240, 255, 0.15) !important;
  direction: rtl !important;
  font-family: 'Cairo', 'Tajawal', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.b2026-app-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 10% 15%, rgba(0, 240, 255, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 90% 85%, rgba(0, 240, 144, 0.12) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.b2026-app-inner {
  position: relative;
  z-index: 1;
}

.b2026-app-header {
  text-align: center;
  margin-bottom: 40px;
}

.b2026-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  border-radius: 100px;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(0, 240, 255, 0.4);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
  color: #00f0ff !important;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.b2026-pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00f090;
  box-shadow: 0 0 12px #00f090;
  animation: b2026PulseAnim 1.8s infinite;
}

@keyframes b2026PulseAnim {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

.b2026-hero-title {
  font-size: clamp(28px, 4.2vw, 42px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.3 !important;
}

.b2026-hero-title span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.35));
}

.b2026-hero-subtitle {
  font-size: 16.5px !important;
  color: #94a3b8 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

.b2026-control-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.b2026-tabs-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.b2026-tab-item {
  padding: 10px 22px !important;
  border-radius: 100px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(11, 18, 32, 0.8) !important;
  color: #e2e8f0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  will-change: transform;
}

.b2026-tab-item:hover {
  border-color: #00f0ff !important;
  color: #00f0ff !important;
  transform: translateY(-2px) translateZ(0) !important;
  background: rgba(0, 240, 255, 0.12) !important;
}

.b2026-tab-item.active {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%) !important;
  color: #060a12 !important;
  border-color: transparent !important;
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.35) !important;
}

.b2026-quick-btns {
  display: flex;
  gap: 10px;
}

.b2026-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(11, 18, 32, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 17px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.b2026-icon-btn:hover {
  transform: scale(1.08) translateZ(0);
  border-color: #00f0ff !important;
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.3);
}

.b2026-search-section {
  display: flex;
  gap: 14px;
  margin-bottom: 32px;
  align-items: center;
}

.b2026-search-box {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.b2026-search-input {
  width: 100% !important;
  padding: 16px 50px 16px 44px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  background: #0f182c !important;
  font-family: inherit !important;
  font-size: 15px !important;
  color: #ffffff !important;
  outline: none !important;
  transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease !important;
  box-sizing: border-box !important;
}

.b2026-search-input::placeholder {
  color: #94a3b8 !important;
}

.b2026-search-input:focus {
  border-color: #00f0ff !important;
  background: #131f38 !important;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.25) !important;
}

.b2026-search-svg {
  position: absolute;
  right: 18px;
  width: 22px;
  height: 22px;
  stroke: #00f0ff;
  pointer-events: none;
}

.b2026-clear-btn {
  position: absolute;
  left: 16px;
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 17px;
  cursor: pointer;
  display: none;
  padding: 0;
}

.b2026-stats-tag {
  padding: 0 22px !important;
  height: 56px !important;
  border-radius: 20px !important;
  background: #0f182c !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #00f0ff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.b2026-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b2026-card-item {
  position: relative;
  background: #0f182c !important;
  border: 1px solid rgba(0, 240, 255, 0.2) !important;
  border-radius: 24px !important;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
  will-change: transform;
}

.b2026-card-item.is-open::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 65%, #00f0ff 80%, #00f090 90%, #a855f7 100%);
  animation: b2026BeamRotate 4s linear infinite;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

@keyframes b2026BeamRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.b2026-card-inner {
  position: relative;
  z-index: 1;
  background: #0d1527 !important;
  border-radius: 23px;
  margin: 1.5px;
}

.b2026-card-item:hover {
  transform: translateY(-4px) translateZ(0) !important;
  border-color: rgba(0, 240, 255, 0.5) !important;
  box-shadow: 0 15px 35px -5px rgba(0, 240, 255, 0.2) !important;
}

.b2026-card-trigger {
  padding: 24px 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  user-select: none !important;
  gap: 18px !important;
  outline: none !important;
}

.b2026-title-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.b2026-badge-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(0, 240, 255, 0.1) !important;
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
  color: #00f0ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  transition: all 0.35s ease;
  flex-shrink: 0;
}

.b2026-card-item.is-open .b2026-badge-num {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%) !important;
  color: #060a12 !important;
  box-shadow: 0 8px 22px rgba(0, 240, 255, 0.4) !important;
  border-color: transparent !important;
}

.b2026-q-title {
  font-size: 17.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  transition: color 0.3s ease;
}

.b2026-card-item.is-open .b2026-q-title {
  color: #00f0ff !important;
}

.b2026-chevron-pill {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

.b2026-chevron-svg {
  width: 20px;
  height: 20px;
  stroke: #00f0ff;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.3s ease;
}

.b2026-card-item.is-open .b2026-chevron-pill {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 6px 18px rgba(0, 240, 255, 0.4) !important;
}

.b2026-card-item.is-open .b2026-chevron-svg {
  transform: rotate(180deg);
  stroke: #060a12;
}

.b2026-accordion-drawer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.b2026-card-item.is-open .b2026-accordion-drawer {
  grid-template-rows: 1fr;
}

.b2026-drawer-content {
  overflow: hidden;
}

.b2026-ans-text-box {
  padding: 0 28px 28px 94px !important;
  color: #e2e8f0 !important;
  font-size: 16px !important;
  line-height: 1.88 !important;
  font-weight: 500 !important;
}

.b2026-action-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.b2026-btn-cluster {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.b2026-pill-btn {
  padding: 8px 18px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 240, 255, 0.3) !important;
  background: rgba(0, 240, 255, 0.1) !important;
  color: #00f0ff !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.b2026-pill-btn:hover {
  background: #00f0ff !important;
  color: #060a12 !important;
  border-color: #00f0ff !important;
  box-shadow: 0 4px 16px rgba(0, 240, 255, 0.45) !important;
}

.b2026-pill-btn.wa-btn {
  background: rgba(37, 211, 102, 0.12) !important;
  border-color: rgba(37, 211, 102, 0.4) !important;
  color: #25d366 !important;
}

.b2026-pill-btn.wa-btn:hover {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45) !important;
}

.b2026-pill-btn.helpful-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #cbd5e1 !important;
}

.b2026-card-item.is-hidden { display: none !important; }

.b2026-empty-state {
  display: none;
  text-align: center;
  padding: 45px;
  background: #0f182c !important;
  border-radius: 26px;
  border: 1px dashed rgba(0, 240, 255, 0.3);
  color: #94a3b8 !important;
  font-weight: 800;
  font-size: 16px;
}

.b2026-toast-box {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #0a1120;
  color: #00f0ff;
  padding: 14px 32px;
  border-radius: 100px;
  font-size: 14.5px;
  font-weight: 800;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.8);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 0;
  z-index: 999999;
  pointer-events: none;
  border: 1px solid rgba(0, 240, 255, 0.35);
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  will-change: transform, opacity;
}

.b2026-toast-box.show {
  transform: translateX(-50%) translateY(0) translateZ(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .b2026-faq-outer-wrapper { padding: 40px 12px !important; }
  .b2026-app-wrapper { padding: 32px 18px !important; border-radius: 24px !important; }
  .b2026-hero-title { font-size: 24px !important; }
  .b2026-card-trigger { padding: 18px 16px !important; }
  .b2026-badge-num { width: 38px; height: 38px; font-size: 14px; }
  .b2026-q-title { font-size: 15px !important; }
  .b2026-ans-text-box { padding: 0 16px 22px 16px !important; }
  .b2026-control-bar, .b2026-search-section { flex-direction: column; align-items: stretch; }
  .b2026-stats-tag { width: 100% !important; }
  .b2026-action-footer { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   14. صرح المتفوقين (Hall of Fame)
   ========================================================================== */
:root {
  --ph-gold: #f59e0b;
  --ph-cyan: #00f0ff;
  --ph-purple: #7c3aed;
  --ph-dark-bg: #060913;
}

.ph-honor-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: radial-gradient(circle at 50% 20%, #111827 0%, #060913 80%);
  padding: 85px 0 100px 0;
  overflow: hidden;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  box-sizing: border-box;
  contain: content;
}

.ph-honor-section .bg-particles {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(0, 240, 255, 0.12) 1.5px, transparent 1.5px),
    radial-gradient(rgba(245, 158, 11, 0.1) 1.5px, transparent 1.5px);
  background-size: 40px 40px, 52px 52px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
  z-index: 1;
}

.ph-honor-section .glow-aura {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  filter: blur(140px);
  -webkit-filter: blur(140px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
}
.ph-honor-section .aura-1 { top: -120px; right: 15%; background: rgba(0, 240, 255, 0.22); }
.ph-honor-section .aura-2 { bottom: -120px; left: 15%; background: rgba(245, 158, 11, 0.18); }

.ph-honor-section .container-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.ph-honor-section .header-block {
  text-align: center;
  margin-bottom: 45px;
}

.ph-honor-section .pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(0, 240, 255, 0.15));
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: var(--ph-gold);
  padding: 8px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.2);
}

.ph-honor-section .title-main {
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.ph-honor-section .title-main span {
  background: linear-gradient(135deg, #f59e0b 0%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 35px rgba(0, 240, 255, 0.3);
}

.ph-honor-section .title-sub {
  font-size: 17px;
  color: #9ca3af;
  margin: 0;
  font-weight: 500;
}

.ph-honor-section .swiper {
  width: 100%;
  padding: 35px 0 70px 0 !important;
}

.ph-honor-section .swiper-slide {
  width: 300px;
  height: 440px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.ph-honor-section .card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.45), rgba(0, 240, 255, 0.35), rgba(124, 58, 237, 0.25));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
  will-change: transform;
}

.ph-honor-section .card-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  background: #0d1322;
}

.ph-honor-section .card-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) contrast(1.08);
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.ph-honor-section .top-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.ph-honor-section .top-badge.gold {
  background: linear-gradient(135deg, #f59e0b, #b45309);
  color: #ffffff;
  border: 1px solid rgba(253, 230, 138, 0.5);
}
.ph-honor-section .top-badge.silver {
  background: linear-gradient(135deg, #94a3b8, #475569);
  color: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.5);
}
.ph-honor-section .top-badge.bronze {
  background: linear-gradient(135deg, #d97706, #78350f);
  color: #ffffff;
  border: 1px solid rgba(252, 211, 77, 0.4);
}
.ph-honor-section .top-badge.star {
  background: rgba(13, 19, 34, 0.85);
  color: var(--ph-cyan);
  border: 1px solid rgba(0, 240, 255, 0.4);
}

.ph-honor-section .info-overlay {
  position: absolute;
  bottom: 0;
  inset-x: 0;
  z-index: 4;
  padding: 24px 16px 16px 16px;
  background: linear-gradient(to top, rgba(6, 9, 19, 0.98) 0%, rgba(6, 9, 19, 0.8) 75%, transparent 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
}

.ph-honor-section .student-name {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
}

.ph-honor-section .score-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ph-cyan);
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.35);
  padding: 4px 14px;
  border-radius: 20px;
}

.ph-honor-section .swiper-slide-active .card-wrapper {
  background: linear-gradient(135deg, #f59e0b 0%, #00f0ff 100%);
  box-shadow: 0 0 45px rgba(0, 240, 255, 0.5), 0 20px 45px rgba(0, 0, 0, 0.85);
  transform: scale(1.08) translateZ(0);
}

.ph-honor-section .swiper-slide-active .card-box img {
  transform: scale(1.08) translateZ(0);
}

.ph-honor-section .swiper-button-next,
.ph-honor-section .swiper-button-prev {
  width: 52px;
  height: 52px;
  background: rgba(13, 19, 34, 0.88);
  border: 1px solid rgba(0, 240, 255, 0.4);
  border-radius: 50%;
  color: var(--ph-cyan);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.ph-honor-section .swiper-button-next::after,
.ph-honor-section .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 900;
}

.ph-honor-section .swiper-button-next:hover,
.ph-honor-section .swiper-button-prev:hover {
  background: var(--ph-cyan);
  color: #060913;
  box-shadow: 0 0 30px var(--ph-cyan);
  transform: scale(1.08) translateZ(0);
}

.ph-honor-section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  width: 9px;
  height: 9px;
}

.ph-honor-section .swiper-pagination-bullet-active {
  background: var(--ph-cyan);
  width: 32px;
  border-radius: 12px;
  box-shadow: 0 0 15px var(--ph-cyan);
}

@media (max-width: 1024px) {
  .ph-honor-section .title-main { font-size: 38px; }
  .ph-honor-section .swiper-slide { width: 260px; height: 390px; }
}

@media (max-width: 768px) {
  .ph-honor-section { padding: 50px 0 65px 0; }
  .ph-honor-section .title-main { font-size: 28px; }
  .ph-honor-section .title-sub { font-size: 14px; }
  .ph-honor-section .swiper-slide { width: 225px; height: 340px; }
  .ph-honor-section .student-name { font-size: 17px; }
  .ph-honor-section .score-badge { font-size: 11.5px; padding: 3px 10px; }
  .ph-honor-section .swiper-button-next,
  .ph-honor-section .swiper-button-prev { display: none; }
}

/* ==========================================================================
   15. قسم الباقات والاشتراكات (Pricing Packages)
   ========================================================================== */
:root {
  --pkg-cyan: #00f0ff;
  --pkg-green: #00f090;
  --pkg-purple: #7c3aed;
  --pkg-dark-bg: linear-gradient(145deg, #030712 0%, #09122c 100%);
  --pkg-card-bg: rgba(13, 19, 35, 0.85);
  --pkg-card-active: rgba(22, 33, 62, 0.95);
  --pkg-border-cyan: rgba(0, 240, 255, 0.22);
  --pkg-border-active: rgba(0, 240, 255, 0.65);
  --pkg-text-light: #ffffff;
  --pkg-text-muted: #cbd5e1;
}

.physics-tuition-section {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--pkg-dark-bg);
  color: var(--pkg-text-light);
  padding: 50px 20px;
  direction: rtl;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  contain: content;
}

.packages-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(0, 240, 255, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(124, 58, 237, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.1) 0%, transparent 50%),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 45px 45px, 45px 45px;
  pointer-events: none;
  z-index: 1;
}

.packages-main-content {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.physics-header-block {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 35px auto;
  position: relative;
  z-index: 2;
}

.physics-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.08);
  color: var(--pkg-cyan);
  font-size: 13.5px;
  font-weight: 800;
  padding: 6px 22px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 240, 255, 0.35);
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.2);
  animation: pkgLabelPulse 3s infinite ease-in-out;
}

@keyframes pkgLabelPulse {
  0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.2); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 30px rgba(0, 240, 255, 0.5); border-color: rgba(0, 240, 255, 0.8); }
}

.physics-main-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 900;
  color: var(--pkg-text-light);
  margin: 0 0 10px 0;
  line-height: 1.25;
}

.physics-main-title span {
  background: linear-gradient(135deg, var(--pkg-cyan) 0%, var(--pkg-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.4));
}

.physics-main-desc {
  font-size: clamp(14px, 1.3vw, 15.5px);
  color: var(--pkg-text-muted);
  line-height: 1.75;
  margin: 0;
  font-weight: 600;
}

.physics-grid-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.physics-card {
  background: var(--pkg-card-bg);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--pkg-border-cyan);
  border-radius: 26px;
  flex: 1;
  min-width: 280px;
  max-width: 380px;
  padding: 38px 24px 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 240, 255, 0.08);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
  box-sizing: border-box;
  will-change: transform;
}

.physics-card:hover {
  transform: translateY(-8px) scale(1.02) translateZ(0);
  background: rgba(20, 28, 55, 0.95);
  border-color: rgba(0, 240, 255, 0.6);
  box-shadow: 0 35px 70px rgba(0, 240, 255, 0.35), 0 0 45px rgba(0, 240, 144, 0.2);
}

.physics-card.featured-dark-card {
  background: var(--pkg-card-active);
  border: 1px solid var(--pkg-border-active);
  box-shadow: 0 25px 60px rgba(0, 240, 255, 0.3), 0 0 40px rgba(0, 240, 144, 0.25);
}

.physics-card.featured-dark-card:hover {
  box-shadow: 0 35px 75px rgba(0, 240, 255, 0.45), 0 0 50px rgba(0, 240, 144, 0.35);
}

.corner-ribbon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 26px;
  pointer-events: none;
}

.corner-ribbon-text {
  position: absolute;
  top: 24px;
  left: -38px;
  width: 155px;
  background: linear-gradient(135deg, var(--pkg-cyan) 0%, var(--pkg-green) 100%);
  color: #030712;
  font-size: 11.5px;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  transform: rotate(-45deg);
  box-shadow: 0 4px 15px rgba(0, 240, 255, 0.4);
  letter-spacing: 0.5px;
}

.card-icon-wrapper {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 144, 0.12));
  border: 1px solid rgba(0, 240, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: transform 0.45s ease, background 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 8px 25px rgba(0, 240, 255, 0.15);
  will-change: transform;
}

.physics-card:hover .card-icon-wrapper,
.physics-card.featured-dark-card .card-icon-wrapper {
  transform: scale(1.1) rotate(-6deg) translateZ(0);
  background: linear-gradient(135deg, var(--pkg-cyan) 0%, var(--pkg-green) 100%);
  box-shadow: 0 14px 35px rgba(0, 240, 255, 0.5);
}

.card-icon-wrapper svg {
  width: 38px;
  height: 38px;
  fill: var(--pkg-cyan);
  transition: fill 0.35s ease;
}

.physics-card:hover .card-icon-wrapper svg,
.physics-card.featured-dark-card .card-icon-wrapper svg {
  fill: #030712;
}

.physics-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 6px 0;
  text-align: center;
}

.physics-tuition-label {
  color: var(--pkg-cyan);
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 12px;
  background: rgba(0, 240, 255, 0.1);
  border: 1px solid rgba(0, 240, 255, 0.25);
  padding: 3px 14px;
  border-radius: 20px;
}

.physics-price-box {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}

.physics-price-box .currency {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--pkg-green);
}

.physics-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px 0 !important;
  width: 100%;
  flex-grow: 1;
}

.physics-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--pkg-text-muted);
  font-weight: 600;
}

.check-icon-box {
  flex-shrink: 0;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  background: rgba(0, 240, 255, 0.12);
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.15);
}

.check-icon-box svg {
  width: 12px;
  height: 12px;
  stroke: var(--pkg-green);
}

.physics-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--pkg-cyan) 0%, var(--pkg-green) 100%);
  color: #030712 !important;
  text-decoration: none !important;
  padding: 13px 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  box-sizing: border-box;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.35);
  margin-top: auto;
  will-change: transform;
}

.physics-submit-btn:hover {
  transform: translateY(-3px) scale(1.02) translateZ(0);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.6), 0 0 20px rgba(0, 240, 144, 0.4);
  color: #000000 !important;
}

.physics-submit-btn .btn-arrow {
  width: 16px;
  height: 16px;
  stroke: #030712;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.physics-submit-btn:hover .btn-arrow {
  transform: rotate(180deg) translateX(4px);
}

@media (max-width: 992px) {
  .physics-grid-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .physics-tuition-section {
    min-height: auto;
    padding: 50px 16px;
  }
  .physics-grid-container {
    flex-direction: column;
    align-items: center;
  }
  .physics-card {
    width: 100% !important;
    max-width: 340px !important;
    padding: 32px 20px 24px 20px;
  }
}

/* ==========================================================================
   16. شريط الشركاء المتحرك (Partners Ticker)
   ========================================================================== */
.physics-premium-ticker-wrapper {
  background: linear-gradient(145deg, #030712 0%, #09122c 100%);
  padding: 55px 0;
  border-top: 1px solid rgba(0, 240, 255, 0.15);
  border-bottom: 1px solid rgba(0, 240, 255, 0.15);
  overflow: hidden;
  width: 100%;
  direction: ltr;
  position: relative;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  contain: content;
}

.ticker-bg-glow {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(0, 240, 255, 0.15) 0%, transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(124, 58, 237, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 50% 50%, rgba(0, 240, 144, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

.ticker-header-zone {
  text-align: center;
  margin-bottom: 35px;
  direction: rtl;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.ticker-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 240, 255, 0.08);
  color: #00f0ff;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 240, 255, 0.35);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.15);
  animation: tickerLabelPulse 3s infinite ease-in-out;
}

@keyframes tickerLabelPulse {
  0%, 100% { box-shadow: 0 0 15px rgba(0, 240, 255, 0.2); border-color: rgba(0, 240, 255, 0.35); }
  50% { box-shadow: 0 0 30px rgba(0, 240, 255, 0.5); border-color: rgba(0, 240, 255, 0.8); }
}

.ticker-main-title {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.ticker-main-title span {
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.3));
}

.ticker-sub-title {
  color: #cbd5e1;
  font-size: clamp(13.5px, 1.3vw, 16px);
  font-weight: 600;
  margin: 0 auto;
  max-width: 720px;
  line-height: 1.7;
}

.premium-ticker-container-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.premium-ticker-container {
  display: flex;
  width: max-content;
  padding: 16px 0;
}

.premium-ticker-track {
  display: flex;
  align-items: center;
  animation: scrollLeftToRight 36s linear infinite;
  will-change: transform;
}

.physics-premium-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(13, 19, 35, 0.82);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 14px 26px;
  margin: 0 12px;
  border-radius: 22px;
  border: 1px solid rgba(0, 240, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 240, 255, 0.05);
  white-space: nowrap;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  position: relative;
  will-change: transform;
}

.physics-premium-card:hover {
  transform: translateY(-6px) scale(1.02) translateZ(0);
  background: rgba(20, 28, 55, 0.95);
  border-color: rgba(0, 240, 255, 0.65);
  box-shadow: 0 25px 50px rgba(0, 240, 255, 0.3), 0 0 35px rgba(0, 240, 144, 0.2);
}

.card-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 144, 0.12));
  border: 1px solid rgba(0, 240, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 240, 255, 0.1);
  will-change: transform;
}

.card-icon-box i {
  font-size: 1.35rem;
  color: #00f0ff;
  transition: color 0.4s ease;
}

.physics-premium-card:hover .card-icon-box {
  transform: scale(1.08) rotate(-5deg) translateZ(0);
  background: linear-gradient(135deg, #00f0ff 0%, #00f090 100%);
  box-shadow: 0 10px 25px rgba(0, 240, 255, 0.5);
}

.physics-premium-card:hover .card-icon-box i {
  color: #040814;
}

.card-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
}

.card-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-title-text {
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.card-badge {
  font-size: 0.7rem;
  font-weight: 800;
  color: #00f090;
  background: rgba(0, 240, 144, 0.1);
  border: 1px solid rgba(0, 240, 144, 0.35);
  padding: 3px 10px;
  border-radius: 50px;
}

.card-sub-text {
  font-size: 0.8rem;
  font-weight: 600;
  color: #cbd5e1;
  margin-top: 4px;
}

.verified-dot {
  width: 7px;
  height: 7px;
  background-color: #00f090;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px #00f090;
}

@keyframes scrollLeftToRight {
  0% { transform: translateX(-100%) translateZ(0); }
  100% { transform: translateX(0) translateZ(0); }
}

.premium-ticker-container:hover .premium-ticker-track {
  animation-play-state: paused;
}

/* ==========================================================================
   17. الفوتر الاحترافي (Footer)
   ========================================================================== */
#footer-outer {
  background: linear-gradient(145deg, #030712 0%, #09122c 100%) !important;
  color: #ffffff !important;
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif !important;
  padding: 60px 0 0 0 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  clear: both !important;
  display: block !important;
  border-top: 1px solid rgba(0, 240, 255, 0.18) !important;
}

#footer-outer .footer-container {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 24px 40px 24px !important;
  box-sizing: border-box !important;
}

#footer-outer #footer-content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 25px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#footer-outer .footer-col {
  flex: 1 1 0% !important;
  width: 33.333% !important;
  max-width: 33.333% !important;
  background: rgba(13, 19, 35, 0.82) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(0, 240, 255, 0.2) !important;
  padding: 28px 24px !important;
  border-radius: 22px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 240, 255, 0.05) !important;
  box-sizing: border-box !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#footer-outer .footer-col:hover {
  border-color: rgba(0, 240, 255, 0.45) !important;
  box-shadow: 0 20px 45px rgba(0, 240, 255, 0.15) !important;
}

#footer-outer h3.footer-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  position: relative !important;
  padding-bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  line-height: 1.4 !important;
}

#footer-outer h3.footer-title .title-icon {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(0, 240, 144, 0.12)) !important;
  border: 1px solid rgba(0, 240, 255, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #00f0ff !important;
  font-size: 16px !important;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.15) !important;
}

#footer-outer h3.footer-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 55px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #00f0ff 0%, #00f090 100%) !important;
  border-radius: 50px !important;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.5) !important;
}

#footer-outer .footer-nav-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

#footer-outer .footer-nav-list li {
  margin: 0 !important;
  padding: 0 !important;
}

#footer-outer .footer-nav-list li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 16px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  text-decoration: none !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

#footer-outer .footer-nav-list li a .link-main {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

#footer-outer .footer-nav-list li a .link-icon {
  font-size: 15px !important;
  color: #00f0ff !important;
  transition: all 0.35s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
}

#footer-outer .footer-nav-list li a .link-text {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #cbd5e1 !important;
  transition: all 0.35s ease !important;
}

#footer-outer .footer-nav-list li a .link-arrow {
  font-size: 12px !important;
  color: #00f090 !important;
  opacity: 0 !important;
  transform: translateX(8px) !important;
  transition: all 0.35s ease !important;
}

#footer-outer .footer-nav-list li a:hover {
  background: rgba(0, 240, 255, 0.08) !important;
  border-color: rgba(0, 240, 255, 0.4) !important;
  transform: translateX(-6px) !important;
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.12) !important;
}

#footer-outer .footer-nav-list li a:hover .link-text {
  color: #ffffff !important;
}

#footer-outer .footer-nav-list li a:hover .link-icon {
  transform: scale(1.2) rotate(-5deg) !important;
  color: #00f090 !important;
}

#footer-outer .footer-nav-list li a:hover .link-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

#footer-outer .footer-nav-list li a.highlight-link {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.1), rgba(0, 240, 144, 0.1)) !important;
  border: 1px solid rgba(0, 240, 255, 0.35) !important;
}

#footer-outer .footer-nav-list li a.highlight-link .link-text {
  color: #00f0ff !important;
}

#footer-outer .footer-nav-list li a.highlight-link .mini-badge {
  font-size: 10px !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #00f0ff, #00f090) !important;
  color: #030712 !important;
  padding: 3px 9px !important;
  border-radius: 50px !important;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.4) !important;
}

#footer-outer .footer-nav-list li a.highlight-link:hover {
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.2), rgba(0, 240, 144, 0.2)) !important;
}

#footer-outer #footer-bottom {
  background: #030712 !important;
  padding: 24px 15px !important;
  text-align: center !important;
  border-top: 1px solid rgba(0, 240, 255, 0.15) !important;
  font-size: 15px !important;
  color: #cbd5e1 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 45px !important;
}

#footer-outer .neon-link {
  text-decoration: none !important;
  display: inline-block !important;
  font-weight: 800 !important;
  margin: 0 4px !important;
  animation: neonBlink 6s infinite ease-in-out !important;
}

@keyframes neonBlink {
  0%, 100% {
    color: #00f0ff;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.8), 0 0 18px rgba(0, 240, 255, 0.6);
  }
  50% {
    color: #00f090;
    text-shadow: 0 0 8px rgba(0, 240, 144, 0.8), 0 0 18px rgba(0, 240, 144, 0.6);
  }
}

@media (max-width: 768px) {
  #footer-outer #footer-content {
    flex-direction: column !important;
    gap: 20px !important;
  }
  #footer-outer .footer-col {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ==========================================================================
   18. المقالات والصفحات الثابتة (Quantum Full-Width)
   ========================================================================== */
.quantum-single-wrapper {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  min-height: 75vh;
  background: linear-gradient(145deg, #030712 0%, #080f26 100%) !important;
  color: #ffffff !important;
  padding: 60px 20px !important;
  box-sizing: border-box !important;
  direction: rtl !important;
  font-family: 'Cairo', system-ui, -apple-system, sans-serif !important;
  border-bottom: 1px solid rgba(0, 240, 255, 0.15) !important;
  contain: content;
}

.quantum-single-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  background: rgba(13, 19, 35, 0.85) !important;
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
  border-radius: 28px !important;
  padding: 45px 35px !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6), 0 0 35px rgba(0, 240, 255, 0.15) !important;
  box-sizing: border-box !important;
}

.quantum-single-title {
  font-size: clamp(26px, 4vw, 38px) !important;
  font-weight: 900 !important;
  margin-bottom: 25px !important;
  line-height: 1.35 !important;
  border-bottom: 1px solid rgba(0, 240, 255, 0.2) !important;
  padding-bottom: 18px !important;
  background: linear-gradient(135deg, #ffffff 0%, #00f0ff 50%, #00f090 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 0 20px rgba(0, 240, 255, 0.3)) !important;
}

.quantum-single-body {
  font-size: 17.5px !important;
  color: #cbd5e1 !important;
  line-height: 2 !important;
  font-weight: 500 !important;
}

.quantum-single-body p {
  margin-bottom: 20px !important;
}

.quantum-single-body a {
  color: #00f0ff !important;
  text-decoration: none !important;
  border-bottom: 1px dashed #00f0ff !important;
  transition: all 0.3s ease !important;
}

.quantum-single-body a:hover {
  color: #00f090 !important;
  border-bottom-style: solid !important;
}

.quantum-single-body img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 18px !important;
  margin: 25px auto !important;
  display: block !important;
  border: 1px solid rgba(0, 240, 255, 0.25) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

.quantum-single-body h1, 
.quantum-single-body h2, 
.quantum-single-body h3, 
.quantum-single-body h4 {
  color: #ffffff !important;
  margin: 30px 0 15px 0 !important;
  font-weight: 800 !important;
}

@media (max-width: 768px) {
  .quantum-single-wrapper {
    padding: 40px 10px !important;
  }
  .quantum-single-inner {
    padding: 25px 18px !important;
    border-radius: 20px !important;
  }
}
