.page {
  margin: 0px;
  padding: 0px;
}

body {
  /* background-color: #e3e3e3 !important; */
}

/* Navigation */
/* Navigation */
/* Navigation */

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  background-color: transparent;
  top: 0;
  z-index: 10000;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  backdrop-filter: blur(20px);
}



@media (min-width: 770px) {
  .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  top: 0;
  z-index: 10000;
  background-color: transparent;
  position: fixed;
  /* right: 5%; */
  /* left: 5%; */
  border: 1px solid #EFEFEF99;
  /* border-radius: 100px; */
  height: auto;
  margin-top: 10px;
  /* width: 90% !important; */
  justify-content: center !important;
  margin: 0 auto;
  /* margin-top: 20px; */
  /* padding: 40px 30px; */
  backdrop-filter: blur(10px);
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 20px 30px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}

.site-branding {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.site-branding img {
  height: 50px;
  width: auto;
  transition: all 0.4s ease-in-out;
}

.site-header.shrink .site-branding img {
  height: 40px;
  width: auto;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: end !important;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 30px;
  margin: 0;
  position: static;
  flex-direction: row;
  background: none;
  padding: 0;
  width: auto;
  border-radius: 0;
}


/* .slogan p {
  width: 100%;
  max-width: 700px;
}

.slogan h2 {
  width: 100%;
  max-width: 700px;
} */

.slogan-inner {
  margin: 0 auto;
}

.slogan-inner h2 span {
  background: linear-gradient(to right, #ffffff, #00A2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-links li a {
  color: white;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  margin-left: 1rem;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #00A2FF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

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

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    background-color: #26303e;
    padding: 1rem;
    flex-direction: column;
    width: 100%;
    z-index: 9999;
  }

  .nav-links.show {
    display: flex;
    font-size: 20px;
    padding-left: 40px;
    border-top: 1px solid #00A2FF;
  }
}

.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation {
  display: block;
  width: 100%;
  justify-content: end;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: flex;
    gap: 30px;
  }
}


.page-template-jobs .header-inner a {
  color: #000;
}

.page-template-contact .header-inner a {
  color: #000;
}

@media (max-width: 768px) {
  .page-template-jobs .header-inner a {
      color: #FFF;
    }
}


@media (max-width: 768px) {
.page-template-contact .header-inner a {
    color: #FFF;
  }
}

/* Navigation */
/* Navigation */
/* Navigation */


.hero-home {
  position: relative;
  height: 700px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../assets/images/spowerhero.jpg);
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: start;
  overflow: hidden;
}


.background-layer {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: auto;
  z-index: 1;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: end !important;
}

.homepage-text {
  margin: 60px 0px;
}


.footer {
  background: #26303e;
}

.footer-row {
  padding: 30px 0px;
}

.footer {
  color: #FFF;
}

.jobs {
  padding-top: 80px;
  padding-bottom: 300px;
}

.contact {
  padding-top: 15%;
  padding-bottom: 300px;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 35%;
  }
}

.accordion-item .accordion-header .accordion-button {
  background: #26303e;
  color: #FFF;
}

