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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1000;
    border-bottom: 2px solid rgb(198,202,222);
    left: 0;
    position: fixed;
    top: 0;
}

.ty_content_local::before {
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(163,169,183,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(163,169,183,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(163,169,183,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(163,169,183,0.5), 0.05) 75%);
    z-index: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    animation: patternShift 60s linear infinite;
}

.ty_content_local:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.ty_content_local .smart_track_local::before {
    left: -2px;
    animation: gradientMove 6s linear infinite;
    height: 5px;
    position: absolute;
    z-index: 1;
    background-size: 200% 100%;
    content: "";
    top: -2px;
    right: -2px;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143), rgb(163,169,183));
}

.ty_content_local ul {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ty_content_local li::before {
    background-image: radial-gradient(circle, rgb(128,131,143,0.5) 0%, transparent 70%);
    left: -1rem;
    position: absolute;
    transform: scale(0.8);
    top: -0.5rem;
    height: 2rem;
    z-index: -1;
    content: "";
    width: 2rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.3;
}



.course_beneficiaries_local .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
}

.course_beneficiaries_local h4 {
    position: relative;
    transform: translateZ(40px);
    margin-bottom: 70px;
    font-size: 47px;
    padding-left: 35px;
    max-width: 700px;
    color: #000000;
    font-weight: 700;
}

.course_beneficiaries_local div > div {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
    transform-style: preserve-3d;
}

.course_beneficiaries_local p svg {
    margin-right: 20px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 3px;
    height: 30px;
    width: 30px;
}

.course_beneficiaries_local p svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,169,183);
}

.course_beneficiaries_local p:hover::after {
    transform: scaleX(1);
}

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

.course_beneficiaries_local p:nth-child(1) {
    animation-delay: 0.1s;
}

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

.course_beneficiaries_local p:nth-child(3) {
    animation-delay: 0.5s;
}

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

.course_beneficiaries_local p:nth-child(6) {
    animation-delay: 1.1s;
}

.app_store_local::before {
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}



.app_store_local::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.app_store_local .eng_center_local {
    opacity: 0.8;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 90%;
    color: #ffffff;
}

.app_store_local .header_tutor_local {
    position: relative;
}

.app_store_local .header_tutor_local .page_top_local {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.app_store_local .header_tutor_local .page_top_local a::before {
    width: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(163,169,183);
    height: 1px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
}

.conduct_code_local .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_store_local::after {
    box-shadow: 0 0 40px rgb(163,169,183,0.5);
}

.app_store_local .header_tutor_local::before {
    background: rgb(163,169,183);
    width: 5px;
    height: 5px;
    position: absolute;
    opacity: 0.7;
    top: 10px;
    border-radius: 50%;
    content: "";
    left: -15px;
}



.app_store_local .header_tutor_local .page_top_local a::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -2px;
    background: rgb(163,169,183);
    width: 0;
    height: 1px;
    position: absolute;
}



.app_store_local .company_holder h3::before {
    position: absolute;
    left: -30px;
    height: 1px;
    top: 50%;
    width: 20px;
    opacity: 0.7;
    background: rgb(163,169,183);
    content: "";
}

.conduct_code_local .webinar_live_local:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}

