/* ==============================================================
   HELVETICA NEUE
============================================================== */
/* HELVETICA NEUE LIGHT */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeueUltraLight") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/helvetica-light-587ebe5a59211.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* HELVETICA NEUE */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/src/src/public/fonts/HelveticaNeue.ttc") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("/src/src/public/fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
/* ==============================================================
   MYRIAD PRO
============================================================== */
/* MYRIAD PRO LIGHT */
@font-face {
  font-family: "Myriad Pro";
  src: url("/src/src/public/fonts/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* MYRIAD PRO REGULAR */
@font-face {
  font-family: "Myriad Pro";
  src: url("/src/src/public/fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* MYRIAD PRO SEMIBOLD */
@font-face {
  font-family: "Myriad Pro";
  src: url("/src/src/public/fonts/MyriadPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* MYRIAD PRO BOLD */
@font-face {
  font-family: "Myriad Pro";
  src: url("/src/src/public/fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.6rem;
  color: #0a1629;
  background-color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

.container,
.container-fluid {
  padding: 0;
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding: 0 2rem;
  }
}

.container.py {
  padding: 4rem 0 8rem;
}
@media (max-width: 575px) {
  .container.py {
    padding: 2.8rem 1rem 2.8rem;
  }
}

.container.py-6 {
  padding: 4rem 0 4rem;
}
@media (max-width: 575px) {
  .container.py-6 {
    padding: 2.8rem 1rem 2.8rem;
  }
}

.container.py-7 {
  padding: 6rem 0 6rem;
}
@media (max-width: 575px) {
  .container.py-7 {
    padding: 2.8rem 1rem 2.8rem;
  }
}

.bg-gray {
  background-color: #d7dadb;
}

.max-width-container {
  max-width: 192rem;
  margin: 0 auto;
  padding: 0;
}

*:focus {
  box-shadow: none !important;
}

.gap-20 {
  gap: 2rem;
}

.primary-color {
  color: #004fa3;
}

.mt-6 {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .mt-6 {
    margin-top: 2rem;
  }
}

.text-primary {
  color: #004fa3 !important;
}

.teal-color {
  color: #b1dc68 !important;
}

.bgd-primary {
  background-color: #192f6a !important;
}

.text-success {
  color: #00af65 !important;
}

.text-dark-blue {
  color: #0a4fa2 !important;
}

.text-brown {
  color: #4b4c4d !important;
}

.p-12 {
  padding: 1rem 2rem 2rem;
}

.font-myriad-pro {
  font-family: "Myriad Pro", sans-serif !important;
  font-weight: 300 !important;
}

.border-green {
  border: 2px solid #01a358;
}

.bg-blue {
  background-color: #004fa3;
}

.bg-green {
  background-color: #06a965;
}

.text-blue {
  color: #004fa3;
}

.text-green {
  color: #035e30 !important;
}

.text-green-sd-2 {
  color: #037d41 !important;
}

.success-text {
  color: #28a745;
}

.success-bg {
  background-color: #28a745;
}

.bg-dark-green {
  background-color: #0f5d30;
}

.linear-grad-green {
  background: linear-gradient(90deg, #0d6031 0%, #76b340 100%);
}

.linear-bottom-up-green {
  background: linear-gradient(to top, #0d6031 0%, #76b340 100%);
}

.bg-light-green {
  background-color: rgba(0, 125, 66, 0.12);
}

.text-green-sd-3 {
  color: #007d42 !important;
}

.text-grey {
  color: #666666;
}

.background-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(200, 200, 200, 0.12) 35%, rgba(120, 120, 120, 0.08) 65%, rgba(0, 0, 0, 0.18) 100%);
  filter: blur(40px);
  z-index: 0;
}

section h2 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  section h2 {
    font-size: 2.2rem;
    margin-bottom: 4.3rem;
  }
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-negative {
  letter-spacing: -1px !important;
}

.tracking-1 {
  letter-spacing: 1px !important;
}

.tracking-light {
  letter-spacing: 3px !important;
}

.menu-icon path {
  fill: #035e30;
  transition: fill 0.3s ease;
}

.menu-icon.white-icon path {
  fill: #fff;
}

.opex-title {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .opex-title {
    font-size: 2.8rem;
  }
}

.opex-priority-text {
  font-size: 20px;
  line-height: 1.6;
  color: #262626;
}
@media (max-width: 767px) {
  .opex-priority-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .opex-priority-text {
    font-size: 16px;
  }
}

.priority-wrapper {
  background: #e8eaf5;
  padding: 2.5rem;
}
.priority-wrapper .priority-card {
  background: #d3dfd3;
  height: 100%;
  min-height: 270px;
  will-change: transform, opacity;
  transition: box-shadow 0.4s ease;
  padding: 30px 18px;
  transition: all 0.3s ease;
}
.priority-wrapper .priority-card .priority-icon img {
  height: 12rem;
}
@media (max-width: 991px) {
  .priority-wrapper .priority-card .priority-icon img {
    height: 10rem;
  }
}
@media (max-width: 575px) {
  .priority-wrapper .priority-card .priority-icon img {
    height: 8rem;
  }
}
.priority-wrapper .priority-card h4, .priority-wrapper .priority-card .message p, .message .priority-wrapper .priority-card p, .priority-wrapper .priority-card .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .priority-wrapper .priority-card li, .priority-wrapper .priority-card .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .priority-wrapper .priority-card li, .priority-wrapper .priority-card .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .priority-wrapper .priority-card span, .priority-wrapper .priority-card .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .priority-wrapper .priority-card span, .priority-wrapper .priority-card .message h6, .message .priority-wrapper .priority-card h6, .priority-wrapper .priority-card .message h5, .priority-wrapper .priority-card .message .key .row-h, .key .priority-wrapper .priority-card .message .row-h, .message .priority-wrapper .priority-card h5, .message .priority-wrapper .priority-card .key .row-h, .key .message .priority-wrapper .priority-card .row-h {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  color: #4b4c4d;
}
@media (max-width: 1199px) {
  .priority-wrapper .priority-card h4, .priority-wrapper .priority-card .message p, .message .priority-wrapper .priority-card p, .priority-wrapper .priority-card .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .priority-wrapper .priority-card li, .priority-wrapper .priority-card .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .priority-wrapper .priority-card li, .priority-wrapper .priority-card .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .priority-wrapper .priority-card span, .priority-wrapper .priority-card .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .priority-wrapper .priority-card span, .priority-wrapper .priority-card .message h6, .message .priority-wrapper .priority-card h6, .priority-wrapper .priority-card .message h5, .priority-wrapper .priority-card .message .key .row-h, .key .priority-wrapper .priority-card .message .row-h, .message .priority-wrapper .priority-card h5, .message .priority-wrapper .priority-card .key .row-h, .key .message .priority-wrapper .priority-card .row-h {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .priority-wrapper .priority-card h4, .priority-wrapper .priority-card .message p, .message .priority-wrapper .priority-card p, .priority-wrapper .priority-card .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .priority-wrapper .priority-card li, .priority-wrapper .priority-card .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .priority-wrapper .priority-card li, .priority-wrapper .priority-card .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .priority-wrapper .priority-card span, .priority-wrapper .priority-card .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .priority-wrapper .priority-card span, .priority-wrapper .priority-card .message h6, .message .priority-wrapper .priority-card h6, .priority-wrapper .priority-card .message h5, .priority-wrapper .priority-card .message .key .row-h, .key .priority-wrapper .priority-card .message .row-h, .message .priority-wrapper .priority-card h5, .message .priority-wrapper .priority-card .key .row-h, .key .message .priority-wrapper .priority-card .row-h {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .priority-wrapper .priority-card {
    height: 230px;
  }
}

.industry-section {
  position: relative;
  z-index: 5;
  background: transparent;
  margin-bottom: -220px;
}
@media (max-width: 767px) {
  .industry-section {
    margin-bottom: -198px;
  }
}
@media (max-width: 575px) {
  .industry-section {
    margin-bottom: -120px;
  }
}

.dashboard-wrapper {
  background: #e2ebe2;
  border-radius: 20px;
  padding: 26px;
}
.dashboard-wrapper.product-wrapper {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dashboard-wrapper.product-wrapper .sale-row {
  padding: 0 11rem;
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .sale-row {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper.product-wrapper .sale-row {
    padding: 0 0;
  }
}
.dashboard-wrapper.product-wrapper .qr-card .card-body {
  border-radius: 2.4rem;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .qr-code {
  width: 26rem;
  aspect-ratio: 1/1;
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .qr-code img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body .qr-code {
    width: 23rem;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body .qr-code {
    width: 21rem;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body .qr-code {
    width: 19rem;
  }
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .qr-column {
  transform: translate(-34px, 0);
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .qr-column .qr-code img {
  width: 100%;
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body .qr-column {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, 0) !important;
  }
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card {
  color: #0d4fa2;
  background-color: #cfe9a0;
}
.dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card p, .dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card .accordion .accordion-body ul li span, .accordion .accordion-body ul li .dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card span, .dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card .accordion .accordion-body ul li, .accordion .accordion-body ul .dashboard-wrapper.product-wrapper .qr-card .card-body .bottom-card li {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .qr-card .card-body {
    padding: 2rem 1rem;
    flex-direction: column;
  }
}
.dashboard-wrapper.product-wrapper .content-column .data-card {
  position: relative;
  border: 4px solid #8cc740;
  background-color: transparent;
  border-radius: 20px;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
  margin-bottom: 6rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  max-width: 100%;
}
.dashboard-wrapper.product-wrapper .content-column .data-card::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translate(-44px, -45px);
  width: 100px;
  height: 96px;
  background: #e2ebe2;
  z-index: 1;
}
@media (max-width: 1399px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card::before {
    width: 92px;
    height: 88px;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card::before {
    width: 100px;
    height: 96px;
  }
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card::before {
    width: 77px;
    height: 73px;
    left: 27px;
    top: 59px;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card::before {
    height: 60px;
    width: 60px;
    top: 64px;
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card {
    min-height: 15rem;
  }
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card {
    max-width: 100%;
    border-radius: 20px;
    min-height: 10rem;
  }
}
.dashboard-wrapper.product-wrapper .content-column .data-card .value-main {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1549px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-main {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-main {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-main {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-main {
    font-size: 2.4rem;
  }
}
.dashboard-wrapper.product-wrapper .content-column .data-card .value-sub {
  font-size: 1.8rem;
  font-weight: 400;
  color: #57585a;
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .value-sub {
    font-size: 1.2rem;
  }
}
.dashboard-wrapper.product-wrapper .content-column .data-card .top-title {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 316px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 5;
  background: #f3f3f3;
  border: 3px solid #8cc63f;
  border-radius: 8px;
  padding: 4px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #00803d;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .top-title {
    width: 208px;
    padding: 4px 4px;
    font-size: 12px;
  }
}
.dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
  position: absolute;
  left: -49px;
  top: 34px;
  width: 100px;
  z-index: 4;
}
@media (max-width: 1920px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    top: 33px;
  }
}
@media (max-width: 1710px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    top: 27px;
  }
}
@media (max-width: 1399px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    width: 90px;
    top: 29px;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    width: 100px;
    top: 31px;
  }
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    width: 7.7rem;
    top: 12px;
    left: -28px;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card .data-icon {
    width: 66px;
    left: -20px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card {
    padding: 3rem 2rem;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .data-card {
    padding: 2rem;
  }
}
.dashboard-wrapper.product-wrapper .content-column .right-cap {
  position: absolute;
  right: -8px;
  top: 44px;
  width: 12px;
  height: 68px;
  background: #8cc740;
}
@media (max-width: 1399px) {
  .dashboard-wrapper.product-wrapper .content-column .right-cap {
    top: 24px;
  }
}
@media (max-width: 1199px) {
  .dashboard-wrapper.product-wrapper .content-column .right-cap {
    top: 36px;
  }
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .content-column .right-cap {
    top: 18px;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper.product-wrapper .content-column .right-cap {
    top: 24px;
    height: 50px;
  }
}
.dashboard-wrapper.product-wrapper .content-column .left-cap {
  position: absolute;
  left: -8px;
  top: 37px;
  width: 12px;
  height: 92px;
  background: #8cc740;
}
.dashboard-wrapper.product-wrapper .top-line {
  position: absolute;
  top: 13%;
  left: 6%;
  height: 35px;
  width: 50%;
  border-radius: 17px;
  border-top: 5px solid #007e42;
  border-left: 5px solid #007e42;
  border-bottom-left-radius: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .top-line {
    display: none;
  }
}
.dashboard-wrapper.product-wrapper .bottom-line {
  position: absolute;
  bottom: 11%;
  height: 35px;
  width: 50%;
  border-radius: 17px;
  border-bottom: 5px solid #007e42;
  border-left: 5px solid #007e42;
  border-top-left-radius: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .dashboard-wrapper.product-wrapper .bottom-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .dashboard-wrapper {
    padding: 26px;
  }
}

.section-title {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .section-title {
    margin-top: 0;
  }
}

/* TOP CARDS */
.top-card {
  background: var(--card-bg);
  border-radius: 12px;
  padding: 16px 14px;
  height: 100%;
  position: relative;
}

.big-number {
  font-size: 58px;
  line-height: 1;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  margin-bottom: 8px;
}

.small-label {
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  color: #111;
}

.metric-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 10px;
}

.metric-top small {
  font-size: 13px;
  color: #111;
}

/* PANELS */
.custom-panel {
  background: #c8d4c5;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.custom-panel .card-header {
  font-size: 18px;
  background: linear-gradient(90deg, #0d6031 0%, #76b340 100%);
}
.custom-panel h2 {
  font-size: 6.5rem;
  letter-spacing: 1px;
  line-height: 1;
  color: #004fa3;
}
@media (max-width: 767px) {
  .custom-panel h2 {
    font-size: 5.5rem;
  }
}
.custom-panel p, .custom-panel .accordion .accordion-body ul li span, .accordion .accordion-body ul li .custom-panel span, .custom-panel .accordion .accordion-body ul li, .accordion .accordion-body ul .custom-panel li {
  font-size: 20px;
  line-height: 1.3;
  color: #262626;
}
.custom-panel .currency-prefix {
  font-size: 3rem;
}
.custom-panel .currency-unit {
  font-size: 3.2rem;
}

.card-body {
  padding: 16px;
  background-color: white;
}

.img-center {
  -o-object-position: 100% center;
     object-position: 100% center;
}

.img-thirty {
  -o-object-fit: 30% center;
     object-fit: 30% center;
}

.heading-h6 {
  font-size: 2.5rem !important;
}
.heading-h6 span {
  font-size: 2.5rem !important;
}
@media (max-width: 991px) {
  .heading-h6 span {
    font-size: 2rem !important;
  }
}
@media (max-width: 991px) {
  .heading-h6 {
    font-size: 2rem !important;
  }
}

.md-heading {
  font-size: 2.05rem;
}

.legend-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.legend-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.bar-fill {
  height: 100%;
  background: #05843f;
  border-radius: 30px;
  position: relative;
}

/* GRID */
.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1.45fr 1fr;
  gap: 16px;
}
@media (max-width: 1399px) {
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.metric-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .metric-top {
    flex-wrap: wrap;
  }
}

.metric-top small {
  font-size: 18px;
  color: #161616;
  font-weight: 500;
}

.reveal-lines {
  overflow: hidden;
}
.reveal-lines.line {
  display: block;
  overflow: hidden;
}

/* Floating Home Button */
#homeBtn {
  position: fixed;
  z-index: 8;
  bottom: 30px;
  left: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #7cb942, #569e33);
}
#homeBtn i {
  font-size: 3rem;
  color: white;
}
@media (max-width: 767px) {
  #homeBtn {
    left: 1rem;
  }
}

sup {
  font-size: 18px;
  left: -2px;
}

.sup-1 {
  left: 0;
}

/* =========================================
       MAP
    ========================================= */
.map-wrapper {
  position: relative;
}
.map-wrapper img {
  width: 100%;
  height: 52rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .map-wrapper img {
    height: 30rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 62% center;
       object-position: 62% center;
  }
}

.map-cards-wrapper {
  transform: translateY(-85px);
  margin-bottom: -62px;
  z-index: 8;
}
.map-cards-wrapper .region-card {
  border-radius: 0 50px 50px;
  height: 100%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: 0.35s ease;
}
.map-cards-wrapper .region-card .region-head {
  background: linear-gradient(180deg, #6eb552 0%, #038243 100%);
  padding: 22px 10px;
  font-size: 24px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .map-cards-wrapper .region-card .region-head {
    font-size: 22px;
    padding: 22px 10px;
  }
}
@media (max-width: 767px) {
  .map-cards-wrapper .region-card .region-head {
    font-size: 20px;
    padding: 16px 10px;
  }
}
.map-cards-wrapper .region-card .region-value {
  font-size: 7rem;
  letter-spacing: -2px;
  line-height: 1;
  padding: 40px 20px 44px;
}
.map-cards-wrapper .region-card .region-value span {
  font-size: 7rem;
}
@media (max-width: 1399px) {
  .map-cards-wrapper .region-card .region-value {
    font-size: 5rem;
  }
  .map-cards-wrapper .region-card .region-value span {
    font-size: 5rem;
  }
}
@media (max-width: 1199px) {
  .map-cards-wrapper .region-card .region-value {
    padding: 40px 8px 44px;
  }
}
@media (max-width: 991px) {
  .map-cards-wrapper .region-card .region-value {
    padding: 22px 16px 24px;
  }
}
@media (max-width: 767px) {
  .map-cards-wrapper .region-card .region-value {
    padding: 20px 20px 22px;
  }
}
@media (max-width: 575px) {
  .map-cards-wrapper .region-card {
    border-radius: 16px;
  }
}

.export-box {
  padding: 28px 34px;
  gap: 20px;
}
.export-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid #8bc53f;
  border-radius: 26px;
  pointer-events: none;
  clip-path: polygon(0 0, calc(25% - 120px) 0, calc(25% - 120px) 16px, calc(75% + 120px) 16px, calc(75% + 120px) 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
  .export-box::before {
    clip-path: polygon(0 0, calc(25% - 30px) 0, calc(25% - 30px) 16px, calc(75% + 30px) 16px, calc(75% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  }
}
.export-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 12px;
  background: #8bc53f;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
@media (max-width: 575px) {
  .export-box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 18px;
  }
}

.export-percent {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #0050a4;
  flex-shrink: 0;
}

.export-text {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #111;
}
@media (max-width: 991px) {
  .export-text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .export-text {
    font-size: 18px;
    text-align: center;
  }
}

.key-align {
  text-align: left !important;
  word-spacing: 6px;
}

a {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.message p,
.message h6,
.message h5,
.h4,
h5,
.key .row-h,
.h5,
h6,
.h6,
ul,
li,
ol,
p,
.accordion .accordion-body ul li span,
.accordion .accordion-body ul li {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.05rem;
  }
}

h4, .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span, .message h6, .message h5, .message .key .row-h, .key .message .row-h,
.h4 {
  font-size: 3.6rem;
  font-weight: 700;
}

h5, .key .row-h,
.h5 {
  font-size: 2.4rem;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1.8rem;
  font-weight: 700;
}

.font-helvetica {
  font-family: "Helvetica Neue", sans-serif;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -ms-border-radius: 1.4rem;
  -o-border-radius: 1.4rem;
  font-family: "Helvetica Neue", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.btn.btn-green {
  background-color: #85c200;
  color: white;
}
.btn.btn-green img {
  width: 18px;
  height: 18px;
}
.btn.btn-green:hover {
  background-color: #85c200;
  box-shadow: 4px 4px 8px rgb(45, 45, 45);
}

.nav-tabs .custom-tab-button {
  position: relative;
  margin-bottom: 6rem;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  border: none;
  border-radius: 1.7rem;
  -webkit-border-radius: 1.7rem;
  -moz-border-radius: 1.7rem;
  -ms-border-radius: 1.7rem;
  -o-border-radius: 1.7rem;
  background: linear-gradient(90deg, #0d6031 0%, #8ac53f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 42rem;
  padding: 2rem 5rem 2rem 2.4rem;
  overflow: visible;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  letter-spacing: 0.3px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 1199px) {
  .nav-tabs .custom-tab-button {
    min-width: 34rem;
    padding: 1.8rem 5rem 1.8rem 2rem;
  }
}
@media (max-width: 991px) {
  .nav-tabs .custom-tab-button {
    min-width: 34rem;
    padding: 1.8rem 5rem 1.8rem 2rem;
  }
}
@media (max-width: 767px) {
  .nav-tabs .custom-tab-button {
    min-width: 10rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 1.8rem 4rem 1.8rem 1.5rem;
  }
}
.nav-tabs .custom-tab-button img {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .nav-tabs .custom-tab-button img {
    max-width: 2rem;
  }
}
.nav-tabs .custom-tab-button .arrow,
.nav-tabs .custom-tab-button .leaf-none {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
}
@media (max-width: 575px) {
  .nav-tabs .custom-tab-button .arrow,
  .nav-tabs .custom-tab-button .leaf-none {
    right: 1.5rem;
  }
}
.nav-tabs .custom-tab-button::before {
  content: "";
  position: absolute;
  inset: -8px -10px;
  border: 2px solid #78b93b;
  border-radius: 2rem;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.7s ease;
  z-index: -1;
  clip-path: polygon(0 0, 34% 0, 34% 2px, 65% 2px, 65% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 575px) {
  .nav-tabs .custom-tab-button::before {
    inset: -6px;
  }
}
.nav-tabs .custom-tab-button::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 6px;
  background: #8bc53f;
  transition: width 0.7s ease;
}
@media (max-width: 575px) {
  .nav-tabs .custom-tab-button::after {
    height: 4px;
  }
}
.nav-tabs .custom-tab-button:hover, .nav-tabs .custom-tab-button.active {
  background: #0053a6;
}
.nav-tabs .custom-tab-button:hover .arrow,
.nav-tabs .custom-tab-button:hover .leaf-none, .nav-tabs .custom-tab-button.active .arrow,
.nav-tabs .custom-tab-button.active .leaf-none {
  opacity: 0;
  transform: translate(10px, -50%);
  pointer-events: none;
}
.nav-tabs .custom-tab-button:hover::before, .nav-tabs .custom-tab-button.active::before {
  opacity: 1;
  transform: scale(1);
}
.nav-tabs .custom-tab-button:hover::after, .nav-tabs .custom-tab-button.active::after {
  width: 40%;
}
@media (max-width: 575px) {
  .nav-tabs .custom-tab-button:hover::after, .nav-tabs .custom-tab-button.active::after {
    width: 55%;
  }
}
.nav-tabs .custom-tab-button:hover img, .nav-tabs .custom-tab-button.active img {
  transform: translateX(8px);
}

.card {
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  border: none;
}
.card .card-body {
  padding: 3rem 3.8rem;
}
.card .card-body.p-20 {
  padding: 2rem;
}
.card .card-body .user-3 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.card .card-body .user-3 .user-pfp {
  width: 7.2rem;
  height: 7.2rem;
  border: 2px solid #3f8cff;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-body .user-3 h5, .card .card-body .user-3 .key .row-h, .key .card .card-body .user-3 .row-h {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.card .card-body .user-3 p, .card .card-body .user-3 .accordion .accordion-body ul li span, .accordion .accordion-body ul li .card .card-body .user-3 span, .card .card-body .user-3 .accordion .accordion-body ul li, .accordion .accordion-body ul .card .card-body .user-3 li {
  font-size: 1.6rem;
  line-height: 131.25%;
}
@media (max-width: 767px) {
  .card .card-body {
    padding: 1.5rem 1.8rem;
  }
}
.card.draggable {
  padding: 1rem;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card.draggable .card-header {
  background: transparent;
  border: none;
}
.card.draggable .card-header .title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.card.draggable .card-header .title-wrapper h5, .card.draggable .card-header .title-wrapper .key .row-h, .key .card.draggable .card-header .title-wrapper .row-h {
  color: #000000;
  font-family: Inter;
  font-size: 1.8rem;
  font-weight: 500;
}
.card.draggable .card-header .title-wrapper select {
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  border: 1px solid rgba(148, 156, 169, 0.33);
  color: #343b4e;
  font-size: 1.2rem;
  font-weight: 500;
}
.card.draggable .card-header .actions {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.card.draggable .card-body {
  padding: 2rem;
}
.card.draggable .card-body h4, .card.draggable .card-body .message p, .message .card.draggable .card-body p, .card.draggable .card-body .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .card.draggable .card-body li, .card.draggable .card-body .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .card.draggable .card-body li, .card.draggable .card-body .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .card.draggable .card-body span, .card.draggable .card-body .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .card.draggable .card-body span, .card.draggable .card-body .message h6, .message .card.draggable .card-body h6, .card.draggable .card-body .message h5, .card.draggable .card-body .message .key .row-h, .key .card.draggable .card-body .message .row-h, .message .card.draggable .card-body h5, .message .card.draggable .card-body .key .row-h, .key .message .card.draggable .card-body .row-h {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}
.card.draggable .card-body p, .card.draggable .card-body .accordion .accordion-body ul li span, .accordion .accordion-body ul li .card.draggable .card-body span, .card.draggable .card-body .accordion .accordion-body ul li, .accordion .accordion-body ul .card.draggable .card-body li {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
}
.card.draggable .card-body .bar-wrapper span {
  color: #7d8592;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.card.draggable .card-body .bar-wrapper .pro-bar {
  height: 0.7rem;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  background: #71c1ad;
  position: relative;
  margin-top: 2.4rem;
}
.card.draggable .card-body .bar-wrapper .pro-bar .bar-behind {
  height: 0.7rem;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  background: #ee190b;
  position: absolute;
}
.card.draggable .card-body .bar-wrapper .pro-bar .divider {
  width: 0.2rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -ms-border-radius: 0.6rem;
  -o-border-radius: 0.6rem;
  background: #434253;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card.draggable .card-body .project-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.card.draggable .card-body .project-name img {
  width: 5.8rem;
  height: 5.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card.draggable .card-body .project-name span {
  color: #91929e;
  font-size: 1.4rem;
}
.card.draggable .card-body .project-name h5, .card.draggable .card-body .project-name .key .row-h, .key .card.draggable .card-body .project-name .row-h {
  font-size: 2rem;
  font-weight: 700;
}
.card.draggable .card-body .project-timeline {
  color: #7d8592;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 114.286%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2.4rem;
}
.card.draggable .card-body .project-timeline span {
  color: #0a1629;
  font-weight: 700;
}
.card.draggable .card-body .step-list li:not(:last-of-type) {
  margin-bottom: 2.34rem;
}
.card.draggable .card-body .gallery .slick-slide:not(:last-of-type) {
  margin-right: 1.6rem;
}
.card.draggable .card-body .gallery img {
  width: 100%;
  height: 18.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.1rem;
  -webkit-border-radius: 2.1rem;
  -moz-border-radius: 2.1rem;
  -ms-border-radius: 2.1rem;
  -o-border-radius: 2.1rem;
}
.card.draggable .card-body .tasks-list .task {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.draggable .card-body .tasks-list .task:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.card.draggable .card-body .tasks-list .task .tast-name {
  font-size: 1.4rem;
  font-weight: 700;
}
.card.draggable .card-body .tasks-list .task .tast-status {
  color: #15c0e6;
  font-size: 1.4rem;
  font-weight: 700;
}
.card.draggable .card-body .btn.btn-link {
  color: #3f8cff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-align: end;
  padding: 0;
  margin-top: 3.3rem;
  margin-left: auto;
}

/* --- Dynamic Background System --- */
.slider-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  padding: 3rem 0;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1s ease-in-out, transform 5s ease-out;
}

.bg-slide.active {
  opacity: 1;
  transform: scale(1.1);
}

/* Dark overlay for text contrast */
.bg-overlay-dark {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}

.slider-title {
  padding-left: 4rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .slider-title {
    text-align: right;
    padding-right: 8rem;
    padding-top: 11rem;
  }
}
@media (max-width: 767px) {
  .slider-title {
    padding-top: 6vh !important;
    padding-left: 24px !important;
    padding-right: 60px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
    text-align: right !important;
    width: 100% !important;
    z-index: 4;
  }
}
@media (max-width: 575px) {
  .slider-title {
    padding-right: 24px !important;
  }
}

.content-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.main-title {
  font-size: 5rem;
  line-height: 1.1;
}

/* --- Swiper Card Design --- */
.swiper {
  width: 100%;
  padding-bottom: 20px;
  padding-right: 3rem;
}
@media (max-width: 575px) {
  .swiper {
    padding-right: 0;
  }
}

.governance-card {
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 470px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 30px 60px rgba(0, 0, 0, 0.18);
}
.governance-card .card-body {
  height: 26%;
  background: linear-gradient(to top, #0d6031 0%, #76b340 100%);
  color: white;
  padding: 20px;
  font-weight: 600;
  font-size: 2.2rem;
  display: flex;
  line-height: 1.3;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0;
}

.card-img-wrapper {
  height: 74%;
  width: 100%;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.nav-wrapper .custom-prev,
.nav-wrapper .custom-next {
  width: 80px;
  height: 80px;
  border: 2px solid #85c200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.nav-wrapper .custom-prev img,
.nav-wrapper .custom-next img {
  width: 30px;
}
.nav-wrapper .custom-prev:hover,
.nav-wrapper .custom-next:hover {
  background-color: #85c200;
}
.nav-wrapper .slider-progress-wrapper {
  flex-grow: 1;
  height: 2px;
  background: #85c200;
  position: relative;
}
.nav-wrapper .slider-progress-wrapper .progress-bar-fill {
  position: absolute;
  height: 100%;
  background: #85c200;
  width: 0%;
}
.nav-wrapper .slide-counter {
  color: white;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .nav-wrapper {
    justify-content: center;
  }
  .nav-wrapper .custom-prev,
  .nav-wrapper .custom-next {
    width: 60px;
    height: 60px;
  }
  .nav-wrapper .custom-prev img,
  .nav-wrapper .custom-next img {
    width: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1440px) {
  .main-title {
    font-size: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-slide {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .nav-wrapper {
    position: relative !important;
    width: 100% !important;
    margin-top: 40px !important;
    margin-bottom: 40px;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .slider-section {
    display: flex !important;
    flex-direction: column;
    min-height: 100vh !important;
    height: auto !important;
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .slider-section .container-fluid {
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 !important;
  }
  .slider-section .content-container {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1;
    height: 100% !important;
    padding: 0 !important;
  }
  .slider-section .row {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    flex-grow: 1;
    justify-content: space-between;
  }
  .main-title {
    font-size: 3.2rem !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
  }
  .col-lg-8 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    flex-grow: 1;
    width: 100% !important;
    margin-top: auto !important;
  }
  .swiper {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    z-index: 5 !important;
    padding-bottom: 10px !important;
    margin-top: 20px !important;
  }
  /* Right-aligned card constraints */
  .governance-card {
    max-width: 300px !important;
    margin: 0 24px 0 auto !important;
    height: 380px !important;
  }
  .governance-card .card-body {
    font-size: 1.8rem !important;
    padding: 15px !important;
  }
  .nav-wrapper {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    margin-top: 10px !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 24px 4vh 24px !important;
  }
  .nav-wrapper .nav-wrapper .custom-prev,
  .nav-wrapper .nav-wrapper .custom-next {
    width: 50px !important;
    height: 50px !important;
  }
  .nav-wrapper .nav-wrapper .custom-prev img,
  .nav-wrapper .nav-wrapper .custom-next img {
    width: 18px !important;
  }
  .nav-wrapper .nav-wrapper .slide-counter {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .main-title {
    font-size: 2.8rem !important;
  }
  .swiper {
    margin-top: 15px !important;
  }
  .governance-card {
    max-width: 280px !important;
    height: 350px !important; /* Scaled down slightly to fit exceptionally short vertical devices */
    margin: 0 20px 0 auto !important;
  }
  .governance-card .card-body {
    font-size: 1.6rem !important;
    padding: 12px !important;
  }
  .nav-wrapper {
    padding: 0 20px 3vh 20px !important;
  }
  .nav-wrapper .custom-prev,
  .nav-wrapper .custom-next {
    width: 45px !important;
    height: 45px !important;
  }
  .nav-wrapper .custom-prev img,
  .nav-wrapper .custom-next img {
    width: 15px !important;
  }
  .nav-wrapper .slide-counter {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .hero-governance {
    align-items: center;
    text-align: center;
  }
  .main-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  /* Mobile Styles for Corporate Governance Swiper Slider Section */
}
@media (max-width: 767px) and (max-width: 1024px) {
  .small-screen-section {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 25vh !important;
    background-color: #007f46 !important;
    z-index: 2 !important;
    display: block !important;
  }
}
.nav-tabs {
  border: none;
}

.nav-tabs-square {
  gap: 2.3rem 3.5rem;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-tabs-square .last-item {
  margin-left: 24.5rem;
}
@media (max-width: 1280px) {
  .nav-tabs-square .last-item {
    margin-left: 21.5rem;
  }
}
@media (max-width: 1199px) {
  .nav-tabs-square .last-item {
    margin-left: 20.5rem;
  }
}
@media (max-width: 991px) {
  .nav-tabs-square .last-item {
    margin-left: 0;
  }
}
.nav-tabs-square .last-item-1 {
  margin-left: 11.5rem;
}
@media (max-width: 991px) {
  .nav-tabs-square .last-item-1 {
    margin-left: 0;
  }
}
.nav-tabs-square .nav-link {
  position: relative;
  width: 21rem;
  height: 18rem;
  border: 0;
  background-color: transparent;
  font-size: 1.1rem;
  padding: 0.7rem;
}
@media (max-width: 1280px) {
  .nav-tabs-square .nav-link {
    width: 18rem;
    height: 17rem;
  }
}
.nav-tabs-square .nav-link .content {
  position: absolute;
  top: 48px;
  left: 22px;
  z-index: 3;
  width: 180px;
  font-size: 16px;
  line-height: 15pt;
  color: #262626;
}
@media (max-width: 1280px) {
  .nav-tabs-square .nav-link .content {
    width: 130px;
    top: 30px;
  }
}
.nav-tabs-square .nav-link .content span {
  display: block;
  color: #262626;
  font-weight: 400;
}
.nav-tabs-square .nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #008f4f;
  z-index: 1;
  transition: 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 22%, 88% 22%, 88% 68%, 100% 68%, 100% 100%, 0 100%);
}
.nav-tabs-square .nav-link:hover, .nav-tabs-square .nav-link.active {
  background-color: transparent;
  border: 0;
}
.nav-tabs-square .nav-link:hover::before, .nav-tabs-square .nav-link.active::before {
  border-color: #1858a4;
}
.nav-tabs-square .nav-link:hover::after, .nav-tabs-square .nav-link.active::after {
  background: #d7dadb;
}
@media (max-width: 1199px) {
  .nav-tabs-square {
    gap: 2.3rem 2.5rem;
  }
}

.tab-square-content .tab-pane.active.show {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .tab-square-content .tab-pane.active.show {
    justify-content: center;
  }
}
.tab-square-content .person {
  position: relative;
  width: 340px;
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* BLUE FRAME */
}
.tab-square-content .person .person-frame {
  position: absolute;
  top: 0;
  left: 28px;
  width: 32rem;
  height: 54rem;
  z-index: 1;
}
@media (max-width: 1399px) {
  .tab-square-content .person .person-frame {
    width: 30rem;
    height: 52rem;
    left: 18px;
  }
}
.tab-square-content .person::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 16px #1858a4;
  clip-path: polygon(0 0, 100% 0, 100% 12%, 90% 12%, 90% 28%, 100% 28%, 100% 100%, 0 100%);
  transition: 0.3s ease;
}
.tab-square-content .person img {
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
  width: 100%;
  height: 447px;
  /* background: pink; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .tab-square-content .person img {
    left: 52%;
    bottom: 0;
    height: 384px;
  }
}
.tab-square-content .person .person-content {
  position: absolute;
  width: 270px;
  top: 40px;
  left: 40px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .tab-square-content .person .person-content {
    left: 32px;
  }
}
@media (max-width: 1199px) {
  .tab-square-content .person .person-content {
    width: 260px;
  }
}
.tab-square-content .person .person-content h3 {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}
.tab-square-content .person .person-content span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #111;
}
.tab-square-content .person {
  /* IMAGE */
}
.tab-square-content .person .person img {
  position: relative;
  z-index: 4;
  width: 310px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}

.person-frame,
.person img {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.training-slider-container {
  position: relative;
}
.training-slider-container .slick-slide {
  padding-top: 2rem;
  padding-bottom: 80px;
}
.training-slider-container .slick-prev {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  left: 38px;
  top: 100%;
}
.training-slider-container .slick-prev::before {
  display: none;
}
.training-slider-container .slick-next {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-size: 56%;
  right: 38px;
  top: 100%;
}
.training-slider-container .slick-next::before {
  display: none;
}
.training-slider-container .slick-dots {
  bottom: -8px;
}
.training-slider-container .slick-dots li {
  width: 12px;
  height: 12px;
}
.training-slider-container .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}
.training-slider-container .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
}
.training-slider-container.theme-dark .slick-prev {
  background: transparent url("../../public/icons/arrow-left.png") center no-repeat;
  border: 1px solid #fff;
  background-size: 56%;
}
.training-slider-container.theme-dark .slick-next {
  background: transparent url("../../public/icons/arrow-right.png") center no-repeat;
  border: 1px solid #fff;
  background-size: 56%;
}
.training-slider-container.theme-dark .slick-dots li button::before {
  content: "";
  background: #7a78b5;
}
.training-slider-container.theme-dark .slick-dots li.slick-active button::before {
  background: #c8df7a;
}
.training-slider-container.light-theme .slick-prev {
  background: #aeb2ad url("../../public/icons/arrow-left.png") center no-repeat;
  border: 1px solid #004fa3;
  background-size: 56%;
}
.training-slider-container.light-theme .slick-next {
  background: #aeb2ad url("../../public/icons/arrow-right.png") center no-repeat;
  border: 1px solid #004fa3;
  background-size: 56%;
}
.training-slider-container.light-theme .slick-dots li button::before {
  content: "";
  background: #a4c0a8;
}
.training-slider-container.light-theme .slick-dots li.slick-active button::before {
  background: #004fa3;
}
.training-slider-container.theme-green .slick-prev {
  background: #aeb2ad url("../../public/icons/arrow-left.png") center no-repeat;
  border: 1px solid #d6eaab;
  background-size: 56%;
}
.training-slider-container.theme-green .slick-next {
  background: #aeb2ad url("../../public/icons/arrow-right.png") center no-repeat;
  border: 1px solid #d6eaab;
  background-size: 56%;
}
.training-slider-container.theme-green .slick-dots li button::before {
  content: "";
  background: #d6eaab;
}
.training-slider-container.theme-green .slick-dots li.slick-active button::before {
  background: #0f5d30;
}

.small-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-slider-container .slick-slide > div {
  width: 100%;
}
.small-slider-container .person {
  position: relative;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small-slider-container .person .person-frame {
  position: absolute;
  top: 0;
  left: 8px;
  width: 30rem;
  height: 40rem;
  z-index: 1;
}
.small-slider-container .person .person-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 16px #1858a4;
  clip-path: polygon(0 0, 100% 0, 100% 18%, 90% 18%, 90% 34%, 100% 34%, 100% 100%, 0 100%);
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .small-slider-container .person .person-frame {
    height: 52rem;
    width: 34rem;
  }
}
@media (max-width: 767px) {
  .small-slider-container .person .person-frame {
    height: 46rem;
    width: 30rem;
  }
}
@media (max-width: 575px) {
  .small-slider-container .person .person-frame {
    height: 40rem;
    width: 28rem;
  }
}
.small-slider-container .person img {
  width: 50rem;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 991px) {
  .small-slider-container .person img {
    width: 40rem;
    height: 43rem;
    left: 2rem;
  }
  .small-slider-container .person img.conflict-img {
    height: 41rem;
  }
}
@media (max-width: 767px) {
  .small-slider-container .person img {
    width: 35rem;
    height: 38rem;
    left: 0;
  }
  .small-slider-container .person img.conflict-img {
    height: 38rem;
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .small-slider-container .person img {
    width: 30rem;
    height: 31rem;
    left: -2rem;
  }
  .small-slider-container .person img.conflict-img {
    height: 31rem;
  }
}
@media (max-width: 376px) {
  .small-slider-container .person img {
    left: -1rem;
  }
}
.small-slider-container .person .person-content {
  width: 100%;
  max-width: 30rem;
  padding-left: 4rem;
  z-index: 3;
  text-align: left;
}
@media (max-width: 991px) {
  .small-slider-container .person .person-content {
    max-width: 34rem;
  }
}
@media (max-width: 767px) {
  .small-slider-container .person .person-content {
    max-width: 30rem;
  }
}
@media (max-width: 575px) {
  .small-slider-container .person .person-content {
    max-width: 27rem;
    padding-left: 3rem;
  }
}
.small-slider-container .person h3 {
  color: #004fa3;
  margin-top: 7rem;
  margin-left: 0;
  display: inline-flex;
  flex-direction: column;
}
.small-slider-container .person h3 span {
  display: block;
  color: rgba(0, 0, 0, 0.7725490196);
  font-weight: 300;
}
@media (max-width: 991px) {
  .small-slider-container .person h3 {
    font-size: 20px;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .small-slider-container .person h3 {
    font-size: 18px;
  }
}
.small-slider-container .slick-slide {
  overflow: hidden;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.small-slider-container .slick-next {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #b1b1b1 url("../../public/icons/arrow-right.png") center no-repeat;
  border: 1px solid #004fa3;
  background-size: 56%;
  right: -45px;
}
.small-slider-container .slick-next::before {
  display: none;
}
.small-slider-container .slick-next:hover, .small-slider-container .slick-next:active, .small-slider-container .slick-next:focus {
  background-size: 48px;
}
@media (max-width: 1199px) {
  .small-slider-container .slick-next {
    right: -9px;
    top: 100%;
  }
}
@media (max-width: 991px) {
  .small-slider-container .slick-next {
    right: 22.4rem;
  }
  .small-slider-container .slick-next:hover, .small-slider-container .slick-next:active, .small-slider-container .slick-next:focus {
    background-size: 56%;
  }
}
@media (max-width: 767px) {
  .small-slider-container .slick-next {
    right: 14.4rem;
  }
}
@media (max-width: 575px) {
  .small-slider-container .slick-next {
    right: 4.4rem;
  }
}
@media (max-width: 376px) {
  .small-slider-container .slick-next {
    right: 3.4rem;
  }
}
.small-slider-container .slick-prev {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b1b1b1 url("../../public/icons/arrow-left.png") center no-repeat;
  border: 1px solid #004fa3;
  background-size: 56%;
  color: transparent;
  left: -41px;
  top: 100%;
}
.small-slider-container .slick-prev::before {
  display: none;
}
.small-slider-container .slick-prev:hover, .small-slider-container .slick-prev:active, .small-slider-container .slick-prev:focus {
  background-size: 48px;
}
@media (max-width: 1199px) {
  .small-slider-container .slick-prev {
    left: -9px;
  }
}
@media (max-width: 991px) {
  .small-slider-container .slick-prev {
    left: 25.4rem;
  }
  .small-slider-container .slick-prev:hover, .small-slider-container .slick-prev:active, .small-slider-container .slick-prev:focus {
    background-size: 56%;
  }
}
@media (max-width: 767px) {
  .small-slider-container .slick-prev {
    left: 12.4rem;
  }
}
@media (max-width: 575px) {
  .small-slider-container .slick-prev {
    left: 4.4rem;
  }
}
@media (max-width: 376px) {
  .small-slider-container .slick-prev {
    left: 3.4rem;
  }
}

@media (max-width: 767px) {
  .cs-nav-tabs li {
    width: 100%;
  }
}

.milestone-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.milestone-card .nav-pills {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  row-gap: 25px;
  margin-bottom: 40px;
}
.milestone-card .nav-pills .nav-item {
  width: 100%;
}
.milestone-card .nav-pills .nav-link {
  width: 100%;
  min-height: 65px;
  background: #e0e2f2;
  color: #004fa3;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  padding: 16px;
  position: relative;
  transition: 0.3s;
}
.milestone-card .nav-pills .nav-link.active {
  background: #0057b8 !important;
  color: #fff !important;
}
.milestone-card .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid #007d42;
  border-radius: 14px;
  z-index: -1;
}
.milestone-card .nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background: #fff;
}
.milestone-card .nav-pills .nav-link.active .active-line {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  background: #8cc740;
}
@media (max-width: 1199px) {
  .milestone-card .nav-pills {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .milestone-card .nav-pills {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .milestone-card .nav-pills {
    grid-template-columns: repeat(2, 1fr);
  }
  .milestone-card .nav-pills .nav-link {
    min-height: 55px;
    font-size: 15px;
  }
}
@media (max-width: 426px) {
  .milestone-card .nav-pills {
    gap: 10px;
  }
}
.milestone-card .tab-content {
  margin-top: 20px;
}
.milestone-card .tab-content .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 550px;
}
@media (max-width: 767px) {
  .milestone-card .tab-content .content-wrapper {
    margin-bottom: 2rem;
  }
}
.milestone-card .tab-content .image-container {
  width: 62%;
  margin-left: auto;
  border-radius: 4px;
  overflow: hidden;
}
.milestone-card .tab-content .image-container img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1199px) {
  .milestone-card .tab-content .image-container img {
    height: 540px;
  }
}
@media (min-width: 991px) {
  .milestone-card .tab-content .image-container img {
    height: 650px;
  }
}
.milestone-card .tab-content .info-overlay {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  background: #007a3d;
  color: #fff;
  padding: 35px;
  z-index: 2;
}
.milestone-card .tab-content .info-overlay h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.milestone-card .tab-content .info-overlay .milestone-item {
  margin-bottom: 8px;
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 400;
}
.milestone-card .tab-content .info-overlay .milestone-item span {
  font-weight: 600;
  color: #8cc63f;
  margin-right: 5px;
}
@media (min-width: 361px) {
  .milestone-card .tab-content .info-overlay {
    top: 17.5rem;
  }
}
@media (min-width: 1199px) {
  .milestone-card .tab-content .info-overlay {
    height: 490px;
    top: 27.5rem;
  }
}
@media (min-width: 991px) {
  .milestone-card .tab-content .info-overlay {
    height: 595px;
    top: 32.5rem;
  }
}
@media (max-width: 991px) {
  .milestone-card {
    padding: 25px;
  }
  .milestone-card .tab-content .content-wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .milestone-card .tab-content .image-container {
    width: 100%;
    order: 1;
  }
  .milestone-card .tab-content .image-container img {
    height: auto;
    aspect-ratio: 16/9;
  }
  .milestone-card .tab-content .info-overlay {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    margin-top: -4px;
    padding: 25px;
    order: 2;
  }
  .milestone-card .tab-content .info-overlay h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .milestone-card {
    padding: 15px;
  }
  .milestone-card .tab-content .info-overlay {
    padding: 20px;
  }
  .milestone-card .tab-content .info-overlay h2 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .milestone-card .tab-content .info-overlay .milestone-item {
    font-size: 14px;
    line-height: 1.6;
  }
  .milestone-card .tab-content .image-container img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 426px) {
  .milestone-card .tab-content .info-overlay {
    padding: 16px;
  }
  .milestone-card .tab-content .info-overlay h2 {
    font-size: 1.5rem;
  }
  .milestone-card .tab-content .info-overlay .milestone-item {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .milestone-card {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .milestone-card {
    gap: 20px;
  }
}
@media (max-width: 361px) {
  .milestone-card .nav-pills {
    gap: 18px;
  }
  .milestone-card .nav-pills .nav-link {
    font-size: 13px;
    min-height: 50px;
    padding: 10px;
  }
}

.milestone-card.row-interleaved .nav-pills {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .milestone-card.row-interleaved .nav-pills {
    padding: 0 15px;
  }
}
.milestone-card.row-interleaved .tab-pane {
  display: none;
}
.milestone-card.row-interleaved .tab-pane.active.show {
  display: block !important;
}
@media (max-width: 991px) {
  .milestone-card.row-interleaved {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .milestone-card.row-interleaved .info-overlay {
    width: 90%;
    padding: 15px;
    margin-top: -3rem;
  }
}
@media (max-width: 991px) {
  .milestone-card.row-interleaved .content-wrapper {
    padding-bottom: 3rem;
  }
}

/* Responsiveness */
@media (max-width: 992px) {
  .nav-pills {
    grid-template-columns: repeat(3, 1fr);
  }
  .content-wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .image-container {
    width: 100%;
    height: 300px;
  }
  .info-overlay {
    position: relative;
    width: 100%;
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: auto;
    left: 0;
  }
  .image-container {
    width: 100%;
    height: auto;
  }
  .info-overlay {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    margin-top: -40px;
  }
}
.small-tab-accordion {
  background-color: #d2d2d2;
  padding: 4rem 1rem 1rem 1rem;
}
@media (max-width: 575px) {
  .small-tab-accordion {
    padding: 4rem 0 0 0;
  }
}

.timeline-division .main-width-container {
  padding-left: 24rem;
  padding-bottom: 10rem;
}
@media (max-width: 1710px) {
  .timeline-division .main-width-container {
    padding-left: 11.5rem;
  }
}
@media (max-width: 1569px) {
  .timeline-division .main-width-container {
    padding-left: 6.5rem;
  }
}
@media (max-width: 1199px) {
  .timeline-division .main-width-container {
    padding-left: 4.5rem;
  }
}
@media (max-width: 575px) {
  .timeline-division .main-width-container {
    padding-left: 2.5rem;
  }
}

.timeline-section {
  background: #e0ebe1;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.timeline-section::before {
  content: "";
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./../../public/images/Staff-bw.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
}
.timeline-section .timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 2;
  scrollbar-width: thin;
  scrollbar-color: #0a4fa2 #d7e5d9;
  padding: 50px 0px 50px 42px;
}
.timeline-section .timeline-scroll::-webkit-scrollbar {
  height: 10px;
}
.timeline-section .timeline-scroll::-webkit-scrollbar-track {
  background: rgba(3, 125, 65, 0.1);
  border-radius: 50px;
  margin-inline: 40px;
}
.timeline-section .timeline-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #037d41, #00a651);
  border-radius: 50px;
  border: 2px solid #d7e5d9;
}
.timeline-section .timeline-scroll::-webkit-scrollbar-thumb:hover {
  background: #0a4fa2;
}
.timeline-section .timeline-scroll .timeline-wrapper {
  padding-inline: 42px;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .head-content {
  height: 9rem;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-title {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-title {
    font-size: 22px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-subtitle {
  font-size: 22px;
  color: #57585a;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-subtitle {
    font-size: 18px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content .timeline-img {
  width: 186px;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #037d41;
  padding: 10px;
  background: #fff;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content .timeline-img {
    width: 150px;
    height: 192px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content .timeline-desc {
  font-size: 22px;
  line-height: 1.45;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content .timeline-desc {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .timeline-content .timeline-desc {
    font-size: 18px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 6rem;
  max-width: 100%;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid .award-card {
  text-align: left;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid .award-card .award-img {
  width: 24rem;
  height: 24rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #037d41;
  padding: 8px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid .award-card .award-img {
    width: 18rem;
    height: 18rem;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid .award-card .award-text {
  font-size: 21.5px;
  line-height: 1.4;
  color: #333333;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid .award-card .award-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-card .awards-grid {
    gap: 2rem 0;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates {
  margin-top: -42px;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item {
  position: relative;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-day {
  color: #00853f;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-day {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-day {
    font-size: 30px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-month {
  color: #00853f;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-month {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-month {
    font-size: 30px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-year {
  color: #59645d;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1399px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-year {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .date-year {
    font-size: 20px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item .border-bottom-green {
  border-bottom: 5px solid #037d41;
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 2.5px;
  height: 87px;
  background: #037d41;
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item::before {
    bottom: 33px;
    height: 92px;
  }
}
.timeline-section .timeline-scroll .timeline-wrapper .timeline-dates .date-item::after {
  content: "";
  position: absolute;
  left: -6.5px;
  bottom: 124px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #037d41;
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll .timeline-wrapper {
    padding-inline: 20px;
  }
}
.timeline-section .timeline-scroll::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .timeline-section .timeline-scroll {
    padding: 50px 0px 50px 16px;
  }
}

.timeline-top {
  margin-bottom: 15rem;
  gap: 10rem;
}
@media (max-width: 991px) {
  .timeline-top {
    gap: 4rem;
  }
}

.col-award-1 {
  min-width: 55rem;
}

.col-award-2 {
  min-width: 84rem;
}

.col-award-3,
.col-award-4,
.col-award-5 {
  min-width: 42rem;
}

.timeline-date-1 {
  min-width: 65.5rem;
}
@media (max-width: 991px) {
  .timeline-date-1 {
    min-width: 59.5rem;
  }
}

.timeline-date-2 {
  min-width: 94.5rem;
}
@media (max-width: 991px) {
  .timeline-date-2 {
    min-width: 88.5rem;
  }
}

.timeline-date-3 {
  min-width: 52.5rem;
}
@media (max-width: 991px) {
  .timeline-date-3 {
    min-width: 47.5rem;
  }
}

.accordion {
  background-color: transparent;
}
.accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.accordion .accordion-item .accordion-header {
  max-width: 132rem;
  margin: 0 auto;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 1549px) {
  .accordion .accordion-item .accordion-header {
    max-width: 144rem;
  }
}
.accordion .accordion-item:last-child .accordion-header {
  border-bottom: 1px solid #cfcfcf;
}
.accordion .accordion-item .accordion-body {
  max-width: 132rem;
  margin: 0 auto;
}
@media (min-width: 1549px) {
  .accordion .accordion-item .accordion-body {
    max-width: 144rem;
  }
}
.accordion .accordion-item .board-diversity-body {
  max-width: 192rem;
}
.accordion .accordion-button {
  font-size: 20.5px;
  color: #004fa3;
  font-weight: 600;
  padding: 2rem;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0.3px;
}
@media (max-width: 1399px) {
  .accordion .accordion-button {
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 1199px) {
  .accordion .accordion-button {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .accordion .accordion-button {
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
  }
}
.accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: #004fa3;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) .arrow {
  background-color: white;
  transform: rotate(180deg);
}
.accordion .accordion-button::after {
  display: none;
}
.accordion .accordion-button .arrow {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #9f9f9f;
}
.accordion .accordion-button .arrow img {
  width: 2rem;
  height: 1.5rem;
}
.accordion .accordion-button .arrow {
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .accordion .accordion-button .arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .accordion .accordion-button .arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 575px) {
  .accordion .accordion-button .arrow {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
  }
  .accordion .accordion-button .arrow svg {
    width: 1.6rem;
  }
}
.accordion .accordion-button .exp-leaf {
  position: absolute;
}
@media (max-width: 1199px) {
  .accordion .accordion-button .exp-leaf {
    max-height: 6rem;
    bottom: 0;
    left: -0.5rem;
  }
}
@media (max-width: 575px) {
  .accordion .accordion-button .exp-leaf {
    max-height: 4rem;
  }
}
.accordion .accordion-button .qu-leaf {
  position: absolute;
}
@media (max-width: 1199px) {
  .accordion .accordion-button .qu-leaf {
    max-height: 6rem;
    bottom: 0;
    left: -0.5rem;
  }
}
@media (max-width: 575px) {
  .accordion .accordion-button .qu-leaf {
    max-height: 3.6rem;
  }
}
.accordion .accordion-body {
  background: transparent;
  padding: 3rem 0;
}
.accordion .accordion-body p, .accordion .accordion-body ul li span, .accordion .accordion-body ul li {
  font-size: 20.5px !important;
  margin: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .accordion .accordion-body p, .accordion .accordion-body ul li span, .accordion .accordion-body ul li {
    font-size: 1.4rem !important;
  }
}
.accordion .accordion-body .post {
  font-size: 20.5px !important;
}
@media (max-width: 575px) {
  .accordion .accordion-body .post {
    font-size: 18px !important;
    margin: 0;
  }
}
.accordion .accordion-body ul {
  list-style: disc;
  padding-left: 2rem;
  margin: 0 1rem;
}
.accordion .accordion-body ul li {
  margin: 0;
  padding-left: 0;
  line-height: inherit;
  letter-spacing: 0;
}
.accordion .accordion-body ul li span {
  font-weight: 700;
  margin: 0;
}
.accordion .accordion-body ul li::marker {
  color: #004fa3;
}
.accordion .slick-dots {
  padding-left: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .accordion {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .accordion {
    padding: 0 3rem;
  }
}
@media (max-width: 575px) {
  .accordion {
    padding: 0 2rem;
  }
}

@media (max-width: 1399px) {
  .eod-accordion {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .eod-accordion {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .eod-accordion {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .eod-accordion {
    padding: 0;
  }
}

.main-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px 86px;
}
.main-card .profile-header h5, .main-card .profile-header .key .row-h, .key .main-card .profile-header .row-h {
  font-size: 2.8rem !important;
}
.main-card .profile-header p, .main-card .profile-header .accordion .accordion-body ul li, .accordion .accordion-body ul .main-card .profile-header li, .main-card .profile-header .accordion .accordion-body ul li span, .accordion .accordion-body ul li .main-card .profile-header span {
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
.main-card li {
  font-size: 20.5px !important;
  line-height: 2.8rem !important;
  letter-spacing: 0 !important;
}
.main-card .nav-item {
  width: 100%;
  margin-bottom: 1rem;
}
.main-card .nav-item .nav-link {
  position: relative;
  width: 100%;
  overflow: visible;
  background: linear-gradient(90deg, #0d6031 0%, #76b340 100%);
  border: 0;
  border-radius: 1rem;
  color: #fff;
  text-align: center;
  transition: background 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link .content {
  position: relative;
  z-index: 2;
  padding: 0.6rem 1rem;
  margin: 0.4rem;
  border-radius: 1rem;
  line-height: 1.5;
  font-size: 18px !important;
  transition: background 1s cubic-bezier(0.22, 1, 0.36, 1), padding 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link .content p, .main-card .nav-item .nav-link .content .accordion .accordion-body ul li, .accordion .accordion-body ul .main-card .nav-item .nav-link .content li, .main-card .nav-item .nav-link .content .accordion .accordion-body ul li span, .accordion .accordion-body ul li .main-card .nav-item .nav-link .content span {
  font-size: 16px;
  margin-bottom: 0;
}
.main-card .nav-item .nav-link .arrow {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 3;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link .arrow img {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link .tab-frame {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link .tab-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #76b340;
  border-radius: 10px;
  clip-path: polygon(0% 0%, 36% 0%, 36% 10%, 64% 10%, 64% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.main-card .nav-item .nav-link .bottom-accent {
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 0;
  height: 8px;
  background: #76b340;
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-card .nav-item .nav-link:hover, .main-card .nav-item .nav-link.active {
  background: transparent;
}
.main-card .nav-item .nav-link:hover .content, .main-card .nav-item .nav-link.active .content {
  background: #004fa3;
  padding: 1rem;
  transform: translateY(-2px);
}
.main-card .nav-item .nav-link:hover .arrow, .main-card .nav-item .nav-link.active .arrow {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.main-card .nav-item .nav-link:hover .arrow img, .main-card .nav-item .nav-link.active .arrow img {
  transform: translateX(10px);
}
.main-card .nav-item .nav-link:hover .tab-frame, .main-card .nav-item .nav-link.active .tab-frame {
  opacity: 1;
  transform: scale(1);
}
.main-card .nav-item .nav-link:hover .bottom-accent, .main-card .nav-item .nav-link.active .bottom-accent {
  width: 55%;
}
.main-card .over-ul {
  list-style: disc;
}
.main-card .over-ul li::marker {
  color: #004fa3 !important;
  font-size: 16px;
}
.main-card .tab-list {
  list-style: circle;
}
.main-card .tab-list li::marker {
  color: #000 !important;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .main-card {
    padding: 3rem;
  }
}

/* 1. Container maintains the layout constraints */
.c-frame-container {
  position: relative;
  width: 178px;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* 2. The Frame using clip-path */
.c-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #037d41;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 12px 12px, 12px calc(100% - 12px), calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) calc(100% - 100px), 100% calc(100% - 100px), 100% 40px, calc(100% - 12px) 40px, calc(100% - 12px) 12px, 12px 12px);
}

/* 3. Profile Image */
.profile-img {
  width: 100%;
  height: 100%;
  max-height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.section-divider {
  border-bottom: 1px solid #004a99;
  font-size: 20.5px;
}

.training-slider-container.board-member-slider .c-border {
  background-color: #004fa3;
}
@media (max-width: 575px) {
  .training-slider-container.board-member-slider .profile-header {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .training-slider-container.board-member-slider .slick-prev {
    left: -4px;
  }
}
@media (max-width: 575px) {
  .training-slider-container.board-member-slider .slick-next {
    right: -4px;
  }
}
@media (max-width: 575px) {
  .training-slider-container .slick-dots {
    bottom: 42px;
  }
}
.training-slider-container .accordion .accordion-item {
  border: 0;
}
.training-slider-container .accordion .accordion-item .accordion-header {
  border: 0;
}
.training-slider-container .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  border-bottom: 1px solid #004a99;
}
.training-slider-container .accordion .accordion-item .accordion-header .accordion-button .section-divider {
  border: 0;
}
@media (max-width: 575px) {
  .training-slider-container .accordion .accordion-item .accordion-header .accordion-button .section-divider {
    font-size: 1.6rem;
  }
}
.training-slider-container .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.training-slider-container .accordion .arrow {
  width: 4rem;
  height: 4rem;
  border: 0;
  flex-shrink: 0;
}
.training-slider-container .accordion .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-chart-wrapper .chart-box {
  position: relative;
  width: 430px;
  height: 430px;
  margin: auto;
}
.common-chart-wrapper .chart-box #chart {
  position: relative;
  z-index: 2;
}
.common-chart-wrapper .chart-box .inner-ring {
  position: absolute;
  width: 248px;
  height: 248px;
  border: 12px solid #d9e3d8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.common-chart-wrapper .chart-box .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 18px;
  font-weight: 700;
  color: #4b5563;
  pointer-events: none;
}
.common-chart-wrapper .chart-box::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 14px solid #d9e3d8;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.common-chart-wrapper .custom-legend {
  margin-top: 8px;
}
.common-chart-wrapper .custom-legend .legend-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
  color: #4b5563;
  font-weight: 500;
}
.common-chart-wrapper .custom-legend .legend-item span {
  font-size: 18px;
}
.common-chart-wrapper .custom-legend .legend-item .legend-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #d9e3d8;
  flex-shrink: 0;
}
.common-chart-wrapper .custom-legend .legend-item .legend-dot.dot-blue {
  background: #0054a6;
}
.common-chart-wrapper .custom-legend .legend-item .legend-dot.dot-green {
  background: #037d41;
}
.common-chart-wrapper .custom-legend .legend-item .legend-dot.dot-gray {
  background: #939598;
}

.shareholding-section {
  background: #ececec;
  padding: 50px 30px;
  overflow: hidden;
}

.sales-chart-wrapper {
  position: relative;
  width: 100%;
  max-width: 470px;
  aspect-ratio: 1/1;
  margin: auto;
}
.sales-chart-wrapper .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: rotate(-90deg);
  /* CREATE THICKNESS */
}
.sales-chart-wrapper .ring::before {
  content: "";
  position: absolute;
  inset: 28px;
  background: #ececec;
  border-radius: 50%;
}
.sales-chart-wrapper .ring {
  /* OUTER */
}
.sales-chart-wrapper .ring.ring-1 {
  background: conic-gradient(#a7a9ac 0deg 250deg, #f7f7f7 250deg 360deg);
}
.sales-chart-wrapper .ring {
  /* MIDDLE */
}
.sales-chart-wrapper .ring.ring-2 {
  inset: 38px;
  background: conic-gradient(#008d45 0deg 75deg, #f7f7f7 75deg 360deg);
}
.sales-chart-wrapper .ring {
  /* INNER */
}
.sales-chart-wrapper .ring.ring-3 {
  inset: 76px;
  background: conic-gradient(#0054a6 0deg 36deg, #f7f7f7 36deg 360deg);
}
.sales-chart-wrapper {
  /* CENTER LOGO */
}
.sales-chart-wrapper .center-circle {
  position: absolute;
  inset: 120px;
  background: white;
  border-radius: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12), inset 0 0 0 3px #d32626;
  text-align: center;
  padding: 20px;
}
.sales-chart-wrapper .center-circle h2 {
  font-size: 42px;
  color: #0054a6;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}
.sales-chart-wrapper .center-circle p, .sales-chart-wrapper .center-circle .accordion .accordion-body ul li, .accordion .accordion-body ul .sales-chart-wrapper .center-circle li, .sales-chart-wrapper .center-circle .accordion .accordion-body ul li span, .accordion .accordion-body ul li .sales-chart-wrapper .center-circle span {
  margin: 0;
  font-size: 13px;
  color: #444;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.info-list .info-item {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.info-list .percentage-box {
  position: relative;
  overflow: hidden;
  width: 150px;
  min-width: 150px;
  height: 90px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.info-list .percentage-box span {
  position: relative;
  z-index: 5;
}
.info-list .percentage-box .grow-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.18);
  z-index: 1;
}

.gray-border {
  border: 5px solid #9e9e9e;
}

.green-border {
  border: 5px solid #008d45;
}

.blue-border {
  border: 5px solid #0054a6;
}

.brand-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.brand-content img {
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .brand-content img {
    height: 5rem;
  }
}
.brand-content h4, .brand-content .message p, .message .brand-content p, .brand-content .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .brand-content li, .brand-content .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .brand-content span, .brand-content .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .brand-content span, .brand-content .message h6, .message .brand-content h6, .brand-content .message h5, .brand-content .message .key .row-h, .key .brand-content .message .row-h, .message .brand-content h5, .message .brand-content .key .row-h, .key .message .brand-content .row-h {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.brand-content p, .brand-content .accordion .accordion-body ul li, .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul li span, .accordion .accordion-body ul li .brand-content span {
  font-size: 16px;
}
.brand-content .gray-text {
  color: #6d6d6d;
}
.brand-content .green-text {
  color: #008d45;
}
.brand-content .blue-text {
  color: #0054a6;
}
@media (max-width: 991px) {
  .brand-content {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .shareholding-section {
    padding: 40px 20px;
  }
  .chart-wrapper {
    max-width: 380px;
    margin-bottom: 50px;
  }
  .center-circle {
    inset: 95px;
  }
  .center-circle h2 {
    font-size: 34px;
  }
  .info-item {
    justify-content: center;
    text-align: center;
  }
  .brand-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .chart-wrapper {
    max-width: 300px;
  }
  .ring-2 {
    inset: 28px;
  }
  .ring-3 {
    inset: 56px;
  }
  .ring::before {
    inset: 22px;
  }
  .center-circle {
    inset: 85px;
    padding: 10px;
  }
  .center-circle h2 {
    font-size: 26px;
  }
  .percentage-box {
    width: 120px;
    min-width: 120px;
    height: 70px;
    font-size: 24px;
  }
  .brand-content h4, .brand-content .message p, .message .brand-content p, .brand-content .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .brand-content li, .brand-content .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .brand-content span, .brand-content .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .brand-content span, .brand-content .message h6, .message .brand-content h6, .brand-content .message h5, .brand-content .message .key .row-h, .key .brand-content .message .row-h, .message .brand-content h5, .message .brand-content .key .row-h, .key .message .brand-content .row-h {
    font-size: 18px;
  }
  .brand-content p, .brand-content .accordion .accordion-body ul li, .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul li span, .accordion .accordion-body ul li .brand-content span {
    font-size: 14px;
  }
}
.shareholding-section {
  background: #ebebeb;
  padding: 40px 30px;
  overflow: hidden;
}

.chart-main-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1/1;
  margin: auto;
}

.chart-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(10px 12px 12px rgba(0, 0, 0, 0.08));
}

.chart-outer {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.chart-middle {
  width: 79%;
  height: 79%;
  z-index: 2;
}

.chart-inner {
  width: 58%;
  height: 58%;
  z-index: 3;
}

.center-circle {
  position: absolute;
  width: 41%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(4px);
  z-index: 20;
  border: 4px solid #d1232a;
  outline: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.1), 8px 8px 14px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.center-circle img {
  width: 12rem;
}

@media (max-width: 576px) {
  .shareholding-section {
    padding: 20px 15px;
  }
  .chart-main-wrapper {
    max-width: 340px;
  }
  .center-circle {
    border-width: 3px;
  }
  .logo-line {
    width: 70px;
    height: 7px;
  }
  .percent-box {
    width: 120px;
    min-width: 120px;
    height: 70px;
    font-size: 24px;
  }
  .brand-content h4, .brand-content .message p, .message .brand-content p, .brand-content .message .accordion .accordion-body ul li, .message .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul .message li, .accordion .accordion-body ul .message .brand-content li, .brand-content .message .accordion .accordion-body ul li span, .message .accordion .accordion-body ul li .brand-content span, .brand-content .accordion .accordion-body ul li .message span, .accordion .accordion-body ul li .message .brand-content span, .brand-content .message h6, .message .brand-content h6, .brand-content .message h5, .brand-content .message .key .row-h, .key .brand-content .message .row-h, .message .brand-content h5, .message .brand-content .key .row-h, .key .message .brand-content .row-h {
    font-size: 20px;
  }
  .brand-content p, .brand-content .accordion .accordion-body ul li, .accordion .accordion-body ul .brand-content li, .brand-content .accordion .accordion-body ul li span, .accordion .accordion-body ul li .brand-content span {
    font-size: 14px;
  }
}
.status-chart-card {
  position: relative;
  min-height: 235px;
  width: 180px;
}
.status-chart-card .chart-label {
  position: relative;
  width: 186px;
  height: 116px;
  margin: 0 auto -50px;
  z-index: 1;
}
.status-chart-card .chart-label svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.status-chart-card .chart-label path {
  fill: #f7f7f7;
}
.status-chart-card .chart-label span {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 500;
  color: #0d51b7;
}
.status-chart-card .donut-shell {
  position: relative;
  border: 14px solid #e2ebe2;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #e2ebe2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  z-index: 3;
}
.status-chart-card .donut-shell .chart {
  position: relative;
  z-index: 1;
}
.status-chart-card .donut-shell .inner-ring {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 8px solid #e2ebe2;
  z-index: 5;
}
.status-chart-card .donut-shell .status-center-circle {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ced8cd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #0d51b7;
  z-index: 10;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.08);
}

.wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wrapper .donut-shell {
  position: relative;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  background: #e2ebe2;
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .donut-shell #chart {
  width: 205px;
  height: 205px;
}
.wrapper .donut-shell .center-hole {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #cfd8cc;
  box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.size-legend {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.size-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
}
.size-legend .legend-item .legend-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 10px solid #f2f2f2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.size-legend .legend-item .legend-dot.small {
  background: #7fbe25;
}
.size-legend .legend-item .legend-dot.medium {
  background: #00863d;
}
.size-legend .legend-item .legend-dot.large {
  background: #0c4fb3;
}
.size-legend .legend-item .legend-text {
  font-size: 14px;
  color: #514c4d;
}
.size-legend .legend-item .legend-text strong {
  font-weight: 700;
}

.leadership-section .leadership-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.leadership-section .leadership-item .designation {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1553b8;
}
.leadership-section .leadership-item .designation.min {
  width: 50px;
  text-align: right;
}
@media (max-width: 575px) {
  .leadership-section .leadership-item .designation.min {
    text-align: left;
  }
}
.leadership-section .leadership-item .designation.max {
  width: 170px;
  text-align: right;
}
@media (max-width: 575px) {
  .leadership-section .leadership-item .designation.max {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .leadership-section .leadership-item {
    flex-wrap: wrap;
  }
}
.leadership-section .progress-wrapper {
  position: relative;
  width: 100%;
  height: 14px;
  background: #cfcfcf;
  border-radius: 50px;
  overflow: visible;
}
.leadership-section .progress-wrapper .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #008c44;
  border-radius: 50px;
}
.leadership-section .progress-wrapper .progress-fill .progress-dot {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d5d5d5;
  border: 4px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #0a4fa2;
}
.leadership-section .progress-wrapper .progress-fill .progress-dot .count {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .designation {
    width: 52px;
    font-size: 16px;
  }
  .progress-dot {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}
.top-progress-wrapper {
  margin-top: 4rem;
}
.top-progress-wrapper .top-progress-bar {
  position: relative;
  width: 100%;
  height: 27px;
  display: flex;
}
.top-progress-wrapper .top-progress-bar .left-fill {
  position: absolute;
  z-index: 2;
  height: 100%;
  background: #7cc322;
  border-radius: 100px;
}
.top-progress-wrapper .top-progress-bar .left-fill.first {
  width: 49%;
}
.top-progress-wrapper .top-progress-bar .left-fill.second {
  width: 42%;
}
.top-progress-wrapper .top-progress-bar .right-fill {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background: #008944;
}
.top-progress-wrapper .top-progress-bar .right-fill.first {
  width: 55%;
}
.top-progress-wrapper .top-progress-bar .right-fill.second {
  width: 62%;
}

.slider {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.slider.left-side {
  left: 23%;
}
.slider.right-side {
  left: 73%;
}

.outer-ring {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #d1d2d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer-ring .white-ring {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer-ring .white-ring .inner-space {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}
.outer-ring .white-ring .inner-space .top-center-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f2f2f2 0%, #dcdcdc 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #0a4fa2;
}

.top-labels {
  display: flex;
  margin-top: 14px;
}
.top-labels .label {
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #444;
}

.bar-status-section .project-status-card {
  position: relative;
  overflow: hidden;
}
.bar-status-section .project-status-card .left-labels {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 40px;
  width: 70px;
  display: block;
}
.bar-status-section .project-status-card .left-labels span {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 18px;
  color: #414141;
  line-height: 1;
}
.bar-status-section .project-status-card .left-labels span:nth-child(1) {
  top: 13rem;
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(1) {
    top: 13rem;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(1) {
    top: 13rem;
  }
}
.bar-status-section .project-status-card .left-labels span:nth-child(2) {
  top: 20rem;
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(2) {
    top: 20rem;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(2) {
    top: 20rem;
  }
}
.bar-status-section .project-status-card .left-labels span:nth-child(3) {
  top: 26rem;
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(3) {
    top: 26rem;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .left-labels span:nth-child(3) {
    top: 26rem;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card .left-labels {
    position: static;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .bar-status-section .project-status-card .left-labels span {
    position: static;
    transform: none;
  }
}
.bar-status-section .project-status-card #bar-chart {
  width: calc(100% - 70px);
  margin-left: 70px;
  margin-bottom: 14px;
  min-height: 320px;
  min-width: 0;
}
.bar-status-section .project-status-card #bar-chart .apexcharts-svg {
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card #bar-chart {
    width: calc(100% - 62px);
    margin-left: 62px;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card #bar-chart {
    width: calc(100% - 56px);
    margin-left: 56px;
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card #bar-chart {
    width: 100%;
    margin-left: 32px;
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card #bar-chart {
    margin-left: 0;
  }
}
.bar-status-section .project-status-card .bar-bottom-lines {
  position: relative;
  margin-top: -20px;
  margin-right: 10px;
  height: 8px;
  z-index: 20;
}
.bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line {
  position: absolute;
  height: 5px;
}
.bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
  width: 80px;
  left: 7rem;
  background: #705782;
}
@media (max-width: 1399px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
    width: 45px;
    left: 26%;
  }
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
    width: 85px;
    left: 15%;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
    width: 65px;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
    width: 52px;
    left: 15%;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.completed {
    width: 36px;
    left: 2rem;
  }
}
.bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
  width: 58px;
  left: 44%;
  background: #c39c0e;
}
@media (max-width: 1399px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
    width: 45px;
    left: 46%;
  }
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
    width: 85px;
    left: 39%;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
    width: 65px;
    left: 39%;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
    width: 40px;
    left: 42%;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.wip {
    width: 30px;
    left: 8rem;
  }
}
.bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.potential {
  width: 72px;
  right: 16%;
  background: #00a1e3;
}
@media (max-width: 1399px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.potential {
    width: 45px;
    right: 19%;
  }
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.potential {
    width: 85px;
    right: 29%;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.potential {
    width: 58px;
    right: 28%;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.potential {
    width: 48px;
    right: 22%;
  }
}
.bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
  width: 50px;
  right: 0;
  background: #961421;
}
@media (max-width: 1399px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
    width: 45px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
    width: 85px;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
    width: 58px;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
    width: 48px;
    right: -2%;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line.hold {
    width: 30px;
    left: 18rem;
  }
}
@media (max-width: 575px) {
  .bar-status-section .project-status-card .bar-bottom-lines .bar-bottom-line {
    display: none;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .bar-bottom-lines {
    margin-top: -12px;
  }
}
.bar-status-section .project-status-card .apexcharts-xaxis-label {
  font-size: 16px !important;
  font-weight: 400 !important;
  fill: #434343 !important;
}
@media (max-width: 1199px) {
  .bar-status-section .project-status-card .apexcharts-xaxis-label {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .apexcharts-xaxis-label {
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .apexcharts-xaxis-label {
    font-size: 11px !important;
  }
}
.bar-status-section .project-status-card .apexcharts-data-labels text {
  font-family: Arial, sans-serif !important;
}
@media (max-width: 991px) {
  .bar-status-section .project-status-card .apexcharts-data-labels text {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .bar-status-section .project-status-card .apexcharts-data-labels text {
    font-size: 10px !important;
  }
}
.bar-status-section .project-status-card .apexcharts-xaxis-texts-g {
  transform: none !important;
}
.bar-status-section .project-status-card .apexcharts-point-annotation-marker {
  display: none !important;
}

.sales-container {
  padding: 6rem 13rem 19rem 9rem;
}
.sales-container h6 {
  margin-bottom: 12rem;
  font-size: 20.5px;
}
@media (max-width: 991px) {
  .sales-container h6 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .sales-container h6 {
    font-size: 18px;
  }
}
.sales-container .sales-card {
  background: #245faa;
  border-radius: 50px;
  max-height: 370px;
  padding: 0 3rem;
  overflow: visible;
}
@media (max-width: 991px) {
  .sales-container .sales-card {
    max-height: 580px;
  }
}
.sales-container .sales-card .legend-box {
  margin-bottom: 22rem;
}
@media (max-width: 991px) {
  .sales-container .sales-card .legend-box {
    margin-bottom: 0;
  }
}
.sales-container .sales-card .legend-box .row {
  gap: 7rem;
}
.sales-container .sales-card .legend-box .legend-item {
  line-height: 3.1rem;
  font-size: 2.3rem;
  text-wrap: nowrap;
}
.sales-container .sales-card .legend-box .legend-item .legend-color {
  border: 1px solid #fff;
  min-width: 6.5rem;
  width: 6.5rem;
  height: 2rem;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.first {
  background-color: #6da233;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.second {
  background-color: #009150;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.third {
  background-color: #56b650;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.forth {
  background-color: #037d41;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.fifth {
  background-color: #0cae4c;
}
.sales-container .sales-card .legend-box .legend-item .legend-color.sixth {
  background-color: #006737;
}
@media (max-width: 1199px) {
  .sales-container .sales-card .legend-box .legend-item {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card .legend-box .legend-item {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .sales-container .sales-card .legend-box .legend-item {
    font-size: 1.6rem;
  }
}
.sales-container .sales-card .breakdown-chart-wrapper {
  position: relative;
  width: min(90vw, 700px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales-container .sales-card .outer-ring {
  position: absolute;
  inset: 0;
  max-width: 56rem;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #245faa;
  top: -5rem;
  left: 10rem;
  z-index: 1;
}
@media (min-width: 1399px) {
  .sales-container .sales-card .outer-ring {
    top: -10rem;
    left: 7rem;
    width: 110%;
    height: 110%;
    max-width: 66rem;
  }
}
@media (max-width: 1920px) {
  .sales-container .sales-card .outer-ring {
    top: -10rem;
    left: 7rem;
    width: 110%;
    height: 110%;
    max-width: 66rem;
  }
}
@media (max-width: 1549px) {
  .sales-container .sales-card .outer-ring {
    top: -7rem;
    left: 7rem;
    width: 107%;
    height: 107%;
  }
}
@media (max-width: 1399px) {
  .sales-container .sales-card .outer-ring {
    top: -5.5rem;
    left: 7rem;
    width: 110%;
    height: 110%;
  }
}
@media (max-width: 1199px) {
  .sales-container .sales-card .outer-ring {
    width: 122%;
    height: 122%;
    top: -12rem;
    left: 5rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card .outer-ring {
    top: 0rem;
    left: 3rem;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .sales-container .sales-card .outer-ring {
    top: -3rem;
    left: 0rem;
    width: 100%;
    height: 100%;
  }
}
.sales-container .sales-card #sales-breakdown-chart {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10rem;
  bottom: 5rem;
  z-index: 2;
}
@media (min-width: 1399px) {
  .sales-container .sales-card #sales-breakdown-chart {
    bottom: 7rem;
    left: 10rem;
  }
}
@media (max-width: 1920px) {
  .sales-container .sales-card #sales-breakdown-chart {
    bottom: 6.5rem;
  }
}
@media (max-width: 1549px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 9rem;
    bottom: 5rem;
  }
}
@media (max-width: 1399px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 9rem;
    bottom: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 8rem;
    bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 3rem;
    bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 3rem;
    bottom: 0rem;
  }
}
@media (max-width: 575px) {
  .sales-container .sales-card #sales-breakdown-chart {
    left: 0rem;
    bottom: 3rem;
  }
}
.sales-container .sales-card .sales-center-circle {
  position: absolute;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1c5faa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: 20rem;
  right: -4rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.sales-container .sales-card .sales-center-circle h2 {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-size: 3vw;
}
.sales-container .sales-card .sales-center-circle p, .sales-container .sales-card .sales-center-circle .accordion .accordion-body ul li, .accordion .accordion-body ul .sales-container .sales-card .sales-center-circle li, .sales-container .sales-card .sales-center-circle .accordion .accordion-body ul li span, .accordion .accordion-body ul li .sales-container .sales-card .sales-center-circle span {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 1.5vw;
}
@media (min-width: 1399px) {
  .sales-container .sales-card .sales-center-circle {
    top: 22rem;
    right: -3rem;
    width: 39%;
  }
}
@media (max-width: 1920px) {
  .sales-container .sales-card .sales-center-circle {
    top: 22rem;
    right: -2rem;
    width: 36%;
  }
}
@media (max-width: 1549px) {
  .sales-container .sales-card .sales-center-circle {
    top: 20rem;
    right: -3rem;
    width: 36%;
  }
}
@media (max-width: 1399px) {
  .sales-container .sales-card .sales-center-circle {
    top: 18rem;
    right: -3rem;
    width: 37%;
  }
}
@media (max-width: 1199px) {
  .sales-container .sales-card .sales-center-circle {
    width: 37%;
    top: 8rem;
    right: -4rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card .sales-center-circle {
    right: 3rem;
    top: 24rem;
  }
}
@media (max-width: 767px) {
  .sales-container .sales-card .sales-center-circle {
    width: 42%;
    top: 16rem;
    right: -1rem;
  }
}
@media (max-width: 575px) {
  .sales-container .sales-card .sales-center-circle {
    top: 10rem;
    right: 2rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card .breakdown-chart-wrapper {
    width: min(80vw, 500px);
  }
}
@media (max-width: 767px) {
  .sales-container .sales-card .breakdown-chart-wrapper {
    width: min(85vw, 380px);
  }
}
@media (max-width: 575px) {
  .sales-container .sales-card .breakdown-chart-wrapper {
    width: min(90vw, 280px);
  }
  .sales-container .sales-card .sales-center-circle {
    width: 42%;
  }
  .sales-container .sales-card .sales-center-circle h2 {
    font-size: 2.4rem;
  }
  .sales-container .sales-card .sales-center-circle p, .sales-container .sales-card .sales-center-circle .accordion .accordion-body ul li, .accordion .accordion-body ul .sales-container .sales-card .sales-center-circle li, .sales-container .sales-card .sales-center-circle .accordion .accordion-body ul li span, .accordion .accordion-body ul li .sales-container .sales-card .sales-center-circle span {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .sales-container .sales-card {
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .sales-container {
    padding: 3rem 2rem 3rem 2rem;
  }
}

.donut-wrapper {
  padding: 30px 24px;
}
.donut-wrapper .chart-outer {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 400px;
  margin: 0 auto 32px;
  border-radius: 50%;
  background: #e2ebe2;
  padding: 14px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.donut-wrapper .chart-outer .chart-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d1ddd4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donut-wrapper .chart-outer .chart-inner .center-div {
  width: 16rem;
  height: 16rem;
  aspect-ratio: 1/1;
  background-color: #e2ebe2;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .donut-wrapper .chart-outer .chart-inner .center-div {
    width: 11rem;
    height: 11rem;
  }
}
@media (max-width: 767px) {
  .donut-wrapper .chart-outer .chart-inner .center-div {
    width: 9rem;
    height: 9rem;
  }
}
.donut-wrapper .chart-outer .chart-inner #zero-gap-donut-chart {
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}
.donut-wrapper .custom-legend {
  max-width: 41rem;
  margin: auto;
  padding-left: 10px;
}
.donut-wrapper .custom-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  line-height: 1.5;
}
.donut-wrapper .custom-legend .legend-item .legend-marker {
  width: 36px;
  height: 20px;
  border: 2px solid #fff;
  margin-top: 4px;
  flex-shrink: 0;
}
.donut-wrapper .custom-legend .legend-item .legend-marker.first {
  background-color: #094ea1;
}
.donut-wrapper .custom-legend .legend-item .legend-marker.second {
  background-color: #6da233;
}
.donut-wrapper .custom-legend .legend-item .legend-marker.third {
  background-color: #1c9ed9;
}
.donut-wrapper .custom-legend .legend-item .legend-marker.forth {
  background-color: #595959;
}
@media (max-width: 991px) {
  .donut-wrapper {
    padding: 28px 12px;
  }
}

.investor-container {
  background-color: #c8d9ca;
  padding: 5rem 5rem 6rem 4rem;
}
.investor-container .timeline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.investor-container .timeline-wrapper::before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: 0;
  left: 45px;
  width: 96%;
  height: 35.5rem;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 1199px) {
  .investor-container .timeline-wrapper::before {
    height: 51.5rem;
  }
}
@media (max-width: 991px) {
  .investor-container .timeline-wrapper::before {
    height: 35.5rem;
  }
}
@media (max-width: 575px) {
  .investor-container .timeline-wrapper::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .investor-container .timeline-wrapper {
    padding-inline: 12px;
  }
}
.investor-container .ribbon-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  background: linear-gradient(90deg, #0b6c33 0%, #007e42 40%, #0f8842 48%, #239442 58%, #49a742 75%, #70b142 100%);
  min-height: 8rem;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 12px 30px 12px 4px;
  box-shadow: 0 13px 0 rgba(0, 0, 0, 0.08);
  margin-left: 45px;
}
.investor-container .ribbon-item .ribbon-date-box {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.investor-container .ribbon-item .ribbon-date-box .ribbon-month {
  color: #9ed342;
  font-size: 2.8rem;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .investor-container .ribbon-item .ribbon-date-box .ribbon-month {
    font-size: 2.4rem;
  }
}
.investor-container .ribbon-item .ribbon-date-box .ribbon-year {
  font-size: 1.8rem;
}
.investor-container .ribbon-item .ribbon-content {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  min-width: 29rem;
}
@media (max-width: 767px) {
  .investor-container .ribbon-item .ribbon-content {
    font-size: 1.8rem;
    min-width: 24rem;
  }
}
.investor-container .ribbon-item::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  width: 45px;
  background-color: #0b6c33;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 575px) {
  .investor-container .ribbon-item::before {
    display: none;
  }
}
.investor-container .ribbon-item::after {
  content: "";
  position: absolute;
  left: -45px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-top: 20px solid #006837;
  border-left: 45px solid transparent;
}
@media (max-width: 575px) {
  .investor-container .ribbon-item::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .investor-container .ribbon-item {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .investor-container .ribbon-item {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    overflow: hidden;
    padding: 12px 14px 12px 18px;
    border-radius: 16px;
  }
}
@media (max-width: 1399px) {
  .investor-container {
    padding: 5rem 5rem 6rem 1rem;
  }
}
@media (max-width: 575px) {
  .investor-container {
    padding: 2rem 0rem 2rem 0rem;
  }
}

.apexcharts-tooltip {
  font-family: "Segoe UI", sans-serif !important;
}

.apexcharts-tooltip-series-group {
  padding: 4px 8px !important;
}

.apexcharts-tooltip-text {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.apexcharts-tooltip-text-y-label,
.apexcharts-tooltip-text-y-value {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.donut-wrapper,
.chart-outer,
.chart-inner {
  overflow: visible !important;
}

.retail-investor {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  left: 28rem;
  top: 0;
}
@media (max-width: 1399px) {
  .retail-investor {
    left: 42%;
    top: 0.5%;
  }
}
@media (max-width: 767px) {
  .retail-investor {
    left: 42%;
    top: 0.5%;
  }
}

@media (max-width: 991px) {
  .sales-row {
    padding-left: 4rem;
  }
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 12px;
  cursor: grab;
}
.table-scroll .shareholder-img {
  width: 100%;
  min-width: 900px;
  display: block;
  border-radius: 12px;
}
.table-scroll::-webkit-scrollbar {
  display: none;
}
.table-scroll:active {
  cursor: grabbing;
}

.custom-scrollbar {
  width: 100%;
  margin-top: 16px;
  padding: 0 2px;
}
@media (min-width: 991px) {
  .custom-scrollbar {
    display: none;
  }
}

.scroll-track {
  width: 100%;
  height: 22px;
  background: #d9d9d9;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

/* Blue line */
.scroll-progress {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  transform: translateY(-50%);
  height: 4px;
  background: #005bbb;
  border-radius: 100px;
}

/* Draggable thumb */
.custom-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 120px;
  height: 4px;
  background: #005bbb;
  border-radius: 100px;
  cursor: pointer;
  z-index: 2;
}

/* Green knob */
.custom-thumb::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #099342;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.info-table-wrapper {
  background: #fff;
  border-radius: 12px;
  border: 4px solid white;
  overflow: hidden;
}
.info-table-wrapper .info-table {
  width: 100%;
  border-collapse: collapse;
}
.info-table-wrapper .info-table th {
  background: #d2d2d2;
  color: #4b4c4d;
  font-size: 20.5px;
  font-weight: 600;
  padding: 14px 28px;
  border: 0;
  border-bottom: 3px solid #fff;
  margin-bottom: 2px;
}
.info-table-wrapper .info-table th:first-child {
  width: 120px;
  background-color: #b2b3b7;
  width: 8%;
}
.info-table-wrapper .info-table th:nth-child(2) {
  width: 46%;
  background-color: #d1d2d4;
}
.info-table-wrapper .info-table th:nth-child(3) {
  background-color: #d1d2d4;
  border-left: 2px solid #B8B9BD;
}
@media (max-width: 575px) {
  .info-table-wrapper .info-table th {
    font-size: 18px;
  }
}
.info-table-wrapper .info-table td {
  border: 0;
  padding: 10px 22px;
  vertical-align: middle;
  font-size: 20.5px;
  color: #4b4c4d;
}
.info-table-wrapper .info-table td:first-child {
  border-right: 2px solid #00574a;
  background-color: #e6e7e9;
  width: 8%;
  border-bottom: 1px solid white;
}
@media (max-width: 1199px) {
  .info-table-wrapper .info-table td:first-child {
    width: 10%;
  }
}
.info-table-wrapper .info-table td:nth-child(2) {
  border-right: 2px solid #114ea2;
  background-color: #c8d9ca;
  font-weight: 700;
  border-bottom: 3px solid #dee6de;
}
.info-table-wrapper .info-table td:nth-child(2):last-child {
  border-bottom: 0;
}
.info-table-wrapper .info-table td:nth-child(3) {
  background-color: #eaf2eb;
  border-bottom: 3px solid #fff;
}
.info-table-wrapper .info-table td .label-cell {
  background: #d9e4d5;
  font-weight: 700;
  color: #333;
}
.info-table-wrapper .info-table td .value-cell {
  background: #f3f5f3;
}
.info-table-wrapper .info-table td .icon-cell {
  padding: 10px;
}
.info-table-wrapper .info-table td img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .info-table-wrapper .info-table td {
    font-size: 18px;
  }
}

.navbar {
  position: fixed;
  padding: 0 5%;
  top: 28px;
  width: 100%;
  z-index: 10;
  background: transparent;
  transition: background 0.3s ease, padding 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.navbar.scrolled {
  background: transparent;
  padding: 0rem 3%;
  top: 0;
}
.navbar.scrolled .navbar-brand {
  width: 11rem;
  transition: width 0.3s ease;
  visibility: hidden;
}
@media (max-width: 575px) {
  .navbar.scrolled .navbar-brand {
    width: 8rem;
  }
}
.navbar .navbar-brand {
  width: 17rem;
  height: auto;
  transition: width 0.3s ease;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 11rem;
  }
}
.navbar .navbar-toggler svg {
  color: black;
}
@media (max-width: 575px) {
  .navbar .navbar-toggler svg {
    color: #0f5d30;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 575px) {
  .navbar {
    padding: 0;
  }
}

footer {
  padding-top: 9rem;
  overflow: hidden;
  background-color: rgba(0, 125, 66, 0.12);
}
footer .brand-logo {
  width: 18rem;
  height: 12rem;
}
footer .brand-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  footer .brand-logo {
    width: 13rem;
    height: 8rem;
  }
}
footer .main-desc p, footer .main-desc .accordion .accordion-body ul li, .accordion .accordion-body ul footer .main-desc li, footer .main-desc .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .main-desc span {
  font-size: 1.566rem;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  footer .main-desc p, footer .main-desc .accordion .accordion-body ul li, .accordion .accordion-body ul footer .main-desc li, footer .main-desc .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .main-desc span {
    font-size: 1.33rem;
  }
}
footer .main-desc span,
footer .main-desc a {
  color: #004fa3;
  display: block;
}
footer .nav-wrraper a {
  font-size: 2.2rem;
  color: #4d4d4d;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  footer .nav-wrraper a {
    font-size: 1.8rem;
  }
}
footer .bottom-footer {
  margin-top: 13rem;
  padding: 5rem 0 5rem;
}
footer .bottom-footer p, footer .bottom-footer .accordion .accordion-body ul li, .accordion .accordion-body ul footer .bottom-footer li, footer .bottom-footer .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .bottom-footer span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer .bottom-footer p, footer .bottom-footer .accordion .accordion-body ul li, .accordion .accordion-body ul footer .bottom-footer li, footer .bottom-footer .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .bottom-footer span {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  footer .bottom-footer p, footer .bottom-footer .accordion .accordion-body ul li, .accordion .accordion-body ul footer .bottom-footer li, footer .bottom-footer .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .bottom-footer span {
    font-size: 1.9rem;
  }
}
@media (max-width: 575px) {
  footer .bottom-footer p, footer .bottom-footer .accordion .accordion-body ul li, .accordion .accordion-body ul footer .bottom-footer li, footer .bottom-footer .accordion .accordion-body ul li span, .accordion .accordion-body ul li footer .bottom-footer span {
    font-size: 1.2rem;
  }
}
footer .bottom-footer .social-icons a {
  width: 4.3rem;
  height: 4.3rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  footer .bottom-footer .social-icons a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
footer .bottom-footer .scroll-top-wrapper {
  bottom: 78%;
  left: 5%;
}
footer .bottom-footer .scroll-top-wrapper .scroll-top-btn img {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 991px) {
  footer .bottom-footer .scroll-top-wrapper .scroll-top-btn img {
    width: 6rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  footer .bottom-footer .scroll-top-wrapper .scroll-top-btn img {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 575px) {
  footer .bottom-footer .scroll-top-wrapper .scroll-top-btn img {
    width: 3.6rem !important;
    height: 3.6rem !important;
  }
}
@media (max-width: 991px) {
  footer .bottom-footer .scroll-top-wrapper {
    left: 80%;
    bottom: 83%;
  }
}
@media (max-width: 767px) {
  footer .bottom-footer .scroll-top-wrapper {
    bottom: 87%;
    left: 65%;
  }
}
@media (max-width: 575px) {
  footer .bottom-footer .scroll-top-wrapper {
    left: 76%;
  }
}
@media (max-width: 767px) {
  footer .bottom-footer {
    margin-top: 4.4rem;
  }
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://213.210.21.175/alba_microsite/src/public/images/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: top;
}
@media (max-width: 767px) {
  footer {
    padding-top: 3rem;
  }
}

.footer-left {
  margin-left: 8rem;
}
@media (max-width: 1199px) {
  .footer-left {
    margin-left: 3rem;
  }
}
@media (max-width: 1024px) {
  .footer-left {
    margin-left: 0;
  }
}

.offcanvas {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.offcanvas.offcanvas-half .offcanvas-body {
  overflow-x: hidden;
}
.offcanvas.offcanvas-half .offcanvas-body .menu-bg-text {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 8.5rem;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .offcanvas.offcanvas-half .offcanvas-body .menu-bg-text {
    font-size: 5rem;
    left: 0;
  }
}
.offcanvas.offcanvas-half {
  background-color: #01a358 !important;
  width: 41vw;
  padding-left: 10%;
}
.offcanvas.offcanvas-half .text-reset {
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .offcanvas.offcanvas-half .text-reset svg {
    width: 4rem;
    height: 4rem;
  }
}
.offcanvas.offcanvas-half ul .nav-item {
  text-align: left;
}
.offcanvas.offcanvas-half ul .nav-item .nav-link {
  color: #ffffff;
  font-size: 2.1rem;
}
.offcanvas.offcanvas-half ul .nav-item .nav-link:hover, .offcanvas.offcanvas-half ul .nav-item .nav-link.active {
  color: #002d5d;
}
@media (max-width: 991px) {
  .offcanvas.offcanvas-half ul .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .offcanvas.offcanvas-half ul .nav-item .nav-link {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .offcanvas.offcanvas-half ul {
    padding-left: 20%;
  }
}
@media (max-width: 991px) {
  .offcanvas.offcanvas-half {
    width: 100vw !important;
    padding-left: 27%;
  }
}
@media (max-width: 767px) {
  .offcanvas.offcanvas-half {
    padding-left: 0rem;
  }
}
@media (max-width: 991px) {
  .offcanvas {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.hero-section {
  position: relative;
  height: 100vh;
  max-height: 110rem;
  background-color: #fefefe;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.hero-section.ceo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section.ceo .hero-bg-img {
  position: absolute;
  inset: 0;
  background-image: url("./../../public/images/bg-gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 1;
}
.hero-section.ceo .hero-image-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  overflow: hidden;
}
.hero-section.ceo .hero-person {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  max-width: none;
}
@media (max-width: 1199px) {
  .hero-section.ceo .hero-person {
    height: 95%;
  }
}
@media (max-width: 991px) {
  .hero-section.ceo .hero-person {
    height: 90%;
  }
}
@media (max-width: 767px) {
  .hero-section.ceo .hero-person {
    height: auto;
    width: 120%;
  }
}
@media (max-width: 575px) {
  .hero-section.ceo .hero-person {
    width: 165%;
  }
}
@media (max-width: 361px) {
  .hero-section.ceo .hero-person {
    width: 190%;
  }
}
.hero-section.ceo .content-layer {
  position: relative;
  z-index: 5;
  width: 100%;
}
.hero-section.chairman {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-section.chairman .hero-bg-img {
  position: absolute;
  inset: 0;
  background-image: url("./../../public/images/bg-gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 1;
}
.hero-section.chairman .hero-image-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: 2;
}
.hero-section.chairman .hero-person {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  max-width: none;
}
@media (max-width: 1199px) {
  .hero-section.chairman .hero-person {
    height: 92%;
  }
}
@media (max-width: 991px) {
  .hero-section.chairman .hero-person {
    height: 85%;
  }
}
.hero-section.chairman .content-layer {
  position: relative;
  z-index: 5;
  width: 100%;
}
.hero-section .message-wrapper {
  background-color: #717779;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  max-width: 46rem;
  padding: 1.8rem 6rem 1.8rem 1.8rem;
  border-top-right-radius: 2.6rem;
  border-bottom-right-radius: 2.6rem 26px;
  position: absolute;
  bottom: 22%;
  right: 5%;
  font-size: 2.2rem;
}
@media (max-width: 1199px) {
  .hero-section .message-wrapper {
    font-size: 1.4rem;
    max-width: 31rem;
    bottom: 14%;
    right: 4%;
  }
}
@media (max-width: 991px) {
  .hero-section .message-wrapper {
    display: none;
  }
}
.hero-section .message-wrapper.type-2 {
  right: 14%;
}
@media (max-width: 1549px) {
  .hero-section .message-wrapper.type-2 {
    right: 11%;
  }
}
@media (max-width: 1199px) {
  .hero-section .message-wrapper.type-2 {
    right: 4%;
  }
}
.hero-section .message-wrapper .leaf {
  position: absolute;
  right: -8.8rem;
  top: -16rem;
  max-height: 14rem;
}
@media (max-width: 1199px) {
  .hero-section .message-wrapper .leaf {
    max-height: 8rem;
    right: -7.6rem;
    top: -10rem;
  }
}
.hero-section .text-container {
  top: 65%;
}
.hero-section .text-container h1 {
  font-size: 4rem;
}
@media (max-width: 1199px) {
  .hero-section .text-container h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .hero-section .text-container h1 {
    font-size: 2.2rem;
  }
}
.hero-section .text-container p, .hero-section .text-container .accordion .accordion-body ul li, .accordion .accordion-body ul .hero-section .text-container li, .hero-section .text-container .accordion .accordion-body ul li span, .accordion .accordion-body ul li .hero-section .text-container span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .hero-section .text-container p, .hero-section .text-container .accordion .accordion-body ul li, .accordion .accordion-body ul .hero-section .text-container li, .hero-section .text-container .accordion .accordion-body ul li span, .accordion .accordion-body ul li .hero-section .text-container span {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .hero-section .text-container {
    top: 25%;
  }
}
.hero-section .hero-leaf {
  width: 60% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero-section .hero-leaf {
    width: 100% !important;
    height: auto;
  }
}
.hero-section .leaf-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64%;
  z-index: 1;
  transition: clip-path 1s ease-out;
}
@media (max-width: 1199px) {
  .hero-section .leaf-image {
    top: -36px;
  }
}
@media (max-width: 767px) {
  .hero-section .leaf-image {
    top: 30%;
    width: 100%;
    right: 0px;
  }
}
.hero-section.bg-bod {
  background: url("./../../public/images/corporate-goverance.webp");
  background-size: cover;
  background-position: 34% center;
}
@media (max-width: 991px) {
  .hero-section.bg-bod {
    background-position: 47% bottom;
  }
}
@media (max-width: 767px) {
  .hero-section.bg-bod {
    background-position: 54% center;
  }
}
.hero-section.bg-3 {
  background: url("./../../public/images/corporate-goverance.webp");
  background-size: cover;
  background-position: 34% center;
}
@media (max-width: 991px) {
  .hero-section.bg-3 {
    background-position: 47% bottom;
  }
}
@media (max-width: 767px) {
  .hero-section.bg-3 {
    background-position: 54% center;
  }
}
.hero-section.bg-4 {
  background: url("./../../public/images/Global-Markets.webp");
  background-size: cover;
  background-position: 34% center;
}
@media (max-width: 991px) {
  .hero-section.bg-4 {
    background-position: 47% bottom;
  }
}
@media (max-width: 767px) {
  .hero-section.bg-4 {
    background-position: 58% center;
  }
}
.hero-section.bg-5 {
  background: url("./../../public/images/Tree_Week_02.webp");
  background-size: cover;
  background-position: 34% center;
}
@media (max-width: 991px) {
  .hero-section.bg-5 {
    background-position: 47% bottom;
  }
}
@media (max-width: 767px) {
  .hero-section.bg-5 {
    background-position: 33% center;
  }
}
.hero-section.bg-6 {
  background: url("./../../public/images/staff.webp");
  background-size: cover;
  background-position: 34% center;
}
.hero-section.bg-7 {
  background: url("./../../public/images/Media.webp");
  background-size: cover;
  background-position: 34% center;
}
@media (max-width: 991px) {
  .hero-section.bg-7 {
    background-position: 47% bottom;
  }
}
@media (max-width: 767px) {
  .hero-section.bg-7 {
    background-position: 47% center;
  }
}
@media (max-width: 991px) {
  .hero-section.bg-1, .hero-section.quote.bg-7, .hero-section.quote.bg-6, .hero-section.quote.bg-5, .hero-section.quote.bg-4, .hero-section.quote.bg-3, .hero-section.quote.bg-2 {
    background-size: cover;
    background-position: 77% center;
  }
}
@media (max-width: 575px) {
  .hero-section {
    height: 100vh;
  }
}

.members {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}
@media (max-width: 991px) {
  .members {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .members h3 {
    font-size: 2.6rem;
    margin-left: 3rem;
  }
}
@media (max-width: 575px) {
  .members h3 {
    margin-top: 3rem !important;
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.message {
  font-family: "Myriad Pro", sans-serif;
  background-color: #d3dfd3;
  color: rgba(0, 0, 0, 0.8);
}
.message .message-heading {
  padding-left: 10rem;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .message .message-heading {
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.message .message-img {
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.message .message-img.img-ceo {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .message .message-img.img-ceo {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .message .container {
    padding-bottom: 10rem;
  }
}
@media (max-width: 575px) {
  .message .container {
    padding-bottom: 6rem;
  }
  .message .container .btn.btn-light.leaves {
    margin-left: 1rem;
  }
}
@media (max-width: 991px) {
  .message {
    height: -moz-fit-content;
    height: fit-content;
    background-color: white;
  }
}
.message h1 {
  font-size: 4rem;
}
.message h2 {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .message h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 991px) {
  .message h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .message h2 {
    font-size: 2.8rem;
  }
}
.message h4, .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span, .message h6, .message h5, .message .key .row-h, .key .message .row-h {
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .message h4, .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span, .message h6, .message h5, .message .key .row-h, .key .message .row-h {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .message h4, .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span, .message h6, .message h5, .message .key .row-h, .key .message .row-h {
    font-size: 2.1rem;
  }
}
.message h5, .message .key .row-h, .key .message .row-h {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .message h5, .message .key .row-h, .key .message .row-h {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .message h5, .message .key .row-h, .key .message .row-h {
    margin-bottom: 1.5rem;
  }
}
.message h6 {
  font-size: 2rem;
  line-height: 3.6rem;
}
@media (max-width: 767px) {
  .message h6 {
    font-size: 1.5rem;
  }
}
.message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span {
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-align: justify;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767px) {
  .message p, .message .accordion .accordion-body ul li, .accordion .accordion-body ul .message li, .message .accordion .accordion-body ul li span, .accordion .accordion-body ul li .message span {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
.message .msg-btn {
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .message .msg-btn {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .message .row {
    row-gap: 1.2rem;
  }
}

@media (max-width: 767px) {
  .index-member {
    max-height: 100vh !important;
    min-height: 50vh !important;
    padding-block-end: 3rem;
  }
}

@media (max-width: 575px) {
  .message-section .container {
    padding-inline: 0 !important;
  }
  .message-section .container h5, .message-section .container .key .row-h, .key .message-section .container .row-h,
  .message-section .container .text-data-div {
    padding-inline: 2rem;
  }
}

.review-quote {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 0% 55%, rgba(214, 245, 255, 0.95) 0%, rgba(123, 212, 255, 0.85) 12%, rgba(38, 169, 255, 0.65) 24%, rgba(10, 126, 217, 0.35) 42%, transparent 60%), radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.3) 0%, rgba(173, 223, 255, 0.18) 22%, rgba(89, 180, 255, 0.08) 38%, transparent 60%), linear-gradient(135deg, #1176c9 0%, #1368c1 18%, #155cb9 35%, #1a51b0 52%, #2147a7 68%, #293f9f 82%, #313894 100%);
}

.review {
  background-color: #ffffff;
}
.review h2 {
  color: #ffffff;
  margin-bottom: 10rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.review h2 span {
  color: #004fa3;
  font-weight: 700;
}
@media (max-width: 991px) {
  .review h2 {
    padding: 2.4rem 0 0;
  }
}
@media (max-width: 767px) {
  .review h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding: 1.8rem 0 0;
  }
}
@media (max-width: 991px) {
  .review {
    padding-bottom: 0px;
  }
}

.quote {
  position: relative;
  height: clamp(850px, 85vh, 950px);
  background-image: url("../images/metal.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.quote .logo-img {
  width: 10rem;
  aspect-ratio: 1/1;
  top: 16rem;
  right: 10rem;
}
.quote .logo-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .quote .logo-img {
    right: 4rem;
  }
}
@media (max-width: 991px) {
  .quote .logo-img {
    width: 8rem;
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .quote .logo-img {
    right: 11rem;
  }
}
@media (max-width: 575px) {
  .quote .logo-img {
    width: 6rem;
    top: 12rem;
    right: 1.5rem;
  }
}
.quote.bg-1, .quote.bg-7, .quote.bg-6, .quote.bg-5, .quote.bg-4, .quote.bg-3, .quote.bg-2 {
  background-image: url("../images/bg3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 991px) {
  .quote.bg-1, .quote.bg-7, .quote.bg-6, .quote.bg-5, .quote.bg-4, .quote.bg-3, .quote.bg-2 {
    background-size: cover;
  }
}
.quote.bg-2 {
  background-image: url("./../../public/images/albaFactory1.webp");
}
@media (max-width: 1199px) {
  .quote.bg-2 {
    height: 80vh;
    background-position: 95% center;
  }
}
@media (max-width: 991px) {
  .quote.bg-2 {
    height: 70vh;
    background-position: 90% center;
  }
}
@media (max-width: 767px) {
  .quote.bg-2 {
    height: 50vh;
    background-position: 100% center;
  }
}
@media (max-width: 575px) {
  .quote.bg-2 {
    background-position: 22% center;
  }
}
.quote.bg-3 {
  background-image: url("./../../public/images/planting-trees.webp");
}
.quote.bg-4 {
  background-image: url("./../../public/images/oper-exc.webp");
}
.quote.bg-5 {
  background-image: url("./../../public/images/alba-steel.webp");
  background-position: top;
}
.quote.bg-6 {
  background-image: url("./../../public/images/training.webp");
}
.quote.bg-7 {
  background-image: url("./../../public/images/volunterism.webp");
}
@media (max-width: 991px) {
  .quote.bg-7 {
    background-position: 70% center;
  }
}
@media (max-width: 575px) {
  .quote {
    height: 76vh;
  }
}

.financial-statements {
  background-color: linear-gradient(180deg, #fefefe 0%, #fefefe 0.01%, #fefefe 0.02%, #fefefe 0.03%, #fefefe 0.04%, #fefefe 0.05%, #fefefe 0.06%, #fefefe 0.07%, #fefefe 0.08%, #fefefe 0.09%, #fefefe 0.1%, #fefefe 0.11%, #fefefe 0.12%, #fefefe 0.13%, #fefefe 0.14%, #fefefe 0.15%, #fefefe 0.16%, #fefefe 0.17%, #fefefe 0.18%, #fefefe 0.19%, #fefefe 0.2%, #fefefe 100%);
}
.financial-statements h2 {
  font-size: 3.3rem;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .financial-statements h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .financial-statements h2 {
    font-size: 2.3rem;
  }
}
.financial-statements .stat-row {
  row-gap: 2rem;
}
.financial-statements .download-wrapper {
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #ffffff;
  width: 100%;
}
.financial-statements .download-wrapper p, .financial-statements .download-wrapper .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-statements .download-wrapper li, .financial-statements .download-wrapper .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-statements .download-wrapper span {
  font-size: 2.8rem;
}
.financial-statements .download-wrapper p span, .financial-statements .download-wrapper .accordion .accordion-body ul li span, .accordion .accordion-body ul .financial-statements .download-wrapper li span, .accordion .accordion-body ul li .financial-statements .download-wrapper span span {
  font-weight: 300;
}
@media (max-width: 991px) {
  .financial-statements .download-wrapper p, .financial-statements .download-wrapper .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-statements .download-wrapper li, .financial-statements .download-wrapper .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-statements .download-wrapper span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .financial-statements .download-wrapper p, .financial-statements .download-wrapper .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-statements .download-wrapper li, .financial-statements .download-wrapper .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-statements .download-wrapper span {
    font-size: 2rem;
  }
}
.financial-statements .download-wrapper .btn.btn-link {
  border: 2px solid #ffffff;
  min-width: 5rem;
  min-height: 5rem;
}
.financial-statements .download-wrapper .btn.btn-link svg {
  color: #ffffff;
}
.financial-statements .download-wrapper .btn.btn-link {
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  padding: 0.4rem;
}
.financial-statements .download-wrapper .btn.btn-link:hover {
  background-color: #fff;
}
.financial-statements .download-wrapper .btn.btn-link:hover svg {
  fill: #0f6131;
}
@media (max-width: 575px) {
  .financial-statements .download-wrapper .btn.btn-link {
    min-width: 3.6rem;
    min-height: 3.6rem;
  }
}

.financial-highlight {
  min-height: 100vh;
  height: auto;
  background: url("./../../public/images/casthouse.webp") no-repeat center center;
  background-size: cover;
}
.financial-highlight .main-row {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .financial-highlight .main-row {
    padding-top: 2rem;
  }
}
.financial-highlight h2 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .financial-highlight h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.financial-highlight .bottom-cards {
  background-color: #01a358;
}
.financial-highlight .bottom-cards .large {
  font-size: 9.4rem;
}
.financial-highlight .bottom-cards .small {
  font-size: 1.982rem;
}
.financial-highlight .global-sales {
  width: 80%;
  margin: 0 auto;
}
.financial-highlight .global-sales img {
  width: 100%;
}
.financial-highlight .global-sales img.map-img {
  margin-bottom: -10rem;
}
@media (max-width: 575px) {
  .financial-highlight .global-sales img.map-img {
    margin-bottom: -4rem;
  }
}
.financial-highlight .global-sales img.circle-bg {
  max-width: 117.6rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .financial-highlight .global-sales img.circle-bg {
    width: 54rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .global-sales img.circle-bg {
    width: 30rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .global-sales {
    width: 100%;
  }
}
.financial-highlight .map-container .bubble-row {
  gap: 3.5rem;
  bottom: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.financial-highlight .map-container .bubble-row .bubble {
  width: 20rem;
  height: 20rem;
  background-color: rgb(255, 255, 255);
  z-index: 5;
  border-radius: 99rem;
  -webkit-border-radius: 99rem;
  -moz-border-radius: 99rem;
  -ms-border-radius: 99rem;
  -o-border-radius: 99rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1), inset -100px -100px 100px 77px rgba(0, 0, 0, 0.1);
}
.financial-highlight .map-container .bubble-row .bubble .region {
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .financial-highlight .map-container .bubble-row .bubble .region {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .map-container .bubble-row .bubble .region {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row .bubble .region {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .map-container .bubble-row .bubble .region {
    font-size: 0.7rem;
  }
}
.financial-highlight .map-container .bubble-row .bubble .value {
  font-size: 3.2rem;
}
@media (max-width: 1199px) {
  .financial-highlight .map-container .bubble-row .bubble .value {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .map-container .bubble-row .bubble .value {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row .bubble .value {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .map-container .bubble-row .bubble .value {
    font-size: 1rem;
  }
}
.financial-highlight .map-container .bubble-row .bubble.up {
  margin-bottom: 146px;
}
@media (max-width: 1920px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 145px;
  }
}
@media (max-width: 1399px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 106px;
  }
}
@media (max-width: 1199px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 89px;
  }
}
@media (max-width: 991px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 1rem;
  }
}
.financial-highlight .map-container .bubble-row .bubble.down {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row .bubble.down {
    margin-bottom: -32px;
    margin-left: 0px;
  }
}
@media (max-width: 1920px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 19rem;
    height: 19rem;
  }
}
@media (max-width: 1399px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 16rem;
    height: 16rem;
  }
}
@media (max-width: 1199px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 13rem;
    height: 13rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 10.5rem;
    height: 10.5rem;
    border: 4px solid #007e42;
  }
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 9.6rem;
    height: 9.6rem;
    border: 4px solid #007e42;
  }
}
@media (max-width: 575px) {
  .financial-highlight .map-container .bubble-row .bubble {
    width: 5.7rem;
    height: 5.7rem;
    border: 4px solid #007e42;
  }
}
@media (max-width: 1920px) {
  .financial-highlight .map-container .bubble-row {
    gap: 4.3rem;
  }
}
@media (max-width: 1399px) {
  .financial-highlight .map-container .bubble-row {
    gap: 2.1rem;
    bottom: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .financial-highlight .map-container .bubble-row {
    gap: 2.3rem;
    bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .map-container .bubble-row {
    gap: 0.9rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .map-container .bubble-row {
    gap: 1.1rem;
    bottom: 3.8rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .map-container .bubble-row {
    gap: 0.3rem;
    bottom: 3.4rem;
  }
}
.financial-highlight .text-data {
  width: 78%;
  margin: 0 auto;
  border-radius: 3rem;
  padding: 0.5rem 6rem;
  margin-top: 8rem;
}
.financial-highlight .text-data .perc {
  font-size: 7.3rem;
}
@media (max-width: 991px) {
  .financial-highlight .text-data .perc {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .text-data .perc {
    font-size: 3.55rem;
  }
}
.financial-highlight .text-data p, .financial-highlight .text-data .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-highlight .text-data li, .financial-highlight .text-data .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-highlight .text-data span {
  font-size: 2.6rem;
  line-height: 4.3rem;
}
@media (max-width: 1199px) {
  .financial-highlight .text-data p, .financial-highlight .text-data .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-highlight .text-data li, .financial-highlight .text-data .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-highlight .text-data span {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .text-data p, .financial-highlight .text-data .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-highlight .text-data li, .financial-highlight .text-data .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-highlight .text-data span {
    font-size: 2.1rem;
    line-height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .financial-highlight .text-data p, .financial-highlight .text-data .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-highlight .text-data li, .financial-highlight .text-data .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-highlight .text-data span {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 575px) {
  .financial-highlight .text-data p, .financial-highlight .text-data .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-highlight .text-data li, .financial-highlight .text-data .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-highlight .text-data span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .financial-highlight .text-data {
    padding: 0.5rem 4rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .financial-highlight .text-data {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1569px) {
  .financial-highlight {
    max-height: 100vh;
    min-height: auto;
  }
}
@media (max-width: 1399px) {
  .financial-highlight {
    background-color: black;
  }
}
@media (max-width: 991px) {
  .financial-highlight {
    background-size: auto 55%;
    background-color: #000;
    background-position: 30% top;
  }
}

.financial-div {
  margin-bottom: -23rem;
}
.financial-div .financial-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.financial-div .financial-tab .nav-item {
  flex: 1 1 0%;
  z-index: 2;
}
.financial-div .financial-tab .nav-item .nav-link {
  position: relative;
  border: none;
  background-color: #035e30;
  color: #ffffff;
  padding: 1rem;
  width: 22rem;
  height: 7.8rem;
}
.financial-div .financial-tab .nav-item .nav-link p, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-div .financial-tab .nav-item .nav-link li, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-div .financial-tab .nav-item .nav-link span {
  font-size: 1.4rem;
  text-transform: uppercase;
  min-width: 160px;
  min-height: 6.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .financial-div .financial-tab .nav-item .nav-link p, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-div .financial-tab .nav-item .nav-link li, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-div .financial-tab .nav-item .nav-link span {
    min-width: 94px;
    min-height: 6rem;
  }
}
@media (max-width: 767px) {
  .financial-div .financial-tab .nav-item .nav-link p, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li, .accordion .accordion-body ul .financial-div .financial-tab .nav-item .nav-link li, .financial-div .financial-tab .nav-item .nav-link .accordion .accordion-body ul li span, .accordion .accordion-body ul li .financial-div .financial-tab .nav-item .nav-link span {
    font-size: 1.1rem;
    min-width: 94px;
    min-height: 4.5rem;
  }
}
.financial-div .financial-tab .nav-item .nav-link .tab-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #035e30;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: all 0.35s ease;
}
.financial-div .financial-tab .nav-item .nav-link.active, .financial-div .financial-tab .nav-item .nav-link:hover {
  background-color: transparent;
}
.financial-div .financial-tab .nav-item .nav-link.active .tab-frame, .financial-div .financial-tab .nav-item .nav-link:hover .tab-frame {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  pointer-events: none;
}
.financial-div .financial-tab .nav-item .nav-link.active .tab-frame::before, .financial-div .financial-tab .nav-item .nav-link:hover .tab-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #76b340;
  border-radius: 10px;
  clip-path: polygon(0% 0%, 20% 0%, 20% 10%, 80% 10%, 80% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.financial-div .financial-tab .nav-item .nav-link.active .bottom-accent, .financial-div .financial-tab .nav-item .nav-link:hover .bottom-accent {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 8px;
  background: #76b340;
  z-index: 1;
}
.financial-div .financial-tab .nav-item .nav-link.active .tab-inner, .financial-div .financial-tab .nav-item .nav-link:hover .tab-inner {
  background: #ffffff;
  color: #004fa3;
}
@media (min-width: 1399px) {
  .financial-div .financial-tab .nav-item .nav-link {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .financial-div .financial-tab .nav-item .nav-link {
    width: 21.5rem;
  }
}
@media (max-width: 1199px) {
  .financial-div .financial-tab .nav-item .nav-link {
    width: 23rem;
  }
}
@media (max-width: 991px) {
  .financial-div .financial-tab .nav-item .nav-link {
    width: 33rem;
    height: 8.5rem;
    padding: 0.7rem;
  }
}
@media (max-width: 767px) {
  .financial-div .financial-tab .nav-item .nav-link {
    width: 100%;
    height: 7.5rem;
    padding: 0.7rem;
  }
}
@media (max-width: 1920px) {
  .financial-div .financial-tab .nav-item {
    flex: 1 1 18%;
  }
}
@media (max-width: 1399px) {
  .financial-div .financial-tab .nav-item {
    flex: initial;
  }
}
@media (max-width: 767px) {
  .financial-div .financial-tab .nav-item {
    flex: 1 1 40%;
  }
}
.financial-div .tab-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #000000;
  margin-top: 2rem;
}
.financial-div .tab-content .card {
  padding: 1.7rem;
}
.financial-div .tab-content h6 {
  font-size: 2.35rem;
  border-bottom: 2px solid #aebbd5;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .financial-div .tab-content h6 {
    font-size: 1.8rem;
  }
}
.financial-div .tab-content .config-data {
  border-bottom: 2px solid #aebbd5;
  min-height: 180px;
}
@media (max-width: 991px) {
  .financial-div .tab-content .config-data {
    min-height: 124px;
  }
}
.financial-div .tab-content .icon-img {
  width: 12rem;
  height: 12rem;
  margin-top: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .financial-div .tab-content .icon-img {
    width: 10rem;
    height: 9rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575px) {
  .financial-div .tab-content .icon-img {
    width: 9rem;
    height: 9rem;
  }
}
.financial-div .tab-content .large {
  font-size: 10rem;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .financial-div .tab-content .large {
    font-size: 7.4rem;
  }
}
@media (max-width: 991px) {
  .financial-div .tab-content .large {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .financial-div .tab-content .large {
    font-size: 5rem;
  }
}
@media (max-width: 575px) {
  .financial-div .tab-content .large {
    font-size: 4.6rem;
  }
}
.financial-div .tab-content .small {
  font-size: 2.4rem;
  line-height: 1.3;
}
.financial-div .tab-content .small .sm {
  min-height: 6rem;
}
.financial-div .tab-content .small .lg {
  min-height: 9rem;
}
@media (max-width: 1399px) {
  .financial-div .tab-content .small {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .financial-div .tab-content .small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .financial-div .tab-content .small {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .financial-div .tab-content .small {
    font-size: 1.6rem;
  }
}
.financial-div .tab-content .row {
  padding-top: 14rem;
  padding-bottom: 5rem;
}
.financial-div .tab-content .row .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .financial-div .tab-content .row {
    padding-top: 12rem;
  }
}
@media (max-width: 767px) {
  .financial-div .tab-content .row {
    padding-top: 12rem;
  }
}
.financial-div .tab-content .financial-row {
  row-gap: 40px;
}
.financial-div .tab-content .financial-row .data {
  border-right: 1px solid white;
}
@media (max-width: 991px) {
  .financial-div .tab-content .financial-row .data {
    border: 0;
  }
}
@media (max-width: 767px) {
  .financial-div .tab-content .financial-row {
    row-gap: 0;
  }
}
.financial-div img {
  width: 60%;
}
@media (max-width: 1199px) {
  .financial-div img {
    width: 40%;
  }
}

.empty-section {
  height: 21rem;
}
@media (max-width: 575px) {
  .empty-section {
    height: 10rem;
  }
}

.empty-section-black {
  height: 78vh;
  background-color: #000;
}
@media (max-width: 575px) {
  .empty-section-black {
    height: 80vh;
  }
}

.mobile-financial-card {
  top: 54rem;
}

@media screen and (max-width: 1549px) and (min-width: 1400px) {
  .financial-highlight .map-container .bubble-row {
    gap: 2rem;
  }
  .financial-highlight .map-container .bubble-row {
    bottom: 3.2rem;
  }
  .financial-highlight .map-container .bubble-row .bubble.up {
    margin-bottom: 129px;
  }
}
.chairman-image-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .chairman-image-wrapper {
    background-color: #d3dfd3;
  }
}

.chairman-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

.chapter h2 {
  font-size: 5.2rem;
  letter-spacing: -1px;
}
@media (max-width: 1399px) {
  .chapter h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1199px) {
  .chapter h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .chapter h2 {
    font-size: 2.5rem;
    margin-top: 0;
  }
}

.mission-vision-section .light-green-box {
  min-height: 340px;
  max-height: 440px;
}
.mission-vision-section .dark-green-box {
  position: relative;
  min-height: 290px;
  max-height: 440px;
  overflow: hidden;
}
.mission-vision-section .dark-green-box .dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 75, 42, 0.77) 0%, rgba(0, 58, 32, 0.78) 55%, rgba(0, 21, 11, 0.82) 100%);
  z-index: 1;
}
.mission-vision-section .dark-green-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .mission-vision-section .dark-green-box {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .dark-green-box {
    min-height: 290px;
  }
}
.mission-vision-section .right-content {
  position: absolute;
  top: 20%;
  right: 33%;
  z-index: 5;
}
.mission-vision-section .right-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mission-vision-section .right-content ul li {
  color: #85c200;
  font-size: 32px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .mission-vision-section .right-content ul li {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .right-content ul li {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .right-content ul li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .right-content {
    right: 11%;
  }
}
.mission-vision-section .bottom-image-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 991px) {
  .mission-vision-section .bottom-image-wrapper {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .bottom-image-wrapper {
    height: 45vh;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .bottom-image-wrapper {
    height: 33vh;
  }
}
.mission-vision-section .bottom-image-wrapper .jarallax-img {
  position: absolute;
  top: -10%; /* Pulls the image up to create safety padding for the parallax */
  left: 0;
  width: 100%;
  height: 130%; /* Extra height handles the travel distance without clipping */
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  /* Initial scale state */
  transform: scale(1.1) translate3d(0, 0, 0);
  will-change: transform;
}
.mission-vision-section .bottom-text {
  position: absolute;
  top: 7rem;
  left: 16rem;
  max-width: 522px;
  z-index: 5;
}
@media (min-width: 1920px) {
  .mission-vision-section .bottom-text {
    left: 27rem;
    top: 7rem;
  }
}
@media (max-width: 1920px) {
  .mission-vision-section .bottom-text {
    left: 27rem;
  }
}
@media (max-width: 1710px) {
  .mission-vision-section .bottom-text {
    left: 18rem;
  }
}
@media (max-width: 1549px) {
  .mission-vision-section .bottom-text {
    left: 14rem;
  }
}
@media (max-width: 1399px) {
  .mission-vision-section .bottom-text {
    left: 11rem;
  }
}
@media (max-width: 1280px) {
  .mission-vision-section .bottom-text {
    left: 8rem;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .mission-vision-section .bottom-text {
    left: 6rem;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .bottom-text {
    left: 2rem;
    top: 7rem;
    padding-right: 1rem;
  }
}
.mission-vision-section .bottom-text p, .mission-vision-section .bottom-text .accordion .accordion-body ul li, .accordion .accordion-body ul .mission-vision-section .bottom-text li, .mission-vision-section .bottom-text .accordion .accordion-body ul li span, .accordion .accordion-body ul li .mission-vision-section .bottom-text span {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .mission-vision-section .bottom-text p, .mission-vision-section .bottom-text .accordion .accordion-body ul li, .accordion .accordion-body ul .mission-vision-section .bottom-text li, .mission-vision-section .bottom-text .accordion .accordion-body ul li span, .accordion .accordion-body ul li .mission-vision-section .bottom-text span {
    font-size: 18px;
  }
}
.mission-vision-section .small-heading {
  color: #006837;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 400;
  max-width: 430px;
  margin-bottom: 10px;
  padding-block: 1rem;
}
@media (max-width: 1199px) {
  .mission-vision-section .small-heading {
    padding-inline: 6.5rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .small-heading {
    max-width: 100%;
    padding: 2rem 2rem;
    min-height: 14rem;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .small-heading {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 0;
    min-height: 14rem;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .small-heading {
    font-size: 18px;
    min-height: 19rem;
  }
}
.mission-vision-section .main-overlay .text-mask {
  overflow: hidden;
}
.mission-vision-section .main-overlay {
  position: absolute;
  top: clamp(70px, 20vw, 260px);
  left: 15rem;
  z-index: 8;
  width: 100%;
}
@media (min-width: 1920px) {
  .mission-vision-section .main-overlay {
    left: 27rem;
    top: 28rem;
  }
}
@media (max-width: 1920px) {
  .mission-vision-section .main-overlay {
    left: 27rem;
    top: 29rem;
  }
}
@media (max-width: 1710px) {
  .mission-vision-section .main-overlay {
    left: 18rem;
  }
}
@media (max-width: 1549px) {
  .mission-vision-section .main-overlay {
    left: 14rem;
  }
}
@media (max-width: 1399px) {
  .mission-vision-section .main-overlay {
    left: 11rem;
    top: 34rem;
  }
}
@media (max-width: 1280px) {
  .mission-vision-section .main-overlay {
    left: 8rem;
    top: 33rem;
  }
}
@media (max-width: 1199px) {
  .mission-vision-section .main-overlay {
    left: 7rem;
    top: 31rem;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .main-overlay {
    left: 3rem;
    top: 10rem;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .main-overlay {
    left: 3rem;
    top: 9rem;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .main-overlay {
    top: 14rem;
    left: 1rem;
  }
}
.mission-vision-section .main-overlay .main-text {
  gap: 22px;
  font-size: 12.5rem;
}
@media (max-width: 1399px) {
  .mission-vision-section .main-overlay .main-text {
    font-size: 8rem;
  }
}
@media (max-width: 1199px) {
  .mission-vision-section .main-overlay .main-text {
    font-size: 7rem;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .main-overlay .main-text {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .main-overlay .main-text {
    font-size: 5rem;
  }
}
.mission-vision-section .main-overlay .title-left {
  line-height: 0.88;
}
@media (max-width: 991px) {
  .mission-vision-section .main-overlay .title-left {
    line-height: 1.1;
  }
}
.mission-vision-section .main-overlay .vision {
  display: block;
  color: #004fa3;
  letter-spacing: -1px;
}
.mission-vision-section .main-overlay .mission {
  display: block;
  color: #00a1e4;
  letter-spacing: -1px;
}
.mission-vision-section .main-overlay .plus {
  font-size: 19rem;
  position: relative;
  color: #85c200;
  margin-bottom: 0;
  line-height: 0;
  top: -65px;
}
@media (max-width: 575px) {
  .mission-vision-section .main-overlay .plus {
    font-size: 9rem;
    top: 15px;
  }
}
.mission-vision-section .main-overlay .values {
  color: #fff;
  line-height: 0.9;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .mission-vision-section .main-overlay .values {
    margin-bottom: 0;
  }
}
.mission-vision-section .value-section .plus {
  font-size: 19rem;
  position: relative;
  color: #85c200;
  margin-bottom: 0;
  line-height: 0;
  top: -56px;
  z-index: 2;
}
@media (max-width: 991px) {
  .mission-vision-section .value-section .plus {
    font-size: 12rem;
    top: 8rem;
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .value-section .plus {
    font-size: 11rem;
    top: 4rem;
    left: 2rem;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .value-section .plus {
    font-size: 10rem;
    top: 7rem;
    left: 1rem;
  }
}
@media (max-width: 426px) {
  .mission-vision-section .value-section .plus {
    top: 8rem;
  }
}
.mission-vision-section .value-section .values {
  font-size: 12.5rem;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1199px) {
  .mission-vision-section .value-section .values {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .value-section .values {
    font-size: 5rem;
    left: 10rem;
    top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .mission-vision-section .value-section .values {
    font-size: 4rem;
    left: 9rem;
    top: 1rem;
  }
}
@media (max-width: 575px) {
  .mission-vision-section .value-section .values {
    font-size: 5rem;
    left: 7rem;
    top: 4.5rem;
  }
}
@media (max-width: 991px) {
  .mission-vision-section .value-section {
    display: flex;
    position: absolute;
    top: 50%;
  }
}

.hero-leaf-section-1 {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-leaf-section-1 img {
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  max-width: none;
}
@media (max-width: 991px) {
  .hero-leaf-section-1 img {
    left: 50%;
  }
}
.hero-leaf-section-1 .silver-leaf,
.hero-leaf-section-1 .green-leaf,
.hero-leaf-section-1 .shadow-part {
  width: 96rem;
  bottom: -39rem;
}
@media (max-width: 1399px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 89rem;
    bottom: -39rem;
  }
}
@media (max-width: 1199px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 80rem;
    bottom: -32rem;
  }
}
@media (max-width: 991px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 75rem;
    bottom: -25rem;
  }
}
@media (max-width: 767px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 56rem;
    bottom: -18rem;
  }
}
@media (max-width: 575px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 49rem;
    bottom: -12rem;
  }
}
@media (max-width: 361px) {
  .hero-leaf-section-1 .silver-leaf,
  .hero-leaf-section-1 .green-leaf,
  .hero-leaf-section-1 .shadow-part {
    width: 45rem;
    bottom: -8rem;
  }
}

.text-div {
  position: absolute;
  bottom: -1px;
  left: -12px;
  max-width: 100%;
  background-color: #fff;
}
.text-div h1 {
  padding-left: 10.5rem;
  padding-right: 13rem;
}
@media (min-width: 1921px) {
  .text-div h1 {
    padding-left: 23.5rem;
  }
}
@media (max-width: 1710px) {
  .text-div h1 {
    padding-left: 10.5rem;
  }
}
@media (max-width: 1600px) {
  .text-div h1 {
    padding-left: 6.5rem;
  }
}
@media (max-width: 1399px) {
  .text-div h1 {
    padding-left: 11.5rem;
  }
}
@media (max-width: 1199px) {
  .text-div h1 {
    padding-left: 4rem;
    padding-right: 8rem;
  }
}
@media (max-width: 992px) {
  .text-div h1 {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .text-div h1 {
    padding-left: 5rem;
    padding-right: 2rem;
  }
}
@media (max-width: 575px) {
  .text-div h1 {
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media (min-width: 1920px) {
  .text-div {
    max-width: calc(100% - 6rem);
  }
}
@media (max-width: 1399px) {
  .text-div {
    max-width: calc(100% - 6rem);
  }
}
@media (max-width: 1199px) {
  .text-div {
    max-width: calc(100% - 6rem);
  }
}
@media (max-width: 991px) {
  .text-div {
    left: -15px;
    max-width: calc(100% - 4rem);
  }
}
@media (max-width: 767px) {
  .text-div {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 575px) {
  .text-div {
    left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.arrow-down {
  bottom: 18%;
  left: 8%;
  z-index: 8;
}
.arrow-down img {
  width: 70px;
  height: 70px;
}
@media (min-width: 1549px) {
  .arrow-down {
    left: 23rem;
  }
}
@media (max-width: 767px) {
  .arrow-down {
    left: 50%;
    bottom: 15rem;
    transform: translate(-50%, 0) !important;
  }
}

.hero-arrow {
  bottom: 4%;
  left: 6%;
}
@media (max-width: 1199px) {
  .hero-arrow {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .hero-arrow {
    left: 14%;
  }
}

.scroll-top-wrapper {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.scroll-top-wrapper .scroll-top-btn img {
  width: 5rem;
  height: 5rem;
}

.key h6 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .key h6 {
    font-size: 2rem;
  }
}
.key h5, .key .row-h {
  font-size: 3rem;
}
@media (max-width: 1199px) {
  .key h5, .key .row-h {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .key h5, .key .row-h {
    font-size: 2.4rem;
  }
}
@media (max-width: 1399px) {
  .key .row-h {
    font-size: 2.6rem;
  }
}
@media (max-width: 1199px) {
  .key .row-h {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .key .row-h {
    font-size: 1.6rem;
  }
}
.key .row .divider {
  height: 4px;
  background-color: #0fad65;
}
.key .row .key-data {
  padding: 50px;
  background-color: #1d5ca9;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1199px) {
  .key .row .key-data {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .key .row .key-data {
    padding: 20px;
  }
}
.key .row .green {
  background-color: #14995d;
}
.key .row h2 {
  font-size: 8.9rem;
}
@media (max-width: 1399px) {
  .key .row h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .key .row h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .key .row h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .key .row h2 {
    font-size: 2.4rem;
  }
}
.key .row span {
  font-size: 2.05rem;
}
@media (max-width: 1199px) {
  .key .row span {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .key .row span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .key .row span {
    font-size: 1.6rem;
  }
}
.key .row .listing-span {
  font-size: 1.6rem !important;
}
.key .row p, .key .row .accordion .accordion-body ul li, .accordion .accordion-body ul .key .row li, .key .row .accordion .accordion-body ul li span, .accordion .accordion-body ul li .key .row span {
  font-size: 2.8rem;
}
@media (max-width: 1199px) {
  .key .row p, .key .row .accordion .accordion-body ul li, .accordion .accordion-body ul .key .row li, .key .row .accordion .accordion-body ul li span, .accordion .accordion-body ul li .key .row span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .key .row p, .key .row .accordion .accordion-body ul li, .accordion .accordion-body ul .key .row li, .key .row .accordion .accordion-body ul li span, .accordion .accordion-body ul li .key .row span {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .key .row p, .key .row .accordion .accordion-body ul li, .accordion .accordion-body ul .key .row li, .key .row .accordion .accordion-body ul li span, .accordion .accordion-body ul li .key .row span {
    font-size: 1.6rem;
  }
}
.key .row .dev {
  font-size: 3.4rem;
}
@media (max-width: 1199px) {
  .key .row .dev {
    font-size: 2.4rem;
  }
}
.key .row .dev-span {
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .key .row .dev-span {
    font-size: 1.6rem;
  }
}
.key .key-icon {
  width: 12rem;
  height: 12rem;
  border: 4px solid #037d41;
  padding: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .key .key-icon {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 991px) {
  .key .key-icon {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .key .key-icon {
    width: 8rem;
    height: 8rem;
  }
}
.key .dev-icon {
  width: 26rem;
  height: 20rem;
}
.key .dev-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .key .dev-icon {
    width: 26rem;
    height: 20rem;
  }
}
@media (max-width: 575px) {
  .key .dev-icon {
    width: 22rem;
    height: 17rem;
  }
}
.key .dev-icon-1 {
  width: 40rem;
  height: 18rem;
}
.key .dev-icon-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .key .dev-icon-1 img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.key .header-img {
  height: 8rem;
  width: 8rem;
}
@media (max-width: 1199px) {
  .key .header-img {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .key .header-img {
    width: 4rem;
    height: 4rem;
  }
}
.key .counter-text {
  font-size: 6.9rem !important;
}
@media (max-width: 1399px) {
  .key .counter-text {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 1199px) {
  .key .counter-text {
    font-size: 4.5rem !important;
  }
}
@media (max-width: 1199px) {
  .key .counter-text {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 991px) {
  .key .counter-text {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) {
  .key .counter-text {
    font-size: 2.4rem !important;
  }
}
.key .commision {
  background-color: #009150;
}
@media (max-width: 575px) {
  .key .commision {
    margin: 0;
  }
}
.key .over-ul {
  list-style-type: disc;
  color: #262626;
}
.key .over-ul.blue li::marker {
  color: #004fa3;
}
.key .over-ul li::marker {
  font-size: 1.5rem;
}
.key .over-ul .over-ul-list, .key .over-ul .over-ul-list-2 {
  list-style-type: circle;
  padding-left: 2rem;
}
.key .over-ul .over-ul-list li::marker, .key .over-ul .over-ul-list-2 li::marker {
  font-size: 2.05rem;
}
.key .over-ul .over-ul-list-2 li::marker {
  color: #007d42;
}
.key .over-ul .over-ul-list-3 {
  list-style: disc;
  padding-left: 2rem;
}
.key .over-ul .over-ul-list-3 li::marker {
  font-size: 2.05rem;
  color: #6da233;
}
.key ul li {
  font-size: 2.05rem;
  line-height: 3.2rem;
  text-align: justify;
  letter-spacing: -1px;
  padding-left: 1rem;
}
@media (max-width: 1199px) {
  .key ul li {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .key ul li {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .key ul li {
    line-height: 2.2rem;
    font-size: 1.5rem;
  }
}
.key ul li .achievements-nums {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.key ul li .achievements-nums .num {
  background-image: url("../../public/images/num-sq.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17rem;
  height: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #008f4e;
  font-weight: 700;
  font-size: 5rem;
}
@media (max-width: 1199px) {
  .key ul li .achievements-nums .num {
    width: 13rem;
    height: 13rem;
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .key ul li .achievements-nums .num {
    width: 8rem;
    height: 8rem;
    font-weight: 700;
    font-size: 2.4rem;
  }
}
.key ul li .achievements-nums p, .key .accordion .accordion-body ul li .achievements-nums li, .accordion .accordion-body .key ul li .achievements-nums li, .key .accordion .accordion-body ul li .achievements-nums span, .accordion .accordion-body .key ul li .achievements-nums span {
  color: #004fa3;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 2rem;
}
@media (max-width: 1199px) {
  .key ul li .achievements-nums p, .key .accordion .accordion-body ul li .achievements-nums li, .accordion .accordion-body .key ul li .achievements-nums li, .key .accordion .accordion-body ul li .achievements-nums span, .accordion .accordion-body .key ul li .achievements-nums span {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .key ul li .achievements-nums p, .key .accordion .accordion-body ul li .achievements-nums li, .accordion .accordion-body .key ul li .achievements-nums li, .key .accordion .accordion-body ul li .achievements-nums span, .accordion .accordion-body .key ul li .achievements-nums span {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.key ul li .achievements-nums p span, .key .accordion .accordion-body ul li .achievements-nums li span, .accordion .accordion-body .key ul li .achievements-nums li span, .key .accordion .accordion-body ul li .achievements-nums span span, .accordion .accordion-body .key ul li .achievements-nums span span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .key ul li .achievements-nums p span, .key .accordion .accordion-body ul li .achievements-nums li span, .accordion .accordion-body .key ul li .achievements-nums li span, .key .accordion .accordion-body ul li .achievements-nums span span, .accordion .accordion-body .key ul li .achievements-nums span span {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .key ul li .achievements-nums p span, .key .accordion .accordion-body ul li .achievements-nums li span, .accordion .accordion-body .key ul li .achievements-nums li span, .key .accordion .accordion-body ul li .achievements-nums span span, .accordion .accordion-body .key ul li .achievements-nums span span {
    font-size: 1.2rem;
  }
}
.key ul li .bg-gray-wrapper {
  background-color: #dde8df;
  padding: 5rem 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media (max-width: 575px) {
  .key ul li .bg-gray-wrapper {
    padding: 2rem 1rem;
  }
}
.key ul li .leaf-num {
  background-image: url("../../public/images/owe.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.8rem;
  width: 24rem;
  height: 14rem;
  padding: 0rem 4rem 2rem;
  margin: 0 auto;
}
.key ul li .leaf-num h4, .key ul li .leaf-num .message h5, .message .key ul li .leaf-num h5, .key ul li .leaf-num .message h6, .message .key ul li .leaf-num h6, .key ul li .leaf-num .message p, .message .key ul li .leaf-num p, .key .message .accordion .accordion-body ul li .leaf-num li, .message .accordion .accordion-body .key ul li .leaf-num li, .key .accordion .accordion-body ul li .leaf-num .message li, .accordion .accordion-body .key ul li .leaf-num .message li, .key .accordion .accordion-body ul .message li .leaf-num li, .accordion .accordion-body .key ul .message li .leaf-num li, .key .message .accordion .accordion-body ul li .leaf-num span, .message .accordion .accordion-body .key ul li .leaf-num span, .key .accordion .accordion-body ul li .leaf-num .message span, .accordion .accordion-body .key ul li .leaf-num .message span, .key .accordion .accordion-body ul li .message .leaf-num span, .accordion .accordion-body .key ul li .message .leaf-num span, .message .key ul li .leaf-num .row-h, .key ul li .leaf-num .message .row-h, .key .message ul li .leaf-num .row-h {
  font-size: 5rem;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 1199px) {
  .key ul li .leaf-num h4, .key ul li .leaf-num .message h5, .message .key ul li .leaf-num h5, .key ul li .leaf-num .message h6, .message .key ul li .leaf-num h6, .key ul li .leaf-num .message p, .message .key ul li .leaf-num p, .key .message .accordion .accordion-body ul li .leaf-num li, .message .accordion .accordion-body .key ul li .leaf-num li, .key .accordion .accordion-body ul li .leaf-num .message li, .accordion .accordion-body .key ul li .leaf-num .message li, .key .accordion .accordion-body ul .message li .leaf-num li, .accordion .accordion-body .key ul .message li .leaf-num li, .key .message .accordion .accordion-body ul li .leaf-num span, .message .accordion .accordion-body .key ul li .leaf-num span, .key .accordion .accordion-body ul li .leaf-num .message span, .accordion .accordion-body .key ul li .leaf-num .message span, .key .accordion .accordion-body ul li .message .leaf-num span, .accordion .accordion-body .key ul li .message .leaf-num span, .message .key ul li .leaf-num .row-h, .key ul li .leaf-num .message .row-h, .key .message ul li .leaf-num .row-h {
    font-size: 4rem;
  }
}
.key ul li .leaf-num p, .key .accordion .accordion-body ul li .leaf-num li, .accordion .accordion-body .key ul li .leaf-num li, .key .accordion .accordion-body ul li .leaf-num span, .accordion .accordion-body .key ul li .leaf-num span {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.key ul li .leaf-num p span, .key .accordion .accordion-body ul li .leaf-num li span, .accordion .accordion-body .key ul li .leaf-num li span, .key .accordion .accordion-body ul li .leaf-num span span, .accordion .accordion-body .key ul li .leaf-num span span {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .key ul li .leaf-num {
    width: 19rem;
    row-gap: 1.2rem;
    padding: 0rem 4rem 3rem;
  }
}
@media (max-width: 991px) {
  .key ul li .leaf-num {
    width: 22rem;
  }
}
@media (max-width: 575px) {
  .key ul li .leaf-num {
    row-gap: 0.6rem;
    width: 12rem;
    height: 8rem;
    padding: 0rem 1.8rem 0.6rem;
  }
  .key ul li .leaf-num h4, .key ul li .leaf-num .message h5, .message .key ul li .leaf-num h5, .key ul li .leaf-num .message h6, .message .key ul li .leaf-num h6, .key ul li .leaf-num .message p, .message .key ul li .leaf-num p, .key .message .accordion .accordion-body ul li .leaf-num li, .message .accordion .accordion-body .key ul li .leaf-num li, .key .accordion .accordion-body ul li .leaf-num .message li, .accordion .accordion-body .key ul li .leaf-num .message li, .key .accordion .accordion-body ul .message li .leaf-num li, .accordion .accordion-body .key ul .message li .leaf-num li, .key .message .accordion .accordion-body ul li .leaf-num span, .message .accordion .accordion-body .key ul li .leaf-num span, .key .accordion .accordion-body ul li .leaf-num .message span, .accordion .accordion-body .key ul li .leaf-num .message span, .key .accordion .accordion-body ul li .message .leaf-num span, .accordion .accordion-body .key ul li .message .leaf-num span, .message .key ul li .leaf-num .row-h, .key ul li .leaf-num .message .row-h, .key .message ul li .leaf-num .row-h {
    font-size: 2rem;
  }
  .key ul li .leaf-num p, .key .accordion .accordion-body ul li .leaf-num li, .accordion .accordion-body .key ul li .leaf-num li, .key .accordion .accordion-body ul li .leaf-num span, .accordion .accordion-body .key ul li .leaf-num span {
    font-size: 1rem;
  }
  .key ul li .leaf-num p span, .key .accordion .accordion-body ul li .leaf-num li span, .accordion .accordion-body .key ul li .leaf-num li span, .key .accordion .accordion-body ul li .leaf-num span span, .accordion .accordion-body .key ul li .leaf-num span span {
    font-size: 1rem;
  }
}
.key ul li .float-img {
  float: left;
  margin: 0 4.6rem 1.6rem 0;
  width: 16rem;
  height: auto;
  background: #ffffff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0.6rem;
  position: relative;
  min-height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key ul li .float-img img {
  max-height: 7rem;
}
@media (max-width: 1199px) {
  .key ul li .float-img img {
    max-height: 4rem;
  }
}
@media (max-width: 575px) {
  .key ul li .float-img img {
    max-height: 4rem;
  }
}
.key ul li .float-img .leaf {
  position: absolute;
  right: -2.2rem;
  top: -7.2rem;
  max-height: 10rem;
}
@media (max-width: 991px) {
  .key ul li .float-img .leaf {
    right: -1.6rem;
    top: -4.2rem;
    max-height: 7rem;
  }
}
@media (max-width: 575px) {
  .key ul li .float-img .leaf {
    right: -1.2rem;
    top: -3.2rem;
    max-height: 5rem;
  }
}
.key ul li .float-img::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 90%;
  left: 0;
  bottom: -1rem;
  background-color: #00af66;
}
@media (max-width: 1549px) {
  .key ul li .float-img {
    margin: 0 2.6rem 1.6rem 0;
    width: 14rem;
    padding: 1rem;
    min-height: 14rem;
  }
}
@media (max-width: 1399px) {
  .key ul li .float-img {
    margin: 0 2.6rem 1.6rem 0;
    width: 13rem;
    padding: 1rem;
    min-height: 13rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .float-img {
    margin: 0 2.6rem 1.6rem 0;
    width: 10rem;
    padding: 1rem;
    min-height: 10rem;
  }
}
@media (max-width: 575px) {
  .key ul li .float-img {
    margin: 0 2.6rem 1.6rem 0;
    width: 6rem;
    padding: 1rem;
    min-height: 6rem;
  }
}
.key ul li .message-wrapper {
  background-color: #e0e7df;
  font-size: 3.8rem;
  font-weight: 300;
  padding: 6rem 6rem 5rem;
  text-align: left;
  position: relative;
  line-height: 4.5rem;
  max-height: 66rem;
}
.key ul li .message-wrapper.message-wrapper-1 {
  font-size: 4.1rem;
  line-height: 5rem;
  letter-spacing: 1.2px;
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper.message-wrapper-1 {
    padding: 3.4rem 4rem 3.4rem 7rem;
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-1 {
    font-size: 3rem;
    line-height: 4rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper.message-wrapper-1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    padding: 4rem 2rem 4rem 6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-1 {
    font-size: 1.6rem;
    padding: 3rem 2rem 2rem 3rem;
    line-height: 2.5rem;
    margin-bottom: 5rem;
  }
}
.key ul li .message-wrapper.message-wrapper-2 {
  font-size: 4.1rem;
  line-height: 4.7rem;
  letter-spacing: 1px;
  padding: 7rem 4rem 6rem 5rem;
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper.message-wrapper-2 {
    padding: 7.4rem 5rem 3.4rem 4rem;
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-2 {
    font-size: 3rem;
    line-height: 4rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper.message-wrapper-2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    padding: 4rem 2rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-2 {
    font-size: 1.6rem;
    padding: 3rem 2rem 2rem 3rem;
    line-height: 2.5rem;
  }
}
.key ul li .message-wrapper.message-wrapper-3 {
  font-size: 3.3rem;
  line-height: 4rem;
  letter-spacing: 0px;
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper.message-wrapper-3 {
    padding: 7.4rem 5rem 3.4rem 4rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-3 {
    max-height: 70rem;
    font-size: 2.8rem;
    line-height: 4rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper.message-wrapper-3 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    padding: 4rem 2rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-3 {
    font-size: 1.6rem;
    padding: 3rem 2rem 2rem 3rem;
    line-height: 2.5rem;
  }
}
.key ul li .message-wrapper.message-wrapper-4 {
  line-height: 5rem;
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-4 {
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-4 {
    line-height: 2.5rem;
  }
}
.key ul li .message-wrapper.message-wrapper-5 {
  font-size: 6.2rem;
  line-height: 7.5rem;
  letter-spacing: 0.8px;
  font-weight: normal;
  color: #037d41;
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper.message-wrapper-5 {
    padding: 6.4rem 3rem 5.4rem 7rem;
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-5 {
    font-size: 4.4rem;
    line-height: 5rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper.message-wrapper-5 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    padding: 4rem 8rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-5 {
    font-size: 2rem;
    padding: 3rem 3rem 2rem 3rem;
    line-height: 2.4rem;
  }
}
.key ul li .message-wrapper.message-wrapper-6 {
  font-size: 6rem;
  line-height: 6.6rem;
  letter-spacing: 1.2px;
  color: #037d41;
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper.message-wrapper-6 {
    padding: 6.4rem 3rem 5.4rem 7rem;
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper.message-wrapper-6 {
    font-size: 4.4rem;
    line-height: 5rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper.message-wrapper-6 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    padding: 4rem 8rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.message-wrapper-6 {
    font-size: 2rem;
    padding: 3rem 3rem 2rem 3rem;
    line-height: 2.4rem;
  }
}
.key ul li .message-wrapper .quote-icon {
  width: 4rem;
  height: 4rem;
}
.key ul li .message-wrapper .quote-icon.quotes-down {
  left: 1.5rem;
  top: 2rem;
}
@media (max-width: 991px) {
  .key ul li .message-wrapper .quote-icon.quotes-down {
    left: 1rem;
    top: 1rem;
  }
}
.key ul li .message-wrapper .quote-icon.quotes-up {
  right: 4rem;
  bottom: 5rem;
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper .quote-icon.quotes-up {
    right: 3rem;
    bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper .quote-icon.quotes-up {
    right: 3rem;
    bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper .quote-icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper .quote-icon {
    width: 2rem;
    height: 2rem;
  }
}
.key ul li .message-wrapper.green-triangle {
  background: #e0e7df;
}
.key ul li .message-wrapper.green-triangle::after {
  border-top: 60px solid #e0e7df;
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.green-triangle::after {
    border-top: 46px solid #e0e7df;
  }
}
.key ul li .message-wrapper.white-triangle {
  background: #ffffff;
  color: #006b3f;
}
.key ul li .message-wrapper.white-triangle::after {
  border-top: 60px solid #ffffff;
}
@media (max-width: 767px) {
  .key ul li .message-wrapper.white-triangle::after {
    border-top: 46px solid #ffffff;
  }
}
.key ul li .message-wrapper .intro {
  font-size: 2.8rem;
  line-height: 1.3;
}
.key ul li .message-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6rem;
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
}
@media (max-width: 767px) {
  .key ul li .message-wrapper::after {
    bottom: -4rem;
  }
}
@media (max-width: 1399px) {
  .key ul li .message-wrapper {
    padding: 5.4rem 3rem 5.4rem 6rem;
  }
}
@media (max-width: 1199px) {
  .key ul li .message-wrapper {
    font-size: 3rem;
    line-height: 4rem;
    padding: 6.4rem 5rem 3.4rem 5rem;
  }
}
@media (max-width: 991px) {
  .key ul li .message-wrapper {
    font-size: 2.8rem;
    line-height: 3.5rem;
    padding: 4rem 2rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .key ul li .message-wrapper {
    font-size: 1.6rem;
    padding: 3rem 2rem 2rem 3rem;
    line-height: 2.5rem;
  }
}
.key ul.list-unstyled {
  list-style-type: none;
}
.key ul.list-unstyled li {
  padding-left: 0rem !important;
}
.key .ordered-list {
  list-style: auto;
}
.key .ordered-list li::marker {
  color: #004fa3;
  font-weight: 600;
  font-size: 2.05rem;
}
@media (max-width: 767px) {
  .key .ordered-list li::marker {
    font-size: 1.6rem;
  }
}
.key .strength-data {
  font-size: 34px;
  line-height: 1.4;
  color: #007d42;
}
.key .strength-data img {
  width: 30rem;
}
@media (max-width: 767px) {
  .key .strength-data img {
    width: 20rem;
  }
}
.key .strength-data .aluminium-brand li {
  background-color: #007d42;
  color: white;
  padding: 1rem 2rem !important;
  letter-spacing: 1px;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .key .strength-data .aluminium-brand li {
    padding: 1rem !important;
    font-size: 1.6rem;
  }
}
@media (max-width: 1399px) {
  .key .strength-data {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .key .strength-data {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .key .strength-data {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .key .strength-data {
    font-size: 18px;
  }
}
.key .injaz-bahrain {
  max-width: 46rem;
  height: 12rem;
}
.key .injaz-bahrain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .key .injaz-bahrain img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 575px) {
  .scroll-img-wrrapper {
    overflow: auto;
  }
  .scroll-img-wrrapper img {
    width: 200vw;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.share-section {
  padding: 2rem;
  background-color: #c8d9ca;
}
.share-section .share-card {
  background-color: #e2ebe2;
  border-radius: 2rem;
}
.share-section .share-card .top-div {
  padding: 3rem;
  border-radius: 2rem;
}
.share-section .share-card .top-div img {
  max-width: 28rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .share-section .share-card .top-div img {
    max-width: 20rem;
  }
}
@media (max-width: 991px) {
  .share-section .share-card .top-div {
    padding: 1rem;
  }
}
.share-section .share-card .bottom-div {
  padding: 2rem;
  min-height: 17rem;
}
.share-section .share-card .bottom-div h5, .share-section .share-card .bottom-div .key .row-h, .key .share-section .share-card .bottom-div .row-h {
  font-size: 5.5rem;
}
.share-section .share-card .bottom-div h5 span, .share-section .share-card .bottom-div .key .row-h span, .key .share-section .share-card .bottom-div .row-h span {
  font-size: 5.5rem;
}
@media (max-width: 1199px) {
  .share-section .share-card .bottom-div h5 span, .share-section .share-card .bottom-div .key .row-h span, .key .share-section .share-card .bottom-div .row-h span {
    font-size: 4.4rem;
  }
}
@media (max-width: 1199px) {
  .share-section .share-card .bottom-div h5, .share-section .share-card .bottom-div .key .row-h, .key .share-section .share-card .bottom-div .row-h {
    font-size: 4.4rem;
  }
}
@media (max-width: 1199px) {
  .share-section .share-card .bottom-div {
    min-height: 21rem;
  }
}
@media (max-width: 991px) {
  .share-section .share-card .bottom-div {
    padding: 1rem;
    min-height: 11rem;
  }
}

.icon-section {
  padding-top: 3rem;
}
.icon-section .icon-text {
  font-size: 2.4rem;
  margin-top: 6rem;
}
.icon-section .icon-text span {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .icon-section .icon-text span {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .icon-section .icon-text {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .icon-section .icon-text {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .icon-section .icon-text {
    text-align: left;
    max-width: 19rem;
    margin-top: 1rem;
  }
}
@media (max-width: 426px) {
  .icon-section .icon-text {
    max-width: 100%;
  }
}

.icon-box {
  text-align: center;
  position: relative;
  width: 21rem;
  min-height: 10rem;
  padding: 7rem 2rem 2.5rem;
  margin-top: 6rem;
  flex-shrink: 0;
}
.icon-box .clip-border {
  position: absolute;
  inset: 0;
  border: 4px solid #037d41;
  border-radius: 14px;
  clip-path: polygon(0% 0%, 22% 0%, 22% 5px, 78% 5px, 78% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.icon-box .icon-image {
  position: absolute;
  width: 11rem;
  min-height: 11rem;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -54%);
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-box .bottom-bar {
  position: absolute;
  width: 58px;
  height: 10px;
  background: #8cc740;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .icon-box {
    margin-top: 2rem;
  }
}
@media (max-width: 426px) {
  .icon-box {
    width: 100%;
  }
}

.icon-box-1 {
  text-align: center;
  position: relative;
  min-width: 21rem;
  max-width: 26rem;
  min-height: 30rem;
  padding: 8rem 1rem 2rem;
  margin-top: 6rem;
}
.icon-box-1 h2 {
  font-size: 30px;
}
.icon-box-1 h2 span {
  font-size: 44px;
}
.icon-box-1 h2 .percentage-prob {
  font-size: 44px;
}
.icon-box-1 p, .icon-box-1 .accordion .accordion-body ul li, .accordion .accordion-body ul .icon-box-1 li, .icon-box-1 .accordion .accordion-body ul li span, .accordion .accordion-body ul li .icon-box-1 span {
  font-size: 19px;
  font-weight: 400;
}
.icon-box-1 .clip-border {
  position: absolute;
  inset: 0;
  border: 4px solid #56b650;
  border-radius: 54px;
  clip-path: polygon(0% 0%, 22% 0%, 22% 5px, 78% 5px, 78% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.icon-box-1 .icon-image {
  position: absolute;
  width: 11rem;
  height: 11rem;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -54%);
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-box-1 .bottom-bar {
  position: absolute;
  width: 174px;
  height: 10px;
  background: #037d41;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}

.data-section h2 {
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .data-section h2 {
    font-size: 3.2rem;
  }
}
.data-section p, .data-section .accordion .accordion-body ul li, .accordion .accordion-body ul .data-section li, .data-section .accordion .accordion-body ul li span, .accordion .accordion-body ul li .data-section span {
  font-size: 2.4rem;
  color: #262626;
}
@media (max-width: 991px) {
  .data-section p, .data-section .accordion .accordion-body ul li, .accordion .accordion-body ul .data-section li, .data-section .accordion .accordion-body ul li span, .accordion .accordion-body ul li .data-section span {
    font-size: 1.8rem;
  }
}

.training-section .explain-title {
  margin-top: 6rem;
  font-size: 22.5px;
}
@media (max-width: 1199px) {
  .training-section .explain-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 575px) {
  .training-section .explain-title {
    line-height: 2.2rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 1199px) {
  .training-section .icon-box-1 p, .training-section .icon-box-1 .accordion .accordion-body ul li, .accordion .accordion-body ul .training-section .icon-box-1 li, .training-section .icon-box-1 .accordion .accordion-body ul li span, .accordion .accordion-body ul li .training-section .icon-box-1 span {
    font-size: 16px;
  }
  .training-section .icon-box-1 .bottom-bar {
    width: 126px;
  }
}
@media (max-width: 991px) {
  .training-section .icon-box-1 .bottom-bar {
    width: 174px;
  }
}
@media (max-width: 767px) {
  .training-section .icon-box-1 p, .training-section .icon-box-1 .accordion .accordion-body ul li, .accordion .accordion-body ul .training-section .icon-box-1 li, .training-section .icon-box-1 .accordion .accordion-body ul li span, .accordion .accordion-body ul li .training-section .icon-box-1 span {
    font-size: 18px;
  }
}

.certification-wrapper {
  border-radius: 24px;
  padding: 22px 20px 20px;
  background: #c8d1c7;
}
.certification-wrapper .certification-card .certification-title {
  font-size: 22px;
  font-weight: 700;
  color: #0047a8;
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .certification-wrapper .certification-card .certification-title {
    font-size: 18px;
  }
}
.certification-wrapper .certification-card .certification-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #0047a8;
  line-height: 1.2;
  margin-bottom: 16px;
}
.certification-wrapper .certification-grid-wrapper {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 16px;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
  min-height: 11.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 18px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  min-height: 11.5rem;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box span {
  font-size: 2rem;
}
@media (max-width: 1199px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box span {
    font-size: 16px;
  }
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
  /* top-left */
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.one {
  border-radius: 0 52px 0 52px;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
  /* top-right */
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.two {
  border-radius: 52px 0 52px 0;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
  /* bottom-left */
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.three {
  border-radius: 52px 0 52px 0;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
  /* bottom-right */
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.four {
  border-radius: 0 52px 0 52px;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.green-1 {
  background: #6da233;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.green-2 {
  background: #0cae4c;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.green-3 {
  background: #56b650;
}
.certification-wrapper .certification-grid-wrapper .certification-grid .cert-box.green-4 {
  background: #008c36;
}
@media (max-width: 1199px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .certification-wrapper .certification-grid-wrapper .certification-grid .cert-box {
    font-size: 16px;
    min-height: 7.2rem;
  }
}
@media (max-width: 991px) {
  .certification-wrapper {
    padding: 22px 14px 20px;
  }
}

.sustainability-section {
  padding: 40px 15px;
}
.sustainability-section .sustainability-wrapper {
  background: #c8d2c6;
  border-radius: 10px;
}
.sustainability-section .sustainability-wrapper .info-block {
  padding: 2rem 0;
}
.sustainability-section .sustainability-wrapper .info-block .top-div {
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .sustainability-section .sustainability-wrapper .info-block .top-div {
    padding: 0 1.5rem;
  }
}
.sustainability-section .sustainability-wrapper .info-block .top-label {
  position: relative;
  height: 70px;
  margin-bottom: 18px;
}
.sustainability-section .sustainability-wrapper .info-block .top-label .icon-circle {
  width: 70px;
  height: 70px;
  top: 0;
  left: 30px;
  z-index: 2;
}
@media (max-width: 575px) {
  .sustainability-section .sustainability-wrapper .info-block .top-label .icon-circle {
    width: 54px;
    height: 54px;
    left: 10px;
    top: 8px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .top-label .label-pill {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
  padding: 10px 18px 10px 110px;
}
.sustainability-section .sustainability-wrapper .info-block .top-label .label-pill span {
  font-size: 2.2rem;
}
@media (max-width: 1399px) {
  .sustainability-section .sustainability-wrapper .info-block .top-label .label-pill span {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .sustainability-section .sustainability-wrapper .info-block .top-label .label-pill span {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .sustainability-section .sustainability-wrapper .info-block .top-label .label-pill {
    padding: 10px 18px 10px 66px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .description,
.sustainability-section .sustainability-wrapper .info-block .foot-note {
  font-size: 20.5px;
  color: #333333;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .sustainability-section .sustainability-wrapper .info-block .description,
  .sustainability-section .sustainability-wrapper .info-block .foot-note {
    font-size: 18px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .row {
  margin-bottom: 24px;
}
.sustainability-section .sustainability-wrapper .info-block .stat-card {
  background: #007d42;
  padding: 24px;
  min-height: 135px;
}
@media (max-width: 575px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-card {
    padding: 16px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .stat-top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sustainability-section .sustainability-wrapper .info-block .stat-top .stat-icon {
  width: 24rem;
  height: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-section .sustainability-wrapper .info-block .stat-top .stat-icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-icon {
    width: 11rem;
    height: 10.5rem;
  }
}
@media (max-width: 991px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-icon {
    width: 18rem;
    height: 10.5rem;
  }
}
@media (max-width: 575px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-icon {
    width: 10rem;
    height: 9.5rem;
  }
}
.sustainability-section .sustainability-wrapper .info-block .stat-top .stat-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-title {
    font-size: 20px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .stat-top .stat-title-1 {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-title-1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-top .stat-title-1 {
    font-size: 28px;
  }
}
.sustainability-section .sustainability-wrapper .info-block .stat-value {
  font-size: 8rem;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media (max-width: 1199px) {
  .sustainability-section .sustainability-wrapper .info-block .stat-value {
    font-size: 6rem;
  }
}
.sustainability-section .sustainability-wrapper .info-block .stat-unit {
  font-size: 18px;
}
.sustainability-section .sustainability-wrapper .info-block .stat-compare {
  font-size: 16px;
}

.data-card-2 {
  position: relative;
  border: 4px solid #8cc740;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 6rem;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: calc(100% - 12rem);
}
@media (max-width: 1199px) {
  .data-card-2 {
    padding: 2rem 3rem;
  }
}
@media (max-width: 991px) {
  .data-card-2 {
    max-width: calc(100% - 2rem);
    min-height: 17rem;
  }
}
@media (max-width: 575px) {
  .data-card-2 {
    padding: 1rem;
    min-height: 13rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
  }
  .data-card-2 .data {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
.data-card-2.right {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
.data-card-2.right::before {
  right: -87px;
}
@media (max-width: 1399px) {
  .data-card-2.right::before {
    top: 88px;
  }
}
@media (max-width: 991px) {
  .data-card-2.right::before {
    right: -80px;
    top: 75px;
  }
}
@media (max-width: 575px) {
  .data-card-2.right::before {
    right: -69px;
  }
}
@media (max-width: 575px) {
  .data-card-2.right {
    border-radius: 20px;
  }
}
.data-card-2.left {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}
.data-card-2.left::before {
  left: 0px;
  top: 45%;
}
@media (max-width: 1399px) {
  .data-card-2.left::before {
    top: 88px;
    width: 90px;
    height: 90px;
  }
}
.data-card-2::before {
  content: "";
  position: absolute;
  top: 47%;
  transform: translate(-44px, -45px);
  width: 100px;
  height: 96px;
  background: #004fa3;
  z-index: 1;
}
@media (max-width: 1399px) {
  .data-card-2::before {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .data-card-2::before {
    width: 93px;
    height: 98px;
  }
}
@media (max-width: 575px) {
  .data-card-2::before {
    height: 86px;
    width: 70px;
    height: 70px;
    top: 68px;
  }
}
.data-card-2 .value-main {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: bold;
}
.data-card-2 .value-main .value-2 {
  font-size: 3.5rem;
}
@media (max-width: 1199px) {
  .data-card-2 .value-main .value-2 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .data-card-2 .value-main {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .data-card-2 .value-main {
    font-size: 6rem;
  }
}
@media (max-width: 575px) {
  .data-card-2 .value-main {
    font-size: 3rem;
  }
}
.data-card-2 .value-sub {
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .data-card-2 .value-sub {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .data-card-2 .value-sub {
    font-size: 1.4rem;
  }
}
.data-card-2 .value-sub-1 {
  font-size: 2.4rem;
}
@media (max-width: 1399px) {
  .data-card-2 .value-sub-1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .data-card-2 .value-sub-1 {
    font-size: 1.4rem;
  }
}
.data-card-2 .top-title {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 348px;
  text-align: center;
  transform: translateX(-50%);
  z-index: 5;
  background: #f3f3f3;
  border: 3px solid #8cc63f;
  border-radius: 8px;
  padding: 4px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #007D42;
  white-space: nowrap;
}
.data-card-2 .right-cap {
  position: absolute;
  right: -8px;
  top: 44px;
  width: 12px;
  height: 120px;
  background: #8cc740;
}
@media (max-width: 1199px) {
  .data-card-2 .right-cap {
    top: 28px;
    height: 110px;
  }
}
.data-card-2 .left-cap {
  position: absolute;
  left: -8px;
  top: 37px;
  width: 12px;
  height: 120px;
  background: #8cc740;
}
@media (max-width: 1199px) {
  .data-card-2 .left-cap {
    top: 28px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .data-card-2 .left-cap {
    top: 28px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .data-card-2 .left-cap {
    top: 22px;
    height: 72px;
  }
}
.data-card-2 .data-icon {
  position: absolute;
  top: 40px;
  width: 100px;
  z-index: 4;
}
.data-card-2 .data-icon.right {
  right: -49px;
}
@media (max-width: 575px) {
  .data-card-2 .data-icon.right {
    right: -28px;
    top: 22px;
  }
}
.data-card-2 .data-icon.left {
  left: -49px;
}
@media (min-width: 1920px) {
  .data-card-2 .data-icon {
    top: 50px;
  }
}
@media (max-width: 1920px) {
  .data-card-2 .data-icon {
    width: 104px;
    transform: translate(-2%, 8%) !important;
  }
}
@media (max-width: 1399px) {
  .data-card-2 .data-icon {
    width: 90px;
    top: 34px;
  }
}
@media (max-width: 991px) {
  .data-card-2 .data-icon {
    width: 100px;
    top: 20px;
  }
}
@media (max-width: 575px) {
  .data-card-2 .data-icon {
    width: 72px;
  }
}

.hosted-list .row {
  background-color: #c7d6c8;
}
.hosted-list .row .host-img {
  position: relative;
  max-width: 52rem;
  width: 100%;
  margin: -2.4rem auto 0;
  text-align: center;
}
.hosted-list .row .host-img img {
  width: 100%;
  display: block;
}
.hosted-list .row .host-img .icon-trainee {
  position: absolute;
  width: 9rem;
  height: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.hosted-list .row .host-img .icon-trainee.icon-1 {
  top: 14%;
  left: 51%;
  transform: translateX(-50%);
}
.hosted-list .row .host-img .icon-trainee.icon-2 {
  left: 11%;
  bottom: 6%;
}
@media (max-width: 1920px) {
  .hosted-list .row .host-img .icon-trainee.icon-2 {
    left: 11%;
    bottom: 6%;
  }
}
@media (max-width: 991px) {
  .hosted-list .row .host-img .icon-trainee.icon-2 {
    left: 14%;
    bottom: 7%;
  }
}
@media (max-width: 767px) {
  .hosted-list .row .host-img .icon-trainee.icon-2 {
    left: 14%;
    bottom: 7%;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .host-img .icon-trainee.icon-2 {
    left: 17%;
    bottom: 11%;
  }
}
.hosted-list .row .host-img .icon-trainee.icon-3 {
  right: 10%;
  bottom: 6%;
}
@media (max-width: 1920px) {
  .hosted-list .row .host-img .icon-trainee.icon-3 {
    right: 10%;
    bottom: 6%;
  }
}
@media (max-width: 991px) {
  .hosted-list .row .host-img .icon-trainee.icon-3 {
    right: 11%;
    bottom: 7%;
  }
}
@media (max-width: 767px) {
  .hosted-list .row .host-img .icon-trainee.icon-3 {
    right: 11%;
    bottom: 8%;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .host-img .icon-trainee.icon-3 {
    right: 13%;
    bottom: 11%;
  }
}
.hosted-list .row .host-img .center-data {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
@media (max-width: 1199px) {
  .hosted-list .row .host-img {
    margin-top: -1.4rem;
  }
}
@media (max-width: 991px) {
  .hosted-list .row .host-img {
    margin-top: -1.4rem;
    max-width: 42rem;
  }
  .hosted-list .row .host-img .icon-trainee {
    width: 7rem;
    height: 7rem;
  }
  .hosted-list .row .host-img .center-data {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .hosted-list .row .host-img {
    max-width: 34rem;
  }
  .hosted-list .row .host-img .icon-trainee {
    width: 5.5rem;
    height: 5.5rem;
  }
  .hosted-list .row .host-img .icon-1 {
    top: 15%;
  }
  .hosted-list .row .host-img .center-data {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .host-img {
    max-width: 28rem;
  }
  .hosted-list .row .host-img .icon-trainee {
    width: 4rem;
    height: 4rem;
  }
  .hosted-list .row .host-img .center-data {
    width: 52%;
  }
}
@media (max-width: 361px) {
  .hosted-list .row .host-img {
    max-width: 22rem;
  }
  .hosted-list .row .host-img .icon-trainee {
    width: 3rem;
    height: 3rem;
  }
  .hosted-list .row .host-img .icon-1 {
    top: 14%;
  }
  .hosted-list .row .host-img .center-data {
    width: 56%;
  }
}
.hosted-list .row .data-no {
  font-size: 7rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hosted-list .row .data-no {
    font-size: 6rem !important;
  }
}
@media (max-width: 767px) {
  .hosted-list .row .data-no {
    font-size: 5rem !important;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .data-no {
    font-size: 3rem !important;
  }
}
.hosted-list .row h2 {
  font-size: 6.9rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hosted-list .row .center-text {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 767px) {
  .hosted-list .row .center-text {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .center-text {
    font-size: 1.4rem !important;
    letter-spacing: -1px;
  }
}
.hosted-list .row .gender-section {
  overflow: hidden;
  margin-bottom: 5rem;
}
.hosted-list .row .gender-section .gender-div {
  min-height: 18rem;
  background-color: #004fa3;
  padding: 1rem 2rem;
}
.hosted-list .row .gender-section .gender-div img {
  max-width: 10rem;
  height: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .hosted-list .row .gender-section .gender-div img {
    max-width: 8rem;
    height: 10rem;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .gender-section .gender-div img {
    max-width: 10rem;
    height: 14rem;
  }
}
.hosted-list .row .gender-section .gender-div h3 span {
  font-size: 7rem;
  line-height: 1;
  color: #8cc740;
}
@media (max-width: 767px) {
  .hosted-list .row .gender-section .gender-div h3 span {
    font-size: 5rem;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .gender-section .gender-div {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hosted-list .row .gender-section {
    flex-wrap: wrap;
  }
}

.learning-card-wrapper {
  position: relative;
  padding-left: 46px;
}
.learning-card-wrapper .icon-circle {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: #f7f7f7;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-35%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .learning-card-wrapper .icon-circle {
    width: 90px;
    height: 90px;
  }
}
.learning-card-wrapper .learning-card {
  position: relative;
  border: 3px solid #007d42;
  border-radius: 24px;
  min-height: 260px;
}
.learning-card-wrapper .learning-card::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 50%;
  background: #e8ede7;
  left: -3px;
  bottom: -3px;
  z-index: 1;
  border-top-right-radius: 90px;
}
.learning-card-wrapper .learning-card .top-section {
  height: 110px;
  padding-left: 70px;
  border-radius: 25px 25px 0 0;
}
.learning-card-wrapper .learning-card .top-section .hours-number span {
  font-size: 92px;
  line-height: 0.9;
}
@media (max-width: 1399px) {
  .learning-card-wrapper .learning-card .top-section .hours-number span {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .learning-card-wrapper .learning-card .top-section .hours-number span {
    font-size: 52px;
  }
}
.learning-card-wrapper .learning-card .top-section .hours-text {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .learning-card-wrapper .learning-card .top-section .hours-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .learning-card-wrapper .learning-card .top-section {
    padding-left: 0;
  }
}
.learning-card-wrapper .learning-card .content-section {
  padding: 26px 41px 32px 95px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .learning-card-wrapper .learning-card .content-section span {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .learning-card-wrapper .learning-card .content-section span {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .learning-card-wrapper .learning-card .content-section {
    padding: 20px 20px 20px 60px;
  }
}
.learning-card-wrapper .learning-card .green-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007d42;
  position: absolute;
  bottom: -9px;
  left: 52%;
  transform: translateX(-50%);
  z-index: 8;
}
@media (max-width: 767px) {
  .learning-card-wrapper {
    padding-left: 20px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 147rem;
  }
}/*# sourceMappingURL=main.css.map */