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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(95,130,165,0.5), rgb(148,188,188));
    z-index: 1000;
}

.give-it-a-try .container p {
    font-weight: 700;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(148,188,188,0.5);
    background: #ffffff;
    margin: 0 auto 80px;
    text-align: center;
    font-size: 30px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    line-height: 1.4;
    max-width: 800px;
    padding: 40px;
    z-index: 5;
    color: #000000;
}

.give-it-a-try::after {
    opacity: 0.1;
    transform: rotate(45deg);
    width: 400px;
    height: 400px;
    content: '';
    border-radius: 0 50% 50% 50%;
    z-index: 1;
    right: -200px;
    position: absolute;
    background: rgb(148,188,188,0.5);
    top: -200px;
}

.potential-students .edu-commit {
    z-index: 10;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.potential-students h3::after {
    right: -60px;
}

.potential-students ul {
    padding: 0;
    display: flex;
    gap: 40px;
    list-style: none;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.potential-students ul li::after {
    height: 100px;
    background: rgb(148,188,188,0.5);
    border-radius: 50%;
    position: absolute;
    transition: all 0.6s ease;
    bottom: -50px;
    z-index: -1;
    content: '';
    width: 100px;
    left: -50px;
    opacity: 0.1;
}

.potential-students ul li svg {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    position: relative;
}

.potential-students ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.potential-students ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.potential-students ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

.privacy-holdings h3,
.privacy-holdings h4,
.privacy-holdings h5,
.privacy-holdings h6 {
    color: #ffffff;
    margin-bottom: 0.75em;
}

.privacy-holdings h3 {
    font-size: calc(21px - 0.2em);
    font-weight: 400;
}

.privacy-holdings p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 1.5em;
}

.privacy-holdings ul li::before,
.privacy-holdings ol li::before {
    width: 8px;
    margin-right: 0.5em;
    content: "";
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    background-color: rgb(148,188,188);
    box-shadow: 0 0 5px rgb(148,188,188,0.5);
}

.cookie-window-banner .track-cookies svg {
    fill: rgb(148,188,188);
    width: 60px;
    height: 60px;
}


.cookie-window-banner .cookie-eductrl {
    flex-grow: 1;
}

.cookie-window-banner .cookie-eductrl p {
    color: #000000;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}


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

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

.welcome-board .intro-title {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    z-index: 1;
    top: 0;
}

.welcome-board .learn-team {
    display: flex;
    width: fit-content;
    animation: infinite-scroll 30s linear infinite;
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
}

.welcome-board .learn-team {
    --slide-count: 2;
}

.welcome-board .learn-skillspro::after {
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(
        135deg,
        rgb(148,188,188,0.5) 0%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    z-index: 1;
}

.welcome-board .learn-skillspro img {
    filter: brightness(0.8) saturate(1.2);
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    animation: ken-burns 20s ease infinite alternate;
    transform-origin: center;
    width: 100%;
}

.welcome-board .text-box-item::after {
    filter: blur(15px);
    background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}

.welcome-board .text-box-item h1::before,
.welcome-board .text-box-item h1::after {
    height: 3px;
    content: '';
    background: rgb(148,188,188);
    bottom: -8px;
    position: absolute;
}

.welcome-board .text-box-item h1::before {
    right: 75%;
    left: 0;
    animation: line-grow-left 1.5s ease-out forwards;
}

.welcome-board .text-box-item h1::before,
    .welcome-board .text-box-item h1::after {
    height: 2px;
    bottom: -6px;
}

.welcome-board .text-box-item .message-support:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.welcome-board:has(.learn-skillspro:nth-child(3)) .learn-team {
    --slide-count: 3;
}

.welcome-board:has(.learn-skillspro:nth-child(5)) .learn-team {
    --slide-count: 5;
}

.our-mission::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(148,188,188,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

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

.our-mission .text-box-item::before {
    background: linear-gradient(90deg, transparent, rgb(95,130,165));
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 30%;
    height: 5px;
}

.our-mission .text-box-item h6::after {
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
    background: rgb(95,130,165,0.5);
    bottom: -10px;
}

.educational-gains::after {
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    background: rgb(95,130,165,0.5);
    height: 300px;
    bottom: -100px;
    filter: blur(80px);
    z-index: 1;
    width: 300px;
    left: -100px;
    content: '';
}

.educational-gains h2 {
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    border-bottom: 3px solid rgb(148,188,188);
    font-size: 32px;
    width: fit-content;
}

.educational-gains .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}

.educational-gains .text_main_holder > div:hover::before {
    opacity: 1;
}

.educational-gains .text_main_holder svg {
    transition: transform 0.4s ease;
    width: 60px;
    transform: translateZ(10px);
    height: 60px;
}

.educational-gains .text_main_holder p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    transform: translateZ(5px);
    line-height: 1.6;
    transition: transform 0.4s ease;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    height: 22px;
    margin-right: 15px;
    fill: #ffffff;
    flex-shrink: 0;
    width: 22px;
}

footer .head-pagewrap {
    text-align: center;
    padding-top: 60px;
}

footer .netiquette {
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    max-width: 350px;
}

footer .site-header h5::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(148,188,188), transparent);
    width: 100%;
}

footer .top-head a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    left: 0;
    width: 100%;
}

footer .sub-box:hover {
    background-color: rgb(95,130,165);
}

footer .faq-block {
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.course-summary::before {
    opacity: 0.7;
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    filter: blur(60px);
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(148,188,188,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(95,130,165,0.5) 0%, transparent 30%);
}

.course-summary .edu-commit:hover .image-item {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}

.course-summary .head-pagewrap {
    z-index: 5;
    border-radius: 50%;
    background: #ffffff;
    justify-content: center;
    display: flex;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(148,188,188,0.5);
    height: 100px;
    transform: translateY(0);
    margin-bottom: 30px;
    align-items: center;
    position: relative;
}

.course-summary .head-pagewrap:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.course-summary .head-pagewrap:hover svg path {
    fill: rgb(95,130,165);
}

.course-summary .new-study:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.course-summary .new-study:hover h3::after {
    width: 120px;
}

.course-summary p {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    line-height: 1.8;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    padding: 35px;
    transform: perspective(800px) rotateX(-2deg);
    text-align: center;
    max-width: 700px;
    z-index: 4;
    font-size: 16px;
    width: 100%;
}



.customer-feedback::after {
    width: 70%;
    position: absolute;
    z-index: 0;
    height: 200%;
    background: rgb(148,188,188,0.5);
    right: -20%;
    transform: rotate(30deg);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    opacity: 0.1;
    top: -50%;
}

.customer-feedback .student-votes::before {
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    transform: translateY(10px) translateX(10px);
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(148,188,188,0.5),
        rgb(95,130,165,0.5)
    );
    content: "";
    transition: all 0.5s ease;
    height: 100%;
}

.customer-feedback .student-votes:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.customer-feedback .student-votes:nth-child(odd)::after {
    left: -15px;
    top: -15px;
    background: rgb(95,130,165);
}

.customer-feedback .student-votes p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
}

.customer-feedback .student-votes:hover .description {
    transform: translateY(-5px);
}

.customer-feedback .student-votes:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.connect-form {
    padding: 100px 0;
    position: relative;
}

.connect-form .inquiry-reach {
    background: rgb(148,188,188);
    width: 40%;
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
}

.connect-form .inquiry-reach h3 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    font-size: 34px;
    z-index: 1;
    color: #ffffff;
}

.connect-form .inquiry-reach div:hover {
    transform: translateX(5px);
    border-left-color: rgb(95,130,165);
}

.connect-form .inquiry-reach div span {
    font-size: 15px;
    color: #ffffff;
}

.connect-form .feedback-info h3 {
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

.connect-form form input::placeholder {
    color: #BBBBBB;
}

.connect-form .request-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect-form .request-box input[type="checkbox"]:checked + label::before {
    background-color: rgb(148,188,188);
    border-color: rgb(148,188,188);
}

.connect-form .request-box label a:hover {
    text-decoration: underline;
}

.connect-form form .message-support::after {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, -50%, 0);
    width: 0;
    transform-style: flat;
    position: absolute;
    height: 0;
    top: 50%;
    content: "";
    left: 50%;
    transition: width 0.3s ease, height 0.3s ease;
}

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

.gratWrap .edu-commit {
    position: relative;
    gap: 2.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    display: flex;
}

.gratWrap .edu-commit {
    max-width: 75%;
    gap: 3rem;
}

.gratWrap a:hover::before {
    opacity: 1;
}

.gratWrap p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(95,130,165,0.5);
    transition: all 0.3s ease;
    position: relative;
}

header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}

header .head-base::after {
    opacity: 0.6;
    background: #ffffff;
    transition: width 0.3s ease, opacity 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    width: 50%;
    left: 50%;
}

header .first-lesson::before {
    background: #ffffff;
    transform: translateY(100%) scale(0.8);
    border-radius: 10px;
    left: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0;
}

.mentorship-experience {
    padding: 140px 0;
    background: rgb(207,221,221);
    position: relative;
    overflow: hidden;
}

.mentorship-experience .student-votes {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    grid-template-rows: auto auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    transform: perspective(1200px) rotateY(0deg);
    position: relative;
    max-width: 1000px;
}

.mentorship-experience .student-votes span:not(.name) {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    grid-column: 2;
    font-weight: 300;
    font-size: 15px;
    align-self: end;
    grid-row: 1;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    padding: 35px 50px 40px 70px;
    color: rgb(95,130,165);
    z-index: 2;
    position: relative;
}

.pricing-plan .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.pricing-plan .pricing-rates {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

.pricing-plan .enroll-cost h2::after {
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(148,188,188), rgb(95,130,165));
    content: "";
    border-radius: 10px;
    bottom: -10px;
}

