:root {
    --primary-color: #d02128;
    --secondary-color: #24408b;
    --third-color: #b9c9f5;
}

/* .font-style {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}  */

body {
    font-family: "Outfit", Sans-serif;
    background-color: #fff;
    color: var(--secondary-color);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-weight: bold;
}

/* .top-banner {
      background-color: var(--primary-color);
      color: #fff;
      font-weight: bold;
      padding: 10px;
      text-align: center;
    } */
.top-floating-bar {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background: transparent;
}

.top-floating-content {
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.top-banner {
    margin-top: 50px;
    /* offset from floating bar */
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.hero-section,
.testimonials-section,
.fit-section,
.bonus-section,
.coach-section,
.faq-section {
    padding: 50px 15px;
    text-align: center;
}

.highlight {
    color: var(--primary-color);
    font-size: 42px;
    /* background-color: var(--third-color); */
}

.business-details {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.detail-box {
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    min-width: 150px;
}

.register-btn {
    margin-top: 30px;
    background-color: #FFD700;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 15px 40px;
    border-radius: 50px;
    border: none;
}

.trainer-box {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.trainer-box img {
    max-width: 150px;
    border-radius: 10px;
}

.section-dark {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.green-tick-list,
.fit-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.tick-list .tick,
.fit-list div {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    color: var(--secondary-color);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    max-width: 800px;
    margin: auto;
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.bonus-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
}

.coach-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.coach-stats div {
    background: #1f2937;
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: #f3f5f4;
}

.faq-section h2 {
    color: var(--secondary-color);
}

.sticky-popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--secondary-color);
    color: white;
    padding: 15px 20px;
    border-top: 4px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.sticky-popup .price-text {
    font-size: 1.2rem;
}

.sticky-popup .price-text .highlight {
    color: var(--primary-color);
    font-weight: bold;
}

.sticky-popup button {
    background-color: #FFD700;
    border: none;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1rem;
    color: #000;
}

/* h1, h2, h3, h4, h5, h6, p, span, div{
        color: #000;
    } */
.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-nav {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /* border-radius: 50%; */
    pointer-events: all;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
}

.custom-nav:hover {
    background: rgba(0, 0, 0, 0.7);
}

.accordion-body {
    text-align: left;
}

.bonus-card {
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
}

.bonus-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.coach-stats .stat-box {
    min-width: 220px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.coach-stats .stat-box:hover {
    background-color: #f0f8ff;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.coach-section {
    background-color: var(--secondary-color);
    color: white;
}

.faq-section {
    font-size: 20px;
}

.highlight1 {
    color: var(--primary-color);
    font-size: 45px;
    background-color: #f9f9f9;
    padding: 0 9px;
    border-radius: 30px;
}

.highlight2 {
    color: var(--primary-color);
    font-size: 45px;
    background-color: #f9f9f9;
    padding: 0 9px;
    border-radius: 30px;
}

.btn-free {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    justify-content: flex-start;
}

.price-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.name {
    font-size: 45px;
}

.wt-included {
    color: var(--secondary-color);
    font-size: x-large;
}

@media only screen and (max-width: 800px) {
    .price-text {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        margin-bottom: 165px !important;
    }

    .highlight {
        font-size: 35px;
    }

    .highlight1 {
        font-size: 35px;
    }

    body {
        font-size: 15px;
    }

    h4 {
        font-size: 0.8rem !important;
    }

    .highlight2 {
        font-size: 25px;
    }

    .name {
        font-size: 25px;
    }

    .whatsapp-float {
        bottom: 170px !important;
    }
}

.transition:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

/* .social-follow-section {
    background-color: #f9f9f9;
} */

.social-box {
    width: 180px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.social-box:hover {
    transform: scale(1.05);
}

.social-box .counter {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    color: #111;
}

.social-follow-section {
    background-color: aliceblue;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 15px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transition: background-color 0.3s ease;
}

.whatsapp-icon {
    margin-top: 13px;
}

.join-btn {
    background-color: #FFD700;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5px 25px;
    border-radius: 50px;
    border: none;
}

/* Basic styling for the section */
.program-section {
    padding: 40px 0;
    text-align: center;
}

.program-section h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 30px;
}

.program-section .highlight {
    color: var(--primary-color, #007bff);
    /* Use your primary color variable or a default */
}

/* Styling for the content blocks */
.content-block {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    height: 100%;
    /* Ensure equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Pushes content to top/bottom */
}

.content-block h3 {
    color: #555;
    font-size: 1.3em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.content-block h3 span {
    font-size: 1.5em;
    margin-right: 10px;
    color: var(--primary-color, #007bff);
    /* Icon color */
}

.content-block ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.content-block ul li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #666;
    line-height: 1.4;
}

.program-summary {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 30px;
    font-weight: 500;
}
.testimonial-box {
    min-height: 250px;
    transition: transform 0.3s ease;
        background-color: lavender;
}
.testimonial-box:hover {
    transform: scale(1.03);
    background-color: whitesmoke;
}
