  @keyframes sectionFadeIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes cardLiftIn {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  @keyframes glowPulse {
    0%, 100% { box-shadow: 0 18px 46px rgba(13, 110, 253, 0.18); }
    50% { box-shadow: 0 22px 60px rgba(13, 110, 253, 0.28); }
  }

  .hero-clean-section,
  .section-padding,
  .section-with-curve,
  .welcome-section-overview,
  .gw-opportunity-section,
  .gw-branches-section,
  .gw-ranking-section,
  .landing-stats,
  .why-section,
  .testimonial-section,
  .landing-contact,
  .cta-section {
    position: relative;
    opacity: 0;
    transform: translateY(26px);
    animation: sectionFadeIn 0.95s ease forwards;
    animation-delay: var(--section-delay, 0.05s);
  }

  .welcome-section-card,
  .gw-intro-card,
  .gw-why-card,
  .landing-stats-card,
  .gw-branch-card,
  .gw-ranking-card,
  .opportunity-card,
  .testimonial-card {
    opacity: 0;
    transform: translateY(12px) scale(0.995);
    animation: cardLiftIn 0.95s ease forwards;
    animation-delay: var(--card-delay, 0.1s);
  }

  /* .hero-clean-section .carousel-item.active .hero-title, */
  /* .hero-clean-section .carousel-item.active .hero-description,
  .hero-clean-section .carousel-item.active .btn,
  .hero-clean-section .carousel-item.active .hero-img {
    animation: glowPulse 8s ease-in-out infinite;
  } */

  @media (prefers-reduced-motion: reduce) {
    .hero-clean-section,
    .section-padding,
    .section-with-curve,
    .welcome-section-overview,
    .gw-opportunity-section,
    .gw-branches-section,
    .gw-ranking-section,
    .landing-stats,
    .why-section,
    .testimonial-section,
    .landing-contact,
    .cta-section,
    .welcome-section-card,
    .gw-intro-card,
    .gw-why-card,
    .landing-stats-card,
    .gw-branch-card,
    .gw-ranking-card,
    .opportunity-card,
    .testimonial-card {
      opacity: 1;
      transform: none;
      animation: none !important;
    }
  }

  .gw-pillars {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gw-pillars li + li {
    margin-top: 1.25rem;
  }

  .gw-pillar-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  .gw-pillars-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
  }

  .gw-stat + .gw-stat {
    margin-top: 1.75rem;
  }

  .featured-block {
    background: rgba(13, 110, 253, 0.06);
    border-radius: 1.5rem;
    padding: 1.85rem 1.75rem;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: start;
  }

  .featured-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(13, 110, 253, 0.15);
  }

  .featured-block-image {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.25rem;
  }

  .featured-block-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .featured-block-description {
    margin-bottom: 0;
    color: rgba(33, 37, 41, 0.75);
  }

  [dir='rtl'] .featured-block {
    text-align: end;
  }

  .gw-opportunity-section {
    position: relative;
    z-index: 5;
    margin-top: 5.5rem;
    padding-top: 3.5rem;
  }

  .shadow-soft {
    border-radius: 1.75rem;
    background: linear-gradient(150deg, rgba(0, 204, 255, 0.22), rgba(255, 186, 0, 0.18));
    border: 1px solid rgba(24, 70, 130, 0.18);
    box-shadow: 0 28px 70px rgba(24, 70, 130, 0.18);
    backdrop-filter: blur(6px);
    background-size: 200% 200%;
    animation: gradientShift 18s ease infinite;
  }

  .btn-gradient-primary {
    background-image: linear-gradient(135deg, #00CCFF, #56B7CA 55%, #8062C6);
    color: #FFFFFF;
    border: none;
    box-shadow: 0 16px 42px rgba(13, 110, 253, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  }

  .btn-gradient-primary:hover,
  .btn-gradient-primary:focus {
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(13, 110, 253, 0.35);
    filter: brightness(1.03);
  }

  .btn-gradient-primary:focus-visible {
    outline: 2px solid rgba(13, 110, 253, 0.6);
    outline-offset: 3px;
  }

  .gw-mobile-filter-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    background: rgba(13, 110, 253, 0.12);
    color: var(--bs-primary);
    border: 1px solid rgba(13, 110, 253, 0.2);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }

  .gw-mobile-filter-trigger:hover,
  .gw-mobile-filter-trigger:focus {
    background: rgba(13, 110, 253, 0.18);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.18);
    color: var(--bs-primary);
  }

  .gw-filter-card {
    border-radius: 1.75rem;
    border: 1px solid rgba(24, 70, 130, 0.16);
    background: linear-gradient(150deg, rgba(0, 204, 255, 0.2), rgba(0, 162, 64, 0.2));
    box-shadow: 0 24px 60px rgba(24, 70, 130, 0.18);
    background-size: 220% 220%;
    animation: gradientShift 20s ease infinite;
    position: sticky;
    top: -25px;
    overflow: hidden;
  
  }

  .gw-filter-card .card-header {
    background: transparent;
    border: 0;
    padding: 1.5rem 1.5rem 0;
  }

  .gw-filter-card .card-body {
    padding: 1.5rem;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
  }

  .gw-filter-card .card-body::-webkit-scrollbar {
    width: 0.45rem;
  }

  .gw-filter-card .card-body::-webkit-scrollbar-thumb {
    background: rgba(13, 110, 253, 0.35);
    border-radius: 999px;
  }

  .gw-filter-label {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--bs-primary);
    margin-bottom: 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
  }

  .gw-filter-card .form-select,
  .gw-filter-card .form-control {
    border-radius: 1rem;
    border: 1px solid rgba(24, 70, 130, 0.16);
    background: linear-gradient(145deg, rgba(0, 204, 255, 0.16), rgba(255, 186, 0, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .gw-filter-card .form-select:focus,
  .gw-filter-card .form-control:focus {
    border-color: rgba(13, 110, 253, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.12);
  }

  .gw-filter-card .form-check-input {
    width: 3rem;
    height: 1.5rem;
    border-radius: 999px;
  }

  .gw-filter-form .form-text {
    font-size: 0.8rem;
  }

  .gw-filter-form .row > [class*='col'] {
    margin-bottom: 1rem;
  }

  .gw-opportunity-carousel {
    position: relative;
    border-radius: 1.9rem;
    border: 1px solid rgba(24, 70, 130, 0.18);
    background: linear-gradient(160deg, rgba(0, 204, 255, 0.18), rgba(255, 186, 0, 0.16));
    box-shadow: 0 30px 70px rgba(24, 70, 130, 0.18);
    padding: 2.4rem clamp(1.5rem, 3vw, 2.6rem) 2.9rem;
    overflow: hidden;
  }

  .gw-carousel-viewport {
    overflow: hidden;
  }

  .gw-carousel-track {
    --gw-carousel-gap: 1.1rem;
    display: flex;
    align-items: stretch;
    gap: var(--gw-carousel-gap);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform;
  }

  .gw-carousel-track.gw-no-transition {
    transition: none !important;
  }

  .gw-carousel-slide {
    flex: 0 0 100%;
    display: flex;
  }

  .gw-carousel-slide > * {
    flex: 1 1 auto;
  }

  .gw-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    z-index: 2;
  }

  .gw-carousel-control[data-disabled="true"],
  .gw-carousel-control:disabled {
    pointer-events: none;
  }

  .gw-carousel-control-prev {
    left: 1rem;
  }

  .gw-carousel-control-next {
    right: 1rem;
  }

  .gw-carousel-control-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.12);
    color: var(--bs-primary);
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.18);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  }

  .gw-carousel-control:not([data-disabled="true"]):hover .gw-carousel-control-icon,
  .gw-carousel-control:not([data-disabled="true"]):focus-visible .gw-carousel-control-icon {
    background: var(--bs-primary);
    color: #FFFFFF;
    transform: translateY(-1px);
  }

  .gw-carousel-control[data-disabled="true"] .gw-carousel-control-icon,
  .gw-carousel-control:disabled .gw-carousel-control-icon {
    opacity: 0.35;
  }

  .gw-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.85rem;
  }

  .gw-carousel-dot {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: none;
    background-color: rgba(13, 110, 253, 0.25);
    transition: transform 0.3s ease, background-color 0.3s ease;
  }

  .gw-carousel-dot.active,
  .gw-carousel-dot:focus-visible {
    background-color: var(--bs-primary);
    transform: scale(1.2);
  }

  .gw-carousel-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(24, 70, 130, 0.16);
    background: linear-gradient(180deg, rgba(0, 204, 255, 0.18), rgba(255, 186, 0, 0.16));
    box-shadow: 0 24px 56px rgba(24, 70, 130, 0.16);
    overflow: hidden;
    background-size: 200% 200%;
    animation: gradientShift 18s ease infinite;
  }

  .gw-carousel-card .card-body {
    padding: 2.25rem 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .gw-carousel-card .card-footer {
    background: transparent;
    border: 0;
    padding: 0 2.25rem 2.25rem;
  }

  .gw-card-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .gw-sector-icon {
    --gw-sector-color: var(--bs-primary);
    --gw-sector-bg: rgba(13, 110, 253, 0.15);
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gw-sector-color);
    background: var(--gw-sector-bg);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  }

  .gw-sector-icon.gw-sector-environmental {
    --gw-sector-bg: linear-gradient(140deg, rgba(25, 135, 84, 0.18), rgba(25, 135, 84, 0.32));
    --gw-sector-color: #00A240;
  }

  .gw-sector-icon.gw-sector-educational {
    --gw-sector-bg: linear-gradient(140deg, rgba(13, 110, 253, 0.2), rgba(90, 141, 238, 0.36));
    --gw-sector-color: #184682;
  }

  .gw-sector-icon.gw-sector-community {
    --gw-sector-bg: linear-gradient(140deg, rgba(253, 126, 20, 0.2), rgba(255, 193, 7, 0.32));
    --gw-sector-color: #FF8A00;
  }

  .gw-sector-icon.gw-sector-health {
    --gw-sector-bg: linear-gradient(140deg, rgba(220, 53, 69, 0.2), rgba(255, 99, 132, 0.3));
    --gw-sector-color: #F25242;
  }

  .gw-sector-icon.gw-sector-cultural {
    --gw-sector-bg: linear-gradient(140deg, rgba(111, 66, 193, 0.22), rgba(111, 66, 193, 0.34));
    --gw-sector-color: #8062C6;
  }

  .gw-sector-icon.gw-sector-support-services,
  .gw-sector-icon.gw-sector-support_services {
    --gw-sector-bg: linear-gradient(140deg, rgba(56, 193, 114, 0.2), rgba(11, 172, 204, 0.3));
    --gw-sector-color: #00899A;
  }

  .gw-sector-icon.gw-sector-other {
    --gw-sector-bg: linear-gradient(140deg, rgba(108, 117, 125, 0.2), rgba(173, 181, 189, 0.36));
    --gw-sector-color: #184682;
  }

  .gw-sector-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    color: var(--bs-primary);
    background: rgba(13, 110, 253, 0.1);
  }

  .gw-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .gw-card-meta {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .gw-card-meta-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.65rem;
    align-items: start;
  }

  .gw-card-meta-item i {
    font-size: 1.1rem;
    color: var(--bs-primary);
    position: relative;
    top: 0.15rem;
  }

  .gw-card-meta-item span {
    font-weight: 600;
    color: var(--bs-dark);
  }

  .gw-card-meta-item small {
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
  }

  .gw-card-callouts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .gw-callout-badge {
    flex: 1 1 12rem;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: rgba(13, 110, 253, 0.08);
    color: var(--bs-dark);
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.12);
  }

  .gw-callout-badge.accent-warning {
    background: rgba(255, 193, 7, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 193, 7, 0.25);
  }

  .gw-callout-badge .gw-callout-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color);
  }

  .gw-callout-badge .gw-callout-value {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 0.35rem;
  }

  .gw-callout-badge small {
    display: block;
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    margin-top: 0.15rem;
  }

  .gw-view-details-btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.85rem 1.3rem;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.18);
  }

  .gw-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .gw-card-actions .btn {
    flex: 1 1 auto;
    border-radius: 999px;
    font-weight: 600;
    padding-block: 0.85rem;
  }

  .gw-card-actions .btn-outline-primary {
    border-width: 2px;
  }

  .gw-filter-drawer {
    background: linear-gradient(150deg, rgba(247, 249, 255, 0.98), rgba(233, 239, 255, 0.98));
    border-inline-start: 1px solid rgba(15, 36, 84, 0.08);
  }

  .gw-filter-drawer .offcanvas-header {
    border-bottom: 1px solid rgba(15, 36, 84, 0.08);
  }

  .gw-filter-drawer .offcanvas-body {
    padding-bottom: 2rem;
  }

  [dir='rtl'] .gw-carousel-track {
    flex-direction: row-reverse;
  }

  [dir='rtl'] .gw-carousel-control-prev {
    right: 1rem;
    left: auto;
  }

  [dir='rtl'] .gw-carousel-control-next {
    left: 1rem;
    right: auto;
  }

  [dir='rtl'] .gw-filter-drawer {
    border-inline-start: 0;
    border-inline-end: 1px solid rgba(15, 36, 84, 0.08);
  }

  @media (max-width: 1199.98px) {
    .gw-opportunity-carousel {
      padding: 2.2rem 2rem 2.8rem;
    }
  }

  @media (max-width: 991.98px) {
    .gw-opportunity-section {
      margin-top: -2.5rem;
      padding-top: 2.5rem;
    }

    .gw-filter-card {
      position: static;
      top: auto;
      max-height: none;
    }

    .gw-opportunity-carousel {
      padding: 2.1rem 1.5rem 2.6rem;
      border-radius: 1.5rem;
    }

    .gw-carousel-slide {
      flex: 0 0 100%;
    }

    .gw-carousel-card {
      box-shadow: none;
      border: none;
      background: transparent;
    }

    .gw-carousel-card .card-body {
      padding: 0;
    }

  .gw-carousel-card .card-footer {
    padding: 0;
    padding-top: 1.75rem;
  }
}

