#impact-report {
  background-color: black;
  color: #fff;
}

.mh-260 {
  height: 370px;
  max-height: 370px;
}

.mh-260.IR {
  height: auto;

}


h1 {
  margin-bottom: 5px;
  font-size: var(--h1-base-font-size);
}

#intro {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  background-image: url("/images/impact-report/Impact-Report_Banner-Main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-color: #000;
  cursor: pointer;
}

.summary-text{
  font-size:20px;
}

#highlights {
  margin-top: 0;
  padding-top: 50px;
}

#highlights .content-container {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}



.highlights-splide .splide__list {
  justify-content: flex-start;
}


.highlights-splide .splide__slide {
  height: auto;
}

.highlights-splide .splide__slide {
  background-color: #fff;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}


.highlight-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-text {
  color: white;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 40px;
  border-radius: 10px;
  max-width: 60%;
  text-align: left;
  position: relative;
  z-index: 1;
}

.highlight-text p {
  line-height: 2em;
  /* or whatever you want */
  display: block;
}

.slide-title {
  position: absolute;
  bottom: 85%;
  color: white;
  font-size: 3.5rem;
  transform: translateY(50%);
  text-align: center;
  width: 100%;
  padding-top: 50px;
  opacity: 0.8;
}

.slide-title .slide-icon {
  display: block;
  margin: 10px auto 0 auto;
  width: 100px;
  height: 100px;
  object-fit: contain;
}






.highlights-splide .splide__arrows {
  pointer-events: none;
}

.highlights-splide .splide__arrow {
  background: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  transform: translateY(-50%);
}

.highlights-splide .splide__arrow svg {
  transition: transform .2s ease;
}

.highlights-splide .splide__arrow--prev:hover svg {
  transform: scaleX(-1) translateX(-2px);
}

.highlights-splide .splide__arrow--next:hover svg {
  transform: translateX(2px);
}

.highlights-splide .splide__arrow svg {
  width: 30px;
  height: 30px;
  stroke: white;
  stroke-width: 3px;
  fill: none;
  transition: transform .2s ease;
}


.highlights-splide .splide__pagination {
  bottom: -40px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.highlights-splide .splide__pagination__page {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: grey;
  opacity: 1;
  transition: background 0.3s ease;
}

.highlights-splide .splide__pagination__page.is-active {
  background: #ffffff;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 50px;
  background: #c74408;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  margin: 30px auto;
  text-decoration: none;
}

.download-btn:hover {
  opacity: 0.9;
}

.under-button-text {
  text-align: center;
  margin-top: 10px;
}

.under-button-text a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.container.IR-2024 a {
  color: #c74408;
  font-weight: bold;
  text-decoration: underline;
}

.container.IR-2024 a:hover {
  color: #fa6a27;
  font-weight: bold;
  text-decoration: underline;
}

.footnotes {
  color: #fff;
}



@media (min-width:2500px) {

  #intro {
  background-size: contain;
}

.summary-text{
  font-size:25px;
}

#highlights{
 display: block;
  margin: 0 auto;
  max-width:1600px;
}
}


@media screen and (min-width: 1600px) {
  #intro {
    background-image: url("/images/impact-report/Impact-Report_Banner-Main.jpg");


  }

  .highlight-slide {
    height: 700px;
  }

  .slide-title {
    font-size: 2.5rem;
    bottom: 86%;
  }

  .highlight-text {
    max-width: 80%;
    padding: 16px 24px;
  }

  .highlight-text p {
    font-size: 1.6rem;
  }


  .highlights-splide .splide__arrow svg {
    width: 26px;
    height: 26px;
  }
}


@media (min-width:601px) and (max-width:1599px) {
  #intro {
    /* Swap to tablet banner */
    background-image: url("/images/impact-report/Impact-Report-Banner-Tablet.jpg");
  }

  .highlight-slide {
    height: 560px;
  }

  .slide-title {
    font-size: 1.7rem;
    padding-bottom: 50px;
  }

  
  .highlight-text p {
    font-size: 1.25rem;
  }

  .slide-title .slide-icon {
    width: 70px;
    height: 70px;
  }


  .highlight-text {
    max-width: 90%;

  }

  .highlights-splide .splide__arrow svg {
    width: 26px;
    height: 26px;
  }

}

@media (min-width:601px) and (max-width:1000px) {

#icon-image {
  max-width: 400px;
  display: block;
  margin: 0 auto;   /* Centers the image horizontally */
}

}

@media screen and (max-width: 800px) {
  #intro {
    background-image: url("/images/impact-report/Impact-Report-Banner-Mobile.jpg");

  }

  .mh-260 {
    height: auto;
    max-height: none;
  }

  .highlight-slide {
    height: 420px;
  }

  .slide-title {
    font-size: 1.35rem;
    padding-bottom: 110px;
  }

  .slide-title .slide-icon {
    display: none;
  }


  .highlight-text {
    max-width: 80%;

  }
    .highlight-text p {
    font-size: 1.05rem;
  }


  .highlights-splide .splide__arrow svg {
    width: 26px;
    height: 26px;
  }

  .highlights-splide .splide__pagination {
    bottom: -24px;
  }

  .highlights-splide .splide__arrow svg {
    width: 22px;
    height: 22px;
    stroke-width: 2.5px;
  }
}