/* ============================================================
   Client logo strip — shared styling for the _ClientLogo partial.
   Loaded by the partial itself so any page (incl. Layout = null
   pages) gets a uniform result just by dropping in the partial.
   Mirrors the canonical rules in style.min.css.
   ============================================================ */
.brand-section{position:relative;background:transparent;padding:20px 0}
.brand-section .container,
.brand-section .row{width:100%}
.brand-section .brand-slider .owl-stage{display:flex;align-items:center}
.brand-section .brand-slider .brand-item{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 6px;
}
.brand-section .brand-slider .brand-item img{
  display:block;
  width:100%;
  height:35px;
  margin:0 auto;
  object-fit:contain;
  cursor:pointer;
  filter:brightness(0) saturate(100%) invert(61%) sepia(1%) saturate(229%) hue-rotate(104deg) brightness(96%) contrast(93%);
  transition:filter .3s ease;
}
/* reveal full-colour logo on hover */
.brand-section .brand-slider .brand-item:hover img{filter:none}
