.base-wrapping-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.base-top-head {
    flex: 1 0 auto;
}

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

.base-intern-opp {
    flex: 0 0 auto;
}

.base-thankPageID::before {
    z-index: 1;
    opacity: 0.2;
    top: 0;
    animation: movePattern 40s linear infinite;
    content: "";
    background-size: 60px 60px;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(166,152,173,0.5) 49.5%, rgb(166,152,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(166,152,173,0.5) 49.5%, rgb(166,152,173,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    width: 100%;
}

.base-thankPageID .base-learn-study {
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    background: #ffffff;
    border-left: 4px solid rgb(166,152,173);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(10px) translateY(10px);
    padding: 35px 40px 30px;
}

.base-thankPageID li span {
    color: #000000;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.base-teaching-experience::before {
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    right: -5%;
    width: 300px;
    content: "";
    height: 300px;
    background: linear-gradient(45deg, rgb(202,191,208,0.5), rgb(166,152,173,0.5));
    top: -10%;
    position: absolute;
    filter: blur(60px);
    opacity: 0.4;
}

.base-teaching-experience .base-client-views:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.base-teaching-experience .base-image-carousel {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    border: 3px solid #ffffff;
}

.base-teaching-experience .base-client-views:hover .name::after {
    width: 100%;
}

.base-teaching-experience .base-client-views:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.base-teaching-experience .base-career-timeline::before {
    left: 10px;
    font-family: serif;
    color: rgb(202,191,208,0.5);
    content: "";
    opacity: 0.3;
    line-height: 1;
    font-size: 60px;
    top: -15px;
    position: absolute;
}

.base-privacy-niche h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(202,191,208);
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 30px;
    border-bottom: 2px solid rgb(202,191,208);
}

.base-privacy-niche ul, .base-privacy-niche ol {
    list-style-position: inside;
    list-style: none;
    font-family: Arial, sans-serif;
    padding-left: 0;
    color: #000000;
    padding: 10px 0;
    font-size: 18px;
}

.base-title-welcome {
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 250, 255, 0.95) 100%);
    position: relative;
}

.base-title-welcome .base-details-box {
    position: relative;
    padding: 2rem 0;
    justify-content: center;
    display: flex;
    max-width: 600px;
    flex-direction: column;
    z-index: 2;
    align-items: flex-start;
}

.base-title-welcome h1 {
    font-size: clamp(2rem, 5vw, 48px);
    position: relative;
    transform: translateX(-5px);
    font-weight: 700;
    line-height: 1.2;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
}

.base-title-welcome .base-start-first p {
    padding-left: 0.75rem;
    position: relative;
    transform: translateY(10px);
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards 0.9s;
    max-width: 95%;
    margin-top: 1.5rem;
}

.base-title-welcome svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}

.base-title-welcome svg text {
    dominant-baseline: middle;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
    font-family: Arial, sans-serif;
}

.base-title-welcome .base-reach-request::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    transition: all 0.6s ease;
    z-index: -1;
    content: "";
    width: 100%;
    transform: skewX(-25deg);
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
}

.base-title-welcome .base-image-carousel {
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transform: translateY(10px) scale(0.98);
    opacity: 0;
    min-height: 300px;
    position: relative;
}

.base-course-program-info::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(202,191,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(166,152,173,0.5) 0%, transparent 25%);
    z-index: 0;
}

.base-course-program-info h2:hover::after {
    transform: scaleX(1.5);
}

.base-course-program-info .base-program-guide {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}

.base-course-program-info .base-image-carousel::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    right: 0;
    content: "";
}

.base-course-program-info .base-image-carousel:hover::after {
    opacity: 0.1;
}

.base-course-program-info .base-details-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}

.base-course-program-info .base-details-box:hover::before {
    height: 100%;
}

.base-course-program-info .description {
    font-size: 17px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
}

header::before {
    position: absolute;
    z-index: -1;
    animation: gridMove 40s linear infinite;
    opacity: 0.15;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(202,191,208,0.5) 49.5%, rgb(202,191,208,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(166,152,173,0.5) 49.5%, rgb(166,152,173,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    width: 100%;
}

header .base-main-lead::after {
    right: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    background: rgb(202,191,208);
    left: 0;
    border-radius: 10px;
    content: '';
}

header .base-main-lead:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .base-main-mainbar::before {
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    left: -100%;
    top: 0;
    width: 100%;
}

.base-test-drive::after {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(202,191,208,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.6;
    top: -150px;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -100px;
    animation: float 15s infinite ease-in-out;
    content: "";
    filter: blur(20px);
}

.base-test-drive div div {
    display: flex;
    perspective: 1000px;
    justify-content: center;
}

.base-test-drive .base-reach-request {
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-decoration: none;
    color: rgb(202,191,208);
    background-color: #ffffff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(0);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    border: none;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    min-width: 200px;
    font-size: 15px;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.base-our-background::before {
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgb(202,191,208,0.5) 0%,
        rgba(0, 0, 0, 0.75) 100%);
    content: "";
    backdrop-filter: blur(2px);
    right: 0;
    bottom: 0;
    position: absolute;
}

.base-our-background .base-details-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.base-our-background .base-details-box::before {
    position: absolute;
    top: 0;
    content: "";
    background-size: 200% 100%;
    height: 8px;
    background: linear-gradient(90deg, 
        rgb(202,191,208) 0%, 
        rgb(166,152,173) 50%, 
        rgb(202,191,208) 100%);
    width: 100%;
    animation: gradient-shift 8s ease infinite;
    left: 0;
}

.base-our-background h1::after {
    background-color: rgb(166,152,173);
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    transition: width 0.4s ease;
    width: 40%;
    bottom: -10px;
}

.base-our-background h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(19px * 1.1);
    font-weight: 600;
}

footer {
    width: 100%;
    position: relative;
}

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

footer .base-learn-help {
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}



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

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

footer .base-header-sitebar svg {
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

footer .base-top-core::before,footer .subscribe_holder::before {
    left: -100%;
    position: absolute;
    top: 0;
    animation: waveAnimation 20s linear infinite;
    opacity: 0.1;
    z-index: -1;
    width: 300%;
    content: "";
    height: 100%;
    background: #ffffff;
}

footer .base-nav-know {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

footer .base-nav-know a::before {
    left: -100%;
    content: "";
    transition: left 0.3s ease;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    width: 100%;
    height: 2px;
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .base-knowledge-quest {
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 15px 20px;
    font-size: 19px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    color: rgb(202,191,208);
}

footer .base-credit-info {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    display: inline-block;
}

.base-pricing-container::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(166,152,173,0.5), 0.05) 0%, rgba(rgb(202,191,208,0.5), 0.08) 100%);
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}

.base-pricing-container .base-fee-schemes h2::after {
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(166,152,173), rgb(202,191,208));
    width: 80px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -10px;
}

.base-pricing-container .base-tuition-plans {
    transform: translateY(30px);
    opacity: 0;
    perspective: 1000px;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
}

.base-pricing-container .base-cost-plan {
    padding: 35px 30px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
}

.base-pricing-container .base-cost-plan h3 {
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}

.base-pricing-container .base-tuition-plans:hover .base-price-panel {
    color: rgb(202,191,208);
    transform: scale(1.05);
}

.base-pricing-container .base-image-carousel {
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
}

.base-pricing-container .base-tuition-plans:hover .base-image-carousel {
    transform: scale(1.05);
}

.base-contact-panelo6pM {
    background: rgb(230,225,233);
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.base-contact-panelo6pM .base-image-carousel {
    opacity: 0.15;
    top: 0;
    height: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
}

.base-contact-panelo6pM .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}

.base-contact-panelo6pM .base-request-block {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    display: flex;
}

.base-contact-panelo6pM .base-request-form {
    z-index: 2;
    background: #ffffff;
    transform: skew(-3deg);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    flex: 1 1 60%;
    padding: 60px;
    border-radius: 0;
    position: relative;
}

.base-contact-panelo6pM .base-request-form h3::before {
    transform: none;
    clip-path: none;
    left: 0;
    width: 60px;
    height: 3px;
}

.base-contact-panelo6pM .base-request-form input[type="text"]:focus,
.base-contact-panelo6pM .base-request-form textarea:focus {
    box-shadow: 8px 8px 0 rgb(202,191,208,0.5);
    outline: none;
    transform: translate(-3px, -3px);
    background-color: rgba(0, 0, 0, 0.02);
}

.base-contact-panelo6pM .base-request-form .base-help-section label {
    font-size: calc(12px - 2px);
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}

.base-contact-panelo6pM .base-request-form .base-help-section input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    left: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: '';
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 5px;
}

.base-contact-panelo6pM .base-request-form .base-help-section a:hover::after {
    transform: scaleX(1);
    background-color: rgb(166,152,173);
}

.base-contact-panelo6pM .base-connect-map {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -40px;
    position: relative;
    color: #ffffff;
    padding: 60px 60px 60px 80px;
    z-index: 1;
    background: rgb(230,225,233);
    flex: 1 1 40%;
}

.base-contact-panelo6pM .base-connect-map::after {
    pointer-events: none;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
}

.base-contact-panelo6pM .base-connect-map h4::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
    content: '';
    background: rgb(202,191,208);
    position: absolute;
    left: 0;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li svg {
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    width: 24px;
}

.base-contact-panelo6pM .base-connect-map .base-inquiry-box li span {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 992px) {.base-thankPageID {
    padding: 80px 0;
}.base-thankPageID h2 {
    font-size: calc(33px * 0.85);
}.base-thankPageID::after {
    right: -50%;
    width: 100%;
}.base-thankPageID .base-learn-study {
    padding: 30px 35px 25px;
}
}



@media (hover: hover) {.base-thankPageID .base-learn-study:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}



@media (min-width: 992px) {.base-teaching-experience .base-client-views {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.base-teaching-experience .base-image-carousel {
    width: 180px;
    height: 180px;
}.base-teaching-experience .name {
    font-size: calc(23px + 2px);
}.base-teaching-experience .base-career-timeline {
    font-size: calc(16px + 1px);
    padding: 25px;
}
}



@media only screen and (max-width: 800px) {.base-privacy-niche {
    padding: 20px 10px;
}.base-privacy-niche h1 {
    font-size: calc(19px - 4px);
    margin-bottom: 15px;
    margin-top: 20px;
}.base-privacy-niche h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(19px - 4px);
}.base-privacy-niche ul, .base-privacy-niche ol {
    padding-left: 10px;
}.base-privacy-niche li {
    padding-left: 15px;
}}



@media (max-width: 767px) {.base-title-welcome {
    min-height: auto;
}.base-title-welcome .base-learn-study {
    padding: 3rem 1.5rem;
    min-height: auto;
}.base-title-welcome .base-details-box {
    margin-bottom: 2rem;
}.base-title-welcome .base-image-carousel {
    min-height: 250px;
    order: -1;
    margin-bottom: 2rem;
}.base-title-welcome h1 {
    font-size: 1.75rem;
}.base-title-welcome .base-start-first p {
    font-size: 1rem;
}.base-title-welcome .base-reach-request {
    padding: 0.875rem 1.75rem;
}}



@media (min-width: 1200px) {.base-course-program-info h2 {
    margin-left: 50px;
}.base-course-program-info .base-program-guide {
    gap: 100px;
}.base-course-program-info .base-image-carousel {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.base-course-program-info .base-details-box {
    transform: translateY(0) translateX(30px);
}
}



@media (max-width: 767px) {.base-course-program-info {
    padding: 60px 0;
}.base-course-program-info h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.base-course-program-info h2::after {
    bottom: -10px;
    width: 60px;
}.base-course-program-info .description {
    font-size: calc(17px * 0.95);
}.base-course-program-info .base-image-carousel {
    margin-bottom: 20px;
    height: 250px;
}.base-course-program-info .base-details-box {
    padding: 25px 20px;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .base-top-core {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .base-top-core::-webkit-scrollbar {
    height: 3px;
}header .base-top-core::-webkit-scrollbar-thumb {
    background: rgb(202,191,208);
    border-radius: 10px;
}header .base-main-lead {
    white-space: nowrap;
}header .base-main-mainbar svg {
    width: 110px;
}}



@media (max-width: 480px) {.base-test-drive {
    padding: 2.5rem 1rem;
}.base-test-drive .container {
    gap: 1.5rem;
}.base-test-drive h6 {
    font-size: clamp(0.875rem, 3.5vw, 1.25rem);
    line-height: 1.5;
}.base-test-drive .base-reach-request {
    padding: 0.75rem 1.25rem;
    min-width: 160px;
}.base-test-drive::after {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 992px) {.base-our-background {
    padding: 80px 0;
}.base-our-background .base-details-box {
    transform: none;
    padding: 2.5rem;
}.base-our-background h1 {
    font-size: calc(41px * 0.9);
}.base-our-background span {
    font-size: calc(15px * 0.95);
    column-count: 2;
}
}



@media (max-width: 380px) {.base-our-background {
    padding: 40px 0;
}.base-our-background .base-details-box {
    padding: 1.25rem;
}.base-our-background h1 {
    font-size: calc(41px * 0.6);
    margin-bottom: 1.25rem;
}.base-our-background span {
    line-height: 1.5;
    font-size: calc(15px * 0.8);
}}



@media (max-width: 991px) {footer .base-intern-opp {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (min-width: 1200px) {.base-pricing-container .base-qtr-cost {
    flex-direction: row-reverse;
}.base-pricing-container .base-fee-schemes {
    padding-left: 50px;
    width: 30%;
    margin-bottom: 0;
}.base-pricing-container .base-learning-cost {
    width: 70%;
}.base-pricing-container .base-fee-schemes h2 {
    font-size: calc(34px + 4px);
}
}



@media (max-width: 1199px) {.base-pricing-container {
    padding: 80px 0;
}.base-pricing-container .base-fee-schemes {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}.base-pricing-container .base-fee-schemes h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 992px) {.base-contact-panelo6pM {
    padding: 70px 0;
}.base-contact-panelo6pM .base-request-block {
    flex-direction: column;
}.base-contact-panelo6pM .base-request-form {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.base-contact-panelo6pM .base-connect-map {
    flex: 1 1 100%;
    margin-top: -20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    padding: 40px;
    margin-left: 0;
}
}



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



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



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}



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



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



@keyframes floatBackground {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    100% {
        transform: translate(5px, -5px) rotate(0deg);
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



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



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

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