@media (max-width: 991.98px) {
  .gw-card-callouts {
    flex-direction: column;
  }

  .gw-callout-badge {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .gw-callout-badge {
    flex-basis: 100%;
  }

    .gw-card-actions {
      flex-direction: column;
    }

    .gw-opportunity-carousel {
      padding-inline: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    .gw-carousel-slide {
      flex: 0 0 calc((100% - var(--gw-carousel-gap)) / 2);
    }
  }

  @media (min-width: 992px) {
    .gw-carousel-track {
      --gw-carousel-gap: 1.25rem;
    }
  }

  @media (min-width: 1200px) {
    .gw-opportunity-carousel {
      padding-inline: 2.4rem;
    }

    .gw-carousel-track {
      --gw-carousel-gap: 1.5rem;
    }

    .gw-carousel-slide {
      flex: 0 0 calc((100% - (2 * var(--gw-carousel-gap))) / 3);
    }

    
  }
/* ==== Intro Section ==== */
.gw-intro-section {
  position: relative;
  background: linear-gradient(145deg, rgba(var(--color-sky-blue-rgb), 0.08), rgba(var(--color-soft-yellow-rgb), 0.12));
  border-top: 1px solid rgba(var(--color-royal-blue-rgb), 0.08);
  border-bottom: 1px solid rgba(var(--color-royal-blue-rgb), 0.08);
  padding: clamp(3rem, 6vw, 6rem) 0;
  overflow: hidden;
}

.gw-intro-section::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 120%;
  background: radial-gradient(circle at top, rgba(var(--color-sky-blue-rgb), 0.1), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.gw-intro-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(155deg, rgba(var(--color-sky-blue-rgb), 0.16), rgba(var(--color-soft-yellow-rgb), 0.18));
  border-radius: 1.75rem;
  box-shadow: var(--intro-card-shadow);
  border: 1px solid var(--intro-card-border);
  padding: clamp(2rem, 3vw, 3rem);
  backdrop-filter: blur(8px);
}

.gw-intro-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gw-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(var(--color-sky-blue-rgb), 0.12);
  color: var(--accent-blue);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.gw-section-title {
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-royal-blue);
}

.gw-section-lead {
  font-size: 1.1rem;
  color: rgba(var(--color-royal-blue-rgb), 0.72);
  font-weight: 500;
  line-height: 1.6;
}

.gw-why-card {
  background: var(--card-tone-blue);
  border: 1px solid var(--card-tone-border);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  text-align: start;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: var(--card-tone-shadow);
  color: var(--color-royal-blue);
}
.gw-why-card:nth-child(4n + 2) { background: var(--card-tone-green); }
.gw-why-card:nth-child(4n + 3) { background: var(--card-tone-yellow); }
.gw-why-card:nth-child(4n + 4) { background: var(--card-tone-orange); }

.gw-why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-tone-hover-shadow);
}

