body {
  font-family: 'Merriweather Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 1.75;
}


  .zoom-on-hover {
    transition: transform 0.3s ease;
  }
  .zoom-on-hover:hover {
    transform: scale(1.05);
  }
  @media (max-width: 991.98px) {
  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    margin-left: auto;
  }

  .navbar-collapse.collapse.show {
    justify-content: end;
  }
}
.a2a_floating_style {
  z-index: 9999 !important;
}

.nav-link.active {
  position: relative;
  color: #15803d !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px; /* adjust space below text */
  width: 60%; /* adjust underline width */
  height: 3px;
  background-color: #15803d;
  border-radius: 10px; /* for a rounded line */
}

