﻿.A-segment-wrapper {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.S-assign-help {
    flex: 0 0 auto;
}

.S-assign-help {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}

.w-who-we-are::after {
    width: 50%;
    opacity: 0.05;
    transform: rotate(10deg) skewX(-10deg);
    left: -5%;
    background: linear-gradient(240deg, rgb(102,125,120,0.5) 0%, transparent 80%);
    height: 60%;
    z-index: 1;
    position: absolute;
    bottom: -10%;
    content: "";
}

.w-who-we-are .u-skill-lab::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.8;
    width: 4px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
}

.w-who-we-are .u-skill-lab h4::after {
    height: 2px;
    transform: scaleX(0.3);
    content: "";
    background: linear-gradient(90deg, rgb(137,163,161,0.5) 0%, transparent 100%);
    transition: transform 0.4s ease;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -8px;
    width: 100%;
}

.c-program-outcomes h5::after {
    background: linear-gradient(90deg, rgb(137,163,161), rgb(102,125,120));
    bottom: -15px;
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    position: absolute;
}

.c-program-outcomes .c-learn-spot {
    transform-style: preserve-3d;
    align-items: center;
    transform: rotateX(2deg) rotateY(-2deg);
    flex-direction: column;
    gap: 40px;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-program-outcomes .g-main-photo {
    height: auto;
    display: block;
    transition: filter 0.5s ease;
    border-radius: 26px;
    width: 100%;
    object-fit: cover;
}

.c-program-outcomes li {
    transition: transform 0.3s ease;
    padding-left: 40px;
    position: relative;
}

.c-program-outcomes li p {
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    font-size: 18px;
    position: relative;
    margin: 0;
    display: flex;
}

.c-program-outcomes li:hover svg path {
    fill: rgb(102,125,120);
}

.W-user-default {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
}

.d-privacy-ack {
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    align-items: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(137,163,161));
}

.cookie_button.U-cookie-preference {
    color: #ffffff;
    border: 2px solid rgb(102,125,120);
    background: rgba(0, 0, 0, 0.5);
}

.z-cookie-warning-popup p a:hover {
    color: rgb(102,125,120);
}

header .R-head-master::after {
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(172,200,198);
    content: "";
}

header .R-head-master .y-main-mainwrap .Y-main-navbar {
    display: block;
    position: relative;
    overflow: hidden;
}

header .R-head-master .J-nav-pagebar .t-site-prime {
    position: relative;
    margin: 0 15px;
}

header .R-head-master .J-nav-pagebar .t-site-prime {
    margin: 5px 12px;
}

header .R-head-master .J-nav-pagebar .t-site-prime a::before,
header .R-head-master .J-nav-pagebar .t-site-prime a::after {
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    transform-origin: right center;
    content: "";
    width: 100%;
    background-color: rgb(137,163,161);
}

header .R-head-master .J-nav-pagebar .t-site-prime a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.u-test-drive .container {
    position: relative;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.u-test-drive .c-learn-spot {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    gap: 25px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.12);
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px 40px;
}

.u-test-drive .M-contact-query:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.u-test-drive .M-contact-query:hover::before {
    left: 100%;
}

.u-test-drive .M-contact-query:hover::after {
    width: 100%;
}

.u-test-drive .c-learn-spot:hover div {
    transform: translateX(5px);
}

.Z-developer-experience::before {
    top: 0;
    content: "";
    opacity: 0.1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(137,163,161,0.5) 0,
        rgb(137,163,161,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.Z-developer-experience .p-employee-view::before {
    transform: translateY(-50%);
    content: "";
    top: 50%;
    width: 10px;
    position: absolute;
    height: 60%;
    background: linear-gradient(to bottom, rgb(137,163,161), rgb(102,125,120));
    left: 0;
}

.Z-developer-experience .B-past-jobs::after {
    right: 0;
    position: absolute;
    font-family: serif;
    font-size: 5rem;
    content: "";
    line-height: 0;
    bottom: -2rem;
    color: rgb(137,163,161,0.5);
}

.Z-developer-experience .q-review-experiences:hover .p-employee-view div:nth-child(2) {
    transform: translateZ(35px);
}

.S-assign-help .container {
    position: relative;
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.S-assign-help .company_holder {
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

.S-assign-help .M-eco-foot {
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    display: flex;
    min-width: 400px;
}

.S-assign-help .J-nav-pagebar .Q-main-info a {
    font-size: 12px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    display: block;
    padding: 0.6rem 1rem;
}

.i-art-portal .i-fellow-prog {
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 13px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.p-contact-section h2 {
    font-weight: 700;
    color: #000000;
    transform: translateX(-50%);
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    left: 50%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 32px;
}

.p-contact-section .B-support-card {
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 50px;
    display: flex;
    overflow: hidden;
    border-radius: 0;
}

.p-contact-section .R-message-list::after {
    z-index: 0;
    background: rgb(102,125,120,0.5);
    content: "";
    bottom: -50px;
    width: 100px;
    left: -50px;
    position: absolute;
    height: 100px;
    border-radius: 0;
    transform: rotate(45deg);
}

.p-contact-section form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.p-contact-section .X-query-widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.p-contact-section .X-query-widget input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    position: absolute;
    border: solid #ffffff;
    left: 8px;
    width: 6px;
    height: 12px;
}

.p-contact-section .M-contact-query {
    width: auto;
    color: #ffffff;
    padding: 18px 40px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    overflow: hidden;
    background: rgb(137,163,161);
    z-index: 1;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    font-size: 15px;
}

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

.L-customer-opinions h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(137,163,161), rgb(102,125,120));
    left: 50%;
}

.L-customer-opinions .q-review-experiences div {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}

.L-customer-opinions .q-review-experiences h4 {
    font-weight: 600;
    margin: 0;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 24px;
    position: relative;
}

.L-customer-opinions .q-review-experiences .description {
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.L-customer-opinions a {
    background: linear-gradient(135deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
    display: inline-block;
    font-weight: 600;
    padding: 12px 30px;
    font-size: 17px;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    left: 50%;
    color: #ffffff;
}

.o-help-center .N-learn-chat {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 1 1 30%;
    border-radius: 19px;
    z-index: 2;
    min-width: 300px;
    position: relative;
}

.o-help-center .N-learn-chat h2 {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
    font-size: 31px;
    position: relative;
    display: inline-block;
}

.o-help-center .L-help-form {
    font-weight: 300;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.7;
    opacity: 0.9;
}

.o-help-center .A-message-request {
    margin-top: 2.5rem;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.5);
}

.o-help-center .N-learn-chat .g-main-photo::after {
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    width: 100%;
    top: 0;
}

.o-help-center .U-support-info a:nth-child(1) {
    border-left-color: rgb(102,125,120);
}

.o-help-center .U-support-info a::before {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
    left: -100%;
    content: '';
}

.o-help-center .U-support-info a:hover svg {
    transform: scale(1.2);
}

.m-privacy-shell h1, .m-privacy-shell h2 {
    margin-bottom: 0.75rem;
    color: rgb(137,163,161);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.m-privacy-shell h1 {
    padding-left: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 42px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    border-left: 4px solid rgb(137,163,161);
}

.v-price-item-element {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(172,200,198);
}

.v-price-item-element .l-value-plan h2 {
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.v-price-item-element .f-study-packages {
    perspective: 1000px;
    display: block;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(30px);
    text-decoration: none;
    animation-delay: calc(0.15s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.v-price-item-element .f-study-packages:hover .Z-value-deals h3 {
    color: rgb(137,163,161);
    transform: translateX(5px);
}

.v-price-item-element .f-study-packages:hover .p-rate-list {
    transform: scale(1.05);
    color: rgb(137,163,161);
}

.v-price-item-element .g-main-photo {
    width: 100%;
    transition: all 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.v-price-item-element .f-study-packages:hover .g-main-photo::after {
    opacity: 0.3;
}

.f-course-structure .j-skill-work {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.f-course-structure .P-program-track {
    height: 100%;
    position: relative;
    width: 20%;
    overflow: hidden;
}

.f-course-structure .P-program-track::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.f-course-structure .P-program-track::after {
    animation: tech-grid 15s linear infinite;
}

.f-course-structure .S-knowledge h3 {
    position: relative;
    font-size: 33px;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
}

.f-course-structure .S-knowledge h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.7);
}

.f-course-structure .S-knowledge .M-contact-query {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 16px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    box-shadow: 0 8px 25px rgb(137,163,161,0.5);
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(137,163,161) 0%,
        rgb(102,125,120) 100%
    );
    font-weight: 600;
}

.f-course-structure .S-knowledge .M-contact-query {
    padding: 0.75rem 1.75rem;
    font-size: calc(16px * 0.9);
}

.f-course-structure .P-program-track:nth-child(2)::before {
    animation-delay: 2s;
}

.f-course-structure .P-program-track:nth-child(4)::before {
    animation-delay: 6s;
}

.m-thxBox::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(102,125,120,0.5) 0%, transparent 60%);
}

.m-thxBox .c-learn-spot {
    transform-origin: left center;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 40px;
    max-width: 900px;
}

.m-thxBox .container::after {
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(102,125,120),
        70px 20px 0 -1px rgb(137,163,161),
        120px -40px 0 -1px rgb(102,125,120),
        180px 10px 0 -1px rgb(137,163,161);
    left: 10%;
}

.x-welcome-section .d-page-begin::after {
    width: 100%;
    z-index: 2;
    left: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
    -45deg,
    rgb(137,163,161,0.5) 0,
    rgb(137,163,161,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    top: 0;
}

.x-welcome-section h1::before {
    content: "";
    top: -10px;
    width: 80px;
    height: 5px;
    background: rgb(137,163,161);
    transform-origin: left;
    left: 0;
    animation: growLine 1.2s cubic-bezier(0.17, 0.67, 0.32, 1.22) forwards 0.8s;
    transform: scaleX(0);
    position: absolute;
}

.x-welcome-section p::after {
    background: rgb(137,163,161);
    transform: scaleX(0);
    width: 50px;
    height: 3px;
    transform-origin: right;
    opacity: 0.7;
    right: 0;
    animation: growLine 1.2s cubic-bezier(0.17, 0.67, 0.32, 1.22) forwards 1s;
    content: "";
    position: absolute;
    bottom: -10px;
}

.O-teaching-process h2 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    display: inline-block;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    margin-bottom: 2.5rem;
}

.O-teaching-process p {
    line-height: 1.7;
    font-size: 12px;
    margin: 0;
    color: #000000;
}

.O-teaching-process .H-text-unit::before {
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(137,163,161,0.5);
    opacity: 0.2;
    transition: all 0.5s ease;
    height: 60px;
    content: "";
    top: -20px;
    left: -20px;
    border-radius: 50% 0 50% 50%;
    width: 60px;
    transform: rotate(-45deg);
}



@media (max-width: 767px) {.w-who-we-are {
    padding: 70px 0;
}.w-who-we-are h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 40px;
}.w-who-we-are h1::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
}.w-who-we-are .u-skill-lab {
    padding: 30px 25px;
}.w-who-we-are .u-skill-lab h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.w-who-we-are .u-skill-lab div {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(12px * 0.95);
}}


@media only screen and (max-width: 1200px) {.z-cookie-warning-popup {
    padding: 15px 0;
}.W-user-default {
    padding: 15px 5%;
}
}



@media (max-width: 767px) {header .R-head-master {
    padding: 15px 10px;
}header .R-head-master .y-main-mainwrap {
    margin-bottom: 15px;
}header .R-head-master .y-main-mainwrap .Y-main-navbar svg {
    height: 35px;
}header .R-head-master .J-nav-pagebar {
    gap: 5px;
}header .R-head-master .J-nav-pagebar .t-site-prime {
    margin: 2px 10px;
}}



@media screen and (max-width: 991px) {.Z-developer-experience .q-review-experiences {
    grid-template-columns: 1fr;
    transform: none;
}.Z-developer-experience .g-main-photo {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
    transform: none;
    height: 350px;
}.Z-developer-experience .p-employee-view {
    transform: none;
    padding: 3rem 2rem 2rem;
    margin-left: 0;
    z-index: 3;
}.Z-developer-experience .p-employee-view::before {
    top: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 50%;
    left: 50%;
}.Z-developer-experience .q-review-experiences:hover .g-main-photo,
    .Z-developer-experience .q-review-experiences:hover .p-employee-view,
    .Z-developer-experience .q-review-experiences:hover .name,
    .Z-developer-experience .q-review-experiences:hover .p-employee-view div:nth-child(2),
    .Z-developer-experience .q-review-experiences:hover .B-past-jobs {
    transform: none;
}}



@media (max-width: 992px) {.L-customer-opinions {
    padding: 80px 0 100px;
}.L-customer-opinions h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.L-customer-opinions .E-rating-voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.L-customer-opinions {
    padding: 50px 0 70px;
}.L-customer-opinions h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 30px;
}.L-customer-opinions h2::after {
    bottom: -12px;
    width: 60px;
}.L-customer-opinions .q-review-experiences {
    padding: 20px;
}.L-customer-opinions .q-review-experiences div {
    margin-bottom: 15px;
}.L-customer-opinions .q-review-experiences img {
    height: 50px;
    width: 50px;
}.L-customer-opinions .q-review-experiences::before {
    right: 15px;
    font-size: 80px;
    top: 5px;
}.L-customer-opinions .q-review-experiences .description {
    font-size: calc(16px * 0.95);
}.L-customer-opinions a {
    font-size: calc(17px * 0.9);
    margin-top: 25px;
    padding: 10px 20px;
}}



@media (max-width: 1199px) {.v-price-item-element {
    padding: 80px 0;
}.v-price-item-element .l-value-plan {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.v-price-item-element .l-value-plan h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (max-width: 768px) {.f-course-structure .S-knowledge {
    padding: 2.5rem;
}.f-course-structure .c-learn-spot {
    max-width: 90%;
}.f-course-structure .S-knowledge h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.8);
}.f-course-structure .S-knowledge p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}.f-course-structure .S-knowledge .M-contact-query {
    padding: 0.85rem 2rem;
}
}



@media (max-width: 1200px) {.x-welcome-section .n-skill-studio {
    max-width: 780px;
    padding: 3rem;
}.x-welcome-section h1 {
    font-size: calc(47px * 1);
}
}



@media (max-width: 768px) {.x-welcome-section .n-skill-studio {
    clip-path: polygon(
      0% 0%, 
      100% 0%, 
      99% 99%, 
      1% 100%
    );
    padding: 2rem;
    width: 85%;
    transform: perspective(1000px) rotateX(1deg);
}.x-welcome-section h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.2rem;
}.x-welcome-section h3 {
    margin-bottom: 1.2rem;
    font-size: calc(24px * 0.95);
}.x-welcome-section p {
    max-width: 100%;
    font-size: 14px;
}.x-welcome-section h1::before {
    height: 4px;
    width: 60px;
}
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}


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



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



@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}



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



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



@keyframes slideInTitle {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