.gw-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, rgba(var(--color-sky-blue-rgb), 0.15), rgba(var(--color-soft-yellow-rgb), 0.22));
  color: var(--accent-blue);
  border-radius: 1rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.gw-why-card h4 {
  font-size: 1.05rem;
  color: var(--color-royal-blue);
}

.gw-why-card p {
  font-size: 0.9rem;
  color: rgba(var(--color-royal-blue-rgb), 0.7);
}

html[data-bs-theme='dark'] .gw-intro-section {
  background: linear-gradient(145deg, rgba(0, 162, 64, 0.14), rgba(var(--color-soft-yellow-rgb), 0.1));
  border-color: rgba(var(--color-off-white-rgb), 0.08);
}

html[data-bs-theme='dark'] .gw-intro-section::before {
  background: radial-gradient(circle at top, rgba(var(--color-green-rgb), 0.28), transparent 70%);
}

html[data-bs-theme='dark'] .gw-section-title,
html[data-bs-theme='dark'] .gw-section-lead {
  color: rgba(255, 255, 255, 0.9);
}

html[data-bs-theme='dark'] .gw-why-card,
html[data-bs-theme='dark'] .gw-why-card:nth-child(4n + 2),
html[data-bs-theme='dark'] .gw-why-card:nth-child(4n + 3),
html[data-bs-theme='dark'] .gw-why-card:nth-child(4n + 4) {
  color: #FFFFFF;
  border-color: var(--card-tone-border);
}

