@charset "UTF-8";
/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/jost-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/jost-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/jost-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/jost-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/jost-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/jost-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  scroll-behavior: smooth;
}

*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

::after,
::before {
  box-sizing: border-box;
}

body {
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  line-height: 1.4;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
}

.title,
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost";
  line-height: 1.5;
  font-weight: 600;
}

.layout {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.wrapper,
.grid {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* Images and videos responsive */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* Loader container */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensure it stays on top */
  transition: opacity 0.5s ease;
}

/* Inner container to center content */
.loader-inner {
  text-align: center;
  color: #1b1b1b;
}

/* Progress bar background */
.progress-bar {
  width: 300px;
  height: 5px;
  background: #a5a5a5;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

/* Actual progress element */
.progress {
  width: 0%;
  height: 100%;
  background: #fbb03b; /* Accent color */
}

/* Percentage text */
.percentage {
  font-size: 16px;
}

header {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Jost";
  height: 75px;
}
header .menu-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .logo {
  cursor: pointer;
}
header .logo img {
  height: 50px;
}
header .overlay,
header .burger,
header .close {
  display: none;
}
header .menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-family: "Jost";
  padding: 0.37rem 0.3rem 0.3rem;
}
header .menu .links {
  padding: 0.65rem 0.1rem;
  cursor: pointer;
  font-family: "Jost";
  font-size: 1.1rem;
  font-weight: 400;
}
header .menu .links a {
  font-family: "Jost";
  padding: 0.65rem 0.75rem;
  color: #1b1b1b;
  transition: all 0.2s;
}
header .menu .links a:hover {
  color: #353535;
}
header .menu .links.active a {
  color: #353535;
  font-weight: 600;
}
header .menu .close {
  display: none;
}
header .menu .btn {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  header .burger {
    display: block !important;
  }
  header .burger .line {
    width: 35px;
    height: 3px;
    margin-bottom: 10px;
    background-color: #1b1b1b;
  }
  header .burger .line:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .overlay {
    width: 100%;
    height: 100dvh;
    background-color: #6f6f6f;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.7;
  }
  header .close {
    font-size: 3rem;
    font-weight: 100;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #1b1b1b;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    opacity: 0.5;
    position: absolute;
    padding: 5px;
    right: 5px;
    top: -5px;
  }
  header .menu {
    position: fixed;
    flex-direction: column;
    position: absolute;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
    height: 100dvh;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.2s ease;
    z-index: 99;
    border-radius: 0;
    padding: 3rem 2rem;
    font-size: 1.1rem;
  }
  header .menu.show {
    transform: translateX(0);
  }
}

main {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: #0083f5;
}

@media screen and (max-width: 576px) {
  .hinm {
    display: none !important;
  }
}

.sinm {
  display: none;
}
@media screen and (max-width: 576px) {
  .sinm {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .hint {
    display: none !important;
  }
}

.sint {
  display: none;
}
@media screen and (max-width: 768px) {
  .sint {
    display: block !important;
  }
}

.btn {
  background-color: transparent;
  border: solid 2px #434343;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-family: "Jost";
  transition: background-color 0.3s ease;
  font-weight: 400;
}
.btn:hover {
  background-color: #363636;
}
.btn img {
  height: 0.9rem;
}

.btn-primary {
  background-color: #f87c4b;
  border-color: #f87c4b;
  font-family: "Jost";
  color: #1b1b1b;
}
.btn-primary:hover {
  background-color: #f98e64;
  border-color: #f98e64;
}

.btn-trans {
  color: #1b1b1b;
  border-color: transparent;
}
.btn-trans:hover {
  background-color: transparent;
  border-color: transparent;
  color: #0e0e0e;
}

.btn-secondary {
  background-color: #1b1b1b;
  color: #ffffff;
  border-color: #1b1b1b;
}
.btn-secondary:hover {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.heroNew {
  min-height: calc(100vh - 75px);
  background: url("../images/heroNew.webp") center center/cover no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .heroNew {
    min-height: calc(100dvh - 75px);
  }
}
.heroNew .grid-hero {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 768px) {
  .heroNew .grid-hero {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .heroNew .grid-hero {
    grid-template-columns: 1fr;
  }
}
.heroNew .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  z-index: 1;
}
.heroNew .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}
@media screen and (max-width: 576px) {
  .heroNew .col {
    padding: 2.1rem 1.5rem 2rem 0;
  }
}
.heroNew .cta-right {
  margin-top: 1.5rem;
}

.powering {
  min-height: 90vh;
  background: url("../images/windT.webp") center center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
.powering .grid-hero {
  display: grid;
  grid-template-columns: 2fr 2fr;
}
@media screen and (max-width: 768px) {
  .powering .grid-hero {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .powering .grid-hero {
    grid-template-columns: 1fr;
  }
}
.powering .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  z-index: 1;
}
.powering .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}
@media screen and (max-width: 576px) {
  .powering .col {
    padding: 2.1rem 1.5rem 2rem 0;
  }
}
.powering .cta-right {
  margin-top: 1.5rem;
}

.titleN {
  font-size: 2.7rem;
  font-family: "Jost";
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .titleN {
    font-size: 2.2rem;
  }
}

.subN {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost";
}
@media screen and (max-width: 576px) {
  .subN {
    font-size: 1.2rem;
  }
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5rem;
}

.grid-64 {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-64 {
    grid-template-columns: 100%;
  }
}

.anim {
  background-color: #1b1b1b;
  margin-top: -5px;
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/gas-tanker-new.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  padding-top: 60px;
  justify-content: center;
  transition: background-image 1.5s ease-in-out; /* Smooth transition */
}
@media screen and (max-width: 576px) {
  .anim {
    min-height: 80vh;
    background-position: bottom right;
    background-image: url("../images/gas-tanker-oplow-color-nolight-phone.png");
  }
}

.section .wrapper {
  text-align: center;
  width: 100%;
  max-width: 750px;
  padding: 0 1rem;
}
.section .text {
  font-size: 1rem;
  color: #1b1b1b;
  font-weight: 300;
  font-family: "Inter";
  line-height: 1.5;
}

.aboutN {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.aboutN img {
  position: relative;
  bottom: -60px;
}

.whatwedo {
  background-color: #f87c4b;
  padding-top: 80px;
  padding-bottom: 90px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-46 {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-46 {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 576px) {
  .grid-46 {
    grid-template-columns: 1fr;
  }
}

.grid-md-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 576px) {
  .grid-md-2 {
    grid-template-columns: 1fr;
  }
}

.blurb .title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.blurb .text {
  font-family: "Jost";
  font-weight: 400;
}

.blurb-img {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blurb-img .title {
  font-size: 1.5rem;
}
.blurb-img .img {
  width: 100%;
}
.blurb-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blurb-img .body {
  background-color: #f1f1f1;
  padding: 1rem 1.5rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about.aboutNew {
  position: relative;
  height: 100%;
  padding: 70px 0 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -300px;
  margin-bottom: -300px;
  background-color: #f87c4b;
}
.about.aboutNew .wrapper {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.bgDark {
  background-color: #1b1b1b;
}

.cta {
  background-color: transparent;
  color: #f87c4b;
  text-transform: uppercase;
  font-family: "Jost";
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.video-products {
  padding-bottom: 100px;
}
.video-products .wrapper {
  max-width: 750px;
  margin: 3.5rem auto 0;
}
.video-products .title {
  margin-bottom: 1rem;
}
.video-products .cta {
  margin-top: 1rem;
}
.video-products .video-wrapper {
  width: 100%; /* Full-width container */
  overflow: hidden; /* Hide overflow so only visible area shows */
  position: relative;
}
.video-products .video-slider {
  display: flex; /* Arrange videos in a row */
  gap: 0.5rem;
  /* No CSS animation – we'll control it with JavaScript */
}
.video-products .video-slider video {
  max-width: 450px; /* Each video will not exceed 600px */
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover; /* Keep video aspect ratio */
  width: 100%;
  flex-shrink: 0; /* Prevent the videos from shrinking */
}

.sustainable {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0 0;
  display: flex;
  align-items: flex-end;
}
.sustainable video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.sustainable .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 17, 0.7);
  z-index: -1;
}
.sustainable .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  max-width: calc(750px - 5%);
  z-index: 1;
}
.sustainable .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.75rem !important;
}

.mt-6 {
  margin-top: 2rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.75rem !important;
}

.mb-6 {
  margin-bottom: 2rem !important;
}

.why-choose-us {
  padding: 80px 0;
}
.why-choose-us .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .why-choose-us .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-choose-us .grid img {
  width: 100%;
}
.why-choose-us .grid .col:first-child {
  max-width: 550px;
}
.why-choose-us .features {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .why-choose-us .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .why-choose-us .features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-choose-us .features .f-body {
  padding: 1rem 1.2rem 1.5rem;
  background-color: #292929;
}
.why-choose-us .features .f-body .text {
  font-size: 0.875rem !important;
}
.why-choose-us .features img {
  width: 100%;
}
.why-choose-us .features .title {
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  margin-bottom: 1rem;
}
ul .title {
  font-size: 1.1rem !important;
  letter-spacing: 1px;
  margin-bottom: 0.5rem !important;
}

footer {
  background-color: #1b1b1b;
  padding: 80px 0 40px;
}
footer .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  footer .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  footer .grid {
    grid-template-columns: 1fr 1fr;
  }
}
footer .logo img {
  height: 65px;
  margin-bottom: 1rem;
}
footer .text {
  font-size: 0.875rem;
  color: #ffffff;
}
footer .title {
  font-size: 1.3rem;
  font-family: "Jost";
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
footer .link {
  margin-bottom: 0.875rem;
  font-family: "Inter";
  font-size: 1rem;
  line-height: 1.4;
}
footer .link a {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
footer .link a:hover {
  color: #6f6f6f;
}
footer .bottom {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #6f6f6f;
}

.bg-transparent {
  background-color: transparent !important;
}

.aboutHero {
  background-color: transparent !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100dvh;
  margin-top: -75px;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.aboutHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.os-about {
  padding: 60px 0 0;
  background: url("/public/images/os-about.webp") center center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.os-about .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  max-width: calc(700px - 5%);
  z-index: 1;
}
.os-about .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}

.source {
  padding: 60px 0 0;
  background: url("/public/images/aboutHPoster.webp") center center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.source .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  max-width: calc(700px - 5%);
  z-index: 1;
}
.source .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}

.logistic {
  padding: 60px 0 0;
  background: url("/public/images/fuelShip.webp") center center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.logistic .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  max-width: calc(700px - 5%);
  z-index: 1;
}
.logistic .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}

.vision {
  padding: 60px 0;
  background: url("/public/images/vision-bg.webp") center center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision .title {
  max-width: 100%;
  margin-bottom: 1rem;
}
.vision .text {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.2rem;
}
.vision .wrapper {
  max-width: 800px;
  text-align: start;
}

.grid-md-30g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-3-md {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-3-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .grid-3-md {
    grid-template-columns: 1fr;
  }
}

.f-col {
  position: relative;
}
.f-col img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.f-col .title {
  font-size: 1.1rem;
  height: 80px;
  letter-spacing: 1px;
  line-height: 1.4;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  color: #ffffff;
  align-items: flex-end;
  padding: 1.5rem 1.5rem 1.7rem;
  margin-top: -80px;
  z-index: 2;
  position: relative;
}
.f-col .text {
  font-size: 0.875rem;
  padding: 1rem;
  background-color: #232323;
}

.cta {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.tabs {
  position: relative;
  padding-bottom: 120px;
}
.tabs .cta {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .tabs {
    padding-bottom: 50px;
  }
}
.tabs .tab-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.tabs .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.tabs .tab-link {
  white-space: nowrap;
  background-color: #292929;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s;
}
.tabs .tab-link.active {
  background-color: #f87c4b;
  color: #ffffff;
}
.tabs .tab-content {
  margin-top: 2rem;
  display: flex;
}
.tabs .tab-content img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media screen and (max-width: 990px) {
  .tabs .tab-content img {
    position: relative;
    width: 100%;
  }
}

.grid-2-sm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-2-sm {
    grid-template-columns: 1fr;
  }
}

.services .cta-right {
  justify-content: center;
  flex-direction: row;
  margin-top: 3.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.layout.layout-sm {
  max-width: 1100px;
}

.contact-blurb .title {
  font-size: 1rem;
  text-transform: none;
  line-height: 1.4;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: 500 !important;
  font-family: "Inter";
}

.contact {
  padding: 80px 0;
}
.contact .mb-3 {
  margin-bottom: 1rem;
}
.contact .title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 100%;
  margin-bottom: 1rem;
}
.contact .title-xl {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 100%;
  margin-bottom: 2rem;
}
.contact .sub {
  font-size: 1rem;
  color: #6f6f6f;
}

.grid-3-md {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .grid-3-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .grid-3-md {
    grid-template-columns: 1fr;
  }
}

input,
textarea,
select {
  padding: 0.7rem 1.2rem;
  border-radius: 0;
  border: 1px solid #1b1b1b;
  background-color: #ffffff;
  outline: none;
  width: 100%;
  font-size: 1rem;
  font-family: "Jost";
  font-weight: 500;
  transition: all 0.2s ease;
  color: #1b1b1b;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #6f6f6f;
  font-weight: 400;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6f6f6f;
  font-weight: 400;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #f87c4b;
}

label {
  font-size: 0.875rem;
  color: #1b1b1b;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  font-family: "Jost";
  text-transform: capitalize;
}

.form-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 576px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.g-map iframe {
  filter: grayscale(80%);
}

.static- {
  padding-bottom: 60px;
  color: #6f6f6f;
}
.static- .title {
  max-width: 100%;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.static- .text,
.static- .sub {
  margin-bottom: 1.5rem;
}

.form-alert.success {
  color: green;
  background: #edffed;
  border: 1px solid green;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}

.form-alert.error {
  color: red;
  background: #ffdddd;
  border: 1px solid red;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}

.flex-ul {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.flex-ul li {
  margin-bottom: 0;
  padding-left: 30px !important;
}

.c-ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.c-ul li {
  position: relative;
  padding-left: 40px; /* Make space for icon */
  margin-bottom: 1rem; /* Space between items */
}

.c-ul li::before {
  content: "";
  position: absolute;
  top: 2px; /* adjust vertically */
  left: 0;
  width: 24px; /* icon width */
  height: 1.1rem; /* icon height */
  background-image: url("../images/checkList.svg"); /* your custom icon */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.esgHero {
  min-height: calc(100vh - 75px);
  background: url("../images/hybridEnergy.webp") center center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .esgHero {
    min-height: calc(100dvh - 75px);
  }
}
.esgHero .grid-hero {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 768px) {
  .esgHero .grid-hero {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .esgHero .grid-hero {
    grid-template-columns: 1fr;
  }
}
.esgHero .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 0rem 0;
  max-width: calc(700px - 5%);
  position: relative;
  z-index: 1;
}
.esgHero .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}
@media screen and (max-width: 576px) {
  .esgHero .col {
    padding: 2.1rem 1.5rem 2rem 0;
  }
}

.bgPrimary {
  background-color: #f87c4b;
}

.c-ul-list {
  list-style: circle;
  padding-left: 1rem;
}
.c-ul-list li {
  font-family: "Jost";
  line-height: 1.5;
}

.esgBg {
  background-color: #029760 !important;
  color: #ffffff !important;
}

.transition {
  padding: 60px 0 0;
  background: url("/public/images/windT.webp") center center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.transition .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 2rem 0;
  position: relative;
  max-width: calc(700px - 5%);
  z-index: 1;
}
.transition .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}

.careerH {
  min-height: calc(100vh - 75px);
  background: url("../images/careersH.webp") center center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .careerH {
    min-height: calc(100dvh - 75px);
  }
}
.careerH .grid-hero {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 768px) {
  .careerH .grid-hero {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .careerH .grid-hero {
    grid-template-columns: 1fr;
  }
}
.careerH .col {
  background-color: #f87c4b;
  padding: 2.1rem 2.2rem 0rem 0;
  max-width: calc(700px - 5%);
  position: relative;
  z-index: 1;
}
.careerH .col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background-color: #f87c4b;
  z-index: -1; /* Behind the text */
}
@media screen and (max-width: 576px) {
  .careerH .col {
    padding: 2.1rem 1.5rem 2rem 0;
  }
}

.fileUpload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  background-color: #f1f1f1;
  border: dashed 2px #f87c4b;
  height: 48px;
  padding: 0.7rem 1rem;
  cursor: pointer;
  position: relative;
}
.fileUpload .fileText {
  width: calc(100% - 2rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-family: "Jost";
}
.fileUpload img {
  width: 1rem;
}
.fileUpload .removeFile {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(253, 69, 69);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  display: none;
}

.err-val,
.form-val {
  font-size: 0.875rem;
  color: #ff4747;
  margin-top: 0.25rem;
  font-family: "Jost";
}