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

a {
    color: inherit;
    text-decoration: none;
}

.main-pagewrap {
    flex: 1 0 auto;
}


.our-team {
    position: relative;
    color: #ffffff;
    padding: 120px 0 100px;
    overflow: hidden;
}

.our-team::after {
    filter: blur(50px);
    content: "";
    top: -50px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    right: -50px;
    position: absolute;
    opacity: 0.15;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    background: rgb(130,150,181);
}

.our-team .text-scroll::before {
    left: 0;
    width: 6px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    content: "";
    height: 100%;
}

.our-team .text-scroll:hover h6 {
    transform: translateX(5px);
}

.our-team .text-scroll span {
    font-size: 18px;
    column-count: 1;
    column-gap: 30px;
    line-height: 1.8;
    position: relative;
    hyphens: auto;
    text-align: justify;
    color: #000000;
    display: block;
}

.confidential-lockup .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.confidential-lockup h2 {
    margin: 2.8rem 0 1.2rem;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-size: 38px;
    font-weight: 600;
}

.confidential-lockup p {
    color: #000000;
    line-height: 1.7;
    max-width: 48rem;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.confidential-lockup li::before {
    transform: rotate(45deg);
    background: rgb(74,103,161);
    position: absolute;
    height: 0.5rem;
    content: '';
    left: 0;
    width: 0.5rem;
    top: 0.6rem;
}

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

.pricing-deck .package-deals {
    font-size: calc(12px + 2px);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto 50px;
    opacity: 0.9;
    line-height: 1.6;
}

.pricing-deck .fee-package li:hover {
    transform: translateY(-10px);
    z-index: 3;
}

.pricing-deck .access-plans {
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    padding: 35px 30px;
    height: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
}

.pricing-deck .study-sub p {
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    padding-right: 5px;
    line-height: 1.6;
    font-size: 12px;
    max-height: 200px;
    overflow-wrap: break-word;
    overflow-y: auto;
}

.education-experience .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}

.education-experience .success-stories:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.education-experience .img-gallery-item::after {
    position: absolute;
    bottom: 10px;
    top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    right: 10px;
    left: 10px;
    content: "";
    border-radius: 5px;
}

.education-experience .exp-highlights::before {
    content: "";
    color: rgb(74,103,161,0.5);
    left: -10px;
    top: -20px;
    opacity: 0.3;
    font-size: 5rem;
    font-family: serif;
    position: absolute;
}

.target-audience h3 {
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 29px;
    color: #ffffff;
}

.target-audience h3::after {
    width: 50px;
    opacity: 0.6;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    height: 50px;
    content: '';
    border: 2px solid rgb(130,150,181,0.5);
    animation: orbitRotate 8s infinite linear;
    bottom: -38px;
}

.target-audience ul li::before {
    animation: floatBubble 15s infinite ease-in-out alternate;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(74,103,161,0.5) 0%, transparent 70%);
    top: -50%;
    content: '';
    left: -50%;
    border-radius: 50%;
    height: 100px;
    z-index: -1;
    width: 100px;
    position: absolute;
}

.get-support::after {
    right: -250px;
    width: 500px;
    filter: blur(80px);
    height: 500px;
    top: -250px;
    animation: pulseGlow 10s infinite alternate;
    z-index: 0;
    background: radial-gradient(circle, rgb(130,150,181) 0%, transparent 60%);
    opacity: 0.1;
    position: absolute;
    content: '';
}

.get-support .get-helpdesk {
    color: rgba(255, 255, 255, 0.7);
    max-width: 80%;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    transform: translateZ(5px);
}

.get-support .online-form {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    position: relative;
}

.get-support .online-form span:hover {
    border-color: rgba(rgb(130,150,181,0.5), 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(130,150,181,0.5), 0.3);
    transform: translateY(-5px) translateZ(10px);
}

.get-support .online-form span:hover svg {
    filter: drop-shadow(0 0 8px rgb(130,150,181));
    fill: #ffffff;
    transform: translateZ(15px) rotate(15deg) scale(1.1);
    opacity: 1;
}

.get-support .online-form span > span {
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    padding: 0;
    margin: 0;
    transform: none !important;
    box-shadow: none;
    background: transparent;
    align-items: center;
    border: none;
}

.get-support .online-form span a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgb(130,150,181);
}

.get-support .talk-now {
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(74,103,161,0.5), 0.3);
    border-radius: 10px;
    background: rgba(rgb(74,103,161,0.5), 0.1);
    margin-top: 1.5rem;
    padding: 2rem;
}

.get-support .talk-now span {
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    margin-bottom: 14px;
    padding: 0.75rem;
    transition: color 0.3s ease;
    position: relative;
}


.get-support .ask-feedback h3 span {
    animation: typingCursor 1s step-end infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid rgb(130,150,181);
}

.course-program-info::before {
    right: -5%;
    content: "";
    background: linear-gradient(145deg, rgb(74,103,161,0.5) 0%, rgb(130,150,181,0.5) 100%);
    width: 30vw;
    filter: blur(50px);
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    height: 30vw;
    opacity: 0.1;
    z-index: 0;
}

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

.course-program-info .img-gallery-item:hover::before {
    opacity: 0.35;
}

.course-program-info .text-scroll::before {
    left: 0;
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(130,150,181), rgb(74,103,161));
    position: absolute;
}

.program-assets h5 {
    margin-right: auto;
    transform: translateY(0);
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    max-width: 850px;
    color: #000000;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 60px;
    margin-left: auto;
    line-height: 1.5;
}

.program-assets .text-scroll {
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 27px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.program-assets li:hover {
    transform: translateX(5px);
}

.program-assets li p {
    display: flex;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    font-size: 16px;
    position: relative;
    margin: 0;
    gap: 15px;
}

#dialogConsentForm:checked ~ .cookie-warning-popup {
    visibility: hidden;
    opacity: 0;
}

.cookie-warning-popup p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.track-manage:hover svg {
    transform: scale(1.1);
}

.edu-settings {
    border-radius: 11px;
    white-space: nowrap;
    text-align: center;
    min-width: 140px;
    background: linear-gradient(90deg, rgb(130,150,181), rgb(74,103,161));
    text-decoration: none;
    line-height: 40px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(130,150,181);
    font-size: 20px;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
}

.join-our-community .learn-pro {
    display: grid;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    grid-template-columns: 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    gap: 25px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
}

.join-our-community .input_holder .get-started::before {
    content: "";
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    transition: all 0.6s;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

.appSpotlight::before {
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(130,150,181,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(74,103,161,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
}

.appSpotlight ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}

.appSpotlight li {
    padding: 0.5rem 0;
    position: relative;
}

.appSpotlight li::before {
    width: 3px;
    left: -1.5rem;
    height: 100%;
    background: rgb(130,150,181,0.5);
    transform: scaleY(0);
    top: 0;
    position: absolute;
    content: "";
    animation: grow-line 1.2s ease-out forwards 0.8s;
    opacity: 0;
    transform-origin: top;
}

.contact-form-box::after {
    height: 300px;
    filter: blur(60px);
    width: 300px;
    background: linear-gradient(225deg, rgb(74,103,161,0.5), rgb(130,150,181,0.5));
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: "";
    left: -100px;
    bottom: -100px;
}

.contact-form-box .contact-message::before {
    content: "";
    pointer-events: none;
    inset: 0;
    position: absolute;
    z-index: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(130,150,181,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(74,103,161,0.5) 99%
    );
}

.contact-form-box form h3 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.contact-form-box .request-support {
    margin-bottom: 30px;
    position: relative;
}

.contact-form-box .request-support label {
    position: relative;
    align-items: center;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    display: flex;
}

.contact-form-box .request-support label a {
    text-decoration: none;
    color: rgb(130,150,181);
    transition: color 0.3s ease;
    font-weight: 600;
}

.contact-form-box .support-message:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-form-box svg {
    stroke: rgb(130,150,181);
    transition: all 0.3s ease;
    margin-right: 12px;
    height: 24px;
    fill: none;
    width: 24px;
}

.welcome-section {
    min-height: 100vh;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
}

.welcome-section .expert-team > div {
    transform-style: preserve-3d;
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateZ(20px);
    opacity: 0;
    position: relative;
}

.welcome-section p {
    animation: slideRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    transform: translateX(-20px);
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: calc(12px * 1.2);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}



.welcome-section .learn-home:hover .expert-team {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(4deg);
}

.footer-subscribe::before {
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(130,150,181,0.5) 100%);
    width: 100%;
}

.footer-subscribe .nav-wrap {
    gap: 4rem;
    display: flex;
}

.footer-subscribe .nav-section::after {
    opacity: 0.4;
    bottom: -10px;
    content: "";
    border-right: 1px solid rgb(130,150,181);
    border-bottom: 1px solid rgb(130,150,181);
    height: 40px;
    right: -20px;
    position: absolute;
    width: 40px;
}

.footer-subscribe .nav-section .nav-wrap a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(74,103,161);
}

.alumni-net::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(130,150,181), transparent);
    content: "";
    position: absolute;
    opacity: 0.5;
}

header .nav-base {
    padding: 0.5rem;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    overflow: visible;
}

header .nav-base:hover::before {
    opacity: 0;
}

header .nav-base:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}

header .first-section img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .main-tutor a {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    font-size: 16px;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}

.course-methodology {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, #ffffff 100%);
    position: relative;
}

.course-methodology .learn-pro {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    padding: 3rem;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: center;
}

.course-methodology p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    font-size: 13px;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
}



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


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



@media (min-width: 768px) {.our-team .text-scroll span {
    column-count: 2;
}
}



@media (max-width: 767px) {.our-team {
    padding: 80px 0 60px;
}.our-team h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.our-team .text-scroll {
    padding: 25px 20px 25px 25px;
}.our-team .text-scroll::before {
    width: 4px;
}.our-team .text-scroll h6 {
    font-size: 19px;
    margin-bottom: 15px;
}.our-team .text-scroll span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}



@media (min-width: 1200px) {.confidential-lockup {
    padding: 7rem 2rem;
}.confidential-lockup h1 {
    font-size: calc(43px * 1.4);
}.confidential-lockup h1::after {
    width: 8rem;
}.confidential-lockup .container {
    max-width: 1200px;
}
}



@media (max-width: 767px) {.pricing-deck {
    padding: 60px 0;
}.pricing-deck h2 {
    font-size: calc(28px - 4px);
}.pricing-deck .package-deals {
    margin-bottom: 30px;
    font-size: 12px;
}.pricing-deck .fee-package {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-deck .study-sub h4 {
    font-size: 19px;
}.pricing-deck .pricing-tiers {
    font-size: 19px;
}
}



@media (min-width: 1200px) {.education-experience .container {
    padding: 0 2rem;
}.education-experience .success-stories {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 350px 1fr;
    transform: perspective(1500px) rotateY(-3deg);
}.education-experience .img-gallery-item {
    width: 320px;
    height: 400px;
}
}



@media (max-width: 576px) {.target-audience {
    padding: 3rem 0;
}.target-audience h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 3rem;
}.target-audience ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.target-audience ul li {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}.target-audience ul li svg {
    height: 32px;
    width: 32px;
    margin-right: 1rem;
}}



@media (min-width: 992px) {.course-program-info {
    padding: 8rem 0;
}.course-program-info h2 {
    font-size: calc(32px * 1.2);
}.course-program-info .class-map {
    gap: 5rem;
}.course-program-info .img-gallery-item {
    height: 500px;
}.course-program-info .text-scroll {
    padding: 3rem 4rem;
}.course-program-info .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(16px * 1.05);
}
}



@media (min-width: 768px) {.program-assets .learn-pro {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program-assets ul {
    grid-template-columns: repeat(2, 1fr);
}.program-assets h5 {
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 480px) {.program-assets {
    padding: 60px 0 40px;
}.program-assets h5 {
    margin-bottom: 35px;
    font-size: calc(19px * 0.85);
}.program-assets .text-scroll {
    padding: 25px 20px;
}.program-assets li p {
    gap: 10px;
}.program-assets li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.program-assets li:hover p svg {
    transform: scale(0.9);
}}



@media (max-width: 767px) {.join-our-community {
    padding: 60px 0;
}.join-our-community .learn-pro {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.join-our-community h4 {
    font-size: calc(19px * 1.2);
    max-width: 100%;
}.join-our-community .input_holder .get-started {
    width: 100%;
}
}



@media (min-width: 1200px) {.appSpotlight .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.appSpotlight h2 {
    margin-left: 3rem;
    max-width: 80%;
}.appSpotlight .learn-pro {
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
}.appSpotlight .learn-pro:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 992px) {.welcome-section .expert-team {
    padding: 3rem;
    width: 95%;
    transform: perspective(800px) rotateX(1deg);
}.welcome-section .title_style_header {
    font-size: calc(39px * 1.1);
}.welcome-section h3 {
    font-size: 23px;
    max-width: 100%;
}
}



@media (max-width: 576px) {.welcome-section .expert-team {
    padding: 2rem 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      100% 98%,
      0 100%
    );
    width: 96%;
    transform: none;
}.welcome-section .title_style_header {
    font-size: calc(31px * 0.9);
    letter-spacing: 1px;
}.welcome-section p {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}.welcome-section h3 {
    padding-left: 12px;
    font-size: 22px;
}.welcome-section h3::before {
    width: 2px;
}.welcome-section p::before {
    width: 15px;
    left: -20px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .site-navbar {
    padding: 0.8rem 1.5rem;
}header .nav-base {
    max-width: 140px;
}header .nav-base::before, 
    header .nav-base::after {
    right: -3px;
    left: -3px;
    bottom: -3px;
    top: -3px;
}header .first-section img {
    max-height: 35px;
}header .nav-section {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .nav-section::-webkit-scrollbar {
    height: 3px;
}header .nav-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main-tutor {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main-tutor a {
    padding: 0 0.8rem;
    height: 32px;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}header .main-tutor::after {
    display: none;
}
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-30px, 30px) scale(1.1);
    }
    50% {
        transform: translate(0, 50px) scale(0.9);
    }
    75% {
        transform: translate(30px, 20px) scale(1.05);
    }
}



@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(130,150,181); }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(130,150,181);
    }
    50% {
        border-left-color: rgb(74,103,161);
    }
    100% {
        border-left-color: rgb(130,150,181);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-20px);
    }
}

