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

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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(to bottom, rgb(195,200,173), rgba(0, 0, 0, 0.5));
    z-index: 99;
    overflow: visible;
    width: 100%;
}


.n_course_program_info {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(245, 247, 250, 0.95) 100%);
}

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

.n_course_program_info h2 {
    padding-left: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    transform: translateX(-5%);
}

.n_course_program_info .S_study_map {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.n_course_program_info .l_img_embed {
    overflow: hidden;
    border: 3px solid #ffffff;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.n_course_program_info .l_img_embed:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}

.n_course_program_info .T_description_card::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    top: 0;
    width: 100%;
    height: 6px;
    left: 0;
}

.n_course_program_info .description:first-of-type {
    animation-delay: 0.2s;
}

.n_course_program_info .description:last-of-type {
    animation-delay: 0.4s;
}

.k_customer_experience {
    background: linear-gradient(135deg, rgb(195,200,173) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.k_customer_experience::after {
    background: linear-gradient(45deg, rgb(104,111,103,0.5) 0%, rgb(147,161,148,0.5) 100%);
    width: 30%;
    opacity: 0.3;
    filter: blur(60px);
    transform: rotate(12deg);
    content: "";
    left: -5%;
    z-index: 0;
    height: 50%;
    bottom: -10%;
    position: absolute;
}

.k_customer_experience h2 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    letter-spacing: -0.02em;
}

.k_customer_experience .T_student_perspectives {
    padding: 0;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
}

.k_customer_experience .u_testimonials::before {
    font-size: 6rem;
    font-family: serif;
    top: 10px;
    content: "";
    opacity: 0.2;
    line-height: 1;
    right: 20px;
    z-index: -1;
    color: rgb(104,111,103,0.5);
    position: absolute;
}

.k_customer_experience .u_testimonials:nth-child(odd) {
    transform: translateY(5px);
}

.k_customer_experience .u_testimonials div {
    display: flex;
    margin-bottom: 1.2rem;
    align-items: center;
}

.k_customer_experience .u_testimonials:hover img {
    border-color: rgb(147,161,148,0.5);
    transform: scale(1.05);
}

.k_customer_experience .u_testimonials h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
}

.k_customer_experience a {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    position: relative;
    left: 50%;
    border: none;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    transform: translateX(-50%);
    overflow: hidden;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    transition: all 0.4s ease;
    padding: 0.8rem 2rem;
}

.k_customer_experience a:hover::before {
    opacity: 1;
}

.L_title_board {
    width: 100%;
    position: relative;
    height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(195,200,173), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    display: flex;
}

.L_title_board .l_img_embed::after {
    left: 0;
    height: 100%;
    backdrop-filter: blur(3px);
    position: absolute;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    top: 0;
    content: '';
    z-index: 2;
}



.L_title_board h1 {
    position: relative;
    max-width: 70%;
    animation: slideInTitle 1.2s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    display: inline-block;
    font-size: calc(43px * 1.2);
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    line-height: 1.2;
    letter-spacing: -0.01em;
    transform: translateX(-20px);
}



.L_title_board .T_description_card {
    display: flex;
    padding: 2rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    max-width: 600px;
    opacity: 0;
    flex-direction: column;
    backdrop-filter: blur(8px);
    animation: fadeUp 1s 0.5s ease-out forwards;
    border-left: 2px solid rgb(147,161,148);
    transform: translateY(20px);
}

.L_title_board .l_start_front:hover {
    transform: scale(0.95);
}

.L_title_board .l_start_front:hover svg {
    transform: rotate(5deg);
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.3));
}

.L_title_board .l_start_front svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.L_title_board .l_start_front:hover svg text {
    fill: rgb(114,190,188);
    letter-spacing: 0.02em;
}

.L_title_board .J_inquiry_card {
    font-weight: 600;
    background: linear-gradient(135deg, rgb(147,161,148), rgb(94,170,168));
    transform: translateZ(0);
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    display: inline-block;
    padding: 0.9rem 2.2rem;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border: none;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 20px;
}

.L_title_board .J_inquiry_card:hover::before {
    left: 100%;
}

