@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2");
  font-display: swap;
}

strong {
  font-family: "Montserrat-Bold";
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2");
  font-display: swap;
}
.slider2 h3 {
  font-family: "Montserrat-Bold";
  color: #f2f2f2;
  font-size: 20px;
  margin-bottom: 0px !important;
  margin-top: 45px !important;
  text-align: center !important;
}
.dark-section {
  background-color: #000;
}
.dark-section .main-content p {
  color: #f2f2f2;
}
#mainBanner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #000, #260d0a);
  inset: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.slider3 h3 {
  font-family: "Montserrat-Bold";
  color: #f2f2f2;
  font-size: 20px;
  margin-bottom: 0px !important;
  margin-top: 45px !important;
  text-align: center !important;
}

.image-slider picture {
  border: unset !important;
  border-radius: 0 !important;
}

.bottom-main-p-banner {
  background-color: #000000d6;
  width: max-content;
  color: white;
  padding: 8px 14px;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
}
.black-box {
  background-color: #11171d;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url("../images/cutall.jpg");
}
.black-box h3 {
  color: #f2f2f2;
  font-weight: bold;
  font-family: "Montserrat-Bold";
  margin-bottom: 30px;
}
.black-box p {
  color: #f2f2f2 !important;
}
.tooltiptext {
  visibility: hidden;
  font-size: 17px;
  width: 50%;
  left: 16%;
  top: 81%;
  transform: translate(-50%, -50%);
  opacity: 0.95;
  background-color: rgb(45, 45, 45);
  color: rgb(255, 255, 255);
  text-align: left;
  position: absolute;
  z-index: 1;
  margin: auto;
  border-radius: 6px;
  padding: 14px;
}

.pin-all {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #ffffffbd;
  border-radius: 100%;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  position: relative;
}

#pin4 {
  margin-top: -316px;
  margin-left: 243px;
}

#pin2 {
  margin-top: -253px;
  margin-left: 249px;
}

#pin3 {
  margin-top: -264px;
  margin-left: 214px;
}

#pin {
  margin-top: -291px;
  margin-left: 209px;
}

#pin5 {
  margin-left: 182px;
  margin-top: -368px;
}

#pin62 {
  margin-left: 201px;
  margin-top: -351px;
}

#pin6 {
  margin-left: 171px;
  margin-top: -327px;
}

#pin7 {
  margin-left: 141px;
  margin-top: -290px;
}

#pin8 {
  margin-left: -183px;
  margin-top: 105px;
}

#pin9 {
  margin-left: 152px;
  margin-top: -313px;
}

#pin10 {
  margin-left: 163px;
  margin-top: -290px;
}

#pin11 {
  margin-left: 83px;
  margin-top: -253px;
}

#pin12 {
  margin-left: 30px;
  margin-top: -177px;
}

#pin13 {
  margin-left: 41px;
  margin-top: -76px;
}

#pin14 {
  margin-left: 183px;
  margin-top: -114px;
}

#pin15 {
  margin-left: 216px;
  margin-top: -144px;
}

#pin16 {
  margin-left: 161px;
  margin-top: -218px;
}

#pin17 {
  margin-left: 136px;
  margin-top: -199px;
}

#pin18 {
  margin-left: -39px;
  margin-top: -00px;
}

#pin19 {
  margin-left: -183px;
  margin-top: 105px;
}

.country-name {
  color: #000000 !important;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.content-tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 300px;
  max-width: 90vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 14px;
  line-height: 1.6;
  color: #34495e;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.container-tooltip {
  display: flex;
  width: 100%;
  padding: 25px;
}

.map-container {
  margin-top: 30px;
  margin-bottom: 50px;
  min-height: 100vh;
  transform: scale(0.8);
  position: relative;
}

.map-title {
  text-align: center;
  margin-bottom: -40px;
  padding: 0;
  margin-top: 55px;
  font-weight: bolder;
  font-size: 21px;
}

.head-country .dot {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
}

.pulse3 {
  animation: 0.7s ease 0s infinite alternate none running pulse3;
}

.map-container svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  min-height: 800px !important;
  width: 1600px !important;
}

.map-container path {
  fill: #5a020d;
  stroke: #000000;
}

.donepaths {
  fill: #5a020d !important;
}

path:hover {
  fill: #f99;
}

.lyar-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #48b5a8;
  opacity: 0.1;
  z-index: 0;
}

