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

* {
    scrollbar-color: rgb(153,204,185) rgb(200,230,217);
}

.press_room_W {
    flex: 0 0 auto;
}

.press_room_W {
    padding: 90px 0 50px;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(104,171,154,0.5), rgb(153,204,185));
    overflow: visible;
    z-index: 1000;
}

.press_room_W::before {
    opacity: 0.1;
    height: 1px;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
    width: 100%;
}

.press_room_W .company_holder h3 {
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.press_room_W .company_holder h3::after {
    border-radius: 3px;
    width: 60px;
    margin: 15px auto 0;
    display: block;
    content: '';
    height: 3px;
    background: rgb(153,204,185);
}

.press_room_W .terms_legal_d {
    padding-top: 15px;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
    max-width: 80%;
    position: relative;
    font-size: 17px;
}

.press_room_W .nav_base_g {
    position: relative;
    padding: 20px;
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    max-width: calc(50% - 30px);
    border-radius: 10px;
    min-width: 250px;
    overflow: hidden;
    transform: translateZ(0);
    flex: 1;
}

.press_room_W .nav_base_g::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 10px;
}

.press_room_W .nav_base_g h5::before {
    content: '';
    background: rgb(104,171,154);
    height: 1px;
    width: 50px;
    bottom: -1px;
    position: absolute;
    left: 0;
}

.press_room_W .nav_base_g .main_base_S a::before {
    transform: scale(0);
    background: rgb(104,171,154);
    transition: all 0.3s ease;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    content: '';
    height: 6px;
    min-width: 6px;
    opacity: 0;
}

.press_room_W .nav_base_g .main_base_S a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.trade_mark_E::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(104,171,154,0.5), transparent);
    left: 0;
    top: 0;
    content: '';
    width: 100%;
}



.press_room_W .trophy_case_E::before {
    filter: blur(100px);
    opacity: 0.1;
    position: absolute;
    height: 250px;
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    z-index: -1;
    left: -5%;
    border-radius: 50%;
    background: rgb(104,171,154);
    content: '';
    width: 250px;
}

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

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

.teacher_profile_2 .feedback_ratings_1 {
    flex-direction: column;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 60px 40px 40px;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: flex;
}

.teacher_profile_2 .img_rounded_box_9 {
    width: 120px;
    transition: all 0.5s ease;
    height: 120px;
    top: -60px;
    transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: 40px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(153,204,185);
    border-radius: 2px;
    position: absolute;
}

.teacher_profile_2 .feedback_ratings_1:hover .name {
    transform: translateX(10px);
}

.teacher_profile_2 .feedback_ratings_1:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(153,204,185);
}

.teacher_profile_2 .work_projects_d {
    position: relative;
    transition: padding 0.5s ease;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 40px;
    color: #000000;
    padding-left: 0;
}

.teacher_profile_2 .feedback_ratings_1:hover .work_projects_d {
    padding-left: 20px;
}

.teacher_profile_2 .feedback_ratings_1:hover .work_projects_d::before {
    transform: scaleX(1);
}

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

.enroll_instantly_2 .container p::before {
    z-index: -1;
    width: 80%;
    top: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    left: 10%;
    content: '';
    background: #ffffff;
    position: absolute;
    height: 100%;
    border-radius: 10px;
}

.enroll_instantly_2 .support_card_h {
    position: relative;
    font-size: 14px;
    padding: 20px 50px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    z-index: 5;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 3px 0 rgba(0, 0, 0, 0.5);
    background: rgb(153,204,185);
}

.enroll_instantly_2 .support_card_h:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.enroll_instantly_2 .support_card_h:hover::before {
    opacity: 1;
}

.enroll_instantly_2 .support_card_h:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.enroll_instantly_2::after {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(153,204,185,0.5) 0%, transparent 70%);
    content: '';
    top: -150px;
    opacity: 0.2;
    right: -150px;
    position: absolute;
    z-index: 1;
}

.gratField_h {
    background: linear-gradient(135deg, rgb(200,230,217) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.gratField_h::after {
    height: 80%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    bottom: -5%;
    transform: rotate(3deg);
    content: "";
    opacity: 0.1;
    width: 40%;
    position: absolute;
    right: -5%;
    background: rgb(104,171,154,0.5);
    z-index: 1;
}

.gratField_h .skill_sessions_y {
    padding: 60px 40px;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    display: grid;
    backdrop-filter: blur(5px);
    gap: 30px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.gratField_h .skill_sessions_y::after {
    top: 20px;
    width: 60px;
    opacity: 0.2;
    right: 20px;
    height: 60px;
    animation: rotate 15s infinite linear;
    z-index: -1;
    border: 2px solid rgb(153,204,185,0.5);
    position: absolute;
    content: "";
}

.gratField_h h5::before {
    height: 8px;
    top: 0.4em;
    content: "";
    transform: rotate(45deg);
    left: 0;
    background: rgb(153,204,185);
    position: absolute;
    width: 8px;
}

.gratField_h a {
    position: relative;
    text-decoration: none;
    background-color: rgba(rgb(200,230,217), 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    padding: 20px;
}

.gratField_h a:hover::before {
    transform: scaleX(1);
}

.gratField_h a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(200,230,217), 0.5);
}

.educational_gains_u {
    padding: 6rem 0 8rem;
    position: relative;
    background: linear-gradient(45deg, rgb(200,230,217) 0%, #ffffff 100%);
    overflow: hidden;
}

.educational_gains_u .skill_sessions_y {
    gap: 2rem;
    width: 90%;
    z-index: 2;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
}

.educational_gains_u h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
    grid-column: 1 / span 12;
    grid-row: 1;
}

.educational_gains_u .text_column_v {
    flex-direction: column;
    display: flex;
    grid-row: 2;
    gap: 1.5rem;
    position: relative;
    grid-column: 7 / span 6;
}

.educational_gains_u .img_rounded_box_9::after {
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    position: absolute;
    z-index: 1;
    content: '';
}

.educational_gains_u .text_main_holder {
    display: grid;
    gap: 1.5rem;
}

.educational_gains_u .text_main_holder > div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    transform: translateX(5vw);
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    border-radius: 24px;
    overflow: hidden;
    align-items: flex-start;
    position: relative;
}

.educational_gains_u .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}

.educational_gains_u .text_main_holder > div::before {
    transition: height 0.3s ease;
    height: 0;
    left: 0;
    width: 5px;
    top: 0;
    content: '';
    position: absolute;
    background: rgb(153,204,185);
}

.educational_gains_u .text_main_holder > div:hover svg {
    fill: rgb(104,171,154);
    transform: rotate(10deg);
}

.educational_gains_u .text_main_holder > div:hover svg path {
    fill: rgb(104,171,154);
}

.testimonials_r {
    background: linear-gradient(135deg, rgb(200,230,217), rgba(0, 0, 0, 0.5) 120%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}

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

.testimonials_r h2 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease-out;
    font-weight: 700;
    margin-bottom: 3.5rem;
    color: #000000;
    text-align: center;
    font-size: 31px;
}

.testimonials_r h2:hover::after {
    width: 6rem;
}

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

.testimonials_r .feedback_ratings_1::before {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    height: 100%;
}

.testimonials_r .feedback_ratings_1:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.testimonials_r .feedback_ratings_1 img {
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 60px;
    margin-right: 1rem;
    border: 3px solid #ffffff;
    object-fit: cover;
}

.testimonials_r .feedback_ratings_1 .description::before {
    content: "";
    background-color: rgb(153,204,185,0.5);
    height: 2px;
    position: absolute;
    width: 3rem;
    left: 0;
    top: 0;
}

.testimonials_r a:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
}

.testimonials_r a::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
}

header::before {
    width: 100%;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
}

header .main_header_L::after {
    bottom: 0;
    width: 50%;
    opacity: 0.6;
    content: '';
    background: #ffffff;
    left: 50%;
    height: 2px;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
}

header .main_header_L:hover svg {
    transform: translateY(-5px);
}

header .nav_base_g {
    width: 100%;
    border-radius: 18px;
    display: flex;
    gap: 0.8rem;
    position: relative;
    backdrop-filter: blur(5px);
    justify-content: center;
    max-width: 800px;
    background: rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    padding: 0.6rem 1rem;
}

header .first_pagebar_Y {
    overflow: hidden;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
}

header .first_pagebar_Y:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.title_opener_p {
    min-height: 100vh;
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(200,230,217), rgba(0, 0, 0, 0.5));
    overflow: hidden;
}

.title_opener_p {
    padding: 4rem;
}

.title_opener_p .edu_intro_e {
    display: inline-block;
    color: rgb(153,204,185);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 41px;
}

.title_opener_p .edu_intro_e {
    font-size: calc(41px * 1.2);
}

.title_opener_p .edu_intro_e {
    font-size: calc(41px * 1.4);
}

.title_opener_p .page_intro_X {
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: fade-up 1s 0.3s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.title_opener_p .page_intro_X {
    margin-right: 3rem;
    margin-left: 3rem;
}

.title_opener_p .page_intro_X > div > div {
    position: relative;
}

.title_opener_p .page_intro_X p {
    font-weight: 600;
    animation: slide-in 0.8s 0.6s forwards ease-out;
    transform: translateX(-20px);
    color: #ffffff;
    opacity: 0;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    max-width: 80%;
    position: relative;
    margin-bottom: 1rem;
}

.title_opener_p .page_intro_X p {
    margin-bottom: 0;
    font-size: calc(18px * 1.4);
}

.title_opener_p .page_intro_X h3 {
    font-size: calc(23px * 1.1);
    backdrop-filter: blur(4px);
    border-left: 3px solid rgb(104,171,154);
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    margin-top: 1rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    animation: fade-up 0.8s 0.8s forwards ease-out;
    line-height: 1.5;
    padding: 1.5rem;
}

.title_opener_p .page_intro_X h3 {
    transform: translateX(20px);
    opacity: 0;
    font-size: 23px;
    animation: slide-in-right 0.8s 0.8s forwards ease-out;
}

.reach_out_info_U::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.4;
    width: 100%;
}



.reach_out_info_U::before {
    animation: gradient-shift 15s ease infinite alternate;
}

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

.reach_out_info_U .connect_experts_X {
    border-radius: 0;
    background: #ffffff;
    padding: 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

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

.reach_out_info_U h2::after {
    height: 2px;
    bottom: -15px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    width: 30px;
    background: rgb(153,204,185);
    left: 0;
}

.reach_out_info_U h3 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

.reach_out_info_U .contact_faq_u {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    color: rgb(153,204,185);
    letter-spacing: 0.05em;
}

.reach_out_info_U .edu_form_m h3 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.reach_out_info_U .send_info_C {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    display: grid;
    gap: 10px;
}

.reach_out_info_U .send_info_C span {
    transition: all 0.3s ease;
    background: rgb(200,230,217);
    text-align: center;
    padding: 8px 10px;
    font-size: calc(18px * 0.85);
    border-left: 3px solid rgb(153,204,185);
    color: #000000;
    display: block;
}

.reach_out_info_U .connect_experts_X:hover .img_rounded_box_9 {
    transform: scale(1.05);
}

.reach_out_info_U .reach_experts_C {
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    display: flex;
}

.reach_out_info_U .reach_experts_C a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.reach_out_info_U .reach_experts_C a:hover {
    transform: translateX(5px);
}

.reach_out_info_U .reach_experts_C a:hover::before {
    width: 3px;
}

.reach_out_info_U .reach_experts_C a span {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000000;
    display: block;
    font-weight: 400;
}

.reach_out_info_U svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    fill: rgb(153,204,185);
    flex-shrink: 0;
    margin-top: 5px;
    transition: transform 0.3s ease;
}

.reach_out_info_U .reach_experts_C a:hover svg {
    transform: scale(1.2);
}

.reach_out_info_U .reach_experts_C a:hover svg,
.reach_out_info_U .reach_experts_C a:hover svg path {
    fill: rgb(104,171,154);
}

.reach_out_info_U .connect_experts_X:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}

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

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

.cookie_window_banner_3 {
    z-index: 1050;
    width: 100%;
    position: fixed;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    border-top: 3px solid rgb(153,204,185);
}

.cookie_compl_W {
    margin-right: 15px;
    flex-shrink: 0;
}

.track_switch_C {
    flex-grow: 1;
    margin-right: 15px;
}

.track_switch_C h5 {
    font-weight: 700;
    color: rgb(153,204,185);
    margin-bottom: 5px;
    font-size: 21px;
}

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

#bannerCookieNotice_W {
    display: none;
}

#bannerCookieNotice_W:checked ~ .cookie_window_banner_3 {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.digital_cookies_9:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.cookie_button.track_settings_Z {
    border-color: rgb(104,171,154);
    background-color: rgb(104,171,154);
    color: #000000;
}

.cookie_window_banner_3 p a {
    color: rgb(153,204,185);
    text-decoration: underline;
}

.stay_connected_l::before {
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(104,171,154,0.5), rgb(153,204,185,0.5));
    opacity: 0.7;
    content: "";
    top: -10%;
    z-index: 1;
    position: absolute;
    right: -5%;
    height: 120%;
    width: 40%;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}

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

.stay_connected_l .skill_sessions_y {
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
}

.stay_connected_l .input_holder span {
    position: relative;
    flex: 1;
}

.stay_connected_l .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    padding: 0.85rem 1rem;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
    border-radius: 10px;
    border: none;
}

.stay_connected_l .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}

.stay_connected_l .input_holder .support_card_h:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), #000000);
    transform: translateY(-2px);
}

.stay_connected_l .input_holder .support_card_h:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

.stay_connected_l .input_holder .support_card_h::before {
    width: 100%;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}

.statistical_details_H::before {
    right: 0;
    background: linear-gradient(90deg, rgb(104,171,154), transparent);
    height: 4px;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.statistical_details_H h3 {
    color: #000000;
    position: relative;
    padding-left: 2rem;
    font-weight: 700;
    font-size: calc(35px * 0.9);
    margin-bottom: 3rem;
    transform: translateX(-1rem);
}

.statistical_details_H h3::before {
    content: "";
    transform: translateY(-50%);
    width: 1.5rem;
    height: 2px;
    top: 50%;
    left: 0;
    position: absolute;
    background-color: rgb(153,204,185);
}

.statistical_details_H .top_statistics_s {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(0);
    justify-content: space-between;
    padding: 1.8rem;
    position: relative;
    min-height: 180px;
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.35, 1), 
                box-shadow 0.3s ease;
    box-shadow: 0 8px 25px -15px rgba(0, 0, 0, 0.5), 
                0 1px 3px rgba(0,0,0,0.05);
    flex-direction: column;
    display: flex;
    overflow: hidden;
}

.statistical_details_H .top_statistics_s:hover::before {
    height: 100%;
}

.statistical_details_H .top_statistics_s span {
    z-index: 2;
    display: block;
    font-size: calc(13px * 1.1);
    padding-bottom: 0.5rem;
    position: relative;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
}

.statistical_details_H .top_statistics_s p {
    font-size: calc(43px * 1.2);
    transition: color 0.3s ease;
    align-items: center;
    color: rgb(153,204,185);
    position: relative;
    font-weight: 700;
    margin: 0;
    z-index: 2;
    display: flex;
}

.statistical_details_H .top_statistics_s:hover p::before {
    transform: scale(3);
}

.statistical_details_H .top_statistics_s:hover p {
    color: rgb(104,171,154);
}

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

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

.price_pick_h::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
}

.price_pick_h .learning_price_T {
    position: relative;
}

.price_pick_h h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    content: '';
    left: 50%;
    position: absolute;
    background: rgb(104,171,154);
    height: 3px;
}

.price_pick_h .pricing_rates_x {
    color: #ffffff;
    font-size: calc(13px + 2px);
    opacity: 0.9;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.price_pick_h .price_panel_a li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.price_pick_h .price_panel_a li:hover {
    z-index: 3;
    transform: translateY(-10px);
}

.price_pick_h .study_costs_B {
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative;
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.price_pick_h .study_costs_B::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(104,171,154,0.5) 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 60px;
    right: 0;
    width: 60px;
}

.price_pick_h .price_plan_V h4::after {
    content: '';
    width: 40px;
    transition: width 0.4s ease;
    bottom: -8px;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(153,204,185);
}

.price_pick_h .tuition_table_U {
    margin-top: 15px;
    position: relative;
    color: #ffffff;
    padding: 10px 0;
    display: block;
    font-size: calc(22px + 4px);
    font-weight: 700;
}

.price_pick_h .tuition_table_U::before {
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: 40px;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

.contact_panel_v::after {
    opacity: 0.07;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(104,171,154,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(104,171,154,0.5) 1px, transparent 1px);
    top: 0;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
}

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

.contact_panel_v h2::after {
    left: calc(50% - 15px);
    content: "";
    height: 4px;
    width: 30px;
    bottom: 0;
    background: rgb(104,171,154);
    position: absolute;
}

.contact_panel_v .img_rounded_box_9 {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}

.contact_panel_v .message_support_e {
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 60px;
    flex: 0 0 55%;
}

.contact_panel_v .message_support_e::before {
    content: "";
    border-radius: 50%;
    top: -75px;
    z-index: 0;
    right: -75px;
    border: 30px solid rgb(153,204,185,0.5);
    position: absolute;
    height: 150px;
    width: 150px;
}

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

.contact_panel_v form h3::after {
    left: 0;
    content: "";
    bottom: -15px;
    background: rgb(153,204,185);
    position: absolute;
    width: 50%;
    height: 2px;
}

.contact_panel_v form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(153,204,185);
}

.contact_panel_v form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact_panel_v form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}

.contact_panel_v .feedback_section_u label {
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

.contact_panel_v .feedback_section_u input[type="checkbox"]:checked + label::before {
    border-color: rgb(153,204,185);
    background: rgb(153,204,185);
}

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

.contact_panel_v .feedback_section_u label a:hover {
    color: rgb(104,171,154);
}

.contact_panel_v .feedback_section_u label a:hover::after {
    background: rgb(104,171,154);
    transform: scaleX(0);
}

.contact_panel_v .support_card_h::before {
    content: "";
    width: 0;
    position: absolute;
    transition: width 0.5s ease;
    transform: skewX(-25deg);
    left: -10px;
    background: rgb(104,171,154);
    height: 100%;
    top: 0;
    z-index: -1;
}

.contact_panel_v .support_card_h:hover::before {
    width: 150%;
}

.contact_panel_v svg {
    width: 24px;
    height: 24px;
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(153,204,185);
}

.contact_panel_v svg:hover,
.contact_panel_v svg:hover path {
    stroke: rgb(104,171,154);
}

.secure_depository_C::before {
    transform: translateY(-15%) translateX(15%);
    position: absolute;
    background: linear-gradient(225deg, rgb(104,171,154,0.5) 0%, transparent 70%);
    height: 30vh;
    opacity: 0.2;
    content: "";
    width: 30vw;
    z-index: 0;
    right: 0;
    top: 0;
}

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

.secure_depository_C h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: calc(38px * 1.1);
    transform-origin: left center;
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.secure_depository_C h1:hover::after {
    transform: scaleX(1.5);
}

.secure_depository_C h2:hover {
    transform: translateX(5px);
}

.secure_depository_C h3 {
    color: #000000;
    padding-bottom: 0.3rem;
    font-weight: 600;
    font-size: calc(34px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin: 2rem 0 1rem;
}

.secure_depository_C h4 {
    position: relative;
    font-size: calc(34px * 0.7);
    color: #000000;
    padding-left: 1rem;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
}

.secure_depository_C p {
    transform: translateY(0);
    line-height: 1.7;
    font-size: 16px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.9;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    color: #000000;
}

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

.secure_depository_C li {
    line-height: 1.6;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 16px;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

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

.secure_depository_C li:hover::before {
    transform: scale(1.3);
    background: rgb(153,204,185);
}

.secure_depository_C span {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 1.5rem;
    background: rgba(#ffffff, 0.5);
    padding: 1rem;
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 16px;
    border-left: 2px solid rgb(153,204,185,0.5);
    color: #000000;
    display: block;
    line-height: 1.7;
}

.our_team_v::after {
    animation: pulse 8s ease-in-out infinite;
    width: 300px;
    bottom: -50px;
    position: absolute;
    height: 300px;
    border-radius: 50%;
    right: -50px;
    filter: blur(60px);
    z-index: 1;
    background: rgb(104,171,154);
    opacity: 0.15;
    content: "";
}

.our_team_v .text_column_v:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_v h1 {
    display: inline-block;
    font-size: 44px;
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.2s;
    opacity: 0;
    position: relative;
    margin: 0 0 30px;
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
}

.our_team_v ul {
    margin: 30px 0 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.our_team_v li {
    animation-delay: 0.5s;
    margin-bottom: 20px;
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.our_team_v li:nth-child(2) {
    animation-delay: 0.7s;
}

.our_team_v h4::before {
    top: 50%;
    z-index: -1;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    transform: translateY(-50%) scale(0);
    position: absolute;
    left: -40px;
    height: 30px;
    background: rgb(104,171,154,0.5);
    border-radius: 50%;
    content: "";
    width: 30px;
}

.our_team_v span::first-letter {
    font-size: 200%;
    float: left;
    font-weight: 700;
    margin-right: 8px;
    color: rgb(153,204,185);
    line-height: 1;
}

.program_details_m::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(153,204,185,0.5) 0%, transparent 50%, rgb(104,171,154,0.5) 100%);
    left: 0;
    animation: backgroundShift 15s infinite alternate;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    content: "";
}

.program_details_m::after {
    animation: pulse 8s infinite alternate;
    content: "";
    z-index: 2;
    width: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(153,204,185,0.5) 0%, transparent 70%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

.program_details_m .career_learn_s::before {
    content: "";
    position: absolute;
    border: 1px solid rgb(153,204,185,0.5);
    transform: rotateY(5deg) rotateX(2deg);
    border-radius: 27px;
    transform-style: preserve-3d;
    top: -30px;
    width: calc(100% + 60px);
    z-index: -1;
    left: -30px;
    height: calc(100% + 60px);
    animation: borderPulse 4s infinite alternate;
}

.program_details_m .text_column_v h2 {
    border-radius: 10px;
    max-width: fit-content;
    -webkit-text-fill-color: transparent;
    padding: 15px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(153,204,185,0.5);
    letter-spacing: 1.5px;
    position: relative;
    border-radius: 8px 0 8px 0;
    background-clip: text !important;
    margin-bottom: 25px;
    display: inline-block;
    background: linear-gradient(to right, rgb(153,204,185) 0%, rgb(104,171,154) 100%);
    color: #ffffff;
    font-size: 28px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    border-left: 2px solid rgb(104,171,154);
    border-bottom: 2px solid rgb(153,204,185);
    transform: translateY(-10px);
}

.program_details_m .text_column_v .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(104,171,154);
}

.program_details_m .text_column_v .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.program_details_m .img_rounded_box_9 {
    transform: translateZ(0) rotateY(-5deg);
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-position: center;
    transform-style: preserve-3d;
    background-size: cover;
    animation: floatImage 6s ease-in-out infinite alternate;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 450px;
    align-self: flex-start;
    z-index: 4;
    border-radius: 27px;
}

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

.interested_learners_h .skill_sessions_y {
    position: relative;
}

.interested_learners_h h4 {
    font-size: 35px;
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
}

.interested_learners_h div {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.interested_learners_h div p {
    line-height: 1.6;
    z-index: 1;
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
    padding: 25px 25px 25px 75px;
    border-radius: 26px;
    margin: 0;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
    min-width: 280px;
    background: #ffffff;
}

.interested_learners_h div p::after {
    z-index: -2;
    width: calc(100% - 20px);
    content: "";
    border-radius: calc(26px - 10px);
    border: 1px solid rgb(104,171,154,0.5);
    height: calc(100% - 20px);
    opacity: 0.2;
    left: 10px;
    top: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
}

.interested_learners_h div p svg {
    height: 35px;
    background: rgb(200,230,217);
    padding: 8px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    width: 35px;
    transition: all 0.3s ease;
    top: 25px;
}

::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-track {
    background: rgb(104,171,154);
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: all, background, box-shadow 4.4s cubic-bezier(0.42, 0, 0.58, 1);
    border: 1px dotted rgb(153,204,185,0.5);
    background: rgb(104,171,154);
    box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    border-color: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(104,171,154,0.5);
    box-shadow: inset 4px -4px 12px -2px rgba(0, 0, 0, 0.8);
}

.price_pick_h .price_plan_V p::-webkit-scrollbar {
    width: 4px;
}

.price_pick_h .price_plan_V p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.price_pick_h .price_plan_V p::-webkit-scrollbar-thumb {
    background: rgb(153,204,185,0.5);
}



@media (max-width: 768px) {.teacher_profile_2 {
    padding: 80px 0;
}.teacher_profile_2 .feedback_ratings_1 {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.teacher_profile_2 .img_rounded_box_9 {
    left: 25px;
    height: 100px;
    width: 100px;
}.teacher_profile_2 .name {
    font-size: 20px;
}.teacher_profile_2 .work_projects_d {
    font-size: calc(12px * 0.95);
}.teacher_profile_2 .work_projects_d::before {
    left: -25px;
    width: 20px;
}}



@media (max-width: 480px) {.enroll_instantly_2 {
    padding: 60px 0;
}.enroll_instantly_2 .container p {
    margin-bottom: 40px;
    font-size: calc(13px * 1.2);
    padding: 25px;
}.enroll_instantly_2 .container p::before {
    width: 90%;
    left: 5%;
    top: 10px;
}.enroll_instantly_2 .container p::after {
    width: 80%;
    top: 20px;
    left: 10%;
}.enroll_instantly_2 .support_card_h {
    font-size: calc(14px * 0.9);
    padding: 12px 35px;
}.enroll_instantly_2 .support_card_h::after {
    width: 15px;
    right: 20px;
    height: 15px;
}}



@media screen and (min-width: 992px) {.gratField_h {
    padding: 180px 0;
}.gratField_h .skill_sessions_y {
    padding: 100px 80px;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.gratField_h h5 {
    font-size: calc(23px * 1.2);
    padding-left: 30px;
}.gratField_h h5::before {
    height: 10px;
    width: 10px;
}.gratField_h p {
    font-size: calc(16px * 1.1);
    padding-left: 30px;
}.gratField_h a {
    padding: 30px;
}
}



@media (max-width: 1200px) {.educational_gains_u .img_rounded_box_9 {
    transform: translateX(-3vw);
}.educational_gains_u .text_main_holder > div {
    transform: translateX(3vw);
}.educational_gains_u .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}



@media (max-width: 768px) {.educational_gains_u {
    padding: 4rem 0 6rem;
}.educational_gains_u .skill_sessions_y {
    width: 90%;
    gap: 1.5rem;
}.educational_gains_u .img_rounded_box_9 {
    height: 300px;
}.educational_gains_u h2 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 576px) {.educational_gains_u .skill_sessions_y {
    width: 92%;
}.educational_gains_u .img_rounded_box_9 {
    height: 250px;
}.educational_gains_u .text_main_holder > div {
    padding: 1.2rem;
}.educational_gains_u .text_main_holder svg {
    margin-right: 0.8rem;
    width: 2rem;
    height: 2rem;
}}



@media (max-width: 991px) {.testimonials_r {
    padding: 5rem 2rem;
}.testimonials_r h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.testimonials_r .learning_testimonials_y {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 480px) {.testimonials_r {
    padding: 3rem 1rem;
}.testimonials_r h2 {
    font-size: calc(31px * 0.7);
}.testimonials_r .feedback_ratings_1 {
    padding: 1.75rem 1.25rem;
}.testimonials_r .feedback_ratings_1 img {
    height: 50px;
    width: 50px;
}.testimonials_r a {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.5rem;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .main_pagebar_Z {
    gap: 1.2rem;
}header .main_header_L svg {
    width: 180px;
}header .nav_base_g {
    padding: 0.5rem;
    gap: 0.6rem;
}header .first_pagebar_Y {
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_pagebar_Z {
    gap: 0.8rem;
}header .main_header_L svg {
    width: 140px;
}header .nav_base_g {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_base_g::-webkit-scrollbar {
    height: 3px;
}header .nav_base_g::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .first_pagebar_Y {
    white-space: nowrap;
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 992px) {.reach_out_info_U {
    padding: 70px 0;
}.reach_out_info_U .reach_section_S {
    grid-template-columns: 1fr 1fr;
}.reach_out_info_U .connect_experts_X:last-child {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.reach_out_info_U {
    padding: 40px 0;
}.reach_out_info_U .connect_experts_X:first-child,
    .reach_out_info_U .reach_experts_C {
    padding: 30px 20px;
}.reach_out_info_U .connect_experts_X .img_rounded_box_9 {
    height: 220px;
}.reach_out_info_U .send_info_C {
    grid-template-columns: 1fr 1fr;
}}


@media (max-width: 800px) {.cookie_notice_B {
    align-items: center;
    flex-direction: column;
}.cookie_compl_W {
    margin-bottom: 10px;
}.track_switch_C {
    margin-bottom: 15px;
    text-align: center;
}.cookie_apply_a {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (min-width: 992px) {.stay_connected_l {
    padding: 6rem 4rem;
}.stay_connected_l .skill_sessions_y {
    padding: 3.5rem;
}.stay_connected_l h4 {
    font-size: calc(19px * 1.05);
    line-height: 1.35;
}.stay_connected_l .input_holder input[type="email"],
    .stay_connected_l .input_holder .support_card_h {
    padding: 1rem 1.5rem;
}
}



@media (min-width: 1200px) {.stay_connected_l .skill_sessions_y {
    gap: 3rem;
    padding: 4rem;
}.stay_connected_l h4 {
    max-width: 85%;
    font-size: calc(19px * 1.1);
}.stay_connected_l .input_holder {
    gap: 1.5rem;
}
}



@media (max-width: 991px) {.statistical_details_H {
    padding: 4rem 1rem;
}.statistical_details_H h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.statistical_details_H ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details_H .top_statistics_s {
    padding: 1.5rem;
    min-height: 150px;
}.statistical_details_H .top_statistics_s span {
    font-size: 13px;
}.statistical_details_H .top_statistics_s p {
    font-size: 43px;
}
}



@media (max-width: 480px) {.statistical_details_H {
    padding: 2.5rem 0.75rem;
}.statistical_details_H h3 {
    font-size: calc(35px * 0.7);
}.statistical_details_H ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical_details_H .top_statistics_s {
    padding: 1.2rem;
    min-height: auto;
}.statistical_details_H .top_statistics_s span {
    margin-bottom: 1rem;
}}



@media (max-width: 767px) {.price_pick_h {
    padding: 60px 0;
}.price_pick_h h2 {
    font-size: calc(33px - 4px);
}.price_pick_h .pricing_rates_x {
    margin-bottom: 30px;
    font-size: 13px;
}.price_pick_h .price_panel_a {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_pick_h .price_plan_V h4 {
    font-size: 22px;
}.price_pick_h .tuition_table_U {
    font-size: 22px;
}
}



@media (max-width: 1024px) {.contact_panel_v {
    padding: 80px 0;
}.contact_panel_v .img_rounded_box_9 {
    min-height: 500px;
}.contact_panel_v .message_support_e {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact_panel_v {
    padding: 60px 0;
}.contact_panel_v .query_feedback_Y {
    flex-direction: column;
}.contact_panel_v .img_rounded_box_9 {
    width: 100%;
    min-height: 300px;
}.contact_panel_v .message_support_e {
    width: 100%;
    padding: 40px 30px;
}.contact_panel_v form h3 {
    margin-bottom: 30px;
}.contact_panel_v form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_panel_v .feedback_section_u {
    margin-bottom: 30px;
}.contact_panel_v .support_card_h {
    width: 100%;
    padding: 15px 30px;
}
}



@media (min-width: 768px) {.secure_depository_C {
    padding: 6rem 3rem;
}.secure_depository_C .container {
    padding: 0 2rem;
}.secure_depository_C h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 3rem;
}.secure_depository_C h1::after {
    height: 4px;
    width: 6rem;
}.secure_depository_C h2 {
    font-size: calc(34px * 1.1);
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.secure_depository_C h3 {
    font-size: calc(34px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.secure_depository_C h4 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.75);
    padding-left: 1.2rem;
}.secure_depository_C ul {
    padding-left: 2rem;
}.secure_depository_C li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.secure_depository_C span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}



@media (max-width: 767px) {.secure_depository_C {
    padding: 3rem 1.5rem;
}.secure_depository_C h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1);
}.secure_depository_C h1::after {
    width: 3rem;
    height: 2px;
}.secure_depository_C h2 {
    border-left-width: 2px;
    font-size: 34px;
    margin: 2rem 0 1rem;
    padding-left: 0.8rem;
}.secure_depository_C h3, 
    .secure_depository_C h4 {
    font-size: calc(34px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.secure_depository_C p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.secure_depository_C ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.secure_depository_C li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    font-size: calc(16px * 0.95);
    line-height: 1.5;
}.secure_depository_C span {
    margin-left: 0;
    font-size: calc(16px * 0.95);
    margin-bottom: 1.2rem;
    line-height: 1.6;
    padding: 0.8rem;
}}



@media (max-width: 480px) {.our_team_v {
    padding: 60px 0;
}.our_team_v .text_column_v {
    padding: 25px 20px;
    border-left-width: 3px;
}.our_team_v h1 {
    font-size: calc(44px * 0.8);
}.our_team_v span::first-letter {
    font-size: 150%;
}}



@media screen and (max-width: 991px) {.program_details_m {
    padding: 80px 0;
}.program_details_m .career_learn_s {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_details_m .career_learn_s::before {
    height: calc(100% + 40px);
    left: -20px;
    transform: none;
    width: calc(100% + 40px);
    top: -20px;
}.program_details_m .text_column_v {
    order: 2;
    transform: none;
    animation: none;
}.program_details_m .img_rounded_box_9 {
    transform: none;
    animation: pulse 8s infinite alternate;
    order: 1;
    min-height: 400px;
}.program_details_m .img_rounded_box_9:hover {
    transform: scale(1.02) translateY(-5px);
}.program_details_m .text_column_v h2 {
    margin-right: auto;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    display: block;
}.program_details_m .text_column_v .description {
    text-align: left;
}
}



@media (max-width: 991px) {.interested_learners_h {
    padding: 100px 0;
}.interested_learners_h h4 {
    margin-bottom: 60px;
    font-size: calc(35px - 2px);
}.interested_learners_h div {
    gap: 25px;
}.interested_learners_h div p {
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
}.interested_learners_h div p svg {
    top: 20px;
    width: 30px;
    left: 20px;
    height: 30px;
}
}



@media (max-width: 479px) {.interested_learners_h {
    padding: 60px 0;
}.interested_learners_h h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(35px - 6px);
}.interested_learners_h div {
    gap: 15px;
}.interested_learners_h div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(17px - 1px);
}.interested_learners_h div p svg {
    width: 25px;
    top: 15px;
    padding: 6px;
    height: 25px;
    left: 15px;
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}



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


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

@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}



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



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    to {
        width: 100%;
    }
}



@keyframes popIn {
    to {
        transform: translateY(-50%) scale(1);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(153,204,185,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(153,204,185);
    }
}



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



@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(153,204,185,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(153,204,185);
    }
}

