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

html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}

.confidential-cell-0::after {
    height: 50%;
    right: -10%;
    opacity: 0.03;
    content: "";
    background: linear-gradient(145deg, rgb(195,208,191,0.5), rgb(157,173,152,0.5));
    top: -5%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    width: 25%;
    filter: blur(30px);
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    z-index: 0;
}

.confidential-cell-0 h1::after {
    background: var(--heading-gradient);
    position: absolute;
    width: 80px;
    transform-origin: left;
    bottom: -15px;
    height: 3px;
    transition: transform 0.3s ease-out;
    left: 0;
    content: "";
}

.confidential-cell-0 h4 {
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-size: calc(38px * 0.7);
    font-weight: 600;
    opacity: 0.9;
    color: #000000;
}

.confidential-cell-0 span::before {
    background-color: rgb(157,173,152,0.5);
    width: 3px;
    left: 0;
    content: "";
    height: calc(100% - 0.6em);
    top: 0.3em;
    position: absolute;
}

.course-features-F::before {
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    left: 0;
    position: absolute;
    opacity: 0.6;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(195,208,191,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(157,173,152,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(195,208,191,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(157,173,152,0.5) 4%, transparent 8%);
    height: 100%;
}

.course-features-F .header-site-A svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
    height: auto;
}

.course-features-F .program-plan-H p {
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    line-height: 1.7;
    position: relative;
    max-width: 100%;
    color: #ffffff;
}

header::before {
    z-index: 0;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(195,208,191), rgb(157,173,152));
    width: 35%;
}

header .top-pagebar-y {
    display: flex;
    align-items: stretch;
    height: 100%;
}

header .head-mainbar-K {
    position: relative;
    align-items: center;
    padding: 1.2rem 3%;
    justify-content: flex-start;
    width: 65%;
    display: flex;
    gap: 0.5rem;
}

header .nav-pro-0:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

.welcome-board-N {
    overflow: hidden;
    position: relative;
    min-height: 700px;
    height: 100vh;
    width: 100%;
}

.welcome-board-N .edu-expert-g::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    top: 0;
}

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

.welcome-board-N .title_style_header {
    font-weight: 700;
    transform: translateZ(0);
    text-fill-color: transparent;
    margin: 0 0 1.5rem;
    background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 30%, rgb(157,173,152) 100%);
}

.leadership-experience-s .pic-hover-B {
    grid-area: photo;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    height: 420px;
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(195,208,191,0.5);
    border-radius: 11px;
}

.leadership-experience-s .feedback-stories-z:hover .name::after {
    transform: scaleX(1);
}

.leadership-experience-s .feedback-stories-z:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.leadership-experience-s .feedback-stories-z:hover .work-insights-0 {
    transform: translateY(-10px);
}

.meet-us-i {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(228,233,225);
}

.meet-us-i .skill-mastery-y {
    position: relative;
}

.meet-us-i h3::after {
    background: rgb(195,208,191);
    left: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    width: 100px;
    content: "";
    transform: translateX(-50%);
    height: 5px;
}

.meet-us-i .learn-space-E .pic-hover-B {
    border-radius: 23px;
    flex: 0 0 40%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    height: 400px;
    z-index: 0;
    position: relative;
}

.meet-us-i .learn-academy-K .fast-guide-w:hover {
    transform: scale(1.02);
}

.meet-us-i .learn-academy-K::after {
    content: "";
    height: 80%;
    position: absolute;
    right: -10px;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    background: rgb(157,173,152);
    border-radius: 10px;
}

.meet-us-i .skill-mastery-y::after {
    right: 0;
    height: 1px;
    bottom: 0;
    content: "";
    width: 50%;
    background: linear-gradient(to left, rgb(157,173,152,0.5), transparent);
    position: absolute;
}

.contact-section-T .pic-hover-B {
    z-index: 1;
    width: 45%;
    right: 0;
    top: 2.5%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    height: 95%;
    border-radius: 100px 0 0 100px;
    position: absolute;
}

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

