/* ============================================================================
   esg-2026.css — page-specific overrides for the ESG 2026 page template.
   Extracted from the design package's inline <style> block; layered AFTER
   home.css and home2.css. Only the sustainability-report background url() was
   re-pointed from a page-relative path to the theme's esg/ folder.
   ========================================================================== */

b,
strong {
  font-weight: 600;
}

body {
  font-size: 18px;
}

.sub-title {
  font-size: 18px;
  margin-bottom: 0.4rem;
}

#esg section.sustainability-report {
  background-image: linear-gradient(rgb(8 38 28 / 46%), rgb(8 38 28 / 68%)), url(../esg-2026/sustainability-report-bg.png);
  background-position: top center;
}

#esg section.progress-text {
  padding: 50px 0 0;
}
#esg section.progress-text .progress-image-container {
  display: flex;
  justify-content: center;
}
#esg section.progress-text .progress-image-container .progress-image.desktop {
  max-width: 1200px;
  border-radius: 20px;
  width: calc(100% - 100px);
}
#esg section.progress-text .progress-image-container .progress-image.mobile {
  max-width: 100%;
  display: none;
  border-radius: 0px;
}
@media only screen and (max-width: 768px) {
  #esg section.progress-text .progress-image-container .progress-image.desktop {
    display: none;
  }
  #esg section.progress-text .progress-image-container .progress-image.mobile {
    display: block;
  }
}

#esg section.resources {
  padding-top: 40px;
}

#esg section.certification {
  background-color: #fff;
  padding: 50px 0;
}

.beyond-certifications-section {
  padding-block: 50px !important;
  background-color: #f6fbff;
}
#esg .beyond-certifications {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  max-width: 800px;
}
#esg .beyond-certifications .beyond-logo {
  width: 300px;
}

.text-black {
  color: black !important;
}

.min-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.min-link:hover {
  color: #0f298f;
}
.min-link:hover svg {
  fill: #0f298f;
}
.min-link svg {
  width: 13px;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

#esg section.past-reports {
  padding: 50px 0;
}

#esg .btn-brand {
  margin-top: 2rem;
}
#esg section.resources .resource-card {
  padding: 2rem;
  border-radius: 0;
}

#esg section.banner::before {
  background: linear-gradient(90deg, #001a33 25%, #a1b5c800 62.22%, rgba(255, 255, 255, 0) 96.65%);
  opacity: 0.7;
}

#esg section.newsletter .newsletter-list #news-slide ul li .img-container .newsletter-link {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f8f8f8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#esg section.newsletter .newsletter-list #news-slide ul li .img-container .newsletter-link > svg {
  transition: transform 0.2s ease-in-out;
  animation: bounce 0.5s ease infinite;
  animation-play-state: paused;
}
#esg section.newsletter .newsletter-list #news-slide ul li .img-container .newsletter-link:hover {
  background-color: #0f298f;
}
#esg section.newsletter .newsletter-list #news-slide ul li .img-container .newsletter-link:hover > svg {
  animation-play-state: running;
}
#esg section.newsletter .newsletter-list #news-slide ul li .img-container .newsletter-link:hover > svg path {
  fill: white;
}

#esg section.certification .certification-container .certification-list {
  gap: 30px !important;
}

.splide__pagination__page.is-active {
  background: #000000;
  transform: scale(1);
}

@media (max-width: 767.98px) {
  #esg section.resources .resource-card .card-body {
    padding: 24px 0;
  }
}

.splide__pagination {
  bottom: 0;
  top: 10px;
  left: 0;
  padding: 0 1em;
  position: relative;
  right: 0;
  z-index: 1;
}
