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

html {
    scrollbar-color: rgb(128,131,143) rgb(128,131,143);
}

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

a {
    text-decoration: none;
    color: inherit;
}


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

.ty_content_local .container {
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.ty_content_local h2 {
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    color: #000000;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-size: 36px;
    position: relative;
}

.ty_content_local .smart_track_local {
    transform: translateY(0);
    padding: 3rem 2.5rem;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 8px;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ty_content_local li {
    z-index: 2;
    position: relative;
}

.ty_content_local span {
    transition: color 0.3s ease;
    padding: 0.5rem 0;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    display: block;
    position: relative;
}

.course_beneficiaries_local::before {
    background: linear-gradient(45deg, rgb(163,169,183,0.5), rgb(128,131,143,0.5));
    opacity: 0.6;
    transform: rotate(-15deg);
    height: 600px;
    width: 600px;
    top: -10%;
    animation: rotateBlob 20s infinite linear;
    position: absolute;
    right: -5%;
    filter: blur(60px);
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    content: '';
}

.course_beneficiaries_local h4::after {
    width: 120px;
    content: '';
    position: absolute;
    left: 30px;
    height: 3px;
    bottom: -15px;
    background: rgb(128,131,143);
    border-radius: 10px;
}

.course_beneficiaries_local p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}

.course_beneficiaries_local p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.course_beneficiaries_local p:hover svg path {
    fill: rgb(128,131,143);
}

.course_beneficiaries_local p::after {
    left: 0;
    bottom: 0;
    transform-origin: left;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143));
    position: absolute;
    width: 100%;
    height: 4px;
    content: '';
    transform: scaleX(0);
}

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

.course_beneficiaries_local p:nth-child(5) {
    animation-delay: 0.9s;
}

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

.course_beneficiaries_local p:nth-child(8) {
    animation-delay: 1.5s;
}

.app_store_local .container {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.app_store_local .company_holder h3 {
    font-size: calc(29px * 0.9);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
}

.app_store_local .company_holder h3::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    background: rgb(163,169,183);
    left: 0;
    position: absolute;
    width: 40px;
    bottom: -8px;
}

.app_store_local .header_tutor_local h5 {
    padding-bottom: 12px;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 25px;
}

.app_store_local .header_tutor_local .page_top_local a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(16px * 0.95);
}

.conduct_code_local {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}



.conduct_code_local {
    overflow: hidden;
    position: relative;
}

.app_store_local .container::before {
    left: -75px;
    content: "";
    bottom: -75px;
    border-radius: 50%;
    height: 150px;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(128,131,143,0.5), 
        transparent 70%
    );
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    filter: blur(30px);
}

.app_store_local .header_tutor_local .page_top_local a:hover::after {
    width: 100%;
}

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

.conduct_code_local::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(128,131,143,0.5), 
        transparent);
    width: 100%;
    height: 1px;
}

.learning_system_local::before {
    z-index: 1;
    content: '';
    background: radial-gradient(ellipse at bottom right, rgb(163,169,183,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.4;
    height: 100%;
}

.learning_system_local .text_column_wrap_local h2 {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px 50px;
    transition: transform 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(10px);
    margin-bottom: 0;
    border-radius: 19px 19px 0 0;
    z-index: 3;
    position: relative;
    backdrop-filter: blur(10px);
}

.learning_system_local .text_column_wrap_local h2::before {
    opacity: 0.2;
    content: '';
    left: 10px;
    background: rgb(163,169,183);
    position: absolute;
    border-radius: 50%;
    width: 30px;
    transform: translateY(-50%);
    height: 30px;
    top: 50%;
}

.learning_system_local .smart_track_local::before {
    top: 50px;
    width: 150px;
    content: '';
    border-radius: 19px;
    animation: float-rotate 20s infinite linear;
    border: 1px solid rgb(163,169,183,0.5);
    left: 10%;
    height: 150px;
    transform: rotate(20deg);
    position: absolute;
    opacity: 0.15;
}

.tariff_row_local {
    background-color: var(--pricing-bg);
    --card-bg: #ffffff;
    --card-accent: rgb(163,169,183);
    --card-border: linear-gradient(135deg, rgb(163,169,183), rgb(128,131,143));
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 120px 0 80px;
    --pricing-bg: #f5f7fa;
    position: relative;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tariff_row_local .study_fees_local {
    display: flex;
    flex-direction: column;
}

.tariff_row_local .lesson_plans_local h2::after {
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(to right, rgb(163,169,183), rgb(128,131,143));
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    width: 80px;
}

.tariff_row_local .price_deals_local {
    color: inherit;
    height: 100%;
    display: block;
    transition: transform var(--card-transition);
    transform: translateY(0);
    text-decoration: none;
}

.tariff_row_local .pay_plans_local::before {
    transition: transform 0.5s ease;
    transform: scaleX(0);
    content: "";
    background: var(--card-border);
    width: 100%;
    top: 0;
    transform-origin: left;
    position: absolute;
    height: 5px;
    left: 0;
}

.tariff_row_local .price_deals_local:hover .price_schemes_local h3 {
    color: var(--card-accent);
}

.tariff_row_local .payment_plan_local::after {
    background-color: var(--card-accent);
    width: 40px;
    height: 2px;
    bottom: -10px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}

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

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

header .header_tutor_local {
    display: flex;
    align-items: center;
    gap: 35px;
}

header .head_prime_local:before {
    transform: translateY(-50%) scale(0);
    position: absolute;
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 6px;
    top: 50%;
    left: -15px;
    content: '';
    height: 6px;
    background-color: rgb(163,169,183);
}

header .header_main_local {
    padding: 5px 10px;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    position: relative;
}

header .header_main_local:hover svg {
    transform: scale(1.05);
}

.our_story_local::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(163,169,183,0.5) 0%, transparent 50%);
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
}

.our_story_local .container {
    z-index: 10;
    position: relative;
}

.our_story_local .smart_track_local {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 60px;
}

.our_story_local h3::after {
    background: rgb(163,169,183);
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 80px;
    border-radius: 10px;
    position: absolute;
}

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

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

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

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

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

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

.instructor_profile_local {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(198,202,222) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

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

.instructor_profile_local .rating_voices_local {
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    border-left: 4px solid rgb(128,131,143);
    padding: 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
}

.instructor_profile_local .name::after {
    background: linear-gradient(90deg, rgb(128,131,143) 0%, transparent 100%);
    left: 0;
    content: "";
    bottom: -5px;
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
    width: 40%;
}

.privacy_block_local {
    border: 2px solid rgb(163,169,183);
    color: #ffffff;
    height: auto;
    background: rgb(128,131,143);
    width: 100%;
    overflow: hidden;
    padding: 50px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.privacy_block_local ul, .privacy_block_local ol {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}

.privacy_block_local li {
    margin-bottom: 15px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    border-left: 4px solid rgb(128,131,143);
    padding: 10px 20px;
    background: rgb(163,169,183,0.5);
    font-weight: 400;
}

.reach_out_local .request_help_local {
    overflow: hidden;
    display: flex;
    border-radius: 30px;
    position: relative;
    flex-wrap: wrap;
    background: rgb(198,202,222);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.reach_out_local .message_inquiry_local::after {
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(163,169,183,0.5),
        transparent);
    content: "";
}

.reach_out_local .message_inquiry_local div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}

.reach_out_local .message_inquiry_local div span {
    color: #000000;
    font-size: 13px;
}

.reach_out_local .message_inquiry_local div span a:hover {
    color: rgb(163,169,183);
}

.reach_out_local .feedback_reach_local form {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}

.reach_out_local .feedback_reach_local h3::after {
    width: 50px;
    height: 3px;
    position: absolute;
    background: rgb(163,169,183);
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.reach_out_local .feedback_reach_local input[type="text"]::placeholder,
.reach_out_local .feedback_reach_local input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.reach_out_local .feedback_reach_local .query_help_local input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    margin-top: 2px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 4px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    -webkit-appearance: none;
}

.reach_out_local .feedback_reach_local .query_form_local7gj {
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 1rem;
    width: 100%;
    background: rgb(163,169,183);
    transition: all 0.3s ease;
    margin-top: 1rem;
}

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

.course_features_local h2::after {
    transform: scaleX(0);
    display: block;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(163,169,183), rgb(128,131,143));
    animation: expandLine 0.6s ease-out 1s forwards;
    margin-top: 15px;
    width: 80px;
    content: "";
}

.course_features_local .image_frame_wrap_local::after {
    z-index: 2;
    background: linear-gradient(135deg, rgb(128,131,143,0.5) 0%, transparent 70%);
    position: absolute;
    height: 120%;
    top: -10%;
    animation: shimmer 8s infinite alternate ease-in-out;
    content: "";
    opacity: 0.5;
    mix-blend-mode: overlay;
    left: -10%;
    width: 120%;
}

.course_features_local .description {
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 12px;
    transform: translateY(15px);
    color: #000000;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.landing_page_local {
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    justify-content: center;
    background-color: rgb(198,202,222);
    overflow: hidden;
    display: flex;
}

.landing_page_local .page_base_local {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
    max-width: 1200px;
    z-index: 2;
}

.landing_page_local .main_title_local {
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1);
    justify-content: center;
    display: flex;
    overflow: hidden;
    padding: 6rem 4rem;
    border-radius: 10px;
    flex-direction: column;
    position: relative;
}

.landing_page_local .main_title_local h3 {
    background: linear-gradient(120deg, rgb(163,169,183,0.5) 0%, rgb(128,131,143,0.5) 100%);
    font-size: calc(19px * 0.9);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    max-width: 80%;
    font-weight: 400;
    border-left: 3px solid rgb(163,169,183);
    line-height: 1.4;
    backdrop-filter: blur(5px);
    letter-spacing: 0.5px;
}

.landing_page_local .main_title_local > div {
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    margin-top: 2rem;
    position: relative;
    z-index: 3;
    transform: translateY(1rem);
}



.landing_page_local .main_title_local:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0,0,0,0.8) 100%);
    transition: background 0.5s ease;
}

.cookie_frame_local {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cookie_notice_window_local p {
    font-size: 18px;
}

.cookie_rules_local svg, .cookie_rules_local svg path, .cookie_rules_local img {
    height: 100px;
    width: 100px;
    fill: rgb(163,169,183);
}


.inner-container_local .cookie_notice_window_local {
    background: #ffffff;
    border: none;
    box-shadow: rgb(163,169,183,0.5) 0px 0px 40px 39px;
}

.inner-container_local .cookie_rules_local {
    align-items: center;
    border-radius: 50%;
    display: flex;
    background:rgb(163,169,183);
    height: 80px;
    width: 80px;
    justify-content: center;
}

.client_comments_local::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background-image: radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 6, 151, 187), 0.05) 0%, transparent 50%),
                     radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 255, 122, 61), 0.07) 0%, transparent 50%);
}

.client_comments_local .client_feedback_local {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.client_comments_local .rating_voices_local:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-0.5rem) scale(1.02);
}

.client_comments_local .rating_voices_local h3::after {
    background: rgb(128,131,143);
    transition: transform 0.3s ease-out;
    transform-origin: left;
    transform: scaleX(0.7);
    width: 2.5rem;
    display: block;
    content: "";
    height: 2px;
    margin-top: 0.5rem;
}

.client_comments_local .rating_voices_local div::after {
    border-radius: 50%;
    border: 2px solid rgb(163,169,183);
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(1.1);
    bottom: 0;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
}

.client_comments_local .rating_voices_local:nth-child(odd) {
    border-left: none;
    border-right: 3px solid rgb(128,131,143);
}

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

.test_drive_local::after {
    pointer-events: none;
    z-index: -1;
    height: 200%;
    position: absolute;
    width: 30%;
    transform: rotate(-30deg);
    top: -15%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    right: -5%;
    content: "";
}

.test_drive_local h6 {
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transform: translateY(0);
    text-align: center;
    line-height: 1.5;
    font-size: calc(19px * 1.25);
    letter-spacing: 0.02em;
    max-width: 800px;
}

.test_drive_local .query_form_local7gj::before {
    width: 100%;
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
    top: 0;
    content: "";
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    transition: transform 0.7s ease;
    z-index: 1;
    left: 0;
}

.test_drive_local .query_form_local7gj:hover::before {
    transform: translateX(100%);
}

.test_drive_local .query_form_local7gj:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    transform: translateY(0) scale(0.98);
}

.follow_local::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background-size: 60px 60px;
    z-index: 1;
    height: 100%;
    opacity: 0.2;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(163,169,183,0.5) 49%, rgb(163,169,183,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(128,131,143,0.5) 49%, rgb(128,131,143,0.5) 51%, transparent 51%);
    width: 100%;
}

.follow_local input[type="email"] {
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    transform-origin: left center;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transform: skewY(0deg);
}

.follow_local .request_help_local::before {
    top: -50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    opacity: 0.2;
    width: 100px;
    right: -50px;
    background: rgb(128,131,143);
    height: 100px;
    content: "";
}

.follow_local .input_holder::before {
    animation: float 6s ease-in-out infinite;
    width: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    height: 50px;
    border: 2px solid rgb(128,131,143);
    content: "";
    right: -25px;
    top: 20%;
    opacity: 0.3;
}


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



@media (max-width: 767px) {.ty_content_local {
    padding: 3.5rem 0;
}.ty_content_local h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
    line-height: 1.4;
}.ty_content_local h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.ty_content_local .smart_track_local {
    padding: 2rem 1.5rem;
}.ty_content_local span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media screen and (max-width: 992px) {.course_beneficiaries_local {
    padding: 90px 0 80px;
}.course_beneficiaries_local h4 {
    font-size: calc(47px * 0.85);
    margin-bottom: 60px;
}.course_beneficiaries_local div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.course_beneficiaries_local p {
    padding: 25px;
}.course_beneficiaries_local p:nth-child(1) {
    grid-column: 1 / span 4;
}.course_beneficiaries_local p:nth-child(2) {
    grid-column: 5 / span 4;
}.course_beneficiaries_local p:nth-child(3) {
    grid-column: 2 / span 6;
}.course_beneficiaries_local p:nth-child(4) {
    grid-column: 1 / span 3;
}.course_beneficiaries_local p:nth-child(5) {
    grid-column: 4 / span 5;
}.course_beneficiaries_local p:nth-child(6) {
    grid-column: 2 / span 6;
}.course_beneficiaries_local p:nth-child(7) {
    grid-column: 1 / span 4;
}.course_beneficiaries_local p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@media (max-width: 480px) {.app_store_local {
    padding: 40px 0 20px;
}.app_store_local .company_holder h3 {
    font-size: calc(29px * 0.8);
}.app_store_local .eng_center_local {
    font-size: calc(16px * 0.9);
}.conduct_code_local .webinar_live_local {
    font-size: calc(14px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    height: 1px;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(128,131,143,0.5), 
            transparent);
    content: "";
    left: 0;
}.app_store_local::before {
    background-blend-mode: overlay;
}}



@media screen and (max-width: 768px) {.learning_system_local {
    padding: 80px 0;
}.learning_system_local .text_column_wrap_local {
    width: 100%;
}.learning_system_local .text_column_wrap_local h2 {
    font-size: calc(29px * 0.9);
    padding: 20px 30px;
}.learning_system_local .text_column_wrap_local h2::before {
    left: 5px;
    width: 20px;
    height: 20px;
}.learning_system_local .text_column_wrap_local h2::after {
    width: 40px;
    bottom: 15px;
    left: 35px;
}.learning_system_local .text_column_wrap_local p {
    padding: 30px;
}.learning_system_local .smart_track_local::before {
    left: 5%;
    top: 20px;
}.learning_system_local .smart_track_local::after {
    right: 5%;
    bottom: 20px;
}
}



@media (max-width: 767px) {.tariff_row_local {
    padding: 60px 0 40px;
}.tariff_row_local .lesson_plans_local {
    margin-bottom: 40px;
}.tariff_row_local .plan_options_local {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_row_local .price_schemes_local {
    padding: 25px 20px;
}.tariff_row_local .price_schemes_local h3 {
    font-size: 21px;
}.tariff_row_local .payment_plan_local {
    font-size: calc(21px + 2px);
}.tariff_row_local .price_schemes_local p {
    font-size: calc(17px - 1px);
}.tariff_row_local .image_frame_wrap_local {
    height: 180px;
}
}



@media (max-width: 768px) {.our_story_local {
    padding: 60px 0;
}.our_story_local h3 {
    font-size: calc(30px * 0.9);
}.our_story_local .smart_track_local {
    gap: 40px;
}.our_story_local .smart_track_local::before {
    display: none;
}.our_story_local .knowledge_guides_local,
    .our_story_local .virtual_classes_local {
    padding: 30px;
}.our_story_local .knowledge_guides_local span {
    font-size: calc(19px * 0.9);
}.our_story_local .knowledge_guides_local .image_frame_wrap_local,
    .our_story_local .virtual_classes_local .fast_learn_local {
    height: 250px;
}
}



@media (min-width: 768px) {.instructor_profile_local {
    padding: 7rem 0;
}.instructor_profile_local .rating_voices_local {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
    padding: 3rem;
}.instructor_profile_local .rating_voices_local > div:nth-child(1) {
    grid-row: 1 / 3;
}.instructor_profile_local .image_frame_wrap_local {
    width: 220px;
    margin: 0;
    height: 280px;
}.instructor_profile_local .exp_section_local {
    font-size: calc(18px + 0.1rem);
    padding-left: 2rem;
}
}



@media only screen and (max-width: 800px) {.privacy_block_local {
    padding: 30px 15px;
}.privacy_block_local h1 {
    font-size: calc(18px - 10px);
}.privacy_block_local h2 {
    font-size: calc(18px - 8px);
}.privacy_block_local li {
    padding: 8px 15px;
    font-size: calc(12px - 2px);
}}



@media screen and (max-width: 576px) {.reach_out_local {
    padding: 3rem 0;
}.reach_out_local .message_inquiry_local,
    .reach_out_local .feedback_reach_local {
    padding: 1.5rem;
}.reach_out_local .message_inquiry_local div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.reach_out_local .message_inquiry_local div svg {
    height: 20px;
    width: 20px;
}.reach_out_local .feedback_reach_local input[type="text"],
    .reach_out_local .feedback_reach_local input[type="email"] {
    padding: 0.8rem 1rem;
}.reach_out_local .feedback_reach_local::before {
    display: none;
}}



@media (max-width: 767px) {.course_features_local h2 {
    text-align: center;
    font-size: calc(33px * 0.9);
}.course_features_local h2::after {
    margin: 15px auto 0;
}.course_features_local .image_frame_wrap_local {
    order: -1;
}.course_features_local .text_column_wrap_local {
    padding: 1.5rem;
}.course_features_local .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 576px) {.landing_page_local {
    min-height: 90vh;
}.landing_page_local .main_title_local {
    padding: 3rem 1.5rem;
}.landing_page_local .main_title_local h1 {
    font-size: calc(46px * 0.9);
}.landing_page_local .main_title_local h3 {
    font-size: calc(19px * 0.85);
    padding: 0.5rem 1rem;
}.landing_page_local .page_base_local {
    transform: none;
}
}


@media only screen and (max-width: 800px) {.cookie_rules_local {
    display: none;
}.cookie_frame_local {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice_window_local h5 {
    text-align: center;
}.cookie_notice_window_local p {
    text-align: center;
}.data_settings_local {
    margin-bottom: 20px;
}body .inner-container_local .cookie_reset_local {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 1200px) {.test_drive_local {
    background: linear-gradient(120deg, rgb(163,169,183) 0%, rgb(128,131,143) 100%);
    padding: 7rem 3rem;
    margin: 8rem 0;
}.test_drive_local .container {
    padding: 0 3rem;
    justify-content: space-between;
    flex-direction: row;
}.test_drive_local h6 {
    max-width: 60%;
    text-align: left;
    margin-right: 2rem;
    font-size: calc(19px * 1.4);
}.test_drive_local::before {
    background-size: 60px 60px;
}
}



@media (max-width: 576px) {.test_drive_local {
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.test_drive_local .container {
    gap: 2rem;
}.test_drive_local h6 {
    font-size: calc(19px * 0.95);
}.test_drive_local .query_form_local7gj {
    font-size: calc(19px * 0.9);
    padding: 1rem 1.8rem;
}
}



@media (max-width: 768px) {.follow_local {
    padding: 4rem 1.5rem;
}.follow_local .request_help_local {
    width: 100%;
    padding: 2.5rem 2rem;
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(163,169,183,0.5),
            -10px -10px 0px rgb(128,131,143,0.5);
}.follow_local h3 {
    transform: none;
    font-size: calc(23px * 0.9);
}.follow_local .input_holder {
    transform: none;
}.follow_local .request_help_local::before,
    .follow_local .request_help_local::after,
    .follow_local .input_holder::before,
    .follow_local .input_holder::after {
    display: none;
}
}

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}



@keyframes float-rotate {
    0% {
        transform: rotate(20deg) translateY(0);
    }
    25% {
        transform: rotate(110deg) translateY(-10px);
    }
    50% {
        transform: rotate(200deg) translateY(0);
    }
    75% {
        transform: rotate(290deg) translateY(10px);
    }
    100% {
        transform: rotate(380deg) translateY(0);
    }
}



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



@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes fadeUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

