﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

svg {
    width: 30px;
    height: 30px;
}

html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}

.ex-connect-with-us .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ex-connect-with-us h2 {
    color: rgb(201,198,212);
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 35px;
    position: relative;
    text-align: center;
}

.ex-connect-with-us .ex-connect-links::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    height: 5px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}

.ex-connect-with-us #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.ex-connect-with-us input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    font-size: 13px;
    border: 2px solid rgb(236,234,239);
    border-radius: 10px;
    padding: 18px 20px;
}

.ex-connect-with-us .ex-support-message input[type="checkbox"]:checked::after {
    height: 10px;
    content: "";
    top: 5px;
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    left: 8px;
}

.ex-connect-with-us .ex-message-links:hover::before {
    left: 100%;
}

.ex-connect-with-us svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(201,198,212);
    height: 22px;
}

.ex-connect-with-us svg:hover {
    transform: translateY(-2px);
    fill: rgb(165,161,179);
}

.ex-teaching-experience::after {
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(201,198,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(165,161,179,0.5) 0%, transparent 40%);
    filter: blur(60px);
    top: -50%;
    content: "";
    height: 200%;
    z-index: 0;
    left: -50%;
    width: 200%;
    opacity: 0.3;
    position: absolute;
}

.ex-teaching-experience .ex-student-praise:hover .ex-img-hover-box::before {
    opacity: 0.4;
}

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

.ex-teaching-experience .ex-student-praise:hover span:not(.name) {
    transform: translateY(-5px);
}

.ex-teaching-experience .ex-student-praise:hover span:not(.name)::after {
    transform: scaleX(1);
}

.ex-teaching-experience .ex-career-table {
    line-height: 1.8;
    position: relative;
    font-weight: 400;
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    padding: 0 50px 50px 70px;
    transform: translateY(0);
    grid-column: 2;
    color: #000000;
    grid-row: 2;
    margin: 0;
}

.ex-secure-cache h1 {
    color: rgb(201,198,212);
    font-size: 45px;
    padding-left: 1rem;
    font-weight: 700;
    border-left: 5px solid rgb(201,198,212);
    margin-bottom: 1.5rem;
    position: relative;
}

.ex-secure-cache p {
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 18px;
    padding-left: 1rem;
}

.ex-secure-cache > div::before {
    border-radius: 10px;
    content: '';
    pointer-events: none;
    right: -5px;
    position: absolute;
    border: 1px dotted rgb(201,198,212);
    top: -5px;
    bottom: -5px;
    left: -5px;
}

.ex-program-offerings .ex-education-track {
    flex-direction: column;
    display: flex;
}

.ex-program-offerings .ex-text-display-box::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(201,198,212,0.5) 49%, rgb(201,198,212,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(165,161,179,0.5) 49%, rgb(165,161,179,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    opacity: 0.1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
}

.ex-program-offerings .ex-text-display-box .description:last-child {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(165,161,179);
    padding: 15px 20px;
}

.ex-program-offerings .ex-img-hover-box::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    z-index: 3;
    top: 0;
}

.ex-pricing-set .ex-pricing-fees {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}

.ex-pricing-set .ex-access-plans h2 {
    position: relative;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.ex-pricing-set .ex-access-rates {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    will-change: transform;
    z-index: 1;
}

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

.ex-pricing-set .ex-premium-cost {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(21px + 0.5rem);
    color: rgb(201,198,212);
    padding-bottom: 10px;
    margin: 10px 0 20px;
}

.ex-pricing-set .ex-access-rates:hover .ex-img-hover-box {
    transform: scale(1.05);
}

header .ex-page-nav {
    width: 100%;
}

header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

header .ex-head-nav {
    display: flex;
    gap: 25px;
    position: relative;
}

header .ex-header-main {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px;
}

header .ex-header-main:hover {
    text-shadow: 0 0 8px rgb(201,198,212,0.5);
    color: rgb(201,198,212);
}

header .ex-head-tutor:after {
    transition: width 0.4s ease;
    width: 0;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background: rgb(201,198,212);
    bottom: -8px;
    position: absolute;
    height: 1px;
}

footer .info_item {
    align-items: center;
    display: flex;
}

footer .info_item svg {
    fill: rgb(201,198,212);
    margin-right: 15px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

footer .info_item p,
footer .info_item a {
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .ex-head-nav {
    position: relative;
}

footer .ex-head-nav h5 {
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
}

footer .subscribe_holder {
    border-radius: 21px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 35px;
    position: relative;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.7;
}

footer .ex-discover-learning {
    text-transform: uppercase;
    background-color: rgb(201,198,212);
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    border: none;
    padding: 15px 20px;
}

.ex-company-overview .container {
    padding: 0 30px;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.ex-company-overview .ex-text-display-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.ex-company-overview .ex-text-display-box h5 {
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
}

.ex-company-overview .ex-text-display-box > div:nth-child(2) p::before {
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(165,161,179);
    border-radius: 3px;
    left: 0;
    width: 6px;
    content: "";
}

.ex-join-list .ex-smart-track {
    z-index: 2;
    transform: skewY(2deg);
    position: relative;
}

.ex-join-list::before {
    background: linear-gradient(135deg, rgb(165,161,179) 0%, rgb(165,161,179,0.5) 100%);
    z-index: 1;
    left: -5%;
    top: -10%;
    height: 200%;
    position: absolute;
    content: "";
    opacity: 0.7;
    transform: rotate(-15deg);
    border-radius: 22px;
    width: 60%;
    animation: pulse 8s infinite alternate;
}

.ex-join-list .ex-join-now::placeholder {
    color: #000000;
    opacity: 0.7;
}

.ex-join-list .ex-discover-learning:hover {
    background: linear-gradient(135deg, rgb(201,198,212) 0%, rgb(165,161,179) 100%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: perspective(800px) rotateX(0) translateY(-5px) translateZ(0);
}

.ex-cookie-dialog-banner p {
    font-size: 18px;
}

.ex-privacy-opt {
    font-size: 24px;
    border-bottom: 2px solid rgb(201,198,212);
    margin-left: 10px;
    line-height: 35px;
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    color: rgb(201,198,212);
}

.ex-title-screen .ex-learn-start > div:first-child {
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
}

.ex-title-screen .ex-fast-classes > div:hover {
    transform: scale(1.02);
}

.ex-title-screen .ex-fast-classes h3 {
    font-size: calc(21px * 0.95);
    transform: translateX(5%);
    margin: 0 0 1.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.5;
    padding: 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-left: 3px solid rgb(201,198,212);
    position: relative;
    z-index: 3;
    background: linear-gradient(90deg, 
                rgba(rgb(165,161,179,0.5), 0.3) 0%, 
                rgba(rgb(201,198,212,0.5), 0.3) 100%);
}

.ex-thankYouDiv::after {
    right: -50%;
    transform: rotate(25deg);
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    content: "";
    top: -50%;
    z-index: 0;
    height: 100%;
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ex-thankYouDiv .ex-smart-track::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(201,198,212) 0%, rgb(165,161,179) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
}



.ex-thankYouDiv .ex-smart-track:hover {
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}



.ex-target-audience::after {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    top: 0;
    content: '';
}

.ex-target-audience h4::after {
    left: 50%;
    height: 1px;
    position: absolute;
    content: '';
    bottom: -5px;
    transform: translateX(-50%);
    width: 200px;
    background: rgb(165,161,179,0.5);
}

.ex-target-audience p {
    backdrop-filter: blur(5px);
    z-index: 1;
    padding: 30px 35px;
    display: flex;
    border: 1px solid rgb(201,198,212,0.5);
    font-size: calc(13px * 1.05);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    align-items: flex-start;
    overflow: visible;
    line-height: 1.7;
    border-radius: 0;
    box-shadow: 
        0 0 20px rgb(201,198,212,0.5),
        inset 0 0 10px rgb(201,198,212,0.5);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.ex-target-audience p svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(201,198,212,0.5));
    height: 36px;
    flex-shrink: 0;
    width: 36px;
    margin-right: 20px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.ex-connect-with-us {
    padding: 80px 0;
}.ex-connect-with-us .ex-connect-links {
    flex-direction: column-reverse;
}.ex-connect-with-us .ex-img-hover-box {
    flex: 0 0 auto;
    min-height: 350px;
}.ex-connect-with-us .ex-help-support {
    flex: 0 0 auto;
    padding: 50px 40px;
}.ex-connect-with-us .ex-help-support::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 10px;
}
}



@media (max-width: 480px) {.ex-teaching-experience {
    padding: 80px 0;
}.ex-teaching-experience .container {
    padding: 0 20px;
}.ex-teaching-experience .ex-img-hover-box {
    min-height: 250px;
}.ex-teaching-experience .name {
    font-size: calc(24px * 0.85);
    padding: 30px 25px 5px 25px;
}.ex-teaching-experience .ex-student-praise span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(14px * 0.95);
}.ex-teaching-experience .ex-student-praise span:not(.name)::after {
    bottom: 20px;
    width: 30px;
    left: 25px;
}.ex-teaching-experience .ex-career-table {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
    padding: 0 25px 30px 25px;
}}



@media (max-width: 768px) {.ex-program-offerings {
    padding: 60px 0;
}.ex-program-offerings .ex-text-display-box {
    margin-bottom: 30px;
    padding: 30px;
}.ex-program-offerings .ex-text-display-box h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.ex-program-offerings .ex-img-hover-box {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}



@media (min-width: 992px) {.ex-pricing-set {
    padding: 150px 0;
}.ex-pricing-set .ex-pricing-fees {
    gap: 80px;
    grid-template-columns: 1fr;
}.ex-pricing-set .ex-pro-fees {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.ex-pricing-set .ex-pricing-deals {
    min-height: 480px;
}
}



@media (max-width: 767px) {header .ex-head-nav {
    z-index: 1001;
    top: 0;
    max-width: 300px;
    width: 80%;
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    gap: 20px;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    right: -100%;
    background: #000000;
    flex-direction: column;
}header .menu.active {
    right: 0;
}header .ex-header-main {
    border-bottom: 1px solid rgb(201,198,212,0.5);
    padding: 10px 5px;
    width: 100%;
}header .ex-head-nav:before {
    display: none;
}header .ex-head-tutor {
    margin-right: auto;
    margin-left: auto;
}
}



@media (max-width: 576px) {.ex-company-overview {
    padding: 40px 0;
}.ex-company-overview .container {
    padding: 0 15px;
}.ex-company-overview .ex-text-display-box {
    padding: 25px 15px;
}.ex-company-overview .ex-text-display-box h5 {
    font-size: calc(24px * 0.85);
}.ex-company-overview .ex-text-display-box > div:nth-child(2) p {
    font-size: calc(24px * 0.9);
}.ex-company-overview .ex-text-display-box ol li {
    font-size: calc(16px * 0.9);
    padding: 5px 0 5px 10px;
    line-height: 1.6;
}}



@media screen and (min-width: 768px) {.ex-title-screen .ex-learn-start {
    align-items: center;
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
}.ex-title-screen .ex-learn-start > div:first-child {
    transform: perspective(1000px) rotateX(4deg) rotateY(-3deg);
}.ex-title-screen .ex-learn-start > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.ex-title-screen .ex-fast-classes > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.ex-title-screen .ex-fast-classes h3 {
    margin-left: auto;
    width: 80%;
    margin-right: auto;
    font-size: 21px;
}.ex-title-screen .title_style_header {
    font-size: calc(48px * 1.1);
}
}



@media (min-width: 1200px) {.ex-thankYouDiv .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.ex-thankYouDiv h2 {
    margin-left: 3rem;
    max-width: 80%;
}.ex-thankYouDiv .ex-smart-track {
    transform: translateY(30px) translateX(-2rem);
    margin-left: auto;
    width: 85%;
}.ex-thankYouDiv .ex-smart-track:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}



@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}

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

