@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.box{ 
    padding: 0 10%;
}
body{
    font-family: "Oswald", sans-serif;
}
.section-header {
    color: white;
    background-color: #1b1b1b;
    text-align: center;
    padding-top: 50px;
}
.section-one-text{
    font-size: 1.9rem;
    margin:  60px 0;
    font-family: 'Poppins', sans-serif;
}
.top-box{
    border: solid 1px yellow;
    background-color: black;
    color: white;
    padding: 10px 0;
    font-size: 23px;
    border-radius: 25px;
    margin: 30px 0;
    width: 50%;
}
.section-header h1 {
    font-weight: bold;
    margin-bottom: 20px;
}


.highlight {
    color: #F89C0E;
}

.section-stats {
    border-top: 1px solid yellow;
    background-color: #333;
    color: white;
    padding: 50px 12%;
    text-align: center;
}

.stat {
    font-size: 3.5rem;
    color: #F89C0E;
    font-weight: bold;
}

.stat-desc {
    font-size: 1.5rem;
}
.coach-card {
    background-color: #1b1b1b;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    text-align: center;
    transition: transform 0.3s ease;
}

.coach-card:hover {
    transform: translateY(-10px);
}

.coach-info {
    padding: 15px;
}

.coach-info h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    color: #F89C0E;
}

.coach-info p {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #F89C0E;
}

.card-header {
    font-weight: bold;
    font-size: 1.25rem;
}

.card-body ul li i {
    margin-right: 10px;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.btn-warning {
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 50px;
}

.comparison-section {
    padding: 50px 0;
}

.comparison-header {
    font-weight: bold;
    margin-bottom: 40px;
}

.card-header.text-white {
    border-radius: 10px 10px 0 0;
}

.card-body img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.red-card{
    border: 1px solid red;
    font-size: 18px;
    background-color: transparent;
}

.green-card{
    border: 1px solid green;
    font-size: 18px;
    background-color: transparent;
}
.card-body{
    padding: 5px 25px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-thumbnail {
    position: relative;
    margin: 15px;
    border: 2px solid #f39c12;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    height: 170px;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #007bff;
}

.video-thumbnail .duration {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 2px 8px;
    font-size: 0.9rem;
    border-top-left-radius: 5px;
}
.testimonial-header{
    font-size: 57px;
    font-weight: 600;
    padding: 0;
    font-family: "Oswald", sans-serif;
    margin-bottom: 40px;
}

.whychoose-header {
    font-size: 57px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.highlight {
    color: #f39c12;
}

.icon-box {
    background-color: #141414;
    padding: 30px;
    border-radius: 50px;
    margin-bottom: 20px;
    height: 100%;
    border: 2px solid #3f3f3f;
    transition: transform 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-10px);
    border: 2px solid #fff;
    transition: ease 0.3s;
}

.icon-box i {
    font-size: 5rem;
    color: #f39c12;
    margin-bottom: 45px;
   
}

.icon-box h5 {
    color: #f39c12;
    font-weight: 600;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}

.icon-box p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.icon-row {
    margin-top: 30px;
}

.funnel-box {
    border: 2px solid #f39c12;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.funnel-box h5 {
    font-weight: bold;
    color: #f39c12;
    margin-bottom: 20px;
}

.funnel-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.funnel-box p {
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}
.funnel-type-header{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.faq-header {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.accordion .card {
    background-color: transparent;
    border: none;
    margin-bottom: 1rem;
}

.accordion .card-header {
    background-color: #fff;
    border: none;
    padding: 0;
}

.accordion .btn-ac {
    display: block;
    width: 100%;
    padding: 1rem;
    color: #f39c12;
    text-align: left;
    background-color: #fff;
    border: 1px solid #f39c12;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    outline: none;
}

.accordion .btn-ac:hover {
    background-color: #f39c12;
    color: #1b1b1b;
}

.accordion .btn-ac.collapsed {
    color: #f39c12;
    background-color: #fff;
}

.accordion .btn-ac.collapsed i {
    transform: rotate(180deg);
}


.accordion .btn-ac i {
    float: right;
    transition: transform 0.3s ease;
}

.accordion .card-body {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #f39c12;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.cta-button {
    background-color: #f39c12;
    color: #000;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.cta-button:hover {
    background-color: #1b1b1b;
    color: #f39c12;
    border: 1px solid #f39c12;
}

.footer-note {
    font-size: 0.8rem;
    color: #888;
    margin-top: 2rem;
    text-align: center;
}

.footer-note strong {
    color: #fff;
}

.footer-note a {
    color: #f39c12;
    text-decoration: none;
    font-weight: bold;
}


@media screen and (max-width: 768px) {

    .box{
        padding: 10px;
    }

    .section-header{
        padding: 0;
    }
    .section-one-text{
        font-size: 15px;
        padding: 10px 4%;
        margin: 0;
        line-height: 1.4em;
    }

    .top-box{
        font-size: 11px;
        width: 70% !important;
        padding: 5px;
        margin: 20px 20px;
    }

    .section-header h1{
        font-size: 25px;
        padding: 0 4%;
    }

    .section-stats{
        display: flex;
        justify-content: space-between;
        padding: 25px 0;
    }
    
    .stat-desc{
        font-size: 12px;
        font-weight: 400;
    }

    .stat{
        font-size: 17px;
    }

    .col-md-4{
        margin-bottom: 10px;
    }
    .testimonial-header{
        font-size: 30px;
    }

    .whychoose-header{
        font-size: 30px;
    }
}