@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --section-overlay-gradient: linear-gradient(
    to bottom,
    rgb(0, 11, 28) 0%,
    rgba(0, 11, 28, 0.65) 45%,
    rgba(0, 11, 28, 0.65) 55%,
    rgb(0, 11, 28) 100%
  );
}
.bottom-overlay {
  background: linear-gradient(
    to top,
    rgb(0, 11, 28) 0%,
    rgba(0, 11, 28, 0) 100%
  );
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
}

.language-switcher img {
  width: 32px;
  height: 32px;
}
#accessibility-main-button img {
  width: 24px;
  height: 24px;
}
*,
::after,
::before {
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

a,
a:hover {
  text-decoration: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 37px;
  font-weight: bold;
  line-height: 57px;
  text-align: right;
  color: white;
  padding: 0px 15px;
}

h2 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 16px !important;
  margin-top: 45px !important;
}

.red {
  color: #ee0000 !important;
}

.light-orange {
  color: #ffdeb2 !important;
}

.black {
  color: #000 !important;
}

.center {
  justify-content: center !important;
}

:root {
  --map-aspect-ratio: 1.401459854;
  --map-height: 700px;
}

.map-section {
  width: 100%;
  height: var(--map-height);
  min-height: var(--map-height);
  position: relative;
  overflow: hidden;
  background-color: #000b1c;
}

.map-container {
  width: 100%;
  height: var(--map-height);
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #000b1c;
}

.map-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(var(--map-height) * var(--map-aspect-ratio));
  height: var(--map-height);
  line-height: 0;
}

.map-image {
  display: block;
  width: 100%;
  height: var(--map-height);
  max-width: none;
}

.pins-country {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pins-country .pin {
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.55);
  pointer-events: auto;
  z-index: 10;
  transition: transform 0.25s ease;
  animation: pin-reveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes pin-reveal {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.pins-country [data-country="syria"] {
  top: 18.5%;
  left: 56.8%;
  animation-delay: 0.45s;
}

.pins-country [data-country="iraq"] {
  top: 20%;
  left: 60.2%;
  animation-delay: 0.6s;
}

.pins-country [data-country="yemen"] {
  top: 38.5%;
  left: 64%;
  animation-delay: 0.75s;
}

.pins-country [data-country="somalia"] {
  top: 52.5%;
  left: 62%;
  animation-delay: 0.9s;
}

.pins-country .pin:hover {
  transform: translate(-50%, -50%) scale(1.08);
  z-index: 12;
}

.pin-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.pin.reverse .pin-details {
  bottom: auto;
  top: calc(100% + 6px);
}

.pins-country [data-country="iraq"] .pin-details {
  transform: translateX(calc(-50% + 30px));
}

.pins-country .pin > img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0.85;
}

.pins-country [data-country="syria"] > img {
  width: 60px;
  height: 60px;
}

.pins-country [data-country="iraq"] > img {
  width: 22px;
  height: 22px;
}

.pins-country [data-country="yemen"] > img {
  width: 90px;
  height: 90px;
}

.pins-country [data-country="somalia"] > img {
  width: 80px;
  height: 80px;
}

.pin-num {
  font-size: 22px;
  font-weight: bold;
  color: #e40421;
  line-height: 1.15;
  white-space: nowrap;
}

.country-name {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1.15;
  white-space: nowrap;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.95);
    opacity: 1;
    filter: drop-shadow(0 0 2px rgba(255, 42, 42, 0.8));
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
    filter: drop-shadow(0 0 10px rgba(255, 42, 42, 1));
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
    filter: drop-shadow(0 0 2px rgba(255, 42, 42, 0.8));
  }
}

.pins-country .pin img {
  animation: pulse-ring 2s ease-in-out infinite;
  animation-delay: 1.5s;
  will-change: transform, opacity;
}

.pins-country [data-country="syria"] img {
  animation-delay: 1.65s;
}
.pins-country [data-country="iraq"] img {
  animation-delay: 1.8s;
}
.pins-country [data-country="yemen"] img {
  animation-delay: 1.95s;
}
.pins-country [data-country="somalia"] img {
  animation-delay: 2.1s;
}

.scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 2px 35px;
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.45s ease;
}

