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

.jvd-support-cta {
    flex: 0 0 auto;
}

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

html {
    scrollbar-width: none;
    scrollbar-color: rgb(125,176,135) rgb(162,210,171);
}

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


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

footer .jvd-support-cta::before {
    background-size: 60px 60px;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    left: 0;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    width: 6px;
    height: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    background-color: rgb(162,210,171);
    left: 0;
    content: "";
    position: absolute;
}

footer .info_item:hover::before {
    top: 0;
    height: 100%;
}

footer .info_item svg {
    height: 22px;
    position: relative;
    fill: rgb(162,210,171);
    width: 22px;
    flex-shrink: 0;
    z-index: 1;
    margin-right: 15px;
}

footer .info_item a:hover {
    color: rgb(162,210,171);
}

footer .YXg-top-page, footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 15px;
    transition: all 0.3s ease;
    padding: 30px;
}

footer .tfX-head-primary {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

footer .OIS-sponsor-logo {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}

footer .tfX-head-primary h5::after {
    left: 0;
    background-color: rgb(162,210,171);
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
}

footer .OyL-head-sitebar:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}

footer .OyL-head-sitebar a:last-child {
    border-bottom: none;
}

footer .OyL-head-sitebar a::before {
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    position: absolute;
    content: "→";
}

footer .OyL-head-sitebar a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

footer .subscribe_holder h5::after {
    background-color: rgb(162,210,171);
    position: absolute;
    width: 50px;
    left: 0;
    height: 2px;
    bottom: 0;
    content: "";
}

footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .bBS-subscribe-area {
    background-color: rgb(162,210,171);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
}

footer .viy-assign-help {
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
}

.ulV-academic-experience::after {
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.3;
    bottom: -5%;
    left: -5%;
    filter: blur(50px);
    height: 250px;
    background: linear-gradient(225deg, rgb(125,176,135,0.5), rgb(162,210,171,0.5));
    content: "";
    position: absolute;
    z-index: 0;
}

.ulV-academic-experience .AUF-alumni-testimonials {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
}

.ulV-academic-experience .AUF-alumni-testimonials:hover .krd-product-photo {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1.05) translateY(-5px);
}

.ulV-academic-experience .name {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    font-size: 19px;
    color: rgb(162,210,171);
}

.ulV-academic-experience .AUF-alumni-testimonials:hover .name::after {
    width: 100%;
}

.ulV-academic-experience .AUF-alumni-testimonials > div:nth-child(2) > div {
    color: rgb(125,176,135);
    position: relative;
    transition: padding-left 0.3s ease;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(16px - 1px);
    padding-left: 0;
}

.ulV-academic-experience .jUf-employee-details::before {
    position: absolute;
    font-family: serif;
    opacity: 0.3;
    content: "";
    font-size: 60px;
    left: 10px;
    top: -15px;
    line-height: 1;
    color: rgb(162,210,171,0.5);
}

.NFf-secure-safekeeping {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: rgb(198,237,207);
    padding: 40px;
}

.NFf-secure-safekeeping h2 {
    padding-left: 10px;
    font-size: 37px;
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(125,176,135);
    margin-bottom: 15px;
    border-left: 4px solid rgb(125,176,135,0.5);
    font-family: Arial, sans-serif;
}

.NFf-secure-safekeeping ul,
.NFf-secure-safekeeping ol {
    list-style-position: inside;
    margin-left: 20px;
}

.NFf-secure-safekeeping li {
    margin-bottom: 10px;
    font-size: 13px;
}

.NFf-secure-safekeeping p {
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.NFf-secure-safekeeping div {
    margin-bottom: 20px;
}

.NFf-secure-safekeeping a {
    border-bottom: 1px solid rgb(162,210,171,0.5);
    transition: color 0.3s, border-color 0.3s;
    color: rgb(162,210,171);
    text-decoration: none;
}

.NFf-secure-safekeeping button:hover {
    background-color: rgb(125,176,135);
    transform: scale(1.05);
}

.JeY-title-greeting {
    justify-content: center;
    position: relative;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(198,237,207) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    overflow: hidden;
    padding: 2rem 1rem;
}

.JeY-title-greeting::after {
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgb(198,237,207) 0%, transparent 100%);
    content: '';
    left: 0;
    height: 30%;
    position: absolute;
    pointer-events: none;
    width: 100%;
}