html[data-bs-theme='dark'] .gw-why-card p {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .gw-intro-section {
    padding: 3rem 0;
  }

  .gw-intro-card {
    text-align: center;
    margin-bottom: 2rem;
  }

  .gw-why-card {
    text-align: center;
  }

  .gw-why-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

[dir='rtl'] .gw-why-card {
  text-align: end;
}
/* ==== Story Section ==== */
.gw-story-section {
  position: relative;
  background: linear-gradient(185deg, rgba(0, 204, 255, 0.22), rgba(255, 186, 0, 0.2), rgba(0, 162, 64, 0.22));
  padding: clamp(3rem, 5vw, 6rem) 0;
  border-top: 1px solid rgba(24, 70, 130, 0.16);
  border-bottom: 1px solid rgba(24, 70, 130, 0.16);
  overflow: hidden;
  background-size: 260% 260%;
  animation: gradientShift 18s ease infinite;
}

.gw-story-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 200px;
  background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.05), transparent 70%);
  pointer-events: none;
}

.gw-story-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(150deg, rgba(0, 204, 255, 0.2), rgba(255, 186, 0, 0.16));
  border-radius: 1.75rem;
  box-shadow: 0 25px 70px rgba(24, 70, 130, 0.16);
  border: 1px solid rgba(24, 70, 130, 0.18);
  padding: clamp(2rem, 3vw, 3rem);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(13, 110, 253, 0.15);
}