.chart01-container {
  background-image: url(../images/4.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 30px 30px;
  padding-bottom: 0;
}

.chart01-container img {
  width: 60%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.chart01-container p {
  text-align: left !important;
  color: #f2f2f2 !important;
  font-size: 14px !important;
  margin-bottom: 16px !important;
  margin-top: 18px !important;
}

.chart03-container {
  width: 75%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

.chart03-container .flourish-chart {
  width: 100%;
}

.chart03-container .source-p {
  margin-top: 30px;
}

.chart03-container h3 {
  text-align: center;
  color: #b80000;
  font-family: "Montserrat-Bold";
  font-size: 23px;
  margin-bottom: 30px;
}

.blk-colo {
  color: #333333 !important;
}

h2 {
  font-weight: bolder;
  font-size: 21px;
  font-family: "Montserrat-Bold";
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  direction: ltr;
  overflow-x: hidden;
}

*,
::after,
::before {
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

a,
a:hover {
  text-decoration: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

header {
  background-color: white;
  width: 100%;
  height: auto;
}

h2 {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px !important;
  margin-top: 45px !important;
}

.mt-150 {
  margin-top: 150px;
}

.cus-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto !important;
}

:root {
  --main-title-size: 72px;
  --sec-title-size: 22px;
  --main-red-color: #e40421;
  --sec-bg-color: #f5f5f5;
  --sec-bg-dark-gray-color: #2a2a2a;
  --header-links-size: 18px;
  --sec-desc-size: 24px;
}

.image-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-section {
  /* display: flex;
    align-items: stretch; */
  /* gap: 40px; */
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

/* Global `section { overflow: hidden }` breaks position:sticky for in-section backgrounds */
section.scroll-section {
  overflow: visible !important;
}

.scroll-section > .section3-sticky-visual {
  z-index: 0;
}

/* Slight darkening keeps text readable (same pattern as 01; avoid <picture> for sticky — WebKit) */
.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: 50%;
  margin: auto;
}

.scroll-section .cus-container {
  padding: 80px 15px;
  background-color: rgba(10, 16, 15, 0.65);
  color: #f2f2f2;
  z-index: 1;
}

.scroll-section img {
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 100vh !important;
  z-index: 0;
}

/* Section 3: one sticky stack, three layers swapped by scroll (see script2.js) */
.scroll-section-03 {
  background-color: black;
}
.scroll-section-03 .section3-sticky-visual {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.scroll-section-03 .section3-sticky-visual .section3-bg-layer {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.scroll-section-03[data-section3-phase="1"] #img-section3,
.scroll-section-03[data-section3-phase="2"] #img2-section3,
.scroll-section-03[data-section3-phase="3"] #img3-section3 {
  opacity: 1;
  z-index: 1;
}

.scroll-section-03 .section3-sticky-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(10, 16, 15, 0.5);
}

.scroll-section h2 {
  font-size: 27px;
  margin-bottom: 25px !important;
  margin-top: 45px;
}
.cut-bt-sections {
  margin-top: 90vh !important;
}
.scroll-section p {
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  margin: 0 0 32px 0;
}
.scroll-section h2,
.scroll-section p {
  color: #f2f2f2;
}
.chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.slider1 {
  position: relative;
  /* padding: 90px 0; */
  /* background-color: #040f1f; */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.slider2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider1.is-ready {
  opacity: 1;
}

/* .slider1-overlay {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(87, 181, 255, 0.35), transparent 45%),
        radial-gradient(circle at 80% 10%, rgba(87, 181, 255, 0.25), transparent 40%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 12px);
    opacity: 0.25;
    pointer-events: none;
} */

.slider1 * {
  color: #f5f7ff;
}

.slider1 .swiper {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.slider1 .swiper-slide {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.image-slider {
  margin-top: 30px;
}

.image-slider .swiper-slide a {
  display: block;
  width: 100%;
}

.image-slider picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(105, 155, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.15);
}

.image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-slider a:hover img {
  transform: scale(1.04);
}
.video-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.vid-caption {
  font-size: 16px !important;
  text-align: center !important;
  margin: 0 !important;
}

.quote-card {
  /* background-color: rgba(6, 21, 34, 0.75);
    border: 1px solid rgba(105, 155, 255, 0.35); */
  border-radius: 18px;
  padding: 26px 32px;
  font-size: 19px;
  line-height: 1.8;
  position: relative;
  /* box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35); */
  backdrop-filter: blur(4px);
  direction: rtl;
  text-align: left;
  background-image: url();
}
.swiper-wrapper {
  align-items: center;
}
.image-container-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  margin-bottom: 32px;
  gap: 5px;
}
.image-container-row .image-container-figure {
  width: 49%;
}
.image-container-figure img {
  height: auto !important;
}
.slider1 {
  background-image: url("../images/slider1bk.jpg");
}
.quote-card::before,
.quote-card::after {
  content: "“";
  position: absolute;
  font-size: 64px;
  color: rgba(103, 148, 255, 0.35);
  font-family: "Montserrat-Bold";
}

.quote-card::before {
  top: -48px;
  right: 18px;
  font-size: 100px;
}

.quote-card::after {
  content: "”";
  bottom: -32px;
  left: 18px;
  display: none;
}

.quote-text {
  margin: 0;
  color: #f6f6ff;
}

.quote-meta {
  display: inline-block;
  margin-top: 18px;
  font-size: 15px;
  display: none;
  opacity: 0.75;
}

.slider1 .swiper-slide-empty {
  display: none;
}

/* Test */

.slider1-swiper .swiper-slide,
.slider2-swiper .swiper-slide,
.slider3-swiper .swiper-slide {
  width: auto; /* important for continuous scrolling */
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .scroll-section {
    flex-direction: column-reverse;
    min-height: auto;
  }

  .scroll-section .cus-container {
    padding: 40px 15px;
    background-color: transparent;
    color: inherit;
  }

  .scroll-content {
    width: 90%;
  }

  .slider1 {
    padding: 60px 0;
  }

  .quote-card {
    padding: 22px;
    font-size: 17px;
  }
}

#mainBanner {
  position: relative;
  background-image: url("../images/main-banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
}

#mainBanner .cus-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.main-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  padding: 22px;
  margin-bottom: 15px;
  border-radius: 7px;
  /* width: 50%; */
  padding-top: 0;
  margin-top: 30px;
  width: 80%;
  padding-top: 30px;
  margin-top: 50px;
  margin-right: 30px;
}

.main-title-wrapper h1 {
  font-size: 37px;
  font-weight: bold;
  line-height: 57px;
  text-align: left;
  color: #f2f2f2;
  font-family: "Montserrat-Bold";
  /* background-color: #000000; */
  padding: 0px 15px;
}

.box-card {
  background-color: #5a020d;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 40px;
}

.box-card p {
  color: white !important;
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 0 !important;
  font-family: "Montserrat-Bold";
}

.box-card .source {
  text-align: left !important;
  font-family: "Montserrat";
}

.main-title-wrapper h2 {
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  color: #f2f2f2;
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Montserrat";
  margin-top: 0 !important;
  /* background-color: #000000; */
  padding: 0px 15px;
}

.writer-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 22px;
  border-radius: 0;
  margin-right: 21px;
  margin-top: 0;
  margin-right: 51px;
  border-radius: 6px;
}

.writer-info-wrapper .bk-jour {
  width: 231px !important;
  height: 166px !important;
  position: absolute !important;
  right: -13px;
  top: -45px;
}

.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 span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #f2f2f2;
}

.main-idea-section,
.methodology-section,
.content-section {
  padding: 60px 0px 60px 0px;
  width: 100%;
  height: 100%;
  /* background-color: #f2f2f2; */
}

.main-idea-wrapper {
  position: relative;
  background-image: url("../images/cutall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 85%;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 24px 40px;
  margin-bottom: 40px;
  margin-top: -60px;
  /* height: 100px; */
}

.cut01-title h2 {
  color: #f2f2f2;
  font-size: 29px;
  font-weight: bold;
  font-family: "Montserrat-Bold";
  margin: 0 !important;
  padding: 0;
  padding: 10px;
}
.cut01-title p {
  color: #f2f2f2;
  font-size: 20px;
  margin-top: 0;
}

.cut02-title h2 {
  font-size: 29px;
  margin-right: 40px;
  left: 40px;
  position: absolute;
  left: unset;
  right: 0px;
  transform: unset;
  background-color: #222222;
  color: #f2f2f2;
  padding: 3px 18px;
  padding-top: 10px;
}

.cut03-title h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #333333e6; */
  /* color: #F2F2F2; */
  padding: 10px 23px;
  font-size: 31px;
  top: 0;
  margin-top: -20px !important;
  color: #333333;
}

.main-idea-wrapper h2 {
  position: relative;
  z-index: 999;
}

.main-idea-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #f2f2f2;
  padding: 22px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.main-content-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 6%;
  width: 100%;
  margin-top: 75px;
}

.main-content {
  margin: auto;

  max-width: 50%;
  width: 100%;
}

.main-content p {
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  color: #1a1a1a;
  margin: 0 0 32px 0;
}

.methodology-section {
  padding-top: 0;
}

.methodology-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}

