* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.head-sitebar {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-border {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.container {
    width: 1268px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.scholar-cta {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-outcomes {
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(247, 248, 255, 0.85) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.learning-outcomes .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1400px;
}.learning-outcomes .master-program {
    display: flex;
    position: relative;
    gap: 3rem;
    flex-direction: column-reverse;
}.learning-outcomes .text-wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateY(0);
    z-index: 2;
}.learning-outcomes .text-wrap:hover {
    transform: translateY(-5px);
}.learning-outcomes .text-wrap::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(160,156,201);
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 3px;
    content: "";
}.learning-outcomes .text-wrap:hover::before {
    height: 100%;
}.learning-outcomes h4 {
    color: #000000;
    font-size: 1.8rem;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    border-left: 3px solid rgb(108,93,182);
    line-height: 1.4;
}.learning-outcomes .text-wrap > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.learning-outcomes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning-outcomes li {
    margin-bottom: 1.25rem;
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s ease;
}.learning-outcomes li:hover {
    transform: translateX(5px);
}.learning-outcomes li p {
    gap: 1rem;
    font-size: 15px;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    display: flex;
}.learning-outcomes li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.learning-outcomes li svg {
    transition: transform 0.3s ease;
    transform: scale(1);
    height: 24px;
    width: 24px;
}.learning-outcomes li:hover svg {
    transform: scale(1.15);
}.learning-outcomes li svg path {
    fill: rgb(160,156,201);
    transition: fill 0.3s ease;
}.learning-outcomes li:hover svg path {
    fill: rgb(108,93,182);
}.learning-outcomes .image-box-item {
    transform: scale(1);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: auto;
    filter: saturate(0.9);
    border-radius: 19px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.learning-outcomes .image-box-item:hover {
    transform: scale(1.02);
    filter: saturate(1.1);
}

@media (min-width: 768px) {.learning-outcomes {
    padding: 7rem 0;
}.learning-outcomes .master-program {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.learning-outcomes .text-wrap {
    padding: 3rem;
    flex: 1;
}.learning-outcomes .image-box-item {
    max-height: 500px;
    flex: 1;
    height: 100%;
    max-width: 45%;
}.learning-outcomes .text-wrap > div {
    flex-direction: row;
}.learning-outcomes h4 {
    padding-left: 1.5rem;
    font-size: 2rem;
}
}

@media (min-width: 992px) {.learning-outcomes {
    padding: 8rem 0;
}.learning-outcomes .master-program {
    gap: 6rem;
}.learning-outcomes .text-wrap {
    padding: 3.5rem;
}.learning-outcomes .image-box-item {
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 100px;
}.learning-outcomes .image-box-item:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.learning-outcomes h4 {
    font-size: 2.2rem;
}.learning-outcomes li {
    margin-bottom: 1.5rem;
}.learning-outcomes li p {
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 1200px) {.learning-outcomes .text-wrap::after {
    width: 60px;
    transform: translate(10px, 10px);
    content: "";
    right: 0;
    border-right: 3px solid rgb(108,93,182);
    border-bottom: 3px solid rgb(108,93,182);
    height: 60px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    position: absolute;
    bottom: 0;
}.learning-outcomes .text-wrap:hover::after {
    opacity: 1;
    transform: translate(0, 0);
}.learning-outcomes h4 {
    font-size: 2.4rem;
}.learning-outcomes li p {
    font-size: calc(15px + 0.15rem);
}.learning-outcomes .image-box-item {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.learning-outcomes .image-box-item:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}

@media (prefers-reduced-motion: reduce) {.learning-outcomes *,
    .learning-outcomes *::before,
    .learning-outcomes *::after {
    animation-duration: 0.01s !important;
    transition-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
}}.teaching-process {
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.teaching-process::before {
    animation: floatElement 15s ease-in-out infinite alternate;
    z-index: 0;
    height: 300px;
    right: -5%;
    opacity: 0.1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    background: linear-gradient(to right, rgb(160,156,201,0.5), rgb(108,93,182));
    width: 300px;
    top: -5%;
    position: absolute;
}.teaching-process::after {
    opacity: 0.08;
    background: linear-gradient(to left, rgb(108,93,182,0.5), rgb(160,156,201));
    z-index: 0;
    left: -5%;
    bottom: -10%;
    content: "";
    width: 250px;
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    height: 250px;
}.teaching-process .container {
    backdrop-filter: blur(4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1500px) rotateY(2deg);
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
}.teaching-process .container:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 3px 10px rgba(0,0,0,0.03),
                0 30px 60px rgba(0,0,0,0.06);
    transform: perspective(1500px) rotateY(0deg);
}.teaching-process h3 {
    font-size: calc(37px * 0.9);
    opacity: 0;
    animation: slideInText 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.teaching-process h3::after {
    left: 0;
    content: "";
    bottom: -10px;
    height: 3px;
    width: 60px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    background: linear-gradient(to right, rgb(160,156,201), rgb(108,93,182));
}.teaching-process p {
    position: relative;
    max-width: 800px;
    font-size: 13px;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    line-height: 1.8;
    margin-top: 2rem;
    transform: translateY(20px);
    color: #000000;
}.teaching-process p span {
    position: relative;
    display: inline-block;
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    padding: 0.5rem 1rem;
    border-left: 2px solid rgb(160,156,201,0.5);
}.teaching-process .master-program {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

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

@keyframes slideInText {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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


@media (max-width: 992px) {.teaching-process {
    padding: 80px 0;
}.teaching-process .container {
    transform: perspective(1200px) rotateY(1deg);
    padding: 2rem;
}.teaching-process h3 {
    font-size: calc(37px * 0.85);
}
}

@media (max-width: 768px) {.teaching-process {
    padding: 60px 0;
}.teaching-process .container {
    padding: 1.5rem;
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}.teaching-process::before,
    .teaching-process::after {
    height: 150px;
    width: 150px;
}.teaching-process h3 {
    font-size: calc(37px * 0.75);
}.teaching-process p {
    line-height: 1.7;
    margin-top: 1.5rem;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.teaching-process {
    padding: 40px 0;
}.teaching-process .container {
    padding: 1.25rem;
}.teaching-process h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.25rem;
}.teaching-process h3::after {
    width: 50px;
    height: 2px;
}.teaching-process p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    margin-top: 1.25rem;
}.teaching-process p span {
    padding: 0.35rem 0.75rem;
}}header {
    width: 100%;
    padding: 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(135deg, rgb(160,156,201,0.5), rgb(108,93,182,0.5));
}header::before {
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}header .container {
    z-index: 1;
    padding: 0 2%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: relative;
}header .top-navbar {
    padding: 1.5rem 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
    background: #ffffff;
}header .top-navbar::before {
    top: 0;
    content: '';
    height: 5px;
    background: linear-gradient(to right, rgb(160,156,201), rgb(108,93,182));
    width: 100%;
    position: absolute;
    left: 0;
}header .main-lead {
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
    justify-content: center;
}header .main-lead::after {
    height: 1px;
    content: '';
    left: 20%;
    width: 60%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(160,156,201,0.5), rgb(108,93,182,0.5), rgb(160,156,201,0.5), transparent);
    bottom: 0;
}header .main-lead svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .main-lead:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .nav-sitebar {
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 2rem 0;
    max-width: 90%;
    width: 100%;
    display: flex;
    gap: 0.7rem;
}header .head-edu {
    font-weight: 600;
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    font-size: 19px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, rgb(200,199,220));
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}header .head-edu::before {
    content: '';
    left: 0;
    transition: height 0.3s ease;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to top, rgb(160,156,201,0.5), transparent);
    position: absolute;
    height: 0;
    bottom: 0;
}header .head-edu:hover {
    color: rgb(160,156,201);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .head-edu:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top-navbar {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .main-lead {
    padding: 0 0 0.8rem 0;
}header .main-lead svg {
    width: 160px;
}header .nav-sitebar {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .head-edu {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top-navbar {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .main-lead {
    padding: 0 0 0.7rem 0;
}header .main-lead svg {
    width: 140px;
}header .nav-sitebar {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .head-edu {
    font-size: calc(19px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .top-navbar {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .main-lead {
    padding: 0 0 0.6rem 0;
}header .main-lead svg {
    width: 120px;
}header .nav-sitebar {
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .nav-sitebar::-webkit-scrollbar {
    height: 3px;
}header .nav-sitebar::-webkit-scrollbar-thumb {
    background: rgb(160,156,201);
    border-radius: 10px;
}header .head-edu {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.confidential-lockup {
    padding: 40px;
    color: #000000;
    background-color: rgb(200,199,220);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.confidential-lockup h1 {
    border-bottom: 2px solid rgb(160,156,201,0.5);
    font-family: Arial, sans-serif;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: rgb(160,156,201);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 44px;
}.confidential-lockup h2 {
    font-size: 33px;
    text-transform: capitalize;
    padding-left: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    border-left: 4px solid rgb(108,93,182,0.5);
    font-family: Arial, sans-serif;
    color: rgb(108,93,182);
}.confidential-lockup h3,
.confidential-lockup h4,
.confidential-lockup h5,
.confidential-lockup h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}.confidential-lockup ul,
.confidential-lockup ol {
    list-style-position: inside;
    margin-left: 20px;
}.confidential-lockup li {
    margin-bottom: 10px;
    font-size: 17px;
}.confidential-lockup section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background-color: rgb(200,199,220);
    border-radius: 10px;
    margin-top: 30px;
}.confidential-lockup p {
    font-size: 17px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.6;
}.confidential-lockup span {
    font-weight: 600;
    color: rgb(160,156,201);
}.confidential-lockup div {
    margin-bottom: 20px;
}.confidential-lockup a {
    text-decoration: none;
    border-bottom: 1px solid rgb(160,156,201,0.5);
    color: rgb(160,156,201);
    transition: color 0.3s, border-color 0.3s;
}.confidential-lockup a:hover {
    color: rgb(108,93,182);
    border-color: rgb(108,93,182,0.5);
}.confidential-lockup button {
    font-size: 19px;
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(160,156,201);
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff;
}.confidential-lockup button:hover {
    background-color: rgb(108,93,182);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {.confidential-lockup {
    padding: 20px;
}.confidential-lockup h1 {
    font-size: calc(22px - 4px);
}.confidential-lockup h2 {
    font-size: calc(22px - 4px);
}.confidential-lockup p {
    font-size: calc(17px - 2px);
}.confidential-lockup button {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}}.contact-information {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
}.contact-information::before {
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
}.contact-information .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.contact-information .feedback-query {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    border-radius: 21px;
}.contact-information .inquiry-request {
    position: relative;
    padding: 50px 40px;
    background: rgb(160,156,201);
}.contact-information .inquiry-request::after {
    height: 100%;
    right: 0;
    position: absolute;
    content: '';
    width: 25px;
    top: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}.contact-information .inquiry-request h3 {
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 2px solid rgb(108,93,182);
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 35px;
}.contact-information .inquiry-request div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    display: flex;
    padding: 10px 0;
}.contact-information .inquiry-request div:last-of-type {
    border-bottom: none;
}.contact-information .inquiry-request div svg {
    height: 22px;
    margin-right: 15px;
    width: 22px;
}.contact-information .inquiry-request div svg path {
    fill: rgb(108,93,182);
}.contact-information .inquiry-request div span {
    color: #ffffff;
    font-size: 12px;
}.contact-information .inquiry-request div span a {
    transition: color 0.3s;
    text-decoration: none;
    color: #ffffff;
}.contact-information .inquiry-request div span a:hover {
    color: rgb(108,93,182);
}.contact-information .support-inquiry {
    background-color: rgb(200,199,220);
    padding: 50px 40px;
}.contact-information .support-inquiry h3 {
    margin-bottom: 30px;
    color: rgb(160,156,201);
    position: relative;
    font-weight: 600;
    font-size: 21px;
}.contact-information form {
    display: flex;
    flex-direction: column;
}.contact-information form input[type="text"],
.contact-information form input[type="email"] {
    transition: border-color 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
}.contact-information form input[type="text"]:focus,
.contact-information form input[type="email"]:focus {
    border-color: rgb(160,156,201);
    box-shadow: 0 0 0 2px rgba(rgb(160,156,201), 0.1);
    outline: none;
}.contact-information form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-information .request-info {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact-information .request-info input[type="checkbox"] {
    height: 18px;
    margin-right: 10px;
    border: 2px solid rgb(160,156,201);
    margin-top: 4px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    width: 18px;
    appearance: none;
}.contact-information .request-info input[type="checkbox"]:checked {
    background-color: rgb(160,156,201);
}.contact-information .request-info input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    top: 1px;
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 10px;
    content: "";
    width: 5px;
    border: solid #ffffff;
    left: 5px;
}.contact-information .request-info label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.contact-information .request-info label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(160,156,201);
}.contact-information .request-info label a:hover {
    text-decoration: underline;
}.contact-information form .help-help {
    font-weight: 600;
    align-self: flex-start;
    color: #ffffff;
    padding: 15px 25px;
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(160,156,201);
    border: none;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
}.contact-information form .help-help:hover {
    background-color: rgb(108,93,182);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-information .inquiry-request h3 {
    animation: reveal 0.6s ease forwards;
}.contact-information .inquiry-request div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.contact-information .inquiry-request div:nth-child(2) {
    animation-delay: 0.2s;
}.contact-information .inquiry-request div:nth-child(3) {
    animation-delay: 0.4s;
}.contact-information .inquiry-request div:nth-child(4) {
    animation-delay: 0.6s;
}.contact-information .inquiry-request div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact-information .feedback-query {
    grid-template-columns: 1fr;
}.contact-information .inquiry-request {
    padding: 40px 30px;
}.contact-information .support-inquiry {
    padding: 40px 30px;
}.contact-information .inquiry-request::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact-information {
    padding: 50px 0;
}.contact-information .inquiry-request,
    .contact-information .support-inquiry {
    padding: 30px 20px;
}.contact-information .inquiry-request h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.contact-information form input[type="text"],
    .contact-information form input[type="email"] {
    padding: 12px;
}.contact-information form .help-help {
    padding: 12px;
    width: 100%;
}}.our-mission {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.our-mission::before {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(160,156,201,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(108,93,182,0.5), 0.78) 100%);
    left: 0;
    position: absolute;
}.our-mission .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.our-mission h2 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    transform: translateX(-10px);
    opacity: 0;
    font-size: calc(31px * 1.2);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 50px;
}.our-mission h2::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(108,93,182), transparent);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    width: 80px;
}.our-mission .text-wrap {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    perspective: 1000px;
}.our-mission .text-wrap > div {
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(30px) rotateX(5deg);
    border-left: 3px solid rgb(108,93,182);
}.our-mission .text-wrap p {
    color: rgb(108,93,182);
    font-weight: 600;
    font-size: calc(12px * 1.5);
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    transform: translateX(-5px);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    opacity: 0;
}.our-mission .text-wrap p::after {
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(108,93,182), transparent 80%);
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
}.our-mission .text-wrap div div {
    font-size: 12px;
    columns: 1;
    transform: translateY(20px);
    column-gap: 30px;
    padding-right: 20px;
    line-height: 1.8;
    color: #000000;
    animation: fadeInContent 1s 1s ease-out forwards;
    max-height: 350px;
    font-family: Arial, sans-serif;
    opacity: 0;
    overflow-y: auto;
}.our-mission .text-wrap div div::-webkit-scrollbar {
    width: 6px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.our-mission .text-wrap div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(108,93,182);
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.our-mission {
    padding: 150px 0 130px;
}.our-mission h2 {
    margin-bottom: 60px;
    font-size: calc(31px * 1.5);
}.our-mission h2::after {
    height: 5px;
    width: 120px;
}.our-mission .text-wrap div div {
    columns: 2;
    column-gap: 40px;
    max-height: 400px;
}.our-mission .text-wrap > div {
    padding: 50px;
    border-left: 5px solid rgb(108,93,182);
}
}

@media (min-width: 992px) {.our-mission {
    padding: 180px 0 150px;
}.our-mission .container {
    padding: 0 50px;
}.our-mission h2 {
    font-size: calc(31px * 1.8);
    margin-bottom: 70px;
    transform: translateX(-20px);
}.our-mission h2::after {
    width: 150px;
    bottom: -20px;
}.our-mission .text-wrap > div {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    padding: 60px 70px;
}.our-mission .text-wrap div div {
    max-height: 450px;
    columns: 2;
}.our-mission .text-wrap p {
    font-size: calc(12px * 1.8);
    margin-bottom: 25px;
}
}

@media (min-width: 1200px) {.our-mission .text-wrap > div {
    transform: translateY(40px) rotateX(8deg);
}.our-mission .text-wrap div div {
    font-size: calc(12px * 1.05);
    column-gap: 50px;
    columns: 2;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 80px 0 60px;
}.our-mission h2 {
    font-size: 31px;
    margin-bottom: 40px;
}.our-mission .text-wrap > div {
    padding: 30px 25px;
}.our-mission .text-wrap p {
    font-size: calc(12px * 1.3);
    margin-bottom: 15px;
}.our-mission .text-wrap div div {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    max-height: 300px;
}}.title-greeting {
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
    min-height: 100vh;
    display: flex;
}.title-greeting::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.1) 0%, transparent 70%);
    position: absolute;
    content: "";
}.title-greeting::after {
    right: -5%;
    content: "";
    width: 300px;
    filter: blur(60px);
    bottom: -5%;
    background: linear-gradient(225deg, rgb(160,156,201) 0%, rgb(108,93,182) 100%);
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    z-index: 0;
    border-radius: 50% 30% 70% 40%;
    position: absolute;
    opacity: 0.1;
}.title-greeting .master-program {
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    display: grid;
    width: 100%;
    padding: 2rem;
    max-width: 1200px;
}.title-greeting .text-wrap {
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards ease-out 0.2s;
    opacity: 0;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.title-greeting h1 {
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 40px;
    color: #000000;
    position: relative;
    transform: translateY(0);
}.title-greeting h1::after {
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(160,156,201), rgb(108,93,182));
    animation: lineGrow 1s forwards ease-out 0.8s;
    content: "";
    transform-origin: left;
    width: 80px;
    bottom: -0.5rem;
}.title-greeting .start-head {
    flex-direction: column;
    animation: fadeUp 0.8s forwards ease-out 0.4s;
    align-items: flex-start;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}.title-greeting .start-head p {
    font-size: calc(18px * 1.1);
    color: #000000;
    margin-top: 1.5rem;
    position: relative;
    line-height: 1.6;
    max-width: 90%;
}.title-greeting svg {
    margin-bottom: 1rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 80px;
    transform: translateY(0) rotate(0);
    width: 80px;
}.title-greeting .text-wrap:hover svg {
    transform: translateY(-5px) rotate(5deg);
}.title-greeting svg path {
    transition: fill 0.3s ease;
    fill: rgb(108,93,182);
}.title-greeting svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title-greeting svg:hover path {
    fill: rgb(160,156,201);
}.title-greeting svg:hover text {
    fill: rgb(160,156,201);
}.title-greeting ul {
    opacity: 0;
    margin: 2rem 0 0 0;
    animation: fadeUp 0.8s forwards ease-out 0.6s;
    transform: translateY(20px);
    padding: 0;
    list-style: none;
}.title-greeting .help-help {
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(160,156,201) 0%, rgb(108,93,182) 100%);
    border-radius: 10px;
    padding: 1rem 2rem;
    position: relative;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
}.title-greeting .help-help::before {
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(108,93,182) 0%, rgb(160,156,201) 100%);
}.title-greeting .help-help:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.title-greeting .help-help:hover::before {
    opacity: 1;
}.title-greeting .help-help:active {
    box-shadow: 0 4px 8px rgba(94,170,168,0.2);
    transform: translateY(0);
}.title-greeting .image-box-item {
    display: none;
    overflow: hidden;
    transform: translateY(20px) rotate(0deg);
    min-height: 300px;
    animation: fadeRotate 1s forwards ease-out 0.8s;
    height: 100%;
    border-radius: 10px 70px 10px 50px;
    position: relative;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}.title-greeting .image-box-item::before {
    background: linear-gradient(135deg, rgba(94,170,168,0.7) 0%, rgba(94,170,168,0) 100%);
    opacity: 0.5;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.title-greeting .image-box-item:hover::before {
    opacity: 0.3;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeRotate {
    to {
        opacity: 1;
        transform: translateY(0) rotate(2deg);
    }
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
    100% {
        transform: translate(20px, -20px);
    }
}

@media (min-width: 768px) {.title-greeting .master-program {
    padding: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.title-greeting .text-wrap {
    padding: 0 2rem 0 0;
}.title-greeting h1 {
    font-size: calc(40px * 1.2);
}.title-greeting .image-box-item {
    display: block;
}.title-greeting .start-head p {
    max-width: 95%;
}.title-greeting svg {
    width: 90px;
    height: 90px;
}
}

@media (min-width: 992px) {.title-greeting .master-program {
    grid-template-columns: 55% 45%;
    gap: 3rem;
}.title-greeting .text-wrap {
    padding: 0 3rem 0 0;
}.title-greeting h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 1.4);
}.title-greeting h1::after {
    width: 100px;
}.title-greeting .start-head p {
    font-size: calc(18px * 1.2);
}.title-greeting svg {
    height: 100px;
    width: 100px;
}.title-greeting .image-box-item {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    border-radius: 20px 100px 20px 80px;
    height: 500px;
}.title-greeting .image-box-item:hover {
    transform: scale(1.02) rotate(1deg);
}
}

@media (min-width: 1200px) {.title-greeting .master-program {
    gap: 4rem;
    padding: 4rem;
}.title-greeting h1 {
    font-size: calc(40px * 1.5);
}.title-greeting .start-head p {
    max-width: 90%;
    font-size: calc(18px * 1.3);
}.title-greeting svg {
    height: 110px;
    width: 110px;
}.title-greeting .image-box-item {
    height: 550px;
}
}

@media (max-width: 767px) {.title-greeting {
    padding: 4rem 0;
    min-height: auto;
}.title-greeting h1 {
    font-size: calc(40px * 1.1);
}.title-greeting .start-head p {
    max-width: 100%;
}.title-greeting .help-help {
    text-align: center;
    width: 100%;
}}.academic-experience {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(200,199,220), rgba(245, 247, 250, 0.92));
}.academic-experience::before {
    width: 40%;
    height: 40%;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(160,156,201,0.5), transparent);
    top: -5%;
    z-index: 0;
    left: -5%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.academic-experience::after {
    height: 50%;
    content: "";
    position: absolute;
    right: -5%;
    transform: rotate(10deg);
    bottom: -5%;
    opacity: 0.1;
    z-index: 0;
    background: linear-gradient(45deg, rgb(108,93,182,0.5), transparent);
    width: 30%;
}.academic-experience .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 1.5rem;
}.academic-experience .student-perspectives {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2.5rem;
    transform: translateY(0);
    padding: 3rem 2rem;
    display: grid;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr;
}.academic-experience .student-perspectives:hover {
    transform: translateY(-5px);
}.academic-experience .student-perspectives > div:first-child {
    position: relative;
    width: 100%;
}.academic-experience .student-perspectives .image-box-item {
    padding-bottom: 85%;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    height: 0;
}.academic-experience .student-perspectives:hover .image-box-item {
    transform: scale(1.02);
}.academic-experience .student-perspectives .image-box-item::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.academic-experience .student-perspectives > div:nth-child(2) {
    position: relative;
    text-align: left;
}.academic-experience .student-perspectives .name {
    display: inline-block;
    font-size: calc(19px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}.academic-experience .student-perspectives .name::after {
    width: 2.5rem;
    position: absolute;
    transform: scaleX(1);
    background: rgb(160,156,201);
    bottom: -0.35rem;
    transform-origin: left;
    height: 2px;
    content: "";
    left: 0;
    transition: transform 0.4s ease-out;
}.academic-experience .student-perspectives:hover .name::after {
    transform: scaleX(1.5);
}.academic-experience .student-perspectives > div:nth-child(2) > div {
    font-weight: 600;
    font-size: calc(12px * 0.95);
    margin-top: 0.75rem;
    color: rgb(160,156,201);
    letter-spacing: 0.02em;
}.academic-experience .student-perspectives > div:nth-child(3) {
    position: relative;
}.academic-experience .student-perspectives .career-tasks {
    position: relative;
    border-left: 3px solid rgb(108,93,182,0.5);
    padding-left: 1.25rem;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    font-size: 12px;
}.academic-experience .student-perspectives .career-tasks::before {
    transform: scale(0);
    left: -8px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    content: "";
    width: 25px;
    box-shadow: 0 0 0 3px rgb(108,93,182,0.5);
    transition: all 0.4s ease-out 0.2s;
    height: 25px;
    background: #ffffff;
    top: -15px;
}.academic-experience .student-perspectives:hover .career-tasks::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.academic-experience {
    padding: 8rem 0;
}.academic-experience .student-perspectives {
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
}.academic-experience .student-perspectives > div:first-child {
    grid-row: span 2;
}.academic-experience .student-perspectives .image-box-item {
    padding-bottom: 130%;
}.academic-experience .student-perspectives > div:nth-child(2) {
    align-self: end;
}.academic-experience .student-perspectives .name {
    font-size: calc(19px * 1.2);
}.academic-experience .student-perspectives > div:nth-child(3) {
    grid-column: 2;
}.academic-experience .student-perspectives .career-tasks {
    font-size: calc(12px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.academic-experience {
    padding: 10rem 0;
}.academic-experience .student-perspectives {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.academic-experience .student-perspectives .name {
    font-size: calc(19px * 1.3);
}.academic-experience .student-perspectives > div:nth-child(2) > div {
    font-size: 12px;
}.academic-experience .student-perspectives .career-tasks {
    font-size: calc(12px * 1.1);
    line-height: 1.8;
}.academic-experience .student-perspectives::before {
    width: 80px;
    content: "";
    opacity: 0.1;
    z-index: 0;
    border-radius: 0 10px 0 100px;
    top: 3.5rem;
    right: 3.5rem;
    height: 80px;
    transition: all 0.5s ease-out;
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(160,156,201,0.5), transparent 70%);
    position: absolute;
}.academic-experience .student-perspectives:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.academic-experience .student-perspectives {
    grid-template-columns: 380px 1fr;
    padding: 5rem;
    gap: 3rem 5rem;
}.academic-experience .student-perspectives .career-tasks {
    border-left: 4px solid rgb(108,93,182,0.5);
    padding-left: 2rem;
}}.offer-box {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(200,199,220);
}.offer-box::before {
    right: -50px;
    position: absolute;
    z-index: 0;
    top: -50px;
    background: rgb(160,156,201,0.5);
    filter: blur(80px);
    animation: float-effect 12s infinite alternate ease-in-out;
    content: "";
    width: 300px;
    height: 300px;
}.offer-box::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    width: 250px;
    z-index: 0;
    bottom: -50px;
    content: "";
    position: absolute;
    left: -50px;
    height: 250px;
    background: rgb(108,93,182,0.5);
}.offer-box .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}.offer-box .pricing-offers {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.offer-box .discount-grid {
    max-width: 700px;
    position: relative;
    order: -1;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}.offer-box .discount-grid h2 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 31px;
    color: #000000;
    position: relative;
}.offer-box .discount-grid h2::after {
    position: absolute;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    background: rgb(160,156,201);
    left: 50%;
    width: 80px;
}.offer-box .study-sub {
    opacity: 0.85;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}.offer-box .study-costs {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.offer-box .pay-options {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: inherit;
    perspective: 1000px;
    position: relative;
    height: 100%;
}.offer-box .pay-options:hover {
    transform: translateY(-10px) scale(1.02);
}.offer-box .monthly-plan {
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transform-style: preserve-3d;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.offer-box .pay-options:hover .monthly-plan {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(160,156,201,0.5);
}.offer-box .basic-rates {
    z-index: 2;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    display: flex;
}.offer-box .basic-rates::before {
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(160,156,201), rgb(108,93,182));
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    left: 0;
    content: "";
    transform-origin: left;
    position: absolute;
}.offer-box .pay-options:hover .basic-rates::before {
    transform: scaleX(1);
}.offer-box .basic-rates h3 {
    font-weight: 700;
    word-break: break-word;
    white-space: normal;
    font-size: calc(23px + 2px);
    margin-bottom: 10px;
    transition: transform 0.4s ease, color 0.3s ease;
    overflow-wrap: break-word;
    color: #000000;
}.offer-box .pay-options:hover .basic-rates h3 {
    color: rgb(160,156,201);
    transform: translateX(5px);
}.offer-box .fee-board {
    font-weight: 700;
    overflow-wrap: break-word;
    font-size: 23px;
    margin: 10px 0 20px;
    color: rgb(108,93,182);
    position: relative;
    transition: transform 0.4s ease;
    display: block;
    white-space: normal;
    word-break: break-word;
}.offer-box .fee-board::before {
    position: absolute;
    content: "";
    background: rgb(108,93,182,0.5);
    transition: width 0.4s ease;
    left: 0;
    width: 40px;
    bottom: -8px;
    height: 2px;
}.offer-box .pay-options:hover .fee-board::before {
    width: 80px;
}.offer-box .basic-rates p {
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: calc(14px - 1px);
    transition: color 0.3s ease;
    overflow-wrap: break-word;
}.offer-box .image-box-item {
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
}.offer-box .image-box-item::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    opacity: 0.6;
}.offer-box .pay-options:hover .image-box-item {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.offer-box .pay-options:hover .image-box-item::after {
    opacity: 0.4;
}.offer-box .pay-options::after {
    height: 15px;
    left: 30px;
    top: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    right: 30px;
    border-radius: 50%;
    filter: blur(10px);
    background: rgb(160,156,201,0.5);
}.offer-box .pay-options:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.offer-box .pricing-offers {
    align-items: center;
    flex-direction: row;
}.offer-box .discount-grid {
    order: 0;
    text-align: left;
    padding-right: 40px;
    flex: 0 0 30%;
}.offer-box .discount-grid h2::after {
    left: 0;
    transform: none;
}.offer-box .study-costs {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.offer-box .study-costs {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.offer-box .basic-rates {
    padding: 35px;
}.offer-box .image-box-item {
    height: 220px;
}
}

@media (max-width: 991px) {.offer-box {
    padding: 80px 0;
}.offer-box .discount-grid {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.offer-box {
    padding: 60px 0;
}.offer-box .study-costs {
    gap: 25px;
    grid-template-columns: 1fr;
}.offer-box .discount-grid h2 {
    font-size: calc(31px - 4px);
}.offer-box .image-box-item {
    height: 180px;
}.offer-box .basic-rates {
    padding: 25px;
}
}

@media (max-width: 480px) {.offer-box {
    padding: 50px 0;
}.offer-box .basic-rates h3 {
    font-size: 23px;
}.offer-box .fee-board {
    font-size: calc(23px - 2px);
}.offer-box .image-box-item {
    height: 160px;
}.offer-box .basic-rates {
    padding: 20px;
}}.thanksNexus {
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(108,93,182,0.5), rgb(160,156,201,0.5));
}.thanksNexus::before {
    pointer-events: none;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(108,93,182,0.5) 0px,
        rgb(108,93,182,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.1;
    position: absolute;
    top: 0;
}.thanksNexus::after {
    position: absolute;
    height: 80%;
    background: radial-gradient(
        circle at center,
        rgb(160,156,201,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.4;
    content: "";
    right: -10%;
    width: 80%;
    top: -10%;
}.thanksNexus .container {
    padding: 0 2rem;
    transform: translateZ(0);
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 2;
}.thanksNexus h2 {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(30px);
    margin-bottom: 3rem;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 30px;
}.thanksNexus h2::after {
    background: linear-gradient(to right, rgb(160,156,201), rgb(108,93,182));
    width: 8rem;
    left: 0;
    position: absolute;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    height: 0.3rem;
}.thanksNexus .master-program {
    padding: 3rem;
    border-left: 4px solid rgb(160,156,201);
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateZ(10px) rotateX(2deg);
    backdrop-filter: blur(5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
}.thanksNexus .master-program::before {
    opacity: 0.5;
    left: 1rem;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    top: 1rem;
    border: 1px dashed rgb(108,93,182,0.5);
    z-index: 0;
}.thanksNexus .master-program:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.thanksNexus ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksNexus li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}.thanksNexus li::before {
    content: "";
    height: 0.8rem;
    left: -2rem;
    width: 0.8rem;
    border-radius: 0.2rem;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(135deg, rgb(160,156,201), rgb(108,93,182));
    transform: rotate(45deg);
    top: 0.5rem;
    position: absolute;
}.thanksNexus li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.thanksNexus span {
    padding-left: 0;
    transition: padding-left 0.3s ease;
    font-size: 18px;
    position: relative;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
}.thanksNexus span::after {
    background: linear-gradient(to right, rgb(108,93,182,0.5), transparent);
    left: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.8rem;
    transform: scaleX(0);
    height: 1px;
}.thanksNexus li:hover span {
    padding-left: 0.5rem;
}.thanksNexus li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.thanksNexus {
    padding: 5rem 0;
}.thanksNexus .master-program {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.thanksNexus h2 {
    font-size: calc(30px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}

@media (max-width: 767px) {.thanksNexus {
    padding: 4rem 0;
}.thanksNexus .container {
    padding: 0 1.5rem;
}.thanksNexus .master-program {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.thanksNexus h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    transform: translateZ(10px);
}.thanksNexus h2::after {
    width: 6rem;
    height: 0.25rem;
}.thanksNexus span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.thanksNexus {
    padding: 3rem 0;
}.thanksNexus .container {
    padding: 0 1rem;
}.thanksNexus .master-program {
    border-left-width: 3px;
    padding: 1.5rem;
}.thanksNexus h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.thanksNexus h2::after {
    width: 5rem;
    bottom: -0.7rem;
    height: 0.2rem;
}.thanksNexus span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.thanksNexus li::before {
    width: 0.7rem;
    height: 0.7rem;
    left: -1.5rem;
}}.cookieUsagePromptPanel {
    position: fixed;
    border-top: 2px solid rgb(160,156,201);
    bottom: 0;
    background: rgb(200,199,220);
    z-index: 90;
    width: 100%;
}.visitor-controls {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookieUsagePromptPanel h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookiePromptAlert {
    display: none;
}#cookiePromptAlert:checked ~ .cookieUsagePromptPanel {
    opacity: 0;
    visibility: hidden;
}.cookieUsagePromptPanel p {
    font-size: 18px;
}.learn-consent {
    margin-right: 10px;
    flex-shrink: 0;
}.learn-consent svg, .learn-consent svg path, .learn-consent img {
    width: 100px;
    height: 100px;
    fill: rgb(160,156,201);
}.consent-learn {
    font-size: 24px;
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    color: rgb(160,156,201);
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid rgb(160,156,201);
}.cookieUsagePromptPanel p a {
    color: rgb(160,156,201);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptPanel {
    padding: 20px;
}}

.wrapper-border .cookieUsagePromptPanel {
    background: rgb(108,93,182);
    padding: 40px 0;
    border: none;
    box-shadow: rgb(108,93,182,0.5) 0px 0px 40px 39px;
}.wrapper-border .consent-learn {
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    border: none;
    background: rgb(160,156,201);
    font-size: 20px;
    margin-left: 30px;
}.wrapper-border .cookie-gate h5, .wrapper-border .cookie-gate p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.learn-consent {
    display: none;
}.visitor-controls {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieUsagePromptPanel h5 {
    text-align: center;
}.cookieUsagePromptPanel p {
    text-align: center;
}.cookie-gate {
    margin-bottom: 20px;
}body .wrapper-border .consent-learn {
    margin-left: 0;
    margin-bottom: 10px;
}}.program-information {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgb(108,93,182,0.5) 100%);
    position: relative;
}.program-information::before {
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    background: linear-gradient(225deg, rgb(160,156,201) 0%, rgb(160,156,201,0.5) 70%);
    width: 300px;
    top: -5%;
    content: "";
    animation: floatElement 15s infinite ease-in-out;
    right: -5%;
    position: absolute;
    opacity: 0.1;
    height: 300px;
    z-index: 1;
    transform: rotate(-15deg);
}.program-information::after {
    background: linear-gradient(45deg, rgb(108,93,182) 0%, rgb(108,93,182,0.5) 70%);
    animation: floatElement 18s infinite ease-in-out reverse;
    opacity: 0.1;
    width: 250px;
    z-index: 1;
    left: -3%;
    position: absolute;
    content: "";
    transform: rotate(10deg);
    bottom: -8%;
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
}.program-information .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.program-information .training-map {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
}.program-information .image-box-item {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
}.program-information .image-box-item::before {
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.program-information .image-box-item::after {
    z-index: 2;
    content: "";
    right: -15px;
    width: 60px;
    position: absolute;
    opacity: 0.7;
    border-top: 4px solid rgb(160,156,201);
    height: 60px;
    border-right: 4px solid rgb(160,156,201);
    top: -15px;
}.program-information .image-box-item:hover {
    transform: perspective(1000px) rotateY(0);
}.program-information .text-wrap {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.program-information .text-wrap::before {
    transform-origin: top;
    top: 10%;
    position: absolute;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(160,156,201), rgb(108,93,182));
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    height: 80%;
    left: -20px;
    transform: scaleY(0);
}.program-information h3 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    font-size: calc(19px * 1.1);
    color: rgb(160,156,201);
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.3s;
}.program-information h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 50%;
    background-color: rgb(108,93,182);
    width: 0.4rem;
    content: "";
    height: 0.4rem;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}.program-information .description {
    animation: fadeSlideUp 0.8s forwards 0.5s;
    color: #000000;
    line-height: 1.8;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    font-size: 16px;
    margin-bottom: 1.2rem;
}.program-information p.description {
    max-height: 400px;
    display: block;
    position: relative;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 1rem;
    scrollbar-color: rgb(108,93,182) transparent;
}.program-information p.description::-webkit-scrollbar {
    width: 6px;
}.program-information p.description::-webkit-scrollbar-track {
    background: transparent;
}.program-information p.description::-webkit-scrollbar-thumb {
    background-color: rgb(108,93,182,0.5);
    border-radius: 10px;
}.program-information span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.program-information .training-map {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program-information .image-box-item {
    height: 450px;
}.program-information h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.2);
}.program-information h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.program-information .text-wrap::before {
    left: -30px;
}
}

@media (min-width: 992px) {.program-information {
    padding: 9rem 0;
}.program-information .image-box-item {
    height: 500px;
}.program-information .text-wrap {
    padding-right: 2rem;
}.program-information .text-wrap::before {
    left: -40px;
}.program-information h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.program-information .description {
    font-size: calc(16px * 1.05);
}.program-information p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.program-information .training-map {
    gap: 6rem;
}.program-information .image-box-item {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.program-information .image-box-item:hover {
    transform: perspective(1500px) rotateY(0);
}.program-information h3 {
    font-size: calc(30px * 0.8);
}.program-information p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.program-information {
    padding: 5rem 0;
}.program-information .image-box-item {
    margin-bottom: 1rem;
    height: 280px;
}.program-information h3 {
    font-size: calc(19px * 1);
    margin-bottom: 1rem;
}.program-information .text-wrap::before {
    left: -15px;
}.program-information p.description {
    max-height: 350px;
}}footer {
    width: 100%;
    position: relative;
}footer .scholar-cta {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(160,156,201), rgb(108,93,182));
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
    position: relative;
}footer .scholar-cta::before {
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    left: 0;
    top: 0;
    content: "";
    background: #ffffff;
    height: 100px;
    opacity: 0.25;
    transform: rotateX(180deg);
}footer .scholar-cta::after {
    background: #ffffff;
    width: 100%;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 50px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
}footer .footer-address {
    z-index: 1;
    position: relative;
}footer .edu-asknow {
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    justify-content: center;
}footer .info_item {
    align-items: center;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 40px;
    flex: 1 1 200px;
    padding: 0 25px;
    height: 80px;
    transition: all 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(5px);
    max-width: 300px;
}footer .info_item::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    content: "";
    background: #ffffff;
    z-index: -1;
    animation: waveAnimation 15s linear infinite;
    left: -100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    background-color: rgb(108,93,182,0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    fill: #ffffff;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    gap: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}footer .first-section {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
}footer .first-section svg {
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
}footer .access-help {
    line-height: 1.6;
    text-align: center;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    font-size: 15px;
}footer .nav-sitebar,footer .subscribe_holder {
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
}footer .nav-sitebar::before,footer .subscribe_holder::before {
    animation: waveAnimation 20s linear infinite;
    z-index: -1;
    content: "";
    left: -100%;
    opacity: 0.1;
    width: 300%;
    top: 0;
    position: absolute;
    height: 100%;
    background: #ffffff;
}footer .nav-sitebar h5, footer .subscribe_holder h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
}footer .nav-sitebar h5::after, footer .subscribe_holder h5::after {
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
}footer .nav-train {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .nav-train a {
    background-color: rgb(160,156,201,0.5);
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 calc(50% - 10px);
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 20px;
    overflow: hidden;
}footer .nav-train a::before {
    width: 100%;
    height: 2px;
    left: -100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
    transition: left 0.3s ease;
    position: absolute;
}footer .nav-train a:hover {
    background-color: rgb(108,93,182,0.5);
    transform: translateY(-3px);
}footer .nav-train a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 25px;
    color: #ffffff;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(160,156,201,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates-header {
    transition: all 0.3s ease;
    padding: 15px 20px;
    border: none;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    color: rgb(160,156,201);
    border-radius: 25px;
    background-color: #ffffff;
}footer .updates-header::after {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
}footer .updates-header:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(200,199,220);
    transform: translateY(-3px);
}footer .updates-header:hover::after {
    left: 100%;
}footer .webinar-live {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .chrome-ext {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}footer .chrome-ext::before,
footer .chrome-ext::after {
    width: 20px;
    top: 50%;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
}footer .chrome-ext::before {
    left: 0;
}footer .chrome-ext::after {
    right: 0;
}

@media (min-width: 768px) {footer .first-section {
    flex: 1 1 100%;
}footer .nav-sitebar, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .updates-header {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .scholar-cta {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .scholar-cta {
    padding: 80px 0 30px;
}footer .scholar-cta::before {
    height: 60px;
    background-size: 100% 60px;
}footer .edu-asknow {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .nav-sitebar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .webinar-live {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .scholar-cta {
    padding: 60px 0 20px;
}footer .scholar-cta::before {
    background-size: 100% 40px;
    height: 40px;
}footer .nav-sitebar h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}footer .nav-train a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .updates-header {
    padding: 12px 15px;
}}.interested-learners {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgb(108,93,182,0.5) 100%);
}.interested-learners::before {
    background-size: 50px 50px;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(160,156,201,0.5) 46%, rgb(160,156,201,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(108,93,182,0.5) 46%, rgb(108,93,182,0.5) 54%, transparent 55%);
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
}.interested-learners::after {
    position: absolute;
    opacity: 0.4;
    background-image: radial-gradient(circle at 50% 50%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(160,156,201,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(160,156,201,0.5) 0%, transparent 2%);
    left: 0;
    background-size: 180px 180px;
    z-index: 1;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    animation: pulseDots 10s infinite alternate;
}.interested-learners .master-program {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.interested-learners h3 {
    position: relative;
    text-align: left;
    margin-bottom: 3rem;
    border-left: 4px solid rgb(160,156,201);
    padding-left: 1.5rem;
    font-weight: 700;
    color: rgb(108,93,182);
    font-size: 29px;
    box-shadow: -5px 0 15px rgb(160,156,201,0.5);
}.interested-learners ul {
    padding: 0;
    gap: 2rem;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}.interested-learners li {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    display: flex;
    position: relative;
    padding: 1.8rem;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}.interested-learners li::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}.interested-learners li::after {
    transition: width 0.4s ease, opacity 0.4s ease;
    top: 0;
    content: '';
    background: rgb(160,156,201);
    height: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    width: 5px;
}.interested-learners li:hover {
    transform: translateY(-5px) scale(1.02);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(160,156,201,0.5);
}.interested-learners li:hover::after {
    width: 8px;
    opacity: 1;
}.interested-learners li svg {
    width: 40px;
    fill: rgb(160,156,201);
    height: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transition: all 0.4s ease;
    animation: pulseIcon 3s infinite alternate;
    filter: drop-shadow(0 0 8px rgb(160,156,201,0.5));
}.interested-learners li:hover svg {
    animation-duration: 1.5s;
}.interested-learners li svg path {
    transition: all 0.4s ease;
}.interested-learners li:hover svg path {
    fill: rgb(160,156,201);
}.interested-learners li {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}.interested-learners li:nth-child(1)::after {
    animation-delay: 0s;
}.interested-learners li:nth-child(2)::after {
    animation-delay: 0.5s;
}.interested-learners li:nth-child(3)::after {
    animation-delay: 1s;
}.interested-learners li:nth-child(4)::after {
    animation-delay: 1.5s;
}.interested-learners li:nth-child(1) svg {
    animation-delay: 0s;
}.interested-learners li:nth-child(2) svg {
    animation-delay: 1s;
}.interested-learners li:nth-child(3) svg {
    animation-delay: 0.5s;
}.interested-learners li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(160,156,201,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(160,156,201));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(160,156,201,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(160,156,201);
    }
}

@media (max-width: 991px) {.interested-learners {
    padding: 4rem 0;
}.interested-learners h3 {
    font-size: calc(29px * 0.9);
    padding-left: 1.2rem;
}.interested-learners li {
    padding: 1.5rem;
}.interested-learners li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.interested-learners {
    padding: 3rem 0;
}.interested-learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.interested-learners h3 {
    padding-left: 0;
    border-left: none;
    font-size: calc(29px * 0.8);
    margin-bottom: 2.5rem;
    border-bottom: 4px solid rgb(160,156,201);
    box-shadow: 0 5px 15px rgb(160,156,201,0.5);
    text-align: center;
    padding-bottom: 1rem;
}.interested-learners li {
    padding: 1.2rem;
}.interested-learners li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}
}