﻿a {
    color: inherit;
    text-decoration: none;
}

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: linear-gradient(135deg, rgb(215,205,228), #ffffff);
    z-index: 99;
    width: 100%;
    overflow: visible;
}

.offer-deck-AK::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    z-index: 1;
}

.offer-deck-AK .study-cost-d7 {
    list-style: none;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    margin: 0;
    padding: 0;
}

.offer-deck-AK .study-cost-d7 li:nth-child(2) {
    animation-delay: 0.5s;
}

.offer-deck-AK .study-cost-d7 li:nth-child(4) {
    animation-delay: 0.9s;
}

.offer-deck-AK .trial-rates-Y7::before {
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, rgb(194,161,212,0.5), rgb(110,110,185,0.5));
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
}

.offer-deck-AK .price-deals-AW h4::after {
    position: absolute;
    background: rgb(194,161,212);
    left: 0;
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    width: 60px;
}

.offer-deck-AK .learn-price-3F:hover {
    transform: translateY(-10px) scale(1.02);
}

.offer-deck-AK .learn-price-3F:hover .trial-rates-Y7 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}

.offer-deck-AK .learn-price-3F:hover .price-deals-AW h4::after {
    width: 100px;
}

.ideal-participants-m2 {
    background-color: rgb(215,205,228);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.ideal-participants-m2 .expert-program-Sz {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    backdrop-filter: blur(12px);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.08);
    z-index: 2;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(110,110,185,0.5);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ideal-participants-m2 h3::after {
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(110,110,185), transparent);
    transform: translateX(-50%);
    bottom: -15px;
    height: 1px;
    left: 50%;
    content: '';
}

.ideal-participants-m2 li::after {
    background: radial-gradient(circle at center bottom, rgb(110,110,185,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    bottom: 0;
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
    opacity: 0;
}

.ideal-participants-m2 li:hover::before {
    opacity: 1;
}

.ideal-participants-m2 li:hover::after {
    opacity: 0.15;
}

.ideal-participants-m2 li svg {
    height: 60px;
    fill: rgb(110,110,185);
    width: 60px;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
    filter: drop-shadow(0 3px 6px rgb(110,110,185,0.5));
    display: block;
}

.ideal-participants-m2 li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}

.ideal-participants-m2 li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

.appSpotlight-UI::after {
    top: -5%;
    right: -5%;
    transform: rotate(15deg);
    width: 30%;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30%;
    content: "";
    background: rgb(110,110,185,0.5);
}

.appSpotlight-UI .expert-program-Sz {
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(194,161,212);
    position: relative;
    gap: 2rem;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}

.appSpotlight-UI a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

.appSpotlight-UI p {
    font-size: 14px;
    background: linear-gradient(to bottom right, rgba(rgb(215,205,228), 0.3), rgba(255, 255, 255, 0.9));
    color: #000000;
    border-left: 3px solid rgb(110,110,185,0.5);
    margin: 0;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    border-radius: 10px;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}

.cookie-warning-window-oj p {
    font-size: 14px;
    max-width: 500px;
    color: #000000;
}

.privacy-learn-9L {
    border-radius: 10px;
    border: 2px solid transparent;
    margin-left: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    transition: border 0.2s;
    font-weight: 600;
    flex-shrink: 0;
    min-width: 140px;
    background: rgb(194,161,212);
    padding: 12px 24px;
}

.statistical-summary-uI {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.statistical-summary-uI h3 {
    margin-bottom: 60px;
    position: relative;
    text-align: left;
    transform: translateX(-20px);
    z-index: 2;
    font-size: 37px;
    opacity: 0;
    padding-left: 10%;
    color: #000000;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
}

.statistical-summary-uI .edu-wins-bD:nth-child(odd) {
    transform-origin: left center;
}

.statistical-summary-uI .edu-wins-bD::before {
    content: "";
    transition: transform 0.6s ease-out;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    top: 0;
}

.statistical-summary-uI .edu-wins-bD:hover::before {
    transform: translateX(100%);
}

.statistical-summary-uI .edu-wins-bD:hover span {
    transform: translateX(5px);
}

.statistical-summary-uI .edu-wins-bD:nth-child(even) p {
    color: rgb(110,110,185);
}

.statistical-summary-uI .edu-wins-bD p::before {
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    left: 0;
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: -5px;
    content: "";
    height: 3px;
}

.course-offering-jm .container {
    position: relative;
    z-index: 3;
}

.course-offering-jm .expert-program-Sz {
    flex-direction: column;
    background: transparent;
    position: relative;
    overflow: visible;
    border-radius: 28px;
    display: flex;
}

.course-offering-jm .training-path-ZS::before {
    animation: morphShape 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: -1;
    content: "";
    top: -15px;
    height: 200px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -15px;
    background: linear-gradient(135deg, rgb(194,161,212,0.5), rgb(110,110,185,0.5));
    width: 200px;
}

.course-offering-jm .top-prime-yc:hover svg {
    transform: scale(1.2) rotate(-10deg);
    fill: rgb(110,110,185);
}

.course-offering-jm .top-prime-yc svg path {
    stroke-width: 0.5;
    stroke: #000000;
    transition: stroke 0.4s ease;
}

.course-offering-jm .training-path-ZS h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: translateZ(0);
}

.course-offering-jm .training-path-ZS p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.8;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    font-size: 17px;
    position: relative;
    color: #000000;
}

.course-offering-jm .expert-program-Sz:hover .background-img-4l {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}

.course-offering-jm .expert-program-Sz:hover .background-img-4l::before {
    opacity: 0.5;
}

.course-offering-jm .background-img-4l::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    mix-blend-mode: overlay;
    z-index: 2;
}

.customer-feedback-u7 h4 {
    transform: skewX(-5deg);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 4rem;
    text-align: center;
    color: #000000;
    position: relative;
}

.customer-feedback-u7 .learning-ratings-Pp {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    transform: rotateX(10deg) rotateY(-5deg);
    transition: all 0.5s ease;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backface-visibility: hidden;
}

.customer-feedback-u7 .learning-ratings-Pp span {
    display: block;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 17px;
}

.service-connect-h7 {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    color: #000000;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgb(194,161,212,0.5) 100%);
    font-family: Arial, sans-serif;
}

.service-connect-h7 h1 {
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 44px;
    transform: translateY(-5px);
    margin-bottom: 3rem;
    z-index: 2;
    color: rgb(194,161,212);
}

.service-connect-h7 .online-contact-ql:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.service-connect-h7 .online-contact-ql > div {
    position: relative;
    transition: transform 0.3s ease-out;
}

.service-connect-h7 .online-contact-ql > div:first-child {
    border-bottom: 1px solid rgb(194,161,212,0.5);
    color: #000000;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    padding: 0 0 1.5rem 0;
}

.service-connect-h7 .online-contact-ql span {
    font-size: 12px;
    padding-left: 2rem;
    display: block;
    color: #000000;
}

.service-connect-h7 .ask-feedback-Fp {
    text-transform: uppercase;
    transition: color 0.3s ease;
    align-items: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-size: calc(12px * 0.95);
    font-weight: 600;
    color: rgb(194,161,212);
    display: flex;
}

.contact-form-section-3q::before {
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
    right: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    content: '';
}

.contact-form-section-3q .help-section-Xd {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border-radius: 29px;
    transition: transform 0.3s ease;
    display: flex;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(194,161,212,0.5);
    background: rgb(110,110,185,0.5);
    align-items: stretch;
}

.contact-form-section-3q .help-info-Gz::before {
    top: 2rem;
    position: absolute;
    animation: signal-pulse 2s infinite alternate;
    content: '';
    height: 10px;
    box-shadow: 0 0 20px rgb(194,161,212);
    width: 10px;
    right: 2rem;
    border-radius: 50%;
    background: rgb(194,161,212);
}

.contact-form-section-3q .help-info-Gz input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(194,161,212);
    box-shadow: 0 0 15px rgb(194,161,212,0.5);
}

.contact-form-section-3q .help-info-Gz input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form-section-3q .help-info-Gz .inquiry-list-7x {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 1rem;
    width: 100%;
    overflow: hidden;
    background: rgb(194,161,212);
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    border-radius: 10px;
    border: none;
}

.welcome-page-M1 .fast-edu-Wd {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 90vh;
    align-items: center;
}

.welcome-page-M1 .skill-spot-Ir {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.8s ease-in-out forwards;
    transform: translateY(0);
    max-width: 1200px;
    position: relative;
    border-left: 4px solid rgb(194,161,212);
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 90%;
    padding: 3rem;
}

.welcome-page-M1 p {
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
    border-left: 2px solid rgb(110,110,185);
    padding-left: 1rem;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}

.teaching-history-2E {
    background: radial-gradient(circle at 70% 30%, rgb(194,161,212,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(110,110,185,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}

.teaching-history-2E .learning-ratings-Pp::after {
    left: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    top: 0;
    height: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 0%, transparent 50%);
    width: 100%;
}

.teaching-history-2E .learning-ratings-Pp .name {
    grid-column: 2 / 3;
    font-weight: 700;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(194,161,212,0.5), 0 0 20px rgb(194,161,212,0.5);
    padding: 3.5rem 2rem 0.5rem 3rem;
    position: relative;
    font-size: 35px;
    color: #ffffff;
    letter-spacing: 2px;
    animation: neonPulse 4s infinite alternate;
    z-index: 2;
}

.privacy-space-30 h1 {
    font-size: 41px;
    text-align: center;
    color: rgb(194,161,212);
    margin-bottom: 1em;
    font-weight: 700;
}

.privacy-space-30 h2 {
    font-weight: 600;
    color: rgb(110,110,185);
    margin-bottom: 0.75em;
    font-size: 32px;
}

.privacy-space-30 h4 {
    font-size: calc(21px - 0.4em);
    font-weight: 400;
    color: rgb(110,110,185);
}

.privacy-space-30 ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.privacy-space-30 p {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.6;
}


.privacy-space-30 h1::after {
    content: "";
    width: 60px;
    margin: 0.5em auto 0;
    background-color: rgb(194,161,212);
    display: block;
    height: 4px;
    border-radius: 10px;
}

.privacy-space-30 a {
    text-decoration: underline;
    color: rgb(194,161,212);
}

.privacy-space-30 blockquote {
    margin: 1em 0;
    font-style: italic;
    border-left: 5px solid rgb(194,161,212);
    padding: 1em;
    background-color: rgb(194,161,212,0.5);
}

footer .discount-cta-Sb {
    z-index: 1;
    position: relative;
}

footer .send-query-IT {
    padding: 30px;
    display: grid;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0 25px 25px 0;
    border-left: 4px solid rgb(194,161,212);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 60px;
}

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

footer .top-prime-yc svg {
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer .head-master-Oq {
    position: relative;
}

footer .main-edu-JE {
    margin-bottom: 30px;
}

footer .main-edu-JE a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
    position: relative;
}

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

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

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

footer .updates-text-Cs::after {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    top: -100px;
    position: absolute;
    transition: all 0.7s ease;
    width: 30px;
    left: -100px;
    height: 300px;
    content: "";
}

footer .desktop-app-BC {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.our-story-R5::before {
    position: absolute;
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(194,161,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(110,110,185,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    opacity: 0.6;
    height: 100%;
    top: 0;
}

.our-story-R5 .skill-classes-rk p {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.7;
    width: 60%;
    color: #000000;
}

.our-story-R5 .skill-classes-rk .background-img-4l:hover {
    box-shadow: -20px 20px 0 rgb(194,161,212,0.5);
    transform: translate(5px, -5px);
}

.our-story-R5 .learn-mastery-9Q .study-hub-jp {
    border-radius: 18px;
    width: 35%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 15px 15px 0 rgb(110,110,185,0.5);
    position: absolute;
    height: 100%;
}



.our-story-R5 .skill-classes-rk::after {
    background: linear-gradient(to right, rgb(194,161,212,0.5), transparent);
    content: "";
    bottom: -35px;
    position: absolute;
    width: 50%;
    height: 1px;
    left: 0;
}

.our-story-R5 .skill-classes-rk svg path {
    fill: rgb(194,161,212);
}

.our-story-R5 .learn-mastery-9Q svg path {
    fill: rgb(110,110,185);
}

header::before {
    background-size: 20px 20px;
    width: 100%;
    content: "";
    opacity: 0.3;
    height: 15px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(194,161,212,0.5) 6px,
            rgb(194,161,212,0.5) 10px,
            transparent 10px
        ) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}

header .header-base-0v::after {
    bottom: 10px;
    background: linear-gradient(to left, rgb(110,110,185), transparent);
    right: 0;
}

header .header-base-0v .top-prime-yc::before {
    top: -20%;
    opacity: 0.05;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    width: 140%;
    z-index: -1;
    left: -20%;
    content: "";
    background: rgb(194,161,212,0.5);
    height: 140%;
    position: absolute;
    transition: transform 0.5s ease-in-out;
}

header .header-base-0v .head-master-Oq:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

header .header-base-0v .head-master-Oq .head-pro-Ry a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

header .header-base-0v .head-master-Oq .head-pro-Ry a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform: scale(0);
    content: "";
    width: 100%;
    background: rgb(194,161,212);
    transform-origin: right top;
    left: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}


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



@media (max-width: 576px) {.offer-deck-AK {
    padding: 50px 0;
}.offer-deck-AK .container {
    padding: 0 15px;
}.offer-deck-AK h2 {
    font-size: calc(29px * 0.8);
}.offer-deck-AK .cost-fee-Im {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.offer-deck-AK .study-cost-d7 {
    gap: 25px;
    grid-template-columns: 1fr;
}.offer-deck-AK .price-deals-AW {
    min-height: auto;
}.offer-deck-AK .price-deals-AW p {
    font-size: calc(17px * 0.9);
}.offer-deck-AK .learning-fees-8R {
    align-self: center;
    margin-top: 20px;
}}



@media (max-width: 767px) {.ideal-participants-m2 {
    padding: 3rem 0;
}.ideal-participants-m2 .expert-program-Sz {
    padding: 1.5rem;
}.ideal-participants-m2 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.ideal-participants-m2 h3::before {
    width: 50px;
    top: -20px;
}.ideal-participants-m2 h3::after {
    width: 70%;
}.ideal-participants-m2 ul {
    gap: 1.5rem;
}.ideal-participants-m2 li {
    padding: 1.5rem 1rem;
}.ideal-participants-m2 li svg {
    width: 45px;
    height: 45px;
}}



@media (max-width: 480px) {.appSpotlight-UI {
    padding: 3rem 1rem;
}.appSpotlight-UI .expert-program-Sz {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.appSpotlight-UI .expert-program-Sz::before {
    height: 5px;
}.appSpotlight-UI h5 {
    font-size: calc(22px * 0.9);
}.appSpotlight-UI p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {.statistical-summary-uI {
    padding: 60px 0;
}.statistical-summary-uI h3 {
    padding-left: 0;
    font-size: calc(37px * 0.8);
    margin-bottom: 40px;
    text-align: center;
}.statistical-summary-uI ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-summary-uI .edu-wins-bD {
    padding: 25px 20px;
}.statistical-summary-uI .edu-wins-bD p {
    font-size: calc(37px * 1.2);
}
}



@media screen and (max-width: 992px) {.course-offering-jm {
    padding: 80px 0;
}.course-offering-jm .expert-program-Sz {
    flex-direction: column-reverse;
}.course-offering-jm .training-path-ZS {
    margin-right: auto;
    padding: 40px;
    margin-left: auto;
    transform: translateY(-70px);
    width: 90%;
}.course-offering-jm .top-prime-yc {
    top: -50px;
    height: 100px;
    left: 40px;
    width: 100px;
}.course-offering-jm .background-img-4l {
    width: 100%;
    border-radius: 28px;
    margin-left: 0;
    height: 320px;
    transform: perspective(800px) rotateY(0) rotateX(0);
    margin-right: 0;
}.course-offering-jm .expert-program-Sz:hover .background-img-4l {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}



@media (max-width: 992px) {.customer-feedback-u7 .student-glow-qZ {
    grid-template-columns: repeat(2, 1fr);
}.customer-feedback-u7 h4 {
    font-size: calc(38px * 0.9);
}
}



@media screen and (min-width: 768px) {.service-connect-h7 {
    padding: 6rem 3rem;
}.service-connect-h7 .online-contact-ql {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 3rem;
    gap: 3rem;
}.service-connect-h7 .online-contact-ql > div:first-child {
    border-bottom: none;
    border-right: 1px solid rgb(194,161,212,0.5);
    padding: 0 2rem 0 0;
}.service-connect-h7 h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 4rem;
}.service-connect-h7 h1::after {
    width: 120px;
}
}



@media screen and (max-width: 480px) {.contact-form-section-3q .help-section-Xd {
    border-radius: 0;
}.contact-form-section-3q .background-img-4l {
    min-height: 250px;
}.contact-form-section-3q .help-info-Gz {
    padding: 2rem 1.5rem;
}}



@media (max-width: 992px) {.welcome-page-M1 .fast-edu-Wd {
    min-height: 80vh;
}.welcome-page-M1 .skill-spot-Ir {
    padding: 2rem;
}.welcome-page-M1 .title_style_header {
    font-size: calc(41px - 0.5rem);
}
}



@media (max-width: 576px) {.welcome-page-M1 .fast-edu-Wd {
    min-height: 70vh;
}.welcome-page-M1 .skill-spot-Ir {
    padding: 1.5rem;
    border-left-width: 3px;
}.welcome-page-M1 .title_style_header {
    font-size: calc(41px - 1rem);
}.welcome-page-M1 h3 {
    font-size: calc(18px - 0.3rem);
    margin-bottom: 1rem;
}.welcome-page-M1 .skill-spot-Ir > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



@media (max-width: 992px) {.teaching-history-2E {
    padding: 5rem 1.5rem;
}.teaching-history-2E .learning-ratings-Pp {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.teaching-history-2E .learning-ratings-Pp .background-img-4l {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-row: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    min-height: 350px;
    grid-column: 1 / 2;
}.teaching-history-2E .learning-ratings-Pp .background-img-4l:hover {
    transform: scale(1.03) translateY(-4%);
}.teaching-history-2E .learning-ratings-Pp .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.teaching-history-2E .learning-ratings-Pp span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.teaching-history-2E .learning-ratings-Pp .employee-summary-R9 {
    padding: 1.5rem;
    margin-right: 0;
    border-radius: 10px;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
}



@media screen and (max-width: 768px) {.our-story-R5 {
    padding: 60px 0;
}.our-story-R5 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.our-story-R5 .skill-classes-rk {
    margin-bottom: 50px;
}.our-story-R5 .skill-classes-rk p,
    .our-story-R5 .learn-mastery-9Q p {
    width: 100%;
    margin-bottom: 230px;
}.our-story-R5 .skill-classes-rk .background-img-4l,
    .our-story-R5 .learn-mastery-9Q .study-hub-jp {
    left: auto;
    height: 200px;
    position: relative;
    width: 100%;
    right: auto;
    margin-bottom: 20px;
    top: auto;
}.our-story-R5 .skill-classes-rk .background-img-4l {
    margin-top: -230px;
}.our-story-R5 .learn-mastery-9Q .study-hub-jp {
    margin-bottom: 20px;
    order: -1;
}.our-story-R5 .learn-mastery-9Q {
    flex-direction: column;
    display: flex;
}.our-story-R5 .skill-classes-rk svg,
    .our-story-R5 .learn-mastery-9Q svg {
    margin-bottom: 10px;
    display: block;
    position: static;
}
}



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



@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

