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


header .top_mainbar {
    background: linear-gradient(120deg, rgb(207,198,212) 0%, rgb(171,161,179,0.5) 100%);
    width: 100%;
    align-items: center;
    z-index: 99;
    overflow: visible;
    padding: 1.5rem 0;
    justify-content: space-between;
    display: flex;
    box-sizing: border-box;
    position: relative;
}

header .top_mainbar .head_sitewrap::before {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    z-index: -1;
}

header .top_mainbar .head_sitewrap .nav_mainwrap a:hover {
    color: rgb(171,161,179);
    transform: translateZ(10px);
}

.rating_stars::before {
    background-image: repeating-linear-gradient(
        to right,
        rgb(207,198,212),
        rgb(207,198,212) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
}

footer .info_item p,
footer .info_item a {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
}

footer .main_top svg {
    height: 50px;
    margin-bottom: 30px;
    width: auto;
}

footer .head_sitewrap {
    position: relative;
    background-color: rgb(171,161,179);
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(171,161,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(207,198,212,0.5) 0%, transparent 40%);
    color: #ffffff;
}

footer .nav_pagebar a {
    font-size: 12px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-size: 12px;
}

footer .press_room {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

.title_screen::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(171,161,179,0.5) 0%, transparent 50%);
}



.title_screen .intro_title {
    font-weight: 700;
    color: #ffffff;
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    margin: 0;
    opacity: 0;
    font-size: 48px;
    transform: translateY(30px);
}

.title_screen .founders_team {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}

.title_screen .founders_team {
    height: 350px;
    transform: perspective(1000px) rotateY(0);
}

.stay_connected::before {
    opacity: 0.08;
    height: 100%;
    position: absolute;
    width: 61.8%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    z-index: -1;
    top: 0;
    right: 0;
    content: "";
    background: rgb(207,198,212,0.5);
}

.stay_connected p {
    align-items: center;
    position: relative;
    display: flex;
    padding-right: 2rem;
    line-height: 1.3;
    height: 100%;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
}

.stay_connected .input_holder {
    position: relative;
    align-items: center;
    padding-left: 2rem;
    display: flex;
}

.stay_connected .fresh_start {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 61.8%;
    border-right: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    outline: none;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
}

.cookie_modal_message {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    position: fixed;
    bottom: 0;
    background: rgb(238,234,239);
    border-top: 3px solid rgb(207,198,212);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

.data_approval {
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: rgb(207,198,212);
    text-align: center;
    line-height: 35px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 20px;
}

.deal_plan .annual_plan {
    transform: translateY(-10px);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}

.deal_plan .learn_sub {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
}

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

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

.deal_plan .fee_package {
    position: relative;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    flex-direction: column;
}

.deal_plan .pricing_tiers h3 {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    overflow-wrap: break-word;
    color: #000000;
    font-weight: 700;
    word-break: break-word;
}

.deal_plan .study_fees:hover .content_image {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.our_background::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(25, 28, 41, 0.92) 0%,
        rgba(25, 28, 41, 0.85) 50%,
        rgba(25, 28, 41, 0.75) 100%);
    left: 0;
}

.our_background .insight_box {
    overflow: hidden;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    opacity: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.our_background h6::after {
    position: absolute;
    width: 60%;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(207,198,212) 0%,
        transparent 100%);
    bottom: -8px;
}

.thxCard {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
}

.thxCard h2 {
    line-height: 1.4;
    margin-bottom: 40px;
    opacity: 1;
    transform: translateY(0);
    font-weight: 700;
    animation: slideInUp 0.8s ease-out forwards;
    color: #000000;
    font-size: 38px;
    position: relative;
    max-width: 800px;
}

.thxCard ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.thxCard li {
    padding-left: 25px;
    position: relative;
}

.thxCard span {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
}

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

.customer_reviews .user_experience:hover::before {
    height: 100%;
}

.customer_reviews .user_experience:hover::after {
    width: 100%;
}

.customer_reviews .content_image {
    margin-bottom: 20px;
    height: 80px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    transform: rotate(-3deg);
    width: 80px;
    border-radius: 14px;
    box-shadow: 5px 5px 0 rgb(171,161,179,0.5);
}

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

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

.teacher_profile .user_experience {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1100px;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateZ(-1deg);
    gap: 0;
}

.teacher_profile .work_background::before {
    height: 60%;
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, rgb(207,198,212), rgb(171,161,179));
    position: absolute;
    left: 0;
}

.teacher_profile .job_box::after {
    font-size: 5rem;
    bottom: -2rem;
    line-height: 0;
    right: 0;
    font-family: serif;
    position: absolute;
    content: "";
    color: rgb(207,198,212,0.5);
}

.teacher_profile .user_experience:hover .job_box {
    transform: translateZ(30px);
}

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

.contact .message_list {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    max-width: 800px;
    display: flex;
    border-radius: 18px;
}

.contact form input[type="text"]:focus {
    border-color: rgb(207,198,212);
    outline: none;
}

