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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    background: linear-gradient(to right, rgb(169,152,173,0.5), rgb(204,191,208));
    padding: 1.5rem 0;
    z-index: 1000;
    position: relative;
}


.cookieNoticeContainer {
    border-top: 3px solid rgb(204,191,208);
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(231,225,233);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
}

.cookieNoticeContainer p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

.cookie-option:hover {
    background: rgb(169,152,173);
    box-shadow: 0 0 10px rgb(169,152,173,0.5);
}

.cookieNoticeContainer p a {
    color: rgb(204,191,208);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.course-fit-for {
    padding: 120px 0 100px;
    background: rgb(231,225,233);
    overflow: hidden;
    position: relative;
}

.course-fit-for .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}

.course-fit-for .knowledge-track::before {
    height: 6px;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
}



.course-fit-for .knowledge-track::before {
    animation: dotAnimation 8s infinite;
}

.course-fit-for h4::after {
    border-radius: 10px;
    transform: translateX(-20px);
    height: 4px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 80px;
    background: rgb(169,152,173,0.5);
    content: "";
}

.course-fit-for p::before {
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    top: 0;
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,225,233) 100%);
    opacity: 0;
}

.course-fit-for p:hover::before {
    opacity: 1;
}

.course-fit-for p svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    transition: all 0.4s ease;
    margin-right: 18px;
}



.course-fit-for .knowledge-track > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}

.course-fit-for .knowledge-track > div p:nth-child(3) {
    animation-delay: 0.5s;
}

.course-fit-for .knowledge-track > div p:nth-child(6) {
    animation-delay: 1.1s;
}

.program-structure {
    background-color: rgb(231,225,233);
    overflow: hidden;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 1;
    min-height: 100vh;
    display: flex;
}

.program-structure {
    padding: 4rem 0;
}

.program-structure .learn-network {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.program-structure .learn-network:hover .program-map {
    animation-play-state: paused;
}

.program-structure .education-plan::before {
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    content: '';
    width: 100%;
    opacity: 0.7;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
}

.program-structure .education-plan:hover img {
    transform: scale(1.15);
}

.program-structure .container {
    padding: 2rem 0;
    display: flex;
    z-index: 10;
    height: 100%;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}

.program-structure .study-track::after {
    opacity: 0.8;
    position: absolute;
    right: -20px;
    border-right: 2px solid rgb(169,152,173);
    width: 40px;
    border-bottom: 2px solid rgb(169,152,173);
    bottom: -20px;
    height: 40px;
    content: '';
}

.program-structure .study-track h3 {
    font-size: 34px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.program-structure .study-track h3 {
    font-size: calc(34px * 0.7);
}

.program-structure .study-track .query-help:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.program-structure .study-track .query-help:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}



@supports (animation-timeline: scroll()) {.program-structure .program-map {
    animation-timeline: scroll();
    animation-range: 0 100vh;
}}

.privacy-holdings::after {
    position: absolute;
    bottom: -50px;
    z-index: 0;
    height: 200px;
    right: -50px;
    background: linear-gradient(225deg, rgb(204,191,208,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 200px;
    content: "";
    transform: rotate(-15deg);
}

.privacy-holdings h1::before {
    content: "";
    top: 15%;
    position: absolute;
    background: rgb(169,152,173);
    width: 5px;
    height: 70%;
    left: 0;
    transform: skewY(-15deg);
}

.privacy-holdings h2::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(169,152,173) 0%, rgb(169,152,173,0.5) 100%);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.privacy-holdings h4 {
    margin-top: 2rem;
    color: #000000;
    position: relative;
    padding-left: 10px;
    font-size: calc(29px * 0.7);
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.privacy-holdings strong {
    color: rgb(169,152,173);
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.privacy-holdings li::before {
    background: rgb(169,152,173);
    content: "";
    transform: rotate(45deg);
    width: 8px;
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    height: 8px;
}

.privacy-holdings .container > *:first-child {
    margin-top: 0;
}

.title-board::before {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.title-board > div > div:first-child {
    padding-left: 2rem;
    transform: translateZ(40px);
    position: relative;
}

.title-board .learn-hero {
    opacity: 0;
    box-shadow: 
    0 20px 30px -10px rgba(0, 0, 0, 0.3),
    0 8px 12px -6px rgba(0, 0, 0, 0.2);
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transform: translateZ(20px) translateY(20px);
    padding: 2.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.title-board p {
    margin: 0;
    opacity: 0;
    animation: fadeIn 0.8s 1.2s forwards ease-out;
    font-size: clamp(1rem, 2vw, 14px);
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 300;
}

.subscribe-to-newsletter::after {
    height: 100%;
    opacity: 0.7;
    content: "";
    width: 100%;
    top: 0;
    background: radial-gradient(ellipse at 30% 50%, rgb(204,191,208,0.5) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    position: absolute;
}

.subscribe-to-newsletter .knowledge-track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.subscribe-to-newsletter .knowledge-track > div {
    width: 100%;
    margin-bottom: 2rem;
    transform: translateZ(20px);
}

.subscribe-to-newsletter .input_holder {
    transform: translateZ(10px);
    width: 100%;
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}

.subscribe-to-newsletter .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.subscribe-to-newsletter .input_holder .query-help:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(204,191,208), rgb(169,152,173));
}

.subscribe-to-newsletter .input_holder .query-help:hover::before {
    left: 100%;
}

.program-assets {
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.program-assets h5::after {
    bottom: -12px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    content: '';
    height: 3px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    position: absolute;
}

.program-assets .knowledge-track:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.program-assets .knowledge-track:hover .pic-cell {
    transform: scale(1.05);
}

.program-assets .text-box-content {
    position: relative;
    padding: 2rem;
}

.program-assets .knowledge-track:hover .text-box-content::before {
    height: 100%;
}

.program-assets li {
    padding-left: 2.5rem;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.program-assets li:hover svg {
    transform: translateY(2px) rotate(10deg);
}

.program-assets li svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,191,208);
}

.program-assets li:nth-child(even) {
    padding-bottom: 0.5rem;
    border-radius: 10px;
    padding-top: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(169,152,173,0.5), 0.03) 0%, transparent 100%);
}

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

.tyFrame h2 {
    font-family: Arial, sans-serif;
    color: rgb(204,191,208);
    position: relative;
    text-align: center;
    font-size: 28px;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 700;
    transform-origin: center;
    letter-spacing: 0.5px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tyFrame .knowledge-track::before {
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173), rgb(204,191,208));
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    animation: gradientShift 6s infinite linear;
    background-size: 200% 100%;
    height: 6px;
}

.tyFrame span::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    height: 1px;
    bottom: 0;
    content: "";
    position: absolute;
}

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

.pricing-plan .edu-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    list-style: none;
    gap: 25px;
    padding: 0;
}

.pricing-plan .edu-packages li:nth-child(1) {
    --li-index: 1;
}

.pricing-plan .edu-packages li:nth-child(2) {
    --li-index: 2;
}

.pricing-plan .edu-packages li:nth-child(4) {
    --li-index: 4;
}

.pricing-plan .monthly-rate:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing-plan .monthly-rate:hover .training-fees {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(204,191,208), 0.15) 0%, 
        rgba(rgb(204,191,208), 0.05) 100%);
}

.pricing-plan .monthly-rate:hover .training-fees::before {
    opacity: 1;
}

.pricing-plan .trial-pricing {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.pricing-plan .trial-pricing h4::after {
    transition: transform 0.4s ease;
    left: 0;
    height: 2px;
    content: "";
    transform: scaleX(0.7);
    position: absolute;
    transform-origin: left;
    width: 50px;
    background: rgb(204,191,208);
    bottom: -10px;
}

.pricing-plan .monthly-rate:hover .cost-schemes {
    transform: scale(1.05);
    color: rgb(204,191,208);
}

.pricing-plan .cost-schemes::before {
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}

.enroll-info .company_holder h3 {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}

.enroll-info .workshop-cta {
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.enroll-info .main-class h5::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(169,152,173);
    bottom: -8px;
    height: 2px;
}

.enroll-info .main-class .head-mainwrap a::before {
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: rgb(169,152,173);
    border-radius: 50%;
    width: 6px;
    position: absolute;
    height: 6px;
}

.badge-case .faq-block {
    opacity: 0.7;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.badge-case .faq-block {
    display: inline-block;
    position: relative;
}

.enroll-info .company_holder::before {
    background: rgb(204,191,208);
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    opacity: 0.5;
    content: "";
}

footer::after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    height: 5px;
    opacity: 0.3;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(204,191,208),
    rgb(169,152,173),
    rgb(204,191,208));
    width: 100%;
}

.badge-case .faq-block::after {
    position: absolute;
    content: "";
    background: rgb(204,191,208);
    height: 1px;
    right: -40px;
    opacity: 0.5;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.reach-outE6NI::after {
    opacity: 0.6;
    background: radial-gradient(
        circle at center, 
        rgb(204,191,208,0.5) 0%, 
        transparent 70%
    );
    z-index: 2;
    position: absolute;
    height: 200%;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    width: 200%;
    content: '';
    left: -50%;
}

.reach-outE6NI h2::before,
.reach-outE6NI h2::after {
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(204,191,208), 
        transparent
    );
    height: 2px;
    bottom: -0.5rem;
}

.reach-outE6NI h2::before {
    left: 0;
    width: 30%;
}

.reach-outE6NI .pic-cell::before {
    content: '';
    left: 0;
    mix-blend-mode: color-dodge;
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(204,191,208,0.5) 0%, 
        rgb(169,152,173,0.5) 100%
    );
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
}

.reach-outE6NI .support-reach h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: 600;
}

.reach-outE6NI .support-reach input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(204,191,208,0.5);
    border-color: rgb(204,191,208);
}

.reach-outE6NI .support-reach input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.reach-outE6NI .support-reach .feedback-box {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.reach-outE6NI .support-reach .feedback-box input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    left: 50%;
    color: #ffffff;
    content: '✔';
    top: 50%;
}

.reach-outE6NI .support-reach .query-help {
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    background: rgb(204,191,208);
    border-radius: 10px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
    padding: 1rem;
}

.about-this::before {
    content: '';
    right: -100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    height: 400px;
    width: 400px;
    background: rgb(204,191,208,0.5);
    top: -100px;
}

.about-this .skill-growth {
    grid-column: span 4;
    position: relative;
}

.about-this .pic-cell:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}

.about-this .success-path {
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
}

.about-this .text-box-content {
    border-radius: 14px;
    padding: 50px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    background-color: #ffffff;
    grid-column: span 8;
}

.about-this p {
    font-size: 12px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}

header .top-study {
    position: relative;
    z-index: 2;
    text-decoration: none;
    align-items: center;
    padding: 1rem;
    justify-content: center;
    display: flex;
}

header .top-study svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(204,191,208,0.5));
    width: 220px;
}

header .main-class::before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
    border-radius: 28px;
    z-index: -1;
}

header .main-head:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(204,191,208);
}

.leadership-profile {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,225,233), rgb(169,152,173,0.5));
}

.leadership-profile .container {
    z-index: 2;
    position: relative;
}

.leadership-profile .review-praise {
    padding: 40px;
    background: #ffffff;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    border-radius: 19px;
    transform: rotate(-2deg);
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
}

.leadership-profile .experience-summary {
    background: linear-gradient(to right, rgb(231,225,233), transparent);
    grid-area: quote;
    border-left: 4px solid rgb(204,191,208);
    margin-top: 20px;
    line-height: 1.6;
    border-radius: 0 10px 10px 0;
    position: relative;
    padding: 20px;
    color: #000000;
    font-size: 17px;
}



.customer-support::after {
    content: "";
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 300px;
    background: 
        linear-gradient(0deg, rgb(204,191,208,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    bottom: 0;
    position: absolute;
    z-index: -2;
}

.customer-support .reach-team {
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    padding: 0;
}

.customer-support .reach-team h2::after {
    content: "";
    border-radius: 10px;
    width: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(204,191,208);
}

.customer-support .reach-team p {
    gap: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
}

.customer-support .online-contact h3 {
    margin-bottom: 1.2rem;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 24px;
    font-weight: 600;
}



.customer-support .reach-outRWH4 {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.customer-support .reach-outRWH4 span::before {
    background: rgb(169,152,173);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 3px;
    opacity: 0.6;
    left: 0;
}

.customer-support .reach-team .pic-cell {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.customer-support .quick-request {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.customer-support .quick-request a {
    flex-direction: column;
    margin-bottom: 1.5rem;
    text-decoration: none;
    display: flex;
    border-right: 3px solid rgb(204,191,208);
    overflow: hidden;
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.customer-support .quick-request a span {
    position: relative;
    color: #000000;
    margin-bottom: 0.6rem;
    font-size: calc(15px * 0.9);
    padding-left: 20px;
}

.customer-support .quick-request a:hover p {
    color: rgb(204,191,208);
}

.customer-support svg {
    width: 22px;
    fill: none;
    height: 22px;
    transition: all 0.3s ease;
}

.customer-support .quick-request a:hover svg path {
    stroke: rgb(169,152,173);
}


@media only screen and (max-width: 1200px) {.cookie-compl {
    flex-direction: column;
    align-items: center;
}.policy-ack {
    margin-bottom: 15px;
}.consent-edu {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.cookie-option {
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
    width: 100%;
}
}



@media (max-width: 576px) {.course-fit-for {
    padding: 60px 0 50px;
}.course-fit-for .knowledge-track {
    padding: 35px 20px;
}.course-fit-for h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.7);
}.course-fit-for h4::before {
    width: 30px;
    height: 3px;
}.course-fit-for h4::after {
    height: 3px;
    width: 60px;
}.course-fit-for p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.course-fit-for p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.course-fit-for p:hover {
    transform: translateY(-5px) scale(1.01);
}.course-fit-for .knowledge-track::after {
    height: 60px;
    width: 60px;
}}



@media (max-width: 767px) {.privacy-holdings {
    padding: 3rem 1rem;
}.privacy-holdings .container {
    padding: 2rem 1.5rem;
    transform: none;
}.privacy-holdings h1 {
    padding-left: 15px;
    font-size: calc(41px * 0.8);
}.privacy-holdings h1::before {
    width: 4px;
}.privacy-holdings h2 {
    font-size: calc(29px * 0.8);
}.privacy-holdings h3 {
    font-size: calc(29px * 0.7);
}.privacy-holdings h4 {
    font-size: calc(29px * 0.6);
}.privacy-holdings p, 
    .privacy-holdings li,
    .privacy-holdings span {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.privacy-holdings ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}



@media screen and (min-width: 768px) {.subscribe-to-newsletter .knowledge-track {
    padding: 3.5rem 3rem;
}.subscribe-to-newsletter h4 {
    font-size: calc(21px * 1.2);
}.subscribe-to-newsletter .input_holder {
    gap: 1rem;
    flex-direction: row;
    align-items: center;
}.subscribe-to-newsletter .input_holder span:first-child {
    flex: 1;
}.subscribe-to-newsletter .input_holder span:last-child {
    width: auto;
    flex: 0 0 auto;
}.subscribe-to-newsletter .input_holder .query-help {
    padding: 1.2rem 2rem;
    white-space: nowrap;
    width: auto;
}
}



@media (prefers-reduced-motion: reduce) {.subscribe-to-newsletter::before {
    animation: none;
}.subscribe-to-newsletter .knowledge-track,
    .subscribe-to-newsletter .knowledge-track:hover,
    .subscribe-to-newsletter .input_holder input[type="email"]:focus,
    .subscribe-to-newsletter .input_holder .query-help,
    .subscribe-to-newsletter .input_holder .query-help:hover,
    .subscribe-to-newsletter .input_holder .query-help:active {
    transition: none;
    transform: none;
}}



@media (max-width: 480px) {.program-assets h5 {
    font-size: calc(21px * 0.8);
}.program-assets .text-box-content {
    padding: 1.25rem;
}.program-assets li {
    padding-left: 2rem;
}.program-assets li svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 768px) {.tyFrame {
    padding: 60px 0;
}.tyFrame h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(28px - 4px);
}.tyFrame .knowledge-track {
    padding: 25px;
}.tyFrame li::before {
    top: 6px;
}.tyFrame span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}
}



@media (max-width: 480px) {.pricing-plan {
    padding: 60px 0;
}.pricing-plan h2 {
    font-size: calc(34px * 0.9);
}.pricing-plan .fee-board {
    font-size: calc(14px * 0.9);
}.pricing-plan .training-fees {
    padding: 20px 15px;
}.pricing-plan .trial-pricing h4 {
    font-size: calc(23px * 0.95);
}.pricing-plan .trial-pricing p {
    line-height: 1.6;
    margin-bottom: 20px;
}.pricing-plan .cost-schemes {
    font-size: calc(23px * 1.1);
}}



@media (max-width: 575px) {.enroll-info {
    padding: 30px 0 20px;
}.enroll-info .company_holder,
  .enroll-info .main-class {
    padding: 20px;
}.enroll-info .company_holder h3 {
    font-size: calc(37px - 4px);
}.badge-case {
    padding: 20px 0;
}}



@media screen and (max-width: 768px) {.reach-outE6NI {
    padding: 3rem 0;
}.reach-outE6NI h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 2rem;
}.reach-outE6NI .support-reach h3 {
    font-size: calc(36px * 0.9);
}.reach-outE6NI .support-reach input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.reach-outE6NI .support-reach .feedback-box {
    align-items: flex-start;
}.reach-outE6NI .support-reach .feedback-box input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header-bar {
    gap: 1.2rem;
}header .top-study svg {
    width: 180px;
}header .main-class {
    gap: 0.6rem;
    padding: 0.5rem;
}header .main-head {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header-bar {
    gap: 0.8rem;
}header .top-study svg {
    width: 140px;
}header .main-class {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
}header .main-class::-webkit-scrollbar {
    height: 3px;
}header .main-class::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-head {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}



@media (max-width: 767px) {.customer-support {
    padding: 4rem 0;
}.customer-support .request-support {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
            "request-links"
            "pic-cell"
            "details";
}.customer-support .reach-team:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    border-radius: 10px 10px 0 0;
}.customer-support .reach-team:nth-child(2) {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    min-height: 250px;
    border-radius: 0;
}.customer-support .contact_tile.quick-request {
    border-radius: 0 0 10px 10px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}.customer-support .quick-request a {
    margin-bottom: 1rem;
}.customer-support .reach-outRWH4 {
    grid-template-columns: 1fr;
}
}



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

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }



@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(204,191,208,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

