body.why-ibis-page {
    font-family: Inter;

    button,
    input,
    select,
    textarea {
        font: inherit;
    }

    a {
        text-decoration: none;
    }

    button {
        outline: none;
        border: none;
    }

    section {
        background-color: #F5F6F6;
    }

    .section-heading {
        color: #1E1E1E;
        font-size: 32px;
        font-weight: 300;
        letter-spacing: -0.72px;
        display: flex;
        flex-wrap: wrap;

        .highlight {
            color: #F29D20;
            font-weight: 500;
        }
    }

    .section-description {
        color: #3A3C3F;
        font-size: 11px;
        font-weight: 400;
        line-height: 160%;
        /* 21px */
    }

    .section-small-heading {
        color: #F49E0D;
        font-size: 11px;
        font-weight: 400;
        line-height: 160%;
        /* 22.4px */
        letter-spacing: -0.28px;
        margin-bottom: 5px;
    }

    .global-recognition-container {
        .global-recognition-label {
            border-radius: 5px;
            background: rgba(244, 158, 13, 0.20);
            padding: 10px 20px;
            color: #F49E0D;
            text-align: center;
            font-size: 9px;
            font-weight: 600;
            line-height: 145%;
            /* 17.4px */
            letter-spacing: -0.24px;
        }
    }

    section.why-ibis-hero {
        background-color: #FFFCEB;
        ;

        .section-heading {
            text-align: center;
            font-weight: 600;
            line-height: 110%;
            /* 39.6px */
            display: flex;
            flex-direction: column;
        }

        .section-description {
            text-align: center;
            color: #1E1E1E;
            line-height: 140%;
        }

        .left-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 21px;

            .top-label-container {
                margin-top: 20px;

                .top-label {
                    padding: 9px 10px;
                    color: #1E1E1E;
                    text-align: center;
                    font-size: 9px;
                    font-weight: 400;
                    line-height: 145%;
                    /* 17.4px */
                    letter-spacing: -0.24px;
                    border-radius: 10px;
                    border: 0.5px solid #F29D20;
                    background: rgba(242, 157, 32, 0.05);
                }
            }

            .hero-buttons-container {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                gap: 13px;

                .hero-btn {
                    color: #FFF;
                    text-align: center;
                    font-size: 12px;
                    font-weight: 600;
                    line-height: 145%;
                    /* 23.2px */
                    letter-spacing: -0.32px;
                    border-radius: 10px;
                    background: #F49E0D;
                    padding: 12px 14px;
                    margin-top: 10px;
                }

                .hero-btn:first-child {
                    flex: 1;
                }

                .hero-btn.explore-courses {
                    border-radius: 10px;
                    border: 1px solid #F49E0D;
                    background: #FFF;
                    color: #1E1E1E;
                }
            }
        }

        .right-section {
            margin-top: 40px;

            .hero-image-container {
                position: relative;

                picture {
                    display: flex;

                    .why-ibis-hero-img {
                        width: 100%;
                        position: relative;
                        left: -6%;
                    }
                }
            }

            .hero-image-container::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 96%;
                height: 78%;
                border-radius: 40px 40px 0 0;
                background: #F49E0D;
                backdrop-filter: blur(75px);
            }
        }
    }

    section.the-real-problem {
        background-color: #FFF;
        padding-top: 35px;

        .container {
            padding-bottom: 25px;
        }
    }

    section.what-sets-us-apart {
        overflow: hidden;

        .container {
            position: relative;
            padding-top: 65px;
            padding-bottom: 30px;
        }

        .container::before {
            content: "";
            position: absolute;
            left: -66%;
            top: -14%;
            height: 20%;
            width: 100%;
            border-radius: 50%;
            background-color: #F49E0D;
            filter: blur(260px);
        }

        background-color: #1E1E1E;

        .heading-container {
            margin-bottom: 20px;

            .section-heading {
                color: #FFF;
            }

            .section-heading.max-w-899 {
                display: flex;
                flex-direction: column;
            }

            .section-heading.min-w-900 {
                display: none;
            }
        }

        .reasons-container {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 20px;

            .reason.item {
                border-radius: 20px;
                border: 1px solid rgba(244, 158, 13, 0.50);
                background: #FFF;
                padding: 28px 20px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                .icon-container {
                    position: relative;

                    .icon {
                        background-color: #F49E0D1A;
                        padding: 15px 16px;
                        width: 32%;
                        aspect-ratio: 1 / 1;
                    }
                }

                .sub-heading-container {
                    margin: 20px 0px 17px;

                    .sub-heading {
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 145%;
                        /* 29px */
                    }
                }

                .sub-description-container {
                    margin-bottom: 50px;

                    .sub-description {
                        font-size: 12px;
                        font-weight: 300;
                        line-height: 145%;
                        /* 23.2px */
                    }
                }

            }

            .reason.item .icon-container::before {
                position: absolute;
                top: 0;
                right: 0;
                border-radius: 10px;
                border: 1px solid rgba(244, 158, 13, 0.50);
                background-color: #F49E0D;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #1E1E1E;
                font-size: 18px;
                font-weight: 600;
                line-height: 145%;
                /* 26.1px */
            }

            .reason.item:nth-child(1) .icon-container::before {
                content: "1";
            }

            .reason.item:nth-child(2) .icon-container::before {
                content: "2";
            }

            .reason.item:nth-child(3) .icon-container::before {
                content: "3";
            }

            .reason.item:nth-child(4) .icon-container::before {
                content: "4";
            }

            .reason.item:nth-child(4) .icon-container::before {
                content: "5";
            }

            .reason.item:nth-child(6) .icon-container::before {
                content: "6";
            }
        }
    }

    section.accredition {
        background-color: #FFF;
        padding-top: 62px;

        .container {
            padding-bottom: 25px;
        }

        .left-section {
            .accreditation-buttons-container {
                margin-top: 20px;

                .view-ibis {
                    color: #F49E0D;
                    background-color: transparent;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 160%;
                    /* 28.8px */
                    letter-spacing: -0.36px;
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: none;
                    text-decoration-thickness: auto;
                    text-underline-offset: auto;
                    text-underline-position: from-font;
                }
            }
        }

        .right-section {
            position: relative;

            .image-container {
                width: 100vw;

                img {
                    width: 100%;
                }
            }
        }
    }

    section.how-we-compare {
        background-color: #FFFFFF;

        .red {
            color: #FF463D !important;
        }

        .container {
            padding-top: 35px;
            padding-bottom: 50px;
        }

        .heading-container {
            .section-heading.max-w-899 {
                display: flex;
                flex-direction: column;
            }

            .section-heading.min-w-900 {
                display: none;
            }
        }

        .comparison-table-container {
            overflow-x: auto;

            table {
                border-collapse: collapse;

                th,
                td {
                    padding: 20px;
                    padding-left: 0px;
                    text-align: left;
                    font-size: 12px;
                    color: #1E1E1E;
                }

                th {
                    color: #E27A01;
                    font-weight: 600;
                    line-height: 140%;
                    /* 21px */
                    text-transform: uppercase;
                    padding-bottom: 20px;
                    white-space: nowrap;
                    border-bottom: 1px solid #F49E0D;

                }

                td {
                    border-bottom: 1px solid #E5E7E8;
                }

                th:nth-child(1) {
                    min-width: 170px;
                }

                th:nth-child(2) {
                    min-width: 130px;
                }

                th:nth-child(3),
                th:nth-child(4) {
                    color: #1E1E1E;
                }

                td:nth-child(2) {
                    color: #E27A01;
                }
            }
        }
    }

    section.vr-and-ar {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 60%, #0d0d0d 100%);

        .vr-background-animate {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            overflow: hidden;

            /* Ensure both picture elements and their images overlap exactly
               so the animation looks identical across breakpoints. */
            picture {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }

            img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform-origin: center center;
                will-change: transform, opacity;
                backface-visibility: hidden;
            }

            .grid-1 {
                animation: tunnel 12s linear infinite;
                animation-fill-mode: both;
            }

            .grid-2 {
                animation: tunnel 12s linear infinite;
                animation-delay: -6s;
                animation-fill-mode: both;
            }
        }

        .container {
            display: flex;
            flex-direction: column-reverse;
            padding-top: 43px;
        }

        .left-section {
            margin-top: 30px;

            .image-container {
                display: flex;

                img {
                    width: 100%;
                    position: relative;
                    z-index: 10;
                }
            }
        }

        .right-section {
            color: #FFF;
            position: relative;
            z-index: 44;

            .heading-container {
                .section-heading {
                    color: #FFF;
                    font-style: italic;
                    line-height: 120%;
                    font-weight: 200;

                    .highlight {
                        font-weight: 700;
                        font-style: normal;
                        display: flex;
                        flex-direction: column;
                    }
                }
            }

            .description-container {
                margin-bottom: 36px;
                display: flex;
                flex-direction: column;
                gap: 8px;
                margin-top: 15px;

                .section-description {
                    color: #FFF;
                    font-size: 14px;
                    line-height: 140%;
                }
            }

            .advantages-list-container {
                font-style: italic;
                margin-bottom: 24px;

                .advantages-list {
                    padding-left: 20px;
                    font-weight: 200;
                    line-height: 140%;
                    font-size: 12px;
                }
            }

            .vr-ar-buttons-container {
                .enroll-now {
                    border-radius: 15px;
                    background-color: #F59C00;
                    padding: 12px 30px;
                    font-weight: 700;
                    font-size: 12px;
                    color: #1C1D1F;
                }
            }
        }
    }

    section.vr-and-ar:hover {
        .vr-background-animate {
            .grid-1 {
                animation-direction: reverse;
            }

            .grid-2 {
                animation-direction: reverse;
            }
        }
    }

    section.vr-and-ar::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -4%;
        transform: translateX(-50%);
        width: 145px;
        height: 145px;
        border-radius: 50%;
        background: #FFC51B;
        filter: blur(95px);
    }

    section.vr-and-ar::after {
        content: "";
        position: absolute;
        left: 0%;
        bottom: 22%;
        transform: translateX(-50%);
        width: 145px;
        height: 145px;
        border-radius: 50%;
        background: #FFC51B;
        filter: blur(95px);
    }

    section.credentials-and-recognition {
        .container {
            padding-top: 43px;
        }

        .accreditation-items-container {
            display: flex;
            flex-direction: column;
            gap: 15px;

            .accreditation-item {
                border-radius: 20px;
                border: 2px solid #F5F5F5;
                background: #FFF;
                padding: 26px 24px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 14px;

                .icon-container {
                    .icon {
                        width: 23%;
                    }
                }

                .sub-heading-container {
                    .sub-heading {
                        color: #1E1E1E;
                        font-size: 15px;
                        font-weight: 500;
                        line-height: 145%;
                        /* 26.1px */
                    }
                }

                .sub-description-container {
                    color: #1E1E1E;

                    .sub-description {
                        color: #1E1E1E;
                        font-size: 12px;
                        font-weight: 300;
                        line-height: 145%;
                        /* 21.75px */
                    }
                }

                .global-recognition-container {
                    margin-top: 20px;

                    .global-recognition-label {
                        border-radius: 10px;
                        padding: 8px 25px;
                    }
                }
            }
        }
    }

    section.where-are-we {
        .container {
            padding-top: 34px;
        }

        .locations-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 18px;

            .location-item {
                border-radius: 10px;
                background: #FFF4C6;
                padding: 13px 17px;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 8px;
                color: #000;
                font-size: 14px;
                font-weight: 400;
                line-height: 160%;
                margin-bottom: 10px;

                .icon-container {
                    width: 18px;

                    img {
                        width: 100%;
                    }
                }
            }
        }
    }

    section.customer-success {
        .container {
            padding-top: 55px;
            padding-bottom: 100px;
        }

        .review-items-container {
            display: flex;
            flex-direction: column;
            gap: 20px;

            .review-item {
                display: flex;
                padding: 26px;
                gap: 19px;
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-start;
                border-radius: 24px;
                background-color: #FFFFFF;
                box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);

                .review-text {
                    color: #1E1E1E;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 160%;
                    /* 24px */
                    margin-bottom: 35px;
                }

                .user-profile-container {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 15px;
                    margin-bottom: 20px;

                    .profile-image-contianer {
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        overflow: hidden;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    .details-container {
                        .username {
                            font-size: 12px;
                            font-weight: 600;
                        }

                        .user-role {
                            color: #9CA3AF;
                            font-size: 11px;
                            font-weight: 400;
                        }
                    }
                }

                .salary-details-container {
                    display: flex;
                    justify-content: space-between;
                    width: 100%;

                    .designation {
                        color: #9CA3AF;
                        font-size: 6px;
                        font-weight: 400;
                    }

                    .salary {
                        color: #9CA3AF;
                        font-size: 9px;
                        font-weight: 500;
                        margin-top: 3px;
                    }

                    .right-section {

                        .designation,
                        .salary {
                            color: #E27A01;
                        }
                    }

                }
            }
        }
    }

    section.questions-section {
        background-color: #FFF;
    }


    /* SCREEN WIDTH 375px */
    @media(min-width:375px) {
        .section-heading {
            font-size: 32px;
        }

        .section-description {
            font-size: 15px;
        }

        .section-small-heading {
            font-size: 14px;
        }

        .global-recognition-container {
            .global-recognition-label {
                border-radius: 10px;
                font-size: 12px;
            }
        }

        section.why-ibis-hero {
            .left-section {
                .top-label-container {
                    .top-label {
                        font-size: 12px;
                    }
                }

                .hero-buttons-container {
                    .hero-btn {
                        font-size: 16px;
                        padding: 12px 9px;
                    }
                }
            }
        }

        section.what-sets-us-apart {
            .reasons-container {
                .reason.item {
                    .sub-heading-container {
                        .sub-heading {
                            font-size: 20px;
                        }
                    }

                    .sub-description-container {
                        .sub-description {
                            font-size: 15px;
                        }
                    }
                }
            }
        }

        section.accredition {
            .left-section {
                .accreditation-buttons-container {
                    .view-ibis {
                        font-size: 18px;
                    }
                }
            }
        }

        section.how-we-compare {
            .comparison-table-container {
                table {

                    th,
                    td {
                        font-size: 15px;
                    }

                    th:nth-child(1) {
                        min-width: 200px;
                    }
                }
            }
        }

        section.vr-and-ar {
            .right-section {
                .description-container {
                    .section-description {
                        font-size: 18px;
                    }
                }

                .advantages-list-container {
                    .advantages-list {
                        font-size: 15px;
                    }
                }

                .vr-ar-buttons-container {
                    .enroll-now {
                        font-size: 15px;
                    }
                }
            }
        }

        section.vr-and-ar::before {
            width: 175px;
            height: 175px;
            filter: blur(95px);
        }

        section.vr-and-ar::after {
            width: 175px;
            height: 175px;
            filter: blur(95px);
        }

        section.where-are-we {
            .locations-container {
                .location-item {
                    font-size: 18px;
                }
            }
        }

        section.customer-success {
            .review-items-container {
                .review-item {
                    .review-text {
                        font-size: 15px;
                    }
                }
            }
        }

        section.customer-success {
            .review-items-container {
                .review-item {
                    .salary-details-container {
                        .salary {
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }

    @media (min-width: 425px) {
        .section-heading {
            font-size: 36px;
        }

        section.why-ibis-hero {
            .left-section {
                .hero-buttons-container {
                    .hero-btn {
                        font-size: 16px;
                        padding: 12px 15px;
                    }
                }
            }
        }

        section.vr-and-ar::before {
            width: 200px;
            height: 200px;
            filter: blur(105px);
        }

        section.vr-and-ar::after {
            bottom: 26%;
            width: 200px;
            height: 200px;
            filter: blur(105px);
        }
    }


    @media (min-width: 768px) {
        .section-heading {
            flex-direction: row;
            flex-wrap: wrap;
        }

        section.the-real-problem {
            .heading-container {
                .section-heading {
                    display: flex;
                    flex-direction: column;
                }
            }
        }

        section.credentials-and-recognition {
            .accreditation-items-container {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;

                .accreditation-item {
                    width: 48%;
                }
            }
        }

        section.vr-and-ar::before {
            top: -10%;
            width: 300px;
            height: 300px;
            filter: blur(175px);
        }

        section.vr-and-ar::after {
            bottom: 40%;
            width: 275px;
            height: 275px;
            filter: blur(175px);
        }

        section.customer-success {
            .heading-container {
                .section-heading {
                    display: flex;
                    flex-direction: column;
                }
            }

            .review-items-container {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 20px;

                .review-item {
                    width: 48%;
                }
            }
        }

        section.where-are-we {
            .heading-container {
                .section-heading {
                    display: flex;
                    flex-direction: column;
                }
            }
        }
    }

    @media (min-width: 900px) {
        section {
            .container {
                padding-top: 45px;
            }
        }

        .section-heading {
            margin-bottom: 30px;
        }

        section.vr-and-ar::before {
            display: none;
        }

        section.vr-and-ar::after {
            bottom: 40%;
            width: 275px;
            height: 275px;
            filter: blur(175px);
        }

        section.vr-and-ar {
            overflow: visible;

            & .right-section {
                & .heading-container {
                    & .section-heading {
                        .highlight {
                            flex-direction: row;
                            gap: 13px;
                        }
                    }
                }
            }
        }

        section.why-ibis-hero {
            .container {
                display: flex;
                gap: 25px;
            }

            .section-heading {
                text-align: left;
                margin-bottom: 0;
            }

            .section-description {
                text-align: left;
            }

            .left-section {
                align-items: baseline;
                width: 75%;
                margin-top: 45px;
                margin-bottom: 55px;

                .hero-buttons-container {
                    width: auto;
                }
            }

            .right-section {
                margin-top: 0;
                display: flex;
                align-items: flex-end;
            }
        }

        section.how-we-compare {
            .heading-container {
                .section-heading.max-w-899 {
                    display: none;
                }

                .section-heading.min-w-900 {
                    display: flex;
                    flex-direction: column;
                }
            }

            .comparison-table-container {
                table {
                    width: 100%;

                    th,
                    td {
                        padding-right: 50px;
                    }
                }
            }
        }

        section.vr-and-ar {
            .container {
                flex-direction: row;
                gap: 25px;
                padding-top: 0px;
                padding-left: 0px;
            }

            .section-heading {
                font-size: 30px;
                margin-bottom: 20px;
            }

            .left-section {
                margin-top: -44px;
                display: flex;
                justify-content: flex-end;
                width: 50%;

                .image-container {
                    position: relative;

                    img {
                        z-index: 9;
                        width: auto;
                        position: absolute;
                        z-index: 10;
                        right: 0;
                        top: 0;
                        height: 100%;
                    }
                }
            }

            .right-section {
                width: 45%;
                padding: 60px 0;

                .advantages-list-container {
                    .advantages-list {
                        font-size: 13px;
                    }
                }

                .description-container {
                    .section-description {
                        font-size: 13px;
                    }
                }
            }
        }


        section.what-sets-us-apart {
            .container {
                padding-bottom: 65px;
            }

            .container::before {
                left: -92%;
                top: 48%;
                height: 15%;
                background-color: #f49e0d8f;
            }

            .container::after {
                content: "";
                position: absolute;
                right: -58%;
                top: 48%;
                height: 15%;
                width: 59%;
                border-radius: 50%;
                background-color: #f49e0d8f;
                filter: blur(260px);
            }

            .heading-container {
                .section-heading {
                    .first-line {
                        font-weight: 500;

                        .second-line {
                            font-weight: 400;
                        }
                    }
                }

                .section-heading.max-w-899 {
                    display: none;
                }

                .section-heading.min-w-900 {
                    display: flex;
                    flex-direction: column;
                }
            }

            .reasons-container {
                flex-direction: row;
                justify-content: space-between;
                align-items: stretch;

                .reason.item {
                    width: 48.5%;
                    margin-bottom: 3px;
                }
            }
        }

        section.credentials-and-recognition {
            background-color: #FFFFFF;

            .container {
                padding-top: 45px;
            }

            .heading-container {
                .section-heading {
                    flex-direction: column;
                }
            }
        }

        section.where-are-we {
            background-color: #FFFFFF;

            .container {
                padding-top: 45px;
                padding-bottom: 75px;
            }

            .locations-container {
                gap: 20px;

                .location-item {
                    margin-bottom: 0;
                }
            }
        }
    }

    @media (min-width: 1024px) {
        section.why-ibis-hero {
            .section-description {
                line-height: 160%;
            }

            .left-section {
                margin-bottom: 0;

                .top-label-container {
                    .top-label {
                        padding: 9px 15px;
                    }
                }
            }
        }

        section.accredition {
            padding-top: 0;
            position: relative;

            .container {
                position: relative;
                z-index: 3;
                padding-top: 65px;
                padding-bottom: 80px;
                background: linear-gradient(270deg,
                        rgba(255, 255, 255, 0) 36.24%,
                        #FFFBF6 52.79%);
            }

            .left-section {
                width: 58%;
            }

            .right-section {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background:
                    linear-gradient(270deg,
                        rgba(255, 255, 255, 0) 36.24%,
                        #FFFBF6 52.79%),
                    url("../images/why-ibis/accreditation.webp");

                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;

                .image-container {
                    display: none;
                }
            }
        }

        & section.vr-and-ar {
            .left-section {
                width: 515px;
            }
        }
    }

    @media (min-width: 1200px) {
        .section-heading {
            font-size: 42px;
        }

        .section-description {
            font-size: 16.2px;
        }

        section.why-ibis-hero {
            .container {
                display: flex;
                gap: 25px;
            }

            .section-heading {
                text-align: left;
                margin-bottom: 0;
                font-size: 60px;
            }

            .description-container {
                width: 80%;
            }

            .section-description {
                font-size: 16.2px;
            }

            .left-section {
                .top-label-container {
                    .top-label {
                        font-size: 14.5px;
                    }
                }

                .hero-buttons-container {
                    .hero-btn {
                        padding: 14px 34px;
                    }
                }
            }

            .right-section {
                margin-top: 0;
            }
        }

        section.the-real-problem {
            .container {
                padding-bottom: 55px;
            }
        }

        section.what-sets-us-apart {
            .container {
                padding-bottom: 65px;
            }

            .reasons-container {
                flex-direction: row;

                .reason.item {
                    width: 32%;
                    margin-bottom: 3px;
                }
            }
        }

        section.how-we-compare {
            .container {
                padding-top: 55px;
                padding-bottom: 105px;
            }
        }

        section.vr-and-ar {
            .container {
                flex-direction: row;
                justify-content: space-between;
                gap: 25px;
                padding-top: 0px;
            }

            .left-section {
                margin-top: -44px;
                width: 600px;

                .image-container {
                    width: 100%;
                    justify-content: flex-end;

                    img {
                        object-fit: cover;
                    }
                }
            }

            .right-section {
                width: 50%;
                padding: 75px 0;
                min-width: 0;
                flex: 1;
            }
        }

        section.vr-and-ar {
            .section-small-heading {
                font-size: 20px;
            }

            .section-heading {
                font-size: 55px;
            }

            .right-section {
                .description-container {
                    .section-description {
                        font-size: 18px;
                    }
                }

                .advantages-list-container {
                    .advantages-list {
                        font-size: 16px;
                    }
                }

                .vr-ar-buttons-container {
                    .enroll-now {
                        font-size: 16px;
                    }
                }
            }
        }

        section.credentials-and-recognition {
            .container {
                padding-top: 55px;
            }

            .accreditation-items-container {
                flex-direction: row;
                flex-wrap: wrap;

                .accreditation-item {
                    width: 23.8%;
                }
            }
        }

        section.where-are-we {
            .container {
                padding-top: 45px;
            }

            .locations-container {
                gap: 20px;
                width: 80%;

                .location-item {
                    margin-bottom: 0;
                }
            }
        }

        section.customer-success {
            .review-items-container {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 20px;

                .review-item {
                    width: 23.5%;
                }
            }
        }
    }

    @media (min-width:1440px) {
        .section-heading {
            font-size: 50px;
        }

        .section-description {
            font-size: 18px;
        }

        .section-small-heading {
            font-size: 18px;
        }

        section.why-ibis-hero {
            .section-heading {
                font-size: 80px;
            }

            .description-container {
                width: 84%;
            }

            .section-description {
                font-size: 18px;
            }

            .left-section {
                .top-label-container {
                    .top-label {
                        font-size: 16px;
                    }
                }
            }
        }

        section.what-sets-us-apart {
            .reasons-container {
                .reason.item {
                    .sub-heading-container {
                        .sub-heading {
                            font-size: 22px;
                        }
                    }

                    .sub-description-container {
                        .sub-description {
                            font-size: 16px;
                        }
                    }
                }
            }
        }

        section.accredition {
            .left-section {
                .accreditation-buttons-container {
                    .view-ibis {
                        font-size: 20px;
                    }
                }
            }
        }

        section.how-we-compare {
            .comparison-table-container {
                table {

                    th,
                    td {
                        font-size: 18px;
                    }
                }
            }
        }

        section.vr-and-ar {
            .section-small-heading {
                font-size: 20px;
            }

            .section-heading {
                font-size: 55px;
            }

            .right-section {
                .description-container {
                    .section-description {
                        font-size: 18px;
                    }
                }

                .advantages-list-container {
                    .advantages-list {
                        font-size: 16px;
                    }
                }

                .vr-ar-buttons-container {
                    .enroll-now {
                        font-size: 16px;
                    }
                }
            }
        }

        & section.credentials-and-recognition {
            & .accreditation-items-container {
                & .accreditation-item {
                    & .sub-heading-container {
                        .sub-heading {
                            font-size: 22px;
                        }
                    }

                    .sub-description-container {
                        .sub-description {
                            font-size: 14px;
                        }
                    }
                }
            }
        }

        & section.customer-success {
            & .review-items-container {
                & .review-item {
                    & .user-profile-container {
                        & .details-container {
                            .username {
                                font-size: 16px;
                            }

                            .user-role {
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}


@keyframes tunnel {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}