.elementor-11639 .elementor-element.elementor-element-4c87d94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a083dff *//* =========================================================
   القسم 1: بيان الوجود
   Classes used:
   .mq-section.mq-who-1.vibra-bg-ash-1
   .mq-container
   ========================================================= */

.mq-who-1.vibra-bg-ash-1{
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 140px) clamp(24px, 4vw, 40px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.00) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.10) 100%),
    #1c1c1c;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
  isolation: isolate;
}

/* هالة نور خفيفة */
.mq-who-1.vibra-bg-ash-1::before{
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 50% 12%, rgba(212,175,55,0.10) 0%, rgba(212,175,55,0.00) 26%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.00) 24%),
    radial-gradient(circle at 80% 75%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 20%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  animation: mqWhoGlow 10s ease-in-out infinite alternate;
}

/* طبقة خفيفة جدًا تعطي إحساس أثر/بقايا رماد */
.mq-who-1.vibra-bg-ash-1::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      115deg,
      rgba(255,255,255,0.00) 20%,
      rgba(255,255,255,0.03) 32%,
      rgba(255,255,255,0.00) 46%
    );
  transform: translateX(-120%);
  animation: mqWhoScan 11s linear infinite;
  opacity: .45;
}

.mq-who-1 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

/* العنوان */
.mq-who-1 h2{
  margin: 0 0 28px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.25;
  font-weight: 900;
  color: #d4af37;
  letter-spacing: -0.6px;
  text-shadow:
    0 0 10px rgba(212,175,55,0.08),
    0 8px 24px rgba(0,0,0,0.22);
  opacity: 0;
  transform: translateY(22px) scale(.985);
  animation: mqWhoTitleIn 1s ease-out forwards .18s;
}

/* الفقرات */
.mq-who-1 p{
  margin: 0 auto 22px;
  max-width: 760px;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 2.05;
  font-weight: 400;
  color: #d3d3d3;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(20px);
  animation: mqWhoTextIn .95s ease-out forwards;
}

.mq-who-1 p:nth-of-type(1){ animation-delay: .42s; }
.mq-who-1 p:nth-of-type(2){ animation-delay: .68s; }
.mq-who-1 p:nth-of-type(3){ animation-delay: .94s; margin-bottom: 0; }

/* تمييز بسيط للكلمات المهمة لو أضفت strong لاحقًا */
.mq-who-1 p strong{
  color: #f0e3b0;
  font-weight: 700;
}

/* هوفر القسم */
.mq-who-1.vibra-bg-ash-1:hover{
  transform: translateY(-4px);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.05);
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 34%),
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.12) 100%),
    #1f1f1f;
}

/* حركات */
@keyframes mqWhoTitleIn{
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes mqWhoGlow{
  0%{
    transform: scale(1) translateY(0);
    opacity: .75;
  }
  100%{
    transform: scale(1.04) translateY(-8px);
    opacity: 1;
  }
}

@keyframes mqWhoScan{
  0%{ transform: translateX(-120%); }
  100%{ transform: translateX(120%); }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 1024px){
  .mq-who-1.vibra-bg-ash-1{
    padding: 64px 28px;
    border-radius: 28px;
  }

  .mq-who-1 p{
    max-width: 700px;
    line-height: 1.95;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px){
  .mq-who-1.vibra-bg-ash-1{
    padding: 52px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .mq-who-1.vibra-bg-ash-1::before{
    inset: -8%;
    filter: blur(12px);
    opacity: .85;
  }

  .mq-who-1.vibra-bg-ash-1::after{
    opacity: .22;
    animation-duration: 14s;
  }

  .mq-who-1 h2{
    margin-bottom: 22px;
    line-height: 1.35;
  }

  .mq-who-1 p{
    font-size: 17px;
    line-height: 1.95;
    margin-bottom: 18px;
  }

  .mq-who-1.vibra-bg-ash-1:hover{
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82298b6 *//* =========================================================
   القسم 2: منهجنا
   Classes used:
   .mq-section.mq-who-2.vibra-bg-ash-2
   .mq-container
   ========================================================= */

.mq-who-2.vibra-bg-ash-2{
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.14) 100%),
    radial-gradient(circle at 50% 14%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.00) 28%),
    #2b2b2b;
  box-shadow:
    0 22px 64px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition: transform .38s ease, box-shadow .38s ease, background .38s ease;
  isolation: isolate;
}

/* هالة معرفية باردة */
.mq-who-2.vibra-bg-ash-2::before{
  content: "";
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 50% 10%, rgba(180,180,180,0.08) 0%, rgba(180,180,180,0.00) 26%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 22%),
    radial-gradient(circle at 82% 74%, rgba(212,175,55,0.05) 0%, rgba(212,175,55,0.00) 20%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
  animation: mqWho2Glow 11s ease-in-out infinite alternate;
}

/* خط ضوئي عابر خفيف جدًا */
.mq-who-2.vibra-bg-ash-2::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(
      110deg,
      rgba(255,255,255,0.00) 18%,
      rgba(255,255,255,0.035) 32%,
      rgba(255,255,255,0.00) 46%
    );
  transform: translateX(-120%);
  animation: mqWho2Scan 13s linear infinite;
  opacity: .40;
}

.mq-who-2 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* العنوان */
.mq-who-2 h2{
  margin: 0 0 30px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.25;
  font-weight: 900;
  color: #c7c7c7;
  letter-spacing: -0.5px;
  text-shadow:
    0 8px 24px rgba(0,0,0,0.24),
    0 0 8px rgba(255,255,255,0.03);
  opacity: 0;
  transform: translateY(22px) scale(.985);
  animation: mqWho2TitleIn .95s ease-out forwards .18s;
}

/* الفقرات */
.mq-who-2 p{
  margin: 0 auto 20px;
  max-width: 760px;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 2;
  font-weight: 400;
  color: #d7d7d7;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(18px);
  animation: mqWho2TextIn .9s ease-out forwards;
}

.mq-who-2 p:nth-of-type(1){ animation-delay: .40s; }
.mq-who-2 p:nth-of-type(2){ animation-delay: .62s; }
.mq-who-2 p:nth-of-type(3){ animation-delay: .84s; }
.mq-who-2 p:nth-of-type(4){ animation-delay: 1.06s; margin-bottom: 0; }

/* إبراز الكلمات المهمة إذا استُخدم strong لاحقًا */
.mq-who-2 p strong{
  color: #f1e2b0;
  font-weight: 700;
}

/* لمسة منهجية: الفقرة الثانية والثالثة أهدأ بصريًا */
.mq-who-2 p:nth-of-type(2),
.mq-who-2 p:nth-of-type(3){
  color: #cecece;
}

/* هوفر */
.mq-who-2.vibra-bg-ash-2:hover{
  transform: translateY(-4px);
  box-shadow:
    0 30px 76px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.05);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.16) 100%),
    radial-gradient(circle at 50% 14%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.00) 28%),
    #2f2f2f;
}

/* حركات */
@keyframes mqWho2TitleIn{
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes mqWho2Glow{
  0%{
    transform: scale(1) translateY(0);
    opacity: .75;
  }
  100%{
    transform: scale(1.03) translateY(-8px);
    opacity: 1;
  }
}

@keyframes mqWho2Scan{
  0%{ transform: translateX(-120%); }
  100%{ transform: translateX(120%); }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 1024px){
  .mq-who-2.vibra-bg-ash-2{
    padding: 64px 28px;
    border-radius: 28px;
  }

  .mq-who-2 p{
    max-width: 700px;
    line-height: 1.95;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px){
  .mq-who-2.vibra-bg-ash-2{
    padding: 52px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .mq-who-2.vibra-bg-ash-2::before{
    inset: -8%;
    filter: blur(12px);
    opacity: .82;
  }

  .mq-who-2.vibra-bg-ash-2::after{
    opacity: .20;
    animation-duration: 15s;
  }

  .mq-who-2 h2{
    margin-bottom: 24px;
    line-height: 1.35;
  }

  .mq-who-2 p{
    font-size: 17px;
    line-height: 1.92;
    margin-bottom: 18px;
  }

  .mq-who-2.vibra-bg-ash-2:hover{
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06c7265 *//* =========================================================
   القسم 3: ما لسنا عليه
   Classes used:
   .mq-section.mq-who-3.vibra-bg-ash-3
   .mq-container
   ========================================================= */

.mq-who-3.vibra-bg-ash-3{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(78px, 9vw, 138px) clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(0,0,0,0.16) 100%),
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.00) 30%),
    #3a3a3a;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -30px 60px rgba(0,0,0,0.10);
  transition:
    transform .4s ease,
    box-shadow .4s ease,
    background .4s ease;
}

/* هالة رمادية صامتة */
.mq-who-3.vibra-bg-ash-3::before{
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.00) 24%),
    radial-gradient(circle at 16% 82%, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.00) 20%),
    radial-gradient(circle at 84% 76%, rgba(212,175,55,0.04) 0%, rgba(212,175,55,0.00) 18%);
  filter: blur(22px);
  opacity: .95;
  animation: mqWho3Halo 12s ease-in-out infinite alternate;
}

/* شريط ضوء عابر خافت */
.mq-who-3.vibra-bg-ash-3::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      rgba(255,255,255,0.00) 18%,
      rgba(255,255,255,0.03) 33%,
      rgba(255,255,255,0.00) 48%
    );
  transform: translateX(-125%);
  opacity: .38;
  animation: mqWho3Sweep 14s linear infinite;
}

.mq-who-3 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

/* العنوان */
.mq-who-3 h2{
  margin: 0 0 30px;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: 1.22;
  font-weight: 900;
  color: #ece7d6;
  letter-spacing: -0.7px;
  text-shadow:
    0 0 12px rgba(255,255,255,0.05),
    0 10px 28px rgba(0,0,0,0.22);
  opacity: 0;
  transform: translateY(24px) scale(.985);
  animation: mqWho3TitleIn 1s ease-out forwards .18s;
}

/* الفقرات العامة */
.mq-who-3 p{
  margin: 0 auto 20px;
  max-width: 770px;
  font-size: clamp(18px, 1.52vw, 22px);
  line-height: 2.02;
  font-weight: 400;
  color: #ededed;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(18px);
  animation: mqWho3TextIn .95s ease-out forwards;
}

/* تسلسل الدخول */
.mq-who-3 p:nth-of-type(1){ animation-delay: .42s; }
.mq-who-3 p:nth-of-type(2){ animation-delay: .66s; }
.mq-who-3 p:nth-of-type(3){ animation-delay: .90s; }
.mq-who-3 p:nth-of-type(4){
  animation-delay: 1.14s;
  margin-bottom: 0;
}

/* تدرج بصري خفيف بين الفقرات */
.mq-who-3 p:nth-of-type(1){
  color: #f1f1f1;
}

.mq-who-3 p:nth-of-type(2),
.mq-who-3 p:nth-of-type(3){
  color: #e5e5e5;
}

.mq-who-3 p:nth-of-type(4){
  color: #f3efe3;
  max-width: 790px;
}

/* إذا أضفت strong مستقبلًا */
.mq-who-3 p strong{
  color: #f2ddb0;
  font-weight: 700;
}

/* لمسة خاصة لآخر فقرة: أقرب إلى الخاتمة التأملية */
.mq-who-3 p:last-of-type{
  position: relative;
  padding-top: 18px;
}

.mq-who-3 p:last-of-type::before{
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.00) 0%,
    rgba(212,175,55,0.55) 50%,
    rgba(255,255,255,0.00) 100%
  );
  opacity: .75;
}

/* هوفر القسم */
.mq-who-3.vibra-bg-ash-3:hover{
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(0,0,0,0.18) 100%),
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.00) 30%),
    #404040;
  box-shadow:
    0 32px 82px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -30px 60px rgba(0,0,0,0.12);
}

/* الحركات */
@keyframes mqWho3TitleIn{
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes mqWho3Halo{
  0%{
    transform: scale(1) translateY(0);
    opacity: .78;
  }
  100%{
    transform: scale(1.04) translateY(-10px);
    opacity: 1;
  }
}

@keyframes mqWho3Sweep{
  0%{ transform: translateX(-125%); }
  100%{ transform: translateX(125%); }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 1024px){
  .mq-who-3.vibra-bg-ash-3{
    padding: 66px 28px;
    border-radius: 28px;
  }

  .mq-who-3 .mq-container{
    max-width: 860px;
  }

  .mq-who-3 p{
    max-width: 710px;
    line-height: 1.96;
  }

  .mq-who-3 p:last-of-type{
    max-width: 730px;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px){
  .mq-who-3.vibra-bg-ash-3{
    padding: 54px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .mq-who-3.vibra-bg-ash-3::before{
    inset: -8%;
    filter: blur(14px);
    opacity: .86;
  }

  .mq-who-3.vibra-bg-ash-3::after{
    opacity: .18;
    animation-duration: 16s;
  }

  .mq-who-3 h2{
    margin-bottom: 24px;
    line-height: 1.32;
  }

  .mq-who-3 p{
    font-size: 17px;
    line-height: 1.94;
    margin-bottom: 18px;
  }

  .mq-who-3 p:last-of-type{
    padding-top: 12px;
  }

  .mq-who-3 p:last-of-type::before{
    width: 64px;
    margin-bottom: 18px;
  }

  .mq-who-3.vibra-bg-ash-3:hover{
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-032570c *//* =========================================================
   القسم 4: ما نقف لأجله
   Classes used:
   .mq-section.mq-who-4.vibra-bg-ash-4
   .mq-container
   ========================================================= */

.mq-who-4.vibra-bg-ash-4{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(82px, 9vw, 144px) clamp(24px, 4vw, 44px);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(0,0,0,0.14) 100%),
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.00) 30%),
    #4f4f4f;
  box-shadow:
    0 26px 76px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -34px 70px rgba(0,0,0,0.10);
  transition:
    transform .42s ease,
    box-shadow .42s ease,
    background .42s ease;
}

/* هالة مركزية أنقى لأن هذا قسم "الموقف" */
.mq-who-4.vibra-bg-ash-4::before{
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.00) 24%),
    radial-gradient(circle at 22% 82%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 22%),
    radial-gradient(circle at 78% 76%, rgba(212,175,55,0.06) 0%, rgba(212,175,55,0.00) 20%);
  filter: blur(22px);
  opacity: .95;
  animation: mqWho4Halo 11s ease-in-out infinite alternate;
}

/* ضوء أفقي عابر */
.mq-who-4.vibra-bg-ash-4::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      rgba(255,255,255,0.00) 20%,
      rgba(255,255,255,0.04) 34%,
      rgba(255,255,255,0.00) 48%
    );
  transform: translateX(-125%);
  opacity: .38;
  animation: mqWho4Sweep 13s linear infinite;
}

.mq-who-4 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

/* العنوان */
.mq-who-4 h2{
  margin: 0 0 34px;
  font-size: clamp(35px, 4.4vw, 58px);
  line-height: 1.22;
  font-weight: 900;
  color: #f3ebd2;
  letter-spacing: -0.7px;
  text-shadow:
    0 0 12px rgba(255,255,255,0.05),
    0 10px 28px rgba(0,0,0,0.22);
  opacity: 0;
  transform: translateY(24px) scale(.985);
  animation: mqWho4TitleIn 1s ease-out forwards .18s;
}

/* الفقرات */
.mq-who-4 p{
  margin: 0 auto 20px;
  max-width: 780px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 2.02;
  font-weight: 400;
  color: #f1f1f1;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(18px);
  animation: mqWho4TextIn .95s ease-out forwards;
}

/* تسلسل الدخول */
.mq-who-4 p:nth-of-type(1){ animation-delay: .40s; }
.mq-who-4 p:nth-of-type(2){ animation-delay: .60s; }
.mq-who-4 p:nth-of-type(3){ animation-delay: .80s; }
.mq-who-4 p:nth-of-type(4){ animation-delay: 1s; }
.mq-who-4 p:nth-of-type(5){ animation-delay: 1.2s; }
.mq-who-4 p:nth-of-type(6){
  animation-delay: 1.4s;
  margin-bottom: 0;
}

