.Ohead_sitewrap {
    flex: 1 0 auto;
}

.Lscholar_cta {
    flex: 0 0 auto;
}

.Lscholar_cta {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(173,152,164,0.5) 100%);
}

header,footer {
    width: 100%;
}

.Stitle_board::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(173,152,164,0.5) 0%, transparent 60%);
    z-index: 1;
    content: "";
    top: 0;
}

.Stitle_board .vintro_head > div > div:first-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0) rotateX(0) perspective(1000px);
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2.5rem 2rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-left: 4px solid rgb(208,191,201);
}

.Stitle_board .jgrowth_graph:hover {
    transform: translateY(-5px) perspective(1000px) rotateY(3deg);
}

.Stitle_board .jgrowth_graph::after {
    z-index: 2;
    clip-path: polygon(0 50%, 100% 30%, 100% 100%, 0% 100%);
    width: 100%;
    background: linear-gradient(135deg, rgb(208,191,201,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    opacity: 0.4;
    left: 0;
    height: 50%;
    bottom: 0;
}

.Stitle_board .jgrowth_graph p::before {
    background: rgb(173,152,164);
    content: "";
    top: 50%;
    width: 4px;
    height: 40px;
    transform: translateY(-50%);
    left: -20px;
    position: absolute;
}

.Stitle_board .title_style_header::after {
    background: rgb(173,152,164);
    animation: scaleIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    transform: scaleX(0);
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    height: 4px;
}

.Lscholar_cta .container {
    z-index: 3;
    position: relative;
}

.Lscholar_cta .Fcontact_support {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    position: relative;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    background-color: #ffffff;
    margin-bottom: 2rem;
    border-radius: 16px;
    flex-wrap: wrap;
    transform: translateY(-3.5rem);
}

.Lscholar_cta .info_item:not(:last-child)::after {
    width: 1px;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(173,152,164,0.5), transparent);
    transform: translateY(-50%);
    right: -0.75rem;
    height: 70%;
    top: 50%;
    position: absolute;
}

.Lscholar_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    gap: 4rem;
}

.Lscholar_cta .Itop_study:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(208,191,201,0.5));
    transform: scale(1.03);
}

.Lscholar_cta .hfirst_pagebar::after {
    background: linear-gradient(to bottom, transparent, rgb(173,152,164,0.5) 30%, rgb(173,152,164,0.5) 70%, transparent);
    content: '';
    width: 1px;
    top: 0;
    right: -2rem;
    bottom: 0;
    position: absolute;
}

.Lscholar_cta .cmain_header:first-child {
    margin-bottom: 2rem;
}

.Lscholar_cta .cmain_header a {
    padding: 0.25rem 0;
    transform-origin: left;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    opacity: 0.85;
}

.Lscholar_cta .cmain_header a:hover::before {
    width: 20px;
}

.Lscholar_cta .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    width: 150px;
    z-index: -1;
    background: radial-gradient(circle, rgb(208,191,201,0.5) 0%, transparent 70%);
    bottom: 0;
    opacity: 0.3;
    content: '';
    right: 0;
    position: absolute;
}

.Lscholar_cta .subscribe_holder h5::after {
    width: 40px;
    background: rgb(208,191,201);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
}



.Lscholar_cta .input_holder input[type="email"] {
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

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

.Lscholar_cta .Wsub_tips::before {
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    z-index: -1;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.Lscholar_cta .Wsub_tips:hover::before {
    left: 100%;
}

.Lscholar_cta .xcheat_sheet::before {
    position: absolute;
    top: 0;
    height: 1px;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(173,152,164,0.5), transparent);
    left: 20%;
    content: '';
}

.eexplore_now::after {
    width: 60%;
    background: rgb(173,152,164,0.5);
    bottom: -30%;
    transform: rotate(15deg);
    z-index: 1;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    content: '';
    opacity: 0.1;
    height: 150%;
    position: absolute;
    left: -10%;
}

.eexplore_now .zquery_panel::before {
    background: linear-gradient(90deg, rgb(173,152,164), rgb(208,191,201));
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.eexplore_now .container p::before {
    left: -20%;
    animation: morph 8s ease-in-out infinite;
    top: -10%;
    background: #ffffff;
    width: 140%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: -1;
    content: '';
    opacity: 0.4;
    height: 120%;
    position: absolute;
}

.kcookie_popup_message h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

#UcookieNoticeAlert {
    display: none;
}

.xdata_accept {
    margin-right: 10px;
    flex-shrink: 0;
}

.gcookie_compl {
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px solid rgb(208,191,201);
    line-height: 35px;
    text-decoration: none;
    color: rgb(208,191,201);
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
}

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

.zwho_we_are h4::after {
    transition: width 0.3s ease;
    background: rgb(173,152,164);
    position: absolute;
    bottom: -12px;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.zwho_we_are .container {
    animation: fadeIn 1s ease-out 0.3s both;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.zwho_we_are .ytext_field::before {
    transform: rotate(45deg);
    right: 20px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    top: -10px;
    height: 40px;
    content: "";
    background: rgb(173,152,164);
    width: 40px;
}

.zwho_we_are .ytext_field h6::after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, rgb(173,152,164) 0%, transparent 100%);
    width: 100%;
}

.zwho_we_are .ytext_field div:hover span {
    opacity: 1;
}

.pcontact_box::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: rgb(233,225,230);
    width: 100%;
    left: 0;
    opacity: 0.92;
}