.gw-story-card.secondary {
  background: linear-gradient(150deg, rgba(0, 162, 64, 0.2), rgba(255, 186, 0, 0.16));
}

.gw-story-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--bs-dark);
  margin-bottom: 1rem;
}

.gw-story-card p {
  color: rgba(15, 36, 84, 0.78);
  font-size: 0.97rem;
  line-height: 1.65;
}

.gw-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1.75rem;
}

.gw-values-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(150deg, rgba(0, 204, 255, 0.18), rgba(0, 162, 64, 0.16));
  border: 1px solid rgba(24, 70, 130, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 186, 0, 0.22);
  transition: all 0.3s ease;
}

.gw-values-item:hover {
  background: rgba(13, 110, 253, 0.08);
  transform: translateY(-2px);
}

.gw-values-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(90, 141, 238, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
  font-size: 1.3rem;
}

.gw-values-title {
  font-weight: 700;
  color: var(--bs-dark);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.gw-values-text {
  color: rgba(33, 37, 41, 0.75);
  font-size: 0.9rem;
}

/* Vision / Mission Cards */
.gw-vision-card {
  background: linear-gradient(140deg, rgba(0, 204, 255, 0.2), rgba(255, 186, 0, 0.16));
  border: 1px solid rgba(24, 70, 130, 0.18);
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 20px 60px rgba(24, 70, 130, 0.16);
  transition: all 0.3s ease;
  height: 100%;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-vision-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 80px rgba(13, 110, 253, 0.18);
}

.gw-vision-card h4 {
  font-weight: 700;
  color: var(--bs-dark);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.gw-vision-card p {
  color: rgba(15, 36, 84, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

.gw-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(13, 110, 253, 0.12);
  color: var(--bs-primary);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

/* Why cards inside story secondary section */
.gw-story-card .gw-why-card {
  background: linear-gradient(145deg, rgba(0, 204, 255, 0.18), rgba(0, 162, 64, 0.16));
  border: 1px solid rgba(24, 70, 130, 0.16);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: start;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(24, 70, 130, 0.14);
  height: 100%;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-story-card .gw-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.15);
}

.gw-why-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(90, 141, 238, 0.22));
  color: var(--bs-primary);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .gw-story-section {
    padding: 3rem 0;
  }

  .gw-story-card {
    padding: 1.75rem;
  }

  .gw-values-grid {
    grid-template-columns: 1fr;
  }

  .gw-vision-card {
    text-align: center;
  }

  .gw-why-card {
    text-align: center;
  }
}

[dir='rtl'] .gw-why-card,
[dir='rtl'] .gw-values-item {
  text-align: end;
}
/* ==== Impact / Indicators Section ==== */
.gw-impact-section {
  position: relative;
  background: linear-gradient(180deg, rgba(247, 249, 255, 0.97), rgba(230, 238, 255, 0.96));
  padding: clamp(3rem, 6vw, 6rem) 0;
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  border-bottom: 1px solid rgba(13, 110, 253, 0.08);
  overflow: hidden;
}

.gw-impact-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 300px;
  background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.06), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Title & CTA Banner */
