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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 100;
    background: rgb(104,111,103);
    margin-top: 0;
    padding: 0;
    position: relative;
}

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

.contact_us_p .image_7 {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.contact_us_p #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}

.contact_us_p h3 {
    font-weight: 700;
    color: rgb(147,161,148);
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
}

.contact_us_p input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_us_p .feedback_card_m {
    display: flex;
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
}

.contact_us_p .feedback_card_m input[type="checkbox"]:checked::after {
    top: 40%;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    border-bottom: 2px solid #ffffff;
    width: 5px;
    height: 10px;
    left: 50%;
    position: absolute;
    content: "";
}

.contact_us_p .feedback_message_c::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    height: 0;
}

.privacy_cordon_T::before {
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    position: absolute;
    transform-origin: left center;
}

.privacy_cordon_T h2::before {
    transform: scaleY(0.7);
    width: 3px;
    position: absolute;
    content: "";
    opacity: 0.8;
    height: 100%;
    background: rgb(104,111,103);
    top: 0;
    left: 0;
}

.privacy_cordon_T p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
    transform: translateY(10px);
    max-width: 95%;
    font-size: 14px;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.4s forwards;
}

.privacy_cordon_T ul {
    list-style: none;
    transform: translateX(-10px);
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0 2rem;
    padding: 1.5rem 2rem;
    position: relative;
    border-left: 3px solid rgb(147,161,148);
    padding-left: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    opacity: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
}

.welcome_page_4::after {
    right: -5%;
    position: absolute;
    background: rgb(104,111,103);
    width: 35%;
    opacity: 0.1;
    transform: rotate(-15deg);
    bottom: -10%;
    height: 70%;
    z-index: 0;
    content: "";
}

.welcome_page_4 .study_tools_y > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}

.welcome_page_4 .achieve_goals_c > div {
    height: 100%;
    padding: 3rem 2rem;
    flex-direction: column;
    min-height: 400px;
    position: relative;
    justify-content: space-between;
    display: flex;
}

.welcome_page_4 .achieve_goals_c div div {
    z-index: 2;
    position: relative;
}

.welcome_page_4 .achieve_goals_c:hover div div div {
    transform: translateY(0);
}

.welcome_page_4 .title_style_header::before {
    position: absolute;
    top: 0;
    transform: scaleY(0.8);
    background: rgb(104,111,103);
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    width: 4px;
    height: 100%;
}

.cookie_warning_message_P p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.cookies_terms_3:hover svg {
    transform: scale(1.1);
}

.track_toggle_f {
    flex-shrink: 0;
    border-radius: 18px;
    margin-left: 10px;
    box-shadow: 0 0 15px rgb(147,161,148);
    font-size: 18px;
    line-height: 40px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    min-width: 140px;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    white-space: nowrap;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.our_mission_K {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(104,111,103,0.5);
}



.our_mission_K h3::before {
    content: "";
    left: -30px;
    position: absolute;
    background: rgb(147,161,148);
    height: 3px;
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
}



.our_mission_K .study_learn_B span {
    grid-column: 1 / 3;
    display: block;
    color: rgb(147,161,148);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
}

.our_mission_K .fast_learning_B {
    gap: 40px;
    opacity: 0;
    border-right: 3px solid rgb(104,111,103);
    transform: translateX(50px);
    display: grid;
    padding-right: 40px;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.our_mission_K .quick_studies_3::after {
    right: 0;
    content: "";
    background: linear-gradient(to left, rgb(104,111,103), transparent);
    width: 40%;
    height: 1px;
    bottom: -20px;
    position: absolute;
}

.price_row_o {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.price_row_o::before {
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
}

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

.price_row_o .cert_fees_J {
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(5px);
    position: relative;
    display: flex;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 35px 30px;
}

.thanksSpace_d {
    align-items: center;
    padding: 6rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,161,148,0.5), rgb(104,111,103,0.5));
    min-height: 70vh;
    display: flex;
    position: relative;
    justify-content: center;
}

.thanksSpace_d .container {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.thanksSpace_d .quick_studies_3 > div:first-child::before {
    height: 26px;
    animation: pulse 3s infinite alternate;
    content: "";
    box-shadow: 0 0 20px rgba(rgb(147,161,148), 0.5);
    transform: translateY(-50%);
    left: -15px;
    top: 50%;
    width: 26px;
    background: rgb(147,161,148);
    position: absolute;
    border-radius: 50%;
}

.thanksSpace_d a:hover {
    transform: translateY(-5px);
}

.thanksSpace_d p {
    padding: 1rem 0;
    font-size: 12px;
    margin: 0;
    hyphens: auto;
    color: #000000;
    line-height: 1.8;
    position: relative;
}



.teacher_profile_c .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    perspective: 1000px;
}

.teacher_profile_c .learner_insights_U:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(104,111,103,0.5),
        inset 0 0 50px rgb(147,161,148,0.5);
}

.teacher_profile_c .name {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(147,161,148,0.5);
    font-weight: 700;
    width: 100%;
    letter-spacing: 1px;
    font-size: 36px;
    transform: translateZ(20px);
    margin-top: 100px;
}

.teacher_profile_c .employee_details_x::before {
    mix-blend-mode: overlay;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(45deg, rgb(147,161,148,0.5) 0%, transparent 70%);
    top: 0;
    width: 100%;
}

header .head_teach_x {
    display: flex;
    z-index: 5;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 2.5rem;
    align-items: center;
}

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

header .main_base_C {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .header_page_z {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    position: relative;
    z-index: 2;
}

header .top_pagebar_P a {
    font-size: 14px;
    display: flex;
    height: 45px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border-right: 1px solid transparent;
    padding: 0 1.2rem;
    position: relative;
    text-decoration: none;
    align-items: center;
    border-left: 1px solid transparent;
    overflow: hidden;
    z-index: 1;
    justify-content: center;
    transition: all 0.3s ease;
}

header .head_teach_x::after {
    content: '';
    position: absolute;
    background: rgb(147,161,148);
    top: 20px;
    width: 1px;
    left: 20px;
    height: 30px;
}

.hackathon_5 .company_holder {
    text-align: center;
    padding: 25px;
    flex: 0 0 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.2);
}

.hackathon_5 .header_page_z {
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
}

.hackathon_5 .header_page_z .header_learn_z a:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

.insta_feed_8 .knowl_base_q {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
}

.contact_7::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.07;
    width: 100%;
    background-image: radial-gradient(circle at 10% 30%, rgb(147,161,148,0.5) 10%, transparent 70%),
                      radial-gradient(circle at 90% 70%, rgb(104,111,103,0.5) 15%, transparent 65%);
    left: 0;
    z-index: 0;
}

.contact_7 .form_edu_I > div {
    padding: 2rem;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
}

.contact_7 .edu_ask_w {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.contact_7 .learn_chat_b {
    padding: 0.75rem 1rem;
    display: flex;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05),
                -4px -4px 8px rgba(255, 255, 255, 0.8);
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    gap: 10px;
    background: linear-gradient(145deg, #f8f9fa, #e6e7e8);
    border-radius: 8px;
}

.program_details_m .career_challenge_g {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    overflow: hidden;
}

.program_details_m .container {
    position: relative;
    justify-content: flex-end;
    height: 100%;
    margin: auto;
    align-items: center;
    z-index: 2;
    padding: 4rem 2rem;
    display: flex;
}

.program_details_m .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.program_details_m .study_hack_z:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}

.program_details_m .study_hack_z h3::after {
    height: 2px;
    background-color: rgb(147,161,148);
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 40%;
}

.program_details_m .study_hack_z .feedback_message_c::before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(104,111,103) 0%,
        rgb(147,161,148) 100%
    );
    transition: opacity 0.3s ease;
}

.program_details_m .career_challenge_g:nth-child(2) {
    --slide-color: rgb(104,111,103);
}

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

.program_details_m .career_challenge_g::after {
    opacity: 0.3;
    position: absolute;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(147,161,148)) 150%
    );
    width: 100%;
    mix-blend-mode: soft-light;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    height: 100%;
}

.join_our_mailing_list_X p {
    color: #000000;
    max-width: 60%;
    align-self: flex-start;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    transform: translateX(40%);
    font-size: 31px;
    position: relative;
}

.join_our_mailing_list_X .input_holder::before {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
}

.join_our_mailing_list_X .feedback_message_c:hover::before {
    transform: translateX(0) skewX(-15deg);
}

.statistical_details_I::before {
    opacity: 0.2;
    right: -10%;
    height: 50%;
    background: linear-gradient(225deg, rgb(147,161,148,0.5) 0%, transparent 70%);
    width: 50%;
    position: absolute;
    top: -10%;
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
}

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

.statistical_details_I .statistics_tracks_F {
    flex-direction: column;
    transform: translateY(20px);
    opacity: 0;
    padding: 2rem 1.5rem;
    animation-delay: calc(0.1s * var(--i, 0));
    backdrop-filter: blur(8px);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: fadeUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
    position: relative;
    display: flex;
}

.statistical_details_I .statistics_tracks_F {
    padding: 1.25rem 1rem;
}

.statistical_details_I .statistics_tracks_F:hover p {
    color: rgb(104,111,103);
    transform: scale(1.1);
}

.course_benefits_C {
    position: relative;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}

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

.course_benefits_C .quick_studies_3 {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transform: translateY(0);
}

.course_benefits_C li:hover {
    transform: translateX(10px);
}

.course_benefits_C li p {
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    display: flex;
    color: #000000;
}

.course_benefits_C li:nth-child(odd) {
    border-radius: 10px;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(147,161,148,0.5), 0.03) 0%, transparent 100%);
}



@media (max-width: 576px) {.contact_us_p {
    padding: 50px 0;
}.contact_us_p .container {
    padding: 0 15px;
}.contact_us_p h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.contact_us_p .help_feedback_I {
    padding: 30px 20px 40px;
}.contact_us_p .feedback_message_c {
    width: 100%;
}.contact_us_p .image_7 {
    min-height: 200px;
}}



@media (min-width: 992px) {.welcome_page_4 .study_tools_y {
    padding: 3rem;
    width: 85%;
}.welcome_page_4 .achieve_goals_c h3 {
    max-width: 80%;
    font-size: 18px;
}.welcome_page_4 .achieve_goals_c > div {
    padding: 4rem 3rem;
}.welcome_page_4 .achieve_goals_c div div div {
    max-width: 85%;
    padding: 3rem;
}
}


@media only screen and (max-width: 1200px) {.cookie_warning_message_P {
    padding: 15px 0;
}.cookie_check_h {
    padding: 15px 5%;
}
}



@media screen and (max-width: 992px) {.our_mission_K {
    padding: 80px 0;
}.our_mission_K h3 {
    font-size: calc(42px * 1.1);
}.our_mission_K .quick_studies_3 {
    gap: 70px;
}.our_mission_K .study_learn_B,
    .our_mission_K .fast_learning_B {
    grid-template-columns: 1fr;
    gap: 30px;
}.our_mission_K .study_learn_B p {
    grid-column: 1 / 2;
    padding-right: 0;
}.our_mission_K .fast_learning_B p {
    grid-column: 1 / 2;
    padding-left: 0;
    grid-row: 2 / 3;
}.our_mission_K .fast_learning_B .skill_mastery_B {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our_mission_K .study_learn_B .image_7,
    .our_mission_K .fast_learning_B .skill_mastery_B {
    min-height: 250px;
}
}



@media (max-width: 768px) {.price_row_o {
    padding: 60px 0;
}.price_row_o .access_plans_n {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.price_row_o .study_fees_P {
    margin-bottom: 40px;
}.price_row_o h2 {
    font-size: calc(36px * 0.8);
}.price_row_o .cert_fees_J {
    padding: 30px 25px;
}
}



@media (max-width: 767px) {.thanksSpace_d {
    padding: 4rem 1.5rem;
}.thanksSpace_d .quick_studies_3 {
    padding: 2.5rem 2rem;
}.thanksSpace_d h5 {
    font-size: 19px;
}.thanksSpace_d p {
    font-size: calc(12px * 0.95);
}
}



@media (prefers-reduced-motion) {.thanksSpace_d .quick_studies_3,
    .thanksSpace_d a,
    .thanksSpace_d h5,
    .thanksSpace_d::before,
    .thanksSpace_d::after {
    animation: none;
    transition: none;
}.thanksSpace_d .quick_studies_3 > div:first-child::before {
    animation: none;
}.thanksSpace_d .quick_studies_3 > div:nth-child(2) {
    opacity: 1;
}.thanksSpace_d h5 {
    opacity: 1;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_teach_x {
    padding: 0.8rem 1.5rem;
}header .head_top_b {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .main_base_C img {
    max-height: 35px;
}header .header_page_z {
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .header_page_z::-webkit-scrollbar {
    height: 3px;
}header .header_page_z::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,161,148);
}header .top_pagebar_P {
    flex: 0 0 auto;
    margin: 0;
}header .top_pagebar_P a {
    font-size: calc(14px - 2px);
    height: 35px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
}header .top_pagebar_P:last-child::after {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.contact_7 .form_edu_I > div {
    transition: none !important;
    animation: none !important;
}.contact_7 .learn_chat_b {
    transition: color 0.3s ease !important;
}.contact_7 .learn_chat_b:hover {
    transform: none !important;
}.contact_7 .learn_chat_b:hover svg {
    transform: none !important;
}}



@media (max-width: 576px) {.program_details_m .skill_track_i {
    animation-duration: 20s;
}.program_details_m .container {
    padding: 3rem 1rem;
}.program_details_m .study_hack_z {
    padding: 1.5rem;
}.program_details_m .study_hack_z h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.7);
}.program_details_m .study_hack_z p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.25rem;
}.program_details_m .study_hack_z .feedback_message_c {
    padding: 0.65rem 1.5rem;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 991px) {.statistical_details_I {
    padding: 3.5rem 1.25rem;
}.statistical_details_I ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_details_I .statistics_tracks_F p {
    font-size: calc(40px * 0.65);
}.statistical_details_I h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}
}



@media (min-width: 768px) {.course_benefits_C .quick_studies_3 {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.course_benefits_C .image_7 {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_benefits_C ul {
    grid-template-columns: repeat(2, 1fr);
}.course_benefits_C li {
    margin-bottom: 0.5rem;
}
}



@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

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



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

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

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



@keyframes floatElement {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, -15px);
    }
}



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



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

