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

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

.whatsapp_grp16043 {
    flex: 0 0 auto;
}

.whatsapp_grp16043 {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}

.learning_profits63915 h5 {
    transform: perspective(1000px) translateZ(0);
    font-size: 20px;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.learning_profits63915 .knowledge_space35489:hover {
    transform: translateY(-10px);
}

.learning_profits63915 .text_capsule75026 {
    position: relative;
    padding: 2rem;
}

.learning_profits63915 ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.2rem;
}

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

.learning_profits63915 li svg {
    transition: transform 0.3s ease;
    width: 24px;
    left: 0;
    height: 24px;
    position: absolute;
    top: 3px;
}

.learning_profits63915 li:nth-child(even) {
    transform: translateY(0);
    opacity: 0;
    animation: fadeInFromRight 0.5s forwards;
    animation-delay: calc(0.1s * var(--i, 0));
}

.plan_block68547 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: calc(36px * 1.1);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    transform: translateY(0);
    text-align: center;
}

.plan_block68547 .bundle_rate67804 li {
    display: flex;
    height: 100%;
}

.plan_block68547 .study_fees92043:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}

.plan_block68547 .pricing_pack27638 {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.plan_block68547 .study_fees92043:hover h4 {
    color: rgb(207,178,206);
}

.plan_block68547 .study_fees92043:hover h4::after {
    background-color: rgb(207,178,206);
    width: 60px;
}

.plan_block68547 .study_fees92043 p {
    color: rgba(255, 255, 255, 0.75);
    white-space: normal;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 30px;
    font-size: 16px;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: normal;
}

.title_portal19302 {
    position: relative;
    padding: 120px 40px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(244,239,244) 0%, rgb(179,124,175,0.5) 100%);
    justify-content: center;
    overflow: hidden;
}

.title_portal19302 p {
    color: #000000;
    margin-bottom: 40px;
    animation: fadeUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: clamp(1rem, 1.2vw, 17px);
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    max-width: 600px;
}

.title_portal19302 .learn_skill94236 h3 {
    font-weight: 600;
    font-size: clamp(1.1rem, 1.5vw, 21px);
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
}

.title_portal19302 .tech_master72160:hover .learn_skill94236::before {
    transition: background 0.5s ease;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 30%,
    transparent 90%
  );
}

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

.thxDiv65781 .knowledge_space35489:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.thxDiv65781 h5::before {
    font-size: 14px;
    top: 50%;
    border-radius: 50%;
    content: "✓";
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    justify-content: center;
    transform: translateY(-50%);
    align-items: center;
    background: linear-gradient(135deg, rgb(207,178,206) 0%, rgb(179,124,175) 100%);
    left: -35px;
    width: 26px;
    position: absolute;
    height: 26px;
    display: flex;
}

footer::after {
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    animation: scanline 10s linear infinite;
    z-index: -1;
}

.whatsapp_grp16043 .company_holder h3 {
    padding-bottom: 0.75rem;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.75rem;
    font-size: calc(33px * 0.9);
    position: relative;
}

.whatsapp_grp16043 .nav_section28376 {
    gap: 2rem;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.whatsapp_grp16043 .head_nav69821:hover::before {
    left: -100%;
    top: -100%;
}

.whatsapp_grp16043 .head_nav69821:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(179,124,175) transparent transparent;
}

