.career-help-f5D {
    flex: 0 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    backdrop-filter: blur(8px);
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgb(180,181,207,0.5);
    left: 0;
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #000000 0%, rgb(180,181,207) 100%);
    position: fixed;
}

.cookie_button.cookie-verify-jyI {
    background: rgb(144,142,176);
}

.cookie-popup-message-uvA p a:hover {
    color: rgb(144,142,176);
}

#cookie-panel-popup-3Sd:checked ~ .cookie-popup-message-uvA {
    opacity: 0;
    visibility: hidden;
}

.launch-now-otd::after {
    right: -10%;
    top: -30%;
    content: "";
    position: absolute;
    height: 50vw;
    animation: floatGlow 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(144,142,176) 0%, transparent 70%);
    opacity: 0.15;
    z-index: -1;
    width: 50vw;
}

.launch-now-otd div div span {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    perspective: 800px;
}

.launch-now-otd .contact-request-CSx {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    z-index: 2;
    border-radius: 10px;
    background: #ffffff;
    color: rgb(180,181,207);
    align-items: center;
    font-weight: 700;
    padding: 0.9rem 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    font-size: 18px;
}

.launch-now-otd div div span:hover::before {
    opacity: 0.25;
    transform: translateZ(-5px) scale(1.05);
}

header .container {
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

header .head-teach-v23:before {
    transform-origin: left;
    content: '';
    bottom: -8px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(180,181,207), transparent);
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    height: 1px;
}

header .top-pro-dk2:hover {
    color: rgb(180,181,207);
    text-shadow: 0 0 8px rgb(180,181,207,0.5);
}

header .header-know-HVi svg {
    width: auto;
    filter: drop-shadow(0 0 4px rgb(180,181,207,0.5));
    transition: transform 0.5s ease;
    height: 40px;
}

.company-overview-y05 .container {
    position: relative;
    z-index: 2;
}

.company-overview-y05 .learn-corner-B2m {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.company-overview-y05 .learn-growth-4nB span {
    font-weight: 600;
    font-size: 22px;
    padding: 15px 25px;
    background: rgb(180,181,207);
    color: #ffffff;
    display: block;
}

.company-overview-y05 .image-link-oHV:hover {
    transform: scale(1.02);
}

.company-overview-y05 .master-study-E94 {
    position: relative;
    min-width: 300px;
    border-radius: 19px;
    flex: 1;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
}

.company-overview-y05 .learn-growth-4nB::before,
.company-overview-y05 .master-study-E94::before {
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    background: rgb(144,142,176);
    position: absolute;
    top: 0;
}

.newsletter-signup-PjJ .connect-message-g8A {
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    box-shadow: 
        30px 30px 0px rgb(180,181,207,0.5),
        -30px -30px 0px rgb(144,142,176,0.5);
    padding: 3.5rem 3rem;
    transition: transform 0.5s ease;
    position: relative;
    width: 70%;
    background: #ffffff;
}

.newsletter-signup-PjJ input[type="email"] {
    transform: skewY(0deg);
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-size: 13px;
    transform-origin: left center;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
}

.newsletter-signup-PjJ .input_holder::before {
    height: 50px;
    content: "";
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
    right: -25px;
    top: 20%;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    border: 2px solid rgb(144,142,176);
    position: absolute;
    width: 50px;
}

.user-comments-tpQ::after {
    opacity: 0.07;
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    z-index: 0;
    right: -5%;
    animation: floating 15s infinite ease-in-out;
    top: -5%;
    background: rgb(180,181,207);
}

.user-comments-tpQ .student-views-p5v {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    animation: fadeUpIn 0.6s forwards;
    justify-content: space-between;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 2px;
    padding: 30px 25px;
    transform: translateY(30px);
    animation-delay: calc(0.15s * var(--i, 0));
    display: flex;
    position: relative;
    flex-direction: column;
}

.user-comments-tpQ .student-views-p5v:hover img {
    transform: scale(1.1);
}

.user-comments-tpQ .student-views-p5v:hover h4::after {
    width: 50px;
}

.user-comments-tpQ .student-views-p5v .description {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-style: italic;
    z-index: 2;
    font-size: calc(18px - 1px);
    position: relative;
}

.plan-showcase-4Ky {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.plan-showcase-4Ky h2 {
    text-align: center;
    transform: translateY(0);
    font-size: 34px;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}

.plan-showcase-4Ky .tuition-table-Hf3 {
    height: 100%;
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    border-radius: 10px;
}

.plan-showcase-4Ky .trial-offers-uOA {
    margin-top: auto;
    display: inline-flex;
    border-radius: 10px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    transform: translateY(0);
    padding: 10px 20px;
    color: #000000;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, color 0.3s ease;
}

.ideal-participants-cJr h4 {
    margin-bottom: 50px;
    color: rgb(180,181,207);
    font-size: 42px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    position: relative;
    transition: transform 0.5s ease;
}

.ideal-participants-cJr p:nth-child(even) {
    transform: translateY(100px);
}

.ideal-participants-cJr p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.ideal-participants-cJr p svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,181,207);
}

