/* --- Wamilda portfolio green accent override --- */
:root{
  --accent: #28a745; /* change this to your exact portfolio green if needed */
}

/* buttons */
.primary-btn,
.site-btn,
.btn,
button,
input[type="submit"]{
  background: var(--accent) !important;
  border-color: var(--accent) !important;
}

/* hover */
.primary-btn:hover,
.site-btn:hover,
.btn:hover,
button:hover{
  filter: brightness(0.95);
}

/* links + active nav */
a:hover,
.header__menu ul li.active a,
.header__menu ul li:hover a{
  color: var(--accent) !important;
}

/* anything with orange border */
.primary-btn,
.site-btn{
  border: 1px solid var(--accent) !important;
}

/* common template accents (icons/lines) */
.section-title span,
.services__item span,
.trainer__title span,
.pricing__item__price h2,
.breadcrumb__option a:hover{
  color: var(--accent) !important;
}

/* orange separators/lines sometimes used */
.section-title:after,
.set-bg:after{
  border-color: var(--accent) !important;
}
