.section-banner-offer {
    background: linear-gradient(90deg, #f6a63c, #f7b24a);
    color: white;
    text-align: center;
    padding: 0.5rem;
    max-width: 950px;
    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-bottom: 0.5rem;
    margin-top: 0;
    text-transform: uppercase;
}

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

.section-banner-offer .note p{
    font-size: 0.85rem;
    font-style: italic;
    opacity: 0.9;
    margin: 0.5rem 0;
}

@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;
    }
}

@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, .course-online .section-hero-header_reviews, .course-info .section-hero-header_reviews, .course-online .section-hero-header_reviews, .course-info .section-hero-header_reviews, .singular-location .course-info__head  .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, .course-online .section-hero-header_reviews .review-logos, 
.course-info .section-hero-header_reviews .review-logos, .singular-location .course-info__head .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, .course-online .section-hero-header_reviews .review-rating, .course-info .section-hero-header_reviews .review-rating, .singular-location .course-info__head .section-hero-header_reviews .review-rating {
    margin-top: 1.2rem;
}

.section-hero-regular .section-hero-header_reviews .review-rating p, .course-online .section-hero-header_reviews .review-rating p, .course-info .section-hero-header_reviews .review-rating p, .singular-location .course-info__head .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,
.course-online .section-hero-header_reviews .Stars::before, .course-info .section-hero-header_reviews .Stars::before, .singular-location .course-info__head .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,
.course-online .section-hero-header_reviews .Stars, .course-info .section-hero-header_reviews .Stars, .singular-location .course-info__head .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;
}
.course-online .section-hero-header_reviews .review-rating p, .course-info .section-hero-header_reviews .review-rating p, .singular-location .course-info__head .section-hero-header_reviews .review-rating p{
    margin-bottom: 0;
}
.course-online .section-hero-header_reviews .review-logos, .course-info .section-hero-header_reviews .review-logos, .singular-location .course-info__head .section-hero-header_reviews .review-logos  {
    margin-top: 1rem;
}

@media screen and (max-width: 1400px) {
    .section-slider.reviews-slider .hero-slider .swiper-wrapper .swiper-slide .slide-content, 
    .section-slider.reviews-slider .hero-slider .swiper-button-next, 
    .section-slider.reviews-slider .hero-slider .swiper-button-prev {
        top: 40%;
    }   
}

@media screen and (max-width: 768px) {
    .hero-slider .section-hero-header_reviews, .course-online .section-hero-header_reviews, .course-info .section-hero-header_reviews, .singular-location .course-info__head .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, .course-online .section-hero-header_reviews, .course-info .section-hero-header_reviews, .singular-location .course-info__head .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,
    .course-online .section-hero-header_reviews .review-rating, .course-info .section-hero-header_reviews .review-rating, .singular-location .course-info__head .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, .course-online .section-hero-header_reviews .review-rating, .course-info .section-hero-header_reviews .review-rating, .singular-location .course-info__head .section-hero-header_reviews .review-rating{
        justify-content: left;
    }
    .section-hero-regular .section-hero-header_reviews .Stars,
    .course-online .section-hero-header_reviews .Stars, .course-info .section-hero-header_reviews .Stars, .singular-location .course-info__head .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,
   .course-online .section-hero-header_reviews .review-logos, .course-info .section-hero-header_reviews .review-logos, .singular-location .course-info__head .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;
    }
    .course-online .section-hero-header_reviews, .course-info .section-hero-header_reviews, .singular-location .course-info__head .section-hero-header_reviews {
        padding-bottom: 1rem;
    }
}

.stats-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
