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

.local-wrapper-capsule {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

.local-edu-settings {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#local-trackingAlertPopup {
    display: none;
}

.local-cookie-overlay-alert p {
    font-size: 18px;
}

.local-track-alert svg, .local-track-alert svg path, .local-track-alert img {
    width: 100px;
    height: 100px;
    fill: rgb(171,182,208);
}

.local-wrapper-capsule .local-digital-consent {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    background: rgb(171,182,208);
    border: none;
}

.local-receive-updates .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.local-receive-updates .local-expert-program {
    justify-content: center;
    max-width: 900px;
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    margin: 0 auto;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    align-items: center;
    flex-direction: column;
}

.local-receive-updates input[type="email"] {
    color: #ffffff;
    height: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.07);
    font-size: 12px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.local-receive-updates .local-updates-widget:hover::before {
    left: 100%;
}

.local-receive-updates .local-updates-widget:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.local-pricing-feature .local-payment-pricing {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.local-pricing-feature .local-pricing-catalog {
    margin-bottom: 50px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    text-align: center;
    font-size: 12px;
    transform: translateY(20px);
}

.local-pricing-feature .local-learn-sub li:nth-child(3) {
    --li-index: 2;
}

.local-pricing-feature .local-plan-fees {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
}

.local-pricing-feature .local-pay-options:hover .local-price-view h4::after {
    width: 60px;
}

.local-pricing-feature .local-cert-cost {
    font-size: calc(21px * 1.2);
    transition: all 0.3s ease;
    overflow: hidden;
    color: rgb(171,182,208);
    font-weight: 700;
    display: inline-block;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
    position: relative;
    padding: 10px 20px;
    align-self: flex-start;
}

.local-thanksPanel::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(171,182,208), rgb(129,138,185), transparent);
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%;
    content: "";
}

.local-thanksPanel .local-expert-program {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 40px;
    border-radius: 27px;
    transform: translateY(30px);
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
}

header:before {
    background: linear-gradient(90deg, transparent, rgb(171,182,208,0.5), transparent);
    background-size: 200% 100%;
    left: 0;
    height: 100%;
    position: absolute;
    animation: shine 8s infinite linear;
    opacity: 0.4;
    top: 0;
    content: '';
    width: 100%;
    pointer-events: none;
}

header .local-main-base:hover:before {
    transform: scaleX(1);
}

header .local-nav-pagewrap:before {
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
    background: rgb(171,182,208);
    border-radius: 50%;
    height: 4px;
    position: absolute;
}

header .local-nav-pagewrap:hover:before {
    opacity: 1;
}

header .local-header-learn svg {
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(171,182,208,0.5));
    width: auto;
    transition: transform 0.5s ease;
}

footer .local-sample-docs {
    z-index: 1;
    position: relative;
}

footer .local-help-now {
    border-left: 4px solid rgb(171,182,208);
    border-radius: 0 16px 16px 0;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    display: grid;
    margin-bottom: 60px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

footer .local-main-edu {
    position: relative;
}

footer .local-main-edu svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

footer .local-main-base h5::after {
    width: 40px;
    position: absolute;
    background-color: rgb(171,182,208);
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
}

footer .subscribe_holder {
    position: relative;
    border-radius: 16px;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 14px;
}

footer .local-updates-widget {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(171,182,208);
    padding: 15px 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    border: none;
    font-size: 15px;
}

.local-program-details .container {
    position: relative;
    z-index: 2;
}

.local-program-details .local-expert-program {
    display: flex;
    overflow: hidden;
    min-height: 500px;
    border-radius: 0;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.local-program-details .local-img-clickable::after {
    width: 100%;
    z-index: 3;
    left: 0;
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    top: 0;
    opacity: 0.8;
    height: 100%;
    position: absolute;
}

.local-program-details .local-main-edu {
    display: inline-block;
    z-index: 5;
    position: relative;
    margin-bottom: 25px;
}

.local-program-details .local-main-edu svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.local-program-details .local-main-edu::after {
    width: 40px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: rgb(129,138,185);
    left: 0;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
}

.local-contact::after {
    background: radial-gradient(circle, rgb(129,138,185) 0%, transparent 70%);
    width: 300px;
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    animation: float 10s ease-in-out infinite;
    opacity: 0.2;
    height: 300px;
    bottom: 0;
    filter: blur(60px);
}

.local-contact h3 {
    font-size: 35px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
}

.local-request-help::before {
    background: radial-gradient(circle at center, rgb(129,138,185,0.5) 0%, transparent 50%);
    width: 200%;
    z-index: 0;
    height: 200%;
    content: "";
    left: -50%;
    opacity: 0.2;
    animation: rotate 60s linear infinite;
    top: -50%;
    position: absolute;
}

.local-request-help .local-feedback-feedback form {
    display: flex;
    flex-direction: column;
}

.local-request-help .local-feedback-feedback textarea {
    resize: vertical;
    min-height: 150px;
}

.local-request-help .local-feedback-feedback .local-inquiry-form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.local-request-help .local-feedback-feedback .local-inquiry-form label::before {
    width: 20px;
    transition: all 0.3s ease;
    background: rgba(240, 240, 240, 0.8);
    left: 0;
    top: 2px;
    position: absolute;
    height: 20px;
    content: "";
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.local-request-help .local-feedback-feedback .local-inquiry-form a:hover::after {
    width: 100%;
}

.local-request-help .local-feedback-feedback .local-connect-inquiry:hover {
    color: #ffffff;
}

.local-request-help .local-feedback-form {
    position: relative;
    padding: 60px 50px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    z-index: 2;
}

.local-request-help .local-feedback-form h4::after {
    content: "";
    background: rgb(171,182,208);
    width: 60px;
    left: 0;
    bottom: -15px;
    height: 2px;
    position: absolute;
}

.local-request-help .local-feedback-form .local-support-inquiry li:hover {
    border-left-color: rgb(171,182,208);
    padding-left: 20px;
}

.local-request-help .local-feedback-form .local-support-inquiry li svg path {
    transition: all 0.3s ease;
    fill: rgb(171,182,208);
}

.local-request-help .local-feedback-form .local-support-inquiry li a::after {
    background-color: rgb(171,182,208);
    height: 1px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: -3px;
    width: 0;
    position: absolute;
}

.local-privacy-block h2 {
    border-bottom: 2px solid rgb(129,138,185,0.5);
    font-size: 38px;
    z-index: 1;
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 600;
    position: relative;
    color: rgb(129,138,185);
    margin-bottom: 20px;
}

.local-privacy-block div {
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.local-privacy-block a:hover {
    border-bottom: 1px solid rgb(171,182,208);
    color: rgb(171,182,208);
}

.local-training-specialist {
    overflow: hidden;
    position: relative;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(212,215,233) 0%, rgb(171,182,208,0.5) 100%);
    padding: 60px 30px;
}

.local-training-specialist .local-learn-ratings:hover {
    transform: rotate(0deg) scale(1.02);
}

.local-training-specialist .local-img-clickable {
    border-radius: 12px;
    transition: all 0.4s ease;
    height: 350px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(129,138,185,0.5);
    width: 280px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transform: translateY(20px);
}

.local-training-specialist .local-experience-profile > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 0.8;
    color: #000000;
}

.local-about-this {
    position: relative;
    padding: 150px 0;
    background-color: rgb(212,215,233);
    isolation: isolate;
    overflow: hidden;
}

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

.local-about-this .container::after {
    background-size: 150px 150px;
    bottom: -100px;
    background-repeat: no-repeat;
    background: 
        radial-gradient(circle, transparent 30%, rgb(129,138,185,0.5) 30%, rgb(129,138,185,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(129,138,185,0.5) 36%, rgb(129,138,185,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(129,138,185,0.5) 43%, rgb(129,138,185,0.5) 45%, transparent 45%);
    left: -70px;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    width: 150px;
    height: 150px;
    z-index: -1;
    content: "";
    position: absolute;
}

.local-about-this .local-path-creators::before {
    width: 60px;
    left: 30px;
    height: 60px;
    border-top: 2px solid rgb(171,182,208,0.5);
    content: "";
    border-left: 2px solid rgb(171,182,208,0.5);
    z-index: 1;
    top: 30px;
    position: absolute;
    opacity: 0.6;
}

.local-about-this .local-path-creators .local-img-clickable {
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 240px;
    border-radius: 28px;
    height: 320px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.local-about-this .local-pro-classes::before {
    opacity: 0.8;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(129,138,185);
    width: 4px;
    top: 0;
    height: 100%;
}

.local-about-this .local-path-creators:hover .local-pro-classes::after {
    width: 70%;
}

.local-about-this .local-master-study {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

.local-about-this .local-text-box-content::after {
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(129,138,185,0.5) 50%,
        transparent
    );
    width: 80%;
    height: 1px;
    top: 50%;
    right: 0;
    opacity: 0.2;
    transform: translateY(120px);
    content: "";
}

.local-about-this .local-knowledge-sessions:hover svg {
    transform: translateY(-5px) rotate(10deg);
}

.local-about-this .local-knowledge-sessions svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,182,208);
}

.local-about-this .local-text-box-content:hover h2::after {
    width: 100px;
}

.local-about-this p {
    margin: 0;
    position: relative;
    padding-left: 20px;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}

.local-about-this p::after {
    width: 30%;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(129,138,185,0.5)
    );
    bottom: 10px;
    opacity: 0.1;
    right: 0;
}

.local-client-experience .local-alumni-quotes {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.local-client-experience .local-learn-ratings::before {
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    transform: translateY(10px) translateX(10px);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(171,182,208,0.5),
        rgb(129,138,185,0.5)
    );
    z-index: -1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
}

.local-client-experience .local-learn-ratings:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.local-client-experience .local-learn-ratings:nth-child(odd)::after {
    top: -15px;
    background: rgb(129,138,185);
    left: -15px;
}

.local-client-experience .local-learn-ratings p {
    margin-bottom: 0.5rem;
    position: relative;
    text-align: center;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.local-client-experience .local-learn-ratings .description {
    font-weight: 400;
    margin-top: 1rem;
    position: relative;
    text-align: center;
    color: #000000;
    transform: translateY(0);
    line-height: 1.6;
    transition: all 0.3s ease;
    font-size: 14px;
}

.local-greeting-page::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 0%, transparent 30%);
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.local-greeting-page .local-img-clickable:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.local-greeting-page .local-expert-program {
    display: flex;
    position: relative;
    width: 50%;
    z-index: 3;
    padding-top: 15vh;
    margin-left: 5%;
    flex-direction: column;
    justify-content: center;
}

.local-greeting-page .local-expert-program {
    width: 90%;
    margin: 0 auto;
    padding-top: 240px;
}

.local-greeting-page .local-text-box-content::before {
    content: "";
    opacity: 0.2;
    width: 40px;
    left: 20px;
    transform: rotate(45deg);
    background: rgb(171,182,208);
    height: 40px;
    border-radius: 5px;
    top: -10px;
    z-index: -1;
    position: absolute;
}

.local-greeting-page svg {
    height: 90px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
    width: 90px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.local-greeting-page h6 {
    margin-top: 20px;
    text-align: center;
}

.local-greeting-page .local-connect-inquiry:hover::before {
    left: 100%;
}

::-webkit-scrollbar {
    width: 17px;
}

::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    transition: all 4.6s ease-out;
    background: rgb(171,182,208);
    border: 2px double rgb(171,182,208);
    border-radius: 10.3rem;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px -2px 13px 2px rgba(0, 0, 0, 0.3);
    background: rgb(171,182,208,0.5);
}

::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 3px 4px 11px 6px rgba(0, 0, 0, 0.2);
}



@media (min-width: 1400px) {.local-receive-updates .local-expert-program {
    max-width: 1000px;
    padding: 50px;
}.local-receive-updates h3 {
    font-size: calc(18px * 1.2);
}.local-receive-updates .input_holder {
    max-width: 700px;
}
}



@media (max-width: 1200px) {.local-pricing-feature {
    padding: 100px 0;
}.local-pricing-feature .local-learn-sub {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.local-pricing-feature {
    padding: 60px 0;
}.local-pricing-feature h2 {
    font-size: calc(29px * 0.7);
}.local-pricing-feature .local-pricing-catalog {
    font-size: calc(12px * 0.9);
}.local-pricing-feature .local-price-view {
    padding: 20px 15px;
}.local-pricing-feature .local-price-view h4 {
    font-size: 21px;
}.local-pricing-feature .local-price-view p {
    font-size: calc(12px * 0.85);
}.local-pricing-feature .local-cert-cost {
    font-size: 21px;
    padding: 8px 15px;
}}



@media (max-width: 767px) {header .local-main-base {
    flex-direction: column;
    padding: 80px 30px 30px;
    position: fixed;
    width: 80%;
    overflow-y: auto;
    top: 0;
    right: -100%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    transition: right 0.4s ease;
    max-width: 300px;
    z-index: 1001;
    background: #000000;
    gap: 20px;
}header .menu.active {
    right: 0;
}header .local-nav-pagewrap {
    width: 100%;
    border-bottom: 1px solid rgb(171,182,208,0.5);
    padding: 10px 5px;
}header .local-main-base:before {
    display: none;
}header .local-header-learn {
    margin-left: auto;
    margin-right: auto;
}
}



@media screen and (max-width: 992px) {.local-contact {
    padding: 80px 0;
}.local-request-help {
    grid-template-columns: 1fr;
}.local-request-help .local-feedback-feedback::before {
    left: 15%;
    right: auto;
    width: 70%;
    height: 1px;
    bottom: 0;
    top: auto;
}.local-request-help .local-feedback-feedback,
    .local-request-help .local-feedback-form {
    padding: 50px 40px;
}
}



@media (max-width: 991px) {.local-training-specialist {
    padding: 40px 20px;
}.local-training-specialist .local-learn-ratings {
    flex-direction: column;
    gap: 20px;
}.local-training-specialist .local-img-clickable {
    margin: 0 auto;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    width: 220px;
}.local-training-specialist .local-experience-profile {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.local-training-specialist .local-learn-ratings:hover .local-img-clickable {
    transform: translateY(-10px) rotate(0);
}
}



@media (max-width: 480px) {.local-about-this {
    padding: 60px 0;
}.local-about-this .container {
    padding: 0 20px;
}.local-about-this .local-path-creators {
    padding-bottom: 50px;
    padding: 25px;
}.local-about-this .local-path-creators .local-img-clickable {
    width: 160px;
    height: 220px;
}.local-about-this .local-pro-classes {
    padding: 15px 20px;
    width: 100%;
}.local-about-this .local-text-box-content {
    padding: 25px 20px;
}.local-about-this h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.local-about-this .local-knowledge-sessions {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}.local-about-this .local-knowledge-sessions svg {
    margin-right: 0;
    margin-bottom: 10px;
}}



@media screen and (max-width: 1200px) {.local-greeting-page .local-expert-program {
    width: 55%;
    padding-top: 12vh;
}.local-greeting-page .local-img-clickable {
    width: 50%;
}
}



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



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



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



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



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