.contact .inquiry_section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact .inquiry_section label::before {
    left: 0;
    background: rgb(238,234,239);
    position: absolute;
    height: 22px;
    width: 22px;
    content: "";
    top: 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact form .contact_query:hover {
    background: rgb(171,161,179);
}

.contact svg path {
    fill: rgb(207,198,212);
    transition: fill 0.3s ease;
}

.program_overview::after {
    background: radial-gradient(circle, rgb(207,198,212,0.5) 0%, transparent 70%);
    right: -5%;
    top: -10%;
    content: "";
    height: 30rem;
    position: absolute;
    width: 30rem;
    z-index: 0;
    opacity: 0.15;
}

.program_overview .ready_skills {
    flex-direction: column;
    transform: translateY(30px);
    display: flex;
    gap: 2.5rem;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    opacity: 0;
}

.program_overview .content_image::before {
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

.program_overview .description:nth-of-type(2) {
    position: relative;
    border-right: 3px solid rgb(171,161,179);
    padding-right: 1.25rem;
}

.potential_learners::before {
    position: absolute;
    pointer-events: none;
    left: 50%;
    content: '';
    width: 150%;
    transform: translate(-50%, -50%);
    animation: rotateRings 60s linear infinite;
    top: 50%;
    z-index: 1;
    height: 150%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(171,161,179,0.5), 0.1) 31%,
        rgba(rgb(171,161,179,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(171,161,179,0.5), 0.05) 41%,
        rgba(rgb(171,161,179,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(207,198,212,0.5), 0.07) 51%,
        rgba(rgb(207,198,212,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(207,198,212,0.5), 0.05) 71%,
        rgba(rgb(207,198,212,0.5), 0.05) 72%,
        transparent 73%
    );
}

.potential_learners li svg {
    width: 40px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(171,161,179,0.5));
    fill: rgb(171,161,179);
    transform-origin: center;
    margin-right: 1.5rem;
    height: 40px;
}

.privacy_chamber .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.privacy_chamber h1 {
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-size: calc(46px * 1.1);
}

.privacy_chamber h4 {
    font-size: calc(29px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    margin: 1.5rem 0 1rem;
}

.privacy_chamber p {
    font-size: 14px;
    transform: translateY(0);
    color: #000000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    max-width: 90ch;
}

.privacy_chamber li {
    position: relative;
    font-size: 14px;
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #000000;
    transition: transform 0.3s ease;
}

.privacy_chamber span:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}



@media screen and (max-width: 991px) {header .top_mainbar {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .top_mainbar .main_top {
    margin-left: 0;
    margin-bottom: 1rem;
}header .top_mainbar .head_sitewrap {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    background: rgb(207,198,212,0.5);
    flex-wrap: wrap;
    clip-path: none;
}header .top_mainbar .head_sitewrap .nav_mainwrap a {
    padding: 0.8rem 1rem;
}header .top_mainbar .head_sitewrap .nav_mainwrap a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .top_mainbar .head_sitewrap .nav_mainwrap a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (min-width: 992px) {.title_screen {
    padding: 8rem 6rem;
}.title_screen > div {
    gap: 4rem;
}.title_screen > div > div:first-child {
    flex: 0.8;
}.title_screen .edu_online {
    flex: 1.2;
}.title_screen .founders_team {
    height: 500px;
}.title_screen .intro_title {
    font-size: calc(48px * 1.2);
}
}



@media (max-width: 992px) {.stay_connected {
    padding: 4rem 1.5rem;
}.stay_connected .pro_track {
    grid-template-columns: 1fr;
    gap: 2rem;
}.stay_connected p {
    padding-right: 0;
    padding-left: 1.5rem;
    font-size: calc(30px * 0.9);
}.stay_connected p::before {
    left: 0;
    height: 80%;
}.stay_connected p::after {
    right: auto;
    width: 50%;
    left: 0;
}.stay_connected .input_holder {
    padding-left: 0;
}
}


@media only screen and (max-width: 800px) {.web_tracking {
    padding: 15px;
}.privacy_gate {
    display: none;
}.cookie_modal_message h5 {
    font-size: 21px;
}.cookie_modal_message p {
    font-size: 14px;
}}



@media (max-width: 767px) {.deal_plan {
    padding: 80px 0;
}.deal_plan .pricing_tiers {
    padding: 30px 20px;
}.deal_plan .member_fees {
    padding: 6px 12px;
    font-size: 23px;
}.deal_plan .content_image {
    height: 180px;
}
}



@media (min-width: 992px) {.our_background {
    padding: 180px 0 120px;
}.our_background h4 {
    font-size: calc(30px * 1.2);
}.our_background .container {
    max-width: 1400px;
}.our_background .insight_box {
    margin: 0 auto;
    max-width: 90%;
    padding: 70px;
}.our_background h6 {
    font-size: calc(23px * 1.4);
    margin-bottom: 35px;
}.our_background span {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 480px) {.thxCard {
    padding: 40px 0;
}.thxCard h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.thxCard .pro_track {
    padding: 20px 15px;
    border-left-width: 3px;
}.thxCard li {
    padding-left: 20px;
}.thxCard li::before {
    width: 6px;
    top: 8px;
    height: 6px;
}.thxCard span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media screen and (min-width: 768px) {.contact .message_list {
    flex-direction: row;
    max-width: 1000px;
}.contact .content_image {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact .request_support {
    width: 60%;
}
}



@media screen and (max-width: 576px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.contact .request_support {
    padding: 30px 20px;
}.contact form h3 {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 767px) {.program_overview {
    padding: 5rem 0;
}.program_overview h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 2rem;
}.program_overview .content_image {
    height: 280px;
}.program_overview .insight_box {
    gap: 1rem;
}.program_overview .description {
    font-size: calc(16px - 0.1rem);
}}



@media (min-width: 768px) {.privacy_chamber {
    padding: 6rem 3rem;
}.privacy_chamber .container {
    padding: 0 2rem;
}.privacy_chamber h1 {
    font-size: calc(46px * 1.3);
    margin-bottom: 3rem;
}.privacy_chamber h1::after {
    width: 6rem;
    height: 4px;
}.privacy_chamber h2 {
    font-size: calc(29px * 1.1);
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.privacy_chamber h3 {
    font-size: calc(29px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.privacy_chamber h4 {
    padding-left: 1.2rem;
    font-size: calc(29px * 0.75);
    margin: 2rem 0 1rem;
}.privacy_chamber ul {
    padding-left: 2rem;
}.privacy_chamber li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy_chamber span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}



@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



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



@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

