﻿.framework-wrap-rP {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.header-nav-yu {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(196,171,193,0.5) 0%, rgb(168,107,158) 100%);
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 99;
}

.welcome-qS::after {
    content: "";
    z-index: 1;
    right: -25%;
    background: linear-gradient(45deg, rgb(168,107,158,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 200%;
    transform: rotate(15deg);
    top: -50%;
    position: absolute;
    width: 80%;
}



.welcome-qS .learn-main-wQ > div:first-child::before {
    height: 1px;
    width: 30%;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(196,171,193) 0%, transparent 100%);
    top: 0;
    position: absolute;
}



.welcome-qS .pro-sessions-Vf {
    overflow: hidden;
    transition: transform 0.4s ease-out;
    transform: translateY(0) scale(1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 15px 25px rgba(0, 0, 0, 0.05);
    animation: revealUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
}

.welcome-qS .pro-sessions-Vf:hover > div::after {
    transform: scaleX(1);
}

.welcome-qS .pro-sessions-Vf h3 {
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    font-size: calc(21px * 1.1);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 1s ease-out 0.9s forwards;
    transform: translateY(20px);
    position: relative;
}

.welcome-qS .pro-sessions-Vf .title_style_header::before {
    height: 70%;
    position: absolute;
    top: 50%;
    background: rgb(196,171,193);
    left: -10px;
    animation: growDown 0.6s ease-out 1.5s forwards;
    content: "";
    width: 3px;
    transform-origin: top;
    transform: translateY(-50%) scaleY(0);
}

.our-story-ai .container {
    padding: 0 20px;
    gap: 2rem;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    z-index: 1;
    position: relative;
}

.our-story-ai h2::after {
    content: "";
    width: 80px;
    box-shadow: 0 2px 10px rgb(168,107,158,0.5);
    height: 4px;
    left: 0;
    transform: scaleX(0);
    background: rgb(168,107,158);
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
}

.our-story-ai .text-drawer-qM > div {
    padding: 35px;
    position: relative;
}

.our-story-ai .text-drawer-qM p {
    font-size: calc(17px * 1.4);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    position: relative;
}

.newsletter-signup-oC {
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(227,221,227) 100%);
}



.newsletter-signup-oC .knowledge-hub-uh {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.newsletter-signup-oC .inquiry-support-ds:hover {
    transform: rotateY(0deg);
}

.newsletter-signup-oC .inquiry-support-ds::before {
    border-radius: 26px;
    background-size: 2px 100%, 100% 2px;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    animation: border-pulse 3s infinite alternate;
    background-position: 0 0, 0 0;
    width: 100%;
    top: 0;
    opacity: 0.5;
    height: 100%;
    background-repeat: repeat-y, repeat-x;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(196,171,193,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(168,107,158,0.5) 50%);
}

.newsletter-signup-oC input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

.newsletter-signup-oC input[type="submit"] {
    font-family: Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    background: rgb(196,171,193);
    position: relative;
    padding: 1rem 2rem;
}

.course-beneficiaries-pU::before {
    width: 80%;
    position: absolute;
    right: -20%;
    transform: rotate(30deg);
    filter: blur(60px);
    opacity: 0.1;
    top: -50%;
    background: rgb(196,171,193,0.5);
    height: 200%;
    content: "";
    animation: float-slow 20s ease-in-out infinite alternate;
    border-radius: 100px;
}

.course-beneficiaries-pU h4::before {
    position: absolute;
    left: 0;
    height: 5px;
    width: 50px;
    content: "";
    top: -20px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
}

.course-beneficiaries-pU div p:nth-child(even) {
    transform: translateX(30px);
}

.course-beneficiaries-pU div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.course-beneficiaries-pU div p:hover::before {
    width: 8px;
}

.course-beneficiaries-pU div p svg {
    margin-right: 20px;
    position: relative;
    min-width: 28px;
    z-index: 2;
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
}

.course-beneficiaries-pU div p:hover svg path {
    fill: rgb(168,107,158);
}

.take-a-spin-BV::before {
    opacity: 0.05;
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    left: 0;
    z-index: -1;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    content: '';
    top: 0;
}

.take-a-spin-BV .knowledge-hub-uh::after {
    left: 0;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    opacity: 0.3;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
}

.take-a-spin-BV h3::after {
    background: transparent;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    top: 0;
    text-shadow: -2px 0 rgb(196,171,193);
    position: absolute;
    opacity: 0.8;
    content: attr(data-text);
    left: -2px;
    animation: glitchBottom 2.7s infinite linear alternate;
    color: #ffffff;
}

.take-a-spin-BV .get-contactbox-NV::after {
    left: -100px;
    top: 0;
    transform: skewX(-20deg);
    z-index: 2;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    content: '';
    transition: all 0.7s ease;
    width: 8px;
}

header::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(145deg, rgb(168,107,158,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
}

header .nav-pagebar-ah .site-core-yZ:hover {
    transform: scale(1.05);
}

header .nav-pagebar-ah .main-pagewrap-Oe {
    transform: none;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
}

header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.mentorship-experience-Rn::before {
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(196,171,193,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(168,107,158,0.5) 0%, transparent 30%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    animation: pulse 20s infinite alternate;
    width: 100%;
}

.mentorship-experience-Rn .exp-highlights-uU {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(196,171,193,0.5);
    backdrop-filter: blur(10px);
    line-height: 1.7;
    border-radius: 11px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    transform: translateZ(20px);
    font-size: 18px;
    z-index: 1;
    grid-area: quote;
    padding: 50px 40px;
}

.mentorship-experience-Rn .success-opinions-pZ:hover .name {
    transform: translateZ(45px) translateY(-5px);
}

.mentorship-experience-Rn .success-opinions-pZ:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

.pricing-tray-Qa {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

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

.pricing-tray-Qa h2::after {
    content: "";
    bottom: -12px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
}

.pricing-tray-Qa .price-sheet-Tv {
    display: block;
    position: relative;
    text-decoration: none;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.pricing-tray-Qa .fee-schemes-xL {
    position: relative;
    flex-direction: column;
    padding: 35px 30px;
    height: 100%;
    z-index: 2;
    display: flex;
}

.pricing-tray-Qa .fee-schemes-xL h4 {
    padding-bottom: 15px;
    color: #ffffff;
    position: relative;
    font-size: calc(21px + 2px);
    font-weight: 600;
    margin: 0 0 20px;
}

.pricing-tray-Qa .cost-deals-JU {
    border-radius: 3px;
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    font-size: calc(21px + 4px);
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(196,171,193,0.5) 0%, rgb(168,107,158,0.5) 100%);
}

.learning-process-bu {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgb(168,107,158,0.5) 100%);
    position: relative;
    padding: 4rem 0;
}

.learning-process-bu .knowledge-hub-uh {
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    flex-direction: column;
    animation: appearIn 1s ease-out forwards;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    backdrop-filter: blur(10px);
    max-width: 900px;
    border-radius: 11px;
}

.learning-process-bu h3::after {
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    content: "";
    border-radius: 2px;
}

.privacy-area-zF h2 {
    margin-bottom: 20px;
    color: rgb(168,107,158);
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    border-bottom: 1px solid rgb(168,107,158);
}

.privacy-area-zF section {
    background: rgb(227,221,227);
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

.get-in-touch-HN {
    background: linear-gradient(
        -45deg, 
        rgb(227,221,227) 0%, 
        rgb(168,107,158,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.get-in-touch-HN .image-carousel-qu::before {
    top: 0;
    width: 120%;
    height: 100%;
    z-index: 1;
    position: absolute;
    transform: skew(10deg);
    background: linear-gradient(
        135deg, 
        rgb(196,171,193,0.5) 0%, 
        rgb(168,107,158,0.5) 100%
    );
    opacity: 0.7;
    content: '';
    left: 0;
}

.get-in-touch-HN .request-message-Ur h3::after {
    width: 50px;
    background: rgb(196,171,193);
    left: 0;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: '';
}

.get-in-touch-HN .request-message-Ur input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgb(196,171,193,0.5);
    width: 100%;
    border-radius: 10px;
    position: relative;
    background: rgb(168,107,158,0.5);
    outline: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.get-in-touch-HN .request-message-Ur .query-query-uc input[type="checkbox"]:checked {
    border-color: rgb(196,171,193);
    background: rgb(196,171,193);
}

.get-in-touch-HN .request-message-Ur .query-query-uc label {
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.get-in-touch-HN .request-message-Ur .feedback-map-zY {
    background: rgb(196,171,193);
    border: none;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
}

.cookie-warning-window-sl {
    width: 100%;
    z-index: 90;
    bottom: 0;
    background: rgb(227,221,227);
    border-top: 2px solid rgb(196,171,193);
    position: fixed;
}

.cookie-disclaimer-rn {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie-warning-window-sl p a {
    text-decoration: none;
    color: rgb(196,171,193);
}

#cookieWarningModal-Gh:checked ~ .cookie-warning-window-sl {
    opacity: 0;
    visibility: hidden;
}

.gratSpot-mt::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(196,171,193,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.gratSpot-mt .knowledge-hub-uh > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}

.gratSpot-mt .knowledge-hub-uh > div:last-child {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(15px);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.gratSpot-mt a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

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

footer .honor-cta-zq::before {
    z-index: 0;
    content: "";
    position: absolute;
    transform: skewY(-3deg);
    height: 100px;
    right: 0;
    top: -50px;
    left: 0;
    background-color: rgb(168,107,158);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

footer .info_item::after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

footer .site-core-yZ::before {
    bottom: 15px;
    top: 15px;
    content: "";
    right: 15px;
    position: absolute;
    left: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(16px - 8px);
    pointer-events: none;
}

footer .head-study-eU {
    margin-bottom: 25px;
    position: relative;
}

footer .head-study-eU a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgb(168,107,158,0.5);
    border-radius: 0 5px 5px 0;
    margin: 0 10px 10px 0;
    display: inline-block;
}

footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    color: #ffffff;
}

footer .subscribe_holder p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}

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

footer .mail-group-gV {
    border-radius: 10px;
    position: relative;
    padding: 14px 20px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    background-color: rgb(196,171,193);
    font-size: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

footer .footer-edu-Fj {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 13px;
    position: relative;
}

.course-summary-VU .job-ready-ZB {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}




.course-summary-VU .job-ready-ZB {
    z-index: 0;
}

.course-summary-VU .learn-now-mK {
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

.course-summary-VU .learn-now-mK img {
    object-fit: cover;
    width: 100%;
    filter: grayscale(0.3) contrast(1.1);
    height: 100%;
}

.course-summary-VU .next-skill-Vl {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 29px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 2 / 12;
    box-sizing: border-box;
    z-index: 3;
    overflow: hidden;
    padding: 4rem;
    backdrop-filter: blur(20px);
    grid-column: 6 / 13;
    display: flex;
}

.course-summary-VU .next-skill-Vl h3::before {
    width: 50px;
    left: -15px;
    z-index: -1;
    border: 2px solid rgb(196,171,193,0.5);
    top: -15px;
    border-radius: 10px;
    opacity: 0.5;
    content: "";
    height: 50px;
    position: absolute;
}

.course-summary-VU .feedback-map-zY:hover {
    color: #ffffff;
}

.course-summary-VU .feedback-map-zY:hover::before {
    left: 0;
}

.course-summary-VU .knowledge-hub-uh::after {
    height: 100%;
    grid-row: 4 / 10;
    border-radius: 29px;
    border: 1px solid rgb(168,107,158,0.5);
    z-index: 2;
    content: "";
    width: 100%;
    grid-column: 3 / 9;
    position: absolute;
}

.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(3):last-child) .learn-now-mK:nth-child(2) {
    animation-delay: -8.33s;
}

.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(4):last-child) .learn-now-mK:nth-child(2) {
    animation-delay: -6.25s;
}


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



@media (max-width: 767px) {.welcome-qS {
    padding: 3rem 1.5rem;
}.welcome-qS .learn-main-wQ > div:first-child {
    padding: 1.5rem;
}.welcome-qS .learn-main-wQ > div:first-child p {
    font-size: 18px;
}.welcome-qS .pro-sessions-Vf > div {
    min-height: 350px;
    padding: 2rem;
}.welcome-qS .pro-sessions-Vf h3 {
    font-size: 21px;
}.welcome-qS .pro-sessions-Vf .title_style_header {
    font-size: 30px;
}}



@media (min-width: 768px) {.our-story-ai {
    padding: 150px 0;
}.our-story-ai .text-drawer-qM div div {
    column-count: 2;
}.our-story-ai h2 {
    font-size: calc(33px * 1.5);
    grid-column: 1 / -1;
}
}



@media (max-width: 480px) {.newsletter-signup-oC {
    padding: 2rem 1rem;
}.newsletter-signup-oC .inquiry-support-ds {
    padding: 1.5rem;
}.newsletter-signup-oC h3 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.8);
}.newsletter-signup-oC input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter-signup-oC input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}



@media (max-width: 767px) {.course-beneficiaries-pU {
    padding: 70px 0;
}.course-beneficiaries-pU .knowledge-hub-uh {
    grid-template-columns: 1fr;
    gap: 40px;
}.course-beneficiaries-pU h4 {
    text-align: center;
    max-width: 500px;
    font-size: calc(37px - 2px);
    margin: 0 auto;
}.course-beneficiaries-pU h4::before {
    transform: translateX(-50%);
    left: 50%;
}.course-beneficiaries-pU h4::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.course-beneficiaries-pU div p:nth-child(even) {
    transform: translateX(0);
}.course-beneficiaries-pU div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media screen and (max-width: 576px) {.take-a-spin-BV {
    padding: 60px 0;
}.take-a-spin-BV .knowledge-hub-uh {
    padding: 30px 20px;
}.take-a-spin-BV h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.7);
    letter-spacing: 1.5px;
}.take-a-spin-BV .get-contactbox-NV {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(17px * 0.85);
}}



@media (max-width: 576px) {.mentorship-experience-Rn {
    padding: 60px 0;
}.mentorship-experience-Rn .image-carousel-qu {
    height: 200px;
    width: 100%;
}.mentorship-experience-Rn .exp-highlights-uU {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}.mentorship-experience-Rn .name {
    font-size: calc(19px * 0.9);
}.mentorship-experience-Rn .success-opinions-pZ > span:not(.name) {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 991px) {.pricing-tray-Qa {
    padding: 80px 0;
}.pricing-tray-Qa .learning-cost-Vw {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-tray-Qa .fee-schemes-xL {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing-tray-Qa {
    padding: 50px 0;
}.pricing-tray-Qa .fee-schemes-xL {
    padding: 25px 20px;
}.pricing-tray-Qa h2 {
    font-size: calc(36px - 6px);
}.pricing-tray-Qa .price-panel-aR {
    font-size: calc(13px - 2px);
}}



@media (max-width: 992px) {.learning-process-bu {
    padding: 3rem 0;
}.learning-process-bu .knowledge-hub-uh {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.learning-process-bu h3 {
    font-size: calc(36px * 0.9);
}
}



@media screen and (max-width: 1200px) {.get-in-touch-HN .image-carousel-qu {
    margin-left: -3%;
}
}



@media screen and (max-width: 1024px) {.get-in-touch-HN .help-query-oP {
    flex-direction: column;
}.get-in-touch-HN .image-carousel-qu {
    transform: none;
    min-height: 300px;
    margin-left: 0;
    flex: 0 0 100%;
}.get-in-touch-HN .image-carousel-qu::before {
    width: 100%;
    transform: none;
}.get-in-touch-HN .request-message-Ur {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}


@media only screen and (max-width: 1200px) {.cookie-warning-window-sl {
    padding: 20px;
}}



@media (min-width: 768px) {.gratSpot-mt {
    padding: 6rem 0;
}.gratSpot-mt .knowledge-hub-uh {
    gap: 3.5rem;
}.gratSpot-mt .knowledge-hub-uh > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.gratSpot-mt h5 {
    padding-left: 1.5rem;
    font-size: calc(24px * 1.2);
}.gratSpot-mt .knowledge-hub-uh > div:last-child {
    max-width: 90%;
    margin-left: 3rem;
    padding: 3rem;
}
}



@media (max-width: 767px) {.gratSpot-mt {
    padding: 3rem 0;
}.gratSpot-mt .knowledge-hub-uh > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.gratSpot-mt h5 {
    font-size: calc(24px * 0.9);
    padding-left: 0.75rem;
}.gratSpot-mt .knowledge-hub-uh > div:last-child {
    padding: 1.75rem;
}}



@media (max-width: 576px) {footer .honor-cta-zq {
    padding: 50px 0 20px;
}footer .main-pagewrap-Oe h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .site-core-yZ::before, footer .subscribe_holder::before {
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
}footer .input_holder input[type="email"],
    footer .mail-group-gV {
    padding: 12px;
}}



@media screen and (max-width: 576px) {.course-summary-VU .knowledge-hub-uh {
    width: 92%;
    gap: 1rem;
}.course-summary-VU .next-skill-Vl {
    padding: 1.5rem;
}.course-summary-VU .next-skill-Vl h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1rem;
}.course-summary-VU .next-skill-Vl h3::before {
    display: none;
}.course-summary-VU .next-skill-Vl p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course-summary-VU .feedback-map-zY {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.8rem;
}.course-summary-VU .container {
    padding: 3rem 0;
}}



@keyframes growDown {
  from {
    transform: translateY(-50%) scaleY(0);
  }
  to {
    transform: translateY(-50%) scaleY(1);
  }
}



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

@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}