.pcontact_box .gfeedback_request h3::after {
    left: 0;
    position: absolute;
    background: #ffffff;
    content: '';
    bottom: -15px;
    height: 3px;
    width: 60px;
}

.pcontact_box .gfeedback_request svg {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}

.pcontact_box .gfeedback_request span {
    color: #ffffff;
    font-size: 14px;
}

.pcontact_box .Xsupport_info {
    align-items: center;
    width: 60%;
    padding: 100px 50px 100px 100px;
    display: flex;
    background-color: #ffffff;
}

.pcontact_box form input[type="text"],
.pcontact_box form input[type="email"] {
    color: #000000;
    margin-bottom: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease;
    border: none;
    font-size: 14px;
}

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

.pcontact_box .zquery_panel {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    background: rgb(208,191,201);
    z-index: 1;
    padding: 15px 40px;
}

header .Anav_sitewrap .Itop_study {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}

header .Anav_sitewrap .Itop_study .Ghead_info:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .Anav_sitewrap .hfirst_pagebar::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(208,191,201,0.5) 100%);
    width: calc(100% + 40px);
    opacity: 0;
    left: -20px;
}

header .Anav_sitewrap .Whead_prime a:hover {
    color: rgb(173,152,164);
}

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

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

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

.wthanksCard a:hover {
    transform: translateX(5px);
}

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

.Qtraining_specialist::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,191,201,0.5) 0px,
        rgb(208,191,201,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.2;
    content: "";
    height: 100%;
}

.Qtraining_specialist .Apic_holder {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 250px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    width: 200px;
    z-index: 3;
    margin-bottom: -50px;
}

.Qtraining_specialist .name {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    color: rgb(208,191,201);
}

.Qtraining_specialist .Qemp_highlights {
    font-style: italic;
    padding-top: 30px;
    border-top: 1px solid rgb(233,225,230);
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
}

header .top_plank {
    background: rgb(208,191,201);
    color:  #ffffff;
}

header .top_plank .jtop_learnings div span {
    color: #ffffff;
}

header .top_plank .jtop_learnings div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}

.Vcourse_offering {
    padding: 100px 0;
    background: rgb(233,225,230);
    position: relative;
    overflow: hidden;
}

.Vcourse_offering .ytext_field {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 22px;
    max-width: 850px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 4;
    width: 100%;
}

.Vcourse_offering .Apic_holder::after {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
    height: 100%;
}

.uprivacy_container::after {
    z-index: 0;
    opacity: 0.15;
    left: -5%;
    animation: float 18s ease-in-out infinite reverse;
    bottom: -5%;
    position: absolute;
    content: "";
    width: 35%;
    height: 35%;
    transform: rotate(10deg);
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(173,152,164,0.5) 0%, transparent 80%);
}

.uprivacy_container h1::after {
    bottom: -0.5rem;
    width: 40%;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(208,191,201) 0%, rgb(173,152,164) 100%);
    left: 0;
}

.uprivacy_container h4 {
    font-weight: 600;
    margin: 1.8rem 0 1rem;
    padding-left: 0.6rem;
    border-left: 1px solid rgb(173,152,164);
    font-size: calc(29px * 0.7);
    color: #000000;
    position: relative;
}

.uprivacy_container p strong::after {
    width: 100%;
    transform: scaleX(0);
    background: rgb(208,191,201,0.5);
    left: 0;
    position: absolute;
    bottom: -2px;
    transform-origin: left;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
}

.uprivacy_container li {
    padding-left: 2.5rem;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.6;
    transition: transform 0.2s ease;
}

.uprivacy_container li:hover::before {
    transform: scale(1.2);
    background: rgb(173,152,164);
}

.itariff_feature::before {
    left: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(4px);
    content: "";
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    z-index: 1;
    top: 0;
}

.itariff_feature .pcost_schemes {
    line-height: 1.6;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
    transform: translateY(20px);
    font-size: 14px;
    opacity: 0;
    max-width: 700px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
}

.itariff_feature .vtuition_grid li:nth-child(2) {
    --li-index: 2;
}

.itariff_feature .vtuition_grid li:nth-child(4) {
    --li-index: 4;
}

.itariff_feature .rannual_fee::before {
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,201), rgb(173,152,164));
    height: 4px;
    top: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
}

.itariff_feature .Hmonthly_rate {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.itariff_feature .Hmonthly_rate h4::after {
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
    height: 2px;
    bottom: 0;
    background: rgb(173,152,164);
}

.itariff_feature .rannual_fee:hover .Uprogram_rate {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}


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


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



@media (min-width: 768px) {.Stitle_board .vintro_head > div {
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 3rem;
    align-items: center;
}.Stitle_board h3 {
    font-size: 23px;
}.Stitle_board .jgrowth_graph {
    height: 500px;
}.Stitle_board .title_style_header {
    font-size: 40px;
}
}



@media (min-width: 1200px) {.Stitle_board .vintro_head {
    width: 80%;
}.Stitle_board h3 {
    font-size: calc(23px * 1.1);
}.Stitle_board .jgrowth_graph {
    height: 600px;
}.Stitle_board .jgrowth_graph p {
    font-size: calc(12px * 1.4);
}.Stitle_board .title_style_header {
    font-size: calc(40px * 1.2);
    max-width: 80%;
}
}



@media (max-width: 1200px) {.Lscholar_cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.Lscholar_cta .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.Lscholar_cta .hfirst_pagebar::after {
    display: none;
}
}



@media (max-width: 768px) {.Lscholar_cta {
    padding: 4rem 0 2rem;
}.Lscholar_cta .Fcontact_support {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.Lscholar_cta .info_item {
    width: 100%;
    max-width: none;
}.Lscholar_cta .cmain_header {
    grid-template-columns: repeat(2, 1fr);
}.Lscholar_cta .xcheat_sheet {
    margin-top: 3rem;
}
}



@media (max-width: 991px) {.eexplore_now {
    padding: 90px 0;
}.eexplore_now .container p {
    margin-bottom: 50px;
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
}.eexplore_now .zquery_panel {
    padding: 18px 40px;
}
}



@media (max-width: 767px) {.eexplore_now {
    padding: 70px 0;
}.eexplore_now .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    margin-bottom: 40px;
    padding: 30px 40px;
    font-size: 18px;
}.eexplore_now .zquery_panel {
    padding: 15px 35px;
}.eexplore_now .container p::before {
    animation: none;
}
}


@media only screen and (max-width: 800px) {.xdata_accept {
    display: none;
}.uedu_consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.kcookie_popup_message h5 {
    text-align: center;
}.kcookie_popup_message p {
    text-align: center;
}.mconsent_learn {
    margin-bottom: 20px;
}body .Twrapper-padding .gcookie_compl {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 480px) {.zwho_we_are {
    padding: 3rem 0;
}.zwho_we_are h4::after {
    width: 40px;
}.zwho_we_are .ytext_field {
    border-left-width: 3px;
    padding: 1.5rem;
}
}



@media (max-width: 1024px) {.pcontact_box .gfeedback_request {
    padding: 60px 30px;
}.pcontact_box .Xsupport_info {
    padding: 80px 40px 80px 70px;
}
}



@media (max-width: 576px) {.pcontact_box .gfeedback_request,
    .pcontact_box .Xsupport_info {
    padding: 40px 25px;
}.pcontact_box .gfeedback_request h3,
    .pcontact_box form h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.pcontact_box .gfeedback_request div {
    margin-bottom: 20px;
}.pcontact_box .zquery_panel {
    width: 100%;
    padding: 15px 20px;
}}



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



@media (max-width: 575px) {.wthanksCard {
    padding: 60px 0;
}.wthanksCard .Nfast_track {
    transform: none;
    padding: 30px 20px;
}.wthanksCard h5 {
    line-height: 1.5;
    font-size: calc(19px * 0.85);
}.wthanksCard p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.wthanksCard h5::after {
    height: 2px;
    width: 60px;
}}


@media (max-width: 480px) {.Vcourse_offering {
    padding: 50px 0;
}.Vcourse_offering .ytext_field {
    padding: 20px;
}.Vcourse_offering .ytext_field h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.Vcourse_offering .ytext_field .description {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 576px) {.uprivacy_container {
    padding: 2rem 0.8rem;
}.uprivacy_container .container {
    padding: 1.5rem;
}.uprivacy_container h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.5rem;
}.uprivacy_container h1::after {
    height: 3px;
}.uprivacy_container h2 {
    padding-left: 0.6rem;
    border-left-width: 2px;
    font-size: calc(29px * 0.7);
}.uprivacy_container p, 
    .uprivacy_container span, 
    .uprivacy_container li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.uprivacy_container li {
    padding-left: 1.8rem;
}.uprivacy_container li::before {
    height: 6px;
    width: 6px;
}}

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



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

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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(-15deg); }
    50% { transform: translate(10px, 15px) rotate(-5deg); }
}

