@media screen and (min-width:600px) {
  .theme-btn.style-three {
    font-size: 25px;
  }
}

.current-menu-item > a {
  color: #30d13e !important;
  /* Red text for active */
  font-weight: bold;
}

.main-navigation a:hover {
  color: #e8df2a !important;
  /* Replace with your preferred color */
}

.main-menu .navigation > li:hover > a {
  color: #e8df2a;
}

.process-block-one .inner-box {
  margin-top: 20px;
}



.eael-current {
  font-size: 26px;
  color: #3e8f56;
  font-weight: 800;
}