.elementor-3041 .elementor-element.elementor-element-3ad5297{--display:flex;}.elementor-3041 .elementor-element.elementor-element-898794c{--display:flex;}.elementor-3041 .elementor-element.elementor-element-6070a30{--display:flex;}.elementor-3041 .elementor-element.elementor-element-8c0109d{--display:flex;}@media(max-width:767px){.elementor-3041 .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 — ARABIC SERVICES INTRO
   Elementor-compatible · Direction inherited from Polylang
   ========================================================== */

.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: "Tajawal", "Noto Sans Arabic", "Segoe UI", Arial, sans-serif;
  direction: inherit;
  text-align: start;
}

.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-block-end: clamp(3rem, 6vw, 5.25rem);
  color: var(--aew-navy);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.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-inline-start: clamp(1.25rem, 3vw, 2rem);
}

.aew-services-intro__headline-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.15em;
  inset-inline-start: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--aew-blue), var(--aew-gold));
  transform-origin: top center;
}

.aew-services-intro__title {
  max-width: 14ch;
  margin: 0;
  color: var(--aew-ink);
  font-size: clamp(2.65rem, 8vw, 5.35rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.aew-services-intro__description {
  max-width: 40rem;
  margin-block: clamp(1.75rem, 4vw, 2.6rem) 0;
  color: var(--aew-muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
}

/* Action */
.aew-services-intro__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: min(100%, 15.5rem);
  margin-block-start: 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:dir(rtl) .aew-services-intro__action::after {
  content: "↙";
}

.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);
}

.aew-services-intro:dir(rtl) .aew-services-intro__action:hover::after,
.aew-services-intro:dir(rtl) .aew-services-intro__action:focus-visible::after {
  transform: translate(-3px, 3px);
}

/* Clinical index */
.aew-services-intro__index {
  padding-block-start: 1rem;
  border-top: 1px solid #8c9bad;
}

.aew-services-intro__index-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-block-end: 1.1rem;
}

