﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.glossary-Gr {
    flex: 0 0 auto;
}

.glossary-Gr {
    background-color: #000000;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}


.offer-deck-AK {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.offer-deck-AK .learning-price-Hp {
    position: relative;
}

.offer-deck-AK h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    font-size: 29px;
    opacity: 0;
}

.offer-deck-AK .study-cost-d7 li {
    animation: fadeInStagger 0.8s ease-out forwards;
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}

.offer-deck-AK .learn-price-3F {
    display: block;
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.offer-deck-AK .price-deals-AW {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    padding: 35px 30px;
    height: 100%;
}

.offer-deck-AK .price-deals-AW h4 {
    font-size: calc(24px * 1.1);
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    transition: transform 0.3s ease-out;
}

.offer-deck-AK .learning-fees-8R {
    background: linear-gradient(135deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    display: inline-block;
    margin-top: 25px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    padding: 10px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-size: calc(24px * 1.3);
}

.ideal-participants-m2::before {
    opacity: 0.4;
    z-index: 1;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(110,110,185,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(194,161,212,0.5) 0%, transparent 30%);
    position: absolute;
}

.ideal-participants-m2 h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 3.5rem;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    font-size: 34px;
}

.ideal-participants-m2 ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    list-style: none;
    gap: 2rem;
}

.ideal-participants-m2 li::before {
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(110,110,185,0.5), rgb(194,161,212,0.5));
    content: '';
    transition: opacity 0.4s ease;
    width: 100%;
}

.ideal-participants-m2 li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.ideal-participants-m2 li:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 5px 10px rgb(194,161,212,0.5));
    fill: rgb(194,161,212);
}

.ideal-participants-m2 li:hover svg path {
    fill: rgb(194,161,212);
}

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

.appSpotlight-UI::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,161,212,0.5) 0px,
        rgb(194,161,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.05;
    width: 100%;
    content: "";
}

.appSpotlight-UI .expert-program-Sz::before {
    background: linear-gradient(90deg, rgb(194,161,212) 0%, rgb(110,110,185) 100%);
    height: 8px;
    width: 100%;
    position: absolute;
    transform-origin: left top;
    content: "";
    top: 0;
    left: 0;
}

.appSpotlight-UI h5 {
    font-size: calc(22px * 1.1);
    transform: translateY(20px);
    line-height: 1.4;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    color: #000000;
    margin: 0;
    opacity: 0;
    font-weight: 700;
}

.cookie-warning-window-oj {
    bottom: 0;
    background: rgb(215,205,228);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    border-top: 3px solid rgb(194,161,212);
    padding: 20px 0;
    position: fixed;
}

.cookie-edu-Ml {
    flex-wrap: nowrap;
    max-width: 1200px;
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
    margin: auto;
    align-items: center;
}

.cookie-warning-window-oj h5 {
    letter-spacing: 1px;
    color: rgb(194,161,212);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cookie_button.cookie-eductrl-AL {
    background: rgb(194,161,212);
}

.privacy-learn-9L:hover {
    border: 2px solid #ffffff;
}


.wrapper-holder-cQ .cookie-warning-window-oj {
    background: rgb(110,110,185);
    padding: 30px 0;
    border: none;
}

.wrapper-holder-cQ .cookie-verify-hk h5, .wrapper-holder-cQ .cookie-verify-hk p {
    color: #ffffff;
}

.statistical-summary-uI::before {
    width: 80%;
    position: absolute;
    left: -10%;
    transform: rotate(-15deg);
    top: -20%;
    height: 150%;
    background: linear-gradient(45deg, rgb(194,161,212,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
}

.statistical-summary-uI .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.statistical-summary-uI .edu-wins-bD {
    animation-delay: calc(0.15s * var(--i, 0));
    border-left: 4px solid rgb(194,161,212);
    animation: fadeInStat 0.6s ease-out forwards;
    padding: 30px 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease-out,
                background 0.3s ease;
    opacity: 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    overflow: hidden;
    position: relative;
    transform: translateY(30px) rotateX(10deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.statistical-summary-uI .edu-wins-bD p {
    font-size: calc(37px * 1.5);
    margin: 0;
    display: inline-block;
    position: relative;
    color: rgb(194,161,212);
    font-weight: 700;
}

.course-offering-jm {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(215,205,228) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(194,161,212,0.5) 100%);
}

.course-offering-jm::after {
    opacity: 0.05;
    content: "";
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    left: 0;
    animation: gridShift 30s linear infinite;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
}

.course-offering-jm .top-prime-yc {
    background: #ffffff;
    justify-content: center;
    animation: floatAndRotate 8s ease-in-out infinite;
    top: -60px;
    position: absolute;
    transform-origin: center center;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(194,161,212,0.5);
    left: 60px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
}

.course-offering-jm .training-path-ZS h3::before {
    position: absolute;
    width: 8px;
    border-radius: 50%;
    content: "";
    background: rgb(194,161,212);
    bottom: 0;
    left: 0;
    height: 8px;
}

.course-offering-jm .training-path-ZS p::first-letter {
    float: left;
    margin-top: 8px;
    line-height: 0.8;
    font-weight: 700;
    margin-right: 8px;
    font-size: 2em;
    color: rgb(194,161,212);
}

.course-offering-jm .background-img-4l::before {
    transition: opacity 0.5s ease;
    height: 100%;
    z-index: 2;
    mix-blend-mode: multiply;
    background: 
        linear-gradient(
            to right,
            rgb(194,161,212,0.5) 0%,
            transparent 40%,
            rgb(110,110,185,0.5) 100%
        );
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.7;
    left: 0;
}

.customer-feedback-u7::before {
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 49.5%, rgb(110,110,185,0.5) 49.5%, rgb(110,110,185,0.5) 50.5%, transparent 50.5%);
}

.customer-feedback-u7 .student-glow-qZ {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    display: grid;
    perspective: 1000px;
}

.customer-feedback-u7 .learning-ratings-Pp::before {
    position: absolute;
    background: rgb(194,161,212,0.5);
    right: 0;
    width: 100px;
    height: 100px;
    transform: translate(30%, -30%) rotate(45deg);
    top: 0;
    content: "";
    z-index: 0;
}

.customer-feedback-u7 .learning-ratings-Pp:hover .background-img-4l {
    border-color: rgb(194,161,212);
    transform: scale(1.1);
}

.customer-feedback-u7 .learning-ratings-Pp span::after {
    content: "";
    background: rgb(194,161,212);
    height: 2px;
    display: block;
    margin: 0.5rem auto;
    width: 40px;
}

.service-connect-h7::after {
    z-index: 0;
    position: absolute;
    width: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgb(110,110,185,0.5) 0%, transparent 40%);
    bottom: 0;
    right: 0;
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    height: 100%;
}

.service-connect-h7 h1::after {
    position: absolute;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(to right, rgb(194,161,212), rgb(110,110,185));
    width: 80px;
    height: 4px;
    content: "";
}

.service-connect-h7 .online-contact-ql > div:hover {
    transform: translateY(-5px);
}

.service-connect-h7 .online-contact-ql h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(194,161,212);
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-connect-h7 .get-assist-VM > div {
    position: relative;
    transition: all 0.3s ease;
}

.service-connect-h7 .ask-feedback-Fp:hover {
    color: rgb(110,110,185);
}

.service-connect-h7 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    width: 22px;
    height: 22px;
}

.service-connect-h7 .ask-feedback-Fp:hover svg path {
    fill: rgb(110,110,185);
}

.contact-form-section-3q::after {
    animation: circuit-pulse 10s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgb(194,161,212,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
    width: 200%;
    top: -50%;
    content: '';
    position: absolute;
    height: 200%;
    opacity: 0.6;
    z-index: 2;
}

.contact-form-section-3q h2::before,
.contact-form-section-3q h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(194,161,212), 
        transparent
    );
    bottom: -0.5rem;
    content: '';
    position: absolute;
    height: 2px;
}

.contact-form-section-3q h2::before {
    width: 30%;
    left: 0;
}

.contact-form-section-3q .background-img-4l::before {
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(194,161,212,0.5) 0%, 
        rgb(110,110,185,0.5) 100%
    );
    left: 0;
    width: 100%;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    position: absolute;
}

.contact-form-section-3q .help-info-Gz h3 {
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 2rem;
}

.contact-form-section-3q .help-info-Gz input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(194,161,212,0.5) 100%
    );
    z-index: 1;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl input[type="checkbox"]:checked {
    background: rgb(194,161,212);
    border-color: rgb(194,161,212);
}

.contact-form-section-3q .help-info-Gz .request-info-Cl label {
    color: #ffffff;
    display: flex;
    font-size: 16px;
    align-items: center;
}

.contact-form-section-3q .help-info-Gz .request-info-Cl a:hover {
    text-decoration: underline;
}

.contact-form-section-3q .help-info-Gz .inquiry-list-7x::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(194,161,212,0.5), 
        transparent
    );
    transition: all 0.3s ease;
    height: 100%;
    left: -100%;
    top: 0;
    content: '';
}

.welcome-page-M1 .fast-edu-Wd:before {
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 0%, rgb(110,110,185,0.5) 100%);
    z-index: 1;
}

.welcome-page-M1 .skill-spot-Ir > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.welcome-page-M1 .title_style_header {
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform: translateX(0);
    font-size: 41px;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-weight: 700;
}

.welcome-page-M1 .skill-spot-Ir:hover .title_style_header {
    transform: translateX(5px);
}

.welcome-page-M1 .skill-spot-Ir:hover > div:nth-child(2) {
    transform: translateY(-5px);
}

.teaching-history-2E::before {
    opacity: 0.3;
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    width: 150%;
    position: absolute;
    left: -25%;
    animation: backgroundMovement 30s linear infinite alternate;
    top: -25%;
    content: "";
}

.teaching-history-2E .learning-ratings-Pp .background-img-4l:hover {
    box-shadow: 0 0 50px rgb(194,161,212);
    transform: scale(1.07) translateX(-4%);
}

.teaching-history-2E .learning-ratings-Pp span:not(.name) {
    padding: 0 2rem 1rem 3rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    grid-column: 2 / 3;
    color: rgb(110,110,185);
    font-size: 21px;
    grid-row: 2 / 3;
    z-index: 2;
    font-weight: 400;
}

.privacy-space-30 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 2em;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(215,205,228);
}

.privacy-space-30 h3,
.privacy-space-30 h4,
.privacy-space-30 h5,
.privacy-space-30 h6 {
    margin-bottom: 0.5em;
}

.privacy-space-30 h3 {
    font-weight: 400;
    font-size: calc(21px - 0.2em);
    color: rgb(194,161,212);
}

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

.privacy-space-30 span {
    color: rgb(194,161,212);
    font-weight: 600;
}

.privacy-space-30 ul li::before {
    content: "•";
    font-weight: 700;
    display: inline-block;
    color: rgb(194,161,212);
    width: 1em;
    margin-left: -1em;
}

.privacy-space-30 ol li::before {
    font-weight: 700;
    color: rgb(110,110,185);
}

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

.glossary-Gr::after {
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(110,110,185,0.5) 15px,
        rgb(110,110,185,0.5) 30px
    );
    position: absolute;
    content: "";
    opacity: 0.2;
    height: 300px;
    bottom: -50px;
    left: -50px;
    transform: rotate(30deg);
    width: 300px;
}

footer .info_item svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(194,161,212);
}

footer .info_item a:hover {
    color: rgb(194,161,212);
}

footer .top-prime-yc::after {
    background-color: rgb(194,161,212);
    width: 30%;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    bottom: -30px;
}

footer .head-master-Oq h5::after {
    bottom: -10px;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: rgb(194,161,212);
    left: 0;
}

footer .main-edu-JE a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(194,161,212,0.5);
}

footer .subscribe_holder::before {
    bottom: 0;
    background: linear-gradient(135deg, rgb(194,161,212,0.5), transparent);
    content: "";
    left: 0;
    border-radius: 25px;
    top: 0;
    right: 0;
    opacity: 0.1;
    position: absolute;
}

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

footer .updates-text-Cs {
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
    background-color: rgb(194,161,212);
    border-radius: 10px;
    position: relative;
}

.our-story-R5 .container {
    position: relative;
    z-index: 1;
}

.our-story-R5 .expert-program-Sz {
    position: relative;
}

.our-story-R5 h3::after {
    background: rgb(194,161,212);
    left: 50%;
    content: "";
    position: absolute;
    width: 60px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
}

.our-story-R5 .skill-classes-rk span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(194,161,212);
}

.our-story-R5 .learn-mastery-9Q {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 50px;
}

.our-story-R5 .learn-mastery-9Q p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #000000;
    width: 60%;
    margin-left: auto;
}

.our-story-R5 .expert-program-Sz::before {
    border-radius: 50%;
    top: -100px;
    position: absolute;
    height: 200px;
    border: 2px dashed rgb(194,161,212,0.5);
    left: -100px;
    width: 200px;
    z-index: -1;
    animation: rotate 30s infinite linear;
    content: "";
}

.our-story-R5 .skill-classes-rk svg {
    opacity: 0.7;
    width: 30px;
    position: absolute;
    color: rgb(194,161,212);
    left: -45px;
    height: 30px;
    top: 10px;
}

.our-story-R5 .container::before {
    content: "";
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    background-image: linear-gradient(45deg, rgb(215,205,228) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(215,205,228) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(215,205,228) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(215,205,228) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
}

header .header-base-0v .top-prime-yc:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .header-base-0v .top-prime-yc:hover .header-primary-dG {
    transform: translateY(-3px);
}

header .header-base-0v .head-master-Oq {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

header .header-base-0v .head-master-Oq .head-pro-Ry {
    margin: 0 8px;
    position: relative;
}

header .header-base-0v .head-master-Oq .head-pro-Ry a {
    display: block;
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    padding: 10px 15px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-weight: 600;
    overflow: hidden;
    font-size: 18px;
}

header .header-base-0v .head-master-Oq .head-pro-Ry:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}


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



@media (max-width: 768px) {.offer-deck-AK {
    padding: 60px 0;
}.offer-deck-AK h2 {
    font-size: calc(29px * 0.9);
}.offer-deck-AK .cost-fee-Im {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.offer-deck-AK .study-cost-d7 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.offer-deck-AK .price-deals-AW {
    min-height: 350px;
    padding: 25px 20px;
}.offer-deck-AK .price-deals-AW h4 {
    font-size: 24px;
}.offer-deck-AK .learning-fees-8R {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 991px) {.ideal-participants-m2 .expert-program-Sz {
    padding: 2rem;
}.ideal-participants-m2 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.ideal-participants-m2 li {
    padding: 2rem 1.5rem;
}.ideal-participants-m2 li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}
}



@media (max-width: 767px) {.appSpotlight-UI {
    padding: 4rem 1.5rem;
}.appSpotlight-UI .expert-program-Sz {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.appSpotlight-UI h5 {
    font-size: 22px;
    line-height: 1.5;
}.appSpotlight-UI p {
    padding: 1.2rem;
    font-size: calc(14px * 0.95);
}.appSpotlight-UI p::before {
    height: 30px;
    left: -10px;
    top: -10px;
    font-size: 0.8rem;
    width: 30px;
}
}


@media only screen and (max-width: 1200px) {.cookie-edu-Ml {
    padding: 0 10px;
}
}



@media (max-width: 1200px) {.statistical-summary-uI {
    padding: 80px 0;
}.statistical-summary-uI h3 {
    font-size: calc(37px * 0.9);
    padding-left: 5%;
}.statistical-summary-uI ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 480px) {.statistical-summary-uI {
    padding: 50px 0;
}.statistical-summary-uI h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
}.statistical-summary-uI ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical-summary-uI .edu-wins-bD {
    padding: 20px 15px;
}.statistical-summary-uI .edu-wins-bD span {
    font-size: 12px;
}.statistical-summary-uI .edu-wins-bD p {
    font-size: calc(37px * 1.1);
}}



@media screen and (max-width: 576px) {.course-offering-jm {
    padding: 50px 0;
}.course-offering-jm .training-path-ZS {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course-offering-jm .top-prime-yc {
    top: -35px;
    height: 70px;
    width: 70px;
    left: 20px;
}.course-offering-jm .training-path-ZS h3 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(32px * 0.75);
}.course-offering-jm .training-path-ZS h3::after {
    width: 60px;
}.course-offering-jm .training-path-ZS p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course-offering-jm .background-img-4l {
    height: 220px;
}.course-offering-jm .training-path-ZS::before {
    width: 100px;
    height: 100px;
}}



@media screen and (min-width: 992px) {.service-connect-h7 .online-contact-ql {
    transform: perspective(1500px) rotateX(3deg);
}.service-connect-h7 .get-assist-VM {
    gap: 1.5rem;
}
}



@media screen and (max-width: 480px) {.service-connect-h7 {
    padding: 3rem 1.5rem;
}.service-connect-h7 .online-contact-ql {
    padding: 1.5rem;
}.service-connect-h7 h1 {
    margin-bottom: 2rem;
}}



@media screen and (max-width: 1024px) {.contact-form-section-3q .help-section-Xd {
    flex-direction: column;
    transform: none;
}.contact-form-section-3q .background-img-4l {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-form-section-3q .help-info-Gz {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (max-width: 1200px) {.welcome-page-M1 .skill-spot-Ir {
    width: 95%;
    padding: 2.5rem;
}.welcome-page-M1 .title_style_header {
    font-size: calc(41px - 0.2rem);
}.welcome-page-M1 h3 {
    font-size: 18px;
}
}



@media (max-width: 768px) {.welcome-page-M1 .skill-spot-Ir {
    width: 95%;
    padding: 1.8rem;
}.welcome-page-M1 .title_style_header {
    font-size: calc(41px - 0.8rem);
}.welcome-page-M1 h3 {
    font-size: calc(18px - 0.2rem);
}.welcome-page-M1 p {
    font-size: calc(13px - 0.1rem);
}
}



@media (hover: none) {.welcome-page-M1 .skill-spot-Ir:hover .title_style_header {
    transform: none;
}.welcome-page-M1 .skill-spot-Ir:hover > div:nth-child(2) {
    transform: none;
}
}



@media (max-width: 576px) {.teaching-history-2E {
    padding: 4rem 1rem;
}.teaching-history-2E .learning-ratings-Pp .background-img-4l {
    min-height: 280px;
}.teaching-history-2E .learning-ratings-Pp .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.teaching-history-2E .learning-ratings-Pp span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.teaching-history-2E .learning-ratings-Pp .employee-summary-R9 {
    padding: 1.2rem;
}}



@media (max-width: 767px) {footer .glossary-Gr {
    padding: 60px 0 30px;
}footer .send-query-IT {
    margin-bottom: 40px;
    padding: 20px;
    grid-template-columns: 1fr;
}footer .head-master-Oq h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .head-master-Oq h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer-classes-Pp {
    margin-top: 40px;
}
}



@media screen and (max-width: 1024px) {.our-story-R5 {
    padding: 80px 0;
}.our-story-R5 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.our-story-R5 .skill-classes-rk p,
    .our-story-R5 .learn-mastery-9Q p {
    width: 55%;
}.our-story-R5 .skill-classes-rk .background-img-4l,
    .our-story-R5 .learn-mastery-9Q .study-hub-jp {
    width: 40%;
}
}



@media screen and (max-width: 480px) {.our-story-R5 {
    padding: 40px 0;
}.our-story-R5 h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.our-story-R5 h3::after {
    width: 40px;
    bottom: -10px;
}.our-story-R5 .skill-classes-rk {
    margin-bottom: 40px;
}.our-story-R5 .skill-classes-rk p,
    .our-story-R5 .learn-mastery-9Q p {
    font-size: calc(13px * 0.9);
    margin-bottom: 180px;
}.our-story-R5 .skill-classes-rk .background-img-4l,
    .our-story-R5 .learn-mastery-9Q .study-hub-jp {
    height: 160px;
}.our-story-R5 .skill-classes-rk .background-img-4l {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(194,161,212,0.5);
}.our-story-R5 .learn-mastery-9Q .study-hub-jp {
    box-shadow: 8px 8px 0 rgb(110,110,185,0.5);
}.our-story-R5 .skill-classes-rk .background-img-4l:hover {
    box-shadow: -10px 10px 0 rgb(194,161,212,0.5);
    transform: translate(3px, -3px);
}.our-story-R5 .learn-mastery-9Q .study-hub-jp:hover {
    box-shadow: 10px 10px 0 rgb(110,110,185,0.5);
    transform: translate(-3px, -3px);
}.our-story-R5 .skill-classes-rk span {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.our-story-R5 .expert-program-Sz::before,
    .our-story-R5 .expert-program-Sz::after {
    height: 100px;
    width: 100px;
}}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}



@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(5px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}



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



@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

