/* ==========================================================================
   Base Tokens & Typography
   ========================================================================== */
:root {
  --bs-link-color: #00529c;
  --bs-link-color-rgb: 0, 82, 156;
  --bs-link-hover-color-rgb: 0, 0, 0;
}

body {
  background-color: #fff;
  color: #4b4b4b;
  font-family: "Roboto", sans-serif, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", "SimSun";
  font-size: 20px;
  line-height: 1.5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0.25em !important;
  color: #00529c;
  font-weight: 700;
}

h5 {
  font-weight: black;
  text-transform: uppercase;
  color: #000;
}

.sticky-section {
  background: lightgray;
  padding: 20px;
  position: sticky;
  top: 85px;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 99;
}

.fade-out {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* ==========================================================================
   Links, Buttons & Inline Utilities
   ========================================================================== */
a:link {
  color: #00529c;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a.light:link {
  color: #007dc3;
}
a.light:visited {
  color: #54bceb;
}
a.light:hover, a.light:active, a.light:focus {
  color: #d9c826;
}
a.tab, a.tab:link, a.tab:visited, a.tab:focus {
  background-color: #4b4b4b;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}
a.tab:hover, a.tab:active {
  background-color: #5e9732;
  color: #4b4b4b;
}
a.button, a.button:link, a.button:visited, a.button:focus {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAtCAMAAABGbMFFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQzlCNjg2Qjk2N0ZFMjExOUFFQUU0ODNBMjI0ODAwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMDE2MzMyN0RCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMDE2MzMyNkRCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxNUU3Njc2Qzc4MkUyMTE4REIyRTQ0QzZCMjg1Rjg0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVDOUI2ODZCOTY3RkUyMTE5QUVBRTQ4M0EyMjQ4MDA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mbgo+wAAAEJQTFRF3d3d19fX9/f3+vr62trazc3N0dHR+/v76+vr6Ojo9fX15eXl1dXV4uLi39/fz8/P8/Pz8PDw09PT/f397e3t////qrlwkAAAAENJREFUeNrsx7cBgCAAAME3oBgAMey/qvUzgJXXHY/x/9tfxmwMRm+sxmFU4zaisRibkYxstEajM3bjNCajGMFeAQYAV9sp12mWeHAAAAAASUVORK5CYII=") repeat-x 50% 100%;
  border: 1px solid media #ccc;
  box-shadow: 0 5px 10px -5px #4b4b4b;
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 5px 5px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
a.button:hover, a.button:active {
  background: #222;
  color: #eee;
}
a.button .icon {
  float: right;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
}
a.tag, a.tag:link, a.tag:visited {
  background-color: #fff;
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 3px;
  padding: 3px 6px;
  position: relative;
  vertical-align: middle;
}
a.tag:hover, a.tag:active, a.tag:focus {
  background-color: #007dc3;
  color: #fff;
}
a.white:link, a.white:visited {
  color: #fff !important;
}
a.white:hover, a.white:active, a.white:focus {
  color: #007dc3;
}
a img {
  border: none;
  vertical-align: middle;
}
a.btn {
  color: black;
  padding: 1em 3em;
  font-weight: bold;
  text-transform: uppercase;
}

form input .button {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAtCAMAAABGbMFFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQzlCNjg2Qjk2N0ZFMjExOUFFQUU0ODNBMjI0ODAwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMDE2MzMyN0RCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMDE2MzMyNkRCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxNUU3Njc2Qzc4MkUyMTE4REIyRTQ0QzZCMjg1Rjg0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVDOUI2ODZCOTY3RkUyMTE5QUVBRTQ4M0EyMjQ4MDA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mbgo+wAAAEJQTFRF3d3d19fX9/f3+vr62trazc3N0dHR+/v76+vr6Ojo9fX15eXl1dXV4uLi39/fz8/P8/Pz8PDw09PT/f397e3t////qrlwkAAAAENJREFUeNrsx7cBgCAAAME3oBgAMey/qvUzgJXXHY/x/9tfxmwMRm+sxmFU4zaisRibkYxstEajM3bjNCajGMFeAQYAV9sp12mWeHAAAAAASUVORK5CYII=") repeat-x 50% 100%;
  border: 1px solid media #ccc;
  box-shadow: 0 5px 10px -5px #4b4b4b;
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 5px 5px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
form input .button:hover {
  background: #222;
  color: #eee;
}
form input[type=button], form input[type=submit] {
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAtCAMAAABGbMFFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQzlCNjg2Qjk2N0ZFMjExOUFFQUU0ODNBMjI0ODAwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMDE2MzMyN0RCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMDE2MzMyNkRCQjgxMUUyOUEwN0I0ODg4Rjg1NERCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxNUU3Njc2Qzc4MkUyMTE4REIyRTQ0QzZCMjg1Rjg0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVDOUI2ODZCOTY3RkUyMTE5QUVBRTQ4M0EyMjQ4MDA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mbgo+wAAAEJQTFRF3d3d19fX9/f3+vr62trazc3N0dHR+/v76+vr6Ojo9fX15eXl1dXV4uLi39/fz8/P8/Pz8PDw09PT/f397e3t////qrlwkAAAAENJREFUeNrsx7cBgCAAAME3oBgAMey/qvUzgJXXHY/x/9tfxmwMRm+sxmFU4zaisRibkYxstEajM3bjNCajGMFeAQYAV9sp12mWeHAAAAAASUVORK5CYII=") repeat-x 50% 100%;
  border: 1px solid media #ccc;
  box-shadow: 0 5px 10px -5px #4b4b4b;
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 5px 5px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
form input[type=button]:hover, form input[type=submit]:hover {
  background: #222;
  color: #eee;
}

.ratio {
  background: #fff !important;
}

.white {
  color: #fff !important;
}

h2.fw-bold {
  font-size: 2em;
}

/* ==========================================================================
   Homepage Content Blocks
   ========================================================================== */
.fuel-solutions-section img {
  border-radius: 10px;
  height: auto;
}

.fuel-icons img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  transition: transform 0.3s;
}
.fuel-icons img:hover {
  transform: scale(1.1);
}

/* ==========================================================================
   Content Defaults
   ========================================================================== */
h2 a:link, h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited {
  color: #dc3545;
  text-decoration: none;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #007dc3;
}

.h6,
.h6 a,
.h6 a:visited {
  color: #007dc3;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
}
.h6 a:hover {
  color: #5e9732;
}

.content .content {
  font-size: 1em;
  margin-top: 0;
}

strong {
  font-family: roboto;
  font-weight: 700;
}

ol {
  list-style: decimal outside none;
}
ol ol {
  list-style: lower-alpha outside none;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}
img.lazy-slide {
  position: absolute;
}
img.fancy {
  border: 10px solid #fff;
  box-shadow: 0 0 3px 0 #888;
  margin: 10px;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  line-height: 1.3;
  vertical-align: top;
}
table.c td {
  text-align: center;
}
table.padded td,
table.padded th {
  padding: 10px !important;
}
table.middle td,
table.middle th {
  vertical-align: middle !important;
}
table.spec {
  background-color: #fff;
  border: 0;
  font-weight: 300;
  margin: 0 auto;
  text-align: left;
}
table.spec thead th {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAB4CAYAAADGxhMwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGdJREFUeNrsz8EJgDAMBdBaOlIncDCXcAEncQKncYF6sVCkgj15eYFA8smDdiqlhJGKYbAAAAAAAAAAAAAAAAAAAACAn0Ba1q3d92aee3lqwqOZ81seR47rHz4fV3DenR9v7uaXAAMAE80TDBIvG8gAAAAASUVORK5CYII=");
  background-position: 50% 100%;
  background-repeat: repeat-x;
  border-bottom: 0 none;
  vertical-align: bottom;
}
table.spec td,
table.spec th {
  border-bottom: 1px solid #e7e7e7;
  padding: 1em;
  vertical-align: middle;
}
table.spec td p,
table.spec th p {
  margin: 0;
  white-space: normal;
}
table.spec tbody th {
  color: #7d929f;
  font-weight: 700;
  padding-left: 0;
  vertical-align: middle;
}
table.spec tbody th span {
  font-weight: 300;
}
table.spec tbody tr:hover {
  background-color: #f5f5f5;
}
table.spec tfoot ol,
table.spec tfoot ul {
  margin-bottom: 0;
}
table.spec tr:last-child th,
table.spec tr:last-child td {
  border: 0;
}

th.indent,
td.indent {
  padding-left: 20px;
}
th.br2,
td.br2 {
  border-right: 2px solid #dadada !important;
}

tr.sum td,
tr.sum th {
  border-top: 3px solid #888;
}
tr.spacer td {
  border: 0 none;
  padding: 0;
}
tr.total td,
tr.total th {
  background-color: #dadada;
  color: #005daa;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px 5px;
}

thead th {
  color: #447a9a;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
}
thead td {
  font-size: 1em;
  text-align: right;
  white-space: normal;
}

td.footer,
tfoot td {
  color: #7d929f;
  font-size: 0.75em;
  font-style: italic;
  text-align: left;
  white-space: normal;
}

/* ==========================================================================
   Menus & Breadcrumbs
   ========================================================================== */
.menu {
  font-weight: 400;
  line-height: 1.2;
}
.menu > ul > li > ul > li {
  max-width: 100% !important;
  text-transform: initial;
  padding: 0;
}
.menu a:not(.white) {
  display: block;
  text-decoration: none;
  padding-bottom: 0.25em;
}
.menu ul {
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menuLined a {
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.menuLined ul {
  padding: 0;
}
.menuLined ul ul {
  border: 0 none;
  margin-left: 0;
  padding: 0 0 0 0.5em;
}
.menuLined ul ul li {
  border-bottom: 0 none;
}
.menuLined li {
  margin: 0;
  padding: 0;
}

.menuNav a, .menuNav a:visited {
  color: #4b4b4b;
}
.menuNav a:hover, .menuNav a:focus {
  color: #007dc3;
}
.menuNav a:active {
  color: #5e9732;
}
.menuNav a.active {
  color: #003f78;
}
.menuNav a.active:hover, .menuNav a.active:focus {
  color: #003f78;
}
.menuNav a.self:after {
  font-size: 1.25em;
  line-height: 0;
}

li.first.active.self {
  font-style: italic;
}

nav ul {
  list-style: none;
}

.p0 {
  padding: 0;
}

#breadcrumb {
  font-size: 90%;
  padding: 2em 0 0 0;
  margin: 0;
  display: inline-block;
}
#breadcrumb li {
  float: left;
  list-style-type: none;
  font-style: italic;
  margin: 0;
}
#breadcrumb li + li:before {
  content: ">";
  margin: 0 10px;
}
#breadcrumb li:before {
  content: "";
  font-family: "";
  float: left;
  margin-left: -1.65em;
  color: #000;
}

/* ==========================================================================
   Layout Containers & Legacy Components
   ========================================================================== */
.container-overlay {
  position: absolute;
  top: 6.3em;
  width: 100%;
}

.container-news {
  margin-bottom: 60px;
}
.container-news h2 {
  font-size: 2em;
}

.raquo {
  font-size: 1.1em;
  line-height: 1;
  margin: 0 10px;
}

.brochure {
  box-shadow: 0 5px 10px -5px #4b4b4b;
  display: inline-block;
  height: 320px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.brochure .title {
  display: none;
}
.brochure:hover .title {
  display: block;
}

.dropdown-menu ul {
  padding: 0;
}

/* ==========================================================================
   Navigation & Quick Modifiers
   ========================================================================== */
.tr {
  text-align: right !important;
}

a.dropdown-item {
  padding: 0.75em 1em;
  text-transform: capitalize;
  color: #000;
}
a.active.self {
  font-style: italic;
}

.show {
  display: block !important;
}

.section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.top-bar {
  padding: 0.7em 0;
}
.top-bar a {
  text-transform: uppercase;
  font-family: roboto;
}

.dropdown-menu > ul > li {
  padding: 0.3em 1.5em;
}

nav > ul > li > ul > li > a {
  font-weight: 500;
}
nav > ul > li > ul > li.active.self,
nav > ul > li > ul > li > ul > li.active.self {
  list-style-type: square;
  color: #ccc;
  font-style: italic;
  margin-left: 21px;
}
nav > ul > li > ul > li > ul > li.active.self {
  font-style: italic;
}
nav > ul > li > ul > li > ul > li > a {
  text-transform: capitalize;
}

li.first.active.self > ul > li, li.active.self > ul > li {
  font-weight: normal;
  font-style: normal !important;
}
li.last {
  margin-bottom: 0.25em;
}
li.col-md-12.col-lg-3.level1 {
  margin-bottom: 1em;
}

.content ul li {
  margin: 0 0 1em 0;
  list-style: none;
  color: #4b4b4b;
}
.content ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  float: left;
  margin-left: -1.65em;
  color: #000;
}

button.navbar-toggler {
  margin: 0.5em 0em;
}

.custom-offcanvas .nav-link:hover {
  text-decoration: underline;
}

.carousel-item .card {
  border: 0;
  height: 250px;
  padding: 0 1.25em;
  background: #f5f5f5;
}

ul.nav > li.dropdown > div > ul > li:hover {
  background: #f5f5f5 !important;
}
ul.nav > li.dropdown > div > ul > li > a:hover {
  text-decoration: none;
}
ul.nav.navbar-nav li:last-child > a.nav-link {
  border-right: 0;
}

.navbar-nav:not(#menu) li:hover > .dropdown-menu {
  display: block;
}

.nav-menu {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
  cursor: pointer;
}
.nav-menu span {
  font-size: 30px;
  color: #fff;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9998;
}

.nav-container {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 320px;
  height: 100%;
  right: -100%;
}

.navigation {
  padding: 0;
  list-style-type: none;
}
.navigation a {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  color: #202121;
  font-weight: bold;
  font-size: 18px;
  transition: 200ms;
}
.navigation a:not(last-child) {
  border-bottom: 1px solid #e6eaea;
}
.navigation a:hover, .navigation a:focus {
  text-decoration: none;
  color: #f16876;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .caret {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 4px solid\9 ;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: 300ms;
  color: #f16876;
}

.caret.open {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar-collapse.collapse {
  transition: height 0.2s;
}
.navbar-collapse.collapse.in {
  max-height: none;
  height: 100vh !important;
}
.navbar-collapse.collapse.show {
  overflow-y: scroll;
  max-height: none;
  height: 100vh !important;
}
.navbar-collapse.collapsing {
  height: 0 !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: 0;
}

@media (max-width: 997px) {
  .nav-mobile-toggle,
  .nav-mobile-offcanvas {
    display: block;
  }
  .nav-desktop-menu {
    display: none !important;
  }
}
@media (min-width: 998px) {
  .nav-mobile-toggle,
  .nav-mobile-offcanvas {
    display: none !important;
  }
  .nav-desktop-menu {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    min-width: 0;
    align-items: center;
  }
  .nav-desktop-menu .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
  }
  .nav-desktop-menu .nav-item {
    display: flex;
    align-items: center;
  }
  .nav-breakpoint-997 {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .nav-breakpoint-997 > .container-xl > a:first-child {
    flex: 0 0 auto;
  }
}
@media (min-width: 998px) and (max-width: 1199.98px) {
  .nav-desktop-menu #menu > .nav-item > .nav-link,
  .nav-desktop-menu #menu > .nav-item > .dropdown-heading > .nav-link,
  .nav-desktop-menu #menu > .nav-item > .dropdown-label {
    padding: 1.25rem 0.75rem !important;
  }
  .nav-desktop-menu #menu > .nav-item > .dropdown-heading > .submenu-toggle,
  .nav-desktop-menu #menu > .nav-item > .submenu-toggle {
    flex-basis: 1.25rem;
    margin-right: 0.5rem;
  }
}
footer section a {
  margin-bottom: 0.75em;
}

span.carousel-control-prev-icon {
  position: relative;
  right: 40px;
}
span.carousel-control-next-icon {
  position: relative;
}

[type=button]:hover {
  opacity: 1;
}

/* ==========================================================================
   Responsive Navigation & Product Tabs
   ========================================================================== */
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 377px) {
  .small-company-text {
    font-size: 13.85px;
  }
  .slick-slide img {
    width: 100% !important;
    padding-top: 3.6em;
  }
  .slick-track {
    will-change: transform;
    height: 200px;
  }
  [type=button].slick-prev, [type=button].slick-next {
    top: 60%;
    height: 30px;
  }
}
#featureTabs {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}
#featureTabs .nav-link {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  #featureTabs {
    border-bottom: 0;
    flex-direction: column;
  }
  #featureTabs .nav-item {
    width: 100%;
  }
  #featureTabs .nav-item:last-child .nav-link {
    border-right: 1px solid #dee2e6 !important;
  }
  #featureTabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 0;
    text-align: center;
    width: 100%;
  }
  #featureTabs .nav-link + .nav-link {
    border-top: none;
  }
  .hero-title {
    font-size: 1em !important;
  }
  #featureTabsContent img {
    width: 100%;
    margin: 1em 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .hero-content {
    background-color: rgba(0, 0, 0, 0.72);
    padding: 1em !important;
    margin: 0 !important;
  }
  .hero-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }
  .animated-box {
    height: auto !important;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table td::before {
    content: attr(data-label);
    float: left;
  }
}
@media (max-width: 680px) {
  a.dropdown-item {
    padding: 0.25em 1em;
  }
  a.nav-link {
    border-right: 0 !important;
  }
  a.dropdown-toggle.nav-link {
    font-size: 1.5em;
    padding: 1em;
  }
  .dropdown-menu {
    padding: 1em;
  }
  .img-responsive {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .gallery-item-style {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--gallery-aspect-ratio, auto);
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 1em;
    cursor: pointer;
    margin: 1em 0em 1em 0 !important;
  }
  #hero-component {
    display: none;
  }
  .dropdown-menu:not(#menu .dropdown-menu) {
    position: relative !important;
    width: 100%;
  }
  div#variety-fuel-types {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .fuel-solutions-section img {
    border-radius: 0 !important;
    width: 25%;
    height: auto;
  }
}
aside.menu.menuLined.menuNav > a {
  padding: 0;
  margin: 0;
}
aside.col-sm-6.col-md-4.last.level1.mb {
  margin-bottom: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.5em 1em;
}

ul.dropdown-menu {
  padding: 0;
  margin: 0;
}
ul.nav > li.dropdown > ul.dropdown-menu > li > ul.dropdown-menu > li > a.nav-link:hover {
  background: #e9ecef;
  color: #000 !important;
}
ul.nav > li > ul.dropdown-menu {
  border: 1px solid #ccc !important;
}

#menu > li > a.nav-link {
  padding: 1.5em !important;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .nav-item .submenu.level3, .nav-item .submenu.level2 {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ==========================================================================
   Applications, Footer & Shared Dropdowns
   ========================================================================== */
.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#applications.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.25rem;
  justify-items: center;
  justify-content: center;
}
#applications.icon-grid > li {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.icon {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
}
.icon img {
  margin-bottom: 0.5rem;
}
.icon span {
  text-transform: uppercase;
}

div#expertise {
  background: #f5f5f5;
  padding: 2em 2em 7em;
}
@media screen and (max-width: 1400px) {
  div#expertise {
    padding: 2em !important;
  }
}

ul#applications {
  list-style: none;
}

#applications img {
  display: block;
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto 1em;
}
#applications span {
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  #applications.icon-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  #applications.icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dropdown-menu {
  --dropdown-zindex: 1050;
  --dropdown-min-width: 10rem;
  --dropdown-padding-x: 1rem;
  --dropdown-padding-y: 1rem;
  --dropdown-spacer: 1.125rem;
  --dropdown-font-size: 1rem;
  --dropdown-color: #000000;
  --dropdown-bg: #fff;
  --dropdown-border-color: rgba(0, 0, 0, 0.15);
  --dropdown-border-radius: 0;
  --dropdown-border-width: 1px;
  --dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --dropdown-link-color: #212529;
  --dropdown-link-hover-color: #fff;
  --dropdown-link-active-color: #fff;
  --dropdown-link-disabled-color: #6c757d;
  --dropdown-item-padding-x: 1rem;
  --dropdown-item-padding-y: 1rem;
  --dropdown-header-color: #6c757d;
  --dropdown-header-padding-x: 1rem;
  --dropdown-header-padding-y: 0.5rem;
  --dropdown-item-border-radius: 0.25rem;
  --dropdown-shadow-intensity: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: var(--dropdown-zindex);
  min-width: var(--dropdown-min-width);
  padding: 2em;
  margin: 0;
  font-size: var(--dropdown-font-size);
  color: var(--dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--dropdown-bg);
  background-clip: padding-box;
  border: var(--dropdown-border-width) solid var(--dropdown-border-color);
  border-radius: var(--dropdown-border-radius);
  box-shadow: 0 0.5rem 1rem var(--dropdown-shadow-intensity);
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1em 2em;
  clear: both;
  font-weight: 400;
  color: var(--dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border-radius: var(--dropdown-item-border-radius);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--dropdown-link-hover-color);
  background-color: var(--dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--dropdown-link-active-color);
  background-color: var(--dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-header {
  display: block;
  padding: var(--dropdown-header-padding-y) var(--dropdown-header-padding-x);
  font-size: 0.875rem;
  color: var(--dropdown-header-color);
  white-space: nowrap;
}

footer #foot a:link {
  color: #fff;
}
footer #foot a:visited {
  color: #ccc;
}
footer #foot a:hover {
  color: #f5f5f5 !important;
}

/* ==========================================================================
   Product Detail Media & Utility Blocks
   ========================================================================== */
.header-bg {
  background: #e0e7ed;
  background: linear-gradient(41deg, rgb(224, 231, 237) 0%, rgb(255, 255, 255) 100%);
}

.animated-box {
  background: linear-gradient(to right, rgb(245, 245, 245) 50%, rgba(245, 245, 245, 0.26) 64% 64%, #dadada 100%);
  height: 405px;
}

.animated-img {
  position: absolute;
  right: 0;
  top: -1em;
}

#hero-component {
  animation: heroComponentIn 0.45s ease-out both;
}

.background-image-layer {
  opacity: 0;
  filter: grayscale(100%);
  transform: scale(1.05);
  animation: heroReveal 1.2s ease-out forwards;
}

@keyframes heroComponentIn {
  from {
    opacity: 0;
    transform: translate3d(12px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heroReveal {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 0.2;
    transform: scale(1);
  }
}
.tab-content-style {
  border: 1px solid #dee2e6;
  border-top: 0;
}

.product-leftnav-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1rem;
  border: 1px solid #dee2e6;
  background: #fff;
  color: #00529c;
  font-weight: 700;
  text-align: left;
}

.product-leftnav-toggle__icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
}

.product-leftnav-toggle__icon::before {
  content: "+";
}

.product-leftnav-toggle[aria-expanded=true] .product-leftnav-toggle__icon::before {
  content: "-";
}

.product-leftnav-collapse {
  border: 1px solid #dee2e6;
  border-top: 0;
  padding: 1rem;
}
.product-leftnav-collapse .product-leftnav-heading {
  display: none;
}

@media (min-width: 998px) {
  .product-leftnav {
    flex: 0 0 auto;
    width: 25%;
    align-self: flex-start;
  }
  .product-main-content {
    flex: 0 0 auto;
    width: 75%;
  }
  .product-leftnav-toggle {
    display: none;
  }
  .product-leftnav-collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    border: 0;
    padding: 0;
  }
  .product-leftnav-collapse > .menu {
    position: sticky;
    top: 150px;
    z-index: 1;
  }
  .product-leftnav-collapse .product-leftnav-heading {
    display: block;
  }
}
@media (max-width: 997px) {
  .product-leftnav,
  .product-main-content {
    flex: 0 0 auto;
    width: 100%;
  }
}
.gallery-item-style {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--gallery-aspect-ratio, auto);
  object-fit: contain;
  border: 1px solid #ccc;
  padding: 1em;
  cursor: pointer;
  margin: 0 1em 2em 1em;
}

.f-thumbs__slide.for-image {
  background: #fff;
}

