/* --- existing styles (unchanged) --- */
.section-trustpilot-scroller-of-reviews{background-color:#1b2c3d;color:#fff;padding:64px 0;display:flex;flex-direction:column;gap:80px;overflow:hidden;position:relative}
@media screen and (max-width:768px){.section-trustpilot-scroller-of-reviews{gap:40px}}
.section-trustpilot-scroller-of-reviews:before{content:"";position:absolute;top:-100px;left:-100px;width:350px;height:350px;background-image:url(shape-50-percent.svg);background-position:center;background-repeat:no-repeat}
.section-trustpilot-scroller-of-reviews .content{text-align:center;padding:0 20px;max-width:800px;margin:0 auto}
@media screen and (max-width:768px){.section-trustpilot-scroller-of-reviews .content{text-align:left}}
.section-trustpilot-scroller-of-reviews .content .trustpilot-widget{margin:0 auto 24px auto;background-color:rgba(255,255,255,.1);border-radius:5px;padding:10px}
.section-trustpilot-scroller-of-reviews .content h2{font-size:40px;line-height:1.2;font-family:Bogue-Light,sans-serif;margin-bottom:16px}
@media screen and (max-width:768px){.section-trustpilot-scroller-of-reviews .content h2{font-size:32px}}
/* Original list styling (kept for non-Swiper fallback) */
.section-trustpilot-scroller-of-reviews .reviews{display:flex;width:100%;flex-direction:row;gap:104px;flex-wrap:nowrap;align-items:center;justify-content:center;overflow:scroll}
.section-trustpilot-scroller-of-reviews .reviews .review{min-width:300px;max-width:380px;display:flex;flex-direction:column;gap:12px;margin:0 20px}
.section-trustpilot-scroller-of-reviews .reviews .review .stars{width:112px;height:20px;background-color:#dcdce6;position:relative}
.section-trustpilot-scroller-of-reviews .reviews .review .stars .background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00b67a}
.section-trustpilot-scroller-of-reviews .reviews .review .stars:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background-image:url(trustpilot-overlay.svg);background-position:center;background-repeat:no-repeat}
.section-trustpilot-scroller-of-reviews .reviews .review h3{font-size:24px;line-height:1.2;font-family:Bogue-Light,sans-serif}
.section-trustpilot-scroller-of-reviews .reviews .review p{line-height:1.2}
.section-trustpilot-scroller-of-reviews .reviews .review .review-author{text-transform:uppercase;font-weight:700}
.section-trustpilot-scroller-of-reviews .reviews .review .verified-badge{color:#00b67a}
.section-trustpilot-scroller-of-reviews .reviews .review .verified-badge:before{content:"";display:inline-block;width:12px;height:12px;background-image:url(icon-verified-check-green.svg);background-size:cover;margin-right:8px}

.section-trustpilot-scroller-of-reviews .reviews.swiper{
  display:block; 
  overflow:hidden;      
  max-width: 1300px;
    padding: 0 20px;
    margin: auto;      
}

.section-trustpilot-scroller-of-reviews .reviews .swiper-wrapper{
  align-items:stretch;
}

.section-trustpilot-scroller-of-reviews .reviews .review.swiper-slide{
  height:auto;
  display:flex;
  flex-direction:column;
  margin:0; 
}

.section-trustpilot-scroller-of-reviews .swiper-pagination{
  position:relative;
  margin-top:24px;
}
.section-trustpilot-scroller-of-reviews .swiper-pagination-bullet{
  background:rgba(255,255,255,.4);
  opacity:1;
}
.section-trustpilot-scroller-of-reviews .swiper-pagination-bullet-active{
  background:#00b67a;
}

.section-trustpilot-scroller-of-reviews .swiper-button-prev,
.section-trustpilot-scroller-of-reviews .swiper-button-next{
  width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(2px);
  transition:background .2s ease, transform .2s ease;
}
.section-trustpilot-scroller-of-reviews .swiper-button-prev:hover,
.section-trustpilot-scroller-of-reviews .swiper-button-next:hover{
  background:rgba(255,255,255,.2);
  transform:translateY(-1px);
}
.section-trustpilot-scroller-of-reviews .swiper-button-disabled{
  opacity:.35 !important;
}

.section-trustpilot-scroller-of-reviews .swiper-button-prev:focus-visible,
.section-trustpilot-scroller-of-reviews .swiper-button-next:focus-visible{
  outline:2px solid #00b67a;
  outline-offset:2px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.swiper-button-next svg, .swiper-button-prev svg{
    max-width:28px;
}
.swiper-button-next svg *, .swiper-button-prev svg * {
    fill: white;
    color: white;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
@media screen and (max-width:768px){
  .section-trustpilot-scroller-of-reviews .reviews{gap:40px}
  .section-trustpilot-scroller-of-reviews .reviews .review{min-width:280px}
}

.section-trustpilot-scroller-of-reviews .reviews.swiper{
  display:block; 
  overflow:hidden;
  gap:0;
}

.section-trustpilot-scroller-of-reviews .reviews .swiper-wrapper{
  align-items:stretch;
}

.section-trustpilot-scroller-of-reviews .reviews .review.swiper-slide{
  max-width:none; 
  min-width:0;
  margin:0;    
  height:auto;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next *,
.swiper-button-prev * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}