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

html {
    scrollbar-color: rgb(173,152,164) rgb(233,225,230);
    scrollbar-width: auto;
}

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

.Stitle_board::after {
    content: "";
    top: -50%;
    transform: rotate(35deg);
    right: -25%;
    width: 80%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, rgb(208,191,201,0.5) 0%, transparent 70%);
    height: 200%;
}

.Stitle_board .vintro_head > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.Stitle_board .vintro_head > div > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg) perspective(1000px);
}

.Stitle_board h3 {
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    position: relative;
    color: #000000;
    margin: 0;
    z-index: 3;
    line-height: 1.5;
}

.Stitle_board .jgrowth_graph::before {
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.1) 0%,
    rgba(0,0,0,0.6) 50%,
    rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.Stitle_board .jgrowth_graph p {
    font-size: calc(12px * 1.2);
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 300;
    color: #ffffff;
    transform: translateY(30px);
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    opacity: 0;
}

.Lscholar_cta::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,191,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(173,152,164,0.5) 0%, transparent 30%);
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}

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

.Lscholar_cta .Fcontact_support::before {
    background: linear-gradient(135deg, transparent 20%, rgb(208,191,201,0.5) 140%);
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.08;
    z-index: -1;
    border-radius: 16px;
    width: 100%;
}

.Lscholar_cta .info_item p,
.Lscholar_cta .info_item a {
    text-decoration: none;
    border-radius: 10px;
    gap: 0.875rem;
    font-size: 17px;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    color: #000000;
}

.Lscholar_cta .info_item:hover svg {
    transform: scale(1.15);
}

.Lscholar_cta .Itop_study {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Lscholar_cta .zguide_section {
    line-height: 1.6;
    opacity: 0.8;
    font-size: calc(12px + 1px);
}

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

.Lscholar_cta .cmain_header {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.Lscholar_cta .cmain_header a::before {
    transition: width 0.3s ease;
    content: '';
    height: 1px;
    background-color: rgb(208,191,201);
    left: 0;
    width: 0;
    bottom: 0;
    position: absolute;
}

.Lscholar_cta .subscribe_holder {
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 1.5rem;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}



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

.Lscholar_cta .input_holder {
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    position: relative;
    gap: 1rem;
}

.Lscholar_cta .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(208,191,201,0.5);
    outline: none;
    box-shadow: 0 0 0 3px rgb(208,191,201,0.5);
}

.Lscholar_cta .Wsub_tips {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    background-color: rgb(208,191,201);
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    border: none;
}

.Lscholar_cta .Wsub_tips:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.Lscholar_cta .xcheat_sheet {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
}

.eexplore_now::before {
    opacity: 0.1;
    transform: rotate(-15deg);
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    right: -20%;
    top: -50%;
    background: rgb(208,191,201,0.5);
    width: 80%;
    height: 200%;
    content: '';
}

.eexplore_now .container p {
    font-weight: 700;
    padding: 40px 60px;
    line-height: 1.4;
    text-align: center;
    max-width: 800px;
    font-size: 28px;
    z-index: 5;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    color: #000000;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    margin: 0 0 60px 0;
}

.eexplore_now .zquery_panel:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.kcookie_popup_message {
    position: fixed;
    background: rgb(233,225,230);
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(208,191,201);
    width: 100%;
}

.uedu_consent {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.kcookie_popup_message p {
    font-size: 18px;
}

.xdata_accept svg, .xdata_accept svg path, .xdata_accept img {
    fill: rgb(208,191,201);
    height: 100px;
    width: 100px;
}

.Twrapper-padding .gcookie_compl {
    font-size: 20px;
    margin-left: 30px;
    font-weight: 400;
    background: rgb(208,191,201);
    border: none;
    padding: 10px;
    color: #ffffff;
}

.zwho_we_are {
    padding: 6rem 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.zwho_we_are h4 {
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 1;
    letter-spacing: 3px;
    z-index: 5;
    text-align: center;
    font-size: calc(24px * 1.2);
    animation: fadeInDown 0.8s ease-out;
    text-transform: uppercase;
    color: #ffffff;
}

.zwho_we_are:hover h4::after {
    width: 100px;
}

.zwho_we_are .ytext_field {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(173,152,164);
    backdrop-filter: blur(10px);
}

.zwho_we_are .ytext_field h6 {
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    color: rgb(173,152,164);
    animation: slideInLeft 0.7s ease-out 0.5s both;
    font-size: calc(19px * 1.3);
}

.pcontact_box {
    padding: 0;
    position: relative;
}

.pcontact_box .container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1200px;
}

.pcontact_box .gfeedback_request {
    justify-content: center;
    flex-direction: column;
    padding: 80px 50px;
    color: #ffffff;
    width: 40%;
    display: flex;
    background-color: rgb(208,191,201);
}

.pcontact_box .gfeedback_request div:last-child {
    border-bottom: none;
}

.pcontact_box .gfeedback_request svg path {
    fill: #ffffff;
}

.pcontact_box .gfeedback_request a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.pcontact_box form h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}

.pcontact_box form input[type="text"]:focus,
.pcontact_box form input[type="email"]:focus {
    border-bottom-color: rgb(208,191,201);
    outline: none;
}

.pcontact_box .khelp_grid input[type="checkbox"] {
    margin-right: 15px;
    background: transparent;
    flex-shrink: 0;
    width: 20px;
    -webkit-appearance: none;
    position: relative;
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    height: 20px;
}

.pcontact_box .khelp_grid a:hover {
    color: rgb(173,152,164);
}

.pcontact_box .zquery_panel::after {
    transform-origin: right;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    background: rgb(173,152,164);
    left: 0;
    height: 100%;
    z-index: -1;
    content: '';
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}

header .Anav_sitewrap .Itop_study .Ghead_info {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .Anav_sitewrap .Itop_study svg {
    height: auto;
    width: 80px;
}

header .Anav_sitewrap .hfirst_pagebar {
    list-style: none;
    gap: 1rem;
    padding: 0;
    display: flex;
    margin: 0;
    position: relative;
}

header .Anav_sitewrap .Whead_prime a {
    display: block;
    transition: color 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 15px;
}

header .Anav_sitewrap .Whead_prime a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

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

.wthanksCard .Nfast_track::before {
    position: absolute;
    top: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: left center;
    width: 6px;
    left: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to bottom, rgb(208,191,201), rgb(173,152,164));
}

.wthanksCard .Nfast_track:hover h5::after {
    transform: scaleX(1);
}

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

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

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

.Qtraining_specialist .zuser_feedback {
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    z-index: 2;
    align-items: center;
}

.Qtraining_specialist .Apic_holder:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}

.Qtraining_specialist .bjob_content::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: rgb(208,191,201);
    transform: translateZ(-20px);
    z-index: -1;
    left: 0;
    height: 100%;
}

.Qtraining_specialist .bjob_content > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 2px;
    margin: 20px 0;
    color: rgb(173,152,164);
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
}

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



.Qtraining_specialist .bjob_content:hover {
    animation: float 3s ease-in-out infinite;
}

header .top_plank .jtop_learnings div svg, header .top_plank .jtop_learnings div svg path {
    fill: #ffffff;
}

header .top_plank .jtop_learnings div img, header .top_plank .jtop_learnings div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.Vcourse_offering .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1400px;
    z-index: 3;
}

.Vcourse_offering .ytext_field h2 {
    border-bottom: 2px solid rgb(208,191,201);
    color: #000000;
    margin-bottom: 25px;
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
}

.Vcourse_offering .Apic_holder {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    object-fit: cover;
}

.uprivacy_container::before {
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    top: -5%;
    width: 40%;
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    content: "";
    right: -5%;
    height: 40%;
    background: linear-gradient(225deg, rgb(208,191,201,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
}

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

.uprivacy_container h1 {
    display: inline-block;
    font-size: 39px;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.uprivacy_container h2:hover {
    border-left-width: 5px;
    transform: translateX(5px);
}

.uprivacy_container p {
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    z-index: 1;
    font-size: 14px;
}

.uprivacy_container p:hover {
    transform: translateX(3px);
}

.uprivacy_container p:hover strong::after {
    transform: scaleX(1);
}

.uprivacy_container span {
    position: relative;
    padding-left: 1rem;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(173,152,164,0.5);
}

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

.uprivacy_container li::before {
    background: rgb(208,191,201);
    content: "";
    top: 0.6rem;
    left: 0.5rem;
    position: absolute;
    transition: all 0.2s ease;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(208,191,201,0.5);
}

.itariff_feature .Pstudy_costs {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
}

.itariff_feature .vtuition_grid {
    padding: 0;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    list-style: none;
    gap: 30px;
}

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

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

.itariff_feature .rannual_fee {
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.itariff_feature .Hmonthly_rate p {
    color: rgba(255,255,255,0.8);
    font-size: calc(14px - 2px);
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    margin-bottom: 25px;
    word-break: break-word;
}



::-webkit-scrollbar {
    width: 1rem;
    background: rgb(208,191,201,0.5);
    padding: 0px;
}

::-webkit-scrollbar-track {
    background: rgb(173,152,164);
    border-radius: 18.4vw;
}

::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 4.8s ease-in-out;
    background: rgb(208,191,201);
    border-radius: 0.3em;
}

::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    box-shadow: 0px -5px 9px 6px rgba(0, 0, 0, 0.7);
    background: rgb(173,152,164);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 4px 2px 3px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    background: rgb(173,152,164,0.5);
}

::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 7px;
}



@media (max-width: 767px) {.Stitle_board {
    padding: 4rem 0;
}.Stitle_board .vintro_head > div > div:first-child {
    padding: 2rem 1.5rem;
}.Stitle_board h3 {
    font-size: calc(18px * 1.1);
}.Stitle_board .jgrowth_graph {
    height: 400px;
}.Stitle_board .jgrowth_graph > div {
    padding: 2rem;
}.Stitle_board .jgrowth_graph p {
    font-size: 12px;
}.Stitle_board .title_style_header {
    font-size: calc(32px * 1.1);
}}



@media (max-width: 576px) {.Lscholar_cta {
    padding: 3rem 0 1.5rem;
}.Lscholar_cta .Fcontact_support {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.Lscholar_cta .info_item p,
    .Lscholar_cta .info_item a {
    font-size: calc(17px - 1px);
}.Lscholar_cta .cmain_header {
    text-align: center;
    grid-template-columns: 1fr;
}.Lscholar_cta .cmain_header a:hover {
    transform: none;
}.Lscholar_cta .cmain_header a::before {
    left: 50%;
    transform: translateX(-50%);
}.Lscholar_cta .cmain_header a:hover::before {
    width: 30px;
}.Lscholar_cta .input_holder {
    width: 100%;
}}



@media (max-width: 480px) {.eexplore_now {
    padding: 50px 0;
}.eexplore_now .container p {
    margin-bottom: 30px;
    padding: 25px 30px;
    border-radius: 30px;
    font-size: calc(16px * 1.2);
}.eexplore_now .zquery_panel {
    padding: 12px 30px;
    font-size: calc(17px * 0.9);
}}



@media (min-width: 768px) {.zwho_we_are {
    padding: 8rem 0;
}.zwho_we_are h4 {
    margin-bottom: 3.5rem;
    font-size: calc(24px * 1.4);
}.zwho_we_are .ytext_field {
    padding: 4rem;
    border-left-width: 6px;
}.zwho_we_are .ytext_field span {
    column-count: 2;
}
}



@media (max-width: 767px) {.zwho_we_are {
    padding: 4rem 0;
}.zwho_we_are h4 {
    margin-bottom: 2rem;
    font-size: 24px;
}.zwho_we_are .ytext_field {
    padding: 2rem;
}.zwho_we_are .ytext_field h6 {
    font-size: 19px;
    margin-bottom: 1rem;
}.zwho_we_are .ytext_field span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.pcontact_box .treach_info {
    flex-direction: column;
}.pcontact_box .gfeedback_request {
    padding: 50px 30px;
    width: 100%;
    clip-path: none;
}.pcontact_box .Xsupport_info {
    width: 100%;
    padding: 50px 30px;
}.pcontact_box .gfeedback_request h3,
    .pcontact_box form h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 576px) {header .Anav_sitewrap {
    padding: 0.75rem;
}header .Anav_sitewrap .hfirst_pagebar {
    align-items: center;
    flex-direction: column;
}header .Anav_sitewrap .Whead_prime {
    text-align: center;
    width: 100%;
}header .Anav_sitewrap .Itop_study svg {
    width: 100px;
}}



@media (min-width: 1200px) {.wthanksCard .Nfast_track {
    max-width: 75%;
}
}



@media (max-width: 991px) {.wthanksCard {
    padding: 100px 0;
}.wthanksCard .Nfast_track {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.wthanksCard {
    padding: 80px 0;
}.wthanksCard .Nfast_track {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.wthanksCard h5 {
    font-size: calc(19px * 0.9);
}
}


@media (min-width: 992px) {.Vcourse_offering .ytext_field {
    margin: 0 auto;
}
}


@media (max-width: 767px) {.Vcourse_offering {
    padding: 60px 0;
}.Vcourse_offering .ytext_field {
    max-width: 100%;
    padding: 25px;
}.Vcourse_offering .ytext_field h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.Vcourse_offering .ytext_field .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 768px) {.uprivacy_container {
    padding: 3rem 1rem;
}.uprivacy_container .container {
    padding: 2rem;
    transform: none;
}.uprivacy_container h1 {
    font-size: calc(39px * 0.8);
}.uprivacy_container h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.uprivacy_container h3 {
    font-size: calc(29px * 0.7);
}.uprivacy_container h4 {
    font-size: calc(29px * 0.6);
}.uprivacy_container p, 
    .uprivacy_container span, 
    .uprivacy_container li {
    font-size: calc(14px * 0.95);
}.uprivacy_container ul {
    margin: 1.2rem 0 1.5rem;
}.uprivacy_container li {
    padding-left: 2rem;
}
}



@media (max-width: 480px) {.itariff_feature {
    padding: 50px 0;
}.itariff_feature .ipricing_card {
    padding: 20px;
}.itariff_feature .Hmonthly_rate h4 {
    font-size: calc(22px - 2px);
}.itariff_feature .Uprogram_rate {
    font-size: 22px;
    padding: 8px 15px;
}
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}



@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



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



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

