.elementor-3110 .elementor-element.elementor-element-7ee7925{--display:flex;}.elementor-3110 .elementor-element.elementor-element-7ee7925:not(.elementor-motion-effects-element-type-background), .elementor-3110 .elementor-element.elementor-element-7ee7925 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-c58817e ) 0%, var( --e-global-color-09cc561 ) 100%);}.elementor-3110 .elementor-element.elementor-element-7b128ee{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-7b128ee */.afaq-about-full {
  width: 100%;
  min-height: 100vh;
  padding: 120px 20px;
  font-family: 'Marai', sans-serif;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;

  background: linear-gradient(-45deg, #0f2027, #203a43, #2c5364, #1a2980);
  background-size: 400% 400%;
  animation: gradientMove 15s ease infinite;
}

/* Gradient animation */
@keyframes gradientMove {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

/* Floating glow circles */
.afaq-about-full::before,
.afaq-about-full::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 12s ease-in-out infinite;
}

.afaq-about-full::before {
  top: -150px;
  left: -150px;
}

.afaq-about-full::after {
  bottom: -150px;
  right: -150px;
  animation-delay: 6s;
}

@keyframes float {
  0%,100% {transform: translateY(0);}
  50% {transform: translateY(30px);}
}

/* ===== العناوين الرئيسية ===== */

.hero-content h1,
.section-title,
.stats h2 {
  color: #CE7E02;
  font-family: 'Marai', sans-serif;
  font-weight: 800;
}

/* Hero */
.hero-content h1 {
  font-size: 56px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 22px;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
  opacity: 0.9;
}

/* Features */
.features {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.feature {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 20px;
  width: 280px;
  transition: 0.4s ease;
}

.feature:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.15);
}

.feature h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: 'Marai', sans-serif;
}

/* Stats */
.stats {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.stats h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.stats span {
  font-size: 18px;
  opacity: 0.8;
}

/* Content section */
.content-section {
  margin-top: 150px;
  text-align: center;
}

.section-title {
  font-size: 42px;
  margin-bottom: 60px;
}

.content-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.content-card {
  width: 300px;
  padding: 40px;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.08);
  transition: 0.4s ease;
  text-align: right;
}

.content-card:hover {
  transform: translateY(-15px) scale(1.03);
  background: rgba(255,255,255,0.15);
}

.content-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Marai', sans-serif;
}

.content-card ul {
  list-style: none;
  padding: 0;
  line-height: 2;
  font-size: 16px;
}

/* ألوان مميزة لكل قسم */

.verbal {
  border-top: 4px solid #00c6ff;
}

.quant {
  border-top: 4px solid #ff9800;
}

.tahsili {
  border-top: 4px solid #4caf50;
}/* End custom CSS */