.policy_links {
    flex: 0 0 auto;
}

.policy_links {
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, #000000, rgb(144,146,143));
    font-family: Arial, sans-serif;
}


.client_feedback {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
}

.client_feedback .success_voices {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}

.client_feedback .review_quotes:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.client_feedback .review_quotes:hover .thumb {
    border-color: rgb(185,186,182);
    transform: scale(1.1);
}

.client_feedback .review_quotes p {
    text-align: center;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}

.privacy_safeguard::before {
    top: 0;
    right: 0;
    transform-style: preserve-3d;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(185,186,182,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(185,186,182,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(185,186,182,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(185,186,182,0.5), 0.02) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: backgroundShift 60s linear infinite;
    background-size: 20px 20px;
    perspective: 1000px;
    z-index: 1;
    left: 0;
    pointer-events: none;
    position: absolute;
    content: "";
}

.privacy_safeguard h4 {
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.4s;
    color: rgb(185,186,182);
    opacity: 0;
    padding-left: 0.6rem;
    position: relative;
    margin: 1.8rem 0 1rem;
    font-size: calc(29px * 0.7);
    font-weight: 400;
    transform: translateZ(1px);
}

.privacy_safeguard li::before {
    background: linear-gradient(135deg, rgb(185,186,182), rgb(144,146,143));
    height: 8px;
    position: absolute;
    width: 8px;
    content: "";
    left: 0;
    animation: pulse 3s infinite alternate;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    top: 0.5rem;
}

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

.price_row .class_cost {
    font-size: 17px;
    max-width: 800px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 50px;
}

.price_row .deal_grid li {
    perspective: 1000px;
}

.price_row .class_deals::before {
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.4s ease;
    height: 5px;
    top: 0;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    transform-origin: left;
    content: "";
}

.price_row .payment_pricing p {
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 17px;
    flex-grow: 1;
    white-space: normal;
    margin: 0 0 25px;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
}

header .page_nav {
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    position: relative;
    padding: 1.2rem 2.5rem;
}

header .head_lead::before {
    top: -5px;
    opacity: 0.1;
    position: absolute;
    transition: all 0.3s ease;
    right: -5px;
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    left: -5px;
    bottom: -5px;
    z-index: -1;
    content: '';
}

header .head_edu {
    margin: 0;
    position: relative;
    display: flex;
    z-index: 2;
    list-style: none;
    padding: 0;
}

header .nav_tutor a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .nav_tutor::after {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 80%;
    filter: blur(3px);
    bottom: -10px;
    height: 5px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 10%;
}

header .main_page {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(224,220,202);
}

.course_fit_for .smart_track {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}

.course_fit_for h3::before {
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(185,186,182),
        rgb(144,146,143),
        rgb(185,186,182)
    );
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
}

.course_fit_for ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
}

.course_fit_for ul li::after {
    position: absolute;
    height: 10px;
    right: -5px;
    border-radius: 50%;
    width: 10px;
    content: "";
    bottom: -5px;
    background: rgb(144,146,143);
}

.course_fit_for ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}

.course_fit_for ul li:hover svg path {
    fill: rgb(144,146,143);
}



.course_fit_for ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.course_features::before {
    position: absolute;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    content: "";
    z-index: 2;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.course_features .grow_skills {
    height: 100%;
    width: calc(100% / 5);
    position: relative;
}

.course_features .learn_work {
    border-radius: 0;
    position: relative;
    animation: float-up 1s forwards;
    max-width: 800px;
    border-top: 4px solid rgb(185,186,182);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    padding: 50px;
    transform: translateY(30px);
    backdrop-filter: blur(8px);
}

.course_features .learn_work .support_form::before {
    content: "";
    top: 0;
    z-index: -1;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: rgb(144,146,143);
    transform: translateX(-100%);
}

.who_we_are .container:hover {
    transform: perspective(1000px) rotateY(0);
}

.who_we_are .snippet_wrap {
    gap: 1.5rem;
    max-width: 100%;
    grid-template-columns: 1fr;
    display: grid;
}

.who_we_are .snippet_wrap > div:first-child::before {
    transform: translateY(-50%) rotate(45deg);
    left: -1.5rem;
    height: 0.75rem;
    content: "";
    position: absolute;
    width: 0.75rem;
    animation: pulse 3s infinite;
    background: rgb(185,186,182);
    top: 50%;
}

.who_we_are .snippet_wrap > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}

.who_we_are .snippet_wrap > div:nth-child(2) p {
    font-weight: 700;
    font-size: calc(23px * 1.5);
    line-height: 1.2;
    transform: translateY(0);
    color: #ffffff;
    transition: transform 0.4s ease, filter 0.4s ease;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    margin: 0;
    -webkit-background-clip: text !important;
    letter-spacing: -0.5px;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(144,146,143) 100%
    );
}

.who_we_are ol li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgb(185,186,182);
}

.cookie_review {
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(185,186,182);
    margin-right: 20px;
    overflow: hidden;
}

.cookie_customize {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}

.policy_ack {
    color: #000000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 0 10px rgb(185,186,182,0.5);
    background: rgb(185,186,182);
    white-space: nowrap;
    cursor: pointer;
    margin-left: 10px;
    padding: 12px 25px;
}

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

.contact_us .contact_message {
    width: 60%;
    float: right;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    position: relative;
}

.contact_us .request_block {
    padding: 40px;
}

.contact_us input[type="text"],
.contact_us textarea {
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    padding: 15px;
    background: rgb(224,220,202);
    border: none;
    font-size: 14px;
}

.contact_us .support_section label {
    cursor: pointer;
    padding-left: 30px;
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
    position: relative;
}

.contact_us .support_section input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    height: 9px;
    left: 6px;
    transform: rotate(45deg);
    content: '';
    top: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
}

.contact_us .reach_info h4 {
    font-size: 22px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.contact_us .query_section li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.contact_us .query_section a:hover {
    text-decoration: underline;
    opacity: 0.8;
}



.course_instructor .container {
    z-index: 1;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}

.course_instructor .review_quotes:hover {
    transform: rotateX(0) rotateY(0);
}

.course_instructor .review_quotes:hover .thumb {
    transform: translateZ(30px) scale(1.05);
}

.course_instructor .name {
    position: relative;
    display: block;
    color: rgb(185,186,182);
    font-size: 22px;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    transform: translateZ(10px);
    grid-area: name;
    font-weight: 700;
}

.course_instructor .review_quotes:hover .career_overview {
    transform: translateZ(25px);
}

.try_immediately::before {
    height: 100%;
    background: radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.try_immediately h6 {
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    transform: translateZ(10px);
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
}

.try_immediately .support_form::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    position: absolute;
}

.try_immediately .support_form:hover {
    transform: translateY(-5px) translateZ(30px);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2),
                0 10px 25px -5px rgba(0, 0, 0, 0.15);
}

.policy_links::before {
    left: 0;
    content: "";
    right: 0;
    top: 0;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    background: radial-gradient(circle at 10% 20%, rgb(144,146,143,0.5) 0%, transparent 50%);
}

footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}

footer .info_item p, footer .info_item a {
    align-items: center;
    transition: color 0.3s ease;
    display: flex;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
}

footer .head_lead:hover svg {
    filter: drop-shadow(0 0 8px rgb(185,186,182));
}

footer .head_edu:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .head_edu:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}

footer .head_edu h5::after {
    height: 2px;
    transition: width 0.3s ease;
    bottom: -1px;
    left: 0;
    content: "";
    position: absolute;
    width: 50px;
    background: rgb(185,186,182);
}

footer .site_study a::before {
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    height: 6px;
    top: 50%;
    width: 6px;
    opacity: 0.7;
    background-color: rgb(185,186,182);
    content: "";
    transform: translateY(-50%) scale(0.8);
    left: 0;
    position: absolute;
    border-radius: 50%;
}

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

footer .sub_transition {
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
    background: rgb(185,186,182);
    padding: 14px 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 20px;
    border: none;
}

.statistical_overview::before {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    left: 0;
    top: 0;
    content: "";
    background: 
        linear-gradient(0deg, rgb(224,220,202) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgb(185,186,182,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(144,146,143,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: -1;
}

.statistical_overview .career_statistics {
    border-radius: 25px;
    min-width: 250px;
    z-index: 1;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 1px 1px rgba(255, 255, 255, 0.2) inset,
        0 -1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9));
    position: relative;
    max-width: calc(25% - 30px);
    flex: 1;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.statistical_overview svg path {
    fill: rgb(144,146,143);
}

.gratSpot {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,202) 0%, rgb(185,186,182,0.5) 100%);
    padding: 120px 0;
    position: relative;
    font-family: Arial, sans-serif;
}

.gratSpot h2 {
    color: #000000;
    max-width: 800px;
    transform: translateY(0);
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    opacity: 1;
    animation: slideInUp 0.8s ease-out forwards;
}

.gratSpot ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.gratSpot li::before {
    top: 10px;
    height: 8px;
    position: absolute;
    transition: transform 0.3s ease;
    width: 8px;
    transform: rotate(45deg);
    left: 0;
    background: rgb(185,186,182);
    content: "";
}

.stay_connected .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.stay_connected .smart_track::before {
    animation: lightSweep 8s ease-in-out infinite;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
}

.stay_connected .input_holder span {
    position: relative;
    width: 100%;
}

.stay_connected input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}

.stay_connected .sub_transition {
    border: none;
    font-family: Arial, sans-serif;
    letter-spacing: 0.05em;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    padding: 1rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 18px;
    transform: translateZ(0);
    background: rgb(185,186,182);
    position: relative;
}

.title_greeting .smart_track {
    height: 100%;
    padding: 6rem 2rem;
    max-width: 1400px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin: 0 auto;
    gap: 2rem;
    z-index: 1;
    display: grid;
}

.title_greeting .smart_track {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem;
}

.title_greeting .snippet_wrap {
    position: relative;
    justify-content: center;
    z-index: 2;
    display: flex;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    transform: translateY(2rem);
    opacity: 0;
    flex-direction: column;
}

.title_greeting .main_title::before {
    top: 0;
    height: 0.3rem;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(185,186,182), rgb(144,146,143));
    left: 0;
}

.title_greeting svg {
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    width: 120px;
    display: block;
    margin: 1rem auto 2.5rem;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 120px;
    transform-origin: center;
}

.title_greeting svg {
    width: 100px;
    height: 100px;
    margin: 0.5rem auto 2rem;
}

.title_greeting .thumb {
    overflow: hidden;
    transition: transform 0.5s ease;
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    opacity: 0;
}

.title_greeting .thumb {
    order: -1;
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    height: 300px;
}



@media (max-width: 575px) {.privacy_safeguard {
    padding: 2rem 0;
}.privacy_safeguard h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_safeguard h2 {
    margin: 2rem 0 1rem;
}.privacy_safeguard p, .privacy_safeguard li, .privacy_safeguard span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.privacy_safeguard span {
    padding: 0.8rem;
}.privacy_safeguard li::before {
    height: 6px;
    width: 6px;
}}



@media (min-width: 1400px) {header .page_nav {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_tutor {
    margin: 0 0.6rem;
}header .nav_tutor a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .page_nav {
    padding: 0.7rem 1.2rem;
}header .head_lead {
    max-width: 120px;
}header .nav_tutor a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(14px - 3px);
}}



@media (max-width: 768px) {.course_fit_for {
    padding: 60px 0;
}.course_fit_for ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_fit_for ul li {
    padding: 20px 20px 20px 65px;
}.course_fit_for h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}
}



@media (max-width: 768px) {.course_features {
    height: auto;
    padding-top: 50vh;
    min-height: auto;
}.course_features::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.course_features .career_ready {
    top: 0;
    position: fixed;
    height: 50vh;
}.course_features .container {
    padding-bottom: 50px;
    margin-top: 0;
}.course_features .learn_work {
    padding: 30px 25px;
}.course_features .learn_work h3 {
    font-size: 38px;
}.course_features .learn_work .support_form {
    width: 100%;
}
}


@media only screen and (max-width: 1200px) {.cookie_notice_message {
    padding: 20px;
}.data_control {
    padding: 20px 2%;
}
}



@media (max-width: 992px) {.contact_us {
    padding: 80px 0;
}.contact_us .thumb {
    display: none;
}.contact_us .contact_message {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}
}



@media (max-width: 576px) {.contact_us {
    padding: 40px 0;
}.contact_us h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact_us .request_block,
    .contact_us .reach_info {
    padding: 25px 20px;
}.contact_us input[type="text"],
    .contact_us textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_us textarea {
    height: 110px;
}.contact_us .support_form {
    width: 100%;
}}



@media (min-width: 992px) {.try_immediately {
    padding: 6rem 4rem;
}.try_immediately .container {
    gap: 4rem;
}.try_immediately h6 {
    max-width: 80%;
    font-size: 24px;
}.try_immediately .support_form {
    padding: 1.25rem 3rem;
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_transition {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .policy_links {
    padding: 40px 0 20px;
}footer .ask_feedback, footer .head_edu, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_transition {
    padding: 12px;
}footer .head_lead svg {
    height: 40px;
}footer .footer_clients {
    font-size: calc(14px - 1px);
}}



@media (max-width: 991px) {.gratSpot {
    padding: 80px 0;
}.gratSpot h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.gratSpot .smart_track {
    padding: 30px;
}
}



@media (min-width: 768px) {.stay_connected {
    padding: 5rem 3rem;
}.stay_connected .smart_track {
    gap: 3rem;
    padding: 3.5rem 3rem;
    flex-direction: row;
    transform: perspective(1000px) rotateX(1deg);
}.stay_connected h4 {
    text-align: left;
    flex: 1;
}.stay_connected .input_holder {
    max-width: none;
    flex: 1;
}.stay_connected .input_holder::after {
    display: none;
}
}



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

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



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



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}



@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

