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

.devwrapper-template {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.devsupport::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
    content: '';
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(206,177,217,0.5) 0,
            rgb(206,177,217,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(171,139,193,0.5) 0,
            rgb(171,139,193,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
}

.devsupport .devcontact_help .devimage_item {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}

.devsupport .devcontact_help:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}

.devsupport .devcontact_help h2 {
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 34px;
    position: relative;
    margin-bottom: 2rem;
}

.devsupport .devsend_feedback {
    font-weight: 300;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.devsupport .devcontact_help > p svg path {
    fill: rgb(171,139,193);
}

.devsupport .devlearn_talk::before {
    position: absolute;
    background: rgb(171,139,193);
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    border-radius: 10px 0 0 10px;
    width: 4px;
}

.devsupport .devlearn_help span:hover {
    background: rgb(171,139,193,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

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

.devsupport .devmessage_us svg path {
    fill: #ffffff;
}

.devsupport .devmessage_us a p::after {
    bottom: -5px;
    content: '';
    position: absolute;
    background: #ffffff;
    width: 0;
    left: 0;
    height: 1px;
    transition: width 0.3s ease;
}

.devprivacy_cordon .container {
    transform: translateZ(0);
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.devprivacy_cordon h1 {
    padding-bottom: 1rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(10px);
    margin-bottom: 2.5rem;
    position: relative;
    font-size: calc(44px * 1.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(206,177,217);
    font-weight: 700;
}

.devprivacy_cordon h3::before {
    top: 50%;
    left: 0;
    background: rgb(171,139,193,0.5);
    height: 70%;
    width: 6px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}

.devprivacy_cordon p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    padding-bottom: 2px;
}

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

.devprivacy_cordon li::before {
    transform: rotate(45deg);
    top: 1.2rem;
    height: 10px;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    opacity: 0.8;
    width: 10px;
    border: 2px solid rgb(206,177,217);
    position: absolute;
}

.devlearning_impact::before {
    top: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(206,177,217,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
}

.devlearning_impact .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.devlearning_impact .devimage_item {
    height: auto;
    transition: transform 1.2s ease;
    object-position: center;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.devlearning_impact ul {
    gap: 1.2rem;
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
}

.devlearning_impact li p {
    margin: 0;
    line-height: 1.6;
    gap: 0.5rem;
    align-items: flex-start;
    display: flex;
    font-size: 18px;
    color: #000000;
}

.devlearning_impact li:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    opacity: 0;
    animation: fadeInFromLeft 0.5s forwards;
    transform: translateY(0);
}

.devnewsletter_signup .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.devnewsletter_signup h4 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ffffff;
    margin: 0;
    z-index: 2;
    line-height: 1.4;
    position: relative;
    font-size: calc(24px * 0.9);
}

.devnewsletter_signup h4 {
    line-height: 1.5;
    font-size: calc(24px * 1.2);
    max-width: 85%;
}

.devnewsletter_signup .input_holder input[type="email"] {
    font-size: 12px;
    outline: none;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    padding: 1rem 1.25rem;
}

.devnewsletter_signup .input_holder .devquery_support:hover::before {
    left: 100%;
}

.devty_sidebar {
    perspective: 1000px;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.devty_sidebar .devcommunity_ed {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    background-color: #ffffff;
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    padding: calc(2rem + 3vw);
}

.devty_sidebar .devcommunity_ed > div:last-child {
    transform: translateZ(10px);
    position: relative;
    transition: transform 0.5s ease;
}

.devty_sidebar a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}

.devty_sidebar a:hover p {
    color: rgb(206,177,217);
    transform: translateZ(5px);
}

.devcourse_overview::before {
    left: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(206,177,217,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(171,139,193,0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.devcourse_overview .devimage_item {
    z-index: 2;
    height: 440px;
    top: 5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 45%;
    right: 3%;
    position: absolute;
    animation: morphShape 15s infinite alternate ease-in-out;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
}

.devcourse_overview .devtop_learn {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 4;
}

.devcourse_overview h3 {
    font-size: 36px;
    z-index: 4;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.devcourse_overview .deveducation_flow::before {
    top: 20px;
    background-size: 20px 20px, 25px 25px;
    animation: floatDots 10s infinite alternate ease-in-out;
    width: 150px;
    right: 48%;
    opacity: 0.2;
    height: 90%;
    z-index: 1;
    background-image: 
        radial-gradient(circle, rgb(206,177,217,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(171,139,193,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    content: "";
    position: absolute;
}

.devtraining_specialist .devimage_item {
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(206,177,217,0.5);
    height: 200px;
    border-radius: 24px;
    transition: transform 0.3s ease;
    transform: rotate(4deg);
}

.devtraining_specialist .devcareer_achievements {
    background: linear-gradient(to right, rgb(228,215,237), transparent);
    margin-top: 20px;
    font-size: 18px;
    position: relative;
    border-left: 4px solid rgb(206,177,217);
    line-height: 1.6;
    padding: 20px;
    color: #000000;
    grid-area: quote;
    border-radius: 0 10px 10px 0;
}

.devpricing_offer h2::after {
    width: 60px;
    position: absolute;
    left: 0;
    background: rgb(206,177,217);
    bottom: -10px;
    content: "";
    height: 4px;
    transform: skewX(-20deg);
}

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

.devpricing_offer .devfee_options:hover .devpricing_rates::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}

.devpricing_offer .devvalue_fees h4::after {
    height: 3px;
    position: absolute;
    width: 40px;
    bottom: 0;
    background: rgb(171,139,193);
    transform: skewX(-15deg);
    left: 0;
    content: "";
}

.devpricing_offer .devfee_options:hover .devlearning_fee {
    transform: translateY(-5px);
    color: rgb(206,177,217);
}

.devcontact_us::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(206,177,217,0.5),
        rgb(206,177,217,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.05;
    top: 0;
}

.devcontact_us .devinquiry_list {
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 50px;
    transition: transform 0.5s ease;
    background: #ffffff;
    border-radius: 25px;
}

.devcontact_us .devquery_widget {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.devcontact_us .devquery_widget label::before {
    border-radius: 4px;
    width: 22px;
    background: rgb(228,215,237);
    content: "";
    left: 0;
    position: absolute;
    height: 22px;
    top: 2px;
    transition: all 0.3s ease;
}

.devcontact_us form .devquery_support::after {
    background: rgb(171,139,193);
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}

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

#devuserAgreementPopup:checked ~ .devcookie_warning_overlay {
    visibility: hidden;
    opacity: 0;
}



.devwrapper-template .devcookie_warning_overlay {
    box-shadow: rgb(171,139,193,0.5) 0px 0px 40px 39px;
    background: rgb(171,139,193);
    padding: 40px 0;
    border: none;
}

header .devhead_pagewrap {
    border-radius: 0;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(171,139,193) 0%, rgb(206,177,217,0.5) 100%);
    box-shadow: 0 0 20px 2px rgb(206,177,217,0.5);
    z-index: 99;
    position: relative;
    left: 0;
    width: 100%;
}

header .devhead_pagewrap .devtop_learn .devhead_study:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .devhead_pagewrap .devnav_begin {
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    perspective: 800px;
}

header .devhead_pagewrap .devnav_know a::before {
    width: 100%;
    top: 0;
    border-radius: 10px;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    left: 0;
    transform: scale(0.9);
    z-index: -1;
    background: rgb(206,177,217,0.5);
    position: absolute;
}

.devopening_board h1 {
    font-size: 47px;
    opacity: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    grid-column: 1 / -1;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateY(-10px);
    position: relative;
}

.devopening_board .devclass_online:hover {
    transform: perspective(1000px) rotateY(0);
}

.devopening_board .devclass_online::before {
    width: 100%;
    left: 0;
    border-radius: 16px;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, transparent 80%);
}

.devopening_board svg text {
    font-weight: 700;
    transition: all 0.3s ease;
}

.devopening_board .devquery_support::before {
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}

footer {
    position: relative;
}

footer::before {
    bottom: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(171,139,193) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    opacity: 0.95;
    content: '';
}

.devpitch_comp .devcookie_ctrl {
    border-radius: 10px;
    line-height: 1.7;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    padding: 15px 20px;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.devpitch_comp .devnav_begin .devmain_navbar {
    gap: 12px;
    flex-direction: column;
    display: flex;
    margin-top: 0;
}

.devpitch_comp .devnav_begin .devmain_navbar a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.devequity_info .devskill_links {
    letter-spacing: 0.5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.devour_background::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px) saturate(120%);
    top: 0;
    z-index: 1;
    content: "";
    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%);
}

.devour_background .deveditorial_box::after {
    bottom: -15px;
    position: absolute;
    height: 70px;
    right: -15px;
    border-bottom: 3px solid rgb(171,139,193);
    width: 70px;
    content: "";
    z-index: -1;
    border-right: 3px solid rgb(171,139,193);
}

.devour_background h5:hover::after {
    width: 100%;
}

.devour_background ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.devour_background ol li {
    column-count: 1;
    column-gap: 40px;
    font-size: 16px;
    text-align: justify;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    padding-left: 20px;
    position: relative;
    hyphens: auto;
    line-height: 1.8;
}

.devcustomer_reviews h4 {
    color: #000000;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.devcustomer_reviews .devlearn_ratings {
    position: relative;
    padding: 30px;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transform: rotateX(10deg) rotateY(-10deg);
    z-index: 2;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.devcustomer_reviews .devlearn_ratings:hover .devimage_item {
    border-color: rgb(206,177,217,0.5);
    transform: translateZ(40px);
    border-radius: 50%;
}

.devcustomer_reviews .devlearn_ratings p {
    text-align: center;
    position: relative;
    transform: translateZ(10px);
    transition: all 0.5s ease;
    color: #000000;
    line-height: 1.7;
    padding-top: 15px;
    font-size: 17px;
}

.devcustomer_reviews .devlearn_ratings:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: floatIn 0.7s ease-out both;
}



@media (max-width: 1200px) {.devsupport {
    padding: 80px 0;
}.devsupport .devsend_query {
    gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
}.devsupport .devcontact_help:nth-child(1) {
    padding: 2.5rem;
}
}



@media (min-width: 992px) {.devprivacy_cordon {
    padding: 7rem 3rem;
}.devprivacy_cordon h1 {
    font-size: calc(44px * 1.3);
    margin-bottom: 3rem;
}.devprivacy_cordon p {
    max-width: 80%;
}.devprivacy_cordon h2 {
    padding-left: 1.5rem;
}.devprivacy_cordon h2::before {
    width: 10px;
}.devprivacy_cordon span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}



@media (min-width: 992px) {.devlearning_impact {
    padding: 8rem 3rem;
}.devlearning_impact h5 {
    font-size: calc(24px * 1.4);
}.devlearning_impact .devcommunity_ed {
    gap: 0;
}.devlearning_impact .devcommunity_ed > div:first-child {
    flex: 0 0 45%;
}.devlearning_impact .deveditorial_box {
    flex: 0 0 55%;
    padding: 4rem;
}.devlearning_impact li {
    padding-left: 3rem;
}.devlearning_impact li p {
    font-size: calc(18px * 1.05);
    line-height: 1.7;
}.devlearning_impact li svg {
    width: 28px;
    height: 28px;
}
}



@media (min-width: 992px) {.devnewsletter_signup {
    padding: 5rem 0;
}.devnewsletter_signup .devcommunity_ed {
    gap: 4rem;
    padding: 4rem;
}.devnewsletter_signup h4 {
    font-size: calc(24px * 1.1);
    max-width: 90%;
}.devnewsletter_signup .input_holder input[type="email"] {
    height: 100%;
}
}



@media (max-width: 767px) {.devty_sidebar {
    min-height: auto;
}.devty_sidebar .container {
    width: 95%;
}.devty_sidebar .devcommunity_ed {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    transform: none;
}.devty_sidebar .devcommunity_ed::before {
    right: 10px;
    bottom: 10px;
    left: 10px;
    top: 10px;
}.devty_sidebar .devcommunity_ed > div:first-child::after {
    height: 3px;
    width: 60px;
}.devty_sidebar h5 {
    font-size: calc(24px * 0.85);
    transform: none;
}.devty_sidebar p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.devty_sidebar .devcommunity_ed:hover h5,
    .devty_sidebar .devcommunity_ed:hover > div:last-child,
    .devty_sidebar .devcommunity_ed:hover {
    transform: none;
}
}



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



@media screen and (max-width: 1100px) {.devcontact_us .devfeedback_box {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.devcontact_us .devimage_item {
    height: 500px;
}.devcontact_us .devinquiry_list {
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.devcontact_us {
    padding: 60px 0;
}.devcontact_us h2 {
    margin-bottom: 40px;
}.devcontact_us .devimage_item {
    height: 350px;
}
}


@media only screen and (max-width: 800px) {.devdata_approve {
    display: none;
}.devdigital_tracking {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.devcookie_warning_overlay h5 {
    text-align: center;
}.devcookie_warning_overlay p {
    text-align: center;
}.devlearn_consent {
    margin-bottom: 20px;
}body .devwrapper-template .devlearn_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 768px) {.devopening_board {
    padding: 3rem 0;
}.devopening_board .devcommunity_ed {
    padding: 1.5rem;
}.devopening_board h1 {
    font-size: calc(47px * 0.8);
}.devopening_board .devclass_online p {
    font-size: 16px;
}.devopening_board svg {
    width: 80px;
    height: 80px;
    margin: 1.5rem auto;
}.devopening_board .devquery_support {
    width: 100%;
}.devopening_board .devimage_item {
    height: 280px;
}
}



@media (min-width: 992px) {.devour_background .deveditorial_box {
    max-width: 80%;
    padding: 80px 70px;
}.devour_background ol li {
    padding-left: 30px;
    column-count: 2;
}.devour_background ol li::before {
    height: 8px;
    width: 8px;
}
}



@media (max-width: 480px) {.devour_background {
    padding: 50px 0;
}.devour_background .deveditorial_box {
    padding: 30px 20px;
}.devour_background h5 {
    font-size: calc(19px * 0.7);
    letter-spacing: 1px;
}.devour_background p b {
    font-size: calc(16px * 1.2);
}.devour_background ol li {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.devour_background .deveditorial_box::before,
    .devour_background .deveditorial_box::after {
    display: none;
}}



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

@keyframes gradientShift {
        0% {
            transform: rotate(-3deg) scale(1);
            opacity: 0.1;
        }
        50% {
            transform: rotate(-2deg) scale(1.05);
            opacity: 0.15;
        }
        100% {
            transform: rotate(-4deg) scale(1.02);
            opacity: 0.2;
        }
    }



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}



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

