.container {
    margin: auto;
    width: 1201px;
    max-width: 100%;
}

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

.head_nav {
    flex: 1 0 auto;
}

header .top_mainbar::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(171,161,179,0.5) 0%, transparent 60%);
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
}

header .top_mainbar .main_top .top_main svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}

header .top_mainbar .head_sitewrap .nav_mainwrap {
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}

header .top_mainbar .head_sitewrap .nav_mainwrap a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    padding: 1.2rem 1.5rem;
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    transform-origin: center;
}

footer .get_in_touch {
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 70px;
    display: flex;
    height: 100px;
    position: relative;
}

footer .info_item:last-child::after {
    display: none;
}

footer .info_item svg {
    width: 24px;
    z-index: 2;
    height: 24px;
    position: relative;
    margin-right: 15px;
    fill: #ffffff;
    flex-shrink: 0;
}

footer .main_top, footer .head_sitewrap, footer .subscribe_holder {
    position: relative;
    border-radius: 17px;
    min-width: 280px;
    height: 450px;
    margin-right: 30px;
    flex: 0 0 100%;
    max-width: 500px;
    padding: 30px;
    scroll-snap-align: start;
    transition: all 0.4s ease;
}

footer .main_top {
    flex-direction: column;
    justify-content: center;
    background-color: rgb(238,234,239);
    align-items: center;
    display: flex;
    text-align: center;
}

footer .head_sitewrap h5::after {
    position: absolute;
    height: 2px;
    width: 30px;
    background-color: rgb(207,198,212);
    left: 0;
    bottom: -10px;
    content: "";
}

footer .subscribe_holder {
    display: flex;
    background-color: rgb(207,198,212);
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
}

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

footer .join_section {
    border: none;
    padding: 15px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: rgb(171,161,179);
    font-size: 18px;
    border-radius: 10px;
}

.title_screen > div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    flex-direction: column;
}

.title_screen > div > div:first-child::after {
    background: rgb(207,198,212);
    left: 0;
    width: 80px;
    animation: lineGrow 1.2s ease-out forwards 0.5s;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    bottom: -20px;
    position: absolute;
    height: 4px;
}

.title_screen > div > div:first-child::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.title_screen .founders_team span {
    transition: transform 0.4s ease;
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    transform: translateY(10px);
    width: 100%;
}

.stay_connected::after {
    height: 61.8%;
    bottom: 0;
    background: rgb(171,161,179,0.5);
    z-index: -1;
    content: "";
    opacity: 0.08;
    width: 38.2%;
    left: 0;
    position: absolute;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
}

.stay_connected p::before {
    height: 61.8%;
    content: "";
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: absolute;
    background: rgb(207,198,212);
    left: -20px;
    width: 3px;
}

.stay_connected .input_holder::before {
    content: "";
    z-index: -1;
    border: 1px solid #000000;
    transition: all 0.3s ease;
    background: transparent;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    pointer-events: none;
    top: -8px;
    left: 8px;
}

.stay_connected .contact_query:hover {
    color: #ffffff;
    border-color: rgb(207,198,212);
}

.stay_connected .contact_query:hover::before {
    left: 0;
}

.web_tracking {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    padding: 20px 15px;
}

.cookie_modal_message p {
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

#cookies_confirmation_yes {
    background: rgb(207,198,212);
}

.cookie_modal_message p a:hover {
    color: rgb(171,161,179);
}

#cookieNotification:checked ~ .cookie_modal_message {
    visibility: hidden;
    opacity: 0;
}

.deal_plan .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}

.deal_plan .annual_plan h2::after {
    width: 80px;
    left: 50%;
    height: 3px;
    position: absolute;
    background: rgb(207,198,212);
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
}

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

.deal_plan .study_fees:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.deal_plan .pricing_tiers {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 40px 30px;
    flex: 1;
}

.deal_plan .study_fees:hover .pricing_tiers h3::after {
    width: 70px;
}

.deal_plan .member_fees {
    border-radius: 10px;
    font-size: calc(23px * 1.2);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-weight: 700;
    padding: 8px 16px;
    word-break: break-word;
    display: inline-block;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    position: relative;
    color: rgb(207,198,212);
}

.our_background h4 {
    transform: translateY(-20px);
    position: relative;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
    text-transform: uppercase;
}

