* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-weight: 500;
  font-family: "Avenir";
}
.iframe-height{
  width:100%; height: 100vh; border:none;
}
section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #fff;
  height: 100vh;
}

section:nth-of-type(2n) {
  background-color: white;
}

.outer-container-section {
  padding: 0 2% !important;
  background-color: unset;
}

.content {
  display: table-cell;
  vertical-align: middle;
}
.explore-section{
  height: 30vh;
}
h1 {
  font-size: 3em;
  display: block;
  color: white;
  font-weight: 500;
}

.nav-item {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.13px;
  text-decoration: none;
  margin-left: 2.5rem;
  transition: all 0.5s ease;
}

.nav-item:hover {
  color: rgba(168, 239, 255, 0.9);
}

.nav-item::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  width: 0;
  height: 0.15rem;
  transform: translateX(-50%);
  background-color: rgba(168, 239, 255, 0.9);
  transition: all 0.5s ease;
}

.nav-item:hover:after {
  width: 100%;
}

#check {
  display: none;
}

.vw-2 {
  width: 16.66%;
}

.vw-5 {
  width: 41.66%;
}

.vw-4 {
  width: 33.33%;
  margin: 2% auto;
}

.vw-6 {
  width: 50%;
  margin: 2% auto;
}

.vw-8 {
  width: 66.66%;
  margin: 2% auto;
}

.vectors {
  margin-top: 8%;
  margin-left: 10%;
  margin-right: 10%;
  font-size: clamp(20px, 2.5vw, 40px);
  /* Responsive font size */
  text-align: center;
  overflow: visible;
}

.avenir-next {
  font-family: "Avenir Medium";
  font-size: clamp(25px, 3vw, 45px);
  /* Responsive font size */
}

.vector-text {
  text-align: center;
  font-size: 15px;
  /* Responsive font size */
}

.vectors table td {
  text-align: center;
  width: 90vw;
}

.vector-img {
  font-size: clamp(25px, 2vw, 45px);
}

.demographic-vector-content {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #fff;
  height: 100vh;
  background-image: url("../assets/Images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  background-color: black;
}

.center-align {
  text-align: center;
}

.demographic-vector-text {
  margin: 3em auto;
  font-size: clamp(2em, 2vw, 2em);
  display: flex;
}

/* =============================== */
/* == Accordion starts here ======== */
/* =============================== */

.accordion {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  font-family: Avenir;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  color: #fff;
  padding: 2% 7%;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 2.2em;
  position: relative;
}

.accordion-content {
  display: none;
  padding: 2% 7%;
  color: #fff;
  font-size: 1.2em;
  transition: max-height 1s ease, padding 1s ease;
}

.accordion-content.open {
  display: block;
}

.accordion-header .arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-header .arrow::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.accordion-header.active .arrow::before {
  transform: rotate(-135deg);
}

.accordion-item:nth-child(1) {
  background-color: #d7104a;
  color: white;
}

.accordion-item:nth-child(2) {
  background-color: #9b0031;
  color: white;
}

.accordion-item:nth-child(3) {
  background-color: #5d1220;
  color: white;
}

.accordion-item:nth-child(1) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(2) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(3) .active .arrow {
  background-color: white;
}

.accordion-item:nth-child(1) .active .arrow::before {
  border-color: #d7104a;
  background-color: white;
}

.accordion-item:nth-child(2) .active .arrow::before {
  border-color: #9b0031;
  background-color: white;
}

.accordion-item:nth-child(3) .active .arrow::before {
  border-color: #5d1220;
  background-color: white;
}

.team-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
}

.row {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.team-table .card {
  display: flex;
  width: 33.33%;
  margin: 0px 10px;
}

.team-table .card img {
  width: 8vw;
  height: 15vh;
  margin-right: 5%;
  border-radius: 10%;
}

.team-table .card .content {
  flex: 1;
  /* Allows the content to fill the remaining space */
}

.team-table .card h3 {
  font-size: 18px;
  margin: 0px;
  color: #ffffff;
}

.team-table .card h4 {
  font-size: 16px;
  margin: 5px 0px 0px 0px;
  font-weight: bold;
}

.team-table .card p {
  font-size: 14px;
  line-height: 1.5;
}

.accordion-section {
  background-color: white !important;
  padding: 0 !important;
  width: 100vw !important;
  display: table-cell !important;
  vertical-align: middle !important;
}

/* #d7104a */
/* #9b0031 */
/* #5d1220 */

/* =============================== */
/* == Accordion ends here ======== */
/* =============================== */

/* Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/* Styling */
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  width: 73vw;
  margin-top: 5vh;
}