.pricing-plan .pro-fees:nth-child(3) {
    animation-delay: 0.3s;
}

.pricing-plan .pro-fees:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-plan .bundle-price {
    display: flex;
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
}

.pricing-plan .pro-fees:hover .bundle-price h3 {
    color: rgb(148,188,188);
}

.pricing-plan .pro-fees:hover .price-opts {
    transform: translateY(-3px);
}

.pricing-plan .bundle-price p {
    word-break: break-word;
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    font-size: calc(17px - 2px);
    overflow-wrap: break-word;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    background: rgb(95,130,165,0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(95,130,165,0.5);
}

::-webkit-scrollbar-thumb {
    border: 2px groove rgb(148,188,188,0.5);
    border-radius: 9999px;
    min-height: 83px;
    background: rgb(207,221,221);
    box-shadow: 3px 2px 13px 1px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.4);
    background: radial-gradient(ellipse at top right, #ffffff 85%, rgb(255, 255, 255, 0.5) 41%, rgb(95,130,165) 61%, rgb(95,130,165,0.5) 4%, rgb(148,188,188,0.5) 46%);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -4px 2px 2px -2px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}



@media (max-width: 576px) {.potential-students {
    padding: 70px 0;
}.potential-students h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.potential-students h3::before,
    .potential-students h3::after {
    display: none;
}.potential-students ul {
    gap: 25px;
}.potential-students ul li {
    padding: 30px 20px;
}.potential-students ul li svg {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 992px) {.welcome-board {
    height: 85vh;
}.welcome-board .text-box-item {
    max-width: 650px;
    padding: 2rem;
}.welcome-board .text-box-item h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.9);
}.welcome-board .text-box-item p {
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.welcome-board .text-box-item .message-support {
    padding: 0.8rem 2rem;
}
}



@media (hover: hover) and (pointer: fine) {.our-mission .text-box-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}



@media (max-width: 992px) {.educational-gains {
    padding: 100px 0;
}.educational-gains .edu-commit {
    padding: 0 20px;
    flex-direction: column;
}.educational-gains .image-item {
    top: 0;
    border-radius: 26px;
    width: 90%;
    margin: 0 auto 50px;
    transform: rotateY(0);
    left: 0;
    height: 400px;
    position: relative;
}.educational-gains .text-box-item {
    width: 100%;
    margin: 0;
    padding: 0;
}.educational-gains .text_main_holder {
    grid-template-columns: 1fr;
}.educational-gains .text_main_holder > div,
    .educational-gains .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}



@media (max-width: 992px) {.customer-feedback .user-review {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.customer-feedback {
    padding: 5rem 0;
}.customer-feedback h2 {
    padding: 0;
    background: none;
    font-size: calc(28px * 0.9);
    margin-bottom: 3rem;
    transform: none;
    clip-path: none;
}.customer-feedback .user-review {
    grid-template-columns: 1fr;
    gap: 3rem;
}.customer-feedback .student-votes,
    .customer-feedback .student-votes:nth-child(odd),
    .customer-feedback .student-votes:nth-child(3n),
    .customer-feedback .student-votes:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.customer-feedback .student-votes::before,
    .customer-feedback .student-votes:nth-child(odd)::before,
    .customer-feedback .student-votes:nth-child(3n)::before,
    .customer-feedback .student-votes:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.customer-feedback .student-votes:hover::before {
    transform: translateY(8px) translateX(8px);
}.customer-feedback .student-votes:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.customer-feedback .student-votes,
    .customer-feedback .student-votes:nth-child(4n+1),
    .customer-feedback .student-votes:nth-child(4n+2),
    .customer-feedback .student-votes:nth-child(4n+3) {
    animation: none;
}}



@media (max-width: 480px) {.mentorship-experience {
    padding: 80px 0;
}.mentorship-experience .container {
    padding: 0 20px;
}.mentorship-experience .image-item {
    min-height: 250px;
}.mentorship-experience .name {
    font-size: calc(19px * 0.85);
    padding: 30px 25px 5px 25px;
}.mentorship-experience .student-votes span:not(.name) {
    font-size: calc(15px * 0.95);
    padding: 10px 25px 30px 25px;
}.mentorship-experience .student-votes span:not(.name)::after {
    left: 25px;
    width: 30px;
    bottom: 20px;
}.mentorship-experience .exp-container {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    padding: 0 25px 30px 25px;
}}



@media (max-width: 767px) {.pricing-plan .pro-fees {
    max-width: 400px;
    margin: 0 auto;
}.pricing-plan .enroll-cost h2 {
    font-size: calc(31px * 0.9);
}.pricing-plan .rate-panel {
    font-size: calc(17px * 0.95);
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes border-pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(0.97);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes button-gradient {
    0% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
    100% {
        background-position: 0% center;
    }
}



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



@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}



@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

