:root {
  --main-blue: #164b93;
  --main-gray: #58585a;
  --main-text-red: #d23738;
  --main-red: #e91c2e;
  --main-green: #3aaa48;
}

body {
  font-family: "Roboto", sans-serif;
}

.lottie-block {
  width: 100%;
}

.navbar {
  padding: 0 1rem;
  position: fixed;
  width: 100%;
  z-index: 10000;

  .navbar-brand {
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 0rem 0rem 0.5rem 0.5rem;
    max-width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 10000;

    img {
      width: 50%;
    }
  }

  .offcanvas {
    height: 800px;

    .menu-section {
      margin-top: 3rem;
    }

    .menu-number {
      font-size: 4rem;
      font-weight: 800;
      color: var(--main-blue);
      line-height: 1;
      margin-bottom: 0.5rem;
      letter-spacing: -1px;
    }

    .menu-title {
      font-size: 1.4rem;
      color: var(--main-gray);
      text-transform: uppercase;
      line-height: 1.15;
      font-weight: 300;
      letter-spacing: 0.5px;
    }

    .menu-title strong {
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--main-blue);
      line-height: 1;
      margin-bottom: 0.5rem;
      letter-spacing: -1px;
    }

    .menu-sub-list {
      list-style: none;
      padding: 0;
      margin-top: 1.25rem;
    }

    a {
      text-decoration: none;
    }

    .menu-sub-item {
      a {
        display: flex;
        justify-content: space-between;
        font-size: 0.95rem;
        color: var(--main-gray);
        padding: 0.35rem 0;
        font-weight: 400;
      }
    }

    .menu-sub-item.mt-4 {
      margin-top: 1.5rem;
    }
  }

  .navbar-toggler {
    border: none;

    .navbar-toggler-icon {
      font-size: 1.5rem;
      color: var(--main-gray);
    }
  }
}

.main-topic {
  display: flex;
  align-items: start;

  h2 {
    color: var(--main-blue);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0;

    span {
      color: var(--main-text-red);
    }
  }

  margin-bottom: 2rem;

  &::before {
    content: "";
    display: block;
    min-width: 30px;
    height: 40px;
    background-color: var(--main-red);

    border-radius: 0.5rem 0rem 0rem 0.5rem;
    margin-right: 0.7rem;
  }
}

footer {
  background-image: url("img/footer-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 45vh;

  .footer-txt-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;

    h1 {
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: 300;

      span {
        font-size: 6rem;
        display: block;
        font-weight: 800;
        margin-top: -1rem;
      }
    }
  }

  .collage-cont {
    display: flex;
    justify-content: center;
  }

  .credits-cont {
    color: #5778a6;

    display: flex;
    justify-content: end;

    .cred-row {
      align-items: end;

      p {
        a {
          text-decoration: underline;
          color: #5778a6;
        }
      }

      .cred-col {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center;

        p {
          color: white;

          a {
            color: white;
          }
        }

        .logo {
          width: 40%;
        }
      }
    }
  }
}

.hero-sec {
  height: 85vh;
  background-image: url("img/hero-banner-mob.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;

  .hero-txt-cont {
    text-align: center;
    margin-top: 10rem;

    h1 {
      color: var(--main-gray);
      text-transform: uppercase;
      font-size: 2.5rem;

      span {
        font-size: 6rem;
        display: block;
        font-weight: 800;
        margin-top: -1rem;
      }
    }

    h6 {
      font-weight: bold;
    }
  }

  a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-blue);
    transition: all 0.3s ease-in-out;

    i {
      font-weight: bold;
      font-size: 1.2rem;
      margin-right: 0.5rem;
    }
  }

  a:hover {
    color: black;
    transition: all 0.3s ease-in-out;
  }
}

.pre-intro-sec {
  padding: 2rem 0;

  p {
    color: var(--main-gray);
  }

  .text-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

.about-report-sec {
  padding: 3rem 0;

  p {
    font-weight: bold;
    color: var(--main-gray);
  }

  ol {
    color: var(--main-gray);

    li {
      font-weight: bold;
    }
  }

  p.blue {
    color: var(--main-blue);
  }
}

.scope-sec {
  padding: 3rem 0;

  .img-col {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scope-cont {
    padding: 1rem 0;

    h5 {
      color: var(--main-blue);
      font-weight: bold;
    }

    p {
      color: var(--main-gray);
    }

    .contacts-cont {
      .contact-cont {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;

        p {
          margin: 0;
        }

        .icon {
          background-color: #004c98;
          font-size: 1.5rem;
          margin-right: 0.5rem;
          padding: 0.5rem;
          width: 50px;
          height: 50px;
          border-radius: 0.5rem;
          text-align: center;

          i {
            color: white;
          }
        }

        a {
          text-decoration: none;
          color: var(--main-gray);
          transition: all 0.3s ease-in-out;

          &:hover {
            color: var(--main-blue);
            transition: all 0.3s ease-in-out;
          }
        }
      }

      .contact-cont:nth-child(2) .icon {
        background-color: #7bc2ab;
      }
    }
  }
}

.ceo-message-sec,
.ceo-message-page-banner {
  padding-top: 3rem;
  background-image: url("img/ceo-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  .main-topic {
    h2 {
      color: white;
    }
  }

  p {
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
  }

  .designation {
    color: white;
    margin-top: 2rem;

    h4 {
      font-weight: bold;
      font-size: 1.3rem;
      text-transform: uppercase;
      margin: 0;
    }

    p {
      font-size: 1rem;
      font-weight: normal;
      margin-bottom: 2rem;
    }
  }
}

.ceo-message-page-banner {
  /* height: 70vh; */

  p {
    font-size: 1.1rem;
  }

  .message-row {
    align-items: end;
  }
}

.ope-review-sec {
  background: none;

  .topic-custom-blue {
    color: #3e6091;
    line-height: 1.5;
  }

  .main-topic {
    h2 {
      color: var(--main-blue);
    }

    margin-top: 3.5rem;
  }

  span {
    color: #687db7;
    font-size: 2rem;
  }

  .description-bg-light-gray {
    background: #c6cadb;
  }
}

.topic-blue.tgreen {
  color: var(--main-green);
  font-weight: bold;
}

.env-swd-sec {
  .topic-blue {
    margin-top: 1rem;
  }

  .txt-red {
    color: red;
    font-weight: bold;
  }

  .icon-set {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .custom-width {
    width: 150px;
    margin-top: 30px;

    .box-lgreen {
      padding: 0.5rem;
      min-height: 170px;
    }
  }

  .custom-width img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.7rem;
  }

  .txt-ico1,
  .txt-ico2,
  .txt-ico3 {
    color: var(--main-blue);
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: bold;
    text-align: start;
  }

  .txt-ico2 {
    color: var(--main-green);
  }

  .txt-ico3 {
    color: var(--main-red);
  }

  .txt-topic {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--main-gray);
  }

  .petrol-con-row {
    display: flex;
    justify-content: start;
    margin-top: 3rem;
    flex-wrap: wrap;
    margin-left: 1rem;
    width: 100%;

    .pretrol-con-col {
      text-align: center;
      display: flex;

      .lottie-block {
        width: 150px;
        height: 150px;
      }
    }

    .con-col-txt {
      display: flex;
      flex-direction: column;
      margin-top: 1.5rem;
      margin-left: 1.5rem;
    }

    P,
    h2 {
      text-align: left;
      margin-left: 1rem;
      max-width: 200px;
    }
  }
}

.lab-prac-sec {
  .custom-blue-bg {
    background: #eef1f8;
  }

  .custom-blue-gradient-ii {
    background: linear-gradient(to right, #dee0ef 60%, #ffffff);
  }

  .txt-line-h {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;

    p {
      margin-bottom: 0;
    }

    h1 {
      margin-top: 0;
    }

    .txt-line-h-pack {
      width: 150px;
    }
  }

  .hero-collarge {
    display: flex;
    justify-content: space-around;
    max-height: 100px;
  }

  .txt-invisible {
    color: transparent;
  }

  .img-collarge {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .img-cont {
    height: 100%;
    width: 100%;
  }

  .intro-img-set {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .intro-img {
    overflow: hidden;
    height: 250px;
  }

  .intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .intro-img:nth-child(1) {
    flex: 1 1 100%;
  }

  .intro-img:nth-child(2),
  .intro-img:nth-child(3) {
    flex: 1 1 calc(50% - 5px);
  }

  .par-leave-txt {
    margin-left: 0.5rem;
    margin-right: 0.5rem;

    .topic-blue {
      font-size: 0.9rem;
    }

    h6 {
      font-size: 0.8rem;
    }

    h3 {
      font-size: 2rem;
    }
  }

  .custom-mt-n {
    margin-top: 3.5rem;
  }

  .custom-p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .g-max-h {
    max-height: 100px;
  }

  .row {
    .sub-topic-gradient {
      padding: 0;
      min-height: 100px;
      padding-left: 10rem;
    }

    .up-txt {
      margin-top: -1rem;
    }

    .topic-blue-mt {
      margin-top: 0;
    }

    .stat-label {
      font-size: 0.7rem;
    }

    .custom-mt {
      margin-top: 0.5rem;
    }
  }

  .ico-wrap {
    position: relative;

    .lottie-block {
      position: absolute;
      top: -2.3rem;
      width: 40%;
    }

    #lottie12 {
      top: -2.4rem;
    }
  }

  .chart-design {
    align-items: center;

    .txt-left {
      text-align: left;
    }

    .txt-right {
      text-align: right;
    }

    .topic-blue {
      font-size: 3rem;
      margin-bottom: -0.5rem;
    }
  }

  .mt-custom {
    margin-top: 5rem;
    margin-bottom: -3rem;
  }
}

.text-brand-blue {
  color: var(--main-blue);
}

.text-brand-red {
  color: var(--main-red);
}

.text-brand-gray {
  color: var(--main-gray);
}

.text-brand-green {
  color: var(--main-green);
}

/* --- Dashboard Container (Attrition Dashboard) --- */
.dashboard-container {
  border: 2px solid var(--main-red);
  padding: 30px;
  max-width: 950px;
  margin: 40px auto;

  .stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
  }

  .stat-desc {
    font-size: 0.8rem;
    line-height: 1.2;
    max-width: 160px;
    color: var(--main-gray);
  }

  .age-group-bar {
    background: linear-gradient(to right, #eaf3ea 0%, #ffffff 90%);
    padding: 8px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 25px 0 15px 0;
  }

  .bottom-stat-value {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
  }

  .bottom-stat-label {
    font-size: 0.8rem;
    color: var(--main-gray);
  }

  .divider-dashed {
    border-right: 1.5px dashed var(--main-green);
  }

  .gender-stat-val,
  .gender-stat-val-red {
    color: #53a9de;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
  }

  .gender-stat-val-red {
    color: #e91b2d;
  }

  .gender-stat-label {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-top: 10px;
    color: var(--main-gray);
  }

  .avatar-placeholder {
    width: 140px;
    height: auto;
  }
}

/* --- Charts & Images --- */
.lab-prac-chart {
  text-align: center;
}

.lab-prac-chart img {
  width: auto;
  height: 250px;
}

.stat-label {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.25;
  margin-bottom: 4px;
}

.stat-value {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ind-ass-sec {
  table {
    width: 100%;
    border-collapse: collapse;
  }

  td {
    border: 1px solid #a3a3a3;
    padding: 15px 20px;
    vertical-align: top;
    width: 50%;
  }

  .signature-row td {
    vertical-align: middle;
  }

  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .large-name {
    font-size: 18px;
    line-height: 1.2;
    color: #4b4b4b;
  }

  .signature-details {
    font-size: 11px;
    color: #6a6a6a;
    text-align: left;
    margin-left: 20px;
    line-height: 1.4;
  }

  .role-details {
    font-size: 13px;
    line-height: 1.5;
    color: #6a6a6a;
  }

  .role-details strong {
    color: #4b4b4b;
    font-weight: bold;
  }

  .site-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }

  .site-table th,
  .site-table td {
    padding: 15px 20px;
    text-align: left;
  }

  .site-table th {
    background: #797a7d;
    color: #ffffff;
    font-weight: bold;
    border: none;
  }

  .site-table td {
    border-bottom: 1px solid #d1d1d1;
    color: #4b4b4b;
    font-weight: normal;
  }

  .site-table th:first-child,
  .site-table td:first-child {
    width: 15%;
  }

  .site-table th:nth-child(2) {
    width: 40%;
  }

  .site-table th:nth-child(3) {
    width: 45%;
  }
}

.about-sagt-sec {
  padding: 3rem 0;

  .about-cont {
    background-color: #efeff7;
    border-radius: 2rem;
    position: relative;
    margin-bottom: 2rem;

    .content-wrapper {
      display: flex;

      .about-img-cont {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        background-color: #e91b2d;
        min-width: 105px;
        max-height: 105px;
        border-radius: 2rem;
      }

      .content {
        padding: 1rem;

        h5 {
          font-weight: bold;
          text-transform: uppercase;
        }
      }
    }

    .values-cont {
      display: flex;
      /* gap: 1rem; */
      justify-content: center;
      width: 100%;
      padding: 0 2rem;

      .value {
        text-align: center;

        p {
          font-size: 0.9rem;
        }
      }
    }
  }

  a {
    justify-self: end;
  }

  .bottom-cont {
    display: flex;
    justify-content: end;
    width: 100%;
  }
}

.read-more-btn {
  background-color: var(--main-red);
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;

  &:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--main-text-red);
  }
}

.khdty-sec {
  padding: 3rem 0;

  .key-highlights-carousel {
    .owl-item {
      .key-highlights-itm {
        border-radius: 2rem;
        overflow: hidden;
        height: 380px;

        .highlight-cont {
          height: 100%;
          text-decoration: none;

          p {
            color: white;
            text-transform: uppercase;
            background-color: var(--main-red);
            padding: 0.5rem 1rem;
            text-align: center;
            font-weight: bold;
            height: 100%;
          }
        }
      }
    }

    .owl-nav {

      .owl-prev,
      .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-40%);
        color: var(--main-blue);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;

        i {
          font-size: 2rem;
          font-weight: bold;
        }
      }

      .owl-prev {
        left: -100px;
      }

      .owl-next {
        right: -100px;
      }
    }
  }
}

.sus-hlghts-sec {
  padding: 3rem 0;

  .topic-cont {
    .main-topic {
      margin-bottom: 0;
    }

    p {
      margin-left: 2.5rem;
      text-transform: uppercase;
      font-weight: bold;
    }
  }

  .highlights-cont {
    margin-top: 2rem;

    .highlight-cont {
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      text-align: center;
      margin-bottom: 2rem;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;

      img {
        width: 45%;
      }

      p {
        margin-top: 0.5rem;
        font-size: 0.95rem;
        font-weight: bold;
        color: var(--main-blue);
        text-transform: uppercase;
      }

      &:hover {
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        transform: scale(1.05);
      }
    }
  }
}

.cg-sec {
  padding: 3rem 0;

  img {
    border-radius: 2rem;
  }

  p {
    color: var(--main-gray);
  }

  ul {
    li {
      margin-bottom: 0.5rem;

      a {
        text-decoration: none;
        text-transform: uppercase;
        color: var(--main-blue);
        font-weight: bold;
        font-size: 1.3rem;
        transition: all 0.3s ease-in-out;

        &:hover {
          text-decoration: underline;
          transition: all 0.3s ease-in-out;
        }
      }
    }

    li::marker {
      content: "▶  ";
      color: var(--main-blue);
    }
  }
}

