.wrapper-canvas {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.rating_stars {
    flex: 0 0 auto;
}

.rating_stars {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
}

header .top_mainbar .main_top:hover {
    transform: translateY(0) scale(1.05);
}

header .top_mainbar .main_top .top_main::before {
    content: "";
    position: absolute;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    left: -20px;
    z-index: -1;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
}

header .top_mainbar .head_sitewrap .nav_mainwrap a::after {
    bottom: 0.8rem;
    left: 1.5rem;
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(171,161,179);
}

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

footer .info_item {
    cursor: pointer;
    padding: 0 25px;
    display: flex;
    position: relative;
    margin-right: 1px;
    align-items: center;
    overflow: hidden;
    background-color: rgb(171,161,179);
    transition: all 0.5s ease;
    height: 100px;
    flex: 1;
    min-width: 250px;
}

footer .info_item::before {
    transition: opacity 0.5s ease;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0;
}

footer .discuss_cta {
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}

footer .head_sitewrap h5 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 19px;
}

footer .nav_pagebar {
    max-height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
    height: auto;
    position: relative;
}

footer .nav_pagebar a:hover {
    color: #ffffff;
    border-bottom-color: rgb(207,198,212);
    padding-left: 10px;
}

footer .subscribe_holder p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

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

footer .abuse_ctrl {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}

.title_screen {
    display: flex;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    justify-content: space-between;
}

.title_screen {
    padding: 5rem 1.5rem;
    text-align: center;
}



.title_screen p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    max-width: 90%;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    margin: 0;
    opacity: 0;
}


  
  .title_screen p {
    max-width: 100%;
}

.title_screen .founders_team:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.title_screen .founders_team:hover span {
    transform: translateY(0);
}

.title_screen .founders_team h3 {
    line-height: 1.5;
    font-size: calc(20px * 0.9);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

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

.stay_connected .pro_track::before {
    position: absolute;
    right: -100px;
    z-index: -1;
    width: 200px;
    border: 15px solid rgb(171,161,179);
    content: "";
    border-radius: 50%;
    opacity: 0.05;
    top: -100px;
    height: 200px;
}

.stay_connected p::after {
    position: absolute;
    content: "";
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    right: 0;
    background: rgb(171,161,179);
    bottom: -20px;
    transform-origin: right;
    height: 3px;
    width: 38.2%;
}

.stay_connected .contact_query {
    width: 38.2%;
    background: #000000;
    padding: 1.2rem 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #000000;
    color: #ffffff;
}

.privacy_gate svg {
    transition: fill 0.3s ease;
    fill: rgb(207,198,212);
    width: 60px;
    height: 60px;
}

.cookie_modal_message h5 {
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(207,198,212);
    font-size: 20px;
    font-family: Arial, sans-serif;
}

#declinePrivacyCookieUsage {
    background: rgba(0, 0, 0, 0.5);
}


#cookieNotification {
    display: none;
}

.deal_plan {
    background: rgb(238,234,239);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.deal_plan .edu_deals {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}

.deal_plan .annual_plan h2 {
    margin-bottom: 20px;
    font-size: 31px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.deal_plan .study_fees {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(20px);
    text-decoration: none;
    display: block;
    animation-delay: calc(var(--index, 0) * 0.1s);
}

.deal_plan .pricing_tiers p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    flex-grow: 1;
    word-break: break-word;
    color: #000000;
    font-size: 16px;
    white-space: normal;
    line-height: 1.7;
}

.our_background {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    color: #ffffff;
}

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

.our_background h4::after {
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179));
}

.our_background .insight_box::after {
    position: absolute;
    top: -50%;
    height: 200%;
    content: "";
    animation: rotateGradient 30s linear infinite;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    width: 200%;
    left: -50%;
    opacity: 0.5;
    z-index: -1;
}

.our_background .insight_box div::after {
    border-bottom: 2px solid rgb(207,198,212,0.5);
    border-left: 2px solid rgb(207,198,212,0.5);
    left: -20px;
    content: "";
    width: 70px;
    position: absolute;
    opacity: 0.6;
    bottom: -20px;
    height: 70px;
}

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

.thxCard .pro_track {
    padding: 40px;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    position: relative;
    transform: translateY(20px);
    background: #ffffff;
    border-left: 4px solid rgb(207,198,212);
}

.thxCard li:hover::before {
    transform: rotate(225deg);
}

.customer_reviews {
    overflow: hidden;
    background: linear-gradient(to right, rgb(238,234,239), #ffffff);
    position: relative;
    padding: 100px 0 120px;
}

.customer_reviews h4::after {
    height: 10px;
    bottom: -20px;
    left: -10%;
    background: rgb(207,198,212);
    width: 120%;
    content: "";
    transform: skewX(0);
    position: absolute;
}

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

.customer_reviews .user_experience:hover .content_image {
    box-shadow: 10px 10px 0 rgb(171,161,179,0.5);
    transform: rotate(0deg);
}

.customer_reviews .user_experience p {
    padding-left: 15px;
    transition: border-left-color 0.3s ease;
    border-left: 1px dashed rgb(171,161,179,0.5);
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    margin-top: 15px;
}

.teacher_profile::after {
    width: 50%;
    top: -20%;
    right: -10%;
    background: rgb(207,198,212,0.5);
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    filter: blur(60px);
    height: 140%;
    content: "";
}

.teacher_profile .work_background {
    display: flex;
    margin-left: -3rem;
    background: #ffffff;
    transform-style: preserve-3d;
    padding: 3rem 3rem 3rem 5rem;
    transform: translateZ(10px);
    transition: all 0.7s ease;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.teacher_profile .user_experience:hover .content_image {
    transform: translateZ(50px) translateX(-20px);
}

.teacher_profile .user_experience:hover .work_background div:nth-child(2) {
    transform: translateZ(35px);
}

.contact h2 {
    font-size: 45px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact .request_support {
    padding: 50px;
    position: relative;
    width: 100%;
}

.contact form input[type="text"] {
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 15px 20px;
    color: #000000;
    background: rgb(238,234,239);
    border: 2px solid transparent;
    width: 100%;
}

.contact .inquiry_section input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 12px;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    content: "";
    position: absolute;
    width: 6px;
    left: 8px;
}

.program_overview {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}

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

.program_overview h2::after {
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
    height: 4px;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    width: 80px;
}

.program_overview .insight_box {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.program_overview .description:first-of-type {
    border-left: 3px solid rgb(207,198,212);
    padding-left: 1.25rem;
    position: relative;
}

.program_overview .description:first-of-type::before {
    height: 20px;
    content: "";
    opacity: 0.2;
    top: 0;
    background: rgb(207,198,212);
    position: absolute;
    left: -10px;
    width: 20px;
    border-radius: 50%;
}

.potential_learners::after {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(207,198,212,0.5) 0%,
        transparent 50%
    );
    top: 0;
    content: '';
    opacity: 0.3;
}

.potential_learners li {
    display: flex;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.8rem 2rem;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.potential_learners li {
    letter-spacing: 0.3px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
}

.potential_learners li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}

.potential_learners li svg path {
    transition: all 0.4s ease;
}

.potential_learners li:hover svg path {
    fill: rgb(207,198,212);
}

.privacy_chamber::after {
    left: 0;
    z-index: 0;
    height: 40vh;
    background: linear-gradient(45deg, rgb(207,198,212,0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
    width: 40vw;
    content: "";
    bottom: 0;
    transform: translateY(15%) translateX(-15%);
}

.privacy_chamber h1:hover::after {
    transform: scaleX(1.5);
}

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

.privacy_chamber h3 {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.85);
    color: #000000;
}

.privacy_chamber p:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.privacy_chamber strong:hover::after {
    transform: scaleX(1);
}

.privacy_chamber ul::before {
    top: 0;
    content: "";
    width: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(171,161,179,0.5) 0%, transparent 100%);
}

.privacy_chamber li:hover::before {
    transform: scale(1.3);
    background: rgb(207,198,212);
}

footer .text_main_holder::-webkit-scrollbar {
    display: none;
}


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



@media (min-width: 992px) {footer .text_main_holder {
    padding: 0;
    gap: 30px;
    overflow-x: visible;
    flex-wrap: wrap;
    margin: 0;
    scroll-snap-type: none;
}footer .main_top, footer .head_sitewrap, footer .subscribe_holder {
    min-width: 0;
    height: 500px;
    flex: 1;
    margin-right: 0;
}
}



@media (max-width: 767px) {footer .rating_stars {
    padding: 60px 0 30px;
}footer .get_in_touch {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 1px;
    width: 100%;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .main_top, footer .head_sitewrap, footer .subscribe_holder {
    height: auto;
    min-height: 350px;
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.title_screen {
    padding: 4rem 1rem;
}.title_screen > div {
    gap: 3rem;
}.title_screen .intro_title {
    font-size: calc(48px * 0.85);
}.title_screen p {
    font-size: calc(13px * 0.95);
}.title_screen .founders_team {
    height: 300px;
}.title_screen .founders_team span {
    padding: 1.5rem;
}.title_screen .founders_team h3 {
    font-size: calc(20px * 0.8);
}}


@media only screen and (max-width: 1200px) {.web_tracking {
    flex-direction: column;
    align-items: center;
}.privacy_gate {
    margin-bottom: 15px;
}.visitor_privacy {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.data_approval {
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
}
}



@media (min-width: 1200px) {.deal_plan .learn_sub {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.deal_plan .pricing_tiers h3 {
    font-size: calc(23px * 1.1);
}.deal_plan .member_fees {
    font-size: calc(23px * 1.3);
}.deal_plan .content_image {
    height: 240px;
}
}



@media (min-width: 768px) {.our_background {
    padding: 150px 0 100px;
}.our_background h4 {
    font-size: calc(30px * 1.1);
    margin-bottom: 60px;
}.our_background .insight_box {
    padding: 60px;
}.our_background span {
    column-count: 2;
}
}



@media (max-width: 991px) {.thxCard {
    padding: 80px 0;
}.thxCard h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.thxCard .pro_track {
    padding: 30px;
}
}



@media (max-width: 767px) {.thxCard {
    padding: 60px 0;
}.thxCard h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.thxCard h2::after {
    width: 40px;
}.thxCard .pro_track {
    padding: 25px 20px;
}.thxCard span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 991px) {.teacher_profile .user_experience {
    transform: none;
    grid-template-columns: 1fr;
}.teacher_profile .content_image {
    margin-bottom: -2rem;
    height: 350px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.teacher_profile .work_background {
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    transform: none;
    z-index: 3;
}.teacher_profile .work_background::before {
    height: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}.teacher_profile .user_experience:hover .content_image,
    .teacher_profile .user_experience:hover .work_background,
    .teacher_profile .user_experience:hover .name,
    .teacher_profile .user_experience:hover .work_background div:nth-child(2),
    .teacher_profile .user_experience:hover .job_box {
    transform: none;
}}



@media (max-width: 767px) {.potential_learners {
    padding: 3rem 0;
}.potential_learners h3 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
}.potential_learners h3::after {
    width: 100px;
}.potential_learners li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.potential_learners li svg {
    width: 35px;
    margin-right: 1rem;
    height: 35px;
}}

@keyframes lineGrow {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes fadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes lineGrow {
    0% { transform: translateX(-50%) scaleX(0); }
    100% { transform: translateX(-50%) scaleX(1); }
  }



@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -20px);
    }
}



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

