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

header,footer {
    width: 100%;
}

header {
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(195,196,225,0.5) 100%);
    background: #000000;
    position: fixed;
}

.top-site-web {
    flex: 1 0 auto;
}

.wrapper-padding-web {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}


.program-structure-web {
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    background-color: rgb(228,229,242);
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    overflow: hidden;
}

.program-structure-web .skill-academy-web::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    z-index: 5;
}

.program-structure-web .skill-academy-web:hover .learn-tools-web {
    animation-play-state: paused;
}

.program-structure-web .program-track-web img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.program-structure-web .container {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    grid-row: 1;
    padding: 0;
    justify-content: flex-end;
    grid-column: 1 / 3;
    height: 100%;
    align-items: center;
}

.program-structure-web .skill-master-web:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.program-structure-web .skill-master-web::before {
    opacity: 1;
    z-index: -1;
    left: 0;
    height: 100%;
    border-radius: 10px;
    content: '';
    background-color: rgb(228,229,242);
    top: 0;
    width: 100%;
    position: absolute;
}

.program-structure-web .skill-master-web h3 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    padding-left: 1.5rem;
    font-size: 37px;
    margin-bottom: 1.5rem;
    color: rgb(195,196,225);
}

.program-structure-web .skill-master-web h3 {
    font-size: calc(37px * 0.9);
}

.program-structure-web .skill-master-web .feedback-help-web {
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(195,196,225);
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    padding: 0.8rem 2rem;
    background-color: transparent;
    margin-left: 1.5rem;
    color: rgb(195,196,225);
    font-weight: 600;
    font-size: 14px;
}

.program-structure-web .skill-master-web .feedback-help-web:hover::before {
    left: 0;
}

.greeting-page-web {
    width: 100%;
    overflow: hidden;
    background: rgb(228,229,242);
    position: relative;
}

.greeting-page-web .virtual-school-web {
    left: 0;
    overflow: hidden;
    position: absolute;
    height: 75vh;
    top: 0;
    width: 100%;
}

.greeting-page-web .virtual-school-web input {
    display: none;
}

.greeting-page-web .fast-edu-web {
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1);
}

.greeting-page-web .start-base-web {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.greeting-page-web .start-base-web img {
    width: 100%;
    filter: grayscale(0.3);
    height: 100%;
    transition: transform 1.2s ease, filter 0.6s ease;
    transform: scale(1.1) translateX(0);
    object-fit: cover;
}

.greeting-page-web .study-tools-web label {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    opacity: 0.4;
    height: 30px;
    width: 3px;
}

.greeting-page-web .study-tools-web label:hover {
    opacity: 0.7;
}

.greeting-page-web .paragraph-wrap-web {
    position: relative;
    border-radius: 10px;
    width: 40%;
    background: rgb(195,196,225);
    padding: 0;
    z-index: 5;
    max-width: 550px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    margin-left: 8%;
}

.greeting-page-web .paragraph-wrap-web .container::before {
    right: 15px;
    position: absolute;
    top: 15px;
    width: 80px;
    content: "";
    opacity: 0.15;
    border-top: 5px solid #ffffff;
    height: 80px;
    border-right: 5px solid #ffffff;
}

.greeting-page-web .paragraph-wrap-web h1 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 38px;
    font-weight: 700;
    position: relative;
}

.greeting-page-web .paragraph-wrap-web p {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.7;
    font-weight: 400;
}

.greeting-page-web input:nth-of-type(3):checked ~ .fast-edu-web {
    transform: translateX(-40%);
}

.greeting-page-web input:nth-of-type(5):checked ~ .fast-edu-web {
    transform: translateX(-80%);
}

.greeting-page-web input:nth-of-type(7):checked ~ .fast-edu-web {
    transform: translateX(-120%);
}

.greeting-page-web input:nth-of-type(9):checked ~ .fast-edu-web {
    transform: translateX(-160%);
}

.greeting-page-web input:nth-of-type(1):checked ~ .study-tools-web label:nth-child(1)::before,
.greeting-page-web input:nth-of-type(2):checked ~ .study-tools-web label:nth-child(2)::before,
.greeting-page-web input:nth-of-type(3):checked ~ .study-tools-web label:nth-child(3)::before,
.greeting-page-web input:nth-of-type(4):checked ~ .study-tools-web label:nth-child(4)::before,
.greeting-page-web input:nth-of-type(5):checked ~ .study-tools-web label:nth-child(5)::before,
.greeting-page-web input:nth-of-type(6):checked ~ .study-tools-web label:nth-child(6)::before,
.greeting-page-web input:nth-of-type(7):checked ~ .study-tools-web label:nth-child(7)::before,
.greeting-page-web input:nth-of-type(8):checked ~ .study-tools-web label:nth-child(8)::before,
.greeting-page-web input:nth-of-type(9):checked ~ .study-tools-web label:nth-child(9)::before,
.greeting-page-web input:nth-of-type(10):checked ~ .study-tools-web label:nth-child(10)::before {
    height: 100%;
}

.greeting-page-web input:checked ~ .fast-edu-web .start-base-web img {
    filter: grayscale(0);
    transform: scale(1) translateX(-10px);
}

.contact-panel-web .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-panel-web h2 {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    border-left: 5px solid rgb(195,196,225);
    color: #000000;
    font-size: 29px;
}

.contact-panel-web .contact-message-web {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    flex-direction: row-reverse;
    display: flex;
    border-radius: 29px;
}

.contact-panel-web .img-circular-web::before {
    content: "";
    background: rgb(195,196,225,0.5);
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.contact-panel-web #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.contact-panel-web h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 21px;
    margin-bottom: 30px;
}

.contact-panel-web input[type="text"] {
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(228,229,242);
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border: none;
}

.contact-panel-web .request-card-web {
    gap: 12px;
    align-items: center;
    margin-top: 5px;
    display: flex;
}

.contact-panel-web .request-card-web input[type="checkbox"]:checked {
    border-color: rgb(195,196,225);
    background: rgb(195,196,225);
}

.contact-panel-web .request-card-web input[type="checkbox"]:checked::after {
    height: 11px;
    transform: rotate(45deg);
    top: 3px;
    left: 7px;
    content: "";
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.contact-panel-web .request-card-web a:hover {
    color: rgb(158,159,202);
}

.contact-panel-web .request-card-web a:hover::after {
    background: rgb(158,159,202);
}

.contact-panel-web .feedback-help-web {
    font-size: 18px;
    border-radius: 29px;
    box-shadow: 0 4px 15px rgb(195,196,225,0.5);
    background: rgb(195,196,225);
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    border: none;
    padding: 18px 40px;
    cursor: pointer;
    font-weight: 600;
    margin-top: 20px;
}

.contact-panel-web svg path {
    fill: rgb(195,196,225);
    transition: all 0.3s ease;
}

.contact-panel-web svg:hover path {
    fill: rgb(158,159,202);
}

.cookies-overview-web {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-guide-web {
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie-guide-web svg {
    fill: rgb(195,196,225);
    height: 50px;
    width: 50px;
}

.cookie-warning-alert-web h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.consent-comply-web {
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    border: 2px solid rgb(195,196,225);
    border-radius: 10px;
    min-width: 150px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
    flex-shrink: 0;
    background: rgb(195,196,225);
    font-size: 19px;
    transition: none;
}


#cookieNoticeModal-web {
    display: none;
}

.thankYouHub-web {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(195,196,225,0.5) 0%, rgb(228,229,242) 70%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}

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

.thankYouHub-web h2 {
    margin-bottom: 3rem;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(40px);
    font-size: 31px;
    line-height: 1.3;
    opacity: 0;
    font-weight: 700;
    position: relative;
}

.thankYouHub-web .study-sessions-web {
    opacity: 0;
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    border-left: 5px solid rgb(195,196,225);
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    transition: transform 0.5s ease;
    background: #ffffff;
}

.thankYouHub-web li {
    position: relative;
    padding: 2.5rem;
}

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

.location-info-web {
    overflow: hidden;
    background: rgb(228,229,242);
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.location-info-web .container {
    position: relative;
    z-index: 2;
}

.location-info-web .get-support-web {
    border-top: 3px solid rgb(195,196,225);
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 29px;
    overflow: hidden;
    padding: 60px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
}

.location-info-web .get-support-web::after {
    z-index: -1;
    right: 0;
    width: 300px;
    content: '';
    position: absolute;
    top: 0;
    background: radial-gradient(circle, rgb(195,196,225,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 300px;
}

.location-info-web .get-support-web p:last-of-type {
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

.location-info-web .contact-links-web {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin-top: 10px;
    gap: 30px;
    display: grid;
}

.location-info-web .request-form-web::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(195,196,225,0.5) 100%);
    position: absolute;
    height: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
}

.location-info-web .request-form-web:hover {
    color: rgb(195,196,225);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.location-info-web .request-form-web:hover::before {
    opacity: 0.2;
}

.location-info-web .request-form-web:hover svg {
    stroke-width: 2;
    transform: scale(1.1);
}

.location-info-web .request-form-web svg path {
    transition: all 0.3s ease;
}

.newsletter-web {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #ffffff;
    padding: 6rem 2rem;
}

.newsletter-web .study-sessions-web {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.newsletter-web h3 {
    transform-origin: left;
    animation: fadeUp 0.8s forwards;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: clamp(24px, 5vw, 43px);
    line-height: 1.1;
    transform: translateY(30px);
    opacity: 0;
    color: #000000;
    font-weight: 700;
}

.newsletter-web input[type="email"] {
    border: none;
    padding: 0;
    grid-column: 1 / -1;
    height: 4rem;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    color: #000000;
}

.newsletter-web input[type="email"]::placeholder {
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 0.7;
    color: rgba(0, 0, 0, 0.5);
}

.newsletter-web .updates-modal-web::before {
    z-index: -1;
    top: 0;
    background: rgb(195,196,225);
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    left: 0;
    content: "";
    width: 0;
    position: absolute;
}

.newsletter-web .updates-modal-web:hover {
    color: #ffffff;
    border-color: rgb(195,196,225);
}

.newsletter-web .updates-modal-web:hover::before {
    width: 100%;
}

.aspiring-learners-web {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(150deg, rgb(228,229,242) 30%, rgb(158,159,202,0.5) 100%);
}

.aspiring-learners-web::before {
    opacity: 0.1;
    height: 200%;
    transform: rotate(30deg);
    position: absolute;
    background: rgb(195,196,225,0.5);
    top: -50%;
    width: 80%;
    right: -20%;
    animation: float-slow 20s ease-in-out infinite alternate;
    filter: blur(60px);
    border-radius: 100px;
    content: "";
}



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

.aspiring-learners-web h4 {
    font-size: 37px;
    position: relative;
    color: #000000;
    padding: 0;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.aspiring-learners-web h4::after {
    bottom: -20px;
    border-radius: 10px;
    content: "";
    left: 0;
    background: rgb(195,196,225,0.5);
    position: absolute;
    height: 2px;
    width: 120px;
}

.aspiring-learners-web div p {
    align-items: center;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    color: #000000;
    border-radius: 8px;
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 1;
    padding: 20px 25px;
    transition: all 0.3s ease;
}

.aspiring-learners-web div p:hover::before {
    width: 8px;
}

.aspiring-learners-web div p svg {
    min-width: 28px;
    z-index: 2;
    transition: all 0.3s ease;
    width: 28px;
    margin-right: 20px;
    position: relative;
    height: 28px;
}

.aspiring-learners-web div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,196,225);
}

.sign-up-now-web {
    background: rgb(228,229,242);
    overflow: hidden;
    position: relative;
    padding: 150px 0;
}

.sign-up-now-web .study-sessions-web {
    z-index: 10;
    perspective: 1000px;
    padding: 0;
    position: relative;
}

.sign-up-now-web .container {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.sign-up-now-web .container p::before {
    left: 2.5%;
    width: 95%;
    content: '';
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    border-radius: 10px;
    top: 15px;
    filter: blur(20px);
    background: rgb(195,196,225,0.5);
    position: absolute;
}

.sign-up-now-web .feedback-help-web {
    line-height: 60px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: rgb(195,196,225);
    width: 250px;
    color: #ffffff;
    display: block;
    transition: all 0.4s ease;
    transform: translateZ(30px);
    font-weight: 600;
    border-radius: 30px;
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    height: 60px;
    z-index: 5;
}

.sign-up-now-web .feedback-help-web:hover::before {
    transform: translateX(100%);
}

.sign-up-now-web::after {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,196,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(158,159,202,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    opacity: 0.1;
}

.developer-experience-web {
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(228,229,242);
    position: relative;
}

.developer-experience-web::before {
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(195,196,225,0.5) 100%);
    width: 100%;
    position: absolute;
    z-index: 1;
}

.developer-experience-web .student-glow-web {
    position: relative;
    margin: 0 auto;
    display: grid;
    z-index: 2;
    gap: 3rem;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
}

.developer-experience-web .img-circular-web::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(195,196,225,0.5) 100%);
}

.developer-experience-web .career-projects-web::before {
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    background: rgb(195,196,225);
    transition: height 0.8s ease-out;
    width: 2px;
    content: "";
}

.developer-experience-web .name::after {
    background: rgb(158,159,202);
    height: 1px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.6s ease-out 0.2s;
    transform: translateX(-101%);
}

.developer-experience-web .student-glow-web:hover .career-projects-web > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.developer-experience-web .work-items-web {
    opacity: 0;
    transform: translateY(20px);
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 0 20px;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    line-height: 1.8;
    color: #000000;
}



.developer-experience-web:hover .name {
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
}

.client-comments-web::before {
    position: absolute;
    filter: blur(80px);
    left: -50px;
    height: 200px;
    top: -50px;
    width: 200px;
    border-radius: 50%;
    content: "";
    background: rgb(158,159,202,0.5);
    animation: floatBubble 18s infinite ease-in-out;
}



.client-comments-web .study-sessions-web {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}

.client-comments-web h4::after {
    width: 50%;
    left: 25%;
    height: 4px;
    bottom: -15px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(195,196,225), transparent);
}

.client-comments-web .client-sentiments-web {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    perspective: 1000px;
}

.client-comments-web .student-glow-web:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
}

.client-comments-web .student-glow-web::before {
    background: linear-gradient(90deg, rgb(195,196,225), rgb(158,159,202));
    left: 0;
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}

.client-comments-web .student-glow-web:hover .img-circular-web {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.client-comments-web .student-glow-web span::after {
    content: "";
    height: 2px;
    background: rgb(195,196,225);
    display: block;
    width: 30px;
    margin: 10px auto 0;
}

.client-comments-web .student-glow-web p::before {
    opacity: 0.2;
    left: -5px;
    color: rgb(195,196,225,0.5);
    z-index: -1;
    content: '"';
    position: absolute;
    font-family: serif;
    top: -20px;
    font-size: 80px;
}

.privacy-niche-web::before {
    z-index: 0;
    position: absolute;
    content: '';
    background-color: rgb(195,196,225,0.5);
    height: 200px;
    top: -50px;
    left: -50px;
    border-radius: 50%;
    width: 200px;
}

.privacy-niche-web::after {
    width: 200px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    z-index: 0;
    position: absolute;
    background-color: rgb(158,159,202,0.5);
    height: 200px;
    content: '';
}

.privacy-niche-web h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(158,159,202);
    letter-spacing: 0.5px;
}

.privacy-niche-web h3 {
    font-size: 29px;
    padding-bottom: 8px;
    font-weight: 600;
}

.privacy-niche-web li {
    color: #000000;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
    position: relative;
}

.privacy-niche-web ol {
    counter-reset: item;
}

.privacy-niche-web ol li {
    list-style-type: none;
}

.privacy-niche-web ol li:before {
    counter-increment: item;
    border-radius: 50%;
    font-size: 16px;
    width: 20px;
    top: 0;
    box-shadow: 0 0 5px rgb(195,196,225,0.5);
    left: 0;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    content: counter(item);
    position: absolute;
    background-color: rgb(195,196,225);
    text-align: center;
}

.privacy-niche-web div::before {
    height: 10px;
    position: absolute;
    left: -20px;
    border-radius: 50%;
    content: '';
    top: 50%;
    width: 10px;
    background-color: rgb(158,159,202);
    transform: translateY(-50%);
}

.our-background-web::after {
    filter: blur(30px);
    bottom: -50px;
    content: "";
    transform: rotate(45deg);
    opacity: 0.1;
    width: 300px;
    background: rgb(195,196,225);
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    right: -50px;
    height: 300px;
    position: absolute;
}

.our-background-web h2 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    margin-bottom: 60px;
    transform: translateX(-10px);
    font-size: 35px;
    font-weight: 700;
}

.our-background-web h2:hover::after {
    transform: scaleX(1.5);
}

.our-background-web .paragraph-wrap-web:hover {
    transform: translateY(-5px);
}

.our-background-web .paragraph-wrap-web::before {
    border-radius: 50%;
    content: "";
    border: 3px solid rgb(158,159,202);
    opacity: 0.15;
    position: absolute;
    z-index: -1;
    top: -90px;
    width: 180px;
    left: -90px;
    height: 180px;
}

.our-background-web .paragraph-wrap-web > div {
    position: relative;
}

.our-background-web .paragraph-wrap-web p {
    padding-right: 50px;
    transition: color 0.3s ease;
    display: inline-block;
    margin-bottom: 20px;
    color: rgb(195,196,225);
    font-weight: 600;
    position: relative;
    font-size: calc(24px * 1.1);
}

.our-background-web .paragraph-wrap-web div > div::first-letter {
    padding: 5px 10px 0 0;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1;
    color: rgb(195,196,225);
    float: left;
}

.offer-grid-web {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(228,229,242);
}

.offer-grid-web::after {
    transform: rotate(-15deg);
    right: -5rem;
    position: absolute;
    width: 20rem;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
    content: "";
    background: linear-gradient(225deg, rgb(158,159,202) 0%, transparent 80%);
    height: 20rem;
    bottom: -5rem;
}

.offer-grid-web .study-cost-web {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    background-color: #ffffff;
    position: relative;
    border-left: 4px solid rgb(195,196,225);
    padding: 2rem;
}

.offer-grid-web .study-cost-web h2 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transform: perspective(800px) translateZ(30px);
}

.offer-grid-web .study-cost-web .program-rate-web {
    max-width: 80%;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.offer-grid-web .promo-cost-web {
    color: inherit;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

.offer-grid-web .promo-cost-web:hover .price-grid-web {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(195,196,225,0.5);
}

.offer-grid-web .promo-cost-web:hover .price-grid-web {
    transform: rotate(0) translateZ(20px);
}

.offer-grid-web .promo-cost-web:nth-child(odd) .price-grid-web {
    transform: rotate(-1deg);
}

.offer-grid-web .price-opts-web {
    position: relative;
    z-index: 2;
    word-break: break-word;
    padding: 2rem;
    flex-direction: column;
    overflow-wrap: break-word;
    flex: 1;
    display: flex;
}

.offer-grid-web .price-opts-web h3 {
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(18px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    transform: translateZ(10px);
}

.offer-grid-web .promo-cost-web:hover .price-opts-web h3::after {
    width: 60px;
}

.offer-grid-web .price-choices-web {
    font-weight: 700;
    display: block;
    margin: 0.5rem 0 1.5rem;
    color: rgb(195,196,225);
    font-size: calc(18px * 1.8);
    transform: translateZ(15px);
    position: relative;
}

.offer-grid-web .price-opts-web p {
    word-break: break-word;
    line-height: 1.6;
    flex: 1;
    font-size: 12px;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: 1rem;
}

.offer-grid-web .promo-cost-web:hover .img-circular-web {
    transform: scale(1.05) translateZ(0);
}

.offer-grid-web .img-circular-web::before {
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.15;
    transition: opacity 0.3s ease;
    background: rgb(195,196,225);
    width: 100%;
}

.report-abuse-web::before {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    z-index: -1;
    top: 0;
}



.report-abuse-web::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.report-abuse-web .company_holder h3 {
    position: relative;
    font-size: calc(30px * 0.9);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
}

.report-abuse-web .company_holder h3::after {
    position: absolute;
    width: 40px;
    left: 0;
    height: 3px;
    background: rgb(195,196,225);
    content: "";
    bottom: -8px;
    border-radius: 10px;
}

.report-abuse-web .top-base-web {
    gap: 60px;
    display: flex;
}

.report-abuse-web .nav-pagewrap-web h5 {
    position: relative;
    font-size: 21px;
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 25px;
}

.report-abuse-web .nav-pagewrap-web .top-base-web {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a::before {
    top: 50%;
    background: rgb(195,196,225);
    width: 0;
    content: "";
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a:hover::before {
    opacity: 1;
    width: 8px;
}

.collab-space-web .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collab-space-web .affiliate-cta-web {
    letter-spacing: 0.5px;
    opacity: 0.6;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}

.collab-space-web .affiliate-cta-web {
    position: relative;
    transition: all 0.3s ease;
}

.report-abuse-web .nav-pagewrap-web::before {
    width: 5px;
    opacity: 0.7;
    left: -15px;
    position: absolute;
    height: 5px;
    content: "";
    background: rgb(195,196,225);
    top: 10px;
    border-radius: 50%;
}

.report-abuse-web .nav-pagewrap-web:hover::before {
    animation: glow 2s infinite;
}



.report-abuse-web .nav-pagewrap-web .top-base-web a::after {
    background: rgb(195,196,225);
    left: 0;
    content: "";
    height: 1px;
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}

.report-abuse-web .nav-pagewrap-web .top-base-web a:nth-child(odd):hover {
    transform: translateX(2px);
}



.report-abuse-web .company_holder h3::before {
    left: -30px;
    top: 50%;
    opacity: 0.7;
    height: 1px;
    width: 20px;
    position: absolute;
    content: "";
    background: rgb(195,196,225);
}

.collab-space-web::after {
    width: 30%;
    left: 35%;
    height: 1px;
    opacity: 0.3;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(158,159,202,0.5), 
        transparent);
    position: absolute;
}

header::after {
    width: 100%;
    top: 0;
    animation: gradient-shift 8s linear infinite;
    background: linear-gradient(90deg, 
        rgb(195,196,225),
        rgb(158,159,202),
        rgb(195,196,225));
    position: absolute;
    background-size: 200% 100%;
    height: 5px;
    z-index: 5;
    left: 0;
    content: "";
}

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

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

header .main-nav-web svg {
    width: auto;
    position: relative;
    z-index: 2;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(195,196,225,0.5));
}

header .nav-pagewrap-web::before {
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(195,196,225,0.5);
    content: "";
}

header .head-pagewrap-web {
    text-decoration: none;
    padding: 0.6rem 1.8rem;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-weight: 400;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    white-space: nowrap;
    border-radius: 14px;
    border: 1px solid rgb(195,196,225,0.5);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

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



::-webkit-scrollbar {
    height: 3px;
    width: auto;
}

::-webkit-scrollbar-track {
    margin: 5px 0;
    box-shadow: inset -1px 2px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4.5vh;
    background: rgb(195,196,225,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(195,196,225);
    border: 3px double rgb(158,159,202);
    min-height: 23px;
    border-radius: 15.6rem;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px -2px 8px 5px rgba(0, 0, 0, 0.2);
    background: rgb(228,229,242);
}

::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    box-shadow: inset -3px -5px 2px 4px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 4px;
    border: 1px dashed rgb(228,229,242);
}

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



@media (max-width: 1199px) {.greeting-page-web .paragraph-wrap-web {
    max-width: 500px;
    width: 45%;
    margin-left: 6%;
}.greeting-page-web .paragraph-wrap-web .container {
    padding: 2.5rem;
}
}



@media (max-width: 991px) {.greeting-page-web .study-sessions-web {
    height: 70vh;
}.greeting-page-web .virtual-school-web {
    height: 70vh;
}.greeting-page-web .paragraph-wrap-web {
    max-width: 450px;
    margin-left: 5%;
    width: 50%;
}.greeting-page-web .paragraph-wrap-web .container {
    padding: 2rem;
}.greeting-page-web .paragraph-wrap-web h1 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.9);
}.greeting-page-web .paragraph-wrap-web h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.5rem;
}.greeting-page-web .paragraph-wrap-web p {
    font-size: calc(16px * 0.95);
}.greeting-page-web .study-tools-web {
    left: 25px;
    bottom: 25px;
    gap: 12px;
}.greeting-page-web .study-tools-web label {
    height: 25px;
}
}



@media (max-width: 575px) {.greeting-page-web .virtual-school-web {
    height: 45vh;
}.greeting-page-web .paragraph-wrap-web {
    width: 95%;
    margin: -40px 0 20px;
}.greeting-page-web .paragraph-wrap-web .container {
    padding: 1.5rem;
}.greeting-page-web .paragraph-wrap-web .container::before,
    .greeting-page-web .paragraph-wrap-web .container::after {
    width: 60px;
    height: 60px;
}.greeting-page-web .paragraph-wrap-web h1 {
    font-size: calc(38px * 0.8);
}.greeting-page-web .paragraph-wrap-web h3 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.1);
}.greeting-page-web .paragraph-wrap-web p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.greeting-page-web .study-tools-web {
    bottom: 15px;
    gap: 8px;
}.greeting-page-web .study-tools-web label {
    width: 20px;
}.greeting-page-web input:nth-of-type(n):checked ~ .study-tools-web label:nth-child(n) {
    width: 30px;
}
}



@media (max-width: 992px) {.contact-panel-web .contact-message-web {
    flex-direction: column;
}.contact-panel-web .img-circular-web {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.contact-panel-web .connect-reach-web {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-panel-web h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.contact-panel-web {
    padding: 40px 0;
}.contact-panel-web .container {
    padding: 0 15px;
}.contact-panel-web h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(29px - 6px);
}.contact-panel-web .connect-reach-web {
    padding: 30px 20px;
}.contact-panel-web #contact {
    gap: 20px;
}.contact-panel-web input[type="text"] {
    padding: 15px;
}.contact-panel-web .feedback-help-web {
    padding: 15px 20px;
    width: 100%;
}.contact-panel-web .img-circular-web {
    min-height: 200px;
}}



@media (max-width: 768px) {.thankYouHub-web {
    padding: 3rem 1rem;
}.thankYouHub-web h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.thankYouHub-web .study-sessions-web {
    transform: translateZ(10px) rotateY(0);
}.thankYouHub-web li {
    padding: 2rem;
}
}



@media screen and (max-width: 991px) {.location-info-web {
    padding: 60px 0;
}.location-info-web .get-support-web {
    padding: 40px 30px;
}.location-info-web .contact-links-web {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 767px) {.location-info-web {
    padding: 50px 0;
}.location-info-web .get-support-web {
    padding: 35px 25px;
}.location-info-web .get-support-web h2 {
    font-size: calc(37px * 0.9);
}.location-info-web .contact-links-web {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.location-info-web .request-form-web {
    height: 110px;
}
}



@media (min-width: 768px) {.newsletter-web {
    padding: 8rem 4rem;
}.newsletter-web .feedback-map-web {
    gap: 3rem;
    width: 70%;
}.newsletter-web .input_holder {
    grid-template-columns: 2fr 1fr;
}.newsletter-web input[type="email"] {
    grid-column: 1;
}.newsletter-web .updates-modal-web {
    grid-column: 2;
    align-self: end;
    margin-bottom: 2px;
}
}



@media (max-width: 991px) {.aspiring-learners-web {
    padding: 90px 0;
}.aspiring-learners-web .study-sessions-web {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.aspiring-learners-web h4 {
    font-size: calc(37px - 2px);
}.aspiring-learners-web div {
    gap: 15px;
}.aspiring-learners-web div p {
    padding: 18px 20px;
}.aspiring-learners-web div p:nth-child(even) {
    transform: translateX(20px);
}.aspiring-learners-web div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.aspiring-learners-web div p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    min-width: 24px;
}
}



@media (max-width: 479px) {.aspiring-learners-web {
    padding: 50px 0;
}.aspiring-learners-web h4 {
    font-size: calc(37px - 4px);
}.aspiring-learners-web div {
    gap: 12px;
}.aspiring-learners-web div p {
    padding: 15px;
}.aspiring-learners-web div p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
}}



@media (max-width: 480px) {.sign-up-now-web {
    padding: 80px 0;
}.sign-up-now-web .container p {
    font-size: calc(15px * 1.2);
    transform: translateZ(20px);
    padding: 25px;
    margin-bottom: 50px;
}.sign-up-now-web .feedback-help-web {
    transform: translateZ(15px);
    height: 45px;
    width: 180px;
    line-height: 45px;
    font-size: calc(14px * 0.9);
}.sign-up-now-web .feedback-help-web:hover {
    transform: translateZ(18px);
}.sign-up-now-web .container p::before {
    top: 10px;
}.sign-up-now-web .container p::after {
    height: 20px;
    width: 20px;
    bottom: -10px;
}}



@media (max-width: 1200px) {.client-comments-web {
    padding: 100px 0;
}.client-comments-web .client-sentiments-web {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client-comments-web .student-glow-web {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}



@media (max-width: 768px) {.client-comments-web {
    padding: 80px 0;
}.client-comments-web h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
}.client-comments-web .client-sentiments-web {
    max-width: 500px;
    margin: 0 auto;
    gap: 25px;
    grid-template-columns: 1fr;
}.client-comments-web .student-glow-web {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.client-comments-web .student-glow-web .img-circular-web {
    height: 70px;
    width: 70px;
}}



@media (min-width: 992px) {.our-background-web::before {
    background: linear-gradient(135deg, rgb(158,159,202,0.5), transparent 90%);
}.our-background-web .container {
    padding: 0 50px;
}.our-background-web .paragraph-wrap-web {
    margin-left: 15%;
    padding: 70px 80px;
    width: 85%;
}.our-background-web h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 70px;
}.our-background-web .paragraph-wrap-web::before {
    height: 250px;
    top: -125px;
    left: -125px;
    width: 250px;
}
}



@media (hover: hover) {.our-background-web .paragraph-wrap-web:hover p {
    color: rgb(158,159,202);
}.our-background-web .paragraph-wrap-web:hover p::after {
    width: 60px;
    background: rgb(158,159,202);
}
}



@media (prefers-reduced-motion) {.our-background-web::after {
    animation: none;
}.our-background-web .paragraph-wrap-web:hover {
    transform: none;
}.our-background-web h2:hover::after {
    transform: scaleX(1);
}}



@media (min-width: 1200px) {.offer-grid-web .pay-plans-web {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.offer-grid-web .price-opts-web {
    min-height: 300px;
}
}



@media (max-width: 991px) {.offer-grid-web {
    padding: 4rem 0;
}.offer-grid-web .study-cost-web {
    order: -1;
}.offer-grid-web .study-cost-web h2 {
    font-size: calc(32px * 0.9);
}.offer-grid-web .study-cost-web .program-rate-web {
    max-width: 100%;
}
}



@media (max-width: 480px) {.offer-grid-web .price-opts-web p {
    font-size: calc(12px * 0.9);
}.offer-grid-web .price-opts-web h3 {
    font-size: 18px;
}.offer-grid-web .price-choices-web {
    font-size: calc(18px * 1.3);
}.offer-grid-web .img-circular-web {
    height: 160px;
}}



@media (max-width: 991px) {.report-abuse-web {
    padding: 60px 0 30px;
}.report-abuse-web .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.report-abuse-web .company_holder {
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}.report-abuse-web .company_holder::after {
    display: none;
}.report-abuse-web .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.report-abuse-web .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.report-abuse-web .badge-case-web {
    text-align: center;
    max-width: 100%;
}.report-abuse-web .guide-section-web {
    justify-content: center;
}
}



@media (max-width: 480px) {.report-abuse-web {
    padding: 40px 0 20px;
}.report-abuse-web .company_holder h3 {
    font-size: calc(30px * 0.8);
}.report-abuse-web .badge-case-web {
    font-size: calc(15px * 0.9);
}.collab-space-web .affiliate-cta-web {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(158,159,202,0.5), 
            transparent);
    height: 1px;
    left: 0;
    content: "";
    top: 0;
}.report-abuse-web::before {
    background-blend-mode: overlay;
}}



@media (max-width: 767px) {header .main-core-web {
    padding-top: 1rem;
}header .main-nav-web {
    margin-bottom: 1rem;
}header .main-nav-web svg {
    height: 36px;
}header .nav-pagewrap-web {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head-pagewrap-web {
    margin: 0 0.2rem;
    font-size: calc(17px - 2px);
    padding: 0.4rem 1.2rem;
}header .head-pagewrap-web:first-child {
    margin-left: 1rem;
}header .head-pagewrap-web:last-child {
    margin-right: 1rem;
}header .head-pagewrap-web::after {
    width: 6px;
    height: 6px;
    right: 8px;
}
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes floatCircle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(195,196,225,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(195,196,225);
    }
}



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

