.exam-landing-hero-section {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url('/images/live-learning/live-learning-left-bg.svg'), url('/images/live-learning/grid_layer_4.svg'), url('/images/live-learning/live-learning-right-bg.svg');
    background-repeat: no-repeat;
    background-position: top left, bottom left, top right;
}

.hero-section {
    min-height: 436px;
    position: relative;
    padding: 32px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    bottom: -192px;
    width: min(52%, 642px);
    background-image: url('/images/overseas/ielts_hero_lg2.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: min(48%, 520px);
}

.h1-div h1 {
    text-align: left;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.24px;
    margin: 0;
    width: 80%;
    margin-bottom: 16px;
}

.h1-div h1 span {
    color: #00215C
}

.h1-div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.24px;
    color: #797980;
    width: 80%;
}

.ielts-button-container {
    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;
}

.advantage-card-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
    width: 80%;
}

.advantage-card {
    display: flex;
    align-items: center;
    gap: 4px;
}

.advantage-card img {
    width: 16px;
    height: 16px;
}

.advantage-card p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #255CC1;
    margin-bottom: 0 !important;
}

/* .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;
    } */

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

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

.exam-toggle-btn,
.curriculum-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,
.curriculum-toggle-btn:first-child {
    border-radius: 6px;
}

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

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

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

.mocktest-bundle-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 74px;
    align-items: stretch;
}

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

.mocktest-bundle-card.academic-card {
    background: linear-gradient(180deg, #E1EBFF 0%, #FAFBFF 100%);
}

.mocktest-bundle-card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.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;
}

.header-section-description {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #707070;
}

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

.training-days {
    background: linear-gradient(90deg, #FFFFFF 0%, #E1EBFF 100%);
    border: 1px solid #E1EBFF;
    border-radius: 99px;
    padding: 4px 8px;
    display: flex;
    gap: 4px;
    width: fit-content;
    align-items: center;
}

.training-days p {
    color: #255CC1;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.24px;
    margin-bottom: 0 !important;
}

.training-days img {
    width: 24px;
    height: 24px;
}


.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;
    flex: 1;
}

.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;
    margin-bottom: 0 !important;
}

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

.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;
}

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

.exam-toggle-btn,
.curriculum-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,
.curriculum-toggle-btn:first-child {
    border-radius: 6px;
}

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

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

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

/*timeline container*/

.timeline-container {
    padding-top: 80px;
}

.visa-process-stages {
    background-color: #E9EFF9;
    border-radius: 16px;
    padding: 20px 8px 20px 8px;
    display: flex;
    align-items: center;
}

.visa-process-stages-card {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #D9E7FF;
    background: rgba(241, 246, 255, 0.70);
    backdrop-filter: blur(9px);
}

.visa-process-detail-section .steps {
    font-size: 14px;
    color: #255CC1;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 12px;
}

.visa-process-detail-section img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.visa-process-detail-section .title {
    font-weight: 500;
    color: #111111;
    margin-bottom: 8px;
    line-height: 16px;
}

.visa-process-detail-section .content {
    font-weight: 400;
    color: #22222299;
    line-height: 16px;
}


.world-map-background-img {
    background-image: url('/images/overseas/world_map.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}

.terra-wrapper {
    position: relative;
}

.terra-step-timeline-wrapper {
    max-height: 460px;
    overflow-y: auto;
    scrollbar-width: none;
    padding-left: 20px;
}

.terra-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.75) 25%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0.1) 75%,
            transparent 100%);

    pointer-events: none;
    z-index: 10;
}


.terra-step-timeline {
    padding-top: 10px;
    margin: 0 auto;
    position: relative;
}

.terra-step-timeline__item {
    position: relative;
    padding: 0 0 20px;
}

.terra-step-timeline__item:after,
.terra-step-timeline__item:before {
    content: " ";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 1px;
    left: -26px;
    /* background: #8DB5FF; */
    background: linear-gradient(180deg, #255CC1, transparent);

}

.terra-step-timeline__item:after {
    transform-origin: top right;
    transform: scaley(0);
    transition: transform 1s ease 0.25s;
}

.terra-step-timeline__item.active:after {
    background-color: #255CC1;
    transform: scaley(1);
    transition: transform 1s ease 0.25s;
}

.terra-step-timeline__item.inactive:after {
    background-color: #255CC1;
    transition: transform 1s ease-out 0.25s;
    transform: scaley(0);
}


.terra-step-timeline__item.active .terra-step-timeline__item-circle {
    animation: scaleCircle 0.4s forwards;
}

.terra-step-timeline__item-circle {
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -31px;
    top: 0;
    padding: 4px;
    background-color: #00215C;
    border: 2px solid #255CC1;
    z-index: 1;
    box-shadow: 0px 0px 0px 2px #8DB5FF;
}

.terra-step-timeline li {
    line-height: 1.5em;
    list-style: none;
}

.program-curriculam-section {
    padding-top: 90px;
}

.curriculum-accordion-panel {
    display: none;
}

.curriculum-accordion-panel.is-active {
    display: block;
}

.program-curriculam-section .accordion {
    margin-top: 32px;
    border: 1px solid #255CC14D;
    box-shadow: 0px 3px 6px 0px #255CC11A;
    border-radius: 12px;
    overflow: hidden;
}

.program-curriculam-section .accordion-item {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.program-curriculam-section .accordion-item:not(:last-child) {
    border-bottom: 1px solid #255CC14D;
}

.program-curriculam-section .accordion-button {
    gap: 12px;
    background: #FFFFFF;
    box-shadow: none;
}

.program-curriculam-section .accordion-button:not(.collapsed) {
    background: #FFFFFF;
    color: inherit;
    box-shadow: none;
}

.program-curriculam-section .accordion-button-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1;
    width: 100%;
}

.program-curriculam-section .accordion-button-content>span:first-child {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 120%;
}

.program-curriculam-section .accordion-header-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-left: auto;
}

.program-curriculam-section .accordion-header-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E1EBFF;
    border-radius: 20px;
    padding: 4px 8px;
}

.program-curriculam-section .accordion-header-tag img {
    width: 16px;
    height: 16px;
}

.program-curriculam-section .accordion-header-tag p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #00215C;
    line-height: 120%;
}

.program-curriculam-section .accordion-body {
    background: #FAFBFF;
    padding: 16px 20px;
    border-top: 1px solid #255CC14D;
}

.program-curriculam-section .accordion-body-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.program-curriculam-section .accordion-body-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.program-curriculam-section .accordion-body-row img {
    width: 24px;
    height: 24px;
}

.program-curriculam-section .accordion-body-row p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000000B2;
    line-height: 120%;
}

.see-course-detail-btn {
    display: block;
    margin: 32px auto 0;
    border-radius: 12px;
    padding: 16px 24px;
    background: #F1C819;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #00215C;
    border: none;
    width: fit-content;
}

.global-achievement-section {
    margin-bottom: 40px;
}

.rotating-world-map {
    position: relative;
    width: min(100%, 800px);
    margin: auto;
    height: 360px;
    overflow: hidden;
}

.rotating-world-map-globe {
    position: absolute;
    width: 800px;
    height: 800px;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    border-radius: 800px;
    background: #ffffff;
    border: 1px solid #D9E7FF;
    overflow: hidden;
    z-index: 2;
}

.rotating-world-map-track {
    display: flex;
    width: max-content;
    height: 100%;
    animation: globe-pan 24s linear infinite;
    will-change: transform;
}

.rotating-world-map-globe img {
    width: auto;
    height: 100%;
    flex: 0 0 auto;
    display: block;
    max-width: none;
}

@keyframes globe-pan {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.rotating-world-map-benefit {
    position: absolute;
    width: 150px;
    height: 180px;
    background: #E1EBFF;
    border: none;
    box-shadow: 0px 12px 32px 0px #255CC117;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}

.rotating-world-map-benefit img {
    width: 40px;
    height: 40px;
}

.rotating-world-map-benefit-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #00215C;

}

.rotating-world-map-benefit-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.24px;
    color: #00215C99;
}

.rotating-world-map-benefit.benefit-card-1 {
    bottom: 50px;
    left: 60px;
    rotate: -26deg;
}

.rotating-world-map-benefit.benefit-card-2 {
    top: 50px;
    left: 230px;
    rotate: -6deg;
}

.rotating-world-map-benefit.benefit-card-3 {
    top: 50px;
    right: 230px;
    rotate: 6deg;
}

.rotating-world-map-benefit.benefit-card-4 {
    bottom: 50px;
    right: 60px;
    rotate: 16deg;
}

.customer-improvement {
    background: linear-gradient(90deg, #255CC1 0%, #112B5B 100%);
    padding: 24px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.customer-improvement-marquee {
    display: flex;
    width: max-content;
    animation: customer-improvement-scroll 30s linear infinite;
    will-change: transform;
}

.customer-improvement-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 20px;
    padding-right: 20px;
}

.customer-improvement-card-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 8px;
    gap: 4px;
    background: #FFFFFF1A;
    width: fit-content;
    flex: 0 0 auto;
}

.customer-improvement-card-wrapper .user-progress-card-wrapper {
    padding: 8px;
}

.customer-improvement-separator {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.customer-improvement-separator img {
    width: 16px;
    height: 16px;
    display: block;
}

.user-progress-card p {
    margin-bottom: 0 !important;
}

.user-progress-card-section-header {
    display: flex;
    gap: 4px;
}

.user-progress-card-section-header-name {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

.customer-improvement-separator img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3492%) hue-rotate(13deg) brightness(120%) contrast(100%);
}

@keyframes customer-improvement-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width:1200px) {
    .mocktest-bundle-card-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
        padding-top: 50px;
        padding-bottom: 8px;
        margin-top: 30px;
        align-items: stretch;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

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

    .mocktest-bundle-card {
        width: 270px;
        min-width: 270px;
        flex: 0 0 270px;
        height: auto;
        align-self: stretch;
        scroll-snap-align: start;
    }

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

    .bundle-pricing-section .mock-test-white-btn {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: 460px;
        padding: 24px 40px 112px 24px;
    }

    .hero-section::before {
        right: 24px;
        top: -8px;
        bottom: -136px;
        width: min(56%, 460px);
        background-size: auto 100%;
        background-image: url('/images/overseas/ielts_hero_sm2.webp');
    }

    .hero-content {
        width: min(36%, 320px);
    }
}

@media (max-width: 767px) {
    .advantage-card-wrapper {
        display: none;
    }

    .exam-landing-hero-section {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .hero-section {
        min-height: auto;
        padding: 0 0 340px;
    }

    .hero-section::before {
        top: auto;
        right: 0;
        bottom: -89px;
        width: 100%;
        height: 400px;
        background-position: center bottom;
        background-size: contain;
    }

    .exam-landing-hero-section {
        background-position: bottom left, bottom left, top right;
    }

    .world-map-background-img {
        background-image: none;
    }

    .terra-wrapper {
        background-image: url('/images/overseas/world_map.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .hero-content {
        width: 100%;
    }

    .h1-div h1 {
        width: 100%;
        font-size: 32px !important;
    }

    h1 span {
        font-size: 32px !important;
    }

    .h1-div p {
        width: 100%;
    }

    .mock-test-yellow-btn {
        width: 100%;
    }

    .program-curriculam-section .accordion-header-tags {
        display: none;
    }

    .global-achievement-section .header-row-div {
        margin-bottom: 0;
    }

    .rotating-world-map {
        width: 100%;
        height: 360px;
        margin: unset;
    }

    .rotating-world-map-globe {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        top: 120px;
    }

    .rotating-world-map-benefit {
        width: 90px;
        height: 140px;
        padding: 10px;
    }

    .rotating-world-map-benefit-title {
        font-size: 16px;
    }

    .rotating-world-map-benefit-text {
        font-size: 10px;
    }

    .rotating-world-map-benefit.benefit-card-1 {
        bottom: 37%;
        left: 5%;
        rotate: -18deg;
    }

    .rotating-world-map-benefit.benefit-card-2 {
        top: 16%;
        left: 25%;
        rotate: -6deg;
    }

    .rotating-world-map-benefit.benefit-card-3 {
        top: 16%;
        right: 25%;
        rotate: 6deg;
    }

    .rotating-world-map-benefit.benefit-card-4 {
        bottom: 37%;
        right: 5%;
        rotate: 18deg;
    }

    .customer-improvement {
        padding: 20px 16px;
    }

    .customer-improvement-track {
        gap: 16px;
        padding-right: 16px;
    }

    .global-achievement-section,
    .program-curriculam-section {
        padding-top: 60px;
    }
}