.contact-section-T .connect-grid-2::after {
    border-radius: 50%;
    content: '';
    width: 150px;
    opacity: 0.05;
    background: rgb(157,173,152,0.5);
    position: absolute;
    height: 150px;
    bottom: -75px;
    right: -75px;
}

.contact-section-T input[type="text"]:focus,
.contact-section-T textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: rgb(195,208,191,0.5);
    box-shadow: 0 0 15px rgb(195,208,191,0.5);
    outline: none;
}

.contact-section-T .feedback-links-G label::before {
    top: 2px;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    content: '';
    width: 22px;
    border: 2px solid rgb(195,208,191,0.5);
    background: #ffffff;
    border-radius: 50%;
}

.contact-section-T .request-help-Z:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(195,208,191,0.5);
}

.contact-section-T .reach-info-g {
    display: flex;
    top: 50%;
    position: absolute;
    border-radius: 70px 0 0 70px;
    z-index: 3;
    right: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(195,208,191), rgb(157,173,152));
    width: 40%;
    transform: translateY(-50%);
    justify-content: center;
}

.contact-section-T .request-section-a li:hover svg {
    transform: scale(1.2);
}

.contact-section-T .request-section-a svg path {
    fill: #ffffff;
}

.contact-section-T .request-section-a a:hover {
    opacity: 0.8;
}

footer .workshop-cta-E {
    z-index: 1;
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(195,208,191) 100%);
    position: relative;
}

footer .get-help-V {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 30px;
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
}

footer .info_item p,
footer .info_item a {
    font-weight: 400;
    text-decoration: none;
    display: flex;
    font-family: Arial, sans-serif;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    color: #ffffff;
    transition: color 0.3s ease;
}

footer .discuss-cta-S {
    font-weight: 300;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    max-width: 300px;
    line-height: 1.5;
}

footer .head-mainwrap-2 {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .head-mainwrap-2 a::before {
    width: 6px;
    background: rgb(157,173,152);
    left: 0;
    top: 50%;
    height: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    opacity: 0.7;
    content: '';
    position: absolute;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(157,173,152,0.5);
    border-color: rgb(157,173,152);
}

footer .sub-col-q:hover::before {
    left: 100%;
}

footer .sub-col-q:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

footer .mentor-net-Y {
    opacity: 0.7;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
}

.client-comments-p::before {
    height: 100%;
    left: -25%;
    z-index: 1;
    width: 150%;
    transform: rotate(-15deg);
    background: rgb(157,173,152,0.5);
    content: "";
    top: -30%;
    position: absolute;
}

.client-comments-p .feedback-stories-z {
    overflow: hidden;
    padding: 30px 25px 25px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0);
    transition: all 0.4s ease;
    border-radius: 18px;
}

.client-comments-p .pic-hover-B {
    transform: rotate(-5deg);
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
    height: 80px;
    width: 80px;
    border-radius: 20% 40% 30% 50%;
}

.tariff-wrapper-S::before {
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    top: 0;
}

.tariff-wrapper-S .tuition-plans-G {
    gap: 30px;
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}

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

.tariff-wrapper-S .monthly-plan-R:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}

.tariff-wrapper-S .annual-plan-P::before {
    position: absolute;
    transition: all 0.6s ease;
    opacity: 0.1;
    height: 50%;
    top: -10%;
    background: linear-gradient(135deg, rgb(195,208,191,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(-45deg);
    left: -10%;
    width: 40%;
}

.tariff-wrapper-S .pricing-tiers-G p {
    flex-grow: 1;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    font-size: calc(15px * 0.9);
    word-wrap: break-word;
    line-height: 1.7;
}

.statistical-details-S::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
}

.statistical-details-S .class-benefits-6 {
    width: 60px;
    padding: 15px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    height: 60px;
    display: flex;
    background: linear-gradient(135deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.statistical-details-S .statistics-perks-F::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(195,208,191) 0%, rgb(157,173,152) 100%);
}

.statistical-details-S .statistics-perks-F:hover .edge-statistics-U::after {
    height: 52px;
    border-color: rgba(rgb(195,208,191), 0.3);
    width: 52px;
}

.statistical-details-S .statistics-perks-F:hover .edge-statistics-U svg {
    fill: rgb(195,208,191);
}

.statistical-details-S .statistics-perks-F:nth-child(3) span {
    animation-delay: 0.4s;
}

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

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

.follow-A::after {
    position: absolute;
    right: -5%;
    z-index: 0;
    width: 35%;
    background: rgb(195,208,191);
    height: 120%;
    opacity: 0.1;
    content: "";
    top: -10%;
    transform: rotate(15deg);
}

.follow-A .skill-mastery-y::after {
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transform-origin: right;
    z-index: 2;
    height: 6px;
    background: rgb(157,173,152);
    width: 40%;
}

.follow-A .input_holder span:hover {
    transform: translateY(-2px);
}

.follow-A .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.follow-A .sub-col-q {
    padding: 1rem 1.5rem;
    position: relative;
    border: none;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    background: rgb(195,208,191);
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.accept-cookies-d {
    box-shadow: 0 0 15px rgb(195,208,191);
    padding: 10px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    overflow: hidden;
    flex-shrink: 0;
}

.track-optin-5 p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(195,208,191,0.5);
    font-size: 17px;
    color: #ffffff;
}

.cookieNotificationAlert-b p a:hover {
    color: rgb(157,173,152);
}


.gratefulPage-o {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(228,233,225) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.gratefulPage-o h2 {
    margin-bottom: 40px;
    transform: translateY(20px);
    font-size: 32px;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    position: relative;
    color: #000000;
    opacity: 0;
    text-align: center;
}

.gratefulPage-o .skill-mastery-y::before {
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(195,208,191), rgb(157,173,152));
    position: absolute;
    top: 0;
    width: 5px;
}

.gratefulPage-o ul {
    margin: 0;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 2;
}

.course-benefits-W {
    background: linear-gradient(135deg, rgb(228,233,225) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.course-benefits-W::before {
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,173,152,0.5) 0px,
        rgb(157,173,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    left: 0;
}

.course-benefits-W .skill-mastery-y {
    display: flex;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.course-benefits-W ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 24px;
}

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

.course-benefits-W li svg {
    position: absolute;
    left: -40px;
    transition: transform 0.3s ease;
    top: 0;
    width: 28px;
    height: 28px;
}

.statistical-details-S .statistics-edge-S::-webkit-scrollbar {
    display: none;
}



@media (max-width: 768px) {.confidential-cell-0 .container {
    padding: 1.5rem;
}.confidential-cell-0 h1 {
    font-size: calc(42px * 0.8);
}.confidential-cell-0 h2 {
    padding-left: 12px;
    font-size: calc(38px * 0.85);
}.confidential-cell-0 p, 
    .confidential-cell-0 span,
    .confidential-cell-0 li {
    font-size: calc(15px * 0.95);
}.confidential-cell-0 ul {
    padding-left: 0.5rem;
}.confidential-cell-0 h1::after {
    width: 60px;
}
}



@media screen and (max-width: 768px) {.course-features-F {
    padding: 50px 0;
}.course-features-F .skill-mastery-y {
    flex-direction: column-reverse;
}.course-features-F .program-plan-H {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course-features-F .pic-hover-B {
    min-height: 300px;
    width: 100%;
    flex: 1 1 100%;
}.course-features-F .program-plan-H h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.course-features-F .program-plan-H p {
    margin-bottom: 20px;
}.course-features-F .header-site-A {
    margin-bottom: 15px;
}.course-features-F .header-site-A svg {
    width: 90px;
}.course-features-F .program-plan-H h3::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
}
}



@media (max-width: 576px) {.welcome-board-N {
    min-height: 400px;
}.welcome-board-N .expert-learnings-s {
    padding: 1.25rem;
}.welcome-board-N p {
    padding-left: 1rem;
    margin-bottom: 1rem;
}.welcome-board-N .title_style_header {
    margin-bottom: 1rem;
}.welcome-board-N h3 {
    border-left: 2px solid rgb(157,173,152);
    padding-left: 0.5rem;
}
}



@media screen and (max-width: 992px) {.meet-us-i {
    padding: 80px 0;
}.meet-us-i h3 {
    margin-bottom: 60px;
    font-size: calc(44px * 0.85);
}.meet-us-i .learn-space-E,
    .meet-us-i .learn-academy-K {
    flex-direction: column;
}.meet-us-i .learn-space-E p,
    .meet-us-i .learn-academy-K p {
    width: 100%;
    margin: 0 0 30px 0;
}.meet-us-i .learn-space-E .pic-hover-B,
    .meet-us-i .learn-academy-K .fast-guide-w {
    height: 350px;
    width: 100%;
}.meet-us-i .learn-space-E::before {
    transform: translateY(0);
    height: 15px;
    width: 80%;
    left: 10%;
    top: 0;
}.meet-us-i .learn-academy-K::after {
    bottom: 0;
    height: 15px;
    right: 10%;
    transform: translateY(0);
    top: auto;
    width: 80%;
}.meet-us-i .learn-space-E span {
    top: -20px;
    left: 20px;
}
}



@media (max-width: 768px) {.contact-section-T {
    padding: 70px 0;
}.contact-section-T h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.contact-section-T .inquiry-grid-0,
    .contact-section-T .reach-info-g {
    padding: 30px;
}
}



@media (max-width: 992px) {footer .workshop-cta-E {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .get-help-V {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}



@media (max-width: 767px) {.client-comments-p {
    padding: 50px 0;
}.client-comments-p::before {
    left: -50%;
    transform: rotate(-10deg);
    width: 200%;
}.client-comments-p h4 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.85);
}.client-comments-p .alumni-quotes-G {
    transform: none;
    gap: 30px;
    grid-template-columns: 1fr;
}.client-comments-p .feedback-stories-z,
    .client-comments-p .feedback-stories-z:nth-child(odd),
    .client-comments-p .feedback-stories-z:nth-child(even) {
    transform: none;
    padding: 25px 20px 20px;
}.client-comments-p .pic-hover-B {
    width: 70px;
    height: 70px;
}}



@media screen and (max-width: 576px) {.statistical-details-S {
    padding: 70px 0;
}.statistical-details-S .container {
    padding: 0 15px;
}.statistical-details-S .success-factors-9 {
    padding: 20px;
}.statistical-details-S .class-benefits-6 {
    margin-bottom: 12px;
    padding: 10px;
    width: 45px;
    height: 45px;
}.statistical-details-S .program-wins-a {
    font-size: calc(33px - 6px);
}.statistical-details-S .statistics-gains-e {
    font-size: calc(16px - 2px);
}.statistical-details-S .statistics-perks-F {
    min-width: calc(85% - 20px);
    padding: 15px;
}.statistical-details-S .edge-statistics-U {
    height: 30px;
    width: 30px;
}.statistical-details-S .edge-statistics-U::after {
    height: 36px;
    width: 36px;
}.statistical-details-S .statistics-perks-F span {
    font-size: calc(20px - 1px);
}.statistical-details-S .statistics-perks-F p {
    font-size: calc(16px - 2px);
}}



@media (prefers-reduced-motion: reduce) {.follow-A .skill-mastery-y:hover h4,
    .follow-A .input_holder span:hover,
    .follow-A .sub-col-q:hover,
    .follow-A .sub-col-q:hover::before {
    transform: none;
    transition: none;
}}



@media (max-width: 991px) {.gratefulPage-o {
    padding: 90px 0;
}.gratefulPage-o h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}.gratefulPage-o .skill-mastery-y {
    padding: 35px;
}.gratefulPage-o .skill-mastery-y::after {
    width: 30%;
}
}



@media (min-width: 768px) {.course-benefits-W .skill-mastery-y {
    flex-direction: row;
    align-items: stretch;
}.course-benefits-W .skill-mastery-y > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.course-benefits-W .quote-box-g {
    width: 60%;
    padding: 50px 40px;
}.course-benefits-W ul {
    grid-template-columns: repeat(2, 1fr);
}.course-benefits-W .pic-hover-B {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
}



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



@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



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



@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

