﻿.main_pagebar_I {
    flex: 1 0 auto;
}

.main_pagebar_I {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(195,200,173);
}

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


.contact_us_p {
    background: rgb(195,200,173);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.contact_us_p .message_map_s {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.contact_us_p .help_feedback_I::before {
    left: 0;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    background-size: 30px 30px;
    content: "";
    background-position: 0 0, 15px 15px;
}

.contact_us_p .feedback_card_m label {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
}

.contact_us_p .feedback_card_m a:hover {
    color: rgb(104,111,103);
}

.contact_us_p .feedback_card_m a::after {
    bottom: -2px;
    background: rgb(147,161,148);
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
}

.contact_us_p svg {
    fill: rgb(147,161,148);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.contact_us_p svg:hover {
    fill: rgb(104,111,103);
}

.privacy_cordon_T {
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(rgb(147,161,148,0.5), 0.05) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 2rem;
}

.privacy_cordon_T h1::after {
    left: 0;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    bottom: -12px;
    transform: scaleX(0);
    background: rgb(147,161,148);
    width: 60px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    content: "";
}

.privacy_cordon_T h4 {
    font-size: calc(37px * 0.75);
    transform: translateY(10px);
    opacity: 0.85;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    opacity: 0;
}

.privacy_cordon_T span::before {
    opacity: 0.3;
    position: absolute;
    content: "";
    height: calc(100% - 1rem);
    background: rgb(104,111,103);
    left: 0;
    top: 0.5rem;
    width: 3px;
}

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

.welcome_page_4::before {
    opacity: 0.4;
    content: "";
    background: linear-gradient(to right, rgb(147,161,148,0.5) 0%, transparent 75%);
    position: absolute;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
    z-index: 1;
    left: 0;
}

.welcome_page_4 .study_tools_y > div:first-child p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-weight: 600;
    z-index: 3;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(13px * 1.2);
}

.welcome_page_4 .achieve_goals_c:hover h3 {
    opacity: 1;
    transform: translateX(0);
}

.welcome_page_4 .achieve_goals_c div div div {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(1rem);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
}

.cookie_warning_message_P h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 23px;
}

.cookies_terms_3 svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(147,161,148);
}

.track_toggle_f:hover {
    box-shadow: 0 0 20px rgb(104,111,103);
}

.cookie_warning_message_P p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(147,161,148);
}

header .top_plank .peak_knowledge_n div svg, header .top_plank .peak_knowledge_n div svg path {
    fill: #ffffff;
}

header .top_plank .peak_knowledge_n div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.our_mission_K::before {
    top: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    content: "";
    background: 
        linear-gradient(217deg, rgb(147,161,148,0.5), transparent 70%),
        linear-gradient(127deg, rgb(104,111,103,0.5), transparent 70%);
    height: 100%;
    left: 0;
}

.our_mission_K .study_learn_B p {
    font-size: 15px;
    padding-right: 20px;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.8;
}

.our_mission_K .study_learn_B .image_7::before {
    opacity: 0.3;
    background: linear-gradient(to right, rgb(147,161,148,0.5), transparent);
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.our_mission_K .fast_learning_B .skill_mastery_B::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(to left, rgb(104,111,103,0.5), transparent);
    opacity: 0.3;
    height: 100%;
    left: 0;
}

.our_mission_K .container::after {
    content: "";
    animation: rotate 40s linear infinite reverse;
    width: 300px;
    z-index: -1;
    bottom: -150px;
    height: 300px;
    border: 1px solid rgb(104,111,103,0.5);
    right: -150px;
    border-radius: 50%;
    position: absolute;
}

.price_row_o h2 {
    position: relative;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    transform: translateY(0);
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.price_row_o .rate_options_m {
    box-sizing: border-box;
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.price_row_o .rate_options_m h4 {
    font-size: calc(24px * 1.2);
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

.price_row_o .payment_pricing_A {
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(147,161,148,0.5) 0%, rgb(104,111,103,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px 20px;
    align-self: flex-start;
    font-size: calc(24px * 1.4);
    border-radius: 6px;
    color: #ffffff;
    transform: translateZ(10px);
}

.thanksSpace_d .quick_studies_3 {
    transform: translateZ(0);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    backdrop-filter: blur(10px);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.85);
    padding: 3.5rem;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.thanksSpace_d p::after {
    width: 35%;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(104,111,103));
    position: absolute;
    right: 0;
    transform: scaleX(0);
    height: 2px;
    transform-origin: right;
}

.teacher_profile_c .image_7 {
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    position: absolute;
    top: -90px;
    width: 180px;
    transform: translateX(-50%) translateZ(30px);
    left: 50%;
    border: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(147,161,148,0.5);
}

.teacher_profile_c .employee_details_x {
    padding: 2rem;
    font-size: 17px;
    width: 100%;
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    transition: transform 0.3s ease;
    border-left: 3px solid rgb(147,161,148);
    transform: translateZ(10px);
    position: relative;
    color: #ffffff;
    margin-top: 2rem;
}

header .head_top_b {
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    margin-right: 2rem;
    padding: 0.5rem 0.7rem;
    overflow: hidden;
    border-left: 3px solid rgb(147,161,148);
}

header .main_base_C::after {
    content: '';
    position: absolute;
    height: 10px;
    bottom: -5px;
    background: rgb(147,161,148);
    opacity: 0;
    transition: all 0.3s ease;
    width: 10px;
    right: -5px;
}

header .top_pagebar_P a::before {
    background: rgb(147,161,148);
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    transform: translateX(-100%);
    left: 0;
    transition: transform 0.3s ease;
}

header .top_pagebar_P::before {
    top: 50%;
    background: rgb(147,161,148);
    transform: translateY(-50%) scale(0);
    content: '';
    width: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    height: 5px;
    left: -10px;
}

footer {
    position: relative;
}

footer::before {
    background: linear-gradient(125deg, #000000 0%, rgb(104,111,103) 100%);
    right: 0;
    content: '';
    top: 0;
    opacity: 0.95;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.hackathon_5 .reward_sys_g {
    margin-top: 20px;
    flex: 0 0 100%;
}

.hackathon_5 .header_page_z:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.hackathon_5 .header_page_z .header_learn_z a {
    padding: 8px 12px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
}



footer::after {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
}

.contact_7 h1::after {
    border-radius: 10px;
    bottom: -12px;
    width: 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 4px;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    content: '';
    left: 0;
    position: absolute;
}

.contact_7 .form_edu_I h6 {
    gap: 10px;
    color: #000000;
    align-items: center;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.75rem;
    display: flex;
    font-size: 18px;
}

.contact_7 .edu_ask_w svg {
    transition: transform 0.4s ease;
    width: 22px;
    height: 22px;
}

.contact_7 svg path {
    transition: fill 0.3s ease;
}



.contact_7 .form_edu_I > div:nth-child(2) {
    animation: float 6s ease-in-out infinite;
    animation-delay: 0.5s;
}

.program_details_m .career_classes_7 {
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    overflow: hidden;
    left: 0;
    height: 100%;
}

.program_details_m .career_challenge_g::before {
    left: 0;
    right: 0;
    background: linear-gradient(
        135deg,
        rgb(147,161,148,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(104,111,103,0.5) 100%
    );
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    bottom: 0;
}

.program_details_m .study_hack_z::after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(147,161,148,0.5) 100%
    );
    height: 1px;
}

.program_details_m .study_hack_z:hover h3::after {
    width: 60%;
}

.program_details_m .study_hack_z p {
    opacity: 0.8;
    line-height: 1.6;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 15px;
}

.program_details_m .study_hack_z p {
    margin-bottom: 1.5rem;
}

.program_details_m .study_hack_z .feedback_message_c:hover::before {
    opacity: 1;
}



.program_details_m::before {
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    top: 0;
    z-index: 1;
}

.program_details_m .career_challenge_g:nth-child(5) {
    --slide-color: rgb(147,161,148);
}

.join_our_mailing_list_X::before {
    opacity: 0.1;
    left: 5%;
    transform: skewY(-3deg);
    content: "";
    background: linear-gradient(135deg, rgb(147,161,148,0.5) 0%, rgb(104,111,103,0.5) 100%);
    height: calc(100% + 60px);
    top: -30px;
    z-index: -2;
    width: 90%;
    position: absolute;
}

.join_our_mailing_list_X .quick_studies_3::before {
    transform: rotate(-15deg);
    left: -20px;
    content: "";
    width: 120px;
    top: -40px;
    height: 120px;
    opacity: 0.3;
    animation: floatElement 8s ease-in-out infinite;
    z-index: -1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: rgb(147,161,148,0.5);
}

.join_our_mailing_list_X .feedback_message_c {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(147,161,148);
    cursor: pointer;
    font-size: 15px;
    padding: 1.5rem 2.5rem;
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
    z-index: 1;
}

.statistical_details_I::after {
    width: 30%;
    bottom: -5%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(104,111,103,0.5) 0%, transparent 80%);
    opacity: 0.15;
    z-index: 1;
    height: 30%;
    transform: rotate(10deg);
    left: -5%;
}

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

.statistical_details_I ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}

.statistical_details_I .statistics_tracks_F:nth-child(1) {
    --i: 1;
}

.statistical_details_I .statistics_tracks_F:nth-child(3) {
    --i: 3;
}

.statistical_details_I .statistics_tracks_F:nth-child(5) {
    --i: 5;
}

.statistical_details_I .statistics_tracks_F::before {
    top: 0;
    content: "";
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103));
}

.statistical_details_I .statistics_tracks_F p {
    font-size: calc(40px * 0.75);
    align-items: center;
    color: rgb(147,161,148);
    display: flex;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_benefits_C h5::after {
    position: absolute;
    bottom: -12px;
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    content: '';
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.course_benefits_C .quick_studies_3:hover .image_7 {
    transform: scale(1.05);
}

.course_benefits_C .text_element_d::before {
    content: '';
    transition: height 0.5s ease-out;
    top: 0;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103));
    position: absolute;
    left: 0;
    height: 0;
    width: 4px;
}

.course_benefits_C li svg {
    top: 0;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    transform: translateY(2px);
}


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



@media (max-width: 768px) {.contact_us_p {
    padding: 60px 0;
}.contact_us_p h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.contact_us_p .help_feedback_I {
    padding: 35px 25px 45px;
}.contact_us_p #contact {
    gap: 20px;
}.contact_us_p .image_7 {
    min-height: 250px;
}
}



@media (max-width: 767px) {.privacy_cordon_T {
    padding: 4rem 1.5rem;
}.privacy_cordon_T h1 {
    font-size: calc(38px * 0.9);
}.privacy_cordon_T h2 {
    font-size: calc(37px * 0.9);
}.privacy_cordon_T h3 {
    font-size: calc(37px * 0.8);
}.privacy_cordon_T h4 {
    font-size: calc(37px * 0.7);
}.privacy_cordon_T p, .privacy_cordon_T span {
    max-width: 100%;
}.privacy_cordon_T ul {
    padding: 1.25rem 1.5rem;
}}



@media (max-width: 480px) {.welcome_page_4 .study_tools_y {
    width: 95%;
    padding: 1rem;
}.welcome_page_4 .study_tools_y > div:first-child {
    padding: 1rem;
}.welcome_page_4 .study_tools_y > div:first-child p {
    font-size: 13px;
}.welcome_page_4 .achieve_goals_c > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.welcome_page_4 .achieve_goals_c div div div {
    padding: 1.5rem;
}}



@media screen and (max-width: 576px) {.our_mission_K {
    padding: 50px 0;
}.our_mission_K h3 {
    font-size: calc(42px * 0.8);
}.our_mission_K h3::before {
    left: -20px;
    width: 15px;
}.our_mission_K .quick_studies_3 {
    gap: 40px;
}.our_mission_K .study_learn_B,
    .our_mission_K .fast_learning_B {
    padding-right: 15px;
    padding-left: 15px;
    gap: 20px;
}.our_mission_K .study_learn_B .image_7,
    .our_mission_K .fast_learning_B .skill_mastery_B {
    min-height: 180px;
}.our_mission_K .container::before,
    .our_mission_K .container::after {
    display: none;
}}



@media (min-width: 768px) {.thanksSpace_d {
    padding: 8rem 3rem;
}.thanksSpace_d .quick_studies_3 {
    gap: 3.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.thanksSpace_d h5 {
    font-size: calc(19px * 1.4);
}.thanksSpace_d .quick_studies_3 > div:first-child::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(147,161,148,0.5), transparent);
    top: 50%;
    height: 80%;
    transform: translateY(-50%);
}.thanksSpace_d .quick_studies_3 > div:nth-child(2)::before {
    width: 40%;
}
}



@media (min-width: 1400px) {header .head_teach_x {
    max-width: 1320px;
    margin: 0 auto;
}header .top_pagebar_P {
    margin: 0 2px;
}header .top_pagebar_P a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .head_teach_x {
    padding: 0.7rem 1.2rem;
}header .head_top_b {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .top_pagebar_P a {
    height: 32px;
    padding: 0 0.6rem;
    font-size: calc(14px - 3px);
}}


@media (min-width: 768px) {.hackathon_5 .header_learn_z {
    justify-content: space-between;
}.hackathon_5 .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.hackathon_5 .reward_sys_g {
    flex: 0 0 65%;
}.hackathon_5 .container {
    justify-content: space-between;
    align-items: flex-start;
}.hackathon_5 .quiz_links_o {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}



@media screen and (min-width: 992px) {.contact_7 {
    padding: 10rem 0;
}.contact_7 h1 {
    margin-left: 3rem;
}.contact_7 h1::after {
    width: 120px;
}.contact_7 .form_edu_I {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}.contact_7 .form_edu_I > div:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.contact_7 .form_edu_I > div:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.contact_7 .form_edu_I > div:nth-child(3) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}.contact_7 .learn_chat_b {
    padding: 1rem 1.25rem;
}
}



@media (max-width: 768px) {.join_our_mailing_list_X {
    padding: 5rem 1.5rem 3rem;
    margin: 5rem 0 7rem;
}.join_our_mailing_list_X p {
    max-width: 90%;
    transform: translateX(5%);
    margin-bottom: 2rem;
    font-size: 22px;
}.join_our_mailing_list_X p::before {
    width: 15px;
    left: -20px;
}.join_our_mailing_list_X .input_holder {
    transform: translateY(20px);
    flex-direction: column;
    max-width: 95%;
}.join_our_mailing_list_X .subscribe_now_e {
    border-bottom: 1px solid rgb(147,161,148,0.5);
    padding: 1.2rem;
    width: 100%;
}.join_our_mailing_list_X .feedback_message_c {
    width: 100%;
    padding: 1.2rem;
}.join_our_mailing_list_X::before {
    top: -20px;
    height: calc(100% + 40px);
    left: 2.5%;
    width: 95%;
}.join_our_mailing_list_X::after {
    width: 90%;
}
}



@media (min-width: 992px) {.course_benefits_C {
    padding: 8rem 0;
}.course_benefits_C h5 {
    margin-bottom: 4rem;
    font-size: calc(24px * 1.1);
}.course_benefits_C .text_element_d {
    padding: 3rem;
}.course_benefits_C li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.course_benefits_C li:hover {
    background-color: rgba(rgb(104,111,103,0.5), 0.08);
}
}



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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



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



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}


    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }

