@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

/* =========================
   COLOR PALETTE & VARIABLES
   ========================= */
:root {
  --ns-trailhead: #2B820B;
  --ns-riverbend: #75BAD3;
  --ns-oak: #876806;
  --ns-slate: #3A3931;
  --ns-mist: #EFEFEF;
  --ns-harbor: #133C55;
  --ns-moss: #104547;
  --ns-midnight: #08283F;
  --ns-forest: #0D3330;
  --ns-background: #FFFFFF;
  --ns-surface: #EFEFEF;
  --ns-text: #3A3931;
  --ns-heading: #0D3330;
  --ns-primary: #267F06;
  --ns-primary-dark: #01522c;
  --ns-secondary: #133C55;
  --ns-accent: #75BAD3;
  --ns-golden: #ffd153;
  --ns-oak-bkgnd: rgb(248,247,243);
  --ns-green-bkgnd: #EBF3EB;
  --ns-blue-bkgnd: #F1F8FB;

  --ns-green: #1f7a1f;
      --ns-deep-green: #073f3f;
      --ns-forest: #0c4b33;
      --ns-moss: #4d7c1f;
      --ns-gold: #b08a07;
      --ns-yellow: #ffd84f;
      --ns-teal: #164f63;
      --ns-sky: #eff8fb;
      --ns-mint: #eef8ef;
      --ns-cream: #f8f7f1;
      --ns-soil: #3a2118;
      --ns-text: #173b35;
      --ns-muted: #5d6f68;
      --ns-border: #d5e3d4;
      --ns-shadow: 0 12px 30px rgba(7, 63, 63, .12);
      --ns-shadow-sm: 0 5px 14px rgba(7, 63, 63, .12);
  
}

/* =========================
   RESETS & LAYOUT
   ========================= */
.container-fluid {
  /* background-color: #f8f9fa; */
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--ns-oak-bkgnd);
  color: var(--ns-text, #3A3931);
}

.green-bg {
  background-color: var(--ns-green-bkgnd);
}
.oak-bg {
  background-color: var(--ns-oak-bkgnd);
}
.blue-bg {
  background-color: var(--ns-blue-bkgnd);
}

a {
    color: var(--ns-primary);
    text-decoration: underline;
}
a.active {font-weight: 600; text-decoration: none;}

.dropdown-item.active, .dropdown-item:active {
    color: var(--ns-primary);
    text-decoration: none;
    background-color: var(--white) !important;
    font-weight: 600;
  }

/* =========================
   TYPOGRAPHY
   ========================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--ns-heading, #0D3330);
}

/* =========================
   BUTTONS
   ========================= */
   .btn {box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);}
.btn,
.btn-outline-primary,
.btn-outline-secondary {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}
.btn-outline-primary,
.btn-outline-secondary {
  background-color: #fff !important;
  border-color: var(--ns-primary, #01522c) !important;
  color: var(--ns-primary, #01522c) !important;
  text-decoration: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #fff !important;
  border-color: var(--ns-primary, #01522c) !important;
  color: var(--ns-primary, #01522c) !important;
  text-decoration: underline;
}
.btn-primary {
  background-color: var(--ns-primary);
  border-color: var(--ns-primary);
  color: #fff;
  font-weight: 500;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--ns-primary-dark);
  border-color: var(--ns-primary-dark);
  text-decoration: underline !important;
}
.btn-secondary {
  background-color: var(--ns-golden);
  border-color: var(--ns-golden);
  color: #01522c;
  font-weight: 500;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #f3c852;
  border-color: #f3c852;
  color: #01522c;
  font-weight: 500;
  text-decoration: underline;
}

.btn-primary-outline {
  background-color: #fff;
  border-color: var(--ns-primary);
  color: var(--ns-primary);
  font-weight: 500;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  background-color: #fff;
  border-color: var(--ns-primary-dark);
  color: var(--ns-primary-dark);
  text-decoration: underline;
}
.btn-outline-light-bordered {
  background-color: #fff;
  border: 1px solid var(--ns-mist);
  color: var(--ns-forest);
  font-weight: 500;
}
.btn-outline-light-bordered:hover {
  background-color: var(--ns-surface);
  color: var(--ns-forest);
}
.btn-blue {
  background-color: #133c55;
  border-color: #133c55;
  color: #fff;
  font-weight: 500;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: #103044;
  border-color: #103044;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
.btn-brown {
  background-color: #876806;
  border-color: #876806;
  color: #fff;
  font-weight: 500;
}
.btn-brown:hover, .btn-brown:focus {
  background-color: #664f05;
  border-color: #664f05;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.btn-golden {
  background-color: var(--ns-golden);
  border-color: var(--ns-golden);
  color: #01522c;
  font-weight: 600;
}
.btn-golden:hover, .btn-golden:focus {
  text-decoration: underline;
   background-color: var(--ns-golden);
  border-color: var(--ns-golden);
}



.btn-block {
  display: block;
  width: 100%;
}
.card-btn {
  border: 1px solid var(--ns-primary);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .35);
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
.card-btn:hover {
  transform: translateY(-4px);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, .35);
}
.link-text-success {
  color: var(--ns-primary);
  font-weight: 600;
  text-decoration: none;
}
.link-text-success:hover, .link-text-success:focus {
  color: var(--ns-primary);
  font-weight: 600;
  text-decoration: underline;
}
.btn-group { box-shadow: 4px 4px 4px rgba(0, 0, 0, .35); }
.btn-group .btn {
  border-radius: 0; 
  box-shadow: none;
  background-color: white;
  color: var(--ns-primary);
  font-weight: 500;
}
.btn-group .btn:hover, .btn-group .btn:focus {
  text-decoration: underline !important;
}
.btn-group .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


.btn-group .btn-outline-primary.active {
  border-color: var(--ns-primary);
  background-color: var(--ns-primary) !important;
  color: #fff !important;
}


/* =========================
   NAVBAR & TABS
   ========================= */
.navbar {
  background-color: #fff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: 400;
  color: var(--ns-oak);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  margin-right: 15px;
}
.nav-link:hover {
  text-decoration: underline;
}
a.nav-link.active {
  color: var(--ns-primary) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--ns-primary) !important;
}
.nav-link.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.nav-pills .nav-link {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: #fff;
}
.nav-pills .nav-link.active {
  background-color: #01522c !important;
  border-color: #01522c !important;
  color: #fff !important;
}
.nav-pills .nav-link:hover:not(.active) {
  background-color: rgba(1, 82, 44, 0.1);
  border-color: #01522c;
  color: #01522c;
}
.dropdown-header {
  font-size: 1rem;
  padding-top: 0;
}
a.dropdown-item:hover {
  background-color: none;
  color: #01522c;
  text-decoration: underline
}

/* =========================
   FILTERS & MOBILE PANEL
   ========================= */
.filter-toolbar {
  background: #fff;
  border: 1px solid var(--ns-mist);
  border-radius: 8px;
  padding: 10px 14px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ns-primary);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 16px;
  cursor: pointer;
  user-select: none;
  border: none;
}
.filter-chip.off {
  background: #e9ecef;
  color: #6c757d;
}
.filter-chip i {
  font-size: 12px;
}
.filter-select {
  border: 1px solid var(--ns-mist);
  border-radius: 6px;
  padding: 4px 10px;
  background: #fff;
  color: var(--ns-text);
  font-size: 14px;
}
.filter-chevron {
  transition: transform 0.3s ease;
}
.filter-chevron.rotated {
  transform: rotate(180deg);
}
.filter-btn {
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: #fff;
  text-align: left;
  transition: all 0.15s ease-in-out;
}
.filter-btn:hover {
  background-color: rgba(1, 82, 44, 0.1);
  border-color: #01522c;
  color: #01522c;
}
.filter-btn.active {
  background-color: #01522c !important;
  border-color: #01522c !important;
  color: #fff !important;
}
.filter-btn i {
  color: inherit;
}
@media (max-width: 991.98px) {
  .mobile-filter-panel {
    position: fixed !important;
    top: 0 !important;
    left: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    z-index: 1050;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    border-radius: 0 12px 12px 0 !important;
  }
  .mobile-filter-panel.show {
    left: 0;
  }
  .filter-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
  }
  .filter-backdrop.show {
    display: block;
  }
}

/* =========================
   MAP
   ========================= */
#map {
  border-radius: 8px;
}
.leaflet-popup-content-wrapper {
  border-radius: 8px;
}
.leaflet-popup-content p {
  margin: .5em 0;
}
.district-label {
  background: transparent;
  border: none;
  box-shadow: none;
  font-weight: bold;
  color: #e74c3c;
  font-size: 14px;
  text-shadow: 1px 1px 2px white, -1px -1px 2px white;
}

/* =========================
   FOOTER & SECTIONS
   ========================= */
footer {
  position: relative;
  background-color: #5d4e37 !important;
  background-image: url('../images/dirt-bkgnd.png');
  background-repeat: repeat;
}
footer::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  background-image: url('../images/grass-topper.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 30px;
}
.site-footer {
  background-color: var(--ns-forest);
  color: var(--ns-mist);
  padding: 60px 0 0;
}
.site-footer h6 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.site-footer a {
  color: var(--ns-mist);
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--ns-accent);
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  margin-bottom: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  color: var(--ns-mist);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 40px;
  padding: 18px 0;
  font-size: 13px;
  color: var(--ns-mist);
}
.footer-bottom a {
  color: var(--ns-mist);
  margin-left: 18px;
}

/* =========================
   SECTIONS
   ========================= */
.impact-section {
  padding: 60px 0;
}
.impact-icon {
  width: 85px;
  height: 85px;
  background: var(--ns-primary);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.works-section {
  position: relative;
  padding: 90px 0 110px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(1, 40, 20, .55), rgba(1, 40, 20, .55)), url('../images/Volz-1-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.works-section h2,
.works-section h4,
.works-section p {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .55);
  color: #fff;
}
.step-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--ns-oak);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin: 0 auto 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

/* =========================
   FORMS
   ========================= */

   .form-label {
    font-weight: 600;
    color: var(--ns-text);
   }
   .form-label .normal-text {
    font-weight: 400;
    color: var(--ns-text);
   }

/* =========================
   MISC
   ========================= */

  .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 1em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
} 
.badge img {
  width: 16px;
  height: 16px;
  margin-right: 0px;
}

p.caption {
  font-size: 0.875rem;
  color: var(--ns-text);
  margin-top: 4px;
  font-style: italic;
}
@media (min-width: 768px) {
  
  ul.two-column-list {
    column-count: 2;
          column-gap: 20px;
          background-color: rgba(0,0,0,0);
          padding: 15px;
          border-radius: 8px;
          width: 100%;
  }
}
.circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.justify {
  text-align: justify;
}

#faqAccordion .accordion-button {
    display: inline-block;
    padding-left: 15px
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--ns-primary-dark);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#faqAccordion .accordion-button::after, 
#faqAccordion .accordion-button.collapsed::after {
    display: none;
} 

#faqAccordion
.accordion-button::before {
  width: 40px;
  height: 20px;
  content: "\F286"; /* bi-chevron-up */
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  transition: transform 0.2s ease-in-out;
  position: relative;
  top: 4px;
}
#faqAccordion
.accordion-button.collapsed::before {
  width: 40px;
  height: 20px;
  margin-right: auto;
  content: "\F282"; /* bi-chevron-down */
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
  line-height: 1;
  color: var(--ns-primary);
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  transition: transform 0.2s ease-in-out;
  rotate: 180deg;
}

#faqAccordion
.accordion-collapse.collapse.show {
  border-top: 0;
  border-radius: 8px;
}

#faqAccordion .accordion-body {
 padding-left: 40px;
 max-width: 900px
}

.card-title img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
.card-footer {
  background-color: transparent;
  border-top: 0;
  padding-bottom: 1rem;
}

.feedback-tab { box-shadow: 2px -4px 8px rgba(0,0,0,.5);}

