.elementor-2328 .elementor-element.elementor-element-3ad5297{--display:flex;}.elementor-2328 .elementor-element.elementor-element-898794c{--display:flex;}.elementor-2328 .elementor-element.elementor-element-6070a30{--display:flex;}.elementor-2328 .elementor-element.elementor-element-8c0109d{--display:flex;}@media(max-width:767px){.elementor-2328 .elementor-element.elementor-element-8c0109d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-6484b7c *//* ==========================================================
   DR. AHMED ELWAHIDI — SERVICES INTRO
   Original Design · Opposing Entrance Animation
   Elementor-compatible · Responsive · LTR
   ========================================================== */

.aew-services-intro {
  --aew-ink: #000000;
  --aew-navy: #0b1d35;
  --aew-blue: #1b689e;
  --aew-gold: #b88636;
  --aew-paper: #ffffff;
  --aew-white: #ffffff;
  --aew-muted: #425266;
  --aew-line: #d1d9e2;

  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: clamp(4.75rem, 9vw, 8.5rem) 1.25rem;
  color: var(--aew-ink);
  background-color: var(--aew-paper);
  background-image: radial-gradient(
    circle,
    rgba(24, 55, 88, 0.08) 0.65px,
    transparent 0.75px
  );
  background-size: 18px 18px;
  font-family:
    "Manrope",
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;
  direction: ltr !important;
  text-align: left !important;
}

.aew-services-intro,
.aew-services-intro *,
.aew-services-intro *::before,
.aew-services-intro *::after {
  box-sizing: border-box;
}

.aew-services-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.82) 55%,
    rgba(255, 255, 255, 0.92) 100%
  );
  pointer-events: none;
}

.aew-services-intro__container {
  width: min(100%, 74rem);
  margin-inline: auto;
}

/* ==========================================================
   META LINE
   ========================================================== */

.aew-services-intro__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
  color: var(--aew-navy);
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aew-services-intro__signal {
  position: relative;
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #c8d8e5;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(27, 104, 158, 0.08);
}

.aew-services-intro__signal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--aew-gold);
  transform: translate(-50%, -50%);
}

.aew-services-intro__meta-rule {
  width: 2rem;
  height: 1px;
  background: #aab8c5;
}

.aew-services-intro__meta-location {
  color: #4a515a;
  font-weight: 700;
}

/* ==========================================================
   MAIN LAYOUT
   ========================================================== */

.aew-services-intro__layout {
  display: grid;
  gap: 3.5rem;
  min-width: 0;
}

.aew-services-intro__copy,
.aew-services-intro__index {
  min-width: 0;
}

/* ==========================================================
   HEADLINE
   ========================================================== */

.aew-services-intro__headline-wrap {
  position: relative;
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.aew-services-intro__headline-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.15em;
  left: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    var(--aew-blue),
    var(--aew-gold)
  );
  transform-origin: top center;
}

