* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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

.c-instructional-approach::before {
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(rgb(209,190,169,0.5), 0.05) 15%, transparent 15%, transparent 85%, rgba(rgb(209,190,169,0.5), 0.05) 85%);
    z-index: 1;
    left: 0;
    pointer-events: none;
    background-size: 60px 60px;
    height: 100%;
    content: "";
}

.c-instructional-approach .k-text-post:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset;
    transform: translateZ(20px) translateY(-5px);
}

.i-cookie-message-window h5 {
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-size: 19px;
    font-weight: 700;
}

.e-cookie-customize {
    flex-shrink: 0;
    margin-right: 20px;
}

.b-consent-panel {
    margin-left: 20px;
    background: rgb(209,190,169);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 28px;
    box-shadow: rgb(209,190,169,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    padding: 10px 20px;
}


#n-cookie-popup-alert {
    display: none;
}

.A-aspiring-learners::before {
    width: 60%;
    background-size: 20px 20px;
    z-index: 1;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    height: 60%;
    right: 0;
    content: "";
    background-image: radial-gradient(rgb(209,190,169,0.5) 20%, transparent 20%);
    background-position: 0 0;
}

.A-aspiring-learners p {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    margin: 0;
    transition: all 0.3s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    height: 200px;
    background: #ffffff;
    font-size: 12px;
}

.A-aspiring-learners p:hover svg {
    transform: translateX(-50%) scale(1.2);
}

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

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

.I-privacy-lair h1 {
    font-size: 44px;
    letter-spacing: 3px;
    color: #ffffff;
    background: rgb(209,190,169);
    border-radius: 10px;
    grid-column: span 2;
    font-weight: 700;
    margin-top: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px;
}

.I-privacy-lair li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.C-contact {
    overflow: hidden;
    position: relative;
    padding: 70px 0;
    background: rgb(232,222,203);
}

.C-contact::before {
    top: 0;
    content: "";
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.C-contact input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    font-size: 17px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid rgb(232,222,203);
}

.C-contact .E-query-panel label {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}

.C-contact .E-query-panel a:hover {
    color: rgb(179,158,135);
}

.C-contact .d-feedback-query::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: -100%;
}

header .H-main-pagebar {
    padding: 1.5rem 0;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    margin: 1rem 0;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    position: relative;
    flex-direction: column;
}

header .o-top-tutor svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}

header .Z-top-expert {
    padding: 1rem 2rem 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 90%;
    justify-content: center;
    gap: 0.7rem;
}

header .Z-head-class:hover::before {
    height: 100%;
}

.N-thanksFocus {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(209,190,169,0.5), 0.05), rgba(rgb(179,158,135,0.5), 0.1));
    overflow: hidden;
    position: relative;
}

.N-thanksFocus .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
}

.N-thanksFocus h2::after {
    transform: scaleX(0.8);
    height: 4px;
    transform-origin: left;
    content: "";
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    left: 0;
    border-radius: 10px;
    width: 120px;
    position: absolute;
}

.N-thanksFocus li::before {
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(209,190,169,0.5), 0.5);
    content: "";
    position: absolute;
    height: 8px;
    top: 24px;
    background: rgb(209,190,169);
}

.N-thanksFocus .W-proof-stats:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

.s-course-program-description {
    min-height: 100vh;
    justify-content: center;
    background-color: rgb(232,222,203);
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.s-course-program-description .n-education-map img {
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
}

.s-course-program-description .W-proof-stats {
    max-width: 800px;
    width: 100%;
    position: relative;
}

.s-course-program-description .U-skill-route {
    border-radius: 17px;
    position: relative;
    padding: 4rem;
    backdrop-filter: blur(10px);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.s-course-program-description .U-skill-route {
    padding: 2rem 1.5rem;
}

.s-course-program-description .U-skill-route:hover h3::after {
    width: 60%;
}

.s-course-program-description .U-skill-route p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.8;
    margin-right: auto;
    margin-left: auto;
}

.s-course-program-description .U-skill-route p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 0.9);
}