.JeY-title-greeting .oXW-course-head > div:first-child {
    transform: translateX(-20px);
    background: linear-gradient(120deg, rgb(162,210,171,0.5) 0%, transparent 80%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    padding: 2rem;
    position: relative;
}

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

.JeY-title-greeting h3 {
    max-width: 90%;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0;
    line-height: 1.5;
    font-size: 24px;
}

.JeY-title-greeting .RkF-community-team {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    max-width: 600px;
    border-radius: 16px;
    padding: 2.5rem;
    position: relative;
    background: linear-gradient(210deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.JeY-title-greeting h1::after {
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,210,171) 0%, transparent 100%);
    bottom: 0;
    width: 60%;
    content: '';
}

.JeY-title-greeting p {
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    z-index: 2;
    padding: 2rem;
    color: #ffffff;
    position: relative;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}

.Rnw-learning-impact::before {
    left: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(162,210,171,0.5), transparent 60%);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    content: "";
    transform: translateZ(0);
    height: 100%;
}

.Rnw-learning-impact .container {
    flex-direction: column;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    display: flex;
}

.Rnw-learning-impact .krd-product-photo {
    margin-bottom: 40px;
    width: 100%;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    max-height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: auto;
    filter: brightness(1.05) contrast(1.05);
}

.Rnw-learning-impact .hvQ-text-holder-box {
    position: relative;
}

.Rnw-learning-impact h1 {
    position: relative;
    line-height: 1.3;
    transition: transform 0.5s ease;
    margin-bottom: 30px;
    font-size: 44px;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
}

.Rnw-learning-impact h1:hover::after {
    transform: scaleX(1.5);
}

.Rnw-learning-impact ul {
    list-style: none;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 0;
    margin: 0;
}

.Rnw-learning-impact li:hover {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.Rnw-learning-impact li::before {
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(var(--primary-color-rgb, 33, 150, 243), 0.03));
}

.Rnw-learning-impact svg {
    height: 24px;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 3px;
    min-width: 24px;
}

.Rnw-learning-impact li:hover svg path {
    fill: rgb(125,176,135);
}

header .container {
    width: 100%;
    max-width: 100%;
    z-index: 1;
    padding: 0 2%;
    position: relative;
    margin: 0;
}

header .aKU-top-know {
    gap: 1rem;
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
}

header .nzt-nav-block::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,210,171), 
        rgb(125,176,135), 
        rgb(162,210,171), 
        transparent);
    bottom: 0;
    position: absolute;
    height: 2px;
    width: 50%;
    transform: translateX(-50%);
    content: '';
    left: 50%;
}

header .tfX-head-primary {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    gap: 0.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    grid-area: menu;
    justify-content: center;
    padding: 0.6rem;
}

header .lTd-head-master:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(162,210,171,0.5);
    background: linear-gradient(135deg, rgb(162,210,171), rgb(125,176,135));
}

.DUp-course-features::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(162,210,171,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(125,176,135,0.5), 0.06) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
}

.DUp-course-features .krd-product-photo {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    height: 350px;
}

.DUp-course-features .hvQ-text-holder-box::before {
    width: 5px;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(162,210,171), rgb(125,176,135));
    transform: scaleY(0.95);
    left: 0;
    transition: transform 0.5s ease;
    top: 0;
}

.DUp-course-features h3::after {
    height: 3px;
    left: 0;
    bottom: 0;
    background: rgb(162,210,171);
    content: '';
    width: 60px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}

.DUp-course-features p.description {
    display: block;
}

.DUp-course-features span.description {
    display: none;
}

.DUp-course-features .hvQ-text-holder-box:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.DUp-course-features .krd-product-photo:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.xun-enroll-instantly::before {
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(162,210,171,0.5), transparent 60%);
    height: 100%;
    left: 0;
    position: absolute;
}

.xun-enroll-instantly .container {
    flex-direction: column;
    display: flex;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    gap: 3rem;
    position: relative;
    max-width: 1200px;
}

.xun-enroll-instantly h2::before {
    width: 5px;
    left: -1.5rem;
    border-radius: 10px;
    position: absolute;
    top: 0.5rem;
    content: "";
    height: calc(100% - 1rem);
    background: linear-gradient(to bottom, rgb(162,210,171), rgb(125,176,135));
}

.xun-enroll-instantly .yea-master-program:hover {
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.15),
              0 10px 20px -10px rgba(0,0,0,0.08),
              inset 0 1px 0 rgba(255,255,255,0.8);
    transform: translateY(-0.8rem);
}

.xun-enroll-instantly svg {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    transition: transform 0.3s ease-out;
    padding: 0.75rem;
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.1),
              inset 0 -2px 5px rgba(0,0,0,0.03);
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.8));
    border-radius: 18px;
}

.xun-enroll-instantly svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(162,210,171);
}

.xun-enroll-instantly .ihs-message-support {
    border-radius: 10px;
    letter-spacing: 0.02em;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    overflow: hidden;
    font-size: 18px;
    background: linear-gradient(135deg, rgb(162,210,171), rgb(125,176,135));
    color: #ffffff;
    align-items: center;
    box-shadow: 0 10px 20px -8px rgb(162,210,171,0.5),
              0 -2px 0 0 rgba(255,255,255,0.2) inset,
              0 2px 0 0 rgba(0,0,0,0.1) inset;
    position: relative;
    padding: 0.9rem 1.8rem;
    min-width: 200px;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.3s ease-out,
              background 0.5s ease-out;
    display: inline-flex;
}

.xun-enroll-instantly .ihs-message-support:active {
    box-shadow: 0 5px 10px -5px rgb(162,210,171,0.5),
              0 -1px 0 0 rgba(255,255,255,0.2) inset,
              0 1px 0 0 rgba(0,0,0,0.1) inset;
    transform: translateY(0) scale(0.98);
}

.vfQ-contact::after {
    content: "";
    pointer-events: none;
    left: 0;
    background: linear-gradient(135deg, rgb(125,176,135,0.5) 0%, transparent 50%, rgb(162,210,171,0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.vfQ-contact .yIZ-support-links {
    overflow: hidden;
    width: 40%;
    padding: 60px 40px;
    position: relative;
    background: linear-gradient(to bottom right, rgb(162,210,171), rgb(125,176,135));
}

.vfQ-contact .yIZ-support-links::before {
    position: absolute;
    content: '';
    background: rgb(125,176,135);
    border-radius: 50%;
    top: -100px;
    opacity: 0.4;
    right: -100px;
    height: 200px;
    width: 200px;
}

.vfQ-contact .yIZ-support-links h3 {
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 5;
}

.vfQ-contact .yIZ-support-links div:hover {
    transform: translateX(10px);
}

.vfQ-contact .yIZ-support-links div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.vfQ-contact .yIZ-support-links div:hover svg path {
    fill: rgb(198,237,207);
}

.vfQ-contact .yIZ-support-links div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.vfQ-contact .ywN-message-help {
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    width: 60%;
    background: rgba(255, 255, 255, 0.1);
}

.vfQ-contact .ywN-message-help h3 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
}

.vfQ-contact form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.vfQ-contact form input[type="text"],
.vfQ-contact form input[type="email"] {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.vfQ-contact .GrC-support-inquiry {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}

.vfQ-contact .GrC-support-inquiry label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: 15px;
}

.vfQ-contact .GrC-support-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(125,176,135);
}

.vfQ-contact .GrC-support-inquiry input[type="checkbox"]:checked + label::after {
    border: solid white;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 5px;
    position: absolute;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    left: 8px;
}

.vfQ-contact form .ihs-message-support::before {
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
}

.vfQ-contact form .ihs-message-support:hover::before {
    left: 100%;
}



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

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

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

.Fdp-sign-up-for-updates::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 11px
    );
    width: 100%;
    opacity: 0.1;
    left: 0;
}



.Fdp-sign-up-for-updates .yea-master-program {
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    z-index: 2;
}

.Fdp-sign-up-for-updates .kau-query-info::before {
    left: -2px;
    content: "";
    background: linear-gradient(45deg, rgb(162,210,171), transparent, rgb(125,176,135));
    animation: glow 3s ease-in-out infinite alternate;
    bottom: -2px;
    top: -2px;
    filter: blur(15px);
    right: -2px;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}



.Fdp-sign-up-for-updates h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(162,210,171), 0 0 20px rgb(162,210,171,0.5);
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    display: inline-block;
    font-size: 33px;
    font-family: Arial, sans-serif;
}

.Fdp-sign-up-for-updates input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1.3rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    border-right: 1px solid rgb(162,210,171,0.5);
    flex-grow: 1;
    font-size: 16px;
    backdrop-filter: blur(5px);
}

.Fdp-sign-up-for-updates .bBS-subscribe-area::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    content: "";
    position: absolute;
    transition: all 0.6s ease;
}

.Fdp-sign-up-for-updates .bBS-subscribe-area:hover::before {
    left: 100%;
}

