header,footer {
    width: 100%;
}


header {
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(113,146,144) 0%, 
        rgb(113,146,144,0.5) 100%
    );
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header:after {
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    pointer-events: none;
    content: '';
    background-size: 100px 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

header .nW_nav_start:before {
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    content: '';
    opacity: 0.5;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 20px;
    top: 50%;
}

header .jb_top_header {
    position: relative;
    gap: 30px;
    align-items: center;
    display: flex;
}

header .jb_top_header:hover:before {
    opacity: 0.7;
}

header .Ro_head_master:before {
    width: 6px;
    left: -12px;
    transform: translateY(-50%);
    height: 6px;
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    background: #ffffff;
    opacity: 0;
}

header .Ro_head_master:hover:before {
    left: -20px;
    opacity: 1;
}

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

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

header .WI_first_section:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}

header .WI_first_section svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.wT_pricing_row::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}

.wT_pricing_row h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 37px;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    opacity: 1;
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.wT_pricing_row .yU_fee_struct li {
    display: flex;
    perspective: 1000px;
}

.wT_pricing_row .GV_cost_rates::before {
    height: 100%;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle at 30% 30%, rgb(113,146,144,0.5), transparent 75%);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    content: "";
    width: 100%;
}

.wT_pricing_row .wq_payment_plans {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wT_pricing_row .wq_payment_plans h4 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
    position: relative;
    transition: transform 0.3s ease;
}

.wT_pricing_row .wq_payment_plans p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.6;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
}

.wT_pricing_row .GV_cost_rates:hover .XT_cert_fees {
    transform: scale(1.05);
}

.wT_pricing_row .GV_cost_rates:hover .XT_cert_fees::before {
    left: 100%;
}

.zJ_connect_form {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(145,180,180) 0%, rgba(0, 0, 0, 0.03) 100%);
}



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

.zJ_connect_form h2 {
    transform: translateX(-50%);
    font-weight: 700;
    left: 50%;
    font-size: 37px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.zJ_connect_form .FG_query_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(113,146,144), 0.1);
}

.zJ_connect_form .dQ_responsive_img {
    position: relative;
    overflow: hidden;
    width: 45%;
}



.zJ_connect_form .aV_help_grid {
    width: 55%;
    padding: 50px 40px;
    position: relative;
}

.zJ_connect_form .aV_help_grid::before {
    background: radial-gradient(circle, rgba(rgb(113,146,144), 0.05) 0%, transparent 70%);
    top: -50px;
    height: 200px;
    content: "";
    position: absolute;
    right: -50px;
    width: 200px;
    border-radius: 50%;
    z-index: 0;
}

.zJ_connect_form form input[type="text"] {
    font-size: 17px;
    border: 1px solid rgba(#000000, 0.1);
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}

.zJ_connect_form .nK_inquiry_grid label {
    cursor: pointer;
    color: #000000;
    user-select: none;
    position: relative;
    line-height: 1.4;
    font-size: 16px;
    padding-left: 35px;
}

.zJ_connect_form .nK_inquiry_grid input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    left: 8px;
}

.zJ_connect_form .nK_inquiry_grid label a:hover::after {
    transform: scaleX(1);
    background: rgb(77,108,106);
}

.zJ_connect_form .dA_connect_feedback::before {
    background: linear-gradient(90deg, rgb(77,108,106), rgb(113,146,144));
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    height: 100%;
}

.zJ_connect_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,146,144);
}

.BC_future_learners {
    background: linear-gradient(135deg, rgb(145,180,180) 0%, rgb(77,108,106,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

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

.BC_future_learners h3 {
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: left;
    border-left: 4px solid rgb(113,146,144);
    box-shadow: -5px 0 15px rgb(113,146,144,0.5);
    color: rgb(77,108,106);
    position: relative;
    padding-left: 1.5rem;
    font-size: 36px;
}

.BC_future_learners li {
    background-color: rgba(255, 255, 255, 0.15);
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.8rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border-radius: 19px;
}

.BC_future_learners li {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.BC_future_learners li svg {
    animation: pulseIcon 3s infinite alternate;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 40px;
    filter: drop-shadow(0 0 8px rgb(113,146,144,0.5));
    height: 40px;
    fill: rgb(113,146,144);
    transition: all 0.4s ease;
}

.BC_future_learners li:nth-child(3)::after {
    animation-delay: 1s;
}

.BC_future_learners li:nth-child(2) svg {
    animation-delay: 1s;
}

.ER_course_features {
    display: grid;
    grid-template-rows: 1fr;
    background-color: #000000;
    position: relative;
    grid-template-columns: 1fr;
    overflow: hidden;
    min-height: 100vh;
}

.ER_course_features .Bl_coding_class::after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    top: 0;
    height: 100%;
}

.ER_course_features .fE_study_path img {
    height: 100%;
    transition: transform 8s ease;
    filter: brightness(0.8) saturate(1.2);
    transform: scale(1.1);
    width: 100%;
    object-fit: cover;
}

.ER_course_features .qD_training_flow h3 {
    font-size: 34px;
    padding-left: 2rem;
    font-weight: 700;
    color: #ffffff;
    grid-column: 1 / 2;
    margin: 0;
    position: relative;
    border-left: 4px solid rgb(113,146,144);
}

.ER_course_features .qD_training_flow .dA_connect_feedback::before {
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(113,146,144);
    width: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
}




.ER_course_features .fE_study_path::before {
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    content: "";
    left: 0;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}

.OJ_receive_updates::before {
    z-index: -1;
    left: -25%;
    filter: blur(15px);
    opacity: 0.1;
    height: 80%;
    content: "";
    transform: rotate(-12deg);
    top: -30%;
    width: 150%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.OJ_receive_updates .pV_teach_style:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.OJ_receive_updates .input_holder {
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
    display: flex;
    width: 100%;
    position: relative;
}

.OJ_receive_updates .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 17px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    padding: 1.2rem 1.5rem;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-out;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.OJ_receive_updates .input_holder .ns_sub_unit:hover {
    background: rgb(113,146,144);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), 
                0 6px 12px rgba(0, 0, 0, 0.1);
}

.OJ_receive_updates .input_holder .ns_sub_unit:hover::before {
    left: 100%;
}

.dv_homepage {
    width: 100%;
    background-color: rgb(145,180,180);
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 650px;
}

.dv_homepage .sC_start_top::before {
    content: '';
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(113,146,144,0.5) 100%
    );
    opacity: 0.7;
}

.dv_homepage .zT_learn_techfast {
    width: 100%;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    position: relative;
    overflow: hidden;
}

.dv_homepage .Bk_learning_main:hover {
    animation-play-state: paused;
}

.dv_homepage .nJ_text_cell h1 {
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px #000000;
    text-align: left;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: text-slide-in 0.8s ease-out forwards;
    font-size: 43px;
    transform: translateX(-30px);
    color: #ffffff;
    max-width: 90%;
}

.dv_homepage .nJ_text_cell .dA_connect_feedback:hover {
    background-color: rgb(77,108,106);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgb(77,108,106,0.5);
}

.dv_homepage .background-decoration {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.dv_homepage .background-decoration::before {
    position: absolute;
    border-radius: 50%;
    top: -150px;
    animation: blob-move 15s infinite alternate;
    width: 300px;
    background: rgb(113,146,144,0.5);
    left: -150px;
    filter: blur(80px);
    height: 300px;
    opacity: 0.2;
    content: '';
}

.dv_homepage:has(.zT_learn_techfast:nth-child(n+6)) .Bk_learning_main {
    --slide-count: 5;
}

.SX_thxContent::after {
    position: absolute;
    height: 30%;
    bottom: 0;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(to top, rgb(77,108,106,0.5) 0%, transparent 100%);
    right: 0;
    z-index: 1;
    content: "";
}

.SX_thxContent .pV_teach_style {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3.5rem;
}

.SX_thxContent h5::before {
    left: -2rem;
    width: 80px;
    opacity: 0.1;
    transform: scale(0);
    top: -1.5rem;
    content: "";
    height: 80px;
    z-index: -1;
    position: absolute;
    background: rgb(77,108,106,0.5);
    border-radius: 50%;
    animation: bubbleAppear 1s ease 0.5s forwards;
}



.ON_news_feed .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ON_news_feed .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(113,146,144), transparent);
    position: absolute;
    right: 0;
    width: 1px;
    height: 80%;
    content: '';
    top: 10%;
}

.ON_news_feed .company_holder h3:hover::after {
    width: 100%;
}

.ON_news_feed .sV_footer_account:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}

.ON_news_feed .Ag_main_pagebar {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.ON_news_feed .jb_top_header::before {
    transform: translateX(-100%);
    inset: 0;
    z-index: -1;
    transition: transform 0.6s ease;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
}

.ON_news_feed .jb_top_header .Ag_main_pagebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ON_news_feed .jb_top_header .Ag_main_pagebar a {
    opacity: 0.85;
    padding-left: 0;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: calc(15px * 0.95);
}

.Gh_gift_card {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.Gh_gift_card .mM_recycle_info {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #ffffff;
}

.ON_news_feed .company_holder h3:hover::before {
    left: 100%;
}

.gK_course_instructor {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(145,180,180) 0%, rgb(77,108,106,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}

.gK_course_instructor .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    padding: 0 2rem;
}

.gK_course_instructor .sM_success_opinions {
    backdrop-filter: blur(5px);
    gap: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.gK_course_instructor .sM_success_opinions:hover .dQ_responsive_img {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

.gK_course_instructor .name {
    font-size: 18px;
    transform: translateZ(15px);
    color: #000000;
    position: relative;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.gK_course_instructor .XN_career_exp {
    position: relative;
    line-height: 1.7;
    font-size: 16px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    color: #000000;
    transition: opacity 0.3s ease;
}

.eW_client_experience {
    background: linear-gradient(to right, rgb(145,180,180), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 100px 0 120px;
}

.eW_client_experience .pV_teach_style {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
}

.eW_client_experience h4::after {
    left: -10%;
    background: rgb(113,146,144);
    position: absolute;
    width: 120%;
    content: "";
    height: 10px;
    bottom: -20px;
    transform: skewX(0);
}

.eW_client_experience .sM_success_opinions:hover {
    transform: translateY(-15px);
}

.eW_client_experience .sM_success_opinions:hover::before {
    height: 100%;
}

.eW_client_experience .sM_success_opinions::after {
    position: absolute;
    height: 2px;
    background: rgb(113,146,144);
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    transition: width 0.5s ease 0.2s;
}

.eW_client_experience .sM_success_opinions span {
    margin: 10px 0;
    padding-left: 15px;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(15px * 1.1);
    font-weight: 600;
    transform: translateX(0);
}

.eW_client_experience .sM_success_opinions:nth-child(3n+1) {
    transform: translateY(20px);
}

.eW_client_experience .sM_success_opinions:nth-child(3n+1):hover {
    transform: translateY(5px);
}

.ba_our_story::before {
    animation: float 15s infinite alternate ease-in-out;
    top: -10%;
    opacity: 0.4;
    right: -5%;
    transform: rotate(-15deg);
    height: 300px;
    background: linear-gradient(225deg, rgb(113,146,144,0.5) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    z-index: 0;
    width: 300px;
    filter: blur(40px);
    content: '';
}

.ba_our_story h1::after {
    width: 80px;
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(113,146,144) 0%, rgb(77,108,106) 100%);
    position: absolute;
    height: 4px;
    content: '';
    border-radius: 2px;
    left: 50%;
}

.ba_our_story .Sx_method_innov::before {
    left: 0;
    top: 0;
    opacity: 0.8;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(113,146,144) 0%, rgb(77,108,106) 100%);
    height: 6px;
    transition: height 0.3s ease;
}

.ba_our_story .Sx_method_innov h4::after {
    width: 40px;
    content: '';
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    border-radius: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(77,108,106);
}

header .top_plank .gD_top_overlay div svg, header .top_plank .gD_top_overlay div svg path {
    fill: #ffffff;
}

header .top_plank .gD_top_overlay div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.AX_cookie_banner_dialog {
    position: fixed;
    width: 100%;
    background: rgb(77,108,106);
    z-index: 90;
    border-top: 2px solid rgb(113,146,144);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(113,146,144,0.5);
}

.wo_cookie_control:hover svg {
    transform: rotate(20deg);
}

.oQ_data_settings h5 {
    margin-bottom: 10px;
    color: rgb(113,146,144);
    font-weight: 700;
    text-shadow: 0 0 10px rgb(113,146,144);
    font-size: 18px;
}

.bM_cookie_box:hover {
    box-shadow: 0 0 20px rgb(77,108,106,0.5);
    background: rgb(77,108,106);
}

.AX_cookie_banner_dialog p a:hover {
    color: rgb(77,108,106);
}

#ot_userConsentBanner:checked ~ .AX_cookie_banner_dialog {
    opacity: 0;
    visibility: hidden;
}

.CM_locate::before {
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(113,146,144,0.5), 0.1) 0%, transparent 60%);
    top: 0;
}

.CM_locate .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.CM_locate .JO_chat_form {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    gap: 2.5rem;
    padding: 2.5rem;
    display: grid;
    border-left: 4px solid rgb(113,146,144);
    grid-template-columns: 1fr;
}

.CM_locate .JO_chat_form span {
    font-size: 15px;
    margin-left: 2rem;
    color: #000000;
    display: block;
}

.CM_locate .VB_message_page {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.CM_locate .EI_msg_block {
    text-decoration: none;
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 15px;
    transition: color 0.3s ease;
}

.CM_locate .EI_msg_block:hover svg path {
    fill: rgb(113,146,144);
}

.qu_privacy_quarters h2 {
    color: rgb(77,108,106);
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.qu_privacy_quarters li {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    font-size: 14px;
    background-color: #ffffff;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    border-radius: 10px;
}

.qu_privacy_quarters a:hover {
    color: rgb(77,108,106);
    border-bottom: 1px solid rgb(77,108,106);
}


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



@media (max-width: 767px) {header .jb_top_header {
    right: -100%;
    z-index: 1001;
    height: 100vh;
    background: rgb(113,146,144);
    gap: 25px;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    max-width: 320px;
    padding: 80px 30px 30px;
    flex-direction: column;
}header .jb_top_header:before {
    top: 60px;
    width: 80%;
    left: 10%;
    bottom: auto;
}header .jb_top_header:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    top: 20px;
    height: 30px;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .Ro_head_master {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .Ro_head_master:hover {
    transform: translateX(0);
}header .Ro_head_master:last-child {
    border-bottom: none;
}header .WI_first_section {
    margin: 0 auto;
}
}



@media (max-width: 768px) {.zJ_connect_form {
    padding: 50px 0;
}.zJ_connect_form h2 {
    margin-bottom: 30px;
}.zJ_connect_form .FG_query_card {
    flex-direction: column;
}.zJ_connect_form .dQ_responsive_img {
    width: 100%;
    height: 250px;
}.zJ_connect_form .aV_help_grid {
    width: 100%;
    padding: 30px 25px;
}.zJ_connect_form form h3 {
    margin-bottom: 25px;
}.zJ_connect_form form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.zJ_connect_form .nK_inquiry_grid {
    margin-bottom: 25px;
}.zJ_connect_form .dA_connect_feedback {
    padding: 12px 15px;
}
}



@media (max-width: 767px) {.BC_future_learners {
    padding: 3rem 0;
}.BC_future_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.BC_future_learners h3 {
    padding-left: 0;
    text-align: center;
    border-bottom: 4px solid rgb(113,146,144);
    padding-bottom: 1rem;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
    border-left: none;
    box-shadow: 0 5px 15px rgb(113,146,144,0.5);
}.BC_future_learners li {
    padding: 1.2rem;
}.BC_future_learners li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}



@media (min-width: 768px) {.OJ_receive_updates .pV_teach_style {
    padding: 4rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.OJ_receive_updates .pV_teach_style > div {
    padding-right: 2rem;
    max-width: 50%;
    margin-bottom: 0;
}.OJ_receive_updates h4 {
    text-align: left;
    font-size: 18px;
}.OJ_receive_updates .input_holder {
    width: auto;
    flex: 1;
    justify-content: flex-end;
}.OJ_receive_updates .input_holder span:last-child {
    flex: 0 0 auto;
}.OJ_receive_updates .input_holder .ns_sub_unit {
    width: auto;
}
}



@media (hover: none) {.OJ_receive_updates .pV_teach_style {
    transform: none !important;
}.OJ_receive_updates .input_holder input:focus {
    transform: none;
}
}



@media (max-width: 992px) {.dv_homepage .pV_teach_style {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}.dv_homepage .sC_start_top {
    height: 50vh;
    grid-column: 1;
    clip-path: none;
    grid-row: 1;
}.dv_homepage .sC_start_top::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.dv_homepage .nJ_text_cell {
    padding: 2rem 10%;
    align-items: center;
    grid-column: 1;
    grid-row: 2;
    background: rgb(145,180,180);
}.dv_homepage .nJ_text_cell::before {
    width: 60%;
    height: 3px;
    right: auto;
    left: 20%;
    top: 0;
}.dv_homepage .nJ_text_cell h1 {
    text-align: center;
    max-width: 100%;
}.dv_homepage .nJ_text_cell p {
    text-align: center;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(113,146,144,0.5) 0%, transparent 100%);
}.dv_homepage {
    min-height: unset;
    height: auto;
}
}



@media (max-width: 768px) {.SX_thxContent {
    padding: 4rem 0;
}.SX_thxContent .pV_teach_style {
    padding: 2rem;
    transform: none;
}.SX_thxContent h5 {
    font-size: calc(18px * 0.95);
}.SX_thxContent p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.SX_thxContent .pV_teach_style > div:first-child::after {
    width: 80px;
}
}



@media (max-width: 991px) {.ON_news_feed {
    padding: 60px 0 30px;
}.ON_news_feed .container {
    flex-direction: column;
}.ON_news_feed .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.ON_news_feed .company_holder::after {
    display: none;
}.ON_news_feed .JA_faq_block {
    flex: 0 0 100%;
}.ON_news_feed .jb_top_header {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (min-width: 768px) {.gK_course_instructor {
    padding: 8rem 0;
}.gK_course_instructor .sM_success_opinions {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
    gap: 2rem 3rem;
}.gK_course_instructor .sM_success_opinions > div:first-child {
    grid-row: span 2;
}.gK_course_instructor .sM_success_opinions > div:nth-child(3) {
    grid-column: 2;
}.gK_course_instructor .dQ_responsive_img {
    height: 100%;
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
}.gK_course_instructor .XN_career_exp {
    font-size: calc(16px + 0.05rem);
}.gK_course_instructor .name {
    font-size: calc(18px + 0.1rem);
}
}



@media (hover: none) {.gK_course_instructor .sM_success_opinions {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.gK_course_instructor .dQ_responsive_img {
    transform: none !important;
}}



@media screen and (max-width: 991px) {.ba_our_story {
    padding: 80px 0 100px;
}.ba_our_story h1 {
    margin-bottom: 50px;
    font-size: calc(40px - 4px);
}.ba_our_story .Sx_method_innov {
    padding: 30px;
}
}



@media screen and (max-width: 768px) {.ba_our_story {
    padding: 60px 0 80px;
}.ba_our_story::before,
  .ba_our_story::after {
    height: 180px;
    width: 180px;
}.ba_our_story h1 {
    font-size: calc(40px - 6px);
    margin-bottom: 40px;
}.ba_our_story h1::after {
    height: 3px;
    width: 60px;
}.ba_our_story .fL_our_journey ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.ba_our_story .Sx_method_innov div {
    max-height: 200px;
}
}



@media (min-width: 768px) {.CM_locate {
    padding: 6rem 3rem;
}.CM_locate .JO_chat_form {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
}.CM_locate .JO_chat_form > div:first-child {
    grid-column: 1 / -1;
}.CM_locate h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.2);
}.CM_locate h1::after {
    width: 100px;
}
}



@media (max-width: 767px) {.CM_locate {
    padding: 4rem 1.5rem;
}.CM_locate h1 {
    margin-bottom: 2.5rem;
    font-size: calc(42px * 0.9);
}.CM_locate .JO_chat_form {
    padding: 1.5rem;
    gap: 1.5rem;
}.CM_locate .JO_chat_form > div {
    padding: 1rem;
}.CM_locate .VB_message_page {
    gap: 0.8rem;
}.CM_locate .JO_chat_form span {
    margin-left: 1.5rem;
}
}

@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

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



@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}



@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg);
  }
  50% {
    transform: translate(10px, 15px) rotate(-5deg);
  }
  100% {
    transform: translate(-10px, 10px) rotate(-20deg);
  }
}

