.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contentWrapper {
  padding: 40px 0;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.headerInner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerLogo a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.headerLogo a img {
  width: 100px;
  flex-shrink: 0;
}

.logoSeparator {
  width: 2px;
  height: 20px;
  flex-shrink: 0;
  background-color: #4a4a4a;
  margin: 0 10px;
  margin-top: 5px;
}

.headerLogo__text {
  color: #0a5d52;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 5px;
}

.topNav {
  display: flex;
  gap: 60px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.topNav>li {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--regular);
  color: #2e3238cc;
  cursor: pointer;
  flex-shrink: 0;
}

.topNav>li>a {
  font-size: 20px;
  color: inherit;
  padding: 26px 0;
  display: inline-flex;
  position: relative;
}
.topNav>li>a > img{
  width: 40px;
  position: absolute;
  left: -20px;
  top: 16px;
  display: none;
}

.topNav>li a.selected {
  color: var(--cyandark);
  font-weight: var(--black);
}
.topNav>li>a.selected > img{
  display: block;
}

.subNav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  display: none;
  border-top: 1px #efefef solid;
  animation: subnavAnimation 0.3s ease-in-out forwards;
  gap: 30px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}
li.reportsNav{
  position: relative;
}
li.reportsNav .subNav{
  width: 300px;
  left: unset;
  right: 0;
}

.subNav__col {
  flex: 1;
}

.subNav__col>p {
  font-size: 16px;
  line-height: 22px;
  color: var(--green3);
  font-weight: var(--black);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.subNav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.subNav__list>li {
  font-size: 16px;
  line-height: 20px;
  color: #2e3238cc;
  font-weight: var(--regular);
}
.subNav__list>li a{
  color: #2e3238cc;
}

.topNav>li:hover .subNav {
  display: flex;
}
.topNav.open{
  left: 0;
  opacity: 1;
  overflow-y: auto;
  gap: 5px;
}


.hamburger{
  width: 40px;
  text-align: center;
  display: none;
  position: fixed;
  right: 12px;
  top: 24px;
}

.hamburger__line{
  width: 32px;
  height: 4px;
  background-color: #4a4a4a;
  display: block;
  margin: 4px auto;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .hamburger__line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .hamburger__line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active .hamburger__line:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}


/* Hero Section */
.heroSection {
  height: 300px;
  position: relative;
}

.heroSection::before {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}

.heroSection__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 30px;
}

.heroSection__inner h2 {
  font-size: 44px;
  line-height: 64px;
  color: #fff;
  font-weight: 900;
}

.heroSection__inner p {
  font-size: 24px;
  color: var(--white);
  font-weight: var(--regular);
  text-align: left;
}

.heroSection.aboutPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1iwdwzk0hds1uv1h2qt9qk6-aboutus.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.climatePage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixmhri0i4b2tv1ddgp69fq-climate.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.diversityPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixnguk02oj2fuxhr007kug-diversity-bg.jpg') 0 0 no-repeat;
  background-size: cover;
}

.heroSection.empFocusPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixqjo20i7i1uv18bhebm7z-employee-focus-bg.jpg') top right no-repeat;
  background-size: cover;
}

.heroSection.focusPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixqjo20i7i1uv18bhebm7z-employee-focus-bg.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.governancePage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixrub70i1p24v16t17h0ev-governance.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.mediaPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixsppf0i6l2hv12z4cf2c4-media-bg.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.myImpactPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixv8no02pe2uuxhrukezhl-myimpact.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.partnerPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixvcil02rk22uxezcw7vpr-partner.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.socialPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixyec202ms21uxbgytgaud-social-bg.jpg') center center no-repeat;
  background-size: cover;
}

.heroSection.waterManagementPage {
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1ixyysw0l3d1stlft6t4ihu-waste-water-management.jpg') center center no-repeat;
  background-size: cover;
}

/* Body */

.mainTitle {
  font-size: 32px;
  line-height: 36px;
  color: var(--cyandark);
  font-weight: var(--black);
}
.mainSubTitle {
  font-size: 24px;
  line-height: 36px;
  color: var(--cyandark);
  font-weight: var(--black);
  margin-bottom: 10px;
}

.subTitle {
  font-size: 24px;
  line-height: 36px;
  color: var(--gray4);
  font-weight: var(--bold);
}

.description {
  font-size: 20px;
  line-height: 32px;
  color: var(--gray4);
}
.smallDescription {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray4);
}
.smallDescription b{
  font-weight: 900;
  color: var(--cyandark);
}
.textCenter{
  text-align: center;
}
.socialHelp{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.socialHelp > li{
  background: url('https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/cm1iy1jzm02uh2fuxc8z8fd1i-social-help-bg.jpg') 0 0 no-repeat;
  background-size: cover;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.socialHelp > li p{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.imagesList{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.imagesList > li{
  flex: 1;
  height: 200px;
}
.imagesList > li > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  vertical-align: top;
}

.contentSection{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.contentSection__item{
  border: 1px #D6D2D2 solid;
  border-radius: 16px;
  padding: 30px;
}
.contentSection__itemHdr{
  font-size: 26px;
  line-height: 36px;
  color: var(--cyandark);
  margin-bottom: 10px;
}
.contentSection__itemHdr span{
  font-weight: var(--black);
}
.contentSection__itemDtl{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.diversityFtrList li{
  font-size: 22px;
  line-height: 36px;
  color: var(--cyandark);
}
.diversityFtrList li span{
  font-weight: 700;
}
.diversityFtrList li:not(:last-child){
  margin-bottom: 10px;
}


/* CLimate change */
.climateList{
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.climateList > li{
  flex: 1;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}
.climateList > li p:first-child{
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
  color: var(--blackText);
  margin-bottom: 8px;
}
.climateList > li p:last-child{
  font-size: 20px;
  line-height: 24px;
  color: var(--darkgray);
}
.climateList > li:nth-child(1){
  background-color: #E6FFF9;
}
.climateList > li:nth-child(2){
  background-color: #FFF3E0;
}
.climateList > li:nth-child(3){
  background-color: #EAF5FF;
}


/* Footer */
.footerCont {
  padding: 50px 0;
  background-color: #051F1E;
}

.footerInner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ftrLeft {
  max-width: 350px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
.ftrLeft__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #fff;
}
.ftrLeft__logo{
  margin-top: auto;
}
.ftrLeft__logo img{
  width: 194px;
}
.ftrRight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

.ftrRight__top {
  display: flex;
  gap: 70px;
}

.ftrRight__topCol p {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 900;
}

.ftrRight__topCol ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ftrRight__topCol ul li {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.ftrRight__topCol ul li a {
  color: #fff;
}

.ftrRight__social {
  display: flex;
  gap: 50px;
}

.ftrRight__social a {
  width: 36px;
  flex-shrink: 0;
}
.address{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.addressEmail{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}
.addressEmail a{
  color: #fff;
  text-decoration: underline;
}

.addressEmailMob{
  display: none;
}

/* Subnav Animation */
@keyframes subnavAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }

}