.s-course-program-description .U-skill-route .d-feedback-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(209,190,169,0.5);
}

.s-course-program-description .U-skill-route .d-feedback-query:hover::after {
    opacity: 1;
    transform: scale(1);
    animation: ripple-out 1.5s ease;
}



.s-course-program-description .n-education-map:nth-child(1)::before {
    animation-delay: 0s;
}

.s-course-program-description .n-education-map:nth-child(3)::before {
    animation-delay: 4s;
}

.s-course-program-description .n-education-map:nth-child(5)::before {
    animation-delay: 8s;
}

.C-company-overview h2 {
    display: inline-block;
    transform: translateX(-50%);
    background: #ffffff;
    color: #000000;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 50px;
    left: 50%;
}

.C-company-overview .b-value-vision:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.C-company-overview .b-value-vision:first-child {
    border-bottom: 3px solid rgb(209,190,169);
}

.C-company-overview .b-value-vision p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 15px;
}

.C-company-overview .b-value-vision:last-child::before {
    opacity: 0.2;
    color: rgb(179,158,135,0.5);
    line-height: 1;
    font-size: 70px;
    right: 20px;
    top: 20px;
    position: absolute;
    font-weight: 700;
    content: "02";
}

.A-academic-expertise::before {
    right: -100px;
    content: "";
    filter: blur(120px);
    height: 300px;
    z-index: 0;
    position: absolute;
    width: 300px;
    border-radius: 50%;
    background: rgb(209,190,169,0.5);
    top: -100px;
}

.A-academic-expertise .X-pic-hover::before {
    left: 30px;
    position: absolute;
    background: rgb(209,190,169,0.5);
    width: 100%;
    top: 30px;
    content: "";
    border-radius: 26px;
    height: 100%;
    z-index: -1;
}

.A-academic-expertise .P-employee-area {
    font-weight: 300;
    position: relative;
    font-style: italic;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    font-size: calc(16px * 1.1);
}



.A-academic-expertise .r-feedback-zone:hover .name {
    background: linear-gradient(90deg, rgb(209,190,169), rgb(179,158,135));
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}

.I-contact .D-quick-request::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: absolute;
}


.I-contact .a-contact-widget {
    text-align: center;
    position: relative;
    max-width: 80%;
    color: #000000;
    line-height: 1.7;
    font-size: calc(18px * 1.05);
    padding: 2rem 2rem 1rem;
    margin: 0 auto;
}

.I-contact .r-connect-team span {
    background: #ffffff;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    border: 1px solid rgba(rgb(209,190,169,0.5), 0.1);
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding-left: 3.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    display: flex;
}

.I-contact .r-connect-team span:nth-child(even)::after {
    border-color: transparent transparent rgb(179,158,135,0.5) transparent;
}

.I-contact .r-connect-team span:nth-child(even)::after {
    animation: pulseElement 4s infinite ease-in-out 2s;
}

.I-contact .r-connect-team span > span:hover {
    transform: none;
    box-shadow: none;
}

.I-contact .r-connect-team span a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(209,190,169);
    display: inline-block;
}

.I-contact .k-contact-map h4 svg {
    stroke-linecap: round;
    width: 1.25rem;
    stroke: rgb(179,158,135);
    fill: none;
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 2;
    height: 1.25rem;
}

.I-contact .k-contact-map span svg {
    transition: transform 0.3s ease;
    stroke-width: 2;
    height: 1rem;
    stroke: rgb(179,158,135);
    margin-right: 0.75rem;
    stroke-linecap: round;
    width: 1rem;
    stroke-linejoin: round;
    fill: none;
}

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

.s-pricing-layout .Y-pricing-fees:hover h2 {
    transform: translateY(-5px);
}

.s-pricing-layout .v-learn-sub::after {
    content: "";
    background: linear-gradient(90deg, rgb(179,158,135), rgb(209,190,169));
    bottom: -15px;
    transform: translateX(-50%) scaleX(0.7);
    transition: transform 0.5s ease;
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
}

.s-pricing-layout .h-learning-cost:hover::before {
    transform: scaleX(1);
}

.s-pricing-layout .B-cost-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.s-pricing-layout .r-indv-sub::before {
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}

.s-pricing-layout .h-learning-cost:hover .q-cost-fee {
    color: rgb(179,158,135);
    transform: translateY(-5px);
}

.s-pricing-layout .r-indv-sub p {
    flex-grow: 1;
    margin-bottom: 0;
    hyphens: auto;
    overflow-wrap: break-word;
    font-size: 12px;
    color: #000000;
    word-wrap: break-word;
    max-width: 100%;
    line-height: 1.6;
}

.t-launch-now::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    opacity: 0.03;
    background: 
        linear-gradient(45deg, rgb(232,222,203) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(232,222,203) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(232,222,203) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(232,222,203) 75%);
    content: '';
    z-index: 1;
    left: 0;
}

.t-launch-now .d-feedback-query:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.q-title-portal::after {
    animation: pulse 10s infinite alternate ease-in-out;
    width: 100%;
    top: -50%;
    background: linear-gradient(135deg, rgb(209,190,169,0.5) 0%, transparent 70%);
    right: -50%;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    transform: rotate(45deg);
}

.q-title-portal .T-story-tl {
    transform-style: preserve-3d;
    transform: translateZ(0) rotateX(5deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}

.q-title-portal h1 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    position: relative;
    font-size: 47px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    padding: 0 0 1rem 0;
    font-weight: 700;
    color: #ffffff;
}

.q-title-portal .T-story-tl > div p {
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    font-weight: 400;
    font-size: calc(17px * 1.2);
    padding: 3rem 2rem;
    line-height: 1.6;
    transform: translateZ(0);
}

.Y-progress-bar .company_holder h3 {
    -webkit-background-clip: text !important;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(209,190,169));
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
}

.Y-progress-bar .g-main-pro {
    display: grid;
    width: 100%;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
}

.Y-progress-bar .Z-top-expert::before {
    width: 3px;
    transition: height 0.3s ease;
    top: 0;
    content: "";
    left: 0;
    background: rgb(209,190,169);
    position: absolute;
    height: 0;
}

.Y-progress-bar .Z-top-expert h5::before {
    transform: translateY(-50%);
    background: rgb(209,190,169);
    box-shadow: 0 0 10px rgb(209,190,169);
    position: absolute;
    height: 5px;
    left: 0;
    width: 5px;
    content: "";
    border-radius: 50%;
    top: 50%;
}

.e-transcript {
    margin-top: 4rem;
    position: relative;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    grid-column: 1 / 13;
}


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


@media only screen and (max-width: 1200px) {.i-cookie-message-window {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.e-cookie-customize {
    display: none;
}.W-cookie-reset {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.i-cookie-message-window h5 {
    text-align: center;
}.i-cookie-message-window p {
    text-align: center;
}.H-learn-prefs {
    text-align: center;
    margin-bottom: 20px;
}.b-consent-panel {
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
    width: 100%;
}}



@media only screen and (max-width: 800px) {.I-privacy-lair {
    padding: 30px;
    grid-template-columns: 1fr;
}.I-privacy-lair h1 {
    font-size: calc(20px - 8px);
}.I-privacy-lair h2 {
    font-size: calc(20px - 6px);
}.I-privacy-lair h3, .I-privacy-lair h4, .I-privacy-lair h5, .I-privacy-lair h6 {
    font-size: calc(20px - 4px);
}.I-privacy-lair ul, .I-privacy-lair ol {
    font-size: calc(14px - 2px);
    padding-left: 15px;
}.I-privacy-lair section {
    grid-template-columns: 1fr;
}}



@media (max-width: 576px) {.C-contact {
    padding: 40px 0;
}.C-contact .container {
    padding: 0 15px;
}.C-contact h2::after {
    width: 40px;
}.C-contact .B-help-info {
    padding: 25px 20px;
}.C-contact #contact {
    gap: 20px;
}.C-contact .d-feedback-query {
    padding: 14px 20px;
    width: 100%;
}.C-contact .X-pic-hover {
    min-height: 200px;
}}



@media (min-width: 768px) {.N-thanksFocus {
    padding: 150px 0;
}.N-thanksFocus .container {
    padding: 0 60px;
}.N-thanksFocus h2 {
    max-width: 90%;
    font-size: calc(28px * 1.1);
    margin-bottom: 50px;
}.N-thanksFocus .W-proof-stats {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.N-thanksFocus .W-proof-stats:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.N-thanksFocus li {
    padding: 10px 0 10px 30px;
}.N-thanksFocus li::before {
    width: 10px;
    height: 10px;
}.N-thanksFocus span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}



@media screen and (max-width: 767px) {.C-company-overview {
    padding: 60px 0;
}.C-company-overview h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 35px;
}.C-company-overview .b-value-vision {
    padding: 25px;
}.C-company-overview .b-value-vision h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.C-company-overview .b-value-vision p {
    font-size: calc(15px * 0.95);
}.C-company-overview .b-value-vision:first-child::before,
    .C-company-overview .b-value-vision:last-child::before {
    top: 15px;
    right: 15px;
    font-size: 60px;
}
}


@media (max-width: 991px) {.I-contact {
    padding: 5rem 0;
}.I-contact .D-quick-request h3 {
    font-size: calc(29px * 0.9);
    padding: 1.75rem;
}.I-contact .D-quick-request h3 svg {
    height: 1.5rem;
    width: 1.5rem;
}.I-contact .a-contact-widget {
    padding: 1.75rem 1.75rem 1rem;
    font-size: 18px;
    max-width: 90%;
}.I-contact .r-connect-team {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 1.75rem;
}.I-contact .r-connect-team span svg {
    height: 1.4rem;
    width: 1.4rem;
}.I-contact .k-contact-map h4 svg {
    width: 1.2rem;
    height: 1.2rem;
}.I-contact .k-contact-map span svg {
    width: 0.9rem;
    height: 0.9rem;
}
}



@media (min-width: 768px) {.s-pricing-layout .W-program-fees {
    grid-template-columns: repeat(2, 1fr);
}.s-pricing-layout .r-indv-sub {
    padding: 35px;
}.s-pricing-layout .X-pic-hover {
    height: 220px;
}
}



@media (min-width: 992px) {.s-pricing-layout .k-access-cost {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.s-pricing-layout .Y-pricing-fees {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.s-pricing-layout .W-program-fees {
    flex: 0 0 65%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}.s-pricing-layout .v-learn-sub::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.s-pricing-layout .Y-pricing-fees:hover .v-learn-sub::after {
    transform: translateX(0) scaleX(1);
}
}



@media (min-width: 768px) {.q-title-portal .I-course-main {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.q-title-portal h3 {
    transform: translateY(0) rotateX(2deg);
    padding: 2rem;
    font-size: 19px;
}.q-title-portal h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 1.2);
}.q-title-portal .T-story-tl > div p {
    padding: 4rem 3rem;
    font-size: calc(17px * 1.3);
}
}



@media screen and (max-width: 768px) {.Y-progress-bar {
    padding: 4rem 0 3rem;
}.Y-progress-bar .g-main-pro {
    gap: 2rem;
    grid-template-columns: 1fr;
}.Y-progress-bar .Z-top-expert {
    padding: 1.2rem;
}.Y-progress-bar .Z-top-expert h5 {
    font-size: calc(24px * 0.9);
}.Y-progress-bar .company_holder::before,
    .Y-progress-bar .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

