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

.enroll_info_J {
    flex: 0 0 auto;
}

.enroll_info_J {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    padding: 80px 0 40px;
    color: #ffffff;
}

header .top_plank .master_learnpro_h {
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 12px;
    width: 100%;
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    justify-content: flex-start;
}

.title_portal_y h1 {
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    z-index: 10;
    padding: 1rem;
    text-align: center;
    color: rgb(202,210,202);
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    font-size: 37px;
    margin: 2rem 0;
}

.title_portal_y .course_base_I svg {
    height: 150px;
    transform: scale(0);
    animation: growAndRotate 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s forwards;
    width: 150px;
    margin-bottom: 1.5rem;
}

.title_portal_y .course_base_I p::after {
    left: 50%;
    content: "";
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(202,210,202), rgb(164,176,164));
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
    transform: translateX(-50%);
}

.title_portal_y .message_map_q:hover::before {
    left: 100%;
}

.title_portal_y .header_image_p::before {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(202,210,202,0.5) 100%
  );
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.get_support_f {
    position: relative;
    background-color: rgb(233,237,233);
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
}

.get_support_f .get_help_a {
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.get_support_f .header_image_p {
    overflow: hidden;
    border-radius: 10px;
    width: 200px;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.1);
    position: relative;
    height: 200px;
}

.get_support_f .edu_input_r p:hover {
    transform: translateX(5px);
}

.get_support_f .edu_input_r p a {
    color: rgb(202,210,202);
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}

.get_support_f .edu_input_r p:hover svg path {
    stroke: rgb(164,176,164);
}

.get_support_f .edu_input_r p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dasharray: 50;
}

.get_support_f .chat_form_O {
    text-align: center;
    color: rgb(202,210,202);
    margin-bottom: 1.5rem;
    font-size: 20px;
    position: relative;
    font-weight: 700;
}

.get_support_f .support_center_Q {
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: calc(18px - 2px);
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-align: center;
}

.check_it_out_now_j::after {
    position: absolute;
    right: -2rem;
    z-index: 0;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: floatEffect 20s infinite alternate ease-in-out;
    width: 30rem;
    bottom: -2rem;
    transform: rotate(-15deg);
    height: 30rem;
    content: '';
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05));
}

.check_it_out_now_j svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    height: 48px;
    transform: rotate(0);
}

.check_it_out_now_j .message_map_q {
    letter-spacing: 0.5px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(202,210,202);
    padding: 1rem 2.5rem;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.our_story_y h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,210,202), rgb(164,176,164));
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
}

.our_story_y .smart_learning_E:nth-child(2)::before {
    background: rgb(164,176,164,0.5);
    bottom: -100px;
    right: auto;
    left: -100px;
    top: auto;
}

.our_story_y .smart_learning_E h3 {
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(202,210,202);
    font-weight: 600;
    position: relative;
    font-size: 23px;
}

.our_story_y .smart_learning_E p {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 12px;
    line-height: 1.8;
}

.our_story_y .smart_learning_E:hover::after {
    height: 100%;
}

.our_story_y .smart_learning_E:first-child {
    animation: fadeInUp 0.7s ease forwards;
}

.plan_comparison_g::before {
    right: -100px;
    filter: blur(30px);
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(202,210,202,0.5), transparent);
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    top: -150px;
    height: 400px;
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.plan_comparison_g .deal_opts_G h2::after {
    background: rgb(202,210,202);
    bottom: -10px;
    left: 50%;
    width: 80px;
    content: '';
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}

.plan_comparison_g .fee_schemes_X:nth-child(4) {
    animation-delay: 0.7s;
}

.plan_comparison_g .fee_schemes_X:hover .promo_plans_B {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}

.plan_comparison_g .fee_schemes_X:hover .price_panel_W h3 {
    color: rgb(202,210,202);
}

.plan_comparison_g .fee_schemes_X:hover .fee_struct_m::after {
    width: 80px;
}