.learning_system_local {
    padding: 130px 0;
    background: linear-gradient(210deg, rgb(198,202,222) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
}

.learning_system_local .text_column_wrap_local {
    width: 80%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0;
}

.learning_system_local .text_column_wrap_local p {
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 50px;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 19px 19px;
    z-index: 2;
}

.learning_system_local .text_column_wrap_local::after {
    right: -30px;
    filter: blur(20px);
    position: absolute;
    opacity: 0.15;
    content: '';
    background: rgb(163,169,183);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    z-index: 1;
    top: 40px;
    animation: pulse-subtle 6s infinite alternate;
}

.learning_system_local .text_column_wrap_local p::before {
    bottom: 0;
    height: 50%;
    border-radius: 0 0 19px 19px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
    left: 0;
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
}

.learning_system_local .smart_track_local::after {
    right: 10%;
    opacity: 0.1;
    bottom: 30px;
    position: absolute;
    width: 180px;
    height: 180px;
    content: '';
    border-radius: 50%;
    border: 1px solid rgb(128,131,143,0.5);
    animation: pulse-scale 15s infinite alternate;
}

.tariff_row_local::after {
    bottom: -10%;
    position: absolute;
    transform: rotate(15deg);
    z-index: 1;
    content: "";
    height: 40%;
    width: 30%;
    background: linear-gradient(225deg, rgb(128,131,143,0.5), rgb(163,169,183,0.5));
    left: -5%;
    opacity: 0.4;
    filter: blur(50px);
}

.tariff_row_local .lesson_plans_local {
    margin-bottom: 60px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    order: -1;
}

.tariff_row_local .price_opts_local {
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    max-width: 700px;
    font-size: calc(17px + 2px);
    margin: 0 auto;
    line-height: 1.6;
}

.tariff_row_local .pay_plans_local {
    flex-direction: column;
    height: 100%;
    border-radius: 25px;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    position: relative;
    background-color: var(--card-bg);
    transition: box-shadow var(--card-transition);
    display: flex;
}

.tariff_row_local .price_schemes_local h3 {
    transition: color 0.3s ease;
    font-size: calc(21px + 2px);
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 15px;
}

.tariff_row_local .price_deals_local:hover .payment_plan_local::after {
    width: 60px;
}

.tariff_row_local .image_frame_wrap_local {
    overflow: hidden;
    height: 200px;
    transition: transform 0.6s ease;
    width: 100%;
    position: relative;
}

.tariff_row_local .price_deals_local:hover .image_frame_wrap_local::after {
    opacity: 1;
}

header:before {
    width: 100%;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143), rgb(163,169,183));
    left: 0;
    background-size: 200% 100%;
    height: 4px;
    content: '';
    top: 0;
    position: absolute;
    animation: gradientMove 6s infinite linear;
}

header .head_prime_local:after {
    left: 0;
    background-color: rgb(163,169,183);
    transform: scaleX(0);
    height: 2px;
    content: '';
    transform-origin: center;
    width: 100%;
    transition: transform 0.3s ease;
    bottom: 0;
    position: absolute;
}

header .head_prime_local:hover:after {
    transform: scaleX(1);
}

header .header_main_local:before {
    left: 0;
    border-radius: 10px;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    border: 2px solid transparent;
    content: '';
    width: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.3s ease;
    mask-composite: exclude;
    background: linear-gradient(to right, rgb(163,169,183), rgb(128,131,143)) border-box;
    -webkit-mask-composite: xor;
}

.our_story_local .smart_track_local::before {
    left: 50%;
    top: 80px;
    content: "";
    z-index: -1;
    background: linear-gradient(to bottom, transparent, rgb(163,169,183), transparent);
    height: 85%;
    transform: translateX(-50%);
    width: 2px;
    position: absolute;
}

.our_story_local h3:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.our_story_local .knowledge_guides_local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.our_story_local .knowledge_guides_local span {
    grid-column: 1 / 2;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    font-size: 19px;
    color: rgb(163,169,183);
    font-weight: 600;
    display: block;
}

.our_story_local .knowledge_guides_local p {
    line-height: 1.8;
    grid-column: 1 / 2;
    font-size: 17px;
    color: #000000;
    position: relative;
}

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

.our_story_local .virtual_classes_local::before {
    position: absolute;
    left: -100px;
    content: "";
    animation: float 8s infinite ease-in-out reverse;
    background: radial-gradient(circle, rgb(128,131,143,0.5) 0%, transparent 70%);
    bottom: -100px;
    width: 200px;
    border-radius: 50%;
    height: 200px;
}

.our_story_local .virtual_classes_local .fast_learn_local {
    height: 350px;
    grid-column: 1 / 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    grid-row: 1 / 2;
    border-radius: 20px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.our_story_local .virtual_classes_local .fast_learn_local:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
}

.instructor_profile_local::after {
    content: "";
    position: absolute;
    filter: blur(50px);
    z-index: 0;
    transform: rotate(10deg);
    opacity: 0.3;
    bottom: -10%;
    height: 70%;
    width: 40%;
    left: -5%;
    background: linear-gradient(-45deg, rgb(163,169,183,0.5) 0%, rgb(128,131,143,0.5) 100%);
}

.instructor_profile_local .image_frame_wrap_local {
    transition: all 0.4s ease-out;
    border-radius: 10px;
    transform: rotate(-3deg);
    height: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    position: relative;
    width: 180px;
}

.instructor_profile_local .image_frame_wrap_local::after {
    content: "";
    left: 10px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    bottom: 10px;
    top: 10px;
    border-radius: 5px;
    pointer-events: none;
}

.instructor_profile_local .exp_section_local {
    color: #000000;
    border-left: 2px solid rgb(128,131,143,0.5);
    margin: 0;
    line-height: 1.7;
    font-size: 18px;
    padding-left: 1.5rem;
    position: relative;
}

.privacy_block_local h1 {
    color: rgb(163,169,183);
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 4px solid rgb(128,131,143);
    font-size: 46px;
    width: 100%;
    font-weight: 700;
    text-align: center;
}

.privacy_block_local p, .privacy_block_local span, .privacy_block_local div {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.reach_out_local::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
}

.reach_out_local .message_inquiry_local {
    padding: 3rem;
    flex: 1 0 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgb(198,202,222);
}

.reach_out_local .message_inquiry_local h3 {
    border-bottom: 2px solid rgb(128,131,143);
    margin-bottom: 2.5rem;
    color: rgb(163,169,183);
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 23px;
}

.reach_out_local .message_inquiry_local div svg {
    margin-right: 1rem;
    height: 24px;
    border-radius: 50%;
    background: rgb(163,169,183);
    flex-shrink: 0;
    padding: 5px;
    width: 24px;
}

.reach_out_local .feedback_reach_local {
    background: #ffffff;
    position: relative;
    padding: 3rem;
    flex: 1 0 450px;
}

.reach_out_local .feedback_reach_local h3 {
    font-weight: 600;
    text-align: center;
    position: relative;
    font-size: 23px;
    color: #000000;
    margin-bottom: 2rem;
}

.reach_out_local .feedback_reach_local input[type="text"],
.reach_out_local .feedback_reach_local input[type="email"] {
    padding: 1rem 1.2rem;
    color: #000000;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    background: rgb(198,202,222);
}

.reach_out_local .feedback_reach_local .query_help_local input[type="checkbox"]:checked {
    background-color: rgb(163,169,183);
    border-color: rgb(163,169,183);
}

.reach_out_local .feedback_reach_local .query_help_local label {
    font-size: calc(13px - 1px);
    line-height: 1.5;
    color: #000000;
}

.reach_out_local .feedback_reach_local .query_help_local label a {
    font-weight: 600;
    color: rgb(163,169,183);
    text-decoration: none;
}

.reach_out_local .feedback_reach_local .query_form_local7gj:hover {
    background: rgb(128,131,143);
}

.reach_out_local .feedback_reach_local .query_form_local7gj:focus {
    outline: none;
}

.reach_out_local .feedback_reach_local .query_form_local7gj:active::after {
    animation: ripple 1s ease-out;
}

.course_features_local::after {
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    bottom: -5%;
    left: -10%;
    height: 60%;
    content: "";
    background: linear-gradient(145deg, rgb(163,169,183,0.5) 0%, rgb(128,131,143) 20%, transparent 100%);
    transform: rotate(15deg);
    filter: blur(60px);
    width: 40%;
}

.course_features_local .lesson_map_local {
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(20px);
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.course_features_local .image_frame_wrap_local::before {
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    top: 0;
    left: 0;
}

.course_features_local .text_column_wrap_local::before {
    transform: scaleX(0);
    height: 5px;
    top: 0;
    content: "";
    transform-origin: left;
    width: 100%;
    left: 0;
    position: absolute;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143));
}