@keyframes scroll-down-intro {
  to {
    opacity: 1;
  }
}

/* Map: scale to fit narrow and wide screens; keep 700px between 600–950px */
@media (max-width: 599px) {
  :root {
    --map-height: calc(100vw / var(--map-aspect-ratio));
    --pin-scale: clamp(
      0.48,
      calc((100vw / var(--map-aspect-ratio)) / 700px),
      1
    );
  }

  .map-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }

  .pin-details {
    bottom: calc(100% + 6px * var(--pin-scale));
  }

  .pin.reverse .pin-details {
    top: calc(100% + 6px * var(--pin-scale));
  }

  .pins-country [data-country="iraq"] .pin-details {
    transform: translateX(calc(-50% + 30px * var(--pin-scale)));
  }

  .pins-country [data-country="syria"] > img {
    width: calc(60px * var(--pin-scale));
    height: calc(60px * var(--pin-scale));
  }

  .pins-country [data-country="iraq"] > img {
    width: calc(22px * var(--pin-scale));
    height: calc(22px * var(--pin-scale));
  }

  .pins-country [data-country="yemen"] > img {
    width: calc(90px * var(--pin-scale));
    height: calc(90px * var(--pin-scale));
  }

  .pins-country [data-country="somalia"] > img {
    width: calc(80px * var(--pin-scale));
    height: calc(80px * var(--pin-scale));
  }

  .pin-num {
    font-size: calc(22px * var(--pin-scale));
  }

  .country-name {
    font-size: calc(20px * var(--pin-scale));
  }

  .scroll-down p {
    font-size: 16px;
  }

  .scroll-down {
    bottom: 16px;
  }
}

@media (min-width: 600px) and (max-width: 950px) {
  :root {
    --map-height: 700px;
  }
}

@media (min-width: 951px) and (max-width: 1920px) {
  :root {
    --map-height: calc(100vw / var(--map-aspect-ratio));
  }

  .map-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1921px) {
  :root {
    --map-height: 1370px;
  }

  .map-wrapper {
    left: 50%;
    right: auto;
    width: 1920px;
    transform: translateX(-50%);
  }
}

.scroll-down__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  animation: scroll-down-bounce 2.2s ease-in-out infinite;
}

.scroll-down.is-hidden {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.scroll-down.is-hidden .scroll-down__trigger {
  animation: none;
}

@keyframes scroll-down-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

.scroll-down p {
  font-size: 20px;
  color: white;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

.scroll-down img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.dark-section {
  background-color: #000b1c;
}

.light-section {
  background-color: white;
}

.dark-section .main-content p {
  color: white;
  /* margin: 0 !important; */
}
.dark-section h2 {
  font-size: 24px;
  color: #ffffff;
}

#mainBanner,
.secondary-banner-01,
.secondary-banner-02 {
  position: relative;
  background-image: url("../images/main-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.secondary-banner-01 {
  background-image: url("../images/secondary-banner1.jpg");
}

.secondary-banner-02 {
  background-image: url("../images/secondary-banner2.jpg");
}

.secondary-banner-01::after,
.scroll-section-04::after,
.secondary-banner-02::after,
.scroll-section-06::after {
  content: "";
  background: var(--section-overlay-gradient);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.main-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 60%;
  height: 100%;
  margin: auto;
  gap: 50px;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main-title-wrapper h2 {
  font-size: 24px;
  line-height: 42px;
  text-align: right;
  color: white;
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0px 15px;
}

.main-banner-description {
  font-size: 18px;
  line-height: 1.85;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
  font-weight: bold;
}

.secondary-banner-01 h2,
.scroll-section-05 h2,
.secondary-banner-02 h2 {
  font-size: 42px !important;
  font-weight: bold;
  text-align: center;
}

.secondary-banner-01 h3,
.scroll-section-05 h3 {
  font-size: 34px !important;
  font-weight: bold;
  color: white;
  text-align: center;
}

.secondary-banner-01 .main-title-wrapper {
  gap: 20px;
}

.writer-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.writer-info-div {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 99999;
  margin-top: 0px;
}

.writer-info-div figure {
  width: 33px;
}

.writer-info-div figure img {
  width: 18px;
  height: 18px;
}

.writer-info-div span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: white;
}

.ai-img-note {
  background-color: #000000d6;
  width: max-content;
  color: white;
  padding: 8px 14px;
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 14px;
}

.cus-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}

.flex-figure {
  display: block;
  margin: 0;
}

.flex-figure-wrap {
  position: relative;
  width: 100%;
}

.flex-figure-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.scroll-section {
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

section.scroll-section {
  overflow: visible !important;
}

.scroll-section-01 > img,
.scroll-section-02 > img {
  filter: brightness(0.72);
}

.scroll-content {
  height: auto;
  overflow-y: unset;
  padding: 80px 15px;
  background: rgb(10 16 15 / 0%);
  position: relative;
  z-index: 2;
  width: 60%;
  margin: auto;
}

.scroll-section .cus-container {
  padding: 80px 15px;
  background-color: rgba(10, 16, 15, 0.65);
  color: white;
  z-index: 1;
}

.scroll-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100vh !important;
  z-index: 0;
  background-color: #000b1c;
}

.scroll-video-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.scroll-video-wrap .scroll-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-video-overlay {
  position: absolute;
  inset: 0;
  background: var(--section-overlay-gradient);
  z-index: 1;
  pointer-events: none;
}

.scroll-section img,
.scroll-section > .scroll-video {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100vh !important;
  z-index: 0;
}

.video-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 100px 0;
  width: 100%;
  height: 400px;
}

.video-container video {
  width: 100%;
  height: 100%;
}

.video-caption {
  font-size: 14px;
  color: white;
  text-align: center;
}

.scroll-section .scroll-content > a,
.scroll-section .scroll-content > a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 35px auto;
  text-align: center;
  text-decoration: underline;
  color: #d88066;
}

