@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Archivo:400,700");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap");

html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  margin: auto !important;
}

h1 {
  color: #14382b;
  text-align: center;
  font-size: 48px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.92px;
}

h2 {
  font-family: Archivo;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.04em;
}

h4 {
  font-family: Archivo;
  line-height: 34px;
  letter-spacing: -0.04em;
  font-size: 24px;
}

.show-more-height {
  height: 32rem;
  overflow: hidden;
}

.loading-area {
  display: grid;
  place-items: center;
  height: 100vh;
  z-index: 9999999;
  position: absolute;
  width: 100%;
  background: #fff;
}

.loader div {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transform: scale(0);
  animation: animate 1.5s ease-in-out infinite;
  display: inline-block;
  margin: 0.5rem;
}

.loader div:nth-child(0) {
  animation-delay: 0s;
}

.loader div:nth-child(1) {
  animation-delay: 0.2s;
}

.loader div:nth-child(2) {
  animation-delay: 0.4s;
}

.loader div:nth-child(3) {
  animation-delay: 0.6s;
}

.loader div:nth-child(4) {
  animation-delay: 0.8s;
}

.loader div:nth-child(5) {
  animation-delay: 1s;
}

.loader div:nth-child(6) {
  animation-delay: 1.2s;
}

.loader div:nth-child(7) {
  animation-delay: 1.4s;
}

@keyframes animate {

  0%,
  100% {
    transform: scale(0.2);
    background-color: #0c553a;
  }

  40% {
    transform: scale(1);
    background-color: #1c7454;
  }

  50% {
    transform: scale(1);
    background-color: #14382b;
  }
}

.bdetail .hero img {
  width: 100%;
}

.bdetail .hero h2 {
  color: #14382b;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  /* 50.88px */
  letter-spacing: -1.92px;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin: 3rem 15rem;
}

.bdetail .content {
  margin: 0rem 15rem;
}

.bdetail .content .auther {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.bdetail .content .auther .name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 1rem;
}

.bdetail .content .auther .date {
  color: #707976;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 7px;
  margin-left: 1rem;
}

.bdetail .recent-posts {
  margin-top: 5rem !important;
}

.bdetail .recent-posts h2 {
  font-style: normal;
}

.bdetail .content .social {
  display: flex;
  align-items: center;
}

.bdetail .footer-social ul {
  display: inline-flex;
}

.bdetail .social ul {
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background: #fff;
  width: 244px;
  border-right: 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
}

.bdetail .social li {
  border-right: 1px solid #eaeaea;
  padding: 10px 20px;
}

.bdetail .social li img {
  width: 20px;
}

.marquee {
  overflow: hidden;
}

.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

.marquee-content-client {
  width: max-content;
  animation: client-scrolling 20s linear infinite;
}

.marquee-item {
  flex: 0 0 5vw;
  margin: 0 2vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100px;
  /* -webkit-filter: grayscale(100%); */
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
}

.marquee-item img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.award .marquee-item img {
  display: block;
  width: 100%;
  /*   padding: 0 20px; */
}

.award .marquee-item {
  flex: 0 0 10vw;
  margin: 0 1vw;
  /*   flex: 0 0 20vw; */
  /*   margin: 0 2vw; */
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-70vw);
  }
}

@keyframes client-scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

header {
  height: 108px;
}

header nav {
  height: 86px;
  box-shadow: 0px 1px 0px 0px #00000014;
}

header nav ul li a {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 0.9rem !important;
  color: #14382b !important;
}

header .top-header {
  background: #fdd095;
  width: 100%;
  text-align: center;
  position: fixed;
  /* z-index: 9999999999; */
}

a:hover {
  color: #14382b;
}

header .top-header h4 {
  color: #14382b;
  font-size: 14px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}

.top-header-close {
  position: absolute;
  right: 20px;
  top: 8px;
  cursor: pointer;
}

.hero .banner .background-img {
  width: 100%;
  max-width: 100%;
}

.hero .detail h1 {
  font-size: 55px;
  font-weight: 600;
  color: #14382b;
}

.hero .detail p {
  color: #707976;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5%;
}

.hero .detail {
  font-family: Archivo;
  position: absolute;
  text-align: left;
  width: 40%;
  top: 35%;
}

.hero .detail img {
  padding-right: 6px;
}

.hero .detail .btn-section {
  margin-top: 8%;
}

.hero .detail .btn-section .btn {
  margin-right: 2%;
}

.btn {
  border-radius: 6px;
  padding: 15px 40px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 250px;
}

.btn-dark {
  background: #1c7454;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.btn-dark:hover {
  color: #fff;
  background: #0c553a !important;
}

.btn-white {
  background: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  color: #14382b;
}

.btn-white:hover {
  background: #4c685e1c !important;
}

.hero .detail ul li {
  padding-top: 10px;
}

.client .card {
  border: 0px;
}

.title {
  /* display: inline-flex; */
  /* flex-direction: column; */
  /* width: 65%; */
  text-align: center;
}

.title h2 {
  color: #14382b;
  text-align: center;
  font-size: 48px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.92px;
}

.title h2 span {
  color: #81988e;
}

.title p {
  color: #707976;
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5rem !important;
}

.decarbonisation .life-cycle .box:hover {
  background: #ede8dda6 !important;
  color: #14382b !important;
  cursor: pointer;
}

.life-cycle,
.team,
.our-journey,
.founder-desk,
.experience,
.sec-env,
.pre-footer,
.about-company,
.life-minimac,
.infrastructure,
.joinus {
  margin-top: 10%;
}

.life-cycle .box {
  border-radius: 8px;
  background: #f9f7f3;
  text-align: left;
  padding: 25px;
  height: 410px;
}

.life-cycle .box:hover {
  background: #ede8dda6 !important;
  color: #fff !important;
  cursor: pointer;
}

/* .life-cycle .detail h3:hover, .life-cycle .detail p:hover {
  color: #fff !important;
} */

.life-cycle .box-dark {
  background: #ede8dd !important;
}

.life-cycle .detail {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 280px;
}

.life-cycle .detail h3 {
  color: #14382b;
  font-size: 32px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.64px;
}

.life-cycle .detail p {
  color: #707976;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8%;
  margin-top: 8%;
}

/* #moreBlog{display: none;} */
.life-cycle .detail .btn-services {
  padding: 8px 24px;
  border-radius: 6px;
  background: #14382b;
  color: #fff;
  width: 150px;
}

.life-cycle .detail .btn-services:hover,
.sec-env .detail .btn:hover {
  background: #0c553a;
}

.experience .title {
  display: inline-flex;
  width: 75%;
  flex-direction: column;
}

.experience .title h2 {
  font-size: 30px;
  line-height: 36px;
  /* margin-bottom: 3rem; */
}

.experience .counter h3 {
  color: #157b56;
  font-size: 80px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -3.2px;
}

.experience .counter p {
  color: #707976;
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.sec-env .detail {
  position: absolute;
  padding: 9rem 45rem 0 5rem;
}

.sec-env .detail h2 {
  color: #fff;
  font-size: 48px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.92px;
}

.sec-env .detail p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sec-env .detail .btn {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #14382b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.mantonia {
  margin-top: 5%;
}

.mantonia .detail {
  position: absolute;
  left: 38rem;
  right: 9rem;
  padding-top: 6%;
}

.mantonia .detail h2 {
  color: #14382b;
  font-size: 48px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.92px;
}

.mantonia .detail p {
  color: #707976;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.navbar-light .navbar-toggler {
  border: 0px;
  padding: 0;
}

.mantonia .detail .btn-dark {
  padding: 14px 32px;
  border-radius: 6px;
  background: #14382b;
  width: 180px;
}

/* .mantonia .detail {
  margin-top: 3%;
} */
.mantonia .detail .btn-white {
  padding: 14px 32px;
  border-radius: 6px;
  background: #fff;
  width: 180px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  margin-left: 2%;
}

footer .link li a:hover {
  text-decoration: underline;
}

.pre-footer .pre-footer-back {
  width: 100%;
}

.pre-footer .detail {
  position: absolute;
  padding-top: 6%;
  width: 50%;
}

.pre-footer .detail h2 {
  color: #14382b;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.92px;
}

.pre-footer .btn-dark {
  border-radius: 6px;
  background: #14382b;
  margin-left: 2%;
}

footer {
  background: #14382b;
  /* padding: 5rem 0rem 0rem 0rem; */
  color: #fff;
}

footer .footer-back {
  position: absolute;
}

footer .box {
  padding: 5rem 0rem 0rem 0rem;
}

footer .subscribe h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.96px;
  margin-bottom: 2%;
  position: relative;
  z-index: 2;
}

footer .subscribe .input-group {
  width: 25rem;
}

footer .subscribe input {
  /* width: 350px !important; */
  height: 45px !important;
  flex-shrink: 0;
  border-radius: 8px;
  /* opacity: 0.20000000298023224; */
  background: #ffffff38;
  border: 0;
}

footer .subscribe ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff98;
  opacity: 1;
  /* Firefox */
}

footer .subscribe button {
  color: #000;
  border: 0;
  background: #ffffff38;
}

footer .social {
  z-index: 99999999;
  position: relative;
}

footer .social li {
  padding-right: 10px;
}

footer .title {
  text-align: left;
}

footer h3 {
  color: #fff;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

footer .link li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 35px;
}

footer .copyright,
footer .footer-end-nav a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin-right: 13px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}

.about-us .banner .detail h1 {
  font-size: 45px;
}

.about-us .detail {
  top: 30%;
}

.about-us .btn-mision {
  padding: 8px 24px;
  font-weight: 600;
  background: #fff;
  color: #704f24;
}

.about-company h2 {
  color: #14382b;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -2.24px;
}

.about-company p {
  color: #707976;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.about-company .title-btn,
.founder-desk .title-btn,
.team .title-btn,
.infrastructure .title-btn {
  color: #157b56;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.56px;
  background: #eef6f4;
  /* display: flex; */
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin-left: 14%;
}

.founder-desk .details {
  position: absolute;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 50rem;
}

.founder-desk .details h2 {
  color: #fff;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -2.24px;
}

.founder-desk .details p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.team .team-box {
  border: 1px solid #ccc;
  box-shadow: 0px 2px 15px 1px rgb(212 215 214);
}

.team .team-box img {
  width: 100%;
}

.team .team-box .detail {
  padding: 1.1rem 1.1rem 0 01.8rem;
}

.team .team-box .detail h2 {
  color: #14382b;
  font-size: 1.5rem;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.03rem;
}

.team .team-box .detail p {
  color: #707976;
  font-size: 0.875rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.life-minimac {
  border-radius: 0.5rem;
  background: #f9f7f3;
}

.life-minimac .detail {
  padding: 40px;
}

.life-minimac h2 {
  color: #14382b;
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -0.14rem;
  margin-top: 2%;
}

.life-minimac p {
  margin-top: 2%;
  color: #707976;
  text-align: center;
  font-size: 1.125rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.infrastructure h2 {
  color: #14382b;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.08rem;
  max-width: 500px;
  margin-left: 14%;
}

.infrastructure p {
  color: #707976;
  font-size: 1.125rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  padding-top: 3.5rem;
  margin-right: 14%;
}

.joinus .joinus-back {
  max-width: 100%;
  width: 100%;
}

  .joinus .detail { 
      position: absolute;
    left: 5rem;
    padding-top: 3%;
}  


.joinus .detail .box {
      border-radius: 0.5rem;
    width: 42rem;
    height: 22.5rem;
    background: #fff;
    padding: 2.6875rem 2.3125rem 2.625rem 2.25rem;
    box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.04),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.06),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.08),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.09),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.11),
    0px 100px 80px 0px rgba(0, 0, 0, 0.15);
}

.joinus .detail h2 {
  color: #14382b;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.12rem;
}

.joinus .detail p {
  color: #707976;
  font-size: 1.125rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.joinus .detail .btn {
  border-radius: 0.375rem;
  background: #14382b;
}

.joinus .detail a img {
  padding-right: 6px;
}

.faq .detail {
  left: 10rem;
  padding-top: 3.4rem;
}

.faq .joinus {
  margin-top: 0;
}

.faq .detail .box {
  border-radius: 0;
  width: 48rem;
}

.faq .faq-title-btn {
  border-radius: 0.25rem;
  background: #fff7ec;
  padding: 0.5rem 1.5rem;
  border: 0px;
  font-weight: 600;
}

.faq .faq-resource h2 {
  color: #14382b;
  font-size: 2.5rem;
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.1rem;
  margin-top: 5%;
}

.faq .faq-resource .res-download-btn {
  border-radius: 0.375rem;
  background: #f8f6f2;
  width: 12.5rem;
  height: 3.5rem;
  padding: 0.8rem 2rem;
}

.faq .faq-resource .res-download-btn:hover {
  background: #ccc;
}

.faq .resource-box h4 {
  color: #14382b;
  font-size: 1.5rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}

.faq .resource-box p {
  color: #707976;
  font-size: 1.125rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.moms .hero p {
  padding: 0 5rem;
}

.moms .hero .mom-coin {
  display: none;
}

.moms .pre-footer {
  margin-top: 0;
}

.moms .pre-footer .detail {
  left: 8rem !important;
  right: 0 !important;
  text-align: left !important;
  width: 50% !important;
}

.case-studies .detail .box {
  border-radius: 0;
  width: 42rem;
  height: 22.5rem;
  background: #14382b;
  box-shadow: none;
  padding: 2.6875rem 2.3125rem 2.625rem 2.25rem;
}

.case-studies .detail h2 {
  color: #fff;
}

.case-studies .detail p {
  color: #ffffffab;
}

.case-studies .btn-white {
  background: #fff !important;
}

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

.contact-us {
  background-color: #f8f6f2;
}

.contact-us .banner img {
  width: 100%;
}

.contact-us .form-box {
  padding: 3rem 3rem 5rem 3rem;
  background: #fff;
  margin-top: 2rem;
  /* margin-bottom: 6rem; */
  border-radius: 6px;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(175, 171, 163, 0.03),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(175, 171, 163, 0.05),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(175, 171, 163, 0.06),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(175, 171, 163, 0.07),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(175, 171, 163, 0.09),
    0px 100px 80px 0px rgba(175, 171, 163, 0.12);
}

.contact-us .form-box h2 {
  color: #14382b;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.08rem;
}

.contact-us .form-box h4 {
  color: #14382b;
  font-size: 16px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.64px;
}

.contact-us .form-box .border {
  border: 1px dotted #dee2e6 !important;
}

.contact-us .form-box p {
  color: #707976;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 15px;
  /* display: flex; */
}

.contact-us .form-box p a {
  text-decoration: none;
  color: #1c7454;
}

.contact-us .form-box label {
  color: #14382b;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

label {
  color: #14382b;
  font-size: 1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.375rem;
  border: 1px solid #e1eae8;
  background: #fff;
}

.btn-block {
  width: 100%;
}

.press-release .press-back {
  width: 100%;
}

.press-release .joinus .detail .box {
  border-radius: 0rem;
  width: 52rem;
  height: 18rem;
  background: rgba(255, 255, 255, 0.86);
}

.press-release .joinus .detail {
  position: absolute;
  left: 9rem;
  padding-top: 3.5%;
}

.press-release .joinus a {
  text-decoration: none;
}

.press-release .joinus a:hover {
  text-decoration: underline;
}

.press-release .detail .title-btn {
  border-radius: 4px;
  background: #fff;
  padding: 8px 24px;
  border: 0px;
  font-weight: 700;
  color: #157b56;
}

.press-release .press-list {
  margin-top: 5%;
}

.press-release .press-list {
  margin-top: 0%;
}

.press-release .press-list h2 {
  color: #14382b;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.6px;
}

.press-release .press-list h4 {
  color: #14382b;
  font-size: 24px;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.press-release .press-list a {
  text-decoration: none;
}

.press-release .press-list a:hover {
  text-decoration: none !important;
}

.press-release .press-list .btn {
  border-radius: 6px;
  background: #f8f6f2;
}

.press-release .press-list .btn:hover {
  color: #050505;
  background: #ccc;
}

.press-release .press-list .row {
  margin-bottom: 2%;
  margin-top: 2%;
}

.press-release .press-list .line {
  height: 1px;
  background: #e1eae8;
}

.press-release .pre-footer .detail {
  left: 25rem;
  right: 25rem;
  text-align: center;
  width: auto;
}

.technology .about-company h2 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1.28px;
}

.technology .pre-footer {
  margin-top: 0;
}

.technology .pre-footer .detail {
  /* left: 25rem;
  right: 25rem;
  text-align: center;
  width: auto; */
  /* padding-top:6%; */
}

.product {
  background: #f8f6f2;
}

.product .hero-product p {
  color: #707976;
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product .p-list .p-box a {
  text-decoration: none;
}

.product .p-list .p-box {
  text-align: center;
  margin-bottom: 5%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fdfdfc;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}

.product .p-list .p-box:hover {
  box-shadow: 2px 7px 17px 0px rgba(0, 0, 0, 0.1);
  /* background: #f7f2f2; */
}

.product .p-list .p-box p {
  background: #fff;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.04),
    0px -4px 16px 0px rgba(0, 0, 0, 0.03);
  padding: 19px 22px 0px 23px;
  margin-top: 2%;
}

.product .p-list .p-box p a {
  text-decoration: none;
  color: #14382b;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.product-detail .banner .col-md-6 {
  padding: 0;
}

.product-detail .banner-slider {
  background: #ffffff;
}

.ml-2 {
  margin-left: 2%;
}

.product-detail .banner-slider .carousel-item img {
  height: 405px;
}

.product-detail .banner-left {
  background: #14382b;
  padding: 95px;
}

.product-detail .banner-left h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -2.56px;
}

.product-detail .banner-left p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .banner-left .btn {
  color: #1c7454;
  text-align: center;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 20px;
  width: 180px;
  margin-right: 1px;
}

.product-detail .banner-left .btn:hover {
  background: #ddd !important;
}

p {
  color: #707976;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

li {
  color: #707976;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-detail .p-detail-content {
  margin-top: 5%;
}

.product-detail .p-detail-content h2 {
  color: #14382b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -1.28px;
}

.product-detail .p-detail-content ul li {
  color: #707976;
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.tab-content {
  padding: 10px 20px;
}

.nav-tabs a {
  border: 0 !important;
  background-color: transparent !important;
}

.nav-tabs li.active {
  border-bottom: 2px solid #5453d2;
}

.nav-tabs li {
  border-bottom: 2px solid transparent;
}

.nav-tabs li a {
  width: 100%;
  text-align: center;
}

ul.nav.nav-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: inherit;
}

.nav-tabs li {
  /* flex-basis: 90px; */
  min-width: 90px;
  display: flex;
  align-items: flex-start;
  margin: 0 !important;
}

.tabs-wrapper {
  position: relative;
}

span.left,
span.right {
  position: absolute;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5453d2;
  border-radius: 50%;
  left: -50px;
  top: 8px;
  cursor: pointer;
  color: #ffffff;
}

span.right {
  right: -50px;
  left: unset;
}

.scroller-btn.inactive {
  opacity: 0.3;
  pointer-events: none;
}

.moms .hero-mom {
  padding: 0px 200px 83px 200px;
}

.moms-box {
  background: #f8f6f2;
}

.moms-box .mom-box {
  border-radius: 8px;
  padding: 36px 40px 56px 40px;
  height: 450px;
  width: 411px;
}

.ml-5 {
  margin-left: 5rem !important;
}

.moms-box .mom-box.green {
  background: #2c8867;
}

.moms-box .mom-box.dark {
  background: #14382b;
}

.moms-box .mom-box span {
  color: rgba(255, 255, 255, 0.2);
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
}

.moms-box .mom-box h2 {
  color: #fff;
  font-family: Archivo;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.64px;
}

.moms-box .mom-box p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.training .banner-left {
  background: #2c8867;
  height: 405px;
}

.training .participate {
  background: #f8f6f2;
  padding-bottom: 35px;
  padding-top: 35px;
}

.training .participate h2 {
  color: #14382b;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -1.28px;
}

.training .participate p {
  color: #707976;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.training .participate ul {
  margin-top: 6.6rem;
}

.training .participate ul li {
  color: #14382b;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  margin-top: 2rem;
  flex-shrink: 0;
}

.training .participate ul li span {
  margin-left: 2rem;
}

.training .pre-footer {
  margin-top: 0;
}

.consultancy .banner {
  background: #14382b;
  padding: 109px 80px 110px 80px;
}

.consultancy .banner h2 {
  color: #fff;
  font-family: Archivo;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -2.4px;
}

.consultancy .banner p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.consultancy .life-cycle {
  margin-top: 6%;
}

.consultancy .life-cycle .icon-title {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.2);
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
}

.consultancy .life-cycle .box {
  height: 450px;
}

.consultancy .life-cycle .featured {
  display: flex;
  justify-content: center;
  align-items: center;
}

.consultancy .life-cycle .featured li {
  width: 20%;
}

.pl-2 {
  padding-left: 2rem;
}

.decarbonisation .hero h1 {
  font-size: 64px !important;
  padding-top: 1rem;
}

.decarbonisation .life-cycle {
  margin-top: 0px;
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.decarbonisation .life-cycle .icon-title {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #f9f7f3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.2);
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 66px;
}

.bg-grey {
  background: #f9f7f3;
}

.decarbonisation .life-cycle .box {
  background: #fff !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  height: 450px;
}

.decarbonisation .process h5 {
  color: #14382b;
  font-family: Archivo;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 106%;
  /* 25.44px */
  letter-spacing: -0.24px;
}

.decarbonisation .life-cycle .detail {
  padding-bottom: 0rem;
}

.decarbonisation .pre-footer {
  margin-top: 0;
}

.technology .technology-list {
  background: #f8f6f2;
  padding: 3rem 0 3rem 0rem;
  /* margin-top: 5%; */
}

.border-bottom-left-radius0 {
  border-bottom-left-radius: 0px !important;
}

.border-bottom-right-radius0 {
  border-bottom-right-radius: 0px !important;
}

.technology .technology-list .left {
  background: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.technology .technology-list .right {
  background: #fff;
  padding: 3rem 3rem 3rem 3rem;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.technology .technology-list .right h3 {
  color: #14382b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  letter-spacing: -1.28px;
}

.text-justify {
  text-align: justify !important;
}

.technology .technology-list .right p {
  color: #707976;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.technology .technology-list .right .tech-list-btn {
  border-radius: 60px;
  background: #f4f2ee;
  width: auto;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
}

.technology .technology-list .right .tech-list-btn:hover {
  background: #e9e7e3;
}

.technology .technology-list .tab-content {
  padding: 0px 11px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.img-left-bottom-radius {
  border-bottom-left-radius: 16px;
}

.img-right-bottom-radius {
  border-bottom-right-radius: 16px;
}

.timeline-carousel {
  position: relative;
  overflow: hidden;
  user-select: none;
  /* background-color: #323232; */
}

.timeline-carousel:after,
.timeline-carousel:before {
  /* content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  background-color: #323232;
  z-index: 3;
  width: 6.9444%; */
}

.timeline-carousel:after {
  left: 0;
}

.timeline-carousel:before {
  right: 0;
  opacity: 0;
}

.timeline-carousel .slick-list {
  overflow: visible;
}

.timeline-carousel .slick-dots {
  bottom: -73px;
}

.timeline-carousel h1 {
  color: white;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
}

.timeline-carousel p {
  color: white;
  font-weight: 300;
}

.timeline-carousel__image {
  justify-content: center;
  display: flex;
  align-items: center;
}

.timeline-carousel__item {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.timeline-carousel__item .iconch {
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 11;
  position: relative;
}

.timeline-carousel__item .media-wrapper {
  opacity: 1;
  height: 100px;
  width: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
  /* position: relative; */
  padding-top: 8px;
  text-align: center;
}

.timeline-carousel__item-inner:after {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  height: 7px;
  border-bottom: 3px dotted #d2d2d2;
}

.timeline-carousel__item-inner .year {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  padding: 8px 24px;
  color: #14382b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.56px;
}

.timeline-carousel__item-inner p {
  color: #707976;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 1.8rem;
  line-height: 20px;
}

.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #ffc107;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}

.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}

.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}

.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}

.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #ffc107;
  border-color: #ffc107;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #ffc107;
  border-color: #ffc107;
}

/* .link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
} */

.slick-prev svg,
.slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}

.slick-prev .btn,
.slick-next .btn {
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  z-index: 9999;
  border-radius: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 30px;
}

/*--- Remove Bootstrap's styling for Nav Class if needed ---*/
#ProductNav .nav,
#ProductNav2 .nav {
  /* display: inherit; */
  flex-wrap: inherit;
  padding-left: inherit;
  margin-bottom: inherit;
  list-style: inherit;
}

/*--- Wrap Up ---*/
.ProductNav_Wrapper {
  position: relative;
  padding: 0 11px;
  box-sizing: border-box;
}

.ProductNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* positioning context for advancers */
  position: relative;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  /* font-size: 0; */
}

.js .ProductNav {
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Remove the default scrollbar for WebKit implementations */
}

.js .ProductNav::-webkit-scrollbar {
  display: none;
}

.ProductNav_Contents {
  float: left;
  transition: transform 0.2s ease-in-out;
  position: relative;
}

.ProductNav_Contents-no-transition {
  transition: none;
}

.ProductNav_Link {
  /* padding-left: 45px !important; */
  text-decoration: none;
  color: #7f868b;
  font-size: 16px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
  padding: 25px 20px;
  line-height: 1.35;
  background: #fff;
}

.ProductNav_Link[aria-selected="true"] {
  color: #000;
  border-bottom: 1px solid #000;
}

.Advancer {
  /* Reset the button */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity 0.3s;
}

.Advancer:focus {
  outline: 0;
}

.Advancer:hover {
  cursor: pointer;
}

.Advancer_Left {
  left: 0;
}

[data-overflowing="both"]~.Advancer_Left,
[data-overflowing="left"]~.Advancer_Left {
  opacity: 1;
}

.Advancer_Right {
  right: 0;
}

[data-overflowing="both"]~.Advancer_Right,
[data-overflowing="right"]~.Advancer_Right {
  opacity: 1;
}

.Advancer_Icon {
  width: 12px;
  height: 44px;
  fill: #bbb;
  display: none;
}

.ProductNav_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100px;
  background-color: transparent;
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.fixed-top2 {
  top: 40px;
}

footer .flogo img {
  z-index: 9999999;
  position: relative;
}

.form-modal .modal-dialog form label {
  color: #14382b;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 7px;
}

.form-modal .modal-dialog form .form-control {
  height: 45px;
  padding: 0.375rem 0.75rem;
}

.form-modal .modal-dialog form .form-group {
  margin-bottom: 15px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.blog-show-more-btn {
  color: #fff;
  background: #0c553a !important;
  width: 164px;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 500;
}

.DownloadCatalougeBtn {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 15px 27px;
}

.decarbonisation .life-cycle .detail .line {
  height: 1px;
  opacity: 0.1;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 4rem;
}

.background-img {
  display: block;
}

.background-img-mobile,
.sec-env-img-mobile,
.mantonia-img-mobile,
.pre-footer-back-mobile,
.faq .joinus-back-mobile,
.press-back-mobile,
.founder-imgback-mobile,
.joinus-back-mobile,
.life-minimac-background-img-mobile {
  display: none;
}

/* responsive */
@media (min-width: 320px) and (max-width: 480px) {

  .background-img,
  .sec-env-img,
  .mantonia-img,
  .pre-footer-back,
  .faq .joinus-back,
  .press-back,
  .founder-imgback,
  .life-minimac-background-img {
    display: none;
  }

  .background-img-mobile,
  .sec-env-img-mobile,
  .mantonia-img-mobile,
  .pre-footer-back-mobile,
  .faq .joinus-back-mobile,
  .press-back-mobile,
  .founder-imgback-mobile,
  .joinus-back-mobile,
  .life-minimac-background-img-mobile {
    display: block;
    width: 100%;
  }

  .technology .technology-list .carousel-item .img-r0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .technology-list .carousel-item img {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .technology .technology-list .left {
    padding-left: 1px;
    border-bottom-left-radius: 16px !important;
    padding-right: 0;
  }

  .technology .technology-list .right {
    border-bottom-left-radius: 0px;
  }

  .life-cycle {
    margin-top: 20% !important;
  }

  .f-left {
    float: left;
    width: 50%;
  }

  footer .box {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .faq .joinus .detail p {
    display: none;
  }

  .contact-us .form-box .mcntrycode {
    width: 35%;
    padding-right: 0px;
  }

  .contact-us .form-box .mcntrycode select {
    font-size: 12px;
    height: 57px;
  }

  .contact-us .form-box .mcntrynumber {
    width: 65%;
  }

  .blog-list-2 {
    display: none;
  }

  .team .team-box {
    margin-bottom: 3rem;
  }

  .press-release .press-list h2 {
    margin-top: 12%;
    line-height: 10%;
    font-size: 30px;
  }

  .consultancy .life-cycle .featured {
    display: block;
  }

  .consultancy .life-cycle .featured li {
    width: 100%;
    margin-top: 1rem;
  }

  .moms .pre-footer .detail {
    left: 1rem !important;
    right: 0rem !important;
    text-align: center !important;
    width: 91% !important;
  }

  .product-detail .banner-slider .carousel-item img {
    height: 100%;
  }

  .technology .pre-footer .detail {
    right: 8px;
    left: 8px;
    text-align: center;
    width: auto;
    padding-top: 6%;
  }

  .moms .hero .mom-coin {
    display: initial;
  }

  .moms .hero p {
    padding: 0 0.5rem;
  }

  .mantonia .detail .btn-section {
    margin-top: 0px !important;
  }

  .mantonia .detail .btn-dark,
  .mantonia .detail .btn-white {
    float: left;
    width: 140px;
    font-size: 14px;
    padding: 10px 20px !important;
    margin-left: 20px;
  }

  .mantonia .detail .btn-white img {
    width: 17px;
  }

  .mantoniaimg {
    border-radius: 15px !important;
  }

  footer .footer-back {
    display: none;
  }

  .joinus .detail {
    left: 1.5rem;
    right: 1.5rem;
  }

  .joinus .detail .box {
    width: 100%;
    text-align: center;
  }

  .about-company {
    text-align: center;
  }

  .founder-desk .details {
    position: absolute;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 2.3rem;
    text-align: center;
  }

  .founder-desk .details h2 {
    font-size: 40px;
  }

  .life-minimac h2 {
    font-size: 33px;
    letter-spacing: 1px;
  }

  .life-minimac p {
    font-size: 16px;
  }

  .infrastructure .col-6 {
    width: 100%;
    text-align: center;
  }

  .about-company h2 {
    font-size: 40px;
  }

  .about-us .banner .detail h1 {
    font-size: 27px;
  }

  .about-us .btn-mision {
    padding: 8px 24px;
    font-weight: 600;
    background: #fff;
    color: #704f24;
    text-align: center;
  }

  .case-studies .detail h2 {
    color: #000;
  }

  .navbar-collapse {
    background: #fff;
    padding: 16px;
    z-index: 999999;
    margin-top: 1rem;
  }

  .navbar-nav .nav-link {
    padding-top: 18px;
  }

  .decarbonisation .hero h1 {
    font-size: 28px !important;
    padding-top: 0rem;
  }

  .decarbonisation .hero .detail {
    top: 22%;
  }

  .hero .detail ul li {
    padding-left: 1.7rem;
  }

  .consultancy .banner {
    padding: 45px 15px 72px 15px;
    text-align: center;
  }

  .consultancy .banner p {
    margin-left: 0px !important;
  }

  .training .banner-left {
    padding: 30px 10px 10px 10px !important;
    height: auto;
  }

  .training .participate ul li span {
    margin-left: 2rem;
  }

  .moms .hero-mom {
    padding: 0px 0 83px 0;
  }

  .moms-box .mt-5 {
    margin-top: 0 !important;
  }

  .moms-box .ml-5 {
    margin-left: 0 !important;
  }

  .moms-box .mom-box {
    width: 100%;
    margin-top: 6%;
  }

  .moms-box .mom-box h2 {
    font-size: 27px;
  }

  .product-detail .banner-left {
    padding: 25px 25px 50px 25px;
    text-align: center;
  }

  .product-detail .banner-left h2 {
    font-size: 50px;
    margin-top: 4rem;
  }

  .product-detail .banner-left .btn {
    margin: 12px 0 0 0;
    width: 100%;
  }

  .press-release .joinus .detail {
    left: 0rem;
    width: 100%;
  }

  .press-release .joinus .detail .box {
    background: #eef6f400;
    width: 94%;
    margin-left: 6%;
    box-shadow: none;
  }

  .press-release .pre-footer .detail,
  .product .pre-footer .detail {
    right: 8px;
    left: 8px;
    text-align: center;
    width: auto;
  }

  .press-release .press-list h4 {
    line-height: 22px;
    padding-top: 0 !important;
    font-size: 16px;
  }

  .press-release .press-list .row {
    margin-bottom: 2%;
    margin-top: 7%;
  }

  .contact-us .form-box {
    padding: 2rem;
    margin-bottom: 6rem;
  }

  .faq .detail {
    padding-top: 0;
    right: 0;
  }

  .faq .detail .box {
    border-radius: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    box-shadow: none;
  }

  .joinus .detail h2 {
    font-size: 2rem;
  }

  .case-studies .detail p {
    display: none;
  }

  .case-studies .detail .box {
    /* border-radius: 0;
    width: 42rem;
    height: 22.5rem;
    background: #14382B;
    box-shadow: none;
    padding: 2.6875rem 2.3125rem 2.625rem 2.25rem; */

    border-radius: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    box-shadow: none;
  }

  /* .joinus .detail p{
    display: none;
  } */
  .faq .faq-resource {
    margin-bottom: 6rem;
  }

  .faq .faq-resource h2 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }

  .faq .faq-resource .res-download-btn {
    float: left !important;
  }

  .faq .resource-box h4 {
    font-size: 1.3rem;
  }

  .faq .resource-box p {
    font-size: 1rem;
  }

  .hero .detail {
    width: 93%;
    text-align: center;
    top: 28%;
  }

  .hero .detail h1 {
    font-size: 32px;
  }

  .hero .detail .btn-section .btn {
    width: 100%;
    height: 46px;
    margin-right: 0%;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .hero .detail .btn-section .btn.btn-dark {
    margin-top: 3%;
  }

  .title,
  .experience .title {
    width: 100%;
  }

  .title h2 {
    font-size: 35px;
  }

  .life-cycle .box {
    margin-bottom: 5%;
  }

  .life-cycle .detail {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .decarbonisation .life-cycle .detail {
    padding-top: 0rem;
  }

  .decarbonisation .life-cycle .box {
    height: 441px;
  }

  .experience .counter h3 {
    font-size: 60px;
  }

  .experience .counter {
    padding-bottom: 15px;
  }

  .sec-env .detail {
    padding: 4rem 2rem 0 0rem;
    text-align: center;
  }

  .sec-env .detail h2 {
    font-size: 30px;
    line-height: 106%;
    letter-spacing: -0.64px;
  }

  .sec-env .detail .btn {
    display: initial;
  }

  .sec-env .detail p {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

  .mantonia .detail {
    position: absolute;
    left: 1rem;
    right: 2rem;
    padding-top: 1%;
    text-align: center;
  }

  .mantonia {
    margin-top: 20%;
  }

  .mantonia .detail p {
    font-size: 14px;
  }

  .mantonia .detail h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 106%;
    padding-top: 8%;
  }

  .pre-footer .detail {
    width: auto;
    text-align: center;
    right: 8px;
    left: 8px;
  }

  .pre-footer .detail h2 {
    font-size: 30px;
  }

  .pre-footer .btn-white {
    width: 100%;
  }

  .pre-footer .btn-dark {
    margin-left: 0%;
    width: 100%;
    margin-top: 3%;
  }

  footer .copyright,
  footer .flogo,
  footer .footer-end-nav {
    margin-top: 5%;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  footer .footer-end-nav a {
    text-align: center !important;
  }

  footer h3 {
    margin-top: 5%;
  }

  footer .social {
    margin-bottom: 1rem;
  }

  footer .subscribe .input-group {
    width: 18rem;
  }

  .bdetail .hero h2 {
    font-size: 35px;
    margin: 3rem 0;
  }

  .bdetail .content {
    margin: 0rem 0rem;
  }

  .bdetail .content .social {
    margin-top: 1rem;
    justify-content: center;
  }

  .bdetail .social ul {
    width: 18.2rem;
  }

  .bdetail .social li {
    padding: 11px 26px;
  }

  .bdetail .footer-social ul {
    width: 18.2rem;
  }

  .bdetail .hero .row {
    margin: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .bdetail .content {
    margin: 0rem 10rem;
  }

  .product-detail .banner-left {
    background: #14382b;
    padding: 102px;
  }

  .press-release .joinus .detail {
    padding-top: 3rem;
  }

  .faq .detail {
    padding-top: 3rem;
  }

  .blog .joinus .detail .box {
    border-radius: 0;
  }

  .joinus .detail .box {
    width: 39rem;
    height: 24.5rem;
  }

  .joinus .detail .box .btn {
    margin-top: 1rem !important;
    width: 224px;
  }

  .hero .detail h1 {
    font-size: 45px;
  }

  .life-cycle .detail p {
    height: 7rem;
  }

  .sec-env .detail {
    padding: 8rem 37rem 0 5rem;
  }

  .sec-env .detail .btn {
    margin-top: 3rem;
  }

  .sec-env .detail h2 {
    font-size: 45px;
  }

  .life-cycle .detail h3 {
    font-size: 26px;
  }

  .mantonia .detail {
    left: 40rem;
    padding-top: 5%;
  }

  .mantonia .detail h2 {
    font-size: 40px;
  }

  .mantonia .detail p {
    font-size: 16px;
  }

  .award {
    margin-top: 8% !important;
  }

  .pre-footer .detail h2 {
    font-size: 35px;
  }

  .about-us .btn-mision {
    padding: 8px 17px;
    font-weight: 600;
    background: #fff;
    color: #704f24;
    font-size: 14px;
    width: 200px;
  }

  .about-us .banner .detail h1 {
    font-size: 35px;
  }

  .about-us .banner .detail .btn {
    padding: 10px 30px;
    width: 200px;
  }

  .founder-desk .details h2 {
    font-size: 48px;
  }

  .case-studies .detail h2 {
    font-size: 2.5rem;
    margin-top: 1rem !important;
  }

  .case-studies .joinus .detail .btn {
    padding: 12px 40px;
    width: 200px;
  }

  .case-studies .joinus .detail .btn:hover {
    background: #ddd !important;
  }

  .decarbonisation .hero h1 {
    font-size: 50px !important;
    padding-top: 1rem;
  }

  .decarbonisation .life-cycle .icon-title {
    height: 80px;
    width: 80px;
    font-size: 50px;
  }

  .decarbonisation .life-cycle .detail {
    padding-top: 2rem;
  }

  .decarbonisation .life-cycle .detail p {
    height: 4rem;
  }

  .moms .hero-mom {
    padding: 0px 100px 83px 100px;
  }

  .moms-box .mom-box {
    width: 364px;
  }

  .press-release .press-list h4 {
    line-height: 28px;
  }

  .press-release .press-list p {
    font-size: 20px;
  }

  .press-release .press-list a {
    text-decoration: none;
  }

  .press-release .press-list a:hover {
    background: #ccc;
    text-decoration: underline;
    color: #212529;
  }

  .product-detail .banner-left h2 {
    font-size: 35px;
  }

  .product-detail .banner-left .btn {
    font-size: 14px;
  }

  .technology .technology-list .right h3 {
    font-size: 28px;
  }

  .recent-posts .case-study a {
    padding: 10px;
    width: 130px;
    font-size: 15px;
  }

  .recent-posts .case-study1 a {
    padding: 10px;
    width: 130px;
    font-size: 15px;
  }

  .recent-posts .case-post a {
    padding: 10px;
    width: 130px;
    font-size: 15px;
  }

  .recent-posts .case-btn a {
    margin-top: 1%;
  }
}

/* @media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
} */

@media (min-height: 768px) and (min-width: 1366px) {
  .hero .banner .background-pic {
    height: 700px;
  }

  .sec-env .sec-detail {
    padding: 10rem 41rem 0 5rem;
  }

  .mantonia .mantonia-banner {
    padding-top: 0%;
  }

  .mantonia .mantonia-banner h2 {
    font-size: 41px;
    margin-top: 41px;
  }

  .founder-desk .founder-detail {
    padding-right: 45rem;
  }

  .about-us .detail {
    top: 20%;
  }

  .product-detail .banner-slider .carousel-item img {
    height: 405px;
    margin-top: 30px;
  }
}

@media (min-height: 900px) and (max-width: 1440px) {
  .sec-env .detail .sec-btn {
    margin-top: 51px;
  }

  .mantonia .minimac-text {
    padding-top: 3%;
  }

  .founder-desk .founder-info {
    padding-right: 49rem;
    margin-top: 28px;
  }

  .mantonia .text-design h2 {
    font-size: 45px;
    margin-top: 18px;
  }

  .hero .banner .mission-img {
    height: 600px;
  }

  .life-minimac .life-minimac-grow {
    width: 100%;
  }
}

@media (min-height: 1050px) and (min-width: 1680px) {
  .sec-env .sec-industry {
    padding: 11rem 48rem 0 4rem;
  }

  .mantonia .text-design h2 {
    margin-left: 57px;
    font-size: 45px;
    margin-top: 77px;
  }

  .mantonia .text-design p {
    margin-left: 58px;
    margin-right: 62px;
  }

  .mantonia .ex-btn {
    margin-left: 63px;
  }

  .founder-desk .desk-detail {
    padding-right: 57rem;
  }

  .life-minimac .minimsc-img {
    width: 100%;
  }
}

@media (min-height: 1080px) and (min-width: 1920px) {
  .sec-env .sec-economy h2 {
    font-size: 58px;
  }

  .sec-env .sec-economy p {
    font-size: 18px;
    margin-right: 70px;
  }

  .mantonia .para-section h2 {
    margin-left: 187px;
    font-size: 45px;
    margin-top: 77px;
    margin-right: 183px;
  }

  .mantonia .para-section p {
    margin-left: 191px;
    margin-right: 227px;
  }

  .mantonia .explore-btn {
    margin-left: 192px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

th {
  background-color: lightgray;
}

.mom-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mom-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar-nav .dropdown:hover.dropdown-menu {
    display: block;
  }

  /* Style for submenu */
  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    display: none;
    position: static;
    /* Prevents automatic right-side placement */
    float: none;
    width: 100%;
  }

  /* .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  } */

  .dropdown-submenu .dropdown-menu.show {
    display: block;
  }

  .arrow-icon {
    display: inline-block;
    font-size: 22px;
    transition: transform 0.2s ease-in-out;
  }

  #omDropdown:hover .arrow-icon {
    transform: rotate(150deg);
  }
}

#omDropdown.dropdown-item.dropdown-toggle::after {
  display: none !important;
}

#omDropdownMenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 0;
}

.training-section .bg-grey {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 50px;
}

.training-section .bg-grey h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.training-section .bg-grey p {
  text-align: center;
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.training-section .bg-grey .box {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.training-section .bg-grey .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

.training-section .bg-grey .icon-title {
  font-size: 20px;
  font-weight: bold;
  color: #050505;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #050505;
  position: absolute;
  top: 20px;
  left: 20px;
}

.training-section .bg-grey .detail {
  padding-left: 80px;
}

.training-section .bg-grey .detail h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.training-section .bg-grey .detail p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.training-section .bg-grey .line {
  width: 50px;
  height: 3px;
  background-color: #007bff;
  margin: 15px 0;
}

.training-section .bg-grey .detail h5 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .training-section .bg-grey .col-md-6 {
    width: 100%;
  }

  .training-section .bg-grey .detail {
    padding-left: 60px;
  }
}

.font-size-18 {
  font-size: 1.125rem;
}

/* =============================================
   Oil Purification Systems Page Styles
   ============================================= */

/* Section Backgrounds */
.ops-section-white {
  background: #fff;
  padding: 80px 0;
}

.ops-section-light {
  background: #f9f7f3;
  padding: 80px 0;
}

.ops-section-beige {
  background: #ede8dd;
  padding: 80px 0;
}

.ops-section-dark {
  background: #14382b;
  padding: 80px 0;
  margin-top: 60px;
}

.ops-section-gradient {
  background: linear-gradient(135deg, #14382b 0%, #1c7454 100%);
  padding: 80px 0;
}

.ops-intro-section {
  background: #fff;
  padding: 60px 0;
}

/* Typography */
.ops-section-title {
  color: #14382b;
  font-size: 42px;
  margin-bottom: 15px;
}

.ops-section-title-white {
  color: #fff;
  font-size: 42px;
  margin-bottom: 30px;
}

.ops-section-subtitle {
  color: #707976;
  font-size: 18px;
  margin-bottom: 40px;
}

.ops-section-subtitle-center {
  color: #707976;
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 50px;
}

.ops-intro-text {
  font-size: 18px;
  line-height: 1.8;
}

.ops-dark-text {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 1.9;
  max-width: 1000px;
  margin: 0 auto;
}

.ops-dark-text-second {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 1.9;
  max-width: 1000px;
  margin: 20px auto 0;
}

.ops-highlight {
  color: #fdd095;
}

.ops-card-title {
  color: #14382b;
  font-size: 20px;
  margin-bottom: 15px;
}

.ops-card-title-sm {
  color: #14382b;
  font-size: 20px;
  margin-bottom: 12px;
}

.ops-card-title-10 {
  color: #14382b;
  font-size: 20px;
  margin-bottom: 10px;
}

.ops-card-text {
  color: #707976;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.ops-text-17 {
  color: #707976;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.ops-text-strong {
  color: #14382b;
}

/* Cards */
.ops-step-card {
  background: #f9f7f3;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  text-align: center;
}

.ops-step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ops-step-number-dark {
  background: #14382b;
}

.ops-step-number-green {
  background: #1c7454;
}

.ops-step-number span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.ops-benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  border-left: 4px solid #1c7454;
}

.ops-benefit-card h3 img {
  margin-right: 10px;
}

.ops-app-card {
  background: #f9f7f3;
  border-radius: 12px;
  padding: 35px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.ops-app-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.ops-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.ops-feature-icon {
  min-width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.ops-feature-icon-dark {
  background: #14382b;
}

.ops-feature-icon-green {
  background: #1c7454;
}

.ops-feature-icon img {
  filter: brightness(0) invert(1);
}

/* Sustainability Section */
.ops-sustainability-title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 25px;
}

.ops-sustainability-text {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  line-height: 1.8;
}

.ops-cert-card {
  background: rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.ops-cert-title {
  color: #fdd095;
  font-size: 28px;
  margin-bottom: 20px;
}

.ops-cert-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ops-cert-badge {
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  display: inline-block;
}

.ops-cert-badge p {
  color: #14382b;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

/* Why Choose Section */
.ops-choose-item {
  display: flex;
  align-items: flex-start;
}

.ops-choose-item-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.ops-choose-icon {
  min-width: 40px;
  height: 40px;
  background: #1c7454;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.ops-choose-icon img {
  filter: brightness(0) invert(1);
  width: 18px;
}

/* Spacing */
.ops-mb-50 {
  margin-bottom: 50px;
}

.ops-mb-30 {
  margin-bottom: 30px;
}

/* Conclusion Section */
.ops-conclusion-box {
  background: #f9f7f3;
  border-radius: 16px;
  padding: 50px;
  border-left: 5px solid #1c7454;
}

.ops-conclusion-text {
  color: #707976;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ops-conclusion-text:last-child {
  margin-bottom: 0;
}

/* FAQ Section */
.ops-faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.ops-faq-item:last-child {
  margin-bottom: 0;
}

.ops-faq-question {
  background: #f9f7f3;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.ops-faq-question:hover {
  background: #ede8dd;
}

.ops-faq-question h3 {
  color: #14382b;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 20px;
}

.ops-faq-question .ops-faq-icon {
  color: #1c7454;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.ops-faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.ops-faq-item.active .ops-faq-answer {
  padding: 25px;
  max-height: 500px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ops-faq-item.active .ops-faq-icon {
  transform: rotate(45deg);
}

.ops-faq-answer p {
  color: #707976;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .ops-section-title,
  .ops-section-title-white,
  .ops-sustainability-title {
    font-size: 32px;
  }
  
  .ops-section-white,
  .ops-section-light,
  .ops-section-beige,
  .ops-section-dark,
  .ops-section-gradient {
    padding: 50px 0;
  }
  
  .ops-intro-section {
    padding: 40px 0;
  }
  
  .ops-conclusion-box {
    padding: 30px;
  }
  
  .ops-faq-question h3 {
    font-size: 16px;
  }
}

/* Certification Logos in Hero */
.cert-logo {
  height: 100px;
}

@media (max-width: 768px) {
  .cert-logo {
    height: 60px;
  }
  
  .cert-logos {
    justify-content: center !important;
  }
}

#list-items {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: -20px;
}
/* =============================================
   HOMEPAGE NEW SECTIONS — Custom Classes
   Append to end of style.css
   ============================================= */

/* ── Shared: Badge labels ── */
/* =============================================
   HOMEPAGE NEW SECTIONS — Custom Classes
   Append to the bottom of style.css
   Only add the class names shown in the
   HTML comment at the top of each block.
   ============================================= */


/* ─────────────────────────────────────────────
   SHARED UTILITIES
   ───────────────────────────────────────────── */

/* Accent bar that auto-renders after every
   section heading inside these new blocks    */
.lc-intro-para h2::after,
.lc-tech-block h2::after,
.lc-flush-block h2::after,
.lc-why-outer  h2::after,
.lc-reliability-outer h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  /* background: linear-gradient(90deg, #1c7454, #fdd095); */
  border-radius: 2px;
  margin: 14px auto 0;
}

/* Light variant for dark/gradient backgrounds */
.lc-flush-block h2::after,
.lc-reliability-outer h2::after {
  /* background: linear-gradient(90deg, */
    /* rgba(255,255,255,0.35), */
    /* #fdd095, */
    /* rgba(255,255,255,0.35)); */
}


/* ─────────────────────────────────────────────
   BLOCK 1a — Intro paragraph (plain text block)
   Add class  lc-intro-para  to the first
   <div class="title text-center mb-5">
   ───────────────────────────────────────────── */
.lc-intro-para {
  background: #ffffff;
  border-radius: 16px;
  /* padding: 40px 40px; */
  /* border: 1px solid rgba(20, 56, 43, 0.07); */
  /* box-shadow: 0 4px 30px rgba(20, 56, 43, 0.05); */
  position: relative;
  overflow: hidden;
  margin-top: -5%;
  /* margin-bottom: -8%; */
  /* margin-bottom: 28px !important; */
}

/* Subtle decorative corner glows */
.lc-intro-para::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  /* width: 260px; */
  /* height: 260px; */
  /* background: radial-gradient(circle, */
    /* rgba(28, 116, 84, 0.06) 0%, transparent 70%); */
  border-radius: 50%;
  pointer-events: none;
}
.lc-intro-para::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  /* width: 200px; */
  /* height: 200px; */
  /* background: radial-gradient(circle, */
    /* rgba(253, 208, 149, 0.09) 0%, transparent 70%); */
  border-radius: 50%;
  pointer-events: none;
}

.lc-intro-para p {
  /* max-width: 800px; */
  /* margin: 24px auto 0; */
  font-size: 19px;
  /* line-height: 2; */
  position: relative;
  z-index: 1;
  text-align: center;
}


/* ─────────────────────────────────────────────
   BLOCK 1b — How Our Technology Works
   Add class  lc-tech-block  to the second
   <div class="title text-center mb-5">
   ───────────────────────────────────────────── */
.lc-tech-block {
  /* background: #f9f7f3; */
  border-radius: 16px;
  /* padding: 50px 60px; */
  /* margin-bottom: 28px !important; */
  position: relative;
  /* border-bottom: 2px solid rgba(20, 56, 43, 0.08); */
  /* padding-bottom: -50px; */
  margin-top: -50px;
  margin-bottom: 50px;
}

/* Left rule accent */
.lc-tech-block::before {
  content: '';
  position: absolute;
  /* top: 50px; */
  left: 0;
  width: 4px;
  height: calc(100% - 100px);
  /* background: linear-gradient(180deg, */
    /* #1c7454 0%, #fdd095 50%, transparent 100%); */
  border-radius: 0 4px 4px 0;
}

.lc-tech-block h2 {
  /* margin-bottom: 28px; */
}

.lc-tech-block p {
  /* max-width: 820px; */
  /* margin: 20px auto 0; */
  font-size: 17px;
  /* line-height: 2.05; */
  text-align: left;
  padding: 0px 40px;
}

/* Visually separate the numbered list lines */
.lc-tech-block p br + br {
  display: block;
  margin-top: 6px;
}


/* Email button with left spacing */
.btn-email {
  margin-left: 12px;
}

/* Mantonia banner images */
.mantoniaimg,
.mantonia-img-mobile {
  border-radius: 15px;
}


   ───────────────────────────────────────────── */

.tech-works-section {
  padding: 10px 0 50px;
}

.tech-works-tag {
  display: inline-block;
  background: rgba(20, 56, 43, 0.09);
  color: #14382b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.tech-works-title {
  font-size: 34px;
  font-weight: 700;
  color: #14382b;
  margin-bottom: 18px;
  line-height: 1.3;
}

.tech-works-intro {
  font-size: 16px;
  color: #5c5c5c;
  max-width: 760px;
  margin: 0 auto 44px;
  line-height: 1.85;
}

/* Cards wrapper */
.tech-works-row {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.10);
  margin-bottom: 32px;
}

/* Base card */
.tw-card {
  flex: 1;
  width: 100%;
  padding: 50px 46px;
  position: relative;
}

/* Light card */
.tw-card--green {
  background: #ffffff;
  border-top: 5px solid #14382b;
}

/* Dark card */
.tw-card--dark {
  background: #14382b;
  border-top: 5px solid #fdd095;
}

/* ---- Card header ---- */
.tw-card__header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.tw-card__icon-wrap {
  min-width: 58px;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tw-card--green .tw-card__icon-wrap {
  background: rgba(20, 56, 43, 0.10);
  color: #14382b;
}
.tw-card--dark .tw-card__icon-wrap {
  background: rgba(253, 208, 149, 0.15);
  color: #fdd095;
}

.tw-card__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  padding-top: 10px;
}
.tw-card--green .tw-card__title { color: #14382b; }
.tw-card--dark  .tw-card__title { color: #ffffff; }

/* ---- Card description ---- */
.tw-card__desc {
  font-size: 15px;
  line-height: 1.82;
  margin-bottom: 28px;
}
.tw-card--green .tw-card__desc { color: #555555; }
.tw-card--dark  .tw-card__desc { color: rgba(255, 255, 255, 0.72); }

/* ---- Steps ---- */
.tw-card__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tw-step {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 13px 16px;
}
.tw-card--green .tw-step {
  background: rgba(20, 56, 43, 0.055);
}
.tw-step--light {
  background: rgba(255, 255, 255, 0.07) !important;
}

.tw-step__num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}
.tw-card--green .tw-step__num {
  background: #14382b;
  color: #ffffff;
}
.tw-card--dark .tw-step__num {
  background: #fdd095;
  color: #14382b;
}

.tw-step__label {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
}
.tw-card--green .tw-step__label { color: #1a1a1a; }
.tw-card--dark  .tw-step__label { color: rgba(255, 255, 255, 0.90); }

/* ---- Footer note ---- */
.tw-footer-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(135deg, #f4f9f6 0%, #fdf8f0 100%);
  border-left: 4px solid #14382b;
  border-radius: 0 12px 12px 0;
  padding: 22px 28px;
  max-width: 880px;
  margin: 0 auto;
}
.tw-footer-note svg {
  color: #14382b;
  flex-shrink: 0;
  margin-top: 2px;
}
.tw-footer-note p {
  font-size: 15px;
  color: #444444;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
.tw-footer-note p strong {
  color: #14382b;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .tech-works-row {
    flex-direction: column;
  }
  .tw-card {
    padding: 38px 26px;
  }
  .tech-works-title {
    font-size: 26px;
  }
  .tw-footer-note {
    padding: 18px 20px;
  }
}


/* ─────────────────────────────────────────────
   BLOCK 1c — Oil Flushing (dark card)
   Add class  lc-flush-block  to the third
   <div class="title text-center mb-5">
   ───────────────────────────────────────────── */
.lc-flush-block {
  background: #14382b;
  border-radius: 16px;
  padding: 52px 60px;
  margin-bottom: 36px !important;
  position: relative;
  overflow: hidden;
}

/* Decorative rings */
.lc-flush-block::before {
  content: '';
  position: absolute;
  top: -90px;
  left: -90px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}
.lc-flush-block::after {
  content: '';
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 250px;
  height: 250px;
  background: rgba(253, 208, 149, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.lc-flush-block h2 {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
}

.lc-flush-block p {
  color: rgba(255, 255, 255, 0.75) !important;
  padding: 32px 40px;
  max-width: 820px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 2.05;
  position: relative;
  z-index: 1;
  text-align: left;
}


/* ─────────────────────────────────────────────
   WHY OIL PURIFICATION MATTERS — Redesigned
   ───────────────────────────────────────────── */

.why-opm-section {
  padding: 60px 0 50px;
}

/* Heading block */
.why-opm-heading {
  margin-bottom: 44px;
}

.why-opm-tag {
  display: inline-block;
  background: rgba(20, 56, 43, 0.09);
  color: #14382b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.why-opm-title {
  font-size: 34px;
  font-weight: 700;
  color: #14382b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.why-opm-intro {
  font-size: 16px;
  color: #5c5c5c;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.85;
}

/* Row wrapper */
.why-opm-row {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.09);
}

/* Left: cards wrap */
.why-opm-cards-wrap {
  background: #f7f9f7;
  padding: 44px 40px;
  height: 100%;
}

.why-opm-sub {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 22px;
}

/* Individual consequence card */
.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 2px 12px rgba(20, 56, 43, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(20, 56, 43, 0.13);
}

.why-card__icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  background: rgba(20, 56, 43, 0.10);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14382b;
  flex-shrink: 0;
}

.why-card__body h4 {
  font-size: 14px;
  font-weight: 700;
  color: #14382b;
  margin: 0 0 6px;
  line-height: 1.35;
}

.why-card__body p {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* Right: insight panel */
.why-opm-insight {
  background: #14382b;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.why-opm-insight::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.why-opm-insight::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: rgba(253, 208, 149, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.why-opm-insight__icon {
  width: 64px;
  height: 64px;
  background: rgba(253, 208, 149, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdd095;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.why-opm-insight__title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.why-opm-insight__text {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.why-opm-insight__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.why-opm-insight__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(253, 208, 149, 0.15);
  color: #fdd095;
  font-size: 12.5px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 30px;
  margin-top: 22px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
  .why-opm-cards-wrap {
    padding: 32px 22px;
  }
  .why-opm-insight {
    padding: 36px 24px;
  }
  .why-opm-title {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .why-card {
    flex-direction: column;
  }
}


/* ─────────────────────────────────────────────
   BLOCK 2 — Why Oil Purification Matters (legacy, kept for h2::after)
   ───────────────────────────────────────────── */
   Add class  lc-reliability-outer  to the outer
   <div class="life-cycle text-center">
   ───────────────────────────────────────────── */
.lc-reliability-outer {
  /* background: linear-gradient(135deg, #14382b 0%, #1c7454 100%); */
  border-radius: 20px;
  padding: 0px 40px !important;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: -100px;
}

/* Decorative circle glows */
.lc-reliability-outer::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  /* width: 360px;
  height: 360px; */
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}
.lc-reliability-outer::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: rgba(253, 208, 149, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.lc-reliability-outer .title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.lc-reliability-outer h2 {
   /* !important; */
  margin-bottom: 28px;
}

.lc-reliability-outer p {
  /* color: rgba(255, 255, 255, 0.78) !important; */
  /* max-width: 820px; */
  /* margin: 20px auto 0; */
  font-size: 17px;
  line-height: 2;
  position: relative;
  z-index: 1;
}


/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (min-width: 320px) and (max-width: 480px) {
  .lc-intro-para,
  .lc-tech-block,
  .lc-flush-block {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .lc-why-outer,
  .lc-reliability-outer {
    padding: 36px 20px !important;
    border-radius: 14px;
  }

  .lc-why-outer p {
    padding: 24px 20px;
  }

  .lc-tech-block p,
  .lc-flush-block p,
  .lc-intro-para p,
  .lc-why-outer p,
  .lc-reliability-outer p {
    font-size: 15px;
  }

  .lc-tech-block::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .lc-intro-para,
  .lc-tech-block,
  .lc-flush-block {
    padding: 44px 40px;
  }

  .lc-why-outer,
  .lc-reliability-outer {
    padding: 48px 40px !important;
  }
}