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

.panel-container-ui {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.head-page-ui {
    flex: 1 0 auto;
}

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


.contact-form-section-ui {
    overflow: hidden;
    background: #000000;
    padding: 100px 0;
    position: relative;
}

.contact-form-section-ui::after {
    background-size: 20px 20px;
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(194,161,212,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(110,110,185,0.5) 95.5%, transparent 96%);
    width: 100%;
    content: '';
    position: absolute;
}

.contact-form-section-ui .pic-float-ui::before {
    height: 100%;
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    top: 0;
}

.contact-form-section-ui h3 {
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 35px;
    text-align: center;
    text-shadow: 
        0 0 5px rgb(194,161,212),
        0 0 10px rgb(194,161,212),
        0 0 15px rgb(194,161,212);
    color: #ffffff;
}

.contact-form-section-ui .support-map-ui {
    position: relative;
    padding: 50px;
    flex: 3;
}

.contact-form-section-ui form h3 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
    text-shadow: 0 0 5px rgb(194,161,212);
}

.contact-form-section-ui input[type="text"],
.contact-form-section-ui textarea {
    padding: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(rgb(194,161,212,0.5), 0.3);
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-form-section-ui .reach-list-ui {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

.contact-form-section-ui .reach-list-ui label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.contact-form-section-ui .reach-list-ui input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(194,161,212);
    background: rgb(194,161,212);
}

.contact-form-section-ui .reach-list-ui a {
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgb(194,161,212);
    color: rgb(194,161,212);
}

.contact-form-section-ui .reach-list-ui a:hover {
    color: rgb(110,110,185);
    text-shadow: 0 0 5px rgb(110,110,185);
}

.contact-form-section-ui .support-grid-ui::before {
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
}

.contact-form-section-ui .support-grid-ui:hover {
    transform: translateY(-3px);
    background: rgb(110,110,185);
    box-shadow: 0 0 20px rgb(110,110,185);
}

.contact-form-section-ui .query-query-ui {
    padding: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    flex: 2;
    justify-content: center;
}

.contact-form-section-ui .query-query-ui h4 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgb(194,161,212);
    margin-bottom: 30px;
}

.contact-form-section-ui .help-list-ui {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-form-section-ui .help-list-ui li:hover {
    transform: translateX(5px);
}

.contact-form-section-ui .help-list-ui svg path {
    fill: rgb(194,161,212);
    transition: fill 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(194,161,212));
}

.contact-form-section-ui .help-list-ui span {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
}

.contact-form-section-ui .help-list-ui a:hover {
    color: rgb(194,161,212);
    text-shadow: 0 0 5px rgb(194,161,212,0.5);
}

.price-item-element-ui::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(194,161,212,0.5), rgba(0, 0, 0, 0.5) 90%);
}

.price-item-element-ui h2 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    position: relative;
}

.price-item-element-ui .payment-plan-ui {
    font-size: 12px;
    text-align: center;
    margin: 30px auto 50px;
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
}

.price-item-element-ui .indv-sub-ui li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.price-item-element-ui .basic-cost-ui {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.price-item-element-ui .edu-packages-ui::before {
    top: 0;
    background: linear-gradient(45deg, rgb(194,161,212,0.5), transparent);
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    pointer-events: none;
}

.price-item-element-ui .basic-cost-ui:hover .edu-packages-ui::before {
    opacity: 0.15;
}

.price-item-element-ui .basic-cost-ui:hover .edu-packages-ui::after {
    transform: scale(1.2);
}

.price-item-element-ui .cost-breakdown-ui {
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}

.price-item-element-ui .cost-breakdown-ui h4 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 12px;
    margin: 0 0 20px;
    position: relative;
}

.price-item-element-ui .basic-cost-ui:hover .cost-breakdown-ui h4::after {
    width: 60px;
}

