.bekaa-product-reviews-page-section .page-section-content {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.bekaa-product-reviews-page-section .wpb_raw_code,
.bekaa-product-reviews-page-section .wpb_content_element,
.bekaa-product-reviews-page-section .wpb_wrapper {
  margin-bottom: 0 !important;
}

.bekaa-product-reviews-page-section,
.bekaa-product-reviews-page-section .mk-page-section-inner,
.bekaa-product-reviews-page-section .mk-video-color-mask,
.bekaa-product-reviews-page-section .jupiter-donut-height-full {
  height: auto !important;
  min-height: 0 !important;
}

.bekaa-product-reviews-page-section .mk-video-color-mask {
  display: none !important;
}

/*
 * Product pages can place a mobile-only video row between the gallery and the
 * reviews section. WPBakery stores those rows with inline custom padding, which
 * creates a white gap before the dark review block. Collapse only that adjacent
 * video-to-reviews pattern globally, without editing page-builder content.
 */
@media (max-width: 767px) {
  .vc_row:has(.vc_video.autoplay-on-scroll):has(+ .bekaa-product-reviews-page-section) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .vc_row:has(.vc_video.autoplay-on-scroll):has(+ .bekaa-product-reviews-page-section) .wpb_content_element,
  .vc_row:has(.vc_video.autoplay-on-scroll):has(+ .bekaa-product-reviews-page-section) .wpb_video_widget,
  .vc_row:has(.vc_video.autoplay-on-scroll):has(+ .bekaa-product-reviews-page-section) .wpb_wrapper {
    margin-bottom: 0 !important;
  }
}

.bekaa-product-reviews {
  --bekaa-product-reviews-red: #ec1d25;
  --bekaa-product-reviews-white: #ffffff;
  --bekaa-product-reviews-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --section-pad-x: clamp(35px, 5vw, 120px);
  position: relative !important;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-left: -50vw !important;
  overflow: hidden;
  box-sizing: border-box;
  padding: clamp(100px, 12vw, 180px) 0;
  background: radial-gradient(circle at center, #232323 0%, #050505 100%);
}

.bekaa-product-reviews > * {
  position: relative;
  z-index: 2;
}

.bekaa-product-reviews .bekaa-inline-head,
.bekaa-product-reviews .bekaa-rail-controls,
.bekaa-product-reviews .bekaa-rail-nav {
  display: none !important;
}

.bekaa-product-reviews__inner {
  width: 100%;
  padding: 0 var(--section-pad-x);
}

.bekaa-product-reviews .quote-hero,
.bekaa-product-reviews .quote-secondary,
.bekaa-product-reviews .review-card,
.bekaa-product-reviews .kpi {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.bekaa-product-reviews .quote-hero {
  max-width: 720px;
  padding-bottom: clamp(64px, 6vw, 100px);
}

.bekaa-product-reviews .quote-hero-mark {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(80px, 8vw, 120px);
  line-height: 0.5;
  color: rgba(255, 255, 255, 0.06);
  user-select: none;
  pointer-events: none;
}

.bekaa-product-reviews .quote-hero .quote-text,
.bekaa-product-reviews .quote-secondary .quote-text,
.bekaa-product-reviews .review-card .review-card-text,
.bekaa-product-reviews .kpi-value {
  font-family: "Gilda Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.bekaa-product-reviews .quote-hero .quote-text {
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(24px, 2.6vw, 34px);
  font-style: italic !important;
  line-height: 1.5 !important;
}

.bekaa-product-reviews .quote-attribution {
  opacity: 1;
}

.bekaa-product-reviews .quote-name,
.bekaa-product-reviews .review-card-name {
  color: var(--bekaa-product-reviews-white);
  font-family: var(--bekaa-product-reviews-system-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.bekaa-product-reviews .quote-hero .quote-name {
  font-size: 14px;
  margin-bottom: 4px;
}

.bekaa-product-reviews .quote-context,
.bekaa-product-reviews .review-card-context {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.25);
  font-family: var(--bekaa-product-reviews-system-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.35;
  text-transform: uppercase;
}

.bekaa-product-reviews .quote-hero .quote-context {
  color: rgba(255, 255, 255, 0.35);
}

.bekaa-product-reviews .quotes-carousel-section {
  position: relative;
  padding-top: clamp(56px, 5vw, 88px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bekaa-product-reviews .quotes-carousel-wrapper {
  position: relative;
}

.bekaa-product-reviews .quotes-carousel,
.bekaa-product-reviews .reviews-mobile-rail {
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  touch-action: pan-x pan-y;
  scrollbar-width: none;
}

.bekaa-product-reviews .quotes-carousel::-webkit-scrollbar,
.bekaa-product-reviews .reviews-mobile-rail::-webkit-scrollbar {
  display: none;
}

.bekaa-product-reviews .quotes-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  cursor: grab;
}

.bekaa-product-reviews .quotes-carousel:active {
  cursor: grabbing;
}

.bekaa-product-reviews .quotes-track {
  display: flex;
  width: 100%;
}

.bekaa-product-reviews .quotes-page {
  flex: 0 0 auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 clamp(36px, 4vw, 72px);
  overflow: hidden;
  align-items: start;
  scroll-snap-align: start;
}

.bekaa-product-reviews .quote-secondary {
  min-width: 0;
  padding: 8px 0;
}

.bekaa-product-reviews .quotes-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 20%,
    rgba(255, 255, 255, 0.08) 80%,
    transparent 100%
  );
}

.bekaa-product-reviews .quotes-divider--hidden {
  opacity: 0;
}

.bekaa-product-reviews .quotes-page-spacer {
  min-height: 1px;
}

.bekaa-product-reviews .quote-secondary-rule {
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 20px;
  border: 0;
  background: var(--bekaa-product-reviews-red);
}

.bekaa-product-reviews .quote-secondary .quote-text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(16px, 1.3vw, 20px);
  font-style: italic !important;
  line-height: 1.55 !important;
}

.bekaa-product-reviews .quote-secondary .quote-name {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.8);
}

.bekaa-product-reviews .review-card-name {
  margin-bottom: 3px;
}

.bekaa-product-reviews .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 64px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

.bekaa-product-reviews .carousel-arrow:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
}

.bekaa-product-reviews .carousel-arrow:disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.bekaa-product-reviews .carousel-arrow--prev {
  left: -64px;
}

.bekaa-product-reviews .carousel-arrow--next {
  right: -64px;
}

.bekaa-product-reviews .carousel-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bekaa-product-reviews .carousel-dots,
.bekaa-product-reviews .mobile-rail-dots {
  display: flex;
  justify-content: center;
}

.bekaa-product-reviews .carousel-dots {
  gap: 10px;
  margin-top: clamp(32px, 3vw, 48px);
}

.bekaa-product-reviews .mobile-rail-dots {
  display: none;
  gap: 8px;
  margin-top: 24px;
}

.bekaa-product-reviews .carousel-dot,
.bekaa-product-reviews .mobile-dot {
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.bekaa-product-reviews .carousel-dot {
  width: 6px;
  height: 6px;
}

.bekaa-product-reviews .mobile-dot {
  width: 5px;
  height: 5px;
}

.bekaa-product-reviews .carousel-dot.active,
.bekaa-product-reviews .mobile-dot.active {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.3);
}

.bekaa-product-reviews .reviews-mobile-rail {
  display: none;
}

.bekaa-product-reviews .review-card {
  padding: 8px 0;
}

.bekaa-product-reviews .review-card-mark {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  line-height: 0.5;
  color: rgba(255, 255, 255, 0.06);
  user-select: none;
  pointer-events: none;
}

.bekaa-product-reviews .review-card-text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  font-style: italic !important;
  line-height: 1.55 !important;
}

.bekaa-product-reviews .kpi-strip {
  display: flex;
  justify-content: center;
  gap: clamp(50px, 7vw, 120px);
  margin-top: clamp(88px, 9vw, 140px);
  padding-top: clamp(50px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bekaa-product-reviews .kpi {
  text-align: center;
}

.bekaa-product-reviews .kpi-value {
  margin-bottom: 18px;
  color: var(--bekaa-product-reviews-white);
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 0.88 !important;
  letter-spacing: -0.56px;
}

.bekaa-product-reviews .kpi-label {
  color: var(--bekaa-product-reviews-red);
  font-family: var(--bekaa-product-reviews-system-font);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.16px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .bekaa-product-reviews .carousel-arrow--prev {
    left: -8px;
  }

  .bekaa-product-reviews .carousel-arrow--next {
    right: -8px;
  }

  .bekaa-product-reviews .carousel-arrow {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

@media (max-width: 768px) {
  .bekaa-product-reviews {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bekaa-product-reviews .quote-hero,
  .bekaa-product-reviews .quotes-carousel-section {
    display: none !important;
  }

  .bekaa-product-reviews .reviews-mobile-rail {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    margin: 0 calc(-1 * var(--section-pad-x));
    padding: 0 var(--section-pad-x);
    scroll-padding-left: var(--section-pad-x);
  }

  .bekaa-product-reviews .review-card {
    flex: 0 0 min(72vw, 320px);
    max-width: 320px;
    scroll-snap-align: start;
  }

  .bekaa-product-reviews .mobile-rail-dots {
    display: flex;
  }

  .bekaa-product-reviews .kpi-strip {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 48px;
    padding-top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bekaa-product-reviews .quotes-carousel,
  .bekaa-product-reviews .reviews-mobile-rail {
    scroll-behavior: auto;
  }

  .bekaa-product-reviews .carousel-arrow,
  .bekaa-product-reviews .carousel-dot,
  .bekaa-product-reviews .mobile-dot {
    transition: none;
  }
}
