﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.nav-pagebar {
    flex: 1 0 auto;
}

html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}

.design-res {
    flex: 0 0 auto;
}

.design-res {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000 0%, rgb(211,195,225,0.5) 100%);
    position: relative;
    padding: 5rem 0 1rem;
    z-index: 1;
}

.cookie-dialog-notice p {
    font-size: 12px;
    max-width: 500px;
    color: #ffffff;
}

.data-consent svg, .data-consent svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(211,195,225);
    height: 80px;
    width: 80px;
}

.cookie_button.tracking-policy {
    background: rgb(179,158,202);
}

.cookie-dialog-notice p a {
    color: rgb(211,195,225);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.segment-wrapper .cookie-disclaimer {
    padding: 10px;
    margin-left: 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    background: rgb(211,195,225);
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
}

.reach-out6HVFx .message-request {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.reach-out6HVFx .reach-feedback div {
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    margin-bottom: 25px;
}

.reach-out6HVFx .reach-feedback div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}

.reach-out6HVFx .reach-feedback div span {
    font-size: 17px;
    color: #ffffff;
}

.reach-out6HVFx .support-feedback {
    padding: 50px 40px;
    background-color: rgb(236,228,242);
}

.reach-out6HVFx form input[type="text"],
.reach-out6HVFx form input[type="email"] {
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
}

.reach-out6HVFx .feedback-card input[type="checkbox"]:checked::after {
    top: 1px;
    content: "";
    border: solid #ffffff;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    left: 5px;
    width: 5px;
    border-width: 0 2px 2px 0;
}

.reach-out6HVFx form .help-section {
    border: none;
    cursor: pointer;
    font-size: 17px;
    align-self: flex-start;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(211,195,225);
    padding: 15px 25px;
}

.secure-vaulting h2 {
    margin-top: 30px;
    color: rgb(179,158,202);
    font-size: 31px;
    margin-bottom: 15px;
    font-weight: 600;
}

.secure-vaulting h2 {
    background: linear-gradient(to right, rgb(211,195,225), rgb(179,158,202));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}

.secure-vaulting ol {
    list-style-type: decimal;
    margin-top: 10px;
    padding-left: 20px;
}

.secure-vaulting p {
    margin-bottom: 20px;
    font-size: 12px;
}

.secure-vaulting ul li::marker,
.secure-vaulting ol li::marker {
    color: rgb(179,158,202);
    font-weight: 700;
}

.leadership-profile {
    perspective: 1000px;
    background: rgb(236,228,242);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}

.leadership-profile .photo-show {
    width: 40%;
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(10deg) translateZ(50px);
    filter: saturate(0.8);
    height: 400px;
    border-radius: 21px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.leadership-profile .photo-show:hover::after {
    opacity: 0;
}

.leadership-profile .emp-block {
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    padding: 2.5rem;
    width: 60%;
    background: #ffffff;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
}

.leadership-profile .name {
    margin-bottom: 0.5rem;
    color: rgb(211,195,225);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 29px;
}

.leadership-profile .exp-view {
    border-left: 3px solid rgb(211,195,225,0.5);
    font-weight: 400;
    color: #000000;
    position: relative;
    padding-left: 2rem;
    font-style: italic;
    font-size: 13px;
    line-height: 1.7;
}

.course-summary::before {
    position: absolute;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(236,228,242) 90%);
    height: 100%;
    content: '';
    z-index: 2;
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
}

.course-summary .education-plan::before {
    height: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    content: '';
    width: 100%;
    position: absolute;
}

.course-summary .training-space {
    padding-left: 8%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.course-summary .training h3 {
    position: relative;
    padding-bottom: 15px;
    color: rgb(211,195,225);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.course-summary .training p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
}

.course-summary .training .help-section::before {
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(45deg, rgb(179,158,202) 0%, rgb(211,195,225) 100%);
    top: 0;
    width: 100%;
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
}

.pricing-set::before {
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    content: "";
    bottom: 0;
}

.pricing-set .plan-details {
    margin: 0 auto 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    opacity: 0.9;
}

.pricing-set .price-plan {
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.pricing-set .deal-opts h4 {
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.pricing-set .promo-plans {
    display: inline-block;
    font-weight: 700;
    align-self: flex-start;
    font-size: calc(20px + 4px);
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    border-radius: 30px;
    overflow: hidden;
    padding: 12px 25px;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    color: #ffffff;
}

.pricing-set .payment-option:hover .deal-opts {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

.program-results .training-space {
    gap: 2rem;
    max-width: 1400px;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    width: 90%;
    grid-template-rows: auto auto;
    display: grid;
    z-index: 2;
}

.program-results h2::after {
    position: absolute;
    left: 50%;
    content: '';
    bottom: 0;
    width: 60px;
    transform: translateX(-50%);
    height: 4px;
    background: rgb(211,195,225);
    border-radius: 10px;
}

.program-results .photo-show::after {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    z-index: 1;
    inset: 0;
    position: absolute;
    content: '';
}

.program-results .text_main_holder > div {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    transform: translateX(5vw);
    position: relative;
    border-radius: 29px;
    padding: 1.5rem;
    align-items: flex-start;
}

.program-results .text_main_holder svg {
    width: 2.5rem;
    transition: all 0.3s ease;
    fill: rgb(211,195,225);
    flex-shrink: 0;
    margin-right: 1rem;
    height: 2.5rem;
}

.program-results .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}

header .container {
    align-items: center;
    position: relative;
    display: flex;
    padding: 0;
    flex-direction: column;
}

header .head-know {
    position: relative;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-top: 1.5rem;
    display: flex;
    z-index: 2;
}

header .nav-skill::before {
    bottom: -10px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(179,158,202,0.5) 20%,
        rgb(179,158,202) 50%,
        rgb(179,158,202,0.5) 80%,
        transparent 100%);
    position: absolute;
    left: -30%;
    width: 160%;
}

header .nav-section {
    justify-content: center;
    overflow-x: auto;
    padding: 1rem 0;
    scrollbar-width: none;
    width: 100vw;
    position: relative;
    gap: 1rem;
    display: flex;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
}

header .head-lead::after {
    border-radius: 50%;
    width: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 10px rgb(179,158,202);
    height: 8px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    background: rgb(179,158,202);
    content: "";
    right: 12px;
    top: 50%;
}

.design-res::after {
    background: linear-gradient(90deg, transparent, rgb(211,195,225), transparent);
    animation: glowLine 3s infinite alternate;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    height: 3px;
    z-index: 2;
    right: 0;
}



.design-res .info_item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.design-res .info_item:hover {
    transform: translateY(-5px);
}

.design-res .info_item svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: rgb(179,158,202);
    transition: fill 0.3s ease;
}

.design-res .info_item a:hover svg {
    fill: rgb(211,195,225);
}

.design-res .top-pro {
    align-items: flex-start;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.design-res .top-pro svg:hover {
    filter: drop-shadow(0 0 10px rgb(211,195,225));
}

.design-res .qna-board {
    opacity: 0.7;
    color: #ffffff;
    font-size: calc(14px - 1px);
    max-width: 280px;
    line-height: 1.5;
}

.design-res .nav-section:hover h5::after {
    width: 80px;
}

.design-res .top-navbar a {
    color: #ffffff;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding-left: 1rem;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

.design-res .top-navbar a:hover::before {
    background: rgb(211,195,225);
    height: 7px;
    width: 7px;
    box-shadow: 0 0 8px rgb(211,195,225);
}

.design-res .subscribe_holder h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}

.design-res .subscribe_holder p {
    font-size: calc(14px - 1px);
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

.design-res .input_holder input[type="email"] {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    border: 1px solid rgb(179,158,202,0.5);
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    flex: 1;
    border-radius: 10px;
}

.design-res .sub-settings:hover {
    background: rgb(179,158,202);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(179,158,202,0.5);
}

.design-res .sub-settings:hover::before {
    left: 100%;
}

.design-res .a11y-tools::before {
    position: absolute;
    height: 1px;
    width: 100%;
    content: '';
    left: 0;
    top: -1px;
    background: linear-gradient(90deg, transparent, rgb(179,158,202,0.5), transparent);
}

.tyCard .container {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 1;
}

.tyCard h2::after {
    height: 3px;
    content: "";
    background: rgb(211,195,225);
    transform: scaleX(0);
    width: 80px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -15px;
}

.tyCard .training-space:hover {
    transform: translateZ(25px) rotateY(0deg);
}

.tyCard li {
    position: relative;
    padding: 2.5rem;
}

.tyCard span {
    font-size: 17px;
    line-height: 1.8;
    transform: translateZ(10px);
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
}

.about-this {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}

.about-this {
    padding: 140px 0 120px;
}

.about-this .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.about-this h2 {
    font-weight: 700;
    position: relative;
    font-size: 34px;
    margin-bottom: 40px;
    color: #ffffff;
    display: inline-block;
    transform: translateX(-10px);
}

.about-this .text-holder-wrap::before {
    content: "";
    opacity: 0.05;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, var(--primary-color-opacity) 0%, rgba(255, 255, 255, 0) 20%);
    width: 100%;
}

.about-this .text-holder-wrap p {
    font-weight: 600;
    margin: 0;
    transform: translateX(-5px);
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.6);
    color: rgb(211,195,225);
    padding-bottom: 15px;
    position: relative;
}

.title-intro::before {
    opacity: 0.05;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(
        0deg,
        rgb(211,195,225,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(211,195,225,0.5) 50%,
        rgb(211,195,225,0.5) 75%,
        transparent 75%
    );
    left: 0;
    background-size: 30px 30px;
    animation: slideBg 20s linear infinite;
    height: 100%;
    content: "";
    top: 0;
}

.title-intro .learning-lead input:nth-child(1):checked ~ .learn-expressfast .master-expert:nth-child(1),
.title-intro .learning-lead input:nth-child(2):checked ~ .learn-expressfast .master-expert:nth-child(2),
.title-intro .learning-lead input:nth-child(3):checked ~ .learn-expressfast .master-expert:nth-child(3),
.title-intro .learning-lead input:nth-child(4):checked ~ .learn-expressfast .master-expert:nth-child(4),
.title-intro .learning-lead input:nth-child(5):checked ~ .learn-expressfast .master-expert:nth-child(5),
.title-intro .learning-lead input:nth-child(6):checked ~ .learn-expressfast .master-expert:nth-child(6),
.title-intro .learning-lead input:nth-child(7):checked ~ .learn-expressfast .master-expert:nth-child(7),
.title-intro .learning-lead input:nth-child(8):checked ~ .learn-expressfast .master-expert:nth-child(8),
.title-intro .learning-lead input:nth-child(9):checked ~ .learn-expressfast .master-expert:nth-child(9),
.title-intro .learning-lead input:nth-child(10):checked ~ .learn-expressfast .master-expert:nth-child(10) {
    transform: rotateY(0) translateZ(0);
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.title-intro .text-holder-wrap {
    position: relative;
    margin: auto;
    text-align: center;
    max-width: 1140px;
    padding: 50px 30px;
    z-index: 5;
    width: 100%;
}

.title-intro .text-holder-wrap::before {
    width: 80px;
    background-color: rgb(211,195,225);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    content: "";
}

.title-intro .text-holder-wrap .container {
    margin: 0 auto;
    max-width: 800px;
}

.title-intro .text-holder-wrap h1::after {
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(179,158,202);
}

.title-intro .text-holder-wrap p {
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 0;
    margin: 0 auto;
    color: #000000;
    font-size: 13px;
}

.title-intro .text-holder-wrap p {
    animation-delay: 0.6s;
}

.title-intro .start-first label:hover {
    transform: scale(1.2);
}

header .nav-section::-webkit-scrollbar {
    display: none;
}


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


@media only screen and (max-width: 800px) {.data-consent {
    display: none;
}.track-cookies {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-dialog-notice h5 {
    text-align: center;
}.cookie-dialog-notice p {
    text-align: center;
}.cookie-eductrl {
    text-align: center;
    margin-bottom: 20px;
}.cookie-disclaimer {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    max-width: 300px;
}}



@media (max-width: 992px) {.leadership-profile .testimonial-corner {
    flex-direction: column;
}.leadership-profile .photo-show,
    .leadership-profile .emp-block {
    width: 100%;
    transform: none;
}.leadership-profile .photo-show {
    height: 300px;
    margin-bottom: 2rem;
}.leadership-profile .photo-show:hover,
    .leadership-profile .emp-block:hover {
    transform: translateY(-10px);
}}



@media screen and (max-width: 576px) {.course-summary .job-training {
    height: 300px;
}.course-summary .container {
    padding: 2rem 1rem;
}.course-summary .training {
    padding: 1.5rem;
}.course-summary .training h3 {
    font-size: calc(38px * 0.7);
}.course-summary .training p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
}.course-summary .training .help-section {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.course-summary .training::before {
    display: none;
}}



@media (max-width: 480px) {.pricing-set {
    padding: 60px 0;
}.pricing-set h2 {
    font-size: calc(36px - 6px);
}.pricing-set .plan-details {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing-set .deal-opts {
    padding: 25px 15px;
}.pricing-set .deal-opts p {
    margin-bottom: 20px;
    font-size: calc(16px - 3px);
}.pricing-set .promo-plans {
    font-size: calc(20px + 0px);
    padding: 8px 15px;
}
}



@media (max-width: 992px) {.program-results .training-space {
    grid-template-columns: 1fr;
    width: 85%;
}.program-results h2 {
    grid-column: 1;
}.program-results .photo-show {
    grid-row: 2;
    grid-column: 1;
    height: 350px;
    margin-bottom: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    transform: translateX(0);
}.program-results .text-holder-wrap {
    grid-column: 1;
    grid-row: 3;
}.program-results .text_main_holder > div,
    .program-results .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.program-results .text_main_holder > div:hover,
    .program-results .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (min-width: 769px) {.design-res .input_holder {
    flex-direction: row;
}.design-res .sub-settings {
    width: auto;
}
}



@media (max-width: 768px) {.design-res {
    padding: 3rem 0 1rem;
}.design-res .get-contact {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
}.design-res .info_item {
    min-width: 100%;
}.design-res .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.design-res .subscribe_holder {
    grid-column: auto;
}.design-res .top-pro {
    align-items: center;
    text-align: center;
}.design-res .qna-board {
    max-width: 100%;
    text-align: center;
}.design-res .nav-section h5 {
    text-align: center;
}.design-res .nav-section h5::after {
    left: 50%;
    transform: translateX(-50%);
}.design-res .top-navbar {
    align-items: center;
}.design-res .top-navbar a {
    text-align: center;
}.design-res .top-navbar a:hover {
    transform: translateY(-2px);
}.design-res .input_holder {
    flex-direction: column;
}.design-res .sub-settings {
    width: 100%;
}
}



@media (max-width: 1200px) {.title-intro .text-holder-wrap {
    max-width: 960px;
}
}



@media (max-width: 992px) {.title-intro .learning-lead {
    height: 50vh;
}.title-intro .text-holder-wrap {
    padding: 40px 20px;
    max-width: 720px;
}.title-intro .text-holder-wrap h1 {
    font-size: calc(43px * 0.9);
}
}



@media (max-width: 768px) {.title-intro .learning-lead {
    height: 45vh;
    margin-top: 30px;
}.title-intro .master-expert {
    left: 5%;
    width: 90%;
}.title-intro .text-holder-wrap {
    padding: 30px 15px;
    max-width: 540px;
}.title-intro .text-holder-wrap h1 {
    margin-bottom: 15px;
    font-size: calc(43px * 0.8);
}.title-intro .text-holder-wrap h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.title-intro .text-holder-wrap p {
    font-size: calc(13px * 0.95);
}
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(211,195,225,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



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



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

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