.price-item-element-ui .fee-deals-ui {
    padding: 15px 0 0;
    font-size: calc(22px + 4px);
    color: #ffffff;
    position: relative;
    margin-top: auto;
    display: block;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.statistical-data-ui {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgba(240, 240, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.statistical-data-ui::after {
    z-index: 0;
    left: -5%;
    position: absolute;
    content: "";
    opacity: 0.3;
    filter: blur(30px);
    transform: rotate(10deg);
    background: linear-gradient(230deg, rgb(110,110,185,0.5) 10%, transparent 70%);
    height: 60%;
    width: 40%;
    bottom: -10%;
}

.statistical-data-ui ul {
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0 0 4rem;
}

.statistical-data-ui .fast-gain-ui:hover {
    transform: translateY(-8px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.08),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 4px rgba(255, 255, 255, 0.9),
                inset -2px -2px 3px rgba(0, 0, 0, 0.05);
}

.statistical-data-ui .fast-gain-ui::before {
    opacity: 0.8;
    border-radius: 10px 10px 0 0;
    right: -2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    transform: scaleX(0.92);
    height: 6px;
    top: -2px;
    transition: transform 0.4s ease-out;
    content: "";
    left: -2px;
}

.statistical-data-ui .fast-gain-ui:hover p {
    transform: scale(1.08);
}

.statistical-data-ui .fast-gain-ui p::after {
    bottom: -10px;
    width: 40px;
    transition: all 0.4s ease;
    content: "";
    left: 50%;
    position: absolute;
    opacity: 0.7;
    height: 2px;
    background: rgb(110,110,185);
    transform: translateX(-50%) scaleX(0.6);
}

.statistical-data-ui .fast-gain-ui:hover p::after {
    transform: translateX(-50%) scaleX(1);
    width: 60px;
    opacity: 1;
}

.statistical-data-ui .fast-gain-ui:hover span {
    color: rgb(110,110,185);
}

.statistical-data-ui h4 {
    position: relative;
    padding-bottom: 1.5rem;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: calc(20px * 1.2);
    margin: 0;
}

.study-process-ui {
    overflow: hidden;
    position: relative;
    background: rgb(215,205,228);
    padding: 8rem 2rem;
}

.study-process-ui {
    padding: 5rem 1.5rem;
}

.study-process-ui::after {
    border-radius: 50%;
    position: absolute;
    right: -30%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    height: 100%;
    bottom: -30%;
    width: 100%;
    background: rgb(110,110,185,0.5);
    content: "";
    z-index: 0;
    opacity: 0.25;
    filter: blur(120px);
}

.study-process-ui h3 {
    font-weight: 700;
    padding: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    margin: 0;
    color: #000000;
    font-size: 36px;
    position: relative;
}

.study-process-ui h3 {
    font-size: calc(36px * 0.8);
    text-align: center;
}

.study-process-ui h3::after {
    transform: scaleX(0);
    content: "";
    height: 4px;
    position: absolute;
    background: rgb(194,161,212,0.5);
    left: 0;
    bottom: -1rem;
    width: 2rem;
    transform-origin: left;
    border-radius: 10px;
    animation: expandLine 1s 0.6s forwards ease-out;
}

.study-process-ui span {
    animation: slideInRight 0.8s ease-out forwards;
    color: #000000;
    border-left: 2px solid rgb(110,110,185,0.5);
    line-height: 1.8;
    padding: 2rem;
    font-size: 17px;
    position: relative;
}

.study-process-ui span {
    border-left: none;
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(110,110,185,0.5);
}

.study-process-ui span::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 8px;
    bottom: 0;
    left: -5px;
    background: rgb(194,161,212);
    height: 8px;
    animation: pulse 3s 1.5s infinite;
}

.study-process-ui span::after {
    bottom: auto;
    top: -5px;
    left: calc(50% + 15px);
}

footer .inclusion-ui::before {
    height: 100px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    top: -50px;
    z-index: 0;
    position: absolute;
    background-color: rgb(110,110,185);
    content: "";
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

footer .info_item::before {
    position: absolute;
    background-color: rgb(194,161,212);
    width: 5px;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}

footer .info_item::after {
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
    left: 0;
    content: "";
}

footer .info_item svg {
    vertical-align: middle;
    fill: rgb(194,161,212);
    width: 20px;
    height: 20px;
    top: -1px;
    position: relative;
    margin-right: 12px;
}

footer .info_item a:hover {
    color: rgb(194,161,212);
}

footer .head-top-ui {
    position: relative;
    background-color: rgb(110,110,185,0.5);
    padding: 30px;
    border-radius: 27px;
}

footer .head-top-ui svg {
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
    display: block;
    width: auto;
}

footer .stats-tool-ui {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6;
}

footer .header-main-ui h5 {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    padding-left: 15px;
    font-size: 24px;
    font-weight: 600;
}

footer .site-navbar-ui {
    margin-bottom: 25px;
    position: relative;
}

footer .site-navbar-ui a::before {
    width: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    top: 0;
    background-color: rgb(194,161,212);
}

footer .site-navbar-ui a:hover {
    transform: translateX(5px);
    background-color: rgb(194,161,212,0.5);
    color: #ffffff;
}

footer .subscribe_holder::before {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    position: absolute;
    bottom: 15px;
    top: 15px;
    content: "";
    border-radius: calc(27px - 8px);
    right: 15px;
    pointer-events: none;
}

footer .subscribe_holder h5::before {
    width: 3px;
    position: absolute;
    background-color: rgb(194,161,212);
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

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

footer .instant-learning-ui {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    padding: 14px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    background-color: rgb(194,161,212);
    border-radius: 10px;
    border: none;
}

footer .instant-learning-ui:hover {
    background-color: rgb(110,110,185);
}

footer .policy-links-ui::before {
    height: 1px;
    top: -25px;
    content: "";
    left: 50%;
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

header .container {
    width: 100%;
    padding: 0 3%;
    max-width: 100%;
    position: relative;
    margin: 0;
    z-index: 1;
}

header .site-top-ui {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

header .site-main-ui {
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(194,161,212,0.5), rgb(110,110,185,0.5));
    position: relative;
    display: flex;
}

header .site-main-ui:hover::before {
    opacity: 1;
}

header .site-main-ui svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
}

header .head-study-ui {
    background: #ffffff;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
}

header .head-study-ui:hover {
    color: rgb(194,161,212);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.homepage-ui::before {
    z-index: 1;
    content: "";
    top: 0;
    background: 
        linear-gradient(120deg, rgba(94,170,168,0.03) 10%, transparent 30%),
        radial-gradient(circle at 70% 30%, rgba(94,170,168,0.05) 1px, transparent 12px) 0 0 / 40px 40px,
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.03) 1px, transparent 8px) 0 0 / 60px 60px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    animation: constellation 20s linear infinite;
}

.homepage-ui .pic-float-ui::after {
    width: 100%;
    background: radial-gradient(circle at 60% 40%, transparent 30%, rgba(0, 0, 0, 0.5) 80%, #000000 100%);
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
}

.homepage-ui h1 {
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.2), 0 0 30px rgba(94,170,168,0.3);
    font-weight: 700;
    font-size: calc(47px * 1.2);
    transform: translateY(30px);
    max-width: 70%;
    position: relative;
    opacity: 0;
    animation: slide-in 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin: 0;
    animation-delay: 0.3s;
}

.homepage-ui .text-container-ui {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    transform: translateY(40px);
    backdrop-filter: blur(8px);
    border-radius: 0 10px 10px 0;
    border-left: 2px solid rgba(94,170,168,0.3);
    animation: slide-in 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.05) inset;
    animation-delay: 0.6s;
    max-width: 550px;
    padding: 2.5rem;
    opacity: 0;
}

.homepage-ui p {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.6;
    position: relative;
}

.homepage-ui svg {
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
    transform: rotate(-5deg);
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 80px;
}

.homepage-ui svg:hover path,
.homepage-ui svg:hover text {
    fill: #ffffff;
}

.homepage-ui .support-grid-ui {
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
        0 10px 25px rgba(94,170,168,0.3),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(110,110,185) 0%, rgb(94,170,168) 100%);
    position: relative;
    font-size: 15px;
    overflow: hidden;
    border-radius: 10px;
}

.homepage-ui .support-grid-ui:hover {
    box-shadow: 
        0 15px 30px rgba(94,170,168,0.4),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px);
}

.homepage-ui .support-grid-ui:hover::before {
    opacity: 1;
}

.homepage-ui .support-grid-ui:active::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0.3;
}

.our-story-ui {
    overflow: hidden;
    background: rgb(194,161,212);
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.our-story-ui::after {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    left: 0;
    content: "";
    z-index: -1;
}

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

.our-story-ui .study-zone-ui::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(194,161,212,0.5), transparent);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
}

.our-story-ui .study-zone-ui::after {
    bottom: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185), rgb(194,161,212));
    left: 0;
    height: 4px;
    position: absolute;
}

.our-story-ui .learn-guides-ui .pic-float-ui {
    width: 280px;
    height: 350px;
    border-radius: 10px;
    border: 5px solid rgb(194,161,212);
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    position: relative;
}

.our-story-ui .learn-zone-ui {
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.our-story-ui h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 25px 0;
}

.our-story-ui p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}

.our-story-ui .virtual-academy-ui {
    display: flex;
    padding-top: 20px;
    margin-bottom: 20px;
    grid-area: logo;
    align-items: center;
    border-top: 1px solid rgba(rgb(194,161,212), 0.1);
}

.sign-up-ui {
    perspective: 1000px;
    position: relative;
    background: rgb(215,205,228);
    padding: 6rem 2rem;
    overflow: hidden;
}

.sign-up-ui .study-zone-ui {
    position: relative;
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    transform-style: preserve-3d;
}

.sign-up-ui .support-panel-ui {
    background: #ffffff;
    padding: 3.5rem 3rem;
    position: relative;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    width: 70%;
    box-shadow: 
        30px 30px 0px rgb(194,161,212,0.5),
        -30px -30px 0px rgb(110,110,185,0.5);
    transition: transform 0.5s ease;
}

.sign-up-ui .input_holder {
    transform: translateZ(30px);
    flex-direction: column;
    gap: 2rem;
    display: flex;
}

.sign-up-ui input[type="email"]:focus {
    outline: none;
    transform: skewY(-2deg);
    border-color: rgb(194,161,212);
    box-shadow: 10px 10px 0px rgb(110,110,185,0.5);
}

.sign-up-ui input[type="submit"] {
    transition: all 0.3s ease;
    background: rgb(194,161,212);
    text-transform: uppercase;
    align-self: flex-end;
    position: relative;
    border: none;
    transform-origin: right center;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 20px;
    transform: skewY(0deg);
    font-weight: 600;
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
}

.sign-up-ui .support-panel-ui::after {
    opacity: 0.2;
    height: 100px;
    background: rgb(194,161,212);
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    position: absolute;
    content: "";
    width: 100px;
    left: -50px;
    bottom: -50px;
}

.sign-up-ui .input_holder::after {
    bottom: 20%;
    content: "";
    border: 2px solid rgb(194,161,212);
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite reverse;
    left: -25px;
}

.privacy-refuge-ui h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.privacy-refuge-ui h3, .privacy-refuge-ui h4, .privacy-refuge-ui h5, .privacy-refuge-ui h6 {
    text-align: center;
    margin: 1rem 0;
}

.privacy-refuge-ui ul, .privacy-refuge-ui ol {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}

.privacy-refuge-ui span {
    font-weight: 600;
}

.privacy-refuge-ui div {
    margin-bottom: 20px;
}


.learning-impact-ui {
    position: relative;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, #ffffff 100%);
    padding: 120px 0 140px;
    overflow: hidden;
}

.learning-impact-ui::after {
    filter: blur(80px);
    content: "";
    width: 200px;
    bottom: -40px;
    z-index: 0;
    background: rgb(110,110,185,0.5);
    transform: rotate(25deg);
    position: absolute;
    opacity: 0.3;
    height: 200px;
    right: -60px;
}

.learning-impact-ui h5:hover {
    transform: translateY(-5px);
}

.learning-impact-ui h5::after {
    width: 80px;
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    bottom: -15px;
}

.learning-impact-ui .study-zone-ui:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(2deg);
}

.learning-impact-ui .study-zone-ui > div:first-child {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.learning-impact-ui .pic-float-ui {
    height: auto;
    width: 100%;
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.learning-impact-ui .text-container-ui {
    width: 100%;
}

.learning-impact-ui .text-container-ui li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    transform: translateY(0);
    padding-left: 40px;
    position: relative;
}

.learning-impact-ui .text-container-ui li p {
    font-weight: 400;
    position: relative;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.learning-impact-ui .text-container-ui li:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.learning-impact-ui .text-container-ui li:hover svg path {
    fill: rgb(110,110,185);
}

.learning-impact-ui .text-container-ui li:nth-child(even) {
    padding-right: 15px;
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
}

.learning-impact-ui .text-container-ui li:hover::before {
    width: 100%;
}

.teacher-profile-ui {
    padding: 5rem 2rem;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(to bottom, rgb(215,205,228), rgb(194,161,212,0.5) 120%);
    position: relative;
}

.teacher-profile-ui .client-feedback-ui {
    max-width: 500px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
}

.teacher-profile-ui .client-feedback-ui:hover {
    transform: translateY(-15px);
}

.teacher-profile-ui .pic-float-ui::after {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(194,161,212,0.5) 100%);
    top: 0;
    height: 100%;
    left: 0;
    border-radius: 24px 24px 0 0;
}

.teacher-profile-ui .work-table-ui {
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    transform: translateZ(0);
    border-radius: 24px;
    padding: 70px 2rem 2rem;
    margin-top: -50px;
    position: relative;
}

.teacher-profile-ui .work-table-ui::after {
    opacity: 0.2;
    filter: blur(15px);
    background: rgb(110,110,185,0.5);
    right: 20px;
    bottom: 20px;
    animation: float-blob 10s infinite alternate;
    width: 60px;
    height: 60px;
    content: "";
    border-radius: 20% 40% 50% 30%;
    position: absolute;
}

.teacher-profile-ui .work-table-ui > div:nth-child(2) {
    font-size: 19px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    color: rgb(110,110,185);
    transition: all 0.4s ease 0.1s;
    position: relative;
    transform: translateY(0);
    opacity: 0.8;
    font-weight: 600;
}

.teacher-profile-ui .client-feedback-ui:hover .work-table-ui > div:nth-child(2)::after {
    width: 100px;
}

.teacher-profile-ui .client-feedback-ui:hover .exp-flex-ui {
    opacity: 1;
    transform: translateY(0);
}

.thankYouWeb-ui {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(194,161,212,0.5), rgb(110,110,185,0.5));
    padding: 120px 0;
}

.thankYouWeb-ui::after {
    bottom: -10%;
    transform: rotate(25deg) skew(-15deg);
    position: absolute;
    width: 40%;
    background: rgb(110,110,185);
    height: 80%;
    pointer-events: none;
    right: -5%;
    opacity: 0.05;
    content: "";
}

.thankYouWeb-ui .study-zone-ui {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 60px 50px;
}

.thankYouWeb-ui .study-zone-ui:hover::before {
    transform: scaleY(1);
}

.thankYouWeb-ui .study-zone-ui > div:first-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.thankYouWeb-ui .study-zone-ui:hover h5 {
    transform: translateY(-5px);
}

.thankYouWeb-ui h5::after {
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185));
    transform: scaleX(0.7);
    height: 3px;
    content: "";
    bottom: -8px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    left: 0;
    transform-origin: left center;
}

.thankYouWeb-ui a:hover {
    transform: translateX(5px);
}

.thankYouWeb-ui a:hover p {
    color: rgb(194,161,212);
}

.thankYouWeb-ui a::before {
    transform: skewX(-15deg);
    background: linear-gradient(90deg, #ffffff, rgb(110,110,185,0.5), #ffffff);
    pointer-events: none;
    position: absolute;
    content: "";
    height: 100%;
    left: -100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    opacity: 0.3;
    top: 0;
}

.program-offerings-ui::before {
    width: 45%;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    background: linear-gradient(225deg, rgb(194,161,212,0.5) 0%, transparent 80%);
    content: "";
    right: 0;
}

.program-offerings-ui .learn-plan-ui {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.program-offerings-ui .pic-float-ui::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
}

.program-offerings-ui .pic-float-ui:hover {
    transform: perspective(1000px) rotateY(0);
}

.program-offerings-ui .text-container-ui {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s ease;
    transform: translateY(0);
}

.program-offerings-ui h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #000000;
}

.program-offerings-ui h3::after {
    position: absolute;
    background: rgb(194,161,212);
    bottom: 0;
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
}

.program-offerings-ui span.description {
    display: none;
}

.cookie-verify-ui {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.consent-learn-ui {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookie-popup-board-ui {
    display: none;
}

.consent-learn-ui svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(194,161,212);
    width: 60px;
    height: 60px;
}

.track-prefs-ui h5 {
    color: rgb(194,161,212);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
}

.cookies-tech-ui:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.cookie-message-banner-ui p a {
    text-decoration: underline;
    color: rgb(194,161,212);
}

.cookie-message-banner-ui p a:hover {
    color: #000000;
}


.aspiring-learners-ui {
    background: linear-gradient(180deg, rgb(215,205,228) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.aspiring-learners-ui {
    padding: 100px 0;
}

.aspiring-learners-ui .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}

.aspiring-learners-ui .study-zone-ui {
    perspective: 1000px;
    position: relative;
}

.aspiring-learners-ui h4 {
    font-size: 29px;
    left: 50%;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    display: inline-block;
    color: #000000;
    transform: translateX(-50%);
}

.aspiring-learners-ui h4 {
    margin-bottom: 60px;
    font-size: calc(29px * 0.9);
}

.aspiring-learners-ui div > div {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
}

.aspiring-learners-ui div > div {
    gap: 30px;
}

.aspiring-learners-ui p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}

.aspiring-learners-ui p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}



.aspiring-learners-ui p::before {
    content: "";
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,205,228) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.aspiring-learners-ui p:hover::before {
    opacity: 1;
}

.aspiring-learners-ui p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    margin-right: 15px;
    transform: translateZ(10px);
    height: 28px;
    width: 28px;
}

.aspiring-learners-ui p:hover svg path {
    fill: rgb(110,110,185);
}

.aspiring-learners-ui::after {
    content: "";
    left: 0;
    background: linear-gradient(to top, #ffffff, transparent);
    pointer-events: none;
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: 1;
}



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



@media (max-width: 992px) {.contact-form-section-ui .pic-float-ui {
    opacity: 0.3;
    height: 40%;
    width: 100%;
}.contact-form-section-ui .query-card-ui {
    max-width: 700px;
    flex-direction: column;
}.contact-form-section-ui .support-map-ui,
    .contact-form-section-ui .query-query-ui {
    padding: 40px;
    width: 100%;
}
}



@media (max-width: 576px) {.contact-form-section-ui {
    padding: 60px 0;
}.contact-form-section-ui h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact-form-section-ui .support-map-ui,
    .contact-form-section-ui .query-query-ui {
    padding: 25px 20px;
}.contact-form-section-ui input[type="text"],
    .contact-form-section-ui textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact-form-section-ui .support-grid-ui {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 767px) {.price-item-element-ui {
    padding: 80px 0;
}.price-item-element-ui .indv-sub-ui {
    grid-template-columns: 1fr;
}.price-item-element-ui h2 {
    font-size: calc(29px - 2px);
}.price-item-element-ui .payment-plan-ui {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.price-item-element-ui .cost-breakdown-ui p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(12px - 3px);
}.price-item-element-ui .cost-breakdown-ui p::-webkit-scrollbar {
    width: 3px;
}.price-item-element-ui .cost-breakdown-ui p::-webkit-scrollbar-thumb {
    background: rgb(110,110,185);
}
}



@media (max-width: 576px) {.statistical-data-ui {
    padding: 3rem 0;
}.statistical-data-ui ul {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.statistical-data-ui .fast-gain-ui div {
    padding: 1.5rem 1rem;
}.statistical-data-ui .fast-gain-ui p {
    font-size: calc(33px * 0.9);
    margin-bottom: 0.5rem;
}.statistical-data-ui .fast-gain-ui span {
    margin-top: 0.8rem;
    font-size: calc(17px * 0.9);
}.statistical-data-ui h4 {
    font-size: 20px;
    padding-bottom: 1.2rem;
}.statistical-data-ui h4::before {
    height: 2px;
    width: 60px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .instant-learning-ui {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .inclusion-ui {
    padding: 50px 0 20px;
}footer .header-main-ui h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .head-top-ui::before, footer .subscribe_holder::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .instant-learning-ui {
    padding: 12px;
}}



@media (max-width: 767px) {header .site-top-ui {
    gap: 1.5rem;
}header .site-main-ui {
    padding: 0.4rem 1rem;
}header .site-main-ui svg {
    width: 130px;
}header .header-main-ui {
    gap: 0.5rem;
}header .head-study-ui {
    font-size: calc(16px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media screen and (max-width: 1200px) {.homepage-ui h1 {
    max-width: 80%;
    font-size: calc(47px * 1.1);
}.homepage-ui .text-container-ui {
    max-width: 500px;
}
}



@media screen and (max-width: 992px) {.homepage-ui .study-zone-ui {
    padding: 10% 5%;
}.homepage-ui h1 {
    max-width: 90%;
    font-size: 47px;
}.homepage-ui .text-container-ui {
    max-width: 450px;
    padding: 2rem;
}.homepage-ui svg {
    height: 70px;
    width: 70px;
}
}



@media screen and (max-width: 576px) {.homepage-ui {
    height: auto;
    min-height: 100vh;
}.homepage-ui .study-zone-ui {
    padding: 25% 5% 15%;
}.homepage-ui h1 {
    font-size: calc(47px * 0.8);
}.homepage-ui h1::after {
    width: 60px;
    bottom: -10px;
}.homepage-ui .text-container-ui {
    border-radius: 0 10px 10px 0;
    padding: 1.5rem;
}.homepage-ui svg {
    width: 60px;
    height: 60px;
}.homepage-ui .support-grid-ui {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 767px) {.our-story-ui {
    padding: 60px 0;
}.our-story-ui .study-zone-ui {
    padding: 30px 20px;
    gap: 25px;
}.our-story-ui .learn-guides-ui .pic-float-ui {
    height: 280px;
    margin-bottom: 30px;
    width: 220px;
}.our-story-ui .learn-culture-ui {
    max-width: 220px;
    padding: 15px 20px;
}.our-story-ui h2 {
    font-size: calc(30px * 0.85);
}
}



@media screen and (max-width: 480px) {.our-story-ui {
    padding: 40px 0;
}.our-story-ui .study-zone-ui {
    padding: 25px 15px;
    gap: 20px;
}.our-story-ui .learn-guides-ui .pic-float-ui {
    margin-bottom: 25px;
    border-width: 3px;
    width: 180px;
    height: 230px;
}.our-story-ui .learn-culture-ui {
    padding: 12px 15px;
    max-width: 180px;
}.our-story-ui .learn-zone-ui {
    font-size: calc(22px * 0.9);
}.our-story-ui .team-bios-ui {
    font-size: calc(18px * 0.9);
}.our-story-ui .virtual-academy-ui svg {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}.our-story-ui h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
}.our-story-ui p {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 480px) {.sign-up-ui {
    padding: 3rem 1rem;
}.sign-up-ui .support-panel-ui {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(194,161,212,0.5),
            -5px -5px 0px rgb(110,110,185,0.5);
}.sign-up-ui h3 {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: calc(21px * 0.8);
}.sign-up-ui input[type="email"] {
    padding: 1rem;
}.sign-up-ui input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}}



@media (min-width: 768px) {.learning-impact-ui {
    padding: 150px 0 180px;
}.learning-impact-ui .study-zone-ui {
    border-left: 6px solid rgb(194,161,212);
    flex-direction: row;
    padding: 60px;
}.learning-impact-ui .study-zone-ui > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.learning-impact-ui .text-container-ui {
    width: 60%;
    padding-left: 40px;
}.learning-impact-ui .text-container-ui ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}.learning-impact-ui h5 {
    margin-bottom: 80px;
    font-size: calc(21px * 1.1);
}.learning-impact-ui h5::after {
    width: 120px;
    height: 5px;
}
}



@media (max-width: 768px) {.teacher-profile-ui .pic-float-ui {
    height: 250px;
    width: 100%;
}}



@media (min-width: 992px) {.thankYouWeb-ui {
    padding: 150px 0;
}.thankYouWeb-ui .study-zone-ui {
    padding: 80px 70px;
    margin: 0 auto;
    max-width: 85%;
    transform: perspective(1000px) rotateX(2deg);
}.thankYouWeb-ui h5 {
    font-size: calc(20px * 1.15);
    line-height: 1.3;
}.thankYouWeb-ui p {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}.thankYouWeb-ui h5::after {
    width: 100px;
}
}



@media (max-width: 575px) {.thankYouWeb-ui {
    padding: 60px 0;
}.thankYouWeb-ui .study-zone-ui {
    padding: 30px 20px;
    transform: none;
}.thankYouWeb-ui h5 {
    line-height: 1.5;
    font-size: calc(20px * 0.85);
}.thankYouWeb-ui p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.thankYouWeb-ui h5::after {
    height: 2px;
    width: 60px;
}}



@media (min-width: 992px) {.program-offerings-ui .learn-plan-ui {
    gap: 60px;
}.program-offerings-ui .pic-float-ui {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    height: 500px;
}.program-offerings-ui .text-container-ui {
    padding: 50px;
    transform: translateX(-80px);
}.program-offerings-ui .text-container-ui:hover {
    transform: translateX(-90px) translateY(0);
}.program-offerings-ui h3 {
    margin-bottom: 30px;
}.program-offerings-ui .description {
    font-size: calc(12px * 1.05);
    max-height: 400px;
    line-height: 1.9;
}
}


@media (max-width: 1200px) {.track-prefs-ui h5 {
    font-size: calc(19px - 2px);
}.track-prefs-ui p {
    font-size: calc(14px - 2px);
}.cookies-tech-ui {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}


@media (max-width: 800px) {.cookie-verify-ui {
    flex-direction: column;
    align-items: center;
}.consent-learn-ui {
    margin-bottom: 15px;
}.track-prefs-ui {
    margin-bottom: 20px;
    text-align: center;
}.cookies-tech-ui {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 576px) {.aspiring-learners-ui {
    padding: 60px 0;
}.aspiring-learners-ui h4 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.aspiring-learners-ui h4::before {
    height: 2px;
}.aspiring-learners-ui h4::after {
    bottom: 8px;
}.aspiring-learners-ui div > div {
    gap: 20px;
}.aspiring-learners-ui p {
    padding: 15px;
    font-size: calc(18px * 0.9);
}.aspiring-learners-ui p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(194,161,212,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }


    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }



@keyframes slide-in {
    0% { transform: translateY(40px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}



@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



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



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}


    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }

