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

.inner-container_local {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.header_guide_local {
    flex: 1 0 auto;
}

.app_store_local {
    flex: 0 0 auto;
}

.app_store_local {
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
}

.ty_content_local::after {
    z-index: 0;
    background: linear-gradient(145deg, rgb(163,169,183,0.5), rgb(128,131,143,0.5));
    top: -10%;
    content: "";
    opacity: 0.25;
    filter: blur(70px);
    animation: floatGlow 15s ease-in-out infinite alternate;
    height: 50%;
    width: 30%;
    position: absolute;
    right: -5%;
}

.ty_content_local h2::after {
    box-shadow: 0 2px 10px rgba(rgb(163,169,183,0.5), 0.2);
    bottom: -1rem;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143));
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    width: 6rem;
}

.ty_content_local .smart_track_local::after {
    content: "";
    background: linear-gradient(180deg, transparent, rgba(rgb(198,202,222), 0.05));
    height: 30%;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
}

.ty_content_local:hover .smart_track_local {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}

.ty_content_local:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}

.ty_content_local span::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(163,169,183);
}

.course_beneficiaries_local {
    overflow: hidden;
    position: relative;
    background: rgb(198,202,222);
    padding: 120px 0 100px;
    perspective: 1000px;
}

.course_beneficiaries_local .smart_track_local {
    padding: 0;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.course_beneficiaries_local h4::before {
    content: '';
    width: 8px;
    position: absolute;
    border-radius: 10px;
    left: 0;
    background: rgb(163,169,183);
    top: 15px;
    height: calc(100% - 20px);
}

.course_beneficiaries_local p {
    align-items: flex-start;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    color: #000000;
    padding: 30px;
    transform: translateZ(0);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    overflow: hidden;
    display: flex;
    font-size: 17px;
    background: #ffffff;
    margin: 0;
}



.course_beneficiaries_local p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.course_beneficiaries_local p:nth-child(2) {
    z-index: 4;
    grid-row: 1;
    grid-column: 8 / span 5;
}

.course_beneficiaries_local p:nth-child(2) {
    animation-delay: 0.3s;
}

.course_beneficiaries_local p:nth-child(4) {
    z-index: 3;
    grid-column: 1 / span 4;
    grid-row: 3;
}

.course_beneficiaries_local p:nth-child(4) {
    animation-delay: 0.7s;
}

.course_beneficiaries_local p:nth-child(7) {
    z-index: 1;
    grid-row: 4;
    grid-column: 8 / span 5;
}

.course_beneficiaries_local p:nth-child(7) {
    animation-delay: 1.3s;
}

footer {
    position: relative;
}

.app_store_local .company_holder {
    position: relative;
    padding-right: 40px;
}

.app_store_local .company_holder::after {
    width: 1px;
    right: 0;
    height: 60%;
    position: absolute;
    top: 20%;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(128,131,143,0.5), 
        transparent);
}

.app_store_local .goal_footer_local {
    display: flex;
    justify-content: flex-end;
}

.app_store_local .page_top_local {
    gap: 60px;
    display: flex;
}

.app_store_local .header_tutor_local h5::after {
    position: absolute;
    width: 30px;
    border-radius: 10px;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(163,169,183);
}

.app_store_local .header_tutor_local .page_top_local a:hover {
    color: rgb(163,169,183);
    padding-left: 12px;
    opacity: 1;
}

.app_store_local .header_tutor_local .page_top_local a:hover::before {
    width: 8px;
    opacity: 1;
}

.conduct_code_local .webinar_live_local {
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    opacity: 0.6;
}

.conduct_code_local .webinar_live_local {
    transition: all 0.3s ease;
    position: relative;
}

.app_store_local .header_tutor_local:hover::before {
    animation: glow 2s infinite;
}

.app_store_local .company_holder::before {
    width: 100px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(163,169,183,0.5), 
        transparent);
    bottom: -20px;
    height: 1px;
    position: absolute;
    content: "";
}

.app_store_local .header_tutor_local .page_top_local a:nth-child(even):hover {
    transform: translateX(2px);
}

.conduct_code_local::after {
    opacity: 0.3;
    bottom: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(128,131,143,0.5), 
        transparent);
    width: 30%;
    left: 35%;
    content: "";
}

.learning_system_local .smart_track_local {
    min-height: 400px;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.learning_system_local .text_column_wrap_local:hover h2 {
    transform: translateY(5px);
}

.learning_system_local .text_column_wrap_local::before {
    background: linear-gradient(135deg, 
        rgb(163,169,183,0.5) 0%, 
        transparent 50%, 
        rgb(128,131,143,0.5) 100%
    );
    content: '';
    border-radius: 19px;
    top: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    filter: blur(5px);
    position: absolute;
    z-index: 0;
    height: 100%;
    transform: scale(1.02);
}

.learning_system_local .text_column_wrap_local h2::after {
    opacity: 0.7;
    content: '';
    width: 50px;
    left: 50px;
    height: 3px;
    bottom: 20px;
    background: rgb(163,169,183);
    position: absolute;
}

.learning_system_local::after {
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(163,169,183,0.5) 20%, 
        rgb(163,169,183,0.5) 80%, 
        transparent 100%
    );
    height: 1px;
    z-index: 1;
    bottom: 80px;
}



.learning_system_local .text_column_wrap_local p::first-line {
    letter-spacing: 0.5px;
    font-weight: 600;
}

.tariff_row_local::before {
    width: 35%;
    content: "";
    background: linear-gradient(135deg, rgb(163,169,183,0.5), rgb(128,131,143,0.5));
    top: -10%;
    opacity: 0.5;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    height: 50%;
    filter: blur(60px);
}

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

.tariff_row_local .lesson_plans_local h2 {
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}

.tariff_row_local .plan_options_local {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
}

.tariff_row_local .price_deals_local:hover {
    transform: translateY(-10px);
}

.tariff_row_local .price_deals_local:hover .pay_plans_local {
    box-shadow: var(--card-hover-shadow);
}

.tariff_row_local .price_deals_local:hover .pay_plans_local::before {
    transform: scaleX(1);
}

.tariff_row_local .price_schemes_local {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 35px 30px;
    z-index: 1;
    flex-grow: 1;
}

.tariff_row_local .payment_plan_local {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: var(--card-accent);
    font-size: calc(21px + 6px);
    display: inline-block;
}

.tariff_row_local .price_schemes_local p {
    word-wrap: break-word;
    margin-top: 15px;
    font-size: 17px;
    color: #000000;
    white-space: normal;
    flex-grow: 1;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
}

.tariff_row_local .price_deals_local:hover .image_frame_wrap_local {
    transform: scale(1.05);
}

header .nav_primary_local {
    padding: 0;
    width: 100%;
}

header .nav_pro_local {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}

header .head_prime_local {
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: #000000;
}

header .head_prime_local:hover {
    color: rgb(163,169,183);
}

header .head_prime_local:hover:before {
    transform: translateY(-50%) scale(1);
}

header .header_main_local:hover:before {
    opacity: 1;
}

header .header_main_local svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}

.our_story_local {
    position: relative;
    background: rgb(198,202,222);
    overflow: hidden;
    padding: 120px 0;
}

.our_story_local::after {
    height: 100%;
    width: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle at 70% 30%, rgb(128,131,143,0.5) 0%, transparent 60%);
}

.our_story_local h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    transition: transform 0.5s ease;
    position: relative;
    color: rgb(163,169,183);
    transform: perspective(1000px) rotateX(0deg);
    font-size: 30px;
}

.our_story_local .knowledge_guides_local::before {
    height: 200px;
    width: 200px;
    content: "";
    background: radial-gradient(circle, rgb(163,169,183,0.5) 0%, transparent 70%);
    top: -100px;
    animation: float 8s infinite ease-in-out;
    right: -100px;
    position: absolute;
    border-radius: 50%;
}

.our_story_local .knowledge_guides_local span::before {
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    border-radius: 10px;
    left: 0;
    height: 100%;
    background: rgb(163,169,183);
}

.our_story_local .knowledge_guides_local .image_frame_wrap_local::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
}

.our_story_local .virtual_classes_local {
    align-items: center;
    display: grid;
    overflow: hidden;
    border-radius: 20px;
    border-right: 3px solid rgb(128,131,143);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.05);
}

.our_story_local .virtual_classes_local .fast_learn_local::after {
    height: 5px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(128,131,143), rgb(163,169,183));
}

.instructor_profile_local::before {
    z-index: 0;
    background: linear-gradient(45deg, rgb(128,131,143,0.5) 0%, rgb(163,169,183,0.5) 100%);
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.4;
    content: "";
    width: 30%;
    top: -10%;
    position: absolute;
    filter: blur(40px);
    height: 80%;
}

.instructor_profile_local .rating_voices_local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.instructor_profile_local .image_frame_wrap_local:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.instructor_profile_local .name {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    color: #000000;
}

.instructor_profile_local .rating_voices_local:hover .name::after {
    width: 70%;
}

.instructor_profile_local .exp_section_local::before {
    position: absolute;
    content: "";
    color: rgb(128,131,143,0.5);
    opacity: 0.3;
    font-size: 5rem;
    top: -20px;
    font-family: serif;
    left: -10px;
}

.privacy_block_local h2 {
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    margin-top: 25px;
    font-size: 32px;
    border-bottom: 2px solid rgb(163,169,183);
}

.privacy_block_local section {
    margin-bottom: 30px;
    border-radius: 14px;
    padding: 30px;
    background: rgb(128,131,143,0.5);
    width: 100%;
}

.reach_out_local {
    padding: 5rem 0;
    position: relative;
}

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

.reach_out_local .request_help_local::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(163,169,183), 
        rgb(128,131,143));
    position: absolute;
}

.reach_out_local .message_inquiry_local div {
    align-items: center;
    padding: 1rem;
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    margin-bottom: 2rem;
    border-radius: 10px;
    display: flex;
}

.reach_out_local .message_inquiry_local div svg path {
    fill: #ffffff;
}

.reach_out_local .message_inquiry_local div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}

.reach_out_local .feedback_reach_local::before {
    left: -10px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 3rem;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.reach_out_local .feedback_reach_local input[type="text"]:focus,
.reach_out_local .feedback_reach_local input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(163,169,183,0.5);
    border-color: rgb(163,169,183);
    outline: none;
}

.reach_out_local .feedback_reach_local .query_help_local {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0.5rem 0;
}

.reach_out_local .feedback_reach_local .query_help_local input[type="checkbox"]:checked::after {
    height: 8px;
    transform: rotate(45deg);
    width: 4px;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    position: absolute;
    content: "";
    border: solid #ffffff;
}

.reach_out_local .feedback_reach_local .query_form_local7gj::after {
    left: 50%;
    transform-origin: 50% 50%;
    top: 50%;
    transform: scale(1, 1) translate(-50%);
    border-radius: 100%;
    width: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    height: 5px;
    position: absolute;
    content: "";
}

.course_features_local {
    position: relative;
    background: linear-gradient(135deg, rgb(198,202,222) 0%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

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

.course_features_local h2 {
    text-align: left;
    color: #000000;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 33px;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
}

.course_features_local .image_frame_wrap_local {
    position: relative;
    width: 100%;
    height: 300px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}

.course_features_local .text_column_wrap_local {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.course_features_local .description:first-of-type::first-letter {
    line-height: 0.8;
    font-weight: 700;
    padding-right: 0.1em;
    color: rgb(163,169,183);
    float: left;
    font-size: 1.8em;
}

.landing_page_local::after {
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px),
    repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
}

.landing_page_local .main_title_local::after {
    content: "";
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 70%);
    position: absolute;
    left: -25%;
    top: -25%;
    z-index: 2;
}

.landing_page_local .main_title_local h1 {
    position: relative;
    z-index: 3;
    line-height: 1.2;
    color: #ffffff;
    transform: translateY(1rem);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    font-size: calc(46px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
    opacity: 0;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.landing_page_local .main_title_local p {
    max-width: 80%;
    position: relative;
    font-weight: 300;
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    letter-spacing: 0.3px;
    padding-left: 1rem;
    color: #ffffff;
}

.landing_page_local .main_title_local:hover h1::after {
    transition: background 0.5s ease;
    background: linear-gradient(to right, rgb(163,169,183), rgb(128,131,143));
}

#cookie_banneralert_local {
    display: none;
}

.cookie_notice_window_local h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_rules_local {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_notice_window_local p a {
    text-decoration: none;
    color: rgb(163,169,183);
}

.inner-container_local .cookie_reset_local {
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    background: rgb(163,169,183);
}

.inner-container_local .data_settings_local h5, .inner-container_local .data_settings_local p {
    color: #000000;
}

.client_comments_local {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,202,222) 0%, rgba(245, 248, 250, 0.95) 100%);
}

.client_comments_local h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(163,169,183) 0%, rgb(128,131,143) 100%);
    bottom: -0.8rem;
    width: 5rem;
    transform: translateX(-50%) skewX(-20deg);
    height: 0.25rem;
    position: absolute;
    content: "";
}

.client_comments_local .rating_voices_local {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    border-left: 3px solid rgb(163,169,183);
    transform-origin: center bottom;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.04);
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 2rem;
}

.client_comments_local .rating_voices_local:hover h3::after {
    transform: scaleX(1);
}

.client_comments_local .rating_voices_local div {
    width: 3.5rem;
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    border-radius: 50%;
    margin-top: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 3.5rem;
}

.client_comments_local .rating_voices_local:hover img {
    transform: scale(1.08);
}

.client_comments_local .rating_voices_local:nth-child(3n+1) {
    transform: translateY(1rem) rotateZ(-1deg);
}

.client_comments_local .rating_voices_local:nth-child(3n+3) {
    transform: translateY(-1rem) rotateZ(1deg);
}

.test_drive_local::before {
    left: 0;
    transform: skewY(-2deg);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    position: absolute;
    height: 100%;
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.3;
    z-index: -1;
    content: "";
    width: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
}

.test_drive_local .query_form_local7gj span {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.test_drive_local .query_form_local7gj:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: rgb(128,131,143);
    transform: translateY(-3px) scale(1.03);
}

.test_drive_local .query_form_local7gj:hover span {
    transform: translateX(3px);
}

.test_drive_local .query_form_local7gj:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
}

.follow_local .smart_track_local {
    transform-style: preserve-3d;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    display: flex;
}

.follow_local .request_help_local:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.follow_local h3 {
    font-size: 23px;
    padding-left: 1.5rem;
    border-left: 5px solid rgb(163,169,183);
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateZ(20px);
}

.follow_local input[type="submit"] {
    background: rgb(163,169,183);
    align-self: flex-end;
    color: #ffffff;
    padding: 1rem 2.5rem;
    transform-origin: right center;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    transform: skewY(0deg);
}

.follow_local .input_holder::after {
    width: 50px;
    border: 2px solid rgb(163,169,183);
    content: "";
    position: absolute;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    left: -25px;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite reverse;
    height: 50px;
    bottom: 20%;
}


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



@media (max-width: 991px) {.ty_content_local {
    padding: 4rem 0;
}.ty_content_local h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.ty_content_local .smart_track_local {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 575px) {.ty_content_local {
    padding: 3rem 0;
}.ty_content_local h2 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.7);
}.ty_content_local h2::after {
    width: 4rem;
}.ty_content_local .smart_track_local {
    padding: 1.5rem 1.25rem;
}.ty_content_local span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.ty_content_local li::before {
    top: -0.3rem;
    height: 1.5rem;
    width: 1.5rem;
    left: -0.5rem;
}}



@media screen and (max-width: 768px) {.course_beneficiaries_local {
    padding: 80px 0 70px;
}.course_beneficiaries_local h4 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.7);
    padding-left: 25px;
}.course_beneficiaries_local h4::before {
    width: 6px;
}.course_beneficiaries_local div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.course_beneficiaries_local p {
    grid-row: auto !important;
    grid-column: 1 !important;
    padding: 20px;
}.course_beneficiaries_local p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}}



@media (max-width: 767px) {.app_store_local {
    padding: 50px 0 20px;
}.app_store_local .page_top_local {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.app_store_local .header_tutor_local {
    text-align: center;
}.app_store_local .header_tutor_local h5 {
    text-align: center;
}.app_store_local .header_tutor_local h5::after {
    transform: translateX(-50%);
    left: 50%;
}.app_store_local .header_tutor_local .page_top_local {
    align-items: center;
}.app_store_local .header_tutor_local .page_top_local a {
    text-align: center;
}.app_store_local .header_tutor_local .page_top_local a::before {
    display: none;
}.app_store_local .header_tutor_local .page_top_local a:hover {
    padding-left: 0;
}
}



@media screen and (max-width: 480px) {.learning_system_local {
    padding: 60px 0;
}.learning_system_local .text_column_wrap_local h2 {
    padding: 20px 25px 20px 35px;
    font-size: calc(29px * 0.8);
}.learning_system_local .text_column_wrap_local p {
    padding: 25px;
    font-size: calc(15px * 0.9);
}.learning_system_local .text_column_wrap_local::after {
    display: none;
}.learning_system_local .smart_track_local::before,
    .learning_system_local .smart_track_local::after {
    display: none;
}}



@media (max-width: 991px) {.tariff_row_local {
    padding: 80px 0 60px;
}.tariff_row_local .plan_options_local {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}



@media (max-width: 480px) {.tariff_row_local {
    padding: 50px 0 30px;
}.tariff_row_local .lesson_plans_local h2 {
    font-size: calc(36px - 4px);
}.tariff_row_local .price_opts_local {
    font-size: 17px;
}.tariff_row_local .price_schemes_local {
    padding: 20px 15px;
}.tariff_row_local .image_frame_wrap_local {
    height: 160px;
}}



@media (max-width: 767px) {header .header_tutor_local {
    flex-direction: column;
    top: 100%;
    position: absolute;
    max-height: 0;
    width: 100%;
    border-bottom: 3px solid rgb(163,169,183);
    transition: max-height 0.4s ease;
    gap: 0;
    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    left: 0;
    z-index: 1001;
}header .menu.active {
    max-height: 400px;
}header .head_prime_local {
    border-bottom: 1px solid rgb(198,202,222);
    width: 100%;
    padding: 12px 20px;
}header .head_prime_local:last-child {
    border-bottom: none;
}header .head_prime_local:before {
    left: 5px;
}header .nav_pro_local {
    padding: 5px 0;
}header .header_main_local {
    margin: 0 auto;
}
}



@media (max-width: 576px) {.our_story_local {
    padding: 40px 0;
}.our_story_local h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.our_story_local .knowledge_guides_local,
    .our_story_local .virtual_classes_local {
    gap: 20px;
    padding: 20px;
}.our_story_local .knowledge_guides_local span {
    margin-bottom: 15px;
}.our_story_local .knowledge_guides_local .image_frame_wrap_local,
    .our_story_local .virtual_classes_local .fast_learn_local {
    height: 200px;
}}



@media (min-width: 1200px) {.instructor_profile_local .container {
    padding: 0 2rem;
}.instructor_profile_local .rating_voices_local {
    transform: perspective(1500px) rotateY(-3deg);
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 350px 1fr;
}.instructor_profile_local .image_frame_wrap_local {
    width: 320px;
    height: 400px;
}
}



@media screen and (max-width: 768px) {.reach_out_local {
    padding: 4rem 0;
}.reach_out_local .message_inquiry_local,
    .reach_out_local .feedback_reach_local {
    padding: 2rem;
}.reach_out_local .message_inquiry_local h3,
    .reach_out_local .feedback_reach_local h3 {
    font-size: calc(23px - 2px);
}
}



@media (min-width: 768px) {.course_features_local {
    padding: 8rem 0;
}.course_features_local h2 {
    font-size: calc(33px * 1.2);
    max-width: 80%;
}.course_features_local .lesson_map_local {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_features_local .image_frame_wrap_local {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_features_local .image_frame_wrap_local:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features_local .text_column_wrap_local {
    padding: 3rem;
}
}



@media (max-width: 992px) {.landing_page_local .main_title_local {
    padding: 5rem 3rem;
}.landing_page_local .main_title_local h1 {
    font-size: calc(46px * 1.1);
}.landing_page_local .main_title_local h3,
  .landing_page_local .main_title_local p {
    max-width: 90%;
}
}



@media (max-height: 600px) {.landing_page_local {
    min-height: 120vh;
}.landing_page_local .main_title_local {
    padding: 3rem 2rem;
}
}



@media (hover: hover) {.landing_page_local .main_title_local {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.landing_page_local .main_title_local:hover {
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.client_comments_local {
    padding: 5rem 0;
}.client_comments_local h2 {
    font-size: calc(32px * 0.9);
}.client_comments_local .client_feedback_local {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 576px) {.client_comments_local {
    padding: 3rem 0;
}.client_comments_local h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.client_comments_local h2::after {
    width: 4rem;
}.client_comments_local .client_feedback_local {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_comments_local .rating_voices_local {
    padding: 1.5rem;
}}



@media (max-width: 1199px) {.test_drive_local {
    padding: 5rem 2rem;
}
}



@media (max-width: 768px) {.test_drive_local {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.test_drive_local .container {
    gap: 2.5rem;
}.test_drive_local h6 {
    font-size: 19px;
}
}



@media (prefers-reduced-motion: reduce) {.test_drive_local,
    .test_drive_local::before,
    .test_drive_local h6,
    .test_drive_local .query_form_local7gj,
    .test_drive_local .query_form_local7gj::before,
    .test_drive_local .query_form_local7gj span {
    transition: none;
    transform: none;
}.test_drive_local:hover h6,
    .test_drive_local .query_form_local7gj:hover,
    .test_drive_local .query_form_local7gj:hover::before,
    .test_drive_local .query_form_local7gj:hover span {
    transform: none;
}}



@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(163,169,183,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(163,169,183);
    }
}



@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes slideIn {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