.topic-blue,
.start-para-blue .topic-light-blue {
  color: var(--main-blue);
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.start-para-blue {
  text-transform: none;
  color: var(--main-blue);
}

.topic-light-blue {
  color: #687db7;
}

.page-banner-sec {
  padding-top: 10rem;
}

.inner-page-banner-sec {
  padding-top: 10rem;

  height: 50vh;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  .inner-cont {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
  }

  .main-topic {
    h2 {
      color: white;
      font-size: 2rem;

      span {
        color: white;
      }
    }

    margin-bottom: 5rem;

    &::before {
      height: 45px;
    }
  }
}

.img-cont {
  margin-top: 1rem;
  margin-bottom: 1rem;

  p {
    font-size: 0.9rem;
    font-style: italic;
    color: var(--main-gray);
    margin-top: 0.5rem;
  }
}

.sign-cont {
  text-align: start;
  margin-top: 2rem;

  img {
    margin-bottom: 0.5rem;
  }

  p {
    font-size: 0.9rem;
    color: var(--main-gray);
  }
}

.about-sagt-page.inner-page-banner-sec {
  background-image: url("img/about-bg.jpg");

  .main-topic {
    h2 {
      color: white;

      span {
        color: white;
      }
    }
  }
}

.about-sagt-page {
  .about-sagt-sec {
    .about-cont.vision {
      background-color: #d3d7eb;
    }

    .about-cont.purpose {
      background-color: #dceee7;
    }

    .about-cont.mission {
      background-color: #eeeeef;
    }

    .about-cont.values {
      background-color: #fdece5;
    }
  }
}

.khdty-page {

  .box-orange,
  .box-lgray,
  .box-lgreen {
    height: 100%;
  }
}

.bg-gradient-lgreen {
  background: linear-gradient(to right, #ebf3e7 60%, #ffffff);
}

.res-etg-int-bg-sec {
  background-image: url("img/about-img-2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 120vh;
}

.ned-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #edf6ec;
  padding: 0.8rem 0;

  .inner-cont {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;

    p {
      color: #39ab49;
      font-weight: bold;
      font-size: 1.6rem;
      margin-bottom: 0;
    }
  }

  p {
    font-size: 1.3rem;
  }
}

.mf-cont {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: #e6e5f0;
  margin: 0.5rem 0;

  .inner-cont {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    h4 {
      margin: 0;
      color: #4f4893;
    }

    p {
      margin: 0;
    }
  }
}

.mf-cont.orange {
  background-color: #f9e5e3;

  .inner-cont {
    h4 {
      color: #e84d42;
    }
  }
}

.key-element-topic {
  position: relative;

  img {
    position: absolute;
    top: 0;
    left: -10px;
    /* width: 7%; */
  }

  h5 {
    padding-left: 4rem;
    font-size: 1rem;
  }
}

.key-element-box {
  min-height: 80%;
}

.key-stake-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  img {
    width: 60%;
  }

  p {
    background-color: #6bb765;
    padding: 2rem;
    color: white;
    font-weight: bold;
    text-align: center;
    min-height: 150px;
    width: 100%;
  }
}

.env-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-height: 400px;
  margin-bottom: 1rem;

  .box-lgreen,
  .box-orange,
  .box-gray {
    width: 100%;
    min-height: 450px;
  }

  p {
    padding: 2rem;

    min-height: 150px;
    width: 100%;
  }
}

