:root {
  --nav-color: #fafafa;
  --nav-hover-color: #18d26e;
  --nav-mobile-background-color: #1a1a1a;
  --nav-dropdown-background-color: #1a1a1a;
  --nav-dropdown-color: #fafafa;
  --nav-dropdown-hover-color: #18d26e;
  --background-color: #000000;
  --default-color: #fafafa;
  --heading-color: #ffffff;
  --accent-color: #18d26e;
  --surface-color: #1a1a1a;
  --contrast-color: #000000;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #040404;
  color: #fff;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
}
/* Background image */
body::before {
  content: "";
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1)),
    url(../img/bg.jpg) top right no-repeat;
  background-size: cover;
  background-attachment: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}
section {
  width: 100%;
  opacity: 1;
  display: block;
  overflow-y: auto;
  padding: 20px 0;
  position: relative;
  margin-top: 80px;
}
a {
  color: #18d26e;
  text-decoration: none;
}
a:hover {
  color: #35e888;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marko One", serif;
}
#header {
  padding-top: 30px;
}
#header h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Marko One", serif;
}
#header h1 a,
#header h1 a:hover {
  color: #fff;
  line-height: 1;
  display: inline-block;
}
#header h2 {
  font-size: 24px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
#header h2 span {
  color: #fff;
  border-bottom: 2px solid #18d26e;
  padding-bottom: 6px;
}
#header img {
  padding: 0;
  margin: 0;
}
#header .social-links {
  margin-top: 40px;
  display: flex;
}
#header .social-links a {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#header .social-links a:hover {
  background: hsl(148, 79%, 46%);
}
@media (max-width: 992px) {
  #header h1 {
    font-size: 1.5em;
  }
  #header h2 {
    font-size: 16px;
    line-height: 30px;
  }
  #header .social-links {
    margin-top: 15px;
  }
  #header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.navbar {
  padding: 0;
  margin-top: 65px;
}
.mobile-nav {
  display: none;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li + li {
  margin-left: 30px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #18d26e;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #4ceb95;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.services .icon-box {
  text-align: center;
  background: rgba(204, 204, 204, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #18d26e;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #fff;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #18d26e;
  border-color: #18d26e;
}
/*
  .services .icon-box:hover .icon {
    background: #fff;
  }
  */
.services .icon-box:hover .icon i {
  color: #18d26e;
}
.services .icon-box:hover .icon::before {
  background: #35e888;
}
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}
@media (max-width: 768px) {
  .main-logo {
    width: 280px;
  }
  .main-tagline {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.is-homepage #header {
  padding-top: 20vh; /* 20% of viewport height */
}
/* Mobile Navigation */
.mobile-nav-toggle {
  top: 20px;
  right: 20px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    padding: 60px 0;
    transition: 0.3s;
    z-index: 9998;
    display: flex;
    flex-direction: column;
  }
  .navbar.active {
    right: 0;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-nav li {
    padding: 15px 30px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-nav a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    width: 100%;
  }
  .mobile-nav a:hover {
    color: #18d26e;
  }
  .navbar li + li {
    margin-left: 0;
  }
}
/* Main content should expand to fill available space */
.container {
  flex: 1;
}
.hero p span {
  letter-spacing: 1px;
  border-bottom: 2px solid var(--accent-color);
}
/* Maintenance Page Styles */
.maintenance-section {
    padding: 60px 0;
    min-height: 100vh;
}

.maintenance-section h1 {
    margin-bottom: 30px;
}

.maintenance-section h2 {
    margin: 50px 0 50px;
}

.maintenance-section ol {
    padding-left: 20px;
}

.maintenance-section li {
    margin-bottom: 20px;
}

.maintenance-section ul {
    margin-top: 10px;
}

.maintenance-section a {
    text-decoration: none;
}

.maintenance-section a:hover {
    text-decoration: underline;
}
