header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    width: 100%;
    background: linear-gradient(to bottom, rgb(215,205,228), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
}

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

.inclusion-ui {
    flex: 0 0 auto;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1124px;
}

.contact-form-section-ui::before {
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,161,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(110,110,185,0.5) 0%, transparent 40%);
    width: 100%;
    content: '';
    z-index: 1;
    top: 0;
    opacity: 0.2;
    left: 0;
}

.contact-form-section-ui .pic-float-ui {
    opacity: 0.7;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 50%;
}

.contact-form-section-ui .pic-float-ui::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

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

.contact-form-section-ui .query-card-ui {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(30, 30, 30, 0.7);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(194,161,212,0.5),
        0 0 20px rgb(110,110,185,0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    border-radius: 28px;
    max-width: 1100px;
}

.contact-form-section-ui input[type="text"]:focus,
.contact-form-section-ui textarea:focus {
    border-color: rgb(194,161,212);
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(194,161,212,0.5);
}

.contact-form-section-ui input[type="text"]::placeholder,
.contact-form-section-ui textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-section-ui textarea {
    height: 140px;
    resize: none;
}

.contact-form-section-ui .reach-list-ui input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-form-section-ui .reach-list-ui label::before {
    content: '';
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgb(194,161,212,0.5);
    border: 1px solid rgb(194,161,212);
    border-radius: 10px;
}

.contact-form-section-ui .reach-list-ui input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    content: '';
    height: 12px;
    position: absolute;
    border: solid #ffffff;
    top: 5px;
}

.contact-form-section-ui .support-grid-ui {
    border: none;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background: rgb(194,161,212);
    box-shadow: 0 0 15px rgb(194,161,212,0.5);
    overflow: hidden;
    padding: 15px 35px;
    position: relative;
    color: #ffffff;
}

.contact-form-section-ui .support-grid-ui:hover::before {
    left: 100%;
}

.contact-form-section-ui .query-query-ui::before {
    width: 100%;
    position: absolute;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 0%, transparent 100%);
    top: 0;
    content: '';
    height: 100%;
}

.contact-form-section-ui .query-query-ui h4::after {
    position: absolute;
    bottom: -10px;
    width: 50px;
    content: '';
    left: 0;
    box-shadow: 0 0 5px rgb(194,161,212);
    height: 2px;
    background: rgb(194,161,212);
}

.contact-form-section-ui .help-list-ui li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}

.contact-form-section-ui .help-list-ui svg {
    margin-top: 2px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}

.contact-form-section-ui .help-list-ui li:hover svg path {
    fill: rgb(110,110,185);
    filter: drop-shadow(0 0 5px rgb(110,110,185));
}

.contact-form-section-ui .help-list-ui a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.price-item-element-ui {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.price-item-element-ui .lesson-plans-ui {
    position: relative;
}

.price-item-element-ui h2::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    background: rgb(110,110,185);
    content: "";
    height: 3px;
}

.price-item-element-ui .indv-sub-ui {
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.price-item-element-ui .indv-sub-ui li:hover {
    transform: translateY(-10px);
}

.price-item-element-ui .edu-packages-ui {
    padding: 40px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(110,110,185);
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.price-item-element-ui .edu-packages-ui::after {
    opacity: 0.1;
    top: -30px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    right: -30px;
    background: rgb(110,110,185);
    width: 100px;
}

.price-item-element-ui .cost-breakdown-ui h4::after {
    background: rgb(110,110,185);
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
}

.price-item-element-ui .cost-breakdown-ui p {
    line-height: 1.5;
    opacity: 0.85;
    color: #ffffff;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    font-size: calc(12px - 2px);
    word-break: break-word;
    flex-grow: 1;
    word-wrap: break-word;
}

.price-item-element-ui .fee-deals-ui::before {
    content: "";
    height: 1px;
    top: -1px;
    width: 30%;
    left: 0;
    position: absolute;
    background: rgb(110,110,185);
}

.statistical-data-ui::before {
    background: linear-gradient(120deg, rgb(194,161,212,0.5) 10%, transparent 80%);
    transform: rotate(-15deg);
    right: -10%;
    top: -10%;
    z-index: 0;
    opacity: 0.5;
    content: "";
    width: 50%;
    height: 70%;
    filter: blur(40px);
    position: absolute;
}

.statistical-data-ui .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
    position: relative;
}

.statistical-data-ui .fast-gain-ui {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 240, 245, 0.7));
    transform: translateY(0);
    backdrop-filter: blur(8px);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.06),
                -8px -8px 20px rgba(255, 255, 255, 0.8),
                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:hover::before {
    transform: scaleX(1);
}

.statistical-data-ui .fast-gain-ui div {
    padding: 2.5rem 1.8rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.statistical-data-ui .fast-gain-ui p {
    font-size: calc(33px * 1.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 700;
    color: rgb(194,161,212);
    margin: 0 0 0.8rem;
    display: inline-block;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.9),
                -1px -1px 2px rgba(0, 0, 0, 0.05);
}

.statistical-data-ui .fast-gain-ui span {
    transition: color 0.3s ease;
    color: #000000;
    margin-top: 1rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    font-size: 17px;
}

.statistical-data-ui h4::before {
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    height: 3px;
    position: absolute;
    content: "";
}

.study-process-ui::before {
    top: -30%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    height: 100%;
    filter: blur(120px);
    border-radius: 50%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.25;
    left: -30%;
    position: absolute;
    background: rgb(194,161,212,0.5);
}

.study-process-ui .study-zone-ui {
    align-items: center;
    display: grid;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.study-process-ui .study-zone-ui {
    gap: 2rem;
    grid-template-columns: 1fr;
}

.study-process-ui h3::before {
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185));
    transform: scaleX(0);
    left: 0;
    top: -1rem;
    border-radius: 10px;
    width: 4rem;
    position: absolute;
    height: 4px;
    transform-origin: left;
    content: "";
    animation: expandLine 1s 0.4s forwards ease-out;
}

.study-process-ui h3::before,
    .study-process-ui h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.study-process-ui span::before {
    position: absolute;
    background: rgb(110,110,185);
    animation: pulse 3s infinite;
    top: 0;
    width: 8px;
    left: -5px;
    content: "";
    border-radius: 50%;
    height: 8px;
}

.study-process-ui span::before,
    .study-process-ui span::after {
    left: 50%;
    transform: translateX(-50%);
}

.study-process-ui span::before {
    top: -5px;
    left: 50%;
}

footer {
    width: 100%;
    position: relative;
}

footer .inclusion-ui {
    overflow: hidden;
    background-color: rgb(110,110,185);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
}

footer .intern-opp-ui {
    z-index: 1;
    position: relative;
}

footer .message-card-ui {
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}

footer .info_item {
    flex: 1 1 200px;
    max-width: 300px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px 20px 15px 25px;
    position: relative;
    background-color: rgb(110,110,185,0.5);
}

footer .info_item:nth-child(even) {
    background-color: rgb(194,161,212,0.5);
}

footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

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

footer .header-main-ui {
    position: relative;
}

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

footer .site-navbar-ui a {
    border-radius: 0 5px 5px 0;
    margin: 0 10px 10px 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    background-color: rgb(110,110,185,0.5);
    padding: 10px 15px;
    font-size: 15px;
}

footer .site-navbar-ui a:hover::before {
    width: 5px;
}

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

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 24px;
}

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

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(194,161,212);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .instant-learning-ui::after {
    left: -100%;
    width: 200%;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    transform: rotate(30deg);
    position: absolute;
    height: 200%;
    top: -50%;
}

footer .instant-learning-ui:hover::after {
    left: 100%;
}

footer .policy-links-ui {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

footer .qna-board-ui {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

header::before {
    width: 100%;
    opacity: 0.5;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(194,161,212,0.5) 65%, 
        rgb(194,161,212,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(110,110,185,0.5) 75%, 
        rgb(110,110,185,0.5) 80%, 
        transparent 80%);
    top: 0;
}

header .site-main-ui::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    height: 200%;
    transition: opacity 0.3s ease;
    opacity: 0;
}

header .site-main-ui:hover svg {
    transform: scale(1.03);
}

header .header-main-ui {
    gap: 0.6rem;
    width: 100%;
    flex-wrap: wrap;
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

header .head-study-ui::before {
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(194,161,212), rgb(110,110,185));
}

header .head-study-ui:hover::before {
    transform: scaleX(1);
}

.homepage-ui {
    overflow: hidden;
    height: 100vh;
    background: radial-gradient(ellipse at 70% 70%, rgb(110,110,185,0.5), #000000);
    position: relative;
}

.homepage-ui::after {
    opacity: 0.08;
    transform: rotate(-3deg);
    content: "";
    z-index: 2;
    height: 40%;
    left: -5%;
    right: -5%;
    position: absolute;
    background: linear-gradient(to top, rgb(110,110,185) 0%, transparent 100%);
    bottom: -5%;
}

.homepage-ui .pic-float-ui {
    transform: scale(1.05);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    filter: saturate(0.8) contrast(1.1) brightness(0.5);
    height: 100%;
    animation: subtle-scale 25s ease-in-out infinite alternate;
    z-index: 0;
}

.homepage-ui .study-zone-ui {
    padding: 8% 5%;
    grid-template-rows: auto auto;
    gap: 2rem;
    display: grid;
    height: 100%;
    align-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    grid-template-columns: 1fr;
    max-width: 1400px;
}

.homepage-ui h1::after {
    animation-delay: 0.8s;
    width: 80px;
    bottom: -15px;
    left: 0;
    transform-origin: left;
    animation: line-grow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(110,110,185) 0%, transparent 100%);
}

.homepage-ui .text-container-ui::before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    left: 0;
    height: 1px;
    right: 0;
}

.homepage-ui .text-container-ui::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.3), transparent);
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    height: 1px;
}

.homepage-ui .course-head-ui {
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    justify-content: center;
}

.homepage-ui svg:hover {
    transform: rotate(0deg) scale(1.05);
}

.homepage-ui svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.homepage-ui svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}

.homepage-ui h6 {
    margin: 0;
    text-align: center;
}

.homepage-ui .support-grid-ui::before {
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(94,170,168) 0%, rgb(110,110,185) 100%);
}

.homepage-ui .support-grid-ui::after {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    opacity: 0;
    z-index: -1;
    width: 10px;
    background: rgba(255,255,255,0.8);
    content: "";
    height: 10px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    position: absolute;
}

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

.our-story-ui::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(0deg, rgb(194,161,212) 30%, transparent 70%),
        linear-gradient(90deg, rgb(194,161,212) 0%, transparent 50%, rgb(194,161,212) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    content: "";
    top: 0;
}

.our-story-ui .study-zone-ui {
    gap: 40px;
    overflow: hidden;
    background: rgb(215,205,228);
    grid-template-areas: 
        "text photo"
        "logo photo";
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    padding: 60px;
    position: relative;
}

.our-story-ui .learn-guides-ui {
    flex-direction: column;
    display: flex;
    padding-left: 40px;
    align-items: center;
    grid-area: photo;
    justify-content: center;
}

.our-story-ui .learn-culture-ui {
    text-align: center;
    padding: 20px 30px;
    background: rgb(110,110,185);
    max-width: 280px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.our-story-ui .team-bios-ui {
    opacity: 0.9;
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

.our-story-ui .text-container-ui {
    flex-direction: column;
    grid-area: text;
    display: flex;
    justify-content: center;
}

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

.our-story-ui .virtual-academy-ui svg {
    fill: rgb(194,161,212);
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.our-story-ui .virtual-academy-ui svg path {
    fill: rgb(194,161,212);
}

.sign-up-ui::before {
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(194,161,212,0.5) 49%, rgb(194,161,212,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(110,110,185,0.5) 49%, rgb(110,110,185,0.5) 51%, transparent 51%);
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    width: 100%;
}

.sign-up-ui .support-panel-ui:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.sign-up-ui h3 {
    position: relative;
    color: #000000;
    transform: translateZ(20px);
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 21px;
    border-left: 5px solid rgb(194,161,212);
    font-weight: 700;
}

.sign-up-ui input[type="email"] {
    font-family: Arial, sans-serif;
    transform: skewY(0deg);
    transform-origin: left center;
    border: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
}

.sign-up-ui input[type="submit"]:hover {
    background: rgb(110,110,185);
    box-shadow: -10px 10px 0px rgb(194,161,212,0.5);
    transform: skewY(2deg);
}

.sign-up-ui .support-panel-ui::before {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0.2;
    background: rgb(110,110,185);
    top: -50px;
    right: -50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    content: "";
}

.sign-up-ui .input_holder::before {
    height: 50px;
    right: -25px;
    content: "";
    animation: float 6s ease-in-out infinite;
    position: absolute;
    opacity: 0.3;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    border: 2px solid rgb(110,110,185);
    top: 20%;
    width: 50px;
}

.privacy-refuge-ui {
    padding: 50px;
    gap: 30px;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(194,161,212), rgb(110,110,185));
    display: flex;
    flex-direction: column;
}

.privacy-refuge-ui h2 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    margin-top: 30px;
}

.privacy-refuge-ui p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.privacy-refuge-ui ul li, .privacy-refuge-ui ol li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.learning-impact-ui::before {
    content: "";
    background: rgb(194,161,212,0.5);
    width: 300px;
    filter: blur(100px);
    z-index: 0;
    height: 300px;
    transform: rotate(-15deg);
    top: -50px;
    position: absolute;
    opacity: 0.4;
    left: -100px;
}

.learning-impact-ui h5 {
    transition: transform 0.5s ease-out;
    max-width: 800px;
    margin-left: auto;
    z-index: 2;
    line-height: 1.4;
    position: relative;
    color: #000000;
    margin-right: auto;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 60px;
    font-size: 21px;
    font-weight: 700;
}

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

.learning-impact-ui .study-zone-ui {
    transform: perspective(1000px) rotateX(0deg);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    padding: 40px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    border-left: 4px solid rgb(194,161,212);
    gap: 40px;
}

.learning-impact-ui .study-zone-ui:hover .pic-float-ui {
    transform: scale(1.05);
}

.learning-impact-ui .text-container-ui ul {
    padding: 0;
    gap: 20px;
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}

.learning-impact-ui .text-container-ui li:hover {
    transform: translateY(-3px);
    opacity: 1;
}

.learning-impact-ui .text-container-ui li svg {
    width: 24px;
    position: absolute;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 2px;
    left: -40px;
}

.learning-impact-ui .text-container-ui li svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,161,212);
}

.learning-impact-ui .text-container-ui li:nth-child(odd) {
    padding-left: 45px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
}

.learning-impact-ui .text-container-ui li::before {
    position: absolute;
    width: 0;
    transition: width 0.4s ease-out;
    height: 2px;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    left: 0;
    content: "";
    bottom: -5px;
}

.teacher-profile-ui::before {
    opacity: 0.3;
    height: 100%;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(110,110,185,0.5) 0,
        rgb(110,110,185,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}

.teacher-profile-ui .pic-float-ui {
    width: 80%;
    transition: all 0.5s ease;
    border-radius: 24px 24px 0 0;
    margin: 0 auto;
    z-index: 3;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: relative;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
}

.teacher-profile-ui .client-feedback-ui:hover .pic-float-ui {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}

.teacher-profile-ui .work-table-ui::before {
    right: 0;
    background: linear-gradient(90deg, 
                rgb(194,161,212), 
                rgb(110,110,185), 
                rgb(194,161,212));
    content: "";
    background-size: 200% 100%;
    position: absolute;
    height: 6px;
    border-radius: 10px 10px 0 0;
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    top: 0;
}

.teacher-profile-ui .name {
    font-size: 33px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 0.5rem;
    color: rgb(194,161,212);
    opacity: 0.9;
}

.teacher-profile-ui .work-table-ui > div:nth-child(2)::after {
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(110,110,185,0.5);
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
}

.teacher-profile-ui .exp-flex-ui {
    transition: all 0.5s ease 0.2s;
    font-style: italic;
    border-left: 3px solid rgb(110,110,185,0.5);
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    opacity: 0.7;
    padding: 1rem 0 0 1.5rem;
    position: relative;
    transform: translateY(10px);
}

.thankYouWeb-ui::before {
    top: -10%;
    left: -5%;
    position: absolute;
    content: "";
    width: 50%;
    background: #ffffff;
    pointer-events: none;
    height: 70%;
    opacity: 0.03;
    transform: rotate(-15deg) skew(15deg);
}

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

.thankYouWeb-ui .study-zone-ui:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thankYouWeb-ui .study-zone-ui::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left center;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    transform: scaleY(0);
    width: 6px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,161,212), rgb(110,110,185));
}

.thankYouWeb-ui h5 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.4;
}

.thankYouWeb-ui .study-zone-ui:hover h5::after {
    transform: scaleX(1);
}

.thankYouWeb-ui a {
    text-decoration: none;
    transition: transform 0.4s ease;
    position: relative;
    display: block;
    overflow: hidden;
}

.thankYouWeb-ui p {
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.8;
}

.thankYouWeb-ui a:hover::before {
    left: 200%;
}

.program-offerings-ui {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgba(240, 240, 245, 0.9) 100%);
    overflow: hidden;
}

.program-offerings-ui::after {
    content: "";
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 50%, rgb(194,161,212) 100%);
    height: 8px;
    bottom: 0;
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
}

.program-offerings-ui .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    padding: 0 20px;
}

.program-offerings-ui .pic-float-ui {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
}

.program-offerings-ui .pic-float-ui::after {
    width: 80px;
    height: 80px;
    border-top: 4px solid rgb(110,110,185);
    z-index: 2;
    top: -10px;
    position: absolute;
    border-right: 4px solid rgb(110,110,185);
    right: -10px;
    content: "";
}

.program-offerings-ui .text-container-ui:hover {
    transform: translateY(-5px);
}

.program-offerings-ui .text-container-ui::before {
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(194,161,212), rgb(110,110,185));
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.program-offerings-ui .description {
    margin-bottom: 20px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 15px;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

.cookie-message-banner-ui {
    background: rgb(215,205,228);
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 1050;
    padding: 20px;
    bottom: 0;
    border-top: 3px solid rgb(194,161,212);
    font-family: Arial, sans-serif;
}

#cookie-popup-board-ui:checked ~ .cookie-message-banner-ui {
    visibility: hidden;
    opacity: 0;
}

.track-prefs-ui {
    margin-right: 20px;
    flex-grow: 1;
}

.track-prefs-ui p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}

.cookies-tech-ui {
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
}

.cookies-tech-ui {
    border: 1px solid rgb(194,161,212);
    background-color: rgb(194,161,212);
    color: #ffffff;
}

.aspiring-learners-ui::before {
    top: 0;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(194,161,212,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(194,161,212,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(194,161,212,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
}

.aspiring-learners-ui h4::before {
    bottom: 0;
    height: 3px;
    width: 50%;
    border-radius: 3px;
    position: absolute;
    background: rgb(194,161,212);
    left: 25%;
    content: "";
}

.aspiring-learners-ui h4::after {
    content: "";
    background: rgb(110,110,185,0.5);
    bottom: 10px;
    height: 1px;
    left: 15%;
    border-radius: 1px;
    position: absolute;
    width: 70%;
}

.aspiring-learners-ui p {
    display: flex;
    padding: 25px;
    z-index: 1;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    color: #000000;
    align-items: flex-start;
    transform: translateZ(0) rotateX(0) rotateY(0);
    font-size: 18px;
    background: #ffffff;
}

.aspiring-learners-ui p {
    padding: 20px;
}

.aspiring-learners-ui p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.aspiring-learners-ui p svg path {
    fill: rgb(194,161,212);
    transition: fill 0.3s ease;
}

.aspiring-learners-ui p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.aspiring-learners-ui p span {
    transform: translateZ(5px);
}

.program-offerings-ui .description::-webkit-scrollbar {
    width: 4px;
}

.program-offerings-ui .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.program-offerings-ui .description::-webkit-scrollbar-thumb {
    background: rgb(194,161,212,0.5);
    border-radius: 10px;
}


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



@media (max-width: 768px) {.contact-form-section-ui {
    padding: 80px 0;
}.contact-form-section-ui h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.contact-form-section-ui .support-map-ui,
    .contact-form-section-ui .query-query-ui {
    padding: 30px;
}.contact-form-section-ui form h3,
    .contact-form-section-ui .query-query-ui h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}
}



@media (min-width: 992px) {.price-item-element-ui .indv-sub-ui {
    grid-template-columns: repeat(4, 1fr);
}.price-item-element-ui .edu-packages-ui {
    padding: 35px 25px;
}.price-item-element-ui h2 {
    font-size: calc(29px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.price-item-element-ui .indv-sub-ui {
    grid-template-columns: repeat(2, 1fr);
}.price-item-element-ui {
    padding: 100px 0;
}
}



@media (max-width: 480px) {.price-item-element-ui .edu-packages-ui {
    padding: 30px 20px;
}.price-item-element-ui h2 {
    font-size: calc(29px - 4px);
}.price-item-element-ui .fee-deals-ui {
    font-size: calc(22px + 2px);
}}



@media (max-width: 992px) {.statistical-data-ui {
    padding: 4rem 0;
}.statistical-data-ui ul {
    gap: 2rem;
    margin-bottom: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical-data-ui .fast-gain-ui div {
    padding: 2rem 1.5rem;
}.statistical-data-ui .fast-gain-ui p {
    font-size: calc(33px * 1.1);
}
}



@media (max-width: 768px) {.statistical-data-ui {
    padding: 3.5rem 0;
}.statistical-data-ui ul {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.statistical-data-ui .fast-gain-ui div {
    padding: 1.8rem 1.2rem;
}
}



@media (max-width: 480px) {.statistical-data-ui ul {
    margin-right: auto;
    max-width: 280px;
    grid-template-columns: 1fr;
    margin-left: auto;
}.statistical-data-ui .fast-gain-ui:hover {
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.study-process-ui {
    padding: 6rem 2rem;
}.study-process-ui .study-zone-ui {
    gap: 2rem;
}.study-process-ui h3 {
    font-size: calc(36px * 0.9);
}.study-process-ui span {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {footer .inclusion-ui {
    padding: 60px 0 30px;
}footer .message-card-ui {
    margin-bottom: 40px;
}footer .head-top-ui, footer .subscribe_holder {
    padding: 25px 20px;
}footer .site-navbar-ui a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .policy-links-ui {
    margin-top: 40px;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .site-main-ui {
    padding: 0.5rem 1.2rem;
}header .site-main-ui svg {
    width: 140px;
}header .header-main-ui {
    gap: 0.5rem;
}header .head-study-ui {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .site-top-ui {
    gap: 1rem;
}header .site-main-ui svg {
    width: 120px;
}header .header-main-ui {
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .header-main-ui::-webkit-scrollbar {
    height: 3px;
}header .header-main-ui::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194,161,212);
}header .head-study-ui {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}



@media screen and (max-width: 768px) {.homepage-ui .study-zone-ui {
    padding: 15% 5%;
}.homepage-ui h1 {
    font-size: calc(47px * 0.9);
    max-width: 100%;
}.homepage-ui .text-container-ui {
    padding: 1.8rem;
    max-width: 100%;
}.homepage-ui p {
    font-size: 16px;
}.homepage-ui .support-grid-ui {
    padding: 0.9rem 2rem;
}
}



@media screen and (max-width: 992px) {.our-story-ui {
    padding: 80px 0;
}.our-story-ui .study-zone-ui {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "pic-float-ui"
            "text"
            "logo";
    padding: 40px 30px;
    gap: 30px;
}.our-story-ui .study-zone-ui::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background: linear-gradient(to right, transparent, rgb(194,161,212,0.5), transparent);
}.our-story-ui .learn-guides-ui {
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(rgb(194,161,212), 0.1);
}.our-story-ui .text-container-ui {
    text-align: center;
}.our-story-ui h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our-story-ui .virtual-academy-ui {
    justify-content: center;
    padding-top: 0;
    border-top: none;
}
}



@media (max-width: 992px) {.sign-up-ui .support-panel-ui {
    box-shadow: 
            20px 20px 0px rgb(194,161,212,0.5),
            -20px -20px 0px rgb(110,110,185,0.5);
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    width: 85%;
}
}



@media (max-width: 768px) {.sign-up-ui {
    padding: 4rem 1.5rem;
}.sign-up-ui .support-panel-ui {
    width: 100%;
    transform: none;
    padding: 2.5rem 2rem;
    box-shadow: 
            10px 10px 0px rgb(194,161,212,0.5),
            -10px -10px 0px rgb(110,110,185,0.5);
}.sign-up-ui h3 {
    font-size: calc(21px * 0.9);
    transform: none;
}.sign-up-ui .input_holder {
    transform: none;
}.sign-up-ui .support-panel-ui::before,
    .sign-up-ui .support-panel-ui::after,
    .sign-up-ui .input_holder::before,
    .sign-up-ui .input_holder::after {
    display: none;
}
}


@media only screen and (max-width: 800px) {.privacy-refuge-ui {
    padding: 30px 15px;
}.privacy-refuge-ui h1 {
    font-size: calc(24px - 10px);
}.privacy-refuge-ui h2 {
    font-size: calc(24px - 8px);
}.privacy-refuge-ui p, .privacy-refuge-ui li {
    font-size: calc(14px - 2px);
}}



@media (min-width: 992px) {.learning-impact-ui .study-zone-ui {
    padding: 70px;
}.learning-impact-ui .study-zone-ui > div:first-child {
    width: 45%;
}.learning-impact-ui .text-container-ui {
    width: 55%;
    padding-left: 50px;
}.learning-impact-ui .pic-float-ui {
    height: 450px;
}
}



@media (max-width: 767px) {.learning-impact-ui {
    padding: 80px 0 100px;
}.learning-impact-ui h5 {
    padding: 0 15px;
    margin-bottom: 40px;
    font-size: calc(21px * 0.9);
}.learning-impact-ui .study-zone-ui {
    padding: 30px 20px;
}.learning-impact-ui .pic-float-ui {
    margin-bottom: 20px;
    height: 250px;
}.learning-impact-ui .text-container-ui li {
    margin-bottom: 15px;
}.learning-impact-ui .text-container-ui li p {
    font-size: calc(16px * 0.95);
}}



@media (min-width: 1200px) {.thankYouWeb-ui .study-zone-ui {
    max-width: 75%;
}
}



@media (max-width: 991px) {.thankYouWeb-ui {
    padding: 100px 0;
}.thankYouWeb-ui .study-zone-ui {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.thankYouWeb-ui {
    padding: 80px 0;
}.thankYouWeb-ui .study-zone-ui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thankYouWeb-ui h5 {
    font-size: calc(20px * 0.9);
}
}



@media (min-width: 768px) {.program-offerings-ui {
    padding: 120px 0;
}.program-offerings-ui .learn-plan-ui {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program-offerings-ui .pic-float-ui {
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
}.program-offerings-ui .text-container-ui {
    transform: translateX(-50px);
    z-index: 4;
}.program-offerings-ui .text-container-ui:hover {
    transform: translateX(-60px) translateY(0);
}.program-offerings-ui h3 {
    font-size: 34px;
}.program-offerings-ui .description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.program-offerings-ui {
    padding: 60px 0;
}.program-offerings-ui::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
    width: 100%;
}.program-offerings-ui .pic-float-ui {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.program-offerings-ui .text-container-ui {
    margin-top: -30px;
    padding: 25px 20px;
}.program-offerings-ui h3 {
    padding-bottom: 12px;
    font-size: calc(24px * 1.05);
    margin-bottom: 20px;
}.program-offerings-ui .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    max-height: 200px;
}}



@media (max-width: 768px) {.aspiring-learners-ui {
    padding: 80px 0;
}.aspiring-learners-ui h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.aspiring-learners-ui div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.aspiring-learners-ui p {
    padding: 18px;
}.aspiring-learners-ui p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.aspiring-learners-ui p:nth-child(odd),
    .aspiring-learners-ui p:nth-child(even) {
    animation: none;
    transform: none;
}.aspiring-learners-ui p:hover {
    transform: translateY(-5px);
}.aspiring-learners-ui p:hover svg {
    transform: scale(1.2);
}.aspiring-learners-ui::after {
    height: 100px;
}
}



@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}



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



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



@keyframes subtle-scale {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.1); }
}



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



@keyframes line-grow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



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

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



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


    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }

