body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.process-overview {
  max-width: 1260px;
  margin: 50px auto;
  text-align: center;
  margin-top: 180px;
}

.process-overview h3 {
  color: #ff845e;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.process-overview h2 {
  font-size: 40px;
  font-weight: 700;
  color: #101828;
  display: inline-block;
  line-height: 60px;
}

.process-overview h2 span {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  /* background: linear-gradient(
    to top,
    rgba(144, 238, 144, 0.5) 50%,
    transparent 50%
  ); */
  color: black;
  display: inline-block;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.process-step {
  padding: 20px;
  text-align: left;
}

.step-number {
  background-color: #f05020;
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 15px;
  width: 60px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.step-title {
  font-size: 32px;
  font-weight: 700;
  color: #f05020;
  margin-top: 10px;
  line-height: 65px;
}

.step-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 768px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .process-overview {
    margin-bottom: 0px !important;
  }
  .process-overview h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 2px;
  }
  .process-overview h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
  }
  .process-overview h2 span {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
  }
  .step-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    letter-spacing: 2%;
  }
  .step-desc {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .process-overview {
    margin-top: 120px;
  }
}

@media (max-width: 1200px) {
  .process-overview {
    padding: 25px;
  }
}
@media (max-width: 486px) {
  .process-overview {
    padding: 5px;
  }
}
@media (max-width: 486px) {
  .sector-focus {
    padding: 5px !important;
  }
}
@media (max-width: 768px) {
  .sector-focus {
    padding: 20px !important;
  }
}
@media (max-width: 486px) {
  .commercial-construct {
    padding: 5px !important;
  }
}
@media (max-width: 768px) {
  .commercial-construct {
    padding: 20px !important;
  }
}
.sector-focus {
  max-width: 1260px;
  margin: 50px auto;
  text-align: left;
  padding-top: 30px;
}

.sector-focus h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 60px; */
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #f05020;
}

.sector-focus h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 80px;
  letter-spacing: -2%;
  color: #101828;
}

.sector-focus h2 span {
  /* background: linear-gradient(
    to top,
    rgba(144, 238, 144, 0.5) 50%,
    transparent 50%
  ); */
}

.sector-focus p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #565f76;
  margin-bottom: 60px;
  text-align: justify;
}

.sector-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 30px;
}

.sector-card {
  background-color: #fff;
  padding: 30px 5px 10px 5px;
  border-radius: 22px;
  text-align: left;
  border: 1px solid #e0e0e0;
  position: relative;
}

.sector-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 12px 20px;
  border-radius: 18px;

  display: inline-block;
  margin-bottom: 15px;
  position: absolute;
  top: -20px;

  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.energy-transition {
  background-color: #f05020;
}

.ai-integration {
  background-color: #f05020;
}

.consumer-evolution {
  background-color: #f05020;
}

.sector-card ul {
  padding: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}

.sector-card ul li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .sector-cards {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sector-focus {
    /* padding: 15px; */
    margin-top: 25px !important;
    margin-bottom: 0px !important;
  }
  .sector-focus h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
  }
  .sector-focus h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: left;
  }
  .sector-focus p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
  }
  .sector-focus {
    font-family: Inter;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
  }
  .sector-card ul li {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
  }
}

@media (max-width: 1200px) {
  .sector-focus {
    padding: 45px;
  }
}
@media (max-width: 1400px) {
  .process-overview {
    padding: 8px !important;
  }
}
@media (max-width: 1400px) {
  .sector-focus {
    padding: 25px !important;
  }
}
@media (max-width: 1400px) {
  .commercial-construct {
    padding: 25px !important;
  }
}
.commercial-construct {
  max-width: 1260px;
  margin: 50px auto;
  text-align: left;
  padding-top: 50px;
}

.commercial-construct h3 {
  color: #f05020;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.commercial-construct h2 {
  color: #101828;
  margin-bottom: 15px;

  font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
}

.commercial-construct h2 span {
  background: linear-gradient(
    to top,
    rgba(144, 238, 144, 0.5) 50%,
    transparent 50%
  );
}

.investment-approach {
  background-color: #f05020;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;

  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.5;
  margin-top: 60px;
}

.investment-approach strong {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.commercial-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ff845e1a;
  overflow: hidden;
}

.commercial-table td {
  border-bottom: 5px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  padding: 18px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  background-color: #ff845e1a;
}

.commercial-table td strong {
  /* color: #101828; */
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  line-height: 40px;
}

/* Alternate Row Background */
/* .commercial-table tr:nth-child(odd) {
  /* background-color: #fff; /
  background-color: #ff845e1a;
} */

/* @media (max-width: 768px) {
  .commercial-table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .commercial-table tr {
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
} */

@media (max-width: 768px) {
  .commercial-construct {
    /* padding: 15px; */
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .commercial-construct h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .commercial-construct h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -2%;
  }
  .investment-approach {
    margin-top: 20px;

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .investment-approach strong {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .commercial-table td strong {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .commercial-table td {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
}

@media (max-width: 1200px) {
  .commercial-construct {
    padding: 45px;
    margin: 50px auto;
  }
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}
