.enroll-info {
    flex: 0 0 auto;
}

.enroll-info {
    z-index: 5;
    padding: 60px 0 40px;
    background-color: transparent;
    position: relative;
}

html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

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

.policy-ack svg:hover {
    fill: rgb(169,152,173);
}

.consent-edu {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.cookie-option {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    line-height: 35px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(204,191,208);
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

#cookie-popup-alert:checked ~ .cookieNoticeContainer {
    visibility: hidden;
    opacity: 0;
}

.course-fit-for::after {
    position: absolute;
    background: rgb(169,152,173,0.5);
    bottom: -50%;
    z-index: 1;
    transform: rotate(-35deg);
    left: -50%;
    content: "";
    width: 100%;
    height: 100%;
}

.course-fit-for .knowledge-track::after {
    height: 120px;
    z-index: -1;
    border: 2px solid rgb(204,191,208,0.5);
    right: 20px;
    opacity: 0.5;
    width: 120px;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    content: "";
}

.course-fit-for h4::before {
    width: 40px;
    background: rgb(204,191,208);
    position: absolute;
    content: "";
    left: 50%;
    border-radius: 10px;
    height: 4px;
    bottom: -20px;
    transform: translateX(-50%);
}

.course-fit-for p {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: flex;
    font-size: 16px;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.course-fit-for p svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,191,208);
}

.course-fit-for p:hover svg path {
    fill: rgb(169,152,173);
}

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

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

.course-fit-for p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

.program-structure::before {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(204,191,208,0.5) 100%);
    height: 100%;
    pointer-events: none;
}

.program-structure .program-map {
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
}



.program-structure .program-map {
    --slide-count: 5;
}

.program-structure .education-plan::after {
    height: 100%;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(204,191,208,0.5),
        rgb(204,191,208,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    top: 0;
    mix-blend-mode: overlay;
    width: 100%;
}

.program-structure .study-track {
    position: relative;
}

.program-structure .study-track::before {
    border-left: 2px solid rgb(204,191,208);
    width: 40px;
    top: -20px;
    content: '';
    border-top: 2px solid rgb(204,191,208);
    opacity: 0.8;
    left: -20px;
    height: 40px;
    position: absolute;
}

.program-structure .study-track::before,
    .program-structure .study-track::after {
    height: 30px;
    width: 30px;
}

.program-structure .study-track h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(204,191,208) 0%, transparent 100%);
    width: 60%;
    position: absolute;
    bottom: -10px;
    content: '';
    height: 3px;
}

.program-structure .study-track .query-help::before {
    content: '';
    transition: all 0.4s ease;
    left: -100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
}

.privacy-holdings {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(169,152,173,0.5) 0%, rgb(231,225,233) 100%);
}

.privacy-holdings .container {
    padding: 3.5rem;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
}

.privacy-holdings h2 {
    font-size: 29px;
    letter-spacing: -0.01em;
    color: rgb(169,152,173);
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-bottom: 12px;
}

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

.privacy-holdings p {
    max-width: 95%;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.privacy-holdings li {
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.privacy-holdings span {
    font-size: 14px;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 1px dashed rgb(169,152,173,0.5);
    line-height: 1.75;
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    display: block;
}

.title-board::after {
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
    rgb(204,191,208,0.5) 0%,
    transparent 40%);
    position: absolute;
    clip-path: polygon(0 0, 75% 0, 45% 100%, 0 100%);
    bottom: 0;
    animation: shimmer 12s infinite alternate ease-in-out;
    left: 0;
    right: 0;
    z-index: 2;
}

.title-board .title_style_header {
    margin: 0;
    color: #ffffff;
    transform: translateX(-20px);
    font-size: clamp(2.5rem, 5vw, 46px);
    line-height: 1.2;
    opacity: 0;
    letter-spacing: -0.02em;
    animation: slideIn 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.title-board .smart-guide::after {
    background: rgb(169,152,173);
    content: "";
    transform-origin: left;
    width: 80px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    bottom: -0.75rem;
    animation: lineGrowX 1.2s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.subscribe-to-newsletter::before {
    content: "";
    opacity: 0.5;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
    background-size: 100px 100px;
    position: absolute;
    z-index: -1;
    width: 200%;
    top: -50%;
    height: 200%;
    animation: rotateBg 120s linear infinite;
    left: -50%;
    transform-origin: center;
}

.subscribe-to-newsletter h4 {
    text-align: center;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    font-size: calc(21px * 1.1);
    letter-spacing: 0.01em;
    transform: translateZ(30px);
    font-weight: 600;
}

.subscribe-to-newsletter .input_holder input[type="email"]::placeholder {
    font-weight: 300;
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.4);
}

.subscribe-to-newsletter .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.subscribe-to-newsletter .input_holder .query-help::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    transition: all 0.6s ease;
    height: 100%;
    position: absolute;
    top: 0;
}

.subscribe-to-newsletter .input_holder .query-help:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) scale(0.98);
}

