.layer-container_L {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

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

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

.top_study_C {
    flex: 1 0 auto;
}

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


footer {
    position: relative;
}

footer::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(210deg, #000000 0%, rgb(153,204,185) 100%);
    left: 0;
    content: '';
    opacity: 0.92;
    top: 0;
    right: 0;
    z-index: 1;
}

.press_room_W .container {
    display: flex;
    flex-direction: column;
}

.press_room_W .company_holder {
    background-size: 200% 200%;
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
    border-radius: 22px;
    backdrop-filter: blur(10px);
    margin-top: 70px;
    order: 2;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.press_room_W .trophy_case_E {
    order: 1;
    position: relative;
}

.press_room_W .main_base_S {
    display: flex;
    gap: 60px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.press_room_W .nav_base_g:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.press_room_W .nav_base_g:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.press_room_W .nav_base_g:hover {
    transform: perspective(1000px) rotateY(0);
}

.press_room_W .nav_base_g h5 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    padding-bottom: 15px;
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.press_room_W .nav_base_g .main_base_S {
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0 10px;
    display: flex;
}

.press_room_W .nav_base_g .main_base_S a {
    transition: all 0.3s ease;
    display: flex;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    font-size: 17px;
    opacity: 0.8;
    word-break: break-word;
    white-space: normal;
}

.press_room_W .nav_base_g .main_base_S a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}

.trade_mark_E {
    z-index: 2;
    padding: 25px 0;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.trade_mark_E .container {
    text-align: center;
}

.trade_mark_E .donate_btn_H {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}

footer::after {
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    right: 0;
    pointer-events: none;
    left: 0;
}

.teacher_profile_2::before {
    top: 0;
    width: 100%;
    background-size: 150px 100%;
    opacity: 0.3;
    position: absolute;
    animation: gradientSlide 30s linear infinite;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(153,204,185,0.5) 10%, 
        transparent 11%);
    left: 0;
}

.teacher_profile_2 .feedback_ratings_1:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.teacher_profile_2 .feedback_ratings_1:hover .img_rounded_box_9 {
    transform: rotate(-5deg);
}

.teacher_profile_2 .name {
    font-size: calc(20px * 1.2);
    letter-spacing: -0.5px;
    transition: transform 0.5s ease;
    transform: translateX(0);
    color: #000000;
    margin-top: 40px;
    margin-left: 0;
    font-weight: 700;
}

.teacher_profile_2 .feedback_ratings_1 span:not(.name) {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.teacher_profile_2 .work_projects_d::before {
    transition: transform 0.5s ease;
    top: 15px;
    height: 2px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: rgb(153,204,185);
    transform-origin: right;
    width: 30px;
    left: -40px;
}

.enroll_instantly_2 {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(200,230,217) 0%, rgb(104,171,154,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.enroll_instantly_2 .skill_sessions_y {
    align-items: center;
    z-index: 10;
    display: flex;
    flex-direction: column;
    position: relative;
}

.enroll_instantly_2 .container p {
    color: #000000;
    font-weight: 700;
    margin: 0 0 70px 0;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 28px;
    line-height: 1.4;
    border-radius: 10px;
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    max-width: 800px;
}

.enroll_instantly_2 .container p::after {
    width: 60%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    position: absolute;
    left: 20%;
    background: #ffffff;
    border-radius: 10px;
    z-index: -2;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.05);
    top: 40px;
    height: 100%;
}

.enroll_instantly_2 .support_card_h::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    background: radial-gradient(circle, rgb(104,171,154) 0%, rgb(153,204,185) 100%);
    width: 100%;
    opacity: 0;
    content: '';
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
}

.enroll_instantly_2 .support_card_h::after {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    content: '';
    opacity: 0;
    width: 20px;
}

.enroll_instantly_2 .skill_sessions_y::after {
    position: absolute;
    content: '';
    background: radial-gradient(circle, rgb(104,171,154,0.5) 0%, transparent 70%);
    height: 300px;
    bottom: -150px;
    z-index: 1;
    opacity: 0.2;
    width: 300px;
    left: -150px;
}

.gratField_h::before {
    left: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    background: rgb(153,204,185,0.5);
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: 1;
    transform: rotate(-5deg);
    height: 120%;
    width: 60%;
    top: -10%;
}

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

.gratField_h .skill_sessions_y:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.gratField_h .skill_sessions_y::before {
    height: 6px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    top: 0;
    content: "";
    left: 0;
}

.gratField_h h5 {
    font-weight: 700;
    margin: 0 0 10px;
    transform: translateZ(0);
    padding-left: 20px;
    color: rgb(153,204,185);
    position: relative;
    font-size: 23px;
    line-height: 1.4;
}

.gratField_h p {
    transition: all 0.3s ease;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid rgb(153,204,185,0.5);
    margin: 0;
    position: relative;
    line-height: 1.8;
}

.gratField_h a::before {
    height: 2px;
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(153,204,185,0.5), transparent);
    transform-origin: left;
    transform: scaleX(0.7);
    left: 0;
}

.gratField_h a:hover p {
    padding-left: 25px;
    border-left-color: rgb(153,204,185);
}

.educational_gains_u::before {
    opacity: 0.1;
    left: -10%;
    width: 120%;
    height: 100%;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(153,204,185,0.5) 20px, rgb(153,204,185,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(153,204,185,0.5) 20px, rgb(153,204,185,0.5) 21px);
    position: absolute;
    z-index: 1;
    top: 0;
}

.educational_gains_u h2::after {
    background: rgb(153,204,185);
    content: '';
    border-radius: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.educational_gains_u .img_rounded_box_9 {
    grid-row: 2;
    border-radius: 0;
    grid-column: 1 / span 6;
    position: relative;
    min-height: 450px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    height: 100%;
    transform: translateX(-5vw);
}

.educational_gains_u .img_rounded_box_9::before {
    position: absolute;
    animation: morphBg 15s infinite alternate ease-in-out;
    height: 120%;
    opacity: 0.3;
    content: '';
    background: rgb(104,171,154,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    right: -10%;
    width: 120%;
    z-index: -1;
}

.educational_gains_u .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}

.educational_gains_u .text_main_holder > div:hover {
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(3vw) translateY(-5px);
}

.educational_gains_u .text_main_holder > div:hover::before {
    height: 100%;
}

.educational_gains_u .text_main_holder svg {
    fill: rgb(153,204,185);
    height: 2.5rem;
    flex-shrink: 0;
    width: 2.5rem;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.educational_gains_u .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,204,185);
}

.educational_gains_u .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 13px;
}

.testimonials_r::before {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(153,204,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(104,171,154,0.5) 0%, transparent 35%);
    z-index: 1;
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
}

.testimonials_r h2::after {
    width: 4rem;
    height: 0.25rem;
    content: "";
    bottom: -1rem;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    transition: width 0.3s ease-out;
}

.testimonials_r .feedback_ratings_1 {
    transform: translateY(0);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2.5rem 2rem;
}

.testimonials_r .feedback_ratings_1:nth-child(odd)::after {
    line-height: 1;
    opacity: 0.2;
    color: rgb(153,204,185,0.5);
    font-family: Georgia, serif;
    position: absolute;
    font-size: 5rem;
    right: 1.5rem;
    top: 1rem;
    content: "";
}

.testimonials_r .feedback_ratings_1 div {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.testimonials_r .feedback_ratings_1 h4 {
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: 23px;
}

.testimonials_r .feedback_ratings_1 .description {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
    padding-top: 0.5rem;
}

.testimonials_r a {
    position: relative;
    color: #ffffff;
    margin-left: auto;
    padding: 0.85rem 2rem;
    margin-top: 3rem;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-right: auto;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(153,204,185), rgb(104,171,154));
    text-align: center;
}

.testimonials_r a:hover::before {
    left: 100%;
}

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

header .main_pagebar_Z {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header .main_header_L {
    text-decoration: none;
    justify-content: center;
    position: relative;
    padding: 1rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

header .main_header_L:hover::after {
    width: 80%;
    opacity: 1;
}

header .main_header_L svg {
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(153,204,185,0.5));
    height: auto;
}

header .nav_base_g::before {
    height: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 18px;
    z-index: -1;
}

header .first_pagebar_Y::before {
    transform: translateY(100%) scale(0.8);
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
    transition: opacity 0.3s ease;
}

header .first_pagebar_Y:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(153,204,185);
}

.title_opener_p > div {
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.title_opener_p .skill_spot_r {
    animation: slide-in 0.8s forwards ease-out;
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    margin-bottom: 2rem;
}

.title_opener_p .skill_spot_r {
    transform: translateX(-40px);
}

.title_opener_p .edu_intro_e::after {
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    transform-origin: left;
    width: 80%;
    animation: line-expand 1.2s 0.5s forwards ease-out;
    transform: scaleX(0);
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
    bottom: -10px;
}

.title_opener_p .page_intro_X::before {
    bottom: 0;
    content: "";
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.title_opener_p .page_intro_X > div {
    position: relative;
    z-index: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3rem;
    display: grid;
}

.title_opener_p .page_intro_X > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.title_opener_p .page_intro_X > div {
    padding: 4rem;
}

.title_opener_p .page_intro_X p::before {
    height: 100%;
    top: 0;
    background: rgb(153,204,185);
    animation: line-expand-vertical 0.8s 0.9s forwards ease-out;
    position: absolute;
    left: -20px;
    content: "";
    transform-origin: top;
    transform: scaleY(0);
    width: 4px;
}

.title_opener_p .page_intro_X::after {
    width: 80px;
    right: -15px;
    position: absolute;
    height: 80px;
    border-right: 4px solid rgb(153,204,185);
    opacity: 0;
    animation: corner-appear 0.8s 1.2s forwards ease-out;
    z-index: 3;
    border-top: 4px solid rgb(153,204,185);
    content: "";
    top: -15px;
}

.reach_out_info_U {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(200,230,217);
    position: relative;
}

.reach_out_info_U::after {
    z-index: 0;
    left: 0;
    content: "";
    width: 100%;
    background-position: center center;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.06;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(rgb(200,230,217) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(200,230,217) 1px, transparent 1px);
}

.reach_out_info_U .reach_section_S {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}

.reach_out_info_U .connect_experts_X:first-child {
    padding: 40px;
    display: flex;
    flex-direction: column;
}



.reach_out_info_U .connect_experts_X:first-child {
    position: relative;
    overflow: hidden;
}

.reach_out_info_U .connect_experts_X:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.reach_out_info_U h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    font-size: 30px;
}

.reach_out_info_U .connect_experts_X:hover h2::after {
    width: 50px;
}

.reach_out_info_U p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
}

.reach_out_info_U .message_info_0 {
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 2px solid rgb(153,204,185,0.5);
}

.reach_out_info_U .edu_form_m {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.reach_out_info_U .edu_form_m h3::before {
    background: rgb(153,204,185);
    width: 16px;
    margin-right: 10px;
    content: "";
    display: block;
    height: 16px;
}

.reach_out_info_U .send_info_C span:hover {
    transform: translateX(3px);
    color: #ffffff;
    background: rgb(153,204,185);
}

.reach_out_info_U .send_info_C span:hover {
    animation: pulse 1s ease;
}

.reach_out_info_U .connect_experts_X .img_rounded_box_9 {
    height: 100%;
    min-height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}

.reach_out_info_U .reach_experts_C a {
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: flex;
}

.reach_out_info_U .reach_experts_C a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: rgb(153,204,185);
    top: 0;
    transition: width 0.3s ease;
    left: -40px;
}

.reach_out_info_U .reach_experts_C a p {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: calc(18px * 1.1);
}

.reach_out_info_U svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,204,185);
}

.reach_out_info_U .connect_experts_X:first-child::after {
    width: 100%;
    transition: transform 0.5s ease;
    position: absolute;
    opacity: 0.05;
    right: -50%;
    transform: rotate(45deg);
    background: linear-gradient(135deg, transparent 0%, rgb(153,204,185,0.5) 100%);
    top: -50%;
    height: 100%;
    z-index: -1;
    content: "";
}

.reach_out_info_U .reach_experts_C a:nth-child(2) {
    animation-delay: 0.2s;
}

.reach_out_info_U .connect_experts_X:nth-child(2) .img_rounded_box_9::after {
    z-index: 1;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.cookie_notice_B {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.cookie_compl_W svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    fill: rgb(153,204,185);
}

.track_switch_C p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}

.cookie_apply_a {
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    user-select: none;
    line-height: 1.5;
    text-decoration: none;
}

.cookie_button.track_settings_Z:hover {
    border-color: rgb(153,204,185);
    color: #ffffff;
    background-color: rgb(153,204,185);
}

.cookie_window_banner_3 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.stay_connected_l {
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154));
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}

.stay_connected_l::after {
    transform: rotate(10deg);
    background: linear-gradient(210deg, rgb(153,204,185), rgb(104,171,154,0.5));
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    position: absolute;
    bottom: -5%;
    z-index: 1;
    height: 80%;
    left: -2%;
    content: "";
    width: 30%;
    opacity: 0.6;
}

.stay_connected_l .skill_sessions_y > div {
    margin-bottom: 1.5rem;
}

.stay_connected_l h4 {
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: calc(19px * 0.9);
    color: #ffffff;
    max-width: 90%;
    font-weight: 600;
}

.stay_connected_l .input_holder {
    width: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
}

.stay_connected_l .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(153,204,185,0.5);
    background: #ffffff;
    transform: translateY(-2px);
}

.stay_connected_l .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.stay_connected_l .input_holder .support_card_h {
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.stay_connected_l .input_holder .support_card_h:hover::before {
    left: 100%;
}

.statistical_details_H {
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(200,230,217) 70%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}

.statistical_details_H::after {
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-image: radial-gradient(circle at 10% 30%, rgb(153,204,185,0.5) 1px, transparent 1px), 
                      radial-gradient(circle at 90% 60%, rgb(153,204,185,0.5) 1px, transparent 1px);
    background-size: 50px 50px, 60px 60px;
    width: 100%;
    position: absolute;
    opacity: 0.2;
}

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

.statistical_details_H ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
    list-style: none;
    margin: 0;
}

.statistical_details_H .top_statistics_s::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(153,204,185), rgb(104,171,154));
    z-index: 1;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    position: absolute;
    content: "";
    left: 0;
    width: 4px;
    height: 0;
}

.statistical_details_H .top_statistics_s:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.5), 
                0 5px 15px rgba(0,0,0,0.05);
}

.statistical_details_H .top_statistics_s span::after {
    width: 40px;
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease-out;
    height: 2px;
    background-color: rgb(104,171,154,0.5);
    left: 0;
}

.statistical_details_H .top_statistics_s:hover span::after {
    width: 70px;
}

.statistical_details_H .top_statistics_s p::before {
    z-index: -1;
    background: radial-gradient(circle, rgb(104,171,154,0.5) 20%, transparent 70%);
    bottom: -10px;
    height: 30px;
    position: absolute;
    transform: scale(0);
    content: "";
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 30px;
    right: -10px;
    opacity: 0.6;
}

.statistical_details_H .top_statistics_s:nth-child(odd) {
    transform: translateY(10px);
}

.statistical_details_H .top_statistics_s:nth-child(odd):hover {
    transform: translateY(5px);
}

.price_pick_h {
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    position: relative;
}

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

.price_pick_h h2 {
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    margin-bottom: 25px;
    animation: titleFloat 6s ease-in-out infinite;
    text-align: center;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    color: transparent;
    font-size: 33px;
    -webkit-background-clip: text !important;
}

.price_pick_h .price_panel_a {
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}

.price_pick_h .plan_options_v {
    overflow: hidden;
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    position: relative;
}

.price_pick_h .study_costs_B::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    width: 100%;
    left: 0;
    transform-origin: left;
    content: '';
    position: absolute;
}

.price_pick_h .plan_options_v:hover .study_costs_B::before {
    transform: scaleX(1);
}

.price_pick_h .plan_options_v:hover .study_costs_B::after {
    opacity: 1;
}

.price_pick_h .price_plan_V {
    z-index: 2;
    position: relative;
}

.price_pick_h .price_plan_V h4 {
    margin: 0 0 20px;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 2px);
    color: #ffffff;
    display: inline-block;
}

.price_pick_h .plan_options_v:hover .price_plan_V h4::after {
    width: 100%;
}

.price_pick_h .price_plan_V p {
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    max-height: 200px;
    font-size: 13px;
    padding-right: 5px;
    margin: 0 0 30px;
    overflow-y: auto;
}

.contact_panel_v {
    position: relative;
    background: rgb(200,230,217);
    padding: 100px 0;
    overflow: hidden;
}

.contact_panel_v::before {
    opacity: 0.07;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(153,204,185,0.5) 0,
        rgb(153,204,185,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

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

.contact_panel_v h2::before {
    bottom: 0;
    content: "";
    height: 4px;
    background: rgb(153,204,185);
    width: 80px;
    left: calc(50% - 40px);
    position: absolute;
}

.contact_panel_v .query_feedback_Y {
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0;
}

.contact_panel_v .img_rounded_box_9::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(153,204,185), 0.4), 
        rgba(rgb(104,171,154), 0.4)
    );
    content: "";
    inset: 0;
}

.contact_panel_v .message_support_e::after {
    content: "";
    position: absolute;
    left: -50px;
    height: 100px;
    background: rgb(104,171,154,0.5);
    z-index: 0;
    border-radius: 0;
    bottom: -50px;
    transform: rotate(45deg);
    width: 100px;
}

.contact_panel_v form h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.contact_panel_v form input[type="text"] {
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(200,230,217);
    width: 100%;
    font-size: 12px;
    border: none;
    background: transparent;
    color: #000000;
    padding: 20px 25px;
    margin-bottom: 25px;
}

.contact_panel_v .feedback_section_u {
    position: relative;
    margin-bottom: 40px;
}

.contact_panel_v .feedback_section_u input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_panel_v .feedback_section_u label::before {
    left: 0;
    width: 22px;
    transition: all 0.3s ease;
    background: transparent;
    height: 22px;
    top: 0;
    content: "";
    border: 2px solid rgb(200,230,217);
    position: absolute;
}

.contact_panel_v .feedback_section_u label a {
    font-weight: 600;
    position: relative;
    color: rgb(153,204,185);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_panel_v .feedback_section_u label a::after {
    transform: scaleX(1);
    content: "";
    left: 0;
    bottom: -1px;
    background: rgb(153,204,185);
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
}

.contact_panel_v .support_card_h {
    position: relative;
    background: rgb(153,204,185);
    cursor: pointer;
    width: auto;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    overflow: hidden;
    border: none;
    padding: 18px 40px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    z-index: 1;
}

.contact_panel_v svg path {
    stroke: rgb(153,204,185);
    fill: none;
    transition: all 0.3s ease;
}

.secure_depository_C {
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    color: #000000;
}

.secure_depository_C::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(153,204,185,0.5) 0%, transparent 70%);
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.15;
    width: 40vw;
    z-index: 0;
    height: 40vh;
    transform: translateY(15%) translateX(-15%);
}

.secure_depository_C h1::after {
    left: 0;
    transform: scaleX(1);
    content: "";
    position: absolute;
    width: 4rem;
    transform-origin: left center;
    height: 3px;
    transition: transform 0.5s ease-out;
    bottom: -0.6rem;
    background: rgb(153,204,185);
}

.secure_depository_C h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(104,171,154);
    transition: transform 0.3s ease;
    position: relative;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    font-weight: 600;
    transform: translateX(0);
    color: #000000;
    font-size: 34px;
}

.secure_depository_C h4::before {
    content: "";
    height: 5px;
    width: 5px;
    background: rgb(104,171,154);
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.secure_depository_C p:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.secure_depository_C strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.secure_depository_C strong:hover::after {
    transform: scaleX(1);
}

.secure_depository_C ul {
    list-style: none;
    position: relative;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}

.secure_depository_C ul::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgb(104,171,154,0.5) 0%, transparent 100%);
    content: "";
}

.secure_depository_C li::before {
    background: rgb(104,171,154);
    width: 6px;
    position: absolute;
    height: 6px;
    left: 0;
    content: "";
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 10px;
    top: 1rem;
}

.secure_depository_C span:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

.our_team_v {
    position: relative;
    min-height: 100vh;
    padding: 120px 0;
    overflow: hidden;
}

.our_team_v::before {
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(153,204,185,0.5), rgb(104,171,154,0.5));
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    backdrop-filter: saturate(180%) blur(5px);
}

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

.our_team_v .text_column_v {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px) saturate(150%);
    background: rgba(255, 255, 255, 0.85);
    border-left: 4px solid rgb(153,204,185);
    padding: 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.our_team_v h1::after {
    height: 3px;
    position: absolute;
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
    width: 0%;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    content: "";
    bottom: -10px;
}

.our_team_v h4 {
    position: relative;
    font-weight: 600;
    margin: 0 0 15px;
    color: rgb(153,204,185);
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: calc(19px + 2px);
}

.our_team_v span {
    line-height: 1.8;
    color: #000000;
    display: block;
    text-align: justify;
    position: relative;
    font-size: 14px;
    column-gap: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    column-count: 1;
}

.program_details_m {
    background: rgb(200,230,217);
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    position: relative;
    overflow: hidden;
}

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

.program_details_m .career_learn_s {
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    perspective: 1000px;
    display: grid;
}

.program_details_m .text_column_v {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 27px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    gap: 30px;
    width: 100%;
    transform: translateZ(0);
    flex-direction: column;
    animation: floatPanel 8s ease-in-out infinite;
}

.program_details_m .text_column_v .description {
    transform: translateZ(0);
    border-left: 3px solid rgb(153,204,185,0.5);
    background: rgba(255, 255, 255, 0.07);
    color: #000000;
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    z-index: 2;
    border-radius: 10px;
    transition: all 0.5s ease;
    position: relative;
    padding: 18px;
    margin-bottom: 25px;
    font-weight: 400;
    backdrop-filter: blur(4px);
    line-height: 1.9;
    letter-spacing: 0.5px;
}

.program_details_m .text_column_v .description:first-of-type {
    border-left-color: rgb(153,204,185);
}

.program_details_m .text_column_v .description::before {
    top: 0;
    z-index: -1;
    border-radius: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    content: "";
    height: 100%;
}

.program_details_m .img_rounded_box_9:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(153,204,185,0.5);
}

.interested_learners_h {
    background: linear-gradient(135deg, rgb(200,230,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}

.interested_learners_h::before {
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(153,204,185,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(104,171,154,0.5) 25%, transparent 25%);
    z-index: 0;
    top: 0;
}

.interested_learners_h h4::after {
    height: 4px;
    position: absolute;
    border-radius: 2px;
    left: 50%;
    bottom: 0;
    width: 70px;
    background: linear-gradient(90deg, rgb(153,204,185), rgb(104,171,154));
    content: "";
    transform: translateX(-50%);
}

.interested_learners_h div p::before {
    width: calc(100% - 10px);
    z-index: -1;
    top: 5px;
    content: "";
    border: 1px solid rgb(153,204,185,0.5);
    position: absolute;
    transition: all 0.3s ease;
    background: #ffffff;
    height: calc(100% - 10px);
    opacity: 0.4;
    border-radius: calc(26px - 5px);
    left: 5px;
}

.interested_learners_h div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.interested_learners_h div p:hover::before {
    top: 10px;
    left: 10px;
}

.interested_learners_h div p:hover::after {
    top: 15px;
    left: 15px;
}

.interested_learners_h div p:hover svg {
    transform: rotate(15deg);
    background: rgb(153,204,185,0.5);
}

.interested_learners_h div p svg path {
    transition: all 0.3s ease;
    fill: rgb(153,204,185);
}

.interested_learners_h div p:hover svg path {
    fill: rgb(104,171,154);
}


@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) {.press_room_W {
    padding: 70px 0 40px;
}.press_room_W .main_base_S {
    gap: 40px;
}.press_room_W .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.press_room_W {
    padding: 50px 0 30px;
}.press_room_W .main_base_S {
    flex-direction: column;
    gap: 30px;
}.press_room_W .nav_base_g {
    max-width: 100%;
    min-width: 100%;
}.press_room_W .company_holder {
    padding: 20px;
}.press_room_W .terms_legal_d {
    max-width: 100%;
}
}



@media (max-width: 576px) {.press_room_W {
    padding: 40px 0 20px;
}.press_room_W .company_holder h3 {
    font-size: calc(28px * 0.8);
}.press_room_W .nav_base_g h5 {
    font-size: calc(19px * 0.9);
}}



@media (max-width: 991px) {.enroll_instantly_2 {
    padding: 100px 0;
}.enroll_instantly_2 .container p {
    padding: 35px;
    font-size: calc(23px * 1.2);
    margin-bottom: 60px;
}.enroll_instantly_2 .container p::before {
    top: 15px;
}.enroll_instantly_2 .container p::after {
    top: 30px;
}.enroll_instantly_2 .support_card_h {
    padding: 18px 45px;
}
}



@media (max-width: 767px) {.enroll_instantly_2 {
    padding: 80px 0;
}.enroll_instantly_2 .container p {
    font-size: 23px;
    margin-bottom: 50px;
    padding: 30px;
}.enroll_instantly_2 .container p::before {
    top: 12px;
}.enroll_instantly_2 .container p::after {
    top: 24px;
}.enroll_instantly_2 .support_card_h {
    padding: 15px 40px;
}
}



@media screen and (min-width: 768px) {.gratField_h {
    padding: 150px 0;
}.gratField_h .skill_sessions_y {
    padding: 80px 60px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.gratField_h h5 {
    font-size: calc(23px * 1.1);
    max-width: 90%;
}.gratField_h p {
    font-size: calc(16px * 1.05);
}.gratField_h a {
    padding: 25px;
}
}



@media screen and (max-width: 767px) {.gratField_h {
    padding: 80px 0;
}.gratField_h .skill_sessions_y {
    padding: 40px 25px;
}.gratField_h h5 {
    font-size: calc(23px * 0.95);
}.gratField_h p {
    font-size: calc(16px * 0.95);
}.gratField_h a {
    padding: 15px;
}
}



@media (prefers-reduced-motion: reduce) {.gratField_h .skill_sessions_y,
    .gratField_h .skill_sessions_y:hover,
    .gratField_h a,
    .gratField_h a:hover,
    .gratField_h p,
    .gratField_h a:hover p,
    .gratField_h a::before,
    .gratField_h a:hover::before {
    animation: none;
    transform: none;
    transition: none;
}}



@media (max-width: 992px) {.educational_gains_u .skill_sessions_y {
    width: 85%;
    grid-template-columns: 1fr;
}.educational_gains_u h2 {
    grid-column: 1;
}.educational_gains_u .img_rounded_box_9 {
    height: 350px;
    grid-column: 1;
    grid-row: 2;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    transform: translateX(0);
    margin-bottom: 2rem;
}.educational_gains_u .text_column_v {
    grid-row: 3;
    grid-column: 1;
}.educational_gains_u .text_main_holder > div,
    .educational_gains_u .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.educational_gains_u .text_main_holder > div:hover,
    .educational_gains_u .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.testimonials_r {
    padding: 4rem 1.5rem;
}.testimonials_r h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.testimonials_r .learning_testimonials_y {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.testimonials_r .feedback_ratings_1 {
    padding: 2rem 1.5rem;
}
}



@media (hover: none) {.testimonials_r .feedback_ratings_1:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.testimonials_r a:hover {
    transform: none;
}}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_pagebar_Z {
    gap: 1rem;
}header .main_header_L svg {
    width: 150px;
}header .nav_base_g {
    gap: 0.4rem;
    padding: 0.4rem;
}header .first_pagebar_Y {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
}
}



@media (max-width: 767px) {.title_opener_p {
    padding: 1.5rem;
}.title_opener_p .edu_intro_e {
    font-size: calc(41px * 0.9);
}.title_opener_p .page_intro_X > div {
    padding: 2rem 1.5rem;
}.title_opener_p .page_intro_X p {
    max-width: 100%;
    font-size: 18px;
}.title_opener_p .page_intro_X h3 {
    padding: 1rem;
    font-size: calc(22px * 1.1);
}
}



@media (max-width: 480px) {.title_opener_p .edu_intro_e {
    font-size: calc(32px * 0.9);
}.title_opener_p .page_intro_X > div {
    padding: 1.5rem 1rem;
}.title_opener_p .page_intro_X h3 {
    font-size: 22px;
    padding: 0.8rem;
}}



@media (max-width: 768px) {.reach_out_info_U {
    padding: 50px 0;
}.reach_out_info_U .reach_section_S {
    grid-template-columns: 1fr;
}.reach_out_info_U .connect_experts_X:last-child {
    grid-column: span 1;
}.reach_out_info_U .connect_experts_X .img_rounded_box_9 {
    height: 300px;
}.reach_out_info_U .connect_experts_X:first-child {
    order: 1;
}.reach_out_info_U .connect_experts_X:nth-child(2) {
    order: 3;
}.reach_out_info_U .connect_experts_X:last-child {
    order: 2;
}
}


@media (max-width: 1200px) {.track_switch_C h5 {
    font-size: calc(21px - 2px);
}.track_switch_C p {
    font-size: calc(14px - 2px);
}.cookie_apply_a {
    font-size: calc(15px - 2px);
}
}



@media (min-width: 768px) {.stay_connected_l {
    padding: 5rem 3rem;
}.stay_connected_l .skill_sessions_y {
    padding: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
    flex-direction: row;
    gap: 2rem;
}.stay_connected_l .skill_sessions_y > div {
    margin-bottom: 0;
    flex: 1;
}.stay_connected_l h4 {
    font-size: 19px;
}.stay_connected_l .input_holder {
    gap: 1rem;
    flex: 1;
    flex-direction: row;
}.stay_connected_l .input_holder span:first-child {
    flex: 2;
}.stay_connected_l .input_holder span:last-child {
    flex: 1;
}
}



@media (max-width: 480px) {.stay_connected_l {
    padding: 3rem 1.5rem;
}.stay_connected_l .skill_sessions_y {
    padding: 2rem 1.5rem;
}.stay_connected_l h4 {
    font-size: calc(19px * 0.85);
}}



@media (max-width: 767px) {.statistical_details_H {
    padding: 3rem 1rem;
}.statistical_details_H h3 {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    transform: translateX(0);
}.statistical_details_H ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.2rem;
}.statistical_details_H .top_statistics_s {
    padding: 1.2rem;
    min-height: 130px;
}.statistical_details_H .top_statistics_s:nth-child(odd),
    .statistical_details_H .top_statistics_s:nth-child(even) {
    transform: translateY(0);
}.statistical_details_H .top_statistics_s:nth-child(odd):hover,
    .statistical_details_H .top_statistics_s:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 991px) {.price_pick_h {
    padding: 80px 0;
}.price_pick_h .price_panel_a {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price_pick_h .study_costs_B {
    padding: 25px 20px;
}.price_pick_h .price_plan_V p {
    max-height: 150px;
    font-size: calc(13px - 1px);
}.price_pick_h .tuition_table_U {
    font-size: calc(22px + 2px);
}
}



@media (max-width: 480px) {.price_pick_h {
    padding: 50px 0;
}.price_pick_h h2 {
    font-size: calc(33px - 8px);
}.price_pick_h .pricing_rates_x {
    font-size: calc(13px - 2px);
}.price_pick_h .study_costs_B {
    padding: 20px 15px;
}.price_pick_h .price_plan_V p {
    font-size: calc(13px - 2px);
}}



@media (max-width: 480px) {.contact_panel_v {
    padding: 50px 0;
}.contact_panel_v h2 {
    font-size: calc(36px * 0.85);
}.contact_panel_v .query_feedback_Y {
    margin-top: 30px;
}.contact_panel_v .img_rounded_box_9 {
    min-height: 200px;
}.contact_panel_v .message_support_e {
    padding: 30px 20px;
}.contact_panel_v form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact_panel_v form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_panel_v .feedback_section_u {
    margin-bottom: 25px;
}.contact_panel_v .feedback_section_u label {
    font-size: calc(12px * 0.9);
}.contact_panel_v .support_card_h {
    padding: 12px 25px;
}}



@media (min-width: 992px) {.secure_depository_C {
    padding: 8rem 4rem;
}.secure_depository_C::before {
    height: 40vh;
    width: 40vw;
}.secure_depository_C::after {
    height: 50vh;
    width: 50vw;
}.secure_depository_C h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.5);
    transform: translateZ(0);
}.secure_depository_C h1::after {
    width: 8rem;
}.secure_depository_C h2 {
    margin: 4rem 0 2rem;
    padding-left: 1.5rem;
    border-left-width: 4px;
    font-size: calc(34px * 1.2);
}.secure_depository_C p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.secure_depository_C ul {
    margin: 2rem 0 2.5rem;
}.secure_depository_C li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    margin-bottom: 0.8rem;
}.secure_depository_C span {
    line-height: 1.8;
    margin-left: 2rem;
    padding: 2rem;
}
}



@media (min-width: 768px) {.our_team_v .text_column_v {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 70px;
}.our_team_v span {
    column-count: 2;
}.our_team_v h1 {
    font-size: calc(44px * 1.2);
}
}



@media (min-width: 992px) {.our_team_v {
    padding: 150px 0;
}.our_team_v .text_column_v {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    max-width: 85%;
    padding: 70px 90px;
}.our_team_v h1 {
    margin-bottom: 50px;
}.our_team_v span {
    column-count: 2;
    column-gap: 50px;
}
}



@media (max-width: 767px) {.our_team_v {
    padding: 80px 0;
}.our_team_v .text_column_v {
    padding: 30px 25px;
    transform: none;
}.our_team_v h1 {
    margin-bottom: 20px;
    font-size: calc(44px * 0.9);
}.our_team_v h4 {
    font-size: 19px;
}.our_team_v h4::before {
    height: 20px;
    width: 20px;
    left: -30px;
}.our_team_v span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}



@media screen and (max-width: 1200px) {.program_details_m {
    padding: 100px 0;
}.program_details_m .career_learn_s {
    gap: 30px;
}.program_details_m .text_column_v {
    padding: 30px;
}.program_details_m .text_column_v h2 {
    font-size: calc(28px * 0.9);
    padding: 12px 18px;
}.program_details_m .text_column_v .description {
    padding: 15px;
}
}



@media screen and (max-width: 767px) {.program_details_m {
    padding: 60px 0;
}.program_details_m .career_learn_s {
    gap: 30px;
}.program_details_m .text_column_v {
    padding: 25px;
    gap: 20px;
}.program_details_m .text_column_v h2 {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: calc(28px * 0.8);
}.program_details_m .text_column_v .description {
    padding: 12px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    margin-bottom: 15px;
}.program_details_m .img_rounded_box_9 {
    min-height: 350px;
}.program_details_m .career_learn_s::before {
    display: none;
}
}



@media screen and (max-width: 480px) {.program_details_m {
    padding: 40px 0;
}.program_details_m .text_column_v {
    gap: 15px;
    padding: 20px;
}.program_details_m .text_column_v h2 {
    font-size: calc(28px * 0.7);
    padding: 8px 12px;
    letter-spacing: 1px;
}.program_details_m .text_column_v .description {
    padding: 10px;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.program_details_m .img_rounded_box_9 {
    min-height: 280px;
}}



@media (max-width: 767px) {.interested_learners_h {
    padding: 80px 0;
}.interested_learners_h h4 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.interested_learners_h div {
    gap: 20px;
}.interested_learners_h div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.interested_learners_h div p svg {
    width: 28px;
    height: 28px;
}
}

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



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



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes slide-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes fade-up {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes line-expand-vertical {
  to {
    transform: scaleY(1);
  }
}


  
  @keyframes corner-appear {
    to {
      opacity: 1;
    }
  }

@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.15;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.25;
    }
}



@keyframes borderPulse {
    0% {
        border-color: rgb(153,204,185,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(104,171,154,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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

