@font-face {
    font-family: 'Manrope';
    src: url("./assets/fonts/Manrope.ttf") format("truetype");
}

@font-face {
    font-family: 'Roboto';
    src: url("./assets/fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'PP Formula';
    src: url("./assets/fonts/PPFormula-CondensedBlack.otf") format("opentype");
}

@font-face {
    font-family: 'Grotesk Bold';
    src: url("./assets/fonts/Roc\ Grotesk\ Bold.otf") format("opentype");
}

@font-face {
    font-family: 'Grotesk Medium';
    src: url("./assets/fonts/Roc\ Grotesk\ Medium.otf") format("opentype");
}

body {
    background-color: #000000;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

#animateText {
    position: relative;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    /* Initial width */
    transition: left 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
}

#animateLine {
    animation: moveIn 1s ease-in-out;
}

@keyframes moveIn {
    0% {
        width: 0%;
    }

    100% {
        width: 85%;
    }
}

.only_on_mobile,
.blue_box {
    display: none;
}

header {
    background-color: #000000;
    position: sticky;
    top: -1px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header p {
    letter-spacing: 0.02em;
    color: #F6F6F6;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Grotesk Medium', sans-serif;
}

.the_quad_logo_img {
    margin-left: 7.5%;
    padding: 25px 0;
}

.you_set_your_fitness_goals {
    position: relative;
}

.header_gradient {
    width: 288px;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #000000 0%, #3C62FF 100%);
}

.header_gradient button {
    font-family: 'Grotesk Medium', sans-serif;
    text-decoration-line: none;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 15px;
    padding: 0 5%;
    text-align: center;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.you_set_your_fitness_goals .overlay_text_heading {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.you_set_your_fitness_goals .overlay_text_heading h1 {
    color: #FFFFFF;
    text-align: right;
    line-height: 1.2em;
    font-size: 40px;
    margin: 0 25% 0 0;
    font-family: 'Grotesk Bold', sans-serif;
}

.vl {
    border-left: 2px solid white;
    height: 51px;
}

.book_trial_form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.book_trial_form label {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.165px;
    display: block;
}

.book_trial_form input {
    width: 200px;
    height: 48px;
    border-radius: 3px;
    border: .852px solid #8d8d8d;
    background: #343333;
    padding: 0 17px;
    margin-top: 8px;
    outline: none;
    color: #8d8d8d;
}

.book_trial_form button {
    background: #EF4123;
    width: 138px;
    height: 42px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-family: 'Grotesk Medium', sans-serif;
    display: flex;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    margin: 10px 0;
    outline: none;
    border: none;
    cursor: pointer;
}

.you_set_your_fitness_goals_join_now {
    width: 542px;
    height: 91px;
    margin-top: 63px;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    background: linear-gradient(to left, transparent, #106cff);
}

.you_set_your_fitness_goals_join_now .overlay_text_para {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 30px;
    width: 70%;
    justify-content: space-between;
}

.overlay_text_para a {
    text-decoration: none;
}

.overlay_text_para .left {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_para .right {
    font-size: 18px;
    line-height: 1.5em;
    text-align: right;
    color: #FFFFFF;
    font-family: 'Grotesk Medium', sans-serif;
}

.quad_experience_section {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 151px;
    padding-bottom: 177px;
    gap: 50px;
}

.quad_experience_section h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    font-weight: normal;
    font-family: 'Manrope', sans-serif;
}

.quad_experience_section .white_text {
    color: #FFFFFF;
}

.quad_experience_section .red {
    color: #EF4123;
}

.quad_experience_section .weeks_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
    column-gap: 10px;
}

.quad_experience_section .weeks_grid .heading {
    font-size: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.quad_experience_section .weeks_grid .para {
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: center;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
}

.quad_experience_section .weeks_grid .col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: linear-gradient(to right, #8a2614, #000);
    border: 0.5px solid #ab2e19;
    border-radius: 10px;
    height: 70px;
    padding: 0 10px;
}

.grid_section {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    margin-bottom: 200px;
    column-gap: 50px;
}

.grid_section .col {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5em;
    font-weight: 100;
    font-family: 'Manrope', sans-serif;
}

.white {
    background-color: #FFFFFF !important;
}

.fun_safe_section {
    /* width: 85%;
    margin: auto; */
    display: flex;
    justify-content: space-between;
    padding: 87px 0 87px 7.5%;
    gap: 3%;
}

.fun_safe_section p {
    color: #000000;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}

.fun_safe_section h3 {
    color: #000000;
    font-size: 70px;
    line-height: 1.2em;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 23px 0;
    font-family: 'Manrope', sans-serif;
}

.scroll-content {
    display: flex;
    overflow-x: auto;
    column-gap: 10px;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.scroll-content::-webkit-scrollbar {
    display: none;
}

.our_nearest_center_grid::-webkit-scrollbar {
    display: none;
}

.scroll-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.our_nearest_center_grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider_container {
    width: 700px;
    overflow: hidden;
    position: relative;
}

.slider_container button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.years_grid_section {
    width: 85%;
    margin: 87px auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.years_grid_section .col .heading {
    font-size: 30px;
    font-weight: 700;
    color: #f6f6f6;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.years_grid_section .col .para {
    font-size: 22px;
    font-weight: 100;
    color: #f6f6f6;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.coach_goals_section {
    width: 100%;
    /* height: 100vh; */
    background-image: url(./assets/images/banners/background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #080808;
}

.coach_goals_inner {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 110px 0 75px;
}

.coach_goals_inner .col {
    display: flex;
    flex-direction: column;
}

.red_blocks_row {
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.red_block {
    width: 239px;
    height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 19px;
    background: linear-gradient(to right, #ef4123, #c5351d, #932815);
}

.red_block .heading {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}

.red_block .para {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}

.train_with_coach .red_text {
    color: #EF4123;
    font-size: 32px;
    letter-spacing: 0em;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;

}

.train_with_coach .white_text {
    color: #FFFFFF;
    font-size: 40px;
    text-align: left;
    margin: 29px 0 33px;
    font-family: 'Manrope', sans-serif;
}

ul {
    list-style-position: outside;
}

.train_with_coach li,
.text_image li {
    list-style: none;
    font-size: 17px;
    color: #BCBCBC;
    display: flex;
    column-gap: 20px;
    margin-bottom: 48px;
    font-family: 'Manrope', sans-serif;
}

.train_with_coach .para {
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
}

.stories_section .grid {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 54px 0 0;
}

.stories_section .col {
    width: 326px;
    /* height: 193px; */
}

.stories_section .col img {
    margin-bottom: 30px;
}

.stories_section .col .read_more {
    font-style: italic;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    max-height: 65px;
    overflow: hidden;
}

.stories_section .col button {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
    margin: 10px 0;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-family: 'Manrope', sans-serif;
}

.stories_section .col .name {
    line-height: 1.4em;
    font-size: 16px;
    color: #EF4123;
    font-family: 'Manrope', sans-serif;
}

.find_your_fitness {
    width: 85%;
    margin: auto;
    padding: 150px 0 0;
}

.find_your_fitness .headings {
    text-align: center;
}

.find_your_fitness .headings .white_text {
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
}

.find_your_fitness .headings .red_text {
    font-size: 48px;
    color: #EF4123;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
}

.find_your_fitness .row {
    width: 980px;
    margin: auto;
    border: 0.5px solid #ab2e19;
    border-radius: 15px;
    padding: 5px 5px 2px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    background: linear-gradient(to right, #8a2614, #000);
    margin-top: 49px;
}

.row ul {
    list-style-image: url(./assets/images/icons/White\ Tick.webp);
    color: #BCBCBC;
    font-size: 14px;
    display: grid;
    width: 90%;
    column-gap: 55px;
    row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-family: 'Manrope', sans-serif;
}

.row li>span {
    top: -11px;
    left: 10px;
    position: relative;
}

.overlay_text_div {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 100%; */
    height: 100%;
    padding-left: 20px;
}

.overlay_text_div .heading {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 22px 0px 30px 0;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_div .week_text {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_div .subheading {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_div .month_text,
.overlay_text_div .price_text {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_div hr {
    width: 231px;
    color: white;
    margin: 30px 0px 10px 0;
}

.overlay_text_div .weeks_div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.overlay_text_div .weeks_div img {
    width: 28px;
    height: 30px;
}

.overlay_text_div .gst_text {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Grotesk Medium', sans-serif;
}

.overlay_text_div .primary_button {
    background: #EF4123;
    width: 138px;
    height: 42px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-family: 'Grotesk Medium', sans-serif;
    display: flex;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    margin: 30px 0;
    cursor: pointer;
}

.overlay_text_div button {
    margin: 30px 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    text-decoration-line: underline;
    font-size: 14px;
    font-family: 'Grotesk Medium', sans-serif;
}

.quad_virtual_section {
    width: 980px;
    margin: 76px auto 0;
    display: flex;
    gap: 42px;
    align-items: center;
    border-radius: 15px;
}

.quad_virtual_section .gradient {
    background-image: url(./assets/images/banners/gradient.webp);
    background-repeat: no-repeat;
    padding: 3px;
    position: relative;
}

.quad_virtual_section .white_text {
    font-size: 48px;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
}

.quad_virtual_section .red_text {
    font-size: 48px;
    font-weight: bold;
    color: #EF4123;
    font-family: 'Manrope', sans-serif;
}

.quad_virtual_section .arrow_span {
    display: inline;
    background-color: transparent;
    border: none;
    outline: none;
    position: relative;
    top: 5px;
    transition: scale 3s ease-in-out;
}

.quad_virtual_section svg {
    transform: rotate(180deg);
    width: 47px;
    height: 47px;
}

.arrow_span:hover svg {
    scale: 0.5;
}

.line-container {
    width: 85%;
    margin: 48px auto 23px;
    overflow: hidden;
}

.line {
    width: 0;
    height: 2px;
    background-color: #FFF;

}

.slideIn {
    animation: slideIn 1s forwards;
}

@keyframes slideIn {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.our-nearest-center-div {
    padding-top: 62px;
    padding-bottom: 134px;
}

.our-nearest-center-section {
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.our_nearest_center_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 33px;
}

.our_nearest_center_content_heading {
    color: #FFF;
    font-family: 'PP Formula', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.our_nearest_center_col {
    min-height: 300px;
    background-color: #FFF;
    border-radius: 8px;
    padding: 50px 26px 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
}

.our_nearest_center_col h6 {
    color: #111;
    font-family: 'PP Formula', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.3px;
}

.our_nearest_center_col p {
    color: #111;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.165px;
}

.our_nearest_center_col a {
    color: #EF4123;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.165px;
    text-decoration: underline;
}

footer {
    margin-bottom: 45px;
    text-align: center;
}

footer .red_text {
    color: #EF4123;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
}

footer a,
footer .white_text {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
}

@media only screen and (max-width: 1290px) {

    .find_your_fitness .row,
    .quad_virtual_section {
        width: 100%;
    }

    .stories_section .grid {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .grid_section .col br {
        display: none !important;
        float: right !important;
        content: ' ' !important;
    }
}

@media only screen and (max-width: 980px) {

    .years_grid_section br {
        display: none;
        float: right;
        content: ' ';
    }

    .row ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .grid_section {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .coach_goals_inner {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .slider_container {
        width: 100%;
    }

    .fun_safe_section {
        width: 85%;
        margin: auto;
        padding-left: 0%;
    }

    .find_your_fitness .row .banner_img {
        width: 100%;
        min-height: 400px;
        object-position: right;
    }

    .gradient .banner_img {
        height: 385px;
    }

    .our-nearest-center-section {
        padding-right: 0% !important;
    }

    .our_nearest_center_grid {
        display: flex;
        width: 100%;
        overflow: scroll;
    }

    .our_nearest_center_col {
        width: 300px !important;
        height: 300px !important;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 767px) {
    .book_trial_form {
        width: 85%;
        margin: 50px auto 0;
        gap: 10px;
        max-width: 500px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .book_trial_form input {
        width: 90%;
    }

    header,
    .header_gradient,
    .fitness_img {
        width: 100%;
    }

    .you_set_your_fitness_goals .overlay_text_heading h1 {
        margin-right: 0%;
        text-align: center;
        font-size: 28px;
        width: 85%;
        margin: auto;
    }

    .you_set_your_fitness_goals .overlay_text_heading h1 br,
    .quad_experience_section h2 br {
        float: right;
        content: ' ';
    }

    .quad_experience_section {
        padding-top: 50px;
        padding-bottom: 50px;
        flex-direction: column;
    }

    .you_set_your_fitness_goals_join_now img {
        width: 100%;
        margin-left: 5%;
    }

    .gradient img {
        width: 100%;
    }

    .fun_safe_section,
    .find_your_fitness .row,
    .quad_virtual_section {
        flex-direction: column;
    }

    .years_grid_section {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        row-gap: 50px;
    }

    .row ul {
        width: 80%;
    }

    footer .red_text {
        display: block !important;
    }

    /* remove <br> in mobile screens */
    .fun_safe_section br,
    .quad_experience_section .white_text br,
    .train_with_coach .heading br,
    .train_with_coach .para br,
    .grid_section .col br {
        float: right;
        content: ' ';
    }

    .grid_section .col img {
        width: 20px;
        height: 20px;
    }

    .grid_section {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .text,
    .only_on_desktop {
        display: none !important;
    }

    .fun_safe_section {
        row-gap: 50px;
    }

    .static_header_content {
        flex-direction: column;
    }

    .only_on_mobile {
        display: block;
    }

    .static_header_content {
        display: flex !important;
    }

    .the_quad_logo_img img {
        width: 120px;
    }

    .the_quad_logo_img {
        padding: 0 !important;
    }

    .header_gradient {
        height: 64px;
    }

    .header_gradient button {
        font-size: 14px;
        letter-spacing: 0em;
    }

    .the_quad_logo_img,
    .static_header_content {
        width: 50%;
    }

    .only_on_mobile .banner {
        width: 100%;
        height: calc(100vh - 130px);
        object-fit: cover;
    }

    .our_nearest_center_content_heading {
        font-size: 42px;
        line-height: 50px;
    }

    .you_set_your_fitness_goals_join_now {
        display: none;
    }

    .blue_box {
        width: 100%;
        height: 66px;
        background-color: #3C62FF;
        display: flex;
        margin-top: -5px;
    }

    .blue_box p {
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        margin: auto;
        font-size: 16px;
        line-height: 1.4em;
        letter-spacing: 0em;
        font-weight: 400;
        font-family: 'Grotesk Medium', sans-serif;
    }

    .you_set_your_fitness_goals .overlay_text_heading {
        top: 44px;
        width: 100%;
        transform: none;
        text-align: center !important;
    }

    .stories_section .col:nth-child(2) {
        margin-left: auto;
    }

    .stories_section .col:nth-child(2) img {
        transform: scaleX(-1);
    }

    .stories_section .grid {
        width: 100%;
    }

    .stories_section .col:nth-child(2) .read_more,
    .stories_section .col:nth-child(2) .name,
    .stories_section .col:nth-child(2) button {
        padding-right: 5%;
    }

    .stories_section .col:not(:nth-child(2)) .read_more,
    .stories_section .col:not(:nth-child(2)) .name,
    .stories_section .col:not(:nth-child(2)) button {
        padding-left: 5%;
    }

    .quad_experience_section .weeks_grid {
        margin-top: 50px;
    }

    .quad_experience_section .weeks_grid .col {
        height: 40px;
    }

    .quad_experience_section .weeks_grid .col img {
        width: 30px;
        height: 30px;
    }

    .quad_experience_section .weeks_grid .heading {
        line-height: 1.5em;
        letter-spacing: 0.02em;
        font-size: 14px;
        margin-bottom: 0;
    }

    .quad_experience_section .weeks_grid .para {
        letter-spacing: 0.02em;
        font-size: 12px;
        line-height: 1.5em;
    }

    .grid_section .heading {
        text-align: center;
        font-size: 26px;
        color: #A8A8A8;
        margin-bottom: 40px;
    }

    .grid_section .col {
        line-height: 1.5em;
        letter-spacing: 0.02em;
        font-size: 15px;
        line-height: 1.5em;
    }

    .red_blocks_row {
        width: 85%;
        margin: auto;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .red_block {
        width: 100%;
        height: 150px;
        gap: 12px;
    }

    .fun_safe_section p {
        font-size: 23px;
    }

    .fun_safe_section h3 {
        font-size: 30px;
        line-height: 1.2em;
    }

    .scroll-content .item img {
        height: 200px;
    }

    .coach_goals_inner .red_blocks_row,
    .find_your_fitness .headings {
        display: none;
    }

    .bottom_mobile_text strong {
        text-decoration: underline;
    }

    .bottom_mobile_text .heading {
        font-size: 20px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-family: 'Manrope', sans-serif;
    }

    .bottom_mobile_text .para {
        font-size: 20px;
        color: #FF4040;
        text-align: center;
        font-family: 'Manrope', sans-serif;
    }

    .find_your_fitness {
        padding-top: 30px;
    }

    .quad_experience_section h2 {
        letter-spacing: 0.02em;
        text-align: center !important;
        font-size: 21px;
        line-height: 1.5em;
    }

    .coach_goals_inner {
        padding-bottom: 5px !important;
    }

    .text_image .heading {
        font-family: 'Manrope', sans-serif;
        font-size: 25px;
        text-align: center;
        width: 85%;
        margin: auto;
    }

    .text_image .heading .white_text {
        color: #FFFFFF;
    }

    .text_image .heading .red_text {
        color: #FF4040;
        font-weight: 600;
    }

    .text_image ul {
        padding-right: 5%;
    }
}