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

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

.Y-progress-bar {
    flex: 0 0 auto;
}

.Y-progress-bar {
    padding: 6rem 0 4rem;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.c-instructional-approach .W-proof-stats {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    z-index: 2;
}

.c-instructional-approach h2::after {
    content: "";
    left: 0;
    height: 4px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    transform-origin: left;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(209,190,169) 0%, rgb(179,158,135) 100%);
    transform: scaleX(1);
}

.W-cookie-reset {
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
}

.i-cookie-message-window p {
    font-size: 15px;
    color: #ffffff;
    max-width: 500px;
}

.e-cookie-customize svg, .e-cookie-customize svg path {
    fill: rgb(209,190,169);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}

.i-cookie-message-window p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(209,190,169);
    font-weight: 600;
}

.M-framework-wrap .H-learn-prefs h5, .M-framework-wrap .H-learn-prefs p {
    color: #ffffff;
}

#n-cookie-popup-alert:checked ~ .i-cookie-message-window {
    visibility: hidden;
    opacity: 0;
}

.A-aspiring-learners .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}

.A-aspiring-learners h4::after {
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    left: 50%;
    height: 5px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    border-radius: 5px;
    width: 100px;
    content: "";
}

.A-aspiring-learners p:hover::before {
    opacity: 1;
}

.A-aspiring-learners p svg {
    transition: all 0.3s ease;
    width: 32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    top: 30px;
}

.A-aspiring-learners p:hover svg path {
    fill: rgb(179,158,135);
}

.A-aspiring-learners .W-proof-stats > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.A-aspiring-learners .W-proof-stats > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.I-privacy-lair {
    padding: 60px;
    grid-gap: 30px;
    height: auto;
    color: rgb(255, 255, 255, 0.5);
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, rgb(179,158,135) 25%, rgb(209,190,169) 75%);
    width: 100%;
    display: grid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.I-privacy-lair ul, .I-privacy-lair ol {
    list-style-position: inside;
    line-height: 1.8;
    border-radius: 10px;
    padding-left: 20px;
    padding: 10px;
    margin: 15px 0;
    list-style: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
}

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

.C-contact .E-help-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    gap: 0;
}

.C-contact #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.C-contact input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.C-contact .E-query-panel input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    margin-top: 2px;
    border: 2px solid rgb(232,222,203);
    width: 24px;
    height: 24px;
}

.C-contact .d-feedback-query {
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    margin-top: 10px;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(209,190,169);
    border: none;
    align-self: flex-start;
}

header .o-top-tutor {
    justify-content: center;
    display: flex;
    position: relative;
    text-decoration: none;
    padding: 0 0 1rem 0;
}

header .o-top-tutor::after {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(209,190,169,0.5), rgb(179,158,135,0.5), rgb(209,190,169,0.5), transparent);
    content: '';
}

header .Z-head-class:hover {
    color: rgb(209,190,169);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.N-thanksFocus::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(209,190,169,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(179,158,135,0.5), 0.1) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}

.N-thanksFocus:hover h2::after {
    transform: scaleX(1);
}

.N-thanksFocus .W-proof-stats {
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 40px;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: #ffffff;
    position: relative;
}

.N-thanksFocus .W-proof-stats:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.s-course-program-description .m-future-class:hover .Y-knowledge-guide {
    animation-play-state: paused;
}

.s-course-program-description .n-education-map:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}

.s-course-program-description .container {
    position: relative;
    padding: 2rem;
    z-index: 2;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
}

.s-course-program-description .U-skill-route::before {
    top: 0;
    animation: pulse-gradient 8s ease infinite;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.7;
    left: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
}

.s-course-program-description .U-skill-route h3::after {
    bottom: -8px;
    background: linear-gradient(
        90deg,
        rgb(209,190,169) 0%,
        rgb(179,158,135) 100%
    );
    content: "";
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    width: 30%;
    height: 2px;
}

.s-course-program-description .U-skill-route .d-feedback-query::after {
    opacity: 0;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: "";
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -50%;
    transform: scale(0);
    position: absolute;
    height: 200%;
}

.s-course-program-description::after {
    left: 0;
    z-index: 1;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    content: "";
    width: 100%;
    opacity: 0.8;
    top: 0;
    height: 100%;
    position: absolute;
}

.C-company-overview::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
}

.C-company-overview .t-learn-online::before {
    top: 50%;
    content: "";
    width: 50px;
    left: 50%;
    border-radius: 50%;
    height: 50px;
    border: 3px solid rgb(209,190,169);
    transform: translate(-50%, -50%);
    position: absolute;
    background: #ffffff;
    z-index: 3;
}

