﻿.footer-subscribe {
    flex: 0 0 auto;
}

.footer-subscribe {
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}

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

.our-team::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}

.our-team .text-scroll {
    transform: perspective(1000px) rotateY(0deg);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    padding: 40px;
    transition: transform 0.6s ease;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.our-team .text-scroll:hover h6::after {
    transform: scaleX(1.2);
}

.confidential-lockup::before {
    content: '';
    z-index: 0;
    transform: rotate(-15deg) skew(15deg);
    right: -5%;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), transparent);
    width: 40%;
    height: 70%;
    position: absolute;
    top: -10%;
    opacity: 0.07;
}

.confidential-lockup h1::after {
    background: linear-gradient(90deg, rgb(74,103,161), transparent);
    bottom: -0.8rem;
    position: absolute;
    height: 3px;
    content: '';
    left: 0;
    width: 4rem;
}

.confidential-lockup h4 {
    color: rgb(130,150,181);
    font-weight: 400;
    margin: 2.2rem 0 0.8rem;
    font-size: calc(38px * 0.75);
}

.confidential-lockup li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.8rem;
    font-size: 14px;
}

.pricing-deck::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
}

.pricing-deck .fee-package {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
}

.pricing-deck .offer-box {
    position: relative;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    display: block;
    color: #ffffff;
}

.pricing-deck .access-plans::after {
    content: '';
    bottom: 0;
    right: 0;
    height: 60px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(74,103,161,0.5) 50%);
    opacity: 0;
    width: 60px;
    transition: opacity 0.5s ease;
}

.pricing-deck .offer-box:hover .study-sub h4::after {
    width: 100%;
}

.pricing-deck .pricing-tiers {
    font-size: calc(19px + 4px);
    position: relative;
    display: block;
    margin-top: 15px;
    padding: 10px 0;
    font-weight: 700;
    color: #ffffff;
}

.education-experience::after {
    width: 40%;
    opacity: 0.3;
    left: -5%;
    filter: blur(50px);
    z-index: 0;
    bottom: -10%;
    position: absolute;
    height: 70%;
    transform: rotate(10deg);
    background: linear-gradient(-45deg, rgb(130,150,181,0.5) 0%, rgb(74,103,161,0.5) 100%);
    content: "";
}

.education-experience .img-gallery-item:hover {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.education-experience .name {
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
}

.education-experience .exp-highlights {
    position: relative;
    margin: 0;
    line-height: 1.7;
    border-left: 2px solid rgb(74,103,161,0.5);
    font-size: 13px;
    padding-left: 1.5rem;
    color: #000000;
}

.target-audience .learn-pro {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 3;
}

.target-audience h3::before {
    bottom: -12px;
    background: rgb(130,150,181);
    left: 50%;
    box-shadow: 0 0 10px rgb(130,150,181), 0 0 20px rgb(130,150,181,0.5);
    position: absolute;
    border-radius: 50px;
    width: 200px;
    content: '';
    height: 3px;
    transform: translateX(-50%);
}

.target-audience ul li:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.target-audience ul li svg {
    transition: transform 0.4s ease;
    transform: rotate(0deg);
    height: 38px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    width: 38px;
}

.target-audience ul li:hover svg {
    transform: rotate(15deg);
}

.target-audience ul li:hover svg path {
    fill: rgb(130,150,181);
}


.get-support .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}

.get-support .ask-feedback h3 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    border-left: 4px solid rgb(130,150,181);
    text-shadow: 0 0 10px rgba(rgb(130,150,181,0.5), 0.5);
    display: inline-block;
    color: #ffffff;
    font-size: 38px;
    transform: translateZ(5px);
    font-weight: 700;
    padding-left: 1rem;
}

.get-support .online-form span::before {
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(130,150,181,0.5), 0.05) 100%);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}

.get-support .online-form span:hover::after {
    width: 100%;
}

.get-support .online-form span p {
    align-items: center;
    font-size: 13px;
    color: #ffffff;
    display: flex;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.get-support .online-form span svg path {
    transition: all 0.3s ease;
    stroke: rgba(0, 0, 0, 0.4);
    stroke-width: 0.5;
}

.get-support .online-form span > span::before,
.get-support .online-form span > span::after {
    display: none;
}

.get-support .online-form span a {
    transition: all 0.3s ease;
    display: inline-flex;
    color: rgb(130,150,181);
    position: relative;
    text-decoration: none;
    align-items: center;
}

.get-support .talk-now::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(rgb(74,103,161,0.5), 0.05));
    left: 0;
    width: 100%;
    content: '';
    z-index: -1;
    top: 0;
    pointer-events: none;
}


.get-support .talk-now h4::after {
    width: 50px;
    bottom: -1px;
    height: 2px;
    position: absolute;
    background: rgb(74,103,161);
    content: '';
    left: 0;
}

.get-support .talk-now span:hover svg {
    opacity: 1;
    transform: translateX(3px);
}


.get-support .container::after {
    width: 100%;
    background-repeat: repeat;
    content: '';
    z-index: -1;
    background: 
        radial-gradient(2px 2px at 40px 70px, rgb(130,150,181) 50%, transparent 50%),
        radial-gradient(2px 2px at 90px 40px, rgb(74,103,161) 50%, transparent 50%),
        radial-gradient(2px 2px at 140px 90px, rgb(130,150,181) 50%, transparent 50%),
        radial-gradient(2px 2px at 210px 60px, rgb(74,103,161) 50%, transparent 50%);
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    background-size: 250px 250px;
    top: 0;
    animation: parallaxStars 60s linear infinite;
}

.course-program-info .class-map {
    perspective: 1000px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}

.course-program-info .img-gallery-item:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}

.course-program-info .text-scroll {
    border-radius: 2px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    padding: 2rem;
    transform: translateZ(0) translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
    background: #ffffff;
    position: relative;
}

.program-assets {
    position: relative;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}

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

.program-assets .learn-pro {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    align-items: center;
    position: relative;
}

.program-assets .text-scroll::before {
    right: -5px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(130,150,181,0.5), rgb(74,103,161,0.5));
    border-radius: calc(27px + 5px);
    content: "";
    transition: opacity 0.3s ease;
    filter: blur(10px);
    opacity: 0.5;
    bottom: -5px;
    left: -5px;
    position: absolute;
    top: -5px;
}

.program-assets svg path {
    transition: fill 0.3s ease;
}

.program-assets li:hover svg path {
    fill: rgb(130,150,181);
}

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

.track-manage {
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(130,150,181));
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.edu-settings:hover {
    box-shadow: 0 0 20px rgb(74,103,161);
}

.cookie-warning-popup p a {
    text-decoration: none;
    color: rgb(130,150,181);
    transition: color 0.3s ease;
}

.join-our-community::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}

.join-our-community h4::after {
    background: linear-gradient(to right, rgb(74,103,161), transparent);
    bottom: -12px;
    width: 80px;
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
}

.join-our-community .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease-in-out;
    padding: 0 20px;
    border-radius: 10px;
    height: 56px;
    width: 100%;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 13px;
    color: #ffffff;
}

.join-our-community .input_holder .get-started:hover::before {
    left: 100%;
}

.appSpotlight {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(182,191,205) 0%, rgb(74,103,161,0.5) 100%);
}

.appSpotlight .container {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px;
}

.appSpotlight .learn-pro {
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    background: #ffffff;
    opacity: 0;
}

.contact-form-box {
    background: rgb(182,191,205);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}

.contact-form-box .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}

.contact-form-box h2::before {
    height: 50px;
    content: "";
    z-index: -1;
    position: absolute;
    top: -25px;
    background: rgb(130,150,181,0.5);
    border-radius: 50%;
    left: calc(50% - 120px);
    width: 50px;
}

.contact-form-box .img-gallery-item {
    transition: transform 0.5s ease;
    position: relative;
    flex: 0 0 45%;
    min-height: 500px;
}

.contact-form-box .request-request {
    display: flex;
    flex: 0 0 55%;
    padding: 60px;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.contact-form-box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

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

.contact-form-box .request-support label::before {
    content: "";
    background: rgb(182,191,205);
    width: 22px;
    position: absolute;
    height: 22px;
    left: 0;
    border-radius: 6px;
    top: 0;
    transition: all 0.3s ease;
}

.contact-form-box .support-message {
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(130,150,181), rgb(74,103,161));
    position: relative;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    border: none;
}

.welcome-section .learn-home {
    display: flex;
    height: 100vh;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.welcome-section .expert-team > div:nth-child(1) {
    animation-delay: 0.3s;
}

.welcome-section .expert-team > div:nth-child(2) {
    animation-delay: 0.5s;
}

.welcome-section p::before {
    top: 50%;
    content: "";
    width: 20px;
    height: 2px;
    transform-origin: left;
    position: absolute;
    background: rgb(74,103,161);
    left: -30px;
    animation: scaleIn 0.6s ease forwards 1.2s;
    transform: scaleX(0);
}

.welcome-section h3::before {
    transform: scaleY(0);
    width: 4px;
    position: absolute;
    left: 0;
    transform-origin: top;
    content: "";
    animation: scaleIn 0.6s ease forwards 1.4s;
    background: rgb(74,103,161);
    top: 0;
    height: 100%;
}

.footer-subscribe .container {
    display: grid;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
}

.footer-subscribe .news-feed {
    color: #ffffff;
    margin-top: 1rem;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-subscribe .nav-section {
    position: relative;
}

.footer-subscribe .nav-section h5 {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: rgb(74,103,161);
    font-size: 24px;
}

.footer-subscribe .nav-section .nav-wrap a {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    font-size: 15px;
}

.alumni-net .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

header::before {
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
}



header .first-section {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

header .main-tutor {
    margin: 0 0.4rem;
    position: relative;
}

header .main-tutor a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    text-shadow: none;
    color: rgb(130,150,181);
}

header .main-tutor:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .site-navbar::after {
    height: 1px;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}

.course-methodology::after {
    top: -50px;
    animation: float 12s infinite ease-in-out;
    height: 250px;
    position: absolute;
    content: "";
    right: -50px;
    background: rgb(130,150,181,0.5);
    width: 250px;
    opacity: 0.08;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    z-index: 0;
}

.course-methodology h3::after {
    width: 80px;
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    content: "";
    height: 3px;
    background: rgb(74,103,161);
    left: 0;
    position: absolute;
    bottom: -0.5rem;
    transform-origin: left;
}

.course-methodology p span {
    padding-right: 0.5rem;
    display: inline-block;
    position: relative;
}

.pricing-deck .study-sub p::-webkit-scrollbar {
    width: 4px;
}

.pricing-deck .study-sub p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pricing-deck .study-sub p::-webkit-scrollbar-thumb {
    background: rgb(130,150,181,0.5);
}

.course-program-info .description::-webkit-scrollbar {
    width: 4px;
}

.course-program-info .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course-program-info .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(74,103,161), rgb(130,150,181));
}



@media (min-width: 992px) {.confidential-lockup {
    padding: 6rem 2rem;
}.confidential-lockup::before {
    height: 75%;
    width: 35%;
}.confidential-lockup::after {
    height: 65%;
    width: 40%;
}.confidential-lockup h1 {
    margin-bottom: 3.5rem;
    font-size: calc(43px * 1.3);
}.confidential-lockup h2 {
    font-size: calc(38px * 1.1);
}.confidential-lockup h2::before {
    width: 5px;
}.confidential-lockup p, .confidential-lockup li, .confidential-lockup span {
    font-size: calc(14px * 1.1);
}.confidential-lockup .container {
    padding: 0 3rem;
}.confidential-lockup li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}



@media (min-width: 768px) {.education-experience {
    padding: 7rem 0;
}.education-experience .success-stories {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 2.5rem;
}.education-experience .success-stories > div:nth-child(1) {
    grid-row: 1 / 3;
}.education-experience .img-gallery-item {
    margin: 0;
    height: 280px;
    width: 220px;
}.education-experience .exp-highlights {
    font-size: calc(13px + 0.1rem);
    padding-left: 2rem;
}
}


@media (max-width: 767px) {.get-support {
    padding: 3.5rem 0;
}.get-support .ask-feedback h3 {
    font-size: calc(38px * 0.7);
}.get-support .get-helpdesk {
    max-width: 100%;
    margin-bottom: 2rem;
}.get-support .online-form {
    grid-template-columns: 1fr;
}.get-support .online-form span svg {
    right: 0.75rem;
    height: 18px;
    top: 0.75rem;
    width: 18px;
}
}



@media (max-width: 767px) {.course-program-info {
    padding: 4rem 0;
}.course-program-info h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.course-program-info .img-gallery-item {
    height: 250px;
    transform: rotateY(0deg);
}.course-program-info .text-scroll {
    padding: 1.5rem;
}.course-program-info .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 767px) {.program-assets {
    padding: 80px 0 60px;
}.program-assets h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 40px;
}.program-assets h5::after {
    width: 60px;
    bottom: -15px;
}.program-assets .text-scroll {
    padding: 30px;
}.program-assets li p {
    font-size: calc(16px * 0.95);
}.program-assets .img-gallery-item {
    max-height: 300px;
    object-position: center;
}
}



@media (min-width: 768px) {.join-our-community .learn-pro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 50px;
    gap: 40px;
}.join-our-community .input_holder {
    flex-direction: row;
}.join-our-community h4 {
    font-size: 21px;
}.join-our-community .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.join-our-community .input_holder .get-started {
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 767px) {.appSpotlight {
    padding: 3rem 1rem;
}.appSpotlight h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid rgb(130,150,181);
}.appSpotlight .learn-pro {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.appSpotlight li::before {
    left: -1rem;
}
}



@media (max-width: 480px) {.contact-form-box {
    padding: 50px 0;
}.contact-form-box h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.contact-form-box .img-gallery-item {
    min-height: 220px;
}.contact-form-box .request-request {
    padding: 30px 20px;
}.contact-form-box form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.contact-form-box form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(13px * 0.95);
}.contact-form-box .support-message {
    padding: 16px;
}.contact-form-box .request-support label {
    font-size: calc(15px * 0.95);
}}



@media screen and (max-width: 576px) {.footer-subscribe .company_holder h3 {
    font-size: 38px;
}.footer-subscribe .nav-section h5 {
    font-size: calc(21px * 1.1);
}.footer-subscribe .nav-section .nav-wrap a {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 991px) {header .site-navbar {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav-base {
    margin-right: 0;
    margin-bottom: 0;
}header .nav-section {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main-tutor a {
    font-size: calc(16px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}



@media (max-width: 576px) {.course-methodology {
    padding: 3rem 0;
}.course-methodology .learn-pro {
    padding: 1.5rem;
    margin: 0 1rem;
}.course-methodology h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.65);
}.course-methodology p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course-methodology .learn-pro > div::before {
    left: -1.25rem;
    width: 2px;
}.course-methodology::after {
    opacity: 0.06;
    height: 120px;
    width: 120px;
}
}



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



@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

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



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