.b_privacy_defense h1 {
    color: rgb(147,161,148);
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 40px;
}

.b_privacy_defense h3,
.b_privacy_defense h4,
.b_privacy_defense h5,
.b_privacy_defense h6 {
    margin-bottom: 0.5em;
}

.b_privacy_defense h3 {
    color: rgb(147,161,148);
    font-size: calc(20px - 0.2em);
    font-weight: 400;
}

.b_privacy_defense h6 {
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}

.b_privacy_defense ol {
    padding-left: 1.5em;
    list-style-type: decimal;
    margin-bottom: 1em;
}

.b_privacy_defense p {
    font-size: 17px;
    margin-bottom: 1em;
    line-height: 1.6;
}

.b_privacy_defense div {
    margin-bottom: 1em;
}

.b_privacy_defense h2::after {
    width: 40px;
    border-radius: 10px;
    background-color: rgb(104,111,103);
    margin: 0.5em auto 0;
    height: 3px;
    display: block;
    content: "";
}

.b_privacy_defense ol li::before {
    font-weight: 700;
    color: rgb(104,111,103);
}

.b_privacy_defense a {
    color: rgb(147,161,148);
    text-decoration: underline;
}

.b_privacy_defense blockquote {
    margin: 1em 0;
    font-style: italic;
    border-left: 5px solid rgb(147,161,148);
    background-color: rgb(147,161,148,0.5);
    padding: 1em;
}

.s_education_experience::before {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    left: 0;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(147,161,148,0.5) 0px,
    rgb(147,161,148,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    position: absolute;
}

.s_education_experience .u_testimonials {
    padding: 3rem 2rem;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    isolation: isolate;
    background: #ffffff;
}

.s_education_experience .u_testimonials > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
    order: 1;
}

.s_education_experience .u_testimonials .l_img_embed::after {
    z-index: 1;
    background: linear-gradient(to top right, rgba(rgb(147,161,148), 0.2), transparent);
    inset: 0;
    content: "";
    mix-blend-mode: overlay;
    position: absolute;
}

.s_education_experience .u_testimonials > div:nth-child(2) {
    order: 2;
    border-left: 1px solid rgb(147,161,148,0.5);
    padding-left: 1rem;
}

.s_education_experience .u_testimonials .name::after {
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(104,111,103);
    width: 60%;
    transform: scaleX(0.7);
    bottom: -4px;
    transform-origin: left;
    transition: transform 0.3s ease-out;
}

.s_education_experience .u_testimonials > div:nth-child(3) {
    order: 3;
    position: relative;
    margin-top: 1rem;
}

.s_education_experience .u_testimonials .Q_employee_view::before {
    font-size: 5rem;
    position: absolute;
    content: "";
    opacity: 0.3;
    top: -0.5rem;
    color: rgb(147,161,148,0.5);
    line-height: 1;
    left: 0;
}

.M_future_attendees {
    position: relative;
    background: rgb(195,200,173);
    padding: 120px 0;
    overflow: hidden;
}

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

.M_future_attendees h3 {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 34px;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
    left: 50%;
    margin-bottom: 70px;
    color: #000000;
    font-weight: 700;
}

.M_future_attendees h3::after {
    right: -20px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 60px;
    border: 2px solid rgb(104,111,103,0.5);
    height: 60px;
    z-index: -1;
    bottom: -15px;
}

.M_future_attendees ul li {
    display: flex;
    overflow: hidden;
    height: 220px;
    background: #ffffff;
    padding: 0;
    width: 220px;
    z-index: 2;
    text-align: center;
    align-items: center;
    position: relative;
    font-family: Arial, sans-serif;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    justify-content: flex-start;
    transition: all 0.4s ease;
    color: #000000;
    border-radius: 50%;
}

.M_future_attendees ul li:hover {
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.M_future_attendees ul li:hover::before {
    opacity: 1;
}

.M_future_attendees ul li svg {
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
    margin-top: 45px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.M_future_attendees ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(147,161,148);
}

.M_future_attendees ul li > span {
    max-width: 100%;
    overflow: hidden;
    display: block;
    max-height: 100px;
    padding: 0 30px;
}

footer .R_license_cta {
    gap: 60px;
    display: grid;
}

footer .J_edu_mentor {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

footer .T_main_tutor {
    margin-bottom: 15px;
}

footer .T_main_tutor svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}

footer .o_nav_study h5 {
    color: #000000;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
}

footer .R_header_primary {
    margin-bottom: 30px;
}

footer .R_header_primary a {
    transition: transform 0.2s ease, color 0.2s ease;
    display: block;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(147,161,148);
}

footer .I_sub_banners {
    border: none;
    text-align: center;
    transition: background-color 0.3s ease;
    font-size: 20px;
    padding: 14px 20px;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(147,161,148);
    border-radius: 10px;
    cursor: pointer;
}

header::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

header .f_head_site .T_main_tutor {
    margin-right: 40px;
    position: relative;
    z-index: 2;
}

header .f_head_site .T_main_tutor .Y_head_bar::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, opacity 0.3s ease;
    bottom: -5px;
    transform: scale(0.9);
    z-index: -1;
    content: "";
    top: -5px;
    border-radius: 10px;
    opacity: 0;
    right: -5px;
    left: -5px;
}

header .f_head_site .o_nav_study {
    perspective: 1000px;
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

header .f_head_site .o_nav_study .c_main_info a {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(to bottom, transparent, transparent);
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    padding: 12px 20px;
}

header .f_head_site .o_nav_study .c_main_info a::after {
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
    background: linear-gradient(to top, rgb(104,111,103,0.5), transparent);
}

header .f_head_site .o_nav_study .c_main_info:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

.s_cookieNoticeContainer {
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(147,161,148);
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    z-index: 1050;
    font-family: Arial, sans-serif;
    bottom: 0;
    background: #ffffff;
}

.T_cookie_comply {
    margin-right: 15px;
    flex-grow: 1;
}

.T_cookie_comply h5 {
    color: rgb(147,161,148);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cookie_button.X_cookie_ack {
    background-color: rgb(147,161,148);
    color: #ffffff;
    border-color: rgb(147,161,148);
}

#k_consentWindowModal {
    display: none;
}

#k_consentWindowModal:checked ~ .s_cookieNoticeContainer {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.X_cookie_ack:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.R_online_tracking {
    border-color: rgb(104,111,103);
    background-color: rgb(104,111,103);
    color: #000000;
}

.s_cookieNoticeContainer p a {
    text-decoration: underline;
    color: rgb(147,161,148);
}

.n_gratBlock::before {
    content: "";
    pointer-events: none;
    background-size: 35px 35px;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    background-image: 
        linear-gradient(90deg, rgb(147,161,148,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(147,161,148,0.5) 1px, transparent 1px);
    opacity: 0.07;
    z-index: 1;
    left: 0;
}

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

.n_gratBlock h2::after {
    width: 80px;
    animation: expandLine 1s forwards ease-out 1s;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(147,161,148,0.5) 100%);
    transform: scaleX(0);
    content: "";
    bottom: -12px;
    transform-origin: left;
    height: 3px;
    left: 0;
    position: absolute;
}

.n_gratBlock .i_mastery_zone::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,161,148,0.5) 0%, transparent 100%);
    top: 0;
    opacity: 0.03;
}

.n_gratBlock .i_mastery_zone li::before {
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    background-color: rgb(147,161,148);
    top: 8px;
    border-radius: 50%;
    transform: scale(0);
    animation: pulseIn 0.6s forwards ease-out 1.2s;
}

.a_contact {
    padding: 80px 0;
    position: relative;
    background: rgb(195,200,173);
    overflow: hidden;
}

.a_contact .container {
    z-index: 1;
    position: relative;
}

