header,footer {
    width: 100%;
}

header {
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(216,221,236));
    z-index: 100;
    width: 100%;
}

.service-plan-1492 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}

.service-plan-1492 h2::after {
    transform: translateX(-50%);
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(178,191,212), transparent);
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
}

.service-plan-1492 .payment-scheme-1958 {
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.service-plan-1492 .premium-plan-7893 {
    z-index: 2;
    position: relative;
    transform: translateZ(20px);
}

.service-plan-1492 .payment-scheme-1958 h4 {
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(18px + 2px);
    position: relative;
    display: inline-block;
}

.service-plan-1492 .price-sheet-6940 {
    text-align: right;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: calc(18px + 6px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-top: 20px;
}

.service-plan-1492 .payment-scheme-1958:hover .member-fees-1096::before {
    transform: scale(3);
    opacity: 0.05;
}

.service-plan-1492 .payment-scheme-1958:hover h4::after {
    width: 100%;
}

.course-overview-9761::before {
    content: "";
    position: absolute;
    right: 0;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(178,191,212,0.5), 0.05) 100%);
    top: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
}

.course-overview-9761 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course-overview-9761 .training-flow-9257 {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
}

.course-overview-9761 .info-panel-4321 {
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    background-color: #ffffff;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 40px 30px;
}

.course-overview-9761 .description::first-letter {
    font-size: 1.2em;
    color: rgb(178,191,212);
    font-weight: 600;
}




.course-overview-9761 .training-flow-9257:hover .square-image-9035 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.title-portal-5273::after {
    width: 40%;
    position: absolute;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    height: 40%;
    bottom: -5%;
    content: "";
    background: radial-gradient(circle, rgb(141,159,185,0.5) 0%, transparent 70%);
    right: -5%;
    filter: blur(40px);
    border-radius: 50%;
    z-index: 0;
}

.title-portal-5273 .page-primary-9538 span {
    transform: translateX(-20px);
    opacity: 0;
    display: block;
    animation: slideInLeft 0.8s forwards 0.3s ease-out;
    margin-bottom: 1.5rem;
    position: relative;
}

.title-portal-5273 .page-primary-9538 div div {
    position: relative;
    animation: slideUp 0.8s forwards 0.9s ease-out;
    opacity: 0;
    margin-top: 3rem;
    transform: translateY(20px);
}

.title-portal-5273 .page-primary-9538 p {
    font-weight: 400;
    max-width: 80%;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    padding-right: 2rem;
    position: relative;
    line-height: 1.6;
}

.user-testimonials-3068 .student-journey-1390 {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.user-testimonials-3068 .success-ratings-0586 {
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.user-testimonials-3068 .feedback-stories-1405 {
    position: relative;
    width: 48%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 24px;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-bottom: 40px;
    background: #ffffff;
    z-index: 2;
}

.user-testimonials-3068 .feedback-stories-1405 {
    align-self: flex-start !important;
    width: calc(100% - 60px);
    transform: translateY(0) !important;
    margin-left: 60px;
    margin-bottom: 30px;
}

.user-testimonials-3068 .feedback-stories-1405:nth-child(even)::after {
    left: -30px;
}

.user-testimonials-3068 .feedback-stories-1405:nth-child(even):hover {
    transform: translateY(-40px) scale(1.05);
}

.user-testimonials-3068 .feedback-stories-1405:hover .square-image-9035 {
    border-radius: 50%;
    transform: scale(1.1);
}

.user-testimonials-3068 .feedback-stories-1405:hover span {
    color: rgb(178,191,212);
}

.user-testimonials-3068 .feedback-stories-1405:hover p {
    color: #000000;
}



.user-testimonials-3068 .feedback-stories-1405:last-child:nth-child(odd) {
    margin-bottom: 0;
}

.user-testimonials-3068 .feedback-stories-1405:nth-child(n)::after {
    left: -30px;
    right: auto;
}

.privacy-repository-3518 h2 {
    font-size: 35px;
    border-bottom: 2px solid rgb(141,159,185);
    font-weight: 600;
}

.privacy-repository-3518 ul li {
    font-size: 15px;
    align-items: center;
    font-weight: 400;
    padding: 0.5rem 0;
    display: flex;
    border-bottom: 1px solid rgb(141,159,185,0.5);
}

.privacy-repository-3518 section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.cookieUsageContainer-0638 h5 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
}

.user-alert-9265 svg {
    fill: rgb(178,191,212);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}

.cookie_button.cookie-overlay-5814 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(141,159,185);
    color: #ffffff;
}


.teaching-experience-6138 {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgb(178,191,212,0.5) 100%);
    padding: 60px 30px;
}

.teaching-experience-6138 .feedback-stories-1405 {
    position: relative;
    z-index: 1;
    transform: rotate(-3deg);
    display: flex;
    transition: all 0.5s ease;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

.teaching-experience-6138 .feedback-stories-1405:hover .career-summary-7108 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}

.teaching-experience-6138 .career-summary-7108 > div:nth-child(2) {
    margin-bottom: 20px;
    opacity: 0.8;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.training-results-8604 {
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgba(rgb(178,191,212,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.training-results-8604 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 1;
    max-width: 1200px;
}

.training-results-8604 .student-journey-1390 {
    z-index: 2;
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateY(-20px);
}

.training-results-8604 h1 {
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(-5px);
    font-size: 43px;
    transition: transform 0.5s ease-out;
}

.training-results-8604 ul {
    gap: 1.2rem;
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 0;
    display: grid;
    grid-template-columns: 1fr;
}

.training-results-8604 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,191,212);
}

.training-structure-2796 {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(216,221,236) 0%, rgb(178,191,212,0.5) 100%);
}

.training-structure-2796 .info-panel-4321::before {
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49%, rgb(178,191,212) 49%, rgb(178,191,212) 51%, transparent 51%);
    opacity: 0.1;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.training-structure-2796 .info-panel-4321::before {
    animation: glimmer 8s infinite ease-in-out;
}

.training-structure-2796::after {
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,159,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(178,191,212,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    height: 100%;
}

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



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

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

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

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

footer .header-base-4283 a:hover::before {
    left: 0;
}

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

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

footer .sub-promo-6549::after {
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}

footer .blog-ref-3075::after {
    right: 0;
}

header::after {
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(178,191,212), rgb(141,159,185));
    position: absolute;
    width: 5px;
    height: 100%;
    content: '';
    left: 0;
}

header .header-page-2594:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .head-section-3910::before {
    bottom: -2px;
    content: '';
    right: -2px;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(135deg, rgb(178,191,212,0.5), rgb(141,159,185,0.5));
    border-radius: calc(10px + 2px);
    top: -2px;
    position: absolute;
    left: -2px;
}

header .nav-tutor-8924:hover::before {
    opacity: 1;
}

.our-mission-4915::before {
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(178,191,212,0.5) 0%, transparent 50%, rgb(141,159,185,0.5) 100%);
}

.our-mission-4915::before {
    opacity: 0.3;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(178,191,212,0.5) 45%, rgb(178,191,212,0.5) 55%, transparent 55%);
    background-size: 30px 30px;
}

.our-mission-4915 .knowledge-sessions-5673::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    top: 0;
}

.our-mission-4915 .knowledge-sessions-5673 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.our-mission-4915 .knowledge-sessions-5673:last-child h3::before {
    background-color: rgb(141,159,185);
}

.our-mission-4915 .knowledge-sessions-5673:last-child p::first-letter {
    color: rgb(141,159,185);
}

.our-mission-4915 .knowledge-sessions-5673:last-child:hover h3 {
    color: rgb(141,159,185);
}

.our-mission-4915 .knowledge-sessions-5673:hover::before {
    animation: gradient-shift 3s linear infinite;
    background-size: 200% 200%;
}

.try-immediately-0129::after {
    left: -50%;
    opacity: 0.1;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    position: absolute;
    content: '';
    z-index: -1;
    width: 200%;
}

.try-immediately-0129 h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    animation: floatTitle 6s ease-in-out infinite;
    font-size: 28px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.try-immediately-0129 .reach-us-7026 {
    font-family: Arial, sans-serif;
    display: inline-block;
    letter-spacing: 2px;
    padding: 18px 45px;
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
}

.tyPanel-4730::after {
    transform: rotate(15deg);
    bottom: -10%;
    background: linear-gradient(-45deg, rgb(141,159,185,0.5) 0%, rgb(178,191,212) 100%);
    content: "";
    width: 50%;
    z-index: 0;
    filter: blur(30px);
    position: absolute;
    left: -10%;
    height: 60%;
    opacity: 0.3;
    animation: float 15s ease-in-out infinite reverse;
}

.tyPanel-4730 .student-journey-1390::before {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 15px;
    border-radius: calc(22px - 15px);
    top: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    right: 15px;
    pointer-events: none;
    z-index: 0;
}

.contact-panel-1758 {
    position: relative;
    padding: 5rem 0;
}

.contact-panel-1758::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-panel-1758 .feedback-inquiry-0897 {
    flex: 1 0 300px;
    padding: 3rem;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(216,221,236);
}

.contact-panel-1758 .feedback-inquiry-0897 div {
    margin-bottom: 2rem;
    padding: 1rem;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
}

.contact-panel-1758 .feedback-inquiry-0897 div span a:hover {
    color: rgb(178,191,212);
}

.contact-panel-1758 .request-message-0961 form {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.contact-panel-1758 .request-message-0961 input[type="text"],
.contact-panel-1758 .request-message-0961 input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    width: 100%;
    background: rgb(216,221,236);
    padding: 1rem 1.2rem;
    font-size: 14px;
}

.contact-panel-1758 .request-message-0961 .reach-query-8453 input[type="checkbox"]:checked {
    background-color: rgb(178,191,212);
    border-color: rgb(178,191,212);
}

.contact-panel-1758 .request-message-0961 .help-map-2701 {
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    background: rgb(178,191,212);
    width: 100%;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    padding: 1rem;
    border: none;
}


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



@media screen and (min-width: 1200px) {.service-plan-1492 .fee-deals-9327 {
    grid-template-columns: repeat(4, 1fr);
}
}



@media screen and (max-width: 767px) {.service-plan-1492 .fee-deals-9327 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.service-plan-1492 {
    padding: 60px 0 40px;
}.service-plan-1492 h2 {
    font-size: calc(31px - 4px);
}.service-plan-1492 .discount-tier-3052 {
    font-size: calc(13px - 1px);
    margin-bottom: 40px;
}.service-plan-1492 .member-fees-1096 {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.course-overview-9761 {
    padding: 60px 0 50px;
}.course-overview-9761 h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.75);
}.course-overview-9761 .square-image-9035 {
    height: 200px;
}.course-overview-9761 .info-panel-4321 {
    padding: 25px 15px;
}.course-overview-9761 .description {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 1024px) {.user-testimonials-3068 {
    padding: 90px 0;
}.user-testimonials-3068 h4 {
    font-size: calc(43px * 0.85);
    margin-bottom: 60px;
}.user-testimonials-3068 .feedback-stories-1405 {
    width: 46%;
    padding: 25px;
}.user-testimonials-3068 .feedback-stories-1405:nth-child(odd)::before {
    right: -40px;
}.user-testimonials-3068 .feedback-stories-1405:nth-child(even)::before {
    left: -40px;
}.user-testimonials-3068 .square-image-9035 {
    width: 70px;
    height: 70px;
}
}



@media (max-width: 991px) {.teaching-experience-6138 {
    padding: 40px 20px;
}.teaching-experience-6138 .feedback-stories-1405 {
    gap: 20px;
    flex-direction: column;
}.teaching-experience-6138 .square-image-9035 {
    margin: 0 auto;
    width: 220px;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
}.teaching-experience-6138 .career-summary-7108 {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.teaching-experience-6138 .feedback-stories-1405:hover .square-image-9035 {
    transform: translateY(-10px) rotate(0);
}
}



@media screen and (max-width: 992px) {.training-structure-2796 {
    padding: 100px 0;
}.training-structure-2796 .student-journey-1390 {
    gap: 30px;
}.training-structure-2796 .info-panel-4321 {
    padding: 40px 30px;
}.training-structure-2796 .student-journey-1390::after,
    .training-structure-2796 .student-journey-1390::before {
    width: 120px;
    height: 120px;
}
}



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



@media (max-width: 767px) {footer .glossary-4935 {
    padding: 80px 0 30px;
}footer .glossary-4935::before {
    background-size: 100% 60px;
    height: 60px;
}footer .edu-help-8910 {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .head-section-3910, footer .subscribe_holder {
    padding: 25px 20px;
}footer .fellow-prog-9423 {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.our-mission-4915 {
    padding: 80px 0;
}.our-mission-4915 h2 {
    margin-bottom: 40px;
}.our-mission-4915 .study-center-7954 {
    grid-template-columns: 1fr;
    gap: 30px;
}.our-mission-4915 .study-center-7954::before {
    display: none;
}.our-mission-4915 .knowledge-sessions-5673 {
    padding: 30px;
}.our-mission-4915 .container::before,
    .our-mission-4915 .container::after {
    width: 150px;
    height: 150px;
}
}



@media screen and (max-width: 992px) {.try-immediately-0129 {
    padding: 100px 0;
}.try-immediately-0129 .student-journey-1390 {
    max-width: 90%;
    padding: 50px 30px;
}.try-immediately-0129 h3 {
    letter-spacing: 2.5px;
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.try-immediately-0129 h3::before {
    bottom: -18px;
    width: 70px;
}.try-immediately-0129 .reach-us-7026 {
    padding: 16px 40px;
    font-size: calc(16px * 0.95);
}
}



@media screen and (max-width: 767px) {.tyPanel-4730 {
    padding: 3rem 1.25rem;
}.tyPanel-4730 h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.tyPanel-4730 .student-journey-1390 {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.tyPanel-4730 li {
    padding-left: 1.5rem;
}.tyPanel-4730 li::before {
    top: 6px;
    height: 6px;
    width: 6px;
}.tyPanel-4730 h2::before {
    bottom: -12px;
    height: 3px;
    width: 60px;
}
}



@media screen and (max-width: 576px) {.contact-panel-1758 {
    padding: 3rem 0;
}.contact-panel-1758 .feedback-inquiry-0897,
    .contact-panel-1758 .request-message-0961 {
    padding: 1.5rem;
}.contact-panel-1758 .feedback-inquiry-0897 div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact-panel-1758 .feedback-inquiry-0897 div svg {
    height: 20px;
    width: 20px;
}.contact-panel-1758 .request-message-0961 input[type="text"],
    .contact-panel-1758 .request-message-0961 input[type="email"] {
    padding: 0.8rem 1rem;
}.contact-panel-1758 .request-message-0961::before {
    display: none;
}
}



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px) translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(-40px);
    }
}



@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

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



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



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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