.whatsapp_grp16043 .head_nav69821 h5 {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

.whatsapp_grp16043 .head_nav69821 .nav_section28376 {
    flex-direction: column;
    gap: 0.875rem;
    display: flex;
}

.whatsapp_grp16043 .head_nav69821 a::before {
    opacity: 0;
    transform: translateZ(5px);
    content: "→";
    left: -20px;
    position: absolute;
    transition: all 0.3s ease;
}

.donate_books62543 .play_market87034 {
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    position: relative;
}

.whatsapp_grp16043 .company_holder::after {
    transition: all 0.4s ease;
    top: 20px;
    width: 30px;
    height: 30px;
    border-right: 2px solid rgb(207,178,206);
    right: 20px;
    content: "";
    opacity: 0.7;
    position: absolute;
    border-top: 2px solid rgb(207,178,206);
}

.whatsapp_grp16043 .head_nav69821:nth-child(1)::before {
    background: radial-gradient(circle, rgb(207,178,206,0.5) 0%, transparent 70%);
}

.whatsapp_grp16043 .nav_section28376 a:hover::after {
    width: 100%;
}

.our_background34796::before {
    z-index: 1;
    content: "";
    opacity: 0.05;
    width: 50%;
    right: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,178,206,0.5) 0,
        rgb(207,178,206,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    top: 0;
}

.our_background34796 h2::after {
    bottom: -15px;
    left: 20px;
    z-index: -1;
    position: absolute;
    background: rgb(207,178,206,0.5);
    content: "";
    height: 4px;
    width: 120px;
}

.our_background34796 .knowledge_studio30279:nth-child(2)::before {
    content: "";
    z-index: -1;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 60px;
}

.our_background34796 .knowledge_studio30279:nth-child(1):hover::after {
    left: -10%;
    top: -10%;
    height: 150px;
    width: 150px;
}

.our_background34796 .knowledge_studio30279 h3::after {
    height: 3px;
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
}

.our_background34796 .knowledge_studio30279:nth-child(1) p {
    color: #000000;
}

.our_background34796 .knowledge_studio30279:nth-child(2):hover::after {
    width: 100px;
    transform: rotate(315deg);
    height: 100px;
}

.privacyAgreementDialog97825 {
    width: 100%;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(207,178,206);
    padding: 20px 0;
    position: fixed;
    justify-content: center;
    display: flex;
    bottom: 0;
    background: rgb(244,239,244);
}

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

.cookie_button.user_choices76598 {
    margin-right: 10px;
}

.get_in_touch08971::before {
    background: linear-gradient(45deg, 
        rgb(207,178,206,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(207,178,206,0.5) 50%, 
        rgb(207,178,206,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    background-size: 60px 60px;
    animation: gradientMove 20s linear infinite;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}

.get_in_touch08971 .contact_inquiry12934::before {
    top: 0;
    position: absolute;
    right: 0;
    width: 10px;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(207,178,206), rgb(179,124,175));
}

.get_in_touch08971 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get_in_touch08971 .message_links13594 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.get_in_touch08971 .message_links13594 label::before {
    background: rgb(244,239,244);
    height: 24px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    width: 24px;
    border-radius: 10px;
}

.get_in_touch08971 .message_links13594 label a:hover::after {
    width: 100%;
}

.get_in_touch08971 form .query_list70946 {
    border-radius: 50px;
    font-size: 19px;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 16px 40px;
    border: none;
    position: relative;
    background: rgb(207,178,206);
    text-transform: uppercase;
    z-index: 1;
}

header .head_pagebar07248 {
    align-items: center;
    margin-left: 5px;
    display: flex;
    padding: 0.9rem 3%;
    justify-content: space-between;
}

header .nav_mainbar69380 svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}

header .nav_pagewrap67048 {
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 1;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
}

.privacy_garrison04275 h3, .privacy_garrison04275 h4, .privacy_garrison04275 h5, .privacy_garrison04275 h6 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 21px;
    margin-top: 25px;
    border-bottom: 1px dotted rgb(207,178,206);
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.privacy_garrison04275 section {
    background: rgb(244,239,244);
    padding: 25px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 1px solid rgb(179,124,175,0.5);
}

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

.learning_system72315 .text_capsule75026::before {
    z-index: -1;
    content: '';
    position: absolute;
    border-radius: calc(24px + 10px);
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    animation: rotate-gradient 15s linear infinite;
    background: linear-gradient(45deg, 
        rgb(207,178,206,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(179,124,175,0.5)
    );
}

.learning_system72315 .text_capsule75026::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}

.learning_system72315 .knowledge_space35489::after {
    right: -5%;
    content: '';
    filter: blur(25px);
    position: absolute;
    width: 30%;
    bottom: 10%;
    height: 30px;
    background: rgb(179,124,175);
    animation: wave-motion 12s infinite alternate-reverse;
    opacity: 0.1;
    transform: rotate(25deg);
}

.program_details16724::before {
    filter: blur(20px);
    content: "";
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 1;
    position: absolute;
    height: 70%;
    background: linear-gradient(225deg, rgb(207,178,206,0.5) 0%, rgb(179,124,175,0.5) 100%);
    width: 35%;
    opacity: 0.5;
    top: -10%;
}

.program_details16724 .img_pic08674::before {
    top: 0;
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
}

.program_details16724 .text_capsule75026 span.description {
    display: none;
}

.program_details16724 .text_capsule75026 div {
    position: relative;
    padding-right: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.education_history76501::before {
    background-image: linear-gradient(rgb(207,178,206,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(207,178,206,0.5) 1px, transparent 1px);
    opacity: 0.2;
    height: 100%;
    position: absolute;
    animation: grid-shift 30s linear infinite;
    background-size: 20px 20px;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}

.education_history76501 .employee_history19042::before {
    top: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(207,178,206), rgb(179,124,175));
    height: 100%;
}

.education_history76501 .success_stories05917:hover .employee_history19042 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.education_history76501 .success_stories05917:hover .work_insights53764 {
    opacity: 1;
    transform: translateX(0);
}

header .top_plank .main_links43861 div span {
    color: #ffffff;
}

header .top_plank .main_links43861 div img, header .top_plank .main_links43861 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.get_support42937::after {
    content: '';
    left: 0;
    width: 100%;
    animation: patternMove 120s linear infinite;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(207,178,206,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(179,124,175,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(207,178,206,0.5) 31%, transparent 32%);
    z-index: -1;
    top: 0;
    background-size: 60px 60px, 80px 80px, 100px 100px;
    height: 100%;
    opacity: 0.07;
    position: absolute;
}

.get_support42937 .instant_request23409::before {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(207,178,206,0.5) 0%, transparent 100%);
    top: -15px;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
}

.get_support42937 .instant_request23409 span:hover::before {
    width: 5px;
}

.get_support42937 .instant_request23409 span:first-child p {
    font-weight: 600;
}

.get_support42937 .instant_request23409 span > span::before {
    display: none;
}

.get_support42937 .instant_request23409 span a::after {
    content: '';
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    background: rgb(207,178,206);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.get_support42937 .instant_request23409 span:nth-child(3) svg path {
    stroke-dasharray: 20;
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
}

.get_support42937 .instant_request23409 span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}

.get_support42937 .instant_request23409 span:nth-child(6) svg path {
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 15;
    animation-delay: 1s;
}

.get_support42937 .instant_request23409 span:nth-child(6) svg path {
    transform-origin: center;
}

.get_support42937 .request_support86201::before {
    content: '';
    background: radial-gradient(circle at 50% 0%, rgb(207,178,206,0.5) 0%, transparent 70%);
    opacity: 0.05;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
}



.get_support42937 .request_support86201 h4 svg circle {
    stroke: rgb(207,178,206);
    fill: transparent;
    stroke-opacity: 0.2;
}

.get_support42937 .request_support86201 span::before {
    height: 6px;
    background-color: rgb(207,178,206);
    border-radius: 50%;
    content: '';
    width: 6px;
    margin-right: 8px;
    opacity: 0.5;
    display: inline-block;
}



@media (min-width: 992px) {.learning_profits63915 {
    padding: 8rem 3rem;
}.learning_profits63915 h5 {
    font-size: calc(20px * 1.4);
}.learning_profits63915 .knowledge_space35489 {
    gap: 0;
}.learning_profits63915 .knowledge_space35489 > div:first-child {
    flex: 0 0 45%;
}.learning_profits63915 .text_capsule75026 {
    padding: 4rem;
    flex: 0 0 55%;
}.learning_profits63915 li {
    padding-left: 3rem;
}.learning_profits63915 li p {
    font-size: calc(14px * 1.05);
    line-height: 1.7;
}.learning_profits63915 li svg {
    height: 28px;
    width: 28px;
}
}



@media (max-width: 992px) {.plan_block68547 h2 {
    font-size: 36px;
}.plan_block68547 .fee_chart43765 {
    padding: 30px 25px;
}.plan_block68547 .study_fees92043 h4 {
    font-size: 21px;
}
}



@media (max-width: 480px) {.plan_block68547 {
    padding: 50px 0;
}.plan_block68547 h2 {
    font-size: calc(36px * 0.85);
}.plan_block68547 .pricing_card72059 {
    font-size: calc(16px * 0.95);
}.plan_block68547 .fee_chart43765 {
    padding: 25px 20px;
}.plan_block68547 .study_fees92043 h4 {
    font-size: calc(21px * 0.95);
    margin-bottom: 15px;
}.plan_block68547 .rate_choice48057 {
    font-size: 21px;
}}



@media (max-width: 991px) {.thxDiv65781 {
    padding: 3rem 0;
}.thxDiv65781 .knowledge_space35489 {
    padding: 2.5rem;
}.thxDiv65781 h5 {
    font-size: calc(24px - 2px);
}
}



@media (max-width: 576px) {.thxDiv65781 {
    padding: 2rem 0;
}.thxDiv65781 .knowledge_space35489 {
    border-radius: 10px;
    padding: 1.5rem;
    transform: none;
}.thxDiv65781 h5 {
    font-size: calc(24px - 6px);
}.thxDiv65781 .knowledge_space35489 > div:first-child::after {
    width: 60px;
    height: 2px;
}.thxDiv65781 .knowledge_space35489:hover > div:first-child::after {
    width: 90px;
}.thxDiv65781 h5::before {
    font-size: 10px;
    height: 20px;
    width: 20px;
}.thxDiv65781 p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}}



@media screen and (max-width: 768px) {.our_background34796 {
    padding: 70px 0;
}.our_background34796 h2 {
    margin-bottom: 50px;
    font-size: calc(32px + 0.1rem);
}.our_background34796 .study_experts72081 {
    gap: 20px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}.our_background34796 .knowledge_studio30279:nth-child(1),
    .our_background34796 .knowledge_studio30279:nth-child(2) {
    margin-left: 0;
    clip-path: none;
    padding: 40px 30px;
}.our_background34796 .knowledge_studio30279:nth-child(2)::before {
    display: none;
}
}



@media (max-width: 991px) {header .head_pagebar07248 {
    padding: 0.8rem 2.5%;
}header .nav_mainbar69380 svg {
    width: 130px;
}header .head_nav69821 {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .nav_pagewrap67048 {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .head_pagebar07248 {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .nav_mainbar69380 svg {
    width: 110px;
}header .head_nav69821 {
    padding: 0.3rem;
}header .nav_pagewrap67048 {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media screen and (max-width: 768px) {.learning_system72315 {
    padding: 80px 0;
}.learning_system72315 .text_capsule75026 {
    padding: 40px 30px;
}.learning_system72315 .text_capsule75026 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.learning_system72315 .knowledge_space35489::before,
    .learning_system72315 .knowledge_space35489::after {
    width: 50%;
}
}



@media (min-width: 1200px) {.program_details16724 .skill_up68405 {
    grid-template-columns: 45% 55%;
}.program_details16724 .text_capsule75026 {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}



@media (max-width: 768px) {.education_history76501 .success_stories05917 {
    grid-template-columns: 1fr;
}.education_history76501 .img_pic08674 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.education_history76501 .employee_history19042 {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
}}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideTitle {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}



@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