.ideal-participants-cJr p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}



.ideal-participants-cJr .learn-corner-B2m > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}

.ideal-participants-cJr .learn-corner-B2m > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.ideal-participants-cJr .learn-corner-B2m > div p:nth-child(6) {
    animation-delay: 0.6s;
}

footer .career-help-f5D::after {
    width: 100%;
    animation: glowBorder 3s infinite linear;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(180,181,207) 0%, 
        rgb(144,142,176) 50%, 
        rgb(180,181,207) 100%);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}

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

footer .top-know-luE {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .head-teach-v23 {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

footer .header-tutor-8nB a {
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    padding-left: 15px;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

footer .subscribe_holder {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 15px;
    display: flex;
    transition: all 0.5s ease;
    padding: 25px;
    flex-direction: column;
}

footer .sub-support-zcO {
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(144,142,176) 0%, rgb(180,181,207) 100%);
    padding: 12px 24px;
    position: relative;
    font-size: 15px;
    border: none;
    font-weight: 600;
}

.contact-panel-fu8 .connect-message-g8A {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
}

.contact-panel-fu8 .reach-query-7xe h3::after {
    height: 4px;
    width: 80px;
    border-radius: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(180,181,207);
    content: '';
    left: 50%;
    position: absolute;
}

.contact-panel-fu8 .reach-query-7xe svg path {
    fill: rgb(180,181,207);
}

.contact-panel-fu8 .reach-query-7xe a:hover {
    color: rgb(144,142,176);
}

.contact-panel-fu8 form h3::after {
    position: absolute;
    content: '';
    bottom: -15px;
    border-radius: 2px;
    background: rgb(180,181,207);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
}

.contact-panel-fu8 .query-inquiry-9JY {
    align-items: flex-start;
    margin: 10px 0;
    grid-column: 1 / -1;
    display: flex;
}

.contact-panel-fu8 .query-inquiry-9JY input[type="checkbox"]:checked {
    background-color: rgb(180,181,207);
    border-color: rgb(180,181,207);
}

.contact-panel-fu8 .query-inquiry-9JY a:hover {
    color: rgb(144,142,176);
}

.contact-panel-fu8 .contact-request-CSx {
    font-size: 17px;
    grid-column: 1 / -1;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 18px 20px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(180,181,207);
}

.program-offerings-tWg .future-class-txU {
    position: relative;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    height: 100%;
}

.program-offerings-tWg .future-class-txU {
    height: 350px;
}

.program-offerings-tWg .study-hack-Gui {
    width: 20%;
    position: relative;
    height: 100%;
}

.program-offerings-tWg .study-hack-Gui {
    width: 16.6667%;
}

.program-offerings-tWg .training-guide-reN {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3.5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 700px;
}

.program-offerings-tWg .training-guide-reN h3::after {
    bottom: -0.5rem;
    width: 50px;
    position: absolute;
    left: 1.5rem;
    height: 3px;
    background-color: rgb(144,142,176);
    content: '';
}

.program-offerings-tWg .training-guide-reN .contact-request-CSx::before {
    width: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    content: '';
    background-color: rgb(180,181,207);
}

.mentorship-profile-ezy::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(144,142,176,0.5) 45%, rgb(144,142,176,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}

.mentorship-profile-ezy .work-card-ICV::before {
    top: -15px;
    z-index: -1;
    position: absolute;
    background: rgb(144,142,176,0.5);
    border-radius: 29px;
    transform: rotate(3deg);
    content: "";
    right: -15px;
    width: 100%;
    height: 100%;
}

.mentorship-profile-ezy .student-views-p5v:hover .image-link-oHV {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(180,181,207,0.5);
}

.ty-sidebar-JbP::before {
    position: absolute;
    width: 60%;
    right: -20%;
    transform: rotate(-15deg);
    opacity: 0.4;
    height: 70%;
    content: "";
    background: linear-gradient(45deg, rgb(180,181,207,0.5) 0%, rgb(144,142,176) 100%);
    filter: blur(40px);
    top: -20%;
    animation: float 12s ease-in-out infinite;
    z-index: 0;
}

.ty-sidebar-JbP .learn-corner-B2m {
    border-radius: 10px;
    max-width: 880px;
    border-left: 4px solid rgb(180,181,207);
    width: 100%;
    opacity: 0;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    position: relative;
    transform: translateY(30px);
    padding: 3rem;
    animation: slideUp 0.8s ease-out 0.4s forwards;
}

.welcome-board-fyW .text-box-wrapper-OjD {
    padding: 2rem 1rem;
    z-index: 3;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(-2rem);
}

.welcome-board-fyW svg {
    margin-bottom: 1rem;
    animation: pulseScale 3s ease-in-out infinite;
    transform-origin: center;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0.9);
    height: 80px;
    width: 80px;
}

.welcome-board-fyW ul li {
    margin: 0;
}

.welcome-board-fyW .contact-request-CSx:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
    transform: translateY(-3px);
}

.welcome-board-fyW .image-link-oHV {
    width: 100%;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    height: 50vh;
    animation: fadeIn 1s ease-out;
    overflow: hidden;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 768px) {.launch-now-otd {
    transform: skewY(-1deg);
    padding: 4rem 0;
}.launch-now-otd .container {
    padding: 0 1.5rem;
    transform: skewY(1deg);
}.launch-now-otd h6 {
    margin-bottom: 1.8rem;
    font-size: 22px;
}.launch-now-otd h6::after {
    width: 50px;
    bottom: -12px;
}
}



@media (max-width: 767px) {header .head-teach-v23 {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    max-width: 300px;
    gap: 20px;
    position: fixed;
    width: 80%;
    top: 0;
    transition: right 0.4s ease;
    overflow-y: auto;
    background: #000000;
    flex-direction: column;
    right: -100%;
    z-index: 1001;
    padding: 80px 30px 30px;
}header .menu.active {
    right: 0;
}header .top-pro-dk2 {
    border-bottom: 1px solid rgb(180,181,207,0.5);
    padding: 10px 5px;
    width: 100%;
}header .head-teach-v23:before {
    display: none;
}header .header-know-HVi {
    margin-right: auto;
    margin-left: auto;
}
}



@media (max-width: 992px) {.newsletter-signup-PjJ .connect-message-g8A {
    width: 85%;
    box-shadow: 
            20px 20px 0px rgb(180,181,207,0.5),
            -20px -20px 0px rgb(144,142,176,0.5);
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
}
}



@media (max-width: 480px) {.newsletter-signup-PjJ {
    padding: 3rem 1rem;
}.newsletter-signup-PjJ .connect-message-g8A {
    box-shadow: 
            5px 5px 0px rgb(180,181,207,0.5),
            -5px -5px 0px rgb(144,142,176,0.5);
    padding: 2rem 1.5rem;
}.newsletter-signup-PjJ h3 {
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-size: calc(21px * 0.8);
}.newsletter-signup-PjJ input[type="email"] {
    padding: 1rem;
}.newsletter-signup-PjJ input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}}



@media screen and (min-width: 1200px) {.plan-showcase-4Ky .class-deals-AkY {
    grid-template-columns: repeat(4, 1fr);
}.plan-showcase-4Ky .tuition-table-Hf3 {
    min-height: 450px;
}
}



@media (prefers-reduced-motion: reduce) {.plan-showcase-4Ky .learning-package-pEI,
    .plan-showcase-4Ky .learning-package-pEI:hover,
    .plan-showcase-4Ky h2,
    .plan-showcase-4Ky .tuition-table-Hf3::before,
    .plan-showcase-4Ky .learning-package-pEI h4,
    .plan-showcase-4Ky .trial-offers-uOA {
    transition: none;
    transform: none;
}}



@media (max-width: 576px) {.ideal-participants-cJr {
    padding: 60px 0;
}.ideal-participants-cJr h4 {
    font-size: calc(42px * 0.6);
    margin-bottom: 40px;
}.ideal-participants-cJr h4::after {
    height: 4px;
    width: 60px;
    bottom: -10px;
}.ideal-participants-cJr p {
    padding: 15px;
    font-size: calc(13px * 0.9);
}.ideal-participants-cJr p svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
}}



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



@media (max-width: 992px) {.contact-panel-fu8 {
    padding: 80px 0;
}.contact-panel-fu8 .reach-query-7xe {
    padding: 35px;
}.contact-panel-fu8 .query-list-rhd {
    padding: 35px;
}
}


@media only screen and (max-width: 800px) {.secure-zone-MYj {
    padding: 30px;
}.secure-zone-MYj h1 {
    font-size: 29px;
}.secure-zone-MYj h2 {
    font-size: 24px;
}}



@media (max-width: 480px) {.program-offerings-tWg .future-class-txU {
    height: 300px;
}.program-offerings-tWg .training-guide-reN {
    padding: 2rem 1.5rem;
}.program-offerings-tWg .training-guide-reN h3 {
    padding-left: 1rem;
}.program-offerings-tWg .training-guide-reN p {
    padding-left: 1rem;
}.program-offerings-tWg .training-guide-reN .contact-request-CSx {
    margin-left: 1rem;
}}



@media screen and (max-width: 480px) {.ty-sidebar-JbP {
    padding: 2.5rem 1rem;
}.ty-sidebar-JbP h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.ty-sidebar-JbP .learn-corner-B2m {
    padding: 1.5rem 1.25rem;
}.ty-sidebar-JbP span {
    font-size: 0.95rem;
}}



@media (min-width: 1200px) {.welcome-board-fyW .learn-corner-B2m {
    padding: 0 8rem;
}.welcome-board-fyW .text-box-wrapper-OjD {
    padding: 4.5rem 4rem;
    transform: translateX(-8rem);
}.welcome-board-fyW h1 {
    font-size: 38px;
}.welcome-board-fyW .image-link-oHV {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    height: 90vh;
}
}



@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}



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



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

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



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



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

