* {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}

body {
    font-family: Poppins, sans-serif;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wi-top-headline-section {
    background-color: #ff0000;
}

.wi-top-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wi-top-headline h2 {
    margin-bottom: 0 !important;
    padding: 10px 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.wi-main-headline-section {
    background-color: #021634;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wi-main-headline h1 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
}

.wi-main-headline-para {
    color: #ffffff;
    text-align: center;
}

.wi-main-headline-para .para-1 {
    font-size: 22px;
    font-weight: 600;
}

.wi-main-headline-para .para-2 {
    font-size: 27px;
    font-weight: 600;
}

.wi-cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.wi-cta a {
    background-color: #00b827;
    text-decoration: none;
    padding: 20px 30px;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    animation: buttonAttention 1.5s ease-in-out infinite alternate;
}

@keyframes buttonAttention {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-5px, 3px); }
    50% { transform: translate(5px, -3px); }
    75% { transform: translate(-3px, 5px); }
    100% { transform: translate(0, 0); }
}

.wi-schedule {
    color: #ffffff;
    font-size: 27px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; 
    display: inline-block;
    text-align: center;
}

.wi-light-spot {
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 0, 0) 0%, yellow 50%, rgba(255, 255, 0, 0) 100%);
    animation: moveLight 3s linear infinite;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

@keyframes moveLight {
    0% {
        left: -30%;
    }
    100% {
        left: 100%;
    }
}

.wi-schedule .wi-schedule-inner-text {
    font-weight: 700;
}

.wi-schedule-caption {
    color: #ffffff;
    font-size: 20px;
    background-color: #0d2a56;
    display: inline;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
}

.wi-schedule-caption span {
    color: #ff0000;
    background: white;
    padding: 8px;
    font-weight: 600;
    border-radius: 12px;
}

.wi-discover-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d7dde5;
}

.wi-discover-section-title {
    text-align: center;
    padding: 10px 30px;
    background-color: #424242;
    color: #ffffff;
}

.wi-discover-section-title h1 {
    font-family: Poppins, sans-serif;
    font-size: 47px;
}

.wi-discover-section-box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wi-discover-section-col {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.wi-discover-section-point {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 5px;
    align-items: center;
    font-size: 28px;
}

.wi-discover-section-point i {
    padding: 20px;
    background-color: #0eb73d;
    color: #ffffff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wi-discover-section-point p {
    margin-bottom: 0px;
    padding-left: 10px;
    line-height: 32px;
}

.wi-discover-section-point p b{
    color: #0d2a56;
    font-size: 28px;
}

.wi-cta .wi-cta-discover-caption-bonus {
    font-size: 20px;
    color: #021634;
    text-align: center;
}

.wi-cta .wi-cta-discover-caption {
    font-size: 20px;
    color: red;
    text-align: center;
}

.wi-testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wi-testimonial-section-title {
    text-align: center;
    padding: 10px 30px;
    background-color: #424242;
    color: #ffffff;
}

.wi-testimonial-section-title h1 {
    font-family: Poppins, sans-serif;
    font-size: 47px;
}

.wi-testimonial-section-box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wi-testimonial-section-col {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-style: italic;
}

.wi-about-coach-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #312a2a;
}

.wi-about-coach-section-title {
    text-align: center;
    padding: 10px 30px;
    background-color: #ffffff;
    color: #424242;
}

.wi-about-coach-section-title h1 {
    font-family: Poppins, sans-serif;
    font-size: 47px;
}

.wi-about-coach-section-box {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wi-about-coach-section-col {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.wi-about-coach-section-col p {
    color: #ffffff;
    font-size: 24px;
}

.wi-about-coach-section-col ul li {
    color: #ffffff;
    font-size: 24px;
}

.wi-learn-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d7dde5;
}

.wi-learn-section-title {
    text-align: center;
    padding: 10px 30px;
    background-color: #424242;
    color: #ffffff;
}

.wi-learn-section-title h1 {
    font-family: Poppins, sans-serif;
    font-size: 47px;
}

.wi-learn-section-box {
    padding: 25px;
}

.wi-learn-section-box ol {
    list-style: none;
    counter-reset: list-counter;
    padding: 0;
}

.wi-learn-section-box ol li {
    font-size: 32px;
    color: white;
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: black; 
    border-radius: 5px; 
    display: block; 
    line-height: 1.5; 
}

.wi-learn-section-box ol li b{
    color: #169b33;
}

.wi-learn-section-box ol li span{
    font-size: 28px;
}

.wi-learn-section-box ol li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ".";
    background-color: orange; 
    color: black;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.wi-footer-box {
    padding-top: 50px;
    padding-bottom: 150px;
    background-color: #1B1B1B;
}

.wi-footer-box-text {
    background-color: #313131;
    padding: 10px 10px 10px 10px;
}

.wi-footer-box-text p{
    text-align: center;
    color: #C1C1C1;
}

.wi-footer-cta {
    position: fixed;
    bottom: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: right;
    background-color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, .5);
}

.wi-footer-cta-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.wi-footer-cta-btn {
    position: relative;
    display: inline-block;
}

.wi-footer-cta .wi-footer-cta-btn a {
    background-color: #ff0000;
    padding: 10px 25px;
    font-weight: 700;
    letter-spacing: 1.4px;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
}

.wi-footer-cta .wi-footer-cta-btn-label {
    position: absolute;
    right: 10px;
    top: -36px;
    padding: 6px 10px;
    background-color: #1B1B1B;
    color: white;
    border-radius: 12px;
}

.wi-footer-cta-price {
    text-align: left;
    position: relative;
    
}

.wi-footer-cta-price p {
    margin-bottom: 0;
    font-size: 19px;
}

.wi-footer-cta-price-offer p{
    font-size: 28px;
    color: #008000;
    font-weight: 700;
}

.wi-footer-cta-price-offer p b{
    text-decoration: line-through; 
    color:red; 
    font-size: 22px;
}






@media (max-width: 768px) {
    .wi-main-headline h1 {
        font-size: 48px;
    }

    .wi-learn-section-box ol li {
        font-size: 28px;
    }

}

@media (max-width: 576px) {
    .wi-main-headline h1 {
        font-size: 36px;
    }

    .wi-cta button {
        font-size: 28px;
    }

    .wi-discover-section-point {
        font-size: 22px;
    }

    .wi-discover-section-point p {
        line-height: 28px;
    }

    .wi-discover-section-point p b{
        font-size: 22px;
    }

    .wi-learn-section-box ol li {
        font-size: 20px;
    }

    .wi-learn-section-box ol li span{
        font-size: 18px;
    }

    .wi-footer-cta-price p {
        font-size: 14px;
    }

    .wi-footer-cta-price-offer p{
        font-size: 18px;
    }

    .wi-footer-cta .wi-footer-cta-btn a {
        font-size: 14px;
    }
    
    .wi-footer-cta .wi-footer-cta-btn-label {
        font-size: 10px;
    }

    .wi-footer-cta .wi-footer-cta-btn-label {
        right: 10px;
        top: -24px;
    }

    .wi-footer-cta-price-offer p b{
        font-size: 16px;
    }

}