/* تنويع خفيف في النبرة البصرية */
.mq-who-4 p:nth-of-type(1),
.mq-who-4 p:nth-of-type(2){
  color: #f5f5f5;
}

.mq-who-4 p:nth-of-type(3),
.mq-who-4 p:nth-of-type(4){
  color: #ececec;
}

.mq-who-4 p:nth-of-type(5){
  color: #f2eee0;
}

.mq-who-4 p:nth-of-type(6){
  color: #f5e7bb;
  max-width: 760px;
}

/* لو أضفت strong لاحقًا */
.mq-who-4 p strong{
  color: #fff0bf;
  font-weight: 700;
}

/* الفقرة الأخيرة كخاتمة عهد */
.mq-who-4 p:last-of-type{
  position: relative;
  padding-top: 20px;
}

.mq-who-4 p:last-of-type::before{
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.00) 0%,
    rgba(212,175,55,0.65) 50%,
    rgba(255,255,255,0.00) 100%
  );
  opacity: .9;
  box-shadow: 0 0 12px rgba(212,175,55,0.18);
}

/* لمسة مهيبة للفقرات الأساسية */
.mq-who-4 p:nth-of-type(1),
.mq-who-4 p:nth-of-type(3),
.mq-who-4 p:nth-of-type(5){
  text-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* هوفر القسم */
.mq-who-4.vibra-bg-ash-4:hover{
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.16) 100%),
    radial-gradient(circle at 50% 10%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.00) 30%),
    #575757;
  box-shadow:
    0 34px 88px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -36px 74px rgba(0,0,0,0.12);
}

/* الحركات */
@keyframes mqWho4TitleIn{
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes mqWho4Halo{
  0%{
    transform: scale(1) translateY(0);
    opacity: .78;
  }
  100%{
    transform: scale(1.045) translateY(-10px);
    opacity: 1;
  }
}

@keyframes mqWho4Sweep{
  0%{ transform: translateX(-125%); }
  100%{ transform: translateX(125%); }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 1024px){
  .mq-who-4.vibra-bg-ash-4{
    padding: 68px 28px;
    border-radius: 28px;
  }

  .mq-who-4 .mq-container{
    max-width: 870px;
  }

  .mq-who-4 p{
    max-width: 720px;
    line-height: 1.97;
  }

  .mq-who-4 p:last-of-type{
    max-width: 700px;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px){
  .mq-who-4.vibra-bg-ash-4{
    padding: 56px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .mq-who-4.vibra-bg-ash-4::before{
    inset: -8%;
    filter: blur(14px);
    opacity: .86;
  }

  .mq-who-4.vibra-bg-ash-4::after{
    opacity: .18;
    animation-duration: 15s;
  }

  .mq-who-4 h2{
    margin-bottom: 24px;
    line-height: 1.32;
  }

  .mq-who-4 p{
    font-size: 17px;
    line-height: 1.94;
    margin-bottom: 18px;
  }

  .mq-who-4 p:last-of-type{
    padding-top: 14px;
  }

  .mq-who-4 p:last-of-type::before{
    width: 68px;
    margin-bottom: 18px;
  }

  .mq-who-4.vibra-bg-ash-4:hover{
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b693ad *//* =========================================================
   القسم 5: العلاقة بسوريا
   Classes used:
   .mq-section.mq-who-5.vibra-bg-ash-2
   .mq-container
   ========================================================= */

.mq-who-5.vibra-bg-ash-2{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(84px, 9vw, 146px) clamp(24px, 4vw, 44px);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.16) 100%),
    radial-gradient(circle at 50% 9%, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.00) 28%),
    #2b2b2b;
  box-shadow:
    0 26px 78px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -32px 68px rgba(0,0,0,0.10);
  transition:
    transform .42s ease,
    box-shadow .42s ease,
    background .42s ease;
}

/* هالة وجدانية أدفأ قليلًا */
.mq-who-5.vibra-bg-ash-2::before{
  content: "";
  position: absolute;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 7%, rgba(212,175,55,0.07) 0%, rgba(212,175,55,0.00) 22%),
    radial-gradient(circle at 18% 80%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 22%),
    radial-gradient(circle at 82% 74%, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.00) 20%);
  filter: blur(22px);
  opacity: .95;
  animation: mqWho5Halo 11.5s ease-in-out infinite alternate;
}

/* أثر ضوئي عابر خافت */
.mq-who-5.vibra-bg-ash-2::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      rgba(255,255,255,0.00) 20%,
      rgba(255,255,255,0.035) 34%,
      rgba(255,255,255,0.00) 48%
    );
  transform: translateX(-125%);
  opacity: .34;
  animation: mqWho5Sweep 14s linear infinite;
}

.mq-who-5 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

/* العنوان */
.mq-who-5 h2{
  margin: 0 0 34px;
  font-size: clamp(35px, 4.4vw, 58px);
  line-height: 1.22;
  font-weight: 900;
  color: #f0e4bd;
  letter-spacing: -0.7px;
  text-shadow:
    0 0 12px rgba(212,175,55,0.08),
    0 10px 28px rgba(0,0,0,0.24);
  opacity: 0;
  transform: translateY(24px) scale(.985);
  animation: mqWho5TitleIn 1s ease-out forwards .18s;
}

/* الفقرات */
.mq-who-5 p{
  margin: 0 auto 20px;
  max-width: 780px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 2.04;
  font-weight: 400;
  color: #e7e7e7;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  transform: translateY(18px);
  animation: mqWho5TextIn .95s ease-out forwards;
}

/* تسلسل الدخول */
.mq-who-5 p:nth-of-type(1){ animation-delay: .40s; }
.mq-who-5 p:nth-of-type(2){ animation-delay: .62s; }
.mq-who-5 p:nth-of-type(3){ animation-delay: .84s; }
.mq-who-5 p:nth-of-type(4){ animation-delay: 1.06s; }
.mq-who-5 p:nth-of-type(5){
  animation-delay: 1.28s;
  margin-bottom: 0;
}

/* تنويع خفيف في النبرة */
.mq-who-5 p:nth-of-type(1){
  color: #f1f1f1;
}

.mq-who-5 p:nth-of-type(2),
.mq-who-5 p:nth-of-type(3){
  color: #dfdfdf;
}

.mq-who-5 p:nth-of-type(4){
  color: #e8e1cc;
}

.mq-who-5 p:nth-of-type(5){
  color: #f2ead3;
  max-width: 790px;
}

/* إبراز مستقبلي */
.mq-who-5 p strong{
  color: #ffe8a8;
  font-weight: 700;
}

/* الفقرة الأخيرة: مرآة مكثفة */
.mq-who-5 p:last-of-type{
  position: relative;
  padding-top: 20px;
}

.mq-who-5 p:last-of-type::before{
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.00) 0%,
    rgba(212,175,55,0.62) 50%,
    rgba(255,255,255,0.00) 100%
  );
  opacity: .9;
  box-shadow: 0 0 12px rgba(212,175,55,0.16);
}

/* هوفر */
.mq-who-5.vibra-bg-ash-2:hover{
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.18) 100%),
    radial-gradient(circle at 50% 9%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.00) 28%),
    #313131;
  box-shadow:
    0 34px 90px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -34px 72px rgba(0,0,0,0.12);
}

/* الحركات */
@keyframes mqWho5TitleIn{
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

@keyframes mqWho5Halo{
  0%{
    transform: scale(1) translateY(0);
    opacity: .78;
  }
  100%{
    transform: scale(1.04) translateY(-10px);
    opacity: 1;
  }
}

@keyframes mqWho5Sweep{
  0%{ transform: translateX(-125%); }
  100%{ transform: translateX(125%); }
}

/* =========================
   Tablet
   ========================= */
@media (max-width: 1024px){
  .mq-who-5.vibra-bg-ash-2{
    padding: 68px 28px;
    border-radius: 28px;
  }

  .mq-who-5 .mq-container{
    max-width: 870px;
  }

  .mq-who-5 p{
    max-width: 720px;
    line-height: 1.98;
  }

  .mq-who-5 p:last-of-type{
    max-width: 730px;
  }
}

/* =========================
   Mobile
   ========================= */
@media (max-width: 767px){
  .mq-who-5.vibra-bg-ash-2{
    padding: 56px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  .mq-who-5.vibra-bg-ash-2::before{
    inset: -8%;
    filter: blur(14px);
    opacity: .86;
  }

  .mq-who-5.vibra-bg-ash-2::after{
    opacity: .18;
    animation-duration: 16s;
  }

  .mq-who-5 h2{
    margin-bottom: 24px;
    line-height: 1.32;
  }

  .mq-who-5 p{
    font-size: 17px;
    line-height: 1.94;
    margin-bottom: 18px;
  }

  .mq-who-5 p:last-of-type{
    padding-top: 14px;
  }

  .mq-who-5 p:last-of-type::before{
    width: 66px;
    margin-bottom: 18px;
  }

  .mq-who-5.vibra-bg-ash-2:hover{
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb2be26 *//* =========================================================
   القسم 6: العهد — النسخة النهائية المصححة
   Classes used:
   .mq-section.mq-who-6.vibra-bg-ash-5
   .mq-container
   ========================================================= */

/* الأساس */
section.mq-section.mq-who-6.vibra-bg-ash-5{
  position: relative;
  overflow: hidden;
  isolation: isolate;

  padding: clamp(90px, 10vw, 160px) clamp(24px, 4vw, 44px);
  border-radius: 40px;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  box-sizing: border-box;

  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 36%, rgba(248,248,246,0.96) 100%),
    linear-gradient(180deg, #f7f5ef 0%, #efede7 100%) !important;

  color: #2f2f2f !important;

  box-shadow:
    0 30px 90px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.85);

  transition:
    transform .45s ease,
    box-shadow .45s ease,
    background .45s ease;
}

/* منع هوفر المجموعة العامة من تخريب الخلفية */
section.mq-section.mq-who-6.vibra-bg-ash-5:hover{
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 36%, rgba(248,248,246,0.98) 100%),
    linear-gradient(180deg, #f7f5ef 0%, #efede7 100%) !important;

  transform: translateY(-4px);
  box-shadow:
    0 34px 96px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* الهالات */
section.mq-section.mq-who-6.vibra-bg-ash-5::before{
  content: "";
  position: absolute;
  inset: -10%;
  z-index: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 50% 6%, rgba(212,175,55,0.18) 0%, rgba(212,175,55,0.05) 24%, rgba(212,175,55,0.00) 54%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.00) 48%),
    radial-gradient(circle at 80% 75%, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.00) 40%);

  filter: blur(30px);
  opacity: .85;
  animation: mqWho6Halo 14s ease-in-out infinite alternate;
}

section.mq-section.mq-who-6.vibra-bg-ash-5::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.00) 18%,
      rgba(255,255,255,0.36) 40%,
      rgba(255,255,255,0.00) 62%
    );

  opacity: .32;
  transform: translateX(-120%);
  animation: mqWho6Sweep 18s linear infinite;
}

/* الحاوية */
section.mq-section.mq-who-6.vibra-bg-ash-5 .mq-container{
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* تعطيل بهتان التنسيق العام */
section.mq-section.mq-who-6.vibra-bg-ash-5 h2,
section.mq-section.mq-who-6.vibra-bg-ash-5 p,
section.mq-section.mq-who-6.vibra-bg-ash-5 a,
section.mq-section.mq-who-6.vibra-bg-ash-5 button{
  animation: none !important;
}

/* العنوان */
section.mq-section.mq-who-6.vibra-bg-ash-5 h2#mq-who-6-title{
  margin: 0 0 40px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.2;
  font-weight: 900;
  font-family: 'Noto Sans Arabic', sans-serif;
  color: #c9a44b !important;
  letter-spacing: -0.6px;
  text-align: center;
  text-shadow:
    0 0 10px rgba(212,175,55,0.22),
    0 8px 30px rgba(0,0,0,0.08);

  opacity: 0;
  transform: translateY(25px);
  animation: mqWho6TitleIn 1.1s ease-out forwards .2s !important;
}