.our_background h6 {
    display: inline-block;
    text-shadow: 0 2px 10px rgba(var(--primary-color-rgb), 0.3);
    color: rgb(207,198,212);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(23px * 1.2);
    position: relative;
}

.our_background .insight_box div {
    position: relative;
}

.our_background .insight_box div::before {
    border-top: 2px solid rgb(171,161,179,0.5);
    right: -20px;
    border-right: 2px solid rgb(171,161,179,0.5);
    opacity: 0.6;
    top: -20px;
    content: "";
    height: 70px;
    position: absolute;
    width: 70px;
}

.thxCard::after {
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(207,198,212), transparent);
    z-index: 1;
    left: 0;
    bottom: 0;
}

.thxCard .pro_track::before {
    opacity: 0.05;
    content: "";
    background: linear-gradient(45deg, transparent 49.5%, rgb(171,161,179,0.5) 49.5%, rgb(171,161,179,0.5) 50.5%, transparent 50.5%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    z-index: -1;
    top: 0;
}

.customer_reviews .pro_track {
    position: relative;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}

.customer_reviews .testimonial_space {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
}

.customer_reviews .user_experience:hover {
    transform: translateY(-15px);
}

.customer_reviews .user_experience::after {
    height: 2px;
    background: rgb(207,198,212);
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.5s ease 0.2s;
}

.customer_reviews .user_experience:hover span {
    color: rgb(207,198,212);
    transform: translateX(10px);
}

.customer_reviews .user_experience:hover p {
    border-left-color: rgb(207,198,212);
}

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

.teacher_profile {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(90deg, rgb(238,234,239) 30%, rgb(171,161,179,0.5) 100%);
}

.teacher_profile .content_image {
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    position: relative;
    height: 450px;
    transition: all 0.7s ease;
    border-radius: 0;
    transform-style: preserve-3d;
    transform: translateZ(30px);
}

.teacher_profile .work_background div:nth-child(2) {
    color: rgb(171,161,179);
    transform: translateZ(15px);
    margin-bottom: 2rem;
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
    font-size: 24px;
}

.teacher_profile .user_experience:hover .work_background {
    transform: translateZ(30px) translateX(20px);
}

.contact {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
}

.contact .content_image {
    position: relative;
    height: 200px;
    width: 100%;
}

.contact form {
    width: 100%;
}

.contact form h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 19px;
}

.contact form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.contact .inquiry_section label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 14px;
}

.contact .inquiry_section label a:hover {
    text-decoration: underline;
}

.contact form .contact_query {
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    border: none;
    background: rgb(207,198,212);
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
}

.program_overview h2 {
    opacity: 0;
    line-height: 1.3;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 0.2s;
    font-size: 35px;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    text-align: center;
}

.program_overview .content_image::after {
    top: -100%;
    z-index: 2;
    animation: shimmer 6s infinite linear;
    content: "";
    height: 300%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    transform: rotate(45deg);
    width: 300%;
    left: -100%;
    position: absolute;
}

.potential_learners {
    background: linear-gradient(120deg, rgb(238,234,239) 0%, rgb(207,198,212,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.potential_learners h3 {
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin-bottom: 3.5rem;
    font-size: 31px;
    position: relative;
}

.potential_learners ul {
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    display: grid;
    gap: 2.5rem;
}

.potential_learners li::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    pointer-events: none;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}

.potential_learners li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(207,198,212,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgb(207,198,212,0.5);
    transform: translateY(-5px);
}

.privacy_chamber::before {
    position: absolute;
    height: 30vh;
    width: 30vw;
    top: 0;
    z-index: 0;
    transform: translateY(-15%) translateX(15%);
    content: "";
    background: linear-gradient(225deg, rgb(171,161,179,0.5) 0%, transparent 70%);
    right: 0;
    opacity: 0.2;
}

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

.privacy_chamber h2 {
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(171,161,179);
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
    font-size: 29px;
    transition: transform 0.3s ease;
    font-weight: 600;
    padding-bottom: 0.5rem;
    transform: translateX(0);
}

.privacy_chamber strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy_chamber ul {
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
}

.privacy_chamber li::before {
    width: 6px;
    height: 6px;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    background: rgb(171,161,179);
    border-radius: 10px;
    left: 0;
    content: "";
    top: 1rem;
}


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



@media screen and (max-width: 767px) {header .top_mainbar .head_sitewrap {
    padding: 0.5rem 0;
}header .top_mainbar .head_sitewrap .nav_mainwrap {
    width: 50%;
}header .top_mainbar .head_sitewrap .nav_mainwrap a {
    padding: 0.6rem 0.8rem;
    text-align: center;
    font-size: calc(15px - 2px);
}header .top_mainbar .head_sitewrap .nav_mainwrap a::after {
    display: none;
}}



@media (min-width: 768px) {.title_screen {
    padding: 8rem 4rem;
}.title_screen > div {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
}.title_screen > div > div:first-child {
    transform: translateX(0);
    flex: 1;
}.title_screen .edu_online {
    flex: 1.2;
}.title_screen .founders_team {
    transform: perspective(1000px) rotateY(-3deg) translateX(5%);
    height: 450px;
}.title_screen .founders_team:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0) scale(1.02);
}.title_screen .intro_title {
    font-size: calc(48px * 1.1);
}.title_screen .founders_team h3 {
    font-size: 20px;
}
}



@media (max-width: 768px) {.stay_connected {
    padding: 3.5rem 1.5rem;
}.stay_connected p {
    font-size: 18px;
}.stay_connected .input_holder {
    align-items: stretch;
    flex-direction: column;
}.stay_connected .fresh_start {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.stay_connected .contact_query {
    width: 100%;
}.stay_connected::before,
    .stay_connected::after {
    opacity: 0.05;
}
}



@media (min-width: 992px) {.deal_plan .edu_deals {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.deal_plan .learn_sub {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.deal_plan .annual_plan {
    margin: 0;
    width: 35%;
    text-align: left;
}.deal_plan .annual_plan h2::after {
    left: 0;
    transform: none;
}.deal_plan .payment_scheme {
    margin: 0;
}
}



@media (min-width: 1200px) {.our_background .insight_box {
    max-width: 80%;
    padding: 80px;
}.our_background span {
    column-count: 2;
    column-gap: 60px;
}
}



@media (hover: hover) {.our_background .insight_box:hover::after {
    animation-duration: 15s;
}.our_background .insight_box:hover::before {
    background: linear-gradient(45deg, 
            rgba(rgb(207,198,212), 0.08) 0%,
            rgba(rgb(171,161,179), 0.08) 100%);
    transition: background 0.5s ease;
}}



@media (max-width: 1024px) {.customer_reviews .user_experience {
    width: calc(50% - 40px);
}.customer_reviews .user_experience:nth-child(2n+1) {
    transform: translateY(20px);
}.customer_reviews .user_experience:nth-child(2n+2) {
    transform: translateY(40px);
}.customer_reviews .user_experience:nth-child(2n+1):hover {
    transform: translateY(5px);
}.customer_reviews .user_experience:nth-child(2n+2):hover {
    transform: translateY(25px);
}.customer_reviews h4 {
    font-size: calc(41px * 0.9);
}
}



@media screen and (min-width: 1200px) {.contact .message_list {
    max-width: 1100px;
}.contact .content_image {
    min-height: 500px;
}
}



@media (min-width: 992px) {.program_overview {
    padding: 9rem 0;
}.program_overview .container {
    padding: 0 3rem;
}.program_overview .content_image {
    height: 500px;
}.program_overview h2 {
    margin-bottom: 4rem;
}.program_overview .description {
    font-size: calc(16px + 0.1rem);
}
}



@media (max-width: 991px) {.potential_learners {
    padding: 4rem 0;
}.potential_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_learners h3 {
    font-size: calc(31px * 0.9);
}.potential_learners li {
    padding: 1.5rem 1.8rem;
}
}



@media (max-width: 767px) {.privacy_chamber {
    padding: 3rem 1.5rem;
}.privacy_chamber h1 {
    font-size: calc(46px * 1);
    margin-bottom: 1.5rem;
}.privacy_chamber h1::after {
    width: 3rem;
    height: 2px;
}.privacy_chamber h2 {
    font-size: 29px;
    margin: 2rem 0 1rem;
    border-left-width: 2px;
    padding-left: 0.8rem;
}.privacy_chamber h3, 
    .privacy_chamber h4 {
    font-size: calc(29px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy_chamber p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.privacy_chamber ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.privacy_chamber li {
    font-size: calc(14px * 0.95);
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
}.privacy_chamber span {
    margin-bottom: 1.2rem;
    padding: 0.8rem;
    margin-left: 0;
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

