/*
=================================
Application Guide Section
==================================
*/
.application-guide-section {
    position: relative;
    background-color: var(--green-800);
    padding-block: 48px;
    @media screen and (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.application-guide-section .row {
    align-items: center;
    row-gap: 32px;
}

.application-guide-section__text-content .text {
    margin-bottom: 32px;
}

.application-guide-section .cta-button {
    flex-wrap: wrap;
}

.application-guide-section .hide-lg.cta-button {

    @media screen and (min-width: 991.8px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.application-guide-section .cta-button.show-lg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;

    @media screen and (min-width: 991.8px) {
        display: none;
    }
}

.application-guide-section .cta-button.show-lg a {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.application-guide-section__application-content .guide-image-holder {
    width: 315px;
    max-width: 90%;
    padding-top: 68%;
    position: relative;
    border-radius: 13px;
    background-color: var(--green-700);
    margin-inline: auto;
    margin-top: 32px;
    @media screen and (min-width: 991.8px) {
        margin-right: 0;
        margin-left: auto;
        margin-top: 0;
    }

}

.application-guide-section__application-content .guide-image-holder img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: -10px;
    right: -10px;
    border-radius: 13px;
    @media screen and (min-width: 575.8px) {
        top: -30px;
        right: -30px;
    }
}

/*
=================================
Hero Section
==================================
*/
.hero-section {
    position: relative;
    padding-block: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    @media (min-width: 991.8px) {
        padding-block: 80px;
        min-height: 756px;
    }
}

.hero-section.layout-simple {
    min-height: auto;
    background-color: #14B8A6;
    text-align: center;
    margin-bottom: 24px;
    @media (min-width: 991.8px) {
        margin-bottom: 80px;
    }
}

.hero-section.layout-simple > * {
    text-align: center;
}

.hero-section .container {
    position: relative;
}

.hero-section.align-center .row {
    align-items: center;
    row-gap: 32px;
}

.hero-section .row {
    row-gap: 32px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-section__text-wrapper h1 {
    margin-bottom: 14px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 24px;
    }
}

.hero-section__text-wrapper p {
    margin-bottom: 18px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 32px;
    }
}

.hero-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        justify-content: flex-start;
    }
}

.hero-section__button-wrapper .btn {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.hero-section-image-holder {
    position: relative;
}

.hero-section__iframe-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.hero-section__iframe-holder {
    position: relative;
    width: 100%;
    padding-block: 40px;
}

.hero-section__iframe-holder .rll-youtube-player img {
    bottom: auto;
    top: 50%;
    left: 50%;
}

.hero-section__iframe-holder iframe {

}

.hero-section__iframe-wrapper img {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 48px);
    max-height: 100%;

}

.hero-section__iframe-wrapper iframe {
    position: relative;
    border-radius: 16px;
    z-index: 4;
}

.hero-section__teacher-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-section__teacher-inner {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
}

.hero-section__teacher-image {
    background-image: url("/wp-content/uploads/2025/09/hero-holder.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.hero-section__teacher-image img {
    max-height: calc(100% - 30px);
    margin-inline: auto;
}

.hero-section__teacher-image {
    position: relative;
    width: 100%;
    height: 100%;
}

/*.hero-section__teacher-inner {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.hero-section__teacher-info {
    position: absolute;
    bottom: 0;
    width: 500px;
    max-width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        padding: 24px 32px;
    }

}

.hero-section__teacher-info .teacher-name {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 24px;
    }
}

.hero-section__teacher-info .teacher-experience {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.hero-section__teacher-info .teacher-position {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.hero-section__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-section__image-wrapper .image-holder {
    position: relative;
    width: 410px;
    max-width: 100%;
    margin-inline: auto;
    background-color: #5EEAD4;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.hero-section__image-wrapper .image-holder img {
    position: relative;
}

.dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
    z-index: 2;
    @media screen and (min-width: 991.8px) {
        display: block;
    }
}

.dot.orange {
    background-color: var(--orange-100);
}

.dot.purple {
    background-color: var(--purple-100);
}

.dot.blue {
    background-color: var(--blue-200);
}

.dot.green {
    background-color: var(--green-200);
}


.dot-1 {
    left: 0;
    top: -50px;
}

.dot-2 {
    left: 400px;
    top: 0;
}

.dot-3 {
    right: calc(50% - 50px);
    top: 50px;
}

.dot-4 {
    right: 120px;
    top: -50px;
}

.dot-5 {
    right: 50px;
    top: 50px;
}

.dot-6 {
    left: 0;
    bottom: -50px;
}

.dot-7 {
    left: calc(50% - 50px);
    bottom: 50px;
}

.dot-8 {
    right: 0;
    bottom: 50px;
}

@keyframes md-circle-rotate {
    0% {
        transform: translate(0, 25px);
    }

    12.5% {
        transform: translate(-20px, 15px);
    }

    25% {
        transform: translate(-25px, 0);
    }

    37.5% {
        transform: translate(-20px, -15px);
    }

    50% {
        transform: translate(0, -25px);
    }

    62.5% {
        transform: translate(20px, -15px);
    }

    75% {
        transform: translate(25px, 0);
    }

    87.5% {
        transform: translate(20px, 15px);
    }

    100% {
        transform: translate(0, 25px);
    }
}

.hero-section.has-custom-background-image .background-image {
    display: block;
    position: absolute;
    z-index: 0;
    width: 150%;
    bottom: -50%;
    left: -25%;
    max-width: initial;
    @media screen and (min-width: 991.8px) {
        bottom: -50%;
        right: -25%;
        left: auto;
        width: 50%;
        max-width: 100%;
    }
}

/*
=================================
Apply Section
==================================
*/
.apply-section {
    position: relative;
    background-color: var(--green-100);
}

.apply-section .row {
    align-items: center;
    row-gap: 32px;
}

.apply-section__teacher-content {
    position: relative;
    overflow: hidden;
}

.apply-section__teacher-holder {
    position: relative;
    overflow: hidden;
    padding-top: 100%;

    border-radius: 50%;
}

.apply-section__teacher-image-wrapper {
    width: 560px;
    max-width: 100%;
    margin-inline: auto;
}

.apply-section__image-holder {
    position: absolute;
    inset: 0;
    width: 110%;
    height: 110%;
    object-fit: cover;
}

.apply-section__teacher-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apply-section__teacher-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.apply-section__teacher-content-info {
    background-color: var(--white);
    border-radius: 24px;
    padding: 24px 32px;

    max-width: calc(100% - 48px);
    width: calc(100% - 48px);
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        width: min-content;
        min-width: 400px;
        padding: 24px 32px;
    }

}

.apply-section__teacher-content-info .teacher-name {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 24px;
    }
}

.apply-section__teacher-content-info .teacher-experience {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.apply-section__teacher-content-info .teacher-position {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.apply-section__text-content .text {
    margin-bottom: 32px;
}

.apply-section__text-content .text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

.apply-section__text-content .text ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--grey-100);
    width: 100%;
    flex-basis: 100%;
    padding-left: 40px;
    position: relative;
}

.apply-section__text-content .text ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url("/wp-content/uploads/2025/09/checkbox.svg");
}

.apply-section__text-content .cta-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-start;
    }
}

.apply-section__text-content .cta-button a {
    width: 100%;
    text-align: center;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

/*
=================================
Beyond Section
==================================
*/
.beyond-section {
    background-color: var(--white);
    @media screen and (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.beyond-section h2 {
    /*width: 900px;*/
    margin-inline: auto;
    max-width: 100%;
}

.beyond-section__text-wrapper p {
    width: 1110px;
    max-width: 100%;
    margin-inline: auto;
}

.beyond-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
}

.beyond-section .container > div {
    width: 100%;
}

.district-value {
    max-width: 380px;
    width: 100%;
    margin-inline: auto;
}

.district-value-wrapper {
    position: relative;
    height: 100%;
    max-width: 380px;
    width: 100%;
    margin-inline: auto;
}

.district-value {
    position: relative;
}

.district-value::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    bottom: -16px;
    width: calc(100% + 12px);
    height: calc(100% + 16px);
    border-radius: 80px;
}

.district-value-inner {
    position: relative;
    z-index: 2;
    /*background-color: var(--white);*/
    /*box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 80px;
    padding: 80px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
    /*height: 100%;*/
    align-items: flex-start;
}

.district-value-inner > div {
    width: 100%;
}

.district-value-inner .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.district-value-inner h3 {
    margin-bottom: 0;
}

.district-value-inner .values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
}

.district-value-inner .value {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.district-value-inner .value .icon {
    width: 48px;
    flex-basis: 48px;
}

.district-value-inner .value .text {
    flex: 1;
    color: var(--black-200);
}


.districts-values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    @media screen and (min-width: 991.8px) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.districts-2 .districts-values {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    @media screen and (min-width: 991.8px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
}

.district-value-wrapper {
    background-color: var(--white);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 80px;
}

.districts-2 .district-value-inner {
    height: auto;
    box-shadow: none;
}

.districts-2 .district-value {
    @media screen and (min-width: 991.8px) {
        margin-inline: initial;
    }

}

.beyond-section .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
=================================
Blog Form
==================================
*/
.blog-form {
    background-color: var(--green-700);
    position: relative;
    padding: 48px 24px;
    border-radius: 32px;
    /*overflow: hidden;*/
    @media screen and (min-width: 767.8px) {
        padding: 40px;
    }
}

.blog-form .form-image {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    object-fit: contain;
    margin-bottom: 0 !important;
    width: 60%;
    @media screen and (min-width: 767.8px) {
        display: block;
    }
}

.blog-form .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
    @media screen and (min-width: 767.8px) {
        width: 50%;
    }
}

.blog-form .text-wrapper h2 {
    margin-block: 0 !important;
}

.blog-form .text-wrapper p {
    font-size: 12px;
    line-height: 16px;
}

.blog-form-inner .gform_required_legend {
    display: none;
}

.blog-form-wrapper {
    /*visibility: hidden !important;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none;

}

.blog-form-wrapper.visible {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    display: flex;
}

.blog-form-holder {
    margin: auto;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    width: 100%;
    max-width: 1000px;

    max-height: 80vh;
    display: flex;
    justify-content: center;
    position: relative;
    overflow-y: auto;

}

.blog-form-inner .gfield--type-radio legend {
    font-size: 44px !important;
    line-height: 110% !important;
    color: var(--black-200) !important;
    text-align: center;
    padding-bottom: 50px !important;
    font-weight: 700 !important;
}

.blog-form-inner .gform_wrapper {
    /*overflow-y: auto !important;*/
    /*overflow-x: hidden;*/
}

.blog-form-inner .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    @media screen and (min-width: 575.8px) {
        flex-direction: row !important;
    }
}

.blog-form-inner .gfield--type-choice .gchoice,
.blog-form-inner .gfield--type-choice .ginput_container_consent {
    display: flex;
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
}

.blog-form-inner .gfield--type-choice .gchoice {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blog-form-inner .gfield_radio .gchoice input[type=radio] {
    position: absolute;
    left: -9999px;
}

.blog-form-inner .gfield_radio .gfield-choice-input + label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 15px 40px !important;
    width: 300px;
    text-align: center;
    border: 2px solid var(--orange-200);
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px !important;
    cursor: pointer;
    transition: 0.4s all;
}

.blog-form-inner .gfield_radio .gfield-choice-input + label:hover {
    background-color: var(--orange-200);
    color: var(--white);
}

/*.blog-form-holder form,*/
.blog-form-holder .blog-form-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.blog-form-holder .blog-form-inner {
    position: relative;
    padding: 60px 40px;
}

.blog-form-holder .gform_body {
    width: 100%;
    flex-basis: 100%;
}

.blog-form-holder .gform_page_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
}

.blog-form-holder .gform_wrapper {
    position: relative;
    height: 100%;
}

body .blog-form-inner .gform_previous_button {
    width: 30px !important;
    height: 30px !important;
    min-height: auto !important;
    position: absolute;
    top: -45px;
    left: -20px;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    outline: none;
    box-shadow: none !important;
}

.blog-form-inner .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    outline: none;
    background: none;
    padding: 0;
    border: none;
}

.post-content-wrapper .post-content .blog-form-inner h2,
.post-content-wrapper .post-content .blog-form-inner h3,
.post-content-wrapper .post-content .blog-form-inner h4,
.post-content-wrapper .post-content .blog-form-inner h5,
.post-content-wrapper .post-content .blog-form-inner h6 {
    margin-block: 0;
}

.post-content-wrapper .post-content .blog-form-inner .gfield--type-html h2,
.post-content-wrapper .post-content .blog-form-inner .gfield--type-htmlh3,
.post-content-wrapper .post-content .blog-form-inner .gfield--type-html h4,
.post-content-wrapper .post-content .blog-form-inner .gfield--type-html h5 {
    margin-bottom: 20px;
}

.post-content-wrapper .post-content .blog-form-inner .gfield_html.answer a.btn {
    padding: 15px 40px;
    text-decoration: none;
    line-height: 1em;
    background: var(--orange-200);
    color: #fff !important;
    border-radius: 25px;
    font-weight: 600;
}

.post-content-wrapper .post-content .blog-form-inner .answer a:not(.btn) {
    color: var(--orange-200);
}

.post-content-wrapper .post-content .blog-form-inner .next-steps {
    padding: 30px;
    background: #DCF2F0;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.post-content-wrapper .post-content .blog-form-inner .gform-theme--foundation .gform_fields {
    gap: 10px;
}

.post-content .blog-form-inner form input[type=email] {
    padding: 11px 12px;
    font-size: 12px;
    color: var(--black);
    border: 1px solid var(--black);
    box-shadow: none;
    outline: none;
    background-color: var(--white);
    border-radius: 8px;
}

.post-content .blog-form-inner .gform-body input,
.post-content .blog-form-inner .gform-body select,
.post-content .blog-form-inner .gform-body textarea {
    padding: 11px 12px;
    font-size: 12px;
    color: var(--black);
    border: 1px solid var(--black);
    box-shadow: none;
    outline: none;
    background-color: var(--white);
    border-radius: 8px;
}

.post-content .blog-form-inner .gform_page.email-page,
.post-content .blog-form-inner .gform_page.answer-page {
    padding-bottom: 20px;
}