.doc-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.doc-gallery a {
  width: 50%;
  display: block;
  margin: 0;
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.doc-gallery a:hover,
.doc-gallery a:focus,
.doc-gallery a:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.doc-gallery img {
  width: 100%;
  height: auto !important;
  display: block;
}

.chartsSwiper {
  margin: 50px 0;
  padding: 50px 0 !important;
}

.chartsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.chartsSwiper img {
  width: 100%;
  height: auto !important;
  position: unset;
  max-width: 60%;
  margin: auto;
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

.chartsSwiper a:hover img {
  filter: brightness(1.18);
  transform: scale(1.02);
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  color: white !important;
}

.scroll-section h2 {
  font-size: 27px;
  margin-bottom: 25px !important;
  margin-top: 45px;
}

.scroll-section p {
  font-size: 19px;
  line-height: 32px;
  text-align: right;
  margin: 0 0 32px 0;
  font-weight: 500;
}

.scroll-section h2,
.scroll-section p {
  color: white;
}

.content-section {
  padding: 60px 0px;
  width: 100%;
  height: 100%;
}

.main-content {
  margin: auto;
  max-width: 60%;
  width: 100%;
}

.main-content p {
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}

.box-text {
  font-weight: bold;
  padding: 20px 40px;
  background-color: #ffdeb2;
}

.chart-content h3 {
  font-size: 22px;
  color: white;
  font-weight: 600;
  text-align: center;
}

.main-content.chart-content {
  max-width: 92%;
}

.chart-sub-title {
  display: block;
  font-size: 18px;
  color: white;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
  line-height: 29px;
}

.chart-source-div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 0;
  background-color: transparent;
  max-width: 100%;
  margin: 32px 0 0;
  align-items: flex-start;
  direction: ltr;
}

.chart-source-div p {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.pictogram-chart {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 0 24px;
  background-color: transparent;
  color: #ffffff;
  direction: ltr;
}

.pictogram-header {
  flex-shrink: 0;
  width: 100%;
}

.pictogram-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.pictogram-legend-scale {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pictogram-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pictogram-legend-icon {
  width: 16px;
  height: 20px;
  flex-shrink: 0;
}

.pictogram-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  min-height: 320px;
}

.pictogram-country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pictogram-total {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  min-height: 1.25em;
  margin-bottom: 6px;
}

.pictogram-grid-wrap {
  position: relative;
}

.pictogram-grid {
  display: grid;
  gap: 2px;
  align-content: end;
  grid-template-columns: repeat(var(--pictogram-cols, 6), 16px);
  grid-template-rows: repeat(var(--pictogram-rows, 10), 20px);
}

.pictogram-icon {
  width: 16px;
  height: 20px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.pictogram-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pictogram-icon.is-dimmed {
  opacity: 0.2;
}

.pictogram-icon.is-highlighted {
  opacity: 1;
  transform: scale(1.05);
}

.pictogram-hover-zone {
  position: absolute;
  left: -6px;
  right: -6px;
  cursor: pointer;
  z-index: 2;
}

.pictogram-hover-zone--injured {
  top: 0;
}

.pictogram-hover-zone--killed {
  bottom: 0;
}

.pictogram-country-name {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 4px;
  direction: rtl;
}

.chart-tooltip {
  position: fixed;
  z-index: 9999;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(28, 28, 28, 0.94);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
  direction: rtl;
  text-align: right;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.chart-tooltip-title {
  font-weight: 700;
  margin-bottom: 2px;
}

.chart-tooltip-label {
  color: rgba(255, 255, 255, 0.85);
}

.chart-tooltip-value {
  font-weight: 600;
}

.chart-tooltip-line {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.45;
}

.pie-chart {
  width: 100%;
  max-width: 360px;
  margin: 24px auto 0;
}

.pie-chart-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.pie-slice {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform-origin: center;
  transform-box: fill-box;
}

.pie-slice.is-dimmed {
  opacity: 0.35;
}

.pie-slice.is-highlighted {
  opacity: 1;
  filter: brightness(1.08);
}

.pie-label-name {
  font-size: 18px;
  font-weight: 700;
  font-family: "Tajawal", sans-serif;
  pointer-events: none;
}

.pie-label-value {
  font-size: 22px;
  font-weight: 700;
  font-family: "Tajawal", sans-serif;
}

.charts-stack {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.charts-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
  align-items: stretch;
}

.charts-row .chart-sub-title {
  font-size: 16px;
  line-height: 24px;
}

.charts-row .chart-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.charts-row .chart-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 420px;
  min-height: 420px;
  flex-shrink: 0;
}

.charts-row .chart-block-pie {
  max-width: none;
  width: 100%;
  margin: 0;
}

.charts-row .chart-visual .pictogram-chart {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

.charts-row .chart-visual .pictogram-legend {
  margin-bottom: 0;
}

.charts-row .chart-visual .pictogram-body {
  min-height: 0;
  flex-shrink: 0;
  margin-top: auto;
}

.charts-row .chart-visual .pie-chart {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.charts-row .chart-visual .pie-chart-svg {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1;
}

.chart-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.chart-block-pie {
  max-width: 480px;
  margin: 0 auto;
}

.chart-block-bar {
  width: 100%;
}

.chart-block-bar .bar-chart {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.chart-block-bar .bar-chart-inner {
  min-height: 360px;
}

.chart-block-bar .bar-chart-plot {
  min-height: 280px;
  padding-left: 5.333%;
  padding-right: 2.667%;
}

.chart-block-bar .bar-chart-labels {
  padding-left: 5.333%;
  padding-right: 2.667%;
}

.chart-block-bar .bar-chart-label-cell {
  font-size: 13px;
  line-height: 1.5;
}

.chart-block h3,
.chart-block .chart-sub-title {
  width: 100%;
}

.chart-block h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.bar-chart {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 0;
  direction: ltr;
}

.bar-chart-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.bar-chart-plot {
  flex: 1;
  min-height: 300px;
  padding-left: 5.333%;
  padding-right: 2.667%;
}

.bar-chart-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: visible;
}

.bar-chart-labels {
  display: grid;
  grid-template-columns: repeat(var(--bar-count, 6), 1fr);
  gap: 8px;
  padding-left: 5.333%;
  padding-right: 2.667%;
  margin-top: 12px;
  flex-shrink: 0;
}

.bar-chart-label-cell {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  direction: rtl;
  word-break: break-word;
  hyphens: auto;
  padding: 0 3px;
  font-family: "Tajawal", sans-serif;
}

.bar-chart-grid line {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1;
}

.bar-chart-tick {
  fill: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-family: "Tajawal", sans-serif;
}

.bar-chart-bar {
  transition:
    opacity 0.2s ease,
    filter 0.2s ease;
}

.bar-chart-bar.is-dimmed {
  opacity: 0.35;
}

.bar-chart-bar.is-highlighted {
  opacity: 1;
  filter: brightness(1.1);
}

.stacked-bar-chart {
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
  direction: ltr;
}

.stacked-bar-chart-inner {
  min-height: auto;
}

.stacked-bar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 13px;
}

.stacked-bar-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stacked-bar-legend-swatch {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  flex-shrink: 0;
}

.stacked-bar-segment.is-dimmed {
  opacity: 0.35;
}

.stacked-bar-segment.is-highlighted {
  opacity: 1;
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .stacked-bar-legend {
    gap: 10px 14px;
    font-size: 11px;
  }

  .pictogram-chart {
    padding: 20px 0 16px;
  }

  .pictogram-body {
    gap: 12px;
  }

  .pictogram-icon,
  .pictogram-legend-icon {
    width: 12px;
    height: 15px;
  }

  .pictogram-grid {
    grid-template-columns: repeat(var(--pictogram-cols, 6), 12px);
    grid-template-rows: repeat(var(--pictogram-rows, 10), 15px);
  }

  .pictogram-legend {
    gap: 12px;
    font-size: 12px;
  }

  .pictogram-total {
    font-size: 15px;
  }

  .pictogram-country-name {
    font-size: 13px;
  }

  .chart-tooltip {
    font-size: 12px;
    padding: 8px 12px;
  }

  .pie-label-name {
    font-size: 14px;
  }

  .pie-label-value {
    font-size: 18px;
  }

  .bar-chart-label-cell {
    font-size: 10px;
    line-height: 1.4;
  }

  .bar-chart-inner {
    min-height: auto;
  }

  .bar-chart-plot,
  .bar-chart-svg {
    min-height: 220px;
  }

  .charts-stack {
    gap: 56px;
  }

  .charts-row {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .charts-row .chart-sub-title {
    font-size: 15px;
    line-height: 22px;
  }

  .charts-row .chart-visual {
    min-height: auto;
  }

  .charts-row .chart-visual .pie-chart-svg {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .chart-block-bar .bar-chart-label-cell {
    font-size: 11px;
  }

  .chart-block-pie {
    max-width: 100%;
  }
}

.boxes-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 100px 0;
}

.box-card {
  position: relative;
  text-align: center !important;
  font-weight: bold;
  border-radius: 10px;
  width: 100%;
  padding: 40px;
  background-color: #842727;
  color: white;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.box-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.box-card h5 {
  font-size: 22px;
}

.box-card p {
  font-size: 18px;
  line-height: 30px;
}

.boxes-source {
  color: white;
  text-align: left;
}

.leaders-content h3 {
  text-align: center;
  font-size: 24px;
  color: #e40421;
  line-height: 37px;
}

.leaders-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin: 65px 0;
}

.leader-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  transition: transform 0.25s ease;
}

.leader-card:hover {
  transform: translateY(-6px);
}

.leader-img {
  width: 85%;
  height: auto;
  margin: auto;
}

.leader-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
}

.leader-card:hover .leader-img img {
  box-shadow: 0 0 0 3px #e40421;
}

.leader-name {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.leader-card-detailes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}

.leader-card-detailes p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: white;
  text-align: center;
}

.leader-card-detailes .red,
.leader-card-detailes .light-orange {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.scroll-section-05 a,
.scroll-section-05 a:hover {
  font-size: 30px;
  font-weight: bold;
  text-decoration: unset;
  margin-top: 150px;
}

.scroll-youtube-video {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: none;
  margin: 80px auto 0;
  aspect-ratio: 16 / 9;
}

.scroll-youtube-video__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scroll-block {
  position: relative;
  min-height: 120vh;
}

.bg-sticky-img-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.bg-sticky-img-wrap .bg-sticky-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-sticky-img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
  z-index: 1;
}

.scroll-section-05 .scroll-content {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 0 auto;
  padding: 100px 25px;
  margin-top: -70vh;
  color: #ffffff;
}
.doc-gallery-title {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.chart-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  color: white;
}

.chart-side {
  flex: 1;
  min-width: 0;
}

.chart-block-strike {
  width: 100%;
}

.strike-chart {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 0;
  direction: ltr;
}

.strike-chart-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
  padding: 0 2.667%;
}

.strike-chart-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.strike-chart-y-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
}

.strike-chart .bar-chart-tick,
.ratio-scatter-chart .bar-chart-tick,
.strike-chart .chart-axis-tick,
.ratio-scatter-chart .chart-axis-tick {
  font-size: 24px;
  font-weight: 500;
  fill: rgba(255, 255, 255, 0.9);
}

.strike-chart .strike-chart-color-legend-row,
.ratio-scatter-chart .strike-chart-color-legend-row {
  font-size: 14px;
  font-weight: 500;
}

.strike-chart .strike-chart-color-legend-label,
.ratio-scatter-chart .strike-chart-color-legend-label {
  font-size: 13px;
}

.strike-chart-color-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.strike-chart-color-legend-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-family: "Tajawal", sans-serif;
}

.strike-chart-color-legend-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Tajawal", sans-serif;
  direction: rtl;
  text-align: right;
  padding-left: 18px;
}

.strike-chart-color-legend-bar {
  width: 120px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}

.strike-chart-inner {
  min-height: auto;
}

.strike-chart-plot {
  min-height: 320px;
  padding-left: 5.333%;
  padding-right: 2.667%;
}

.strike-chart-svg {
  overflow: visible;
}

.strike-chart-labels {
  display: grid;
  grid-template-columns: repeat(var(--bar-count, 5), 1fr);
  gap: 0;
  padding: 8px 5.333% 0 5.333%;
  margin-top: 0;
}

.strike-chart-label-cell {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  transform: rotate(-42deg);
  transform-origin: top center;
  min-height: 76px;
  padding-top: 10px;
  word-break: break-word;
}

.strike-chart-bar.is-dimmed {
  opacity: 0.35;
}

.strike-chart-bar.is-highlighted {
  opacity: 1;
  filter: brightness(1.12);
}

.chart-block-ratio {
  width: 100%;
}

.ratio-scatter-chart {
  width: 100%;
  max-width: 100%;
  margin: 24px auto 0;
  direction: ltr;
}

.ratio-scatter-inner {
  min-height: auto;
}

.ratio-scatter-plot {
  min-height: 320px;
  padding-left: 5.333%;
  padding-right: 2.667%;
}

.ratio-scatter-svg {
  overflow: visible;
}

.ratio-scatter-grid-line {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 1;
}

.ratio-scatter-marker {
  transition:
    opacity 0.2s ease,
    filter 0.2s ease;
  pointer-events: none;
}

.ratio-scatter-marker.is-dimmed {
  opacity: 0.35;
}

.ratio-scatter-marker.is-highlighted {
  opacity: 1;
  filter: brightness(1.15);
}

.ratio-scatter-label-cell {
  transform: none;
  min-height: auto;
  padding-top: 4px;
  font-size: 13px;
  line-height: 1.4;
}

