﻿header,footer {
    width: 100%;
}

header {
    background: linear-gradient(90deg, rgb(74,103,161) 0%, rgb(130,150,181) 100%);
    z-index: 100;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0;
    margin-top: 0;
}

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

.our-team h4::after {
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    background: rgb(74,103,161);
    width: 60px;
    transform: translateX(-50%);
    bottom: -15px;
}

.our-team .text-scroll h6 {
    position: relative;
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    transform: translateX(0);
    color: rgb(130,150,181);
    transition: transform 0.4s ease;
    display: inline-block;
}

.confidential-lockup {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(182,191,205), rgba(240, 240, 245, 0.7));
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
}

.confidential-lockup h1 {
    position: relative;
    letter-spacing: -0.02em;
    font-size: calc(43px * 1.1);
    margin-bottom: 2.5rem;
    color: rgb(130,150,181);
    line-height: 1.2;
    font-weight: 600;
    transform: translateX(-0.5rem);
}

.confidential-lockup h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #000000;
    font-size: calc(38px * 0.85);
    padding-bottom: 0.7rem;
    font-weight: 400;
    margin: 2.5rem 0 1rem;
}

.confidential-lockup span {
    font-size: 14px;
    margin-bottom: 2rem;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    display: block;
    font-style: italic;
    padding: 0.5rem 0 0;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.2rem;
}

.pricing-deck h2 {
    position: relative;
    color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 28px;
    transform: translateY(0);
    animation: titleFloat 6s ease-in-out infinite;
    background-clip: text !important;
    text-align: center;
}

.pricing-deck .offer-box:hover .access-plans::before {
    transform: scaleX(1);
}

.pricing-deck .offer-box:hover .access-plans::after {
    opacity: 1;
}

.pricing-deck .study-sub {
    z-index: 2;
    position: relative;
}

.pricing-deck .study-sub h4 {
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: calc(19px + 2px);
    margin: 0 0 20px;
}

.pricing-deck .pricing-tiers::before {
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    width: 40px;
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
}

.education-experience::before {
    z-index: 0;
    top: -10%;
    filter: blur(40px);
    width: 30%;
    background: linear-gradient(45deg, rgb(74,103,161,0.5) 0%, rgb(130,150,181,0.5) 100%);
    height: 80%;
    position: absolute;
    right: -5%;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.4;
}

.education-experience .img-gallery-item {
    width: 180px;
    height: 180px;
    transition: all 0.4s ease-out;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    border-radius: 10px;
    position: relative;
}

.education-experience .success-stories:hover .name::after {
    width: 70%;
}

.target-audience {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205), rgb(130,150,181,0.5));
    z-index: 1;
}

.target-audience::after {
    opacity: 0.2;
    z-index: -2;
    position: absolute;
    content: '';
    box-shadow: 0 0 80px 20px rgb(130,150,181,0.5);
    border: 2px solid rgb(74,103,161,0.5);
    left: 50%;
    border-radius: 50%;
    height: 500px;
    top: 50%;
    width: 500px;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    transform: translate(-50%, -50%);
}

.target-audience ul {
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.target-audience ul li::after {
    width: 80px;
    right: -30px;
    bottom: -30px;
    opacity: 0.3;
    height: 80px;
    border: 2px solid rgb(130,150,181,0.5);
    position: absolute;
    border-radius: 50%;
    content: '';
    animation: pulsateBubble 5s infinite alternate;
}

.get-support {
    color: #ffffff;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
}

.get-support .ask-feedback {
    perspective: 800px;
    overflow: visible;
    transform-style: preserve-3d;
    border-radius: 26px;
    position: relative;
}

.get-support .ask-feedback h3::after {
    position: absolute;
    bottom: -10px;
    height: 1px;
    background: linear-gradient(90deg, rgb(130,150,181), transparent);
    content: '';
    left: 0;
    width: 100%;
}

.get-support .online-form span {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border: 1px solid rgba(rgb(130,150,181,0.5), 0.2);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translateZ(0);
    overflow: hidden;
}

.get-support .online-form span svg {
    position: absolute;
    height: 24px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(130,150,181,0.5), 0.7));
    fill: rgb(130,150,181);
    top: 1rem;
    opacity: 0.8;
    right: 1rem;
    width: 24px;
    transform: translateZ(10px);
}

.get-support .online-form span > span svg {
    height: 18px;
    width: 18px;
    top: auto;
    position: relative;
    margin-bottom: 0;
    right: auto;
    margin-right: 0.75rem;
    opacity: 0.7;
}

.get-support .online-form span a:hover svg {
    fill: #ffffff;
    transform: translateZ(5px) scale(1.1);
}

.get-support .talk-now::after {
    width: 60px;
    content: '';
    height: 60px;
    opacity: 0.1;
    border-radius: 50%;
    right: -30px;
    background: rgb(74,103,161);
    position: absolute;
    top: -30px;
}

.get-support .talk-now h4 svg {
    height: 22px;
    animation: clockRotate 10s linear infinite;
    width: 22px;
    margin-right: 0.75rem;
    filter: drop-shadow(0 0 5px rgba(rgb(74,103,161,0.5), 0.5));
    fill: rgb(74,103,161);
    transform-origin: center;
}


.get-support .container::before {
    z-index: 5;
    background: rgb(130,150,181);
    content: '';
    border-radius: 50%;
    animation: blinkingLight 2s infinite;
    box-shadow: 0 0 15px rgb(130,150,181);
    bottom: 20px;
    position: absolute;
    height: 10px;
    right: 20px;
    width: 10px;
}

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

.course-program-info h2 {
    transform-origin: center left;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
}

.course-program-info .img-gallery-item {
    height: 350px;
    border-radius: 2px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    transform: rotateY(-5deg) translateZ(0);
}

.course-program-info .text-scroll:hover::before {
    height: 100%;
}

.course-program-info .description {
    overflow-y: auto;
    max-height: 300px;
    position: relative;
    line-height: 1.7;
    padding-right: 10px;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
}

.program-assets h5::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -20px;
    width: 80px;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(130,150,181) 0%, rgb(74,103,161) 100%);
}

.program-assets .learn-pro:hover .img-gallery-item {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-assets .text-scroll:hover::before {
    opacity: 0.8;
}

.program-assets ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}

.program-assets li div {
    display: flex;
    align-items: flex-start;
}

.program-assets li:hover p svg {
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}


#dialogConsentForm {
    display: none;
}

.cookie-warning-popup h5 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
}

.track-manage svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(130,150,181);
}

.cookie_button.cookie-rules {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(74,103,161);
    color: #ffffff;
}


.join-our-community {
    position: relative;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgb(74,103,161));
    overflow: hidden;
    padding: 80px 0;
}

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

.join-our-community .learn-pro:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join-our-community .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.join-our-community .input_holder span {
    position: relative;
    flex: 1;
}

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

.join-our-community .input_holder .get-started {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: center;
    justify-content: center;
    border: none;
    color: #ffffff;
    display: inline-flex;
    height: 56px;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.appSpotlight h2 {
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    padding-left: 1.5rem;
    max-width: 90%;
    border-left: 5px solid rgb(130,150,181);
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    transform: translateY(30px);
    margin-bottom: 3rem;
    animation: slide-up 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 700;
}

.appSpotlight li span {
    font-family: Arial, sans-serif;
    text-align: left;
    display: block;
    transform: translateX(20px);
    line-height: 1.8;
    font-size: 16px;
    padding-left: 0.5rem;
    opacity: 0;
    color: #000000;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    position: relative;
}

.contact-form-box h2 {
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    position: relative;
    color: #000000;
}

.contact-form-box h2::after {
    right: calc(50% - 100px);
    background: rgb(74,103,161,0.5);
    height: 30px;
    position: absolute;
    border-radius: 50%;
    width: 30px;
    z-index: -1;
    content: "";
    bottom: -15px;
}

.contact-form-box .img-gallery-item::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
}

.contact-form-box form {
    z-index: 3;
    position: relative;
}

.contact-form-box form input[type="text"] {
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 25px;
    background: rgb(182,191,205);
    border: none;
    padding: 18px 25px;
}

.contact-form-box .request-support input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
}

.contact-form-box .request-support label a:hover {
    color: rgb(74,103,161);
}

.contact-form-box .support-message::before {
    position: absolute;
    height: 100%;
    transform: scaleX(0);
    content: "";
    top: 0;
    z-index: -1;
    transform-origin: right;
    transition: transform 0.5s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(74,103,161), rgb(130,150,181));
    width: 100%;
}

.welcome-section .learn-home::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    content: "";
    top: 0;
}

.welcome-section .expert-team > div:nth-child(3) {
    animation-delay: 0.7s;
}

.welcome-section .title_style_header {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: calc(39px * 1.2);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    color: #ffffff;
    letter-spacing: 2px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    -webkit-background-clip: text !important;
}



.footer-subscribe .company_holder h3 {
    font-size: calc(38px * 1.2);
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(74,103,161));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}

.footer-subscribe .nav-section .nav-wrap {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.footer-subscribe .nav-section .nav-wrap a:hover {
    color: rgb(130,150,181);
    opacity: 1;
    transform: translateX(5px);
}

.alumni-net {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
}

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

header .nav-base::after {
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
    bottom: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    content: '';
    left: -5px;
    z-index: -1;
    transform: skew(-5deg);
    position: absolute;
    right: -5px;
}

header .main-tutor a::before {
    transform: scale(0.9);
    top: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    left: -2px;
    right: -2px;
    bottom: -2px;
    opacity: 0;
    position: absolute;
    content: '';
    z-index: -1;
}

header .site-navbar::before {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
}

.course-methodology::before {
    left: 0;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgb(74,103,161,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    pointer-events: none;
}

.course-methodology .learn-pro > div {
    max-width: 800px;
    position: relative;
}

.course-methodology h3 {
    font-weight: 700;
    opacity: 0;
    font-size: calc(29px * 0.85);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -0.02em;
    transform: translateX(-20px);
    color: #000000;
}




.course-methodology .learn-pro:hover::after {
    content: "";
    height: 200px;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgb(74,103,161,0.5) 0%, transparent 70%);
    pointer-events: none;
    width: 200px;
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    border-radius: 50%;
}



@media (min-width: 768px) {.confidential-lockup {
    padding: 5rem 3rem;
}.confidential-lockup .container {
    padding: 0 2rem;
}.confidential-lockup h1 {
    margin-bottom: 3rem;
    font-size: calc(43px * 1.2);
    transform: translateX(-1rem);
}.confidential-lockup h1::after {
    height: 4px;
    width: 6rem;
}.confidential-lockup h2 {
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
}.confidential-lockup p {
    font-size: calc(14px * 1.05);
    line-height: 1.75;
}.confidential-lockup ul {
    padding-left: 2rem;
}.confidential-lockup li {
    padding-left: 2rem;
}
}



@media (max-width: 991px) {.pricing-deck {
    padding: 80px 0;
}.pricing-deck .fee-package {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing-deck .access-plans {
    padding: 25px 20px;
}.pricing-deck .study-sub p {
    max-height: 150px;
    font-size: calc(12px - 1px);
}.pricing-deck .pricing-tiers {
    font-size: calc(19px + 2px);
}
}



@media (min-width: 992px) {.education-experience .success-stories {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 300px 1fr;
}.education-experience .img-gallery-item {
    width: 280px;
    height: 350px;
}.education-experience .name {
    font-size: calc(18px + 0.2rem);
}.education-experience .exp-highlights {
    font-size: calc(13px + 0.2rem);
    line-height: 1.8;
    padding-left: 2.5rem;
}
}


@media (max-width: 991px) {.get-support {
    padding: 4rem 0;
}.get-support .ask-feedback h3 {
    font-size: calc(38px * 0.8);
}.get-support .get-helpdesk {
    max-width: 90%;
    margin-bottom: 2.5rem;
}.get-support .online-form {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.get-support .online-form span svg {
    width: 20px;
    height: 20px;
}
}



@media (min-width: 768px) {.course-program-info {
    padding: 7rem 0;
}.course-program-info h2 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.1);
}.course-program-info h2::after {
    width: 100px;
}.course-program-info .class-map {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 45% 55%;
}.course-program-info .img-gallery-item {
    height: 450px;
}.course-program-info .text-scroll {
    padding: 2.5rem 3rem;
}
}



@media (min-width: 992px) {.program-assets {
    padding: 150px 0 100px;
}.program-assets .learn-pro {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
}.program-assets .img-gallery-item {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.program-assets .text-scroll {
    padding: 50px;
}.program-assets h5 {
    font-size: calc(19px * 1.2);
    margin-bottom: 70px;
}.program-assets li p {
    font-size: calc(16px * 1.05);
}
}


@media only screen and (max-width: 800px) {.track-manage {
    display: none;
}.cookie-verify {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-warning-popup h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.visitor-controls {
    margin-bottom: 15px;
}.edu-settings {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 991px) {.appSpotlight {
    padding: 4rem 1.5rem;
}.appSpotlight h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.appSpotlight .learn-pro {
    padding: 2rem;
}
}



@media (hover: hover) {.appSpotlight .learn-pro {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (max-width: 768px) {.contact-form-box {
    padding: 60px 0;
}.contact-form-box h2 {
    margin-bottom: 40px;
}.contact-form-box .contact-message {
    flex-direction: column;
}.contact-form-box .img-gallery-item {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.contact-form-box .request-request {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-form-box form h3 {
    margin-bottom: 25px;
}.contact-form-box form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}



@media screen and (max-width: 992px) {.footer-subscribe .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.footer-subscribe .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.footer-subscribe .enroll-info {
    justify-content: flex-start;
}.footer-subscribe .nav-wrap {
    gap: 2rem;
}
}



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



@media (max-width: 479px) {header .site-navbar {
    padding: 0.7rem 1.2rem;
}header .nav-base {
    max-width: 120px;
}header .main-tutor a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(16px - 3px);
}}



@media (max-width: 768px) {.course-methodology {
    padding: 3.5rem 0;
}.course-methodology .learn-pro {
    transform: none;
    padding: 1.75rem;
    margin: 0 1.5rem;
}.course-methodology .learn-pro:hover {
    transform: translateY(-3px);
}.course-methodology h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.25rem;
}.course-methodology .learn-pro > div::before {
    left: -1.5rem;
    width: 3px;
}.course-methodology h3::after {
    width: 60px;
    height: 2px;
}.course-methodology::after {
    height: 150px;
    right: -20px;
    top: -20px;
    width: 150px;
}
}



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



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



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes parallaxStars {
    from { background-position: 0 0; }
    to { background-position: 1000px 1000px; }
}

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



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

@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}

