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

.container {
    width: 1126px;
    max-width: 100%;
    margin: auto;
}

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(195,180,203) 100%);
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid rgb(195,180,203,0.5);
    position: fixed;
}

.N-educational-rewards h4 {
    font-weight: 700;
    padding-bottom: 1rem;
    line-height: 1.4;
    position: relative;
    font-size: calc(23px * 1.1);
    margin-bottom: 2rem;
    color: #000000;
}

.N-educational-rewards ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.N-educational-rewards li p {
    gap: 1rem;
    display: flex;
    font-size: 18px;
    margin: 0;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
}

.N-educational-rewards li:hover svg path {
    fill: rgb(170,136,188);
}

header .n-nav-mainwrap {
    width: 100%;
}

header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}

header .p-top-lead {
    display: flex;
    position: relative;
    gap: 25px;
}

header .p-top-lead:hover:before {
    transform: scaleX(1);
}

header .n-top-mainwrap:after {
    height: 2px;
    content: '';
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    background: rgb(195,180,203);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    width: 100%;
}

header .n-top-mainwrap:hover:before {
    opacity: 1;
}

header .f-head-sitewrap svg {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(195,180,203,0.5));
    transition: transform 0.5s ease;
}

.x-privacy-holder h2 {
    color: rgb(170,136,188);
    font-size: 34px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(170,136,188);
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
}

.x-privacy-holder ol li {
    counter-increment: list;
}

.x-privacy-holder li {
    margin-bottom: 10px;
    padding-left: 5px;
}



.x-privacy-holder a {
    color: rgb(195,180,203);
    border-bottom: 2px solid rgb(195,180,203,0.5);
    text-decoration: none;
}

.E-join-now {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
    position: relative;
}

.E-join-now .D-fast-learn::before {
    border-radius: 50%;
    animation: orbitRotate 20s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 200px;
    right: -100px;
    content: '';
    position: absolute;
    height: 200px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    top: -100px;
}

.E-join-now h3::after {
    opacity: 0.7;
    bottom: -20px;
    animation: barPulse 2s ease-in-out infinite;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    height: 3px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    width: 50px;
}

.E-join-now .D-talk-now:hover {
    color: rgb(195,180,203);
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.K-learning-process {
    padding: 7rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(223,219,225), #ffffff);
    position: relative;
}

.K-learning-process .D-fast-learn {
    flex-direction: column;
    padding: 4px;
    position: relative;
    display: flex;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    gap: 4px;
    margin: 0 auto;
    max-width: 850px;
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.K-learning-process span {
    animation: tabContent 0.8s 0.3s ease-out forwards;
    border-radius: 0 0 11px 11px;
    padding: 2rem;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    transform-origin: top center;
    position: relative;
    background: #ffffff;
}

.Y-data-approval {
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.c-web-cookies svg, .c-web-cookies svg path, .c-web-cookies img {
    width: 80px;
    fill: rgb(195,180,203);
    height: 80px;
}

.j-modalCookieSettings p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}

.cookie_button.E-user-default {
    background: rgba(0, 0, 0, 0.5);
}

.j-modalCookieSettings p a {
    transition: color 0.3s ease-in-out;
    color: rgb(195,180,203);
    text-decoration: underline;
}

.o-ideal-participants::before {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,136,188,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(195,180,203,0.5) 0%, transparent 30%);
    content: '';
    z-index: 1;
    position: absolute;
}

.o-ideal-participants h3::after {
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(170,136,188), transparent);
    transform: translateX(-50%);
    content: '';
    bottom: -15px;
    height: 1px;
    left: 50%;
}

.o-ideal-participants li:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px);
}

.o-ideal-participants li:hover::before {
    opacity: 1;
}

.o-ideal-participants li:hover svg {
    fill: rgb(195,180,203);
    filter: drop-shadow(0 5px 10px rgb(195,180,203,0.5));
    transform: scale(1.05);
}

.o-ideal-participants li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}

.Q-meet-us {
    overflow: hidden;
    color: #ffffff;
    isolation: isolate;
    position: relative;
    padding: 100px 0 120px;
}

.Q-meet-us h4::after {
    height: 3px;
    position: absolute;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,136,188) 20%, 
        rgb(170,136,188) 80%, 
        transparent);
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}

.Q-meet-us .x-news-item::before {
    height: 100%;
    position: absolute;
    pointer-events: none;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
}

.Q-meet-us span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    animation: textReveal 1s forwards 1.2s ease-out;
    position: relative;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 14px;
    opacity: 0;
}

.I-gratContent .container {
    transform: translateZ(0);
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}

.I-gratContent h2::after {
    width: 120px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
    transform-origin: left center;
    height: 4px;
    content: "";
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}

.I-gratContent li::before {
    height: 6px;
    transform: scale(0);
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    border-radius: 50%;
    width: 6px;
    top: 0.5rem;
    content: "";
    background: rgb(195,180,203);
    position: absolute;
    left: 0;
}

.w-title-section .S-main-begin::before {
    height: 100%;
    transform-origin: center;
    backdrop-filter: blur(8px);
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(195,180,203), 0.85) 0%,
        rgba(rgb(170,136,188), 0.75) 50%,
        rgba(rgb(195,180,203), 0.65) 100%);
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
}

.w-title-section .X-learn-vision:hover::before {
    opacity: 1;
}

.w-title-section h1 {
    color: #ffffff;
    position: relative;
    font-size: calc(40px * 1.2);
    margin-bottom: 2rem;
    transform: translateZ(40px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    transition: transform 0.5s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.C-offer-grid {
    background-color: rgb(223,219,225);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.C-offer-grid::before {
    height: 12rem;
    transform: rotate(15deg);
    top: -3rem;
    width: 12rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    background: linear-gradient(135deg, rgb(195,180,203), rgb(170,136,188));
    opacity: 0.07;
    position: absolute;
    right: -3rem;
}

.C-offer-grid .i-learning-rates {
    line-height: 1.6;
    max-width: 800px;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #000000;
}

.C-offer-grid .j-fee-options {
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    min-height: 480px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
}

.C-offer-grid .z-class-cost:hover .t-bundle-price::before {
    transform: scaleX(1.5);
}

.C-offer-grid .i-pic-overlay::after {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
}

.p-course-structure::after {
    position: absolute;
    height: 150px;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(170,136,188) 0%, transparent 80%);
    bottom: -10px;
    right: -10px;
    z-index: 1;
    width: 150px;
    content: "";
}

.p-course-structure .i-pic-overlay::after {
    bottom: -10px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    position: absolute;
    width: calc(100% + 20px);
    opacity: 0.5;
    left: -10px;
    content: "";
    z-index: -1;
    height: calc(100% + 20px);
    border: 2px solid rgb(170,136,188);
    transform: translate(10px, 10px);
}

.p-course-structure h3::after {
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    transform-origin: left;
    left: 0;
    content: "";
    width: 50px;
    bottom: -8px;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(170,136,188);
}

.l-user-testimonials h4 {
    position: relative;
    font-weight: 700;
    text-align: center;
    transform: skewX(-5deg);
    margin-bottom: 4rem;
    color: #000000;
    font-size: 29px;
}

.l-user-testimonials .P-learning-voices {
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    transform: rotateX(10deg) rotateY(-5deg);
    overflow: hidden;
    backface-visibility: hidden;
}

.l-user-testimonials .P-learning-voices p {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

.Q-academic-expertise::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(170,136,188,0.5) 0deg,
        rgb(195,180,203,0.5) 90deg,
        rgb(223,219,225) 180deg,
        rgb(195,180,203,0.5) 270deg,
        rgb(170,136,188,0.5) 360deg
    );
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    filter: blur(60px);
    position: absolute;
}

.Q-academic-expertise .u-exp-items::before {
    left: -50%;
    position: absolute;
    top: -50%;
    height: 200%;
    content: "";
    opacity: 0.1;
    width: 200%;
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(170,136,188,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
}

.Q-academic-expertise .D-exp-container {
    font-size: 15px;
    font-weight: 400;
    border-left: 3px solid rgb(195,180,203,0.5);
    font-style: italic;
    padding-left: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
}

.E-webinar-cta .company_holder {
    position: relative;
    padding-right: 40px;
}

.E-webinar-cta .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}

.E-webinar-cta .f-verify-cta {
    display: flex;
    justify-content: flex-end;
}

.E-webinar-cta .p-top-lead h5::after {
    left: 0;
    content: "";
    background: rgb(195,180,203);
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    height: 2px;
    width: 30px;
}

.E-webinar-cta .p-top-lead .p-header-lead a:hover::before {
    opacity: 1;
    width: 8px;
}

.v-pitch-comp .u-sample-docs {
    opacity: 0.6;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.v-pitch-comp .u-sample-docs {
    position: relative;
    transition: all 0.3s ease;
}



.E-webinar-cta .p-top-lead .p-header-lead a::after {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    transition: width 0.3s ease;
    height: 1px;
    content: "";
    background: rgb(195,180,203);
}



.E-webinar-cta .company_holder h3::before {
    background: rgb(195,180,203);
    opacity: 0.7;
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 20px;
    left: -30px;
}

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

.B-contact-panel .J-query-section::after {
    top: 0;
    width: 1px;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(195,180,203,0.5),
        transparent);
    content: "";
    position: absolute;
}

.B-contact-panel .J-query-section div svg {
    background: rgb(195,180,203);
    padding: 5px;
    height: 24px;
    margin-right: 1rem;
    flex-shrink: 0;
    border-radius: 50%;
    width: 24px;
}

.B-contact-panel .W-help-section::before {
    transform: rotate(45deg);
    height: 20px;
    left: -10px;
    width: 20px;
    background: #ffffff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    content: "";
    position: absolute;
    top: 3rem;
}

.B-contact-panel .W-help-section input[type="text"]::placeholder,
.B-contact-panel .W-help-section input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.B-contact-panel .W-help-section .C-feedback-reach input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    width: 20px;
    background-color: #ffffff;
    height: 20px;
    transition: all 0.2s ease;
    border: 2px solid #000000;
    flex-shrink: 0;
    margin-top: 2px;
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
}

.B-contact-panel .W-help-section .t-message-inquiry:focus {
    outline: none;
}

.Q-meet-us .x-news-item div::-webkit-scrollbar {
    width: 5px;
}

.Q-meet-us .x-news-item div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.Q-meet-us .x-news-item div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,136,188);
}

.p-course-structure .description::-webkit-scrollbar {
    width: 4px;
}

.p-course-structure .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.p-course-structure .description::-webkit-scrollbar-thumb {
    background: rgb(195,180,203,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {header .p-top-lead {
    top: 0;
    position: fixed;
    height: 100vh;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    flex-direction: column;
    overflow-y: auto;
    padding: 80px 30px 30px;
    transition: right 0.4s ease;
    width: 80%;
    z-index: 1001;
    background: #000000;
    right: -100%;
    gap: 20px;
}header .menu.active {
    right: 0;
}header .n-top-mainwrap {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(195,180,203,0.5);
}header .p-top-lead:before {
    display: none;
}header .f-head-sitewrap {
    margin-right: auto;
    margin-left: auto;
}
}



@media (max-width: 768px) {.K-learning-process {
    padding: 5rem 1rem;
}.K-learning-process h3 {
    padding: 1.2rem 1.5rem;
    text-align: center;
    font-size: calc(34px * 0.8);
}.K-learning-process span {
    font-size: calc(18px * 0.95);
    padding: 1.5rem;
}.K-learning-process h3::before {
    height: 14px;
    right: 1.5rem;
    width: 14px;
}.K-learning-process span::after {
    width: 30px;
    height: 30px;
}}



@media (max-width: 991px) {.o-ideal-participants .D-fast-learn {
    padding: 2rem;
}.o-ideal-participants h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.o-ideal-participants li {
    padding: 2rem 1.5rem;
}.o-ideal-participants li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}
}



@media screen and (max-width: 992px) {.Q-meet-us h4 {
    font-size: calc(18px * 1.1);
}.Q-meet-us h6 {
    font-size: calc(16px * 1.3);
}.Q-meet-us .x-news-item {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(0);
}.Q-meet-us .x-news-item div {
    max-height: 350px;
}
}



@media (max-width: 768px) {.I-gratContent {
    padding: 4rem 0;
}.I-gratContent h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.I-gratContent h2::after {
    width: 100px;
    height: 3px;
}.I-gratContent .D-fast-learn {
    padding: 2rem;
}.I-gratContent li span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.w-title-section .S-main-begin {
    min-height: 70vh;
}.w-title-section .X-learn-vision {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    width: 92%;
    padding: 2rem 1.5rem;
    transform: none;
}.w-title-section h1 {
    font-size: 34px;
    margin-bottom: 1.5rem;
}.w-title-section h1::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
}.w-title-section h3 {
    margin-bottom: 1rem;
    font-size: 19px;
}.w-title-section p {
    padding-top: 0.75rem;
}
}



@media (min-width: 1024px) {.C-offer-grid .e-offer-box {
    grid-template-columns: repeat(2, 1fr);
}.C-offer-grid .z-class-cost:nth-child(odd) {
    transform: translateY(1.5rem);
}
}



@media (min-width: 768px) {.p-course-structure {
    padding: 6rem 0;
}.p-course-structure .y-lesson-track {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.p-course-structure .i-pic-overlay {
    height: 400px;
}.p-course-structure h3 {
    font-size: calc(21px * 1.2);
}.p-course-structure .x-news-item {
    padding: 2.5rem;
}
}



@media (max-width: 992px) {.l-user-testimonials .v-review-voices {
    grid-template-columns: repeat(2, 1fr);
}.l-user-testimonials h4 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 991px) {.E-webinar-cta {
    padding: 60px 0 30px;
}.E-webinar-cta .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.E-webinar-cta .company_holder {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    padding-right: 0;
}.E-webinar-cta .company_holder::after {
    display: none;
}.E-webinar-cta .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.E-webinar-cta .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.E-webinar-cta .s-sustain-cta {
    text-align: center;
    max-width: 100%;
}.E-webinar-cta .f-verify-cta {
    justify-content: center;
}
}



@media screen and (max-width: 992px) {.B-contact-panel .o-reach-request {
    flex-direction: column;
}.B-contact-panel .J-query-section {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.B-contact-panel .J-query-section::after {
    left: 0;
    height: 1px;
    bottom: 0;
    width: 100%;
    right: unset;
    top: unset;
    background: linear-gradient(to right,
            transparent,
            rgb(195,180,203,0.5),
            transparent);
}.B-contact-panel .W-help-section::before {
    top: -10px;
    transform: rotate(135deg);
    left: 3rem;
}
}



@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}



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



@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(2deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



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