.C-company-overview .b-value-vision h3 {
    color: rgb(209,190,169);
    font-weight: 600;
    position: relative;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.C-company-overview .container::after {
    z-index: -1;
    right: -70px;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    border: 30px solid rgb(179,158,135,0.5);
    height: 150px;
    bottom: -70px;
    opacity: 0.1;
    content: "";
}

.A-academic-expertise .X-pic-hover {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 26px 0 0 26px;
    height: 500px;
    transform: translateX(-30px) translateY(-30px);
    position: relative;
}

.A-academic-expertise .name {
    font-size: 41px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
}

.A-academic-expertise .P-employee-area::before {
    z-index: -1;
    content: "";
    font-family: serif;
    position: absolute;
    color: rgb(179,158,135,0.5);
    left: -2rem;
    top: -2.5rem;
    font-size: 5rem;
}

.I-contact::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(209,190,169,0.5), 0.02) 10px,
        rgba(rgb(209,190,169,0.5), 0.02) 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    content: '';
    left: 0;
}

.I-contact .D-quick-request h3 svg {
    animation: floatIcon 3s ease-in-out infinite;
    fill: none;
    stroke-linejoin: round;
    width: 1.75rem;
    height: 1.75rem;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    stroke-width: 2;
    stroke: #ffffff;
}

.I-contact .a-contact-widget::after {
    height: 3px;
    width: 50px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    background: rgb(209,190,169);
}

.I-contact .r-connect-team span:hover svg {
    transform: scale(1.2);
}

.I-contact .r-connect-team span:nth-child(odd) svg {
    stroke: rgb(209,190,169);
}

.I-contact .r-connect-team span:nth-child(even) svg {
    stroke: rgb(179,158,135);
}

.I-contact .r-connect-team span::after {
    bottom: 0;
    opacity: 0.2;
    right: 0;
    border-color: transparent transparent rgb(209,190,169,0.5) transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 0 0 30px 30px;
    content: '';
}

.I-contact .r-connect-team span > span {
    border: none;
    font-weight: 400;
    margin: 0;
    background: transparent;
    padding: 0;
    color: #000000;
    box-shadow: none;
}

.I-contact .k-contact-map {
    margin-top: 1rem;
    border: 1px solid rgba(rgb(179,158,135,0.5), 0.2);
    border-radius: 10px;
    grid-column: 1 / -1;
    background: rgba(rgb(179,158,135,0.5), 0.1);
    overflow: hidden;
    position: relative;
}

.I-contact .k-contact-map h4:hover svg {
    transform: rotate(20deg);
}

.I-contact .k-contact-map span {
    font-size: 18px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    position: relative;
    color: #000000;
    padding: 0.75rem 0;
}

.s-pricing-layout {
    padding: 120px 0;
    background-color: rgb(232,222,203);
    position: relative;
    overflow: hidden;
}

.s-pricing-layout .Y-pricing-fees {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    order: 1;
}

.s-pricing-layout .v-learn-sub {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.s-pricing-layout .Y-pricing-fees:hover .v-learn-sub::after {
    transform: translateX(-50%) scaleX(1);
}

.s-pricing-layout .h-learning-cost {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    border-radius: 21px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    display: block;
    z-index: 1;
    overflow: hidden;
    perspective: 1000px;
}

.s-pricing-layout .q-cost-fee {
    padding: 5px 10px;
    transition: transform 0.4s ease, color 0.4s ease;
    color: rgb(209,190,169);
    font-weight: 700;
    font-size: calc(20px + 8px);
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.s-pricing-layout .X-pic-hover::after {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
}

.t-launch-now .container p {
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    background: #ffffff;
    position: relative;
    padding: 50px;
    border-radius: 17px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    font-size: 35px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    transition: transform 0.5s ease;
    z-index: 5;
}

.t-launch-now .d-feedback-query:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}

.q-title-portal {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(209,190,169,0.5), rgb(179,158,135) 150%);
    min-height: 100vh;
}

.q-title-portal .I-course-main {
    perspective: 1000px;
    grid-template-columns: 1fr;
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    width: 90%;
    z-index: 2;
    gap: 2rem;
    display: grid;
}

.q-title-portal .T-story-tl:hover {
    transform: translateZ(20px) rotateX(0);
}

.q-title-portal h1::after {
    position: absolute;
    width: 80px;
    height: 4px;
    transform: scaleX(1);
    bottom: 0;
    transform-origin: left;
    background: rgb(179,158,135);
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.Y-progress-bar::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    z-index: -1;
    opacity: 0.85;
    left: 0;
}

.Y-progress-bar .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}

.Y-progress-bar .company_holder::after {
    content: "";
    right: -20px;
    border-right: 2px solid rgb(209,190,169);
    height: 60px;
    border-bottom: 2px solid rgb(209,190,169);
    opacity: 0.7;
    bottom: -20px;
    width: 60px;
    position: absolute;
}

.Y-progress-bar .R-ar-tools {
    margin-top: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}

.Y-progress-bar .Z-top-expert {
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.Y-progress-bar .Z-top-expert .g-main-pro a {
    overflow: hidden;
    z-index: 1;
    position: relative;
    opacity: 0.7;
    padding: 0.4rem 1rem;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
}

.e-transcript .container {
    align-items: center;
    justify-content: center;
    display: flex;
}


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



@media (max-width: 991px) {.c-instructional-approach {
    padding: 4rem 0;
}.c-instructional-approach .W-proof-stats {
    padding: 0 1.5rem;
}.c-instructional-approach h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}.c-instructional-approach .k-text-post {
    padding: 2rem 2.5rem;
}
}



