body {
  background-color: #f8f9fa;
  overflow: hidden;
  font-family: "Avenir Book" !important;
}

main {
  background-color: white;
  padding: 0;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
  /* max-width: 100%; */
  margin: 0 auto;
  padding: 20px;
  /* background-color: #ffcb0a12; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Avenir Next";
}

div,
p {
  font-size: 14px !important;
  font-family: "Avenir Book" !important;
}

.text-purple {
  color: #9d1f5f;
}

.tittle-orange {
  color: #c36d15;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h2.intro-heading {
  color: #5e2650;
  font-size: 45px;
  /* font-weight: 900; */
  margin-bottom: 20px;
}

table.note-center td:nth-child(2),
table.note-center th:nth-child(2) {
  text-align: center !important;
}
.heavy {
  font-family: "Avenir Next";
}
/********************************* 
               REPORT COVER  - PAGE 1
         *******************************/

.report-cover {
  background-color: #fffaea;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro video {
  width: 100%;
  /* height: calc(100vh - 75px); */
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  /* background-color: #d6d8c7; */
  height: 35em;
  width: 35em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  background: linear-gradient(to bottom, #b17b45, #552a10);
  /* Preserve centering during AOS animations */
  transform-style: preserve-3d;
}

/* Ensure center-text maintains position during AOS animations */
.center-text[data-aos] {
  transform: translate(-50%, -50%) !important;
}

.center-text[data-aos].aos-animate {
  transform: translate(-50%, -50%) !important;
}

.main-title {
  color: #e5e5e5;
  font-size: 80px;
  text-align: center;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0;
  /* background: linear-gradient(to bottom, #b17b45, #552a10); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent;*/
}

.sub-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d3d3d3;
  font-weight: 600;
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.hexagon-pattern-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 60%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23aa6128' stroke-width='1' d='M50 1 L94 25 L94 75 L50 99 L6 75 L6 25 Z'/%3E%3C/svg%3E");
  opacity: 0.2;
  z-index: 1;
}

.hexagon-pattern-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='none' stroke='%23aa6128' stroke-width='1' d='M50 1 L94 25 L94 75 L50 99 L6 75 L6 25 Z'/%3E%3C/svg%3E");
  opacity: 0.2;
  z-index: 1;
}

.circuit-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath fill='none' stroke='%23f0c330' stroke-width='1' d='M10 10 L50 10 L50 50 L90 50 L90 90'/%3E%3Ccircle cx='50' cy='50' r='2' fill='%23f0c330'/%3E%3C/svg%3E");
  opacity: 0.1;
  z-index: 1;
}

/********************************* 
               REPORT COVER  - PAGE 2
         *******************************/

.logo-container {
  text-align: center;
  margin-bottom: 30px;
}

.report-cover-2 {
  background-image: url(../images/trust-on-build-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f0;
  padding: 130px 0;
}

.logo {
  width: 200px;
  margin: 0 auto;
}

.logo img {
  max-width: 100%;
}

.content-section {
  position: relative;
  z-index: 2;
}

.main-heading {
  text-align: center;
  color: #8b4513;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-top: 30px;
}

.sub-heading {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.paragraph {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Background patterns */
.circuit-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  pointer-events: none;
}

.circuit-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      transparent 49.5%,
      #f2d166 50%,
      transparent 50.5%
    ),
    linear-gradient(
      to bottom,
      transparent 49.5%,
      #f2d166 50%,
      transparent 50.5%
    );
  background-size: 40px 40px;
  opacity: 0.3;
}

.hexagon-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: radial-gradient(#b87333 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.4;
  transform: rotate(30deg);
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 3.5rem;
  }

  .sub-heading {
    font-size: 1rem;
  }

  .paragraph {
    font-size: 0.9rem;
  }
  .report-cover-2 .content-section {
    position: relative;
    z-index: 2;
    margin-top: 10em;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: 2.5rem;
  }
  .center-text {
    height: 25em;
    width: 25em;
  }
  .main-title {
    font-size: 60px;
    line-height: 60px;
  }
}

/********************************* 
               FOUND ON TRUST
*******************************/

.found-on-trust {
  background-image: url(../images/founded-on-trust-bg.jpg);
  overflow: hidden;
  /* height: calc(100vh - 75px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 75px; */
  background-size: cover;
  background-position-y: 35%;
  padding: 7em;
}

.found-on-trust .content-wrapper {
  margin-top: 20em;
  width: 80%;
}

@media (max-width: 576px) {
  .found-on-trust .content-wrapper {
    margin-top: 30em;
    width: 100%;
    margin-bottom: 10em;
  }
  .found-on-trust {
    padding: 1em;
    background-position: top;
  }
}

/********************************* 
              ABOUT THIS REPORT
         *******************************/

.about-this-report {
  background-image: url(../images/about-this-report-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 40px 0px;
}

.report-section {
  padding: 50px 0;
  background-color: #fff;
}

.header-title {
  color: #863054;
  font-weight: bold;
  margin-bottom: 20px;
}

p.welcome-title {
  color: #c17a0f;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 26px !important;
}

.bank-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.annual-text {
  color: #863054;
  letter-spacing: 5px;
  font-weight: 500;
  margin-bottom: 0;
}

.report-image {
  max-width: 100%;
  height: auto;
}

.intro-text {
  color: #c17a0f;
  font-weight: 500;
  margin-bottom: 20px;
}

.content-text {
  color: #c17a0f;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.reporting-header {
  color: #c36d15;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.reporting-text {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.gri-badge {
  display: inline-block;
  background-color: #e8f4ea;
  color: #267238;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-left: 0;
}

.boundary-title {
  background: white;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  color: #333;
}

.honeycomb-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  opacity: 0.15;
  z-index: -1;
  overflow: hidden;
}

.hexagon-item {
  width: 100px;
  height: 100px;
  background-color: #f7d36f;
  margin: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.materiality-section {
  margin-top: 30px;
  /* color: #863054; */
}

.section-title {
  color: #c06000;
  font-weight: bold;
  margin-bottom: 5px;
}

.section-subtitle {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.framework-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  height: 100%;
}

.frameworks-container {
  border: 2px solid #f9d777;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.global-section {
  background-color: #9e205f;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin: 15px 0 35px;
}

.local-section {
  background-color: #9e205f;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
}

.integrated-reporting-box {
  border: 2px solid #f9d777;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.blue-title {
  color: #004a8f;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}

.principle-box {
  border: 2px solid #f9d777;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.principle-title {
  color: #d85c00;
  font-weight: bold;
  margin-bottom: 0;
}

.principle-text {
  font-size: 0.85rem;
}

.assurance-box {
  border: 2px solid #f9d777;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
}

.gri-badge {
  background-color: transparent;
  color: #70c779;
  border: 1px solid #70c779;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 5px;
}

.audit-box {
  border: 1px solid #982649;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.audit-title {
  background-color: #982649;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}

.audit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.audit-bullet {
  background-color: #ffcd58;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}

.forward-box {
  border: 2px solid #f9d777;
  border-radius: 15px;
  padding: 15px;
  background-color: #fff;
}

.forward-title {
  color: #982649;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 10px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
}

.logo {
  max-width: 100%;
  margin-bottom: 20px;
}