.slider::before,
.slider::after {
  background: linear-gradient(
    to right,
      rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  position: fixed;
  width: 100vw;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slide {
  height: 100px;
  width: 250px;
  margin-left: 2em;
}

.sliding-text-heading {
  font-weight: bold;
  text-align: center;
  margin-top: 10vh;
}

.slide img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.explore-btn {
  background: none;
  color: white;
  border: 1px solid white;
  font-size: 1em;
  padding: 15px 25px 15px 25px;
  border-radius: 2em;
  transition: 0.5s;
}

.explore-btn:hover {
  background-color: white;
  color: #9b0031;
}

.fadein {
  opacity: 0;
  transition: all 2s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.highcharts-title {
  font-family: Avenir;
}

div.companies-first-row {
  margin: 0 auto;
}

.companies-first-row img {
  padding-left: 2vw;
}

body,
html {
  overflow-x: hidden;
}

/* Media Query for Large Screens (1441px - 1920px) */
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .values-description {
    padding: 0 12% 5% 0;
  }

  .values table td {
    padding: 1.5rem;
  }

  #salesChart {
    position: relative !important;
    left: 1px !important;
  }
}

/* Media Query for Extra Large Screens (1921px+) */
@media screen and (min-width: 1921px) {
  .values-description {
    padding: 0 15% 5% 0;
  }

  .values table td {
    padding: 2rem;
  }

  .values-heading {
    font-size: 2.5rem;
  }

  .values-description {
    font-size: 1.3rem;
  }
}

/* Media Query for Medium-Large Screens (1024px - 1440px) */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .rotterdam-section {
    height: 95vh !important;
  }
  .mission-vision-values-section {
    height: 230vh !important;
  }

  .values-heading {
    font-size: 1.8rem;
  }

  .values-description {
    font-size: 0.95rem;
    padding: 0 8% 5% 0;
  }

  .values table td {
    padding: 0.8rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .aboutus-schedule-consultation-section {
    margin-top: 22%;
  }
}

/* Media Query for Tablets (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rotterdam-section {
    height: 70vh !important;
  }
  .mission-vision-values-section {
    height: 230vh !important;
  }

  /* Fix Values section layout */
  .values {
    padding: 0% 4% 8% 4% !important;
  }

  .values .info-sec {
    padding-top: 5%;
  }

  .values .information-section-one {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 3%;
  }

  .values .information-section-one span {
    font-size: 2.5rem !important;
  }

  .values table {
    display: block;
    margin-top: 5%;
    width: 100%;
  }

  .values table tbody {
    display: block;
  }

  .values table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding: 0 !important;
  }

  .values table td {
    display: block;
    width: 100% !important;
    padding: 1rem !important;
    box-sizing: border-box;
  }

  .values-heading {
    font-size: 1.35rem !important;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .values-description {
    font-size: 0.85rem !important;
    padding: 0 !important;
    line-height: 1.6;
    margin-top: 0.5rem;
  }

  .values-hr {
    width: 100% !important;
    margin: 0.5rem 0 !important;
  }

  .values-hr hr {
    width: 100% !important;
  }
}

/* Media Query for iPad Portrait and similar (700px - 850px) */
@media screen and (min-width: 700px) and (max-width: 850px) {
  .values {
    padding: 0% 3% 8% 3% !important;
  }

  .values table tr {
    gap: 1.8rem;
  }

  .values table td {
    padding: 0.8rem !important;
  }

  .values-heading {
    font-size: 1.25rem !important;
  }

  .values-description {
    font-size: 0.8rem !important;
  }
}

/* Media Query for larger tablets (851px - 1023px) */
@media screen and (min-width: 851px) and (max-width: 1023px) {
  .values {
    padding: 0% 4% 8% 4% !important;
  }

  .values table tr {
    gap: 2.2rem;
  }

  .values table td {
    padding: 1.2rem !important;
  }

  .values-heading {
    font-size: 1.4rem !important;
  }

  .values-description {
    font-size: 0.9rem !important;
  }
}

/* Media Query for Small Tablets (600px - 767px) */
@media screen and (min-width: 600px) and (max-width: 767px) {
  .values {
    padding: 0% 5% 8% 5% !important;
  }

  .values .info-sec {
    padding-top: 5%;
  }

  .values .information-section-one {
    width: 100%;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 3%;
  }

  .values .information-section-one span {
    font-size: 2.2rem !important;
  }

  .values table {
    display: block;
    width: 100%;
    margin-top: 5%;
  }

  .values table tbody {
    display: block;
  }

  .values table tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 2rem;
    padding: 0 !important;
  }

  .values table td {
    display: block;
    width: 100% !important;
    padding: 1.2rem 0 !important;
    box-sizing: border-box;
  }

  .values-heading {
    font-size: 1.4rem !important;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .values-description {
    font-size: 0.95rem !important;
    padding: 0 !important;
    line-height: 1.6;
    margin-top: 0.5rem;
  }

  .values-hr {
    width: 100% !important;
    margin: 0.5rem 0 !important;
  }

  .values-hr hr {
    width: 100% !important;
  }
}

/* Media Query for Mobile Landscape (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .values table {
    display: block;
  }

  .values table tbody {
    display: block;
  }

  .values table tr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .values table td {
    display: block;
    width: 100% !important;
    padding: 0.8rem 0;
  }

  .values-heading {
    font-size: 1.3rem;
  }

  .values-description {
    font-size: 0.85rem;
    padding: 0;
  }
}

.site-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}

.site-images img {
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

.schedule-consultation {
  text-align: center;
  font-size: 1.4rem;
}

.schedule-consultation h1 {
  color: black;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 20px;
  font-family: Avenir;
}

.schedule-consultation button {
  font-size: 1.2rem;
  padding: 15px 35px;
  border-radius: 50px;
  background-color: white;
  font-family: Avenir;
  font-weight: bold;
}

.schedule-consultation button:hover {
  background-color: black;
  color: white;
  transition: 0.5s ease;
}

.info-section {
  background-color: white;
  display: block;
  padding: 0% 0% 0% 0%;
}

.info-sec {
  display: flex;
  padding-top: 7%;
}

.information-section-one {
  padding: 0% 16% 0% 0%;
  width: 50%;
}

.information-section-two {
  width: 50%;
  font-family: Avenir;
  /* font-size: clamp(1.2rem, 2vw, 1.6rem); */
  font-size: 1.2em;
  text-align: justify;
}

.foundation-section {
  background-color: rgb(255, 255, 255);
  display: block;
  height: 50vh;
}

.mission-vision-values-section {
  background-color: unset !important;
  display: block;
  color: white;
  padding: 0px;
  height: 260vh;
  margin-top: -10%;
}