@media (max-width: 991px) {.A-aspiring-learners {
    padding: 80px 0;
}.A-aspiring-learners h4 {
    margin-bottom: 70px;
    font-size: calc(41px * 0.85);
}.A-aspiring-learners div > div {
    gap: 100px 20px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.A-aspiring-learners p {
    height: 180px;
    padding: 35px 25px;
}.A-aspiring-learners p:nth-child(3n+2) {
    transform: translateY(0);
}.A-aspiring-learners p:nth-child(even) {
    transform: translateY(90px);
}.A-aspiring-learners p svg {
    top: 25px;
}.A-aspiring-learners p span {
    margin-top: 45px;
}.A-aspiring-learners::after {
    height: 150px;
    width: 150px;
}
}



@media (max-width: 768px) {.C-contact {
    padding: 50px 0;
}.C-contact h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 4px);
}.C-contact .B-help-info {
    padding: 30px 25px;
}.C-contact .X-pic-hover {
    min-height: 250px;
}
}



@media (max-width: 991px) {header .H-main-pagebar {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .o-top-tutor {
    padding: 0 0 0.8rem 0;
}header .o-top-tutor svg {
    width: 160px;
}header .Z-top-expert {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .Z-head-class {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 767px) {.N-thanksFocus {
    padding: 80px 0;
}.N-thanksFocus .container {
    padding: 0 20px;
}.N-thanksFocus h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.N-thanksFocus .W-proof-stats {
    padding: 30px 20px;
}.N-thanksFocus li {
    padding: 10px 0 10px 15px;
}.N-thanksFocus li::before {
    height: 6px;
    width: 6px;
}.N-thanksFocus span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 768px) {.s-course-program-description .U-skill-route {
    padding: 2.5rem;
}.s-course-program-description .W-proof-stats {
    max-width: 90%;
}.s-course-program-description .U-skill-route h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.2rem;
}.s-course-program-description .U-skill-route p {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.95);
}.s-course-program-description .U-skill-route .d-feedback-query {
    padding: 0.85rem 2rem;
}
}



@media (max-width: 576px) {.A-academic-expertise {
    padding: 4rem 1rem;
}.A-academic-expertise .r-feedback-zone {
    max-width: 100%;
}.A-academic-expertise .X-pic-hover {
    height: 320px;
    transform: translateY(-20px);
}.A-academic-expertise .X-pic-hover::before {
    top: 20px;
}.A-academic-expertise .U-emp-skills {
    padding: 0.5rem 1.5rem 2.5rem;
}.A-academic-expertise .name {
    font-size: calc(32px);
}.A-academic-expertise .U-emp-skills > div:nth-child(2) {
    font-size: 16px;
    letter-spacing: 1px;
}.A-academic-expertise .P-employee-area {
    font-size: 16px;
}.A-academic-expertise .r-feedback-zone:hover .X-pic-hover {
    transform: translateY(-25px);
}}


@media (prefers-reduced-motion: reduce) {.I-contact .D-quick-request h3::before,
    .I-contact .D-quick-request h3 svg,
    .I-contact .r-connect-team span:nth-child(odd)::after,
    .I-contact .r-connect-team span:nth-child(even)::after,
    .I-contact .r-connect-team span:hover svg path,
    .I-contact .r-connect-team span:hover svg circle,
    .I-contact .r-connect-team span:hover svg line,
    .I-contact .r-connect-team span:hover svg polyline,
    .I-contact .r-connect-team span:hover svg rect {
    animation: none;
}.I-contact .k-contact-map h4:hover svg,
    .I-contact .k-contact-map span:hover svg {
    transform: none;
}}



@media (max-width: 991px) {.t-launch-now {
    padding: 90px 0;
}.t-launch-now .container p {
    padding: 40px;
    font-size: calc(19px * 1.2);
}.t-launch-now .d-feedback-query {
    padding: 40px;
}
}



@media (max-width: 480px) {.t-launch-now {
    padding: 50px 0;
}.t-launch-now .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.t-launch-now .d-feedback-query {
    padding: 20px;
    font-size: calc(15px * 0.9);
}}



@media (min-width: 992px) {.q-title-portal .I-course-main {
    gap: 4rem;
}.q-title-portal h3 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
    transform: translateZ(10px) rotateX(3deg);
}.q-title-portal h1 {
    font-size: calc(47px * 1.4);
}.q-title-portal .T-story-tl {
    transform: translateZ(0) rotateX(8deg);
}.q-title-portal .T-story-tl > div {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 0 10px 20px rgba(0,0,0,0.15);
}.q-title-portal .T-story-tl > div p {
    padding: 5rem 4rem;
    font-size: calc(17px * 1.4);
}
}



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



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



@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 floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: rotate(45deg) scale(1);
  }
  100% {
    opacity: 0.6;
    transform: rotate(45deg) scale(1.1);
  }
}