.course_features_local .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 1s;
}

.landing_page_local::before {
    top: 0;
    background: 
    linear-gradient(120deg, rgb(163,169,183,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(128,131,143,0.5) 0%, transparent 30%);
    z-index: 1;
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}

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

.landing_page_local .main_title_local span {
    opacity: 0;
    z-index: 3;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateX(-1rem);
    position: relative;
    margin-bottom: 1.5rem;
}

.landing_page_local .main_title_local h1::after {
    background: rgb(163,169,183);
    position: absolute;
    width: 80px;
    transform-origin: left;
    bottom: -15px;
    content: "";
    left: 0;
    height: 4px;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    transform: scaleX(0);
}

.landing_page_local .main_title_local p::before {
    content: "";
    background: linear-gradient(to bottom, rgb(163,169,183), rgb(128,131,143));
    top: 0;
    width: 2px;
    height: 100%;
    left: 0;
    position: absolute;
}

.cookie_notice_window_local {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(163,169,183);
    background: rgb(198,202,222);
}

#cookie_banneralert_local:checked ~ .cookie_notice_window_local {
    opacity: 0;
    visibility: hidden;
}

.cookie_reset_local {
    line-height: 35px;
    min-width: 120px;
    color: rgb(163,169,183);
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px solid rgb(163,169,183);
    cursor: pointer;
}

.inner-container_local .cookie_rules_local svg, .inner-container_local .cookie_rules_local svg path, .inner-container_local .cookie_rules_local img {
    fill:#000000;
    height: 40px;
    width: 40px;
}

.client_comments_local h2 {
    font-size: calc(32px * 1.1);
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    z-index: 1;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
}

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

.client_comments_local .rating_voices_local::before {
    right: 1.5rem;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    top: -0.5rem;
    font-size: 6rem;
    color: rgba(var(--primary-color-rgb, 6, 151, 187), 0.08);
    z-index: 0;
    position: absolute;
}

.client_comments_local .rating_voices_local h3 {
    font-weight: 600;
    font-size: calc(23px * 1.05);
    color: #000000;
    z-index: 1;
    position: relative;
    margin-bottom: 0.75rem;
}

.client_comments_local .rating_voices_local .description {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    color: #000000;
    line-height: 1.65;
}

.client_comments_local .rating_voices_local:hover div::after {
    transform: scale(1);
    opacity: 1;
}

.client_comments_local .rating_voices_local img {
    transition: transform 0.4s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

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

.test_drive_local {
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 6rem 0;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(163,169,183) 0%, rgb(128,131,143) 100%);
}

.test_drive_local:hover::before {
    transform: skewY(-1deg);
}

.test_drive_local .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
}

.test_drive_local:hover h6 {
    transform: translateY(-5px);
}

.test_drive_local div span {
    perspective: 800px;
    display: inline-block;
    position: relative;
}

.test_drive_local .query_form_local7gj {
    position: relative;
    padding: 1.2rem 2.5rem;
    color: rgb(163,169,183);
    letter-spacing: 0.05em;
    display: inline-flex;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    font-size: 19px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    backface-visibility: hidden;
    font-weight: 700;
    align-items: center;
}

.follow_local {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(198,202,222);
    perspective: 1000px;
}

.follow_local .request_help_local {
    transition: transform 0.5s ease;
    box-shadow: 
        30px 30px 0px rgb(163,169,183,0.5),
        -30px -30px 0px rgb(128,131,143,0.5);
    position: relative;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    background: #ffffff;
    padding: 3.5rem 3rem;
    width: 70%;
}

.follow_local .input_holder {
    gap: 2rem;
    display: flex;
    transform: translateZ(30px);
    flex-direction: column;
}

.follow_local input[type="email"]:focus {
    border-color: rgb(163,169,183);
    transform: skewY(-2deg);
    outline: none;
    box-shadow: 10px 10px 0px rgb(128,131,143,0.5);
}

.follow_local input[type="submit"]:hover {
    transform: skewY(2deg);
    box-shadow: -10px 10px 0px rgb(163,169,183,0.5);
    background: rgb(128,131,143);
}

.follow_local .request_help_local::after {
    position: absolute;
    left: -50px;
    height: 100px;
    background: rgb(163,169,183);
    width: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    bottom: -50px;
    opacity: 0.2;
    content: "";
}

::-webkit-scrollbar {
    padding: 4px;
    width: thin;
}

::-webkit-scrollbar-track {
    border-radius: 5.2vw;
    background: rgb(163,169,183,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(198,202,222);
    min-height: 50px;
    border-radius: 9999px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: -2px 2px 7px 5px rgba(0, 0, 0, 0.5);
    transform: translateX(2px);
}

::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    box-shadow: inset -3px 5px 4px 1px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    border-radius: 1px;
    background: rgb(198,202,222);
}



@media screen and (max-width: 1200px) {.course_beneficiaries_local p:nth-child(1) {
    grid-column: 1 / span 7;
}.course_beneficiaries_local p:nth-child(2) {
    grid-column: 8 / span 5;
}.course_beneficiaries_local p:nth-child(3) {
    grid-column: 2 / span 7;
}.course_beneficiaries_local p:nth-child(4) {
    grid-column: 1 / span 5;
}.course_beneficiaries_local p:nth-child(5) {
    grid-column: 6 / span 7;
}
}



@media (max-width: 991px) {.app_store_local {
    padding: 60px 0 30px;
}.app_store_local .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.app_store_local .company_holder {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
}.app_store_local .company_holder::after {
    display: none;
}.app_store_local .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.app_store_local .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.app_store_local .eng_center_local {
    max-width: 100%;
    text-align: center;
}.app_store_local .goal_footer_local {
    justify-content: center;
}
}



@media (max-width: 991px) {.app_store_local .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(163,169,183,0.5), 
            transparent);
    transform: translateX(-50%);
}}



@media (max-width: 991px) {.app_store_local .company_holder h3::before {
    display: none;
}}



@media screen and (max-width: 992px) {.learning_system_local {
    padding: 100px 0;
}.learning_system_local .text_column_wrap_local {
    width: 90%;
}.learning_system_local .text_column_wrap_local h2 {
    padding: 25px 40px;
}.learning_system_local .text_column_wrap_local p {
    padding: 40px;
}.learning_system_local .smart_track_local::before,
    .learning_system_local .smart_track_local::after {
    height: 120px;
    width: 120px;
}
}



@media (min-width: 992px) {.tariff_row_local .study_fees_local {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.tariff_row_local .lesson_plans_local {
    text-align: left;
    width: 30%;
    order: 0;
    margin: 0;
}.tariff_row_local .lesson_plans_local h2 {
    text-align: left;
    display: block;
}.tariff_row_local .lesson_plans_local h2::after {
    transform: none;
    left: 0;
}.tariff_row_local .price_opts_local {
    text-align: left;
    margin: 0;
}.tariff_row_local .plan_options_local {
    width: 70%;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header_tutor_local {
    gap: 20px;
}header .head_prime_local:before {
    left: -10px;
}header .header_main_local svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .header_main_local svg {
    height: 32px;
}}



@media (max-width: 992px) {.our_story_local {
    padding: 80px 0;
}.our_story_local .smart_track_local::before {
    height: 90%;
}.our_story_local .knowledge_guides_local,
    .our_story_local .virtual_classes_local {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_story_local .knowledge_guides_local span,
    .our_story_local .knowledge_guides_local p {
    grid-column: 1 / -1;
}.our_story_local .knowledge_guides_local .image_frame_wrap_local {
    height: 300px;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}.our_story_local .virtual_classes_local p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.our_story_local .virtual_classes_local .fast_learn_local {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 300px;
}
}



@media (min-width: 992px) {.instructor_profile_local .rating_voices_local {
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    padding: 4rem;
}.instructor_profile_local .image_frame_wrap_local {
    width: 280px;
    height: 350px;
}.instructor_profile_local .name {
    font-size: calc(18px + 0.2rem);
}.instructor_profile_local .exp_section_local {
    line-height: 1.8;
    padding-left: 2.5rem;
    font-size: calc(18px + 0.2rem);
}
}



@media (max-width: 767px) {.instructor_profile_local .rating_voices_local > div:nth-child(2) {
    text-align: center;
}.instructor_profile_local .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile_local .exp_section_local {
    padding: 1.5rem;
    text-align: left;
}}



@media screen and (max-width: 992px) {.reach_out_local .request_help_local {
    flex-direction: column;
}.reach_out_local .message_inquiry_local {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.reach_out_local .message_inquiry_local::after {
    width: 100%;
    height: 1px;
    right: unset;
    bottom: 0;
    top: unset;
    background: linear-gradient(to right,
            transparent,
            rgb(163,169,183,0.5),
            transparent);
    left: 0;
}.reach_out_local .feedback_reach_local::before {
    transform: rotate(135deg);
    top: -10px;
    left: 3rem;
}
}



@media (min-width: 992px) {.course_features_local {
    padding: 10rem 0;
}.course_features_local h2 {
    max-width: 70%;
    font-size: calc(33px * 1.4);
}.course_features_local .lesson_map_local {
    gap: 6rem;
}.course_features_local .image_frame_wrap_local {
    height: 600px;
}.course_features_local .description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 768px) {.landing_page_local .page_base_local {
    transform: perspective(1000px) rotateX(1deg);
    width: 95%;
}.landing_page_local .main_title_local {
    padding: 4rem 2rem;
}.landing_page_local .main_title_local h1 {
    font-size: 46px;
}.landing_page_local .main_title_local h3 {
    max-width: 100%;
    font-size: 19px;
}.landing_page_local .main_title_local p {
    max-width: 100%;
    font-size: 13px;
}
}


@media only screen and (max-width: 1200px) {.cookie_notice_window_local {
    padding: 20px;
}
}


@media only screen and (max-width: 800px){.inner-container_local .cookie_rules_local {
    margin-bottom: 14px;
    margin: 0;
}}



@media (max-width: 768px) {.client_comments_local {
    padding: 4rem 0;
}.client_comments_local h2 {
    transform: none;
    font-size: 32px;
}.client_comments_local .rating_voices_local:nth-child(3n+1),
    .client_comments_local .rating_voices_local:nth-child(3n+3) {
    transform: none;
}.client_comments_local .rating_voices_local:nth-child(3n+1):hover,
    .client_comments_local .rating_voices_local:nth-child(3n+3):hover {
    transform: translateY(-0.5rem) scale(1.02);
}.client_comments_local .client_feedback_local {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 991px) {.test_drive_local {
    margin: 5rem 0;
}.test_drive_local h6 {
    font-size: calc(19px * 1.15);
}.test_drive_local .query_form_local7gj {
    padding: 1.1rem 2.2rem;
}
}



@media (max-width: 992px) {.follow_local .request_help_local {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(163,169,183,0.5),
            -20px -20px 0px rgb(128,131,143,0.5);
}
}



@media (max-width: 480px) {.follow_local {
    padding: 3rem 1rem;
}.follow_local .request_help_local {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(163,169,183,0.5),
            -5px -5px 0px rgb(128,131,143,0.5);
}.follow_local h3 {
    font-size: calc(23px * 0.8);
    padding-left: 1rem;
    margin-bottom: 2rem;
}.follow_local input[type="email"] {
    padding: 1rem;
}.follow_local input[type="submit"] {
    padding: 0.8rem 1.5rem;
    align-self: stretch;
}
}



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}



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

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.15;
        transform: scale(1);
    }
    50% {
        opacity: 0.25;
        transform: scale(1.2);
    }
}



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



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



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



@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}



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