.methodology-box {
  padding: 25px 40px;
  max-width: 35%;
  width: 100%;
  height: fit-content;
  background-color: #333333cc;
}

.methodology-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 34.8px;
  text-align: left;
  color: #f2f2f2;
}

.methodology-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #f2f2f2;
}

.main-website {
  background-image: url(../images/cut01.jpg);
  background-size: cover;
  min-height: 500px;
}

.main-website02 {
  background-image: url(../images/cut21.jpg);
  background-size: cover;
  min-height: 700px;
  background-position: bottom;
}

.main-website02 .methodology-img-div {
  position: absolute;
  right: 15%;
  top: 40px;
}

.methodology-img-div {
  margin-top: 70px;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 40px;
  position: relative;
  z-index: 999999;
}

.methodology-img-div h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.8px;
  text-align: center;
  color: #fdfdfd;
  background-color: #362d27e6;
  padding: 10px 14px;
  border-radius: 3px;
}

.methodology-img-div img {
  width: 100%;
}

.content-section {
  padding: 40px 0;
  border: none;
}

.content-section .main-content {
  margin: auto;
}

.content-section .main-content h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 38.08px;
  text-align: left;
  margin: 60px 0 32px 0;
  color: #1a1a1a;
}

.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: "Montserrat-Bold", 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-right: 2px solid #b4031b;
  padding-right: 10px;
}

