.mock-test-hero {
    padding-top: 140px;
    padding-bottom: 40px;
    background: linear-gradient(178.69deg, #E1EBFF 7.78%, #FFFFFF 107.01%);
    overflow: hidden;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "h1-div banner-section"
        "mock-button-container banner-section";
}

.h1-div {
    grid-area: h1-div;
    padding-top: 40px;
    position: relative;
}

.h1-div h1 {
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.24px;
    margin: 0;
}

.h1-div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.24px;
    color: #00215CCC;
}

.exam-rotator {
    display: inline-block;
    position: relative;
    height: 96px;
    min-width: 8ch;
    font-size: 64px;
    line-height: 150%;
    color: #F1C819;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.mock-button-container {
    grid-area: mock-button-container;
    display: flex;
    gap: 30px;
    /* justify-content: center; */
    /* margin-top: 30px; */
}

.mock-test-yellow-btn {
    background: #F1C819;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    border: 2px solid #F1C819;
    color: #00215C;
    font-size: 16px;
    line-height: 100%;
    height: fit-content;
}

.mock-test-white-btn {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    border: 2px solid #00215C;
    color: #00215C;
    font-size: 16px;
    line-height: 100%;
    height: fit-content;
}

.banner-section {
    grid-area: banner-section;
    height: 436px;
    position: relative;
    /* overflow: hidden; */
}

.banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/images/mock-test/mock-test-banner-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.rating-container {
    box-shadow: 4px 4px 4px 0px #255CC11A;
    background: #255CC1;
    border-radius: 16px;
    padding: 16px;
    position: absolute;
    z-index: 0;
    display: flex;
    flex-direction: column;
}

.rating-container .rating-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.24px;
    color: #E1EBFF;
}


.rating-container .rating-description {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.24px;
    color: #E1EBFF;
}

.free-test-available {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 16px;
    background: #FAFBFF33;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: absolute;
    bottom: 110px;
    left: 20px;
    z-index: 2;
}

.free-test-available .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.24px;
    color: #00215C;
}

.free-test-available .description {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.24px;
    color: #00215C;
}

.practice-exam-section {
    box-shadow: 4px 4px 4px 0px #255CC11A;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    position: absolute;
    bottom: 30px;
    right: -40px;
    z-index: 2;
}

.practice-exam-section-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
}

.practice-exam-section-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
}

.practice-exam-section .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 123%;
    letter-spacing: -0.24px;
    color: #255CC1;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.practice-exam-section-item p {
    color: #00215C;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0px;
}

.practice-exam-section-item img {
    width: 12px;
    height: 12px;
}

.bg-star {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -80px;
    left: 30px;
}

.bg-star-big {
    width: 90px;
    height: 98px;
    position: absolute;
    top: 0;
    left: -120px;
}

.bg-cap {
    width: 34px;
    height: 34px;
    position: absolute;
    top: -100px;
    right: -100px;
}

.bg-sparkle-filled {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: -40px;
}

.h1-div .bg-sparkle {
    bottom: -122px;
    left: 0;
}

.bg-sparkle {
    width: 67px;
    height: 67px;
    position: absolute;
    bottom: 200px;
    right: -90px;
}

.bg-rectangle-1 {
    position: absolute;
    width: 80px;
    height: 104px;
    border: 4px solid #255CC133;
    outline: 4px solid #255cc133;
    outline-offset: 23px;
    right: 90px;
    top: 30px;
    opacity: .3;
}

.bg-sm-rectangle-2 {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 4px solid #255CC133;
    right: 160px;
    top: -30px;
    opacity: .3;
}

.bg-sm-rectangle-3 {
    position: absolute;
    width: 24px;
    height: 24px;
    border: 4px solid #255CC133;
    right: 130px;
    top: -30px;
    opacity: .3;
}

.bg-rectangle-bottom-blur {
    position: absolute;
    bottom: -64px;
    width: 900px;
    height: 180px;
    background: #FFFFFF;
    filter: blur(91px);
    z-index: 1;
    left: -90px;
}

.exam-quality-1,
.exam-quality-2 {
    padding: 8px;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px 0px #255CC11A;
    width: fit-content;
    font-weight: 500;
    font-size: 12px;
    line-height: 123%;
    letter-spacing: -0.24px;
    text-align: center;
    position: absolute;
    color: #00215CE5;
}

.exam-quality-1 {
    right: 0;
    top: 164px;
    z-index: 1;
}

.exam-quality-2 {
    right: -26px;
    top: 120px;
    opacity: .8;
}

.ielts-section,
.goethe-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ielts-left-section {
    width: 50%;
}

.ielts-left-section .header-row-div,
.goethe-left-section .header-row-div {
    align-items: flex-start;
    margin-bottom: 36px;
}

