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

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

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    left: 0;
    position: fixed;
    background: rgb(233,241,241);
}

.title_page .edu_hero::before {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
    rgb(186,210,213,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(125,176,186,0.5) 100%);
    z-index: 1;
    height: 100%;
    backdrop-filter: blur(2px);
    animation: gradientShift 15s infinite alternate;
    left: 0;
    top: 0;
    position: absolute;
}

.title_page .mission_why {
    position: relative;
    display: grid;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    z-index: 10;
    animation: fadeInSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateX(2deg);
    border-left: 4px solid rgb(125,176,186);
    width: 90%;
    padding: 5rem 2rem;
    gap: 2rem;
    max-width: 1100px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.title_page .mission_why::after {
    animation: floatElement 8s ease-in-out infinite alternate-reverse;
    bottom: -20px;
    height: 120px;
    width: 120px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(25px);
    background: rgb(125,176,186);
    content: "";
    right: -30px;
    opacity: 0.5;
    position: absolute;
}

.title_page .mission_why > div:nth-child(3) {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.6s;
    transform: translateX(-70px);
}

.title_page p::before {
    top: 0;
    width: 3px;
    background: rgb(125,176,186);
    left: 0;
    transform-origin: top;
    animation: scaleVertical 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: absolute;
    transform: scaleY(0);
    animation-delay: 1s;
    height: 100%;
    content: "";
}

.title_page h1.title_style_header::after {
    position: absolute;
    transform-origin: left;
    background: rgb(125,176,186);
    height: 4px;
    left: 0;
    animation-delay: 1.2s;
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    bottom: -10px;
    width: 80px;
}

.title_page h3 {
    margin: 0;
    max-width: 90%;
    font-size: calc(20px * 1.1);
    opacity: 0.9;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}

.education_history {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,241,241), rgba(245, 247, 250, 0.9));
}

.education_history::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(125,176,186,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    height: 200%;
    top: -50%;
    z-index: 1;
    width: 70%;
    right: -20%;
}

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

.education_history .user_opinions:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.education_history .user_opinions > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}

.education_history .user_opinions:hover .profile_photo {
    transform: rotate(1deg) scale(1.03);
}

.education_history .profile_photo::before {
    top: -15px;
    background: linear-gradient(135deg, rgb(125,176,186,0.5), transparent);
    right: -15px;
    position: absolute;
    left: -15px;
    content: "";
    bottom: -15px;
    opacity: 0.2;
    transition: transform 0.8s ease;
    transform: rotate(-3deg);
    z-index: -1;
    border-radius: 20px;
}

.education_history .user_opinions > div:nth-child(2)::after {
    left: 50%;
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(125,176,186), transparent);
    bottom: 0;
}

.education_history .user_opinions > div:nth-child(2) > div {
    display: inline-block;
    position: relative;
    color: rgb(125,176,186);
    background: linear-gradient(120deg, rgba(rgb(125,176,186,0.5), 0.05), rgba(rgb(125,176,186,0.5), 0.15));
    backdrop-filter: blur(2px);
    border-radius: 4px;
    letter-spacing: 0.3px;
    font-size: calc(17px * 0.95);
    font-weight: 600;
    padding: 5px 15px;
}

.education_history .work_area::before {
    top: -20px;
    font-size: 80px;
    font-family: serif;
    color: rgb(125,176,186);
    left: 10px;
    opacity: 0.1;
    content: "";
    position: absolute;
}

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

footer .donate_btn::before {
    position: absolute;
    left: 0;
    height: 20px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(186,210,213) 25%, rgb(125,176,186) 25%, rgb(125,176,186) 50%, rgb(186,210,213) 50%, rgb(186,210,213) 75%, rgb(125,176,186) 75%);
    width: 100%;
}

footer .info_item {
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    justify-content: flex-start;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    flex: 1 1 250px;
}

footer .info_item::after {
    transition: width 0.3s ease;
    bottom: 0;
    height: 3px;
    content: "";
    left: 0;
    background-color: rgb(186,210,213);
    position: absolute;
    width: 0;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
}

footer .head_lesson {
    padding: 0 25px;
    position: relative;
}

footer .gift_card {
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.6;
}

footer .site_study h5 {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

footer .nav_tutor {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

footer .nav_tutor a:hover {
    background-color: rgb(186,210,213);
    transform: translateY(-3px);
    color: #ffffff;
}

footer .subscribe_holder {
    background-color: rgb(125,176,186,0.5);
    border-radius: 22px;
    padding: 30px 25px;
    position: relative;
}

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

footer .input_holder::before {
    position: absolute;
    top: -10px;
    content: "";
    z-index: -1;
    right: -10px;
    background-color: rgb(186,210,213);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    opacity: 0.1;
}

footer .input_holder input[type="email"] {
    color: rgb(125,176,186);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .sub_tile {
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(186,210,213);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    padding: 15px;
}

footer .sub_tile:hover {
    background-color: rgb(125,176,186);
}

footer .encrypt_cta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.study_process {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,241,241) 0%, #ffffff 100%);
}

.study_process::after {
    animation: float 12s infinite ease-in-out;
    height: 250px;
    opacity: 0.08;
    transform: rotate(-15deg);
    top: -50px;
    position: absolute;
    background: rgb(186,210,213,0.5);
    right: -50px;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: 0;
    width: 250px;
}

.study_process .learn_pro:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.study_process .learn_pro > div {
    position: relative;
    max-width: 800px;
}

.study_process .learn_pro > div::before {
    content: "";
    height: 100%;
    top: 0;
    width: 4px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(186,210,213), rgb(125,176,186));
    left: -2rem;
    position: absolute;
    transform-origin: top;
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.study_process h3::after {
    background: rgb(125,176,186);
    height: 3px;
    transform-origin: left;
    width: 80px;
    bottom: -0.5rem;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.study_process p span {
    padding-right: 0.5rem;
    display: inline-block;
    position: relative;
}




.study_process .learn_pro:hover::after {
    z-index: -1;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    height: 200px;
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    background: radial-gradient(circle, rgb(125,176,186,0.5) 0%, transparent 70%);
    opacity: 0.1;
    transform: translate(-50%, -50%);
    width: 200px;
    content: "";
}

header:after {
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.4;
    bottom: 0;
    background-size: 20px 20px;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(233,241,241) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(233,241,241) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(233,241,241) 25%, transparent 25%),
        linear-gradient(45deg, rgb(233,241,241) 25%, transparent 25%);
    width: 100%;
    height: 100%;
    content: '';
}

header .container:before {
    opacity: 0.7;
    top: 50%;
    width: 8px;
    position: absolute;
    background: rgb(186,210,213);
    content: '';
    height: 8px;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}

header .main_page {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .site_study {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}

header .site_study:before {
    position: absolute;
    left: 0;
    width: 100%;
    transform: scaleX(0.9);
    transform-origin: center;
    content: '';
    bottom: -8px;
    background: rgb(186,210,213);
    height: 2px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .first_section:before {
    width: 100%;
    bottom: 0;
    background: rgb(186,210,213);
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
}

header .first_section:hover {
    color: rgb(186,210,213);
}

header .first_section:hover:before {
    transform: translateX(0);
}

header .first_section:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .nav_pagebar:before {
    border-radius: 10px;
    border: 2px solid transparent;
    height: 100%;
    background: linear-gradient(rgb(233,241,241), rgb(233,241,241)) padding-box,
                linear-gradient(135deg, rgb(186,210,213), rgb(125,176,186)) border-box;
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    opacity: 0;
    top: 0;
}

header .nav_pagebar:hover:before {
    opacity: 1;
}

header .nav_pagebar svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}

.appPanel::before {
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}

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

.appPanel h2 {
    color: rgb(186,210,213);
    transform-origin: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 29px;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
    position: relative;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.5px;
}

.appPanel .learn_pro::before {
    width: 100%;
    height: 6px;
    background-size: 200% 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(186,210,213), rgb(125,176,186), rgb(186,210,213));
    animation: gradientShift 6s infinite linear;
    top: 0;
}

.appPanel .learn_pro:hover h2::after {
    width: 120px;
}

.appPanel li {
    position: relative;
    padding-left: 25px;
}

.appPanel li:hover::before {
    transform: rotate(225deg) scale(1.2);
}

.appPanel span {
    padding: 10px 0;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: calc(16px + 2px);
    position: relative;
    color: #000000;
    line-height: 1.7;
    display: block;
    font-family: Arial, sans-serif;
}

.tariff_plan {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}

.tariff_plan::before {
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}

.tariff_plan h2 {
    display: inline-block;
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
}

.tariff_plan .class_deals {
    margin-bottom: 40px;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    transform: translateX(10px);
    max-width: 80%;
    line-height: 1.6;
}

.tariff_plan .learn_offers li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tariff_plan .trial_pricing {
    display: block;
    color: #000000;
    position: relative;
    text-decoration: none;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}

.tariff_plan .trial_pricing:hover .tuition_grid {
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.tariff_plan .trial_pricing:hover .tuition_grid::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}

.tariff_plan .learning_fee {
    flex: 1;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.tariff_plan .learning_fee h4::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    transform: skewX(-15deg);
    width: 40px;
    left: 0;
    background: rgb(125,176,186);
}

.tariff_plan .learning_fee p {
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 25px;
}

.tariff_plan .trial_pricing:hover .basic_cost {
    transform: translateY(-5px);
    color: rgb(186,210,213);
}

.company_info {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
}

.company_info::before {
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    right: 0;
    bottom: 0;
}

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

.company_info .text_dock::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(186,210,213,0.5) 0%, 
        transparent 100%);
    left: 0;
    opacity: 0.05;
    content: "";
}

.company_info .text_dock > div:first-child {
    margin-bottom: 10px;
    position: relative;
}

.company_info .text_dock > div:first-child::after {
    width: 60px;
    height: 2px;
    background: rgb(186,210,213);
    left: 0;
    content: "";
    position: absolute;
    bottom: -5px;
    transition: width 0.4s ease;
}

.company_info p {
    font-size: calc(16px * 1.2);
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.6;
    transform: translateX(-10px);
    margin: 0 0 25px;
    opacity: 0;
    color: #ffffff;
}

.company_info ol {
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    counter-reset: item;
    transform: translateY(20px);
    margin: 30px 0 0;
    list-style-type: none;
    opacity: 0;
    padding-left: 0;
}

.future_learners {
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}

.future_learners::after {
    width: 100%;
    content: '';
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(186,210,213,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(125,176,186,0.5) 49%, transparent 51%);
    position: absolute;
    height: 100%;
    background-size: 60px 60px;
    opacity: 0.05;
    top: 0;
    left: 0;
}

.future_learners h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    padding: 0 20px;
    display: inline-block;
    font-size: 29px;
    margin-bottom: 70px;
}

.future_learners h3::after {
    right: -60px;
}

.future_learners ul {
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    gap: 40px;
    padding: 0;
    justify-content: center;
    display: flex;
}

.future_learners ul li {
    background-color: #ffffff;
    position: relative;
    width: calc(33.333% - 27px);
    border-radius: 19px;
    min-width: 280px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
    overflow: hidden;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    padding: 40px 30px;
    gap: 20px;
    z-index: 1;
    align-items: flex-start;
    display: flex;
}



.future_learners ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}

.future_learners ul li:hover::before {
    opacity: 1;
}

.future_learners ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.future_learners ul li svg {
    width: 50px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    height: 50px;
    position: relative;
}

.future_learners ul li:hover svg path {
    fill: rgb(125,176,186);
}

.future_learners ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.future_learners ul li:nth-child(4) {
    animation-delay: 0.55s;
}

.future_learners ul li:nth-child(6) {
    animation-delay: 0.85s;
}

.future_learners ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}

.cookieUsageContainer {
    z-index: 1000;
    width: 100%;
    border-top: 1px solid rgb(186,210,213);
    background-color: rgb(233,241,241);
    padding: 20px 0;
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
}

.cookieUsageContainer .cookie_panel svg {
    height: 60px;
    fill: rgb(186,210,213);
    width: 60px;
}

.cookieUsageContainer .visitor_privacy p {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}

.cookieUsageContainer .cookie_expand:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.cookieUsageContainer .cookie_expand:active {
    transform: translateY(1px);
    box-shadow: none;
}


#cookieDialogWindow {
    display: none;
}

#cookieDialogWindow:checked ~ .cookieUsageContainer {
    visibility: hidden;
    opacity: 0;
}

.join_our_mailing_list::before {
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    content: "";
}

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

.join_our_mailing_list .learn_pro:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join_our_mailing_list h4 {
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    transform: translateX(-10px);
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    margin-bottom: 2rem;
    color: #ffffff;
}

.join_our_mailing_list .input_holder {
    flex-wrap: wrap;
    opacity: 0;
    display: flex;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    gap: 1rem;
    transform: translateY(10px);
    position: relative;
}

.join_our_mailing_list .input_holder input[type="email"] {
    border-left: 3px solid transparent;
    outline: none;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
    background: #ffffff;
    padding: 1rem 1.5rem;
}

.join_our_mailing_list .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}

.join_our_mailing_list .input_holder .connect_reach::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    top: 0;
    left: -100%;
    transition: all 0.6s ease;
}

.join_our_mailing_list .input_holder .connect_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.course_structure {
    position: relative;
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}

.course_structure::after {
    opacity: 0.2;
    transform: rotate(45deg);
    z-index: 0;
    height: 200%;
    background: linear-gradient(45deg, rgb(186,210,213,0.5) 0%, transparent 70%);
    width: 200%;
    top: -50%;
    animation: gradientRotate 20s infinite linear;
    content: "";
    position: absolute;
    left: -50%;
}

.course_structure .container {
    position: relative;
    z-index: 5;
}

.course_structure .learn_pro {
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    align-items: center;
    flex-wrap: wrap;
    border-radius: 23px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(186,210,213,0.5);
}

.course_structure .head_lesson {
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(0deg);
    display: inline-block;
}

.course_structure .head_lesson svg path {
    fill: rgb(186,210,213);
    transition: fill 0.3s ease;
}

.course_structure .job_success h3 {
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 31px;
    transform-style: preserve-3d;
}

.course_structure .job_success p {
    color: #ffffff;
    position: relative;
    max-width: 100%;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    margin-bottom: 30px;
}

.course_structure .profile_photo::before {
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    animation: overlayPulse 8s infinite alternate;
    background: linear-gradient(45deg, rgb(186,210,213,0.5) 0%, transparent 70%);
}

.privacy_garrison {
    background: linear-gradient(135deg, rgb(233,241,241) 0%, rgba(255,255,255,0.98) 100%);
    padding: 5rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.privacy_garrison .container {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    border-left: 4px solid rgb(186,210,213);
    transform-style: preserve-3d;
    max-width: 1140px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    margin: 0 auto;
    padding: 2rem;
    transform: translateZ(0) rotateX(0.5deg);
}

.privacy_garrison h1::after {
    position: absolute;
    height: 4px;
    transform: scaleX(1);
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(186,210,213) 0%, rgb(125,176,186) 100%);
    transform-origin: left;
    left: 0;
    width: 80px;
    transition: transform 0.4s ease-out;
}

.privacy_garrison h2:hover {
    transform: translateX(5px);
}

.privacy_garrison h3 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: calc(19px * 1.2);
    padding-bottom: 0.5rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
}

.privacy_garrison h4::before {
    background-color: rgb(186,210,213);
    top: 50%;
    content: "";
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    left: 0;
    position: absolute;
}

.privacy_garrison p:hover {
    transform: translateZ(5px);
}

.privacy_garrison strong {
    background: linear-gradient(to bottom, transparent 85%, rgb(125,176,186,0.5) 85%, rgb(125,176,186,0.5) 100%);
    color: #000000;
    display: inline-block;
    padding: 0 2px;
    position: relative;
    font-weight: 600;
}

.privacy_garrison ul li:hover {
    transform: translateX(5px);
}

.privacy_garrison ul li::before {
    position: absolute;
    top: 0.65rem;
    height: 6px;
    background-color: rgb(186,210,213);
    left: 0;
    width: 6px;
    content: "";
    border-radius: 50%;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
}

.privacy_garrison span:hover {
    border-left-color: rgb(125,176,186);
    transform: translateX(5px);
}

.metrics_summary {
    background: rgb(233,241,241);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.metrics_summary::before {
    top: 0;
    width: 100%;
    opacity: 0.6;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(120deg, rgb(186,210,213,0.5) 0%, transparent 30%),
        linear-gradient(240deg, rgb(125,176,186,0.5) 0%, transparent 30%);
}

.metrics_summary h2::after {
    width: 60px;
    transform: translateX(-50%);
    background: rgb(186,210,213);
    content: "";
    position: absolute;
    bottom: -20px;
    height: 3px;
    left: 50%;
}

.metrics_summary .statistics_zone {
    margin: 0 20px 80px;
    transition: transform 0.4s ease;
    position: relative;
    height: 200px;
    flex: 0 0 calc(50% - 100px);
    transform-style: preserve-3d;
    perspective: 1000px;
    border-radius: 11px;
}

.metrics_summary .statistics_zone:hover::before {
    transform: rotate(0deg);
}

.metrics_summary .statistics_zone::after {
    border-radius: 50%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 80px;
    background: rgb(186,210,213,0.5);
    right: -20px;
    opacity: 0.2;
    transition: transform 0.4s ease;
    height: 80px;
    top: -20px;
}

.metrics_summary .statistics_zone:nth-child(even)::after {
    left: -20px;
    right: auto;
    background: rgb(125,176,186,0.5);
}

.metrics_summary .statistics_zone:nth-child(even) p {
    color: rgb(125,176,186);
    left: 30px;
    right: auto;
}

.metrics_summary .statistics_zone span {
    bottom: 30px;
    line-height: 1.5;
    font-size: 16px;
    left: 30px;
    max-width: 70%;
    color: #000000;
    position: absolute;
}

.metrics_summary .statistics_zone:nth-child(2) {
    animation: fadeInUp 0.8s 0.3s both;
}

.metrics_summary .statistics_zone:nth-child(2) {
    --i: 2;
}

.metrics_summary .statistics_zone:nth-child(4) {
    animation: fadeInUp 0.8s 0.7s both;
}

.metrics_summary .statistics_zone:nth-child(4) {
    --i: 4;
}

.metrics_summary .statistics_zone:nth-child(2)::before {
    animation: float 7s ease-in-out infinite;
}

.metrics_summary .statistics_zone:nth-child(4)::before {
    animation: float 9s ease-in-out infinite;
}

.contact_section::before {
    position: absolute;
    background: rgb(233,241,241);
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    opacity: 0.85;
    height: 100%;
}

.contact_section .inquiry_reach {
    overflow: hidden;
    background: #ffffff;
    border-radius: 25px;
    z-index: 10;
    position: relative;
    grid-row: 1 / 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    grid-column: 3 / 11;
}

.contact_section .inquiry_reach div {
    align-items: center;
    padding: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.contact_section .inquiry_reach svg path {
    fill: rgb(186,210,213);
}

.contact_section .inquiry_reach a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(186,210,213);
}

.contact_section .inquiry_block {
    background: rgb(186,210,213);
    grid-row: 2 / 4;
    margin-top: -100px;
    padding: 170px 0 100px;
    grid-column: 1 / 13;
}

.contact_section form h3 {
    font-size: 31px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}

.contact_section form input[type="text"],
.contact_section form input[type="email"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px solid rgb(233,241,241);
    background: #ffffff;
}

.contact_section .query_request {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}

.contact_section .query_request input[type="checkbox"]:checked {
    background-color: rgb(186,210,213);
    border-color: rgb(186,210,213);
}

.contact_section .query_request input[type="checkbox"]:checked::before {
    content: '';
    width: 6px;
    border: solid #ffffff;
    height: 10px;
    left: 7px;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
}

.contact_section .query_request a:hover {
    color: rgb(125,176,186);
}

.contact_section .connect_reach {
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px;
    padding: 18px 20px;
    cursor: pointer;
    background: rgb(186,210,213);
    border: none;
}


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



@media (min-width: 992px) {.title_page .mission_why {
    transform: perspective(1500px) rotateX(2deg) translateX(30px);
    width: 80%;
    gap: 3rem;
    padding: 6rem 5rem;
}.title_page .mission_why::before {
    top: -20px;
    left: -50px;
    width: 100px;
    height: 100px;
}.title_page .mission_why::after {
    width: 150px;
    height: 150px;
    right: -40px;
}.title_page h1.title_style_header {
    line-height: 1.1;
}.title_page p {
    transform: skewX(-7deg);
}.title_page h3 {
    max-width: 70%;
}.title_page h3::before {
    right: -40px;
    width: 60px;
}
}



@media (max-width: 767px) {.title_page .edu_hero {
    padding: 4rem 0;
    min-height: 100vh;
    height: auto;
}.title_page .mission_why {
    gap: 1.5rem;
    padding: 3rem 1.5rem;
}.title_page h1.title_style_header {
    font-size: calc(29px * 0.9);
}.title_page h3 {
    max-width: 100%;
    font-size: calc(19px * 1.1);
}}



@media (min-width: 992px) {.education_history .user_opinions {
    gap: 0 50px;
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: 
            "photo info quote";
}.education_history .profile_photo {
    transform: rotate(-3deg);
    height: 240px;
    width: 240px;
}.education_history .user_opinions:hover .profile_photo {
    transform: rotate(0) scale(1.05);
}.education_history .work_area {
    position: relative;
    padding: 30px;
    border-left: none;
    margin-top: 0;
    background: linear-gradient(135deg, rgba(rgb(125,176,186,0.5), 0.08), transparent);
}.education_history .work_area::before {
    left: 0;
}.education_history .work_area::after {
    right: 0;
}.education_history .work_area:before {
    left: -25px;
    background: linear-gradient(to bottom, rgb(125,176,186), transparent);
    width: 3px;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
}
}



@media (min-width: 768px) {footer .donate_btn {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_tile {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .message_us {
    position: relative;
    margin-bottom: 80px;
    top: 0;
}footer .donate_btn {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (max-width: 576px) {footer .site_study h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .nav_tutor a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}footer .input_holder input[type="email"],
    footer .sub_tile {
    padding: 12px;
}}



@media (max-width: 992px) {.study_process {
    padding: 4rem 0;
}.study_process .learn_pro {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.study_process h3 {
    font-size: calc(36px * 0.75);
}.study_process p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.study_process::after {
    width: 180px;
    height: 180px;
    right: -30px;
    top: -30px;
}
}



@media (max-width: 576px) {.study_process {
    padding: 3rem 0;
}.study_process .learn_pro {
    padding: 1.5rem;
    margin: 0 1rem;
}.study_process h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.65);
}.study_process p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.study_process .learn_pro > div::before {
    width: 2px;
    left: -1.25rem;
}.study_process::after {
    opacity: 0.06;
    height: 120px;
    width: 120px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .site_study {
    gap: 20px;
}header .nav_pagebar svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .site_study {
    flex-direction: column;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    background: rgb(233,241,241);
    position: fixed;
    max-width: 320px;
    top: 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 75px 30px 30px;
    gap: 5px;
    height: 100vh;
    right: -100%;
    z-index: 1001;
}header .site_study:before {
    left: 10%;
    bottom: auto;
    height: 1px;
    width: 80%;
    top: 60px;
}header .menu.active {
    right: 0;
}header .first_section {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
    width: 100%;
}header .first_section:last-child {
    border-bottom: none;
}header .first_section:after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
}header .first_section:hover:after {
    top: 50%;
    left: 5px;
    opacity: 1;
}header .nav_pagebar {
    margin: 0 auto;
}
}



@media (max-width: 991px) {.tariff_plan {
    padding: 80px 0;
}.group_plans {
    transform: perspective(1000px) rotateX(1deg);
}.tariff_plan .class_deals {
    transform: translateX(5px);
    max-width: 90%;
}.tariff_plan .learn_offers {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.tariff_plan .tuition_grid {
    min-height: 400px;
    padding: 25px;
}
}



@media (max-width: 480px) {.tariff_plan {
    padding: 40px 0;
}.tariff_plan h2 {
    font-size: calc(31px - 6px);
}.tariff_plan .learn_offers {
    margin-top: 20px;
}.tariff_plan .tuition_grid {
    padding: 15px;
}.tariff_plan .learning_fee h4 {
    margin-bottom: 15px;
    font-size: 19px;
}.tariff_plan .learning_fee p {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}}



@media (min-width: 768px) {.company_info {
    padding: 150px 0;
}.company_info .text_dock {
    max-width: 85%;
    margin-left: auto;
    padding: 60px;
}.company_info .text_dock::after {
    height: 80px;
    content: "";
    position: absolute;
    left: 40px;
    z-index: -1;
    width: 80px;
    opacity: 0.3;
    border: 1px solid rgb(186,210,213);
    top: -40px;
}.company_info ol {
    column-count: 1;
    column-gap: 40px;
}.company_info h5 {
    font-size: calc(22px * 1.2);
}
}



@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info .text_dock {
    padding: 30px 20px;
}.company_info h5 {
    font-size: 22px;
}.company_info p {
    font-size: 16px;
}.company_info li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 768px) {.future_learners ul li {
    max-width: 400px;
    width: 100%;
}.future_learners ul li:nth-child(3n+1),
    .future_learners ul li:nth-child(3n+2),
    .future_learners ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (prefers-reduced-motion: reduce) {.future_learners ul li {
    animation: none;
    opacity: 1;
}.future_learners ul li:hover {
    transform: none;
}.future_learners ul li:hover svg {
    transform: none;
}}


@media (max-width: 768px) {.cookieUsageContainer .cookie_panel {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieUsageContainer .cookie_expand {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}



@media screen and (max-width: 767px) {.join_our_mailing_list {
    padding: 4rem 0;
}.join_our_mailing_list .learn_pro {
    padding: 2rem;
}.join_our_mailing_list h4 {
    font-size: calc(18px * 0.9);
    text-align: center;
}.join_our_mailing_list h4::before {
    left: -15px;
}.join_our_mailing_list .input_holder {
    justify-content: center;
}.join_our_mailing_list .input_holder span {
    flex: 1 1 100%;
}
}



@media (hover: hover) {.course_structure .learn_pro:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(186,210,213);
    transform: translateY(-5px);
}.course_structure .profile_photo:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 768px) {.course_structure {
    padding: 50px 0;
}.course_structure .learn_pro {
    flex-direction: column-reverse;
}.course_structure .job_success {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_structure .profile_photo {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.course_structure .job_success h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.course_structure .job_success p {
    margin-bottom: 20px;
}.course_structure .head_lesson {
    margin-bottom: 15px;
}.course_structure .head_lesson svg {
    width: 90px;
}.course_structure .job_success h3::after {
    height: 2px;
    bottom: -10px;
    width: 60px;
}
}



@media screen and (max-width: 992px) {.privacy_garrison {
    padding: 3rem 1rem;
}.privacy_garrison .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.privacy_garrison .container:hover {
    transform: none;
}.privacy_garrison h1 {
    font-size: 46px;
}
}



@media screen and (max-width: 576px) {.privacy_garrison {
    padding: 1.5rem 0.5rem;
}.privacy_garrison .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy_garrison h1 {
    font-size: calc(46px * 0.8);
}.privacy_garrison h1::after {
    width: 60px;
    height: 3px;
}.privacy_garrison h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.privacy_garrison ul li {
    padding-left: 1.25rem;
}.privacy_garrison p:hover,
    .privacy_garrison ul li:hover,
    .privacy_garrison span:hover,
    .privacy_garrison h2:hover {
    transform: none;
}}



@media (max-width: 767px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .container {
    padding: 0 15px;
}.metrics_summary h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.metrics_summary ul {
    align-items: center;
    flex-direction: column;
}.metrics_summary .statistics_zone {
    height: 160px;
    width: 100%;
    margin: 0 0 40px;
    max-width: 320px;
    flex: 0 0 100%;
}.metrics_summary .statistics_zone p,
    .metrics_summary .statistics_zone:nth-child(even) p {
    font-size: calc(41px * 1.2);
    right: 20px;
    left: auto;
    top: 20px;
}.metrics_summary .statistics_zone span,
    .metrics_summary .statistics_zone:nth-child(even) span {
    text-align: left;
    left: 20px;
    right: auto;
    bottom: 20px;
}.metrics_summary .statistics_zone::before {
    transform: rotate(-1deg);
}
}



@media (max-width: 992px) {.contact_section .inquiry_reach {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact_section form {
    width: 80%;
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.contact_section .inquiry_reach {
    margin: 40px 15px 0;
}.contact_section .inquiry_reach h3 {
    padding: 25px 20px;
    font-size: calc(31px * 0.85);
}.contact_section .inquiry_block {
    padding: 130px 15px 60px;
}.contact_section form {
    padding: 30px 20px;
}.contact_section form input[type="text"],
    .contact_section form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}
}



@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}



@keyframes gradientShift {
  0% {
    opacity: 0.7;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.7;
    background-position: 100% 50%;
  }
}

@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



@keyframes fade-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}



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



@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}



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

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes slideUpForm {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

