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

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

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

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


.Stitle_board {
    position: relative;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgb(208,191,201,0.5) 100%);
    min-height: 100vh;
    perspective: 1000px;
    overflow: hidden;
    align-items: center;
}

.Stitle_board .vintro_head {
    transform-style: preserve-3d;
    width: 90%;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
}

.Stitle_board .vintro_head > div > div:first-child::before {
    background: linear-gradient(135deg, transparent 40%, rgb(208,191,201,0.5) 100%);
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
}

.Stitle_board .jgrowth_graph {
    overflow: hidden;
    height: 450px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) perspective(1000px) rotateY(0);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    position: relative;
}

.Stitle_board .jgrowth_graph > div {
    height: 100%;
    padding: 3rem;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 3;
    display: flex;
    position: relative;
    width: 100%;
}

.Stitle_board .title_style_header {
    line-height: 1.2;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    font-size: calc(40px * 1.1);
    opacity: 0;
    transform: translateY(40px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    max-width: 90%;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
}

.Lscholar_cta::after {
    height: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    content: '';
    top: 0;
}

.Lscholar_cta .info_item {
    max-width: 300px;
    flex: 1;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
}

.Lscholar_cta .info_item:hover {
    transform: translateY(-5px);
}

.Lscholar_cta .info_item:hover p,
.Lscholar_cta .info_item:hover a {
    color: rgb(208,191,201);
}

.Lscholar_cta .info_item svg {
    fill: rgb(208,191,201);
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}

.Lscholar_cta .Itop_study svg {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    height: auto;
}

.Lscholar_cta .hfirst_pagebar {
    display: flex;
    flex-direction: column;
    position: relative;
}

.Lscholar_cta .hfirst_pagebar h5 {
    font-weight: 600;
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: 23px;
}

.Lscholar_cta .hfirst_pagebar h5::after {
    background: linear-gradient(to right, rgb(208,191,201), transparent);
    height: 2px;
    bottom: 0;
    content: '';
    left: 0;
    width: 60px;
    position: absolute;
}

.Lscholar_cta .cmain_header a:hover {
    transform: translateX(8px);
    color: rgb(208,191,201);
    opacity: 1;
}

.Lscholar_cta .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(208,191,201,0.5), transparent 70%);
    z-index: -1;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.2;
    top: 0;
    position: absolute;
    width: 100%;
}

.Lscholar_cta .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 17px;
}

.Lscholar_cta .input_holder::before {
    content: '';
    top: -10px;
    left: -10px;
    z-index: -1;
    background: 
        radial-gradient(circle at bottom right, rgb(208,191,201,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(173,152,164,0.5) 0%, transparent 70%);
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    opacity: 0.1;
    border-radius: calc(10px + 10px);
    position: absolute;
    height: calc(100% + 20px);
}

.Lscholar_cta .Wsub_tips::after {
    top: 0;
    opacity: 0;
    height: 100%;
    left: 0;
    z-index: -2;
    content: '';
    transition: opacity 0.3s ease;
    background: rgb(173,152,164);
    width: 100%;
    position: absolute;
}

.Lscholar_cta .Wsub_tips:hover::after {
    opacity: 1;
}

.Lscholar_cta .xpatent_info {
    opacity: 0.7;
    font-size: 12px;
}

.eexplore_now {
    position: relative;
    background: linear-gradient(120deg, rgb(173,152,164,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

.eexplore_now .Nfast_track {
    align-items: center;
    position: relative;
    display: flex;
    padding: 0;
    z-index: 10;
    flex-direction: column;
}

.eexplore_now .zquery_panel {
    padding: 20px 50px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    overflow: hidden;
    z-index: 5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
}

.eexplore_now .zquery_panel:hover::before {
    opacity: 1;
}

.eexplore_now .zquery_panel::after {
    height: 100%;
    animation: shine 6s infinite;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-15deg);
    width: 30px;
    content: '';
    left: -100px;
}

#UcookieNoticeAlert:checked ~ .kcookie_popup_message {
    opacity: 0;
    visibility: hidden;
}

.kcookie_popup_message p a {
    text-decoration: none;
    color: rgb(208,191,201);
}



.Twrapper-padding .kcookie_popup_message {
    padding: 40px 0;
    border: none;
    box-shadow: rgb(173,152,164,0.5) 0px 0px 40px 39px;
    background: rgb(173,152,164);
}

.Twrapper-padding .mconsent_learn h5, .Twrapper-padding .mconsent_learn p {
    color: #ffffff;
}

.zwho_we_are::after {
    background-image: linear-gradient(30deg, rgb(208,191,201,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(208,191,201,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(173,152,164,0.5) 40%, transparent 40.5%);
    width: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    animation: backgroundShift 35s infinite alternate ease-in-out;
    content: "";
    background-size: 60px 60px;
    opacity: 0.05;
    top: 0;
}

.zwho_we_are .ytext_field:hover {
    transform: translateY(-5px);
}

.zwho_we_are .ytext_field::after {
    width: 20px;
    content: "";
    transform: rotate(45deg);
    bottom: -10px;
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    height: 20px;
    left: 40px;
    background: rgb(208,191,201);
}

.zwho_we_are .ytext_field div {
    position: relative;
    animation: fadeIn 1s ease-out 0.8s both;
    line-height: 1.8;
}

.zwho_we_are .ytext_field span {
    column-count: 1;
    opacity: 0.9;
    color: #ffffff;
    display: block;
    text-align: justify;
    column-gap: 40px;
    transition: opacity 0.3s ease;
    font-size: 13px;
}

.pcontact_box .treach_info {
    position: relative;
    display: flex;
}

.pcontact_box .gfeedback_request h3 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    position: relative;
    font-size: 28px;
}

.pcontact_box .gfeedback_request div {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    padding-bottom: 15px;
    display: flex;
}

.pcontact_box .gfeedback_request a:hover {
    opacity: 0.8;
}

.pcontact_box form {
    width: 100%;
}

.pcontact_box form h3::after {
    width: 60px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    background: rgb(208,191,201);
    content: '';
    left: 0;
}

.pcontact_box form input::placeholder {
    color: #9e9e9e;
}

.pcontact_box .khelp_grid {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}

.pcontact_box .khelp_grid input[type="checkbox"]:checked {
    border-color: rgb(208,191,201);
    background-color: rgb(208,191,201);
}

.pcontact_box .khelp_grid label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}

.pcontact_box .khelp_grid a {
    font-weight: 600;
    color: rgb(208,191,201);
    text-decoration: none;
    transition: color 0.3s ease;
}

.pcontact_box .zquery_panel:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

header .Anav_sitewrap {
    border-bottom-left-radius: 28px;
    overflow: visible;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(208,191,201,0.5) 0%, rgb(173,152,164) 100%);
    z-index: 100;
    padding: 1.5rem 2rem;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 0;
    display: flex;
    width: 100%;
}

header .Anav_sitewrap .Whead_prime {
    transition: transform 0.3s ease;
    position: relative;
}

header .Anav_sitewrap .Whead_prime a::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
    background: rgb(173,152,164);
    transition: transform 0.3s ease;
    left: 0;
    bottom: 0;
}

.wthanksCard {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(208,191,201,0.5), rgb(173,152,164,0.5));
}

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

.wthanksCard .Nfast_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.wthanksCard .Nfast_track:hover::before {
    transform: scaleY(1);
}

.wthanksCard .Nfast_track > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.wthanksCard .Nfast_track:hover h5 {
    transform: translateY(-5px);
}

.wthanksCard h5::after {
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    position: absolute;
    bottom: -8px;
    transform-origin: left center;
    left: 0;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.7);
}

.wthanksCard a:hover::before {
    left: 200%;
}

.Qtraining_specialist {
    position: relative;
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(233,225,230) 0%, rgb(173,152,164,0.5) 100%);
}

.Qtraining_specialist::after {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 50%;
    background: #ffffff;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    opacity: 0.1;
}

.Qtraining_specialist .bjob_content {
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    width: 100%;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    background: #ffffff;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    padding: 70px 30px 30px;
}

.Qtraining_specialist .name::after {
    position: absolute;
    background: rgb(173,152,164);
    width: 50px;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.Qtraining_specialist .Qemp_highlights::before,
.Qtraining_specialist .Qemp_highlights::after {
    width: 30px;
    background: rgb(173,152,164,0.5);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 30px;
}

.Qtraining_specialist .Qemp_highlights::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}

header .top_plank .jtop_learnings {
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 21px;
}

.Vcourse_offering .bgrow_skills {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}

.Vcourse_offering .ytext_field .description {
    text-align: center;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
}

.Vcourse_offering .ytext_field .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.uprivacy_container {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, rgb(233,225,230) 0%, rgba(255,255,255,0.95) 100%);
}



.uprivacy_container .container {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(0.5deg);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 5px 10px rgba(0,0,0,0.02);
    position: relative;
    padding: 3rem;
    max-width: 1140px;
    z-index: 2;
}

.uprivacy_container h2 {
    font-size: 29px;
    margin: 2.5rem 0 1.5rem;
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-weight: 600;
    border-left: 3px solid rgb(208,191,201);
    color: #000000;
}

.uprivacy_container h3 {
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    border-left: 2px solid rgb(173,152,164);
    padding-left: 0.8rem;
    position: relative;
    color: #000000;
    font-size: calc(29px * 0.8);
}

.uprivacy_container p strong {
    font-weight: 600;
    color: rgb(208,191,201);
    display: inline-block;
    position: relative;
}

.uprivacy_container ul {
    list-style-type: none;
    position: relative;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
}

.uprivacy_container ul::before {
    width: 1px;
    transform-origin: top;
    top: 0;
    background: linear-gradient(to bottom, rgb(208,191,201,0.5), transparent);
    position: absolute;
    left: 0.8rem;
    transform: scaleY(0.95);
    content: "";
    bottom: 0;
}

.itariff_feature {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.itariff_feature h2 {
    animation: fadeSlideUp 0.7s ease forwards;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    font-size: 29px;
    color: #ffffff;
    letter-spacing: 1px;
}

.itariff_feature .vtuition_grid li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
    animation: fadeSlideUp 0.8s ease forwards;
    transform: translateY(30px);
}

.itariff_feature .rannual_fee:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.itariff_feature .rannual_fee:hover::before {
    transform: scaleX(1);
}

.itariff_feature .ipricing_card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: 100%;
}

.itariff_feature .Hmonthly_rate h4 {
    font-weight: 600;
    margin-top: 0;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.itariff_feature .Uprogram_rate {
    display: inline-block;
    background: linear-gradient(135deg, rgb(208,191,201,0.5), rgb(173,152,164,0.5));
    color: #ffffff;
    border-radius: 10px;
    margin-top: auto;
    font-size: calc(22px + 4px);
    font-weight: 700;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    align-self: flex-start;
}



@media (min-width: 992px) {.Stitle_board .vintro_head {
    width: 85%;
}.Stitle_board .vintro_head > div {
    grid-gap: 4rem;
}.Stitle_board .vintro_head > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    padding: 3.5rem 3rem;
}.Stitle_board .vintro_head > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg) translateY(-15px);
}.Stitle_board .jgrowth_graph {
    height: 550px;
    transform: perspective(1000px) rotateY(2deg);
}.Stitle_board .jgrowth_graph:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-10px);
}.Stitle_board .jgrowth_graph > div {
    padding: 4rem;
}.Stitle_board .title_style_header::after {
    width: 100px;
}
}



@media (max-width: 991px) {.Lscholar_cta {
    padding: 5rem 0 2rem;
}.Lscholar_cta .Fcontact_support {
    justify-content: center;
    flex-wrap: wrap;
}.Lscholar_cta .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.Lscholar_cta .info_item:not(:last-child)::after {
    display: none;
}.Lscholar_cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.Lscholar_cta .hfirst_pagebar::before, 
    .Lscholar_cta .hfirst_pagebar::after {
    display: none;
}.Lscholar_cta .Itop_study {
    align-items: center;
    text-align: center;
}.Lscholar_cta .hfirst_pagebar h5, 
    .Lscholar_cta .subscribe_holder h5 {
    text-align: center;
}.Lscholar_cta .hfirst_pagebar h5::after, 
    .Lscholar_cta .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.Lscholar_cta .cmain_header {
    grid-template-columns: repeat(3, 1fr);
}.Lscholar_cta .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}


@media only screen and (max-width: 1200px) {.kcookie_popup_message {
    padding: 20px;
}}



@media (min-width: 992px) {.zwho_we_are {
    padding: 10rem 0;
}.zwho_we_are .container {
    display: flex;
    justify-content: center;
}.zwho_we_are .ytext_field {
    width: 90%;
    padding: 5rem;
}.zwho_we_are .ytext_field h6 {
    font-size: calc(19px * 1.5);
    margin-bottom: 2rem;
}.zwho_we_are .ytext_field span {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}



@media (prefers-reduced-motion) {.zwho_we_are h4,
    .zwho_we_are .container,
    .zwho_we_are .ytext_field h6,
    .zwho_we_are .ytext_field div {
    animation: none;
}.zwho_we_are::after {
    animation: none;
}.zwho_we_are .ytext_field {
    transition: none;
}.zwho_we_are .ytext_field:hover {
    transform: none;
}}



@media (max-width: 992px) {header .Anav_sitewrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    padding: 1rem;
    transform: skewX(0);
    flex-direction: column;
}header .Anav_sitewrap .Itop_study {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .Anav_sitewrap .hfirst_pagebar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .Anav_sitewrap .hfirst_pagebar::before {
    transform: skewX(0);
}header .Anav_sitewrap .hfirst_pagebar:hover::before {
    transform: skewX(0);
}header .Anav_sitewrap .Whead_prime {
    margin: 0.25rem;
}header .Anav_sitewrap .Whead_prime:nth-child(odd),
  header .Anav_sitewrap .Whead_prime:nth-child(even) {
    transform: translateY(0);
}
}



@media (max-width: 768px) {.Qtraining_specialist {
    padding: 4rem 1rem 3rem;
}.Qtraining_specialist .Apic_holder {
    margin-bottom: -40px;
    height: 180px;
    width: 150px;
}.Qtraining_specialist .bjob_content {
    padding: 60px 20px 20px;
}}


@media (max-width: 991px) {.Vcourse_offering {
    padding: 80px 0;
}.Vcourse_offering .ytext_field {
    max-width: 750px;
    padding: 30px;
}
}



@media (max-width: 992px) {.uprivacy_container {
    padding: 4rem 1.5rem;
}.uprivacy_container .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(0.3deg);
}.uprivacy_container h1 {
    font-size: calc(39px * 0.9);
}.uprivacy_container h2 {
    font-size: calc(29px * 0.9);
    padding-left: 0.8rem;
}
}



@media (max-width: 992px) {.itariff_feature {
    padding: 80px 0;
}.itariff_feature h2 {
    font-size: calc(29px - 4px);
}.itariff_feature .vtuition_grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.itariff_feature .ipricing_card {
    padding: 25px;
}.itariff_feature .Uprogram_rate {
    font-size: calc(22px + 2px);
}
}



@media (max-width: 768px) {.itariff_feature {
    padding: 60px 0;
}.itariff_feature h2 {
    margin-bottom: 15px;
    font-size: calc(29px - 6px);
}.itariff_feature .pcost_schemes {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.itariff_feature .vtuition_grid {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.itariff_feature .Hmonthly_rate p {
    font-size: calc(14px - 3px);
}
}



@keyframes scaleIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}



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

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

