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

header,footer {
    width: 100%;
}

header {
    background: rgb(198,237,207);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
    padding: 1rem 0;
    width: 100%;
}

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

.Xyj-head-learning {
    flex: 1 0 auto;
}



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

footer .jvd-support-cta {
    color: #ffffff;
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
}

footer .bFQ-intern-ship {
    position: relative;
    z-index: 1;
}

footer .vaI-talk-form {
    display: grid;
    gap: 15px;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
}

footer .info_item {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    background-color: #ffffff;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 14px;
    z-index: 1;
    color: #2c3e50;
    position: relative;
    transition: all 0.3s ease;
}

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

footer .YXg-top-page:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

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

footer .tfX-head-primary h5 {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

footer .OyL-head-sitebar {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

footer .OyL-head-sitebar a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    text-decoration: none;
}

footer .OyL-head-sitebar a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
}

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

footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
}

footer .bBS-subscribe-area:hover {
    background-color: rgb(125,176,135);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .NDh-award-show {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.ulV-academic-experience {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(198,237,207) 0%, #f5f7fa 100%);
    position: relative;
}

.ulV-academic-experience::before {
    background: linear-gradient(45deg, rgb(162,210,171,0.5), rgb(125,176,135,0.5));
    top: -10%;
    content: "";
    right: -5%;
    width: 300px;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    filter: blur(60px);
    height: 300px;
}

.ulV-academic-experience .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.ulV-academic-experience .AUF-alumni-testimonials:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.ulV-academic-experience .AUF-alumni-testimonials > div:first-child {
    position: relative;
    margin-bottom: 10px;
}

.ulV-academic-experience .krd-product-photo {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    height: 120px;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.ulV-academic-experience .name::after {
    left: 0;
    content: "";
    transition: width 0.3s ease-in-out;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(162,210,171), rgb(125,176,135));
    position: absolute;
    bottom: -4px;
}

.ulV-academic-experience .AUF-alumni-testimonials:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.ulV-academic-experience .jUf-employee-details {
    padding: 20px;
    margin: 0;
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(162,210,171);
    font-size: 16px;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    font-family: Arial, sans-serif;
}

.NFf-secure-safekeeping h1 {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(162,210,171,0.5);
    font-size: 47px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    color: rgb(162,210,171);
}

.NFf-secure-safekeeping h3,
.NFf-secure-safekeeping h4,
.NFf-secure-safekeeping h5,
.NFf-secure-safekeeping h6 {
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.NFf-secure-safekeeping section {
    border-radius: 10px;
    background-color: rgb(198,237,207);
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.NFf-secure-safekeeping span {
    color: rgb(162,210,171);
    font-weight: 600;
}

.NFf-secure-safekeeping a:hover {
    border-color: rgb(125,176,135,0.5);
    color: rgb(125,176,135);
}

.NFf-secure-safekeeping button {
    font-weight: 700;
    border-radius: 10px;
    background-color: rgb(162,210,171);
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    color: #ffffff;
}

.JeY-title-greeting::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(162,210,171,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgb(125,176,135,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    content: '';
    top: 0;
}

.JeY-title-greeting .oXW-course-head {
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 3;
    width: 100%;
    position: relative;
    display: grid;
    max-width: 1200px;
}

.JeY-title-greeting .oXW-course-head > div:first-child:hover {
    transform: translateX(0);
}

.JeY-title-greeting .oXW-course-head > div:first-child::before {
    height: 100%;
    left: 0;
    position: absolute;
    transform-origin: top;
    transform: scaleY(0);
    content: '';
    top: 0;
    background: rgb(162,210,171);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 6px;
}

.JeY-title-greeting .oXW-course-head > div:last-child {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: relative;
}

.JeY-title-greeting .RkF-community-team:hover {
    transform: translateY(0);
}

.JeY-title-greeting h1 {
    font-family: Arial, sans-serif;
    line-height: 1.2;
    margin: 0 0 2rem;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 47px;
    color: #ffffff;
}

.JeY-title-greeting .RkF-community-team > div {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.JeY-title-greeting .RkF-community-team > div::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 0%, #000000 100%);
    height: 100%;
    left: 0;
}

.Rnw-learning-impact {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(198,237,207), #ffffff);
}

.Rnw-learning-impact::after {
    z-index: 1;
    top: -50%;
    width: 100%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(45deg, transparent, rgb(125,176,135,0.5) 70%);
    right: -50%;
    position: absolute;
    transform: translateZ(0);
}

.Rnw-learning-impact .krd-product-photo:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}

.Rnw-learning-impact .yea-master-program {
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    border-left: 4px solid rgb(162,210,171);
    position: relative;
    transform: translateY(-80px);
    padding: 40px;
    margin: 0 auto;
    max-width: 90%;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
}

.Rnw-learning-impact h1::after {
    transform: scaleX(1);
    content: "";
    height: 3px;
    transition: transform 0.5s ease-out;
    position: absolute;
    bottom: -10px;
    width: 80px;
    left: 0;
    background: rgb(162,210,171);
    transform-origin: left;
}

.Rnw-learning-impact li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.Rnw-learning-impact li:hover::before {
    opacity: 1;
}

.Rnw-learning-impact li p {
    font-size: 17px;
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    margin: 0;
    gap: 15px;
    font-weight: 400;
    display: flex;
}

.Rnw-learning-impact li:hover svg {
    transform: scale(1.15);
}

.Rnw-learning-impact svg path {
    fill: rgb(162,210,171);
    transition: fill 0.3s ease;
}

header::before {
    width: 100%;
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    opacity: 0.4;
    height: 100%;
    background: linear-gradient(to right, 
        rgb(162,210,171,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(125,176,135,0.5) 100%);
    position: absolute;
}

header .nzt-nav-block {
    position: relative;
    justify-content: center;
    display: flex;
    padding: 0.5rem 1rem;
    grid-area: logo;
    text-decoration: none;
    align-items: center;
}

header .nzt-nav-block svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}

header .nzt-nav-block:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .lTd-head-master {
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-weight: 400;
    background: #ffffff;
    text-align: center;
    position: relative;
    padding: 0.4rem 0.8rem;
    font-family: Arial, sans-serif;
}

.DUp-course-features {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,237,207) 0%, rgb(198,237,207) 60%, rgba(rgb(162,210,171,0.5), 0.1) 100%);
    position: relative;
}

.DUp-course-features .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.DUp-course-features .Usf-program-map {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

.DUp-course-features .krd-product-photo::after {
    background: linear-gradient(135deg, rgba(rgb(162,210,171,0.5), 0.2) 0%, transparent 70%);
    inset: 0;
    content: '';
    position: absolute;
    z-index: 1;
}

.DUp-course-features .hvQ-text-holder-box {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
}

.DUp-course-features h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-weight: 700;
}

.DUp-course-features .description {
    font-family: Arial, sans-serif;
    opacity: 0.9;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    transition: opacity 0.3s ease;
}

.DUp-course-features .hvQ-text-holder-box:hover h3::after {
    width: 100px;
}

.DUp-course-features .hvQ-text-holder-box:hover::before {
    transform: scaleY(1);
}

.xun-enroll-instantly {
    position: relative;
    background: linear-gradient(135deg, rgb(162,210,171,0.5), rgb(125,176,135,0.5)), 
              repeating-linear-gradient(45deg, #ffffff 0px, #ffffff 1px, transparent 1px, transparent 10px);
    padding: 6rem 0;
    overflow: hidden;
}

.xun-enroll-instantly::after {
    width: 15rem;
    height: 15rem;
    content: "";
    bottom: -2rem;
    right: -2rem;
    border-radius: 50%;
    z-index: 0;
    filter: blur(70px);
    background: rgb(125,176,135,0.5);
    position: absolute;
}

.xun-enroll-instantly h2 {
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin: 0;
    color: #000000;
    font-weight: 700;
    position: relative;
    max-width: 90%;
    transform: translateX(1rem);
    font-size: 32px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.xun-enroll-instantly .yea-master-program {
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.7));
    transform: translateY(-0.5rem);
    display: flex;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1), 
              0 5px 10px -5px rgba(0,0,0,0.04),
              inset 0 1px 0 rgba(255,255,255,0.8);
    padding: 2.5rem;
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: 18px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.3s ease-out;
    gap: 2.5rem;
}

.xun-enroll-instantly svg:hover {
    transform: rotate(5deg) scale(1.05);
}

.xun-enroll-instantly svg:hover path {
    fill: rgb(125,176,135);
}

.xun-enroll-instantly .yea-master-program div {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}

.xun-enroll-instantly .ihs-message-support::before {
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease-out;
    height: 100%;
}

.xun-enroll-instantly .ihs-message-support:hover {
    background: linear-gradient(135deg, rgb(125,176,135), rgb(162,210,171));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 25px -10px rgb(162,210,171,0.5),
              0 -2px 0 0 rgba(255,255,255,0.3) inset,
              0 2px 0 0 rgba(0,0,0,0.2) inset;
}

.xun-enroll-instantly .ihs-message-support:hover::before {
    left: 100%;
}

.vfQ-contact {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.vfQ-contact::before {
    width: 100%;
    background-color: rgb(162,210,171,0.5);
    z-index: 1;
    left: 0;
    backdrop-filter: blur(10px);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}

.vfQ-contact .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}

.vfQ-contact .kau-query-info {
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 30px;
}

.vfQ-contact .yIZ-support-links::after {
    border-radius: 50%;
    height: 150px;
    left: -75px;
    background: rgb(162,210,171);
    position: absolute;
    opacity: 0.3;
    bottom: -75px;
    width: 150px;
    content: '';
}

.vfQ-contact .yIZ-support-links div {
    align-items: center;
    z-index: 5;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.vfQ-contact .yIZ-support-links div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.vfQ-contact .yIZ-support-links div span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.vfQ-contact .yIZ-support-links div span a:hover {
    text-decoration: underline;
    color: rgb(198,237,207);
}

.vfQ-contact .ywN-message-help::before {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(162,210,171), rgb(125,176,135));
    height: 5px;
    left: 0;
}

.vfQ-contact .ywN-message-help h3::after {
    width: 50px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -10px;
    background: rgb(125,176,135);
}

.vfQ-contact form input[type="text"]:focus,
.vfQ-contact form input[type="email"]:focus {
    border-color: rgb(125,176,135);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 15px rgba(rgb(125,176,135), 0.2);
    outline: none;
}

.vfQ-contact form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.vfQ-contact .GrC-support-inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    cursor: pointer;
    height: 0;
}