.program-assets h5 {
    margin-bottom: 3rem;
    transform: translateY(0);
    color: #000000;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: 21px;
    z-index: 2;
    text-align: center;
}

.program-assets .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.program-assets .pic-cell {
    object-fit: cover;
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 300px;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.program-assets .text-box-content::before {
    height: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    content: '';
    top: 0;
    transition: height 0.5s ease-out;
    left: 0;
}

.program-assets li svg {
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(2px);
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
}

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

.tyFrame::before {
    content: "";
    pointer-events: none;
    z-index: 1;
    width: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.tyFrame h2::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    width: 80px;
    transition: width 0.3s ease;
}

.tyFrame .knowledge-track:hover {
    transform: translateY(-5px);
}

.tyFrame .knowledge-track:hover h2::after {
    width: 120px;
}

.tyFrame li {
    position: relative;
    padding-left: 25px;
}

.tyFrame li:hover::before {
    transform: rotate(225deg) scale(1.2);
}

.tyFrame span {
    font-size: calc(13px + 2px);
    display: block;
    line-height: 1.7;
    letter-spacing: 0.3px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
    color: #000000;
}

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

.pricing-plan .fee-board {
    text-align: center;
    line-height: 1.6;
    transform: translateY(20px);
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    opacity: 0;
    position: relative;
    max-width: 700px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
}

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

.pricing-plan .monthly-rate {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing-plan .training-fees::before {
    transition: opacity 0.6s ease;
    left: -50%;
    width: 200%;
    content: "";
    position: absolute;
    pointer-events: none;
    transform: rotate(30deg);
    height: 200%;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    opacity: 0;
}

.pricing-plan .trial-pricing h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(23px * 1.1);
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
}

.pricing-plan .trial-pricing p {
    word-break: break-word;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}

footer {
    margin-top: 0;
    position: relative;
    background-color: #000000;
}

.enroll-info .container {
    grid-gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.enroll-info .company_holder {
    padding: 30px;
    grid-column: span 4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}

.enroll-info .study-bottom {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
}

.enroll-info .main-class h5 {
    margin-bottom: 20px;
    position: relative;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.enroll-info .main-class h5,
.enroll-info .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enroll-info .main-class .head-mainwrap a:hover {
    opacity: 1;
    color: rgb(204,191,208);
    transform: translateX(5px);
}

.badge-case {
    padding: 25px 0;
    position: relative;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.enroll-info .container::before {
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    background: 
    linear-gradient(to right, rgb(204,191,208,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(204,191,208,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
}

.enroll-info .head-mainwrap::after {
    position: absolute;
    opacity: 0.2;
    height: 1px;
    content: "";
    background: rgb(169,152,173,0.5);
    width: 100%;
    left: 0;
    bottom: -15px;
}

.reach-outE6NI {
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(231,225,233) 0%, 
        rgb(169,152,173,0.5) 100%
    );
}

.reach-outE6NI .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1300px;
    position: relative;
}

.reach-outE6NI h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #ffffff;
}

.reach-outE6NI h2::after {
    width: 30%;
    right: 0;
}

.reach-outE6NI .feedback-feedback {
    transform: rotateX(5deg) scale(0.98);
    display: flex;
    border: 1px solid rgb(204,191,208,0.5);
    align-items: stretch;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: rgb(169,152,173,0.5);
    border-radius: 24px;
}

.reach-outE6NI .support-reach::before {
    top: 2rem;
    height: 10px;
    right: 2rem;
    box-shadow: 0 0 20px rgb(204,191,208);
    border-radius: 50%;
    background: rgb(204,191,208);
    position: absolute;
    animation: signal-pulse 2s infinite alternate;
    content: '';
    width: 10px;
}

.reach-outE6NI .support-reach input:not([type="checkbox"]):not([type="submit"])::before {
    height: 100%;
    z-index: 1;
    left: 0;
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(204,191,208,0.5) 100%
    );
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
}

.reach-outE6NI .support-reach .feedback-box input[type="checkbox"]:checked {
    background: rgb(204,191,208);
    border-color: rgb(204,191,208);
}

.reach-outE6NI .support-reach .feedback-box label {
    display: flex;
    color: #ffffff;
    align-items: center;
    font-size: 17px;
}

.reach-outE6NI .support-reach .feedback-box a {
    text-decoration: none;
    color: rgb(204,191,208);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.reach-outE6NI .support-reach .query-help:hover::before {
    left: 100%;
}

.reach-outE6NI .support-reach .query-help:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(204,191,208,0.5);
}

.about-this {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(231,225,233);
    position: relative;
}

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

.about-this .knowledge-track {
    gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    align-items: center;
}

.about-this .mentor-values {
    position: relative;
    margin-top: -50px;
    background-color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 14px;
    padding: 25px 30px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
    z-index: 2;
}

.about-this .student-journey svg {
    margin-right: 15px;
    height: 40px;
    fill: rgb(204,191,208);
    width: 40px;
}

.about-this h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

header::before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
}

header .top-study:hover::after {
    opacity: 1;
    width: 80%;
}

header .top-study:hover svg {
    transform: translateY(-5px);
}

header .main-class {
    display: flex;
    width: 100%;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    border-radius: 28px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.1);
    gap: 0.8rem;
    max-width: 800px;
    justify-content: center;
    position: relative;
}

header .main-head::before {
    left: 0;
    height: 100%;
    background: #ffffff;
    transition: opacity 0.3s ease;
    position: absolute;
    border-radius: 10px;
    top: 0;
    transform: translateY(100%) scale(0.8);
    width: 100%;
    content: '';
    z-index: -1;
    opacity: 0;
}

.leadership-profile::after {
    left: -5%;
    z-index: 1;
    background: rgb(169,152,173,0.5);
    transform: rotate(20deg);
    position: absolute;
    content: "";
    bottom: -5%;
    border-radius: 19px;
    height: 60%;
    animation: float 6s ease-in-out infinite reverse;
    width: 40%;
}

.leadership-profile .pic-cell {
    height: 200px;
    transition: transform 0.3s ease;
    grid-area: photo;
    border-radius: 19px;
    transform: rotate(4deg);
    box-shadow: 10px 10px 0 rgb(204,191,208,0.5);
}

.leadership-profile .review-praise span:not(.name) {
    transform: translateX(20px);
    font-size: 17px;
    grid-area: job;
    color: #000000;
    font-style: italic;
}

.customer-support {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(231,225,233) 0%, rgb(204,191,208,0.5) 30%, rgb(231,225,233) 70%);
    z-index: 1;
    padding: 8rem 0;
}

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

.customer-support .request-support {
    grid-template-areas: 
        "info photo details"
        "info photo details";
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.2fr 1fr;
    position: relative;
    gap: 1.5rem;
    display: grid;
}

.customer-support .reach-team:first-child {
    border-radius: 10px 0 0 10px;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-area: info;
    padding: 3rem;
}

.customer-support .contact_tile.quick-request {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 3rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    grid-area: details;
    border-radius: 0 10px 10px 0;
}

.customer-support .get-help {
    position: relative;
    padding-left: 15px;
    color: #000000;
    margin-bottom: 2rem;
    border-left: 2px solid rgb(204,191,208,0.5);
    line-height: 1.8;
}

.customer-support .online-contact {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    border-left: 3px solid rgb(204,191,208);
    margin-top: 2.5rem;
}

.customer-support .online-contact h3::before {
    border: 2px solid rgb(204,191,208);
    margin-right: 10px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    content: "";
    width: 15px;
    display: inline-block;
    height: 15px;
}

.customer-support .reach-outRWH4 span:hover {
    transform: translateX(5px);
    color: #ffffff;
    background: rgb(204,191,208,0.5);
}

.customer-support .reach-team .pic-cell::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(204,191,208,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
}

.customer-support .quick-request a::before {
    right: -3px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(204,191,208);
    width: 3px;
    top: 0;
}

.customer-support .quick-request a:hover::after {
    width: 100%;
}

.customer-support .quick-request a:hover {
    transform: translateX(-10px);
}

.customer-support .quick-request a span::before {
    width: 10px;
    height: 2px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "";
    background: rgb(204,191,208);
}

.customer-support .quick-request a:hover svg {
    transform: rotate(10deg) scale(1.2);
}


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


@media only screen and (max-width: 800px) {.cookie-compl {
    padding: 15px;
}.policy-ack {
    display: none;
}.cookieNoticeContainer h5 {
    font-size: 20px;
}.cookieNoticeContainer p {
    font-size: 13px;
}}



@media (max-width: 768px) {.course-fit-for {
    padding: 80px 0 70px;
}.course-fit-for .knowledge-track {
    padding: 40px 25px;
}.course-fit-for h4 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.course-fit-for div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.course-fit-for div > div::before {
    display: none;
}.course-fit-for p {
    padding: 18px;
}.course-fit-for p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.course-fit-for .knowledge-track::after {
    height: 80px;
    left: 20px;
    right: auto;
    bottom: 20px;
    width: 80px;
    top: auto;
}
}



@media (max-width: 991px) {.privacy-holdings {
    padding: 4rem 1.5rem;
}.privacy-holdings .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem;
}.privacy-holdings h1 {
    font-size: calc(41px * 0.9);
}.privacy-holdings h2 {
    font-size: calc(29px * 0.9);
}.privacy-holdings ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}



@media (max-width: 991px) {.title-board {
    align-items: flex-start;
    padding: 3rem 1.5rem;
}.title-board > div {
    gap: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.title-board > div > div:first-child {
    padding-left: 1.5rem;
}.title-board .learn-hero {
    transform: translateZ(15px) translateY(15px);
    padding: 2rem;
}.title-board .smart-guide::after {
    width: 60px;
}
}



@media (max-width: 767px) {.title-board {
    padding: 2.5rem 1rem;
}.title-board::after {
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}.title-board > div {
    gap: 1.5rem;
    transform: none;
    transform-style: flat;
}.title-board > div > div:first-child,
  .title-board .learn-hero {
    transform: none;
}.title-board > div > div:first-child {
    padding-left: 1rem;
}.title-board .learn-hero {
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}.title-board .smart-guide {
    margin-bottom: 1rem;
}
}



@media screen and (min-width: 1200px) {.subscribe-to-newsletter .knowledge-track {
    gap: 4rem;
}.subscribe-to-newsletter h4 {
    font-size: calc(21px * 1.4);
}.subscribe-to-newsletter .knowledge-track > div {
    width: 45%;
}.subscribe-to-newsletter .input_holder {
    width: 55%;
}
}



@media (min-width: 992px) {.program-assets {
    padding: 8rem 0;
}.program-assets h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 4rem;
}.program-assets .text-box-content {
    padding: 3rem;
}.program-assets li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.program-assets li:hover {
    background-color: rgba(rgb(169,152,173,0.5), 0.08);
}
}



@media (max-width: 1024px) {.tyFrame {
    padding: 80px 0;
}.tyFrame h2 {
    font-size: calc(28px - 2px);
}.tyFrame .knowledge-track {
    padding: 30px;
}.tyFrame span {
    font-size: 13px;
}
}



@media (max-width: 1024px) {.pricing-plan {
    padding: 100px 0;
}.pricing-plan .edu-packages {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing-plan .training-fees {
    padding: 25px;
}
}



@media (max-width: 768px) {.pricing-plan {
    padding: 80px 0;
}.pricing-plan h2 {
    font-size: 34px;
    margin-bottom: 20px;
}.pricing-plan .fee-board {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing-plan .edu-packages {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-plan .training-fees {
    padding: 25px 20px;
}.pricing-plan .trial-pricing h4 {
    font-size: 23px;
}.pricing-plan .trial-pricing p {
    font-size: calc(14px * 0.85);
}.pricing-plan .cost-schemes {
    font-size: calc(23px * 1.2);
}
}



@media screen and (max-width: 1024px) {.reach-outE6NI .feedback-feedback {
    flex-direction: column;
    transform: none;
}.reach-outE6NI .pic-cell {
    flex: 0 0 100%;
    min-height: 300px;
}.reach-outE6NI .support-reach {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media (max-width: 992px) {.about-this {
    padding: 80px 0;
}.about-this .knowledge-track {
    grid-template-columns: 1fr;
    gap: 50px;
}.about-this .skill-growth {
    grid-column: span 1;
    margin: 0 auto;
    max-width: 400px;
}.about-this .text-box-content {
    padding: 40px 30px;
    grid-column: span 1;
}.about-this h2::before {
    left: -30px;
    width: 20px;
}
}



@media (max-width: 480px) {.about-this {
    padding: 40px 0;
}.about-this .mentor-values {
    padding: 15px;
    margin-top: -30px;
}.about-this .success-path {
    font-size: calc(21px * 0.9);
}.about-this .expert-zone {
    font-size: calc(12px * 0.9);
}.about-this .text-box-content {
    padding: 25px 20px;
}.about-this h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.about-this p {
    padding-left: 10px;
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.about-this .student-journey {
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}.about-this .student-journey svg {
    margin-right: 10px;
    height: 30px;
    width: 30px;
}}



@media (max-width: 1024px) {.customer-support {
    padding: 6rem 0;
}.customer-support .request-support {
    grid-template-areas: 
            "info info"
            "photo details";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}.customer-support .reach-team:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 10px 10px 0 0;
}.customer-support .reach-team:nth-child(2) {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}.customer-support .contact_tile.quick-request {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    border-radius: 0 0 10px 0;
}
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

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



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



@keyframes lineGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}



@keyframes lineGrowX {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}



@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



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



@keyframes shimmer {
  0%, 100% { opacity: 0.3; transform: translateX(-5%); }
  50% { opacity: 0.5; transform: translateX(5%); }
}



@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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

@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

