@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: '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,
p {
    margin: 0;
}

#animateText {
    position: relative;
    left: -50%;
    opacity: 0;
    visibility: hidden;
    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%;
    }
}

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 {
    text-decoration-line: none;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 0 5%;
    font-family: 'Grotesk Medium', sans-serif;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.you_set_your_fitness_goals .overlay_text_heading {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.you_set_your_fitness_goals .overlay_text_heading .div {
    margin-left: 25%;
}

.you_set_your_fitness_goals .overlay_text_heading h1 {
    color: #FFFFFF;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
    font-family: 'Grotesk Bold', sans-serif;
}

.you_set_your_fitness_goals .overlay_text_heading .red_text {
    color: #EF4123;
    line-height: 1.5em;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-family: 'Grotesk Bold', sans-serif;
}

.you_set_your_fitness_goals .overlay_text_heading .subheading {
    letter-spacing: 0.02em;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 1.5em;
    margin-top: 30px;
    font-family: 'Manrope', sans-serif;
}

.vl {
    border-left: 2px solid white;
    height: 51px;
}

.you_set_your_fitness_goals_join_now {
    margin-top: 63px;
    position: relative;
    margin-left: 20%;
}

.you_set_your_fitness_goals_join_now img {
    transform: rotate(180deg);
}

.you_set_your_fitness_goals_join_now .overlay_text_para {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 88%;
}

.overlay_text_para .left {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0em;
    font-family: 'Grotesk Medium', sans-serif;
}

.only_mobile,
.blue_box {
    display: none;
}

.overlay_text_para a {
    text-decoration: none;
}

.overlay_text_para .right {
    font-size: 18px;
    line-height: 1.5em;
    color: #FFFFFF;
    font-family: 'Grotesk Medium', sans-serif;
}

.quad_experience_section {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 177px;
}

.quad_experience_section h2 {
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
}

.quad_experience_section .white_text {
    color: #FFFFFF;
}

.quad_experience_section .grey_text {
    color: #A8A8A8;
}

.quad_experience_section .weeks_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 114px;
    row-gap: 40px;
    column-gap: 10px;
}

.quad_experience_section .weeks_grid .heading {
    font-size: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 100;
    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: 5px;
    height: 70px;
    padding: 0 10px;
}

.batch_available_timings_section {
    width: 85%;
    margin: 0 auto 0;
}

.batch_available_timings_section h3 {
    color: #EF4123;
    font-size: 38px;
    letter-spacing: 0.02em;
    font-family: 'Manrope', sans-serif;
}

.batch_available_timings_section .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 50px auto;
}

.batch_available_timings_section .note_text {
    letter-spacing: 0.02em;
    font-size: 26px;
    color: #A8A8A8;
    line-height: 1.5em;
    text-align: center;
    font-family: 'Manrope', sans-serif;
}

.batch_available_timings_section .col {
    width: 315px;
    height: 264px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    border: 1px solid rgba(239, 65, 35, 1);
    border-radius: 5px;
    background: linear-gradient(45deg, #000000 0%, #EF4123 100%);
}

.batch_available_timings_section .col .heading {
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.batch_available_timings_section .col .para {
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.5em;
    font-family: 'Manrope', sans-serif;
}

.week_plans_section {
    width: 85%;
    margin: auto;
    padding-bottom: 44px;
}

.week_plans_section .grid_col {
    margin: auto;
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.week_plans_section .col {
    width: 244px !important;
    height: 558px;
    width: 100%;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url(./assets/images/banners/Plans\ Column\ Gradient\ Default.webp);
    transition: all 500ms ease-in-out;
}

.week_plans_section .col:hover {
    background-image: url(./assets/images/banners/Plans\ Column\ Gradient\ Hovered.webp);
    transform: translateY(-20px);
}

.week_plans_section .col .day_text {
    font-size: 24px;
    padding: 40px 20px 0;
    font-family: 'Manrope', sans-serif;
}

.week_plans_section .col .day_number_text {
    font-size: 36px;
    padding: 20px 20px 0;
    font-family: 'Manrope', sans-serif;
}

.week_plans_section .col .heading {
    font-size: 35px;
    padding: 30px 20px 0;
    height: 105px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

.week_plans_section .col .para {
    font-size: 16px;
    padding: 55px 20px 0;
    font-family: 'Manrope', sans-serif;
}

.grid_section {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
    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-family: 'Manrope', sans-serif;
    font-weight: 100;
}

.white {
    background-color: #FFFFFF !important;
}

.fun_safe_section {
    /* width: 85%;
    margin: auto; */
    display: flex;
    justify-content: space-between;
    padding: 87px 0 87px 7.5%;
}

.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;
}

.slider_container {
    width: 700px;
    overflow: hidden;
    position: relative;
}

.scroll-content::-webkit-scrollbar {
    display: none;
}

.scroll-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.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: 450px;
    height: 175px;
    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 .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 {
    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 !important;
    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;
    font-family: 'Manrope', sans-serif;
    color: #EF4123;
}

.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;
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
}

.find_your_fitness .headings .red_text {
    font-size: 48px;
    color: #EF4123;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
}

.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;
    font-family: 'Manrope', sans-serif;
    display: grid;
    width: 90%;
    height: 90%;
    column-gap: 55px;
    row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.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-family: 'Grotesk Medium', sans-serif;
    font-weight: bold;
    margin: 22px 0px 30px 0;
}

.overlay_text_div .week_text {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
}

.overlay_text_div .subheading {
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Grotesk Medium', sans-serif;
    font-weight: bold;
}

.overlay_text_div .month_text,
.overlay_text_div .price_text {
    font-size: 20px;
    font-family: 'Grotesk Medium', sans-serif;
    color: #FFFFFF;
    font-weight: 500;
}

.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;
    display: flex;
    font-family: 'Grotesk Medium', sans-serif;
    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;
}

