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

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

header,footer {
    width: 100%;
}

header .top_mainbar .main_top {
    position: relative;
    transform: translateY(-5px);
    transition: all 0.4s ease;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
}

header .top_mainbar .main_top .top_main {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}

header .top_mainbar .head_sitewrap {
    justify-content: flex-end;
    padding: 0;
    background: linear-gradient(90deg, transparent, rgb(207,198,212,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    list-style: none;
    display: flex;
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    width: 80vw;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

header .top_mainbar .head_sitewrap .nav_mainwrap a:hover::after {
    width: calc(100% - 3rem);
}

footer .glossary {
    z-index: 1;
    position: relative;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(207,198,212);
}

footer .info_item::after {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .info_item:hover::before {
    opacity: 1;
}

footer .text_main_holder {
    gap: 0;
    display: flex;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    margin: 0 -20px;
    overflow-x: auto;
    padding: 0 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

footer .head_sitewrap::after {
    background-size: 30px 30px;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    content: "";
    pointer-events: none;
    top: 0;
    opacity: 0.3;
    left: 0;
    right: 0;
    position: absolute;
}

footer .subscribe_holder h5 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

footer .join_section:hover {
    background-color: rgb(171,161,179,0.5);
}

footer .abuse_ctrl::before {
    position: absolute;
    left: 20%;
    top: 0;
    height: 1px;
    content: "";
    right: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
}

.title_screen > div > div:first-child {
    max-width: 700px;
    flex-direction: column;
    position: relative;
    transform: translateX(2%);
    gap: 1.5rem;
    display: flex;
}

.title_screen > div > div:first-child {
    transform: translateX(0);
    align-items: center;
}

.title_screen .edu_online {
    position: relative;
    animation: fadeUp 1s ease-out forwards 0.6s;
    opacity: 0;
    width: 100%;
    transform: translateY(40px);
}

.title_screen .founders_team::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    height: 100%;
    width: 100%;
    left: 0;
}

.stay_connected {
    z-index: 1;
    background: rgb(238,234,239);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

.stay_connected .pro_track {
    gap: 0;
    display: grid;
    position: relative;
    grid-template-columns: 38.2% 61.8%;
}

.stay_connected .pro_track::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    z-index: -1;
    background: rgb(207,198,212);
    bottom: -60px;
    animation: rotateDiamond 15s linear infinite;
    width: 120px;
    height: 120px;
    content: "";
    left: 38.2%;
    opacity: 0.05;
}

.stay_connected .input_holder:hover::before {
    transform: translate(4px, -4px);
}

.stay_connected .fresh_start:focus {
    border-color: rgb(207,198,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stay_connected .contact_query::before {
    top: 0;
    background: rgb(207,198,212);
    position: absolute;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    z-index: -1;
    left: -100%;
    width: 100%;
}

.privacy_gate {
    margin-right: 15px;
    flex-shrink: 0;
}

.privacy_gate svg:hover {
    fill: rgb(171,161,179);
}

.visitor_privacy {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}

.data_approval:hover {
    background: rgb(171,161,179);
    box-shadow: 0 0 10px rgb(171,161,179,0.5);
}

.cookie_modal_message p a {
    color: rgb(207,198,212);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.deal_plan::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    top: 0;
}

.deal_plan .payment_scheme {
    margin: 0 auto;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    max-width: 600px;
}

.deal_plan .study_fees:nth-child(4) {
    --index: 4;
}

.deal_plan .fee_package::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179));
}

.deal_plan .pricing_tiers h3::after {
    width: 40px;
    left: 0;
    background-color: rgb(207,198,212);
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    bottom: -8px;
}

.deal_plan .content_image {
    width: 100%;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}

.our_background::after {
    width: 40%;
    transform: rotate(-15deg);
    height: 60%;
    animation: floatGlow 18s infinite alternate ease-in-out;
    content: "";
    filter: blur(60px);
    top: -5%;
    background: linear-gradient(120deg, 
        rgb(207,198,212,0.5) 0%,
        rgb(171,161,179,0.5) 100%);
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    right: -5%;
}

.our_background .insight_box::before {
    left: 0;
    background: linear-gradient(45deg, 
        rgba(rgb(207,198,212), 0.05) 0%,
        rgba(rgb(171,161,179), 0.05) 100%);
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
}

.our_background span {
    display: block;
    column-count: 1;
    text-align: justify;
    column-gap: 40px;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.thxCard::before {
    right: -50px;
    height: 200px;
    background: rgb(171,161,179,0.5);
    z-index: 0;
    filter: blur(60px);
    width: 200px;
    content: "";
    border-radius: 50%;
    top: -50px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
}

.thxCard h2::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    background: rgb(207,198,212);
    transition: transform 0.5s ease;
    transform: scaleX(1);
    width: 60px;
    height: 3px;
    bottom: -15px;
}

.thxCard li::before {
    transition: transform 0.3s ease;
    height: 8px;
    transform: rotate(45deg);
    background: rgb(207,198,212);
    top: 10px;
    left: 0;
    content: "";
    position: absolute;
    width: 8px;
}

.customer_reviews h4 {
    display: block;
    font-size: 41px;
    transform: skewY(0);
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
}

.customer_reviews .user_experience {
    transform: translateY(0);
    margin: 0 20px 40px;
    width: calc(33.333% - 40px);
    position: relative;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px 0;
    flex-direction: column;
}

.customer_reviews .user_experience span {
    padding-left: 15px;
    transform: translateX(0);
    position: relative;
    color: #000000;
    font-size: calc(13px * 1.1);
    font-weight: 600;
    transition: transform 0.3s ease;
    margin: 10px 0;
}

.customer_reviews .user_experience:nth-child(3n+1):hover {
    transform: translateY(5px);
}

.teacher_profile::before {
    left: 0;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,198,212,0.5) 0,
        rgb(207,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
}

.teacher_profile .name {
    color: #000000;
    font-weight: 700;
    transform: translateZ(20px);
    transition: transform 0.5s ease;
    font-size: calc(38px * 1.2);
    margin-bottom: 0.5rem;
}

.teacher_profile .job_box {
    transition: transform 0.5s ease 0.2s;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    position: relative;
    font-size: 14px;
    transform: translateZ(10px);
}

.teacher_profile .user_experience:hover .name {
    transform: translateZ(40px);
}

.contact::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,198,212,0.5),
        rgb(207,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.contact form h3::after {
    height: 3px;
    bottom: -10px;
    position: absolute;
    border-radius: 1.5px;
    background: rgb(207,198,212);
    width: 100%;
    content: "";
    left: 0;
}

.contact .inquiry_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact .inquiry_section input[type="checkbox"]:checked + label::before {
    background: rgb(207,198,212);
}

.contact .inquiry_section label a {
    text-decoration: none;
    color: rgb(207,198,212);
    transition: all 0.3s ease;
}

.contact svg {
    fill: rgb(207,198,212);
    height: 20px;
    width: 20px;
}

.program_overview::before {
    height: 100%;
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(207,198,212,0.5) 0px,
        rgb(207,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.program_overview .content_image {
    border-radius: 23px;
    overflow: hidden;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-3deg);
}

.program_overview .description {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0.5rem;
    transition: all 0.3s ease;
    line-height: 1.7;
    color: #000000;
}

.program_overview .description:nth-of-type(2)::after {
    bottom: 0;
    position: absolute;
    background: rgb(171,161,179);
    opacity: 0.2;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -10px;
}

.potential_learners .pro_track {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}

.potential_learners h3::after {
    background: rgb(207,198,212);
    box-shadow: 0 0 15px rgb(207,198,212);
    border-radius: 50px;
    content: '';
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 120px;
    position: absolute;
    height: 3px;
}

.potential_learners li::after {
    left: -50%;
    width: 200%;
    top: -50%;
    transform: scale(0.5);
    transition: all 0.5s ease;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(rgb(171,161,179,0.5), 0.3) 0%,
        transparent 70%
    );
    height: 200%;
}

.potential_learners li:hover svg {
    fill: rgb(207,198,212);
    transform: rotate(15deg);
    filter: drop-shadow(0 0 8px rgb(207,198,212));
}

.privacy_chamber {
    padding: 4rem 2rem;
    position: relative;
    color: #000000;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(240, 242, 245, 0.9) 100%);
    font-family: Arial, sans-serif;
}

.privacy_chamber h1::after {
    transform-origin: left center;
    width: 4rem;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.5s ease-out;
    bottom: -0.6rem;
    height: 3px;
    background: rgb(207,198,212);
    transform: scaleX(1);
}

.privacy_chamber h4::before {
    left: 0;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(171,161,179);
    position: absolute;
    width: 5px;
    content: "";
}

.privacy_chamber strong::after {
    background: rgb(207,198,212,0.5);
    transform-origin: left;
    position: absolute;
    width: 100%;
    transform: scaleX(0.3);
    content: "";
    left: 0;
    bottom: -2px;
    transition: transform 0.3s ease;
    height: 1px;
}

.privacy_chamber li:hover {
    transform: translateX(5px);
}

.privacy_chamber span {
    color: #000000;
    background: rgba(#ffffff, 0.5);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 14px;
    padding: 1rem;
    display: block;
    border-left: 2px solid rgb(207,198,212,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: perspective(1000px) rotateX(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}



@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_top::before,
    footer .head_sitewrap::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}



@media (max-width: 576px) {footer .rating_stars {
    padding: 50px 0 20px;
}footer .main_top::before,
    footer .head_sitewrap::before,
    footer .subscribe_holder::before {
    font-size: 2rem;
    top: 15px;
    left: 15px;
}footer .nav_pagebar {
    height: auto;
    max-height: 220px;
}footer .main_top, footer .head_sitewrap, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .head_sitewrap h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .join_section {
    padding: 12px;
}}



@media (max-width: 576px) {.stay_connected {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.stay_connected p {
    padding-left: 1rem;
}.stay_connected p::before {
    width: 2px;
}.stay_connected p::after {
    height: 2px;
}.stay_connected .fresh_start,
    .stay_connected .contact_query {
    padding: 1rem;
}.stay_connected .pro_track::before,
    .stay_connected .pro_track::after {
    display: none;
}}



@media (min-width: 768px) {.deal_plan .learn_sub {
    grid-template-columns: repeat(2, 1fr);
}.deal_plan .pricing_tiers {
    padding: 40px;
}.deal_plan .content_image {
    height: 220px;
}
}



@media (max-width: 480px) {.deal_plan {
    padding: 60px 0;
}.deal_plan .annual_plan h2 {
    font-size: calc(31px * 0.85);
}.deal_plan .pricing_tiers h3 {
    font-size: calc(23px * 0.95);
}.deal_plan .content_image {
    height: 160px;
}}



@media (max-width: 767px) {.our_background {
    padding: 80px 0 60px;
}.our_background h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.our_background .insight_box {
    padding: 30px 20px;
}.our_background h6 {
    font-size: 23px;
    margin-bottom: 20px;
}.our_background span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.our_background .insight_box div::before,
    .our_background .insight_box div::after {
    width: 50px;
    height: 50px;
}
}



@media (max-width: 768px) {.customer_reviews {
    padding: 70px 0 90px;
}.customer_reviews .user_experience {
    width: 100%;
    margin: 0 0 50px;
    transform: translateY(0) !important;
}.customer_reviews .user_experience:hover {
    transform: translateY(-10px) !important;
}.customer_reviews h4 {
    font-size: calc(41px * 0.8);
}.customer_reviews h4::after {
    width: 80%;
    left: 10%;
    transform: skewX(0);
}}



@media screen and (min-width: 992px) {.contact .content_image {
    width: 50%;
}.contact .request_support {
    width: 50%;
    padding: 60px;
}
}



@media (min-width: 768px) {.program_overview .ready_skills {
    align-items: flex-start;
    flex-direction: row;
}.program_overview .content_image {
    height: 450px;
    flex: 0 0 45%;
}.program_overview .insight_box {
    padding-left: 2.5rem;
    flex: 0 0 55%;
}.program_overview .description {
    font-size: calc(16px + 0.05rem);
}.program_overview h2 {
    margin-left: auto;
    font-size: calc(35px + 0.2rem);
    margin-right: auto;
    max-width: 80%;
}.program_overview .content_image:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
}



@media (min-width: 992px) {.privacy_chamber {
    padding: 8rem 4rem;
}.privacy_chamber::before {
    height: 40vh;
    width: 40vw;
}.privacy_chamber::after {
    height: 50vh;
    width: 50vw;
}.privacy_chamber h1 {
    font-size: calc(46px * 1.5);
    transform: translateZ(0);
    margin-bottom: 4rem;
}.privacy_chamber h1::after {
    width: 8rem;
}.privacy_chamber h2 {
    padding-left: 1.5rem;
    border-left-width: 4px;
    font-size: calc(29px * 1.2);
    margin: 4rem 0 2rem;
}.privacy_chamber p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.privacy_chamber ul {
    margin: 2rem 0 2.5rem;
}.privacy_chamber li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.privacy_chamber span {
    line-height: 1.8;
    padding: 2rem;
    margin-left: 2rem;
}
}



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



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