.shared-links-wrapper a {
  color: #1a1a1a !important;
}

.charts-container {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
  text-align: center;
  background-color: #f5f5f500;
  padding: 10px;
}

.charts-container canvas {
  margin-bottom: 20px;
}

.charts-container h4 {
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.charts-container h6 {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.charts-container p {
  margin: 0 auto 24px auto;
  max-width: 50%;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center;
}

#barSaloonCarsTwoContainer p {
  margin-top: 0;
}

.multi-lines-chart {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 8px;
}

.multi-lines-chart canvas {
  width: 50% !important;
}

#nav-logo,
#nav-social-links-wrapper,
#search-popup,
#search-popup-btn,
#nav-lang-link {
  display: none;
}

#search-popup {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 99;
}

#search-popup-btn {
  padding: 0;
  border: none;
  background: none;
}

#search-popup-btn svg {
  fill: white;
}

#search-popup-close-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 32px;
  padding: 0;
  background: none;
  border: none;
  fill: rgb(148 148 148);
}

#search-popup div {
  max-width: 90%;
  width: 100%;
  margin: auto;
}

.gsc-control-wrapper-cse {
  max-width: 100% !important;
}

.gsc-control-cse {
  background-color: white !important;
  border-radius: 20px;
  padding: 8px 10px !important;
  border: 1px solid rgb(148 148 148) !important;
}

.gsc-search-button-v2 {
  padding: 0 5px !important;
}

.gsc-search-button-v2 svg {
  width: 22px !important;
}

.gsc-input-box {
  border: none !important;
}

section {
  position: relative;
  z-index: 0;
}

.image-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-top: 40px;
}

.pdf-container {
  display: flex;
  margin-top: 40px;
  width: 100%;
  justify-content: flex-start;
  margin-right: 5%;
}

.pdf-container a {
  display: flex;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 5px;
}

.pdf-container p {
  color: black;
  text-decoration: underline;
  margin-bottom: 11px;
}

.pdf-container img {
  width: 40px;
  margin-left: 5px;
  object-fit: contain;
  height: auto;
}

.image-container02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  margin-bottom: 32px;
}

.image-container02 figure {
  border: 4px solid #5a020d;
}

.image-container02 img {
  width: 100%;
}

.p-source-center {
  text-align: center !important;
  width: 100%;
}

.image-container-p {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 40px;
  color: black;
  font-size: 19px;
}

.row-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.row-container p {
  width: 45%;
  text-align: left;
}

.row-container .row-image {
  width: 40%;
}

.row-container img {
  width: 100%;
}

.row-image p {
  width: 100%;
}

.image-container02-b {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container02-b img {
  width: 90%;
}

.image-container03 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.image-container03 figure {
  width: 100%;
}

.image-container03 img {
  width: 100%;
  margin-bottom: 23px;
  object-fit: cover;
  filter: grayscale(0);
  transition: all 0.4s;
}

.image-container03 img:hover {
  filter: grayscale(0);
}

.image-container04 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 100px;
}

.image-container04 img {
  width: 24%;
}

.image-container05 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 100px;
}

.image-container05 img {
  width: 32%;
}

.image-container06 {
  display: flex;
}

.image-container06 img {
  width: 100%;
}

.swiper-p {
  font-weight: 600;
  margin-top: 40px !important;
}

.audio-container {
  margin-top: 30px;
}

.audio-container audio {
  width: 100%;
}

.about-p {
  font-weight: bold;
  font-style: italic;
}