.chart-block-timing {
  width: 100%;
}

.timing-chart-labels {
  padding-top: 4px;
}

.timing-chart-label-cell {
  font-size: 12px;
  line-height: 1.35;
  min-height: 72px;
  padding-top: 10px;
}

.shared-with-div {
  border-top: 1px solid #e2e2e2;
  background-color: transparent;
  width: 100%;
  margin: 75px auto;
  padding: 28px;
  background-color: #e2e2e21c;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.shared-lang-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.shared-lang-wrapper h6 {
  font-family: "Tajawal", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 28px;
}

.shared-lang-wrapper h6::before {
  content: "";
  display: flex;
  background-color: #b4031b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.shared-links-wrapper {
  display: flex;
}

.shared-links-wrapper span {
  display: flex;
  max-width: 90%;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.shared-links-wrapper a:not(:last-child) {
  border-left: 2px solid #b4031b;
  padding-left: 10px;
}

.shared-links-wrapper a {
  color: #1a1a1a !important;
}

.investigation-tags-container {
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 20px;
  margin: 0 auto 32px auto;
}

.investigation-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: auto;
  gap: 8px;
}

.investigation-tags-wrapper a {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 15px;
  color: #b4031b;
  background-color: white;
  border: 1px solid #b4031b;
  border-radius: 7px;
  transition: all 0.5s;
}

