﻿.ex-reg-remind {
    flex: 0 0 auto;
}

.ex-reg-remind {
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}


.ex-connect-with-us {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(236,234,239) 50%);
    overflow: hidden;
}

.ex-connect-with-us h2::after {
    background: rgb(201,198,212);
    width: 60px;
    bottom: -15px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}

.ex-connect-with-us .ex-img-hover-box::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(201,198,212,0.5), transparent);
}

.ex-connect-with-us h3::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(201,198,212,0.5);
    content: "";
}

.ex-connect-with-us .ex-support-message {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    margin-top: 10px;
}

.ex-connect-with-us .ex-support-message label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.ex-connect-with-us .ex-support-message a:hover {
    color: rgb(165,161,179);
}

.ex-connect-with-us .ex-message-links {
    border: none;
    margin-top: 20px;
    cursor: pointer;
    align-self: flex-start;
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(201,198,212,0.5);
    overflow: hidden;
    background: rgb(201,198,212);
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
}

.ex-teaching-experience .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 40px;
    position: relative;
}

.ex-teaching-experience .ex-student-praise:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.ex-teaching-experience .ex-img-hover-box {
    position: relative;
    z-index: 1;
    grid-row: 1 / span 2;
    min-height: 450px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 1;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.ex-teaching-experience .name {
    align-self: end;
    transform: translateY(0);
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-row: 1;
    padding: 0 50px 5px 70px;
    color: #000000;
    z-index: 2;
    font-size: 24px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    grid-column: 2;
}

.ex-teaching-experience .ex-student-praise:hover .ex-career-table {
    transform: translateY(-5px);
}

.ex-secure-cache::after {
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: -1;
    right: 10px;
    border-radius: 50%;
    background-color: rgb(201,198,212,0.5);
    content: '';
    top: 10px;
}

.ex-secure-cache h2 {
    padding-left: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid rgb(165,161,179);
    font-weight: 600;
    margin-top: 2rem;
    font-size: 38px;
    color: rgb(165,161,179);
    position: relative;
}

.ex-secure-cache span {
    padding: 0.2rem 0.4rem;
    font-weight: 700;
    color: rgb(165,161,179);
    background-color: rgb(201,198,212,0.5);
    border-radius: 10px;
}

.ex-program-offerings {
    padding: 100px 0;
    position: relative;
    background-color: rgb(236,234,239);
    overflow: hidden;
}

.ex-program-offerings .container {
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.ex-program-offerings .ex-text-display-box {
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(201,198,212);
    border-bottom: 3px solid rgb(165,161,179);
    margin-bottom: 60px;
    border-radius: 18px;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.3);
    z-index: 4;
}

.ex-program-offerings .ex-text-display-box .description {
    border-radius: 10px;
    position: relative;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
    backdrop-filter: blur(3px);
    font-size: 17px;
    font-weight: 600;
    border-left: 2px solid rgb(201,198,212);
}

.ex-pricing-set {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(236,234,239);
}

.ex-pricing-set .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.ex-pricing-set .ex-access-plans {
    max-width: 800px;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    transform: translateY(20px);
    margin: 0 auto;
}

.ex-pricing-set .ex-pro-fees {
    transform: translateY(30px);
    margin-top: 20px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.ex-pricing-set .ex-access-rates:nth-child(odd) .ex-pricing-deals::before {
    left: 0;
    height: 100%;
    transform-origin: bottom;
    content: "";
    transform: scaleY(0);
    top: 0;
    width: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(201,198,212);
}

.ex-pricing-set .ex-access-rates:hover .ex-payment-plan h3 {
    color: rgb(201,198,212);
}

.ex-pricing-set .ex-access-rates:nth-child(even) .ex-premium-cost {
    color: rgb(165,161,179);
}

.ex-pricing-set .ex-img-hover-box {
    height: 200px;
    position: relative;
    width: 100%;
    transform-origin: center;
    transition: transform 0.5s ease;
}

.ex-pricing-set .ex-access-rates:hover .ex-img-hover-box::after {
    opacity: 1;
}

header .ex-nav-study {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .ex-head-nav:before {
    width: 100%;
    transform-origin: left;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(201,198,212), transparent);
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.6s ease;
    bottom: -8px;
}

header .ex-header-main:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .ex-head-tutor svg {
    transition: transform 0.5s ease;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(201,198,212,0.5));
    width: auto;
}

.ex-reg-remind::after {
    height: 300px;
    opacity: 0.2;
    transform: rotate(30deg);
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(165,161,179,0.5) 15px,
        rgb(165,161,179,0.5) 30px
    );
    position: absolute;
    content: "";
    bottom: -50px;
    width: 300px;
    left: -50px;
}

footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .ex-mentor-net {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
    line-height: 1.6;
}

footer .ex-nav-main a {
    position: relative;
    font-size: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(201,198,212);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .ex-discover-learning:hover {
    background-color: rgb(165,161,179);
}

footer .ex-a11y-tools {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}

.ex-company-overview {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.ex-company-overview .ex-text-display-box {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 3px solid rgb(165,161,179);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ex-company-overview .ex-text-display-box ol {
    margin: 0;
    list-style: none;
    counter-reset: item;
    padding: 0;
}

.ex-company-overview .ex-text-display-box ol li::before {
    height: 10px;
    width: 10px;
    background: rgb(165,161,179);
    box-shadow: 0 0 15px rgb(165,161,179);
    content: "";
    top: 0;
    left: -5px;
    animation: pulseGlow 3s infinite alternate;
    border-radius: 50%;
    position: absolute;
}

.ex-join-list .input_holder {
    z-index: 3;
    transform: translateX(5%);
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 1rem;
    justify-content: flex-start;
}

.ex-join-list .ex-join-now:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
    transform: perspective(800px) rotateX(0);
}

.ex-cookie-dialog-banner {
    bottom: 0;
    z-index: 90;
    position: fixed;
    background: rgb(236,234,239);
    border-top: 2px solid rgb(201,198,212);
    width: 100%;
}

.ex-cookie-dialog-banner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.ex-cookie-menu {
    flex-shrink: 0;
    margin-right: 10px;
}

.ex-cookie-dialog-banner p a {
    text-decoration: none;
    color: rgb(201,198,212);
}

#ex-cookiePopupBanner {
    display: none;
}

.ex-warp-container .ex-privacy-opt {
    color: #ffffff;
    background: rgb(201,198,212);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}

.ex-title-screen .ex-learn-start {
    display: grid;
    z-index: 2;
    max-width: 1200px;
    transform: translateY(-3vh);
    width: 90%;
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
}

.ex-title-screen .ex-learn-start > div:first-child p {
    color: #000000;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: calc(16px * 1.2);
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
}

.ex-title-screen .ex-fast-classes > div::after {
    z-index: 2;
    opacity: 0.7;
    content: "";
    position: absolute;
    height: 30%;
    background: linear-gradient(to top, 
                rgb(201,198,212,0.5) 0%, 
                transparent 100%);
    left: 0;
    width: 100%;
    bottom: 0;
}

.ex-title-screen .ex-fast-classes > div > div > div:hover {
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.ex-thankYouDiv {
    position: relative;
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(165,161,179,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.ex-thankYouDiv::before {
    opacity: 0.15;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(201,198,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(165,161,179,0.5) 0%, transparent 40%);
    height: 100%;
}

.ex-thankYouDiv ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.ex-thankYouDiv li {
    position: relative;
    padding: 0.5rem 0;
}

.ex-thankYouDiv li span {
    position: relative;
    color: #000000;
    display: block;
    transform: translateX(20px);
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 0.5rem;
}

.ex-target-audience .ex-smart-track {
    padding: 0;
    position: relative;
    overflow: visible;
}

.ex-target-audience h4 {
    font-size: calc(32px * 1.2);
    text-align: center;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgb(201,198,212,0.5), 0 0 30px rgb(201,198,212,0.5);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin: 0 0 70px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.ex-target-audience p::after {
    transition: all 0.3s ease;
    position: absolute;
    font-size: calc(43px * 1.2);
    z-index: -1;
    right: 25px;
    top: -15px;
    color: rgb(165,161,179);
    opacity: 0.15;
    font-weight: 700;
    content: attr(data-number);
}

.ex-target-audience p:nth-child(6)::after {
    content: '06';
}

.ex-target-audience p:nth-child(9)::after {
    content: '09';
}

.ex-target-audience p:hover::before {
    opacity: 1;
}

.ex-target-audience p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.ex-target-audience p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.ex-target-audience p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.ex-target-audience .ex-smart-track::before {
    position: absolute;
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(165,161,179) 49%, rgb(165,161,179) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(165,161,179) 49%, rgb(165,161,179) 51%, transparent 52%) 0 0/20px 20px;
    animation: rotateMesh 30s linear infinite;
    top: -70px;
    width: 200px;
    opacity: 0.2;
    left: -100px;
    content: '';
    border-radius: 50%;
    height: 200px;
}



@media (max-width: 576px) {.ex-connect-with-us {
    padding: 50px 0;
}.ex-connect-with-us .container {
    padding: 0 15px;
}.ex-connect-with-us h2 {
    font-size: calc(35px - 6px);
    margin-bottom: 30px;
}.ex-connect-with-us .ex-help-support {
    padding: 35px 25px;
}.ex-connect-with-us #contact {
    gap: 20px;
}.ex-connect-with-us input[type="text"] {
    padding: 15px;
}.ex-connect-with-us .ex-message-links {
    width: 100%;
    padding: 15px 25px;
}.ex-connect-with-us .ex-img-hover-box {
    min-height: 250px;
}}


@media only screen and (max-width: 800px) {.ex-secure-cache {
    padding: 1rem;
    margin: 1rem auto;
}.ex-secure-cache h1 {
    padding-left: 0.5rem;
    font-size: calc(19px - 0.5rem);
    border-left-width: 3px;
}.ex-secure-cache h1::before {
    top: -5px;
    width: 5px;
    height: 5px;
}.ex-secure-cache h2 {
    padding-left: 0.5rem;
    font-size: calc(19px - 0.5rem);
    border-left-width: 3px;
}.ex-secure-cache h2::before {
    top: -4px;
    width: 4px;
    height: 4px;
}.ex-secure-cache p,
    .ex-secure-cache li {
    font-size: calc(18px - 0.2rem);
}.ex-secure-cache > div {
    padding: 0.5rem;
}.ex-secure-cache > div::before {
    bottom: -2px;
    right: -2px;
    top: -2px;
    left: -2px;
}}



@media (max-width: 480px) {.ex-pricing-set {
    padding: 60px 0;
}.ex-pricing-set .ex-pricing-fees {
    gap: 40px;
}.ex-pricing-set .ex-pro-fees {
    gap: 25px;
}.ex-pricing-set .ex-payment-plan h3 {
    font-size: 21px;
}.ex-pricing-set .ex-premium-cost {
    font-size: 21px;
}.ex-pricing-set .ex-payment-plan p {
    font-size: calc(18px - 0.1rem);
}}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .ex-head-tutor svg {
    height: 30px;
}}



@media (max-width: 576px) {footer .ex-reg-remind {
    padding: 50px 0 20px;
}footer .ex-ask-support {
    margin-bottom: 30px;
    padding: 15px;
}footer .ex-top-edu::after {
    width: 50px;
}footer .ex-head-nav h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .ex-nav-main a, footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .ex-discover-learning {
    padding: 12px 15px;
}}


@media only screen and (max-width: 1200px) {.ex-cookie-dialog-banner {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.ex-cookie-menu {
    display: none;
}.ex-cookie-guard {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.ex-cookie-dialog-banner h5 {
    text-align: center;
}.ex-cookie-dialog-banner p {
    text-align: center;
}.ex-cookie-lock {
    margin-bottom: 20px;
}body .ex-warp-container .ex-privacy-opt {
    margin-left: 0;
}}



@media (max-width: 991px) {.ex-thankYouDiv {
    padding: 4rem 1.5rem;
}.ex-thankYouDiv h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.ex-thankYouDiv .ex-smart-track {
    padding: 2rem;
}
}



@media (max-width: 767px) {.ex-thankYouDiv {
    padding: 3rem 1rem;
}.ex-thankYouDiv h2 {
    border-left: 3px solid rgb(201,198,212);
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.ex-thankYouDiv .ex-smart-track {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.ex-thankYouDiv li::before {
    left: -1rem;
}
}



@media (max-width: 1199px) {.ex-target-audience div > div {
    margin: 0 -30px;
}
}



@media (max-width: 767px) {.ex-target-audience {
    padding: 70px 0;
}.ex-target-audience h4 {
    font-size: 32px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}.ex-target-audience div > div {
    margin: 0;
    gap: 25px;
    grid-template-columns: 1fr;
}.ex-target-audience p {
    padding: 25px;
    transform: none !important;
}.ex-target-audience p:hover {
    transform: translateY(-10px) !important;
}.ex-target-audience .ex-smart-track::before {
    height: 120px;
    top: -50px;
    left: -60px;
    width: 120px;
}.ex-target-audience .ex-smart-track::after {
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}



@keyframes float {
    0% {
        transform: rotate(25deg) translateY(0);
    }
    100% {
        transform: rotate(25deg) translateY(-20px);
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