.vfQ-contact .GrC-support-inquiry label::before {
    left: 0;
    border: 2px solid rgb(125,176,135);
    transition: all 0.3s ease;
    content: '';
    width: 22px;
    background: transparent;
    top: 2px;
    border-radius: 10px;
    position: absolute;
    height: 22px;
}

.vfQ-contact .GrC-support-inquiry label a {
    color: rgb(125,176,135);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vfQ-contact .GrC-support-inquiry label a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.vfQ-contact form .ihs-message-support {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background: linear-gradient(to right, rgb(162,210,171), rgb(125,176,135));
    font-size: 17px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

.vfQ-contact form .ihs-message-support:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.vfQ-contact .yIZ-support-links div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.Fdp-sign-up-for-updates {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(162,210,171,0.5) 100%);
}

.Fdp-sign-up-for-updates::after {
    bottom: 0;
    animation: scanline 3s linear infinite;
    content: "";
    filter: blur(2px);
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(125,176,135), transparent);
    position: absolute;
    width: 60%;
    right: 0;
}

.Fdp-sign-up-for-updates .kau-query-info {
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    box-shadow: 0 0 25px rgb(162,210,171,0.5), 
                inset 0 0 15px rgb(125,176,135,0.5);
    width: 70%;
    margin-left: 15%;
    padding: 3rem;
    position: relative;
    border-image-slice: 1;
    background: rgba(0, 0, 0, 0.5);
    border-image: linear-gradient(
        135deg,
        rgb(162,210,171),
        transparent,
        rgb(125,176,135)
    );
    transform: perspective(1000px) rotateX(5deg);
}

.Fdp-sign-up-for-updates h3::after {
    background: rgb(125,176,135);
    height: 3px;
    bottom: -10px;
    position: absolute;
    width: 50px;
    left: 0;
    content: "";
    box-shadow: 0 0 10px rgb(125,176,135);
}

.Fdp-sign-up-for-updates .input_holder {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    transform-style: preserve-3d;
    display: flex;
}

.Fdp-sign-up-for-updates input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.Fdp-sign-up-for-updates input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 15px rgb(162,210,171,0.5);
    outline: none;
}

.Fdp-sign-up-for-updates .bBS-subscribe-area {
    font-weight: 600;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        to right,
        rgb(125,176,135),
        rgb(162,210,171)
    );
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    position: relative;
}

.Txr-our-mission {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 120px 0;
}

.Txr-our-mission::before {
    height: 50%;
    top: 0;
    background: rgb(162,210,171);
    content: '';
    position: absolute;
    transform: skewY(-6deg) translateY(-30%);
    z-index: 1;
    left: 0;
    width: 100%;
}

.Txr-our-mission .Fvx-approach-edu {
    position: relative;
    text-align: center;
    flex: 0 0 300px;
}

.Txr-our-mission .tiT-value-vision {
    margin-bottom: 20px;
}

.Txr-our-mission .lab-study-center {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 8px;
}

.Txr-our-mission .zlX-expert-network {
    color: rgb(162,210,171);
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
}

.Txr-our-mission .zlX-expert-network::after {
    right: -30px;
}

.Txr-our-mission .hvQ-text-holder-box {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    flex: 1;
    min-width: 300px;
}

.Txr-our-mission .hvQ-text-holder-box::after {
    right: 30px;
    border-right: 4px solid rgb(125,176,135,0.5);
    width: 60px;
    height: 60px;
    bottom: 30px;
    border-bottom: 4px solid rgb(125,176,135,0.5);
    content: '';
    opacity: 0.5;
    position: absolute;
}

.Txr-our-mission .pvi-achieve-stats svg path {
    fill: rgb(162,210,171);
}

.Txr-our-mission h2 {
    padding-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}

.Txr-our-mission p {
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}

.IJs-tyCard {
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(198,237,207), #f8f9fd);
}

.IJs-tyCard::after {
    filter: blur(70px);
    position: absolute;
    background: linear-gradient(220deg, rgb(125,176,135,0.5), rgb(162,210,171,0.5));
    z-index: 0;
    pointer-events: none;
    bottom: -10%;
    content: "";
    height: 60%;
    transform: rotate(20deg);
    width: 30%;
    opacity: 0.15;
    left: -5%;
}

.IJs-tyCard h2::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.8rem;
    content: "";
    background: linear-gradient(90deg, rgb(162,210,171), rgb(125,176,135));
    position: absolute;
    border-radius: 10px;
    height: 3px;
}

.IJs-tyCard .yea-master-program::before {
    border-radius: inherit;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(162,210,171,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(125,176,135,0.5), 0.03) 0%, transparent 30%);
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.IJs-tyCard li:last-child {
    margin-bottom: 0;
}

.IJs-tyCard li::before {
    left: 0;
    height: 8px;
    background: linear-gradient(135deg, rgb(162,210,171), rgb(125,176,135));
    content: "";
    position: absolute;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    width: 8px;
    top: 0.6rem;
    transform: scale(0);
    border-radius: 50%;
}

.VOq-pricing-stack::before {
    content: "";
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.VOq-pricing-stack h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 33px;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    text-align: center;
}

.VOq-pricing-stack .SdA-price-view {
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.VOq-pricing-stack .RbY-learning-package {
    transition: all 0.4s ease;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    min-height: 380px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
}

.VOq-pricing-stack .fQp-fee-deals {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    height: 100%;
}

.VOq-pricing-stack .lyB-price-tiers h4::after {
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(162,210,171);
    bottom: 0;
    content: "";
    width: 40px;
    transition: width 0.4s ease;
}

.VOq-pricing-stack .CfH-study-costs {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 28px;
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(135deg, rgb(162,210,171), rgb(125,176,135));
    border-radius: 10px;
}

.VOq-pricing-stack .lyB-price-tiers:hover {
    transform: translateY(-10px);
}

.VOq-pricing-stack .lyB-price-tiers:hover .RbY-learning-package::before {
    opacity: 1;
}

.VOq-pricing-stack .lyB-price-tiers:hover h4::after {
    width: 60px;
}

.VOq-pricing-stack .lyB-price-tiers:hover .CfH-study-costs::before {
    transform: translateX(100%);
}

.CFV-cookie-message-popup {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    transform: translateY(100%);
    width: 100%;
    background: rgb(125,176,135);
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-in-out;
    border-top: 3px solid rgb(125,176,135);
    z-index: 90;
    animation: slideUp 0.5s forwards;
    position: fixed;
    bottom: 0;
}

.TVL-online-tracking {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(162,210,171));
    justify-content: center;
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
}

.gZf-track-toggle {
    box-shadow: 0 0 15px rgb(162,210,171);
    background: linear-gradient(90deg, rgb(162,210,171), rgb(125,176,135));
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    border-radius: 22px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-size: 15px;
    min-width: 140px;
}

::-webkit-scrollbar {
    scroll-behavior: auto;
}

::-webkit-scrollbar-button {
    background: #ffffff;
    height: 0px;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    border-radius: 19.6vw;
    background: rgb(198,237,207);
}

::-webkit-scrollbar-track:active {
    background: rgb(125,176,135,0.5);
}

::-webkit-scrollbar-thumb {
    transition: box-shadow, transform 1s ease-in-out;
    background: repeating-linear-gradient(45deg, rgb(198,237,207), rgb(198,237,207) 15px, rgb(255, 255, 255, 0.5) 15px, rgb(255, 255, 255, 0.5) 18px);
    min-height: 36px;
}

::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at top right, #ffffff 64%, rgb(125,176,135) 15%, rgb(125,176,135,0.5) 2%, rgb(162,210,171) 15%, rgb(162,210,171,0.5) 30%, rgb(198,237,207) 7%);
    transform: translateX(2px);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(162,210,171,0.5);
    box-shadow: inset -1px 4px 7px 4px rgba(0, 0, 0, 0.8);
}



@media (max-width: 576px) {footer .jvd-support-cta {
    padding: 50px 0 20px;
}footer .OyL-head-sitebar {
    padding: 15px;
}footer .tfX-head-primary h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .bBS-subscribe-area {
    padding: 12px;
}}



@media (min-width: 992px) {.ulV-academic-experience .AUF-alumni-testimonials {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.ulV-academic-experience .krd-product-photo {
    width: 180px;
    height: 180px;
}.ulV-academic-experience .name {
    font-size: calc(19px + 2px);
}.ulV-academic-experience .jUf-employee-details {
    font-size: calc(16px + 1px);
    padding: 25px;
}
}



@media (max-width: 767px) {.ulV-academic-experience {
    padding: 60px 0;
}.ulV-academic-experience .AUF-alumni-testimonials {
    text-align: center;
    padding: 30px;
}.ulV-academic-experience .krd-product-photo {
    margin: 0 auto 20px;
}.ulV-academic-experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.ulV-academic-experience .AUF-alumni-testimonials:hover > div:nth-child(2) > div {
    padding-left: 0;
}.ulV-academic-experience .jUf-employee-details {
    padding: 15px;
    text-align: left;
}}



@media (min-width: 768px) {.JeY-title-greeting {
    padding: 4rem 2rem;
}.JeY-title-greeting .oXW-course-head {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.JeY-title-greeting h3 {
    font-size: calc(24px * 1.1);
}.JeY-title-greeting h1 {
    font-size: calc(47px * 1.2);
}.JeY-title-greeting p {
    font-size: calc(14px * 1.1);
}.JeY-title-greeting .RkF-community-team {
    padding: 3rem;
}
}



@media (max-width: 767px) {.JeY-title-greeting .oXW-course-head {
    transform: perspective(1000px) rotateX(0);
}.JeY-title-greeting .oXW-course-head > div:first-child {
    transform: translateX(0);
    padding: 1.5rem;
}.JeY-title-greeting h3 {
    max-width: 100%;
    font-size: calc(24px * 0.9);
}.JeY-title-greeting .RkF-community-team {
    transform: translateY(0);
    padding: 1.5rem;
}.JeY-title-greeting h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.9);
}.JeY-title-greeting p {
    padding: 1.5rem;
}}



@media (max-width: 991px) {.Rnw-learning-impact {
    padding: 80px 0;
}.Rnw-learning-impact .yea-master-program {
    transform: translateY(-50px);
}.Rnw-learning-impact h1 {
    font-size: calc(44px * 0.85);
}
}



@media (max-width: 480px) {.Rnw-learning-impact {
    padding: 40px 0;
}.Rnw-learning-impact .krd-product-photo {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}.Rnw-learning-impact .yea-master-program {
    padding: 25px 15px;
    transform: translateY(-30px);
}.Rnw-learning-impact h1 {
    font-size: calc(44px * 0.6);
}.Rnw-learning-impact li p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 767px) {header .aKU-top-know {
    grid-template-areas:
            "logo"
            "tfX-head-primary";
    grid-template-columns: 1fr;
}header .nzt-nav-block {
    padding: 0.4rem;
}header .nzt-nav-block svg {
    width: 130px;
}header .tfX-head-primary {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .lTd-head-master {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 1px);
}
}



@media (min-width: 768px) {.DUp-course-features .Usf-program-map {
    grid-template-columns: 45% 55%;
    align-items: center;
}.DUp-course-features .krd-product-photo {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.DUp-course-features .hvQ-text-holder-box {
    margin-left: -80px;
    z-index: 2;
    padding: 50px 50px 50px 80px;
}.DUp-course-features h3 {
    font-size: 21px;
}
}



@media (min-width: 1200px) {.DUp-course-features .krd-product-photo {
    height: 600px;
}.DUp-course-features .hvQ-text-holder-box {
    margin-left: -150px;
}.DUp-course-features h3 {
    font-size: calc(21px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.DUp-course-features .krd-product-photo,
  .DUp-course-features .hvQ-text-holder-box,
  .DUp-course-features h3::after,
  .DUp-course-features .hvQ-text-holder-box::before {
    transform: none;
    transition: none;
}}



@media (max-width: 991px) {.xun-enroll-instantly {
    padding: 5rem 0;
}.xun-enroll-instantly h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
    transform: translateX(0);
}.xun-enroll-instantly h2::before {
    left: -1rem;
}.xun-enroll-instantly .yea-master-program {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}.xun-enroll-instantly .yea-master-program div {
    justify-content: center;
    width: 100%;
}
}



@media (max-width: 576px) {.xun-enroll-instantly {
    padding: 3rem 0;
}.xun-enroll-instantly h2 {
    font-size: calc(32px * 0.7);
}.xun-enroll-instantly .container {
    padding: 0 1.5rem;
}.xun-enroll-instantly .yea-master-program {
    padding: 1.5rem;
}.xun-enroll-instantly svg {
    width: 3rem;
    height: 3rem;
}
}



@media screen and (max-width: 992px) {.vfQ-contact {
    padding: 80px 0;
}.vfQ-contact .kau-query-info {
    flex-direction: column;
}.vfQ-contact .yIZ-support-links,
    .vfQ-contact .ywN-message-help {
    width: 100%;
    padding: 40px 30px;
}.vfQ-contact .yIZ-support-links h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.vfQ-contact .yIZ-support-links div {
    margin-bottom: 20px;
}
}



@media (max-width: 768px) {.Fdp-sign-up-for-updates {
    padding: 3rem 1rem;
}.Fdp-sign-up-for-updates .kau-query-info {
    transform: perspective(0) rotateX(0);
    width: 100%;
    margin-left: 0;
    padding: 2rem 1rem;
}.Fdp-sign-up-for-updates h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
}.Fdp-sign-up-for-updates h3::after {
    transform: translateX(-50%);
    left: 50%;
}.Fdp-sign-up-for-updates .input_holder {
    flex-direction: column;
    clip-path: none;
}.Fdp-sign-up-for-updates input[type="email"] {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgb(162,210,171,0.5);
    padding: 1rem;
}.Fdp-sign-up-for-updates .bBS-subscribe-area {
    width: 100%;
    padding: 1rem;
}}



@media (max-width: 480px) {.Txr-our-mission {
    padding: 40px 0;
}.Txr-our-mission .krd-product-photo {
    border-width: 5px;
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
}.Txr-our-mission .lab-study-center {
    font-size: calc(23px * 0.9);
}.Txr-our-mission .zlX-expert-network {
    font-size: calc(16px * 0.9);
    padding: 0 10px;
}.Txr-our-mission .zlX-expert-network::before,
    .Txr-our-mission .zlX-expert-network::after {
    width: 20px;
}.Txr-our-mission .zlX-expert-network::before {
    left: -20px;
}.Txr-our-mission .zlX-expert-network::after {
    right: -20px;
}.Txr-our-mission .hvQ-text-holder-box {
    padding: 25px 20px;
}.Txr-our-mission h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(35px * 0.8);
}.Txr-our-mission p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.Txr-our-mission .pvi-achieve-stats {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.Txr-our-mission .pvi-achieve-stats svg {
    width: 30px;
    height: 30px;
}.Txr-our-mission .hvQ-text-holder-box::before,
    .Txr-our-mission .hvQ-text-holder-box::after {
    width: 25px;
    border-width: 3px;
    height: 25px;
}}



@media (max-width: 1200px) {.VOq-pricing-stack {
    padding: 100px 0;
}.VOq-pricing-stack .SdA-price-view {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.VOq-pricing-stack .RbY-learning-package {
    min-height: 360px;
    padding: 25px;
}.VOq-pricing-stack h2 {
    font-size: calc(33px - 2px);
}
}



@media (max-width: 768px) {.VOq-pricing-stack {
    padding: 60px 0;
}.VOq-pricing-stack .SdA-price-view {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.VOq-pricing-stack .RbY-learning-package {
    min-height: auto;
    padding: 25px;
}.VOq-pricing-stack h2 {
    font-size: calc(33px - 4px);
}.VOq-pricing-stack .SiD-plan-fee {
    margin-bottom: 40px;
    font-size: 16px;
}
}


@media only screen and (max-width: 1200px) {.CFV-cookie-message-popup {
    padding: 15px 0;
}.ETd-data-agree {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.TVL-online-tracking {
    display: none;
}.ETd-data-agree {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.CFV-cookie-message-popup h5 {
    margin-bottom: 5px;
    font-size: 16px;
}.XSv-track-accept {
    margin-bottom: 15px;
}.gZf-track-toggle {
    min-width: 100%;
    margin: 10px 0;
}
}



@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(5deg) translateX(5%) translateY(5%);
    }
}



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

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(15px);
    }
    100% {
        opacity: 0.9;
        filter: blur(20px);
    }
}



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



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

