.ministry-report-section {
  background-size: cover;
  background-repeat: no-repeat;
}


.ministry-report-section .report-container .counters-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
  @media (min-width: 768px) {
    margin-bottom: 48px;
  }
}

.ministry-report-section .report-container .counters-container .individual-number-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (min-width: 768px) {
    width: calc(50% - 16px);
  }
  @media (min-width: 1200px) {
    width: calc(33.33% - 16px);
  }

  /*max-width: 415px;*/
}


.ministry-report-section .text-container {
  width: 100%;
  height: auto;
  max-width: 768px;
}

.ministry-report-section .counters-container {
  display: flex;
  padding: 96px 48px;
  flex-direction: column;
  align-items: center;
  row-gap: 48px;
  column-gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.28), 0 1px 3px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(16px);
  position: relative; /* Ensure the pseudo-element is positioned correctly */
}
.ministry-report-section .counters-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px; /* Match the border-radius of the container */
  box-shadow: 0px 6px 12px -8px rgba(0, 0, 0, 0.28), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  pointer-events: none; /* Ensure the pseudo-element doesn't interfere with interactions */
}


.ministry-report-section .title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  @media (min-width: 768px) {
    font-size: 48px;
    line-height: 48px;
  }
}

.ministry-report-section .formatted-body {
  color: #FFF;
  font-family: "AvenirLTStd-Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 550;
  line-height: 150%;
  margin-bottom: 48px;

  @media (min-width: 768px) {
    font-size: 24px;
  }
}

.ministry-report-section .report-container .counters-container .individual-number-container .number {
  color: #1A1A1A;
  text-align: center;
  font-family: "AvenirLTStd-Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 150%;
  font-style: italic;

  @media (min-width: 768px) {
    font-size: 64px;
    line-height: 100%;
  }
}

.ministry-report-section .report-container .counters-container .individual-number-container .caption {
  color: #1A1A1A;
  text-align: center;
  font-family: "GaspoSlab-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 320px;
  @media (min-width: 768px) {
    min-height: 75px;
    font-size: 18px;
  }
}

.ministry-report-section .client-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  @media (min-width: 1200px) {
    flex-direction: row;
  }
}
.ministry-report-section .client-information .information-container {
  display: flex;
  flex-direction: row;
  color: #FFF;
  font-family: "AvenirLTStd-Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.ministry-report-section .client-information .button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.11), 0px 0px 0px 1px rgba(26, 41, 61, 0.08);
  max-width: 165px;
  min-width: 173px;
  @media (min-width: 768px) {
    max-width: 165px;
  }
}

.ministry-report-section .client-information .button:hover {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.10), 0px 1px 3px 0px rgba(26, 41, 61, 0.15), 0px 7px 11px -5px rgba(26, 41, 61, 0.08);
}
.ministry-report-section .client-information .button a {
  padding: 12px 16px;
  color: #004750;
  text-align: center;
  font-family: "AvenirLTStd-Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}

#ministry-report-section {
  scroll-margin-top: -360px;
  @media screen and (max-width: 1200px) {
    scroll-margin-top: -560px;
  }
  @media screen and (max-width: 767px) {
    scroll-margin-top: -460px;
  }
}

@media screen and (max-width: 500px) {
  #ministry-report-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/themes/custom/ivnational/components/landing-page/2025-annual-report/ministry-report/assets/report-background-500px.webp') lightgray 50% / cover no-repeat;
  }
}

@media screen and (min-width: 501px) {
  #ministry-report-section {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/themes/custom/ivnational/components/landing-page/2025-annual-report/ministry-report/assets/report-background.webp') lightgray 50% / cover no-repeat;
  }
}