.video-container {
  position: relative;
  display: inline-block;
  padding: 1px;
  cursor: grab;
  user-select: none;
  width: 100%;
}
.video-container:active {
  cursor: grabbing;
}

.position-relative {
  position: relative;
}

.header-badge {
  background: #000;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 1em;
  display: inline-block;
}

.hero-title {
  font-size: 3em;
  color: #00529c;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 2em;
  line-height: 1.3;
}

.section-header {
  background: #00529c !important;
  padding: 0.5em !important;
  margin: 0;
}
.section-header h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 !important;
  padding: 0 !important;
}
.section-header h3.h4 {
  color: #fff;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.img-fluid {
  width: 100%;
}

.table.table-bordered tbody tr td:first-child {
  text-transform: uppercase;
  color: #999;
  font-size: 0.8em;
}

.bg-table {
  background: #f5f5f5 !important;
}

.header-animate {
  min-height: 250px;
}

/* ==========================================================================
   Cookie Consent
   ========================================================================== */
.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}
.cookie-consent__inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.95);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.cookie-consent__text p {
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}
.cookie-consent__text small {
  opacity: 0.8;
}
.cookie-consent__text a {
  color: #9fd3ff;
  text-decoration: underline;
}
.cookie-consent__actions {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .cookie-consent {
    left: auto;
    right: 20px;
    max-width: 520px;
  }
}

button#cc-manage {
  font-size: 18px;
  text-decoration: none;
}

/* ==========================================================================
   Footer Trademark Logos
   ========================================================================== */
.tm-logo {
  height: 15px;
} /* keeps size consistent */
.tm-wprt {
  margin-top: 0.45em;
}

.tm-gfi {
  margin-top: 0.35em;
}

.manage-cookies.btn-link {
  line-height: inherit;
  vertical-align: baseline;
}

/* =========================================================
   Flip Card (works with your markup)
   ========================================================= */
.flip-card {
  position: relative;
  perspective: 1200px; /* depth */
  -webkit-perspective: 1200px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 750px; /* adjust to your design */
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
  will-change: transform;
}
.flip-card:hover .flip-card-inner, .flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0.75rem; /* match Bootstrap-ish rounding */
  overflow: hidden;
}
.flip-card-front.card, .flip-card-back.card {
  margin: 0;
}
.flip-card-front {
  transform: rotateY(0deg);
}
.flip-card-front .card-body {
  flex-direction: column; /* stack image + title + p */
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}
.flip-card-back {
  transform: rotateY(180deg);
}
.flip-card-back a {
  text-decoration: none;
}
.flip-card-back a:hover h3, .flip-card-back a:focus-visible h3 {
  text-decoration: underline;
}
.flip-card .card-body {
  height: 100%;
}
.flip-card img.img-fluid {
  max-height: 180px;
  object-fit: contain;
}

/* ---------------------------------------------------------
   Reduced motion support
   --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .flip-card-inner {
    transition: none;
  }
  .flip-card:hover .flip-card-inner, .flip-card:focus-within .flip-card-inner {
    transform: none;
  }
}
/* Click-to-expand desktop navigation */
@media (min-width: 998px) {
  #menu .dropdown-menu, #menu.navbar-nav li:hover > .dropdown-menu,
  #menu .dropdown-menu > li:hover > .submenu {
    display: block;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.25rem);
    transition: max-height 240ms ease, opacity 180ms ease, transform 180ms ease, visibility 0s linear 240ms;
  }
  #menu .nav-item.dropdown {
    position: relative;
  }
  #menu .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
    max-height: 80vh;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: max-height 260ms ease, opacity 180ms ease, transform 180ms ease, visibility 0s;
  }
  #menu .nav-item.dropdown.is-open > .dropdown-heading > .submenu-toggle .caret,
  #menu .nav-item.dropdown.is-open > .submenu-toggle .caret {
    transform: rotate(180deg);
  }
  #menu > .nav-item.dropdown > .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 350px;
    padding: 0.35rem 0;
    margin: 0;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
  }
  #menu > .nav-item.dropdown:last-child > .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 180px;
  }
  #menu > .nav-item.dropdown:not(.is-open) > .dropdown-menu {
    width: 0;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    border-width: 0 !important;
    box-shadow: none;
  }
  #menu > .nav-item.dropdown > .dropdown-heading {
    align-items: center;
  }
  #menu > .nav-item.dropdown > .dropdown-heading > .nav-link {
    padding: 1.5em 0.25em 1.5em 1.5em !important;
  }
  #menu > .nav-item.dropdown > .dropdown-heading > .submenu-toggle {
    align-self: stretch;
    flex-basis: 1.75rem;
    margin-right: 1.25rem;
  }
  #menu > .nav-item.dropdown > .submenu-toggle {
    align-self: stretch;
    flex-basis: 1.75rem;
    margin-right: 1.25rem;
  }
  #menu .dropdown-menu > .nav-item.dropdown {
    display: block;
  }
  #menu .dropdown-menu .dropdown-menu {
    position: static !important;
    display: none;
    min-width: 0;
    width: 100%;
    max-height: none;
    padding: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none;
    transform: none;
  }
  #menu .dropdown-menu .dropdown-menu .nav-link {
    padding-left: 2rem !important;
    color: #212529;
  }
  #menu .dropdown-menu .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
    max-height: none;
    overflow: visible;
  }
  #menu .dropdown-menu .nav-link:hover, #menu .dropdown-menu .nav-link:focus-visible,
  #menu .dropdown-menu .submenu-toggle:hover,
  #menu .dropdown-menu .submenu-toggle:focus-visible,
  #menu .dropdown-menu .nav-item.dropdown.is-open > .dropdown-heading:hover,
  #menu .dropdown-menu .nav-item.dropdown.is-open > .dropdown-heading:focus-visible {
    background: #f1f1f1;
    color: #003f78;
    text-decoration: none;
  }
  #menu .dropdown-menu .nav-item.dropdown.is-open > .dropdown-heading {
    background: #f1f1f1;
    color: #003f78;
    text-decoration: none;
  }
  #menu .dropdown-heading {
    display: flex;
    align-items: stretch;
  }
  #menu .dropdown-menu .nav-link,
  #menu .dropdown-label {
    width: 100%;
    padding: 0.65rem 1rem !important;
    color: #00529c;
    white-space: normal;
  }
  #menu .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    padding: 0;
    color: #00529c;
    background: transparent;
    border: 0;
  }
  #menu .dropdown-toggle::after {
    display: none;
  }
  #menu .caret {
    display: inline-block;
    flex: 0 0 auto;
    width: 0;
    height: 0;
    border-top: 5px solid currentColor;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform 180ms ease;
  }
}
@media (min-width: 998px) and (prefers-reduced-motion: reduce) {
  #menu .dropdown-menu,
  #menu .caret {
    transition: none;
  }
}
/* Homepage layout stability: keep above-the-fold sections sized before inline
   page styles, videos, fonts, or deferred assets finish loading. */
.hero-section {
  position: relative;
  min-height: clamp(520px, 64vh, 760px);
  overflow: hidden;
  background: #0b2e4e;
}
.hero-section .hero-content {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 2rem 3rem;
  margin: 1rem;
  opacity: 0;
  animation: slideInFromLeft 1s ease-out forwards;
}
.hero-section .hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.09);
  animation: heroOverlayFade 1.2s ease-out forwards;
  z-index: 0;
}
.hero-section .hero-content > * {
  position: relative;
  z-index: 1;
}
.hero-section .hero-title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes heroOverlayFade {
  from {
    background-color: rgba(0, 0, 0, 0.09);
  }
  to {
    background-color: rgba(0, 0, 0, 0.42);
  }
}
.hero-video,
.hero-overlay,
.fuel-bg-video {
  position: absolute;
  inset: 0;
}

.hero-video,
.fuel-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: 0;
}

.hero-overlay {
  background: rgba(0, 32, 64, 0.45);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  min-height: clamp(430px, 54vh, 660px);
}

.hero-title-line1,
.hero-title-line2 {
  display: inline-block;
  font-weight: bolder;
  font-style: italic;
}

.hero-title-line1 {
  font-size: 2.1em;
  line-height: 1;
  color: #b6c2d5;
}

.hero-title-line2 {
  padding-left: 7rem;
  font-size: 1.85em;
  line-height: 1;
  color: #fff;
}

.tagline-section {
  min-height: 104px;
}

.image-stack {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.image-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: imageFade 24s ease-in-out infinite;
}
.image-stack img:nth-child(1) {
  animation-delay: 0s;
}
.image-stack img:nth-child(2) {
  animation-delay: 6s;
}
.image-stack img:nth-child(3) {
  animation-delay: 12s;
}
.image-stack img:nth-child(4) {
  animation-delay: 18s;
}

.content-section {
  background: linear-gradient(118deg, #fff 0%, #f5f5f5 100%);
}
.content-section h2 {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 2rem;
}

.animated-heading span {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateX(0);
}
.animated-heading span:nth-of-type(1) {
  animation: gfiHeroSlideInLeft 0.8s ease-out forwards;
  animation-delay: 0.1s;
}
.animated-heading span:nth-of-type(2) {
  animation: gfiHeroSlideInRight 0.8s ease-out forwards;
  animation-delay: 0.35s;
}

.icon-grid figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icon-grid figcaption {
  margin-top: 0.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .icon-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}
.fuel-circles {
  display: flex;
  gap: 1em;
}

.fuel-circle {
  width: 100px;
  height: 100px;
  border: 1px solid #0f5a85;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 8px 7px 19px 0 rgba(15, 90, 133, 0.1607843137);
  color: #147bb6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.fuel-video-column {
  position: relative;
  min-height: 500px;
  background: #0b2e4e;
}

.fuel-bg-video {
  -webkit-mask-image: url("https://static.gficontrolsystems.com/assets/images/gfi-white-transparent.svg");
  mask-image: url("https://static.gficontrolsystems.com/assets/images/gfi-white-transparent.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@keyframes imageFade {
  0% {
    opacity: 0;
  }
  5%, 25% {
    opacity: 1;
  }
  30%, 100% {
    opacity: 0;
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
    filter: blur(14px);
  }
  40% {
    opacity: 1;
    transform: translateX(8px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
    filter: blur(14px);
  }
  40% {
    opacity: 1;
    transform: translateX(8px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .icon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .hero-section {
    min-height: 560px;
  }
  .hero-section .hero-content {
    padding: 1rem;
    margin: 0;
  }
  .hero-container {
    min-height: 430px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .hero-title-line2 {
    padding-left: 3rem;
  }
}
@media (max-width: 575.98px) {
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@keyframes gfiHeroSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
    filter: blur(14px);
  }
  40% {
    opacity: 1;
    transform: translateX(8px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes gfiHeroSlideInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
    filter: blur(14px);
  }
  40% {
    opacity: 1;
    transform: translateX(8px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}