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

.main-teach {
    flex: 1 0 auto;
}

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

.segment-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

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

.policy-ack {
    flex-shrink: 0;
    margin-right: 15px;
}

.policy-ack svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(204,191,208);
}

.cookieNoticeContainer h5 {
    font-weight: 600;
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(204,191,208);
}

#acceptCookiesPermissionBtn {
    background: rgb(204,191,208);
}

#decline-cookies-collection {
    background: rgba(0, 0, 0, 0.5);
}

.cookieNoticeContainer p a:hover {
    color: rgb(169,152,173);
}


#cookie-popup-alert {
    display: none;
}

.course-fit-for::before {
    height: 100%;
    right: -50%;
    transform: rotate(35deg);
    position: absolute;
    background: rgb(204,191,208,0.5);
    z-index: 1;
    top: -50%;
    content: "";
    width: 100%;
}

.course-fit-for .knowledge-track {
    border-radius: 14px;
    position: relative;
    padding: 60px 40px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.course-fit-for h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.course-fit-for div > div {
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}

.course-fit-for div > div::before {
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(169,152,173,0.5) 20%, 
        rgb(169,152,173,0.5) 80%, 
        transparent 100%);
    content: "";
    width: 100%;
    opacity: 0.5;
    height: 1px;
    top: 50%;
}

.course-fit-for p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(204,191,208,0.5);
}

.course-fit-for p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

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

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

.course-fit-for p::after {
    bottom: 10px;
    right: 10px;
    width: 30px;
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    background: rgb(169,152,173,0.5);
    z-index: -1;
    height: 30px;
    border-radius: 50%;
    opacity: 0;
}

.program-structure::after {
    animation: pulse 15s infinite alternate;
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(169,152,173,0.5) 0%, transparent 50%);
    z-index: 3;
    pointer-events: none;
    position: absolute;
    width: 100%;
    content: '';
}

.program-structure .education-plan {
    transition: transform 0.5s ease;
    height: 100%;
    position: relative;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}

.program-structure .education-plan img {
    width: 100%;
    transition: transform 8s ease;
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
    object-fit: cover;
}

.program-structure .knowledge-track {
    transform: translateX(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    backdrop-filter: blur(10px);
    max-width: 600px;
    animation: float 6s ease-in-out infinite;
    border-radius: 15px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
}

.program-structure .knowledge-track {
    padding: 1.5rem;
}

.program-structure .study-track p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.program-structure .study-track .query-help {
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    position: relative;
    font-size: 18px;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.privacy-holdings::before {
    height: 100%;
    position: absolute;
    opacity: 0.4;
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(169,152,173,0.5) 0%, transparent 70%);
}

.privacy-holdings h1 {
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(-10px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgb(204,191,208);
    font-size: 41px;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-left: 20px;
}

.privacy-holdings h3 {
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: 600;
    padding-left: 15px;
    font-size: calc(29px * 0.8);
    color: #000000;
    margin-top: 2.5rem;
    font-family: Arial, sans-serif;
}

.privacy-holdings h4::before {
    width: 2px;
    top: 25%;
    content: "";
    background: rgb(169,152,173,0.5);
    height: 50%;
    position: absolute;
    left: 0;
}

.privacy-holdings ul {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    padding-left: 1.5rem;
    background: linear-gradient(90deg, rgb(169,152,173,0.5) 0%, transparent 3%);
    border-left: 3px solid rgb(169,152,173);
    position: relative;
    list-style: none;
    margin: 2rem 0;
}

.privacy-holdings *:last-child {
    margin-bottom: 0;
}

.title-board {
    display: flex;
    justify-content: center;
    padding: 4rem 2rem;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    position: relative;
}

.title-board > div {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 3;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    gap: 2.5rem;
}

.title-board > div > div:first-child::before {
    top: 0;
    animation: lineGrow 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: top;
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    width: 6px;
    background: rgb(169,152,173);
    left: 0;
}

.title-board .smart-guide {
    margin-bottom: 1.5rem;
    position: relative;
}

.title-board h3 {
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 24px);
    opacity: 0;
    animation: fadeIn 0.8s 1s forwards ease-out;
}

.title-board span {
    position: relative;
    display: block;
}

.subscribe-to-newsletter {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,191,208,0.5), rgb(169,152,173), rgb(204,191,208));
}

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

.subscribe-to-newsletter .knowledge-track {
    background: rgba(255, 255, 255, 0.08);
    justify-content: center;
    transform-style: preserve-3d;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 3rem 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.subscribe-to-newsletter .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}

.subscribe-to-newsletter .input_holder input[type="email"]:focus {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(204,191,208);
    background: #ffffff;
}

.subscribe-to-newsletter .input_holder .query-help {
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(135deg, rgb(169,152,173), rgb(204,191,208));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding: 1.2rem 1.5rem;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.program-assets::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(204,191,208,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(169,152,173,0.5), 0.09) 0%, transparent 50%);
    width: 100%;
    z-index: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.program-assets .knowledge-track {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: grid;
    border-radius: 14px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: translateY(0);
}

.program-assets ul {
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    gap: 1.25rem;
    margin: 0;
}

.program-assets li:hover {
    transform: translateX(10px);
}

.program-assets li p {
    margin: 0;
    display: flex;
    font-size: 15px;
    font-family: Arial, sans-serif;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
}

.program-assets li:hover svg path {
    fill: rgb(169,152,173);
}

.tyFrame {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(204,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.tyFrame::after {
    border-radius: 50%;
    position: absolute;
    width: 300px;
    opacity: 0.2;
    height: 300px;
    filter: blur(50px);
    content: "";
    right: -150px;
    top: -150px;
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle, rgb(169,152,173) 0%, transparent 70%);
}

.tyFrame .knowledge-track {
    padding: 40px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
}

.tyFrame ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tyFrame li::before {
    background: rgb(169,152,173);
    transition: transform 0.3s ease;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    width: 10px;
    content: "";
    top: 8px;
}

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

.pricing-plan .fee-plan {
    position: relative;
}

.pricing-plan h2 {
    font-size: calc(34px * 1.1);
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out forwards;
}

.pricing-plan .edu-packages li {
    transform: translateZ(0) rotateY(5deg);
    opacity: 0;
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform-style: preserve-3d;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
}

.pricing-plan .training-fees {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    padding: 30px;
}

.pricing-plan .monthly-rate:hover .trial-pricing h4 {
    color: rgb(204,191,208);
    transform: translateY(-2px);
}

.pricing-plan .monthly-rate:hover .trial-pricing h4::after {
    transform: scaleX(1);
}

.pricing-plan .cost-schemes {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #ffffff;
    margin-top: auto;
    font-size: calc(23px * 1.4);
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
}

footer::before {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(204,191,208,0.5) 50%,
    #000000 100%);
    width: 100%;
    opacity: 0.9;
    position: absolute;
    z-index: 1;
}

.enroll-info .company_holder h3::after {
    left: 0;
    content: "";
    bottom: -8px;
    width: 100%;
    position: absolute;
    background: rgb(204,191,208);
    height: 2px;
}

.enroll-info .main-class {
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
}

.enroll-info .main-class .head-mainwrap {
    grid-gap: 15px;
    display: grid;
}

.enroll-info .main-class .head-mainwrap a {
    display: block;
    opacity: 0.8;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.badge-case .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



.enroll-info .company_holder:hover,
.enroll-info .main-class:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.enroll-info .main-class::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    width: 5px;
    top: 0;
    position: absolute;
    background: rgb(169,152,173);
}

.enroll-info .head-mainwrap {
    position: relative;
}

.enroll-info .main-class:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.enroll-info .main-class:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

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

.reach-outE6NI::before {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    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: '';
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.reach-outE6NI .feedback-feedback:hover {
    transform: rotateX(0) scale(1);
}

.reach-outE6NI .pic-cell {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
    overflow: hidden;
}

.reach-outE6NI .support-reach {
    padding: 4rem 3rem;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
}

.reach-outE6NI .support-reach form {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    position: relative;
    z-index: 3;
}

.reach-outE6NI .support-reach input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    position: relative;
    z-index: 2;
    background: rgb(169,152,173,0.5);
    outline: none;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border: 1px solid rgb(204,191,208,0.5);
}

.reach-outE6NI .support-reach .feedback-box input[type="checkbox"] {
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgb(204,191,208,0.5);
    appearance: none;
    width: 22px;
    margin-right: 1rem;
    height: 22px;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(169,152,173,0.5);
}

.reach-outE6NI .support-reach .feedback-box a:hover {
    text-decoration: underline;
}

.reach-outE6NI .support-reach .query-help::before {
    content: '';
    left: -100%;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(204,191,208,0.5), 
        transparent
    );
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
}

.about-this::after {
    width: 500px;
    border-radius: 50%;
    opacity: 0.15;
    height: 500px;
    position: absolute;
    content: '';
    background: rgb(169,152,173,0.5);
    left: -100px;
    bottom: -100px;
}

.about-this .pic-cell {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 14px;
    width: 100%;
    aspect-ratio: 1/1.2;
}

.about-this .expert-zone {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: rgb(204,191,208);
}

.about-this .student-journey {
    display: flex;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    align-items: center;
}

.about-this .student-journey svg path {
    fill: rgb(204,191,208);
}

.about-this h2::before {
    content: '';
    position: absolute;
    width: 30px;
    background-color: rgb(204,191,208);
    left: -50px;
    transform: translateY(-50%);
    top: 50%;
    height: 3px;
}

header .header-bar {
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

header .top-study::after {
    background: #ffffff;
    height: 2px;
    content: '';
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
    left: 50%;
    width: 50%;
}

header .main-head {
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
}

header .main-head:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.leadership-profile::before {
    border-radius: 19px;
    position: absolute;
    background: rgb(204,191,208,0.5);
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    content: "";
    width: 60%;
    z-index: 1;
    top: -10%;
    right: -10%;
    height: 80%;
}

.leadership-profile .review-praise:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.leadership-profile .review-praise:hover .pic-cell {
    transform: rotate(0deg) scale(1.05);
}

.leadership-profile .name {
    font-size: 23px;
    margin-top: 20px;
    grid-area: name;
    transform: translateX(20px);
    font-weight: 700;
    color: #000000;
}

.leadership-profile .experience-summary::before {
    position: absolute;
    font-family: serif;
    top: -10px;
    color: rgb(204,191,208,0.5);
    left: 10px;
    content: "";
    font-size: calc(46px * 2);
    line-height: 1;
}

.customer-support::before {
    content: "";
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 75% 25%, rgb(169,152,173,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(231,225,233);
    animation: backgroundPulse 15s infinite alternate;
    position: absolute;
    z-index: -1;
    left: 0;
    background-size: 100% 100%, 30px 30px;
    height: 100%;
}

.customer-support .reach-team:nth-child(2) {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border-radius: 0;
    padding: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    grid-area: photo;
}

.customer-support .reach-team h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 37px;
}

.customer-support .contact-question {
    color: rgb(204,191,208);
    font-size: calc(15px * 1.3);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.customer-support .reach-team p span {
    font-weight: 600;
    color: #ffffff;
}

.customer-support .online-contact::before {
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    border-radius: 0 10px 10px 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(204,191,208) 0%, transparent 100%);
}

.customer-support .reach-outRWH4 span {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    font-size: calc(15px * 0.9);
    border-radius: 10px;
}

.customer-support .reach-team .pic-cell::after {
    left: 0;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}

.customer-support .quick-request a::after {
    opacity: 0.1;
    width: 0;
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(204,191,208,0.5) 0%, transparent 100%);
}

.customer-support .quick-request a p {
    margin-bottom: 0;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: calc(15px * 1.1);
}

.customer-support svg path {
    stroke: rgb(204,191,208);
    transition: all 0.3s ease;
    stroke-width: 2;
}



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



@media (max-width: 991px) {.course-fit-for {
    padding: 90px 0 80px;
}.course-fit-for .knowledge-track {
    padding: 50px 30px;
}.course-fit-for h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.course-fit-for div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course-fit-for p {
    padding: 20px;
}.course-fit-for .knowledge-track::after {
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 1200px) {.program-structure .container {
    justify-content: center;
}.program-structure .knowledge-track {
    max-width: 80%;
}
}



@media screen and (max-width: 768px) {.program-structure {
    padding: 6rem 0;
    min-height: auto;
}.program-structure .learn-network {
    position: fixed;
    height: 100%;
}.program-structure .knowledge-track {
    max-width: 90%;
    padding: 2rem;
}.program-structure .study-track h3 {
    font-size: calc(34px * 0.8);
}.program-structure .study-track p {
    font-size: calc(15px * 0.9);
}.program-structure .study-track .query-help {
    text-align: center;
    width: 100%;
}
}



@media (max-width: 480px) {.privacy-holdings {
    padding: 2rem 0.75rem;
}.privacy-holdings .container {
    padding: 1.5rem 1.25rem;
}.privacy-holdings h1 {
    font-size: calc(41px * 0.7);
}.privacy-holdings h2 {
    font-size: calc(29px * 0.7);
}.privacy-holdings h2::after {
    width: 60px;
}.privacy-holdings h3 {
    font-size: calc(29px * 0.6);
}.privacy-holdings h4 {
    font-size: calc(29px * 0.5);
}.privacy-holdings p, 
    .privacy-holdings li,
    .privacy-holdings span {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 480px) {.title-board {
    padding: 2rem 0.75rem;
}.title-board > div > div:first-child::before {
    width: 4px;
}.title-board .learn-hero {
    padding: 1.25rem;
}.title-board .smart-guide::after {
    width: 40px;
    height: 2px;
}}



@media screen and (min-width: 992px) {.subscribe-to-newsletter {
    padding: 6rem 0;
}.subscribe-to-newsletter .knowledge-track {
    padding: 4rem;
    flex-direction: row;
    gap: 3rem;
}.subscribe-to-newsletter .knowledge-track > div {
    width: 40%;
    margin-bottom: 0;
}.subscribe-to-newsletter h4 {
    font-size: calc(21px * 1.3);
    text-align: left;
}.subscribe-to-newsletter .input_holder {
    width: 60%;
}
}



@media (min-width: 768px) {.program-assets .knowledge-track {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.program-assets .pic-cell {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.program-assets ul {
    grid-template-columns: repeat(2, 1fr);
}.program-assets li {
    margin-bottom: 0.5rem;
}
}



@media (max-width: 767px) {.program-assets {
    padding: 4rem 0;
}.program-assets h5 {
    padding: 0 1rem;
    font-size: calc(21px * 0.9);
}.program-assets .text-box-content {
    padding: 1.5rem;
}.program-assets li {
    margin-bottom: 1rem;
}.program-assets li p {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 480px) {.tyFrame {
    padding: 40px 0;
}.tyFrame h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
    transform: none;
}.tyFrame h2::after {
    width: 60px;
    bottom: -10px;
}.tyFrame .knowledge-track {
    padding: 20px;
}.tyFrame li {
    padding-left: 20px;
}.tyFrame li::before {
    top: 7px;
    width: 8px;
    height: 8px;
}.tyFrame span {
    letter-spacing: 0.2px;
    font-size: calc(13px - 2px);
    line-height: 1.5;
}}



@media (max-width: 991px) {.enroll-info .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.enroll-info .company_holder {
    grid-column: span 12;
}.enroll-info .workshop-cta {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 767px) {.enroll-info {
    padding: 40px 0 30px;
}.enroll-info .workshop-cta {
    grid-template-columns: 1fr;
}.enroll-info .company_holder {
    padding: 25px;
}.enroll-info .main-class {
    padding: 25px;
}.enroll-info .company_holder h3 {
    font-size: calc(37px - 2px);
}.enroll-info .main-class h5 {
    font-size: calc(21px - 1px);
}
}



@media screen and (max-width: 480px) {.reach-outE6NI .feedback-feedback {
    border-radius: 0;
}.reach-outE6NI .pic-cell {
    min-height: 250px;
}.reach-outE6NI .support-reach {
    padding: 2rem 1.5rem;
}}



@media (max-width: 768px) {.about-this {
    padding: 60px 0;
}.about-this .mentor-values {
    margin-top: -40px;
    padding: 20px;
}.about-this .text-box-content {
    padding: 30px 25px;
}.about-this h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 20px;
}.about-this h2::before {
    display: none;
}.about-this p {
    padding-left: 15px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .header-bar {
    gap: 1rem;
}header .top-study svg {
    width: 150px;
}header .main-class {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main-head {
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}
}



@media (max-width: 768px) {.leadership-profile {
    padding: 60px 0;
}.leadership-profile .review-praise {
    padding: 30px 20px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "pic-cell"
            "name"
            "exp-timeline"
            "experience-summary";
}.leadership-profile .pic-cell {
    width: 80%;
    height: 180px;
    margin: 0 auto;
}.leadership-profile .name,
    .leadership-profile .review-praise span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.leadership-profile .experience-summary {
    padding: 15px;
}}



@media (max-width: 575px) {.customer-support {
    padding: 3rem 0;
}.customer-support .reach-team:first-child,
    .customer-support .contact_tile.quick-request {
    padding: 2rem 1.5rem;
}.customer-support .reach-team:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.customer-support .reach-team:nth-child(2) {
    min-height: 200px;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}.customer-support .contact_tile.quick-request {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.customer-support .online-contact {
    margin-top: 2rem;
    padding: 1rem;
}.customer-support .quick-request a {
    padding: 1rem;
}
}



@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}



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



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



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



@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

