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

.join_now_Ct::before {
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(210,200,217) 0deg,
            rgb(174,164,185) 15deg,
            rgb(210,200,217) 30deg
        );
    content: '';
    top: 0;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    animation: rotateBg 20s linear infinite;
    width: 100%;
}

.join_now_Ct .learning_program_UR::after {
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0.3;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    content: '';
}

.join_now_Ct .join_us_ax:hover {
    text-shadow: 0 0 10px #ffffff;
    transform: translateY(-5px) scale(1.03);
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(174,164,185),
        0 0 50px rgb(174,164,185,0.5);
}

.tariff_list_item_LN {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.tariff_list_item_LN .plan_cost_pf {
    text-align: center;
}

.tariff_list_item_LN h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 1.5rem;
}

.tariff_list_item_LN .payment_plans_Wg {
    display: grid;
    gap: 1.5rem;
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    list-style: none;
}

.tariff_list_item_LN .payment_plan_zf:hover::before {
    transform: scaleX(1);
}

.tariff_list_item_LN .study_cost_Ye {
    flex-direction: column;
    height: 100%;
    padding: 2.5rem 1.5rem;
    display: flex;
}

.tariff_list_item_LN .learning_deals_VE h4 {
    display: inline-block;
    font-size: calc(20px * 1.1);
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.tariff_list_item_LN .payment_plan_zf:hover .learn_deals_S6::before {
    left: 100%;
}

.newsletter_QJ {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(210,200,217,0.5) 0%, rgb(174,164,185) 100%);
}

.newsletter_QJ .learning_program_UR {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.newsletter_QJ .input_holder {
    align-items: stretch;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    flex-direction: row;
    border-radius: 13px;
    display: flex;
    max-width: 90%;
    transform: perspective(800px) rotateY(-5deg);
    overflow: hidden;
}

.cookie_overlay_dialog_QM {
    position: fixed;
    border-top: 2px solid rgb(210,200,217);
    width: 100%;
    background: rgb(236,231,242);
    bottom: 0;
    z-index: 90;
}

.cookie_overlay_dialog_QM h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_ack_DF {
    font-size: 24px;
    min-width: 120px;
    border-bottom: 2px solid rgb(210,200,217);
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 35px;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(210,200,217);
}

.teacher_profile_J5::before {
    position: absolute;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 80% 20%, rgb(210,200,217,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(174,164,185,0.5) 0%, transparent 35%);
    top: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    height: 100%;
    filter: blur(70px);
    width: 100%;
    z-index: 1;
    left: 0;
}

.teacher_profile_J5 .testimonial_sharing_Rq:hover .img_highlight_c9 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}

.teacher_profile_J5 .name::after {
    transition: width 0.6s ease;
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185));
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 0;
    width: 0;
    content: "";
}

.teacher_profile_J5 .job_timeline_iO {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-row: 2;
    position: relative;
    grid-column: 1;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 27px;
    font-size: 18px;
    transform: translateY(0);
    z-index: 2;
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 2rem;
    line-height: 1.8;
    overflow: hidden;
    border-left: 4px solid rgb(174,164,185);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

.learning_process_4t .learning_program_UR {
    flex-direction: column;
    max-width: 900px;
    gap: 3rem;
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.learning_process_4t h3::before {
    left: 5px;
    border-radius: calc(18px - 4px);
    top: 5px;
    position: absolute;
    content: "";
    opacity: 0.6;
    right: 5px;
    z-index: -1;
    bottom: 5px;
    border: 2px dashed rgb(210,200,217,0.5);
}

.learning_process_4t span::after {
    z-index: -2;
    border-radius: 8px;
    background: rgb(210,200,217,0.5);
    content: "";
    bottom: -8px;
    right: 15%;
    position: absolute;
    transform: rotate(-1deg);
    height: 16px;
    width: 70%;
}

.about_this_lr .text_group_ot:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.about_this_lr .text_group_ot::before {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(210,200,217), rgb(174,164,185));
    top: 0;
    width: 6px;
}

.about_this_lr h5::after {
    background: rgb(174,164,185);
    content: "";
    width: 70%;
    transform: scaleX(1);
    bottom: -5px;
    position: absolute;
    transform-origin: left;
    height: 3px;
    left: 0;
    transition: transform 0.4s ease-out;
}

.about_this_lr ol li {
    hyphens: auto;
    color: #000000;
    column-count: 1;
    line-height: 1.8;
    padding-left: 0;
    column-gap: 40px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 15px;
    position: relative;
}

header .header_guide_8W .head_lead_KO svg {
    width: 80px;
    height: auto;
}

header .header_guide_8W .main_class_7A {
    transition: transform 0.3s ease;
    position: relative;
}

header .header_guide_8W .main_class_7A a {
    position: relative;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.program_overview_mA::before {
    z-index: 2;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(210,200,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(174,164,185,0.5) 0%, transparent 30%);
    pointer-events: none;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    width: 100%;
}

.program_overview_mA .container {
    align-items: center;
    z-index: 4;
    padding: 0;
    max-width: 1320px;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.program_overview_mA .knowledge_plan_H1 .feedback_reach_m9::before {
    content: "";
    top: 0;
    position: absolute;
    background: rgb(210,200,217);
    height: 100%;
    transition: width 0.4s ease;
    width: 0;
    z-index: -1;
    left: 0;
}

.program_overview_mA .study_track_JR:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.program_overview_mA .study_track_JR:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}

.program_overview_mA .study_track_JR:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}




.program_overview_mA .learning_program_UR::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0.3;
}

.thanksPoint_FM h2 {
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    letter-spacing: -0.01em;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
}

.thanksPoint_FM .learning_program_UR::before {
    content: "";
    right: -2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(210,200,217), rgb(174,164,185), rgb(210,200,217));
    height: 5px;
    top: -2px;
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
    left: -2px;
    z-index: 1;
}

.thanksPoint_FM li::before {
    content: "";
    left: -1rem;
    background-image: radial-gradient(circle, rgb(174,164,185,0.5) 0%, transparent 70%);
    top: -0.5rem;
    transform: scale(0.8);
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: -1;
    width: 2rem;
    height: 2rem;
    opacity: 0.3;
    position: absolute;
}



footer .access_help_IH .container {
    position: relative;
    z-index: 2;
}

footer .quick_support_go {
    padding-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
    position: relative;
    gap: 30px;
}

footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(174,164,185);
}

footer .scholar_cta_Lu {
    font-weight: 300;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.7;
    color: #ffffff;
}

footer .header_master_N8 {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
    display: flex;
}

footer .header_master_N8 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(174,164,185);
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
}

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

footer .updates_widget_MR::before {
    width: 100%;
    content: '';
    transition: 0.6s;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
}

.reach_out_Gd {
    min-height: 650px;
    z-index: 1;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
}

.reach_out_Gd .feedback_box_c6 {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
    position: relative;
}

.reach_out_Gd .inquiry_map_6Z div {
    flex: 1 0 calc(50% - 30px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    border-radius: 26px;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: center;
    max-width: 220px;
    flex-direction: column;
}

.reach_out_Gd .inquiry_info_KX form {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

.reach_out_Gd .inquiry_info_KX input[type="text"],
.reach_out_Gd .inquiry_info_KX input[type="email"] {
    height: 50px;
    padding: 15px 20px;
    flex: 1 0 100%;
    border: 1px solid rgb(236,231,242);
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    background-color: transparent;
    font-size: 12px;
}

.reach_out_Gd .inquiry_info_KX .query_map_Fu label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}

.reach_out_Gd .inquiry_info_KX .query_map_Fu label a:hover {
    color: rgb(210,200,217);
}

.course_fit_for_R8 {
    padding: 100px 0;
    overflow: hidden;
    background-color: #edf0f8;
    position: relative;
}

.course_fit_for_R8 h3 {
    margin-bottom: 60px;
    padding: 20px 40px;
    border-radius: 15px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    background-color: #edf0f8;
    position: relative;
    color: #000000;
    font-size: 36px;
    display: inline-block;
}

.course_fit_for_R8 ul li {
    position: relative;
    gap: 20px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    text-align: left;
    min-width: 280px;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    width: calc(33.333% - 24px);
    border-radius: 20px;
    padding: 35px 30px;
    background-color: #edf0f8;
}



.course_fit_for_R8 ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.course_fit_for_R8 ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.privacy_cover_ot {
    padding: 60px;
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
}

.privacy_cover_ot li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 10px;
    border-left: 2px solid rgb(210,200,217,0.5);
}

.title_screen_wa::after {
    bottom: -5%;
    height: 40%;
    background: radial-gradient(circle, rgb(174,164,185,0.5) 0%, transparent 70%);
    content: "";
    filter: blur(40px);
    animation: orbitGlow 15s infinite alternate ease-in-out;
    z-index: 0;
    width: 40%;
    position: absolute;
    right: -5%;
    border-radius: 50%;
}

.title_screen_wa .course_welcome_pz span {
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s forwards 0.3s ease-out;
}

.title_screen_wa .course_welcome_pz h1 {
    color: #ffffff;
    animation: slideUp 0.8s forwards 0.6s ease-out;
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
    transform: translateY(20px);
    font-weight: 700;
    font-size: 38px;
}

.tariff_list_item_LN .learning_deals_VE p::-webkit-scrollbar {
    width: 4px;
}

.tariff_list_item_LN .learning_deals_VE p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

.tariff_list_item_LN .learning_deals_VE p::-webkit-scrollbar-thumb {
    background: rgb(210,200,217);
}



@media screen and (max-width: 576px) {.join_now_Ct {
    padding: 60px 0;
}.join_now_Ct .learning_program_UR {
    padding: 30px 20px;
}.join_now_Ct h3 {
    font-size: calc(34px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.join_now_Ct .join_us_ax {
    font-size: calc(19px * 0.9);
    letter-spacing: 1px;
    padding: 12px 30px;
}}



@media (max-width: 768px) {.newsletter_QJ {
    padding: 3rem 1rem;
}.newsletter_QJ .feedback_box_c6 {
    max-width: 100%;
    transform: translateX(0);
}.newsletter_QJ h3 {
    text-align: left;
    font-size: calc(18px + 0.2rem);
}.newsletter_QJ .input_holder {
    flex-direction: column;
    transform: perspective(0) rotateY(0);
    max-width: 100%;
}.newsletter_QJ input[type="email"] {
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    width: 100%;
}.newsletter_QJ .updates_widget_MR {
    border-radius: 0 0 10px 10px;
    padding: 1rem;
    width: 100%;
}}



@media (max-width: 768px) {.learning_process_4t {
    padding: 5rem 1rem;
}.learning_process_4t h3 {
    transform: rotate(0deg);
    --rotation: 0deg;
    padding: 1.5rem;
    font-size: calc(37px * 0.8);
}.learning_process_4t span {
    font-size: calc(14px * 0.95);
    --rotation: 0deg;
    padding: 1.5rem;
    transform: rotate(0deg);
}.learning_process_4t .learning_program_UR {
    gap: 2rem;
}.learning_process_4t h3::after,
    .learning_process_4t span::after {
    left: 10%;
    transform: rotate(0deg);
    right: 10%;
    width: 80%;
}}



@media (max-width: 576px) {header .header_guide_8W {
    padding: 0.75rem;
}header .header_guide_8W .first_teach_We {
    align-items: center;
    flex-direction: column;
}header .header_guide_8W .main_class_7A {
    text-align: center;
    width: 100%;
}header .header_guide_8W .head_lead_KO svg {
    width: 100px;
}}



@media (max-width: 991px) {.thanksPoint_FM {
    padding: 4rem 0;
}.thanksPoint_FM h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.thanksPoint_FM .learning_program_UR {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.thanksPoint_FM {
    padding: 3.5rem 0;
}.thanksPoint_FM h2 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: calc(30px * 0.8);
}.thanksPoint_FM h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.thanksPoint_FM .learning_program_UR {
    padding: 2rem 1.5rem;
}.thanksPoint_FM span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {footer .access_help_IH {
    padding: 40px 0 30px;
}footer .head_lead_KO {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .scholar_cta_Lu {
    text-align: center;
    margin: 0 auto;
}footer .first_teach_We h5 {
    text-align: center;
}footer .first_teach_We h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header_master_N8 {
    align-items: center;
}footer .header_master_N8 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}



@media screen and (max-width: 480px) {.reach_out_Gd {
    padding: 40px 0 100px;
}.reach_out_Gd .inquiry_map_6Z {
    gap: 20px;
}.reach_out_Gd .inquiry_map_6Z div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (max-width: 768px) {.course_fit_for_R8 ul li {
    max-width: 400px;
    width: 100%;
}
}



@media (prefers-reduced-motion: reduce) {.course_fit_for_R8 ul li {
    animation: none;
    opacity: 1;
}.course_fit_for_R8 ul li:hover {
    transform: none;
}}



@media (min-width: 768px) {.title_screen_wa .course_welcome_pz {
    padding: 4.5rem;
    max-width: 85%;
}.title_screen_wa .course_welcome_pz h1 {
    font-size: calc(38px * 1.2);
}.title_screen_wa .course_welcome_pz h3 {
    font-size: 19px;
    max-width: 70%;
}.title_screen_wa .course_welcome_pz p {
    font-size: calc(17px * 1.3);
}
}



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}



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



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}



@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