.post-content .blog-form-inner .gform-body input[type=submit],
.post-content .blog-form-inner .gform-body #gform_next_button_3_28,
.post-content .blog-form-inner .gform-body .gform_page.answer-page .gform_next_button,
.post-content .blog-form-inner .gform-body .gform-theme__disable-reset.gppt-show input[type=button] {
    background-color: var(--orange-100) !important;
    color: var(--white) !important;
    border-radius: 100px !important;
    padding: 15px 40px !important;
    font-size: 20px;
    transition: 0.4s ease-out !important;
    width: 300px;
    max-width: 100%;
}

.post-content .blog-form-inner .gform-body input[type=submit]:hover,
.post-content .blog-form-inner .gform-body #gform_next_button_3_28:hover,
.post-content .blog-form-inner .gform-body .gform_page.answer-page .gform_next_button:hover,
.post-content .blog-form-inner .gform-body .gform-theme__disable-reset.gppt-show input[type=button]:hover {
    background-color: var(--purple-100) !important;

}

.gfield_html.answer .highlight {
    color: var(--orange-200);
}

/*
=================================
Certification Support Section
==================================
*/
.certification-support-section {
    @media screen and (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.certification-support-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.certification-support-section .container > div {
    width: 100%;
    flex-basis: 100%;
}

.certification-support-section__text-wrapper p {
    width: 850px;
    max-width: 100%;
    margin-inline: auto;
}

.certification-support-values {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 850px;
    flex-basis: 850px;
    margin-inline: auto;
    max-width: 100%;
}

.certification-support-value {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    column-gap: 24px;
    @media screen and (min-width: 767.8px) {
        align-items: center;
    }
}

.certification-support-value .icon {
    width: 24px;
    flex: 0 0 24px;

}

.certification-support-value .text {
    flex: 1 1 auto;
    margin: 0;
}

.certification-support-title .arrow {
    margin-left: auto;
    margin-right: 0;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-support-title .arrow svg {
    transition: 0.4s all;
}

.certification-support-title.active .arrow svg {
    transform: rotate(180deg);
}

.certification-support-value .text h5 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    @media screen and (min-width: 767.8px) {
        font-size: 24px;
    }
}

.certification-support-value .text p {
    @media screen and (max-width: 767.8px) {
        font-size: 14px;
    }
}

.certification-support-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.certification-support-section__button-wrapper a {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.certification-accordion-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
}

.certification-support-content {
    display: none;
    background-color: #fafafa;
    padding: 16px;
    border-radius: 0;
    color: var(--grey-100);
    width: 100%;
}

.certification-support-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    background-color: var(--green-700);
    border-radius: 16px;
    cursor: pointer;
}

.certification-support-title h5 {
    font-size: 18px;
    font-weight: 500;
}

/*
=================================
Contact Hero  Section
==================================
*/
.contact-hero-section {
    position: relative;
    padding-block: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media (min-width: 991.8px) {
        padding-block: 80px;
        /*min-height: 756px;*/
        background-image: url("/wp-content/uploads/2025/06/contact-hero-new.webp");
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
}

.contact-hero-section .container {
    position: relative;
}

.contact-hero-section .row {
    align-items: center;
    row-gap: 32px;
}

.contact-hero-section .row {
    row-gap: 32px;
}

.contact-hero-section__text-wrapper h1 {
    margin-bottom: 14px;
    @media screen and (min-width: 767.8px) {
        margin-bottom: 24px;
    }
}

.contact-hero-section__text-wrapper .contact-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
}

.contact-hero-section__text-wrapper .contact-list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contact-hero-section__text-wrapper .contact-list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-decoration-line: none;
    color: var(--black);
    gap: 12px;
    width: auto;
    flex-basis: auto;
}

.contact-hero-section__text-wrapper .contact-list a .icon {
    width: 24px;
}

.contact-hero-section__text-wrapper .contact-list a .icon svg path {
    /*fill: var(--black);*/
    stroke: var(--black);
    transition: 0.4s all;
}

.contact-hero-section__text-wrapper .contact-list a .text {
    flex: 1;
}

.contact-hero-section__text-wrapper .contact-list a:hover {
    color: var(--orange-200);
}

.contact-hero-section__text-wrapper .contact-list a:hover .icon svg path {
    stroke: var(--orange-200);
}

.contact-hero-section__text-wrapper p {
    margin-bottom: 18px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 32px;
    }
}

.contact-hero-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        justify-content: flex-start;
    }
}

.contact-hero-section__button-wrapper .btn {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.contact-hero-section-image-holder {
    position: relative;
}

.contact-hero-section__iframe-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-block: 40px;
}

.contact-hero-section__iframe-wrapper img {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 48px);
    max-height: 100%;

}

.contact-hero-section__iframe-wrapper iframe {
    position: relative;
    border-radius: 16px;
    z-index: 4;
}

.contact-hero-section__teacher-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-hero-section__teacher-inner {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
}

.contact-hero-section__teacher-image {
    background-image: url("/wp-content/uploads/2025/09/contact-hero-holder.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.contact-hero-section__teacher-image img {
    max-height: calc(100% - 30px);
    margin-inline: auto;
}

.contact-hero-section__teacher-image {
    position: relative;
    width: 100%;
    height: 100%;
}

/*.contact-hero-section__teacher-inner {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.contact-hero-section__teacher-info {
    position: absolute;
    bottom: 0;
    width: 500px;
    max-width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        padding: 24px 32px;
    }

}

.contact-hero-section__teacher-info .teacher-name {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 24px;
    }
}

.contact-hero-section__teacher-info .teacher-experience {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.contact-hero-section__teacher-info .teacher-position {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
    z-index: 2;
    @media screen and (min-width: 991.8px) {
        display: block;
    }
}

.dot.orange {
    background-color: var(--orange-100);
}

.dot.purple {
    background-color: var(--purple-100);
}

.dot.blue {
    background-color: var(--blue-200);
}

.dot.green {
    background-color: var(--green-200);
}


.contact-hero-section .dot-1 {
    left: 0;
    top: -50px;
}

.contact-hero-section .dot-2 {
    left: 400px;
    top: 0;
}

.contact-hero-section .dot-3 {
    right: calc(50% - 50px);
    top: 50px;
}

.contact-hero-section .dot-4 {
    right: 120px;
    top: -50px;
}

.contact-hero-section .dot-5 {
    right: 50px;
    top: 50px;
}

.contact-hero-section .dot-6 {
    left: 0;
    bottom: -50px;
}

.contact-hero-section .dot-7 {
    left: calc(50% - 50px);
    bottom: 50px;
}

.contact-hero-section .dot-8 {
    right: 0;
    bottom: 50px;
}

@keyframes md-circle-rotate {
    0% {
        transform: translate(0, 25px);
    }

    12.5% {
        transform: translate(-20px, 15px);
    }

    25% {
        transform: translate(-25px, 0);
    }

    37.5% {
        transform: translate(-20px, -15px);
    }

    50% {
        transform: translate(0, -25px);
    }

    62.5% {
        transform: translate(20px, -15px);
    }

    75% {
        transform: translate(25px, 0);
    }

    87.5% {
        transform: translate(20px, 15px);
    }

    100% {
        transform: translate(0, 25px);
    }
}

.contact-hero-section__form-wrapper {
    position: relative;
    z-index: 9;
}

.contact-hero-section__form-inner form {
    display: flex;
    padding: 24px;
    border-radius: 32px;
    background-color: var(--white);
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contact-hero-section__form-inner form .gform_body {
    width: 100%;
    flex-basis: 100%;
}

.contact-hero-section__form-inner .gform_heading {
    display: none;
}

.contact-hero-section__form-inner .gform_wrapper {
    width: 100%;
}

.contact-hero-section__form-inner .gfield label,
.contact-hero-section__form-inner .gfield legend {
    display: none;
}

.contact-hero-section__form-inner .gform-theme--foundation .gform_fields {
    row-gap: 24px;
    column-gap: 16px;
}

.contact-hero-section__form-inner .gform-theme--foundation .gform_fields input {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 16px;
    background-color: var(--white);
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: var(--black-200);
    height: 48px;
}

.contact-hero-section__form-inner .gform-theme--foundation .gform_fields textarea {
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 16px;
    background-color: var(--white);
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: var(--black-200);
    overflow: auto;
    resize: vertical;
    min-height: 130px !important;
}

.contact-hero-section__form-inner .gform-theme--foundation .gform_fields input::placeholder,
.contact-hero-section__form-inner .gform-theme--foundation .gform_fields textarea::placeholder {
    color: #A3A3A3;
}

.contact-hero-section__form-inner .gform-theme--foundation .gform_footer {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-block-start: 24px;
}

.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],
.contact-hero-section__form-inner [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-radius: 100px;
    width: 100%;
    display: block;
    background-color: var(--orange-200);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    height: 48px;
    outline: none;
}

.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button]:hover,
.contact-hero-section__form-inner [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.contact-hero-section__form-inner .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    background-color: var(--purple-100);
}

.contact-hero-section__form-inner .gform_confirmation_message_1.gform_confirmation_message {
    background-color: #DCFCE7;
    padding: 24px;
    border-radius: 32px;
}

.contact-hero-section__form-inner p {
    font-size: 14px;
    color: #404040;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-hero-section__form-inner .confirmation-title {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    display: flex;
    color: #166534;
    font-size: 14px;
}

/*
=================================
Contact   Section
==================================
*/
.contact-section {
    color: var(--white);
    position: relative;
    padding-block: 48px;
}

@media (min-width: 767.8px) {
    .contact-section {
        padding-block: 100px;
    }
}

.contact-section:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--grey-900);
    z-index: 0;
}

.contact-section .form-wrapper {
    background-color: var(--purple-200);
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 40px;
}

@media (min-width: 767.8px) {
    .contact-section .form-wrapper {
        padding: 64px;
        gap: 40px;
    }
}

.contact-section .form-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/09/form-bg.webp");
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-section .form-wrapper .text-wrapper {
    width: 100%;
    flex-basis: 100%;
    position: relative;
    z-index: 2;
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 991.8px) {
    .contact-section .form-wrapper .text-wrapper {
        width: 550px;
        flex-basis: 550px;
    }
}

.contact-section .form-wrapper .text-wrapper > * {
    width: 100%;
}

.contact-section .form-wrapper .text-wrapper p {
    opacity: 0.5;
}

.contact-section .form-wrapper .form-content {
    flex: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media (min-width: 991.8px) {
    .contact-section .form-wrapper .form-content {
        flex: 1;
    }
}

.contact-section .form-wrapper .form-content form .field {
    margin-bottom: 24px;
}

.contact-section .form-wrapper .form-content form .form-columns-0 {
    margin-bottom: 24px;
}

.contact-section .form-wrapper .form-content form .hs-form-field input[type=text], .contact-section .form-wrapper .form-content form .hs-form-field input[type=email], .contact-section .form-wrapper .form-content form .hs-form-field input[type=phone], .contact-section .form-wrapper .form-content form .hs-form-field input[type=number], .contact-section .form-wrapper .form-content form .hs-form-field input[type=tel], .contact-section .form-wrapper .form-content form .hs-form-field input[type=date] {
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 16px;
    height: 48px;
    outline: none;
    border: none;
    color: var(--black);
}

.contact-section .form-wrapper .form-content form .hs-form-field input[type=text]::placeholder, .contact-section .form-wrapper .form-content form .hs-form-field input[type=email]::placeholder, .contact-section .form-wrapper .form-content form .hs-form-field input[type=phone]::placeholder, .contact-section .form-wrapper .form-content form .hs-form-field input[type=number]::placeholder, .contact-section .form-wrapper .form-content form .hs-form-field input[type=tel]::placeholder, .contact-section .form-wrapper .form-content form .hs-form-field input[type=date]::placeholder {
    color: #a3a3a3;
}

.contact-section .form-wrapper .form-content form select {
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 16px;
    height: 48px;
    outline: none;
    border: none;
}

.contact-section .form-wrapper .form-content form textarea {
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 16px;
    height: auto;
}

.contact-section .form-wrapper .form-content form textarea::placeholder {
    color: #a3a3a3;
}

.contact-section .form-wrapper .form-content form .hs-button {
    background-color: var(--orange-200);
    height: 48px;
    border-radius: 100px;
    color: var(--white);
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: block !important;
    transition: 0.4s ease;
}

.contact-section .form-wrapper .form-content form .hs-button:hover {
    background-color: var(--green-700);
}

/*
===========================
CTA CONTENT SECTION
===========================
 */
.cta-content-section {
    position: relative;
    padding-inline: 24px;
}

.cta-content-section .container {
    border-radius: 32px;
    padding: 24px;
    background-repeat: no-repeat;
    background-position-y: -400px;
    background-position-x: -300px;
    background-size: initial;

    @media (min-width: 767.8px) {
        padding: 80px;
        background-position-y: 50%;
        background-position-x: 100px;
        background-attachment: fixed;
    }
}

.cta-content-section .row {
    align-items: center;
    row-gap: 24px;
}

.cta-content-section.align-text-right .cta-content-section__text-content {
    order: 2;
}

.cta-content-section.align-text-right .cta-content-section__iframe-content {
    order: 1;
}

.cta-content-section__iframe-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-content-section__iframe-content .rll-youtube-player {
    width: 100%;
}

.cta-content-section__iframe-content .iframe-wrapper {
    position: relative;
    width: 100%;
}

.cta-content-section__iframe-content .iframe-wrapper > * {
    width: 100%;
}

.cta-content-section__iframe-content iframe {
    border-radius: 16px;
    width: 100%;
}

.cta-content-section__text-content h2 {
    margin-bottom: 24px;
}

.cta-content-section__text-content .text {
    margin-bottom: 32px;
    font-size: 16px;
}

.cta-content-section .cta-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.cta-content-section .cta-button a {
    width: 100%;
    @media screen and (min-width: 991.8px) {
        width: auto;
    }
}

/*
=================================
CTA DEGREE SECTION
================================
 */
.cta-degree-section {
    background-color: var(--grey-900);
    position: relative;
    overflow: hidden;
    background-image: url("/wp-content/uploads/2025/05/Ellipse-1.webp");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: bottom center;
    @media screen and (min-width: 767.8px) {
        background-position: bottom right;
    }
}

.cta-degree-section .container {
    position: relative;
}

.cta-degree-section .row {
    align-items: center;
    row-gap: 32px;
}

.cta-degree-section__text-wrapper {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.cta-degree-section__text-wrapper h3 {
    font-size: 32px;
    line-height: 120%;
    text-align: left;
    @media screen and (min-width: 767.8px) {
        font-size: 40px;
        line-height: 56px;
    }

}

.cta-degree-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 991.8px) {
        justify-content: flex-start;
    }
}

.cta-degree-section__button-wrapper a {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: fit-content;
    }
}

.cta-degree-section__image-wrapper img {
    position: relative;
    z-index: 2;
}

.cta-degree-section .dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
    z-index: 2;
    @media screen and (min-width: 991.8px) {
        display: block;
    }
}

.cta-degree-section .dot.orange {
    background-color: var(--orange-100);
}

.cta-degree-section .dot.purple {
    background-color: var(--purple-100);
}

.cta-degree-section .dot.blue {
    background-color: var(--blue-200);
}

.cta-degree-section .dot.green {
    background-color: var(--green-200);
}


.cta-degree-section .cta-degree-section .dot-1 {
    left: 150px;
    top: -30px;
}

.cta-degree-section .dot-2 {
    left: 50%;
    top: 50%;
}

.cta-degree-section .dot-3 {
    right: 0;
    top: -30px;
}

.cta-degree-section .dot-4 {
    left: 0;
    bottom: -30px;
    top: auto;
}

.cta-degree-section .dot-5 {
    bottom: 50px;
    top: auto;
    left: calc(50% + 50px);
}

.cta-degree-section .dot-6 {
    right: 0;
    bottom: -30px;
    top: auto;
    left: auto;
}


@keyframes md-circle-rotate {
    0% {
        transform: translate(0, 25px);
    }

    12.5% {
        transform: translate(-20px, 15px);
    }

    25% {
        transform: translate(-25px, 0);
    }

    37.5% {
        transform: translate(-20px, -15px);
    }

    50% {
        transform: translate(0, -25px);
    }

    62.5% {
        transform: translate(20px, -15px);
    }

    75% {
        transform: translate(25px, 0);
    }

    87.5% {
        transform: translate(20px, 15px);
    }

    100% {
        transform: translate(0, 25px);
    }
}

/*
=============================
DISCLOSURE BLOCKS
=============================
 */
.disclosure-blocks-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-block: 48px;
}

@media (min-width: 991.8px) {
    .disclosure-blocks-section {
        padding-block: 100px;
    }
}

.disclosure-blocks {
    width: 100%;
}

.disclosure-blocks-section .section-title {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-block: 0 24px;
}

.disclosure-blocks-section .container-new {
    z-index: 2;
    position: relative;
}

.disclosure-blocks-section .disclosure-accordions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    flex-basis: 100%;
    margin-inline: auto;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 24px;
}


.disclosure-blocks-section .disclosure-accordions .accordion-item {
    width: 100%;
    flex-basis: 100%;
}

.disclosure-blocks-section .disclosure-accordions .heading {
    padding: 28px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 22px;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--grey-300);
    cursor: pointer;
    background-color: var(--white);
}

.disclosure-blocks-section .disclosure-accordions .heading .text {
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
}

.disclosure-blocks-section .disclosure-accordions .heading .sign {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.disclosure-blocks-section .disclosure-accordions .heading .sign:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    transition: 300ms ease-in-out;
    mask: url('/wp-content/uploads/2025/09/plus.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/plus.svg') no-repeat center;
    background-color: var(--green-700);
}

.disclosure-blocks-section .disclosure-accordions .heading.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--orange-10);
    background-color: var(--grey-900);
    border-color: var(--grey-300);
    padding-bottom: 12px;
    border-bottom: none;
}

.disclosure-blocks-section .disclosure-accordions .heading.active .text {
    color: var(--orange-100);
}

.disclosure-blocks-section .disclosure-accordions .heading.active .sign:before {
    mask: url('/wp-content/uploads/2025/09/minus.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/minus.svg') no-repeat center;
    background-color: var(--orange-100);
}

.disclosure-blocks-section .disclosure-accordions .heading:hover {
    background-color: var(--grey-900);
}

.disclosure-blocks-section .disclosure-accordions .faq-contents {
    display: none;
    padding: 0 28px 28px;
    border: 1px solid var(--grey-300);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: var(--grey-900);
    border-top: none;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents p,
.disclosure-blocks-section .disclosure-accordions .faq-contents li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents ul {
    margin-bottom: 24px;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents p:last-child,
.disclosure-blocks-section .disclosure-accordions .faq-contents li:last-child {
    margin-bottom: 0;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents a {
    color: var(--green-700);
    text-decoration: underline;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents a:hover {
    color: var(--green-300);
}

#editor .disclosure-blocks-section .disclosure-accordions .heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#editor .disclosure-blocks-section .disclosure-accordions .faq-contents {
    display: block;
}

.disclosure-blocks-section .disclosure-accordions .faq-contents blockquote {
    padding: 30px 20px 30px 40px;
    background-color: var(--grey-30);
    color: var(--black);
    margin-bottom: 20px;
    border-left: 10px solid var(--orange-10);
}

.disclosure-blocks-section .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
    width: 100%;
    flex-basis: 100%;
}

.disclosure-blocks-section .button-wrapper a {
    color: var(--orange-200);
    text-decoration-line: underline;
    margin-inline: auto;
    text-align: center;
}

.disclosure-blocks-section .button-wrapper a:hover {
    color: var(--purple-100);
}

.disclosure-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.disclosure-link {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.disclosure-link a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;

}

.disclosure-blocks-section .disclosure-accordions .faq-contents .disclosure-link a {
    text-decoration-line: none;
    color: var(--black);
}

.disclosure-blocks-section .disclosure-accordions .faq-contents .disclosure-link a:hover {
    color: var(--green-700);
}

.disclosure-blocks-section .disclosure-accordions .faq-contents .disclosure-link a:hover svg path {
    stroke: var(--green-700);
}

.disclosure-link a .title {
    flex: 1;
}

.disclosure-link a svg path {
    transition: 0.4s all;
}

.disclosure-link a .icon {
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
===============================
EXPECT SECTION
===============================
 */
.expect-section__text-wrapper {
    width: 650px;
    flex-basis: 650px;
    max-width: 100%;
    margin-inline: auto;
}

.expect-section__text-wrapper h2 {
    width: 620px;
    margin-inline: auto;
}

.expect-section-columns {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-block: 54px;

    @media screen and (min-width: 767.8px) {
        grid-template-columns: repeat(3, 1fr);
    }
}

.expect-column__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    max-width: 100%;
    margin-inline: auto;
}

.expect-image-wrapper {
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
}

.expect-image-wrapper img {
    max-height: 200px;
    height: 200px;
    width: auto;
}

.expect-text-wrapper {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}

.expect-text-wrapper .expect-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
}

.expect-text-wrapper .expect-text {
    font-size: 16px;
    font-weight: 400;
}

.stands-section__text-wrapper .title {
    font-style: italic;
    font-weight: 400;
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.stands-section__text-wrapper .title::before {
    display: none;
    @media screen and (min-width: 767.8px) {
        content: "";
        display: block;
        position: absolute;
        left: -110px;
        top: 0;
        width: 110px;
        height: 100px;
        background-image: url("/wp-content/uploads/2025/09/orange-arrow.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }


}

.stands-section-columns {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-block: 54px;
    @media screen and (min-width: 767.8px) {
        grid-template-columns: repeat(2, 1fr);
    }


    @media screen and (min-width: 1024.8px) {
        grid-template-columns: repeat(4, 1fr);
    }
}

.stand-column__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    max-width: 100%;
    margin-inline: auto;
}

.stand-image-wrapper {
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
}

.stand-image-wrapper img {
    max-height: 200px;
    height: 200px;
    width: auto;
}

.stand-text-wrapper {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}

.stand-text-wrapper .expect-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
}

.stand-text-wrapper .expect-text {
    font-size: 16px;
    font-weight: 400;
}

.expect-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.expect-section__button-wrapper a {
    @media screen and (max-width: 575.8px) {
        width: 100%;
        text-align: center;
    }
}

/*
==========================
FAQ BLOCKS
=========================
 */
.faq-blocks-section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-block: 0;
}


.faq-blocks-section .section-title {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-block: 0 24px;
}

.faq-blocks-section h2 {
    margin-bottom: 0 !important;
}

.faq-blocks-section .container-new {
    z-index: 2;
    position: relative;
}

.faq-blocks-section .faq-accordions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    flex-basis: 100%;
    margin-inline: auto;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 24px;
}


.faq-blocks-section .faq-accordions .accordion-item {
    width: 100%;
    flex-basis: 100%;
}

.faq-blocks-section .faq-accordions .heading {
    padding: 28px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 22px;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--grey-300);
    cursor: pointer;
    background-color: var(--white);
}

.faq-blocks-section .faq-accordions .heading .text {
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
}

.faq-blocks-section .faq-accordions .heading .sign {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.faq-blocks-section .faq-accordions .heading .sign:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    transition: 300ms ease-in-out;
    mask: url('/wp-content/uploads/2025/09/plus-faq.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/plus-faq.svg') no-repeat center;
    background-color: var(--green-700);
}

.faq-blocks-section .faq-accordions .heading.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--orange-10);
    background-color: var(--grey-900);
    border-color: var(--grey-300);
    padding-bottom: 12px;
    border-bottom: none;
}

.faq-blocks-section .faq-accordions .heading.active .text {
    color: var(--orange-100);
}

.faq-blocks-section .faq-accordions .heading.active .sign:before {
    mask: url('/wp-content/uploads/2025/09/minus-faq.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/minus-faq.svg') no-repeat center;
    background-color: var(--orange-100);
}

.faq-blocks-section .faq-accordions .heading:hover {
    background-color: var(--grey-900);
}

.faq-blocks-section .faq-accordions .faq-contents {
    display: none;
    padding: 0 28px 28px;
    border: 1px solid var(--grey-300);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: var(--grey-900);
    border-top: none;
}

.faq-blocks-section .faq-accordions .faq-contents p,
.faq-blocks-section .faq-accordions .faq-contents li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.faq-blocks-section .faq-accordions .faq-contents ul {
    margin-bottom: 24px;
}

.faq-blocks-section .faq-accordions .faq-contents p:last-child,
.faq-blocks-section .faq-accordions .faq-contents li:last-child {
    margin-bottom: 0;
}

.faq-blocks-section .faq-accordions .faq-contents a {
    color: var(--green-700);
    text-decoration: underline;
}

.faq-blocks-section .faq-accordions .faq-contents a:hover {
    color: var(--green-300);
}

#editor .faq-blocks-section .faq-accordions .heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#editor .faq-blocks-section .faq-accordions .faq-contents {
    display: block;
}

.faq-blocks-section .faq-accordions .faq-contents blockquote {
    padding: 30px 20px 30px 40px;
    background-color: var(--grey-30);
    color: var(--black);
    margin-bottom: 20px;
    border-left: 10px solid var(--orange-10);
}

.faq-blocks-section .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
    width: 100%;
    flex-basis: 100%;
}

.faq-blocks-section .button-wrapper a {
    color: var(--orange-200);
    text-decoration-line: underline;
    margin-inline: auto;
    text-align: center;
}

.faq-blocks-section .button-wrapper a:hover {
    color: var(--purple-100);
}

/*
===========================
FAQ SECTION
===========================
 */
.faq-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    padding-block: 48px;
}

@media (min-width: 991.8px) {
    .faq-section {
        padding-block: 100px;
        gap: 80px;
    }
}

.faq-section .section-title {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-block: 0 24px;
}

.faq-section .container-new {
    z-index: 2;
    position: relative;
}

.faq-section .faq-accordions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 820px;
    flex-basis: 820px;
    margin-inline: auto;
    max-width: 100%;
    margin-top: 40px;
}

@media (min-width: 767.8px) {
    .faq-section .faq-accordions {
        margin-top: 80px;
    }
}

.faq-section .faq-accordions .accordion-item {
    width: 100%;
    flex-basis: 100%;
}

.faq-section .faq-accordions .heading {
    padding: 28px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 22px;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--grey-300);
    cursor: pointer;
    background-color: var(--white);
}

.faq-section .faq-accordions .heading .text {
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
}

.faq-section .faq-accordions .heading .sign {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.faq-section .faq-accordions .heading .sign:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 24px;
    width: 24px;
    transition: 300ms ease-in-out;
    mask: url('/wp-content/uploads/2025/09/plus-faq.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/plus-faq.svg') no-repeat center;
    background-color: var(--green-700);
}

.faq-section .faq-accordions .heading.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--orange-10);
    background-color: var(--grey-900);
    border-color: var(--grey-300);
    padding-bottom: 12px;
    border-bottom: none;
}

.faq-section .faq-accordions .heading.active .text {
    color: var(--orange-100);
}

.faq-section .faq-accordions .heading.active .sign:before {
    mask: url('/wp-content/uploads/2025/09/minus-faq.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/minus-faq.svg') no-repeat center;
    background-color: var(--orange-100);
}

.faq-section .faq-accordions .heading:hover {
    background-color: var(--grey-900);
}

.faq-section .faq-accordions .faq-contents {
    display: none;
    padding: 0 28px 28px;
    border: 1px solid var(--grey-300);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: var(--grey-900);
    border-top: none;
}

.faq-section .faq-accordions .faq-contents p,
.faq-section .faq-accordions .faq-contents li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.faq-section .faq-accordions .faq-contents p:last-child,
.faq-section .faq-accordions .faq-contents li:last-child {
    margin-bottom: 0;
}

.faq-section .faq-accordions .faq-contents a {
    color: var(--orange-10);
    text-decoration: underline;
}

.faq-section .faq-accordions .faq-contents a:hover {
    color: var(--green-10);
}

#editor .faq-section .faq-accordions .heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#editor .faq-section .faq-accordions .faq-contents {
    display: block;
}