.plan_comparison_g .header_image_p {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.course_candidates_g {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    background: rgb(233,237,233);
    position: relative;
}

.course_candidates_g .community_team_Q {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2rem;
    position: relative;
}

.course_candidates_g h3::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(164,176,164),
        rgb(202,210,202)
    );
    border-radius: 10px;
}

.course_candidates_g li::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(202,210,202,0.5), 0.5),
        transparent
    );
    right: 0;
    content: "";
    border-radius: 10px 10px 0 0;
    height: 4px;
}

.course_candidates_g li:nth-child(odd)::after {
    animation: pulseEven 3s infinite alternate ease-in-out;
    right: -10px;
    left: auto;
}

.course_candidates_g li svg path {
    fill: rgb(202,210,202);
    transition: fill 0.3s ease;
}

.course_candidates_g li:hover svg path {
    fill: rgb(202,210,202);
}

.appDiv_X::after {
    opacity: 0.15;
    width: 100%;
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(164,176,164,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(164,176,164,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(164,176,164,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(164,176,164,0.5) 1px, transparent 1px);
    background-size: 100px 100px;
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    left: 0;
}

.appDiv_X .community_team_Q > div:last-child {
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    padding: 2.5rem;
    border-left: 4px solid rgb(164,176,164);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.privacy_container_U::after {
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    background: linear-gradient(to bottom, rgba(rgb(202,210,202,0.5), 0.03), transparent);
    width: 30%;
}

.privacy_container_U h2 {
    transform: translateY(10px);
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 35px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    padding-left: 1rem;
    opacity: 0;
    font-weight: 600;
    position: relative;
}

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

.privacy_container_U span::before {
    height: calc(100% - 1rem);
    left: 0;
    background: rgb(164,176,164);
    content: "";
    position: absolute;
    top: 0.5rem;
    width: 3px;
    opacity: 0.3;
}

.privacy_container_U li {
    line-height: 1.6;
    position: relative;
    font-size: 17px;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
}

.contact_M::before {
    background-size: 60px 60px;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
}

.contact_M .header_image_p {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}

.contact_M .support_reach_k::before {
    position: absolute;
    content: "";
    width: 10px;
    left: 0;
    top: 0;
    background: rgb(233,237,233);
    height: 100%;
}

.contact_M input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(202,210,202);
}

.contact_M .help_support_M input[type="checkbox"]:checked {
    border-color: rgb(202,210,202);
    background: rgb(202,210,202);
}

.contact_M .help_support_M a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(202,210,202);
}

.contact_M .message_map_q:hover {
    box-shadow: 0 10px 25px rgb(164,176,164,0.5);
    transform: translateY(-3px);
    background: rgb(164,176,164);
}

.contact_M svg path {
    transition: all 0.3s ease;
    fill: rgb(202,210,202);
}

.contact_M svg:hover path {
    fill: rgb(164,176,164);
}

.training_results_T::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.7;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 80% 20%, rgb(164,176,164,0.5) 0%, transparent 55%);
}

.training_results_T .header_image_p {
    z-index: 2;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    grid-column: 1;
    transform: perspective(800px) rotateY(10deg);
    width: 100%;
}

.training_results_T h3 {
    font-weight: 700;
    margin-bottom: 35px;
    font-size: 37px;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
}

.training_results_T ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 25px;
    list-style: none;
}

.training_results_T li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.training_results_T svg {
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24px;
    align-items: center;
    height: 24px;
    padding: 5px;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-shrink: 0;
}

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

.academic_expertise_y .feedback_carousel_D:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.academic_expertise_y .header_image_p::before {
    opacity: 0.2;
    border-radius: 20px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: linear-gradient(135deg, rgb(164,176,164,0.5), transparent);
    content: "";
    bottom: -15px;
    z-index: -1;
    transition: transform 0.8s ease;
    transform: rotate(-3deg);
    left: -15px;
}

.academic_expertise_y .exp_container_N {
    color: #000000;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(164,176,164);
    background: linear-gradient(to right, rgba(rgb(164,176,164,0.5), 0.05), transparent);
    font-size: 16px;
    backdrop-filter: blur(3px);
    font-family: Arial, sans-serif;
    padding: 10px 20px 10px 30px;
    margin: 0;
}

