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

.main_top_H {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    z-index: 100;
    background: linear-gradient(120deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    overflow: visible;
    padding: 0;
}

.footer_social_0 .company_holder::before {
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    border-top-left-radius: 20px;
    top: 0;
    background: rgb(167,201,186);
    content: "";
    border-top-right-radius: 20px;
}

.footer_social_0 .top_lesson_A {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.footer_social_0 .top_learning_U .top_lesson_A {
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
    gap: 0;
}

.footer_social_0 .top_learning_U .top_lesson_A a::before {
    height: 100%;
    content: "";
    z-index: -1;
    background: rgb(225,219,229);
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    width: 0;
    top: 0;
}

.module_end_T::before {
    top: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,201,186,0.5), transparent);
    position: absolute;
    left: 10%;
    right: 10%;
}

.future_learners_g::after {
    height: 100%;
    top: 0;
    opacity: 0.1;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(167,201,186,0.5) 0,
            rgb(167,201,186,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(178,147,116,0.5) 0,
            rgb(178,147,116,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    left: 0;
    z-index: 0;
}

.future_learners_g div {
    padding: 40px;
    background: #ffffff;
}

.future_learners_g div p::before {
    width: 4px;
    top: 0;
    transition: all 0.3s ease;
    content: "";
    background: linear-gradient(180deg, rgb(167,201,186), rgb(178,147,116));
    left: 0;
    position: absolute;
    height: 100%;
}

.future_learners_g div p svg {
    transition: all 0.3s ease;
    min-width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    margin-right: 18px;
    width: 28px;
}

.cookie_message_alert_r h5 {
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgb(167,201,186);
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.cookie_apply_4 {
    justify-content: center;
    background: rgb(167,201,186,0.5);
    margin-right: 20px;
    border-radius: 18px;
    flex-shrink: 0;
    display: flex;
    padding: 10px;
    align-items: center;
}

.cookie_message_alert_r p a {
    transition: color 0.3s ease;
    text-decoration: none;
    border-bottom: 1px dashed rgb(167,201,186);
    color: rgb(167,201,186);
}

.stay_connected_T::after {
    height: 300px;
    filter: blur(30px);
    position: absolute;
    border-radius: 50%;
    width: 300px;
    right: -50px;
    content: "";
    z-index: 1;
    background: rgb(178,147,116);
    opacity: 0.15;
    bottom: -50px;
    transform: scale(1.5);
}

.stay_connected_T .input_holder {
    transform: translateY(0);
    width: 100%;
    display: flex;
    position: relative;
    opacity: 1;
    transition: transform 0.6s 0.1s ease, opacity 0.6s 0.1s ease;
    max-width: 680px;
    margin-top: 10px;
}

.stay_connected_T .input_holder span:hover {
    transform: translateY(-2px);
}

.stay_connected_T .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb, 100, 100, 255), 0.2);
}

.stay_connected_T .news_container_w:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.stay_connected_T .news_container_w:hover::before {
    left: 100%;
}

.secure_vaulting_0::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(167,201,186,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(178,147,116,0.5) 0%, transparent 25%);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    position: absolute;
    transform: translateZ(-50px);
}

.secure_vaulting_0:hover h1::after {
    transform: scaleX(1.5);
}

.secure_vaulting_0 h2:hover {
    transform: translateX(5px);
}

.secure_vaulting_0 h3 {
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(24px * 1.2);
    padding-bottom: 0.5rem;
    color: #000000;
    margin: 2.5rem 0 1rem;
}

.secure_vaulting_0 p:hover {
    transform: translateZ(5px);
}

.secure_vaulting_0 ul li {
    position: relative;
    color: #000000;
    transition: transform 0.2s ease-out;
    font-size: 12px;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
}

.secure_vaulting_0 span:hover {
    border-left-color: rgb(178,147,116);
    transform: translateX(5px);
}

.analysis_summary_y::before {
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    background: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    top: 0;
}

.analysis_summary_y .statistics_expert_C h4 {
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(167,201,186,0.5);
    transition: transform 0.5s ease;
    transform: perspective(500px) translateZ(0);
    position: relative;
    font-size: 4rem;
    display: inline-block;
    margin-bottom: 15px;
    color: #ffffff;
}

.analysis_summary_y .gain_study_g {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 35px;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: left;
}



.analysis_summary_y .statistics_expert_C::after {
    animation: pulsate 3s infinite ease-in-out;
}

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

.experience_trial_l::after {
    position: absolute;
    content: '';
    bottom: -2px;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, rgb(178,147,116) 50%, rgb(255, 255, 255, 0.5) 100%);
    width: 100%;
    height: 5px;
    left: 0;
    z-index: 1;
    opacity: 0.7;
}

.experience_trial_l .learn_pro_c {
    gap: 1.5rem;
    border-left: 4px solid rgb(167,201,186);
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.08);
    align-items: center;
    display: flex;
    border-radius: 4px;
    background: rgba(255,255,255,0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem 3rem;
    transform: translateZ(30px) rotateX(2deg);
    position: relative;
}

.experience_trial_l .feedback_section_n:hover::before {
    left: 100%;
}

.experience_trial_l .feedback_section_n:active {
    transform: translateY(1px) translateZ(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.pricing_plan_Z .skill_offers_u {
    position: relative;
}

.pricing_plan_Z h2 {
    text-align: center;
    font-size: calc(30px * 1.1);
    animation: fadeSlideUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateY(20px);
    opacity: 0;
}

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

.pricing_plan_Z .edu_deals_r {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}

.pricing_plan_Z .edu_deals_r:hover .rate_list_Z::before {
    opacity: 1;
}

.pricing_plan_Z .fee_structure_H {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing_plan_Z .fee_structure_H h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(24px * 1.1);
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing_plan_Z .fee_structure_H p {
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    font-size: calc(17px * 0.9);
    white-space: normal;
}

.our_background_0::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    animation: pulse 15s infinite alternate;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(167,201,186,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(178,147,116,0.5) 0%, transparent 70%);
}

.our_background_0 .smart_guide_n {
    flex-direction: column;
    flex: 0 0 300px;
    position: relative;
    gap: 20px;
    display: flex;
}

.our_background_0 .smart_guide_n:hover::before {
    opacity: 0.5;
    transform: scale(1);
}

.our_background_0 .skill_guides_B {
    margin-left: 20px;
    transition: all 0.5s ease;
    background: rgb(167,201,186);
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    transform: translateX(0);
    z-index: 10;
    position: relative;
}

.our_background_0 .text_box_item_h {
    flex: 1;
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.our_background_0 .why_choose_L:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.our_background_0 h2::after {
    content: "";
    border-radius: 3px;
    bottom: 0;
    transition: all 0.5s ease;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(167,201,186) 0%, rgb(178,147,116) 100%);
    height: 3px;
    position: absolute;
}

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

.appSpot_e .learn_pro_c > div:first-child {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0) rotateX(0deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(45deg, rgb(167,201,186,0.5) 0%, rgb(167,201,186) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 2.5rem;
}

.appSpot_e .learn_pro_c > div:last-child:hover {
    transform: translateY(-5px);
}

.appSpot_e a:hover {
    transform: scale(1.01);
}

.appSpot_e p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    margin: 0;
}

header .head_sitebar_X {
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    margin-right: 2rem;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    position: relative;
    transition: all 0.3s ease;
}

header .nav_base_U img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .top_tutor_Q a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

header .top_tutor_Q:hover::after {
    width: 80%;
}

header .first_lesson_h::before {
    position: absolute;
    right: 10px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 10px;
    border-right: none;
    border-bottom: none;
    opacity: 0.5;
    width: 40px;
    content: '';
}

.title_screen_u {
    font-family: Arial, sans-serif;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.title_screen_u .course_lead_4::after {
    z-index: 2;
    left: 0;
    content: "";
    bottom: 0;
    background-size: 40px 40px;
    position: absolute;
    animation: patternShift 60s linear infinite;
    opacity: 0.15;
    right: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(167,201,186,0.5) 49.5%, rgb(167,201,186,0.5) 50.5%, transparent 50.5%),
    linear-gradient(135deg, transparent 49.5%, rgb(178,147,116,0.5) 49.5%, rgb(178,147,116,0.5) 50.5%, transparent 50.5%);
    top: 0;
}

.title_screen_u .title_style_header {
    color: #ffffff;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
}

.program_offerings_7::after {
    height: 150px;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 150px;
    content: "";
    background: linear-gradient(225deg, rgb(178,147,116) 0%, transparent 80%);
    transform: rotate(-15deg);
}

.program_offerings_7 .image_grid_item_0::after {
    z-index: -1;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    content: "";
    border: 2px solid rgb(178,147,116);
    bottom: -10px;
    transform: translate(10px, 10px);
    position: absolute;
    opacity: 0.5;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.program_offerings_7 h3::after {
    background: rgb(178,147,116);
    height: 3px;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    bottom: -8px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scaleX(0);
}

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

.help_desk_info_e .talk_experts_K:hover {
    transform: translateY(-5px);
}

.help_desk_info_e .talk_experts_K:hover::before {
    height: 100%;
}

.help_desk_info_e h3 {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    position: relative;
}

.help_desk_info_e p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    max-width: 90%;
    margin-bottom: 1rem;
}

.help_desk_info_e .request_form_M:hover {
    background: rgba(245, 245, 245, 1);
    border-left: 2px solid rgb(167,201,186);
    transform: translateX(5px);
}

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

.teacher_profile_P .client_ratings_z {
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: perspective(1200px) rotateX(2deg);
    border-left: 4px solid rgb(167,201,186);
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    position: relative;
    backdrop-filter: blur(10px);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.teacher_profile_P .emp_block_G {
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    line-height: 1.7;
    padding: 1.5rem;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    color: #000000;
    position: relative;
    font-size: 12px;
}

.contact_6::before {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
    height: 200%;
    z-index: 1;
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
}

.contact_6 .reach_list_S {
    display: flex;
    border-radius: 15px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
}

.contact_6 .help_grid_7 h3 {
    font-weight: 600;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 2rem;
    text-align: center;
}

.contact_6 .help_grid_7 .message_widget_Y input[type="checkbox"] {
    cursor: pointer;
    margin-right: 1rem;
    position: relative;
    height: 22px;
    border-radius: 10px;
    appearance: none;
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.contact_6 .help_grid_7 .message_widget_Y a:hover {
    text-decoration: underline;
}

.contact_6 .help_grid_7 .feedback_section_n:hover::before {
    left: 100%;
}

.program_offerings_7 .description::-webkit-scrollbar {
    width: 4px;
}

.program_offerings_7 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.program_offerings_7 .description::-webkit-scrollbar-thumb {
    background: rgb(167,201,186,0.5);
    border-radius: 10px;
}



@media (max-width: 576px) {.footer_social_0 {
    padding: 2.5rem 0 1rem;
}.footer_social_0 .container {
    gap: 1.5rem;
}.footer_social_0 .top_learning_U {
    flex: 1 1 100%;
    min-width: 100%;
}.footer_social_0 .top_lesson_A {
    gap: 1rem;
}.footer_social_0 .company_holder {
    padding: 1.5rem;
}.footer_social_0 .recycle_info_r {
    padding: 1.2rem;
}.module_end_T {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}


@media only screen and (max-width: 1200px) {.cookie_message_alert_r {
    padding: 15px 0;
}.data_guard_F {
    padding: 15px 5%;
}.cookie_apply_4 {
    display: none;
}.data_guard_F {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_message_alert_r h5 {
    margin-bottom: 10px;
    font-size: 21px;
}.visitor_acceptance_h {
    margin-bottom: 15px;
}.track_ack_Z {
    margin: 10px 0;
    min-width: 100%;
}}



@media screen and (max-width: 1200px) {.secure_vaulting_0 {
    padding: 4rem 1.5rem;
}.secure_vaulting_0 .container {
    padding: 1.5rem;
}.secure_vaulting_0 h1 {
    font-size: calc(42px * 1.1);
}.secure_vaulting_0 h2 {
    font-size: 34px;
}
}



@media screen and (max-width: 992px) {.secure_vaulting_0 {
    padding: 3rem 1rem;
}.secure_vaulting_0 .container {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
}.secure_vaulting_0 .container:hover {
    transform: none;
}.secure_vaulting_0 h1 {
    font-size: 42px;
}
}



@media (max-width: 991px) {.analysis_summary_y {
    padding: 80px 0;
}.analysis_summary_y .statistics_expert_C {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}.analysis_summary_y .statistics_expert_C:nth-child(2n)::after {
    display: none;
}.analysis_summary_y .statistics_expert_C h4 {
    font-size: 3.2rem;
}.analysis_summary_y .learn_statistics_Y {
    margin-bottom: 60px;
}.analysis_summary_y .gain_study_g {
    font-size: calc(35px * 0.9);
}.analysis_summary_y .knowledge_upgrade_V {
    font-size: calc(15px * 0.95);
    max-width: 90%;
}
}



@media (max-width: 767px) {.experience_trial_l {
    padding: 3.5rem 0;
}.experience_trial_l h2 {
    line-height: 1.5;
    font-size: calc(38px * 0.8);
    margin-bottom: 1.8rem;
}.experience_trial_l .learn_pro_c {
    padding: 1.5rem 2rem;
    gap: 1.2rem;
    flex-direction: column;
}.experience_trial_l svg {
    width: 36px;
    height: 36px;
}.experience_trial_l .feedback_section_n {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 480px) {.pricing_plan_Z {
    padding: 60px 0;
}.pricing_plan_Z h2 {
    font-size: calc(30px * 0.9);
}.pricing_plan_Z .learning_fees_s {
    font-size: calc(17px * 0.9);
}.pricing_plan_Z .rate_list_Z {
    padding: 20px 15px;
}.pricing_plan_Z .fee_structure_H h4 {
    font-size: calc(24px * 0.95);
}.pricing_plan_Z .fee_structure_H p {
    line-height: 1.6;
    margin-bottom: 20px;
}.pricing_plan_Z .learning_cost_M {
    font-size: calc(24px * 1.1);
}}



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



@media (min-width: 1400px) {header .first_lesson_h {
    max-width: 1320px;
    margin: 0 auto;
}header .top_tutor_Q {
    margin: 0 0.7rem;
}header .top_tutor_Q a {
    padding: 0 1.5rem;
}
}



@media (max-width: 1200px) {.title_screen_u .learn_academy_Z {
    padding: 2.5rem;
    width: 95%;
}.title_screen_u .title_style_header {
    font-size: calc(47px * 0.9);
}.title_screen_u h3 {
    font-size: 21px;
}
}



@media (max-width: 992px) {.title_screen_u .course_lead_4 {
    align-items: center;
}.title_screen_u .learn_academy_Z {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.title_screen_u .title_style_header {
    font-size: calc(47px * 0.8);
}.title_screen_u p {
    font-size: 16px;
}.title_screen_u h3 {
    font-size: calc(21px * 0.95);
}
}



@media (max-width: 480px) {.title_screen_u .learn_academy_Z {
    padding: 1.25rem;
    gap: 1rem;
}.title_screen_u p {
    padding-left: 15px;
}.title_screen_u p::before {
    width: 8px;
}.title_screen_u .title_style_header {
    font-size: calc(47px * 0.5);
}.title_screen_u h3 {
    font-size: calc(21px * 0.8);
}
}



@media (min-width: 768px) {.program_offerings_7 {
    padding: 6rem 0;
}.program_offerings_7 .career_lab_X {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_offerings_7 .image_grid_item_0 {
    height: 400px;
}.program_offerings_7 h3 {
    font-size: calc(24px * 1.2);
}.program_offerings_7 .text_box_item_h {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.program_offerings_7 {
    padding: 3rem 0;
}.program_offerings_7 .image_grid_item_0 {
    height: 200px;
}.program_offerings_7 .text_box_item_h {
    padding: 1.2rem;
}.program_offerings_7 h3 {
    font-size: calc(24px * 0.9);
}.program_offerings_7 .description {
    max-height: 200px;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 480px) {.help_desk_info_e {
    padding: 3rem 0;
}.help_desk_info_e .talk_experts_K {
    padding: 1.5rem;
}.help_desk_info_e h3 {
    font-size: calc(28px * 0.8);
}.help_desk_info_e .request_form_M {
    font-size: calc(15px * 0.9);
}}



@media (min-width: 992px) {.teacher_profile_P {
    padding: 8rem 0;
}.teacher_profile_P .client_ratings_z {
    margin: 0 auto;
    max-width: 90%;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.teacher_profile_P .client_ratings_z:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.teacher_profile_P .image_grid_item_0 {
    width: 180px;
    height: 180px;
}.teacher_profile_P .emp_block_G {
    font-size: calc(12px + 0.1rem);
    line-height: 1.8;
    padding: 2rem;
}
}



@media screen and (max-width: 480px) {.contact_6 .reach_list_S {
    border-radius: 0;
}.contact_6 .image_grid_item_0 {
    min-height: 250px;
}.contact_6 .help_grid_7 {
    padding: 2rem 1.5rem;
}
}

@keyframes slide {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}



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



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

