﻿a {
    text-decoration: none;
    color: inherit;
}

header,footer {
    width: 100%;
}

header {
    top: 0;
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    z-index: 1000;
    left: 0;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(201,198,212) 100%);
    backdrop-filter: blur(8px);
    position: fixed;
    border-bottom: 1px solid rgb(201,198,212,0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.ex-connect-with-us .ex-connect-links {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    border-radius: 14px;
    position: relative;
}

.ex-connect-with-us .ex-help-support {
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    flex: 0 0 50%;
}

.ex-connect-with-us h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    display: inline-block;
}

.ex-connect-with-us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.ex-connect-with-us .ex-support-message input[type="checkbox"]:checked {
    border-color: rgb(201,198,212);
    background: rgb(201,198,212);
}

.ex-connect-with-us .ex-support-message a {
    color: rgb(201,198,212);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.ex-connect-with-us .ex-message-links:hover {
    background: rgb(165,161,179);
    box-shadow: 0 10px 25px rgb(165,161,179,0.5);
    transform: translateY(-3px);
}

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

.ex-teaching-experience {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: rgb(236,234,239);
}

.ex-teaching-experience .ex-student-praise {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin: 0 auto;
    border-radius: 21px;
    max-width: 1000px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-rows: auto auto;
    position: relative;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1fr;
    display: grid;
    overflow: hidden;
    transform: perspective(1200px) rotateY(0deg);
}

.ex-teaching-experience .ex-student-praise span:not(.name) {
    font-size: 14px;
    font-weight: 300;
    padding: 35px 50px 40px 70px;
    align-self: end;
    transform: translateY(0);
    margin: 0;
    position: relative;
    color: rgb(165,161,179);
    z-index: 2;
    grid-column: 2;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    grid-row: 1;
}

.ex-secure-cache {
    background-color: rgb(236,234,239);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #000000;
    position: relative;
    margin: 2rem;
    padding: 2rem;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.ex-secure-cache ul,
.ex-secure-cache ol {
    padding-left: 2rem;
    margin: 1.5rem 0;
    list-style-position: inside;
}

.ex-secure-cache ul {
    list-style-type: square;
}

.ex-secure-cache li::before {
    left: -1.5rem;
    width: 0.5rem;
    content: '';
    top: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
    background-color: rgb(201,198,212);
    position: absolute;
}

.ex-program-offerings::before {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(201,198,212,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(165,161,179,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
}



.ex-program-offerings::before,
.ex-program-offerings::after,
.ex-program-offerings .ex-text-display-box::before,
.ex-program-offerings .container::before,
.ex-program-offerings .container::after {
    pointer-events: none;
}

.ex-program-offerings .ex-text-display-box h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(201,198,212) 0%, rgb(165,161,179) 100%);
    width: 80px;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
}

.ex-program-offerings .ex-img-hover-box::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    position: absolute;
    z-index: 2;
}

.ex-pricing-set::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.ex-pricing-set .ex-access-plans h2::after {
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(201,198,212), rgb(165,161,179));
    position: absolute;
    height: 3px;
}

.ex-pricing-set .ex-access-rates:hover .ex-pricing-deals {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}

.ex-pricing-set .ex-access-rates:hover .ex-pricing-deals::before {
    transform: scaleY(1);
}

.ex-pricing-set .ex-payment-plan {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    flex-direction: column;
    flex: 1;
    display: flex;
}

.ex-pricing-set .ex-access-rates:nth-child(even):hover .ex-payment-plan h3 {
    color: rgb(165,161,179);
}

.ex-pricing-set .ex-premium-cost::after {
    height: 3px;
    opacity: 0.6;
    width: 40px;
    background: currentColor;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
}

.ex-pricing-set .ex-img-hover-box::after {
    opacity: 0;
    bottom: 0;
    height: 40%;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    content: "";
}

header .ex-head-nav:hover:before {
    transform: scaleX(1);
}

header .ex-header-main:after {
    left: 0;
    background: rgb(201,198,212);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    bottom: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    transform: scaleX(0);
}

header .ex-header-main:hover:before {
    opacity: 1;
}