.age-cont {
  padding: 0.5rem;
  display: flex;
  background-color: #fdece5;

  .box {
    display: flex;
    flex-direction: column;
    margin: 0.3rem;

    .head {
      text-align: center;
      background-color: #fbc2b0;
      padding: 0.3rem;
    }

    h5 {
      text-align: center;
      background-color: #fcdccf;
      padding: 0.8rem;
    }
  }
}

/* Blue Theme Table */
.table-blue,
.table-blue-no-highlight,
.table-blue-col-highlight,
.table-green {
  width: 100%;

  h5 {
    color: #014c98;
  }

  thead {
    tr {
      background: white;
      color: #4b4c4d;
      text-align: end;

      th {
        background-color: var(--main-blue);
        color: white;
        text-align: end;
        padding: 0.5rem;
        font-weight: normal;
      }

      th:first-child {
        text-align: start;
      }
    }

    /* .pre-header-row {
      border-top: 1px dotted black;

      th:first-child {
        background: white;
      }

      th {
        background: #c3c9e3;
        padding: 0.4rem;
      }
    } */
  }

  /* tbody {
    .header-row {
      td {
        background: #014c98 !important;
        color: #fff;
        padding-top: 0.5rem;
      }

      border-bottom: 1px dotted black;
    }

    td {
      background: #fff;
      padding: 5px 10px;
      border-bottom: 1px dotted black;
    }

    .break-row {
      td {
        padding-top: 0.7rem;
      }
    }

    .highlight-row {
      font-weight: bold;
    }

    td:first-child {
      text-align: start;
    }

    td {
      padding: 0 0.2rem;
      text-align: end;
    }

    td:last-child {
      text-align: center;
    }
  }

  .default-cell {
    background: #fff;
    color: #4b4c4d;
    font-weight: normal;
  } */

  tbody {
    tr {
      td:first-child {
        text-align: start;
      }

      td {
        background-color: white;
        border-bottom: 1px dotted black;
        text-align: end;
        color: var(--main-gray);
        padding: 0.5rem;
      }
    }

    tr:last-child {
      td {
        font-weight: bold;
        background-color: #c3c9e3;
      }
    }
  }
}

.table-blue-no-highlight {
  tbody {
    tr:last-child {
      td {
        background-color: white;
        font-weight: normal;
      }
    }
  }
}

.table-blue-col-highlight {
  thead {
    tr {
      th {
        border-right: 1px solid white;
      }
    }
  }

  tbody {
    tr {
      td {
        border-right: 1px solid white;
        text-align: center;
      }

      td:last-child,
      td:nth-child(2) {
        background-color: #c3c9e3;
      }
    }

    tr:last-child {
      td {
        background-color: white;
        font-weight: normal;
      }

      td:last-child,
      td:nth-child(2) {
        background-color: #c3c9e3;
      }
    }
  }
}

.table-blue.table-1 {
  .pre-header-row {
    th {
      background: #c3c9e3;
      color: var(--main-gray);
    }

    th:first-child {
      background: white;
    }

    th:nth-child(3) {
      font-weight: 600;
    }
  }

  .highlight-row {
    background: #c3c9e3;
  }

  .header-row {
    td {
      background: var(--main-blue) !important;
      color: white;
    }
  }

  .content-row {
    .sub-topic-red {
      color: #e51d2d;
    }
  }

  tr {
    td:nth-child(3) {
      background: #c3c9e3;
      font-weight: 600;
    }
  }

  tbody {
    tr:last-child {
      td {
        background-color: white;
      }

      td:nth-child(3) {
        background: #c3c9e3;
      }
    }
  }
}

.dot-green,
.dot-red {
  width: 15px;
  height: 15px;
  background-color: #39ab49;
  border-radius: 50%;
  display: inline-block;
}

.dot-red {
  background-color: #e51d2d;
}

/* Green Theme Table */

.table-green {
  width: 100%;

  h5 {
    color: #39ab49;
  }

  thead {
    .pre-header-row {
      th {
        background: #c5dfbe;
      }
    }
  }

  tbody {
    .header-row {
      td {
        background: #39ab49 !important;
      }
    }
  }

  .default-cell {
    background: #fff;
    color: #4b4c4d;
    font-weight: normal;
  }
}

.table-green.table-1 {
  thead {
    tr {
      th {
        color: black;
      }

      th:nth-child(3) {
        font-weight: 600;
      }
    }

    .pre-header-row {
      th {
        background: #c5dfbe;
        color: var(--main-gray);
      }

      th:first-child {
        background: white;
      }

      th:nth-child(3) {
        font-weight: 600;
      }
    }
  }

  .header-row {
    td {
      color: white;
      font-weight: 600;
    }
  }

  tbody {
    tr:last-child {
      td {
        background-color: white;
        font-weight: normal;
      }

      td:nth-child(3) {
        background: #c5dfbe;
      }
    }
  }

  tr {
    td:nth-child(3) {
      background: #c5dfbe;
      font-weight: 600;
    }
  }
}

.table-green.table-2 {
  tr:nth-child(2) {
    background: #c5dfbe;
    font-weight: bold;
  }

  tr {
    td:nth-child(3) {
      background: #c5dfbe;
      font-weight: 600;
    }
  }
}

/* Red Theme Table */
.table-red {
  h4 {
    color: #e51d2d;
  }

  thead {
    tr {
      th {
        background: #e51d2d;
        color: #fff;
      }
    }
  }

  tbody {
    tr {
      td {
        border: 1px solid #286891;
        color: var(--main-gray);
        padding: 8px;
        vertical-align: top;
      }
    }
  }

  .default-cell {
    background: #fff;
    color: #4b4c4d;
    font-weight: normal;
  }
}

.table-red.table-1 {
  tr:nth-child(odd) {
    background: #fad5c8;
  }
}

.table-green-normal {
  width: 100%;

  thead {
    tr {
      th {
        background: #39ab49;
        color: #fff;
        font-weight: normal;
        padding: 0.5rem;
        border: 1px solid #816b52;
      }
    }
  }

  tbody {
    tr {
      td {
        border: 1px solid #816b52;
        color: var(--main-gray);
        padding: 8px;
        vertical-align: top;
      }
    }

    tr:nth-child(odd) {
      background: #dbead6;
    }
  }
}

.table-green-3 {
  width: 100%;

  h5 {
    color: #39ab49;
  }

  thead {
    tr {
      th {
        padding: 0.5rem;
        background: #39ab49;
        font-weight: normal;
        vertical-align: top;
        color: white;
        text-align: end;
        border-right: 1px solid white;
      }

      th:first-child {
        text-align: start;
      }
    }
  }

  tbody {
    tr {
      td:first-child {
        text-align: start;
      }

      td {
        text-align: end;
        border-bottom: 1px dotted var(--main-gray);
        padding: 0.5rem;
        color: var(--main-gray);
      }

      td:nth-child(2) {
        background: #e9f3e7;
      }
    }

    tr.no-highlight {
      td {
        background-color: white;
      }
    }

    tr.highlight-row {
      td {
        background-color: #a0cc99 !important;
        font-weight: bold;
      }
    }

    tr.l-highlight-row {
      td {
        background-color: #e9f3e7;
      }
    }
  }
}

.table-green-3.no-highlight {
  tbody {
    tr {
      td:nth-child(2) {
        background: none;
      }
    }
  }
}

/* Sub Topic Background Gradient */
.sub-topic-gradient,
.sub-topic-gradient-blue {
  background: linear-gradient(to right, #e0e0e0, #ffffff);
  padding: 1.2rem 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--main-gray);
}