.ielts-left-section .header-row-div .section-title,
.goethe-left-section .header-row-div .section-title {
    width: 100%;
}

.ielts-left-section .header-row-div .section-description,
.goethe-section .header-row-div .section-description {
    width: 100%;
    text-align: left;
}

.ielts-left-section .mock-button-container,
.goethe-left-section .mock-button-container {
    gap: 24px;
    margin-top: 36px;
}

.ielts-left-section .mock-button-container .mock-test-yellow-btn,
.ielts-left-section .mock-button-container .mock-test-white-btn,
.goethe-left-section .mock-button-container .mock-test-yellow-btn,
.goethe-left-section .mock-button-container .mock-test-white-btn {
    font-weight: 500;
}

.ielts-left-section .mock-button-container .mock-test-yellow-btn,
.goethe-left-section .mock-button-container .mock-test-yellow-btn {
    border: 1px solid #F1C819;
}

.ielts-left-section .mock-button-container .mock-test-white-btn,
.goethe-left-section .mock-button-container .mock-test-white-btn {
    border: 1px solid #00215C;
}


.ielts-right-section {
    width: 50%;
}

.ielts-right-section img,
.goethe-right-section img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.ielts-right-section .slick-list,
.goethe-right-section .slick-list {
    border-radius: 16px;
}

.test-details-flex-wrapper p {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #000000CC;
}

.test-details-flex-img-wrapper {
    width: 40px;
    height: 40px;
    background: #E9EFF9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-details-flex-img-wrapper img {
    height: 24px;
    width: 24px;
}

.test-details-flex-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.test-details-flex-wrapper {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.goethe-section,
.ielts-section {
    display: flex;
    gap: 48px;
}

.goethe-left-section {
    width: 50%;
}

.goethe-right-section {
    width: 50%;
}

.success-count-card-section {
    background: #00215C;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    background-image: url('/images/mock-test/counter_bg.svg');
    background-repeat: no-repeat;
    background-position: left top;
}

.success-count-card-container {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.success-count-card-header {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

.success-count-card-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #E1EBFF;
}

.success-count-card {
    /* text-align: center; */
    /* padding: 12px; */
    /* border-radius: 12px; */
    /* box-shadow: 0px -4px 12px 0px #255CC11A; */
    /* background: #FFFFFF; */
    width: fit-content;
}

.success-count-card .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

.success-count-card span {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #F1C819;
}

.way-to-practice-section {
    padding-top: 80px;
}

.practice-table {
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

.practice-main-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 742px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px #255CC11A;
    overflow: hidden;
}

.practice-cell {
    padding: 14px 16px;
    border-bottom: 1px solid #255CC11A;
    font-size: 16px;
    color: #555657;
}

.practice-cell.header {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.practice-cell.no-border {
    border-bottom: 0;
}

.practice-cell-column-2 {
    text-align: end;
    padding-right: 25%;
}

.practice-cell-column-2 img {
    width: 24px;
    width: 24px;
}

.practice-center-table {
    position: absolute;
    left: 55%;
    top: -30px;
    transform: translateX(-50%);
    width: 220px;
    height: calc(100% + 50px);
    background: linear-gradient(180deg, #E1EBFF 0%, #FFFFFF 100%);
    border: 1px solid #255CC11A;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* padding: 12px 0; */
}

.practice-center-row {
    padding: 12px 10px;
    border-bottom: 1px solid #255CC11A;
    font-size: 14px;
    line-height: 140%;
    color: #00215C;
}

.practice-center-row:last-child {
    border-bottom: 0;
}

.practice-center-row img {
    width: 28px;
    height: 28px;
}

.practice-center-row.header {
    padding: 12px 36px;
}

.practice-center-row.header img {
    width: unset;
    height: unset;
}

.bundle-pricing-section {
    padding-top: 104px;
}

.exam-btn-toggler {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    isolation: isolate;
    gap: 0;
}

.exam-toggle-btn {
    width: 178px;
    padding: 4px;
    border: none;
    background: #255CC10F;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* position: relative;
        z-index: 1; */
    box-shadow: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.exam-toggle-btn:first-child {
    border-radius: 6px;
}

.exam-toggle-btn:last-child {
    border-radius: 6px;
}

.exam-toggle-btn.is-active {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px #0000001F !important;
    z-index: 2;
}

.exam-toggle-btn+.exam-toggle-btn {
    margin-left: -6px;
}

.mocktest-bundle-card-wrapper {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 74px;
    align-items: center;
}

.bundle-card-panel {
    display: none;
}

.bundle-card-panel.is-active {
    display: flex;
}

.mocktest-bundle-card {
    width: 270px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #E1EBFF;
    box-shadow: 0px 10px 10px 0px #255CC117;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.mocktest-bundle-card .popular-card-badge {
    position: absolute;
    background: #00215C;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.24px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    top: -50px;
    left: 0;
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.mocktest-bundle-card.popular-card {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bundle-pricing-section .header-section {
    display: flex;
    justify-content: space-between;
}

.bundle-pricing-section .header-section img {
    width: 32px;
    height: 32px;
}

.bundle-pricing-section .bundle-card-name {
    min-width: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #00215C 0%, #255CC1 100%);
    border-radius: 20px;
    padding: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.24px;
    text-align: center;
    color: #FFFFFF;
}

.bundle-pricing-section .mock-test-white-btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.header-section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #111111;
}

.card-amount-section {
    display: flex;
    gap: 12px;
    align-items: center;
}

.card-amount-section .actual-price {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.24px;
    text-decoration: line-through;
    color: #00215C80;
    margin-bottom: 0 !important;
}

.card-amount-section .selling-price {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #00215C;
    margin-bottom: 0 !important;
}

.test-package-benefit {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.test-package-benefit-card {
    display: flex;
    gap: 8px;
    align-items: center;
}

.test-package-benefit-card img {
    width: 21px;
    height: 21px;
    align-items: flex-start;
}

.test-package-benefit-card p {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #707070;
}

.student-practice-section {
    display: flex;
    gap: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, #E1EBFF 100%);
    border: 1px solid #E1EBFF;
    padding: 4px 8px;
    border-radius: 24px;
    align-items: center;
}

.student-practice-section p {
    color: #255CC1;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.24px;
}

.student-practice-section img {
    width: 21px;
    height: 21px;
}

.purchase-btn {
    padding: 12px;
    border-radius: 12px;
    background: #F1C819;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #00215C;
    margin-top: 8px;
}


@media(max-width:1200px) {}

@media(max-width:991px) {
    .mock-test-hero {
        padding-top: 0px;
    }

    .banner-section {
        top: 30px;
    }

    .banner-section::before {
        background-position: bottom;
    }

    .hero-section {
        grid-template-columns: 1fr;
        grid-template-areas:
            "h1-div"
            "banner-section"
            "mock-button-container";
        gap: 30px;
    }

    .bg-rectangle-bottom-blur {
        display: none;
    }

    .ielts-left-section,
    .ielts-right-section,
    .goethe-right-section,
    .goethe-left-section {
        width: 100%;
    }

    .ielts-section {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .goethe-section {
        flex-direction: column-reverse;
    }

    .mocktest-bundle-card-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow-x: auto;
        padding-top: 50px;
        padding-bottom: 24px;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px;
    }

    .mocktest-bundle-card.popular-card {
        margin-top: 0;
    }

    .mocktest-bundle-card {
        flex: 0 0 270px;
        min-width: 270px;
    }

    .success-count-card-header {
        font-size: 24px;
    }

    .success-count-card-desc {
        font-size: 14px;
    }

    .success-count-card-container {
        justify-content: center;
        gap: 24px;
    }

    .success-count-card {
        width: calc(50% - 35px);
    }

    .success-count-card span {
        font-size: 32px;
    }

    .success-count-card .title {
        font-size: 12px;
    }

    .goethe-section {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .ielts-section {
        padding-top: 30px;
    }

    .way-to-practice-section {
        padding-top: 30px;
    }

    .success-story-container {
        padding-bottom: 30px;
    }

    .bundle-pricing-section {
        padding-top: 60px;
    }

    .success-count-card-section {
        margin-top: 10px;
    }

    .practice-table {
        margin-top: 60px;
        margin-bottom: 70px;
    }
}

@media(max-width:576px) {
    .banner-section::before {
        background-size: 120% auto;
        background-position: center bottom;
    }

    .free-test-available {
        bottom: 4px;
        left: 2px;
        padding: 8px;
    }

    .free-test-available .title {
        font-size: 16px;
    }

    .free-test-available .description {
        font-size: 12px;
    }

    .practice-exam-section {
        bottom: 18px;
        right: 10px;
        padding: 8px;
    }

    .exam-quality-1 {
        top: 160px;
    }

    .exam-quality-2 {
        right: 0px;
        top: 120px;
    }

    .mock-button-container {
        flex-direction: column;
        margin-top: 30px;
    }

    .practice-center-table {
        width: 120px;
    }

    .practice-center-row.header {
        padding: 30px 12px;
    }

    .practice-cell {
        font-size: 12px;
    }

    .practice-cell.practice-cell-column-1 {
        line-height: 12px;
        font-weight: 700;
        align-content: center;
        padding-right: 20%;
    }

    .practice-cell.header.practice-cell-column-2 {
        padding-right: 12%;
    }
}