header .ex-head-tutor:hover svg {
    transform: scale(1.05);
}

header .ex-head-tutor:hover:after {
    width: 100%;
}

footer {
    position: relative;
    width: 100%;
}

footer .ex-cert-block {
    z-index: 1;
    position: relative;
}

footer .ex-ask-support {
    border-radius: 0 21px 21px 0;
    border-left: 4px solid rgb(201,198,212);
    margin-bottom: 60px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
}

footer .ex-top-edu {
    position: relative;
}

footer .ex-top-edu svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

footer .ex-head-nav h5::after {
    background-color: rgb(201,198,212);
    height: 3px;
    width: 40px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

footer .subscribe_holder::before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(201,198,212,0.5), transparent);
    border-radius: 21px;
    opacity: 0.1;
    content: "";
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .ex-discover-learning::after {
    height: 300px;
    width: 30px;
    transition: all 0.7s ease;
    left: -100px;
    top: -100px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
}

.ex-company-overview::before {
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgb(201,198,212,0.5), rgba(20, 30, 80, 0.85));
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ex-company-overview .ex-text-display-box > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

.ex-company-overview .ex-text-display-box > div:nth-child(2) {
    margin-bottom: 30px;
}

.ex-company-overview .ex-text-display-box > div:nth-child(2) p {
    position: relative;
    transform: translateX(5px);
    display: inline-block;
    margin: 0;
    font-size: calc(24px * 1.3);
    padding-left: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.ex-join-list {
    padding: 4rem 2rem;
    margin: 3rem 0;
    background: linear-gradient(135deg, rgb(236,234,239) 0%, rgb(201,198,212,0.5) 100%);
    overflow: hidden;
    position: relative;
    transform: skewY(-2deg);
}

.ex-join-list p {
    font-size: 33px;
    max-width: 80%;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    transform: translateX(-5%);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.ex-join-list .ex-join-now {
    flex: 1;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(2deg);
    color: #000000;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    background: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 10px;
}

.ex-cookie-guard {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.ex-cookie-menu svg, .ex-cookie-menu svg path, .ex-cookie-menu img {
    height: 100px;
    fill: rgb(201,198,212);
    width: 100px;
}


.ex-warp-container .ex-cookie-guard {
    justify-content: flex-end;
}

.ex-warp-container .ex-cookie-lock {
    text-align: right;
}

.ex-title-screen::before {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(165,161,179,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(201,198,212,0.5) 0%, transparent 40%);
    position: absolute;
}

.ex-title-screen .ex-fast-classes > div {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem 2rem;
    height: 100%;
    flex-direction: column;
    position: relative;
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    display: flex;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    min-height: 400px;
    justify-content: space-between;
}

.ex-title-screen .ex-fast-classes > div > div {
    width: 90%;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}

.ex-title-screen .title_style_header {
    text-align: center;
    font-weight: 700;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    animation: titlePulse 3s infinite alternate;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 36px;
}

.ex-thankYouDiv .container {
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    perspective: 1000px;
}

.ex-thankYouDiv .ex-smart-track {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 3rem;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(30px);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    overflow: hidden;
}

.ex-target-audience {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-size: 60px 60px;
    background-color: #000000;
}

.ex-target-audience .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ex-target-audience h4::before {
    box-shadow: 0 0 10px 2px rgb(201,198,212);
    width: 120px;
    background: rgb(201,198,212);
    content: '';
    left: 50%;
    height: 3px;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
}

.ex-target-audience p::before {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: 0;
    width: 30px;
    bottom: 0;
    background: rgb(201,198,212);
    content: '';
    height: 30px;
}

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

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

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

.ex-target-audience p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}

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

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

.ex-target-audience p:hover svg path {
    fill: rgb(165,161,179);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 1200px) {.ex-connect-with-us {
    background: #ffffff;
}
}



@media (max-width: 768px) {.ex-connect-with-us {
    padding: 60px 0;
}.ex-connect-with-us h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 4px);
}.ex-connect-with-us .ex-help-support {
    padding: 40px 30px;
}.ex-connect-with-us #contact {
    gap: 25px;
}.ex-connect-with-us .ex-img-hover-box {
    min-height: 300px;
}
}



@media (max-width: 768px) {.ex-teaching-experience {
    padding: 100px 0;
}.ex-teaching-experience .container {
    padding: 0 30px;
}.ex-teaching-experience .ex-student-praise {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.ex-teaching-experience .ex-img-hover-box {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    grid-row: 1;
}.ex-teaching-experience .name {
    padding: 40px 30px 5px 30px;
    text-align: left;
    grid-column: 1;
    grid-row: 2;
}.ex-teaching-experience .ex-student-praise span:not(.name) {
    text-align: left;
    padding: 10px 30px 40px 30px;
    grid-row: 3;
    grid-column: 1;
}.ex-teaching-experience .ex-student-praise span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.ex-teaching-experience .ex-career-table {
    grid-column: 1;
    grid-row: 4;
    padding: 0 30px 40px 30px;
}
}



@media (min-width: 768px) {.ex-pricing-set .ex-pricing-fees {
    grid-template-columns: 1fr;
}.ex-pricing-set .ex-pro-fees {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}



@media (min-width: 1200px) {.ex-pricing-set .ex-pro-fees {
    gap: 40px;
}
}



@media (max-width: 767px) {.ex-pricing-set {
    padding: 80px 0;
}.ex-pricing-set .ex-access-plans h2 {
    font-size: calc(32px - 0.4rem);
}.ex-pricing-set .ex-study-pricing {
    font-size: 18px;
}.ex-pricing-set .ex-payment-plan {
    padding: 30px 20px;
}.ex-pricing-set .ex-pricing-deals {
    min-height: 400px;
}.ex-pricing-set .ex-img-hover-box {
    height: 160px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .ex-discover-learning {
    white-space: nowrap;
}
}



@media (max-width: 992px) {.ex-company-overview {
    padding: 80px 0;
}.ex-company-overview .ex-text-display-box {
    padding: 40px 30px;
}.ex-company-overview .ex-text-display-box > div:nth-child(2) p {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 768px) {.ex-join-list {
    padding: 3rem 1.5rem;
    transform: skewY(-1deg);
}.ex-join-list .ex-smart-track {
    transform: skewY(1deg);
}.ex-join-list p {
    transform: translateX(0);
    text-align: left;
    max-width: 100%;
    font-size: 23px;
    margin-bottom: 1.5rem;
}.ex-join-list .input_holder {
    transform: translateX(0);
    align-items: stretch;
    flex-direction: column;
}.ex-join-list .ex-join-now {
    width: 100%;
    margin-bottom: 1rem;
}.ex-join-list .ex-discover-learning {
    width: 100%;
}}



@media screen and (max-width: 767px) {.ex-title-screen {
    padding: 3rem 1rem;
}.ex-title-screen .ex-learn-start {
    gap: 1.5rem;
    width: 95%;
}.ex-title-screen .ex-learn-start > div:first-child {
    padding: 1.5rem;
}.ex-title-screen .ex-learn-start > div:first-child p {
    font-size: 16px;
}.ex-title-screen .ex-fast-classes > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.ex-title-screen .ex-fast-classes h3 {
    transform: translateX(0);
    font-size: calc(21px * 0.85);
    padding: 1rem;
}.ex-title-screen .ex-fast-classes > div > div > div {
    padding: 1.5rem 1rem;
}.ex-title-screen .title_style_header {
    font-size: calc(36px * 0.9);
}}



@media (hover: hover) {.ex-thankYouDiv .ex-smart-track {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (max-width: 480px) {.ex-target-audience {
    padding: 60px 0;
}.ex-target-audience h4 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.85);
}.ex-target-audience p {
    font-size: 13px;
    padding: 20px;
}.ex-target-audience p svg {
    height: 28px;
    margin-right: 12px;
    width: 28px;
}.ex-target-audience p::after {
    font-size: 43px;
    right: 15px;
    top: -10px;
}
}



@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



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



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(165,161,179);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(165,161,179), 0 0 30px rgb(165,161,179,0.5);
    }
}



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

