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

.core-container-Hab {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}


.cookie-popup-message-uvA {
    max-width: 500px;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    bottom: 20px;
    overflow: hidden;
    position: fixed;
    width: 90%;
    font-family: Arial, sans-serif;
    left: 50%;
    border-radius: 23px;
    z-index: 1050;
}

.data-agree-9b2:hover {
    background: rgb(144,142,176);
}

.cookie-popup-message-uvA p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(180,181,207);
}

.launch-now-otd::before {
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,181,207,0.5),
        rgb(180,181,207,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
}

.launch-now-otd h6::after {
    height: 3px;
    left: 50%;
    background: #ffffff;
    position: absolute;
    width: 70px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -15px;
    opacity: 0.7;
    transform: translateX(-50%);
}

.launch-now-otd .contact-request-CSx::before {
    transition: opacity 0.4s ease;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(144,142,176,0.5) 100%);
    z-index: -1;
}

.launch-now-otd .contact-request-CSx:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    color: rgb(144,142,176);
    transform: translateY(-5px);
}

.launch-now-otd .contact-request-CSx:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

header .head-teach-v23 {
    display: flex;
    position: relative;
    gap: 25px;
}

header .top-pro-dk2 {
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

header .top-pro-dk2:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .header-know-HVi {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
}

.company-overview-y05::before {
    opacity: 0.1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,181,207,0.5) 0,
        rgb(180,181,207,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}

.company-overview-y05 .image-link-oHV {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    transition: transform 0.4s ease;
    overflow: hidden;
    height: 300px;
    margin: 0 25px 25px;
}

.company-overview-y05 .learning-experts-lHy:hover {
    transform: scale(1.02);
}

.company-overview-y05 .image-link-oHV::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    content: "";
}

.newsletter-signup-PjJ {
    padding: 6rem 2rem;
    position: relative;
    background: rgb(217,217,231);
    overflow: hidden;
    perspective: 1000px;
}

.newsletter-signup-PjJ .connect-message-g8A:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.newsletter-signup-PjJ .input_holder {
    gap: 2rem;
    flex-direction: column;
    transform: translateZ(30px);
    display: flex;
}

.newsletter-signup-PjJ input[type="email"]:focus {
    border-color: rgb(180,181,207);
    box-shadow: 10px 10px 0px rgb(144,142,176,0.5);
    transform: skewY(-2deg);
    outline: none;
}

.newsletter-signup-PjJ .connect-message-g8A::before {
    opacity: 0.2;
    height: 100px;
    top: -50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    right: -50px;
    background: rgb(144,142,176);
    position: absolute;
    width: 100px;
    content: "";
}

.newsletter-signup-PjJ .input_holder::after {
    border: 2px solid rgb(180,181,207);
    width: 50px;
    opacity: 0.3;
    bottom: 20%;
    content: "";
    animation: float 8s ease-in-out infinite reverse;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    left: -25px;
    position: absolute;
    height: 50px;
}

.user-comments-tpQ h2 {
    transform: translateX(5%);
    position: relative;
    text-align: left;
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    max-width: 80%;
}

.user-comments-tpQ .student-views-p5v:nth-child(odd) {
    transform: translateY(40px);
}

.user-comments-tpQ .student-views-p5v:nth-child(even) {
    transform: translateY(20px);
}

.user-comments-tpQ .student-views-p5v::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(180,181,207) 0%, rgb(144,142,176) 100%);
    transition: transform 0.4s ease-out;
    content: "";
    height: 4px;
    transform-origin: left;
    left: 0;
}

.user-comments-tpQ .student-views-p5v h4::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    background-color: rgb(144,142,176);
    width: 30px;
    transition: width 0.3s ease;
}

.user-comments-tpQ a::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
}

.plan-showcase-4Ky .study-packages-Zet {
    position: relative;
}

.plan-showcase-4Ky h2::after {
    bottom: -15px;
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,181,207), rgb(144,142,176));
    position: absolute;
    content: "";
    left: 50%;
}

.plan-showcase-4Ky .tuition-table-Hf3::before {
    content: "";
    left: 0;
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,181,207), rgb(144,142,176));
    width: 100%;
}

.plan-showcase-4Ky .learning-package-pEI p {
    margin-bottom: 20px;
    word-wrap: break-word;
    flex: 1;
    hyphens: auto;
    font-size: 13px;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: #000000;
}

.plan-showcase-4Ky .learning-package-pEI:hover .trial-offers-uOA {
    color: rgb(180,181,207);
    transform: translateY(-5px);
}

.ideal-participants-cJr::before {
    content: "";
    background-position: 0 0;
    opacity: 0.3;
    height: 60%;
    position: absolute;
    width: 60%;
    right: 0;
    z-index: 1;
    background-size: 20px 20px;
    background-image: radial-gradient(rgb(180,181,207,0.5) 20%, transparent 20%);
    bottom: 0;
}

.ideal-participants-cJr p {
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 1;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 13px;
    align-items: center;
    background: #ffffff;
    color: #000000;
    position: relative;
    padding: 40px 30px;
}

.ideal-participants-cJr p:hover svg path {
    fill: rgb(144,142,176);
}

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

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

footer {
    position: relative;
    width: 100%;
}

footer .career-help-f5D::before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    z-index: -1;
}

footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

footer .info_item:hover svg {
    transform: scale(1.2);
}

footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(144,142,176);
}

footer .med-guides-9sH {
    line-height: 1.5;
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
    max-width: 300px;
}

footer .header-tutor-8nB {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
    display: flex;
}

footer .header-tutor-8nB a::before {
    top: 50%;
    width: 6px;
    background: rgb(144,142,176);
    border-radius: 50%;
    position: absolute;
    content: '';
    opacity: 0.7;
    transition: all 0.3s ease;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
}

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

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

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

.contact-panel-fu8 {
    position: relative;
    padding: 100px 0;
}

.contact-panel-fu8 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.contact-panel-fu8 .reach-query-7xe h3 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    text-align: center;
    grid-column: 1 / -1;
}

.contact-panel-fu8 .reach-query-7xe div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.contact-panel-fu8 .reach-query-7xe a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(180,181,207);
    transition: color 0.3s ease;
}

.contact-panel-fu8 form {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

.contact-panel-fu8 form input[type="text"]:focus,
.contact-panel-fu8 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(180,181,207,0.5);
    border-color: rgb(180,181,207);
    outline: none;
}

.contact-panel-fu8 .query-inquiry-9JY input[type="checkbox"]:checked::before {
    content: "";
    border: solid #ffffff;
    top: 4px;
    left: 7px;
    height: 10px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
}

.secure-zone-MYj h1 {
    font-size: 40px;
    margin: 20px 0;
    color: #000000;
    font-weight: 700;
}

.secure-zone-MYj h2 {
    font-size: 29px;
    margin: 15px 0;
    font-weight: 600;
    color: rgb(180,181,207);
}

.secure-zone-MYj ul li {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}

.program-offerings-tWg .next-skill-WOi {
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
    width: 500%;
    display: flex;
}

.program-offerings-tWg .next-skill-WOi {
    width: 600%;
    animation-duration: 20s;
}

.program-offerings-tWg .container {
    align-items: center;
    justify-content: flex-end;
    grid-column: 1 / 3;
    position: relative;
    height: 100%;
    grid-row: 1;
    padding: 0;
    z-index: 10;
    width: 100%;
    display: flex;
}

.program-offerings-tWg .training-guide-reN::after {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom,
                rgb(180,181,207) 0%,
                rgb(144,142,176) 100%);
}

.program-offerings-tWg .training-guide-reN .contact-request-CSx {
    font-size: 15px;
    font-weight: 600;
    color: rgb(180,181,207);
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(180,181,207);
    display: inline-block;
    text-decoration: none;
    margin-left: 1.5rem;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 0.8rem 2rem;
}

.mentorship-profile-ezy .image-link-oHV {
    box-shadow: 20px 20px 0 rgb(180,181,207,0.5);
    border-radius: 29px;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-15deg);
    height: 400px;
    width: 350px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.mentorship-profile-ezy .work-card-ICV div:nth-child(2) {
    transform: skewX(-5deg);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 22px;
    color: rgb(144,142,176);
}

.mentorship-profile-ezy .student-views-p5v:hover .work-card-ICV {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.ty-sidebar-JbP::after {
    z-index: 0;
    content: "";
    background: linear-gradient(-45deg, rgb(144,142,176,0.5) 0%, rgb(180,181,207) 100%);
    left: -10%;
    width: 50%;
    transform: rotate(15deg);
    bottom: -10%;
    filter: blur(30px);
    position: absolute;
    height: 60%;
    opacity: 0.3;
    animation: float 15s ease-in-out infinite reverse;
}

.ty-sidebar-JbP .learn-corner-B2m::before {
    position: absolute;
    border-radius: calc(10px - 15px);
    right: 15px;
    content: "";
    left: 15px;
    top: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    z-index: 0;
    pointer-events: none;
    bottom: 15px;
}

.welcome-board-fyW {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(217,217,231) 0%, rgba(245, 250, 253, 0.95) 100%);
    overflow: hidden;
}

.welcome-board-fyW::before {
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.08) 0%, transparent 40%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.welcome-board-fyW .learn-open-F93 p {
    opacity: 0;
    line-height: 1.7;
    padding-left: 0.5rem;
    border-left: 2px solid rgb(180,181,207);
    font-size: 15px;
    color: #000000;
    margin-top: 1.5rem;
    animation: slideUp 0.6s ease-out 0.6s forwards;
    transform: translateY(15px);
}

.welcome-board-fyW .contact-request-CSx {
    font-size: 19px;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    background: linear-gradient(135deg, rgb(180,181,207) 0%, rgba(94, 170, 168, 0.9) 100%);
    font-weight: 600;
    overflow: hidden;
    padding: 0.9rem 1.8rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    border: none;
}



@media (max-width: 992px) {.launch-now-otd {
    padding: 5rem 0;
}.launch-now-otd h6 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
}.launch-now-otd .contact-request-CSx {
    padding: 0.8rem 2.2rem;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head-teach-v23 {
    gap: 15px;
}header .top-pro-dk2 {
    font-size: calc(14px - 1px);
}header .header-know-HVi svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header-know-HVi svg {
    height: 30px;
}}



@media (max-width: 1199px) and (min-width: 768px) {.company-overview-y05 .learn-corner-B2m {
    justify-content: center;
}.company-overview-y05 .learn-growth-4nB,
    .company-overview-y05 .master-study-E94 {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}



@media (max-width: 1600px) and (min-width: 1200px) {.company-overview-y05 .container {
    margin: 0 auto;
    max-width: 1140px;
}
}



@media (hover: hover) {.company-overview-y05 .learn-growth-4nB,
    .company-overview-y05 .master-study-E94 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.company-overview-y05 .learn-growth-4nB:hover,
    .company-overview-y05 .master-study-E94:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}}



@media (max-width: 992px) {.user-comments-tpQ {
    padding: 80px 20px 50px;
}.user-comments-tpQ h2 {
    max-width: 100%;
    text-align: center;
    transform: translateX(0);
}.user-comments-tpQ h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user-comments-tpQ .feedback-track-sfD {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-comments-tpQ .student-views-p5v {
    padding: 25px 20px;
}
}



@media (max-width: 480px) {.user-comments-tpQ {
    padding: 50px 10px 30px;
}.user-comments-tpQ h2 {
    font-size: calc(32px - 12px);
    margin-bottom: 30px;
}.user-comments-tpQ .student-views-p5v {
    padding: 20px 15px;
}.user-comments-tpQ .student-views-p5v div {
    margin-bottom: 15px;
}.user-comments-tpQ .student-views-p5v img {
    width: 50px;
    height: 50px;
}.user-comments-tpQ a {
    font-size: calc(16px - 2px);
    padding: 12px 25px;
}}



@media (max-width: 768px) {.ideal-participants-cJr {
    padding: 70px 0;
}.ideal-participants-cJr h4 {
    margin-bottom: 60px;
    font-size: calc(42px * 0.7);
}.ideal-participants-cJr h4::after {
    bottom: -12px;
    width: 80px;
}.ideal-participants-cJr div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.ideal-participants-cJr p {
    padding: 20px;
    clip-path: none;
    border-radius: 12px;
    aspect-ratio: 1.73 / 1;
    height: auto;
}.ideal-participants-cJr p::before {
    border-radius: 12px;
    clip-path: none;
}.ideal-participants-cJr p:nth-child(even) {
    transform: translateY(0);
}.ideal-participants-cJr p svg {
    height: 28px;
    transform: none;
    position: static;
    width: 28px;
    margin-right: 15px;
}.ideal-participants-cJr p span {
    margin-top: 0;
    display: inline;
}.ideal-participants-cJr p:hover {
    transform: translateY(0) scale(1.03);
}.ideal-participants-cJr p:hover svg {
    transform: scale(1.2);
}.ideal-participants-cJr::after {
    display: none;
}
}



@media (max-width: 768px) {.contact-panel-fu8 {
    padding: 60px 0;
}.contact-panel-fu8 .reach-query-7xe {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contact-panel-fu8 .query-list-rhd {
    padding: 30px;
}.contact-panel-fu8 form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact-panel-fu8 .reach-query-7xe h3,
    .contact-panel-fu8 form h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
}
}



@media screen and (max-width: 767px) {.ty-sidebar-JbP {
    padding: 3rem 1.25rem;
}.ty-sidebar-JbP h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.ty-sidebar-JbP .learn-corner-B2m {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.ty-sidebar-JbP li {
    padding-left: 1.5rem;
}.ty-sidebar-JbP li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}.ty-sidebar-JbP h2::before {
    width: 60px;
    height: 3px;
    bottom: -12px;
}
}



@media (min-width: 992px) {.welcome-board-fyW .learn-corner-B2m {
    padding: 0 5rem;
}.welcome-board-fyW .text-box-wrapper-OjD {
    transform: translateX(-5rem);
    padding: 4rem 3rem;
}.welcome-board-fyW h1 {
    font-size: calc(38px * 0.9);
}.welcome-board-fyW .learn-open-F93 p {
    font-size: calc(15px * 1.1);
    line-height: 1.8;
}.welcome-board-fyW .contact-request-CSx {
    padding: 1rem 2.2rem;
}.welcome-board-fyW .image-link-oHV {
    height: 85vh;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.welcome-board-fyW svg {
    width: 120px;
    height: 120px;
}
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 120px;
    }
}



@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(5deg);
    }
    50% {
        transform: translate(2%, 10%) rotate(-5deg);
    }
    75% {
        transform: translate(-5%, 5%) rotate(2deg);
    }
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(180,181,207,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}



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



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

