.M-framework-wrap {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

.z-nav-learning {
    flex: 1 0 auto;
}


.c-instructional-approach {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,203) 0%, rgba(rgb(179,158,135,0.5), 0.1) 100%);
}

.c-instructional-approach h2 {
    text-align: left;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(20px);
    position: relative;
    font-size: 34px;
    color: #000000;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.c-instructional-approach p {
    margin: 0;
    z-index: 2;
    text-align: left;
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
}

.i-cookie-message-window {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
    border-top: 2px solid rgb(209,190,169);
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: rgb(179,158,135);
}

.e-cookie-customize:hover svg {
    transform: rotate(10deg);
}

.cookie_button.D-user-tracker {
    background: rgb(209,190,169);
}

.b-consent-panel:hover {
    transform: scale(1.05);
    box-shadow: rgb(209,190,169,0.5) 0px 6px 15px 0px;
}

.M-framework-wrap .b-consent-panel {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 30px;
    border-radius: 10px;
    background: rgb(209,190,169);
    padding: 10px;
    border: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.A-aspiring-learners .W-proof-stats {
    position: relative;
}

.A-aspiring-learners h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}

.A-aspiring-learners div > div {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 20px;
    gap: 30px;
}

.A-aspiring-learners p:nth-child(even) {
    transform: translateY(100px);
}

.A-aspiring-learners p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.A-aspiring-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,190,169);
}

.A-aspiring-learners p span {
    width: 100%;
    display: block;
    margin-top: 50px;
}



.A-aspiring-learners::after {
    content: "";
    height: 200px;
    left: 5%;
    animation: hexSpin 30s linear infinite;
    top: 10%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    border: 2px dashed rgb(179,158,135,0.5);
    opacity: 0.5;
    width: 200px;
    position: absolute;
    z-index: 1;
}

.I-privacy-lair h3, .I-privacy-lair h4, .I-privacy-lair h5, .I-privacy-lair h6 {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 10px;
    text-align: left;
    margin-top: 15px;
    border-left: 4px solid rgb(209,190,169);
    padding: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.I-privacy-lair section {
    display: grid;
    padding: 20px;
    background: rgb(232,222,203);
    border-radius: 10px;
    grid-gap: 20px;
    color: #000000;
    grid-template-columns: 1fr 1fr;
}

.C-contact h2 {
    font-size: 31px;
    position: relative;
    font-weight: 700;
    color: rgb(179,158,135);
    text-align: center;
    margin-bottom: 40px;
}

.C-contact .X-pic-hover {
    grid-column: 2;
    border-bottom-right-radius: 11px;
    grid-row: 1;
    border-top-right-radius: 11px;
    min-height: 500px;
    height: 100%;
    transition: transform 0.6s ease;
}

.C-contact input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(209,190,169);
}

.C-contact .E-query-panel input[type="checkbox"]:checked {
    border-color: rgb(209,190,169);
    background: rgb(209,190,169);
}

.C-contact .E-query-panel a {
    color: rgb(209,190,169);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.C-contact .d-feedback-query:hover::before {
    left: 100%;
}

.C-contact svg {
    width: 22px;
    fill: rgb(209,190,169);
    margin-right: 10px;
    vertical-align: middle;
    height: 22px;
}

header .container {
    width: 100%;
    z-index: 1;
    padding: 0 2%;
    position: relative;
    margin: 0;
    max-width: 100%;
}

header .H-main-pagebar::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(209,190,169), rgb(179,158,135));
    height: 5px;
}

header .o-top-tutor:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .Z-head-class {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    padding: 0.7rem 1.3rem;
    background: linear-gradient(to bottom, #ffffff, rgb(232,222,203));
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    z-index: 1;
}

.N-thanksFocus h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    transition: transform 0.5s ease-out;
    margin-bottom: 40px;
    font-size: 28px;
    position: relative;
    text-align: left;
    transform: perspective(1000px) translateZ(10px);
}

.N-thanksFocus ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.N-thanksFocus li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}

.N-thanksFocus span {
    position: relative;
    transform: translateY(0);
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.s-course-program-description .m-future-class {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.s-course-program-description .n-education-map {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 100%;
}

.s-course-program-description .n-education-map::before {
    content: "";
    animation: gradient-shift 8s infinite alternate;
    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%
    );
    height: 100%;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.s-course-program-description .U-skill-route::after {
    position: absolute;
    transform: translateX(-100%);
    right: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    animation: shine-effect 10s ease-in-out infinite;
}

.s-course-program-description .U-skill-route .d-feedback-query::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(179,158,135) 0%,
        rgb(209,190,169) 100%
    );
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
}

.s-course-program-description .U-skill-route .d-feedback-query:hover::before {
    opacity: 1;
}



.s-course-program-description::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.7;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    z-index: 1;
}

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

.C-company-overview h2::after {
    width: 40px;
    height: 2px;
    background: rgb(209,190,169);
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.C-company-overview .b-value-vision {
    padding: 35px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.C-company-overview .b-value-vision h3::after {
    background: rgb(179,158,135);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
    bottom: 0;
}

.C-company-overview .container::before {
    border: 30px solid rgb(209,190,169,0.5);
    opacity: 0.1;
    height: 200px;
    left: -100px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    top: -100px;
    width: 200px;
    position: absolute;
}

.A-academic-expertise .r-feedback-zone {
    max-width: 1100px;
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
    background: #ffffff;
    overflow: visible;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    position: relative;
    display: grid;
    border-radius: 26px;
    z-index: 2;
}

.A-academic-expertise .U-emp-skills > div:nth-child(2)::after {
    bottom: 0;
    width: 60px;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(179,158,135);
    content: "";
}

.A-academic-expertise .r-feedback-zone:hover .X-pic-hover {
    transform: translateX(-20px) translateY(-40px);
}

.I-contact::after {
    width: 500px;
    height: 500px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(209,190,169,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -2;
    content: '';
    filter: blur(50px);
    right: -250px;
    top: -250px;
}

.I-contact .D-quick-request h3 {
    color: #ffffff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    background: rgb(209,190,169);
    overflow: hidden;
    gap: 0.75rem;
    justify-content: center;
    padding: 2rem;
    letter-spacing: 1px;
    font-size: 29px;
    margin: 0;
}

.I-contact .r-connect-team {
    padding: 2rem;
    position: relative;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    display: grid;
}

.I-contact .r-connect-team span svg path,
.I-contact .r-connect-team span svg circle,
.I-contact .r-connect-team span svg line,
.I-contact .r-connect-team span svg polyline,
.I-contact .r-connect-team span svg rect {
    transition: all 0.3s ease;
}

.I-contact .r-connect-team span::before {
    content: '';
    top: 0;
    transition: width 0.3s ease;
    height: 100%;
    position: absolute;
    width: 5px;
    background: rgb(209,190,169);
    left: 0;
}

.I-contact .r-connect-team span:hover::before {
    width: 7px;
}


.I-contact .r-connect-team span p {
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #000000;
    font-size: 18px;
}

.I-contact .r-connect-team span > span::before,
.I-contact .r-connect-team span > span::after {
    display: none;
}

.I-contact .r-connect-team span a:hover {
    transform: translateX(3px);
    color: rgb(179,158,135);
}

.I-contact .k-contact-map h4 {
    border-bottom: 1px solid rgba(rgb(179,158,135,0.5), 0.2);
    margin: 0 0 1.5rem;
    color: rgb(179,158,135);
    font-size: 19px;
    position: relative;
    align-items: center;
    font-weight: 600;
    gap: 0.75rem;
    display: flex;
    padding-bottom: 0.75rem;
}

.I-contact .k-contact-map span:hover svg {
    transform: scale(1.2);
}

.I-contact .k-contact-map span:last-child {
    border-bottom: none;
}

.s-pricing-layout::before {
    left: -5%;
    transform: rotate(-3deg);
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    width: 110%;
    content: "";
    z-index: 0;
    top: -10%;
    height: 120%;
}

.s-pricing-layout .W-program-fees {
    display: grid;
    width: 100%;
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.s-pricing-layout .h-learning-cost:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}

.s-pricing-layout .r-indv-sub {
    z-index: 1;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    padding: 30px;
    display: flex;
}

.s-pricing-layout .r-indv-sub h3 {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: calc(20px + 2px);
}

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

.s-pricing-layout .X-pic-hover {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.t-launch-now {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(179,158,135,0.5) 0%, rgb(232,222,203) 100%);
}

.t-launch-now .d-feedback-query {
    background: rgb(209,190,169);
    border-radius: 17px;
    color: #ffffff;
    font-size: 15px;
    display: flex;
    padding: 50px;
    align-items: center;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    position: relative;
    overflow: hidden;
    justify-content: center;
    text-decoration: none;
    z-index: 5;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    font-weight: 600;
}

.q-title-portal::before {
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.1) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    width: 100%;
}

.q-title-portal h3::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    animation: shimmer 5s infinite linear;
    background-size: 200% 200%;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
}

.q-title-portal .T-story-tl:hover h1::after {
    transform: scaleX(1.5);
}

.q-title-portal .T-story-tl > div {
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
}



.Y-progress-bar .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

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

.Y-progress-bar .company_holder h3::after {
    background: rgb(209,190,169);
    width: 30%;
    position: absolute;
    bottom: -5px;
    content: "";
    height: 2px;
    box-shadow: 0 0 10px rgb(209,190,169);
    left: 0;
}

.Y-progress-bar .Z-top-expert:hover::before {
    height: 100%;
}

.Y-progress-bar .Z-top-expert h5 {
    position: relative;
    padding-left: 1rem;
    font-size: 24px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: rgb(179,158,135);
    font-weight: 600;
}

.Y-progress-bar .Z-top-expert .g-main-pro a::before {
    top: 0;
    height: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgba(rgb(209,190,169,0.5), 0.1), transparent);
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
}

.e-transcript .Q-online-tools {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
}



@media (max-width: 767px) {.c-instructional-approach {
    padding: 3rem 0;
}.c-instructional-approach .W-proof-stats {
    padding: 0 1rem;
}.c-instructional-approach h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.c-instructional-approach h2::after {
    width: 80px;
    height: 3px;
}.c-instructional-approach .k-text-post {
    padding: 1.5rem 2rem;
}.c-instructional-approach p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 576px) {.A-aspiring-learners {
    padding: 60px 0;
}.A-aspiring-learners h4 {
    margin-bottom: 40px;
    font-size: calc(41px * 0.6);
}.A-aspiring-learners h4::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.A-aspiring-learners p {
    padding: 15px;
    font-size: calc(12px * 0.9);
}.A-aspiring-learners p svg {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}}



@media (max-width: 992px) {.C-contact .E-help-card {
    grid-template-columns: 1fr;
}.C-contact .X-pic-hover {
    border-top-left-radius: 11px;
    grid-row: 1;
    border-radius: 0;
    grid-column: 1;
    min-height: 300px;
    border-top-right-radius: 11px;
}.C-contact .B-help-info {
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px;
}
}



@media (max-width: 767px) {header .H-main-pagebar {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .o-top-tutor {
    padding: 0 0 0.7rem 0;
}header .o-top-tutor svg {
    width: 140px;
}header .Z-top-expert {
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
    max-width: 95%;
}header .Z-head-class {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {.N-thanksFocus {
    padding: 60px 0;
}.N-thanksFocus h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.N-thanksFocus .W-proof-stats {
    padding: 25px 15px;
}.N-thanksFocus span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 992px) {.s-course-program-description .U-skill-route {
    padding: 3rem;
}.s-course-program-description .W-proof-stats {
    max-width: 700px;
}.s-course-program-description .U-skill-route h3 {
    font-size: calc(30px * 0.9);
}.s-course-program-description .U-skill-route p {
    max-width: 95%;
}
}



@media screen and (max-width: 575px) {.C-company-overview {
    padding: 50px 0;
}.C-company-overview h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.C-company-overview .b-value-vision {
    padding: 20px;
}.C-company-overview .b-value-vision h3 {
    padding-bottom: 10px;
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
}.C-company-overview .b-value-vision p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.C-company-overview .b-value-vision:first-child::before,
    .C-company-overview .b-value-vision:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.C-company-overview .container::before,
    .C-company-overview .container::after {
    width: 100px;
    border-width: 20px;
    height: 100px;
}}


@media (max-width: 575px) {.I-contact {
    padding: 3rem 0;
}.I-contact .D-quick-request h3 {
    padding: 1.25rem;
    font-size: calc(29px * 0.8);
}.I-contact .D-quick-request h3 svg {
    width: 1.3rem;
    height: 1.3rem;
}.I-contact .a-contact-widget {
    padding: 1.25rem 1.25rem 0.75rem;
    font-size: calc(18px * 0.95);
}.I-contact .r-connect-team {
    padding: 1.25rem;
}.I-contact .r-connect-team span {
    padding-left: 3rem;
    padding: 1.25rem;
}.I-contact .r-connect-team span svg {
    left: 1rem;
    height: 1.2rem;
    width: 1.2rem;
}.I-contact .k-contact-map h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.25rem;
}.I-contact .k-contact-map h4 svg {
    width: 1rem;
    height: 1rem;
}.I-contact .k-contact-map span svg {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.5rem;
}
}



@media (max-width: 767px) {.t-launch-now {
    padding: 70px 0;
}.t-launch-now .W-proof-stats {
    grid-template-columns: 1fr;
}.t-launch-now .container p {
    font-size: 19px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
}.t-launch-now .d-feedback-query {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.t-launch-now .container p:hover,
    .t-launch-now .d-feedback-query:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}



@media screen and (max-width: 992px) {.Y-progress-bar .container {
    grid-template-columns: repeat(1, 1fr);
}.Y-progress-bar .company_holder {
    grid-column: 1;
    grid-row: 1;
}.Y-progress-bar .B-fellow-prog {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.e-transcript {
    margin-top: 3rem;
    grid-row: 3;
}
}



@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateZ(0) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateZ(20px) translateY(0);
    }
}

@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(209,190,169,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}

