/* Plan 3: the replica's home.css with every slider rule limited to the blocks of the home page that used it (spec 5.6):
   stats_slider, testimonials, why_cards and partners. :where() adds no specificity, so each rule wins or loses exactly as
   in the replica (checked in Chrome: 0 different pixels). The Swiper navigation button rules are left out: no block has them. */
.stats-slider-container{position:relative;overflow:hidden}
.stats-swiper{width:100%;height:100%}
:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-slide{align-items:center;text-align:center}
:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-pagination,:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-slide{display:flex;justify-content:center}
:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-pagination{position:absolute;bottom:30px!important;width:100%;gap:10px;z-index:20}
:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-pagination-bullet{width:12px;height:12px;background-color:rgba(255,255,255,.5)!important;border:0!important;border-radius:50%;opacity:1;cursor:pointer;transition:all .3s ease}
:where(.stats-swiper,.testimonial-swiper,.why-slavena-swiper,.partenrship-swiper) .swiper-pagination-bullet-active{background-color:#fff!important;transform:scale(1.2)}