.aew-services-intro__title {
  max-width: 12ch;
  margin: 0;
  color: var(--aew-ink);
  font-size: clamp(2.65rem, 8vw, 5.35rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.aew-services-intro__description {
  max-width: 40rem;
  margin: clamp(1.75rem, 4vw, 2.6rem) 0 0;
  color: var(--aew-muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

/* ==========================================================
   ACTION
   ========================================================== */

.aew-services-intro__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: min(100%, 15.5rem);
  margin-top: 2.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid #8c9bad;
  color: var(--aew-ink);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.aew-services-intro__action::after {
  content: "↘";
  color: var(--aew-blue);
  font-size: 1.1rem;
  font-weight: 700;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.aew-services-intro__action:hover,
.aew-services-intro__action:focus-visible {
  border-color: var(--aew-navy);
  color: var(--aew-white);
  background: var(--aew-navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 29, 53, 0.18);
}

.aew-services-intro__action:hover::after,
.aew-services-intro__action:focus-visible::after {
  color: var(--aew-white);
  transform: translate(3px, 3px);
}

/* ==========================================================
   CLINICAL INDEX
   ========================================================== */

.aew-services-intro__index {
  padding-top: 1rem;
  border-top: 1px solid #8c9bad;
}

.aew-services-intro__index-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
}

.aew-services-intro__index-title,
.aew-services-intro__index-count {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.aew-services-intro__index-title {
  color: var(--aew-navy);
}

.aew-services-intro__index-count {
  color: var(--aew-blue);
}

/* ==========================================================
   ORIGINAL CONTINUOUS SERVICES LIST
   ========================================================== */

.aew-services-intro__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--aew-line);
  list-style: none;
}

.aew-services-intro__item {
  position: relative;
  display: grid;
  grid-template-columns:
    2.25rem
    minmax(0, 1fr)
    auto;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 1rem 0;
  border-bottom: 1px solid var(--aew-line);
  transition:
    padding-left 220ms ease,
    background-color 220ms ease;
}

.aew-services-intro__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--aew-blue);
  transform: translateY(-50%);
  transition: width 280ms
    cubic-bezier(0.22, 1, 0.36, 1);
}

.aew-services-intro__item:hover,
.aew-services-intro__item:focus-within {
  padding-left: 0.45rem;
  background: rgba(240, 244, 248, 0.6);
}

.aew-services-intro__item:hover::before,
.aew-services-intro__item:focus-within::before {
  width: 3px;
}

.aew-services-intro__item-link {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns:
    2.25rem
    minmax(0, 1fr)
    auto;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  outline: none;
}

.aew-services-intro__item-link:focus-visible {
  outline: 1px solid var(--aew-blue);
  outline-offset: 4px;
}

.aew-services-intro__item-number {
  color: var(--aew-blue);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.aew-services-intro__item-name {
  min-width: 0;
  color: var(--aew-ink);
  font-size: clamp(0.875rem, 2vw, 0.975rem);
  font-weight: 700;
  line-height: 1.35;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.aew-services-intro__item-code {
  color: #6a7787;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.aew-services-intro__item:hover
.aew-services-intro__item-number {
  color: var(--aew-navy);
  transform: translateX(2px);
}

.aew-services-intro__item:hover
.aew-services-intro__item-name {
  color: var(--aew-navy);
  transform: translateX(3px);
}

.aew-services-intro__item:hover
.aew-services-intro__item-code {
  color: var(--aew-blue);
}

/* ==========================================================
   CREDENTIAL STRIP
   ========================================================== */

.aew-services-intro__credentials {
  display: grid;
  gap: 0.75rem;
  margin-top: clamp(3.75rem, 7vw, 5.5rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--aew-line);
}

.aew-services-intro__credential {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #5c6878;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
}

.aew-services-intro__credential::before {
  content: "";
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(
    --credential-color,
    var(--aew-blue)
  );
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (min-width: 42rem) {
  .aew-services-intro {
    padding-inline: 2.5rem;
  }

  .aew-services-intro__credentials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 64rem) {
  .aew-services-intro {
    padding-inline: clamp(3.5rem, 6vw, 5.5rem);
  }

  .aew-services-intro__layout {
    grid-template-columns:
      minmax(0, 1.22fr)
      minmax(22rem, 0.9fr);
    gap: clamp(4rem, 7vw, 7rem);
    align-items: end;
  }

  .aew-services-intro__index {
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 31.25rem) {
  .aew-services-intro__meta-location,
  .aew-services-intro__meta-rule {
    display: none;
  }

  .aew-services-intro__item,
  .aew-services-intro__item-link {
    grid-template-columns:
      1.8rem
      minmax(0, 1fr);
  }

  .aew-services-intro__item-code {
    display: none;
  }
}

/* ==========================================================
   OPPOSING ENTRANCE ANIMATIONS
   ========================================================== */

@media (prefers-reduced-motion: no-preference) {
  .aew-services-intro__meta {
    opacity: 0;
    animation: aewMetaEntrance 700ms
      cubic-bezier(0.22, 1, 0.36, 1)
      0ms forwards;
  }

  .aew-services-intro__copy {
    opacity: 0;
    transform: translateX(-50px);
    animation: aewCopyEntrance 900ms
      cubic-bezier(0.22, 1, 0.36, 1)
      100ms forwards;
  }

  .aew-services-intro__headline-wrap::before {
    transform: scaleY(0);
    animation: aewLineDraw 850ms
      cubic-bezier(0.22, 1, 0.36, 1)
      300ms forwards;
  }

  .aew-services-intro__index {
    opacity: 0;
    transform: translateX(50px);
    animation: aewIndexEntrance 900ms
      cubic-bezier(0.22, 1, 0.36, 1)
      250ms forwards;
  }

  .aew-services-intro__item {
    opacity: 0;
    transform: translateX(50px);
    animation: aewServiceEntrance 650ms
      cubic-bezier(0.22, 1, 0.36, 1)
      forwards;
  }

  .aew-services-intro__item:nth-child(1) { animation-delay: 500ms; }
  .aew-services-intro__item:nth-child(2) { animation-delay: 580ms; }
  .aew-services-intro__item:nth-child(3) { animation-delay: 660ms; }
  .aew-services-intro__item:nth-child(4) { animation-delay: 740ms; }
  .aew-services-intro__item:nth-child(5) { animation-delay: 820ms; }
  .aew-services-intro__item:nth-child(6) { animation-delay: 900ms; }
  .aew-services-intro__item:nth-child(7) { animation-delay: 980ms; }
  .aew-services-intro__item:nth-child(8) { animation-delay: 1060ms; }

  .aew-services-intro__credentials {
    opacity: 0;
    animation: aewCredentialsEntrance 800ms
      cubic-bezier(0.22, 1, 0.36, 1)
      1120ms forwards;
  }

  .aew-services-intro__signal::after {
    animation: aewSignalPulse 2.8s ease-out 1s infinite;
  }
}

/* ==========================================================
   KEYFRAMES
   ========================================================== */

@keyframes aewCopyEntrance {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes aewIndexEntrance {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes aewServiceEntrance {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes aewMetaEntrance {
  from { opacity: 0; transform: translateY(-22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes aewCredentialsEntrance {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes aewLineDraw {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@keyframes aewSignalPulse {
  0% { box-shadow: 0 0 0 0 rgba(184, 134, 54, 0.35); }
  70% { box-shadow: 0 0 0 7px rgba(184, 134, 54, 0); }
  100% { box-shadow: 0 0 0 0 rgba(184, 134, 54, 0); }
}

/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  .aew-services-intro *,
  .aew-services-intro *::before,
  .aew-services-intro *::after {
    animation: none !important;
    transition: none !important;
  }

  .aew-services-intro__meta,
  .aew-services-intro__copy,
  .aew-services-intro__index,
  .aew-services-intro__credentials,
  .aew-services-intro__item {
    opacity: 1 !important;
    transform: none !important;
  }

  .aew-services-intro__headline-wrap::before {
    transform: scaleY(1) !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e87ffa *//* Container Wrapper */
  .elwahidi-banner-wrapper {
    width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Cairo", "Tajawal", sans-serif;
    margin: 20px 0;
    direction: ltr !important;
    text-align: left !important;
  }

  .elwahidi-banner-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* Main Card */
  .elwahidi-banner-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e5e7eb;
    padding: 42px 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .elwahidi-banner-card:hover {
    border-color: #d1d5db;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  }

  /* Grid Layout */
  .elwahidi-banner-grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .elwahidi-banner-content {
    flex: 1 1 620px;
  }

  .elwahidi-banner-action {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  /* Title */
  .elwahidi-banner-title {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }

  /* Subtitle / Description */
  .elwahidi-banner-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 820px;
    margin-bottom: 26px;
    font-weight: 500;
  }

  /* Sub-services Grid (2 Columns) */
  .elwahidi-sub-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* Pill Items */
  .elwahidi-sub-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    padding: 11px 16px;
    border-radius: 14px;
    font-size: 13.5px;
    color: #374151;
    font-weight: 600;
    transition: all 0.2s ease;
  }

  .elwahidi-sub-item:hover {
    background: #fffcf8;
    border-color: #fce0c5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 147, 40, 0.04);
  }

  .elwahidi-sub-item svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    stroke: #f5c493;
    transition: transform 0.2s ease;
  }
  
  .elwahidi-sub-item:hover svg {
    transform: scale(1.1);
    stroke: #f0ad6d;
  }

  /* Action Button (ONLY BLUE ELEMENT) */
  .elwahidi-btn-protocol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1892C3;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(24, 146, 195, 0.2);
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
    border: none;
  }

  .elwahidi-btn-protocol:hover {
    background: #1377a0;
    box-shadow: 0 8px 25px rgba(24, 146, 195, 0.3);
    transform: translateY(-2px);
  }

  .elwahidi-btn-protocol svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    transition: transform 0.2s ease;
  }

  .elwahidi-btn-protocol:hover svg {
    transform: translateX(4px);
  }

  .elwahidi-action-caption {
    font-size: 11.5px;
    color: #9ca3af;
    max-width: 240px;
    line-height: 1.4;
    font-weight: 500;
  }

  /* Responsive Media Queries */
  @media (max-width: 1024px) {
    .elwahidi-banner-grid {
      flex-direction: column;
      align-items: flex-start;
    }
    .elwahidi-banner-action {
      align-items: flex-start;
      text-align: left;
      width: 100%;
      margin-top: 10px;
    }
    .elwahidi-action-caption {
      text-align: left;
      max-width: 100%;
    }
  }

  @media (max-width: 768px) {
    .elwahidi-banner-card {
      padding: 28px 20px;
      border-radius: 20px;
    }
    .elwahidi-banner-title {
      font-size: 24px;
    }
    .elwahidi-sub-grid {
      grid-template-columns: 1fr;
    }
    .elwahidi-btn-protocol {
      width: 100%;
      padding: 14px 20px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49697c1 *//* ألوان وقيم المتغيرات الأساسية */
.aw-sn {
  --aw-blue: #1993C3;
  --aw-gray: #969696;
  --aw-white: #ffffff;
  --aw-black: #000000;
  width: 100%;
  color: var(--aw-black);
  background: var(--aw-white);
  font-family: inherit;
  line-height: 1.5;
  direction: ltr !important;
  text-align: left;
}

.aw-sn,
.aw-sn * {
  box-sizing: border-box;
}

.aw-sn button,
.aw-sn a {
  font: inherit;
}

.aw-sn button {
  appearance: none;
}

.aw-sn [hidden] {
  display: none !important;
}

/* الهيكل الخارجي: تقسيم الشاشة لقائمة جانبية ومحتوى */
.aw-sn__shell {
  display: grid;
  grid-template-columns: minmax(250px, 30%) minmax(0, 70%);
  max-width: 1240px;
  margin: 0 auto;
  border: 1px solid var(--aw-gray);
  background: var(--aw-white);
}

.aw-sn__index {
  min-width: 0;
  border-right: 1px solid var(--aw-gray);
  background: var(--aw-white);
}

.aw-sn__index-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
  border-bottom: 1px solid var(--aw-gray);
  color: var(--aw-black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.aw-sn__index-heading span:last-child {
  color: var(--aw-blue);
  font-size: 14px;
  letter-spacing: .05em;
}

/* حاوية أزرار التبويبات */
.aw-sn__tabs {
  display: flex;
  flex-direction: column;
}

/* التنسيق الافتراضي للتبويب */
.aw-sn__tab {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 11px 18px;
  border: 0;
  border-bottom: 1px solid var(--aw-gray);
  color: var(--aw-black);
  background: var(--aw-white);
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.aw-sn__tab:last-child {
  border-bottom: 0;
}

/* المؤشر الجانبي للتبويب النشط */
.aw-sn__tab::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--aw-blue);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.aw-sn__tab:hover {
  color: var(--aw-blue);
}

/* التنسيق عند تفعيل التبويب */
.aw-sn__tab.is-active {
  color: var(--aw-black);
  background: var(--aw-white);
}

.aw-sn__tab.is-active::before {
  transform: scaleY(1);
}

.aw-sn__tab-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--aw-blue);
  color: var(--aw-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  transition: color 180ms ease, background-color 180ms ease;
}

.aw-sn__tab.is-active .aw-sn__tab-number {
  color: var(--aw-white);
  background: var(--aw-blue);
}

.aw-sn__tab-copy {
  display: block;
  min-width: 0;
}

.aw-sn__tab-copy strong,
.aw-sn__tab-copy small {
  display: block;
}

.aw-sn__tab-copy strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-sn__tab-copy small {
  margin-top: 4px;
  overflow: hidden;
  color: var(--aw-gray);
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aw-sn__tab.is-active .aw-sn__tab-copy small {
  color: var(--aw-gray);
}

.aw-sn__tab-arrow {
  color: var(--aw-blue);
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}

.aw-sn__tab.is-active .aw-sn__tab-arrow {
  transform: translateX(3px);
}

.aw-sn__stage {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--aw-white);
}

/* تنسيق شاشة عرض المحتوى الخاصة بالخدمة */
.aw-sn__panel {
  display: grid;
  grid-template-columns: minmax(230px, 46%) minmax(0, 54%);
  min-height: 460px;
  outline: none;
  animation: awSnPanelIn 260ms ease both;
}

/* حاوية الصور */
.aw-sn__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--aw-white);
}

.aw-sn__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid var(--aw-white);
  pointer-events: none;
}

.aw-sn__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* إعدادات الصورة الرئيسية */
.aw-sn__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center 35%;
}

.aw-sn__media-index {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: 26px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 7px 10px;
  border-left: 4px solid var(--aw-blue);
  color: var(--aw-black);
  background: var(--aw-white);
}

.aw-sn__media-index span {
  color: var(--aw-blue);
  font-size: 18px;
  font-weight: 800;
}

.aw-sn__media-index small {
  font-size: 10px;
  font-weight: 700;
}

.aw-sn__media-label {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  left: 26px;
  padding: 12px 14px;
  border-left: 4px solid var(--aw-blue);
  color: var(--aw-black);
  background: var(--aw-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* حاوية النصوص والتفاصيل */
.aw-sn__content {
  display: flex;
  min-width: 0;
  padding: clamp(28px, 4vw, 54px);
  flex-direction: column;
}

.aw-sn__eyebrow {
  margin: 0 0 14px;
  color: var(--aw-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.aw-sn__content h2 {
  max-width: 620px;
  margin: 0;
  color: var(--aw-black);
  font-size: clamp(26px, 3.1vw, 44px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.06;
}

.aw-sn__description {
  max-width: 620px;
  margin: 18px 0 24px;
  color: var(--aw-gray);
  font-size: 14px;
  line-height: 1.7;
}

.aw-sn__procedures {
  margin: 0 0 28px;
  border-top: 1px solid var(--aw-gray);
  border-bottom: 1px solid var(--aw-gray);
}

.aw-sn__procedures-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: var(--aw-black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.aw-sn__procedures-heading span:last-child {
  color: var(--aw-blue);
}

.aw-sn__procedures ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aw-sn__procedures li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 25px;
  border-top: 1px solid var(--aw-gray);
  color: var(--aw-black);
  font-size: 12px;
  line-height: 1.45;
}

.aw-sn__procedures li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 2px solid var(--aw-blue);
  border-radius: 50%;
}

.aw-sn__procedures > p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--aw-gray);
  color: var(--aw-gray);
  font-size: 10px;
}

/* زر اتخاذ الإجراء (CTA) */
.aw-sn__cta {
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: stretch;
  width: min(100%, 360px);
  min-height: 48px;
  margin-top: auto;
  color: var(--aw-white) !important;
  background: var(--aw-blue);
  text-decoration: none !important;
  transition: background-color 180ms ease;
}

.aw-sn__cta > span:first-child {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
}

.aw-sn__cta > span:last-child {
  display: grid;
  place-items: center;
  color: var(--aw-white);
  background: var(--aw-black);
  font-size: 18px;
  transition: transform 180ms ease;
}

.aw-sn__cta:hover,
.aw-sn__cta:focus-visible {
  background: var(--aw-black);
}

.aw-sn__cta:hover > span:last-child {
  transform: translate(2px, -2px);
}

/* عناصر التحكم السفلية (التنقل بين الخدمات) */
.aw-sn__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 22px;
  border-top: 1px solid var(--aw-gray);
  background: var(--aw-white);
}

.aw-sn__progress {
  color: var(--aw-gray);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aw-sn__progress strong {
  margin-left: 5px;
  color: var(--aw-blue);
  font-size: 14px;
}

.aw-sn__step-buttons {
  display: flex;
  gap: 6px;
}

.aw-sn__step-buttons button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--aw-black);
  color: var(--aw-black);
  background: var(--aw-white);
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.aw-sn__step-buttons button:hover {
  color: var(--aw-white);
  border-color: var(--aw-blue);
  background: var(--aw-blue);
}

.aw-sn :focus-visible {
  outline: 3px solid var(--aw-blue);
  outline-offset: 3px;
}

/* حركة ظهور الشاشة */
@keyframes awSnPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* استعلامات الشاشات المتوسطة (Tablets) */
@media (max-width: 980px) {
  .aw-sn__shell {
    grid-template-columns: minmax(220px, 32%) minmax(0, 68%);
  }

  .aw-sn__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .aw-sn__media,
  .aw-sn__media img {
    min-height: 260px;
    height: 260px;
  }

  .aw-sn__content {
    padding: 30px;
  }

  .aw-sn__content h2 {
    font-size: 30px;
  }
}

/* استعلامات الشاشات الصغيرة (Mobile) */
@media (max-width: 767px) {
  .aw-sn__shell {
    display: block;
    width: 100%;
    border-right: 0;
    border-left: 0;
  }

  /* تحويل قائمة التبويبات إلى شريط علوي قابل للتمرير الأفقي */
  .aw-sn__index {
    position: sticky;
    z-index: 10;
    top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--aw-gray);
  }

  .aw-sn__index-heading {
    min-height: 38px;
    padding: 0 14px;
    color: var(--aw-black);
    background: var(--aw-white);
    font-size: 9px;
  }

  .aw-sn__tabs {
    display: grid;
    grid-auto-columns: minmax(138px, 44vw);
    grid-auto-flow: column;
    gap: 6px;
    padding: 7px 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 10px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    background: var(--aw-white);
  }

  .aw-sn__tabs::-webkit-scrollbar {
    display: none;
  }

  .aw-sn__tab {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid var(--aw-gray);
    scroll-snap-align: start;
  }

  .aw-sn__tab.is-active {
    border-color: var(--aw-blue);
    box-shadow: inset 0 0 0 1px var(--aw-blue);
  }

  .aw-sn__tab:last-child {
    border-bottom: 1px solid var(--aw-gray);
  }

  .aw-sn__tab::before {
    inset: 0 0 auto;
    width: auto;
    height: 3px;
    transform: scaleX(0);
    transform-origin: center;
  }

  .aw-sn__tab.is-active::before {
    transform: scaleX(1);
  }

  .aw-sn__tab-copy strong {
    font-size: 11px;
  }

  .aw-sn__tab-copy small,
  .aw-sn__tab-arrow {
    display: none;
  }

  .aw-sn__panel {
    grid-template-columns: 1fr;
  }

  .aw-sn__media,
  .aw-sn__media img {
    min-height: 210px;
    height: 210px;
  }

  .aw-sn__media::after {
    border-width: 7px;
  }

  .aw-sn__media-index {
    top: 19px;
    left: 19px;
  }

  .aw-sn__media-label {
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .aw-sn__content {
    padding: 25px 18px 28px;
  }

  .aw-sn__eyebrow {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .aw-sn__content h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .aw-sn__description {
    margin: 14px 0 20px;
    font-size: 13px;
  }

  .aw-sn__procedures {
    margin-bottom: 22px;
  }

  .aw-sn__procedures li {
    font-size: 11px;
  }

  .aw-sn__cta {
    width: 100%;
  }

  .aw-sn__utility {
    min-height: 54px;
    padding: 0 12px;
  }

  .aw-sn__step-buttons button {
    width: 38px;
    padding: 0;
  }

  .aw-sn__step-buttons button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* إيقاف الحركات إذا كان المستخدم يفضل ذلك من إعدادات النظام */
@media (prefers-reduced-motion: reduce) {
  .aw-sn *,
  .aw-sn *::before,
  .aw-sn *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */