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

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(113,170,193);
}

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

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

.net_thxWrap .net_learning_growth > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}

.net_thxWrap h5 {
    color: #000000;
    transition: transform 0.4s ease;
    line-height: 1.4;
    font-size: 18px;
    margin: 0;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
    padding-left: 1rem;
}

.net_thxWrap a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}

.net_contact {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(164,203,208) 50%);
    padding: 100px 0;
}

.net_contact h2::after {
    transform: translateX(-50%);
    background: rgb(113,170,193);
    width: 60px;
    bottom: -15px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
}

.net_contact .net_img_thumbnail {
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
}

.net_contact #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.net_contact h3::after {
    bottom: 0;
    width: 100%;
    background: rgb(113,170,193,0.5);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}

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

.net_contact .net_inquiry_info label {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}

.net_contact .net_inquiry_info a:hover {
    color: rgb(77,71,169);
}

.net_contact .net_feedback_widget {
    align-self: flex-start;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(113,170,193);
    margin-top: 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding: 16px 40px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(113,170,193,0.5);
}

.net_pricing_suite .net_fee_chart {
    flex-direction: column-reverse;
    display: flex;
}

.net_pricing_suite .net_learn_pricing h2::after {
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    background: rgb(113,170,193);
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
}

.net_pricing_suite .net_package_rates:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.net_pricing_suite .net_study_rates h3 {
    font-size: calc(22px + 2px);
    transition: transform 0.3s ease;
    transform: translateX(0);
    position: relative;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 600;
}

.net_pricing_suite .net_study_rates p {
    word-break: break-word;
    color: #000000;
    white-space: normal;
    font-size: 15px;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex: 1;
    margin-top: 15px;
}

.net_pricing_suite .net_package_rates:hover .net_img_thumbnail {
    transform: scale(1.05);
}

.net_pricing_suite .net_package_rates:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.net_client_testimonials {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.net_client_testimonials h2::first-letter {
    color: rgb(113,170,193);
    font-size: 1.8em;
}

.net_client_testimonials .net_learning_views {
    animation: fadeIn 0.8s ease forwards;
    position: relative;
    padding: 30px 0;
    opacity: 0;
}

.net_client_testimonials .net_learning_views img {
    width: 60px;
    position: absolute;
    bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    height: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    right: 0;
    border-radius: 10px;
    border: 3px solid #ffffff;
    filter: grayscale(100%);
    object-fit: cover;
}

.net_title_opener .net_page_intro {
    position: relative;
    padding: 4rem 2rem;
    min-height: 100vh;
    align-items: center;
    isolation: isolate;
    display: flex;
    justify-content: center;
}

.net_title_opener .net_how_grow {
    position: relative;
    z-index: 3;
    transform: translateY(-2vh);
    padding: 3rem;
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 100%;
    max-width: 900px;
}

.net_title_opener h1::after {
    animation: lineGrow 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(113,170,193);
    height: 4px;
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    content: '';
    width: 70px;
}

.net_title_opener p::before {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    transform-origin: bottom;
    height: 100%;
    content: '';
    background: rgb(113,170,193);
    transition: transform 0.4s ease;
    position: absolute;
    z-index: -1;
}

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

.net_course_program .net_knowledge_flow:hover .net_tech_training {
    animation-play-state: paused;
}

.net_course_program .net_skill_path img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
    height: 100%;
    filter: grayscale(0.5) brightness(0.7);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.net_course_program .net_learn_challenge::before,
.net_course_program .net_learn_challenge::after {
    background: rgb(113,170,193);
    position: absolute;
    content: '';
    transition: all 0.5s ease;
}

.net_course_program .net_learn_challenge::before {
    width: 100%;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, 
                transparent 0%,
                rgb(113,170,193) 50%,
                transparent 100%);
    left: 0;
    transform: scaleX(0);
}




.net_course_program .net_learn_challenge::before {
    content: '';
    left: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent, 
                rgb(113,170,193), 
                transparent);
    transition: transform 0.5s ease;
    top: 0;
    transform-origin: 0 0;
    transform: scaleX(0);
    height: 2px;
    position: absolute;
}

.net_course_program .net_learn_challenge .net_feedback_widget:hover::before {
    left: 0;
}



.net_company_info::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(113,170,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(77,71,169,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
}

.net_company_info .net_growth_hist::before {
    transition: opacity 0.4s ease;
    opacity: 0.07;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(113,170,193,0.5) 100%);
    inset: 0;
}



.net_company_info .net_growth_hist:hover::after {
    opacity: 1;
}

.net_company_info .net_img_thumbnail::before {
    -webkit-mask: linear-gradient(rgb(77,71,169,0.5)) content-box, linear-gradient(rgb(113,170,193,0.5));
    background: conic-gradient(rgb(113,170,193), rgb(77,71,169), rgb(113,170,193));
    opacity: 0.2;
    padding: 3px;
    inset: -3px;
    -webkit-mask-composite: xor;
    content: "";
    animation: rotate 8s linear infinite;
    border-radius: 50%;
    mask-composite: exclude;
    position: absolute;
}

.net_company_info .net_growth_hist:hover .net_skills_center::after {
    width: 80%;
}

.net_company_info .net_growth_hist:hover .net_skill_experts {
    opacity: 1;
    color: rgb(77,71,169);
    transform: translateY(2px);
}

.net_company_info .net_text_section::before,
.net_company_info .net_text_section::after {
    background: rgb(113,170,193,0.5);
    position: absolute;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    opacity: 0.03;
    animation: blobAnimation 25s infinite alternate;
    content: "";
    transition: all 0.8s ease;
    width: 500px;
    z-index: -1;
    height: 500px;
    filter: blur(60px);
}



.net_company_info .net_text_section::before {
    top: -250px;
    right: -250px;
}

.net_company_info .net_text_section::before,
.net_company_info .net_text_section::after,
.net_company_info .net_growth_hist::before,
.net_company_info .net_growth_hist::after,
.net_company_info .net_img_thumbnail::before,
.net_company_info .net_img_thumbnail::after {
    pointer-events: none;
}

.net_cookie_message_panel .net_data_settings {
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.net_cookie_message_panel .net_user_tracker h5 {
    color: rgb(113,170,193);
    margin-bottom: 6px;
    font-size: 19px;
}

.net_cookie_message_panel .net_data_control:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.net_ideal_participants {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(113,170,193,0.5) 100%);
    padding: 110px 0;
}

.net_ideal_participants .net_learning_growth {
    background: #ffffff;
    position: relative;
    padding: 50px 40px;
    perspective: 1000px;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
}

.net_ideal_participants h4::after {
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 70px;
    background: linear-gradient(90deg, rgb(113,170,193), rgb(77,71,169));
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
}

.net_ideal_participants p::after {
    width: 100%;
    opacity: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    transition: all 0.4s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(113,170,193,0.5) 0%, transparent 100%);
}

.net_ideal_participants p:hover svg {
    transform: scale(1.2);
}



.net_ideal_participants .net_learning_growth > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}

.net_ideal_participants .net_learning_growth > div p:nth-child(4) {
    animation-delay: 0.8s;
}

header .net_main_primary {
    padding: 20px 15px;
    transform: none;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    flex-direction: row;
    position: relative;
    display: flex;
}

header .net_main_primary .net_top_guide .net_top_lead {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

header .net_main_primary .net_top_guide .net_top_lead a::after {
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgb(77,71,169), transparent);
    bottom: 0;
    width: 100%;
    transition: transform 0.4s ease;
    position: absolute;
    height: 2px;
    content: "";
}



.net_privacy_folio .container {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(113,170,193,0.5);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    max-width: 1200px;
}

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

.net_privacy_folio h2:hover::before {
    transform: scaleY(1.2);
}

.net_privacy_folio h3 {
    font-weight: 600;
    margin: 1.75rem 0 1rem;
    position: relative;
    color: #000000;
    font-size: calc(23px + 0.1rem);
}

.net_privacy_folio span:hover {
    color: rgb(77,71,169);
}

.net_privacy_folio li {
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    position: relative;
    font-size: 13px;
    margin-bottom: 0.75rem;
    color: #000000;
    line-height: 1.6;
}

footer .net_rating_stars::before {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.25;
    transform: rotateX(180deg);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 100px;
    background: #ffffff;
    left: 0;
}



footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(77,71,169,0.5);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}

footer .net_forum_link {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 500px;
}

footer .net_top_guide h5::after, footer .subscribe_holder h5::after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
}

footer .net_head_guide a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 15px;
    padding: 15px 20px;
    color: #ffffff;
    border-radius: 25px;
}

footer .net_sub_agreement:hover::after {
    left: 100%;
}

footer .net_module_end {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.net_education_framework {
    padding: 8rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, rgb(77,71,169,0.5) 100%);
    position: relative;
}

.net_education_framework .container {
    background: linear-gradient(to bottom, #ffffff, rgb(255, 255, 255, 0.5));
    flex-direction: column;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    z-index: 2;
    transform-origin: center top;
    display: flex;
    animation: container-entrance 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    padding: 3rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.net_learning_outcomes {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,203,208) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
}



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

.net_learning_outcomes .net_img_thumbnail {
    transition: transform 0.5s ease;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transform-origin: left center;
    object-fit: cover;
    height: 100%;
}

.net_learning_outcomes ul {
    gap: 15px;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.net_learning_outcomes li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}

.net_learning_outcomes svg {
    width: 20px;
    padding: 6px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(113,170,193), rgb(77,71,169));
    height: 20px;
    transition: all 0.3s ease;
}

.net_academic_experience .net_learning_views {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform-style: preserve-3d;
    gap: 30px;
    border-left: 4px solid rgb(113,170,193);
    grid-template-columns: 1fr;
    padding: 40px;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: rgba(255, 255, 255, 0.95);
}

.net_academic_experience .name {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #000000;
}

.net_academic_experience .net_learning_views > div:nth-child(3) {
    transform: translateZ(5px);
    transition: transform 0.4s ease-out;
    position: relative;
}

.net_academic_experience .net_exp_content::before {
    left: 5px;
    top: 10px;
    position: absolute;
    line-height: 1;
    content: "";
    color: rgb(113,170,193,0.5);
    opacity: 0.4;
    font-size: calc(47px * 1.5);
}



@media (min-width: 992px) {.net_thxWrap {
    padding: 8rem 0;
}.net_thxWrap .container {
    padding: 0 2rem;
}.net_thxWrap .net_learning_growth {
    gap: 4rem;
}.net_thxWrap .net_learning_growth > div:first-child {
    padding-left: 2rem;
}.net_thxWrap .net_learning_growth > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.net_thxWrap h5 {
    padding-left: 2rem;
    font-size: calc(18px * 1.4);
}.net_thxWrap .net_learning_growth > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.net_thxWrap p {
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 768px) {.net_contact {
    padding: 60px 0;
}.net_contact h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.net_contact .net_request_grid {
    padding: 40px 30px;
}.net_contact #contact {
    gap: 25px;
}.net_contact .net_img_thumbnail {
    min-height: 300px;
}
}



@media (min-width: 1200px) {.net_pricing_suite .net_cert_plans {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.net_pricing_suite .net_program_price {
    min-height: 500px;
}.net_pricing_suite .net_img_thumbnail {
    height: 220px;
}.net_pricing_suite .net_study_rates h3 {
    font-size: calc(22px + 2px);
}.net_pricing_suite .net_pricing_tiers {
    font-size: calc(22px + 6px);
}}



@media (min-width: 1200px) {.net_title_opener .net_how_grow {
    padding: 4rem;
    transform: translateY(-4vh);
}.net_title_opener .net_how_grow::before {
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}.net_title_opener h1 {
    max-width: 90%;
}.net_title_opener h3 {
    max-width: 80%;
}.net_title_opener p {
    max-width: 75%;
}
}



@media (max-width: 1200px) {.net_course_program .net_learn_challenge {
    grid-column: 2 / 12;
}
}



@media (max-width: 991px) {.net_course_program {
    padding: 4rem 0;
}.net_course_program .net_learn_challenge {
    grid-column: 1 / 13;
    margin: 0 20px;
}
}



@media (max-width: 480px) {.net_course_program {
    padding: 2rem 0;
}.net_course_program .net_learn_challenge {
    padding: 25px 15px;
}.net_course_program .net_learn_challenge h3 {
    padding-left: 15px;
    font-size: calc(34px * 0.8);
}.net_course_program .net_learn_challenge p {
    padding-left: 15px;
}.net_course_program .net_learn_challenge .net_feedback_widget {
    padding: 10px 20px;
    margin-left: 15px;
}}


@media (max-width: 768px) {.net_cookie_message_panel .net_data_settings {
    margin-bottom: 15px;
    margin-right: 0;
}.net_cookie_message_panel .net_data_control {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}



@media (max-width: 991px) {.net_ideal_participants {
    padding: 80px 0;
}.net_ideal_participants .net_learning_growth {
    padding: 40px 30px;
}.net_ideal_participants h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.net_ideal_participants div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.net_ideal_participants p {
    padding: 15px;
}.net_ideal_participants::after {
    height: 80px;
}
}



@media (max-width: 992px) {.net_privacy_folio {
    padding: 3rem 1.5rem;
}.net_privacy_folio .container {
    padding: 2.5rem 2rem;
}.net_privacy_folio h1 {
    font-size: calc(43px - 0.2rem);
}.net_privacy_folio h2 {
    font-size: calc(36px - 0.15rem);
}
}



@media (max-width: 576px) {.net_privacy_folio {
    padding: 2rem 0.75rem;
}.net_privacy_folio .container {
    padding: 1.5rem 1.25rem;
}.net_privacy_folio h1 {
    font-size: calc(43px - 0.6rem);
}.net_privacy_folio h2 {
    font-size: calc(36px - 0.4rem);
    padding-left: 0.75rem;
}.net_privacy_folio h2::before {
    width: 2px;
}.net_privacy_folio li::before {
    width: 6px;
    height: 6px;
}
}



@media (max-width: 767px) {footer .net_rating_stars {
    padding: 80px 0 30px;
}footer .net_rating_stars::before {
    background-size: 100% 60px;
    height: 60px;
}footer .net_contact_panel {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .net_top_guide, footer .subscribe_holder {
    padding: 25px 20px;
}footer .net_module_end {
    margin-top: 40px;
}
}



@media (max-width: 767px) {.net_education_framework {
    padding: 6rem 1.5rem;
}.net_education_framework .container {
    padding: 2rem;
    transform: perspective(800px) rotateX(0.5deg);
}.net_education_framework h3 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.net_education_framework p {
    font-size: calc(18px * 0.95);
}.net_education_framework p span {
    padding-left: 1rem;
}.net_education_framework p span::before {
    width: 4px;
    height: 4px;
    top: 0.5rem;
}}



@media (hover: none) {.net_academic_experience .net_learning_views {
    transform: none !important;
}.net_academic_experience .net_learning_views > div:first-child,
    .net_academic_experience .net_learning_views > div:nth-child(3) {
    transform: none !important;
}
}



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



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes text-entrance {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

