:root {
  --black: #000;
  --grey: #9A9A9A;
  --white: #fff;
  --max-width: 1416px;
  --font-20: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  line-height: 22px;
  font-family: "Cairo", sans-serif;
}

section {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.logo-img {
  height: 100px;
}

.h1,
h1 {
  font-size: 92px;
  line-height: 95%;
  letter-spacing: -0.3px;
}

h2 {
  font-size: 56px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 38px;
  line-height: 100%;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  letter-spacing: -0.3px;
}

h4 {
  font-size: 30px;
  line-height: 112%;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 16px;
  line-height: 112%;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  color: rgb(0 0 0 / 50%);
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  color: rgb(0 0 0 / 50%);
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.padd-72 {
  padding: 72px 0px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-140 {
  padding-bottom: 140px;
}




.btn {
  background: var(--white);
  color: var(--black);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 15px 32px;
}

.btn:hover {
  color: var(--white);
  background-color: var(--black);
}

.btn:hover img {
  filter: invert(1);
}




.btn-back {
  background: none;
  border: 1px #fff solid;
  color: var(--white);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 15px 32px;
}

.btn-back:hover {
  color: var(--white);
  background-color: var(--black);
}

.btn-back:hover img {
  filter: invert(1);
}




.btn img {
  display: inline-block;
  vertical-align: middle;
}

button.menu-toggle,
button.close-nav {
  display: none;
}

header.site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 34px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-inner ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}

nav.main-nav a {
  color: var(--white);
}

.header-inner .dropdown select {
  margin: 0px;
  background: transparent;
  color: var(--white);
  gap: 3px;
  text-transform: uppercase;
  border: 1px solid rgb(255 255 255 / 10%);
  padding: 8px 29px 8px 16px;
  border-radius: 50px;
  appearance: none;
  background-image: url(./images/drop-arrow.svg);
  background-position: 87% center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.header-inner .dropdown select:hover {
  background-color: var(--black);
}

.hero-banner {
  position: relative;
  color: #fff;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner h1 {
  margin: 0px;
  padding: 150px 0px 100px 0px;
}

.hero-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--max-width);
  transform: translate(-50%, -50%);
  padding-left: 40px;
  padding-right: 40px;
}

.message-section p {
  font-size: 30px;
  line-height: 112%;
  font-weight: 400;
}

.message-section p strong {
  font-size: 32px;
}

.ceo-pic {
  width: 247px;
  height: 247px;
  overflow: hidden;
  border-radius: 50%;
  margin: 16px 0px 18px 0px;
}

.ceo-pic img {
  width: 100%;
  object-fit: cover;
}

.ceo-profile span {
  margin-bottom: 5px;
  display: inline-block;
}

.ceo-profile,
.ceo-profile p {
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
  font-family: "Inter", sans-serif;
}

.ceo-profile p {
  color: rgb(0 0 0 / 30%);
}

.heading-top {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  color: var(--black);
}

.heading-top:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--black);
  border-radius: 50%;
}

.Annual-report {
  font-size: 28px;
  line-height: 112%;
  letter-spacing: -0.2px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-image: url(./images/Annual-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0px 200px;
}

.review-banner {
  background-image: url(./images/review-banner.jpg);
}

.enviromental-banner {
  background-image: url(./images/enviromental-banner.jpg);
}

.corporate-banner {
  background-image: url(./images/corporate-banner.jpg);
}

.financial-banner {
  background-image: url(./images/financial-banner.jpg);
}

.Annual-report .container {
  color: #fff;
}

.Annual-report .heading-top {
  color: var(--white);
}

.Annual-report .heading-top::before {
  background: var(--white);
}

.Annual-report .btn {
  margin-top: 105px;
}

.report-card {
  position: relative;
}

.report-card-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.report-card-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.report-year .row > * {
  padding: 0px 50px;
}

.report-card-content {
  padding: 31px 22px;
  color: #fff;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.report-card-content span {
  margin-bottom: 12px;
}

.report-card-content h3 {
  min-height: 76px;
}

.report-card-content .btn {
  margin-top: 24px;
}

.top-hr {
  border-top: 1px solid rgb(0 0 0 / 10%);
  padding-top: 43px;
}

.Pillars-card span {
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.Pillars-card p {
  margin-top: 24px;
  color: var(--grey);
  max-width: 360px;
  line-height: 20px;
}

.Environmental .row > * {
  padding: 0px 24px;
}

.Environmental h2,
.Corporate-Governance h2,
.financial-result h2,
.Strategic-Pillars h2 {
  margin-bottom: 72px;
}

.Environmental p {
  font-size: 22px;
  line-height: 112%;
  font-family: "Inter", sans-serif;
}

.corporate-card {
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.financial-card {
  background: #F7F7F7;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}

.financial-card span {
  font-family: "Cairo", sans-serif;
  color: rgb(0 0 0 / 50%);
}

.financial-card h2 {
  margin: 0px !important;
  font-family: "Cairo", sans-serif;
}

.financial-card h2 sub {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  bottom: 0px;
}

.preview-report {
  text-align: center;
  padding: 58px 0px 72px 0px;
  background-image: url(./images/privous-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
  background-attachment: fixed;
}

.preview-report h2 {
  margin-bottom: 20px;
  font-size: 46px;
}

.Social-icons {
  display: flex;
  gap: 24px;
  justify-content: right;
}

.menu-links {
  padding: 48px 0px 80px 0px;
}

footer li a {
  text-decoration: underline;
}

.copywrite {
  text-align: center;
  color: rgb(0 0 0 / 50%);
}

/* RESPONSIVE SECTION */

@media (max-width: 1365px) {
  .hero-banner h1 {
    padding: 100px 0px 80px 0px;
  }

  .report-year .row > * {
    padding: 0px 30px;
  }
}

@media (max-width: 1199px) {
  .hero-banner h1 {
    padding: 40px 0px;
  }

  h1 {
    font-size: 63px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  .pt-72 {
    padding-top: 50px;
  }

  .padd-72 {
    padding: 50px 0px;
  }

  .pb-140 {
    padding-bottom: 100px;
  }

  .message-section p strong {
    font-size: 25px;
  }

  .message-section p {
    font-size: 24px;
  }

  .Annual-report {
    font-size: 24px;
  }

  .Annual-report .container {
    top: 60px;
  }

  .report-year .row > * {
    padding: 0px 30px;
  }

  .Environmental h2,
  .Corporate-Governance h2,
  .financial-result h2,
  .Strategic-Pillars h2 {
    margin-bottom: 50px;
  }

  .financial-card {
    padding: 30px 20px;
  }

  .report-card-content {
    padding: 25px 12px;
  }

  .report-card-content h3 {
    min-height: 60px;
  }

  .corporate-card {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .hero-background img {
    min-height: 80vh;
  }

  button.close-nav,
  button.menu-toggle {
    background: var(--cyan);
    padding: 6px 9px;
    border: none;
    border-radius: 4px;
    line-height: normal;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 0px;
  }

  .dropdown {
    margin-left: auto;
    margin-right: 15px;
  }

  button.menu-toggle {
    order: 3;
  }

  button.close-nav {
    margin-left: auto;
    margin-top: -10px;
    margin-right: -10px;
  }

  button.close-nav svg {
    max-width: 14px;
  }

  button.menu-toggle path,
  button.close-nav svg path {
    stroke: var(--white);
  }

  nav.main-nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    background: var(--black);
    z-index: 99;
    left: -100%;
    padding: 20px;
    transition: 0.3s;
    max-height: 100vh;
    overflow-y: auto;
    width: 100%;
    max-width: 70%;
  }

  nav.main-nav.menu-show {
    left: 0;
  }

  nav.main-nav ul {
    gap: 0px;
    flex-direction: column;
    align-items: baseline;
  }

  nav.main-nav a {
    padding: 8px 0px;
    display: inline-block;
    line-height: normal;
  }

  header.site-header {
    padding-top: 15px;
  }

  .hero-banner h1 {
    padding: 30px 0px;
  }

  h1 {
    font-size: 44px;
  }

  .heading-top {
    margin-bottom: 10px;
  }

  .message-section p strong {
    font-size: 21px;
  }

  .message-section p {
    font-size: 20px;
  }

  .Annual-report {
    font-size: 20px;
    padding: 40px 0px 70px;
  }

  .Annual-report .btn {
    margin-top: 60px;
  }

  .report-year .row > * {
    padding: 15px;
  }

  .Environmental h2,
  .Corporate-Governance h2,
  .financial-result h2,
  .Strategic-Pillars h2 {
    margin-bottom: 30px;
  }

  .Environmental .row,
  .Corporate-Governance .row {
    row-gap: 20px;
  }

  .financial-card {
    margin-bottom: 20px;
  }

  .preview-report {
    padding: 30px 0px 40px 0px;
  }

  .preview-report h2 {
    font-size: 30px;
  }

  .menu-links {
    padding: 30px 0px 50px 0px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 21px;
  }

  h1 {
    font-size: 33px;
    line-height: 37px;
  }

  h2 {
    font-size: 28px;
    line-height: normal;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  .pt-72 {
    padding-top: 30px;
  }

  .pb-140 {
    padding-bottom: 60px;
  }

  .padd-72 {
    padding: 30px 0px;
  }

  /* make content wrappers visibly inset from screen edges */
  .container,
  .hero-banner .container,
  .Annual-report > .container,
  .message-section > .container,
  .Strategic-Pillars > .container,
  .Environmental > .container,
  .Corporate-Governance > .container,
  .financial-result > .container,
  .preview-report > .container,
  footer > .container {
    width: calc(100% - 32px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-banner h1 {
    padding: 14px 0px;
  }

  .top-hr {
    padding-top: 30px;
  }

  section.hero-banner .btn {
    margin-top: 50px;
  }

  .hero-background img {
    min-height: 100vh;
  }

  .message-section p strong {
    font-size: 18px;
  }

  .message-section p {
    font-size: 17px;
    line-height: 1.45;
  }

  .message-section span.heading-top {
    justify-content: center;
  }

  .ceo-profile,
  .message-section h2 {
    text-align: center;
  }

  .ceo-pic {
    width: 180px;
    height: 180px;
    margin: 15px auto;
  }

  .Annual-report h2 br {
    display: none;
  }

  .Annual-report .container {
    font-size: 17px;
  }

  .Annual-report .btn {
    margin-top: 20px;
  }

  /* stop rows from visually stretching edge to edge */
  .report-year .row,
  .Corporate-Governance .row,
  .financial-result .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .report-year .row > * {
    padding: 5px;
    width: 50%;
  }

  .report-card-content {
    padding: 15px;
  }

  .Strategic-Pillars .row,
  .Corporate-Governance .row {
    row-gap: 20px;
  }

  .Pillars-card span {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  .Pillars-card p {
    margin-top: 12px;
    color: var(--grey);
    max-width: 90%;
  }

  .Environmental .row > * {
    padding: 0px 12px;
  }

  .Environmental p {
    font-size: 17px;
    line-height: 112%;
  }

  .Corporate-Governance .row > * {
    padding: 5px;
    width: 50%;
  }

  .Corporate-Governance .row {
    row-gap: 5px;
  }

  .corporate-card {
    gap: 35px;
    margin-bottom: 0px;
  }

  .Environmental h2,
  .Corporate-Governance h2,
  .financial-result h2,
  .Strategic-Pillars h2 {
    margin-bottom: 24px;
  }

  .financial-result .row > * {
    width: 50%;
    padding: 5px;
  }

  .financial-card {
    height: 100%;
    margin: 0;
    padding: 20px 10px;
    gap: 0;
  }

  .financial-card h2 sub {
    font-size: 17px;
  }

  footer {
    text-align: center;
  }

  footer .row {
    row-gap: 20px;
  }

  .Social-icons {
    display: flex;
    gap: 24px;
    justify-content: center;
  }

  footer li a {
    line-height: 26px;
  }

  .menu-links {
    padding: 30px 0px;
  }

  .btn {
    padding: 9px 20px;
  }
}

/* TABLET SCREEN */

@media (max-height: 760px) and (min-width: 992px) {
  header.site-header {
    padding-top: 18px;
  }

  .logo-img {
    height: 72px;
  }

  .hero-banner .container {
    top: 52%;
    padding-left: 36px;
    padding-right: 36px;
  }

    .hero-banner h1 {
        font-size: 68px;
        line-height: 92%;
        padding: 28px 0 50px 0;
        max-width: 980px;
    }

  .heading-top {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .btn {
    padding: 12px 24px;
    font-size: 15px;
  }


    .btn-back {
    padding: 12px 24px;
    font-size: 15px;
  }


  .financial-card h2 {
  margin: 0px !important;
  font-family: "Cairo", sans-serif;
  font-size: 48px;
}

h4 {
    font-size: 25px;
    line-height: 112%;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    letter-spacing: -0.2px;
}

}