/* =========================================
   Product Confidence Section
   ========================================= */
.bekaa-confidence-section {
  --bekaa-confidence-gutter: var(--bekaa-page-gutter, clamp(56px, 5vw, 96px));
  --bekaa-confidence-title-top-size: var(--bekaa-fs-section-display-top, 40px);
  --bekaa-confidence-title-accent-size: var(--bekaa-fs-section-display-accent, 50px);
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at center, #232323 0%, #050505 100%) !important;
}

.bekaa-confidence-section .page-section-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: clamp(150px, 14vh, 200px) !important;
  padding-bottom: clamp(150px, 15vh, 220px) !important;
}

.bekaa-confidence-section .mk-padding-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bekaa-confidence-section .wpb_column.column_container,
.bekaa-confidence-section .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bekaa-confidence-section .wpb_wrapper {
  width: 100%;
}

.bekaa-confidence-content {
  box-sizing: border-box;
  width: 100%;
  padding-right: var(--bekaa-confidence-gutter);
  padding-left: var(--bekaa-confidence-gutter);
  color: #fff;
}

.bekaa-confidence-heading {
  margin: 0;
}

.bekaa-confidence-section .bekaa-confidence-divider {
  padding: 0 0 60px !important;
}

.bekaa-confidence-section .bekaa-confidence-divider .divider-inner {
  border-top-width: 3px !important;
  border-top-color: #ec1d25 !important;
  width: 140px !important;
}

.bekaa-confidence-pillars {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 48px);
  row-gap: 32px;
  padding: 38px 0 0;
}

.bekaa-confidence-pillar {
  margin: 0;
}

.bekaa-confidence-section .bekaa-confidence-awards {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(1540px, 100%);
  box-sizing: border-box;
  margin: clamp(72px, 7vw, 118px) auto 0;
  padding: clamp(2.25rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
  text-align: center;
}

.bekaa-confidence-section .bekaa-usp-awards__label {
  margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
  color: #777;
  font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--bekaa-fs-eyebrow, 10px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: var(--bekaa-tracking-eyebrow, 0.18em);
  text-transform: uppercase;
}

.bekaa-confidence-section .bekaa-usp-awards__sep {
  display: inline-block;
  margin: 0 0.55rem;
  color: rgba(0, 0, 0, 0.28);
}

.bekaa-confidence-section .bekaa-usp-awards__dot {
  display: inline-block;
  margin-left: -0.05em;
  color: var(--wd-red, #ec1d25);
  font-size: 1.6em;
  font-weight: 800;
  line-height: 0;
  letter-spacing: 0;
  vertical-align: -0.08em;
}

.bekaa-confidence-section .bekaa-usp-awards__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.bekaa-confidence-section .bekaa-usp-awards__item {
  flex: 0 0 auto;
  width: clamp(72px, 8vw, 96px);
  height: clamp(72px, 8vw, 96px);
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
}

.bekaa-confidence-section .bekaa-usp-awards__item::before,
.bekaa-confidence-section .bekaa-usp-awards__item::marker {
  content: none !important;
  display: none !important;
}

.bekaa-confidence-section .bekaa-usp-awards__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.bekaa-confidence-section .bekaa-usp-awards__item:nth-child(1) img,
.bekaa-confidence-section .bekaa-usp-awards__item:nth-child(2) img {
  opacity: 0.7;
}

.bekaa-confidence-section .bekaa-usp-awards__item:nth-child(3) img,
.bekaa-confidence-section .bekaa-usp-awards__item:nth-child(4) img,
.bekaa-confidence-section .bekaa-usp-awards__item:nth-child(5) img {
  opacity: 0.5;
}

.bekaa-confidence-section .bekaa-usp-awards__item:hover img,
.bekaa-confidence-section .bekaa-usp-awards__item:focus-within img {
  opacity: 1;
  filter: grayscale(1) contrast(1.15);
  transform: translateY(-2px);
}

.bekaa-confidence-pillar__number {
  --bekaa-cursor-dot-size: 4px;
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: var(--bekaa-display, "Gilda Display", Georgia, "Times New Roman", serif);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.bekaa-confidence-pillar__label {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--bekaa-fs-eyebrow, 10px);
  font-weight: 600;
  letter-spacing: var(--bekaa-tracking-eyebrow, 0.18em);
  line-height: 1.3;
  text-transform: uppercase;
}

.bekaa-confidence-pillar__body {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: var(--bekaa-fs-body, 15px);
  font-weight: 400;
  line-height: var(--bekaa-lh-body, 1.6);
  letter-spacing: var(--bekaa-tracking-body, 0.005em);
}

.bekaa-confidence-pillar__body span {
  color: rgba(255, 255, 255, 0.45);
}

.bekaa-confidence-pillar__body em {
  color: rgba(255, 255, 255, 0.78);
  font-style: italic;
  font-weight: 400;
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 860ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 940ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1040ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, filter, transform;
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item {
  filter: blur(3px);
  transition-duration: 1120ms, 1180ms, 1280ms;
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item {
  filter: blur(2.5px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1040ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1220ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item {
  filter: blur(1.5px);
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 1160ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item.is-visible,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item.is-visible,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item.is-visible,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item.bekaa-reveal-done {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item.bekaa-reveal-done,
html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item.bekaa-reveal-done {
  will-change: auto;
}

@media handheld, only screen and (min-width: 768px) and (max-width: 1024px) {
  .bekaa-confidence-section {
    --bekaa-confidence-title-top-size: 33px;
    --bekaa-confidence-title-accent-size: 40px;
  }

  .bekaa-confidence-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media handheld, only screen and (max-width: 767px) {
  .bekaa-confidence-section {
    --bekaa-confidence-gutter: 35px;
    min-height: auto !important;
    padding-top: 56px !important;
    padding-bottom: 0 !important;
  }

  .bekaa-confidence-section .page-section-content {
    padding-top: 86px !important;
    padding-bottom: 96px !important;
  }

  .bekaa-confidence-section .wpb_column.column_container,
  .bekaa-confidence-section .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bekaa-confidence-section .bekaa-confidence-kicker,
  .bekaa-confidence-section .bekaa-confidence-title {
    text-align: left !important;
  }

  .bekaa-confidence-section .bekaa-confidence-kicker {
    font-size: var(--bekaa-fs-eyebrow-large, 12px) !important;
  }

  .bekaa-confidence-section .bekaa-confidence-divider {
    padding-bottom: 24px !important;
  }

  .bekaa-confidence-section .bekaa-confidence-awards {
    width: 100%;
    margin: 56px auto 0;
    padding: 2.25rem 0 1rem;
  }

  .bekaa-confidence-section .bekaa-usp-awards__label {
    font-size: var(--bekaa-fs-eyebrow, 10px);
    letter-spacing: var(--bekaa-tracking-eyebrow, 0.18em);
  }

  .bekaa-confidence-section .bekaa-usp-awards__sep {
    display: block;
    margin: 0.35rem 0 0;
  }

  .bekaa-confidence-section .bekaa-usp-awards__list {
    gap: 1.1rem;
  }

  .bekaa-confidence-section .bekaa-usp-awards__item {
    width: clamp(54px, 14vw, 72px);
    height: clamp(54px, 14vw, 72px);
  }

  .bekaa-confidence-pillars {
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    gap: 20px;
    grid-template-columns: none;
    column-gap: 20px;
    row-gap: 0;
    padding: 36px var(--bekaa-confidence-gutter) 112px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-right: var(--bekaa-confidence-gutter);
    scroll-padding-left: var(--bekaa-confidence-gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .bekaa-confidence-pillars::-webkit-scrollbar {
    display: none;
  }

  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
      opacity 860ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 1020ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }

  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item.bekaa-reveal-done {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item.bekaa-reveal-done {
    will-change: auto;
  }

  .bekaa-confidence-pillars > .bekaa-confidence-pillar {
    flex: 0 0 72vw;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .bekaa-confidence-pillar__number {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .bekaa-confidence-pillar:nth-child(5) {
    grid-column: auto;
  }

  .bekaa-confidence-pillar__body {
    max-width: none;
    font-size: var(--bekaa-fs-card-body, 14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-heading-reveal.reveal-item.bekaa-reveal-done,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillar-reveal.reveal-item.bekaa-reveal-done,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-pillars-reveal.reveal-item.bekaa-reveal-done,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item.is-visible,
  html.bekaa-anim-js .bekaa-confidence-section .bekaa-confidence-awards-reveal.reveal-item.bekaa-reveal-done {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