.values {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.values table {
  margin-top: 7%;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.values table td {
  vertical-align: top;
  padding: 1rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.values-heading {
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
}

.values-description {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  padding: 0 10% 5% 0;
  line-height: 1.5;
  word-wrap: break-word;
}

.values-hr {
  margin: 0.5rem 0;
}

.values-hr hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}

.outer-container {
  position: relative;
  background-color: black;
  /* Black background */
  padding: 40px 40px 40px 40px;
  margin-top: 2%;
  /* Margin to space it from other elements */
  width: 99%;
  /* Adjust width as needed */
  border-radius: 80px;
  /* Make the corners more rounded */
  /* border: 3px solid white; */
  /* White border */
}

/* Set the full width and height of the chart container */
#chart-container {
  position: relative;
  height: 500px;
  width: 100%;
  /* Use full width within the outer container */
  margin: 0 auto;
  /* background-color: #000; */
  /* Black background */
  padding: 20px;
  border-radius: 8px;
  /* Rounded corners for the chart container */
  right: 63px;
}

/* Heading and paragraph styling */
.heading-for-Milestone {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: left;
  /* Align heading to the left */
  padding-left: 6%;
  font-family: Avenir;
}

p {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 40px;
}

/* Tooltip customization */
.tooltip-body {
  font-size: 14px;
  max-width: 100px;
  /* Set a max width for the tooltip */
  word-wrap: break-word;
  /* Allow wrapping of text */
  white-space: normal;
  /* Ensure that text doesn't overflow */
}

/* Custom styling for tooltip line connecting to the point */
.tooltip-line {
  border-left: 2px solid #35a2b2;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Add this CSS to your stylesheet */
.chartjs-tooltip {
  width: 150px;
  /* Set a fixed width for the tooltip */
  white-space: normal;
  /* Allow text to wrap */
  word-wrap: break-word;
  /* Break long words if necessary */
}

/* Custom styling for the left aligned column */
.left-header {
  text-align: center;
}

/* Custom styling for the right aligned column */
.right-header {
  text-align: left;
  font-family: Avenir;
}

.right-header p {
  font-size: 1.2rem !important;
}

.mt-4percent {
  margin-top: 4% !important;
}

/* Hiding the scroller from the broswer */
*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

.rotterdam-section {
  padding: 0;
  margin-top: -25%;
  background-image: url(../assets/Images/aboutUs-page/images/rotterdam.jpg);
}

.vision-mission-values {
  margin: 0% 2%;
}

.item-detail {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  transition: none;
}

.item-detail.expanded {
  -webkit-line-clamp: unset;
  white-space: normal;
}

@media screen and (max-width: 600px) {
  .foundation-section {
    display: none;
  }
  .mobile-foundation-section {
    display: block;
    background-color: white;
    text-align: center;
    margin-top: 15%;
    /* margin-bottom: 15%; */
    height: 34vh;
  }
  .mobile-info-section-one {
    font-size: 20px;
    margin-bottom: 5%;
    font-family: "Avenir";
    margin-left: 15%;
    margin-right: 15%;
  }
  .mobile-info-section-two {
    font-size: 14px;
    margin-bottom: 5%;
    font-family: "Avenir";
    margin-left: 5%;
    margin-right: 5%;
  }
  .heading-for-Milestone {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .description-for-Milestone p {
    font-size: 14px !important;
    text-align: center;
  }
  .mission-vision-values-section {
    height: 200vh !important;
    margin-top: -40%;
  }
  .explore-section{
    height: 18vh;
  }
  .values {
    visibility: hidden;
    display: none;
  }
  .mobile-values {
    visibility: visible;
    display: block;
    background-color: rgb(0 78 92);
    padding: 15% 5% 15% 10%;
    background-image: url(../assets/Images/aboutUs-page/images/values-bg.jpg);
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .mission-vision-values-section {
    padding: 0% !important;
    height: 190vh !important;
  }
  .vision-mission-values {
    margin: 0%;
  }
  .values-heading {
    font-size: clamp(1rem, 3vw, 1.2rem);
    line-height: 1.2;
    font-family: "Avenir";
    word-wrap: break-word;
  }
  .values-item {
    margin-top: 10%;
    font-family: "Avenir";
    overflow-wrap: break-word;
  }
  .values-description {
    font-size: clamp(9px, 2.5vw, 12px);
    padding: 0%;
    line-height: 1.4;
    word-wrap: break-word;
  }
  .rotterdam-section {
    height: 60vh;
  }
  .schedule-consultation button {
    padding: 8px 20px;
    font-size: 0.5rem;
  }
  .schedule-consultation {
    font-size: 0.6rem;
  }
  .gto-milestones {
    display: none !important;
  }
  .mobile-gto-milestones {
    display: block;
  }
  .mission,
  .vision {
    display: none;
  }
  .mission-vision-mobile {
    display: block !important;
    background: rgb(43 149 167);
    min-height: 90vh;
    height: auto;
    font-family: 'Avenir';
    padding: 5% 5% 10% 5%;
    box-sizing: border-box;
  }

  .mission-vision-mobile .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .mission-vision-mobile .row {
    margin: 0 !important;
  }

  .mission-vision-mobile .col-md-10 {
    padding: 0 !important;
    max-width: 100%;
  }

  .mission-vision-mobile .mission-item-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
    font-weight: bold;
    color: white;
    margin: 5% 0 3% 0;
  }

  .mission-vision-mobile .item-description p {
    font-size: clamp(0.85rem, 3.5vw, 1rem) !important;
    line-height: 1.6;
    color: white;
    text-align: left !important;
    padding-right: 5% !important;
  }

  .mission-vision-mobile .box-b.staff img {
    width: 85% !important;
    max-width: 350px;
    height: auto;
    border-radius: 20px;
  }

  .mission-vision-mobile .owl-carousel {
    width: 95vw !important;
    margin: 0 auto;
  }

  .mission-vision-mobile .item {
    padding: 0 3%;
  }

  .mission-vision-mobile .owl-nav {
    margin-top: 20px;
  }

  .mission-vision-mobile .owl-nav button {
    background: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
  }

  #chart-container{
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .foundation-section {
    display: block;
  }
  .mobile-foundation-section {
    display: none;
  }
  .values {
    visibility: visible;
    display: block;
  }
  .mobile-values {
    visibility: hidden;
    display: none;
  }
  .mobile-gto-milestones {
    display: none !important;
  }
  .gto-milestones {
    display: flex !important;
  }
  .mission,
  .vision {
    display: block;
  }
  .mission-vision-mobile {
    display: none;
  }


  .iframe-height{
    width:100%;
    height: 102vh;
    border:none;
  }

  #salesChart {
    position: relative;
    left: 43px;
  }

}

@media screen and (min-width: 1920px){
  .aboutus-schedule-consultation-section{
    margin-top: 17%;
  }

  .right-header p {
    font-size: 2.2rem !important;
  }
}

@media screen and (min-width: 430px) and (max-width: 440px) {
  .min-height-footer{
    min-height: 16vh !important;
  }

  .iframe-height{
    width:100%; height: 78vh; border:none;
  }

  .explore-section{
    height: 18vh;
  }
}

/* Media Query for mobile devices (381px - 599px) */
@media screen and (min-width: 381px) and (max-width: 599px) {
  .mission-vision-mobile .mission-item-title {
    font-size: 1.3rem !important;
  }

  .mission-vision-mobile .item-description p {
    font-size: 0.9rem !important;
    line-height: 1.6;
  }

  .mission-vision-mobile .box-b.staff img {
    width: 80% !important;
  }
}


.timeline-container{
  font-family: "Roboto",sans-serif;
  width:80%;
  margin:auto;
  margin-top: 10%;
  display:block;
  position:relative;
}
.timeline-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.timeline-container ul.tl li {
  color: white;
  list-style: none;
    margin:auto;
    min-height:50px;
    border-left:1px solid #ffffff;
    padding:0 0 50px 30px;
    position:relative;
  display: flex;
  flex-direction: row;
}

.timeline-container ul.tl li .item-icon {
  position: absolute;
  left: -10px;
  top: -5px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: #ffffff;
  height: 20px;
  width: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

/* لما تكون النقطة الحالية نشطة أثناء التمرير */
.timeline-container ul.tl li .item-icon.active {
  background-color: #35A2B2;
  /* اللون الأزرق */
  border-color: #35A2B2;
  /* يطابق نفس اللون */
  transform: scale(1.2);
  /* تكبر شوي */
}
.timeline-container ul.tl li:hover::before{
    border-color:  #ffffff;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
ul.tl li .item-title { 
}
ul.tl li .item-detail {
    color:rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-family: 'Avenir';
}
ul.tl li .item-timestamp{
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}


@media screen and (max-width: 380px) {
  .min-height-footer{
    min-height: 20vh !important;
  }

  .iframe-height{
    width:100%; height: 78vh; border:none;
  }

  .explore-section{
    height: 18vh;
    margin-top : 60%;
  }

  .mission-vision-mobile {
    display: block !important;
    background: rgb(43 149 167);
    min-height: 100vh;
    height: auto;
    font-family: 'Avenir';
    padding: 5% 3% 10% 3%;
  }

  .mission-vision-mobile .mission-item-title {
    font-size: clamp(1rem, 5vw, 1.3rem) !important;
    font-weight: bold;
  }

  .mission-vision-mobile .item-description p {
    font-size: clamp(0.75rem, 4vw, 0.9rem) !important;
    line-height: 1.5;
    padding-right: 10% !important;
  }

  .mobile-foundation-section {
    display: block;
    background-color: white;
    text-align: center;
    margin-top: 15%;
    /* margin-bottom: 15%; */
    height: 45vh;
  }

}

/* Media Query for small  Screens (425px) */
@media screen and (max-width: 425px) {
  .mobile-foundation-section {
    margin-bottom: 10%;
  }
}

/* Media Query for tablet Screens (768px) */

@media screen and (max-width: 768px) {

  .information-section-two {
    font-size: 1rem;
  }
}