.aew-services-intro__index-title,
.aew-services-intro__index-count {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.aew-services-intro__index-title {
  color: var(--aew-navy);
}

.aew-services-intro__index-count {
  color: var(--aew-blue);
}

/* 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-inline-start 220ms ease, background-color 220ms ease;
}

.aew-services-intro__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  inset-inline-start: 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-inline-start: 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.5;
  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:dir(rtl) .aew-services-intro__item:hover .aew-services-intro__item-number {
  transform: translateX(-2px);
}

.aew-services-intro:dir(rtl) .aew-services-intro__item:hover .aew-services-intro__item-name {
  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-block-start: clamp(3.75rem, 7vw, 5.5rem);
  padding-block-start: 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-block-end: 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;
  }
}

/* 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:dir(rtl) .aew-services-intro__copy {
    transform: translateX(50px);
    animation-name: aewCopyEntranceRtl;
  }

  .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:dir(rtl) .aew-services-intro__index {
    transform: translateX(-50px);
    animation-name: aewIndexEntranceRtl;
  }

  .aew-services-intro__item {
    opacity: 0;
    transform: translateX(50px);
    animation: aewServiceEntrance 650ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .aew-services-intro:dir(rtl) .aew-services-intro__item {
    transform: translateX(-50px);
    animation-name: aewServiceEntranceRtl;
  }

  .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 aewCopyEntranceRtl {
  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 aewIndexEntranceRtl {
  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 aewServiceEntranceRtl {
  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 */.elwahidi-periop-banner {
  width: 100%;
  margin-block: 20px;
  box-sizing: border-box;
  font-family: "Cairo", "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  direction: inherit;
  text-align: start;
}

.elwahidi-periop-banner *,
.elwahidi-periop-banner *::before,
.elwahidi-periop-banner *::after {
  box-sizing: border-box;
}

.elwahidi-periop-banner :where(h2, p) {
  margin: 0;
  padding: 0;
}

.elwahidi-periop-banner__card {
  position: relative;
  overflow: hidden;
  padding: 42px 48px;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.elwahidi-periop-banner__card:hover {
  border-color: #d1d5db;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.elwahidi-periop-banner__grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.elwahidi-periop-banner__content {
  flex: 1 1 620px;
  min-width: 0;
}

.elwahidi-periop-banner__action {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.elwahidi-periop-banner__title {
  margin-block-end: 14px;
  color: #111827;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.elwahidi-periop-banner__description {
  max-width: 820px;
  margin-block-end: 26px;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
}

.elwahidi-periop-banner__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.elwahidi-periop-banner__service {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 16px;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  color: #374151;
  background: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.6;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.elwahidi-periop-banner__service:hover {
  border-color: #fce0c5;
  background: #fffcf8;
  box-shadow: 0 4px 12px rgba(245, 147, 40, 0.04);
  transform: translateY(-2px);
}

.elwahidi-periop-banner__service svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  color: #f5c493;
  transition: color 0.2s ease, transform 0.2s ease;
}

.elwahidi-periop-banner__service:hover svg {
  color: #f0ad6d;
  transform: scale(1.1);
}

.elwahidi-periop-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border: 0;
  border-radius: 14px;
  color: #ffffff !important;
  background: #1892c3;
  box-shadow: 0 8px 20px rgba(24, 146, 195, 0.2);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.elwahidi-periop-banner__button:hover,
.elwahidi-periop-banner__button:focus-visible {
  color: #ffffff !important;
  background: #1377a0;
  box-shadow: 0 8px 25px rgba(24, 146, 195, 0.3);
  transform: translateY(-2px);
}

.elwahidi-periop-banner__button:focus-visible {
  outline: 2px solid #0b1d35;
  outline-offset: 3px;
}

.elwahidi-periop-banner__button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ffffff;
  transition: transform 0.2s ease;
}

.elwahidi-periop-banner__button:hover svg,
.elwahidi-periop-banner__button:focus-visible svg {
  transform: translateX(4px);
}

.elwahidi-periop-banner:dir(rtl) .elwahidi-periop-banner__button svg {
  transform: scaleX(-1);
}

.elwahidi-periop-banner:dir(rtl) .elwahidi-periop-banner__button:hover svg,
.elwahidi-periop-banner:dir(rtl) .elwahidi-periop-banner__button:focus-visible svg {
  transform: translateX(-4px) scaleX(-1);
}

.elwahidi-periop-banner__caption {
  max-width: 260px;
  color: #9ca3af;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .elwahidi-periop-banner__grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .elwahidi-periop-banner__action {
    align-items: flex-start;
    width: 100%;
    margin-block-start: 10px;
    text-align: start;
  }

  .elwahidi-periop-banner__caption {
    max-width: 100%;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .elwahidi-periop-banner__card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .elwahidi-periop-banner__title {
    font-size: 24px;
  }

  .elwahidi-periop-banner__services {
    grid-template-columns: 1fr;
  }

  .elwahidi-periop-banner__button {
    width: 100%;
    padding: 14px 20px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elwahidi-periop-banner *,
  .elwahidi-periop-banner *::before,
  .elwahidi-periop-banner *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* 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;
  text-align: start;
}

.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-inline-end: 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: start;
  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;
  inset-inline-end: auto;
  inset-inline-start: 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: padding 180ms ease;
}

.aw-sn__tab.is-active .aw-sn__tab-arrow {
  padding-inline-start: 4px;
}

.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;
  inset-inline-start: 26px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding: 7px 10px;
  border-inline-start: 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;
  inset-inline-end: 26px;
  bottom: 26px;
  inset-inline-start: 26px;
  padding: 12px 14px;
  border-inline-start: 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 0;
  padding-inline-start: 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;
  inset-inline-start: 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: translateY(-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-inline-start: 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-inline-end: 0;
    border-inline-start: 0;
  }

  /* تحويل قائمة التبويبات إلى شريط علوي قابل للتمرير الأفقي */
  .aw-sn__index {
    position: sticky;
    z-index: 10;
    top: 0;
    border-inline-end: 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;
    inset-inline-start: 19px;
  }

  .aw-sn__media-label {
    inset-inline-end: 19px;
    bottom: 19px;
    inset-inline-start: 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:/* End custom CSS */