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

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

.wrapper-viewport_4 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.thxSpot_6::after {
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(169,170,164,0.5) 0%, transparent 50%);
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
}

.thxSpot_6 .learn_training_6 {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    border-left: 4px solid rgb(125,126,123);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transition: transform 0.4s ease-out;
    animation: fadeInUp 0.6s 0.4s both;
    padding: 2.5rem;
    border-radius: 10px;
}

.thxSpot_6 li::before {
    top: 0.7rem;
    left: 0;
    position: absolute;
    height: 8px;
    background: rgb(125,126,123);
    width: 8px;
    border-radius: 50%;
    content: "";
    transform: scale(0);
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.tech_stack_5 .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(169,170,164);
    position: relative;
    padding-left: 2rem;
}

.tech_stack_5 .vr_labs_5 {
    justify-content: flex-end;
    display: flex;
}

.tech_stack_5 .header_mentor_4 {
    position: relative;
}

.tech_stack_5 .header_mentor_4::after {
    height: 40px;
    width: 40px;
    position: absolute;
    right: -20px;
    bottom: -10px;
    content: "";
    opacity: 0.4;
    border-right: 1px solid rgb(169,170,164);
    border-bottom: 1px solid rgb(169,170,164);
}

.tech_stack_5 .header_mentor_4 .head_pagewrap_1 a::before {
    background-color: rgb(169,170,164);
    height: 5px;
    content: "";
    top: 50%;
    transition: all 0.3s ease;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    position: absolute;
}

.fellow_prog_4::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(169,170,164), transparent);
    opacity: 0.5;
    content: "";
}

.cookie_reset_6 {
    align-items: center;
    display: flex;
    padding: 20px;
    flex-direction: column;
}

.consentNotificationBox_2 h5 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(169,170,164);
}

.edu_cookie_4:hover {
    background: rgb(125,126,123);
}

.cookie_button.visitor_privacy_8:hover {
    background: rgb(125,126,123,0.5);
}

.consentNotificationBox_2 p a:hover {
    color: rgb(125,126,123);
}

#cookie_alert_info_2 {
    display: none;
}

.learning_system_8 {
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(169,170,164,0.5) 0%, rgb(125,126,123) 100%);
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 8rem 0;
}



.learning_system_8 .learn_training_6 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    width: 90%;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    z-index: 5;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    border-radius: 13px;
    max-width: 1200px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.learning_system_8 h2 {
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    text-fill-color: transparent;
    transform: perspective(500px) translateZ(0);
    background-clip: text !important;
    letter-spacing: 1px;
    font-weight: 700;
    transition: transform 0.3s ease;
    -webkit-background-clip: text !important;
    font-size: 37px;
    background: linear-gradient(135deg, rgb(169,170,164), rgb(125,126,123));
}

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

.about_this_8 .content_holder_0:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.about_this_8 .content_holder_0::after {
    transform: translateY(-50%);
    height: 80%;
    content: "";
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    right: -15px;
    position: absolute;
    width: 30px;
    background: linear-gradient(to right, rgba(rgb(125,126,123,0.5), 0.3), transparent);
    top: 50%;
}

.about_this_8 h5:hover::after {
    transform: scaleX(1.5);
}

.about_this_8 p {
    font-size: calc(14px * 1.2);
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.about_this_8 ol {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
    margin: 20px 0 0;
}

.about_this_8 ol li::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(169,170,164);
}

.education_experience_2::before {
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(169,170,164,0.5) 30px,
        rgb(169,170,164,0.5) 32px
    );
}

.education_experience_2 .learner_views_5:hover .img_container_1 {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(169,170,164);
}

.education_experience_2 .career_progress_8::before {
    left: 0;
    transition: height 0.5s ease;
    position: absolute;
    background: linear-gradient(to bottom, rgb(169,170,164), rgb(125,126,123));
    height: 0;
    content: "";
    top: 0;
    width: 4px;
}

.education_experience_2 .career_progress_8 > div:nth-child(2) {
    opacity: 0.8;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transform: translateX(0);
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    color: rgb(125,126,123);
}

.education_experience_2 .experience_details_2::after {
    bottom: 0;
    right: 0;
}

header::before {
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(169,170,164,0.5) 65%, 
        rgb(169,170,164,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(125,126,123,0.5) 75%, 
        rgb(125,126,123,0.5) 80%, 
        transparent 80%);
    height: 100%;
    opacity: 0.5;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}

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

header .head_sitebar_3 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}

header .header_mentor_4 {
    max-width: 800px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 0.5rem;
    gap: 0.6rem;
}

header .header_top_4:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(169,170,164);
}

header .header_top_4:hover::before {
    transform: scaleX(1);
}

.plan_array_4::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
}

.plan_array_4:hover h2::after {
    transform: scaleX(1.2);
}

.plan_array_4 .class_deals_1 {
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto 60px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-size: calc(16px + 2px);
    color: #ffffff;
    text-align: center;
}

.plan_array_4 .pricing_deals_3 li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.plan_array_4 .cost_fee_4:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.plan_array_4 .cost_fee_4:hover::before {
    opacity: 0.2;
}

.plan_array_4 .program_rate_7 {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

.plan_array_4 .promo_plans_5 h4 {
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}

.plan_array_4 .cost_fee_4:hover .promo_plans_5 p {
    color: #ffffff;
}

.plan_array_4 .payment_plan_6::before {
    left: 0;
    background: linear-gradient(90deg, rgb(125,126,123) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    height: 1px;
}

.course_program_info_2 .skill_work_7 {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.course_program_info_2 .skill_work_7:hover .skill_route_2 {
    animation-play-state: paused;
}

.course_program_info_2 .job_training_8 img {
    object-fit: cover;
    transform-origin: center;
    height: 100%;
    filter: brightness(0.8) saturate(1.3);
    width: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
}

.course_program_info_2 .container {
    position: relative;
    width: 90%;
    z-index: 4;
    max-width: 1200px;
    margin: 0 auto;
}

.course_program_info_2 .learn_training_6 {
    padding: 0.5rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgb(169,170,164,0.5) 0%,
        rgb(125,126,123,0.5) 100%
    );
    backdrop-filter: blur(8px);
    margin-left: 0;
    border-radius: 22px;
}

.course_program_info_2 .education_flow_5 h3::after {
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    bottom: -10px;
    width: 60px;
    background: linear-gradient(to right, 
        rgb(169,170,164), 
        rgb(125,126,123));
    position: absolute;
    left: 0;
    border-radius: 10px;
    height: 3px;
}

.course_program_info_2 .education_flow_5 .query_panel_6::before {
    height: 100%;
    content: '';
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, 
        rgb(125,126,123), 
        rgb(169,170,164));
    left: 0;
    position: absolute;
    width: 100%;
}

.contact_form_section_7 .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.contact_form_section_7 .query_grid_7 {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(169,170,164,0.5);
    align-items: stretch;
    display: flex;
    background: rgb(125,126,123,0.5);
}

.contact_form_section_7 h2 {
    font-size: 47px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
}

.contact_form_section_7 .connect_box_1 h3::after {
    height: 3px;
    position: absolute;
    background: rgb(169,170,164);
    bottom: 0;
    width: 50px;
    left: 0;
    content: '';
}

.contact_form_section_7 .connect_box_1 input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    padding: 1rem 1.5rem;
    color: #ffffff;
    width: 100%;
    background: rgb(125,126,123,0.5);
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid rgb(169,170,164,0.5);
}

.contact_form_section_7 .connect_box_1 .connect_grid_5 input[type="checkbox"] {
    width: 22px;
    border: 2px solid rgb(169,170,164,0.5);
    background: rgb(125,126,123,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.contact_form_section_7 .connect_box_1 .connect_grid_5 a:hover {
    text-decoration: underline;
}

.contact_form_section_7 .connect_box_1 .query_panel_6::before {
    top: -50%;
    width: 200%;
    transform: rotate(-45deg);
    left: -50%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(169,170,164,0.5), 
        transparent
    );
    opacity: 0;
    content: '';
    position: absolute;
    height: 200%;
}

.privacy_folio_2::after {
    height: 200px;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, rgb(169,170,164,0.5) 10%, transparent 70%);
    top: -20px;
    right: -20px;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    width: 200px;
}

.privacy_folio_2 h1 {
    color: rgb(169,170,164);
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    border-bottom: 2px solid rgba(rgb(169,170,164,0.5), 0.1);
    margin-bottom: 1.5rem;
    font-size: 42px;
    transform: translateX(-5px);
}

.privacy_folio_2 h2 {
    padding-left: 15px;
    font-size: 35px;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    border-left: 3px solid rgb(125,126,123);
    color: #000000;
    position: relative;
}

.privacy_folio_2 p {
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 95%;
    line-height: 1.8;
    transition: transform 0.3s ease;
    font-size: 15px;
    position: relative;
}

.privacy_folio_2 p strong::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(169,170,164,0.5);
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.privacy_folio_2 li:hover {
    transform: translateX(5px);
}

.privacy_folio_2 span {
    display: block;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(125,126,123,0.5);
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    padding-left: 1rem;
}

.welcome_board_1::before {
    width: 100%;
    background-size: 40px 40px;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 5px, transparent 60px),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 10px, transparent 80px),
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 20px 20px;
    content: "";
    height: 100%;
    left: 0;
    animation: backgroundShift 30s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
}

.welcome_board_1 .content_holder_0:hover h1 {
    transform: translateX(5px);
}

.welcome_board_1 .content_holder_0:hover h1::after {
    transform: scaleX(1);
}

.welcome_board_1 .edu_intro_1 p {
    line-height: 1.6;
    font-size: calc(18px * 1.1);
    margin-top: 1.5rem;
    position: relative;
    z-index: 2;
    color: #000000;
    max-width: 600px;
}

.welcome_board_1 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.welcome_board_1 ul {
    display: flex;
    margin-top: 1rem;
    list-style: none;
    padding: 0;
}

.welcome_board_1 .query_panel_6::before {
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: left 0.5s ease;
    transform: skewX(-25deg);
    top: 0;
    width: 100%;
}

.welcome_board_1 .img_container_1::before {
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
    z-index: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    content: "";
}

.welcome_board_1 .img_container_1:hover::before {
    opacity: 0.8;
}

.service_info_8 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: rgb(209,205,186);
}



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

.service_info_8 .support_center_0 {
    border-radius: 29px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.service_info_8 .support_center_0 h2::before,
.service_info_8 .support_center_0 h2::after {
    width: 80px;
    margin: 0 15px;
    background: rgb(169,170,164);
    content: "";
    height: 1px;
}

.service_info_8 .support_center_0 > p:last-of-type svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.service_info_8 .edu_query_6 {
    text-decoration: none;
    background: #ffffff;
    justify-content: center;
    border-radius: 16px;
    position: relative;
    display: flex;
    border: 1px solid rgb(169,170,164,0.5);
    height: 70px;
    width: 70px;
    transition: all 0.3s ease;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


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



@media (max-width: 576px) {.thxSpot_6 {
    padding: 3rem 0;
}.thxSpot_6 .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.thxSpot_6 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.7);
}.thxSpot_6 .learn_training_6 {
    padding: 1.5rem;
}.thxSpot_6 li {
    padding-left: 1.25rem;
}.thxSpot_6 li::before {
    width: 6px;
    height: 6px;
    top: 0.65rem;
}.thxSpot_6 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 992px) {.learning_system_8 {
    min-height: auto;
    padding: 6rem 0;
}.learning_system_8 .content_holder_0 {
    padding: 3rem;
}.learning_system_8 h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 576px) {.learning_system_8 {
    padding: 3rem 0;
}.learning_system_8 .content_holder_0 {
    padding: 1.5rem;
}.learning_system_8 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.learning_system_8 p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1rem;
}.learning_system_8::before,
    .learning_system_8::after {
    opacity: 0.6;
}}



@media (max-width: 575px) {.about_this_8 {
    padding: 60px 0;
}.about_this_8 .content_holder_0 {
    padding: 25px 20px;
}.about_this_8 h5 {
    font-size: calc(24px * 0.9);
}.about_this_8 p b {
    font-size: calc(14px * 1.2);
}.about_this_8 ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_sitebar_3 {
    padding: 0.5rem 1.2rem;
}header .head_sitebar_3 svg {
    width: 140px;
}header .header_mentor_4 {
    gap: 0.5rem;
}header .header_top_4 {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top_master_4 {
    gap: 1rem;
}header .head_sitebar_3 svg {
    width: 120px;
}header .header_mentor_4 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .header_mentor_4::-webkit-scrollbar {
    height: 3px;
}header .header_mentor_4::-webkit-scrollbar-thumb {
    background: rgb(169,170,164);
    border-radius: 10px;
}header .header_top_4 {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}



@media (min-width: 1400px) {.course_program_info_2 .learn_training_6 {
    max-width: 650px;
}.course_program_info_2 .container {
    max-width: 1320px;
}
}



@media (max-width: 480px) {.course_program_info_2 .skill_work_7 {
    height: 250px;
}.course_program_info_2 .skill_route_2 {
    animation-duration: 20s;
}.course_program_info_2 .container {
    padding: 2rem 0.8rem;
}.course_program_info_2 .education_flow_5 {
    padding: 1.5rem;
}.course_program_info_2 .education_flow_5 h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course_program_info_2 .education_flow_5 p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}.course_program_info_2 .education_flow_5 .query_panel_6 {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}



@media screen and (max-width: 480px) {.contact_form_section_7 .query_grid_7 {
    border-radius: 0;
}.contact_form_section_7 .connect_box_1 {
    padding: 2rem 1.5rem;
}}



@media (max-width: 1200px) {.privacy_folio_2 .container {
    padding: 2.5rem;
    max-width: 960px;
}.privacy_folio_2 h1 {
    font-size: calc(42px * 0.9);
}.privacy_folio_2 h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 768px) {.privacy_folio_2 {
    padding: 2.5rem 1rem;
}.privacy_folio_2 .container {
    max-width: 540px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
}.privacy_folio_2 h1 {
    transform: translateX(0);
    font-size: calc(42px * 0.8);
}.privacy_folio_2 h2 {
    font-size: calc(35px * 0.85);
    margin: 2rem 0 0.75rem;
}.privacy_folio_2 h3 {
    font-size: calc(35px * 0.7);
}.privacy_folio_2 h4 {
    font-size: calc(35px * 0.6);
}.privacy_folio_2 p, 
  .privacy_folio_2 li {
    max-width: 100%;
}.privacy_folio_2 p:hover,
  .privacy_folio_2 li:hover,
  .privacy_folio_2 span:hover {
    transform: translateX(0);
}
}



@media (min-width: 992px) {.welcome_board_1 .learn_training_6 {
    grid-template-columns: 55% 45%;
    gap: 4rem;
}.welcome_board_1 .content_holder_0 {
    padding: 4rem;
}.welcome_board_1 h1 {
    font-size: calc(46px * 1.4);
}.welcome_board_1 .edu_intro_1 p {
    font-size: calc(18px * 1.2);
}.welcome_board_1 .img_container_1 {
    clip-path: polygon(10% 0%, 100% 5%, 90% 100%, 0% 95%);
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg);
    box-shadow: 
            30px 30px 60px -20px rgba(0,0,0,0.3),
            15px 15px 30px -10px rgba(0,0,0,0.2);
}.welcome_board_1 .img_container_1:hover {
    transform: perspective(1200px) rotateY(-2deg);
}.welcome_board_1 svg {
    height: 140px;
    width: 140px;
}
}



@keyframes slideInTitle {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



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



@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(169,170,164);
    }
    50% {
        border-left-color: rgb(125,126,123);
    }
    100% {
        border-left-color: rgb(169,170,164);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(169,170,164,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(169,170,164);
    }
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes slideInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes gradientFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
}