.investigation-tags-wrapper a:hover {
  color: white;
  background-color: #b4031b;
  border: 1px solid #b4031b;
  transition: all 0.5s;
}

/* Media Queries */

@media (min-width: 1500px) {
  .cus-container {
    max-width: 1340px;
  }
}

@media (min-width: 1700px) {
  #mainBanner {
    min-height: 1000px;
  }
}

@media (max-width: 1199px) {
  .cus-container {
    max-width: 1000px;
  }

  .main-banner-content {
    max-width: 80%;
  }

  .main-content {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  #mainBanner {
    height: 30vh;
    min-height: 350px;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-banner-content {
    max-width: 100%;
  }

  .main-title-wrapper {
    width: 100%;
  }

  .main-title-wrapper h2 {
    text-align: center;
  }

  .main-banner-description {
    font-size: 16px;
    line-height: 1.75;
  }

  .main-content {
    max-width: 85%;
  }

  .scroll-content {
    width: 95% !important;
    padding: 40px 10px;
  }

  .writer-info-wrapper {
    justify-content: center;
  }

  .boxes-wrapper {
    flex-wrap: wrap;
  }

  .boxes-source {
    text-align: center;
    line-height: 26px;
  }

  .leaders-container {
    flex-wrap: wrap;
  }

  .leader-img {
    max-width: 70%;
    margin: auto;
  }

  .shared-with-div {
    width: 100%;
  }

  .chart-container {
    flex-direction: column;
    gap: 48px;
  }

  .strike-chart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .bar-chart-labels,
  .strike-chart-labels {
    display: none;
  }
  .chart-block-bar .bar-chart-inner,.strike-chart-plot {
    min-height: auto;
  }
  .chart-source-div p {
    font-size: 14px !important;
    width: 100%;
    text-align: right;
  }
  .text-left {
    text-align: left !important;
  }
  .main-title-wrapper h2{line-height: 58px !important;}
  #mainBanner h2{
    line-height: 34px !important;
  }
}

@media (max-width: 767px) {
  .cus-container {
    max-width: 92% !important;
    padding: 0;
  }

  #mainBanner {
    height: 30vh;
    min-height: 350px;
  }

  h1 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 20px;
  }

  h2 {
    font-size: 20px;
  }

  .main-title-wrapper h2 {
    text-align: center;
    line-height: 58px;
    line-height: 33px;
    font-size: 20px;
  }

  .main-content {
    max-width: 100%;
    padding: 0;
  }

  .main-content p {
    font-size: 16px;
    line-height: 28px;
    text-align: right;
  }

  .scroll-content {
    width: 95%;
    padding: 40px 10px;
  }

  .scroll-section h2 {
    font-size: 22px;
  }

  .scroll-section p {
    font-size: 16px;
    line-height: 28px;
  }

  .writer-info-wrapper {
    justify-content: center;
  }

  .boxes-wrapper {
    flex-wrap: wrap;
  }

  .boxes-source {
    text-align: center;
    line-height: 26px;
  }

  .leaders-container {
    flex-wrap: wrap;
    gap: 50px;
  }
  .leader-card-detailes {
    margin-top: 0;
  }

  .leader-img {
    max-width: 70%;
    margin: auto;
  }

  .shared-with-div {
    padding: 15px;
    margin: 40px auto;
  }

  .shared-links-wrapper span {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 34px;
  }

  .main-title-wrapper h2 {
    text-align: center;
  }

  .investigation-tags-wrapper {
    justify-content: center;
  }
}
/* End Media Queries */

@media (prefers-reduced-motion: reduce) {
  .pins-country .pin {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .scroll-down {
    animation: none;
    opacity: 1;
  }

  .pins-country .pin img {
    animation-delay: 0s;
  }
}

/* Reading progress */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
}

.reading-progress__rail {
  position: relative;
  width: 100%;
  height: 100%;
  background: #0a1220;
}

.reading-progress__fill {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #e40421;
  transition: width 0.08s linear;
}

.reading-progress__ticks {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.reading-progress__tick {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  transition: background-color 0.35s ease;
}

.reading-progress__tick.is-passed {
  background: #ffdeb2;
}