.gw-section-title {
  font-weight: 800;
  color: var(--bs-dark);
  line-height: 1.3;
}

.gw-section-lead {
  font-size: 1rem;
  color: rgba(15, 36, 84, 0.75);
  line-height: 1.6;
}

.gw-cta-banner {
  background: linear-gradient(145deg, rgba(13, 110, 253, 0.08), rgba(13, 110, 253, 0.15));
  border-radius: 1.5rem;
  border: 1px solid rgba(13, 110, 253, 0.1);
  padding: 1.5rem 2rem;
  box-shadow: 0 20px 45px rgba(15, 36, 84, 0.1);
  color: var(--bs-dark);
}

/* Cards */
.gw-impact-card {
  position: relative;
  background: linear-gradient(145deg, rgba(0, 204, 255, 0.18), rgba(255, 186, 0, 0.16));
  border: 1px solid rgba(24, 70, 130, 0.16);
  border-radius: 1.5rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 20px 60px rgba(24, 70, 130, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-impact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(13, 110, 253, 0.15);
}

.gw-impact-label {
  display: block;
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}

.gw-impact-value {
  display: block;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--bs-dark);
  line-height: 1.2;
}

.gw-impact-note {
  color: rgba(15, 36, 84, 0.7);
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

/* Governorate Distribution */
.gw-governorate-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.gw-governorate-item + .gw-governorate-item {
  margin-top: 0.75rem;
}

.gw-governorate-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--bs-dark);
  font-size: 0.95rem;
}

.gw-governorate-progress {
  width: 100%;
  height: 0.55rem;
  background: rgba(13, 110, 253, 0.1);
  border-radius: 999px;
  margin-top: 0.4rem;
  overflow: hidden;
}

.gw-governorate-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #00CCFF, #56B7CA);
  border-radius: 999px;
  transition: width 0.5s ease;
}

.gw-empty-note {
  text-align: center;
  color: rgba(33, 37, 41, 0.6);
  font-size: 0.9rem;
}

/* Champions / Vision cards reused elegantly */
.gw-vision-card {
  background: linear-gradient(145deg, rgba(0, 204, 255, 0.18), rgba(0, 162, 64, 0.14));
  border: 1px solid rgba(24, 70, 130, 0.16);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 16px 45px rgba(24, 70, 130, 0.14);
  transition: all 0.3s ease;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-vision-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(13, 110, 253, 0.15);
}

