.section-banner-offer {
    background: linear-gradient(90deg, #f6a63c, #f7b24a);
    color: white;
    text-align: center;
    padding: 30px 20px;
    border-radius: 8px;
    max-width: 1600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.section-banner-offer h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin: 0;
    font-family: "Satisfy", cursive;
}

.section-banner-offer h3 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.section-banner-offer p {
    font-size: 2.2rem;
    margin: 10px 0 15px;
    line-height: 115.99999999999999%;
    letter-spacing: -2%;
}

.section-banner-offer .note p{
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 15px;
    opacity: 0.9;
}

@media screen and (min-width: 768px) {

    .section-banner-offer .divider {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-banner-offer .divider::before,
    .section-banner-offer .divider::after {
        content: "";
        flex: 1;
        border-bottom: 2px solid white;
        margin: 0 15px;
    }

    .note {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    .section-banner-offer {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .section-banner-offer {
        margin: 6vw 1rem;
        width: 90%;
    }
    .section-banner-offer p {
        font-size: 1.4rem;
    }
    .section-banner-offer .note p {
        font-size: 0.8rem;
    }
}

.section-animated-stats {
    color: white;
}

.section-animated-stats ul {
  height: 50px;
}
.section-animated-stats  .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-animated-stats ul li span.item-title {
  white-space: nowrap;
}
.stats-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.section-hero-regular .section-hero-header_reviews, .hero-slider .section-hero-header_reviews{
    color: white;
    font-size: 1rem;
}
.section-hero-regular .section-hero-header_reviews p{
    margin-bottom: 0;
}
.section-hero-regular .section-hero-header_reviews .review-text{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.hero-slider .section-hero-header_reviews .review-text p{
    margin-top: 0;
}
.hero-slider .section-hero-header_reviews .review-text a {
    color: #fff;
    text-decoration: underline;
}
.hero-slider .section-hero-header_reviews .review-text a:hover {
    text-decoration: none;
}

.section-hero-regular .review-logos, .hero-slider .section-hero-header_reviews .review-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.section-hero-header_reviews .review-logos img {
    max-height: 40px;
    width: auto;
}
.section-hero-header_reviews .review-logos .reviews-io-logo {
    margin-top: 5px;
}
.section-hero-header_reviews .review-logos .hellopeter-logo{
    margin-top: 6px;
}
:root {
    --rating: 4.8;
    --star-background: #F1A540;
    --star-color: #ccc;
}
.section-hero-regular .section-hero-header_reviews .review-rating {
    margin-top: 1.2rem;
}

.section-hero-regular .section-hero-header_reviews .review-rating p{
    margin-top: 0;
    margin-left: 0.5rem;
}
.section-hero-regular .section-hero-header_reviews .Stars::before, .hero-slider .section-hero-header_reviews .Stars::before{
    content: "★★★★★";
    letter-spacing: 1px;
    background: linear-gradient(90deg,var(--star-background) var(--percent),var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-hero-regular .section-hero-header_reviews .Stars, .hero-slider .section-hero-header_reviews .Stars {
    --percent: calc(var(--rating)/5*100%);
    display: inline-block;
    font-size: 30px;
    font-family: Times;
    line-height: 1;
    margin-top: -6px;
}
@media screen and (max-width: 768px) {
    .hero-slider .section-hero-header_reviews {
        margin-top: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .section-hero-regular .section-hero-header_reviews{
        font-size: 1.5rem;
    }
    .hero-slider .section-hero-header_reviews {
        font-size: 1.2rem;
    }
    .section-hero-regular .section-hero-header_reviews .review-rating,  .hero-slider .section-hero-header_reviews .review-rating{
        display: flex;
        margin-top: 1.2rem;
        align-items: center;
        justify-content: center;
    }
    .hero-slider .section-hero-header_reviews .review-rating{
        justify-content: left;
    }
    .section-hero-regular .section-hero-header_reviews .Stars  {
        font-size: 40px;
    }
    .section-hero-header_reviews .review-logos img {
        max-height: 30px;
    }
    .section-hero-header_reviews .review-logos .reviews-io-logo {
        max-height: 20px;
    }
   .section-hero-regular .review-logos, .hero-slider .section-hero-header_reviews .review-logos {
        display: flex;
        grid-template-columns: none;     
        flex-wrap: nowrap; 
        gap: 1.5rem; 
    }
    .section-hero-regular .review-logos {
        justify-content: center;
    }
}

