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

.app-carbon-cta {
    flex: 0 0 auto;
}


.app-meet-us {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
}

.app-meet-us .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 2rem;
}

.app-meet-us .app-text-placeholder {
    display: grid;
    grid-template-columns: 1fr;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
    opacity: 0;
    transform: translateY(2rem);
}

.app-meet-us ul {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 0;
    list-style: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    margin: 0;
    padding: 2.5rem;
}

.app-start-now::after {
    width: 200px;
    z-index: 0;
    right: -50px;
    opacity: 0.2;
    bottom: -50px;
    height: 200px;
    position: absolute;
    filter: blur(40px);
    background: rgb(198,212,207);
    content: "";
    border-radius: 50%;
}

.app-start-now span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: inline-block;
}

.app-start-now .app-request-request::before {
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    position: absolute;
    width: 100%;
    top: 0;
}

.app-start-now .app-request-request:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2),
                0 10px 25px -5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateZ(30px);
}

.app-program-structure::before {
    top: 0;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(198,212,207,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(161,179,171,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
}

.app-program-structure .app-learn-now {
    width: 100%;
    z-index: 2;
    position: relative;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    gap: 30px;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto 1fr;
}

.app-program-structure .app-top-bar:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(198,212,207,0.5);
    transform: scale(1.1) rotate(5deg);
}

.app-program-structure .app-top-bar svg path {
    fill: rgb(198,212,207);
    transition: fill 0.3s ease;
}

.app-program-structure h3::after {
    background: linear-gradient(90deg, rgb(198,212,207), rgb(161,179,171));
    border-radius: 10px;
    content: "";
    left: 40px;
    bottom: 15px;
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    width: 60px;
}

.app-program-structure p::before {
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    left: 10px;
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: -1;
    border: 1px dashed rgb(161,179,171,0.5);
    content: "";
    border-radius: 0 10px 10px 0;
    bottom: 10px;
    opacity: 0.5;
}

.app-program-structure .app-learn-now:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}

.app-potential-learners::before {
    opacity: 0.05;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(198,212,207,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(161,179,171,0.5) 25%, transparent 25%);
    z-index: 0;
    position: absolute;
}

.app-potential-learners div p::after {
    z-index: -2;
    width: calc(100% - 20px);
    background: #ffffff;
    opacity: 0.2;
    content: "";
    border: 1px solid rgb(161,179,171,0.5);
    height: calc(100% - 20px);
    border-radius: calc(15px - 10px);
    top: 10px;
    position: absolute;
    transition: all 0.3s ease;
    left: 10px;
}

.app-potential-learners div p svg path {
    fill: rgb(198,212,207);
    transition: all 0.3s ease;
}

.app-join-our-mailing-list::after {
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(to right, transparent, rgb(198,212,207,0.5));
    position: absolute;
    right: 0;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.2;
    width: 40%;
}

.app-join-our-mailing-list h3 {
    font-weight: 600;
    line-height: 1.3;
    max-width: 800px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.app-join-our-mailing-list input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(161,179,171), 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
    outline: none;
    transform: translateY(-2px);
}

.app-join-our-mailing-list .app-subscribe-coupons:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.app-title-greeting {
    display: flex;
    background: linear-gradient(135deg, rgb(161,179,171,0.5), rgba(0, 0, 0, 0.5));
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.app-title-greeting {
    padding: 3rem 0;
}

.app-title-greeting .app-start-learn {
    width: 90%;
    display: grid;
    padding: 3rem 1.5rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
    position: relative;
    max-width: 1200px;
    gap: 2rem;
}

.app-title-greeting .app-start-learn {
    gap: 4rem;
    padding: 5rem 2rem;
    width: 85%;
}

.app-title-greeting .app-start-learn {
    padding: 2rem 1rem;
    gap: 2rem;
}

.app-title-greeting .app-master-sessions {
    z-index: 4;
    animation: fadeInUp 1.2s ease-out forwards;
    transform: translateZ(40px);
    position: relative;
}

.app-title-greeting .app-master-sessions h3 {
    opacity: 0;
    transform: translateY(10px);
    color: #ffffff;
    z-index: 2;
    padding-right: 2rem;
    position: relative;
    font-size: calc(22px * 1.1);
    font-weight: 400;
    line-height: 1.5;
    animation: fadeSlideUp 0.8s 0.5s forwards ease;
    margin: 0 0 2rem 0;
}

.app-title-greeting .app-master-sessions h3 {
    margin-bottom: 3rem;
}

.app-title-greeting .app-master-sessions h3 {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.1);
}

.app-tyNote::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(161,179,171,0.5) 0px,
        rgb(161,179,171,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    opacity: 0.07;
}

.app-tyNote .app-learn-classes > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.app-tyNote h5 {
    color: #000000;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    font-size: clamp(1.5rem, 2.5vw, 18px);
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}

.app-tyNote a:hover {
    transform: scale(1.01);
}

.app-tyNote a::before {
    content: "";
    border: 1px solid rgb(161,179,171,0.5);
    left: -15px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    border-radius: 3px;
    top: -15px;
    pointer-events: none;
}

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

.app-contact-form-section h2::after {
    bottom: -15px;
    width: 60px;
    left: 50%;
    background: rgb(198,212,207);
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}

.app-contact-form-section .app-profile-photo::after {
    top: 0;
    background: linear-gradient(45deg, rgb(198,212,207,0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.app-contact-form-section input[type="text"] {
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 2px solid rgb(234,239,238);
    padding: 18px 20px;
    color: #000000;
    border-radius: 10px;
    width: 100%;
}

.app-contact-form-section .app-reach-box input[type="checkbox"]:checked::after {
    width: 6px;
    top: 5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    height: 10px;
}

.app-contact-form-section .app-request-request:hover::before {
    left: 100%;
}

.app-contact-form-section svg {
    fill: rgb(198,212,207);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}

.app-contact-form-section svg:hover {
    fill: rgb(161,179,171);
    transform: translateY(-2px);
}

.app-education-experience::after {
    background: linear-gradient(225deg, rgb(161,179,171,0.5), rgb(198,212,207,0.5));
    transform: rotate(15deg);
    z-index: 0;
    content: "";
    left: -10%;
    height: 60%;
    width: 50%;
    bottom: -10%;
    filter: blur(40px);
    position: absolute;
}

.app-education-experience .app-feedback-stories .app-profile-photo {
    height: 300px;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
}

.app-education-experience .app-feedback-stories .name::after {
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    background-color: rgb(161,179,171);
    height: 2px;
    left: 0;
}

.app-education-experience .app-feedback-stories .app-exp-card {
    padding: 1.5rem;
    font-size: 15px;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    color: #000000;
    position: relative;
    line-height: 1.8;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

footer .app-carbon-cta::before {
    height: 20px;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(198,212,207) 25%, rgb(161,179,171) 25%, rgb(161,179,171) 50%, rgb(198,212,207) 50%, rgb(198,212,207) 75%, rgb(161,179,171) 75%);
    position: absolute;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

footer .app-trade-mark {
    max-width: 350px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

footer .app-main-primary a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .input_holder::before {
    top: -10px;
    border-radius: 50%;
    width: 50px;
    background-color: rgb(198,212,207);
    right: -10px;
    opacity: 0.1;
    z-index: -1;
    content: "";
    position: absolute;
    height: 50px;
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

footer .app-subscribe-coupons:hover::before {
    left: 100%;
}

footer .app-report-abuse {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

header::before {
    content: "";
    opacity: 0.3;
    left: 0;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(161,179,171,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(198,212,207,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    position: absolute;
    height: 100%;
    width: 100%;
}

header .app-top-navbar::after {
    position: absolute;
    filter: blur(20px);
    opacity: 0.3;
    animation: pulse-opacity 4s ease infinite alternate;
    width: 70px;
    z-index: -2;
    background: rgb(161,179,171,0.5);
    border-radius: 50%;
    content: "";
    height: 70px;
}

header .app-nav-guide::before {
    transform: translateZ(-10px);
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    content: "";
    width: 100%;
    height: 100%;
}

header .app-nav-guide:hover::before {
    border-color: rgb(161,179,171,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(198,212,207,0.5);
}

.app-education-framework::after {
    bottom: -5%;
    z-index: 1;
    height: 65%;
    animation: floatGradient 14s ease-in-out infinite alternate;
    transform: rotate(12deg) skewX(-8deg);
    content: "";
    position: absolute;
    opacity: 0.12;
    animation-delay: 2s;
    width: 35%;
    background: linear-gradient(240deg, rgb(161,179,171,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    left: -3%;
}

.app-education-framework h3::after {
    transform-origin: left;
    left: 0;
    content: "";
    animation-delay: 0.6s;
    transform: scaleX(0);
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(198,212,207) 0%, rgb(161,179,171) 100%);
    position: absolute;
    height: 3px;
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.app-privacy-enclosure h2 {
    font-weight: 600;
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 15px;
    color: rgb(161,179,171);
}

.app-privacy-enclosure h4 {
    font-size: calc(24px + 2px);
    font-weight: 600;
}

.app-privacy-enclosure h6 {
    font-size: 21px;
    font-weight: 300;
}

.app-privacy-enclosure section {
    margin-top: 40px;
}

.app-privacy-enclosure div {
    margin-bottom: 20px;
}

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

.app-plan-box h2 {
    color: transparent;
    font-size: 30px;
    transition: transform 0.5s ease;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #ffffff, rgb(161,179,171));
    transform: perspective(1000px) translateZ(10px);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
}

.app-plan-box .app-value-plan {
    text-decoration: none;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: block;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
}

.app-plan-box .app-value-plan:hover h4::after {
    width: 100px;
}

.app-plan-box .app-trial-offers {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    font-weight: 700;
    font-size: calc(19px * 1.3);
    transform: translateZ(20px);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(198,212,207), rgb(161,179,171));
}



@media (min-width: 1200px) {.app-meet-us {
    padding: 10rem 0;
}.app-meet-us::after {
    height: 25%;
    width: 25%;
    right: -10%;
    top: -10%;
}.app-meet-us .container {
    max-width: 1400px;
}.app-meet-us .app-text-placeholder {
    gap: 4rem;
}.app-meet-us h1 {
    font-size: calc(48px * 1.6);
}.app-meet-us ul {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    padding: 4rem;
}.app-meet-us span {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}



@media (min-width: 992px) {.app-start-now {
    padding: 6rem 4rem;
}.app-start-now .container {
    gap: 4rem;
}.app-start-now h6 {
    max-width: 80%;
    font-size: 21px;
}.app-start-now .app-request-request {
    padding: 1.25rem 3rem;
}
}



@media (min-width: 768px) and (max-width: 991px) {.app-program-structure {
    padding: 70px 0;
}.app-program-structure .app-learn-classes {
    min-height: auto;
}.app-program-structure .app-learn-now {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-rows: auto auto auto 250px;
}.app-program-structure h3 {
    font-size: calc(28px - 4px);
    padding: 25px 30px;
    border-radius: 19px;
    transform: none;
    clip-path: none;
}.app-program-structure h3::before {
    border-radius: 10px;
    clip-path: none;
}.app-program-structure p {
    border-radius: 19px;
    padding: 25px 30px;
    clip-path: none;
    transform: none;
}.app-program-structure p::before {
    border-radius: 10px;
    clip-path: none;
}.app-program-structure .app-learn-now::before,
    .app-program-structure .app-learn-now::after {
    height: 250px;
    transform: none;
    border-radius: 19px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}.app-program-structure .app-learn-now::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.app-program-structure .app-learn-now:hover h3,
    .app-program-structure .app-learn-now:hover p,
    .app-program-structure .app-learn-now:hover::before,
    .app-program-structure .app-learn-now:hover::after {
    transform: none;
}.app-program-structure .app-top-bar {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
}.app-program-structure .app-top-bar svg {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 1400px) {.app-title-greeting .app-start-learn {
    gap: 5rem;
    max-width: 1400px;
}.app-title-greeting .app-start-learn > div:first-child p {
    font-size: calc(18px * 1.4);
}.app-title-greeting .app-master-sessions > div {
    padding: 5rem;
}.app-title-greeting .title_style_header {
    font-size: calc(41px * 1.1);
}
}



@media (max-width: 480px) {.app-tyNote {
    padding: 2.5rem 0;
}.app-tyNote .app-learn-classes {
    padding: 1.5rem;
}.app-tyNote h5 {
    font-size: 1.3rem;
}.app-tyNote p {
    font-size: 0.95rem;
}.app-tyNote .app-learn-classes > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.app-tyNote a::before {
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
}}



@media (max-width: 768px) {.app-contact-form-section {
    padding: 60px 0;
}.app-contact-form-section h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.app-contact-form-section .app-reach-card {
    padding: 40px 30px;
}.app-contact-form-section #contact {
    gap: 25px;
}.app-contact-form-section .app-profile-photo {
    min-height: 300px;
}
}



@media (min-width: 1024px) {.app-education-experience {
    padding: 8rem 0;
}.app-education-experience .app-feedback-stories {
    gap: 3rem 4rem;
    grid-template-columns: 400px 1fr;
    margin: 0 2rem;
    padding: 4rem;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
}.app-education-experience .app-feedback-stories:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.app-education-experience .app-feedback-stories .app-profile-photo {
    min-height: 500px;
}.app-education-experience .app-feedback-stories > div:nth-child(2) {
    padding-left: 1.5rem;
}.app-education-experience .app-feedback-stories .name {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.7);
}.app-education-experience .app-feedback-stories > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.app-education-experience .app-feedback-stories .app-exp-card {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(15px * 1.1);
}}



@media screen and (max-width: 576px) {.app-education-framework {
    padding: 50px 0;
}.app-education-framework .app-learn-classes {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.app-education-framework h3 {
    margin-bottom: 1.2rem;
    font-size: calc(21px * 1.1);
}.app-education-framework p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 992px) {.app-plan-box h2 {
    font-size: calc(30px * 0.9);
}.app-plan-box .app-fee-package {
    margin-bottom: 40px;
    font-size: 12px;
}.app-plan-box .app-pay-plans {
    min-height: 350px;
    padding: 25px;
}
}



@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes pulseGlow {
  0% { transform: scale(2); opacity: 0.05; }
  50% { transform: scale(2.2); opacity: 0.15; }
  100% { transform: scale(2); opacity: 0.05; }
}



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



@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