.pointer-hand {
  display: flex;
  margin-bottom: 0;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.pointer-hand img {
  padding-left: 10px;
  height: 20px;
}

.pointer-hand p {
  margin-bottom: 0;
  font-weight: 600;
}

.f-boxa {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .number {
  font-size: 100px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  color: #2f3c30;
  transition: all 0.5s;
}

.swiper-slide img {
  width: 65%;
}

.swiper-horizontal {
  position: relative;
  overflow-x: hidden;
}

/* .slick-current{
    position: relative;
  }
  .slick-current .number{
    opacity: 1;
  } */

.slider-captipn {
  text-align: center !important;
  margin-top: 30px !important;
  margin-bottom: 50px !important;
  font-weight: 500;
}

.link-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Montserrat-Bold";
}

.link-container a {
  background-color: #b4031b;
  color: white;
  padding: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #2f3c30 !important;
}

.swiper-pagination-bullet {
  background: #fff;
  /* Change pagination bullet color */
}

.swiper-pagination-bullet-active {
  background: #f00;
  /* Change active bullet color */
}

figure {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

figure picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

figure img {
  width: 100%;
  margin: auto;
}

figcaption {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 24px;
  width: 50%;
}

.chart-container {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.chart-container h3 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 30px;
}

.scroll-section .chart-container {
  background-color: #f2f2f2f5 !important;
  padding: 30px;
  border-radius: 5px;
}

.yall-line {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #00493f;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 38px;
  left: 28px;
}

.p-chart-source {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.p-chart-source span {
  width: 60px;
  height: 5px;
  background-color: #edbb72;
  margin-left: 10px;
}

.p-chart-source2 {
  text-align: left !important;
  margin-top: 20px !important;
  font-size: 15px !important;
}

.chart-container .flourish-embed {
  width: 100%;
  margin: auto;
}

.chart-container .chart-canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  min-height: 260px;
}

.width-full img {
  width: 100%;
  border: 3px solid #5bab9c;
  border-top: unset;
}

.copyright__part {
  padding: 10px 20px;
  background: #000000;
  text-align: center;
  font-weight: 300;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.copyright__part a {
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

/*feature css starts*/
.timeline-container {
  direction: ltr;
  background-color: #f8f8f85c;
  box-shadow: 1px 1px 5px 1px #00000012;
}

.timeline__cover {
  padding: 0px 0;
  color: #ffffff;
  margin-bottom: 40px;
  border-radius: 10px;
}

.timeline__cover .timeline__title {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}

.timeline span {
  color: #21897c;
  font-weight: bold;
  font-size: 20px;
}

.timeline__cover .timeline__title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.timeline__cover .timeline__title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #959595;
}

.timeline__cover .timeline {
  padding-top: 24px;
}

.timeline__cover .timeline ul {
  padding-top: 100px;
}

.timeline__cover .timeline ul li {
  background: #9a9a9a;
  position: relative;
  margin: 0 auto;
  width: 2px;
  margin-bottom: 48px;
  list-style-type: none;
}

.timeline__cover .timeline ul li:last-child {
  padding-bottom: 7px;
  width: 0;
  height: 0;
}

.timeline__cover .timeline ul li:before {
  content: "";
  background: #46b5a7;
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider2 img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.slider3 img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.timeline__cover .timeline ul li .hidden {
  opacity: 0;
}

.timeline__cover .timeline ul li .content {
  position: relative;
  top: -100px;
  width: 289px;
}

.timeline__cover .timeline ul li .content .badge {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 8px 12px;
  background: #4e453f;
  border-radius: 1000px;
  font-weight: bold;
}

.timeline__cover .timeline ul li .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #4e453f;
  margin: 16px 0 8px;
  text-align: left;
}

.timeline__cover .timeline ul li .content p {
  color: #4e453f;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  direction: rtl;
  margin-bottom: 0;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
  left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
  left: calc(-289px - 70px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
  right: -38px;
}

.charts-locations {
  margin-top: 40px;
  margin-bottom: 40px;
}

.charts-locations-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}

.charts-locations-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f787;
  padding: 10px;
  box-shadow: 1px 1px 5px 1px #00000012;
  margin-bottom: 20px;
}

.pin-img {
  width: 35px;
  margin-bottom: 16px;
}

.title-pin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-pin p {
  color: #4e453f;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

.content-chem-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 15px;
}

.content-chem-col {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 10px;
}

.content-chem-col p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -7px;
}

.number-p {
  color: #168082 !important;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.number-p2 {
  color: #a20014 !important;
  font-weight: bold;
}

.content-chem-col img {
  width: 65px;
  height: 65px;
  margin-bottom: 16px;
}

.gren-num {
  color: #168082 !important;
}

.chatt-bk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main-title-wrapper {
  max-width: 100%;
}

.main-title-wrapper h1 {
  font-size: 37px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 0px;
  text-align: left;
  color: #f2f2f2;
}

.flex02 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.flex02 .project-card {
  width: 30%;
}

.main-banner-content {
  width: 60%;
}

.year {
  background: #c00;
  color: white;
  font-weight: bold;
  font-size: 32px;
  padding: 20px;
  text-align: left;
}

.row {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
}

.label {
  font-weight: bold;
  color: #333;
  width: 50%;
}

.value {
  width: 50%;
}

.gray {
  background-color: #ccc;
}

.light-gray {
  background-color: #e5e5e5;
}

.dark {
  background-color: #444;
  color: white !important;
}

.orange {
  background-color: #b43c04;
  color: white !important;
}

.light-gray2 {
  background-color: #e6e6e6;
}

.red {
  background-color: #870214;
  color: white !important;
}

.dark-red {
  background-color: #5a020d;
  color: white !important;
}

.dark-gray {
  background-color: #333;
  color: white !important;
}

.dark2 {
  background-color: #1a1a1a;
  color: white !important;
}

.images {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #4d4d4d;
}

.images img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.card-container .col-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.col-row .row-cards {
  width: 50%;
  padding: 15px;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  font-size: 14px;
  line-height: 22px;
}

.col-row .label {
  width: auto;
}

.col-row .value {
  width: auto;
}

.row-cards .storng {
  font-family: "Montserrat-Bold" !important;
  font-weight: bold;
}

.total-img {
  width: 40% !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;
}

.main-sec-title-wrapper {
  position: absolute;
  width: 100%;
  top: 60px;
  z-index: 2;
}

.cut01-title .main-sec-title-wrapper {
  background-color: #22222287;
  width: max-content;
  margin-right: 50px;
  padding: 14px 32px;
}


/* Media Queries */
@media screen and (max-width: 1020px) {
  .timeline__cover .timeline ul li .content {
    width: 41vw;
  }

  .timeline__cover .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }

  .timeline__cover .timeline ul li:nth-child(even) .content {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 800px) {
  #mainBanner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000, #260d0a);
    inset: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
  }

  .main-title-wrapper h2 {
    line-height: 30px;
  }

  .writer-info-wrapper {
    bottom: 120px;
  }

  .main-title-wrapper {
    position: relative;
    z-index: 99;
  }

  .cut01-title h2 {
    position: unset;
    transform: unset;
    text-align: center;
    margin-top: 0 !important;
    font-size: 24px;
  }

  .cut02-title h2 {
    position: unset;
    transform: unset;
    text-align: center;
    margin-top: 0 !important;
    font-size: 24px;
  }

  .cut03-title h2 {
    position: unset;
    transform: unset;
    text-align: center;
    margin-top: 0 !important;
    font-size: 24px;
  }

  .cut03-title {
    display: flex;
    flex-direction: column-reverse;
  }

  .chart03-container h3 {
    font-size: 19px;
  }

  .main-sec-title-wrapper {
    position: unset;
  }

  .main-idea-wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
  }

  .main-idea-wrapper {
    padding: 24px 0;
  }

  h2 {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 30px;
  }

  .chart03-container {
    width: 100%;
  }

  .flex02 .project-card {
    width: 100%;
  }

  .project-card {
    width: 100% !important;
  }

  .timeline__cover .timeline ul li:nth-child(even) .content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .timeline__cover {
    padding: 32px 0;
  }

  .timeline__cover .timeline__title {
    text-align: left;
  }

  .timeline__cover .timeline {
    padding-top: 32px;
  }

  .timeline__cover .timeline ul li {
    margin-left: 48px !important;
  }

  .timeline__cover .timeline__title h2 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.08px;
  }

  .timeline__cover .timeline ul li {
    margin-left: 20px;
  }

  .timeline__cover .timeline ul li .content {
    width: calc(100vw - 100px);
    transition: 0.2s;
  }

  .timeline__cover .timeline ul li .content p {
    min-height: 110px;
  }

  .timeline__cover .timeline ul li:nth-child(even) .content {
    left: 38px;
  }

  .timeline__cover .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }

  .timeline__cover .timeline ul li:nth-child(odd) .content {
    left: 38px;
  }

  .shared-with-div {
    min-width: 100%;
  }

  .shared-with-div p {
    font-size: 18px;
    position: relative;
    padding: 0 20px;
  }

  .shared-with-div p::before {
    position: absolute;
    right: 0;
    top: 17px;
  }

  .investigation-tags-container {
    max-width: 100%;
  }
}

/* Media Queries */

@media (max-width: 1199px) {
  .cus-container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .cus-container {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .cus-container {
    max-width: 1340px;
  }
}
@media (min-width: 1700px) {
 #mainBanner{min-height: 1000px;}
}

@media (min-width: 992px) and (max-width: 1198px) {
  /* .cus-container{
        max-width: 720px;
    } */
  #mainBanner {
    height: 700px;
  }

  #mainBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-title-wrapper {
    max-width: 100%;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-idea-wrapper {
    max-width: 100%;
    padding: 10px;
  }

  .main-content {
    max-width: 75%;
    width: 100%;
    margin: auto;
  }

  .social-links-wrapper.footer svg {
    filter: invert(1) grayscale(100%);
  }

  .side-bar-container {
    max-width: 75%;
    margin: auto;
  }

  .side-bar-img-div img {
    width: 220px;
  }

  .methodology-wrapper {
    flex-direction: column;
  }

  .methodology-box {
    max-width: 100%;
  }

  .shared-with-div {
    min-width: 100%;
  }

  .related-wrapper {
    flex-wrap: wrap;
  }

  .related-card {
    max-width: 47% !important;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 12px;
  }

  .social-links-wrapper {
    gap: 12px;
  }

  .charts-container p {
    min-width: 100%;
  }

  .mt-150 {
    margin-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cus-container {
    max-width: 90%;
  }

  #mainBanner {
    height: 700px;
  }

  #mainBanner::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-title-wrapper {
    max-width: 100%;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-idea-wrapper {
    max-width: 100%;
  }

  .main-content {
    max-width: 75%;
    width: 100%;
    margin: auto;
  }

  .side-bar-container {
    max-width: 75%;
    margin: auto;
  }

  .side-bar-img-div img {
    width: 180px;
  }

  .methodology-wrapper {
    flex-direction: column;
  }

  .methodology-box {
    max-width: 100%;
  }

  .shared-with-div {
    min-width: 100%;
  }

  .related-wrapper {
    flex-direction: column;
  }

  .related-card {
    max-width: 100% !important;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 12px;
  }

  .social-links-wrapper {
    gap: 12px;
  }

  .charts-container p {
    min-width: 100%;
  }

  .mt-150 {
    margin-top: 75px;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .image-container03 figure {
    width: 100%;
  }

  .image-container03 img {
    height: auto;
  }

  figure img {
    width: 100%;
  }

  .charts-locations-col {
    width: 100%;
  }

  .main-website02 .methodology-img-div {
    position: unset;
  }

  .main-title-wrapper {
    width: 100%;
  }

  .methodology-img-div {
    margin-top: 26px;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .main-title-wrapper h1 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 30px;
  }

  .main-content p {
    text-align: left;
  }

  .row-container {
    flex-direction: column;
  }

  .image-container {
    flex-direction: column;
  }

  .image-container05 {
    flex-direction: column;
    padding: 0 20px;
  }

  .image-container05 img {
    width: 100%;
    margin-bottom: 10px;
  }

  .image-container04 {
    flex-direction: column;
    padding: 0 20px;
  }

  .image-container04 img {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-container img {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }

  .row-container p {
    width: 100%;
  }

  .row-container .row-image {
    width: 100%;
  }

  .image-container02 {
    flex-direction: column;
    padding: 0 25px;
  }

  .image-container02 img {
    width: 100%;
    margin-bottom: 20px;
  }

  .cus-container {
    max-width: 90% !important;
    padding: 0;
  }

  #mainBanner {
    height: 600px;
  }

  #mainBanner .cus-container {
    position: relative;
    z-index: 1;
  }

  .main-title-wrapper {
    max-width: 100%;
  }

  .main-content-wrapper {
    flex-direction: column;
  }

  .main-idea-wrapper {
    max-width: 100%;
  }

  .main-content {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 0 0;
  }

  .side-bar-container {
    max-width: 90%;
    margin: auto;
  }

  .side-bar-img-div img {
    width: 180px;
  }

  .methodology-wrapper {
    flex-direction: column;
  }

  .methodology-box {
    max-width: 100%;
  }

  .main-banner-content {
  width: 100%;
}
  .shared-with-div {
    min-width: 100%;
    padding: 28px 0;
  }
  .shared-lang-wrapper h6::before{width: 9px;}

  .related-wrapper {
    flex-direction: column;
  }

  .related-card {
    max-width: 100% !important;
  }

  .footer-top-content,
  .footer-bottom-content {
    flex-direction: column;
    gap: 12px;
  }

  .social-links-wrapper {
    gap: 12px;
  }

  .charts-container p {
    min-width: 100%;
  }

  .bottom-section {
    padding: 0;
  }

  .mt-150 {
    margin-top: 75px;
  }
  .chart-container .chart-canvas-wrap{min-height: auto;}
}

/* End Media Queries */
.project-card:nth-child(4),
.project-card:nth-child(5) {
  background-color: #4a1515;
  /* Darker red background for last two cards */
}

.project-icon {
  font-size: 2.5rem;
  color: #e63946;
  /* Red color for icons */
  margin-bottom: 1.5rem;
  text-align: center;
}

.project-details {
  width: 100%;
  text-align: left;
}

.projects-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  justify-content: center;
  padding: 20px;
}

.project-card {
  background-color: #fff;
  border-radius: 0;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 40%;
}

.project-card:hover {
  transform: translateY(-5px);
}

.project-icon {
  font-size: 2.5rem;
  color: #e63946;
  margin-bottom: 1rem;
  text-align: center;
}

.project-icon img {
  width: 50px;
  margin-bottom: -10px;
}

.flex-content {
  display: flex;
  align-items: center;
}

.project-card h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 52px;
  text-align: center;
  font-weight: bold;
  line-height: 29px;
}

.project-details h4 {
  color: white;
  margin-bottom: 0;
  font-size: 17px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-left: 20px;
  width: 200px;
  width: 40%;
}

.project-details p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  width: 60%;
}

.info-link {
  display: inline-flex;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-top: 30px;
  font-size: 0.9rem;
}

.info-link::before {
  content: "🔗";
  margin-left: 0.5rem;
  color: #e63946;
}

.card1 {
  background-color: #333333;
}

.card2 {
  background-color: #1a1a1a;
}

.card3 {
  background-color: #0d0d0d;
}

.card4 {
  background-color: #870214;
}

.card5 {
  background-color: #5a020d;
}

.table-container {
  max-width: 1000px;
  margin: auto;
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

thead {
  background-color: #800000;
  color: white;
}

thead th {
  padding: 12px;
  font-size: 16px;
}

tbody td {
  padding: 10px;
  font-size: 14px;
}

tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

.country {
  background-color: #2d2d2d;
  color: white;
  font-weight: bold;
}

@media (max-width: 467px) {
  .col-row .row-cards {
    width: 100%;
  }
}

/* Add new hover effects */
.pin-all.active .circle {
  transform: scale(1.3);
  background-color: #ffffff;
}

.pin-all.active .country-name {
  opacity: 1;
}

.pin-all.active .content-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  z-index: 9999;
}

/* Add tooltip arrow */
.content-tooltip::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

@media (max-width: 832px) {
  .map-container {
    transform: scale(0.8);
  }
}

@media (max-width: 578px) {
  .map-container {
    transform: scale(0.5);
  }
}

@media (max-width: 475px) {
  .map-container {
    transform: scale(0.4);
  }
}

/* Add responsive styles */
@media (max-width: 768px) {
  .scroll-content {
    width: 100%;
  }
  .main-title-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
  .bottom-main-p-banner {
    width: 100%;
    text-align: center;
    position: unset;
    margin: 0;
    background-color: #1a1a1a;
  }
  figcaption {
    width: 100%;
  }
  .image-container-row {
    padding: 10px;
  }

  .chart01-container img {
    width: 100% !important;
  }
  .scroll-section h2,
  .scroll-section p {
    color: #f2f2f2;
    line-height: 40px;
  }

  .chart01-container p {
    text-align: left !important;
    color: #f2f2f2 !important;
    font-size: 10px !important;
    margin-bottom: 16px !important;
    margin-top: 18px !important;
  }

  .content-tooltip {
    width: 250px;
    font-size: 13px;
    right: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
  }

  .content-tooltip::before {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    border-color: transparent transparent white transparent;
  }

  .pin-all.active .content-tooltip {
    transform: translateX(-50%) translateY(0);
  }
}

/* Update the circle class */
.circle {
  width: 15px;
  height: 15px;
  background-color: #ffffffbd;
  border-radius: 100%;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Add pulse animation effect */
.circle::before,
.circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffffbd;
  border-radius: 50%;
  top: 0;
  left: 0;
  animation: pulse 2s infinite;
}

.circle::after {
  animation-delay: 1s;
}

/* Define the pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Update active state for better visibility during pulse */
.pin-all.active .circle::before,
.pin-all.active .circle::after {
  animation-play-state: paused;
}

.pin-all.active .circle {
  transform: scale(1.3);
  background-color: #ffffff;
}

/* Add path hover styles */
path.donepaths {
  transition: fill 0.3s ease;
  cursor: pointer;
}

/* Create custom tooltip for paths */
.path-tooltip {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  direction: rtl;
  font-family: "Montserrat", sans-serif;
  min-width: 100px;
  text-align: center;
}

.path-tooltip.visible {
  opacity: 1;
  visibility: visible;
}

/* Style for the tooltip */
.path-tooltip {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  direction: rtl;
  font-family: "Montserrat", sans-serif;
  min-width: 100px;
  text-align: center;
}

/* Style for the paths */
[class*="donepaths"] {
  cursor: pointer !important;
  transition: fill 0.3s ease !important;
}

/* Ensure SVG is interactive */
svg {
  pointer-events: all !important;
}
