/*
Theme Name:
Theme URI:
Author: Greenbyte
Author URI: http://www.green-byte-web.com/
Description: A free WordPress theme for blogs that are designed to have beautiful typography. It is developed using responsive design, ensuring that your blog will be no less beautiful when viewed on a smartphone or tablet.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, pink, responsive-layout, full-width-template, one-column, two-columns, featured-images, translation-ready, right-sidebar, editor-style, custom-header, custom-background, custom-menu, threaded-comments
Text Domain: tribute
This theme, like WordPress, is licensed under the GPL.
*/

:root {
  --white-color: #fff;
  --spSize: 8px;
  --trTime: 0.3s;
  --lineHeightM: 1.2;
  --lineHeightL: 1.5;
  --black1000: #121212;
  --black900: #1e1e1f;
  --black700: #2d2d2e;
  --gray1000: #7a7a7a;
  --gray900: #ababab;
  --gray800: #dadada;
  --gray700: #ebebeb;
  --gray600: #f7f7f7;
  --darkGreen1200: #022013;
  --darkGreen1000: #002a19;
  --green: #63bb16;
  --green900: #6ce252;
  --green800: #d4f0cc;
  --carbon: #a9bdc4;
  --orange100: #fdecdd;
  --purple100: #eed8f4;
  --blue100: #f1f2ff;
  --eventRed100: #ffdbdc;
  --errorColor: #cc0024;
  --errorRed100: #fef3f4;
  --colPadding: calc(var(--gutter) / 2);
}

@font-face {
  font-family: "FontAwesome";
  src: url(fonts/FontAwesome.otf);
}

@font-face {
  font-family: "grotest-400";
  src: url(../fonts/grotest-400.ttf) format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "grotest-500";
  src: url(../fonts/grotest-500.ttf) format("truetype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  
}

@font-face {
  font-family: "grotest-600";
  src: url(../fonts/grotest-600.ttf) format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}


.site-footer .form-info ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--gray800);
  font-family: 16px;
  font-family: "grotest-400";
  font-weight: 400;
}

.site-footer .form-info :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
   color: var(--gray800);
  font-family: 16px;
  font-family: "grotest-400";
  font-weight: 400;
}
.site-footer .form-info :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
   color: var(--gray800);
  font-family: 16px;
  font-family: "grotest-400";
  font-weight: 400;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #a6a6a6;
  font-style: italic;
}

p.wp-caption-text {
  color: #a6a6a6;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

blockquote {
  background: #f9f9f9;
  color: #222222;
  overflow: hidden;
  border-left: 4px solid #cd2122;
  position: relative;
  font-size: 21px;
  font-style: italic;
  padding: 18px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}

a,
button,
input:focus,
textarea:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::-moz-selection {
  background: #b142e9;
  color: #fff;
}

::selection {
  background: #00aee4;
  color: #fff;
}

a {
  color: #212739;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #60b11f;
  outline: 0;
}

ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: "grotest-400";
}

ol li {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: "grotest-400";
}

ul {
  list-style: none;
  padding: 0px;
}

ul li a:hover {
  color: var(--green);
}

address {
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  margin-bottom: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

big {
  font-size: 125%;
}

pre {
  background-color: #fff;
  border: #eaeaea solid 1px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 26px;
}

label {
  color: #858585;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.form-control,
#comment,
label input {
  border: 1px solid #cccccc;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: #none;
  position: relative;
  width: 100%;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  box-shadow: none;
  outline: 0;
}

button {
  outline: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 0px;
}

button:hover,
.search-submit:hover {
  background-color: #cd2122;
}

.btn-green {
  font-size: 16px;
  text-transform: inherit;
  padding: 20px 38px;
  background: var(--green);
  border-radius: 0px;
  white-space: inherit;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  font-family: "grotest-500";
  line-height: 24px;
  color: var(--white-color);
  border-radius: 30px;
}
.btn-green:hover,
.btn-green:focus {
  background-color: var(--darkGreen1000);
}

.btn-dark-green {
  font-size: 16px;
  text-transform: capitalize;
  padding: 20px 38px;
  background: var(--darkGreen1000);
  border-radius: 0px;
  white-space: inherit;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0px;
  font-family: "grotest-500";
  line-height: 24px;
  color: var(--white-color);
  border-radius: 30px;
}

.btn-dark-green:hover,
.btn-dark-green:focus {
  background-color: var(--green);
  color: var(--white-color);
}

.btn:hover,
.btn:focus,
.btn:active:focus {
  background: #323232;
  color: #fff;
  outline: none;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.btn-grow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: 1px solid var(--green);
    color: var(--white-color);
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: var(--green);
    border-radius: 56px;
    font-family: "grotest-500";
}

.btn-grow .icon {
    font-size: 18px;
    z-index: 2;
}

.btn-grow .text {
    position: absolute;
    left: 60px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    z-index: 9999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.btn-grow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--green);
    transform: translateX(-100%);
    transition: 0.4s ease;
    z-index: 1;
}

.btn-grow:hover {
    width: 230px;
    justify-content: flex-start;
    padding-left: 20px;
    color: var(--white-color);
    border-color: transparent;
}

.btn-grow:hover::before {
    transform: translateX(0);
}

.btn-grow:hover .text {
    left: 50px;
    opacity: 1;
}

.btn-grow:hover .icon {
    color: var(--white-color);
    display: none;
}
















input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #9b9b9b;
  height: 45px;
  box-sizing: border-box;
  border-radius: 0px;
  box-shadow: none;
  font-size: 13px;
  resize: none;
  background: none;
  position: relative;
  width: 100%;
  padding-left: 14px;
  outline: none;
}

textarea {
  height: auto;
  padding: 10px 12px;
}

button,
input[type="submit"] {
  background: #fff;
  padding: 12px 30px;
  color: #272727;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: default-button;
}

button,
input[type="submit"]:hover {
  background: #272727;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black700);
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  color: #fff;
/*   font-family: "Funnel Display", sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  color: var(--black700);
  font-family: "grotest-400";
  font-size: 20px;
  line-height: 30px;
}

body {
  color: var(--black700);
  font-family: "grotest-400";
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body img {
  max-width: 100%;
}

.container100 {
  width: 100%;
  max-width: 100%;
  padding-left: calc(20px * 8);
  padding-right: calc(20px * 8);
}

.container2 {
  width: 100%;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

section {
  padding: 40px 0;
  display: block;
}

.section-heading72 h1 {
  font-size: 72px;
  line-height: 86px;
/*   font-family: "Funnel Display", sans-serif; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;  font-weight: 600;
}

.section-heading64 h1 {
  font-size: 64px;
  line-height: 77px;
  font-family: "Funnel Display", sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.section-heading64 h6 {
  font-size: 32px;
  line-height: 38px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.section-heading40 h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.section-heading40 h4 {
  font-size: 32px;
  line-height: 38px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.section-heading48 h3 {
  font-size: 48px;
  line-height: 58px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.top-heading32 {
  font-size: 32px;
  line-height: 38px;
  color: var(--black700);
  font-weight: 600;
}

.top-heading24 {
  font-size: 24px;
  line-height: 36px;
  color: var(--black700);
  font-weight: 500;
}

.border-radius25 {
  border-radius: 25px;
}

.border-radius20 {
  border-radius: 20px;
}

.pd-1rem {
  padding: 1rem;
}

.pd-2rem {
  padding: 2rem;
}

.pd-3rem {
  padding: 3rem;
}

.pd-4rem {
  padding: 4rem;
}

.pd-5rem {
  padding: 5rem;
}

.bg-green1000 {
  background-color: var(--darkGreen1000);
}

.bg-green800 {
  background-color: var(--green800);
}

.bg-gray600 {
  background-color: var(--gray600);
}

.bg-darkgreen1200 {
  background-color: var(--darkGreen1200);
}

.bg-darkgreen1000 {
  background-color: var(--darkGreen1000);
}

/* Topbar Layout */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.35s ease-in-out;
  will-change: transform;
  transition:
    transform 0.4s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

/* hide header */
.header.header-hide {
  transform: translateY(-100%);
}

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

.header.scroll-up {
  width: 100%;
  background: #fff;
}

.topbar-inner .wrapper-navigation,
.topbar-inner .inside-wrapper-all-group ul {
  display: flex;
  height: fit-content;
  gap: calc(8px * 3);
  align-items: center;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.topbar-inner .wrapper-navigation {
  position: relative;
  padding-right: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
  background-color: var(--white-color);
  justify-content: end;
  border-bottom-left-radius: 40px;
  width: 100%;
  max-width: 60%;
}

.topbar-inner .header-logo {
  margin-left: 40px;
  width: 100%;
  max-width: 50%;
}

.topbar-inner .wrapper-navigation:before {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  height: calc(8px * 5);
  background-color: var(--white-color);
  mask: radial-gradient(circle at right top, transparent 70%, black 72%);
  z-index: -1;
  left: 0px;
  transform: translateX(-99%) rotate(180deg);
  top: 9px;
  left: 1px;
}

.topbar-inner .wrapper-navigation:after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  height: calc(8px * 5);
  background-color: var(--white-color);
  mask: radial-gradient(circle at right top, transparent 70% 70%, black 72%);
  z-index: -1;
  top: 100%;
  right: var(8px * 1);
  transform: rotate(180deg) translateY(0.5px);
  right: 10px;
  top: inherit;
  bottom: -40px;
}

.topbar-layout .header-logo svg {
  max-width: 177px;
  height: 40px;
}

.header.scroll-up .topbar-inner .wrapper-navigation,
.header.scroll-down .topbar-inner .wrapper-navigation {
  background-color: transparent !important;
}

.header.scroll-up .topbar-inner .wrapper-navigation::before,
.header.scroll-up .topbar-inner .wrapper-navigation::after,
.header.scroll-down .topbar-inner .wrapper-navigation::before,
.header.scroll-down .topbar-inner .wrapper-navigation::after {
  display: none !important;
}

.header .topbar-layout1 .topbar-inner .wrapper-navigation {
  background-color: transparent !important;
}

.header .topbar-layout1 .topbar-inner .wrapper-navigation:before,
.header .topbar-layout1 .topbar-inner .wrapper-navigation::after {
  display: none !important;
}

.topbar-layout.topbar-layout1 {
  box-shadow: 0 0 10px #c8c8c8;
  -webkit-box-shadow: 0 0 10px #c8c8c8;
  -moz-box-shadow: 0 0 10px #c8c8c8;
  background-color: var(--white-color);
}

.header .topbar-layout .home-logo {
    position: relative;
}

.header .topbar-layout .home-logo .white-svg svg path {
    fill: var(--white-color);
}

.header .topbar-layout .home-logo * div {
    position: absolute;
    left: 0;
    top: -20px;
    transition: all .3s ease-in-out;
}

.header .topbar-layout .home-logo  .white-svg {
    opacity: 1;
}

.header .topbar-layout .home-logo .color-svg {
    opacity: 0;
}

.header.scroll-up .topbar-layout .home-logo .white-svg {
  opacity: 0;
}

.header.scroll-up .topbar-layout .home-logo .color-svg {
  opacity: 1;
}









/* Home Baner */

.hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: var(--white-color);
  margin-bottom: -10px;
}

.hero-section .hero-video {
  width: 100%;
  border-radius: 40px;
}

.hero-section .info-overlay {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 40px 140px;
  background-color: var(--white-color);
  border-top-right-radius: 80px;
  width: 50%;
}

.hero-section .info-overlay:before,
.hero-section .info-overlay:after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  height: 100px;
  background: var(--white-color);
  z-index: 2;
  mask: radial-gradient(circle at right top, transparent 70%, black 71%);
}

.hero-section .info-overlay:before {
  top: 0px;
  left: 0px;
  transform: translateY(-100%);
}

.hero-section .info-overlay:after {
  right: 0px;
  top: 100%;
  transform: translateX(100%) translateY(-120%);
}

.hero-section .video-wrapper {
  position: relative;
}

.hero-section .section-heading72 h1 {
  color: var(--black700);
  padding-right: 170px;
}

/* .topbar-inner .header-logo svg path {
  fill: white;
} */

.hero-section .info-overlay p {
  font-size: 24px;
  line-height: 36px;
  color: var(--black700);
  font-weight: 400;
}

/* .topbar-inner .inner-logo svg path {
  fill: blacks !important;
  fill: initial !important;
  fill: inherit !important;
} */

/* Site - Homepage Forum Mobility */

.hm-mobility {
  display: flex;
  position: relative;
}

.hm-mobility .media-left {
  height: 100vh;
  position: relative;
}

.hm-mobility .media-right {
  position: relative;
  /* padding-top: 200px; */
}

.hm-mobility .mob-box {
  background: #eee;
  border-radius: 20px;
  margin-bottom: 120px;
  position: sticky;
  top: 0px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 4rem 2rem;
}

.hm-mobility .media-left .top-heading {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--black700);
  display: block;
  margin-bottom: 25px;
}

.hm-mobility .media-left .media-body {
  padding-right: 18%;
}

.hm-mobility .media-left .media-body p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.hm-mobility .media-right .entry-text h4 {
  font-size: 32px;
  line-height: 38px;
  color: var(--black700);
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hm-mobility .media-right .entry-text p {
  font-size: 20px;
  line-height: 30px;
}

.hm-mobility .media-right .entry-img img {
  width: 160px;
  height: 160px;
  display: block;
  margin-bottom: 25px;
}

.hm-mobility .media-left .section-heading48 span {
  display: inline;
}

/* .mob-box:not(:first-child) {
margin-top: -120px;
} */

/* Site :: depot */

.depot-banner p {
  color: var(--white-color);
}

.depot-banner .section-heading64 {
  width: 77%;
}

.depot-site .media-body2 {
  padding-top: 20px;
}

.depot-site .media-body1 {
  padding-top: 15px;
}

.depot-site .media-body1 .entry-icon {
  margin-bottom: 15px;
}

.depot-security .media-body3 .entry-icon {
  margin-bottom: 25px;
}

.depot-security .media-body3 p,
.depot-security .media-body3 h3 {
  color: var(--white-color);
}

.depot-security .media-body4 img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  -o-object-fit: cover;
}

.depot-security .media-body4 figure {
  margin-bottom: 0;
}


.depot-site .media-body4 {
  height: 100%;
}

.global-cta .top-heading24 {
  color: var(--white-color);
  display: block;
  margin-bottom: 20px;
}

.global-cta .btn-green {
  text-transform: inherit;
}

.global-cta .media-body .entry-icon .fa {
  transform: rotate(-32deg);
  -webkit-transform: rotate(-32deg);
  -moz-transform: rotate(-32deg);
  font-size: 32px;
}



/* home Offer */

.hm-offer .media-body {
    display: flex;
    padding: 2rem;
    background: var(--gray600);
    border-radius: 25px;
}

.hm-offer .media-body .content-area {
    width: 100%;
    max-width: 60%;
    padding-right: 45px;
}

.hm-offer .media-body .content-media {
    width: 100%;
    max-width: 40%;
}

.hm-offer .offer-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.hm-offer .offer-box2 .media-list {
  background-color: var(--gray600);
  margin-right: 20px;
  border-radius: 25px;
  padding: 2rem 15px;
}

.hm-offer .offer-box2 .media-list:last-child {
  margin-right: 0;
}

.hm-offer .hmoffer-feat {
    padding: 2rem;
    background: var(--darkGreen1200);
    border-radius: 25px;
    height: 100%;
}

.hm-offer .offer-box1 .icon {
    display: block;
    margin-bottom: 30px;
}

.hm-offer .offer-box1 .section-heading32 h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hm-offer .offer-box1 .content-media img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.hm-offer .offer-box2 .media-list h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hm-offer .offer-box2  .icon {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}

.hm-offer .offer-box2 .media-list p {
    margin-bottom: 30px;
}


.hm-offer .hmoffer-feat {
    position: relative;
    overflow: hidden;
}

.hm-offer .hmoffer-feat .page-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hm-offer .hmoffer-feat .page-icon .fa {
    font-size: 32px;
    line-height: 38px;
    color: var(--green);
    display: block;
    margin-bottom: 30px;
}


.hm-offer .hmoffer-feat .section-heading32 h3 {
    font-size: 32px;
    line-height: 38px;
    color: var(--white-color);
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hm-offer .hmoffer-feat .page-content p {
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: 400;
}










/* .global-cta .bgImage img {
height: 450px;
width: 100%;
} */

/* Site :: NetWork Map */

.network-cta .entry-overlay h1 {
    padding: 0 8%;
}

.truck-cta .media-body .entry-text h1 {
    padding: 0 10%;
}









.global-banner1 {
  margin-top: 3rem;
}

/* Site :: Home Depot */

.depot-security2 {
    padding-top: 170px;
}


.hm-depot .media-body1 {
  background-color: var(--gray600);
  border-radius: 25px;
  padding: 3rem 19rem 6rem 2rem;
  height: 100%;
}

.hm-depot .mediabody figure {
  margin-bottom: 0;
}

.hm-depot .mediabody figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.hm-depot .top-heading32 {
  display: block;
  margin-bottom: 20px;
}

.hm-depot .media-body1 ul {
  margin-bottom: 30px;
}

.hm-depot .media-body1 ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.hm-depot .media-body1 ul li:before {
  position: absolute;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: var(--green);
  height: 23px;
  width: 23px;
  border-radius: 100px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  left: 0;
  font-size: 15px;
  top: 3px;
}

/* Site :: Home Investment */

.hm-invest {
  padding: 4rem 0;
}

.hm-invest span,
.hm-invest h3,
.hm-invest p {
  color: var(--white-color);
}

.hm-invest .media-body1 {
  padding-right: 11%;
}

/* Site :: Global Banner 2 */

.global-banner2 {
  padding: 10rem 0;
}

.global-banner2 h1 {
  color: var(--darkGreen1000);
}

.global-banner2 h6 {
  color: var(--darkGreen1000);
}

.gsap-text {
  overflow: hidden;
}

.gsap-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
}

/* Site :: About Page */

.global-brands .swiper {
  width: 100%;
  padding-bottom: 2rem;
}

.global-brands .swiper-wrapper {
  transition-timing-function: linear !important;
}

.global-brands .swiper-slide {
  width: 150px;
  height: 120px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-brands .swiper-slide img {
  width: 100%;
  max-width: 170px;
}

/* Site :: About Leaders Section */

.abt-leader h1 {
  color: black;
}

.abt-leader .entry-box1 {
  display: flex;
  padding: 1rem;
  background-color: var(--gray600);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.abt-leader .entry-box1 .img-wrapper {
  width: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.abt-leader .entry-box1 .info {
  width: 50%;
  overflow: hidden;
}

.abt-leader .entry-box1 .info .desc {
  color: var(--green);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "grotest-600";
}

.abt-leader .entry-box1 .info h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: var(--black700);
}

.abt-leader .entry-box1 .img-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.abt-leader .entry-box1.active .img-wrapper img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.abt-leader .entry-box1 .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.abt-leader .entry-box1 .img-wrapper img {
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  height: 450px;
  width: 100%;
}

/* Site :: About Investor Section */

.abt-investor {
  padding: 80px 0;
  background-color: white;
}

.abt-investor .media-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abt-investor .media-body .entry-body2 {
  flex: 1 1 calc(33.33% - 20px);
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: var(--gray600);
  margin-right: 10px;
  padding: 3rem 2rem;
  border-radius: 25px;
  transform-origin: left;
  min-height: 290px;
}

.abt-investor .media-body .entry-body2 .entry-img img {
  width: 100%;
  max-width: 203px;
  margin-bottom: 40px;
}

.abt-investor .media-body .entry-body2 .entry-text h6 {
  font-size: 32px;
  line-height: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.abt-investor .media-body .entry-body2 .entry-text a {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Host Grotesk", sans-serif;
}

.abt-investor .media-body .entry-body2 .entry-text a u {
  text-decoration: none;
  border-bottom: 2px solid var(--black700);
}
.abt-investor .media-body .entry-body2 .entry-text a:hover u {
  border-color: var(--green);
}

.abt-investor .media-body .entry-body2:nth-child(6) .entry-img img {
  width: 100%;
  max-width: 100px;
}

.abt-investor .media-body .entry-body2:last-child .entry-img img {
  width: 100%;
  max-width: 300px;
}

.abt-leader .leader-box-content.fixed {
  position: sticky;
  top: 120px;
}

.page-id-25 .global-cta .media-body {
  opacity: 1 !important;
  transform: inherit !important;
}

/* Site :: Global Cta */

.global-cta .bgImage img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  -o-object-fit: cover;
}

.global-cta .media-body {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 25px;
}

.global-cta .entry-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.global-cta .entry-icon .fa {
  width: 72px;
  height: 72px;
  display: block;
  background: var(--green);
  color: var(--darkGreen1000);
  line-height: 72px;
  font-size: 40px;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  display: block;
}

.global-cta .btn-green:hover {
  background-color: var(--white-color);
  transition: var(--trTime);
}

/* Site :: About Board of Directors */

.abt-board .entry-post {
  display: block;
  margin-bottom: 25px;
}

.abt-board .entry-text h6 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Host Grotesk", sans-serif;
  margin-bottom: 10px;
  color: var(--green);
}

.abt-board .entry-text .cname {
  font-size: 32px;
  line-height: 38px;
  color: #002a19;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.abt-board .entry-img {
  display: block;
  margin-bottom: 15px;
}

.abt-board .entry-img img {
  border-radius: 25px;
}

.abt-board .entry-post {
  display: block;
  position: relative;
  margin-bottom: 45px;
}

.abt-board .entry-post .entry-img img {
  width: 100%;
  height: 522px;
  object-fit: cover;
  -o-object-fit: cover;
}

/* Site :: Maps */

.global-accordion .map-box {
  --map-header-offset: 70px;
  border-radius: 0 50px 50px 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.global-accordion .map-box .tab-pane {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.global-accordion .map-box .tab-pane:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}

.global-accordion .map-box iframe {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh + var(--map-header-offset, 0px));
  transform: translateY(calc(var(--map-header-offset, 0px) * -1));
}

.global-accordion .map-detail-panel {
  position: absolute;
  right: 50px;
  bottom: 130px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 36%);
  gap: 34px;
  align-items: center;
  width: min(890px, calc(100% - 100px));
  padding: 34px 38px;
  background: var(--white-color);
  border-radius: 40px;
}

.global-accordion .map-detail-content h4 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--black700);
}

.global-accordion .map-detail-location {
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 32px;
  color: var(--green);
}

.global-accordion .map-detail-features {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-accordion .map-detail-features li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  font-size: 22px;
  line-height: 28px;
  color: var(--black700);
}

.global-accordion .map-detail-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: -2px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white-color);
  font-size: 17px;
  line-height: 1;
}

.global-accordion .map-detail-image {
  display: block;
  margin: 0;
}

.global-accordion .map-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  border-radius: 24px;
}

.global-accordion {
  padding: 4rem 10px;
  background: var(--white-color);
}

.global-accordion .tab-overlay {
  position: relative;
  margin-top: -100px;
  padding: 0 80px;
  z-index: 3;
}

.global-accordion .accord-box {
  position: relative;
}

.global-accordion .accord-box .section-overlay {
  position: absolute;
  background: #fff;
  padding: 60px 90px;
  top: 0;
  left: 0;
  border-bottom-right-radius: 50px;
  width: 35%;
  z-index: 4;
}

.global-accordion .tab-overlay .nav-tabs {
  border-bottom: 0px;
}

.global-accordion .tab-overlay .nav-tabs .nav-item {
  margin-right: 20px;
}

.global-accordion .tab-overlay .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.global-accordion .tab-overlay .nav-tabs .nav-item .nav-link {
  background-color: var(--gray600);
  padding: 18px 30px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 19px;
  color: var(--black700);
  border: 0px;
}

.global-accordion .tab-overlay .nav-tabs .nav-item .nav-link.active {
  background-color: var(--green);
  color: var(--white-color);
}

.global-accordion .accord-box .section-overlay:before,
.global-accordion .accord-box .section-overlay:after {
  content: "";
  position: absolute;
  aspect-ratio: 1 / 1;
  height: 80px;
  background: var(--white);
  mask: radial-gradient(circle at right top, transparent 70%, black 72%);
  z-index: 1;
}

.global-accordion .accord-box .section-overlay:before {
  top: 0px;
  right: 0px;
  transform: translateX(100%) rotate(90deg);
}

.global-accordion .accord-box .section-overlay:after {
  top: 100%;
  left: 0px;
  transform: rotate(90deg) translateY(0.5px);
}

/* Site :: Home blog */

.hm-blog {
  padding: 60px 0;
}

.hm-blog .btn-green {
  height: 64px;
}

.hm-blog .entry-cat {
  margin-bottom: 15px;
}

.hm-blog .entry-cat a {
  background: var(--purple100);
  width: fit-content;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--black700);
  margin-bottom: 15px;
}

.hm-blog .entry-header a {
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 36px;
  color: var(--black700);
  font-weight: 500;
  display: block;
  min-height: 100px;
}

.hm-blog .entry-header a:hover {
  text-decoration: underline;
}

.hm-blog .entry-date a {
  font-size: 14px;
  line-height: 21px;
  color: var(--black700);
  font-weight: 500;
  display: block;
}

.hm-blog .entry-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.hm-blog .entry-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hm-blog .entry-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.hm-blog .entry-post .entry-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  -o-object-fit: cover;
}

/* Site :: Charging Offering Layout */

.charge-banner p {
  color: var(--white-color);
}

.offer-subs {
  padding-top: 100px;
}

.offer-subs .section-heading40 p {
  width: 43%;
}

.offer-subs .entry-box {
  width: 100%;
  height: 100%;
}

.offer-subs .entry-box .entry-img img {
  width: 100%;
  max-width: 35px;
  display: block;
  margin-bottom: 25px;
}

.offer-subs .entry-box .entry-text h4 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: var(--black700);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.offer-flexible h6,
.offer-flexible h3,
.offer-flexible p {
  margin-bottom: 30px;
}

.offer-flexible .page-content ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 14px;
  font-family: "Host Grotesk", sans-serif;
}

.offer-flexible .page-content ul li:before {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  width: 29px;
  height: 30px;
  background: var(--green);
  border-radius: 100px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green800);
  font-size: 17px;
}

/* Site :: Blog page */

.blog-page {
  padding: 12rem 0;
}

.blog-page .section-heading64 h1 {
  color: var(--darkGreen1000);
  margin-bottom: 60px;
}

.blog-page .nav-tabs {
  border: 0px;
}

.blog-page .nav-tabs .nav-item {
  margin-bottom: 20px;
  margin-right: 10px;
}

.blog-page .nav-tabs .nav-item a {
  font-weight: 500;
  font-size: 16px;
  border: 0;
  padding: 13px 48px;
  background: var(--gray700);
  border-radius: 25px;
  color: var(--white-color);
}

.blog-page .nav-tabs .nav-item:nth-child(2) a {
  background-color: rgb(238, 216, 244);
  color: var(--darkGreen1000);
}

.blog-page .nav-tabs .nav-item:last-child a {
  background-color: var(--green800);
  color: var(--darkGreen1000);
}

.blog-page .nav-tabs .nav-item:hover a,
.blog-page .nav-tabs .nav-item:focus a {
  color: var(--white-color);
  background-color: var(--darkGreen1000);
}

.blog-page .nav-tabs .nav-item a.active {
  color: var(--white-color);
  background-color: var(--darkGreen1000);
}

.blog-page .card {
  border: 0px solid #fff;
  transform-origin: left;
  margin-bottom: 35px;
}

.blog-page .card .card-img img {
    border-radius: 25px;
    width: 100%;
    display: block;
    min-height: 370px;
    object-fit: cover;
}

.blog-page .card .card-body {
  padding: 1.25rem 0;
}

.blog-page .card .card-body .cat-name a {
  /* background: rgb(238, 216, 244); */
  padding: 8px 13px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Host Grotesk", sans-serif;
}

.blog-page .card .card-body .card-title,
.blog-page .card .card-body a {
  font-size: 24px;
  line-height: 36px;
  color: var(--darkGreen1000);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.blog-page .card .card-body .date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--darkGreen1000);
}

.blog-page .blog-card:hover .card-title a {
    text-decoration: underline;
    transition: all .3s ease-in-out;
}



/* Site :: Single Post */

.single-page {
  padding: 4rem 0 0rem;
}

.single-post-banner {
  padding: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.single-post-banner .banner-overlay .icons {
    margin-right: 5px;
}

.single-post-banner img {
  width: 100%;
  height: calc(100vh - 130px);
  object-fit: cover;
  -o-object-fit: cover;
}

.single-post-banner .banner-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 10px;
  z-index: 1;
}

.single-post-banner .banner-overlay ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.single-post-banner .banner-overlay ul li {
  margin-right: 10px;
  padding: 7px 13px;
  background: white;
  font-size: 14px;
  line-height: 21px;
  border-radius: 5px;
}

.single-post-banner .bgImage {
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 8rem;
    background: var(--white-color);
    border-radius: 25px;
    height: calc(100vh - 130px);
}

.single-post-banner .bgImage:before {
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(139.87% 134% at 10.8% 100%, rgb(0 0 0 / 52%) 0%, transparent 54.59%);
  z-index: 1;
  width: 100%;
  border-radius: 25px;
}

.single-page .single-post p {
    font-weight: 400;
    margin-bottom: 30px;
}

.single-page .single-post h3 {
  font-size: 40px;
  line-height: 48px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: var(--darkGreen1000);
}

.single-page .single-post p a:hover {
  text-decoration: underline;
  color: var(--black700);
}


/* Site :: Related Post */

.related-post {
  padding: 4rem 0;
}

.related-post .section-heading40 h3 {
  color: var(--darkGreen1000);
}

.related-post .entry-post .entry-img img {
  width: 100%;
  height: 370px !important;
  object-fit: cover;
}

.related-post .entry-post .entry-cat a {
  width: fit-content;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--black700);
  margin-bottom: 15px;
}

.cat-blog a {
  background-color: var(--purple100);
}

.cat-news a {
  background-color: var(--green800);
}

.single-post-banner .cat-news {
  background-color: var(--green800) !important;
}

.single-post-banner .cat-blog {
  background-color: var(--purple100) !important;
}


.related-post .entry-post .entry-content {
  display: block;
  margin-bottom: 20px;
}

.related-post .entry-post .entry-header a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: block;
  color: var(--darkGreen1000);
  margin-bottom: 25px;
}

.related-post .entry-post .entry-header a:hover {
  text-decoration: underline;
  color: var(--darkGreen1000);
}

.related-post .entry-post .entry-date a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--darkGreen1000);
}

.related-post .entry-post .entry-img {
	position: relative;
	overflow: hidden;
	display: block;
    border-radius: 25px;
}

.related-post .entry-post .entry-img img {
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.related-post .entry-post .entry-img:hover img {
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.blog-social .social-share {
  display: flex;
  justify-content: end;
  align-items: center;
}

.blog-social .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: var(--green800);
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  color: var(--darkGreen1000);
  font-size: 18px;
}

.blog-social .social-share a:hover {
  color: var(--darkGreen1000);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.blog-social .top-heading24 {
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--darkGreen1000);
}

/* Site :: Global Banner */

.global-banner {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 7rem;
  margin: 10px;
  height: 98vh;
  border-radius: 25px;
}

.global-banner .bgImage img {
	border-radius: 30px;
    height: calc(100vh - 130px);
    width: 100%;
    object-fit: cover;
}

.global-banner .banner-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 0;
  z-index: 9;
  width: 100%;
}

.global-banner .banner-box {
  background-color: var(--white-color);
  padding: 1rem 1.5rem;
  border-radius: 20px;
  width: 100%;
  max-width: 667px;
}

.global-banner .banner-box h5 {
  font-size: 24px;
  line-height: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--darkGreen1000);
}

.global-banner .banner-box a {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--darkGreen1000);
  position: relative;
}

.global-banner .banner-box a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: inherit;
  right: 33px;
  height: 2px;
  width: 100%;
  background-color: var(--darkGreen1000);
  max-width: 77px;
}

.global-banner .banner-box:hover a:before {
  content: "";
  background-color: var(--green);
  transition: var(--trTime);
}

.global-banner .banner-box:hover a {
  color: var(--green);
  transition: var(--trTime);
}

.global-banner .banner-box .fa {
  padding: 7px;
  background: var(--darkGreen1000);
  color: #fff;
  border-radius: 7px;
}

.global-banner .banner-box:hover .fa {
  background-color: var(--green);
  transition: var(--trTime);
}

/* .video-container {
position: fixed;
left: 50%;
transform: translateX(-50%);
} */

/* Site :: Case Study Page */

.cargo-case-study .case-box1 .media-body {
  background-color: var(--gray600);
  border-radius: 25px;
  padding: 2rem 2rem 10rem 2rem;
  margin-bottom: 30px;
}

.cargo-case-study .case-box1 .entry-img {
  width: 100%;
  text-align: right;
  margin-bottom: 25px;
}

.cargo-case-study .case-box1 .entry-img img {
  width: 100%;
  max-width: 171px;
}

.cargo-case-study .case-box1 .section-heading40 h3 {
  color: var(--black700);
}

.cargo-case-study .client-say {
  padding: 2rem;
  background-color: var(--darkGreen1000);
  border-radius: 25px;
}

.cargo-case-study .client-say .quote-icon {
  display: block;
  margin-bottom: 15px;
}

.cargo-case-study .client-say .quote-icon .fa {
  color: var(--green800);
  font-size: 34px;
}

.cargo-case-study .client-info {
  font-size: 20px;
  line-height: 34px;
  color: var(--green800);
  font-weight: 400;
  font-family: "Host Grotesk", sans-serif;
  display: block;
  margin-bottom: 25px;
}

.cargo-case-study .cname {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: var(--green800);
}

.cargo-case-study .media-body2,
.cargo-case-study .media-body2 figure,
.cargo-case-study .media-body2 figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.cargo-case-study .case-box1 .media-body .media-group {
    margin-top: 50px;
}

.cargo-case-study .media-list .icon img {
    width: 100%;
    max-width: 35px;
}

.cargo-case-study .media-list .text {
    font-size: 16px;
    line-height: 24px;
}


.cta-cargo .top-heading24 {
    font-weight: 500;
    font-family: grotest-500;
}

.cta-cargo .section-heading64 h1 {
    padding: 0 5%;
}

/* Site :: Market Acceleration Program */

.market-project .min-width {
  border-radius: 25px;
  background-color: var(--gray600);
  padding: 2rem;
}

.market-project .media-body {
  text-align: right;
  transform-origin: left;
}

.market-project .media-body img {
  width: 100%;
}

.market-banner .banner-overlay .section-heading64 h1 {
    padding-right: 14%;
}

.market-banner h6 {
  color: var(--green);
}

.market-project {
  padding-top: 160px;
}

.market-cta .entry-overlay h1 {
    padding: 0 16%;
}

.cargo-banner .banner-overlay h6 {
    color: var(--green);
}

.cargo-case-study .media-list {
  margin-bottom: 20px;
  display: flex;
}

.cargo-case-study .media-list .icon {
  min-width: 60px;
}

/* Site :: Depot Features */

.depot-security .media-body3 .entry-icon .fa {
  font-size: 35px;
  margin-bottom: 35px;
}

/* Site :: Trucking leasing */

.truck-banner p {
  color: var(--white-color);
  width: 74%;
}

.global-banner .bgImage {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 130px);
}

.global-banner .bgImage:before {
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(
    139.87% 134% at 10.8% 100%,
    rgba(0, 0, 0, 0.57) 0%,
    transparent 54.59%
  );
  z-index: 1;
}

.truck-banner h1 {
  padding-right: 10%;
}

/* Site :: Contact page */

.contact-page {
  padding: 10rem 0;
}

.contact-page .follow-wrap {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: left top;
  width: 100%;
  padding: 2rem;
  border-radius: 25px;
}

.contact-page .follow-wrap .top-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--white-color);
}

.contact-page .follow-wrap h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--white-color);
  font-size: 40px;
  line-height: 48px;
}

.contact-page .follow-wrap h6 {
  color: var(--white-color);
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.contact-page .social-media ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.contact-page .social-media ul li a {
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
  background: #ffffff33;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  color: var(--white-color);
  font-size: 17px;
  font-weight: bold;
}

.contact-page .social-media ul li:hover a {
  background-color: var(--white-color);
  color: var(--darkGreen1000);
}

.contact-page .email-wrap {
  background-color: var(--gray600);
  padding: 2rem;
  border-radius: 25px;
}

.contact-page .email-link a {
  font-size: 24px;
  line-height: 36px;
  color: var(--darkGreen1000);
  font-family: "Host Grotesk", sans-serif;
}

.contact-page .email-wrap .email-text p {
  font-size: 20px;
  line-height: 34px;
  color: var(--darkGreen1000);
}

.contact-page .email-wrap .email-icon .fa {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.contact-page .form-info input[type="text"],
.contact-page .form-info input[type="email"],
.contact-page .form-info input[type="tel"],
.contact-page .form-info select {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    font-weight: 400;
    padding: 0 14px;
    outline: none;
    border: 0px;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
	border: 1px solid #f7f7f7;
}

.contact-page .form-info select {
    color: #afc1c8;
}

.contact-page .checkbox-field {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.contact-page .checkbox-field input[type="checkbox"] {
  margin-right: 10px;
  color: var(--darkGreen1000);
}

.contact-page .submit-btn {
  text-align: right;
}

.contact-page .checkbox-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    margin-right: 5px;
    cursor: pointer;
}

.contact-page label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: var(--black700);
}

.contact-page .green-color {
    color: var(--green);
}

.contact-page input[type="submit"] {
    border-radius: 25px;
    padding: 17px 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    background-color: var(--green);
}

.contact-page input[type="submit"]:hover {
  background-color: var(--black700);
}

.contact-page .checkbox-field a {
  position: relative;
  overflow: hidden;
}

/* Create underline effect */
.contact-page .checkbox-field a::before,
.contact-page .checkbox-field a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--darkGreen1000);
  transition: calc(var(--trTime) * 2) ease-out;
  transform: translateX(0);
}

/* Move underline on hover */
.contact-page .checkbox-field a:hover::before,
.contact-page .checkbox-field a:hover::after {
  transform: translateX(200%);
}










/* Site :: Wrapper */

.site-wrapper {
  position: relative;
  z-index: 9;
  background: #fff;
  margin-bottom: 550px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* Site :: footer */

.site-footer {
  padding: 7rem 0 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: var(--darkGreen1000);
  z-index: -9;
}

.site-footer .wrapper-created-by {
  background-color: var(--darkGreen1200);
  padding: 1rem 0;
  margin-top: 5rem;
}

.site-footer .wrapper-created-by p {
  margin-bottom: 0px;
  color: var(--white-color);
  font-weight: 500;
  font-family: "Host Grotesk", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.site-footer .copy-right {
  text-align: right;
}

.site-footer .social ul {
  display: flex;
  padding-top: 50px;
}

.site-footer .footer-sub h3,
.site-footer .section-heading48 h3 {
  color: var(--white-color);
}

.site-footer .email-wrap {
  margin-bottom: 30px;
}

.site-footer .email-wrap p {
  margin-bottom: 0;
  color: var(--white-color);
}
.site-footer .email-wrap a {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: var(--white-color);
}

.site-footer .footer-logo svg,
.site-footer .footer-logo svg path {
  color: white;
  fill: white;
}

.site-footer .social ul li a {
  width: 40px;
  height: 40px;
  background: hsl(0deg 0% 100% / 12%);
  margin: 0 10px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}

.site-footer .social ul li a:hover {
  background-color: var(--white-color);
  transition: var(--trTime);
  color: var(--black700);
}

.site-footer .social ul li svg {
  width: 20px;
  color: var(--white-color);
}

.site-footer .social ul li svg path {
  fill: var(--white-color);
  color: var(--white-color);
}

.site-footer .footer-menu ul li a {
  color: var(--white-color);
  font-weight: 600;
  font-family: "grotest-600";
}

.site-footer .form-info input[type="email"] {
    width: 100%;
    height: 54px;
    background-color: var(--darkGreen1200);
    outline: none;
    border: 0px;
    border-radius: 25px;
    color: var(--white-color);
    border: 1px solid var(--darkGreen1200);
    font-size: 16px;
    line-height: 24px;
}

.site-footer .form-info input[type="submit"] {
	position: absolute;
    right: 0px;
    top: -30px;
    background-image: url(../images/submit-icon.png);
    bottom: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0;
    font-size: 0;
    padding: 12px 20px;
    color: var(--white-color);
}

.site-footer .form-info {
    position: relative;
    overflow: hidden;
    display: block;
}

.site-footer .footer-menu ul li {
  margin-bottom: 8px;
}
.site-footer .social {
  padding-top: 40px;
}


.abt-info .section-heading64 {
  padding-right: 14%;
}

.abt-info .section-heading64 h1 {
  padding-right: 17%;
}

/* Comment Section
#respond {width: 764px;display: inline-block;padding-left: 15px;}
.comment-list ol{list-style:none}
ul.comment-list {list-style: none; margin-bottom: 40px;}
.comment_title{padding-bottom:15px;}
.comentsection{}
.commentlist li{list-style:none;position:relative; float: left;  width: 100%;}
.commentlist .avatar{float:left;margin-right:12px;border:1px solid #c6c6c6;padding:3px;}
.commentmetadata { font-size: 13px;  float: left;    padding-left:0px;     width: 92%; }
img.avatar.avatar-56.photo { float: left;  margin-right: 12px;  border: 1px solid #c6c6c6;   padding: 3px;}
.comment-body { background: rgba(247, 247, 247, 0.67);  padding: 10px 20px;  margin-bottom: 15px;  border-radius: 3px;}
a.comment-reply-link:before {content: "\f112"; font: normal normal normal 14px/1 FontAwesome;  padding-right: 4px; font-size: 10px;}
.commentlist cite{color:#d5402b;}
.commentmetadata{font-size:11px;}
.commentmetadata a{color:#989898;}
.commentlist .tp_cmnt{font-style:italic;}
.commentlist ol.children{margin:0px;padding:0px 0 0 27px;display:inline-block;width:100%;}
.commentlist li ol.children li{}
.commentlist li ol.children{margin:22px 0 22px 0;border-top:#e9e9e9 solid 1px;padding-top:22px;}
.commentlist li ol.children li ol.children li{}
.comment-respond h3{font-size:24px;font-weight:700;color:#303238;margin-top:0px;padding-bottom:0px;font-family: 'Montserrat', sans-serif;font-weight: 600;
text-transform: uppercase; margin-bottom:10px;}
.comment-respond input[type="submit"] {font-size: 13px;color: #fff;text-transform: uppercase;padding: 12px 34px;background: #60b11f;border-radius: 0px;white-space: inherit;font-weight: 500;display: inline-block;letter-spacing: 0px;
font-family: 'Funnel Display', sans-serif;}
.comment-respond input[type="submit"]:hover {transition:all .3s; background:#000;}
.comment-respond .field{padding-bottom:11px;}
.comment-respond #comment_btn{margin-top:11px;}
.comment-reply-link {float: right;     margin-top: -23px;}
p.comment-awaiting-moderation {margin-bottom: 0px; font-weight: 600; font-style: italic;}
ol.commentlist p { margin-bottom: 0px;}
em.comment-awaiting-moderation {display: none;}
.logged-in-as a {font-size: 14px;text-align: justify;}
.logged-in-as a:hover {transition:all .3s; color:#44742b;}
#respond textarea {border: 1px solid #9c9c9c; height:120px;}
#comments {width: 765px;display: inline-block;}
*/

/* social-icons
.social ul{text-align: right;}
.social ul li{display:inline-block;border-bottom:none;}
.social ul li a {height:21px;width:32px;text-align:right;font-size:16px;margin:0 0px 0px 10px;line-height:normal;transition:all .5s; color:#fff;}
.social ul li a:hover { transition:all .3s; color:#60b11f;}
.google:hover{color:#dd4b39; }
.facebook:hover{color:#3b5998;}
.twitter:hover{color:#55acee;}
.instagram:hover{color:#125688;}
.pinterest:hover{color:#cb2027;}
.linkedin:hover{color:#007bb5;}
.youtube:hover{color:#bb0000;}
.skype:hover{color:#12A5F4;}
.rss:hover{color:#ff6600;}
.tumblr:hover{color:#32506d;}
.stumbleupon:hover{color:#EB4823;}
.reddit:hover{color:#FF4500;}
.vk:hover{color:#4c75a3;}
.flickr:hover{color:#ff0084;}
.vimeo:hover{color:#1ab7ea;}
*/

/* navigation
.nav ul li a i{float:right;font-size:15px;line-height:22px;}
.nav > ul > li:last-child > a{padding-right:0px;}
.nav>li>a:focus, .nav>li>a:hover{background-color:inherit;}
.nav ul li:hover > ul{visibility: visible;  opacity: 1;    top: 246%; }
.nav ul li ul{position: absolute;    left: 300px;    top: 120%;    z-index: 100;	 visibility: hidden;    opacity: 0; transition: all 500ms ease;    -moz-transition: all 500ms ease;    -webkit-transition: all 500ms ease;    -ms-transition: all 500ms ease;    -o-transition: all 500ms ease;width:220px;background: rgb(255, 255, 255);
box-shadow:0px 1px 5.16px 0.84px rgba(0, 0, 0, 0.09); }
.nav ul ul li a { padding: 10px 0px 10px 0px;   color:rgba(0, 0, 0, 0.75);font-size: 13px;}
.nav ul ul li{width:100%; padding-left:34px;  border-bottom: 1px solid rgba(14, 14, 13, 0.1); position:relative; margin: 0;text-align: left;padding: 6px 14px;}
.nav ul ul li:last-child{border-bottom:none;padding-left: 12px;}
.nav ul ul{padding-bottom:10px;}
.nav ul ul li:last-child a{padding-right:auto; display:inline-block; width:100%;}
.nav ul li ul{position: absolute;    left:300px;    top:246%;  padding:0px;}
.nav ul li ul li ul{left:221px; top:0% !	important; }
*/

/* sticky */

.header.sticky {
  top: 0px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: auto;
  background: var(--white-color);
  padding: 0px;
}

.header.sticky .top-main {
  display: none;
}

.header.sticky .header-main {
  padding: 25px 0;
}

.header.sticky .logo-title {
  color: #fff;
}

.header.sticky .nav ul li a {
  color: #fff;
  padding-bottom: 27px;
}

.header.sticky .nav ul li a:hover {
  transition: all 0.3s;
  color: #5dbe0f;
}

/* validation-errors */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: 2px solid #f7e700; clear: both; color: #a94442; background-color: #f2dede; border-color: #ebccd1; margin-left: 0px;}
.wpcf7-not-valid { border-color: red !important;}
span.wpcf7-not-valid-tip {display: none;}
div.wpcf7-mail-sent-ok { border: 2px solid #398f14;   color: #3c763d;    background-color: #dff0d8;    border-color: #d6e9c6;  clear: both;  margin-left: 0px;}
.wpcf7-response-output {display: none;}

/* ── NAV SHELL ── */
.nav-wrapper {
  /* background: var(--white);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0; */
  z-index: 1000;
}

.nav-inner {
  /* max-width: 1140px; */
  margin: 0 auto;
  /* padding: 0 28px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

/* ── MENU LIST ── */
.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 30px 14px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition:
    color 0.18s,
    background 0.18s;
  white-space: nowrap;
  color: var(--black700);
  font-family: "grotest-500";
  font-weight: 500;
}

.nav-list > li > a:hover {
  color: var(--green);
  background: var(--green-light);
}

.nav-list li.current_page_item a,
.nav-list li.current-menu-ancestor > a {
  color: var(--green);
}

.nav-list li.current-menu-ancestor .mega-menu .mega-grid .mega-item.active .mega-item-title {
  color: var(--green);
}





















/* ── CHEVRON ── */
.chevron {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  transition: transform 0.25s;
  flex-shrink: 0;
}

.has-mega.open > a .chevron,
.has-dropdown.open > a .chevron {
  transform: rotate(180deg);
}

/* ── CTA BUTTON ── */
.nav-cta {
  background: var(--green) !important;
  color: #fff !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-left: 10px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s !important;
  box-shadow: 0 2px 8px rgba(61, 181, 82, 0.25);
}

.nav-cta:hover {
  background: var(--green-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(61, 181, 82, 0.35) !important;
}

.nav-cta:active {
  transform: translateY(0);
}

/* ── DROPDOWN BASE ── */

.topbar-inner .inside-wrapper-all-group .mega-icon-wrap {
  color: var(--green);
}

.topbar-inner .inside-wrapper-all-group .mega-icon-wrap:hover {
  color: var(--green);
}

.dropdown-menu,
.mega-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  z-index: 999;
  animation: fadeDown 0.2s ease forwards;
  transform-origin: top center;
  top: 80px;
  border-radius: 15px;
  box-shadow: 0 0 4px #bfbfbf;
  -webkit-box-shadow: 0 0 4px #bfbfbf;
  -moz-box-shadow: 0 0 4px #bfbfbf;
  padding-bottom: 30px !important;
}

.btn-group {
  width: 165px;
}

.topbar-inner .inside-wrapper-all-group ul li:nth-child(2) .mega-menu {
  width: 794px;
  left: -130px;
}

.topbar-inner
  .inside-wrapper-all-group
  ul
  li:nth-child(3)
  .mega-menu
  .mega-grid {
  grid-template-columns: 1fr;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.has-dropdown {
  position: relative;
}

.has-dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu {
  min-width: 180px;
  padding: 8px;
}

.dropdown-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
  border-radius: 8px;
  transition:
    background 0.15s,
    color 0.15s;
}

.dropdown-menu a:hover {
  background: var(--green-light);
  color: var(--green);
}

/* ── MEGA MENU ── */
.has-mega {
  position: relative;
}

.has-mega.open .mega-menu {
  display: block;
}

.mega-menu {
  min-width: 540px;
  padding: 16px;
}

.topbar-inner .inside-wrapper-all-group ul li:nth-child(3) .mega-menu {
  min-width: 410px;
  left: 0px;
}
.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.mega-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 32px 16px;
  text-decoration: none;
  color: var(--text);
  border-radius: 12px;
  transition: background 0.15s;
  cursor: pointer;
  margin-bottom: -40px;
}

.mega-item:hover {
  background: var(--green-light);
}

.mega-item:hover .mega-item-title {
  color: var(--green);
}

.mega-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

/* .mega-item:hover .mega-icon-wrap {
background: rgba(61, 181, 82, 0.18);
} */

.mega-icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  transition: color 0.15s;
  line-height: 1.3;
  font-family: "grotest-500";
}

.mega-item-desc {
  font-size: 14px;
  color: var(--gray900);
  line-height: 21px;
  font-weight: 400;
  font-family: "grotest-400";
}

/* ── DIVIDER in mega ── */
.mega-divider {
  grid-column: 1 / -1;
  height: 1px;
  background: var(--border);
  margin: 4px 0;
}

/* ── HAMBURGER (mobile) ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  border: none;
  background: none;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto 0px auto;
  background: var(--text);
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(51deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-51deg);
}

#hamburger:hover {
  background-color: #fff;
}


/* ── MOBILE NAV ── */
.mobile-nav {
  display: none;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 0px 20px 20px;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  font-family: "grotest-600";
  color: var(--gray1000);
}

.mobile-nav a:last-child {
  border-bottom: none;
}

.mobile-nav a:hover {
  color: var(--green);
}

.mobile-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 16px 10px 6px;
}

.mobile-cta {
  display: block;
  margin-top: 12px;
  background: var(--green);
  color: #fff !important;
  text-align: center;
  padding: 13px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  border-bottom: none !important;
}

.mobile-nav ul li:nth-child(2) a, .mobile-nav ul li:nth-child(6) a, .mobile-nav ul li:nth-child(9) a, .mobile-nav ul li:nth-child(10) a, .mobile-nav ul li:last-child a  {
  color: var(--black700);
}

.mobile-nav ul li.current_page_item a {
    color: var(--green);
}





@media (max-width: 820px) {
  .nav-list,
  .nav-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

.global-banner3 .top-heading32 {
  color: var(--green);
}

.global-banner3 {
    height: 63vh;
}

.global-banner3 .bgImage img,.global-banner3 .bgImage {
      height: calc(63vh - 130px);
}

.global-banner3 .bgImage:before {
  border-radius: 25px;
}
/* Site :: Page */

.global-page {
  padding: 40px 0;
}

.global-page .media-list .number, .global-page .media-list .text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.global-page .media-list .number {
  color: var(--green);
}

.global-page .media-list .text {
  color: var(--darkGreen1000);
}

.global-page .media-box {
    margin-bottom: 40px;
}

.global-page .media-box .media-list {
    display: block;
    margin-bottom: 30px;
}

.global-page .media-box .main--content ul {
    list-style: disc;
    margin-left: 30px;
}

.global-banner3 .section-heading64 {
    width: 68%;
    margin: 0 auto;
}

.global-banner3 .banner-overlay {
    bottom: 40px;
}

.global-page .media-body {
    width: 100%;
    max-width: 67%;
    margin: 0 auto;
}

.global-banner3 .section-heading64 .top-heading32 {
    padding-right: 25%;
    display: block;
}


.gsap-text span {display: inline !important;}

.global-page2 {
	padding: 10rem 0
}







/*

font-family: "Funnel Display", sans-serif;
font-family: "Host Grotesk", sans-serif;

*/