.a_contact .p_talk_form {
    background: #ffffff;
    border-radius: 23px;
    padding: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.a_contact .p_talk_form h2 {
    padding: 40px 40px 20px;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    margin: 0;
    border-bottom: 1px solid rgb(195,200,173);
}

.a_contact .p_talk_form > p:last-of-type {
    background: rgb(195,200,173);
    font-weight: 600;
    color: #000000;
    align-items: center;
    padding: 20px 40px;
    border-bottom: none;
    display: flex;
}

.a_contact .L_edu_coach {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
}

.a_contact .K_learn_form:last-child {
    border-right: none;
}

.a_contact .K_learn_form::before {
    left: 0;
    width: 100%;
    transform-origin: center;
    background: rgb(147,161,148);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
}

.a_contact .K_learn_form svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.a_contact .K_learn_form::after {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    bottom: 10px;
    transform: translateX(-50%) translateY(10px);
    left: 50%;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    content: attr(title);
}

.G_plan_showcase {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}

.G_plan_showcase::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    height: 100%;
    position: absolute;
}

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

.G_plan_showcase h2::after {
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: -10px;
    content: "";
}

.G_plan_showcase .w_rate_panel {
    padding: 0;
    margin: 0;
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.G_plan_showcase .q_promo_rates {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(8px);
    display: flex;
    z-index: 1;
    text-decoration: none;
}

.G_plan_showcase .b_pricing_fees {
    flex-direction: column;
    padding: 30px;
    display: flex;
    position: relative;
    flex-grow: 1;
}

.G_plan_showcase .q_promo_rates:hover .b_cost_table h4 {
    transform: translateY(-5px);
}

.G_plan_showcase .b_cost_table h4::after {
    background: rgb(104,111,103);
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    width: 40px;
    content: "";
}

.G_plan_showcase .f_cost_summary {
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
    padding: 10px 20px;
    font-size: calc(20px + 4px);
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(147,161,148,0.5), transparent);
    align-self: flex-start;
    margin-top: auto;
    overflow: hidden;
}

.G_plan_showcase .q_promo_rates:hover .f_cost_summary {
    transform: scale(1.05);
}

.m_our_background {
    padding: 120px 0;
    position: relative;
    background-color: rgb(195,200,173);
    overflow: hidden;
}

.m_our_background::after {
    opacity: 0.8;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(147,161,148,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(104,111,103,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    height: 100%;
    filter: blur(50px);
    z-index: 1;
    top: 0;
    content: "";
}

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

.m_our_background h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    color: #000000;
    letter-spacing: 2px;
}

.m_our_background h2::after {
    bottom: -20px;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    position: absolute;
    width: 60px;
    height: 4px;
    content: "";
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
}

.m_our_background .b_quick_mastery {
    position: relative;
    gap: 40px;
    flex-direction: column;
    width: 100%;
    display: flex;
}

.m_our_background .b_quick_mastery::before {
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(147,161,148,0.5) 10%, 
        rgb(147,161,148) 50%,
        rgb(104,111,103) 50%,
        rgb(104,111,103,0.5) 90%,
        transparent 100%);
    z-index: 1;
    left: 50%;
    top: 0;
    width: 2px;
    position: absolute;
}

.m_our_background .x_quick_studies {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 55%;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 40px;
}

.m_our_background .x_quick_studies:nth-child(1) {
    transform: translateX(-40px);
    border-left: 4px solid rgb(147,161,148);
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.m_our_background .x_quick_studies:nth-child(2) {
    border-right: 4px solid rgb(104,111,103);
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    align-self: flex-end;
}

.m_our_background .x_quick_studies:nth-child(1)::before {
    box-shadow: 0 0 15px rgb(147,161,148,0.5);
    right: -55px;
    transform: translateY(-50%);
}

.m_our_background .x_quick_studies::after {
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
    content: "";
    top: 50%;
    position: absolute;
    height: 2px;
}

.m_our_background .x_quick_studies:hover {
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03) translateY(-5px);
}

.m_our_background .x_quick_studies h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 25px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.m_our_background .x_quick_studies:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(104,111,103), transparent);
}

.m_our_background .x_quick_studies:hover h3::after {
    width: 70%;
}

