* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    scrollbar-color: rgb(182,197,230) rgb(145,166,214);
    scrollbar-width: none;
}

.wrap-container_jBfi {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

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

.welcome_reJC .page_lead_Eewr img {
    transform-origin: center;
    width: 100%;
    height: 100%;
    animation: zoom-pan 15s ease-in-out infinite alternate;
    object-fit: cover;
}

.welcome_reJC .editorial_wrap_vVoM h1 {
    font-size: 42px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.welcome_reJC .editorial_wrap_vVoM h1::before {
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 4px;
    background: rgb(182,197,230);
    border-radius: 10px;
    content: '';
    width: 80px;
}

.welcome_reJC .editorial_wrap_vVoM .help_panel_GrIK:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.cookie_popup_advisory_faJd h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

.track_accept_fmuk svg, .track_accept_fmuk svg path, .track_accept_fmuk img {
    fill: rgb(182,197,230);
    height: 100px;
    width: 100px;
}

.wrap-container_jBfi .visitor_acceptance_zlvn {
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    background: rgb(182,197,230);
    font-size: 20px;
}

.price_pick_GHBF::after {
    content: "";
    opacity: 0.08;
    left: -3%;
    background: linear-gradient(45deg, rgb(145,166,214,0.5) 30%, rgb(182,197,230,0.5) 70%);
    bottom: -5%;
    width: 35%;
    transform: rotate(10deg);
    height: 50%;
    border-radius: 10px;
    z-index: 0;
    position: absolute;
}

.price_pick_GHBF .cost_rates_nOrx {
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 2rem;
}

.price_pick_GHBF .tuition_plans_RPeh::before {
    height: 5px;
    transition: transform 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    transform: translateY(-5px);
}

.price_pick_GHBF .learning_fees_usMG .learning_fees_aMXb::after {
    height: 2px;
    content: "";
    position: absolute;
    width: 40px;
    bottom: -0.75rem;
    background: rgb(182,197,230,0.5);
    left: 0;
}

.price_pick_GHBF .tuition_plans_RPeh:hover .image_overlay_zJlc {
    transform: scale(1.05);
}

.instructor_history_ALBO {
    background: linear-gradient(180deg, rgb(218,225,243) 0%, rgb(145,166,214,0.5) 100%);
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    position: relative;
}

.instructor_history_ALBO::after {
    z-index: 1;
    background: #ffffff;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}

.instructor_history_ALBO .emp_wrap_GqdB {
    transform-style: preserve-3d;
    background: #ffffff;
    perspective: 1000px;
    align-items: center;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 70px 30px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.instructor_history_ALBO .career_card_dTRK::before,
.instructor_history_ALBO .career_card_dTRK::after {
    content: "";
    position: absolute;
    width: 30px;
    background: rgb(145,166,214,0.5);
    border-radius: 50%;
    height: 30px;
}

.instructor_history_ALBO .career_card_dTRK::before {
    left: 50%;
    top: -15px;
    transform: translateX(-20px);
}

.client_comments_tyND h4 {
    margin-bottom: 70px;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    transform: skew(-5deg);
    transform: translateX(-50%) skew(-5deg);
    position: relative;
    color: #000000;
    left: 50%;
    font-family: Arial, sans-serif;
    text-align: center;
}

.client_comments_tyND .success_feedback_IoJQ::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}

.client_comments_tyND .success_feedback_IoJQ span {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    text-align: center;
    font-size: 23px;
    display: block;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.contact_panel_xrbg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(145,166,214,0.5);
}

.contact_panel_xrbg .feedback_info_bPlA div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    align-items: center;
    background: rgb(218,225,243);
    flex: 0 0 calc(50% - 20px);
}

.contact_panel_xrbg .feedback_info_bPlA a {
    color: rgb(182,197,230);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_panel_xrbg form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}

.contact_panel_xrbg form h3::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    background: #ffffff;
    bottom: -15px;
    height: 3px;
}

.contact_panel_xrbg .request_request_hieY {
    display: flex;
    margin: 25px 0 30px;
    align-items: flex-start;
}

.contact_panel_xrbg .request_request_hieY input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid rgb(182,197,230);
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
}

.contact_panel_xrbg .help_panel_GrIK:hover {
    transform: translateY(-3px);
    background: rgb(218,225,243);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .nav_class_hsmi::before,
header .nav_class_hsmi::after {
    width: 30%;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(182,197,230), transparent);
}

header .nav_class_hsmi::before {
    left: 0;
    top: 10px;
}

header .nav_class_hsmi .head_sitewrap_yJiL .head_core_TwRe {
    transition: transform 0.3s ease;
    display: block;
}

header .nav_class_hsmi .head_learning_vPhH::before {
    height: 100%;
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.5s ease;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    background: rgb(145,166,214,0.5);
    top: 0;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}

.sign_up_for_updates_zcCt .study_classes_HtJx {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}

.sign_up_for_updates_zcCt .study_classes_HtJx::after {
    background: rgb(145,166,214);
    height: 100px;
    position: absolute;
    width: 100px;
    opacity: 0.15;
    content: "";
    bottom: -30px;
    left: -30px;
    animation: rotate-shape 20s linear infinite reverse;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.sign_up_for_updates_zcCt .input_holder::before {
    background: linear-gradient(45deg, transparent, rgb(182,197,230,0.5), transparent);
    z-index: -1;
    left: -10px;
    filter: blur(5px);
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 10px;
    content: "";
    top: -10px;
    transform: rotateX(10deg) rotateY(-10deg);
    opacity: 0.2;
}

.sign_up_for_updates_zcCt .start_exploring_hrGN:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sign_up_for_updates_zcCt .start_exploring_hrGN:hover::before {
    transform: translateY(0);
}

.our_mission_XnAg::after {
    z-index: 2;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(145,166,214,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    animation: pulse 15s infinite alternate;
    content: "";
}

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

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

.our_mission_XnAg .impact_numbers_cOIR .image_overlay_zJlc::after {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(182,197,230), rgb(145,166,214));
    height: 5px;
}

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

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

footer .exam_prep_qDcd {
    z-index: 1;
    position: relative;
}

footer .start_chat_WdnC::after {
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    height: 100%;
}

footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

footer .head_sitewrap_yJiL svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}

footer .head_learning_vPhH h5 {
    margin-bottom: 25px;
    font-size: 21px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}

footer .site_head_ZBlK a {
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    padding: 8px 0;
}

footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 21px;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}

footer .start_exploring_hrGN {
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background-color: #000000;
    border-radius: 10px;
    font-size: 14px;
}

.data_statistics_pvcz .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
}

.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(even) {
    transform: translateX(20px);
}

.data_statistics_pvcz .knowledge_statistics_YPkc:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(10px) scale(1.05);
    z-index: 3;
}

.data_statistics_pvcz .knowledge_statistics_YPkc h4 {
    margin: 0;
    min-width: 100px;
    font-size: calc(43px * 0.8);
    color: rgb(182,197,230);
    text-align: left;
    font-weight: 700;
}



.data_statistics_pvcz .knowledge_statistics_YPkc h4 {
    color: transparent;
    display: inline-block;
    -webkit-background-clip: text !important;
    background: linear-gradient(45deg, rgb(182,197,230), rgb(145,166,214));
    background-clip: text !important;
}

.data_statistics_pvcz .knowledge_gains_cgHY {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    max-width: 90%;
}

.data_statistics_pvcz svg {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    margin-right: 20px;
}



.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}

.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}

.privacy_unit_tmap h3, .privacy_unit_tmap h4, .privacy_unit_tmap h5, .privacy_unit_tmap h6 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 21px;
    margin-top: 25px;
    color: rgb(182,197,230);
}

.educational_yield_kMDO {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(182,197,230,0.5) 0%, rgb(218,225,243) 100%);
    padding: 100px 0;
}

.educational_yield_kMDO h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 47px;
    padding-bottom: 20px;
    margin: 0 0 60px;
    color: #ffffff;
}

.educational_yield_kMDO .image_overlay_zJlc::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(182,197,230,0.5) 0%, transparent 60%);
    left: 0;
    width: 100%;
    top: 0;
    content: '';
}

.educational_yield_kMDO .text_main_holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.educational_yield_kMDO .text_main_holder > div::after {
    position: absolute;
    left: 0;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(145,166,214,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
}

.educational_yield_kMDO .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,230);
}

.program_details_lWHV::before {
    content: '';
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(218,225,243) 90%);
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
}

.program_details_lWHV .knowledge_base_cItN:hover img {
    transform: scale(1.1);
}

.program_details_lWHV .study_classes_HtJx {
    display: flex;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
    justify-content: center;
}

.program_details_lWHV .job_ready_uhLk h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: rgb(145,166,214);
    width: 80px;
    content: '';
}

.program_details_lWHV .job_ready_uhLk p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 14px;
}

.program_details_lWHV .job_ready_uhLk .help_panel_GrIK:hover::before {
    opacity: 1;
}

.ideal_participants_fKvM {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(218,225,243);
}

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

.ideal_participants_fKvM h4::after {
    border-radius: 2px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    content: "";
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.ideal_participants_fKvM div p svg {
    margin-right: 20px;
    padding: 8px;
    background: rgb(218,225,243);
    height: 40px;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.tyNote_bnqi {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,225,243), rgba(245, 247, 250, 0.95));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.tyNote_bnqi h2::after {
    height: 3px;
    transform-origin: left;
    transform: scaleX(0);
    animation: growLine 1s ease-out forwards 0.8s;
    width: 5rem;
    bottom: -0.8rem;
    background: rgb(182,197,230);
    content: "";
    left: 0;
    position: absolute;
}

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

.tyNote_bnqi li span {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateX(0.5rem);
}


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



@media (max-width: 768px) {.welcome_reJC {
    height: 500px;
    min-height: 500px;
}.welcome_reJC .editorial_wrap_vVoM {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: center;
    padding: 2rem;
}.welcome_reJC .editorial_wrap_vVoM h1::before {
    transform: translateX(-50%);
    left: 50%;
}.welcome_reJC .page_welcome_DGxK::before {
    background: linear-gradient(0deg, #000000 20%, transparent 60%, #000000 100%);
}
}


@media only screen and (max-width: 800px) {.track_accept_fmuk {
    display: none;
}.data_opt_UgIs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_popup_advisory_faJd h5 {
    text-align: center;
}.cookie_popup_advisory_faJd p {
    text-align: center;
}.data_approve_FxoL {
    margin-bottom: 20px;
}body .wrap-container_jBfi .visitor_acceptance_zlvn {
    margin-left: 0;
}}



@media (hover: none) {.price_pick_GHBF .tuition_plans_RPeh:hover {
    transform: none;
}.price_pick_GHBF .tuition_plans_RPeh:hover .image_overlay_zJlc {
    transform: none;
}}



@media (max-width: 1200px) {.client_comments_tyND {
    padding: 100px 0;
}.client_comments_tyND .learning_testimonials_Mjbm {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.client_comments_tyND .success_feedback_IoJQ {
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
    padding: 25px;
}
}



@media (max-width: 768px) {.contact_panel_xrbg {
    padding: 70px 0;
}.contact_panel_xrbg .feedback_info_bPlA div {
    flex: 0 0 100%;
}.contact_panel_xrbg .connect_box_yoEZ,
    .contact_panel_xrbg .feedback_info_bPlA {
    padding: 40px 30px;
}.contact_panel_xrbg .feedback_info_bPlA h3,
    .contact_panel_xrbg form h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 768px) {.sign_up_for_updates_zcCt {
    padding: 3rem 1.5rem;
}.sign_up_for_updates_zcCt .study_classes_HtJx {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign_up_for_updates_zcCt p {
    font-size: 22px;
}.sign_up_for_updates_zcCt .input_holder {
    height: auto;
    flex-direction: column;
}.sign_up_for_updates_zcCt .subscribe_access_yVwN {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 1rem;
}.sign_up_for_updates_zcCt .start_exploring_hrGN {
    border-radius: 10px;
    width: 100%;
    height: 60px;
}}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .start_exploring_hrGN {
    white-space: nowrap;
}footer .head_sitewrap_yJiL {
    padding-top: 80px;
}
}



@media (max-width: 992px) {.data_statistics_pvcz {
    padding: 80px 0;
}.data_statistics_pvcz .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.data_statistics_pvcz .boost_growth_vNKe {
    order: 2;
}.data_statistics_pvcz .statistics_boosts_hLvY {
    align-items: center;
    text-align: center;
    order: 1;
}.data_statistics_pvcz .learn_statistics_nxya::after {
    transform: translateX(-50%);
    left: 50%;
}.data_statistics_pvcz .knowledge_gains_cgHY {
    max-width: 100%;
    text-align: center;
}.data_statistics_pvcz .boost_growth_vNKe::before {
    top: -20px;
    height: 5px;
    background: linear-gradient(to right, rgb(182,197,230), transparent);
    left: 0;
    width: 100%;
}.data_statistics_pvcz .statistics_boosts_hLvY::before {
    transform: translate(50%, -50%);
    right: 50%;
    width: 200px;
    height: 200px;
}.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(even) {
    transform: translateX(0);
}.data_statistics_pvcz .knowledge_statistics_YPkc:hover, 
    .data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(even):hover {
    transform: scale(1.02);
}
}



@media screen and (max-width: 992px) {.program_details_lWHV {
    flex-direction: column;
    min-height: auto;
}.program_details_lWHV .lesson_track_scPh {
    width: 100%;
    position: relative;
    height: 400px;
}.program_details_lWHV .master_it_zZAo {
    flex-direction: row;
    animation: carousel-horizontal 25s ease infinite;
    width: 500%;
    height: 100%;
}.program_details_lWHV .knowledge_base_cItN {
    width: 20%;
    height: 100%;
}.program_details_lWHV .knowledge_base_cItN::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program_details_lWHV .container {
    padding: 3rem 1rem;
}.program_details_lWHV .study_classes_HtJx {
    width: 100%;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
}.program_details_lWHV .job_ready_uhLk {
    border-left: none;
    border-radius: 10px;
    border-top: 5px solid rgb(182,197,230);
    max-width: 100%;
}.program_details_lWHV .job_ready_uhLk::before {
    right: 20px;
    border: 1px solid rgb(145,166,214,0.5);
    border-top: none;
    left: 20px;
    top: 20px;
    border-radius: 10px;
    bottom: 20px;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



@keyframes zoom-pan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.05) translate(1%, 1%);
    }
}

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



@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}



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



@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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

