/* SayarahGo 1.25.6: approved partner-logo presentation. */

.bcsg-partner-strip {
  background:
    radial-gradient(circle at 50% 0%, rgba(253, 192, 3, 0.09), transparent 24rem),
    linear-gradient(180deg, #fbf8fc 0%, #f6f2f8 100%);
  padding: 56px 0 50px;
}

.bcsg-partner-strip__heading {
  display: block;
  margin-bottom: 38px;
  text-align: center;
}

.bcsg-partner-strip__heading h2 {
  color: var(--bcsg-primary);
  font-family: var(--bcsg-font-heading);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 0;
  max-width: none;
}

.bcsg-partner-strip__heading h2::after {
  background: var(--bcsg-gold);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin: 14px auto 0;
  width: 58px;
}

.bcsg-partner-ticker {
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.bcsg-partner-ticker__track {
  animation: bcsg-partner-scroll 36s linear infinite;
  justify-content: flex-start;
  width: max-content;
}

.bcsg-partner-mark {
  flex: 0 0 280px;
  height: 112px;
  margin-inline: 8px;
  max-width: none;
  padding: 18px 24px;
}

.bcsg-partner-mark[aria-hidden="true"] {
  display: flex;
}

.bcsg-partner-mark::after {
  display: none;
}

.bcsg-partner-mark img {
  filter: none;
  height: 64px;
  max-height: 64px;
  max-width: 220px;
  object-fit: contain;
  opacity: 1;
  width: 220px;
}

.bcsg-partner-mark:hover img {
  filter: none;
}

@media (max-width: 760px) {
  .bcsg-partner-strip {
    padding: 42px 0 38px;
  }

  .bcsg-partner-strip__heading {
    margin-bottom: 24px;
  }

  .bcsg-partner-mark {
    display: flex;
    flex-basis: 210px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 88px;
    margin-inline: 6px;
    max-width: none;
    padding: 12px 16px;
  }

  .bcsg-partner-mark[aria-hidden="true"] {
    display: flex;
  }

  .bcsg-partner-ticker__track {
    animation: bcsg-partner-scroll 34s linear infinite;
    justify-content: flex-start;
    width: max-content;
  }

  .bcsg-partner-mark img {
    height: 52px;
    max-height: 52px;
    max-width: 174px;
    width: 174px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bcsg-partner-ticker__track {
    animation: none;
  }
}