.m_our_background .container::before,
.m_our_background .container::after {
    position: absolute;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    height: 250px;
    content: "";
    width: 250px;
    animation: floatAnim 15s linear infinite alternate;
    background: linear-gradient(45deg, rgb(147,161,148,0.5), transparent);
    filter: blur(60px);
    opacity: 0.2;
    z-index: 0;
}

.m_our_background .container::before {
    left: -150px;
    top: 10%;
}

.w_contact_box .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}

.w_contact_box .l_img_embed {
    transform: skew(-10deg);
    min-height: 600px;
    margin-left: -5%;
    flex: 0 0 45%;
    z-index: 2;
    position: relative;
}

.w_contact_box .l_img_embed::before {
    transform: skew(10deg);
    width: 120%;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(147,161,148,0.5) 0%, 
        rgb(104,111,103,0.5) 100%
    );
    content: '';
    opacity: 0.7;
    position: absolute;
    top: 0;
    height: 100%;
}

.w_contact_box h2::before {
    left: 0;
    top: 50%;
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 15px rgb(147,161,148,0.5);
    transform: translateY(-50%);
    width: 1rem;
    background: rgb(147,161,148);
    position: absolute;
    height: 1rem;
}

.w_contact_box .q_query_query form {
    gap: 1.5rem;
    display: grid;
}

.w_contact_box .q_query_query input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(104,111,103,0.5);
    outline: none;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(147,161,148,0.5);
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.w_contact_box .q_query_query input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.w_contact_box .q_query_query .d_reach_message {
    gap: 1rem;
    align-items: center;
    display: flex;
}

.w_contact_box .q_query_query .d_reach_message input[type="checkbox"]:checked {
    border-color: rgb(147,161,148);
    background: rgb(147,161,148);
}

.w_contact_box .q_query_query .d_reach_message input[type="checkbox"]:checked::after {
    top: 50%;
    left: 50%;
    position: absolute;
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.w_contact_box .q_query_query .d_reach_message a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(147,161,148);
}

.w_contact_box .q_query_query .J_inquiry_card::before {
    content: '';
    transition: all 0.5s ease;
    left: -50%;
    opacity: 0;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(147,161,148,0.5), 
        transparent
    );
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
}

.m_sign_up {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,161,148,0.5) 0%, rgb(104,111,103) 100%);
    position: relative;
    padding: 80px 0;
}

.m_sign_up::after {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(147,161,148,0.5));
    height: 100%;
    content: '';
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
    width: 40%;
    opacity: 0.2;
}

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

.m_sign_up .i_mastery_zone:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.m_sign_up h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    position: relative;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}

.m_sign_up .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 600px;
    width: 100%;
    gap: 15px;
}

.m_sign_up input[type="email"] {
    transition: all 0.3s ease;
    padding: 18px 20px 18px 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
}

.m_sign_up input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.m_sign_up input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}

.m_sign_up .I_sub_banners:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.m_sign_up .I_sub_banners:active {
    transform: translateY(-1px);
}

.m_sign_up .I_sub_banners::after {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
}


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



@media (min-width: 992px) {.n_course_program_info {
    padding: 150px 0;
}.n_course_program_info h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
}.n_course_program_info .S_study_map {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.n_course_program_info .l_img_embed {
    min-height: 550px;
}.n_course_program_info .T_description_card {
    transform: translateY(40px) translateX(-80px);
    max-height: 650px;
    padding: 50px 60px;
}.n_course_program_info .description {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}



@media (min-width: 1200px) {.n_course_program_info h2 {
    font-size: calc(28px * 1.3);
    max-width: 65%;
}.n_course_program_info .S_study_map {
    grid-template-columns: 0.8fr 1.2fr;
}.n_course_program_info .l_img_embed {
    min-height: 600px;
}.n_course_program_info .T_description_card {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.n_course_program_info .description {
    font-size: calc(16px * 1.1);
}
}



@media (max-width: 991px) {.k_customer_experience {
    padding: 4rem 0;
}.k_customer_experience h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.k_customer_experience .T_student_perspectives {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.k_customer_experience {
    padding: 2.5rem 0;
}.k_customer_experience h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.7);
}.k_customer_experience .u_testimonials {
    padding: 1.2rem;
}.k_customer_experience .u_testimonials img {
    width: 50px;
    height: 50px;
}.k_customer_experience a {
    padding: 0.6rem 1.5rem;
    width: 100%;
}
}



@media (min-width: 1200px) {.k_customer_experience .container {
    padding: 0 40px;
}.k_customer_experience .T_student_perspectives {
    grid-template-columns: repeat(4, 1fr);
}.k_customer_experience .u_testimonials:nth-child(4n-3) {
    transform: translateY(-10px);
}.k_customer_experience .u_testimonials:nth-child(4n-2) {
    transform: translateY(10px);
}.k_customer_experience .u_testimonials:nth-child(4n-1) {
    transform: translateY(-5px);
}.k_customer_experience .u_testimonials:nth-child(4n) {
    transform: translateY(5px);
}.k_customer_experience .u_testimonials:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 576px) {.L_title_board .i_mastery_zone {
    width: 95%;
    padding: 3rem 1rem;
}.L_title_board h1 {
    font-size: calc(43px * 0.9);
}.L_title_board .T_description_card {
    padding: 1.2rem;
}.L_title_board .l_start_front svg {
    height: 60px;
    width: 60px;
}.L_title_board .J_inquiry_card {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 768px) {.s_education_experience .u_testimonials {
    grid-template-areas: 
      "photo info"
      "quote quote";
    padding: 4rem;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
}.s_education_experience .u_testimonials > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.s_education_experience .u_testimonials > div:nth-child(2) {
    border-left: none;
    padding-left: 0;
    align-self: center;
    grid-area: info;
}.s_education_experience .u_testimonials > div:nth-child(3) {
    grid-area: quote;
}.s_education_experience .u_testimonials .Q_employee_view {
    background: linear-gradient(135deg, rgb(195,200,173) 0%, transparent 100%);
    padding: 2rem;
}
}



@media (min-width: 1200px) {.s_education_experience .u_testimonials {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(1deg) rotateY(-1deg);
}.s_education_experience .u_testimonials:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.s_education_experience .u_testimonials .l_img_embed {
    width: 320px;
    height: 320px;
}
}



@media (max-width: 1200px) {.M_future_attendees ul {
    gap: 40px;
}.M_future_attendees ul li {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 992px) {.M_future_attendees {
    padding: 100px 0;
}.M_future_attendees h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}.M_future_attendees ul {
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
}.M_future_attendees ul li {
    height: 220px;
    width: 220px;
}.M_future_attendees ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 580px) {.M_future_attendees {
    padding: 60px 0;
}.M_future_attendees .i_mastery_zone {
    padding: 0 20px;
}.M_future_attendees h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.M_future_attendees ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.M_future_attendees ul li {
    height: 220px;
    width: 220px;
}
}



@media (max-width: 767px) {footer .R_rating_stars {
    padding: 50px 0 30px;
}footer .J_edu_mentor {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .Y_netiquette {
    margin-top: 30px;
}
}



@media (max-width: 992px) {header .f_head_site {
    flex-direction: column;
    padding: 15px;
}header .f_head_site .T_main_tutor {
    margin: 0 0 15px 0;
}header .f_head_site .o_nav_study {
    justify-content: center;
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
}header .f_head_site .o_nav_study .c_main_info a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(17px - 1px);
}header .f_head_site .o_nav_study .c_main_info:hover a {
    transform: none;
}header .f_head_site .o_nav_study .c_main_info a::before,
    header .f_head_site .o_nav_study .c_main_info a::after {
    display: none;
}
}



@media (max-width: 991px) {.n_gratBlock {
    padding: 4rem 0;
}.n_gratBlock h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.n_gratBlock .i_mastery_zone {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.n_gratBlock {
    padding: 2.5rem 0;
}.n_gratBlock h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
}.n_gratBlock .i_mastery_zone {
    padding: 1.5rem;
}.n_gratBlock h2::after {
    width: 60px;
    bottom: -8px;
    height: 2px;
}}



@media (max-width: 768px) {.a_contact {
    padding: 60px 0;
}.a_contact .p_talk_form h2 {
    font-size: calc(37px - 6px);
    padding: 25px 20px 15px;
}.a_contact .p_talk_form > p {
    padding: 15px 20px;
}.a_contact .p_talk_form > p:last-of-type {
    padding: 15px 20px;
}.a_contact .L_edu_coach {
    grid-template-columns: 1fr;
}.a_contact .K_learn_form {
    border-right: none;
    border-bottom: 1px solid rgb(195,200,173);
    padding: 20px;
}.a_contact .K_learn_form:last-child {
    border-bottom: none;
}.a_contact .K_learn_form svg {
    height: 28px;
    width: 28px;
}.a_contact .K_learn_form::after {
    display: block;
    transform: translateX(-50%) translateY(0);
    margin-top: 8px;
    font-size: 14px;
    position: static;
    opacity: 1;
}
}



@media (max-width: 1200px) {.G_plan_showcase {
    padding: 80px 0;
}.G_plan_showcase .w_rate_panel {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.G_plan_showcase {
    padding: 60px 0;
}.G_plan_showcase .w_rate_panel {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.G_plan_showcase .b_cost_table h4 {
    font-size: 20px;
}.G_plan_showcase .f_cost_summary {
    font-size: 20px;
}
}



@media screen and (max-width: 1200px) {.m_our_background .x_quick_studies:nth-child(1) {
    transform: translateX(-20px);
}.m_our_background .x_quick_studies:nth-child(2) {
    transform: translateX(20px);
}.m_our_background .x_quick_studies:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.m_our_background .x_quick_studies:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}



@media screen and (max-width: 768px) {.m_our_background {
    padding: 80px 0;
}.m_our_background h2 {
    font-size: calc(37px + 0.1rem);
    margin-bottom: 50px;
}.m_our_background .b_quick_mastery::before {
    left: 30px;
}.m_our_background .x_quick_studies {
    margin-left: auto;
    padding: 25px;
    max-width: 500px;
    width: 85%;
}.m_our_background .x_quick_studies:nth-child(1),
    .m_our_background .x_quick_studies:nth-child(2) {
    align-self: flex-end;
    transform: translateX(0);
    border-left: 4px solid rgb(147,161,148);
    margin-left: 60px;
    border-right: none;
}.m_our_background .x_quick_studies:nth-child(2) {
    border-left: 4px solid rgb(104,111,103);
}.m_our_background .x_quick_studies:nth-child(1):hover,
    .m_our_background .x_quick_studies:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.m_our_background .x_quick_studies::before {
    left: -45px;
    right: auto;
}.m_our_background .x_quick_studies::after {
    left: -25px;
    right: auto;
}
}



@media screen and (max-width: 1200px) {.w_contact_box .l_img_embed {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.w_contact_box {
    padding: 3rem 0;
}.w_contact_box h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(39px * 0.8);
}.w_contact_box h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.w_contact_box .q_query_query h3 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}.w_contact_box .q_query_query input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 768px) {.m_sign_up .input_holder {
    flex-direction: row;
    align-items: stretch;
}.m_sign_up .input_holder > div {
    flex: 1;
}.m_sign_up .I_sub_banners {
    white-space: nowrap;
    align-self: stretch;
}.m_sign_up .i_mastery_zone {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}



@media (max-width: 480px) {.m_sign_up {
    padding: 40px 0;
}.m_sign_up .i_mastery_zone {
    padding: 30px 20px;
}.m_sign_up h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.m_sign_up .i_mastery_zone,
  .m_sign_up .i_mastery_zone:hover,
  .m_sign_up input[type="email"],
  .m_sign_up input[type="email"]:focus,
  .m_sign_up .I_sub_banners,
  .m_sign_up .I_sub_banners:hover,
  .m_sign_up .I_sub_banners:active,
  .m_sign_up .I_sub_banners::after,
  .m_sign_up .I_sub_banners:hover::after,
  .m_sign_up input[type="email"]::placeholder,
  .m_sign_up input[type="email"]:focus::placeholder {
    transform: none;
    transition: none;
}
}

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



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



@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