.faq-section .faq-accordions .faq-contents blockquote {
    padding: 30px 20px 30px 40px;
    background-color: var(--grey-30);
    color: var(--black);
    margin-bottom: 20px;
    border-left: 10px solid var(--orange-10);
}

.faq-section .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-block: 30px;
    width: 100%;
    flex-basis: 100%;
}

.faq-section .button-wrapper a {
    color: var(--orange-200);
    text-decoration-line: underline;
    margin-inline: auto;
    text-align: center;
}

.faq-section .button-wrapper a:hover {
    color: var(--purple-100);
}

/*
=============================
FORM SECTION
==============================
 */
/*
Application Page
 */
.page-template-page-template-form {
    /*background-image: url("/wp-content/uploads/2025/06/background-application.webp");*/
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.application-from-wrapper__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.page-template-page-template-form:before {
    display: none;
}

#application-from-wrapper {
    min-height: 100vh;
}

#application-from-wrapper .container {
    width: 100%;
    max-width: 970px;
    padding-inline: 15px;
    margin-inline: auto;
    margin-block: 64px;
}

#application-from-wrapper .gform_wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px 0px 10px 0px rgba(138, 138, 138, 1);
    /*background-color: #FFF;*/
    background-color: var(--white);
    border-radius: 24px;
}

#application-from-wrapper .gform-body {
    padding: 40px;
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    /*background-color: var(--white);*/
}

body #application-from-wrapper .gform_wrapper .gform-body h2 {
    text-align: center;
    color: #171717;
    font-size: 32px;
    line-height: 40px;
    margin: 0 auto;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 700;

}

#application-from-wrapper .gform_wrapper .gform-body legend,
#application-from-wrapper .gform_wrapper .gform-body label {
    font-size: 14px;
    color: #171717 !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600 !important;
}

#application-from-wrapper .gform_wrapper .gfield_required {
    color: #171717 !important;
}

#application-from-wrapper .gform_wrapper .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

#application-from-wrapper .gform_wrapper input[type=text],
#application-from-wrapper .gform_wrapper select,
#application-from-wrapper .gform_wrapper input[type=email],
#application-from-wrapper .gform_wrapper input[type=tel] {
    border-radius: 10px !important;
    border: 1px solid #E5E5E5;
    background: #FFF !important;
    font-size: 14px;
    line-height: 16px;
    color: #171717;
    padding: 8px 12px !important;
    height: 40px !important;
    font-weight: 500;
}

#application-from-wrapper .gform_wrapper select {
    appearance: none;
    background-image: url("/wp-content/uploads/2025/06/chevron-down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px top 10px !important;
}

#application-from-wrapper .gform_wrapper input::placeholder,
#application-from-wrapper .gform_wrapper select:placeholder-shown,
#application-from-wrapper .gform_wrapper select option.gf_placeholder {
    color: #A3A3A3;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    opacity: .8 !important;

}


body #application-from-wrapper .gform_wrapper .gfield_description,
body #application-from-wrapper .gform_wrapper .gform-field-label--type-sub,
#application-from-wrapper .gform_wrapper .gfield_description {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #737373;
    padding-left: 18px;
    position: relative;
    padding-top: 8px !important;
}

#application-from-wrapper .gform_wrapper .gfield_description::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/uploads/2025/06/alert-circle.svg");
    background-size: contain;
}

#application-from-wrapper .gform_wrapper.gravity-theme .ginput_container_address span,
#application-from-wrapper .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 16px;
}


#application-from-wrapper .gform_wrapper .gfield--type-choice legend {
    padding-bottom: 16px !important;
}

#application-from-wrapper .gform_wrapper .gfield_error legend,
#application-from-wrapper .gform_wrapper .gfield_error label,
#application-from-wrapper .gform_wrapper .gfield_error .gfield_required {
    color: salmon !important
}

#application-from-wrapper .gform_wrapper .gfield_error .ginput_container label {
    color: #171717 !important;
}

#application-from-wrapper .gform_wrapper #field_87.gfield_error .ginput_container label,
#application-from-wrapper .gform_wrapper #field_8_194.gfield_error .ginput_container label {
    color: salmon !important
}

#application-from-wrapper .gform_wrapper .charleft {
    display: none;
}

#application-from-wrapper .gform_wrapper .gfield_checkbox,
#application-from-wrapper .gform_wrapper .gfield_radio,
#application-from-wrapper .gform_wrapper .medium {
    display: grid;
    row-gap: 8px;
    max-width: 420px;
    width: 100%;
    height: auto;

}

#application-from-wrapper .gform_wrapper .single .gfield_checkbox,
#application-from-wrapper .gform_wrapper .single .gfield_radio {
    max-width: 100%;
}

#application-from-wrapper .gform_wrapper .single-check .gfield_checkbox,
#application-from-wrapper .gform_wrapper .single-check .gfield_radio {
    max-width: 100%;
}

#application-from-wrapper .gform_wrapper .light .gfield_checkbox label,
#application-from-wrapper .gform_wrapper .light .gfield_radio label,
#application-from-wrapper .gform_wrapper .light .ginput_container_consent label {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #737373 !important;
}

#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .single .gchoice input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .single .gchoice input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .single input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .single input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .single .ginput_container_consent input[type="checkbox"]:checked + label {
    border: none;
}

#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="checkbox"] + label,
#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="radio"] + label,
#application-from-wrapper .gform_wrapper .single .gchoice input[type="checkbox"] + label,
#application-from-wrapper .gform_wrapper .single .gchoice input[type="radio"] + label,
#application-from-wrapper .gform_wrapper .single input[type="checkbox"] + label,
#application-from-wrapper .gform_wrapper .single input[type="radio"] + label {
    border: none;
}

#application-from-wrapper .gform_wrapper .gchoice,
#application-from-wrapper .gform_wrapper .ginput_container_consent {
    position: relative;
}

#application-from-wrapper .gform_wrapper .gchoice label,
#application-from-wrapper .gform_wrapper .ginput_container_consent label {
    border: 1px solid #ccc; /* Green border */
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #171717;
    /*min-height: 40px;*/
    border-radius: 10px;
    width: 100%;
    display: block;
    padding-left: 32px;

}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"],
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"],
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    /* Not removed via appearance */
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:after,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:after,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:after {
    content: "";
    display: block;
    /* Not removed via appearance */
    margin: 0;
    padding: 0;
    position: relative;
    font: inherit;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    place-content: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px;

}

#application-from-wrapper .gform_wrapper .gfield_checkbox .gchoice,
#application-from-wrapper .gform_wrapper .ginput_container_consent {
    align-items: center !important;
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]::before,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]::before,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]::before {
    content: "";
    width: 7px;
    height: 7px;
    /*transform: scale(0);*/
    transition: 120ms transform ease-in-out;
    transform-origin: bottom left;
    background: #FFF;
    display: block !important;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 4px;
    border: none;
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked::before,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked::before,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked::before {
    opacity: 1;
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked:after,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked:after,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked:after {
    border: 1px solid #03AA94;
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked {
    background-color: #03AA94 !important;
}

/* Style for the container when checkbox is checked */
#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked ~ label,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked ~ label,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked ~ label {
    border-color: #03AA94; /* Green border */
}

/* Alternative approach - styling the container when checked */
#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label {
    border: 1px solid #03AA94; /* Green border */
}

/* Or if you want to style the entire container when checked */
#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked {
    /* This won't work directly on the div, so we'll use adjacent sibling selector */
}

/* This might work better for your structure */
#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked {
    /* The checkbox itself */
}

#application-from-wrapper .gform_wrapper .gchoice input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .gchoice input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label {
    color: #4CAF50; /* Change text color when checked */
}

/* If you want to style the container div when checked, you might need JavaScript */
#application-from-wrapper .gform_wrapper .single-check .gchoice label,
#application-from-wrapper .gform_wrapper .single-check .ginput_container_consent label {
    border: none;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #737373 !important;
    padding-left: 40px;
    font-weight: 400;
}

#application-from-wrapper .gform_wrapper .note,
#application-from-wrapper .gform_wrapper .note p,
#application-from-wrapper .gform_wrapper .note li {
    border: none;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #737373 !important;
    font-weight: 400;
}

#application-from-wrapper .gform_wrapper .military-text p,
#application-from-wrapper .gform_wrapper .military-text li {
    color: #171717;
    font-size: 16px !important;
    line-height: 18px !important;
}

#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="checkbox"]:checked ~ label,
#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="radio"]:checked ~ label,
#application-from-wrapper .gform_wrapper .single-check .ginput_container_consent input[type="checkbox"]:checked ~ label {
    border: none; /* Green border */
}

/* Alternative approach - styling the container when checked */
#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="checkbox"]:checked + label,
#application-from-wrapper .gform_wrapper .single-check .gchoice input[type="radio"]:checked + label,
#application-from-wrapper .gform_wrapper .single-check .ginput_container_consent input[type="checkbox"]:checked + label {
    border: none;
}

#application-from-wrapper .gform_wrapper .gf_steps_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background-color: #03AA94;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

#application-from-wrapper .gform_wrapper .gf_steps_form-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 600px;
    max-width: 100%;
    justify-content: space-between;
    position: relative;
}

#application-from-wrapper .gform_wrapper .gf_steps_form-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: calc(100% - 80px);
    height: 8px;
    background-color: #0D9488;
}

#application-from-wrapper .gform_wrapper .gf_step {
    margin: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0);
}

#application-from-wrapper .gform_wrapper .gf_step.active {
    position: relative;
}

#application-from-wrapper .gform_wrapper .gf_step.active .number-holder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 8px;
    height: 8px;
    background-color: #F37038;
    border-radius: 50%;
}

#application-from-wrapper .gform_wrapper .gf_step.active .number-holder:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -30px;
    width: 8px;
    height: 8px;
    background-color: #6ADCFF;
    border-radius: 50%;
}

#application-from-wrapper .gform_wrapper .gf_step.active .number-holder .number:after {
    content: "";
    display: block;
    position: absolute;
    top: 48px;
    right: -28px;
    width: 8px;
    height: 8px;
    background-color: #C9E265;
    border-radius: 50%;
}

#application-from-wrapper .gform_wrapper .gf_step .number-holder {
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 50%;
    background-color: #0D9488;
    color: #03AA94;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;

}

#application-from-wrapper .gform_wrapper .gf_step.active.number-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    /*width: calc(33% - 40px);*/
    height: 8px;
    background-color: #FFF;
    border-radius: 10px;
}

#application-from-wrapper .gform_wrapper .gf_step.active.number-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    /*width: calc(33% - 40px);*/
    height: 8px;
    background-color: #FFF;
    border-radius: 10px;
}

#application-from-wrapper .gform_wrapper .gf_step.active.number-3:before {
    content: "";
    display: block;
    position: absolute;
    right: 40px;
    /*width: calc(33% - 40px);*/
    height: 8px;
    background-color: #FFF;
    border-radius: 10px;
}

#application-from-wrapper .gform_wrapper .gf_step.active .number-holder {
    background-color: #CCFBF1;
}

#application-from-wrapper .gform_wrapper .gf_step.active {
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .1);
}

#field_9_8 .ginput_container_address {
    margin-bottom: -40px;
}

@media screen and (min-width: 641px) {
    #application-from-wrapper .gform_wrapper .w-50 {
        grid-column: span 6 !important;
    }
}

#application-from-wrapper .gform_wrapper .gform-page-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

#application-from-wrapper .gform_wrapper .gform-page-footer .button,
#application-from-wrapper .gform_wrapper .gform-page-footer input[type="button"] {
    background-color: #03AA94 !important;
    background: #03AA94 !important;
    border: none;
    font-size: 14px;
    color: #FFF;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-weight: 600;
}

/*#application-from-wrapper .gform_wrapper fieldset#field_8_29 {*/
/*    margin-bottom: -30px;*/
/*}*/

#application-from-wrapper .gform_wrapper .gfield-choice-input + label {
    max-width: 100%;
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"] {

}

#application-from-wrapper .gform_wrapper .add-education {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]::before,
#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]::after {
    display: none;
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]::before {
    content: "+";
    display: block;
    position: absolute;
    left: 1px !important;
    top: -8px;
    color: #03AA94;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    clip-path: none;
    transform: none;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0) !important;
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]:checked {
    background-color: rgba(255, 255, 255, 0) !important;
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]:checked::before {
    content: "-";
}

#application-from-wrapper .gform_wrapper .add-education .gchoice input[type="checkbox"]:checked + label {
    border: none !important;
}

#application-from-wrapper .gform_wrapper .add-education .gfield-choice-input + label {
    border: none;
    border-radius: 0;
    color: #03AA94 !important;
    font-weight: 600;
    cursor: pointer;
}

#application-from-wrapper .gform_wrapper #gform_drag_drop_area_8_139 {
    background-color: rgba(3, 170, 148, .08);
    background-image: url("/wp-content/uploads/2025/07/upload.png");
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position-y: 16px;
    background-position-x: center;
    padding: 64px 32px;
}

#application-from-wrapper .gform_wrapper #gform_drag_drop_area_8_139 .gform_drop_instructions {
    padding-top: 50px;
    color: #171717;
    font-size: 16px;
    line-height: 18px;
}

#application-from-wrapper .gform_wrapper #gform_drag_drop_area_8_139 .gform_button_select_files {
    background: #03AA94 !important;
    border: none;
    font-size: 14px;
    color: #FFF;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-weight: 600;
}

.gform_heading {
    display: none;
}

#application-from-wrapper .gform_validation_errors, #application-from-wrapper .validation_message {
    display: none;
}

.gform_body input[aria-invalid=true], .gform_body select[aria-invalid=true], .gform_body textarea[aria-invalid=true] {
    color: var(--orange-100);
}

#application-from-wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid var(--orange-100) !important;
}

.form-section.option_2 {
    background-color: #DCF2F0;
    padding-block: 0;
    background-image: url("/wp-content/uploads/2025/06/thank-you-bg-scaled.webp");
    background-size: 50vw;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.form-content iframe body .alignSubmit,
.form-content iframe body .submitBtnCont,
.form-content iframe body .fmSmtButton {
    width: 100%;
}

.gform_wrapper.gravity-theme h1,
.gform_wrapper.gravity-theme h2,
.gform_wrapper.gravity-theme h3,
.gform_wrapper.gravity-theme h4,
.gform_wrapper.gravity-theme h5 {
    margin-block-start: .5rem;
    margin-block-end: 1rem;
}

.gform_wrapper.gravity-theme p {
    margin-block-start: 0;
    margin-block-end: .9rem;
}

.gfield--type-html a {
    color: var(--orange-200);
}

/*
=============================
FOUNDER SECTION
=============================
 */
.founder-section {
    background-color: var(--orange-800);
    @media screen and (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.founder-section .row {
    row-gap: 24px;
    align-items: center;
}

.founder-section__text-wrapper h2 {
    color: var(--black-200);
}

.founder-section__text-wrapper p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--black-200);
}

.founder-section__image {
    width: 100%;
    position: relative;
    padding-top: 100%;
    border-radius: 50%;
    overflow-x: hidden;
}

.founder-section__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-info {
    padding: 12px 18px;
    background-color: var(--white);
    border-radius: 16px;
    position: relative;
    z-index: 20;
    width: fit-content;
    margin-inline: auto;
    margin-top: -32px;
    @media screen and (min-width: 767.8px) {
        padding: 24px 32px;
        margin-top: -64px;
    }
}

.founder-info .founder-name {
    font-size: 18px;
    line-height: 100%;
    color: var(--black-200);
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    @media screen and (min-width: 767.8px) {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.founder-info .founder-position {
    color: var(--orange-200);
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    text-align: center;
    @media screen and (min-width: 767.8px) {
        font-size: 24px;
    }
}

.founder-section__text-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
    }
}

.founder-section__founder-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

/*
=========================
Gallery slider section
=========================
 */
.gallery-slider-section {
    position: relative;
    /*background-color: var(--green-700);*/
    padding-block: 96px 48px;
    overflow: hidden;
}

@media (min-width: 991.8px) {
    .gallery-slider-section {
        padding-block: 100px;
    }
}

.gallery-slider-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.gallery-slider-section .text-content {
    margin-inline: auto;
    width: 780px;
    max-width: 100%;
}

.gallery-slider-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-slider-section .gallerySwiper {
    margin-block: 24px;
}

@media (min-width: 767.8px) {
    .gallery-slider-section .gallerySwiper {
        margin-block: 80px;
    }
}

.gallery-slider-section .gallerySwiper .swiper-wrapper {
    margin-left: auto;
    margin-right: -250px;
}

@media (min-width: 340px) {
    .gallery-slider-section .gallerySwiper .swiper-wrapper {
        margin-right: -300px;
    }
}

.gallery-slider-section .gallerySwiper .swiper-slide {
    width: 250px;
    flex-basis: 250px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 340px) {
    .gallery-slider-section .gallerySwiper .swiper-slide {
        width: 300px;
        flex-basis: 300px;
    }
}

.gallery-slider-section .gallerySwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: var(--orange-200);
}

@media (min-width: 340px) {
    .gallery-slider-section .gallerySwiper .swiper-slide a {
        height: 300px;
    }
}

.gallery-slider-section .gallerySwiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery-slider-section .small-dot {
    position: absolute;
    z-index: 2;
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
    /* Add color to make it visible */
}

@media (min-width: 991.8px) {
    .gallery-slider-section .small-dot {
        display: block;
    }
}

.gallery-slider-section .md-cir-animation {
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.gallery-slider-section .md-cir-animation-2 {
    animation-name: md-circle-rotate-2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.gallery-slider-section .orange-dot {
    background-color: #f37038;
}

.gallery-slider-section .purple-dot {
    background-color: #273269;
}

.gallery-slider-section .green-dot {
    background-color: #c9e265;
}

.gallery-slider-section .blue-dot {
    background-color: #6adcff;
}

.gallery-slider-section .dot-1 {
    top: -115px;
    left: 36px;
}

.gallery-slider-section .dot-2 {
    top: -89px;
    left: 293px;
}

.gallery-slider-section .dot-4 {
    top: 0;
    left: 796px;
}

.gallery-slider-section .dot-5 {
    top: -115px;
    right: 100px;
}

.gallery-slider-section .dot-6 {
    top: 0;
    right: 80px;
}

.gallery-slider-section .dot-7 {
    bottom: 60px;
    left: 15px;
}

.gallery-slider-section .dot-8 {
    bottom: 90px;
    left: 560px;
}

.gallery-slider-section .dot-9 {
    bottom: 70px;
    right: 15px;
}

@keyframes md-circle-rotate {
    0% {
        transform: translate(0px, 25px);
    }
    12.5% {
        transform: translate(-20px, 15px);
    }
    25% {
        transform: translate(-25px, 0px);
    }
    37.5% {
        transform: translate(-20px, -15px);
    }
    50% {
        transform: translate(0px, -25px);
    }
    62.5% {
        transform: translate(20px, -15px);
    }
    75% {
        transform: translate(25px, 0px);
    }
    87.5% {
        transform: translate(20px, 15px);
    }
    100% {
        transform: translate(0px, 25px);
    }
}

@keyframes md-circle-rotate-2 {
    0% {
        transform: translate(0px, -25px);
        /* Opposite of 0% in original */
    }
    12.5% {
        transform: translate(20px, -15px);
        /* Opposite of -20px, 15px */
    }
    25% {
        transform: translate(25px, 0px);
        /* Opposite of -25px, 0px */
    }
    37.5% {
        transform: translate(20px, 15px);
        /* Opposite of -20px, -15px */
    }
    50% {
        transform: translate(0px, 25px);
        /* Opposite of 0px, -25px */
    }
    62.5% {
        transform: translate(-20px, 15px);
        /* Opposite of 20px, -15px */
    }
    75% {
        transform: translate(-25px, 0px);
        /* Opposite of 25px, 0px */
    }
    87.5% {
        transform: translate(-20px, -15px);
        /* Opposite of 20px, 15px */
    }
    100% {
        transform: translate(0px, -25px);
        /* Opposite of 0px, 25px */
    }
}

/*
=====================================
GUIDANCE SECTION
=====================================
 */
.guidance-section {
    position: relative;
    background-color: var(--white);
    background-image: url("/wp-content/uploads/2025/09/guidance.webp");
    background-size: inherit;
    background-position: bottom center;
    background-repeat: no-repeat;
    @media screen and (min-width: 991.8px) {
        background-image: url("/wp-content/uploads/2025/09/guidance.webp");
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
}

.guidance-section .row {
    align-items: center;
    row-gap: 32px;
}

.guidance-section__text-content .text {
    margin-bottom: 32px;
}

.guidance-section__guidance-content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    @media screen and (max-width: 575.8px) {
        padding-inline: 32px !important;
    }
}

.guidance-section__guidance-content .holder-odd,
.guidance-section__guidance-content .holder-even {
    width: calc(50% - 16px);
    flex-basis: calc(50 - 16px);
}

.guidance-section__guidance-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px;
}
.guidance-section__guidance-holder.show-lg{
    display: flex;
    @media screen and (min-width: 991.8px) {
        display: none !important;
    }
}
.guidance-section__guidance-holder.hide-lg{
    display: none !important;
    @media screen and (min-width: 991.8px) {
        display: flex !important;
    }
}
.guidance-single-wrapper {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;


}

.guidance-section__guidance-holder.show-lg .guidance-single-wrapper {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    @media screen and (min-width: 767.8px) {
        width: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    }
}

.holder-even {
    margin-top: 70px;
}

.guidance-single-inner {
    padding: 24px;
    padding-left: 48px;
    background-color: var(--white);
    border-radius: 24px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 350px;
    @media screen and (min-width: 767.8px) {
        min-height: 360px;
    }

}

.guidance-single-inner h3 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 100%;
}

.guidance-single-inner h4 {
    color: var(--black-200);
    font-size: 18px;
    line-height: 150%;
}

.guidance-single-inner .guidance-text {
    margin-top: 24px;
}

.guidance-number-wrapper {
    position: relative;
    width: 100%;
    margin-block: 24px;
    margin-left: -48px;
}

.guidance-number-wrapper .line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--orange-200);
}

.guidance-number-wrapper .number {
    width: 48px;
    height: 48px;
    position: absolute;
    left: -24px;
    top: -24px;
    border-radius: 50%;
    background-color: var(--orange-200);
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.guidance-single-inner > * {
    width: 100%;
    flex-basis: 100%;
}

.guidance-single-inner .guidance-text p {
    font-size: 16px;
}

.guidance-section .cta-button {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        justify-content: flex-start;
        width: auto;
        flex-basis: auto;
    }
}

.guidance-section .cta-button a {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: inherit;
    }
}

/*
=================================
HERO SECTION THANK YOU
=================================
 */
.hero-thank-you-section {
    position: relative;
    padding-block: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--green-100);
    @media (min-width: 991.8px) {
        padding-block: 80px;
        min-height: 756px;
    }
}

.hero-thank-you-section.layout-image {
    background-image: url("/wp-content/uploads/2025/06/thank-you-bg-scaled.webp");
    background-size: 90%;
    background-position: bottom right;
    background-repeat: no-repeat;
    @media screen and (min-width: 767.8px) {
        background-size: 50%;
    }
}

.hero-thank-you-section.layout-simple {
    background-color: var(--green-100);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    @media (min-width: 991.8px) {
        min-height: 700px;
    }

}

.hero-thank-you-section.layout-simple > * {
    text-align: center;
    margin-inline: auto;
}

.hero-thank-you-section.layout-simple .hero-thank-you-section__text-wrapper,
.hero-thank-you-section.layout-simple .hero-thank-you-section__text-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.hero-thank-you-section.layout-simple h1 {
    margin-bottom: 0;
}

.hero-thank-you-section .container,
.hero-thank-you-section .container-full {
    position: relative;
    overflow: hidden;
}

.hero-thank-you-section.align-center .row {
    align-items: center;
    row-gap: 32px;
}

.hero-thank-you-section .row {
    align-items: center;
}

.hero-thank-you-section .row {
    row-gap: 32px;
}

.hero-thank-you-section__text-wrapper h1 {
    margin-bottom: 40px;
    width: 900px;
    max-width: 100%;
    @media screen and (min-width: 767.8px) {
        margin-bottom: 40px;
    }
}

.layout-simple .hero-thank-you-section__text-wrapper h1 {
    margin-inline: auto;
}

.hero-thank-you-section__text-wrapper p {
    margin-bottom: 18px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 32px;
    }
}

.hero-thank-you-section__text-wrapper p a {
    color: var(--orange-200);
}

.hero-thank-you-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        justify-content: flex-start;
    }
}

.hero-thank-you-section__button-wrapper .btn {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.hero-thank-you-section-image-holder {
    position: relative;
}

.hero-thank-you-section__iframe-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-block: 40px;
}

.hero-thank-you-section__iframe-wrapper img {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 48px);
    max-height: 100%;

}

.hero-thank-you-section__iframe-wrapper iframe {
    position: relative;
    border-radius: 16px;
    z-index: 4;
}

.hero-thank-you-section__teacher-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-thank-you-section__teacher-inner {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
}

.hero-thank-you-section__teacher-image {
    background-image: url("/wp-content/uploads/2025/09/hero-holder-thak-you.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.hero-thank-you-section__teacher-image img {
    max-height: calc(100% - 30px);
    margin-inline: auto;
}

.hero-thank-you-section__teacher-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-thank-you-section__teacher-info {
    position: absolute;
    bottom: 0;
    width: 500px;
    max-width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        padding: 24px 32px;
    }

}

.hero-thank-you-section__teacher-info .teacher-name {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 24px;
    }
}

.hero-thank-you-section__teacher-info .teacher-experience {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.hero-thank-you-section__teacher-info .teacher-position {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
    z-index: 2;
    @media screen and (min-width: 991.8px) {
        display: block;
    }
}

.dot.orange {
    background-color: var(--orange-100);
}

.dot.purple {
    background-color: var(--purple-100);
}

.dot.blue {
    background-color: var(--blue-200);
}

.dot.green {
    background-color: var(--green-200);
}


.dot-1 {
    left: 0;
    top: -50px;
}

.dot-2 {
    left: 400px;
    top: 0;
}

.dot-3 {
    right: calc(50% - 50px);
    top: 50px;
}

.dot-4 {
    right: 120px;
    top: -50px;
}

.dot-5 {
    right: 50px;
    top: 50px;
}

.dot-6 {
    left: 0;
    bottom: -50px;
}

.dot-7 {
    left: calc(50% - 50px);
    bottom: 50px;
}

.dot-8 {
    right: 0;
    bottom: 50px;
}

@keyframes md-circle-rotate {
    0% {
        transform: translate(0, 25px);
    }

    12.5% {
        transform: translate(-20px, 15px);
    }

    25% {
        transform: translate(-25px, 0);
    }

    37.5% {
        transform: translate(-20px, -15px);
    }

    50% {
        transform: translate(0, -25px);
    }

    62.5% {
        transform: translate(20px, -15px);
    }

    75% {
        transform: translate(25px, 0);
    }

    87.5% {
        transform: translate(20px, 15px);
    }

    100% {
        transform: translate(0, 25px);
    }
}

.hero-thank-you-section__image-wrapper .image-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    position: relative;
    width: fit-content;
}

.hero-thank-you-section__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-thank-you-section__image-wrapper img {
    width: 430px;
    max-width: 100%;
    border-radius: 16px;
    position: relative;
}

.hero-thank-you-section__image-wrapper .image-holder {
    position: relative;
    width: fit-content;
}

.hero-thank-you-section__image-wrapper .image-holder::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #5EEAD4;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    bottom: -16px;
    right: -16px;

}

/*
=================================
HERO SUPPORT SECTION
================================
 */
.hero-support-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 40px;
}

.hero-support-section .container .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.hero-support-section__nav-tabs {
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    background-color: rgb(250, 250, 250);
    @media screen and (min-width: 767.8px) {
        display: flex;
    }
}

.hero-support-section__nav-tabs .nav-item {
    width: 20%;
    flex-basis: 20%;
    max-width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hero-support-section__nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--grey-100);
    padding: 12px 0;
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    @media screen and (min-width: 767.8px) {
        padding: 12px;
    }
}

.hero-support-section__nav-tabs .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.hero-support-section__nav-tabs .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hero-support-section__nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--grey-100);
    padding: 12px 0;
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    @media screen and (min-width: 767.8px) {
        padding: 12px;
    }
}

.hero-support-section__nav-tabs .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.hero-support-section__nav-tabs .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*
=======================
MOBILE
======================
 */
.mobile-tab-trigger .nav-item {
    list-style-type: none;
    width: 100%;
}

.mobile-tab-trigger .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: var(--grey-100);
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgb(250, 250, 250);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    gap: 12px;
}

.mobile-tab-trigger .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.mobile-tab-trigger .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.mobile-tab-trigger .nav-item .nav-link .arrow {
    width: 24px;
    height: 24px;
    mask: url('/wp-content/uploads/2025/09/chevron-down.svg') no-repeat center;
    background-color: var(--grey-100);
    transition: 0.4s all;
}

.mobile-tab-trigger .nav-item .nav-link.active .arrow {
    background-color: var(--white);
    transform: rotate(180deg);
}

.mobile-tab-trigger .nav-item .nav-link:hover .arrow {
    background-color: var(--white);
}

.tab-pane-content {

    @media screen and (max-width: 767.8px) {
        padding: 48px 12px;
        background-color: #F0FDFA;
        border: 1px solid var(--green-700);
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.hero-support-section__tabs-section .row {
    row-gap: 24px;
}

.hero-support-section__tabs-section {
    @media screen and (min-width: 767.8px) {
        padding: 48px;
        background-color: #F0FDFA;
        border: 1px solid var(--green-700);
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


.tab-pane-content {
    /*padding: 48px;*/
    /*background-color: #F0FDFA;*/
    /*border: 1px solid var(--green-700);*/
}

.hero-support-section__tabs-section .title-wrapper {
    position: relative;
    margin-bottom: 40px;

}

.hero-support-section__tabs-section .title-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    bottom: -15px;
    width: 250px;
    height: 2px;
    background-color: var(--orange-200);
    @media screen and (min-width: 767.8px) {
        left: -25px;
        bottom: -15px;
        width: 350px;
    }
}

.hero-support-section__tabs-section h3 {
    text-align: left;
    color: var(--black-300);
    font-weight: 700;

}

.hero-support-section__tabs-section .quote {
    font-size: 18px;
    font-weight: 600;
    color: #0D9488;
}

.hero-support-section__tabs-section .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.hero-support-section__tabs-section .text-wrapper .text p {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
}

.hero-support-section__tabs-section .text-wrapper .text p:last-of-type {
    margin-bottom: 0;
}

.hero-support-section__tabs-section .video-holder {
    position: relative;
    border-radius: 16px;
    /*background-color: var(--green-700);*/
}

.hero-support-section__tabs-section .video-holder .video-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-top: 56%;
    border-radius: 16px;
    width: calc(100% - 20px);
    @media screen and (min-width: 767.8px) {
        width: 100%;
    }
}

.hero-support-section__tabs-section .video-holder .video-inner::before {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: var(--green-700);
    @media screen and (min-width: 767.8px) {
        right: -20px;
        bottom: -20px;
    }
}

.hero-support-section__tabs-section .video-holder .video-inner .play-video {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    text-indent: 0;
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(25px);
    outline: none;
    font-size: 0;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s all;
}

.hero-support-section__tabs-section .video-holder.holder-no .video-inner .play-video {
    display: none;
}

.hero-support-section__tabs-section .video-holder .video-inner .play-video span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask: url('/wp-content/uploads/2025/09/play.svg') no-repeat center;
    background-color: var(--white);
    width: 40px;
    height: 40px;
    transition: 0.4s all;

}

.hero-support-section__tabs-section .video-holder .video-inner .play-video:hover span {
    background-color: var(--orange-200);
}

.hero-support-section__tabs-section .video-holder iframe {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 7px);
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s all;
    opacity: 0;
}

.hero-support-section__tabs-section .video-holder.holder-no iframe {
    opacity: 1;
}

.hero-support-section__tabs-section .video-holder iframe.playing {
    z-index: 6;
    opacity: 1;
}

.hero-support-section__tabs-section .video-holder .image-holder {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.hero-support-section__tabs-section .tab-button {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    color: var(--orange-200);
    align-items: center;
    text-decoration-line: none;
    font-weight: 600;
}

.hero-support-section__tabs-section .tab-button .arrow {
    width: 18px;
    height: 18px;
    mask: url('/wp-content/uploads/2025/09/arrow-right.svg') no-repeat center;
    background-color: var(--orange-200);
    transition: 0.4s all;
}

.hero-support-section__tabs-section .tab-button:hover {
    color: var(--green-700);
}

.hero-support-section__tabs-section .tab-button:hover .arrow {
    background-color: var(--green-700);
}

.mobile-tab-trigger {
    display: flex;
    width: 100%;
    @media screen and (min-width: 767.8px) {
        display: none;
    }
}

/*
======================
PAYMENT SECTION
======================
 */
.payment-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.payment-section .row {
    row-gap: 24px;
}

.payment-section .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.payment-section__text-wrapper {
    width: 100%;
    flex-basis: 100%;
}

.payment-section__text-wrapper p {
    width: 860px;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
}

.payment-section__text-wrapper a {
    color: var(--orange-200);
    text-decoration-line: underline;
}

.price-plan-column .column-inner {
    background-color: var(--white);
    border-radius: 24px;
    position: relative;
    border: 1px solid #D4D4D4;
    padding-bottom: 24px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;

}

.price-plan-column .column-inner .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 12px 30px;
    gap: 12px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    @media screen and (min-width: 767.8px) {
        padding: 24px 25px;
        gap: 24px;
    }

}

.price-plan-column .column-inner .text-wrapper > * {
    width: 100%;
    text-align: left;
}

.price-plan-column .column-inner .text-wrapper img {
    height: 70px;
    width: auto;
    @media screen and (min-width: 767.8px) {
        height: 120px;
    }
}

.price-plan-column .column-inner .text-wrapper h4 {
    font-size: 14px;
    line-height: 120%;
    @media screen and (min-width: 767.8px) {
        font-size: 28px;
    }
}

.price-plan-column .column-inner ul {
    padding-left: 20px;
}

.price-plan-column .column-inner li,
.price-plan-column .column-inner p {
    color: var(--black-200);
    font-size: 13px;
    line-height: 150%;
    @media screen and (min-width: 767.8px) {
        font-size: 18px;
    }
}

.price-plan-column .column-inner li {
    position: relative;
}

.price-plan-column .column-inner .total-price {
    margin-top: auto;
    width: 100%;
    background-color: var(--orange-800);
    padding: 8px;
    @media screen and (min-width: 767.8px) {
        padding: 16px;
    }
}

.price-plan-column .column-inner .price {
    color: var(--black);
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    @media screen and (min-width: 767.8px) {
        font-size: 18px;
    }
}

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

/*
=====================
PROGRAM ADVISORS GRID SECTION
===============================
 */
.program-advisors-grid-section {
    padding-block: 46px;
    position: relative;
    overflow: hidden;
    gap: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--green-900);
}

@media (min-width: 767.8px) {
    .program-advisors-grid-section {
        padding-block: 100px;
    }
}

.program-advisors-grid-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.program-advisors-grid-section__text-wrapper {
    width: 840px;
    max-width: 100%;
    margin-inline: auto;
}

.program-advisors-grid-section__text-wrapper h2 br {
    display: none;
    @media screen and (min-width: 767.8px) {
        display: block;
    }
}

.program-advisors-grid-section .values-row {
    flex-wrap: wrap;
}

.program-advisors-grid-section .value-wrapper {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-block: 16px;
    padding-inline: 24px;
}

@media (min-width: 1280px) {
    .program-advisors-grid-section .value-wrapper {
        width: 33.33%;
        flex-basis: 33.33%;
        padding-inline: 0;
    }
}

.program-advisors-grid-section .value-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
}

@media (min-width: 767.8px) {
    .program-advisors-grid-section .value-inner {
        justify-content: flex-start;
    }
}

.program-advisors-grid-section .value-inner .icon {
    width: 200px;
    flex-basis: 200px;
    height: 120px;
    border-radius: 200px;
    background: #ffeae0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.program-advisors-grid-section .value-inner .text {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}

@media (min-width: 767.8px) {
    .program-advisors-grid-section .value-inner .text {
        width: calc(100% - 200px);
        flex: calc(100% - 200px);
        text-align: left;
    }
}

.program-advisors-grid-section .value-inner .text h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.program-advisors-grid-section .value-inner .text h3 br {
    display: none;
    @media (min-width: 767.8px) {
        display: block;
    }
}

/*
==============================
PROGRAM ADVISORS
=============================
 */
.program-advisors-section {
    padding-block: 46px;
    position: relative;
    overflow: hidden;
    gap: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--green-900);
}

@media (min-width: 767.8px) {
    .program-advisors-section {
        padding-block: 100px;
    }
}

.program-advisors-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.program-advisors-section__text-wrapper {
    width: 840px;
    max-width: 100%;
    margin-inline: auto;
}

.program-advisors-section__text-wrapper h2 br {
    display: none;
    @media screen and (min-width: 767.8px) {
        display: block;
    }
}

.program-advisors-section .values-row {
    flex-wrap: wrap;
}

.program-advisors-section .value-wrapper {
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-block: 16px;
    padding-inline: 24px;
}

@media (min-width: 1280px) {
    .program-advisors-section .value-wrapper {
        width: 33.33%;
        flex-basis: 33.33%;
        padding-inline: 0;
    }
}

.program-advisors-section .value-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
}

@media (min-width: 767.8px) {
    .program-advisors-section .value-inner {
        justify-content: flex-start;
    }
}

.program-advisors-section .value-inner .icon {
    width: 200px;
    flex-basis: 200px;
    height: 120px;
    border-radius: 200px;
    background: #ffeae0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.program-advisors-section .value-inner .text {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}

@media (min-width: 767.8px) {
    .program-advisors-section .value-inner .text {
        width: calc(100% - 200px);
        flex: calc(100% - 200px);
        text-align: left;
    }
}

.program-advisors-section .value-inner .text h3 {
    /*max-width: 100%;
    */
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.program-advisors-section .value-inner .text h3 br {
    display: none;
    @media (min-width: 767.8px) {
        display: block;
    }
}

@media (min-width: 767.8px) {
    .program-advisors-section .value-inner .text h3 {
        margin-left: -30px;
        text-align: left;
        width: 270px;
    }
}

@media (min-width: 991.8px) {
    .program-advisors-section .value-inner .text h3 {
        font-size: 26px;
    }
}

.testimonialsValuesSwiper {
    padding-bottom: 60px !important;
    height: auto;

}

.testimonialsValuesSwiper .value-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
    gap: 24px;
    background: var(--white);
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    /*height: 100%;
    */
    margin-inline: 24px;
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider {
        padding: 48px;
    }
}

.testimonialsValuesSwiper .value-slider .image {
    width: 105px;
    flex-basis: 105px;
    height: 105px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--orange-10);
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider .image {
        width: 200px;
        flex-basis: 200px;
        height: 200px;
    }
}

.testimonialsValuesSwiper .value-slider .image img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.testimonialsValuesSwiper .value-slider .text {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    text-align: left;
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider .text {
        flex: 1;
    }
}

.testimonialsValuesSwiper .value-slider .text .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider .text .name {
        font-size: 24px;
    }
}

.testimonialsValuesSwiper .value-slider .text .position,
.testimonialsValuesSwiper .value-slider .text .testimonial-text {
    font-size: 18px;
}

.testimonialsValuesSwiper .value-slider .text .experience {
    font-style: italic;
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider .text .testimonial-text {
        font-size: 24px;
        line-height: 150%;
    }
}

.testimonialsValuesSwiper .value-slider .text .testimonial-text {
    position: relative;
}

@media (min-width: 767.8px) {
    .testimonialsValuesSwiper .value-slider .text .position {
        font-size: 20px;
        line-height: 110%;
    }
}

.testimonialsValuesSwiper .swiper-controls {
    position: relative;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    @media screen and (min-width: 767.8px) {
        gap: 40px;
    }
}

.testimonialsValuesSwiper .swiper-controls .swiper-pagination {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    @media screen and (min-width: 767.8px) {
        gap: 18px;
    }
}

.testimonialsValuesSwiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--orange-200);
}

.testimonialsValuesSwiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonialsValuesSwiper .testimonial-value-swiper-button {
    position: relative;
    left: auto;
    right: auto;
    width: 44px;
    flex-basis: 44px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid var(--orange-200);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-out;
}

.testimonialsValuesSwiper .testimonial-value-swiper-button:after {
    display: none;
}

.testimonialsValuesSwiper .swiper-button-prev .arrow {
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/arrow-left.svg');
    background-color: var(--orange-200);
    transition: 0.4s ease-out;
}

.testimonialsValuesSwiper .swiper-button-next .arrow {
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/arrow-right.svg');
    background-color: var(--orange-200);
    transition: 0.4s ease-out;
}

.testimonialsValuesSwiper .testimonial-swiper-button:hover {
    border: 1px solid var(--white);
    background-color: var(--white);
}

.testimonialsValuesSwiper .testimonial-swiper-button:hover .arrow {
    background-color: var(--orange-200);
}

@media (min-width: 767.8px) {
    .program-advisors-grid-section .value-inner .text h3 {
        margin-left: -30px;
        text-align: left;
        width: 270px;
    }
}

@media (min-width: 991.8px) {
    .program-advisors-grid-section .value-inner .text h3 {
        font-size: 26px;
    }
}

.program-advisors-grid-section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        gap: 40px;
    }
}

.advisor-column {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    @media screen and (min-width: 575.8px) {
        width: fit-content;
        flex-basis: fit-content;
    }
    @media screen and (min-width: 767px) {
        width: calc(100% / 3 - 40px);
        flex-basis: calc(100% / 3 - 40px);
    }
    @media screen and (min-width: 1140px) {
        width: calc(100% / 6 - 40px);
        flex-basis: calc(100% / 6 - 40px);
    }
}

.program-advisors-grid-section-row .advisor-column-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    width: 155px;
    max-width: 100%;
    margin-inline: auto;
}

.program-advisors-grid-section-row .advisor-column-inner .image {
    width: 120px;
    flex-basis: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 8px;
}

.advisor-column-inner .image img {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    object-fit: cover;
}

.advisor-column-inner .name {
    font-size: 20px;
    line-height: 110%;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}

.advisor-column-inner .position {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

/*
============================
PROGRAM TESTIMONIALS SECTION
============================
 */
#partnership {
    padding-block: 40px;
    background-color: var(--green-100);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

@media (min-width: 767.8px) {
    #partnership {
        padding-block: 100px;
    }
}

#partnership .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#partnership .container h2 {
    max-width: 780px;
    width: 100%;
    margin-inline: auto;
}

#partnership .container .text-wrapper {
    width: 1060px;
    margin-inline: auto;
    max-width: 100%;
}

#partnership .container .text-wrapper p {
    margin-bottom: 30px;
}

#partnership .testimonials {
    /*width: 100%;
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#partnership .testimonialsPartnershipSwiper .swiper-wrapper {
    align-items: stretch;

}

#partnership .testimonialsPartnershipSwiper .swiper-slide {

    display: inline-block;
    text-align: center;
    white-space: nowrap;

}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 24px;
    height: 100%;
    background-color: var(--white);
    border-radius: 24px;
    gap: 20px;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial {
        gap: 40px;
        padding: 48px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text {
    width: 100%;
    flex-basis: 100%;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .text p {
        font-size: 24px;
        line-height: 30px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .bottom {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-direction: row;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box {
        flex: 1;
        width: auto;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo {
    width: 100%;
    flex-basis: 100%;
}

@media (min-width: 480px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo {
        width: 160px;
        flex-basis: 160px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .logo img {
    max-width: 100%;
    max-height: 90px;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .name {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 100%;
    width: auto;
}

@media (min-width: 480px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .name {
        flex: 1;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .author-name {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .author-box .epp {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series {
    width: 100%;
    flex-basis: 100%;
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series {
        width: 100px;
        flex-basis: 100px;
    }
}

#partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series p {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: var(--green-700);
}

@media (min-width: 767.8px) {
    #partnership .testimonialsPartnershipSwiper .swiper-slide .testimonial .series p {
        text-align: right;
    }
}

/*
=====================
PROGRAMS SLIDER SECTION
==========================
 */
.program-logos-section {
    row-gap: 32px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.program-logos-section__slider-wrapper {
    width: 100%;
}

.program-logos-section .logosSwiper .swiper-wrapper {
    width: 100%;
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: stretch;
    /* Ensures all slides take the same height */
}

.program-logos-section .logosSwiper .swiper-slide {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    flex-direction: column;
    height: auto !important;
    /* Override inline styles */
}

@media (min-width: 575.8px) {
    .program-logos-section .logosSwiper .swiper-slide {
        width: 200px;
    }
}

.program-logos-section .logosSwiper .swiper-slide img {
    height: auto;
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

.block-editor-page .program-logos-section .logosSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/*
==========================
SOCIAL PROOF SECTION
==========================
 */
.social-proof-section {
    padding-block: 48px;
    @media screen and (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.social-proof-section__text-wrapper {
    width: 860px;
    max-width: 100%;
    margin-inline: auto;
}

.social-proof-section-columns {
    margin-block: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.social-proof-section-columns .social-proof-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 100%; /* grow, shrink, min width */
    min-width: 100%; /* ensures child doesn't get smaller than this */
    @media (min-width: 575.8px) {
        flex: 1 1 calc(50% - 40px); /* grow, shrink, min width */
        min-width: calc(50% - 40px); /* ensures child doesn't get smaller than this */
    }

    @media screen and (min-width: 991.8px) {
        flex: 1 1 calc(20% - 40px); /* grow, shrink, min width */
        min-width: calc(20% - 40px); /* ensures child doesn't get smaller than this */
    }
}

.social-proof-column .social-proof-column__inner {
    justify-content: center;
    align-items: flex-start;
    @media screen and (min-width: 575.8px) {
        max-width: 200px;
    }
}

.social-proof-column .social-proof-column__inner .proof-title-wrapper {
    padding: 8px 24px;
    background-color: var(--white);
    border-radius: 100px;
    position: relative;
    width: fit-content;
    margin-inline: auto;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    z-index: 8;
}

.social-proof-column__inner .proof-title-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--green-500);
    border-radius: 100px;
    z-index: 9;

}

.social-proof-column .social-proof-column__inner .proof-title-wrapper .proof-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--green-500);
    color: var(--white);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    left: -24px;
    top: -12px;
}

.social-proof-column .social-proof-column__inner .proof-title-wrapper .proof-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--black);
}

.social-proof-column__inner .proof-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    flex-basis: 100%;
    max-height: 200px;
}

.social-proof-column__inner .proof-image-wrapper img {
    width: auto;
    max-height: 200px;
}

.social-proof-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.social-proof-section__button-wrapper a {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.social-proof-column__inner .proof-support-title {
    width: 180px;
    flex-basis: 180px;
    margin-inline: auto;
    background-color: var(--white);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    margin-top: -5px;
    position: relative;
    z-index: 8;
}

.social-proof-column__inner .proof-support-title .sub-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}

.social-proof-column__inner .proof-support-title .title {
    font-size: 14px;
    color: var(--black);
    line-height: 1;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}

.social-proof-column__inner .proof-expect {
    width: 100%;
    flex-basis: 100%;
    margin-top: 24px;
    padding: 20px 4px 4px 4px;
    border-radius: 20px;
    background-color: var(--green-600);
}

.social-proof-column__inner .proof-expect p {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    color: var(--white);
    padding-inline: 16px;
}

.social-proof-column__inner .proof-expect ul {
    padding-inline: 16px 0;
    margin: 8px 16px 16px 16px;
    list-style-type: none;
}

.social-proof-column__inner .proof-expect ul li {
    font-size: 12px;
    font-weight: 600;
    line-height: 130%;
    color: rgba(255, 255, 255, .8);
    margin: 0 0 4px 0;
    position: relative;
    padding-left: 5px;
}

.social-proof-column__inner .proof-expect ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 8px;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
}

.social-proof-column__button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
}

.social-proof-column__button a {
    width: 100%;
}

/*
============================
SUPPORT SECTION
============================
 */
.support-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 40px;
}

.support-section__text-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 24px;
    width: 900px;
    flex-basis: 900px;
    max-width: 100%;
}

.support-section__columns-section {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto;
    @media screen and (min-width: 767.8px) {
        grid-template-columns: auto auto auto;
    }
}

.support-section__column {
    padding: 24px;
    max-width: 320px;
    @media (min-width: 767.8px) {
        max-width: inherit;
    }
}

.support-section__column > * {
    width: 100%;
    flex-basis: 100%;
}

.support-section__column__icon {
    height: 150px;
    width: auto;
    margin-inline: auto;
    margin-bottom: 24px;
}

.support-section__column__title {
    margin-bottom: 12px;
}

.support-section__column__text {
    font-size: 16px;
    line-height: 150%;
}

/*
==============================
SUPPORT TABS SECTION
===============================
 */
.support-tab-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 40px;
}

.support-tab-section .container .button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.support-tab-section__nav-tabs {
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    background-color: rgb(250, 250, 250);
    @media screen and (min-width: 767.8px) {
        display: flex;
    }
}

.support-tab-section__nav-tabs .nav-item {
    width: 20%;
    flex-basis: 20%;
    max-width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.support-tab-section__nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--grey-100);
    padding: 12px 0;
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    @media screen and (min-width: 767.8px) {
        padding: 12px;
    }
}

.support-tab-section__nav-tabs .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.support-tab-section__nav-tabs .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.support-tab-section__nav-tabs .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--grey-100);
    padding: 12px 0;
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    @media screen and (min-width: 767.8px) {
        padding: 12px;
    }
}

.support-tab-section__nav-tabs .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.support-tab-section__nav-tabs .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*
=======================
MOBILE
======================
 */
.mobile-tab-trigger .nav-item {
    list-style-type: none;
    width: 100%;
}

.mobile-tab-trigger .nav-item .nav-link {
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: var(--grey-100);
    cursor: pointer;
    transition: .4s ease-in-out;
    background-color: rgb(250, 250, 250);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    gap: 12px;
}

.mobile-tab-trigger .nav-item .nav-link:hover {
    background-color: var(--green-700);
    color: var(--white);
}

.mobile-tab-trigger .nav-item .nav-link.active {
    background-color: var(--green-700);
    color: var(--white);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.mobile-tab-trigger .nav-item .nav-link .arrow {
    width: 24px;
    height: 24px;
    mask: url('/wp-content/uploads/2025/09/chevron-down.svg') no-repeat center;
    background-color: var(--grey-100);
    transition: 0.4s all;
}

.mobile-tab-trigger .nav-item .nav-link.active .arrow {
    background-color: var(--white);
    transform: rotate(180deg);
}

.mobile-tab-trigger .nav-item .nav-link:hover .arrow {
    background-color: var(--white);
}

.tab-pane-content {

    @media screen and (max-width: 767.8px) {
        padding: 48px 12px;
        background-color: #F0FDFA;
        border: 1px solid var(--green-700);
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.tab-pane-content .row {
    row-gap: 24px;
}

#supportTabContent {
    @media screen and (min-width: 767.8px) {
        padding: 48px;
        background-color: #F0FDFA;
        border: 1px solid var(--green-700);
        border-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.support-tab-section__tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    /*padding: 48px;*/
    /*background-color: #F0FDFA;*/
    /*border: 1px solid var(--green-700);*/
}

.tab-pane-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.support-tab-section__tab-pane.active-animated {
    display: block;
    opacity: 1;
}

.support-tab-section__tab-pane.active-animated .tab-pane-content {
    opacity: 1;
    transform: translateY(0);
}

.tab-pane-content {
    /*padding: 48px;*/
    /*background-color: #F0FDFA;*/
    /*border: 1px solid var(--green-700);*/
}

.support-tab-section__tab-pane .title-wrapper {
    position: relative;
    margin-bottom: 40px;

}

.support-tab-section__tab-pane .title-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    bottom: -15px;
    width: 250px;
    height: 2px;
    background-color: var(--orange-200);
    @media screen and (min-width: 767.8px) {
        left: -25px;
        bottom: -15px;
        width: 350px;
    }
}

.support-tab-section__tab-pane h3 {
    text-align: left;
    color: var(--black-300);
    font-weight: 700;

}

.support-tab-section__tab-pane .quote {
    font-size: 18px;
    font-weight: 600;
    color: #0D9488;
}

.support-tab-section__tab-pane .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.support-tab-section__tab-pane .text-wrapper .text p {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
}

.support-tab-section__tab-pane .text-wrapper .text p:last-of-type {
    margin-bottom: 0;
}

.support-tab-section__tab-pane .video-holder {
    position: relative;
    border-radius: 16px;
    /*background-color: var(--green-700);*/
}

.support-tab-section__tab-pane .video-holder .video-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-top: 56%;
    border-radius: 16px;
    width: calc(100% - 20px);
    @media screen and (min-width: 767.8px) {
        width: 100%;
    }
}

.support-tab-section__tab-pane .video-holder .video-inner::before {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: var(--green-700);
    @media screen and (min-width: 767.8px) {
        right: -20px;
        bottom: -20px;
    }
}

.support-tab-section__tab-pane .video-holder .video-inner .play-video {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    text-indent: 0;
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(25px);
    outline: none;
    font-size: 0;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s all;
}

.support-tab-section__tab-pane .video-holder .video-inner .play-video span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask: url('/wp-content/uploads/2025/09/play.svg') no-repeat center;
    background-color: var(--white);
    width: 40px;
    height: 40px;
    transition: 0.4s all;

}

.support-tab-section__tab-pane .video-holder .video-inner .play-video:hover span {
    background-color: var(--orange-200);
}

.support-tab-section__tab-pane .video-holder iframe {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 7px);
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s all;
    opacity: 0;
}

.support-tab-section__tab-pane .video-holder iframe.playing {
    z-index: 6;
    opacity: 1;
}

.support-tab-section__tab-pane .video-holder .image-holder {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.support-tab-section__tab-pane .tab-button {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    color: var(--orange-200);
    align-items: center;
    text-decoration-line: none;
    font-weight: 600;
}

.support-tab-section__tab-pane .tab-button .arrow {
    width: 18px;
    height: 18px;
    mask: url('/wp-content/uploads/2025/09/arrow-right.svg') no-repeat center;
    background-color: var(--orange-200);
    transition: 0.4s all;
}

.support-tab-section__tab-pane .tab-button:hover {
    color: var(--green-700);
}

.support-tab-section__tab-pane .tab-button:hover .arrow {
    background-color: var(--green-700);
}

.mobile-tab-trigger {
    display: flex;
    width: 100%;
    @media screen and (min-width: 767.8px) {
        display: none;
    }
}

/*
======================
TEAM SECTION
=======================
 */
.team-section {
    padding-block: 46px;
    position: relative;
}

@media (min-width: 767.8px) {
    .team-section {
        padding-block: 100px;
    }
}

.team-section__text-wrapper {
    margin-bottom: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.team-section__text-wrapper .text-content {
    max-width: 830px;
    width: 100%;
    margin-inline: auto;
}

.team-section__text-wrapper p {
    text-align: center;
    margin-bottom: 24px;
}

.team-section__text-wrapper p:last-of-type {
    margin-bottom: 0;
}

.team-section__members-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.team-section__members-wrapper .members-row {
    width: 100%;
    flex-basis: 100%;
}

.team-section__members-wrapper .members-row h3 {
    text-align: left;
}

.team-section__members-wrapper .swiper-wrapper {
    display: flex;
    row-gap: 0;
}

.team-section__members-wrapper .teamSwiper-no-slider .swiper-wrapper {
    flex-wrap: wrap;
}

@media (min-width: 480.8px) {
    .team-section__members-wrapper .teamSwiper-no-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 32px;
        width: 100% !important;
    }
}

@media (min-width: 767.8px) {
    .team-section__members-wrapper .swiper-wrapper,
    .team-section__members-wrapper .teamSwiper-no-slider .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 32px;
        width: 100% !important;
    }
}

@media (min-width: 1140px) {
    .team-section__members-wrapper .swiper-wrapper,
    .team-section__members-wrapper .teamSwiper-no-slider .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

.team-section__members-wrapper .swiper-wrapper .swiper-slide {
    margin-left: 7px;
}

@media (min-width: 767.8px) {
    .team-section__members-wrapper .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin: 0 !important;
        padding-right: 5px;
    }
}

.team-section__members-wrapper .swiper-slide .member-link {
    text-decoration: none;
}

.team-section__members-wrapper .swiper-slide .member-link .swiper-inner {
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin: 12px auto;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 12px;
    width: 100%;
    max-width: 290px;
    @media screen and (min-width: 767.8px) {
        margin: 32px auto;
    }
}

.team-section__members-wrapper .swiper-inner .member-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--orange-900);
    transition: 0.4s all;
}

.team-section__members-wrapper .swiper-inner .member-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s all;
}

.team-section__members-wrapper .swiper-inner .member-bottom {
    position: relative;
    margin-top: auto;
    background-color: var(--white);
    padding: 12px 16px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.team-section__members-wrapper .member-bottom .member-info {
    flex: 1;
}

.team-section__members-wrapper .member-bottom .arrow {
    width: 32px;
    flex-basis: 32px;
    height: 32px;
    border-radius: 50%;
    transition: 0.4s all;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-section__members-wrapper .member-bottom .arrow .icon {
    mask: url('/wp-content/uploads/2025/09/arrow-right.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2025/09/arrow-right.svg') no-repeat center;
    background-color: var(--orange-200);
    width: 16px;
    height: 16px;
    display: block;
    transition: 0.4s all;
}

.team-section__members-wrapper .member-bottom .member-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--black);
}

.team-section__members-wrapper .member-bottom .member-position {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: var(--black);
}

.team-section .swiper-wrapper .swiper-slide .member-link:hover .member-image img {
    transform: scale(1.05);
}

.team-section .swiper-wrapper .swiper-slide .member-link:hover .member-bottom .arrow {
    background-color: var(--orange-200);
}

.team-section .swiper-wrapper .swiper-slide .member-link:hover .member-bottom .arrow .icon {
    background-color: var(--white);
}

.team-section .member-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, .17);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.team-section .member-modal .modal-wrapper {
    background: rgba(255, 255, 255, 0);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    width: 555px;
    max-width: 100%;
    padding: 20px;
}

.team-section .member-modal .modal-inner {
    width: 555px;
    max-width: 100%;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--white);
    padding: 16px 12px;
    background-image: url("/wp-content/uploads/2025/09/popup-bg.svg");
    background-position-x: center;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(100vh - 60px);
}

@media (min-width: 767.8px) {
    .team-section .member-modal .modal-inner {
        padding: 32px 24px;
        height: 670px;
    }
}

.team-section .member-modal .modal-inner .modal-top .close {
    height: 20px;
    width: 20px;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.team-section .member-modal .modal-inner .modal-top .close:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c";
    font-size: 16px;
    color: #353e50;
    line-height: 20px;
    text-align: center;
}

.team-section .member-modal .modal-inner .member-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: auto;
    margin: 0 auto 12px auto;
}

@media (min-width: 767.8px) {
    .team-section .member-modal .modal-inner .member-image {
        width: 240px;
        height: 195px;
    }
}

.team-section .member-modal .modal-inner .member-image .image-holder {
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

@media (min-width: 767.8px) {
    .team-section .member-modal .modal-inner .member-image .image-holder {
        max-width: 195px;
        height: 195px;
    }
}

.team-section .member-modal .modal-inner .member-image .image-holder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.team-section .member-modal .modal-inner .member-image:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2025/09/dots.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-section .member-modal .modal-inner .member-info {
    margin-bottom: 12px;
}

.team-section .member-modal .modal-inner .member-info h6 {
    font-size: 20px;
    color: var(--black);
    text-align: center;
}

.team-section .member-modal .modal-inner .member-info p {
    color: #a3a3a3;
    font-size: 16px;
    text-align: center;
}

.team-section .member-modal .modal-inner .member-text {
    position: relative;
    overflow-y: scroll;
    min-height: 100px;
    background-color: #fafafa;
    border-radius: 20px;
    padding: 24px;
}

.team-section .member-modal .modal-inner .member-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
}

.team-section .member-modal .modal-inner .member-text p.former-text {
    font-weight: 600;
}

.team-section .member-modal .modal-inner .member-text p.question {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-section .member-modal .modal-inner .member-text::-webkit-scrollbar {
    width: 10px;
    /* Adjust width as needed */
    height: 10px;
    border-radius: 30px;
    padding-block: 30px;
}

.team-section .member-modal .modal-inner .member-text::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    /* Track color */
    border-radius: 10px;
    /* Rounded track */
    height: 20px;
    top: 5%;
    border: none;
}

.team-section .member-modal .modal-inner .member-text::-webkit-scrollbar-thumb {
    background: var(--green-500);
    /* Scrollbar thumb color */
    border-radius: 10px;
    /* Rounded scrollbar */
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    height: 10px;
}

.team-section .member-modal .modal-inner .member-text::-webkit-scrollbar-thumb:hover {
    background: var(--orange-200);
    /* Darker blue on hover */
}

.team-section .member-modal.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 999;
}

.team-section .member-modal.show .modal-wrapper {
    transform: translateY(0);
}

/*
==========================
TESTIMONIALS SECTION
==========================
 */
.testimonials-section {
    background-color: var(--green-100);
    padding-block: 48px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    @media (min-width: 767.8px) {
        padding-block: 100px;
    }
}

.testimonial-section__text-wrapper {
    width: 860px;
    margin-inline: auto;
    max-width: 100%;
}

.testimonial-section__testimonials-wrapper {
    width: 100%;
    padding-inline: 24px;
    @media screen and (min-width: 575.8px) {
        padding-inline: 0;
    }

}

.testimonialsSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch !important; /* ensures all slides stretch to same height */
}

.testimonialsSwiper .swiper-slide {
    display: flex;
    flex-direction: column; /* optional: helps with inner layout */
}

.testimonialsSwiper .testimonial-inner {
    padding: 24px;
    background-color: var(--white);
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    @media screen and (min-width: 767.8px) {
        padding: 48px;
    }
}

.testimonialsSwiper .testimonial-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 24px;
    height: 100%;
}

.testimonialsSwiper .testimonial-text p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    @media (min-width: 767.8px) {
        font-size: 18px;
    }
}

.testimonialsSwiper .testimonial-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
}

.testimonialsSwiper .author {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    @media screen and (min-width: 767.8px) {
        width: 50%;
        flex-basis: 50%;
        max-width: 100%;
    }
}

.testimonialsSwiper .author .author-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.testimonialsSwiper .author .author-position {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.testimonialsSwiper .rating {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    @media screen and (min-width: 767.8px) {
        width: 50%;
        flex-basis: 50%;
        max-width: 100%;
        justify-content: flex-end;
        margin-top: 0;
    }
}

.testimonialsSwiper .swiper-controls {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    @media screen and (min-width: 767.8px) {
        gap: 40px;
    }
}

.testimonialsSwiper .swiper-controls .swiper-pagination {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    @media screen and (min-width: 767.8px) {
        gap: 18px;
    }
}

.testimonialsSwiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--orange-200);
}

.testimonialsSwiper .swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonialsSwiper .testimonial-swiper-button {
    position: relative;
    left: auto;
    right: auto;
    width: 44px;
    flex-basis: 44px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid var(--orange-200);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-out;
}

.testimonialsSwiper .testimonial-swiper-button:after {
    display: none;
}

.testimonialsSwiper .swiper-button-prev .arrow {
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/arrow-left.svg');
    background-color: var(--orange-200);
    transition: 0.4s ease-out;
}

.testimonialsSwiper .swiper-button-next .arrow {
    width: 20px;
    height: 20px;
    mask-image: url('/wp-content/uploads/2025/05/arrow-right.svg');
    background-color: var(--orange-200);
    transition: 0.4s ease-out;
}

.testimonialsSwiper .testimonial-swiper-button:hover {
    border: 1px solid var(--white);
    background-color: var(--white);
}

.testimonialsSwiper .testimonial-swiper-button:hover .arrow {
    background-color: var(--orange-200);
}

/*
====================
TEXAS SUPPORT SECTION
========================
 */
.texas-support-section {
    position: relative;
    background-color: var(--white);
    background-image: url("/wp-content/uploads/2025/09/guidance.webp");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    @media screen and (min-width: 991.8px) {
        background-size: contain;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
}

.texas-support-section .row {
    align-items: center;
    row-gap: 32px;
}

.texas-support-section .texas-support-section__text-wrapper {
    margin-bottom: 32px;
}

.texas-support-section .texas-support-section__text-wrapper p {
    margin-bottom: 24px;
}

.texas-support-section__support-holder {
    position: relative;
}

.texas-support-section__support-inner {
    background-color: var(--white);
    padding: 48px 24px;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);

    @media screen and (min-width: 767.8px) {
        padding: 64px 24px;
        row-gap: 24px;
    }
}

.texas-support-section__support-holder::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: calc(100% + 8px);
    background-color: var(--orange-200);
    border-radius: 24px;
}

.texas-support-section__support-inner .support-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 16px;
    @media screen and (min-width: 767.8px) {
        row-gap: 24px;
    }
}

.texas-support-section__support-inner .support-values .text {
    flex: 1;
}

.texas-support-section__support-inner .support-values p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
}

.texas-support-section__support-inner h4,
.support-value p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--black);
    @media screen and (min-width: 767.8px) {
        font-size: 32px;
        line-height: 40px;
    }
}

/*
===============================
TEXT IAMGE SECTION
===============================
 */
.text-image-section {
    position: relative;
    padding-block: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media (min-width: 991.8px) {
        padding-block: 80px;
        min-height: 756px;
    }
}

.layout-image-text .text-image-section__text-wrapper {
    order: 1;
    @media screen and (min-width: 991.8px) {
        order: 2;
    }
}

.layout-image-text .text-image-section__image-wrapper {
    order: 2;
    @media screen and (min-width: 991.8px) {
        order: 1;
    }
}

.text-image-section .container {
    position: relative;
}

.text-image-section .row {
    align-items: center;
    row-gap: 32px;
}

.text-image-section .row {
    row-gap: 32px;
}

.text-image-section__text-wrapper h2,
.text-image-section__text-wrapper h4 {
    margin-bottom: 14px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 24px;
    }
}

.text-image-section__text-wrapper p {
    margin-bottom: 18px;
    @media screen and(min-width: 767.8px) {
        margin-bottom: 32px;
    }
}

.text-image-section__text-wrapper .text-content {
    margin-bottom: 24px;
}

.text-image-section__text-wrapper .text-content a {
    color: var(--black-200);
    text-decoration-line: none;
    position: relative;
    display: inline-block;
}

.text-image-section__text-wrapper .text-content a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: var(--black-200);
    width: 100%;
    transition: 0.4s all;
}

.text-image-section__text-wrapper .text-content a:hover {
    color: var(--orange-200);
}

.text-image-section__text-wrapper .text-content a:hover::before {
    background-color: var(--orange-200);
}

.text-image-section__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media screen and (min-width: 991.8px) {
        justify-content: flex-start;
    }
}

.text-image-section__button-wrapper .btn {
    width: 100%;
    @media screen and (min-width: 575.8px) {
        width: auto;
    }
}

.text-image-section-image-holder {
    position: relative;
}

.text-image-section__iframe-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-block: 40px;
}

.text-image-section__iframe-wrapper img {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 48px);
    max-height: 100%;

}

.text-image-section__iframe-wrapper iframe {
    position: relative;
    border-radius: 16px;
    z-index: 4;
}

.text-image-section__teacher-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text-image-section__teacher-inner {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
}

.text-image-section__teacher-image {
    background-image: url("/wp-content/uploads/2025/09/hero-holder-thak-you.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.text-image-section__teacher-image img {
    max-height: calc(100% - 30px);
    margin-inline: auto;
}

.text-image-section__teacher-image {
    position: relative;
    width: 100%;
    height: 100%;
}

/*.text-image-section__teacher-inner {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.text-image-section__teacher-info {
    position: absolute;
    bottom: 0;
    width: 500px;
    max-width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    @media screen and (min-width: 575.8px) {
        padding: 24px 32px;
    }

}

.text-image-section__teacher-info .teacher-name {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 24px;
    }
}

.text-image-section__teacher-info .teacher-experience {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.text-image-section__teacher-info .teacher-position {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    width: 100%;
    flex-basis: 100%;
    @media screen and (min-width: 575.8px) {
        font-size: 18px;
    }
}

.dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    animation-name: md-circle-rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
    z-index: 2;
    @media screen and (min-width: 991.8px) {
        display: block;
    }
}

.dot.orange {
    background-color: var(--orange-100);
}

.dot.purple {
    background-color: var(--purple-100);
}

.dot.blue {
    background-color: var(--blue-200);
}

.dot.green {
    background-color: var(--green-200);
}


.dot-1 {
    left: 0;
    top: -50px;
}

.dot-2 {
    left: 400px;
    top: 0;
}

.dot-3 {
    right: calc(50% - 50px);
    top: 50px;
}

.dot-4 {
    right: 120px;
    top: -50px;
}

.dot-5 {
    right: 50px;
    top: 50px;
}

.dot-6 {
    left: 0;
    bottom: -50px;
}

.dot-7 {
    left: calc(50% - 50px);
    bottom: 50px;
}

.dot-8 {
    right: 0;
    bottom: 50px;
}

@keyframes md-circle-rotate {
    0% {
        transform: translate(0, 25px);
    }

    12.5% {
        transform: translate(-20px, 15px);
    }

    25% {
        transform: translate(-25px, 0);
    }

    37.5% {
        transform: translate(-20px, -15px);
    }

    50% {
        transform: translate(0, -25px);
    }

    62.5% {
        transform: translate(20px, -15px);
    }

    75% {
        transform: translate(25px, 0);
    }

    87.5% {
        transform: translate(20px, 15px);
    }

    100% {
        transform: translate(0, 25px);
    }
}