.pricing-section .container {
    width: 1080px;
}

.pricing-section__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.pricing-section__differences {
    width: 180px;
    flex-basis: 180px;
    flex-shrink: 0;
    padding-block: 40px;
    @media screen and (min-width: 1390px) {
        width: 310px;
        flex-basis: 310px;
        padding-block: 50px;
    }
}

.pricing-section__tables {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;

}

.pricing-section__differences .difference {
    padding: 0 6px;
    text-align: left;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    @media screen and (min-width: 1390px) {
        padding: 12px 12px;
        height: 57px;
    }
}

.pricing-section__differences p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: var(--black-400);
    @media screen and (min-width: 1390px) {
        font-size: 18px;
        line-height: 18px;
    }
}
.pricing-section__differences .dedicated p,
.pricing-section__differences .provided p{
color: var(--orange-200);
}
.pricing-section__differences a {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-decoration-line: underline;
    color: var(--orange-200);
    @media screen and (min-width: 1390px) {
        font-size: 14px;
    }

}

.table-inner {
    border-radius: 18px;
    border: 3px solid #E5E5E5;
}

.tablesSwiper .swiper-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 32px; /* spacing between items */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */

    @media screen and (min-width: 1390px) {
        display: grid;
        grid-template-columns: 370px 310px;
        grid-template-rows: 1fr;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
}

.tablesSwiper .swiper-slide {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    @media screen and (min-width: 1390px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: auto;
        /*height: auto;*/
    }
}

.tablesSwiper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.tablesSwiper .swiper-slide .swiper-slider-inner {
    position: relative;
    overflow: hidden;
    width: 270px;
    @media screen and (min-width: 767.8px) {
        height: auto;
        width: 270px;
    }
    @media screen and (min-width: 1390px) {
        width: 100%;
    }
}

.swiper-slider-inner .table_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 52px;
    background-color: #E6E9F5;
    @media screen and (min-width: 1390px) {
        height: 60px;
    }
}

.table-inner-one .table_logo {
    height: 52px;
    background-color: var(--green-500);
    @media screen and (min-width: 1390px) {
        height: 70px;
    }

}

.table-inner .table_logo img {
    max-height: 20px;
    @media screen and (min-width: 1390px) {
        max-height: 32px;
    }
}

.table-inner-one .table_logo img {
    max-height: 20px;
    @media screen and (min-width: 1390px) {
        max-height: 40px;
    }
}

.table-inner .table-row {
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #E6E9F5;
    background-color: var(--white);
    @media screen and (min-width: 1390px) {
        height: 51px;
    }

}

.table-inner .table-row.price {
    border-bottom: none;
}

.table-inner .table-row p {
    line-height: 100%;
    text-transform: capitalize;
    font-size: 12px;
    @media screen and (min-width: 1390px) {
        font-size: 18px;
    }
}

.table-inner.table-inner-two .table-row p {
    line-height: 100%;
    text-transform: capitalize;
    font-size: 12px;
    color: #404040;
    @media screen and (min-width: 1390px) {
        font-size: 15px;
    }
}

.table-inner {
    margin-block: 20px;
    @media screen and (min-width: 1390px) {
        margin-block: auto;
    }
}

.table-inner-one {
    border: 4px solid var(--orange-200);
    -webkit-box-shadow: 10px 0px 10px 12px rgba(243, 112, 55, 0.1);
    box-shadow: 10px 0px 10px 12px rgba(243, 112, 55, 0.1);
    margin-block: 20px;
    @media screen and (min-width: 1320px) {
        margin-left: 20px;
    }
}

.table-inner-one .table-row {
    height: 48px;
    @media screen and (min-width: 1390px) {
        height: 54px;
    }

}

.table-inner .table-row.price {
    height: 48px;
    background-color: #FFF4F0;
    @media screen and (min-width: 1390px) {
        height: 54px;
    }
}

.table-inner .table-row.price p {
    color: #252430;
    font-weight: 600;
    font-size: 18px;
}

.table-inner-one .dedicated_program_advisor,
.table-inner-one .provided_test_prep {
    color: var(--orange-200);
    height: 58px;

    @media screen and (min-width: 1390px) {
        height: 77px;
    }
}

.table-inner-one .dedicated_program_advisor p,
.table-inner-one .provided_test_prep p {
    font-weight: 800;
    font-size: 24px;
    line-height: 0;
    position: relative;
    @media screen and (min-width: 1390px) {
        font-size: 32px;
    }
}

.table-inner-one .dedicated_program_advisor p:after {
    content: "!";
    display: inline-block;
    position: relative;
}

.table-inner-one .table-row.price {

    background-color: var(--orange-200);
    @media screen and (min-width: 1390px) {
        height: 83px;
    }
}

.table-inner-one .table-row.price p {
    font-size: 18px;
    color: var(--white);
    @media screen and (min-width: 1390px) {
        font-size: 36px;

    }

}

.pricing-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 24px;
    z-index: -9999;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(2px);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    opacity: 0;
    transition: 0.4s all;
}

.pricing-popup.visible {
    opacity: 1;
    z-index: 9999;
}

.pricing-popup::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.pricing-popup-wrapper {
    background-color: var(--white);
    position: relative;
    border-radius: 20px;
    padding: 40px 24px 32px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 550px;
    max-width: 100%;
    margin-inline: auto;
    margin-block: 40px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pricing-popup-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 8px);
    background-color: var(--orange-200);
    border-radius: 20px;
    z-index: -1;
}

.pricing-popup-wrapper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 360px;
    max-width: 100%;
    margin-inline: auto;
}

.pricing-popup-wrapper .pricing-popup-column h3 {
    text-align: center;
    height: 32px;
    @media screen and (min-width: 991.8px) {
        text-align: left;
    }
}

.pricing-popup-inner {
    padding: 24px;
    border-radius: 20px;
    background-color: #fef4f0;
    position: relative;
    width: 100%;
}

.pricing-popup-inner::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 100%;
    transform: translateX(-50%);
    background-image: url("/wp-content/uploads/2025/06/separator.svg");
    background-size: contain;
    background-repeat: no-repeat;
    @media screen and (min-width: 767.8px) {
        display: block;
    }
}

.pricing-row {
    align-items: flex-start;
    row-gap: 24px;
}

.pricing-popup-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.pricing-popup-column > * {
    width: 100%;
    flex-basis: 100%;
    max-width: 250px;
}

.pricing-popup-column h3 {
    font-weight: 800;
    text-align: center;
}

.pricing-popup-column p {
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
    font-weight: 400;
}
.pricing-popup-column p.teacher-name{
    text-align: center;
}
.pricing-popup-column p.title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--orange-200);
    margin-bottom: 4px;
}

.pricing-popup-column .image-holder img {
    width: 115px;
    margin-inline: auto;
}

.pricing-popup-column .logo img {
    max-height: 32px;
    width: auto;
    margin-inline: auto;
}

.pricing-popup-close {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    border: none;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;

}

.pricing-popup-column .teacher-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pricing-popup-column .teacher-image-wrapper {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid var(--orange-200);
    position: relative;
    overflow-x: hidden;
}

.pricing-popup-column .teacher-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-popup-column .teacher-info-wrapper {
    width: 100%;
    padding: 6px 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background-color: #FAFAFA;
    z-index: 2;
    margin-top: -8px;
}

.pricing-popup-column .teacher-info-wrapper span.teacher-name {
    color: var(--black);
    font-size: 10px;
    font-weight: 700;
}

.pricing-popup-column .teacher-info-wrapper span.teacher-name span {
    color: var(--orange-200);
    font-weight: 400;
    font-size: 8px;
}

.pricing-popup-column .teacher-info-wrapper .teacher-experience {
    font-size: 8px;
    color: #737373;
}
.pricing-section-banner{
    background-color: #3BAE9C;
    padding-block: 30px;
    transition: 0.4s all;
}
.pricing-section-banner h2{
    margin-bottom: 0;
    cursor: pointer;
}
.pricing-section-banner h2:hover{
    color: var(--orange-200);
    transition: 0.4s all;
}

.pricing-table {
    border-collapse: separate;
    border-spacing: 24px 12px;
}

.pricing-column {
    vertical-align: top;
    width: 50%;
    padding: 0 12px;
}

.pricing-table td {
    vertical-align: top;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Forces equal column widths */
}
.pricing-table tr{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pricing-table td.pricing-popup-column {
    width: 50%;
    vertical-align: top;
    padding: 16px;
}