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

.wrapping-container_H {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}


footer {
    z-index: 1;
    position: relative;
}

footer::after {
    top: 0;
    bottom: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(167,201,186,0.5), rgb(167,201,186,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(167,201,186,0.5), rgb(167,201,186,0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    right: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
}

.footer_social_0 .company_holder h3::after {
    left: 0;
    height: 3px;
    background: rgb(178,147,116);
    content: "";
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
}

.footer_social_0 .top_learning_U h5 {
    color: #ffffff;
    font-size: 24px;
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 600;
    margin: 0;
    background: rgb(178,147,116);
}

.footer_social_0 .top_learning_U .top_lesson_A a::after {
    opacity: 0;
    position: absolute;
    left: 1.5rem;
    width: 5px;
    transition: all 0.3s ease;
    content: "";
    height: 5px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(178,147,116);
}

.module_end_T .podcast_cta_5 {
    background: #ffffff;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.future_learners_g .learn_pro_c {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 19px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
}

.future_learners_g div p {
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
    align-items: center;
    line-height: 1.6;
    border-radius: 10px;
}

#cookie_box_window_M {
    display: none;
}

.cookie_message_alert_r {
    width: 100%;
    padding: 20px 0;
    background: rgb(178,147,116);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 3px solid rgb(167,201,186);
}

.track_ack_Z:hover {
    box-shadow: 0 0 10px rgb(178,147,116);
    background-color: rgb(178,147,116);
}

.cookie_button.cookie_ack_A:hover {
    box-shadow: 0 0 10px rgb(178,147,116);
}


.stay_connected_T {
    background: linear-gradient(135deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.stay_connected_T .learn_pro_c::before {
    opacity: 0.05;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
}

.stay_connected_T .input_holder span {
    transform: translateY(0);
    flex: 1;
    display: block;
    margin: 0 8px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.stay_connected_T .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.7;
}

.stay_connected_T .news_container_w {
    border-radius: 15px;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    background: rgb(167,201,186);
    color: #ffffff;
    cursor: pointer;
    border: none;
    overflow: hidden;
    font-weight: 600;
}

.secure_vaulting_0 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.secure_vaulting_0 h1::after {
    transform: scaleX(1);
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    transition: transform 0.4s ease-out;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
}

.secure_vaulting_0 h4 {
    font-size: calc(19px * 1.1);
    padding-left: 1.5rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    margin: 2rem 0 1rem;
    color: #000000;
}

.secure_vaulting_0 strong {
    position: relative;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgb(178,147,116,0.5) 85%, rgb(178,147,116,0.5) 100%);
    color: #000000;
    display: inline-block;
    padding: 0 2px;
}

.secure_vaulting_0 span {
    padding: 1rem 1.5rem;
    color: #000000;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    border-left: 2px solid rgb(178,147,116,0.5);
    margin-bottom: 2rem;
    transform: translateX(0);
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-size: 12px;
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

.analysis_summary_y .statistics_expert_C {
    display: flex;
    width: calc(25% - 15px);
    border-radius: 0;
    position: relative;
    text-align: center;
    padding: 0;
    flex-direction: column;
    overflow: visible;
    margin: 0;
    align-items: center;
}

.analysis_summary_y .statistics_expert_C span {
    margin: 0 auto;
    transform: perspective(500px) translateZ(0);
    color: #ffffff;
    transition: transform 0.5s ease;
    position: relative;
    opacity: 0.8;
    max-width: 85%;
    font-size: 15px;
}

.analysis_summary_y svg {
    height: 0;
    fill: rgb(167,201,186);
    width: 0;
}

.analysis_summary_y svg path {
    fill: rgb(167,201,186);
}



.analysis_summary_y .pro_statistics_m::before {
    top: -20px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(167,201,186), transparent);
    position: absolute;
    content: "";
    left: 0;
}

.experience_trial_l {
    background: linear-gradient(135deg, rgb(178,147,116) 0%, rgb(167,201,186) 100%);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 5rem 0;
    perspective: 1000px;
}

.experience_trial_l .container {
    padding: 0 2rem;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
}

.experience_trial_l svg {
    transition: transform 0.3s ease;
    width: 48px;
    transform: translateZ(10px);
    height: 48px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}

.experience_trial_l .learn_pro_c div {
    justify-content: center;
    display: flex;
    align-items: center;
}

.experience_trial_l .feedback_section_n:hover {
    transform: translateY(-3px) translateZ(15px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(178,147,116) 0%, rgb(167,201,186) 100%);
}

.pricing_plan_Z::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.pricing_plan_Z .payment_pricing_Y li {
    transform: translateZ(0) rotateY(5deg);
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
}

.pricing_plan_Z .payment_pricing_Y li:nth-child(4) {
    --li-index: 4;
}

.pricing_plan_Z .edu_deals_r:hover .rate_list_Z {
    background: linear-gradient(145deg, 
        rgba(rgb(167,201,186), 0.15) 0%, 
        rgba(rgb(167,201,186), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}

.pricing_plan_Z .edu_deals_r:hover .fee_structure_H h4 {
    transform: translateY(-2px);
    color: rgb(167,201,186);
}

.pricing_plan_Z .edu_deals_r:hover .fee_structure_H h4::after {
    transform: scaleX(1);
}

.pricing_plan_Z .edu_deals_r:hover .learning_cost_M {
    color: rgb(167,201,186);
    transform: scale(1.05);
}

.pricing_plan_Z .learning_cost_M::before {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}

.our_background_0 .learn_pro_c {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px;
    gap: 50px;
    display: flex;
    transition: all 0.5s ease;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    border-radius: 14px;
    align-items: center;
}

.our_background_0 .image_grid_item_0::after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

.our_background_0 .culture_block_e {
    opacity: 0.9;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.our_background_0 .why_choose_L:hover svg path {
    fill: rgb(178,147,116);
}

.our_background_0 .text_box_item_h:hover h2::after {
    width: 120px;
}

.appSpot_e {
    padding: 5rem 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,219,229) 0%, rgb(178,147,116,0.5) 100%);
}

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

.appSpot_e .learn_pro_c > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}

.appSpot_e h5 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.appSpot_e a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.appSpot_e a:focus {
    outline: 2px dashed rgb(178,147,116);
    outline-offset: 4px;
}

header::before {
    left: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    z-index: -1;
    right: 2px;
}

header .top_tutor_Q a {
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    position: relative;
    overflow: hidden;
    height: 40px;
    font-weight: 600;
    display: flex;
    color: #ffffff;
    padding: 0 1.2rem;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    font-size: 17px;
}

.title_screen_u .course_lead_4 {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_screen_u .learn_academy_Z > div {
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}

.title_screen_u .learn_academy_Z > div:nth-child(2) {
    animation-delay: 0.4s;
}

.title_screen_u p {
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: calc(16px * 1.2);
    font-weight: 600;
}

.title_screen_u .title_style_header::after {
    position: absolute;
    transform: scaleX(0);
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(178,147,116), rgb(167,201,186));
    bottom: -10px;
    transform-origin: left;
    left: 0;
    height: 4px;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.33, 0.99);
}

.program_offerings_7 .career_lab_X {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.program_offerings_7 .image_grid_item_0:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.program_offerings_7 .image_grid_item_0:hover::after {
    transform: translate(5px, 5px);
    opacity: 0.8;
}

.program_offerings_7 h3 {
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-10px);
    color: rgb(167,201,186);
}

.program_offerings_7 span.description {
    display: none;
}

.help_desk_info_e {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,219,229) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}

.help_desk_info_e .talk_experts_K {
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05), 0 2px 10px rgba(0,0,0,0.02);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem;
}

.help_desk_info_e h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    bottom: -8px;
    content: "";
    width: 40%;
}

.help_desk_info_e .request_form_M {
    gap: 8px;
    padding: 10px 15px;
    border-left: 2px solid transparent;
    display: flex;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    background: rgba(245, 245, 245, 0.6);
}

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

.teacher_profile_P .client_ratings_z:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.teacher_profile_P .client_ratings_z:hover .image_grid_item_0 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(167,201,186);
    transform: translateY(-5px) scale(1.05);
}

.teacher_profile_P .name::after {
    height: 2px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(167,201,186), transparent);
    width: 40%;
}

.teacher_profile_P .emp_block_G::after {
    bottom: -1.5rem;
    right: 0;
    content: "";
}

.contact_6 {
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(178,147,116,0.5) 0%, 
        rgb(167,201,186,0.5) 100%
    );
    position: relative;
}

.contact_6 h2 {
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 47px;
}

.contact_6 .image_grid_item_0 {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.contact_6 .help_grid_7 {
    padding: 4rem 3rem;
    flex: 0 0 60%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.contact_6 .help_grid_7 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(167,201,186);
    box-shadow: 0 0 15px rgba(rgb(167,201,186), 0.3);
}

.contact_6 .help_grid_7 .message_widget_Y input[type="checkbox"]:checked {
    background: rgb(167,201,186);
    border-color: rgb(167,201,186);
}

.contact_6 .help_grid_7 .message_widget_Y a {
    color: rgb(167,201,186);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.contact_6 .help_grid_7 .feedback_section_n:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


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


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



@media (max-width: 768px) {.footer_social_0 {
    padding: 3rem 0 1.5rem;
}.footer_social_0 .top_lesson_A {
    gap: 1.5rem;
}.footer_social_0 .company_holder {
    padding: 2rem;
}.footer_social_0 .company_holder h3 {
    font-size: calc(32px - 2px);
}.module_end_T {
    margin-top: 2rem;
}
}



@media (max-width: 991px) {.future_learners_g {
    padding: 80px 0;
}.future_learners_g h4 {
    font-size: calc(28px - 2px);
    padding: 30px 25px;
}.future_learners_g div {
    padding: 30px;
}.future_learners_g div p {
    margin-bottom: 15px;
    padding: 15px;
}.future_learners_g div p svg {
    margin-right: 15px;
    min-width: 24px;
    height: 24px;
    width: 24px;
}
}



@media (max-width: 992px) {.stay_connected_T {
    padding: 100px 0;
}.stay_connected_T .learn_pro_c {
    padding: 50px 40px;
}.stay_connected_T h4 {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 576px) {.stay_connected_T {
    padding: 60px 0;
}.stay_connected_T .learn_pro_c {
    padding: 30px 20px;
    transform: none;
}.stay_connected_T h4 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
}.stay_connected_T .input_holder input[type="email"],
    .stay_connected_T .news_container_w {
    height: 50px;
    font-size: calc(15px * 0.95);
}
}



@media screen and (max-width: 768px) {.secure_vaulting_0 {
    padding: 2rem 0.5rem;
}.secure_vaulting_0 .container {
    padding: 1.5rem 1rem;
}.secure_vaulting_0 h1 {
    font-size: calc(42px * 0.9);
}.secure_vaulting_0 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.secure_vaulting_0 h3 {
    font-size: 24px;
}.secure_vaulting_0 h4 {
    font-size: 19px;
}.secure_vaulting_0 p, 
    .secure_vaulting_0 ul li,
    .secure_vaulting_0 span {
    font-size: calc(12px * 0.95);
}.secure_vaulting_0 ul {
    padding-left: 0.5rem;
}.secure_vaulting_0 span {
    padding: 0.75rem 1rem;
}
}



@media (max-width: 575px) {.analysis_summary_y {
    padding: 60px 0;
}.analysis_summary_y .pro_statistics_m {
    margin-top: 40px;
}.analysis_summary_y .statistics_expert_C {
    width: 100%;
    margin-bottom: 30px;
}.analysis_summary_y .statistics_expert_C:not(:last-child)::after {
    display: none;
}.analysis_summary_y .statistics_expert_C h4 {
    font-size: 2.5rem;
}.analysis_summary_y .statistics_expert_C span {
    max-width: 90%;
    font-size: calc(15px * 0.85);
}.analysis_summary_y .learn_statistics_Y {
    margin-bottom: 40px;
}.analysis_summary_y .learn_statistics_Y::before {
    left: -15px;
    width: 3px;
}.analysis_summary_y .gain_study_g {
    font-size: calc(35px * 0.7);
}.analysis_summary_y .knowledge_upgrade_V {
    font-size: calc(15px * 0.85);
    line-height: 1.7;
}.analysis_summary_y .statistics_expert_C::before {
    top: -35px;
    height: 25px;
    width: 25px;
}}



@media (max-width: 768px) {.our_background_0 {
    padding: 50px 0;
}.our_background_0 .learn_pro_c {
    padding: 25px;
    gap: 30px;
}.our_background_0 .smart_guide_n {
    max-width: 400px;
}.our_background_0 .image_grid_item_0 {
    height: 250px;
}.our_background_0 .skill_guides_B {
    padding: 15px;
    margin-top: -35px;
}.our_background_0 .knowledge_center_r {
    font-size: calc(21px * 0.9);
}.our_background_0 .culture_block_e {
    font-size: calc(13px * 0.9);
}.our_background_0 h2 {
    padding-bottom: 10px;
    font-size: calc(30px * 0.8);
}.our_background_0 h2::after {
    width: 60px;
}.our_background_0 .text_box_item_h:hover h2::after {
    width: 90px;
}.our_background_0 p {
    font-size: calc(13px * 0.9);
}
}



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



@media (max-width: 479px) {header .first_lesson_h {
    padding: 0.7rem 1.2rem;
}header .head_sitebar_X {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .top_tutor_Q a {
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
    height: 30px;
}}



@media (max-width: 768px) {.title_screen_u .course_lead_4 {
    padding: 4rem 0;
    min-height: 100vh;
    height: auto;
}.title_screen_u .learn_academy_Z {
    transform: none;
    padding: 1.75rem;
    gap: 1.5rem;
}.title_screen_u .title_style_header {
    font-size: calc(47px * 0.7);
}.title_screen_u h3 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 576px) {.title_screen_u .learn_academy_Z {
    width: 92%;
    gap: 1.25rem;
    padding: 1.5rem;
}.title_screen_u p {
    font-size: calc(16px * 0.9);
}.title_screen_u .title_style_header {
    letter-spacing: -0.5px;
    font-size: calc(47px * 0.6);
}.title_screen_u .title_style_header::after {
    width: 60px;
    height: 3px;
}.title_screen_u h3 {
    font-size: calc(21px * 0.85);
}
}



@media (min-width: 992px) {.program_offerings_7 {
    padding: 8rem 0;
}.program_offerings_7 .career_lab_X {
    gap: 5rem;
}.program_offerings_7 .image_grid_item_0 {
    height: 500px;
}.program_offerings_7 h3 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.4);
}.program_offerings_7 h3::after {
    width: 70px;
}.program_offerings_7 .description {
    max-height: 350px;
}.program_offerings_7 .text_box_item_h {
    padding: 3rem;
}.program_offerings_7 .text_box_item_h::before {
    width: 150px;
    height: 150px;
}
}



@media (max-width: 767px) {.help_desk_info_e {
    padding: 4rem 0;
}.help_desk_info_e .talk_experts_K {
    padding: 2rem;
}.help_desk_info_e h3 {
    font-size: calc(28px * 0.9);
}.help_desk_info_e p {
    max-width: 100%;
}.help_desk_info_e .write_experts_P li {
    width: 100%;
}.help_desk_info_e .request_form_M {
    padding: 10px;
}
}



@media (min-width: 768px) {.teacher_profile_P .client_ratings_z {
    grid-template-columns: 180px 1fr;
    gap: 1.5rem 2.5rem;
    grid-template-rows: auto 1fr;
}.teacher_profile_P .client_ratings_z > div:first-child {
    align-self: center;
    grid-row: 1 / 3;
}.teacher_profile_P .client_ratings_z > div:nth-child(2) {
    align-self: end;
    text-align: left;
}.teacher_profile_P .name::after {
    left: 0;
    transform: none;
}.teacher_profile_P .client_ratings_z > div:nth-child(2) > div {
    padding-left: 0;
    background: linear-gradient(to right, rgba(rgb(167,201,186,0.5), 0.1), rgba(rgb(167,201,186,0.5), 0));
}.teacher_profile_P .client_ratings_z > div:nth-child(3) {
    grid-column: 2;
}
}

@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}



@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}



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

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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

