﻿.key-subscr-info {
    flex: 0 0 auto;
}

.key-subscr-info {
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(198,198,181);
    font-family: Arial, sans-serif;
    color: #000000;
}

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

.key-course-program-info::before {
    opacity: 0.05;
    top: -100px;
    transform: skew(-15deg, -15deg);
    position: absolute;
    border-radius: 50%;
    right: -100px;
    content: "";
    height: 300px;
    z-index: 0;
    background: linear-gradient(210deg, rgb(165,159,166), rgb(121,116,127));
    width: 300px;
}

.key-course-program-info .key-career-challenge {
    gap: 3rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    position: relative;
}

.key-course-program-info .key-img-zoom:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}

.key-course-program-info .description::before {
    top: 0;
    width: 3px;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(to bottom, rgb(165,159,166), rgb(121,116,127));
    position: absolute;
    content: "";
    left: 0;
}

.key-privacy-compartment h1 {
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 44px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(121,116,127,0.5);
    color: rgb(121,116,127);
}

.key-privacy-compartment span {
    border-radius: 10px;
    padding: 3px 6px;
    color: rgb(165,159,166);
    background-color: rgb(165,159,166,0.5);
    font-weight: 600;
}

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

header .key-top-teach:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .key-top-header {
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .key-top-base {
    position: relative;
    margin: 0 0.5rem;
}

header .key-top-base a::before {
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
}

header .key-header-base::after {
    border-top: none;
    position: absolute;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    bottom: 10px;
    opacity: 0.5;
    border-left: none;
    width: 40px;
    left: 10px;
}

.key-join-now::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    left: 0;
    content: '';
    position: absolute;
}

.key-join-now .key-study-program:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
}

.key-join-now h3 {
    opacity: 0.9;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 8px;
    font-weight: 300;
    font-family: Arial, sans-serif;
    font-size: 37px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
}

.key-join-now .key-send-info::after {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    transform: translate(-50%, -50%);
    height: 0;
    z-index: -1;
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    top: 50%;
}

.key-subscr-info::before {
    content: "";
    left: 0;
    background: 
        linear-gradient(135deg, rgb(198,198,181) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(198,198,181) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(198,198,181) 25%, transparent 25%),
        linear-gradient(45deg, rgb(198,198,181) 25%, transparent 25%);
    background-color: rgb(165,159,166,0.5);
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    height: 120px;
    width: 100%;
}

footer .text_main_holder::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    left: 0;
    background-color: #ffffff;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: calc(100% + 80px);
    top: -40px;
    border-radius: 20px;
}

footer .key-top-mentor h5::after {
    background-color: rgb(165,159,166);
    width: 50px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -7px;
}

footer .key-head-pagewrap a:hover {
    transform: translateX(5px);
    color: rgb(165,159,166);
}

footer .subscribe_holder::before {
    width: 30px;
    height: 30px;
    z-index: -1;
    right: 30px;
    position: absolute;
    background-color: rgb(165,159,166);
    content: "";
    top: -15px;
    transform: rotate(45deg);
}

footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    color: #000000;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
}

footer .key-challenge-cta {
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    color: #000000;
    font-size: 16px;
}

.key-subscribe-to-newsletter p {
    color: #000000;
    font-weight: 700;
    font-size: 47px;
    line-height: 1.3;
    position: relative;
    max-width: 70%;
    transform: translateX(15%);
    margin-bottom: 4rem;
    font-family: Arial, sans-serif;
}

.key-subscribe-to-newsletter .input_holder::before {
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    z-index: -1;
    transform: translate(10px, 10px);
    height: 100%;
    content: "";
    background: #000000;
    opacity: 0.02;
}

.key-subscribe-to-newsletter .key-feedback-box:hover {
    color: #ffffff;
    border-color: rgb(165,159,166);
    background: transparent;
}



.key-subscribe-to-newsletter::after {
    border-radius: 50%;
    height: 300px;
    right: -150px;
    background: linear-gradient(
        45deg,
        rgb(165,159,166,0.5),
        rgb(121,116,127,0.5)
    );
    content: "";
    filter: blur(100px);
    animation: floatingItem 20s ease-in-out infinite;
    position: absolute;
    width: 300px;
    opacity: 0.1;
    top: -150px;
}

.key-education-framework .container.key-study-program:hover {
    transform: translateY(-5px) rotateX(2deg);
}

.key-education-framework .container.key-study-program > div::before {
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(165,159,166) 0%,
        rgb(121,116,127) 100%
    );
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    height: 5px;
}

.key-education-framework p span {
    opacity: 0;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    transform: translateY(20px);
    animation: textFadeIn 1s ease-out forwards;
    border-left: 2px solid rgb(165,159,166,0.5);
}

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

.key-contact h3 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
}

.key-contact .key-connect-message::before {
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    z-index: 0;
    content: '';
    position: absolute;
}

.key-contact .key-feedback-inquiry::after {
    right: 0;
    top: 0;
    width: 150px;
    opacity: 0.5;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(165,159,166,0.5) 100%);
    height: 150px;
    position: absolute;
    z-index: 0;
    border-radius: 0 0 0 150px;
    content: '';
}

.key-contact .key-feedback-inquiry textarea {
    height: 150px;
    resize: vertical;
}

.key-contact .key-feedback-inquiry .key-support-section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.key-contact .key-feedback-inquiry .key-support-section label::before {
    width: 24px;
    position: absolute;
    height: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    content: '';
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
}

.key-contact .key-feedback-inquiry .key-support-section a:hover::after {
    transform-origin: left;
    background-color: rgb(121,116,127);
    transform: scaleX(1);
}

.key-contact .key-feedback-inquiry .key-feedback-box::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 3px;
    opacity: 0.5;
    left: 0;
    bottom: 0;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.key-contact .key-connect-reach {
    background: linear-gradient(135deg, rgb(165,159,166) 0%, rgb(121,116,127) 100%);
    padding: 50px;
    overflow: hidden;
    flex: 1 1 40%;
    position: relative;
}

.key-contact .key-connect-reach h4::after {
    bottom: -10px;
    width: 60px;
    position: absolute;
    height: 3px;
    background: #ffffff;
    content: '';
    left: 0;
    border-radius: 10px;
}

.key-contact .key-connect-reach .key-message-help li:not(:last-child)::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    content: '';
}

.key-contact .key-connect-reach .key-message-help li span {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}

.key-contact .key-connect-reach .key-message-help li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.key-plan-card::after {
    width: 500px;
    content: "";
    background: linear-gradient(225deg, rgb(121,116,127,0.5), rgb(165,159,166,0.5));
    bottom: -15%;
    filter: blur(100px);
    height: 500px;
    left: -10%;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
}

.key-plan-card .key-value-rates:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.key-plan-card .key-plan-rates {
    perspective: 1000px;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.key-plan-card .key-price-sheet {
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
}

.key-plan-card .key-trial-pricing:hover .key-pricing-schemes h3 {
    transform: translateY(-2px);
    color: rgb(165,159,166);
}

.key-plan-card .key-pricing-schemes .key-learn-rates::after {
    height: 2px;
    background: rgb(121,116,127,0.5);
    content: "";
    width: 50px;
    left: 0;
    position: absolute;
    bottom: -10px;
    transition: width 0.4s ease;
}

.key-plan-card .key-trial-pricing .key-img-zoom {
    height: 220px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    width: 100%;
    position: relative;
}

.key-cookie-popup-display {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(198,198,181);
    border-top: 3px solid rgb(165,159,166);
    position: fixed;
    z-index: 90;
    padding: 20px 0;
    width: 100%;
}

.key-cookie-view svg, .key-cookie-view svg path {
    fill: rgb(165,159,166);
    width: 80px;
    height: 80px;
}

.key-track-edu:hover {
    border: 2px solid #ffffff;
}

.key-wrapper-structure .key-track-edu {
    font-size: 19px;
    border: none;
    margin-left: 0;
    background: rgb(165,159,166);
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
}

.key-thankYouBox::after {
    right: -10%;
    filter: blur(30px);
    z-index: 0;
    background: rgb(165,159,166,0.5);
    transform: rotate(-15deg) translateZ(-10px);
    animation: floatElement 20s infinite alternate ease-in-out;
    top: -10%;
    opacity: 0.05;
    height: 50%;
    width: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    position: absolute;
}

.key-thankYouBox .key-study-program {
    animation: fadeInUp 1s 0.3s backwards;
    border-radius: 8px;
    overflow: hidden;
    padding: 45px;
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.key-title-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.key-title-section .key-edu-begin::before {
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.4) 100%);
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.key-title-section .key-knowledge-sessions > div:nth-child(2) {
    animation-delay: 0.5s;
}

.key-title-section p {
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    color: rgb(121,116,127);
    letter-spacing: 1px;
    padding-left: 20px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(15px * 1.2);
}

.key-company-overview {
    position: relative;
    z-index: 1;
    background: rgb(198,198,181);
    overflow: hidden;
    padding: 120px 0;
}

.key-company-overview .container {
    z-index: 2;
    position: relative;
    padding: 0 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.key-company-overview h2::after {
    width: 10px;
    position: absolute;
    height: 10px;
    background: rgb(121,116,127);
    bottom: -3px;
    animation: float 3s ease-in-out infinite;
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.key-company-overview .key-digital-education:nth-child(1) {
    border-top-color: rgb(165,159,166);
}



.key-company-overview .key-digital-education:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}

.key-company-overview .key-digital-education:nth-child(2)::before {
    top: -100px;
    left: -100px;
    background: linear-gradient(45deg, rgb(121,116,127,0.5), transparent);
}

.key-company-overview .key-digital-education h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19px;
}

.key-company-overview .key-digital-education p {
    color: #000000;
    margin-bottom: 0;
    z-index: 2;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
}

.key-academic-experience {
    padding: 100px 0;
    background: linear-gradient(
        125deg,
        rgb(198,198,181) 0%,
        rgb(198,198,181) 60%,
        rgb(165,159,166,0.5) 120%
    );
    position: relative;
    overflow: hidden;
}

.key-academic-experience::after {
    position: absolute;
    top: -50%;
    width: 200%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(165,159,166,0.5) 0%,
            transparent 60%
        );
    opacity: 0.2;
    content: "";
    height: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    left: -50%;
}

.key-academic-experience .key-img-zoom::after {
    opacity: 0.05;
    border-radius: 40px;
    z-index: -2;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(165,159,166,0.5) 10px,
            rgb(165,159,166,0.5) 11px
        );
    inset: -20px;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    transform: rotate(10deg);
}

.key-academic-experience .key-career-wrap {
    position: relative;
    width: 80%;
    margin: 0;
    line-height: 1.9;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    border-radius: 28px;
    font-size: 12px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    max-width: 700px;
    padding: 40px 50px;
    color: #000000;
}



.key-academic-experience .key-review-testimonials::after {
    position: absolute;
    content: "";
    z-index: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(121,116,127,0.5) 100%
        );
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    top: -50px;
    width: 350px;
    height: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
}



@media (max-width: 767px) {.key-course-program-info {
    padding: 4rem 0;
}.key-course-program-info h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.key-course-program-info .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.key-course-program-info .key-img-zoom {
    height: 300px;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .key-header-base {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .key-top-teach {
    margin-right: 0;
    margin-bottom: 0;
}header .key-top-mentor {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .key-top-base a {
    height: 35px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}header .key-header-base::before,
    header .key-header-base::after {
    display: none;
}.key-main-primary {
    margin-top: -10px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .key-head-pagewrap {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .key-free-trial {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}



@media (max-width: 767px) {footer .key-subscr-info {
    padding: 80px 0 30px;
}footer .key-contact-panel {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .key-top-mentor, footer .subscribe_holder {
    margin-right: 10px;
    padding: 25px 20px;
    margin-left: 10px;
}footer .key-alumni-net {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.key-subscribe-to-newsletter {
    padding: 4rem 1.5rem;
}.key-subscribe-to-newsletter p {
    font-size: calc(37px * 0.8);
    transform: none;
    max-width: 100%;
}.key-subscribe-to-newsletter .input_holder {
    max-width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    gap: 1rem;
}.key-subscribe-to-newsletter .key-subscribe-title {
    padding: 1.2rem;
    border: 2px solid #000000;
}.key-subscribe-to-newsletter .key-feedback-box {
    padding: 1.2rem;
}.key-subscribe-to-newsletter .key-study-program::before {
    font-size: 5rem;
}
}



@media (max-width: 575.98px) {.key-education-framework {
    padding: 3rem 0;
}.key-education-framework .container.key-study-program > div {
    padding: 2rem 1.25rem;
}.key-education-framework h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    line-height: 1.3;
}.key-education-framework p {
    font-size: calc(14px - 0.05rem);
    line-height: 1.7;
}
}



@media (prefers-reduced-motion: reduce) {.key-education-framework .container.key-study-program:hover {
    transform: translateY(-5px);
}.key-education-framework::before {
    animation: none;
}.key-education-framework p span {
    transform: none;
    animation: none;
    opacity: 1;
}}



@media (min-width: 992px) {.key-plan-card {
    padding: 140px 0;
}.key-plan-card .key-promo-rates {
    align-items: flex-start;
    flex-direction: row;
}.key-plan-card .key-value-rates {
    align-self: flex-start;
    transform: translateX(0);
    margin-right: 70px;
    order: 0;
    top: 100px;
    position: sticky;
    width: 30%;
}.key-plan-card .key-plan-rates {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (max-width: 480px) {.key-plan-card {
    padding: 50px 0;
}.key-plan-card .key-pricing-schemes h3 {
    font-size: 22px;
}.key-plan-card .key-pricing-schemes .key-learn-rates {
    font-size: calc(22px + 2px);
}.key-plan-card .key-pricing-schemes p {
    font-size: calc(13px - 1px);
}}



@media (max-width: 480px) {.key-thankYouBox {
    padding: 40px 0;
}.key-thankYouBox h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
}.key-thankYouBox .key-study-program {
    padding: 25px 20px;
}.key-thankYouBox h2::after {
    height: 2px;
    width: 60px;
}.key-thankYouBox li span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}



@media (max-width: 768px) {.key-title-section .key-edu-begin {
    padding: 4rem 1rem;
    height: auto;
    min-height: 450px;
}.key-title-section .key-knowledge-sessions {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transform: perspective(1000px) rotateX(1deg);
}.key-title-section p {
    margin-bottom: 1rem;
    font-size: 15px;
}.key-title-section .title_style_header {
    margin-bottom: 1.5rem;
    font-size: 48px;
}.key-title-section h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}
}



@media (max-width: 991px) {.key-academic-experience {
    padding: 80px 0;
}.key-academic-experience .key-img-zoom {
    width: 220px;
    height: 220px;
    margin-bottom: 25px;
}.key-academic-experience .name {
    font-size: calc(47px * 0.9);
    margin-bottom: 12px;
}.key-academic-experience .key-career-wrap {
    width: 85%;
    padding: 35px 40px;
}.key-academic-experience .key-review-testimonials::before,
    .key-academic-experience .key-review-testimonials::after {
    height: 250px;
    width: 250px;
}
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



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



@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}



@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}



@keyframes textFadeIn {
    0% { opacity: 0; transform: translateX(20px); }
    100% { opacity: 1; transform: translateX(0); }
}



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



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

