﻿.honor-cta-zq {
    flex: 0 0 auto;
}

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

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


.welcome-qS {
    background: linear-gradient(135deg, rgb(227,221,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.welcome-qS .learn-main-wQ {
    gap: 3rem;
    transform: translateY(0);
    z-index: 2;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    max-width: 1200px;
    animation: fadeInUp 1.2s ease-out forwards;
    position: relative;
}

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



.welcome-qS .pro-sessions-Vf:hover {
    transform: translateY(-5px) scale(1.01);
}

.welcome-qS .pro-sessions-Vf > div {
    min-height: 400px;
    position: relative;
    padding: 3rem;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

.welcome-qS .pro-sessions-Vf > div::after {
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(to right, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    content: "";
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    height: 5px;
    left: 0;
}

.welcome-qS .pro-sessions-Vf .title_style_header {
    line-height: 1.2;
    font-size: calc(42px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 700;
}

.our-story-ai::after {
    opacity: 0.06;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    animation: lightShift 15s infinite alternate ease-in-out;
    height: 200%;
    z-index: -1;
    transform: rotate(35deg);
    content: "";
    right: -50%;
    top: -50%;
    width: 100%;
}

.our-story-ai .text-drawer-qM {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease-out;
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
}

.our-story-ai .text-drawer-qM div div {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    color: #ffffff;
    z-index: 2;
    column-gap: 40px;
    column-count: 1;
    line-height: 1.8;
    position: relative;
}

.newsletter-signup-oC .inquiry-support-ds {
    position: relative;
    background: rgb(227,221,227);
    padding: 3rem;
    transform: rotateY(-5deg);
    box-shadow: 
        0 0 20px rgb(196,171,193,0.5),
        0 0 40px rgb(168,107,158,0.5);
    max-width: 650px;
    border: 1px solid rgb(196,171,193,0.5);
    border-radius: 26px;
    transition: transform 0.5s ease;
    margin: 0 auto;
}

.newsletter-signup-oC .input_holder {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.newsletter-signup-oC input[type="email"] {
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 13px;
    border: 1px solid rgb(168,107,158,0.5);
    font-family: Arial, sans-serif;
    min-width: 250px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    flex: 1;
}

.newsletter-signup-oC input[type="submit"]:hover::before {
    animation: rotate-bg 2s linear infinite;
    opacity: 1;
}

.course-beneficiaries-pU {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(227,221,227) 30%, rgb(168,107,158,0.5) 100%);
}

.course-beneficiaries-pU::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(196,171,193,0.5) 25%, 
        rgb(196,171,193) 50%, 
        rgb(196,171,193,0.5) 75%, 
        transparent 100%
    );
}

.course-beneficiaries-pU h4 {
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    color: #000000;
    padding: 0;
    font-size: 37px;
}

.course-beneficiaries-pU div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-beneficiaries-pU div p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.course-beneficiaries-pU div p::before {
    height: 100%;
    position: absolute;
    opacity: 0.7;
    content: "";
    top: 0;
    width: 4px;
    background: linear-gradient(180deg, rgb(196,171,193), rgb(168,107,158));
    left: 0;
    transition: width 0.3s ease;
}

.course-beneficiaries-pU div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,171,193);
}

.take-a-spin-BV::after {
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    position: absolute;
    width: 100%;
    content: '';
    filter: blur(60px);
    top: 0;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

.take-a-spin-BV .knowledge-hub-uh::before {
    left: -100%;
    z-index: 1;
    height: 2px;
    animation: scanLine 4s ease-in-out infinite;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    width: 100%;
    top: 0;
    box-shadow: 0 0 10px #ffffff;
    content: '';
    position: absolute;
}

.take-a-spin-BV h3::before {
    content: attr(data-text);
    opacity: 0.8;
    left: 2px;
    color: #ffffff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    text-shadow: 2px 0 rgb(168,107,158);
    animation: glitchTop 3s infinite linear alternate;
    background: transparent;
    top: 0;
}

.take-a-spin-BV .get-contactbox-NV::before {
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(196,171,193) 0%,
        rgb(168,107,158) 100%
    );
    z-index: -1;
    content: '';
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    height: 100%;
}

.take-a-spin-BV .get-contactbox-NV:hover::before {
    opacity: 1;
}

.take-a-spin-BV .get-contactbox-NV:hover::after {
    transition-duration: 1s;
    left: 200%;
}

header .nav-pagebar-ah {
    position: relative;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    z-index: 5;
    transform: none;
}

header .nav-pagebar-ah .site-core-yZ .head-skill-SC svg {
    width: auto;
    height: 50px;
}

header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
    position: relative;
}

header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd:hover {
    transform: translateY(-3px) scale(1.05);
}

header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd:hover a::after {
    transform: translateX(0);
}

.mentorship-experience-Rn {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(227,221,227) 100%);
    overflow: hidden;
}

.mentorship-experience-Rn .container {
    z-index: 2;
    perspective: 1200px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.mentorship-experience-Rn .success-opinions-pZ:hover {
    transform: rotateY(0deg) translateZ(10px);
}

.mentorship-experience-Rn .exp-highlights-uU::before {
    font-size: calc(41px * 2);
    color: rgb(196,171,193);
    line-height: 1;
    content: "";
    top: 15px;
    position: absolute;
    left: 20px;
}

.mentorship-experience-Rn .success-opinions-pZ:hover .image-carousel-qu {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(196,171,193,0.5);
}

.mentorship-experience-Rn .name {
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0;
    border-radius: 10px;
    grid-area: name;
    padding: 15px 20px;
    font-weight: 700;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 19px;
    z-index: 2;
    transform: translateZ(30px);
    background: rgb(196,171,193);
}

.pricing-tray-Qa::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
}

.pricing-tray-Qa .price-panel-aR {
    margin: 0 auto 50px;
    font-size: 13px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
}

.pricing-tray-Qa .price-sheet-Tv:hover {
    transform: translateY(-8px);
}

.pricing-tray-Qa .member-plans-iq {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}

.pricing-tray-Qa .fee-schemes-xL p {
    color: #ffffff;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 13px;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    flex-grow: 1;
    white-space: normal;
    line-height: 1.6;
    opacity: 0.85;
}

.pricing-tray-Qa .price-sheet-Tv:hover .cost-deals-JU::before {
    opacity: 1;
}

.pricing-tray-Qa li:nth-child(even) .member-plans-iq::before {
    background: linear-gradient(90deg, rgb(168,107,158), rgb(196,171,193));
}

.learning-process-bu::after {
    z-index: 0;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    right: -50px;
    background: rgb(168,107,158,0.5);
    width: 300px;
    content: "";
    filter: blur(70px);
    position: absolute;
    bottom: -50px;
}

.learning-process-bu h3 {
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    padding-bottom: 1rem;
}

.learning-process-bu span {
    opacity: 0;
    line-height: 1.8;
    max-width: 700px;
    animation: fadeIn 1s 0.3s ease-out forwards;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
}

.privacy-area-zF h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(196,171,193);
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgb(196,171,193);
    margin-top: 40px;
    font-size: 44px;
}

.privacy-area-zF li {
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
}

.get-in-touch-HN .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}

.get-in-touch-HN .image-carousel-qu {
    position: relative;
    z-index: 2;
    flex: 0 0 45%;
    min-height: 600px;
    margin-left: -5%;
    transform: skew(-10deg);
}

.get-in-touch-HN .request-message-Ur {
    justify-content: center;
    z-index: 3;
    position: relative;
    display: flex;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
}

.get-in-touch-HN h2::before {
    content: '';
    box-shadow: 0 0 15px rgb(196,171,193,0.5);
    position: absolute;
    background: rgb(196,171,193);
    left: 0;
    width: 1rem;
    border-radius: 50%;
    height: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.get-in-touch-HN .request-message-Ur input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    background: rgb(196,171,193);
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    bottom: -2px;
}

.get-in-touch-HN .request-message-Ur .query-query-uc {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.get-in-touch-HN .request-message-Ur .query-query-uc input[type="checkbox"]:checked::after {
    color: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: '✔';
    position: absolute;
    font-size: 0.8rem;
}

.get-in-touch-HN .request-message-Ur .query-query-uc a:hover {
    text-decoration: underline;
}

.get-in-touch-HN .request-message-Ur .feedback-map-zY::before {
    opacity: 0;
    top: -50%;
    content: '';
    left: -50%;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(196,171,193,0.5), 
        transparent
    );
    position: absolute;
    height: 200%;
    transition: all 0.5s ease;
    width: 200%;
}

.cookie-warning-window-sl h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie-disclaimer-rn svg, .cookie-disclaimer-rn svg path, .cookie-disclaimer-rn img {
    height: 100px;
    width: 100px;
    fill: rgb(196,171,193);
}


#cookieWarningModal-Gh {
    display: none;
}

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

.gratSpot-mt .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}

.gratSpot-mt .knowledge-hub-uh {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.gratSpot-mt .knowledge-hub-uh > div:last-child::after {
    bottom: 0;
    transform-origin: left;
    content: "";
    width: 100%;
    transform: scaleX(0);
    left: 0;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    position: absolute;
    height: 4px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.gratSpot-mt a:hover {
    transform: translateY(-5px);
}

.gratSpot-mt a:hover p {
    color: rgb(196,171,193);
}

footer .honor-cta-zq {
    padding: 80px 0 30px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(168,107,158);
}

footer .info_item {
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(168,107,158,0.5);
    flex: 1 1 200px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 25px;
    position: relative;
    max-width: 300px;
}

footer .info_item svg {
    margin-right: 12px;
    width: 20px;
    fill: rgb(196,171,193);
    top: -1px;
    vertical-align: middle;
    height: 20px;
    position: relative;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}

footer .site-core-yZ svg {
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
    display: block;
    margin-bottom: 20px;
}

footer .main-pagewrap-Oe h5 {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}

footer .head-study-eU a::before {
    content: "";
    position: absolute;
    background-color: rgb(196,171,193);
    top: 0;
    height: 100%;
    left: 0;
    transition: width 0.3s ease;
    width: 3px;
}

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

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(196,171,193);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .mail-group-gV::after {
    top: -50%;
    background: rgba(255, 255, 255, 0.1);
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    height: 200%;
    transform: rotate(30deg);
    width: 200%;
    position: absolute;
}

footer .fund-cta-fD::before {
    top: -25px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 1px;
    left: 50%;
    width: 50px;
    content: "";
}

.course-summary-VU .learn-work-xR {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.course-summary-VU .job-ready-ZB:hover .learn-now-mK {
    animation-play-state: paused;
}

.course-summary-VU .learn-now-mK:nth-child(2) {
    animation-delay: -5s;
}

.course-summary-VU .learn-now-mK:nth-child(4) {
    animation-delay: -15s;
}

.course-summary-VU .container {
    display: flex;
    align-items: center;
    height: 100vh;
    z-index: 10;
    position: relative;
    width: 100%;
}

.course-summary-VU .next-skill-Vl::before {
    filter: blur(60px);
    content: "";
    background: rgb(196,171,193,0.5);
    opacity: 0.3;
    position: absolute;
    height: 60%;
    left: -30px;
    width: 60%;
    z-index: -1;
    border-radius: 50%;
    top: -30px;
}

.course-summary-VU .next-skill-Vl h3 {
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
}

.course-summary-VU .feedback-map-zY {
    display: inline-flex;
    align-self: flex-start;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(196,171,193);
    z-index: 1;
    max-width: calc(100% - 2rem);
    font-weight: 600;
    margin-bottom: 1rem;
    background: transparent;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

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

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

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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.welcome-qS {
    padding: 6rem 4rem;
}.welcome-qS .learn-main-wQ {
    gap: 5rem;
    grid-template-columns: 0.35fr 0.65fr;
}.welcome-qS .learn-main-wQ > div:first-child p {
    font-size: calc(18px * 1.4);
}.welcome-qS .pro-sessions-Vf > div {
    padding: 5rem;
    min-height: 550px;
}.welcome-qS .pro-sessions-Vf h3 {
    max-width: 80%;
    font-size: calc(21px * 1.3);
}.welcome-qS .pro-sessions-Vf .title_style_header {
    font-size: calc(42px * 1.5);
}
}



@media (min-width: 1024px) {.our-story-ai {
    padding: 180px 0;
}.our-story-ai .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.our-story-ai .text-drawer-qM {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.our-story-ai .text-drawer-qM:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our-story-ai .text-drawer-qM div div {
    column-count: 2;
}}



@media (max-width: 479px) {.course-beneficiaries-pU {
    padding: 50px 0;
}.course-beneficiaries-pU h4 {
    font-size: calc(37px - 4px);
}.course-beneficiaries-pU div {
    gap: 12px;
}.course-beneficiaries-pU div p {
    padding: 15px;
}.course-beneficiaries-pU div p svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
}}



@media screen and (max-width: 768px) {.take-a-spin-BV {
    padding: 80px 0;
}.take-a-spin-BV .knowledge-hub-uh {
    padding: 40px 25px;
}.take-a-spin-BV h3 {
    letter-spacing: 2px;
    font-size: calc(28px * 0.8);
    margin-bottom: 40px;
}.take-a-spin-BV .get-contactbox-NV {
    font-size: calc(17px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}



@media (max-width: 992px) {.mentorship-experience-Rn {
    padding: 80px 0;
}.mentorship-experience-Rn .success-opinions-pZ {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "image-carousel-qu"
      "name"
      "job-box-EJ"
      "exp-highlights-uU";
    transform: none;
    gap: 15px;
    grid-template-columns: 1fr;
}.mentorship-experience-Rn .exp-highlights-uU,
  .mentorship-experience-Rn .image-carousel-qu,
  .mentorship-experience-Rn .name,
  .mentorship-experience-Rn .success-opinions-pZ > span:not(.name) {
    transform: none;
}.mentorship-experience-Rn .success-opinions-pZ:hover .exp-highlights-uU,
  .mentorship-experience-Rn .success-opinions-pZ:hover .image-carousel-qu,
  .mentorship-experience-Rn .success-opinions-pZ:hover .name,
  .mentorship-experience-Rn .success-opinions-pZ:hover > span:not(.name) {
    transform: none;
}.mentorship-experience-Rn .image-carousel-qu {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.mentorship-experience-Rn .exp-highlights-uU {
    padding: 30px;
}.mentorship-experience-Rn .name,
  .mentorship-experience-Rn .success-opinions-pZ > span:not(.name) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
}



@media only screen and (max-width: 800px) {.privacy-area-zF {
    padding: 20px 10px;
}.privacy-area-zF h1 {
    font-size: calc(21px * 0.8);
}.privacy-area-zF h2 {
    font-size: calc(21px * 0.8);
}.privacy-area-zF h3, .privacy-area-zF h4, .privacy-area-zF h5, .privacy-area-zF h6 {
    font-size: calc(21px * 0.8);
}.privacy-area-zF p, .privacy-area-zF span, .privacy-area-zF div {
    font-size: calc(18px * 0.9);
}}



@media screen and (max-width: 480px) {.get-in-touch-HN .help-query-oP {
    border-radius: 0;
}.get-in-touch-HN .request-message-Ur {
    padding: 2rem 1.5rem;
}}


@media only screen and (max-width: 800px) {.cookie-disclaimer-rn {
    display: none;
}.track-prefs-qt {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-warning-window-sl h5 {
    text-align: center;
}.cookie-warning-window-sl p {
    text-align: center;
}.track-alert-fS {
    margin-bottom: 20px;
}body .framework-wrap-rP .online-tracking-sZ {
    margin-left: 0;
}}



@media (min-width: 1200px) {.gratSpot-mt .knowledge-hub-uh > div:last-child {
    max-width: 75%;
    margin-left: 8rem;
    padding: 4.5rem;
}.gratSpot-mt h5 {
    font-size: calc(24px * 1.5);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail-group-gV {
    white-space: nowrap;
}
}




@media screen and (max-width: 1200px) {.course-summary-VU .knowledge-hub-uh {
    height: 85vh;
    width: 90%;
}.course-summary-VU .next-skill-Vl {
    padding: 3rem;
}
}



@media screen and (max-width: 768px) {.course-summary-VU .knowledge-hub-uh {
    width: 90%;
    gap: 1.5rem;
}.course-summary-VU .next-skill-Vl {
    padding: 2rem;
}.course-summary-VU .next-skill-Vl h3 {
    font-size: calc(34px * 0.9);
}.course-summary-VU .next-skill-Vl h3::before {
    top: -15px;
    height: 40px;
    width: 40px;
    left: -20px;
}.course-summary-VU .next-skill-Vl p {
    font-size: calc(17px * 0.9);
    margin-bottom: 2rem;
}.course-summary-VU .container {
    padding: 4rem 0;
}
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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



@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}



@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}



@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

