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

.eHu_data_viz {
    flex: 0 0 auto;
}

.eHu_data_viz {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

header,footer {
    width: 100%;
}

header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(206,223,222);
}

.MWj_testimonials::after {
    position: absolute;
    animation: float 18s infinite alternate-reverse ease-in-out;
    left: -3%;
    height: 30%;
    width: 25%;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(131,156,149,0.5) 0%, transparent 75%);
    bottom: -8%;
    opacity: 0.12;
}

.MWj_testimonials .Mwy_rating_insights {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.MWj_testimonials .Rgv_user_reviews::after {
    bottom: 0;
    width: 0;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(131,156,149) 100%);
    position: absolute;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.MWj_testimonials .Rgv_user_reviews img {
    margin-right: 1rem;
    object-fit: cover;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.MWj_testimonials .description {
    margin: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #000000;
    font-size: calc(13px * 0.95);
    position: relative;
}

.MWj_testimonials a:hover {
    box-shadow: 0 15px 30px -10px rgb(169,192,186,0.5);
    transform: translateX(-50%) translateY(-3px);
}

.jWw_title_board {
    min-height: 100vh;
    width: 100%;
    background-color: rgb(206,223,222);
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
}

.jWw_title_board .LMb_img_holder::after {
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    background: radial-gradient(circle at 70% 30%, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 60%);
    z-index: 3;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
}

.jWw_title_board h1::after {
    animation: expandLine 1.5s 0.5s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    bottom: -0.5rem;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    left: 0;
    background: rgb(169,192,186);
    width: 80px;
    content: '';
    transform-origin: left;
}

.jWw_title_board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.jWw_title_board .zfM_statement_box p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: calc(18px * 1.1);
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.6;
}

.jWw_title_board .qet_fast_edu svg {
    transform: rotate(-5deg);
    width: 80px;
    height: 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.jWw_title_board .qet_fast_edu svg {
    width: 70px;
    height: 70px;
}

.jWw_title_board .qet_fast_edu svg:hover {
    transform: rotate(0) scale(1.1);
}

.jWw_title_board .qet_fast_edu svg text {
    fill: rgb(169,192,186);
    font-weight: 700;
    transition: fill 0.3s ease;
}

.jWw_title_board h6 .xog_query_reach {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    padding: 1rem 2rem;
    font-size: 19px;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, 
        rgb(169,192,186) 0%, 
        rgb(131,156,149) 100%);
    border: none;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}

.jWw_title_board h6 .xog_query_reach {
    padding: 0.8rem 1.5rem;
}

.tUo_course_instructor .Rgv_user_reviews {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    flex-direction: column;
    max-width: 500px;
    display: flex;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.tUo_course_instructor .Rgv_user_reviews:hover .LMb_img_holder {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.tUo_course_instructor .FWE_emp_details {
    padding: 70px 2rem 2rem;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    background: #ffffff;
    margin-top: -50px;
}

.tUo_course_instructor .name {
    font-size: 28px;
    opacity: 0.9;
    color: rgb(169,192,186);
    transition: all 0.3s ease;
    transform: translateY(0);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
}

.tUo_course_instructor .Rgv_user_reviews:hover .FWE_emp_details > div:nth-child(2)::after {
    width: 100px;
}

.tUo_course_instructor .HdX_emp_achievements {
    opacity: 0.7;
    font-style: italic;
    font-size: 16px;
    border-left: 3px solid rgb(131,156,149,0.5);
    color: #000000;
    transition: all 0.5s ease 0.2s;
    line-height: 1.7;
    padding: 1rem 0 0 1.5rem;
    position: relative;
    transform: translateY(10px);
}

.JdF_service_connect h1 {
    z-index: 1;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 48px;
    position: relative;
    color: #000000;
}

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

.JdF_service_connect .qJl_quick_help > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.JdF_service_connect .qJl_quick_help > div:first-child {
    padding-bottom: 1.5rem;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.8;
}

.JdF_service_connect h6 svg {
    height: 20px;
    flex-shrink: 0;
    transform: translateY(-1px);
    width: 20px;
}

.JdF_service_connect span {
    margin-left: 1.75rem;
    display: block;
    font-size: 18px;
    color: #000000;
}

.JdF_service_connect .XIF_quick_request > div:hover {
    transform: translateX(5px);
}

.JdF_service_connect .Qgv_start_chat svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}

.JdF_service_connect .Qgv_start_chat:hover svg path {
    fill: rgb(169,192,186);
}

.xlB_receive_updates .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.xlB_receive_updates .bUM_knowledge_center::before {
    z-index: -1;
    color: rgb(169,192,186);
    white-space: nowrap;
    position: absolute;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    letter-spacing: 0.5rem;
    font-size: 12rem;
    opacity: 0.04;
}

.xlB_receive_updates .input_holder::before {
    transition: transform 0.3s ease;
    z-index: -1;
    background: #000000;
    content: "";
    opacity: 0.02;
    position: absolute;
    transform: translate(10px, 10px);
    width: 100%;
    height: 100%;
}

.xlB_receive_updates .xog_query_reach {
    border: 2px solid #000000;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 2rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    background: #000000;
    overflow: hidden;
    font-size: 19px;
}



.xlB_receive_updates::after {
    filter: blur(100px);
    height: 300px;
    right: -150px;
    opacity: 0.1;
    background: linear-gradient(
        45deg,
        rgb(169,192,186,0.5),
        rgb(131,156,149,0.5)
    );
    animation: floatingItem 20s ease-in-out infinite;
    content: "";
    width: 300px;
    position: absolute;
    border-radius: 50%;
    top: -150px;
}

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

.xqh_educational_rewards .zfM_statement_box:hover {
    transform: translateY(0);
}

.xqh_educational_rewards h4::after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(131,156,149) 100%);
    transition: width 0.3s ease;
    bottom: 0;
}

.xqh_educational_rewards li {
    position: relative;
    margin-bottom: 1.25rem;
    transition: transform 0.3s ease;
}

.xqh_educational_rewards li p span:last-child {
    padding-top: 0.15rem;
    flex: 1;
}

.xqh_educational_rewards li:hover svg {
    transform: rotate(10deg);
}

.xqh_educational_rewards li:hover svg path {
    fill: rgb(131,156,149);
}

.xqh_educational_rewards .LMb_img_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.KnJ_gratitudeHub::before {
    position: absolute;
    content: "";
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    top: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.KnJ_gratitudeHub .bUM_knowledge_center::before {
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 0%, rgb(169,192,186,0.5) 100%);
    transform: translateZ(-10px);
    transition: opacity 0.5s ease;
}

.KnJ_gratitudeHub h5 {
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: 18px;
    transform: translateZ(5px);
    color: #000000;
    position: relative;
}

.KnJ_gratitudeHub a {
    color: inherit;
    overflow: hidden;
    padding: 0.5rem 0;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.KnJ_gratitudeHub a:hover p {
    color: rgb(169,192,186);
    opacity: 1;
}

.AUI_connect_with_us {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(206,223,222);
    position: relative;
}



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

.AUI_connect_with_us h2 {
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

.AUI_connect_with_us .Rav_feedback_help {
    position: relative;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(169,192,186,0.5);
    overflow: hidden;
    display: flex;
}

.AUI_connect_with_us .LMb_img_holder {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
}

.AUI_connect_with_us .LMb_img_holder::after {
    z-index: 2;
    opacity: 0.7;
    content: "";
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(169,192,186,0.5) 100%);
    inset: 0;
}

.AUI_connect_with_us form {
    z-index: 2;
    position: relative;
}

.AUI_connect_with_us form h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.AUI_connect_with_us form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(169,192,186),
        0 0 5px rgb(169,192,186,0.5);
    outline: none;
    border-color: rgb(169,192,186);
}

.AUI_connect_with_us .uAC_help_feedback {
    position: relative;
    margin-bottom: 35px;
}

.AUI_connect_with_us .uAC_help_feedback label::before {
    background: rgb(206,223,222);
    content: "";
    border: 1px solid rgb(169,192,186,0.5);
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    height: 22px;
    position: absolute;
    border-radius: 4px;
}

.AUI_connect_with_us .uAC_help_feedback label a::after {
    background: rgb(169,192,186);
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
    transform-origin: right;
    height: 1px;
}

.AUI_connect_with_us .xog_query_reach:hover {
    box-shadow: 
        0 5px 20px rgb(131,156,149,0.5),
        0 0 0 1px rgb(131,156,149);
}

.AUI_connect_with_us .xog_query_reach:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.AUI_connect_with_us svg {
    fill: rgb(169,192,186);
    filter: drop-shadow(0 0 2px rgb(169,192,186,0.5));
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
}

header:after {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.01);
    background: 
        linear-gradient(135deg, rgb(206,223,222) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(206,223,222) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(206,223,222) 25%, transparent 25%),
        linear-gradient(45deg, rgb(206,223,222) 25%, transparent 25%);
    pointer-events: none;
    width: 100%;
    opacity: 0.4;
}

header .EOP_top_train:before {
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -10px;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
}

header .PKo_top_class {
    letter-spacing: 0.5px;
    color: #000000;
    overflow: hidden;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 2px;
    position: relative;
    transition: all 0.3s ease;
}

header .PKo_top_class:hover:before {
    transform: translateX(0);
}

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

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

header .syt_header_master:hover:after {
    transform: scale(1);
    opacity: 1;
}

header .syt_header_master svg {
    width: auto;
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.VFQ_about_this::before {
    top: 0;
    left: 0;
    background-position: 0 0, 30px 30px;
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
    content: '';
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(169,192,186,0.5) 25%, transparent 25%, transparent 75%, rgb(169,192,186,0.5) 75%),
                linear-gradient(45deg, rgb(169,192,186,0.5) 25%, transparent 25%, transparent 75%, rgb(169,192,186,0.5) 75%);
    width: 100%;
}

.VFQ_about_this .LMb_img_holder::after {
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    left: 0;
    height: 30%;
}

.VFQ_about_this .CBR_team_culture {
    font-size: 14px;
    color: rgb(169,192,186);
    font-weight: 600;
}

.VFQ_about_this .Qot_skill_learn {
    font-weight: 600;
    display: flex;
    color: rgb(169,192,186);
    margin-bottom: 20px;
    align-items: center;
    font-size: 19px;
}

.VFQ_about_this .Qot_skill_learn svg {
    height: 30px;
    width: 30px;
    fill: rgb(169,192,186);
    margin-right: 10px;
}

.VFQ_about_this p {
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
}

.amF_future_attendees::before {
    content: "";
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(169,192,186), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(131,156,149), 0.05) 0%, transparent 50%);
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.amF_future_attendees h4::after {
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    content: "";
    left: 50%;
    bottom: -1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,192,186), rgb(131,156,149));
}

.amF_future_attendees div p::before {
    background: linear-gradient(90deg, rgba(rgb(169,192,186), 0.1) 0%, transparent 100%);
    width: 0;
    transition: width 0.3s ease;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.amF_future_attendees div p svg {
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    width: 24px;
    position: absolute;
    left: 20px;
    height: 24px;
}

.amF_future_attendees div p:hover svg path {
    fill: rgb(131,156,149);
}

.hin_program_structure .NcL_online_learn {
    grid-column: 1;
    z-index: 1;
    grid-row: 1;
    position: relative;
    height: 100%;
    width: 100%;
}

.hin_program_structure .NcL_online_learn {
    height: 350px;
}

.hin_program_structure .NcL_online_learn:hover .DvZ_learn_plan {
    animation-play-state: paused;
}

.hin_program_structure .GsU_fast_development img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.hin_program_structure .bUM_knowledge_center {
    padding: 0;
    width: 55%;
    position: relative;
    margin-right: 5%;
}

.hin_program_structure .Yyb_skill_route:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.hin_program_structure .Yyb_skill_route::after {
    background: linear-gradient(to bottom,
                rgb(169,192,186) 0%,
                rgb(131,156,149) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    width: 5px;
}

.hin_program_structure .Yyb_skill_route p {
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    font-size: 12px;
    line-height: 1.8;
}

.hin_program_structure .Yyb_skill_route .xog_query_reach {
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    color: rgb(169,192,186);
    border: 2px solid rgb(169,192,186);
    background-color: transparent;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-left: 1.5rem;
    font-weight: 600;
    padding: 0.8rem 2rem;
    font-size: 19px;
    transition: all 0.3s ease;
    position: relative;
}

.yFa_data_accept {
    margin-right: 20px;
    flex-shrink: 0;
}

.yFa_data_accept svg {
    fill: rgb(169,192,186);
    width: 50px;
    height: 50px;
}

.Wku_cookie_popup_message p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}

.Wku_cookie_popup_message p a {
    color: rgb(169,192,186);
    text-decoration: none;
    border-bottom: 2px solid rgb(169,192,186);
}


#guU_cookieBannerPrompt {
    display: none;
}

#guU_cookieBannerPrompt:checked ~ .Wku_cookie_popup_message {
    opacity: 0;
    visibility: hidden;
}

.YTo_data_summary::before {
    left: 0;
    top: 0;
    z-index: -3;
    background-color: #000000;
    position: absolute;
    width: 100%;
    opacity: 0.92;
    content: '';
    height: 100%;
}

.YTo_data_summary .EwM_statistics_highlights {
    position: relative;
    z-index: 2;
}

.YTo_data_summary .EwM_statistics_highlights svg {
    fill: rgb(169,192,186);
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 0 15px rgb(169,192,186,0.5));
}

.YTo_data_summary .VMI_extra_pro {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.9;
    position: relative;
}

.YTo_data_summary .JFI_statistics_zone {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transform: translateY(0);
    min-width: 220px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    padding: 30px;
    margin: 10px;
    border-radius: 30px 30px 30px 0;
    flex: 1 1 calc(25% - 20px);
    backdrop-filter: blur(5px);
    position: relative;
}

.YTo_data_summary .MzF_value_elevation svg path {
    fill: rgb(169,192,186);
    stroke-width: 0.5;
    stroke: #ffffff;
}

.YTo_data_summary .JFI_statistics_zone p {
    opacity: 0.9;
    margin: 0;
    line-height: 1.4;
    font-size: calc(14px * 0.9);
    color: #ffffff;
}

.YTo_data_summary .JFI_statistics_zone:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}

.YTo_data_summary .JFI_statistics_zone:nth-child(1) {
    transform: rotate(-2deg);
}

.YTo_data_summary .JFI_statistics_zone:nth-child(2) {
    transform: rotate(1deg);
}

.YTo_data_summary .stat_item_inner {
    transform: rotate(0deg);
}

.vVe_check_it_out_now .bUM_knowledge_center {
    gap: 50px;
    position: relative;
    max-width: 1000px;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    padding: 0 20px;
    margin: 0 auto;
}

.vVe_check_it_out_now .xog_query_reach {
    justify-content: center;
    transform: translateY(30px);
    height: 220px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 20px 20px 0 20px;
    font-size: 19px;
    display: flex;
    background: rgb(169,192,186);
    position: relative;
    padding: 20px;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    z-index: 5;
    transition: all 0.4s ease;
    flex: 0 0 220px;
    text-align: center;
}

.vVe_check_it_out_now .bUM_knowledge_center::after {
    bottom: -75px;
    left: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 150px;
    z-index: 1;
    content: '';
    border-radius: 50%;
    height: 150px;
}

.eHu_data_viz::before {
    content: "";
    box-shadow: 0 0 20px rgb(169,192,186,0.5);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(169,192,186), rgb(131,156,149), transparent);
    width: 100%;
    opacity: 0.8;
    height: 2px;
}

.eHu_data_viz .container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.eHu_data_viz .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(169,192,186), transparent);
    width: 200%;
    transform: translateY(-1px);
    top: 0;
    left: -50%;
    position: absolute;
    content: "";
    height: 1px;
}

.eHu_data_viz .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(169,192,186,0.5);
    transform: translateY(-5px);
}

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

.eHu_data_viz .eJy_telegram_ref {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.eHu_data_viz .KUm_top_sitebar {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}

.eHu_data_viz .UnF_nav_primary::before {
    transform: translateY(-1px);
    width: 200%;
    position: absolute;
    left: -50%;
    top: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(131,156,149), transparent);
}

.eHu_data_viz .UnF_nav_primary:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(131,156,149,0.5);
}

.eHu_data_viz .UnF_nav_primary:hover h5::after {
    width: 100%;
}

.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a {
    text-decoration: none;
    text-shadow: 0 0 5px #000000;
    display: block;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    opacity: 0.8;
}

.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(131,156,149,0.5);
    opacity: 1;
    padding-left: 1.5rem;
}

.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a:hover::after {
    width: 100%;
    opacity: 0.2;
}

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

.DSC_tutor_match .clm_abuse_ctrl:hover {
    text-shadow: 0 0 8px rgb(131,156,149,0.5);
    opacity: 1;
}

.ulK_privacy_fence {
    background: linear-gradient(145deg, rgb(206,223,222), rgba(255, 255, 255, 0.97));
    --heading-gradient: linear-gradient(135deg, rgb(169,192,186), rgb(131,156,149));
    --section-padding: clamp(2rem, 7vw, 5rem);
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    position: relative;
    overflow: hidden;
    padding: var(--section-padding) 0;
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ulK_privacy_fence .container::before {
    left: 0;
    z-index: 2;
    height: 5px;
    background: var(--heading-gradient);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}

.ulK_privacy_fence h1::after {
    position: absolute;
    bottom: -15px;
    content: "";
    transition: transform 0.3s ease-out;
    height: 3px;
    left: 0;
    transform-origin: left;
    background: var(--heading-gradient);
    width: 80px;
}

.ulK_privacy_fence h3 {
    color: #000000;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(31px * 0.85);
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
}

.ulK_privacy_fence span {
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    padding-left: 1rem;
    color: #000000;
    display: block;
}

.ulK_privacy_fence li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1rem;
}

.LTC_pricing_set::before {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

.LTC_pricing_set .Hni_offer_box {
    font-weight: 300;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: calc(15px + 2px);
    line-height: 1.6;
}

.LTC_pricing_set .WzG_cost_fee li:hover {
    z-index: 2;
    transform: translateY(-15px);
}

.LTC_pricing_set .wZR_study_costs:hover::before {
    transform: scaleX(1);
}

.LTC_pricing_set .wZR_study_costs::after {
    background: linear-gradient(to top, rgba(rgb(169,192,186,0.5), 0.05), transparent);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    height: 50%;
    bottom: 0;
}

.LTC_pricing_set .iAR_fee_plan {
    flex: 1;
    flex-direction: column;
    display: flex;
}

.LTC_pricing_set .iAR_fee_plan h4 {
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: calc(22px + 2px);
    transition: transform 0.3s ease;
}

.LTC_pricing_set .wZR_study_costs:hover .BWl_value_rates {
    background: rgba(rgb(169,192,186,0.5), 0.2);
    transform: scale(1.05);
}


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


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



@media (max-width: 992px) {.MWj_testimonials {
    padding: 6rem 0;
}.MWj_testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.95);
}.MWj_testimonials .Mwy_rating_insights {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 480px) {.MWj_testimonials {
    padding: 4rem 0;
}.MWj_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.MWj_testimonials .container {
    padding: 0 1.5rem;
}.MWj_testimonials .Rgv_user_reviews {
    padding: 1.6rem 1.4rem;
}.MWj_testimonials .Rgv_user_reviews img {
    width: 45px;
    height: 45px;
}.MWj_testimonials .Rgv_user_reviews::before {
    font-size: 6rem;
}.MWj_testimonials a {
    margin-top: 2rem;
    padding: 0.7rem 1.8rem;
}}



@media (min-width: 768px) {.JdF_service_connect {
    padding: 8rem 3rem;
}.JdF_service_connect h1 {
    margin-bottom: 4rem;
    font-size: calc(48px + 0.5rem);
}.JdF_service_connect .qJl_quick_help {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem;
    border-radius: 24px;
}.JdF_service_connect .qJl_quick_help > div:first-child {
    grid-column: 1 / -1;
    font-size: calc(18px + 0.2rem);
}.JdF_service_connect h6 {
    font-size: calc(21px + 0.1rem);
}
}



@media (max-width: 767px) {.JdF_service_connect .qJl_quick_help {
    padding: 2rem;
    border-radius: 10px;
}.JdF_service_connect h1 {
    font-size: calc(48px - 0.2rem);
}.JdF_service_connect h6,
    .JdF_service_connect .Qgv_start_chat {
    font-size: calc(18px - 0.1rem);
}.JdF_service_connect span {
    font-size: calc(18px - 0.15rem);
    margin-left: 1.5rem;
}}



@media (max-width: 576px) {.xlB_receive_updates {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.xlB_receive_updates p {
    font-size: 24px;
    margin-bottom: 3rem;
}.xlB_receive_updates p::after {
    width: 60px;
    height: 3px;
}.xlB_receive_updates .bUM_knowledge_center::before {
    font-size: 3.5rem;
}.xlB_receive_updates .Bdp_email_submit,
    .xlB_receive_updates .xog_query_reach {
    padding: 1rem;
}}



@media (hover: hover) {.xqh_educational_rewards li {
    position: relative;
    overflow: hidden;
}.xqh_educational_rewards li::before {
    transition: width 0.3s ease;
    bottom: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(131,156,149) 100%);
    height: 1px;
    width: 0;
    position: absolute;
}.xqh_educational_rewards li:hover::before {
    width: 100%;
}}



@media (min-width: 992px) {.KnJ_gratitudeHub {
    padding: 8rem 0;
}.KnJ_gratitudeHub .bUM_knowledge_center {
    padding: 5rem;
    gap: 4rem;
}.KnJ_gratitudeHub .bUM_knowledge_center > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.KnJ_gratitudeHub .bUM_knowledge_center:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.KnJ_gratitudeHub .bUM_knowledge_center > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.KnJ_gratitudeHub .bUM_knowledge_center:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.KnJ_gratitudeHub a {
    padding: 1rem 0;
}.KnJ_gratitudeHub p {
    line-height: 1.8;
}.KnJ_gratitudeHub .container::before {
    height: 1px;
    position: absolute;
    bottom: -20px;
    opacity: 0.5;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(169,192,186,0.5), transparent);
    width: 80%;
    left: 10%;
}
}



@media (max-width: 480px) {.AUI_connect_with_us {
    padding: 50px 0;
}.AUI_connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(45px * 0.7);
}.AUI_connect_with_us .LMb_img_holder {
    min-height: 200px;
}.AUI_connect_with_us .oMw_connect_panel {
    padding: 30px 20px;
}.AUI_connect_with_us form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.AUI_connect_with_us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.AUI_connect_with_us .uAC_help_feedback {
    margin-bottom: 20px;
}.AUI_connect_with_us .uAC_help_feedback label {
    font-size: calc(13px * 0.9);
}.AUI_connect_with_us .xog_query_reach {
    padding: 12px 20px;
}}



@media (max-width: 768px) {.VFQ_about_this {
    padding: 60px 0;
}.VFQ_about_this .LMb_img_holder {
    height: 240px;
}.VFQ_about_this .Dgz_learn_expert {
    padding: 25px;
}.VFQ_about_this .zfM_statement_box {
    padding: 30px;
}.VFQ_about_this h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 480px) {.VFQ_about_this {
    padding: 40px 0;
}.VFQ_about_this .LMb_img_holder {
    height: 200px;
}.VFQ_about_this .Dgz_learn_expert {
    padding: 20px;
}.VFQ_about_this .zfM_statement_box {
    padding: 25px 20px;
}.VFQ_about_this .idJ_learning_growth {
    font-size: calc(24px * 0.9);
}.VFQ_about_this .CBR_team_culture {
    font-size: calc(14px * 0.9);
}.VFQ_about_this h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(30px * 0.8);
}.VFQ_about_this p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.VFQ_about_this .Qot_skill_learn {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 991px) {.hin_program_structure {
    display: flex;
    min-height: auto;
    flex-direction: column;
}.hin_program_structure .NcL_online_learn {
    width: 100%;
    height: 400px;
}.hin_program_structure .NcL_online_learn::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.hin_program_structure .container {
    position: relative;
    padding: 3rem 1rem;
}.hin_program_structure .bUM_knowledge_center {
    width: 100%;
    margin-right: 0;
}.hin_program_structure .Yyb_skill_route {
    max-width: 100%;
}
}



@media screen and (max-width: 768px) {.YTo_data_summary {
    padding: 80px 0 100px;
}.YTo_data_summary .EwM_statistics_highlights svg {
    height: 80px;
    width: 80px;
}.YTo_data_summary .gfd_statistics_tracks {
    margin-bottom: 15px;
    font-size: calc(36px * 0.9);
    padding-bottom: 15px;
}.YTo_data_summary .VMI_extra_pro {
    font-size: calc(14px * 0.95);
}.YTo_data_summary .JFI_statistics_zone {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}



@media (max-width: 480px) {.vVe_check_it_out_now {
    padding: 70px 0;
}.vVe_check_it_out_now .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(17px * 1.2);
    padding: 20px;
}.vVe_check_it_out_now .xog_query_reach {
    font-size: calc(19px * 0.9);
    height: 140px;
    width: 140px;
    border-radius: 15px 15px 0 15px;
}.vVe_check_it_out_now .container p::after {
    width: 25px;
    height: 25px;
    border-radius: 8px;
}}



@media (max-width: 576px) {.eHu_data_viz {
    padding: 2.5rem 0 1rem;
}.eHu_data_viz .KUm_top_sitebar {
    gap: 1rem;
}.eHu_data_viz .UnF_nav_primary {
    flex: 1 1 100%;
    min-width: 100%;
}.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a {
    padding: 0.4rem 0.8rem;
}.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a:hover {
    padding-left: 1.2rem;
}.DSC_tutor_match {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.eHu_data_viz .company_holder:hover,
    .eHu_data_viz .UnF_nav_primary:hover {
    transform: translateY(-2px);
}}



@media (hover: hover) {.ulK_privacy_fence h2:hover::before {
    transform: scaleY(1.2);
}.ulK_privacy_fence .container:hover h1::after {
    transform: scaleX(1.1);
}.ulK_privacy_fence li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}}



@media (min-width: 992px) and (max-width: 1199px) {.LTC_pricing_set .WzG_cost_fee {
    grid-template-columns: repeat(3, 1fr);
}.LTC_pricing_set .mVF_cost_summary {
    padding: 35px 30px;
}
}



@media (max-width: 767px) {.LTC_pricing_set {
    padding: 70px 0;
}.LTC_pricing_set .WzG_cost_fee {
    gap: 20px;
    grid-template-columns: 1fr;
}.LTC_pricing_set h2 {
    font-size: calc(37px - 2px);
}.LTC_pricing_set .Hni_offer_box {
    font-size: 15px;
    margin-bottom: 40px;
}.LTC_pricing_set .iAR_fee_plan h4 {
    font-size: 22px;
}.LTC_pricing_set .iAR_fee_plan p {
    margin-bottom: 20px;
    font-size: calc(15px - 1px);
}.LTC_pricing_set .BWl_value_rates {
    font-size: calc(22px + 2px);
}.LTC_pricing_set .mVF_cost_summary {
    padding: 30px 20px;
}
}



@keyframes pulseGlow {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }

