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

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


.local-cookie-overlay-alert {
    width: 100%;
    background: rgb(212,215,233);
    position: fixed;
    border-top: 2px solid rgb(171,182,208);
    bottom: 0;
    z-index: 90;
}

.local-track-alert {
    flex-shrink: 0;
    margin-right: 10px;
}

.local-cookie-overlay-alert p a {
    text-decoration: none;
    color: rgb(171,182,208);
}



.local-wrapper-capsule .local-cookie-overlay-alert {
    border: none;
    padding: 40px 0;
    box-shadow: rgb(129,138,185,0.5) 0px 0px 40px 39px;
    background: rgb(129,138,185);
}

.local-receive-updates::before {
    height: 200%;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle at center, transparent 65%, rgba(255, 255, 255, 0.05) 70%, transparent 75%, rgba(255, 255, 255, 0.03) 80%, transparent 85%);
    width: 200%;
    position: absolute;
    transform: rotate(30deg);
    z-index: -1;
    animation: rotateBg 30s linear infinite;
    content: "";
}

.local-receive-updates h3 {
    max-width: 85%;
    opacity: 0;
    text-align: center;
    transform: translateY(10px);
    letter-spacing: 0.02em;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    margin-bottom: 30px;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.local-receive-updates .input_holder div:focus-within::before {
    transform: scaleX(1);
}

.local-receive-updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: opacity 0.3s ease;
}

.local-receive-updates input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.local-receive-updates .local-updates-widget:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(129,138,185), rgb(171,182,208));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.local-pricing-feature {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.local-pricing-feature .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
}

.local-pricing-feature .local-learn-sub {
    padding: 0;
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
}

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

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

.local-pricing-feature .local-pay-options:hover .local-plan-fees {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(171,182,208,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}

.local-pricing-feature .local-price-view {
    min-height: 280px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 35px 30px;
    flex-direction: column;
}

.local-pricing-feature .local-price-view p {
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.7;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    font-size: calc(12px * 0.9);
    hyphens: auto;
}

.local-thanksPanel {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,215,233) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
}

.local-thanksPanel h2 {
    font-size: 30px;
    margin-bottom: 40px;
    opacity: 0;
    color: #000000;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    text-align: center;
    position: relative;
    transform: translateY(20px);
}

.local-thanksPanel .local-expert-program::after {
    width: 40%;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    top: 0;
}

.local-thanksPanel li::before {
    border-radius: 50%;
    content: "";
    top: 10px;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    height: 8px;
    left: 0;
    width: 8px;
    transform: scale(0);
    position: absolute;
    background: rgb(171,182,208);
}

header .local-main-pagebar {
    width: 100%;
}

header .container {
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 1200px;
}

header .local-main-base:before {
    content: '';
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(171,182,208), transparent);
    left: 0;
    height: 1px;
    width: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
}

header .local-nav-pagewrap:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .local-header-learn:hover svg {
    transform: scale(1.05);
}

header .local-header-learn:hover:after {
    width: 100%;
}

.local-degree-path::before {
    content: "";
    position: absolute;
    height: 500px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    top: -100px;
    width: 500px;
    transform: rotate(45deg);
    right: -100px;
    opacity: 0.4;
}

footer .info_item a:hover {
    color: rgb(171,182,208);
}

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

footer .local-top-sitebar {
    margin-bottom: 30px;
}

footer .local-top-sitebar a:hover {
    padding-left: 10px;
    color: #ffffff;
    border-bottom-color: rgb(171,182,208,0.5);
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

footer .local-updates-widget:hover::after {
    left: 120%;
}

footer .local-calc-foot {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
}

.local-program-details::after {
    z-index: 1;
    height: 100%;
    filter: blur(50px);
    content: "";
    background: radial-gradient(
        circle at 30% 70%,
        rgb(129,138,185,0.5) 0%,
        transparent 50%
    );
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.local-program-details .local-img-clickable::before {
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(171,182,208,0.5) 100%
    );
}

.local-program-details .local-education-track::after {
    content: "";
    z-index: -1;
    border-radius: calc(22px - 10px) 0 0 calc(22px - 10px);
    left: 15px;
    opacity: 0.5;
    position: absolute;
    border: 1px solid rgb(171,182,208,0.5);
    width: calc(100% - 30px);
    top: 15px;
    height: calc(100% - 30px);
}

.local-program-details .local-main-edu:hover::after {
    width: 100%;
}

.local-program-details p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}

.local-contact::before {
    width: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,182,208,0.5) 0,
        rgb(171,182,208,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}

.local-contact h3::before {
    background: rgb(171,182,208);
    height: 4px;
    width: 40px;
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    left: 50%;
    content: "";
}

.local-request-help .local-feedback-feedback {
    position: relative;
    padding: 60px 50px;
    z-index: 2;
}

.local-request-help .local-feedback-feedback h3 {
    text-align: left;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}

.local-request-help .local-feedback-feedback input[type="text"],
.local-request-help .local-feedback-feedback textarea {
    margin-bottom: 25px;
    font-size: 13px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    background: rgba(240, 240, 240, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    padding: 18px 22px;
}

.local-request-help .local-feedback-feedback .local-inquiry-form input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 10px;
    left: 8px;
    top: 5px;
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 5px;
    content: "";
}

.local-request-help .local-feedback-feedback .local-connect-inquiry::before {
    content: "";
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    background: rgb(171,182,208);
    width: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.local-request-help .local-feedback-form h4 {
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}

.local-request-help .local-feedback-form .local-support-inquiry li {
    position: relative;
    z-index: 1;
    display: flex;
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 2px solid transparent;
    align-items: center;
    transition: all 0.3s ease;
}

.local-request-help .local-feedback-form .local-support-inquiry li a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}

.local-privacy-block {
    border: 2px solid rgb(171,182,208);
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    width: 85%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
}

.local-privacy-block li {
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
}

.local-privacy-block .container {
    z-index: 1;
    position: relative;
}

.local-privacy-block a {
    z-index: 1;
    border-bottom: 1px solid rgb(129,138,185);
    text-decoration: none;
    position: relative;
    color: rgb(129,138,185);
    font-weight: 600;
}

.local-privacy-block button:hover {
    background: rgb(171,182,208);
}

.local-training-specialist::after {
    left: -30px;
    position: absolute;
    height: 150px;
    z-index: 0;
    width: 150px;
    animation: float 6s ease-in-out infinite reverse;
    border-radius: 50%;
    background: rgb(171,182,208,0.5);
    bottom: -30px;
    filter: blur(30px);
    content: "";
}

.local-training-specialist .local-experience-profile {
    justify-content: center;
    min-width: 280px;
    padding: 30px;
    flex-direction: column;
    transform: translateX(-30px) rotate(3deg);
    background: #ffffff;
    position: relative;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: all 0.4s ease;
    display: flex;
}

.local-training-specialist .local-emp-achievements::before {
    font-family: Arial, sans-serif;
    position: absolute;
    top: -20px;
    font-size: 80px;
    opacity: 0.1;
    left: -15px;
    content: "";
    color: rgb(171,182,208);
}

.local-about-this .container::before {
    background-repeat: no-repeat;
    right: -100px;
    content: "";
    position: absolute;
    background-size: 200px 200px;
    z-index: -1;
    height: 200px;
    opacity: 0.3;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    top: -120px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(171,182,208,0.5) 30%, rgb(171,182,208,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(171,182,208,0.5) 36%, rgb(171,182,208,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(171,182,208,0.5) 43%, rgb(171,182,208,0.5) 45%, transparent 45%);
    width: 200px;
}



.local-about-this .local-path-creators {
    justify-content: center;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
    width: 35%;
    flex-direction: column;
    padding: 60px 0;
}

.local-about-this .local-path-creators .local-img-clickable::after {
    position: absolute;
    z-index: 2;
    transform: rotate(30deg);
    height: 200%;
    left: -20%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 40%;
    content: "";
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    top: -100%;
}

.local-about-this .local-pro-classes::after {
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(129,138,185);
    height: 3px;
    content: "";
    bottom: 0;
    opacity: 0.8;
    left: 0;
    width: 30%;
}

.local-about-this .local-text-box-content {
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    width: 65%;
    position: relative;
    z-index: 2;
    padding: 60px;
}

.local-about-this .local-knowledge-sessions svg {
    margin-right: 15px;
    fill: rgb(171,182,208);
    position: relative;
    height: 45px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 45px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.local-about-this h2 {
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 30px 0;
    position: relative;
}

.local-about-this p::before {
    background: linear-gradient(
        to bottom,
        rgb(171,182,208,0.5),
        rgb(129,138,185,0.5)
    );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.3;
    width: 2px;
    position: absolute;
}



.local-client-experience::after {
    opacity: 0.1;
    width: 70%;
    transform: rotate(30deg);
    position: absolute;
    z-index: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    height: 200%;
    top: -50%;
    background: rgb(171,182,208,0.5);
    right: -20%;
}

.local-client-experience .local-learn-ratings {
    z-index: 1;
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #ffffff;
    flex-direction: column;
    display: flex;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    position: relative;
    align-items: center;
}

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

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

.local-client-experience .local-learn-ratings img {
    object-fit: cover;
    width: 80px;
    transition: all 0.5s ease;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.local-client-experience .local-learn-ratings:hover .description {
    transform: translateY(-5px);
}

.local-client-experience .local-learn-ratings:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.local-greeting-page {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(94,170,168,0.1) 0%, rgba(94,170,168,0.04) 100%);
    flex-direction: column;
    position: relative;
    overflow: hidden;
    display: flex;
}

.local-greeting-page {
    padding: 80px 0 50px;
    min-height: auto;
}

.local-greeting-page .local-img-clickable::after {
    content: "";
    background: linear-gradient(135deg, transparent 60%, rgba(94,170,168,0.3) 100%);
    z-index: 2;
    position: absolute;
    inset: 0;
}

.local-greeting-page h1 {
    font-weight: 700;
    margin-bottom: 25px;
    animation: slideIn 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    color: #000000;
    font-size: 45px;
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
}

.local-greeting-page h1 {
    text-align: center;
    font-size: calc(45px * 0.85);
}

.local-greeting-page .local-text-box-content p {
    color: #000000;
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    position: relative;
    margin-bottom: 25px;
}

.local-greeting-page .local-text-box-content p {
    font-size: 13px;
    text-align: center;
}

.local-greeting-page svg:hover {
    transform: scale(1.05) rotate(-2deg);
}

.local-greeting-page svg:hover path {
    fill: rgba(94,170,168,0.9);
}

.local-greeting-page svg:hover text {
    fill: rgb(64, 140, 138);
}

.local-greeting-page .local-connect-inquiry:hover {
    box-shadow: 7px 7px 20px rgba(94,170,168,0.4),
                -3px -3px 15px rgba(255,255,255,0.9);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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


@media only screen and (max-width: 800px) {.local-track-alert {
    display: none;
}.local-edu-settings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.local-cookie-overlay-alert h5 {
    text-align: center;
}.local-cookie-overlay-alert p {
    text-align: center;
}.local-cookie-frame {
    margin-bottom: 20px;
}body .local-wrapper-capsule .local-digital-consent {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (prefers-reduced-motion: reduce) {.local-receive-updates::before,
    .local-receive-updates::after,
    .local-receive-updates .local-expert-program,
    .local-receive-updates h3,
    .local-receive-updates .input_holder {
    animation: none;
    transition: none;
}}



@media (max-width: 991px) {.local-thanksPanel {
    padding: 90px 0;
}.local-thanksPanel h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}.local-thanksPanel .local-expert-program {
    padding: 35px;
}.local-thanksPanel .local-expert-program::after {
    width: 30%;
}
}



@media (max-width: 480px) {.local-thanksPanel {
    padding: 50px 0;
}.local-thanksPanel h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.local-thanksPanel .local-expert-program {
    padding: 25px 20px;
    border-radius: 10px;
}.local-thanksPanel li {
    padding-left: 20px;
}.local-thanksPanel li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.local-thanksPanel span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {footer .local-degree-path {
    padding: 60px 0 30px;
}footer .local-help-now {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .local-main-base h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .local-main-base h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .local-equity-info {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.local-program-details {
    padding: 60px 0;
}.local-program-details .local-img-clickable {
    height: 250px;
}.local-program-details .local-education-track {
    padding: 30px 25px;
}.local-program-details h3 {
    font-size: calc(34px * 0.9);
}.local-program-details p {
    font-size: calc(14px * 0.95);
}.local-program-details .local-main-edu svg {
    height: 50px;
}}



@media screen and (max-width: 480px) {.local-contact {
    padding: 50px 0;
}.local-request-help {
    border-radius: 10px;
}.local-request-help .local-feedback-feedback,
    .local-request-help .local-feedback-form {
    padding: 30px 25px;
}.local-request-help .local-feedback-form .local-support-inquiry li {
    align-items: flex-start;
}.local-request-help .local-feedback-form .local-support-inquiry li svg {
    margin-top: 3px;
}}



@media (max-width: 1024px) {.local-about-this {
    padding: 100px 0;
}.local-about-this .local-expert-program {
    flex-direction: column;
}.local-about-this .local-path-creators,
    .local-about-this .local-text-box-content {
    padding: 40px;
    width: 100%;
}.local-about-this .local-path-creators {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 60px;
}.local-about-this .local-path-creators .local-img-clickable {
    margin-bottom: 0;
    width: 180px;
    height: 240px;
}.local-about-this .local-pro-classes {
    flex: 1;
    transform: translateY(0) translateX(0);
}.local-about-this .local-path-creators:hover .local-pro-classes {
    transform: translateY(0) translateX(0);
}.local-about-this .local-text-box-content::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(171,182,208,0.5),
            rgb(129,138,185,0.5),
            transparent
        );
}
}



@media screen and (max-width: 576px) {.local-greeting-page {
    padding: 60px 0 40px;
}.local-greeting-page .local-expert-program {
    padding-top: 200px;
    width: 92%;
}.local-greeting-page .local-img-clickable {
    height: 180px;
}.local-greeting-page h1 {
    font-size: calc(45px * 0.75);
}.local-greeting-page .local-text-box-content {
    padding: 20px 15px;
}.local-greeting-page svg {
    width: 60px;
    height: 60px;
}.local-greeting-page .local-connect-inquiry {
    padding: 12px 22px;
    font-size: calc(17px * 0.9);
}
}



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



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}



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

@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}



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



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

