.elementor-widget-cb-brands > .elementor-widget-container {
  padding: 0;
  margin: 0;
}

/* ---------- Brands strip ---------- */
[data-cb-brands] .brands{
  padding: 40px 0;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

[data-cb-brands] .brands .sec-head{ margin-bottom: 48px; }

[data-cb-brands] .brands-carousel{
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 12%,
    #000 88%,
    transparent 100%
  );
}

[data-cb-brands] .brands-carousel::before, [data-cb-brands] .brands-carousel::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

[data-cb-brands] .brands-carousel::before{
  left: 0;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

[data-cb-brands] .brands-carousel::after{
  right: 0;
  background: linear-gradient(270deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

[data-cb-brands] .brands-track{
  display: flex;
  width: max-content;
  align-items: center;
  animation: brands-marquee 32s linear infinite;
  will-change: transform;
  pointer-events: none;
}

[data-cb-brands] .brands-group{
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
  flex-shrink: 0;
}

[data-cb-brands] .brand-logo{
  height: 56px;
  width: auto;
  max-width: 180px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

@keyframes brands-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  [data-cb-brands] .brands .sec-head{ margin-bottom: 36px; }

  [data-cb-brands] .brands-group{
    gap: 40px;
    padding-right: 40px;
  }

  [data-cb-brands] .brand-logo{
    height: 48px;
    max-width: 150px;
  }

  [data-cb-brands] .brands-track{
    animation-duration: 26s;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-cb-brands] .reveal, [data-cb-brands] .reveal--left, [data-cb-brands] .reveal--right, [data-cb-brands] .reveal--up{
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-cb-brands] .hl-metric, [data-cb-brands] .hl-cred, [data-cb-brands] .why-item{
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-cb-brands] .hero-slide.is-active .hero-bg{
    animation: none;
  }

  [data-cb-brands] .topbar, [data-cb-brands] .site-header .nav-inner{
    animation: none;
  }

  [data-cb-brands] .page-hero-content{
    animation: none;
  }

  [data-cb-brands] .brands-track{
    animation: none;
  }

  [data-cb-brands] .service-card, [data-cb-brands] .service-card .thumb img, [data-cb-brands] .feature-block, [data-cb-brands] .feature-icon, [data-cb-brands] .testimonial-card, [data-cb-brands] .process-step .num, [data-cb-brands] .brand-logo, [data-cb-brands] .btn, [data-cb-brands] .service-detail-media img{
    transition: none !important;
  }

  [data-cb-brands] .faq-panel, [data-cb-brands] .faq-toggle, [data-cb-brands] .faq-toggle .ph{
    transition: none !important;
  }

  [data-cb-brands] .service-card:hover, [data-cb-brands] .feature-block:hover, [data-cb-brands] .testimonial-card:hover, [data-cb-brands] .btn:hover, [data-cb-brands] .btn:active{
    transform: none;
  }
}