.sub-topic-gradient-blue {
  background: linear-gradient(to right, var(--main-blue), #ffffff);
  color: white;
}

.sub-topic-gradient.text-red {
  color: var(--main-red);
}

/* Description Text Background */
.box-lblue,
.box-lgreen,
.box-lgray,
.box-gray,
.box-lred,
.box-orange,
.box-purple,
.box-blue,
.box-footer {
  background: #d3d7eb;
  padding: 15px;
  font-size: 16px;
}

.box-footer {
  background: #154b93;
  color: white;
  border: #6185b5 1px solid;

  .row {
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: center;
  }

  a {
    color: white;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
}

.box-lblue {
  background: #d5e7f6;
}

.box-lgreen {
  background: #d7e7d2;
}

.box-lgray {
  background: #eeeeef;
}

.box-gray {
  background: #c6cadb;
}

.box-lred {
  background: #fdece5;
}

.box-orange {
  background: #fad2c2;
}

.gbox {
  padding: 1.5rem 1rem;
  text-align: center;
  color: black;
  position: relative;
  min-height: 250px;
  margin-bottom: 1.5rem;

  img {
    position: absolute;
    top: -15px;
    left: 40%;
  }
}

.gbox.blue {
  background: linear-gradient(to bottom, #adc5dd, #ffffff);
}

.gbox.green {
  background: linear-gradient(to bottom, #a3d8aa, #ffffff);
}

.gbox.red {
  background: linear-gradient(to bottom, #f2939b, #ffffff);
}

.gbox.dgreen {
  background: linear-gradient(to bottom, #b2bfb3, #ffffff);
}

.gbox.gray {
  background: linear-gradient(to bottom, #adaeaf, #ffffff);
}

.rms-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;

  thead {
    tr {
      background: var(--main-blue);
      color: white;

      th {
        padding: 0.5rem !important;
        text-align: start;
        font-weight: normal;
        padding: 0.5rem 0;
        border-right: 1px solid white;
      }

      /* &:last-child {
        th {
          text-align: center;
        }
      } */
    }
  }

  tbody {
    tr {
      td:first-child {
        text-align: start;
        border-left: none;
      }

      td {
        border-bottom: 1px dotted #000;
        border-right: 1px solid #000;
        padding: 8px;
        text-align: left;
        vertical-align: top;

        .status-badge {
          min-width: 100px;
          width: fit-content;
          color: white;
          text-align: center;
          font-size: 0.9rem;
          font-weight: bold;
          border-radius: 1rem;
        }
      }

      td:last-child {
        border-right: none;
      }
    }
  }
}

.rms-badge {
  display: inline-block;
  padding: 0.5em 0.9em;
  width: 100%;
  font-weight: 700;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.status-ultra-high {
  background-color: #e73637;
}

.status-high {
  background-color: #fcb32e;
}

.status-medium {
  background-color: #fed28c;
}

.status-low {
  background-color: #50b053;
}

.status-insignificant {
  background-color: #3da4db;
}

.box-purple {
  background: #dee0ef;
}

.box-blue {
  background: #373184;
  color: white;
}

.box-green {
  background: #3aaa48;
  color: white;
  padding: 15px;
  font-size: 1.4rem;
}

/* Sub Titles without Background Gradient */
.sub-topic-blue {
  color: #0f5184;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-topic-gray {
  color: var(--main-gray);
  font-size: 18px;
  font-weight: 700;
}

.sub-topic-red {
  color: #e51d2d;
  font-size: 18px;
  font-weight: 700;
}

.sub-topic-green {
  color: #39ab49;
  font-size: 18px;
  font-weight: 700;
}

/* Final Table - GRI CONTENT INDEX */
.last-table-green {
  thead {
    tr {
      th {
        background: #175429;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        padding: 0.5rem;
      }
    }
  }

  tbody {
    tr {
      td {
        vertical-align: top;
        border-bottom: 1px dotted #000;
        color: var(--main-gray);
        padding: 0.5rem;
      }

      td.no-border {
        border: none;
      }
    }
  }

  .sub-topic-row {
    background: #587653;

    td {
      color: #fff;
    }
  }

  .l-highlight-row {
    background: #d4decf;
  }

  .content-row {
    background: #fff;
    padding: 5px 10px;
  }
}

.last-table-green.table-1 {
  tr:nth-child(3) {
    background: #d4decf;
  }
}

.mobile-box {
  height: fit-content;
}

.cred-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.social-icons {
  margin-bottom: 8px;
}

.social-icons ul {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.social-icons ul li a i {
  font-size: 20px;
}

@media (min-width: 992px) {

  .cred-text {
    align-items: start;
    margin-top: 0;
  }

  .mobile-box {
    height: 80%;
  }

  .env-swd-sec {
    .petrol-con-row {
      justify-content: space-between;
      margin-left: 0;

      .pretrol-con-col {
        width: 300px;
      }

      .lottie-block {
        width: 150px;
        height: auto;
      }
    }

    .custom-width {
      width: 200px;
      margin-top: 10px;

      .box-lgreen {
        min-height: 120px;
      }
    }
  }

  .txt-box {
    min-height: 450px;
  }

  .lab-prac-sec {
    .intro-img-set {
      gap: 15px;
    }

    .intro-img {
      height: 400px;
    }

    .intro-img:nth-child(1) {
      flex: 3;
    }

    .intro-img:nth-child(2),
    .intro-img:nth-child(3) {
      flex: 1;
    }

    .txt-line-h {
      gap: 0;

      .txt-line-h-pack {
        width: 100%;
      }
    }

    .custom-mt {
      margin-top: 3.5rem;
    }

    .custom-mt-n {
      margin-top: 0;
    }

    .custom-p {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .dashboard-container {
      .stat-value {
        font-size: 3.5rem;
      }

      .stat-desc {
        font-size: 1.1rem;
      }

      .age-group-bar {
        font-size: 1.1rem;
      }

      .bottom-stat-value {
        font-size: 3rem;
      }

      .bottom-stat-label {
        font-size: 1.1rem;
      }

      .gender-stat-val,
      .gender-stat-val-red {
        font-size: 3.5rem;
      }
    }

    .par-leave-txt {
      h6 {
        font-size: 1.4rem;
      }

      h3 {
        font-size: 3rem;
      }

      .topic-blue {
        margin-top: -1.5rem;
        font-size: 1.5rem;
      }
    }

    .row.up-txt {
      margin-top: -2rem;
    }

    .row {
      .sub-topic-gradient {
        max-height: 160px;
        padding-left: 13rem;
      }
    }

    .ico-wrap {
      .lottie-block {
        top: -2rem;
        width: 30%;
      }
    }

    .mt-custom {
      margin-top: 8rem;
    }
  }

  .main-topic {
    align-items: center;

    h2 {
      font-size: 2.5rem;

      span {
        margin-left: 0.5rem;
      }
    }
  }

  .inner-page-banner-sec {
    height: 80vh;

    .main-topic {
      h2 {
        font-size: 3rem;
      }
    }
  }

  .hero-sec {
    background-image: url("img/hero-banner.jpg");
    height: 100vh;

    .hero-txt-cont {
      h1 {
        font-size: 4rem;

        span {
          font-size: 8rem;
          margin-top: -2rem;
        }
      }
    }
  }

  footer {
    .footer-txt-cont {
      h1 {
        font-size: 3rem;
      }
    }

    .collage-cont {
      justify-content: end;

      .collage {
        width: 90%;
      }
    }

    .credits-cont {
      .cred-row {
        .cred-col {
          flex-direction: row;
          justify-content: end;
          align-items: end;
          margin-top: 0;
          margin-bottom: 0;
          text-align: start;

          .logo {
            width: 40%;
          }
        }
      }
    }
  }

  .ceo-message-sec {
    p {
      font-size: 2rem;
    }
  }

  .ned-cont {
    flex-direction: row;
    align-items: end;
    gap: 2rem;

    .inner-cont {
      flex-direction: row;
      align-items: end;

      p {
        margin-bottom: revert;
      }
    }
  }

  .m-topic-box {
    min-height: 400px;
  }

  .key-element-topic {
    img {
      top: -5px;
      left: -15px;
    }

    h5 {
      font-size: 1.25rem;
    }
  }

  .ceo-message-page-banner {
    .main-topic {
      margin-left: 5rem;
    }

    p {
      font-size: 1.5rem;
    }
  }

  .res-etg-int-bg-sec {
    height: 80vh;
  }

  .navbar {
    .offcanvas {
      height: 600px;
    }

    .navbar-brand {
      max-width: 230px;
      height: 130px;

      img {
        width: 80%;
      }
    }
  }

  .khdty-sec {
    .key-highlights-carousel {
      .owl-item {
        .key-highlights-itm {
          height: 400px;
        }
      }
    }
  }

  .ind-ass-sec {
    table {
      .signature-details {
        font-size: 14px;
      }

      .large-name {
        font-size: 36px;
      }

      .role-details {
        font-size: 15px;
      }
    }
  }
}

.collapsible-table .section-row {
  cursor: pointer;
}

.collapsible-table .section-row>* {
  position: relative;
}

.collapsible-table .section-row button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  gap: 0.5rem;
  padding: 0;
  text-align: left;
}

.collapsible-table .section-row button::before {
  border-bottom: 0.32em solid transparent;
  border-left: 0.44em solid currentColor;
  border-top: 0.32em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  transition: transform 160ms ease;
  width: 0;
}

.collapsible-table .section-row[aria-expanded="true"] button::before {
  transform: rotate(90deg);
}

.collapsible-table .section-row:focus-within {
  outline: 3px solid rgba(0, 0, 0, 0.2);
  outline-offset: -3px;
}

.collapsible-table .section-row+tr[hidden],
.collapsible-table tr[hidden] {
  display: none;
}