﻿svg {
    height: 30px;
    width: 30px;
}

.wrapper-capsule-E {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.confidential-cell-0::before {
    z-index: 0;
    height: 100%;
    opacity: 0.07;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(157,173,152,0.5) 0%, transparent 50%);
    content: "";
}

.confidential-cell-0 .container::before {
    width: 100%;
    top: 0;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    background: var(--heading-gradient);
}

.confidential-cell-0 h2::before {
    transition: transform 0.3s ease;
    width: 5px;
    content: "";
    height: 75%;
    transform-origin: bottom;
    left: 0;
    top: 0.25em;
    background: rgb(157,173,152);
    position: absolute;
    transform: scaleY(1);
}

.confidential-cell-0 strong {
    display: inline-block;
    color: rgb(195,208,191);
    font-weight: 600;
    position: relative;
}

.confidential-cell-0 li {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 15px;
    position: relative;
}

.course-features-F::after {
    position: absolute;
    opacity: 0.2;
    animation: gradientRotate 20s infinite linear;
    content: "";
    background: linear-gradient(45deg, rgb(195,208,191,0.5) 0%, transparent 70%);
    transform: rotate(45deg);
    left: -50%;
    height: 200%;
    top: -50%;
    width: 200%;
    z-index: 0;
}

.course-features-F .program-plan-H {
    z-index: 2;
    padding: 40px 50px;
    flex: 1 1 55%;
    position: relative;
}

.course-features-F .header-site-A:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.course-features-F .header-site-A svg path {
    fill: rgb(195,208,191);
    transition: fill 0.3s ease;
}

.course-features-F .program-plan-H h3::after {
    position: absolute;
    filter: blur(1px);
    height: 3px;
    width: 80px;
    left: 0;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
    transform: translateZ(-5px);
    border-radius: 10px;
    content: "";
}

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

header .nav-start-a {
    width: 35%;
    position: relative;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.2rem 0;
}

header .nav-pro-0 {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 0.6rem 1.2rem;
    position: relative;
    font-weight: 600;
    z-index: 1;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: hidden;
}

.welcome-board-N .expert-learnings-s:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.welcome-board-N .expert-learnings-s > div:nth-child(1) {
    animation-delay: 0.2s;
}

.welcome-board-N p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding-left: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.leadership-experience-s::before {
    mix-blend-mode: screen;
    background: 
    radial-gradient(circle at 25% 25%, rgb(195,208,191,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(157,173,152,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    animation: morphBackground 15s infinite alternate ease-in-out;
}

.leadership-experience-s .name {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    font-size: 34px;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    grid-area: name;
    margin: 0;
    position: relative;
    font-weight: 700;
}

.leadership-experience-s .work-insights-0::before {
    content: "";
    opacity: 0.7;
    font-size: calc(38px * 2);
    color: rgb(195,208,191);
    position: absolute;
    top: -15px;
    left: 25px;
}

.meet-us-i::before {
    background: linear-gradient(135deg, transparent 0%, rgb(195,208,191,0.5) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.15;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
}

.meet-us-i .learn-space-E {
    align-items: center;
    display: flex;
    margin-bottom: 80px;
    position: relative;
}

.meet-us-i .learn-space-E .pic-hover-B:hover {
    transform: scale(1.02);
}

.meet-us-i .learn-academy-K {
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
}

.meet-us-i .learn-academy-K p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 12px;
    margin-left: -50px;
    flex: 1;
    background: #ffffff;
    z-index: 1;
    padding: 40px;
    position: relative;
    margin: 0;
    color: #000000;
    border-radius: 23px;
}

.meet-us-i .skill-mastery-y::before {
    top: 40px;
    width: 50%;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(to right, rgb(195,208,191,0.5), transparent);
    left: 0;
}

.contact-section-T::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,208,191,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(157,173,152,0.5) 0%, transparent 60%);
    opacity: 0.2;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
}

.contact-section-T .connect-grid-2::before {
    background: rgb(195,208,191,0.5);
    content: '';
    width: 200px;
    left: -100px;
    opacity: 0.05;
    top: -100px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
}

.contact-section-T form h3::before,
.contact-section-T form h3::after {
    display: none;
}

.contact-section-T textarea {
    border-radius: 20px;
    resize: none;
    height: 140px;
}

.contact-section-T .feedback-links-G input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-section-T .feedback-links-G input[type="checkbox"]:checked + label::before {
    background: rgb(195,208,191);
    border-color: rgb(195,208,191);
}

.contact-section-T .feedback-links-G a:hover {
    color: rgb(157,173,152);
}

.contact-section-T .request-help-Z {
    overflow: hidden;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    z-index: 1;
    background: rgb(195,208,191);
    border: none;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.contact-section-T .reach-info-g h4::after {
    border-radius: 3px;
    height: 3px;
    left: 0;
    content: '';
    position: absolute;
    width: 40px;
    background: #ffffff;
    bottom: -10px;
}

.contact-section-T .request-section-a li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.contact-section-T .request-section-a span {
    color: #ffffff;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

footer .workshop-cta-E::after {
    height: 3px;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(195,208,191) 0%, 
        rgb(157,173,152) 50%, 
        rgb(195,208,191) 100%);
    top: 0;
    animation: glowBorder 3s infinite linear;
    position: absolute;
}

footer .info_item {
    min-width: 200px;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 15px;
}

footer .header-site-A {
    gap: 20px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

footer .head-mainbar-K h5 {
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 23px;
    position: relative;
    font-weight: 700;
}

footer .head-mainwrap-2 a:hover {
    color: rgb(157,173,152);
    transform: translateX(5px);
    opacity: 1;
}

footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub-col-q::before {
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    content: '';
    top: 0;
}

.client-comments-p {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,233,225) 0%, rgb(195,208,191,0.5) 100%);
}

.client-comments-p h4 {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    transform: skewX(-5deg);
    margin-bottom: 50px;
    display: inline-block;
    color: #000000;
}

.client-comments-p .feedback-stories-z:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}

.client-comments-p .feedback-stories-z::before {
    position: absolute;
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
    width: 100%;
    left: 0;
}

.client-comments-p .feedback-stories-z p {
    font-style: italic;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.tariff-wrapper-S h2 {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.tariff-wrapper-S .tuition-plans-G li:nth-child(1) {
    --li-index: 0;
}

.tariff-wrapper-S .tuition-plans-G li:nth-child(3) {
    --li-index: 2;
}

.tariff-wrapper-S .annual-plan-P {
    backdrop-filter: blur(10px);
    border-radius: 8px;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.tariff-wrapper-S .pricing-tiers-G h4::after {
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(195,208,191);
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    height: 3px;
}

.tariff-wrapper-S .monthly-plan-R:hover .class-cost-B::before {
    left: 100%;
}

.statistical-details-S {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.statistical-details-S::after {
    width: 100%;
    top: 0;
    z-index: 2;
    opacity: 0.1;
    content: "";
    background: radial-gradient(ellipse at center, rgb(195,208,191,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
}

.statistical-details-S .program-wins-a {
    margin: 0 0 10px;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}

.statistical-details-S .statistics-edge-S::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    position: absolute;
    left: 10px;
    content: "";
    right: 10px;
    height: 1px;
    bottom: 0;
}

.statistical-details-S .edge-statistics-U {
    margin-bottom: 15px;
    width: 40px;
    justify-content: center;
    height: 40px;
    align-items: center;
    display: flex;
    position: relative;
}

.statistical-details-S .edge-statistics-U svg path {
    fill: rgb(157,173,152);
}

.statistical-details-S .statistics-perks-F span {
    font-weight: 700;
    font-size: calc(20px + 4px);
    margin-bottom: 8px;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    display: block;
    animation: numberFadeUp 0.5s forwards 0.2s;
    color: #ffffff;
}

.statistical-details-S .statistics-perks-F:nth-child(4) {
    animation: fadeInSlide 0.4s ease forwards 0.3s;
}

.follow-A .container {
    z-index: 5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

.follow-A .skill-mastery-y::before {
    width: 6px;
    left: 0;
    position: absolute;
    background: rgb(195,208,191);
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
}

.follow-A .input_holder {
    display: grid;
    position: relative;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.follow-A .input_holder input[type="email"] {
    outline: none;
    background: #ffffff;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.25rem;
}

.follow-A .sub-col-q:hover::before {
    transform: translateX(200%);
}


.cookie-screen-f {
    background: linear-gradient(135deg, rgb(157,173,152) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    box-shadow: 0 0 20px rgb(195,208,191,0.5);
}

.track-optin-5 {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}

.cookie-user-Y {
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 25px;
    cursor: pointer;
    background: rgb(195,208,191);
    box-shadow: 0 0 10px rgb(195,208,191,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    margin-left: 10px;
}

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

.gratefulPage-o h2::after {
    position: absolute;
    height: 3px;
    bottom: -15px;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(195,208,191), rgb(157,173,152));
    left: 50%;
}

.gratefulPage-o .skill-mastery-y:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}

.gratefulPage-o li {
    position: relative;
    padding-left: 25px;
}

.gratefulPage-o span::after {
    background: linear-gradient(90deg, rgb(195,208,191,0.5), transparent);
    position: absolute;
    left: 0;
    height: 1px;
    width: 0;
    content: "";
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    bottom: -15px;
}

.course-benefits-W h5::after {
    left: 50%;
    position: absolute;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    content: "";
    background: rgb(195,208,191);
    width: 80px;
}

.course-benefits-W h5:hover {
    transform: perspective(1000px) translateZ(30px);
}

.course-benefits-W .pic-hover-B {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    object-fit: cover;
    height: 300px;
}

.course-benefits-W .skill-mastery-y:hover .quote-box-g::before {
    height: 100%;
}

.course-benefits-W li:hover {
    transform: translateX(10px);
}

.course-benefits-W li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.course-benefits-W li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.course-benefits-W li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.course-benefits-W li::after {
    left: 40px;
    background: linear-gradient(to right, rgb(195,208,191,0.5), transparent);
    position: absolute;
    bottom: -12px;
    width: 0;
    content: "";
    height: 1px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}



@media (hover: hover) {.course-features-F .skill-mastery-y:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(195,208,191);
}.course-features-F .pic-hover-B:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media screen and (max-width: 480px) {.course-features-F {
    padding: 40px 0;
}.course-features-F .pic-hover-B {
    min-height: 250px;
}.course-features-F .program-plan-H {
    padding: 25px 20px;
}.course-features-F .program-plan-H h3 {
    font-size: calc(18px * 1.2);
}.course-features-F .header-site-A svg {
    width: 80px;
}}



@media (max-width: 480px) {header .nav-start-a {
    padding: 0.7rem 0;
}header .nav-start-a svg {
    width: 110px;
}header .head-mainbar-K {
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
}header .head-mainbar-K::-webkit-scrollbar {
    height: 3px;
}header .head-mainbar-K::-webkit-scrollbar-thumb {
    background: rgb(195,208,191);
    border-radius: 10px;
}header .nav-pro-0 {
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
    font-size: calc(18px - 1px);
    flex-shrink: 0;
    margin-right: 2px;
}}



@media (prefers-reduced-motion: reduce) {.welcome-board-N .expert-learnings-s,
  .welcome-board-N .expert-learnings-s:hover,
  .welcome-board-N .expert-learnings-s > div {
    transition: none;
    transform: none;
    animation: none;
    opacity: 1;
}}



@media screen and (max-width: 768px) {.meet-us-i {
    padding: 60px 0;
}.meet-us-i h3 {
    margin-bottom: 50px;
    font-size: calc(44px * 0.7);
}.meet-us-i h3::after {
    height: 4px;
    width: 80px;
}.meet-us-i .learn-space-E {
    margin-bottom: 60px;
}.meet-us-i .learn-space-E p,
    .meet-us-i .learn-academy-K p {
    padding: 30px;
}.meet-us-i .learn-space-E .pic-hover-B,
    .meet-us-i .learn-academy-K .fast-guide-w {
    height: 300px;
}
}



@media (max-width: 1200px) {.contact-section-T .connect-grid-2 {
    width: 70%;
}.contact-section-T .reach-info-g {
    width: 35%;
}
}



@media (max-width: 992px) {.contact-section-T .pic-hover-B {
    display: none;
}.contact-section-T .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.contact-section-T .connect-grid-2 {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}.contact-section-T .reach-info-g {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 600px;
    top: auto;
    border-radius: 20px;
    right: auto;
    transform: none;
}.contact-section-T .reach-info-g::before {
    border-radius: 20px;
}
}



@media (max-width: 576px) {footer .workshop-cta-E {
    padding: 40px 0 30px;
}footer .header-site-A {
    text-align: center;
    align-items: center;
    margin: 0 auto;
}footer .discuss-cta-S {
    margin: 0 auto;
    text-align: center;
}footer .head-mainbar-K h5 {
    text-align: center;
}footer .head-mainbar-K h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .head-mainwrap-2 {
    align-items: center;
}footer .head-mainwrap-2 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}


@media screen and (max-width: 991px) {.statistical-details-S {
    padding: 100px 0;
}.statistical-details-S .success-factors-9 {
    padding: 30px;
}.statistical-details-S .class-benefits-6 {
    height: 50px;
    width: 50px;
    padding: 12px;
    margin-right: 15px;
}.statistical-details-S .program-wins-a {
    font-size: calc(33px - 2px);
}.statistical-details-S .statistics-gains-e {
    font-size: calc(16px - 1px);
}.statistical-details-S .statistics-perks-F {
    padding: 15px 12px;
    min-width: calc(33.33% - 20px);
}.statistical-details-S .edge-statistics-U {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}.statistical-details-S .edge-statistics-U::after {
    height: 42px;
    width: 42px;
}.statistical-details-S .statistics-perks-F span {
    font-size: calc(20px + 2px);
}
}



@media (min-width: 992px) {.follow-A .skill-mastery-y {
    padding: 4rem;
    gap: 4rem;
}.follow-A h4 {
    font-size: calc(19px * 1.2);
}.follow-A .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.follow-A .sub-col-q {
    padding: 1.1rem 2rem;
}.follow-A .skill-mastery-y:hover h4 {
    transform: translateY(-3px);
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationAlert-b {
    padding: 20px;
}.cookie-screen-f {
    padding: 20px 2%;
}
}



@media (max-width: 480px) {.gratefulPage-o {
    padding: 50px 0;
}.gratefulPage-o h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.gratefulPage-o .skill-mastery-y {
    padding: 25px 20px;
    border-radius: 10px;
}.gratefulPage-o li {
    padding-left: 20px;
}.gratefulPage-o li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.gratefulPage-o span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}



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



@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}



@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