.program_information_E .container {
    position: relative;
    z-index: 3;
}

.program_information_E .community_team_Q {
    display: flex;
    flex-direction: column;
    border-radius: 23px;
    background: transparent;
    overflow: visible;
    position: relative;
}

.program_information_E .job_training_q::before {
    width: 200px;
    z-index: -1;
    right: -15px;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphShape 15s infinite alternate ease-in-out;
    position: absolute;
    background: linear-gradient(135deg, rgb(202,210,202,0.5), rgb(164,176,164,0.5));
    height: 200px;
    top: -15px;
}

.program_information_E .main_head_N:hover svg path {
    stroke-dashoffset: 50;
    stroke: rgb(202,210,202);
    animation: drawPath 2s forwards;
    stroke-dasharray: 50;
}

.program_information_E .job_training_q h3::after {
    bottom: 2.5px;
    left: 15px;
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(202,210,202), transparent);
}

.program_information_E .community_team_Q:hover .header_image_p {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

footer {
    position: relative;
}

footer::before {
    right: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(164,176,164,0.5) 0%, rgb(202,210,202,0.5) 100%);
    bottom: 0;
    z-index: 1;
}

.enroll_info_J .company_holder {
    position: relative;
    z-index: 3;
    grid-column: 1 / 5;
}

.enroll_info_J .lang_learn_l {
    padding: 20px;
    margin-top: 25px;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    border-left: 4px solid rgb(202,210,202);
}

.enroll_info_J .top_train_a .head_class_j {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.enroll_info_J .top_train_a .head_class_j a::before {
    content: '';
    width: 3px;
    background: rgb(202,210,202);
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
}

.grant_cta_g .law_res_h {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
    text-align: center;
}



.enroll_info_J::before {
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(202,210,202), rgb(164,176,164), rgb(202,210,202));
    content: '';
    top: 0;
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
    left: 0;
}

.enroll_info_J .top_train_a h5::after {
    content: '';
    position: absolute;
    height: 2px;
    background: rgb(164,176,164);
    bottom: -5px;
    width: 30px;
    left: 0;
}

header .nav_sitebar_G {
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
}

header .nav_sitebar_G {
    padding: 20px 15px;
    flex-direction: column;
}

header .nav_sitebar_G .main_head_N .top_lead_R:hover svg {
    transform: scale(1.08);
}

header .nav_sitebar_G .top_train_a .top_sitebar_m:last-child {
    margin-right: 0;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a:hover {
    letter-spacing: 1px;
    color: rgb(202,210,202);
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}



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

.client_feedback_g h2 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    left: 50%;
    padding: 0.5rem 1rem;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 4rem;
    display: inline-block;
    font-size: 28px;
}

.client_feedback_g .feedback_carousel_D {
    flex-direction: column;
    backdrop-filter: blur(10px);
    padding: 2rem;
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 10px;
    width: calc(33% - 3rem);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
}

.client_feedback_g .feedback_carousel_D:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(202,210,202),
        0 0 15px rgb(202,210,202,0.5),
        0 0 30px rgb(202,210,202,0.5);
}

.client_feedback_g .feedback_carousel_D:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}



@media (min-width: 768px) {.title_portal_y h1 {
    margin: 3rem 0;
    font-size: calc(37px * 1.2);
}.title_portal_y .community_team_Q {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
    padding: 0 3rem;
}.title_portal_y .text_frame_wrap_g {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
    padding: 3rem;
}.title_portal_y .course_base_I {
    align-items: flex-start;
    text-align: left;
}.title_portal_y .course_base_I p::after {
    transform: none;
    left: 0;
}.title_portal_y .header_image_p {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    flex: 1;
    height: 500px;
    margin-top: 0;
}
}



@media (max-width: 992px) {.check_it_out_now_j {
    padding: 5rem 0;
}.check_it_out_now_j h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.check_it_out_now_j .community_team_Q {
    padding: 2rem;
}
}



@media (prefers-reduced-motion) {.check_it_out_now_j h2,
  .check_it_out_now_j .community_team_Q {
    opacity: 1;
    animation: none;
    transform: none;
}.check_it_out_now_j::after {
    animation: none;
}.check_it_out_now_j .message_map_q::before {
    display: none;
}.check_it_out_now_j .community_team_Q:hover,
  .check_it_out_now_j .message_map_q:hover,
  .check_it_out_now_j svg {
    transform: none;
    transition: none;
}}



@media (prefers-reduced-motion: reduce) {.our_story_y::before {
    animation: none;
}.our_story_y .smart_learning_E,
    .our_story_y .smart_learning_E::after,
    .our_story_y .smart_learning_E::before,
    .our_story_y .smart_learning_E h3::after {
    transition: none;
}.our_story_y .smart_learning_E:first-child,
    .our_story_y .smart_learning_E:last-child {
    transform: none;
    opacity: 1;
    animation: none;
}.our_story_y .smart_learning_E:hover {
    transform: none;
}}



@media (max-width: 992px) {.course_candidates_g {
    padding: 4rem 0;
}.course_candidates_g h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.course_candidates_g ul {
    gap: 1.5rem 1.2rem;
}
}



@media (min-width: 768px) {.appDiv_X {
    padding: 7rem 0;
}.appDiv_X .community_team_Q {
    grid-gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.appDiv_X .community_team_Q > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 3rem;
    transform: translateY(0) rotateY(-5deg);
}.appDiv_X .community_team_Q > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.appDiv_X h5 {
    text-align: left;
    font-size: calc(23px * 1.1);
}.appDiv_X .community_team_Q > div:last-child {
    padding: 3rem;
}
}



@media (min-width: 992px) {.privacy_container_U {
    padding: 7rem 4rem;
}.privacy_container_U::after {
    width: 40%;
}.privacy_container_U h1 {
    font-size: calc(48px * 1.3);
}.privacy_container_U h2 {
    padding-left: 1.5rem;
}.privacy_container_U p, .privacy_container_U span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.privacy_container_U ul {
    padding: 2rem 2.5rem;
}.privacy_container_U li {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 576px) {.contact_M {
    padding: 50px 0;
}.contact_M .container {
    padding: 0 15px;
}.contact_M h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.contact_M .support_reach_k {
    padding: 35px 25px;
}.contact_M #contact {
    gap: 20px;
}.contact_M input[type="text"] {
    padding: 15px;
}.contact_M .message_map_q {
    width: 100%;
    padding: 15px 25px;
}.contact_M .header_image_p {
    min-height: 250px;
}}



@media (min-width: 992px) {.academic_expertise_y .feedback_carousel_D {
    grid-template-areas: 
            "photo info quote";
    gap: 0 50px;
    grid-template-columns: auto 1fr 1fr;
}.academic_expertise_y .header_image_p {
    transform: rotate(-3deg);
    width: 240px;
    height: 240px;
}.academic_expertise_y .feedback_carousel_D:hover .header_image_p {
    transform: rotate(0) scale(1.05);
}.academic_expertise_y .exp_container_N {
    border-left: none;
    padding: 30px;
    background: linear-gradient(135deg, rgba(rgb(164,176,164,0.5), 0.08), transparent);
    position: relative;
    margin-top: 0;
}.academic_expertise_y .exp_container_N::before {
    left: 0;
}.academic_expertise_y .exp_container_N::after {
    right: 0;
}.academic_expertise_y .exp_container_N:before {
    width: 3px;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(164,176,164), transparent);
    top: 0;
    left: -25px;
}
}



@media (max-width: 992px) {.enroll_info_J .container {
    grid-template-columns: repeat(1, 1fr);
}.enroll_info_J .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.enroll_info_J .tiktok_edu_v {
    grid-column: 1 / -1;
}.enroll_info_J .head_class_j {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.enroll_info_J {
    padding: 60px 0 30px;
}.enroll_info_J .head_class_j {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.enroll_info_J .top_train_a {
    padding: 0;
}}



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



@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}



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



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



@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(202,210,202,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(202,210,202,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(202,210,202,0.5), 0.5));
    }
}



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



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


    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }

