.elementor-widget-ykew-brand-strip,
.elementor-widget-ykew-brand-strip > .elementor-widget-container {
  overflow: visible !important;
  padding: 0 !important;
}

.ykb-strip,
.ykb-strip * {
  box-sizing: border-box;
}

.ykb-strip {
  --ykb-primary: #163c78;
  --ykb-text: #102f63;
  --ykb-border: #e4e9f1;
  --ykb-fade: #fff;
  --ykb-user-max: 1400px;
  position: relative;
  width: calc(100% - 40px);
  max-width: min(var(--ykb-user-max), 1440px);
  margin: 40px auto;
  padding: 26px 0 24px;
  overflow: hidden;
  color: var(--ykb-text);
  direction: rtl;
  background: #fff;
  border: 1px solid #edf0f5;
  border-radius: 24px;
  font-family: inherit;
}

.ykb-strip::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -120px -100px auto auto;
  width: 340px;
  height: 260px;
  background: radial-gradient(circle, rgba(22, 60, 120, .08), transparent 68%);
  pointer-events: none;
}

.ykb-head {
  position: relative;
  z-index: 1;
  padding: 0 28px 22px;
}

.ykb-title-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ykb-badge {
  width: 48px;
  height: 48px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #24518f, #0c2b5e);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(12, 43, 94, .18);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .6px;
}

.ykb-eyebrow {
  display: block;
  margin: 0 0 2px;
  color: var(--ykb-primary);
  font-size: 12px;
  font-weight: 700;
}

.ykb-title {
  margin: 0;
  color: var(--ykb-text);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 800;
  line-height: 1.5;
}

.ykb-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8px 0 12px;
  overflow: hidden;
  direction: ltr;
}

.ykb-viewport::before,
.ykb-viewport::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
}

.ykb-viewport::before {
  left: 0;
  background: linear-gradient(to right, var(--ykb-fade), transparent);
}

.ykb-viewport::after {
  right: 0;
  background: linear-gradient(to left, var(--ykb-fade), transparent);
}

.ykb-no-fade .ykb-viewport::before,
.ykb-no-fade .ykb-viewport::after {
  display: none;
}

.ykb-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ykb-group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline-end: 12px;
}

.ykb-card {
  position: relative;
  width: 170px;
  height: 92px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  overflow: hidden;
  color: var(--ykb-text);
  background: linear-gradient(180deg, #fff, #fbfcfe);
  border: 1px solid var(--ykb-border);
  border-radius: 17px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(12, 43, 94, .035);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s ease, border-color .3s ease, background .3s ease;
}

.ykb-card::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  transform: translateX(50%);
  background: linear-gradient(90deg, #0c2b5e, #3976c4);
  border-radius: 10px 10px 0 0;
  transition: width .3s ease;
}

.ykb-card:hover,
.ykb-card:focus-visible {
  color: var(--ykb-text);
  border-color: #9eb8e2;
  background: #fff;
  box-shadow: 0 15px 30px rgba(12, 43, 94, .11);
  outline: 0;
  transform: translateY(-4px);
}

.ykb-card:hover::after,
.ykb-card:focus-visible::after {
  width: 42%;
}

.ykb-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
  opacity: 1;
  transform: scale(1.28);
  transition: filter .3s ease, opacity .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.ykb-grayscale .ykb-card img {
  filter: grayscale(1);
}

.ykb-card:hover img,
.ykb-card:focus-visible img {
  filter: none;
  opacity: 1;
  transform: scale(1.38);
}

.ykb-name {
  display: block;
  color: var(--ykb-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.ykb-autoplay .ykb-track {
  animation: ykb-scroll-left var(--ykb-duration, 34s) linear infinite;
}

.ykb-autoplay:not(.ykb-ready) .ykb-track {
  animation: none;
}

.ykb-autoplay.ykb-reverse .ykb-track {
  animation-name: ykb-scroll-right;
}

.ykb-pause-hover .ykb-viewport:hover .ykb-track,
.ykb-pause-hover .ykb-viewport:focus-within .ykb-track {
  animation-play-state: paused;
}

.ykb-strip:not(.ykb-autoplay) .ykb-viewport {
  overflow-x: auto;
  scrollbar-width: thin;
}

.ykb-strip:not(.ykb-autoplay) .ykb-track {
  margin-inline: auto;
}

@keyframes ykb-scroll-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes ykb-scroll-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.ykb-editor-note {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 20px auto;
  padding: 18px;
  color: #5d4300;
  background: #fff8db;
  border: 1px solid #ead88f;
  border-radius: 12px;
  text-align: center;
  font-family: inherit;
}

@media (max-width: 1024px) {
  .ykb-strip {
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 20px;
  }

  .ykb-head { padding: 0 22px 19px; }
  .ykb-card { width: 150px; height: 84px; padding: 4px 6px; }
  .ykb-card img { max-height: 70px; }
  .ykb-viewport::before,
  .ykb-viewport::after { width: 55px; }
}

@media (max-width: 767px) {
  .ykb-strip {
    width: calc(100% - 20px);
    max-width: min(var(--ykb-user-max), 1440px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 0 18px;
    border-radius: 18px;
  }

  .ykb-head { padding: 0 16px 16px; }
  .ykb-title-wrap { gap: 10px; }
  .ykb-badge { width: 41px; height: 41px; border-radius: 12px; font-size: 7px; }
  .ykb-eyebrow { font-size: 10px; }
  .ykb-title { font-size: 17px; }
  .ykb-card { width: 132px; height: 74px; padding: 3px 5px; border-radius: 14px; }
  .ykb-card img { max-height: 60px; }
  .ykb-group { gap: 9px; padding-inline-end: 9px; }
  .ykb-viewport::before,
  .ykb-viewport::after { width: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .ykb-track { animation: none !important; transform: none !important; }
  .ykb-viewport { overflow-x: auto; }
  .ykb-card,
  .ykb-card img { transition: none !important; }
}