.Fdp-sign-up-for-updates .bBS-subscribe-area:hover {
    box-shadow: 0 0 15px rgb(125,176,135), 0 0 30px rgb(125,176,135,0.5);
    text-shadow: 0 0 5px #ffffff;
}

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

.Txr-our-mission .yea-master-program {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 40px;
}

.Txr-our-mission .krd-product-photo {
    border: 8px solid #ffffff;
    z-index: 3;
    position: relative;
    margin: 0 auto 25px;
    width: 220px;
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 50%;
}

.Txr-our-mission .zlX-expert-network::before,
.Txr-our-mission .zlX-expert-network::after {
    top: 50%;
    content: '';
    width: 30px;
    position: absolute;
    height: 1px;
    background-color: rgb(162,210,171,0.5);
}

.Txr-our-mission .zlX-expert-network::before {
    left: -30px;
}

.Txr-our-mission .hvQ-text-holder-box::before {
    border-left: 4px solid rgb(162,210,171,0.5);
    content: '';
    height: 60px;
    border-top: 4px solid rgb(162,210,171,0.5);
    opacity: 0.5;
    left: 30px;
    width: 60px;
    top: 30px;
    position: absolute;
}

.Txr-our-mission .pvi-achieve-stats {
    display: flex;
    font-weight: 600;
    margin-bottom: 25px;
    align-items: center;
    font-size: 19px;
    color: #000000;
}

.Txr-our-mission .pvi-achieve-stats svg {
    width: 35px;
    fill: rgb(162,210,171);
    height: 35px;
    margin-right: 10px;
}

.Txr-our-mission h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(162,210,171);
    left: 0;
    width: 70px;
    height: 3px;
}

.Txr-our-mission p::first-line {
    font-weight: 600;
    color: #000000;
}

.IJs-tyCard::before {
    transform: rotate(-15deg);
    height: 70%;
    z-index: 0;
    filter: blur(80px);
    opacity: 0.2;
    top: -10%;
    content: "";
    position: absolute;
    pointer-events: none;
    right: -5%;
    background: linear-gradient(120deg, rgb(162,210,171,0.5), rgb(125,176,135,0.5));
    width: 40%;
}

.IJs-tyCard .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}

.IJs-tyCard h2 {
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-size: 37px;
    font-weight: 700;
    opacity: 1;
    letter-spacing: -0.02em;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 2.5rem;
    animation: fadeInDown 0.8s ease-out forwards;
}

.IJs-tyCard .yea-master-program {
    opacity: 0;
    border-radius: 25px;
    position: relative;
    padding: 2.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    background: #ffffff;
}

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

.IJs-tyCard li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.IJs-tyCard li span {
    opacity: 0;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    transform: translateX(0);
    font-size: 17px;
    display: block;
    font-weight: 400;
}

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

.VOq-pricing-stack .container {
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

.OWZ-rate-options {
    position: relative;
}

.VOq-pricing-stack h2::after {
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -12px;
    height: 3px;
    position: absolute;
    background: rgb(162,210,171);
    width: 80px;
}

.VOq-pricing-stack .SiD-plan-fee {
    text-align: center;
    opacity: 0.9;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 18px;
    max-width: 760px;
    color: #ffffff;
}

.VOq-pricing-stack .lyB-price-tiers {
    text-decoration: none;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    overflow: hidden;
    position: relative;
}

.VOq-pricing-stack .RbY-learning-package::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(162,210,171,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    opacity: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
}

.VOq-pricing-stack .lyB-price-tiers h4 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.4s ease;
    font-size: 22px;
}

.VOq-pricing-stack .lyB-price-tiers p {
    font-size: 15px;
    opacity: 0.85;
    color: #ffffff;
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 25px;
    word-break: break-word;
}

.VOq-pricing-stack .CfH-study-costs::before {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    height: 100%;
    width: 100%;
    transition: transform 0.6s ease;
}

.VOq-pricing-stack .lyB-price-tiers:hover .RbY-learning-package {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}

.VOq-pricing-stack .lyB-price-tiers:hover h4 {
    transform: translateX(5px);
}

.VOq-pricing-stack .lyB-price-tiers:hover .CfH-study-costs {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}


.ETd-data-agree {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
}

