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

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


header .top_plank {
    color:  #ffffff;
    background: rgb(202,210,202);
}

header .top_plank .master_learnpro_h div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}

.title_portal_y::before {
    left: -20%;
    width: 100%;
    z-index: 1;
    top: -50%;
    height: 200%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(202,210,202,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
}

.title_portal_y .text_frame_wrap_g ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title_portal_y .course_base_I {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.title_portal_y .course_base_I svg text {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    fill: rgb(202,210,202);
}

.title_portal_y .message_map_q {
    font-size: 19px;
    padding: 1rem 2rem;
    opacity: 0;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.05);
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    border: none;
    text-transform: uppercase;
    transform: scale(0.9);
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(202,210,202) 0%, rgb(164,176,164) 100%);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.get_support_f .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.get_support_f .get_help_a::before {
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
    left: -50%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    transition: all 0.7s ease;
    animation: shineEffect 6s infinite;
    width: 200%;
    top: -150%;
    content: "";
    height: 200%;
}

.get_support_f .edu_input_r {
    overflow: hidden;
    padding: 2rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    position: relative;
}

.get_support_f .edu_input_r p {
    padding-left: 2rem;
    flex-direction: column;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 18px;
    display: flex;
    color: #000000;
    position: relative;
}

.get_support_f .edu_input_r svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(202,210,202);
}

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

.get_support_f .chat_form_O::before,
.get_support_f .chat_form_O::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(202,210,202,0.5), transparent);
    width: 30px;
    top: 50%;
    height: 1px;
    content: "";
}

.get_support_f .chat_form_O::before {
    left: 20%;
}

.get_support_f .support_center_Q svg {
    height: 12px;
    fill: none;
    margin-right: 5px;
    transition: transform 0.3s ease;
    width: 12px;
    stroke: rgb(202,210,202);
    stroke-width: 2;
}

.check_it_out_now_j .container {
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.check_it_out_now_j .community_team_Q {
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.5s, box-shadow 0.5s;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    gap: 2rem;
    padding: 2.5rem;
    background: rgba(255,255,255,0.12);
    justify-content: center;
}

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

.check_it_out_now_j .message_map_q:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.our_story_y::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-size: 80px 140px;
    animation: backgroundShift 30s linear infinite;
    opacity: 0.1;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-image: 
        linear-gradient(30deg, rgb(202,210,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(202,210,202,0.5) 87.5%, rgb(202,210,202,0.5)),
        linear-gradient(150deg, rgb(202,210,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(202,210,202,0.5) 87.5%, rgb(202,210,202,0.5)),
        linear-gradient(30deg, rgb(202,210,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(202,210,202,0.5) 87.5%, rgb(202,210,202,0.5)),
        linear-gradient(150deg, rgb(202,210,202,0.5) 12%, transparent 12.5%, transparent 87%, rgb(202,210,202,0.5) 87.5%, rgb(202,210,202,0.5)),
        linear-gradient(60deg, rgb(164,176,164,0.5) 25%, transparent 25.5%, transparent 75%, rgb(164,176,164,0.5) 75%, rgb(164,176,164,0.5)),
        linear-gradient(60deg, rgb(164,176,164,0.5) 25%, transparent 25.5%, transparent 75%, rgb(164,176,164,0.5) 75%, rgb(164,176,164,0.5));
    width: 100%;
    left: 0;
}

.plan_comparison_g .rate_schemes_S {
    display: flex;
    flex-direction: column;
}

.plan_comparison_g .deal_opts_G h2 {
    color: #000000;
    font-size: 28px;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.plan_comparison_g .trial_rates_V {
    margin: 1.5rem auto 0;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}

.plan_comparison_g .fee_schemes_X:nth-child(2) {
    animation-delay: 0.5s;
}

.plan_comparison_g .fee_schemes_X:hover {
    transform: translateY(-10px);
}

.plan_comparison_g .price_panel_W {
    flex-direction: column;
    padding: 2.5rem 2rem;
    position: relative;
    flex-grow: 1;
    z-index: 2;
    display: flex;
}

.plan_comparison_g .fee_struct_m {
    margin-bottom: 1.5rem;
    color: rgb(202,210,202);
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: calc(24px + 4px);
}

.plan_comparison_g .header_image_p::after {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    content: '';
    transition: opacity 0.4s ease;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}

.course_candidates_g h3 {
    margin-bottom: 3rem;
    position: relative;
    padding-left: 2rem;
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    color: rgb(164,176,164);
}

.course_candidates_g ul {
    display: grid;
    gap: 2rem 1.5rem;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
}

.course_candidates_g li::after {
    position: absolute;
    z-index: -1;
    width: 40px;
    border-radius: 50%;
    content: "";
    background: radial-gradient(
        circle,
        rgba(rgb(202,210,202,0.5), 0.15) 0%,
        transparent 70%
    );
    top: -10px;
    height: 40px;
    left: -10px;
}

.course_candidates_g li:hover::before {
    opacity: 1;
}

.course_candidates_g li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}

.course_candidates_g li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}

.appDiv_X {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,233) 0%, rgb(164,176,164,0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 5rem 0;
}

.appDiv_X .community_team_Q {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    grid-gap: 2.5rem;
}

.appDiv_X .community_team_Q > div:first-child::before {
    filter: blur(10px);
    position: absolute;
    width: 90%;
    transform: translateX(-50%);
    background: rgb(202,210,202,0.5);
    content: "";
    bottom: -10px;
    left: 50%;
    opacity: 0.7;
    height: 10px;
}

.appDiv_X .community_team_Q > div:last-child::before {
    opacity: 0.05;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(164,176,164,0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}

.privacy_container_U::before {
    top: 0;
    background: linear-gradient(90deg, rgb(202,210,202) 0%, rgb(164,176,164) 100%);
    transform-origin: left center;
    left: 0;
    width: 100%;
    height: 5px;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    position: absolute;
}

.privacy_container_U h2::before {
    opacity: 0.8;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(164,176,164);
    transform: scaleY(0.7);
    position: absolute;
}

.privacy_container_U p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
    max-width: 95%;
}

.privacy_container_U ul {
    margin: 1.5rem 0 2rem;
    animation: slidein 0.6s ease-out 0.5s forwards;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    transform: translateX(-10px);
    border-left: 3px solid rgb(202,210,202);
    padding: 1.5rem 2rem;
    list-style: none;
    opacity: 0;
    border-radius: 0 10px 10px 0;
    position: relative;
    padding-left: 0;
}

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

.contact_M .query_section_L {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
}

.contact_M .support_reach_k {
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
}

.contact_M #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.contact_M input[type="text"] {
    border: 2px solid rgb(233,237,233);
    padding: 18px 20px;
    border-radius: 10px;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
}

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

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

.contact_M svg {
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(202,210,202);
    width: 22px;
}

.contact_M svg:hover {
    fill: rgb(164,176,164);
    transform: translateY(-2px);
}

.training_results_T::after {
    bottom: -10%;
    width: 400px;
    background: rgb(202,210,202,0.5);
    filter: blur(80px);
    border-radius: 50%;
    left: -5%;
    position: absolute;
    animation: breathe 8s infinite alternate ease-in-out;
    content: "";
    opacity: 0.4;
    height: 400px;
}

.training_results_T .header_image_p:hover {
    transform: perspective(800px) rotateY(0deg) scale(1.05);
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
}

.training_results_T .text_frame_wrap_g {
    z-index: 2;
    padding: 50px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    grid-column: 2;
    border-radius: 20px;
    transform: translateY(20px);
}

.training_results_T h3::after {
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    content: "";
    width: 60px;
    background: linear-gradient(to right, rgb(202,210,202), rgb(164,176,164));
}

.training_results_T li:hover::before {
    opacity: 0.3;
}

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

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

.academic_expertise_y {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,233), rgba(245, 247, 250, 0.9));
    padding: 80px 0;
}

.academic_expertise_y .feedback_carousel_D {
    position: relative;
    display: grid;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
}

.academic_expertise_y .feedback_carousel_D > div:nth-child(2) {
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.academic_expertise_y .feedback_carousel_D > div:nth-child(2) > div {
    position: relative;
    background: linear-gradient(120deg, rgba(rgb(164,176,164,0.5), 0.05), rgba(rgb(164,176,164,0.5), 0.15));
    border-radius: 4px;
    backdrop-filter: blur(2px);
    padding: 5px 15px;
    letter-spacing: 0.3px;
    color: rgb(164,176,164);
    font-size: calc(16px * 0.95);
    display: inline-block;
    font-weight: 600;
}

.program_information_E::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(164,176,164,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(202,210,202,0.5) 0%, transparent 40%);
    animation: pulseGlow 12s infinite alternate;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    content: "";
}

.program_information_E .main_head_N {
    display: flex;
    align-items: center;
    background: #ffffff;
    position: absolute;
    animation: floatAndRotate 8s ease-in-out infinite;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    height: 120px;
    width: 120px;
    transform-origin: center center;
    justify-content: center;
    top: -60px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(202,210,202,0.5);
    left: 60px;
}

.program_information_E .job_training_q p {
    font-size: 17px;
    margin-bottom: 0;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
}

.program_information_E .header_image_p::before {
    width: 100%;
    top: 0;
    opacity: 0.7;
    z-index: 2;
    background: 
        linear-gradient(
            to right,
            rgb(202,210,202,0.5) 0%,
            transparent 40%,
            rgb(164,176,164,0.5) 100%
        );
    content: "";
    height: 100%;
    transition: opacity 0.5s ease;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
}

.enroll_info_J .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    font-size: 34px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
}

.enroll_info_J .top_train_a h5 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}

.enroll_info_J .top_train_a h5 {
    letter-spacing: 0.5px;
}

.enroll_info_J .top_train_a .head_class_j a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.grant_cta_g {
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
}



.grant_cta_g {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}

.enroll_info_J .company_holder::before {
    content: '';
    background: rgb(164,176,164,0.5);
    height: 100px;
    filter: blur(40px);
    position: absolute;
    left: -30px;
    width: 100px;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50%;
}

header::before {
    height: 5px;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(202,210,202), rgb(164,176,164));
    left: 0;
}

header .nav_sitebar_G .main_head_N .top_lead_R {
    position: relative;
    overflow: hidden;
    display: block;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m {
    position: relative;
    margin: 0 15px;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m {
    margin: 5px 12px;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a::before,
header .nav_sitebar_G .top_train_a .top_sitebar_m a::after {
    background-color: rgb(202,210,202);
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    transform-origin: right center;
    left: 0;
    height: 1px;
}

header .nav_sitebar_G .top_train_a .top_sitebar_m a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}

.client_feedback_g::after {
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 3s infinite;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(202,210,202,0.5) 20%, 
        rgb(202,210,202) 50%, 
        rgb(202,210,202,0.5) 80%, 
        transparent 100%);
    content: "";
    width: 100%;
    top: 50%;
}

.client_feedback_g .feedback_carousel_D::before {
    mask-composite: exclude;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    content: "";
    opacity: 0.7;
    z-index: -1;
    background: linear-gradient(135deg, rgb(202,210,202), rgb(164,176,164)) border-box;
    -webkit-mask-composite: xor;
    inset: 0;
    position: absolute;
    border-radius: 10px;
    border: 1px solid transparent;
}

.client_feedback_g .feedback_carousel_D .description {
    color: #000000;
    text-align: center;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    max-width: 90%;
}

.client_feedback_g .feedback_carousel_D:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}



@media (min-width: 992px) {.title_portal_y {
    padding: 3rem 0;
}.title_portal_y h1 {
    font-size: calc(37px * 1.5);
}.title_portal_y .community_team_Q {
    gap: 5rem;
    padding: 0 5rem;
}.title_portal_y .course_base_I svg {
    width: 180px;
    height: 180px;
}.title_portal_y .course_base_I p {
    font-size: calc(18px * 1.4);
}.title_portal_y .message_map_q {
    font-size: calc(19px * 1.1);
    padding: 1.2rem 2.5rem;
}.title_portal_y .header_image_p {
    height: 600px;
}
}



@media (max-width: 767px) {.get_support_f {
    padding: 3rem 0;
}.get_support_f .get_help_a {
    padding: 2rem;
}.get_support_f .edu_input_r {
    padding: 1.5rem;
}.get_support_f .get_help_H {
    font-size: calc(37px - 4px);
}.get_support_f .chat_form_O {
    font-size: calc(20px - 2px);
}.get_support_f .write_form_G {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.get_support_f .edu_input_r svg {
    width: 16px;
    height: 16px;
}}



@media (max-width: 992px) {.our_story_y {
    padding: 80px 0;
}.our_story_y .smart_learning_E {
    padding: 30px;
}
}



@media (max-width: 576px) {.our_story_y {
    padding: 50px 0;
}.our_story_y h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.our_story_y h2::after {
    height: 3px;
    width: 60px;
}.our_story_y .expert_team_Q {
    gap: 25px;
}.our_story_y .smart_learning_E {
    padding: 20px;
}.our_story_y .smart_learning_E h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}.our_story_y .smart_learning_E p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {.plan_comparison_g {
    padding: 4rem 0;
}.plan_comparison_g .price_panel_W {
    padding: 2rem 1.5rem;
}.plan_comparison_g .header_image_p {
    height: 180px;
}
}



@media (hover: none) {.plan_comparison_g .fee_schemes_X:hover {
    transform: none;
}.plan_comparison_g .fee_schemes_X:hover .promo_plans_B {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.plan_comparison_g .fee_schemes_X:hover .header_image_p::after {
    opacity: 0;
}.plan_comparison_g .fee_schemes_X:hover .fee_struct_m::after {
    width: 40px;
}}



@media (min-width: 992px) {.appDiv_X {
    padding: 9rem 0;
}.appDiv_X .community_team_Q {
    grid-gap: 4rem;
}.appDiv_X .community_team_Q > div:first-child {
    padding: 4rem;
}.appDiv_X h5 {
    font-size: calc(23px * 1.2);
}.appDiv_X .community_team_Q > div:last-child {
    padding: 4rem;
}.appDiv_X p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 480px) {.appDiv_X {
    padding: 3rem 0;
}.appDiv_X .container {
    padding: 0 1.5rem;
}.appDiv_X .community_team_Q > div:first-child,
  .appDiv_X .community_team_Q > div:last-child {
    padding: 1.5rem;
}.appDiv_X h5 {
    font-size: calc(23px * 0.85);
}}



@media (max-width: 1200px) {.contact_M {
    background: #ffffff;
}
}



@media (max-width: 992px) {.contact_M {
    padding: 80px 0;
}.contact_M .query_section_L {
    flex-direction: column-reverse;
}.contact_M .header_image_p {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_M .support_reach_k {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_M .support_reach_k::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}



@media (min-width: 768px) {.academic_expertise_y {
    padding: 100px 0;
}.academic_expertise_y .feedback_carousel_D {
    grid-template-columns: auto 1fr;
    padding: 50px;
    grid-template-areas: 
            "photo info"
            "quote quote";
    gap: 40px 50px;
    align-items: center;
}.academic_expertise_y .feedback_carousel_D > div:first-child {
    grid-area: photo;
}.academic_expertise_y .feedback_carousel_D > div:nth-child(2) {
    padding-bottom: 0;
    text-align: left;
    grid-area: info;
}.academic_expertise_y .feedback_carousel_D > div:nth-child(3) {
    grid-area: quote;
}.academic_expertise_y .feedback_carousel_D > div:nth-child(2)::after {
    transform: none;
    width: 60px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(164,176,164), transparent);
    left: 0;
}.academic_expertise_y .header_image_p {
    height: 200px;
    width: 200px;
}.academic_expertise_y .exp_container_N {
    font-size: calc(16px * 1.05);
    margin-top: 20px;
    padding: 25px 40px 25px 50px;
}
}



@media screen and (max-width: 576px) {.program_information_E {
    padding: 50px 0;
}.program_information_E .job_training_q {
    padding: 25px 20px;
    transform: translateY(-40px);
}.program_information_E .main_head_N {
    height: 70px;
    width: 70px;
    left: 20px;
    top: -35px;
}.program_information_E .job_training_q h3 {
    font-size: calc(38px * 0.75);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.program_information_E .job_training_q h3::after {
    width: 60px;
}.program_information_E .job_training_q p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.program_information_E .header_image_p {
    height: 220px;
}.program_information_E .job_training_q::before {
    width: 100px;
    height: 100px;
}}



@media (max-width: 768px) {.client_feedback_g {
    padding: 4rem 0;
}.client_feedback_g h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.client_feedback_g .student_feedback_P {
    flex-direction: column;
    gap: 2rem;
}.client_feedback_g .feedback_carousel_D {
    width: 100%;
    transform: none !important;
}.client_feedback_g .feedback_carousel_D:hover {
    transform: translateZ(10px) !important;
}.client_feedback_g::after {
    width: 1px;
    height: 100%;
}
}



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



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



@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}



@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(202,210,202,0.5)) 
                drop-shadow(0 0 5px rgb(202,210,202,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(164,176,164,0.5)) 
                drop-shadow(0 0 10px rgb(164,176,164,0.5)); 
    }
}

