/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #181919;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Custom styling */
body {
  /*display: flex;*/
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  background: #fff;
}

.page-width {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.is-noscroll {
  overflow: hidden;
}

#navigation {
  position: absolute;
  right: 40px;
  top: 35px;
}

#navigation a {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
  margin-right: 30px;
  letter-spacing: 0.01em;
}

#navigation a:hover {
  border-bottom: 0.5px solid #fff;
  /*text-decoration: underline;*/
}

#bannerLogoMobile,
#bannerLogo {
  max-width: 600px;
  margin-top: 50px;
  margin-right: 0;
  float: right;
}

#homeBanner {
  position: relative;
}

#homeBanner video {
  position: relative;
  z-index: 0;
}

#homeBannerTitle {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

#homeBanner:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0,0,0,.55);
  width: 100%;
  height: 100%;
}

#bannerVideo {
  width: 100%;
  max-width: 100%;
}

h3 {
  font-weight: 400;
  display:block;
  text-align:center;
  margin: 50px;
  letter-spacing: 0.01em;
}

.gutter {
  padding-bottom: 70px;
}

#bannerContent {
  position: absolute;
  top: -450px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

#bannerContentMobile {
  display: none;
}

#heroContent #bannerTitle,
#bannerTitle,
#bannerTitleMobile {
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 55px;
}

#heroContent #bannerSubtitle,
#bannerSubtitle,
#bannerSubtitleMobile {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  margin: 25px 0 0 0;
  text-align: left;
  max-width: 540px;
}

@media screen and (max-width: 768px) {
  #heroContent #bannerContent {
    display: none;
  }

  #videoSection .icon-play {
    max-width: 100px !important;
    margin-left: -50px !important;
    margin-top: -50px !important;
  }

  #bannerContentMobile {
    display: block;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
  }
}

@media screen and (min-width: 1600px) {
  #heroContent #bannerTitle,
  #bannerTitleMobile,
  #bannerTitle {
    font-size: 70px;
    line-height: 70px;
  }

  #bannerSubtitleMobile,
  #heroContent #bannerSubtitle,
  #bannerSubtitle {
    font-size: 18px;
  }

  #bannerLogoMobile,
  #bannerLogo {
    max-width: 600px;
    width: 400px;
  }

  #bannerContent {
    top: -500px;
  }
}

@media screen and (max-width: 1200px) {
  #heroContent #bannerTitle,
  #bannerTitle {
    /*font-size: 50px;*/
    line-height: 55px;
  }

  #heroContent #bannerSubtitle, #bannerSubtitle {
    font-size: 14px;
  }
}

#bannerCtaWrapper {
  margin-top: 40px;
}

#bannerCta {
  margin-top: 40px;
  color: #FFFFFF;
  background-color: #16273F00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEBE650;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  font-weight: 200;
}

#bannerCta:hover {
  color: #181919;
  background-color: #EDEBE6;
  border-color: #EDEBE6;
}

@media screen and (max-width: 1000px) {
  #bannerContent {
    top: 150px;
  }

  .compare-item {
    flex-direction: column-reverse;
  }

  .compare-image,
  .compare-content {
    width: 100% !important;
    box-sizing: border-box;
  }

  .compare-item-table {
    flex-direction: column;
  }

  #heroContent {
    flex-direction: column;
  }

  .hero-content-left {
   width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
  #bannerTitle {
    font-size: 40px;
  }
  #bannerContent {
    top: 50%;
    padding: 0 30px;
    transform: translate(0, -50%);
  }

  #navigation {
    display: none;
  }

  #navigation.is-active {
    display: flex;
    flex-direction: column;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: #16273F;
  }

  #navigation a {
    font-size: 28px;
  }
  #companyLogo {
    left: 50%;
    right: auto;
    margin-left: -35px !important;
    width: 70px !important;
  }
  #bannerSubtitle {
    font-size: 14px;
    margin: 10px 30px;
  }
}

#heroContent {
  position: relative;
}

#heroContent h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  font-size: 60px;
  text-align: left;
}

#heroContent ul {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 0 ;
  list-style-type: none;
}

#heroContent li {
  margin-bottom: 5px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  font-family: "Rubik", sans-serif;
}

#heroContent .page-width {
  padding: 120px 0 80px;
  margin-bottom: 0;
}

.hero-content-right {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-top: 5px;
}

.hero-content-left {
  display: inline-block;
  vertical-align: top;
  width: 35%;
}

.compare-item {
  display: flex;
  width: auto;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 120px 100px;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  gap: 50px;
}

.compare-item h3 {
  margin: 20px 0;
  text-align: left;
  font-size: 50px;
}

.compare-image img {
  overflow: hidden;
}

.compare-content {
  width: 45%;
}

.compare-content h2 {
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.compare-item ul {
  padding-right: 30px;
  padding-left: 0;
  list-style: none;
}

.compare-item h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}

.compare-item li {
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 5px;
  color: #EDEBE6;
  letter-spacing: 0.01em;
}

.compare-item li:last-child {
  border: 0;
}

.compare-image {
  width: 55%;
}

#compareSection .compare-image img {
  max-width: 100%;
}

.compare-item-lc li {
  color: #181919;
}

.compare-item-eg {
  background: #16273F;
  position: relative;
  width: auto;
  max-width: 100%;
  color: #EDEBE6;
  padding: 120px 100px;
  margin-bottom: 0;
}

.features-cta-wrapper {
  text-align: center;
}

.features-button-cta {
  display: inline-block;
  margin-top: 30px;
  color: #FFFFFF;
  background-color: #16273F00;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEBE650;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}

.features-button-cta:hover {
  color: #181919;
  background-color: #EDEBE6;
  border-color: #EDEBE6;
}

.compare-item-table .features-button-cta,
.compare-item-lc .features-button-cta {
  color: #181919;
  background: none;
  border-color: #00000050;
}

.compare-item-table .features-button-cta:hover,
.compare-item-lc .features-button-cta:hover {
  background: #181919;
  color: #EDEBE6;
}

.compare-item-table {
  justify-content: space-between;
  gap: 130px;
  margin-bottom: 0;
  border-bottom: 1px solid #18191930;
}

.compare-table li {
  color: #181919;
  padding: 40px 0;
  font-size: 20px;
  border-bottom: 1px solid #18191930;
}

.compare-table-content {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}

.compare-table ul {
  padding: 0;
  margin: 0;
}

#compareSection .compare-table img {
  display: inline-block;
  max-width: 40px;
  vertical-align: middle;
  margin-right: 30px;
}

#compareSection .compare-table .compare-image-larger {
  max-width: 45px;
  margin-top: -5px;
}

#menuToggle {
  display: none;
}

@media screen and (max-width: 768px) {
  #compareSection {
    flex-direction: column;
    gap: 50px;
  }

  #bannerContentMobile {
    text-align: center;
  }

  #bannerLogoMobile,
  #bannerLogo {
    max-width: 110px;
    bottom: -300px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }

  #bannerTitleMobile {
    font-size: 34px;
    line-height: 40px;
  }

  #bannerSubtitleMobile {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
  }

  #bannerVideo {
    min-height: 700px;
    height: 100vh;
    object-fit: cover;
  }

  #bannerCta {
    font-size: 14px;
  }

  #heroContent {
    margin-bottom: 80px;
  }

  #heroContent h3 {
    margin: 20px 0;
  }

  #compareSection:before {
    display: none;
  }

  .compare-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .compare-content h2 {
    font-size: 14px;
  }

  .compare-item-eg {
    padding: 0;
    flex-direction: column-reverse;
  }

  .compare-content {
    width: auto;
    padding: 20px 20px 0 20px;
  }

  .compare-image {
    width: 100%;
  }

  #heroContent ul {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .compare-item ul {
    padding: 0;
  }

  .compare-item li {
    font-size: 15px;
    padding: 20px 0;
  }

  .compare-item-eg:after,
  .compare-item-eg:before {
    display: none;
  }

  .compare-table {
    padding: 0 20px;
  }

  .compare-item-table {
   padding-top: 15px !important;
  }

  /* About us */
  #heroContent {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0;
  }

  .hero-content-left {
    width: 100%;
  }

  #heroContent h3 {
    font-size: 34px;
  }

  #heroContent li {
    font-size: 15px;
  }

  /* Features */
  .compare-item {
    gap: 10px;
  }

  .compare-item h3 {
    font-size: 34px;
  }

  .features-button-cta {
    margin: 0 0 40px 0;
  }

  /* Hamburger menu */
  #menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
  }

  #menuToggle a:hover {
    color: tomato;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 1px;
    margin-bottom: 6px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-6px, -3px);
  }

  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    height: 100vh;
    background: rgba(69,134,38,1);
    list-style: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #fff;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }

  #footer-bottom .page-width {
    text-align: center;
  }
}


/* New */

/* Navigation */
#companyLogo {
  position: absolute;
  left: 40px;
  top: 45px;
}

#navigation .button {
  display: inline-block;
  color: #fff;
  padding: 13px 18px;
  border-radius: 25px;
  background: #5EB832;
  text-decoration: none;
  transition: transform .15s ease-in-out;
}

#navigation .button:hover {
  transform: translateY(-2px);
}

#navigation .button img {
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

#navigation .button span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

#navigation .button:hover {
  border: 0;
}

.company-vision {
  margin-bottom: 40px;
}

.company-vision .page-width {
  display: flex;
  gap: 40px;
}

.company-vision-icon {
  background: #C2E35D;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 4px;
}

.company-vision-icon img {
  max-width: 24px;
  margin-top: 12px;
}

.company-vision-container {
  background: #FDF9EE;
  padding: 40px;
  border-radius: 12px;
}

.company-vision-container h4 {
  margin: 30px 0 15px;
  font-size: 32px;
  font-weight: 400;
}

.company-vision-container p {
  line-height: 27px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

#videoSection {
  margin: 120px 0;
  cursor: pointer;
}

#videoSection .page-width {
  position: relative;
}

#videoSection .icon-energy {
  content: '';
  position: absolute;
  top: -30px;
  left: 0px;
  width: 100px;
}

#videoSection .icon-energy-bottom {
  top: auto;
  left: auto;
  bottom: -20px;
  right: 0;
}

#videoSection .video-banner {
  width: 90%;
  display: block;
  margin: 0 auto;
  cursor: default;
}

#videoSection .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  max-width: 200px;
  transition: transform .2s ease;
  cursor: pointer;
}

#videoSection:hover .icon-play  {
  transform: scale(1.05);
}

#onMapSection {
  margin: 70px 0;
}

#onMapSection .on-map-left {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}

#onMapSection .page-width {
  display: flex;
  align-items: center;
}

#onMapSection .on-map-left h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  font-size: 60px;
  text-align: left;
}

.on-map-left b {
  font-weight: 500;
}

#onMapSection .on-map-left p {
  line-height: 27px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

#onMapSection .on-map-right {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  margin-left: auto;
}

#onMapSection .on-map-right img {
  max-width: 100%;
}

#companiesSection .companies-section {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

.companies-section-image {
  flex: 50%;
  box-sizing: border-box;
}

#companiesSection {
  margin: 200px 0;
}

.companies-section-image video {
  max-width: 100%;
  border-radius: 12px;
}

.companies-section-image img {
  max-width: 100%;
}

.companies-section-content {
  position: relative;
  flex: 50%;
  background: #FDF9EE;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}

.companies-section-content h3 {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.companies-section-content p {
  line-height: 27px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

.companies-section-upper-top {
  transform: translateY(-60px);
}

.companies-section-upper-bottom {
  transform: translateY(-60px);
}

.companies-section-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #C2E35D;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
}

.companies-section-icon img {
  max-width: 25px;
}

/* Partners section */
#partnersSection {
  margin-bottom: 100px;
}

.partners-section-left {
  display: inline-flex;
  width: 35%;
  vertical-align: top;
  flex-direction: column;
}

.partners-section-right {
  display: inline-flex;
  width: 64.5%;
  vertical-align: top;
  flex-wrap: wrap;
  gap: 25px;
}

.partners-section-left h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: -15px 0 0 0;
  font-size: 60px;
  text-align: left;
}

.partners-section-left h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.partners-section-features {
  position: relative;
  flex: 47%;
  background: #FDF9EE;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  box-sizing: border-box;
}

.partners-section-features p {
  line-height: 27px;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

.partners-section-features h4 {
  margin: 30px 0 0 0;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

/* Contact section */
#contactSection {
  padding: 100px 0;
  text-align: center;
  background: url("/assets/banner-contact.jpg") no-repeat center center;
  background-size: 100%;
  color: #fff;
}

#contactSection h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  font-size: 60px;
  text-align: center;
}

#contactSection p {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
}

#contactSection .button {
  display: inline-block;
  color: #000;
  padding: 12px 35px;
  border-radius: 23px;
  background: #C2E35D;
  text-decoration: none;
}

/* Footer New */
#footer {
  padding: 80px 0 90px;
  background: #FDF9EE;
}

#footer .page-width {
  display: flex;
  justify-content: space-between;
}

.footer-container-left img {
  max-width: 130px;
}

.footer-container-right {
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}

.footer-container-right ul {
  padding-left: 0;
  list-style: none;
}

.footer-container-right li {
  position: relative;
  margin-bottom: 20px;
}

.footer-container-right img {
  position: absolute;
  left: -40px;
  max-width: 25px;
}

.footer-container-right a {
  color: #000000;
  text-decoration: none;
}

.footer-container-right a:hover {
  text-decoration: underline;
}

#footer-bottom {
  background: #FDF9EE;
  line-height: 27px;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 5px;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

#footer-bottom .page-width {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

/* Responsive */
@media screen and (max-width: 1000px) {
  #companyLogo {
    left: 50%;
    width: 180px !important;
    max-width: 180px !important;
    margin-left: -90px !important;
    top: 27px;
  }

  #heroContent .page-width {
    padding: 20px 0;
  }

  #heroContent h3 {
    margin-top: 0;
  }

  .company-vision .page-width {
    flex-direction: column;
    gap: 30px;
  }

  .hero-content-right {
    width: 100%;
  }

  .company-vision-container p {
    font-size: 15px;
  }

  .company-vision-container h4 {
    margin-top: 20px;
  }

  .company-vision-container {
    padding: 30px;
  }

  .partners-section-left {
    width: 100%;
    text-align: center;
  }

  .partners-section-left h4 {
    font-size: 32px;
    text-align: center;
  }

  .partners-section-left h3 {
    font-size: 32px;
    text-align: center;
  }

  .partners-section-right {
    width: 100%;
    flex-direction: column;
  }

  .partners-section-features {
    flex: 100%;
  }

  #videoSection .icon-energy {
    width: 40px;
    /*height: 50px;*/
    top: -10px;
    left: -20px;
  }

  #videoSection .icon-energy-bottom {
    top: auto;
    left: auto;
    bottom: -10px;
    right: -20px;
  }

  #onMapSection .page-width {
    flex-direction: column;
  }

  #onMapSection .on-map-left {
    width: 100%;
    margin-bottom: 40px;
  }

  #onMapSection .on-map-right {
    width: 100%;
  }

  #onMapSection .on-map-left h3 {
    font-size: 34px;
  }

  #onMapSection .on-map-left p {
    font-size: 15px;
  }

  .companies-section {
    flex-direction: column;
  }

  .companies-section-upper-bottom,
  .companies-section-upper-top {
    transform: none;
  }

  .company-vision-container h4 {
    font-size: 26px;
  }

  .companies-section-content h3 {
    font-size: 26px;
  }

  .companies-section-content p {
    font-size: 15px;
  }

  .companies-section-icon {
    top: 25px;
    right: 25px;
  }

  .companies-section-bottom {
    flex-direction: column !important;
  }

  .companies-section-content {
    padding: 30px;
  }

  #companiesSection .companies-section {
    gap: 30px;
    margin-bottom: 30px;
    flex-direction: column-reverse;
  }

  #companiesSection {
    margin: 50px 0;
  }

  .partners-section-left h3 {
    margin: 0 0 50px 0;
  }

  .partners-section-features {
    padding: 30px;
  }

  .partners-section-features p {
    font-size: 15px;
  }

  #videoSection {
    margin: 50px 0;
  }

  #onMapSection {
    margin: 0;
  }

  #contactSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 300px;
    background-size: cover;
  }

  #contactSection .button {
    max-width: 35%;
    margin: 0 auto;
  }

  #contactSection h3 {
    font-size: 26px;
  }

  #contactSection p {
    font-size: 15px;
  }

  #partnersSection {
    margin-bottom: 30px;
  }

  #footer .page-width {
    flex-direction: column;
    text-align: center;
  }

  .footer-container-right {
    width: 100%;
    margin-top: 30px;
  }

  .footer-container-right img {
    display: none;
  }
}

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 1;
  transition: opacity .5s ease;
  cursor: pointer;
}

#scrollTop img {
  max-width: 40px;
}

#scrollTop.invisible {
  opacity: 0;
}

/* Responsive low res laptop */
@media screen and (min-device-width: 1150px) and (max-device-width: 1400px) {
  html {
    zoom: 90%;
  }

  #heroContent #bannerTitle {
    font-size: 50px;
    line-height: 55px;
  }

  #companyLogo {
    max-width: 270px !important;
  }

  #bannerLogo {
    max-width: 400px;
    margin-top: -10px;
  }

  #homeBanner {
    max-height: 108vh;
    overflow: hidden;
  }

  #bannerContent {
    top: -370px;
  }
}

#bannerLogoMobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero-content-left {
    position: relative;
  }
  #bannerLogoMobile {
    bottom: auto;
    top: -160px;
  }
}