.CFV-cookie-message-popup h5 {
    letter-spacing: 1px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.CFV-cookie-message-popup p {
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    color: #ffffff;
}

.TVL-online-tracking svg {
    fill: rgb(162,210,171);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}

.TVL-online-tracking:hover svg {
    transform: scale(1.1);
}

.gZf-track-toggle:hover {
    box-shadow: 0 0 20px rgb(125,176,135);
}

.cookie_button.gvY-cookie-hide:hover {
    box-shadow: 0 0 15px rgb(125,176,135);
}

.CFV-cookie-message-popup p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(162,210,171);
}

.CFV-cookie-message-popup p a:hover {
    color: rgb(125,176,135);
}

#fzG-cookieWarningNotice {
    display: none;
}

#fzG-cookieWarningNotice:checked ~ .CFV-cookie-message-popup {
    opacity: 0;
    visibility: hidden;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}::-webkit-scrollbar-thumb {
    background: rgb(125,176,135);
}}


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


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



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .bBS-subscribe-area {
    white-space: nowrap;
}
}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .tfX-head-primary {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 767px) {footer .jvd-support-cta {
    padding: 70px 0 30px;
}footer .vaI-talk-form {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .YXg-top-page, footer .subscribe_holder {
    padding: 25px 20px;
}footer .tfX-head-primary h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .NDh-award-show {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.ulV-academic-experience {
    padding: 120px 0;
}.ulV-academic-experience .AUF-alumni-testimonials {
    padding: 50px;
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
}.ulV-academic-experience .AUF-alumni-testimonials > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.ulV-academic-experience .krd-product-photo {
    width: 150px;
    height: 150px;
}.ulV-academic-experience .AUF-alumni-testimonials > div:nth-child(2) {
    align-self: end;
}.ulV-academic-experience .AUF-alumni-testimonials > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}


@media only screen and (max-width: 800px) {.NFf-secure-safekeeping {
    padding: 20px;
}.NFf-secure-safekeeping h1 {
    font-size: calc(19px - 4px);
}.NFf-secure-safekeeping h2 {
    font-size: calc(19px - 4px);
}.NFf-secure-safekeeping p {
    font-size: calc(13px - 2px);
}.NFf-secure-safekeeping button {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}}



@media (min-width: 1024px) {.JeY-title-greeting {
    padding: 5rem 2rem;
}.JeY-title-greeting .oXW-course-head > div:first-child {
    transform: translateX(-40px);
}.JeY-title-greeting .RkF-community-team {
    transform: translate(40px, 20px);
}.JeY-title-greeting .RkF-community-team:hover {
    transform: translate(20px, 0);
}.JeY-title-greeting h3 {
    font-size: calc(24px * 1.2);
    max-width: 80%;
}.JeY-title-greeting h1 {
    font-size: calc(47px * 1.3);
}
}



@media (min-width: 992px) {.Rnw-learning-impact .container {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.Rnw-learning-impact .krd-product-photo {
    margin-bottom: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: perspective(1000px) rotateY(-4deg) translateZ(0);
}.Rnw-learning-impact .yea-master-program {
    width: 55%;
    max-width: 100%;
    transform: translateY(0) translateX(-80px);
}.Rnw-learning-impact ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.Rnw-learning-impact {
    padding: 60px 0;
}.Rnw-learning-impact .yea-master-program {
    padding: 30px 20px;
    max-width: 100%;
}.Rnw-learning-impact h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 20px;
}.Rnw-learning-impact li {
    padding: 15px;
}.Rnw-learning-impact ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}



@media (max-width: 991px) {header .nzt-nav-block svg {
    width: 140px;
}header .tfX-head-primary {
    padding: 0.5rem;
    gap: 0.4rem;
}header .lTd-head-master {
    font-size: calc(18px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nzt-nav-block svg {
    width: 120px;
}header .tfX-head-primary {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .tfX-head-primary::-webkit-scrollbar {
    height: 2px;
}header .tfX-head-primary::-webkit-scrollbar-thumb {
    background: rgb(162,210,171);
    border-radius: 10px;
}header .lTd-head-master {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (min-width: 992px) {.DUp-course-features {
    padding: 120px 0;
}.DUp-course-features .Usf-program-map {
    gap: 60px;
}.DUp-course-features .krd-product-photo {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.DUp-course-features .hvQ-text-holder-box {
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
}.DUp-course-features h3 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 767px) {.DUp-course-features {
    padding: 70px 0;
}.DUp-course-features .krd-product-photo {
    height: 250px;
    margin-bottom: -20px;
}.DUp-course-features .hvQ-text-holder-box {
    padding: 25px;
}.DUp-course-features h3 {
    font-size: calc(21px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.DUp-course-features .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.xun-enroll-instantly {
    padding: 4rem 0;
}.xun-enroll-instantly h2 {
    line-height: 1.4;
    font-size: calc(32px * 0.8);
}.xun-enroll-instantly .container {
    gap: 2rem;
}.xun-enroll-instantly svg {
    height: 3.5rem;
    width: 3.5rem;
}.xun-enroll-instantly .ihs-message-support {
    padding: 0.8rem 1.5rem;
    min-width: 100%;
}
}



@media (hover: none) {.xun-enroll-instantly .ihs-message-support::before {
    display: none;
}.xun-enroll-instantly .yea-master-program:hover,
  .xun-enroll-instantly svg:hover,
  .xun-enroll-instantly .ihs-message-support:hover {
    transform: none;
}}



@media screen and (max-width: 576px) {.vfQ-contact {
    padding: 60px 0;
}.vfQ-contact .container {
    width: 95%;
}.vfQ-contact .yIZ-support-links,
    .vfQ-contact .ywN-message-help {
    padding: 30px 20px;
}.vfQ-contact .yIZ-support-links h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.vfQ-contact .ywN-message-help h3 {
    font-size: calc(24px * 0.9);
}.vfQ-contact form input[type="text"],
    .vfQ-contact form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.vfQ-contact .GrC-support-inquiry label {
    font-size: calc(15px * 0.9);
}.vfQ-contact form .ihs-message-support {
    padding: 14px 20px;
}}



@media (max-width: 992px) {.Txr-our-mission {
    padding: 80px 0;
}.Txr-our-mission .Fvx-approach-edu {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.Txr-our-mission .hvQ-text-holder-box {
    padding: 40px;
    flex: 0 0 100%;
}.Txr-our-mission .hvQ-text-holder-box::before,
    .Txr-our-mission .hvQ-text-holder-box::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 768px) {.Txr-our-mission {
    padding: 60px 0;
}.Txr-our-mission .krd-product-photo {
    border-width: 6px;
    width: 180px;
    height: 180px;
}.Txr-our-mission .hvQ-text-holder-box {
    padding: 30px;
}.Txr-our-mission h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.9);
}.Txr-our-mission .hvQ-text-holder-box::before,
    .Txr-our-mission .hvQ-text-holder-box::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 991px) {.IJs-tyCard {
    padding: 3rem 1.5rem;
}.IJs-tyCard h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.IJs-tyCard .yea-master-program {
    padding: 2rem;
}
}



@media (max-width: 767px) {.IJs-tyCard {
    padding: 2.5rem 1.25rem;
}.IJs-tyCard h2 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.8);
}.IJs-tyCard h2::after {
    width: 60px;
}.IJs-tyCard .yea-master-program {
    padding: 1.5rem;
}.IJs-tyCard li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.IJs-tyCard {
    padding: 2rem 1rem;
}.IJs-tyCard h2 {
    text-align: left;
    font-size: calc(37px * 0.7);
}.IJs-tyCard h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.IJs-tyCard .yea-master-program {
    padding: 1.25rem;
}.IJs-tyCard li {
    padding-left: 1.25rem;
}.IJs-tyCard li::before {
    width: 6px;
    height: 6px;
    top: 0.5rem;
}}



@media (max-width: 992px) {.VOq-pricing-stack {
    padding: 80px 0;
}.VOq-pricing-stack .SdA-price-view {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.VOq-pricing-stack .RbY-learning-package {
    padding: 22px;
    min-height: 340px;
}.VOq-pricing-stack .lyB-price-tiers h4 {
    font-size: 20px;
}.VOq-pricing-stack .lyB-price-tiers p {
    font-size: 14px;
    line-height: 1.6;
}.VOq-pricing-stack .CfH-study-costs {
    font-size: 24px;
    padding: 8px 16px;
}
}



@media (max-width: 576px) {.VOq-pricing-stack {
    padding: 50px 0;
}.VOq-pricing-stack h2 {
    font-size: calc(33px - 6px);
}.VOq-pricing-stack .SiD-plan-fee {
    margin-bottom: 30px;
    font-size: 15px;
}.VOq-pricing-stack .RbY-learning-package {
    padding: 20px;
}.VOq-pricing-stack .lyB-price-tiers h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
}.VOq-pricing-stack .lyB-price-tiers p {
    margin-bottom: 20px;
    font-size: 14px;
}.VOq-pricing-stack .CfH-study-costs {
    font-size: 22px;
    padding: 8px 14px;
}}



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

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



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



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