/* الفقرات */
section.mq-section.mq-who-6.vibra-bg-ash-5 p{
  margin: 0 auto 22px;
  max-width: 760px;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 2.05;
  font-weight: 400;
  font-family: 'Noto Sans Arabic', sans-serif;
  color: #444444 !important;
  text-align: center;
  text-wrap: pretty;

  opacity: 0;
  transform: translateY(20px);
  animation: mqWho6TextIn 1s ease-out forwards !important;
}

section.mq-section.mq-who-6.vibra-bg-ash-5 p:nth-of-type(1){ animation-delay: .5s !important; }
section.mq-section.mq-who-6.vibra-bg-ash-5 p:nth-of-type(2){ animation-delay: .75s !important; }
section.mq-section.mq-who-6.vibra-bg-ash-5 p:nth-of-type(3){ animation-delay: 1s !important; }

section.mq-section.mq-who-6.vibra-bg-ash-5 p:nth-of-type(4){
  animation-delay: 1.25s !important;
  margin-bottom: 0;
  font-weight: 700;
  color: #222222 !important;
}

/* فاصل خفيف قبل الختم */
section.mq-section.mq-who-6.vibra-bg-ash-5 p:last-of-type{
  position: relative;
  padding-top: 18px;
}

section.mq-section.mq-who-6.vibra-bg-ash-5 p:last-of-type::before{
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin: 0 auto 22px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(212,175,55,0.55) 50%,
    rgba(255,255,255,0) 100%
  );
  opacity: .9;
  box-shadow: 0 0 10px rgba(212,175,55,0.16);
}

/* زر الختم النوراني */
section.mq-section.mq-who-6.vibra-bg-ash-5 .mq-seal-btn{
  display: inline-block;
  margin-top: 46px;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Noto Sans Arabic', sans-serif;
  color: #1a1a1a !important;
  background: linear-gradient(135deg, #f1c40f 0%, #ffe57a 100%) !important;
  box-shadow:
    0 10px 35px rgba(212,175,55,0.28),
    0 0 20px rgba(255,215,0,0.16);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    filter .35s ease;

  opacity: 0;
  transform: translateY(20px);
  animation: mqWho6BtnIn 1s ease forwards 1.7s !important;
}

section.mq-section.mq-who-6.vibra-bg-ash-5 .mq-seal-btn:hover{
  color: #111111 !important;
  text-decoration: none;
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 14px 45px rgba(212,175,55,0.34),
    0 0 30px rgba(255,215,0,0.22);
  filter: brightness(1.02);
}

/* Animations */
@keyframes mqWho6TitleIn{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes mqWho6Halo{
  0%{
    transform: scale(1);
    opacity: .72;
  }
  100%{
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes mqWho6Sweep{
  0%{ transform: translateX(-120%); }
  100%{ transform: translateX(120%); }
}

/* Tablet */
@media (max-width: 1024px){
  section.mq-section.mq-who-6.vibra-bg-ash-5{
    padding: 74px 28px;
    border-radius: 30px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 p{
    max-width: 710px;
    line-height: 1.98;
  }
}

/* Mobile */
@media (max-width: 767px){
  section.mq-section.mq-who-6.vibra-bg-ash-5{
    padding: 58px 20px;
    border-radius: 22px;
    margin-bottom: 28px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5::before{
    inset: -8%;
    filter: blur(18px);
    opacity: .82;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5::after{
    opacity: .2;
    animation-duration: 20s;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 h2#mq-who-6-title{
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.28;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 p{
    font-size: 17px;
    line-height: 1.92;
    margin-bottom: 18px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 p:last-of-type{
    padding-top: 14px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 p:last-of-type::before{
    width: 64px;
    margin-bottom: 18px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5 .mq-seal-btn{
    font-size: 16px;
    padding: 14px 30px;
    margin-top: 34px;
  }

  section.mq-section.mq-who-6.vibra-bg-ash-5:hover{
    transform: none;
  }
}/* End custom CSS */