sup {
    font-size: 13px;
    top: -25%;
    position: relative;
    left: -2%;
}

.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;
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
}

.quad_virtual_section .red_text {
    font-size: 48px;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    color: #EF4123;
}

.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%;
    }
}

footer {
    margin-bottom: 45px;
    text-align: center;
}

footer .red_text {
    color: #EF4123;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
}

footer a,
footer .white_text {
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    text-decoration: none;
}


.book_trial_form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-left: 25%;
    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;
}

@media only screen and (max-width: 1420px) {
    .week_plans_section .grid_col {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1290px) {
    .grid_section br {
        display: none;
        float: right;
        content: ' ';
    }

    .find_your_fitness .row,
    .quad_virtual_section {
        width: 100%;
    }

    .stories_section .grid {
        flex-wrap: wrap;
        row-gap: 25px;
    }
}

@media only screen and (max-width: 980px) {
    .coach_goals_section {
        padding-top: 50px;
    }

    .grid_section br,
    .years_grid_section br {
        display: none;
        float: right;
        content: ' ';
    }

    .row ul {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .grid_section {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 25px;
    }

    .coach_goals_inner {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .slider_container {
        width: 100%;
    }

    .fun_safe_section {
        width: 85%;
        margin: auto;
    }

    .find_your_fitness .row .banner_img {
        width: 100%;
        min-height: 400px;
        object-position: right;
    }

    .gradient .row .banner_img {
        width: 100%;
        min-height: 385px;
        object-position: right;
    }

    .batch_available_timings_section .row {
        flex-direction: column;
    }

    .find_your_fitness .headings .white_text br {
        float: right;
        content: ' ';
    }
}

@media only screen and (max-width: 980px) {

    .quad_virtual_section,
    .find_your_fitness .row,
    .fun_safe_section {
        flex-direction: column;
    }

    .quad_virtual_section .gradient .banner_img,
    .week_plans_section .col {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .book_trial_form {
        width: 85%;
        margin: 50px auto;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .book_trial_form input {
        width: 90%;
    }

    .find_your_fitness .headings .white_text br {
        float: unset;
        content: unset;
    }

    .header_gradient button {
        font-size: 14px;
        letter-spacing: 0em;
    }

    .fun_safe_section {
        padding-left: 0;
    }

    .find_your_fitness .headings .white_text,
    .find_your_fitness .headings .red_text {
        font-size: 30px;
    }

    .you_set_your_fitness_goals .overlay_text_heading .div {
        margin: 0% !important;
    }

    .you_set_your_fitness_goals_join_now {
        margin-right: 7.5%;
    }

    .overlay_text_div .heading {
        font-size: 25px !important;
    }

    header,
    .header_gradient {
        width: 100%;
    }

    .quad_experience_section {
        flex-direction: column;
    }

    .you_set_your_fitness_goals_join_now img,
    .gradient img {
        width: 100%;
    }

    .fun_safe_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 */
    .quad_experience_section .white_text br,
    .train_with_coach .heading br,
    .train_with_coach .para br,
    .batch_available_timings_section .col .para br {
        float: right;
        content: ' ';
    }

    .text {
        display: none;
    }

    .fun_safe_section {
        row-gap: 50px;
    }

    .static_header_content {
        flex-direction: column;
    }

    .fun_safe_section h3 {
        font-size: 30px;
        line-height: 1.2em;
    }

    .week_plans_section .grid_col {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .quad_virtual_section .gradient {
        height: 390px;
    }

    .static_header_content {
        display: flex !important;
    }

    .the_quad_logo_img img {
        width: 120px;
    }

    .header_gradient {
        height: 64px;
    }

    .the_quad_logo_img {
        padding: 0 !important;
    }

    .the_quad_logo_img,
    .static_header_content {
        width: 50%;
    }

    .you_set_your_fitness_goals .overlay_text_heading .red_text,
    .you_set_your_fitness_goals .overlay_text_heading .subheading,
    .you_set_your_fitness_goals_join_now {
        display: none;
    }

    .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%;
    }

    .only_on_desktop {
        display: none;
    }

    .only_mobile {
        display: block;
    }

    .only_mobile .banner {
        width: 100%;
        height: calc(100vh - 130px);
    }

    .fun_safe_section p {
        font-size: 23px;
    }

    .you_set_your_fitness_goals .overlay_text_heading {
        top: 0;
        width: 100%;
        transform: none;
        text-align: center;
    }

    .you_set_your_fitness_goals .overlay_text_heading h1 {
        font-size: 28px;
        line-height: 1.2em;
    }

    .blue_box {
        width: 100%;
        height: 66px;
        background-color: #3C62FF;
        display: flex;
        margin-bottom: 26px;
        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;
    }

    .QuadVirtual .heading {
        color: #FFFFFF;
        line-height: 1.5em;
        font-size: 30px;
        text-align: center;
        margin-bottom: 44px;
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
    }

    .QuadVirtual .para {
        font-size: 21px;
        line-height: 1.5em;
        color: #FFFFFF;
        text-align: center;
        width: 70%;
        margin: auto;
        font-family: 'Manrope', sans-serif;
    }

    .QuadVirtual .red_block {
        width: 85%;
        height: 108px;
        margin: auto;
        gap: 12px !important;
        margin-top: 75px;
    }

    .QuadVirtual .red_block .heading {
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 0 !important;
    }

    .QuadVirtual .red_block .para {
        font-size: 13px;
        line-height: 1.2em;
    }

    .quad_experience_section {
        padding-bottom: 50px;
    }

    .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;
    }

    .QuadVirtual .grey_text {
        letter-spacing: 0.02em;
        text-align: center;
        font-size: 16px;
        color: #A8A8A8;
        margin-bottom: 70px;
        font-family: 'Manrope', sans-serif;
    }

    .batch_available_timings_section h3 {
        letter-spacing: 0.02em;
        color: #EF4123;
        font-size: 22px;
        line-height: 1.5em;
    }

    .batch_available_timings_section .col {
        width: 100%;
        height: 120px;
        gap: 20px;
    }

    .batch_available_timings_section .col .heading {
        letter-spacing: 0.05em;
        font-size: 15px;
    }

    .batch_available_timings_section .col .para {
        text-align: center;
        letter-spacing: 0em;
        font-size: 18px;
        line-height: 1.5em;
    }

    .batch_available_timings_section .note_text {
        letter-spacing: 0.02em;
        font-size: 16px;
    }

    .grid_section .col {
        letter-spacing: 0.02em;
        font-size: 16px;
    }

    .grid_section .col img {
        width: 20px;
        height: 20px;
    }

    .week_plans_section .only_mobile .heading {
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
        font-weight: 700;
        margin-bottom: 40px;
        font-family: 'Manrope', sans-serif;
    }

    .week_plans_section .only_mobile .row img {
        width: 100%;
    }

    .week_plans_section .mobile_col {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .scroll-content .item img {
        width: auto;
        height: 200px;
    }

    .grid_section {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .fun_safe_section {
        padding: 40px 0 40px 7.5%;
    }

    .fitness_img {
        margin-left: auto;
        display: block;
        width: 200px;
    }

    .train_with_coach {
        width: 85%;
        margin: auto;
    }

    .train_with_coach .white_text {
        font-size: 25px;
    }
}