/*==============================================================================
  theme/13-overrides.css
  BRAND OVERRIDES — Force gold accents over template defaults
  Linked from templates/base.html in numbered order with the other theme modules.
==============================================================================*/

/* --------------------------------------------------------------------------
   BRAND OVERRIDES — Force template accents to brand gold across legacy classes
   -------------------------------------------------------------------------- */
.heading_container h2::before,
.slider_section .detail-box .btn-box .btn-2,
.about_section .detail-box a,
.service_section .box .detail-box a,
.team_section .btn-box a,
.contact_section .contact_form-container button,
.info_section .info_form form button,
.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover,
.slider_section ol.carousel-indicators li {
  background-color: var(--primary) !important;
  background: var(--primary) !important;
}

.about_section .detail-box a:hover,
.service_section .box .detail-box a:hover,
.team_section .btn-box a:hover,
.contact_section .contact_form-container button:hover,
.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent !important;
  border-color: var(--primary-hover) !important;
  color: var(--primary-hover) !important;
}

.slider_section .detail-box h1 span {
  color: var(--primary) !important;
}

.spec-detail__item-link:hover,
.spec-card__body a:hover {
  color: var(--primary-hover) !important;
}

.btn_primary,
.about_section .detail-box a,
.contact_section .contact_form-container button {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.btn_primary:hover,
.about_section .detail-box a:hover,
.contact_section .contact_form-container button:hover {
  background: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
  color: #fff !important;
}

