
:root {
  --primary-green: #5aba47;
  --primary-green-dark: #388a2f;
  --primary-green-tint: #7bd97e;
  --primary-green-light: #b7e8b9;
  --secondary-grey: #181a1b;
  --secondary-grey-light: #23272a;
  --container-grey: #23272a;
  --container-light: #23272a;
  --text-dark: #e6e6e6;
  --text-light: #fff;
  --shadow: 0 8px 32px rgba(0,0,0,0.24);
  --border-radius: 4px;
  --border-radius-small: 0px;
  --spacer: 0;
}



body {
  margin-top: 72px;
  font-family: 'Century Gothic', 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: var(--text-light);
  background: var(--secondary-grey);
  margin: 0;
  padding: 0;
  font-weight: 200;
  letter-spacing: 0.02em;
}

p {
  line-height: 1.7;
}

section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.section-grey-xlight {
  background: #ededf0;
  color: #23272a;
}

.section-grey-light {
  background: #2d3136;
  color: var(--text-light);
}

.section-grey-light .list-group-item{
  color: var(--text-light);
}

.section-grey {
  background: #23272a;
  color: var(--text-light);
}

.section-grey .list-group-item{
  color: var(--text-light);
}

.section-grey {
  background: var(--container-grey);
  color: var(--text-light);
}

.section-white {
  background: #fff;
  color: #181a1b;
}

.container, .row {
  margin-bottom: 0;
}



.site-header {
  box-shadow: none !important;
  background: var(--secondary-grey-light);
  border-bottom: 2.5px solid var(--primary-green);
  transition: padding 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, background 0.18s;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  z-index: 1000;
  border-radius: 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0;
}

.site-header .navbar {
  align-items: center;
}


.site-header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  display: flex;
  align-items: center;
  padding: 0;
}



@media (max-width: 1199.98px) {
  .site-header > div {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .site-header > div {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .site-header .container {
    padding: 0 1rem;
  }
  .site-header > div {
    max-width: 100%;
  }
}


.site-header .logo {
  height: 44px;
  transition: height 0.18s cubic-bezier(.4,0,.2,1);
  filter: drop-shadow(0 2px 8px #222a);
}


.site-header.shrink {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  background: var(--secondary-grey-light);
  box-shadow: 0 2px 8px #111a;
}


.site-header.shrink .logo {
  height: 32px;
}



.site-title {
  color: var(--primary-green);
  font-size: 2rem;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #00e91b22;
}

.logo {
  filter: drop-shadow(0 2px 8px #00e91b22);
}

.navbar, .navbar.sticky-top, #mainNavbar {
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-nav .nav-link {
  color: var(--text-light) !important;
  font-weight: 600;
  font-size: 1.13rem;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  transition: color 0.14s, border-bottom 0.14s;
  border-bottom: 2px solid transparent;
  background: transparent !important;
  letter-spacing: 0.03em;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: var(--primary-green) !important;
  border-bottom: 2px solid var(--primary-green);
  background: transparent !important;
}

.navbar-toggler {
  border: none;
  background: var(--container-grey);
  color: var(--primary-green);
  border-radius: 0;
}



.navbar.shrink {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  box-shadow: var(--shadow);
}

.btn-primary-green, .btn-primary-green:focus {
  background-color: var(--primary-green) !important;
  color: var(--text-light) !important;
  border: 2px solid var(--primary-green) !important;
  border-radius: 0;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 1rem 2.8rem;
  box-shadow: 0 2px 12px #5aba4740;
  letter-spacing: 0.04em;
  transition: background 0.14s, color 0.14s, box-shadow 0.14s, transform 0.14s;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}


.btn-primary-green:hover, .btn-primary-green:active {
  background: var(--primary-green-dark) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px #5aba4744;
  border-bottom: 2px solid var(--primary-green-dark);
}



.btn-outline-dark {
  border: 2px solid var(--primary-green);
  color: var(--text-light);
  background: transparent;
  border-radius: 0;
  font-size: 1.18rem;
  font-weight: 600;
  padding: 1rem 2.8rem;
  box-shadow: 0 2px 12px #5aba4740;
  letter-spacing: 0.04em;
  transition: background 0.14s, color 0.14s, box-shadow 0.14s, transform 0.14s;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.btn-outline-dark:hover {
  background: transparent;
  color: var(--text-light);
  box-shadow: 0 8px 32px #111a;
  border-bottom: 2px solid var(--primary-green);
}

.hero-section {
  min-height: 80vh;
  height: 80vh;
  background: var(--container-grey) url('../images/top_banner.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  box-shadow: 0 8px 32px #111a;
  border-radius: 0;
  margin-bottom: var(--spacer);
}

.hero-section .container {
  background: var(--container-grey);
  border-radius: 0;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 4px 24px #111a;
  max-width: 720px;
}

.hero-section .headline {
  font-size: 3.7rem;
  font-weight: 700;
  color: var(--primary-green);
  /* text-shadow removed for testimonials section */
  letter-spacing: 1.5px;
}

.hero-section .hero-text-block {
  margin-bottom: 2.5rem;
}

.hero-section .hero-cta-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

@media (max-width: 991.98px) {
  .hero-section .hero-cta-block {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.2rem;
  }
}

.service-card {
  border-radius: 0;
  border: 3px solid var(--primary-green);
  background: #23272a;
  color: var(--text-light);
  transition: box-shadow 0.18s, border-color 0.18s, background 0.18s;
  box-shadow: 0 8px 32px #5aba4744;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3rem 2.2rem 2.2rem 2.2rem;
  position: relative;
}

.service-card i {
  margin-bottom: 1.5rem;
  color: var(--primary-green);
  font-size: 3.5rem;
  display: block;
}

.service-card h6 {
  margin-bottom: 1.1rem;
  font-size: 1.35rem;
  color: var(--primary-green-tint);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.service-card ul {
  margin-top: 0.5rem;
  text-align: left;
  padding-left: 1.3rem;
  color: var(--text-light);
  font-size: 1.08rem;
  margin-bottom: 2.6rem;
}

.service-card .btn-learn-more {
  width: 100%;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 1rem 0;
  margin-top: auto;
  border-radius: 0;
  background: var(--primary-green);
  color: #fff;
  box-shadow: 0 2px 12px #5aba4740;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  transition: background 0.14s, color 0.14s, box-shadow 0.14s, transform 0.14s;
}

.service-card .btn-learn-more:hover {
  background: var(--primary-green-dark);
  color: #fff;
  box-shadow: 0 6px 24px #5aba4744;
  border-bottom: 2px solid var(--primary-green-dark);
}

.service-card:hover {
  box-shadow: 0 8px 32px #5aba4744;
  border-color: var(--primary-green);
  background: var(--container-grey);
}

.service-card i {
  margin-bottom: 1.2rem;
  color: var(--primary-green);
  font-size: 2.3rem;
}

.service-card h6 {
  margin-bottom: 0.8rem;
  font-size: 1.22rem;
  color: var(--primary-green-tint);
}

.service-card ul {
  margin-top: 0.35rem;
  text-align: center;
  padding-left: 1.1rem;
  color: var(--text-light);
}

/*
.section-grey-light .service-card{
  background: #ededf0;
}

.section-grey-light .service-card ul{
  color: #181a1b;
}
  */

.site-footer {
  background: var(--container-light);
  color: var(--text-light);
  padding: 2.5rem 0 1.5rem 0;
  border-top: 2.5px solid var(--primary-green);
  border-radius: 0;
  box-shadow: 0 -4px 24px #111a;
}


.footer .newsletter-signup input[type="email"] {
  background: var(--container-grey);
  border: 2px solid var(--primary-green-dark);
  color: var(--text-light);
  border-radius: 0;
  padding: 1rem 1.5rem;
}

.footer .newsletter-signup button {
  background: var(--primary-green);
  color: var(--text-light);
  border: none;
  border-radius: 0;
  padding: 1rem 2.5rem;
  margin-left: 0.7rem;
  font-weight: 600;
  transition: background 0.14s, color 0.14s;
  text-transform: uppercase;
}

.footer .newsletter-signup button:hover {
  background: var(--primary-green-dark);
  color: var(--text-light);
}

.site-footer a {
  color: var(--primary-green);
  transition: color 0.2s;
}

.site-footer a:hover {
  color: var(--primary-green-tint);
}

input[type="email"]:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 2px #00e91b33;
}

.carousel-inner {
  border-radius: 16px;
  box-shadow: 0 4px 24px #00e91b11;
}

.section-title {
  color: var(--primary-green);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 8px #00e91b22;
}

.card, .border {
  border-radius: 16px !important;
  box-shadow: 0 2px 12px #00e91b11;
}

/* Visually appealing section backgrounds */
.bg-green-gradient {
  background: linear-gradient(120deg, #00e91b11 0%, #fff 100%);
}

.bg-primary-green {
  background: var(--primary-green) !important;
  color: #fff !important;
}

.bg-primary-green-tint {
  background: var(--primary-green-tint) !important;
  color: #212529 !important;
}

/* Make navbar toggler visible on mobile */

a, a:link, a:visited {
  color: var(--primary-green);
  text-decoration: none;
  transition: color 0.16s;
}

a:hover, a:focus {
  color: var(--primary-green-dark);
  text-decoration: underline;
}

/* Exclude links with explicit color classes or inside .site-footer, .navbar, .btn, etc. by specificity */
.site-footer a,
.navbar a,
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:focus {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: none;
    background: transparent;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
  }
  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon span {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 0.3em 0;
    border-radius: 2px;
    transition: background 0.2s;
  }

  /* Fullscreen mobile menu overlay */
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(35, 39, 42, 0.98); /* fallback to your dark bg */
    z-index: 2000;
    overflow-y: auto;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(.4,0,.2,1);
  }
  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-nav {
    width: 100%;
    flex-direction: column !important;
    gap: 1.5rem;
    align-items: flex-start !important;
  }
  .navbar-nav .nav-link {
    font-size: 1.3rem;
    padding: 1rem 0;
    width: 100%;
    color: #fff !important;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  /* Optional: close button for overlay */
  .navbar-collapse .menu-close {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    z-index: 2100;
    cursor: pointer;
    line-height: 1;
  }

  /* Mobile dropdown menu styling */
  .dropdown-menu {
    background: #23272a !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 2px solid var(--primary-green) !important;
    box-shadow: 0 8px 32px #111a;
  }
  .dropdown-menu .dropdown-item {
    color: #fff !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: transparent !important;
    font-weight: 600;
    font-size: 1.13rem;
    transition: background 0.14s, color 0.14s;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item:focus {
    background: var(--primary-green) !important;
    color: #fff !important;
  }

  /* If using Bootstrap default icon, override its SVG */
  .navbar-toggler-icon {
    background-image: url("../images/menu_hamburger.png");
  }
}

@media (max-width: 575.98px) {
  h1{
    font-size: 2.9rem !important;
  }
  .hero-section {
    padding-top: 0 !important; /* Ensures content is below sticky header */
    padding-bottom: 0 !important; /* Ensures content is below sticky header */
    justify-content: flex-start !important; /* Prevents vertical centering that can push content out of view */
    height: unset !important;
    min-height: unset !important; /* Remove min-height on mobile to avoid overflow. */
  }
  .hero-section .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .hero-section .hero-text-block {
    margin-bottom: 1rem !important;
  }
  .cta-holder > .btn{
    width: 100% !important;
  }
}