.gw-vision-card h5 {
  font-size: 1rem;
  color: var(--bs-dark);
}

.gw-vision-card p {
  font-size: 0.9rem;
  color: rgba(15, 36, 84, 0.7);
}

/* Buttons */
.gw-impact-section .btn-light {
  background: linear-gradient(145deg, rgba(0, 204, 255, 0.18), rgba(255, 186, 0, 0.16));
  border: 1px solid rgba(24, 70, 130, 0.18);
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.gw-impact-section .btn-light:hover {
  background: var(--bs-primary);
  color: #FFFFFF;
  border-color: var(--bs-primary);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(13, 110, 253, 0.25);
}

/* Responsive */
@media (max-width: 991.98px) {
  .gw-impact-card {
    padding: 1.75rem 1.25rem;
  }

  .gw-impact-section {
    padding: 3rem 0;
  }

  .gw-cta-banner {
    text-align: center;
    padding: 1.5rem;
  }

  .gw-impact-value {
    font-size: 2rem;
  }

  .gw-governorate-header {
    font-size: 0.9rem;
  }
}

[dir='rtl'] .gw-impact-card,
[dir='rtl'] .gw-vision-card {
  text-align: end;
}

[dir='rtl'] .gw-governorate-header {
  flex-direction: row-reverse;
}
/* ==== Branches Section ==== */
.gw-branches-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 255, 0.96));
  padding: clamp(3rem, 6vw, 6rem) 0;
  border-top: 1px solid rgba(13, 110, 253, 0.08);
  overflow: hidden;
}

.gw-branches-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 200px;
  background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.05), transparent 70%);
  pointer-events: none;
}

/* Section Headings */
.gw-branches-section .gw-section-title {
  font-weight: 800;
  color: var(--bs-dark);
  line-height: 1.25;
}

.gw-branches-section .gw-section-lead {
  font-size: 1rem;
  color: rgba(15, 36, 84, 0.75);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Branch Cards */
.gw-branch-card {
  position: relative;
  background: linear-gradient(140deg, rgba(0, 204, 255, 0.18), rgba(0, 162, 64, 0.14));
  border: 1px solid rgba(24, 70, 130, 0.16);
  border-radius: 1.5rem;
  padding: 1.85rem 1.5rem;
  box-shadow: 0 22px 60px rgba(24, 70, 130, 0.14);
  transition: all 0.3s ease;
  height: 100%;
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
}

.gw-branch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 75px rgba(13, 110, 253, 0.15);
}

/* Header */
.gw-branch-card h5 {
  font-weight: 700;
  color: var(--bs-dark);
  font-size: 1.1rem;
}

.gw-branch-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.18), rgba(255, 230, 150, 0.35));
  color: #FF8A00;
  border-radius: 999px;
  padding: 0.25rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.gw-branch-card p {
  font-size: 0.9rem;
  color: rgba(15, 36, 84, 0.7);
}

/* Stats Layout */
.gw-branch-stats {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.gw-branch-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(13, 110, 253, 0.05);
  border-radius: 0.85rem;
  padding: 0.75rem 1rem;
  transition: background 0.3s ease;
}

.gw-branch-stat:hover {
  background: rgba(13, 110, 253, 0.1);
}

.gw-branch-stat span:first-child {
  font-weight: 600;
  color: var(--bs-dark);
  font-size: 0.9rem;
}

.gw-branch-stat span:last-child {
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 1rem;
}

/* Hover Light Accent */
.gw-branch-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.05), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gw-branch-card:hover::after {
  opacity: 1;
}

/* Responsive */
@media (max-width: 991.98px) {
  .gw-branch-card {
    padding: 1.5rem 1.25rem;
  }
  .gw-branch-stat span:first-child {
    font-size: 0.85rem;
  }
  .gw-branch-stat span:last-child {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .gw-branch-stats {
    gap: 0.55rem;
  }
}

[dir='rtl'] .gw-branch-card {
  text-align: end;
}

[dir='rtl'] .gw-branch-stat {
  flex-direction: row-reverse;
}
