* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapper-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    width: 1176px;
    margin: auto;
}.scholar-cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.head-know {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.find-contact {
    position: relative;
    background: linear-gradient(135deg, rgb(222,219,239) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 80px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}.find-contact::before {
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(187,184,206) 0%, rgb(151,148,174) 100%);
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    z-index: 1;
}.find-contact::after {
    pointer-events: none;
    transform: translate(10%, 20%);
    bottom: 0;
    opacity: 0.05;
    position: absolute;
    right: 0;
    width: 40%;
    background: 
        radial-gradient(circle at 75% 75%, rgb(187,184,206,0.5) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgb(151,148,174,0.5) 0%, transparent 1px, transparent 3px, rgb(151,148,174,0.5) 4px);
    z-index: 0;
    height: 60%;
    content: "";
}.find-contact .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.find-contact .assist-form {
    padding: 40px;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}.find-contact .assist-form:hover {
    transform: perspective(1000px) rotateY(0deg);
}.find-contact h3 {
    padding-bottom: 15px;
    margin: 0 0 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-size: 37px;
}.find-contact h3::after {
    width: 80px;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(187,184,206) 0%, rgb(151,148,174) 100%);
    bottom: 0;
    content: "";
    left: 0;
}.find-contact .assist-form:hover h3::after {
    width: 120px;
}.find-contact p {
    margin: 0 0 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 90%;
    font-size: 14px;
    line-height: 1.6;
}.find-contact h5 {
    font-size: 20px;
    align-items: center;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    display: flex;
}.find-contact h5 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.find-contact .assist-form > div:hover h5 svg {
    transform: scale(1.1);
}.find-contact .talk-contact {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin: 15px 0 0;
    padding: 0;
    display: grid;
    gap: 15px;
}.find-contact .talk-contact li {
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.find-contact .talk-contact li:hover {
    transform: translateX(5px);
    border-bottom-color: rgb(187,184,206,0.5);
}.find-contact .get-contactwidget {
    align-items: center;
    display: flex;
    transition: color 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.find-contact .get-contactwidget:hover {
    color: rgb(187,184,206);
}.find-contact .get-contactwidget svg {
    margin-left: 8px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.find-contact .get-contactwidget:hover svg {
    transform: translateY(-3px);
}.find-contact svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.find-contact svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.find-contact .get-contactwidget:hover svg path {
    fill: rgb(187,184,206);
}

@media (min-width: 768px) {.find-contact .assist-form {
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}.find-contact .assist-form > div:first-of-type {
    grid-column: 1 / -1;
}.find-contact .talk-contact {
    grid-column: 1 / -1;
}.find-contact h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 1.1);
}.find-contact .assist-form {
    padding: 50px;
    transform: perspective(1200px) rotateY(-1.5deg);
}
}

@media (min-width: 992px) {.find-contact {
    padding: 100px 0;
}.find-contact .assist-form {
    grid-template-columns: 2fr 1fr;
}.find-contact .talk-contact {
    grid-template-columns: repeat(3, 1fr);
}.find-contact h3 {
    margin-bottom: 35px;
}.find-contact .assist-form::before {
    width: 80px;
    position: absolute;
    border-top: 3px solid rgb(151,148,174);
    opacity: 0.5;
    border-right: 3px solid rgb(151,148,174);
    transition: all 0.3s ease;
    pointer-events: none;
    height: 80px;
    top: -15px;
    content: "";
    right: -15px;
}.find-contact .assist-form::after {
    left: -15px;
    bottom: -15px;
    pointer-events: none;
    height: 80px;
    width: 80px;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(187,184,206);
    border-bottom: 3px solid rgb(187,184,206);
    position: absolute;
    content: "";
}.find-contact .assist-form:hover::before,
    .find-contact .assist-form:hover::after {
    height: 100px;
    opacity: 0.7;
    width: 100px;
}
}

@media (max-width: 767px) {.find-contact {
    padding: 60px 0;
}.find-contact .assist-form {
    gap: 20px;
    transform: none;
    padding: 30px 25px;
}.find-contact h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.find-contact p {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.find-contact .talk-contact {
    grid-template-columns: 1fr;
}.find-contact .talk-contact li {
    padding: 8px 0;
}
}

@media (max-width: 480px) {.find-contact {
    padding: 40px 0;
}.find-contact .assist-form {
    padding: 25px 20px;
}.find-contact h3 {
    font-size: calc(37px * 0.85);
    padding-bottom: 12px;
}.find-contact h5 {
    font-size: calc(20px * 0.9);
}.find-contact p {
    font-size: calc(14px * 0.9);
}.find-contact .get-contactwidget {
    font-size: calc(14px * 0.9);
}.find-contact svg {
    width: 20px;
    height: 20px;
}}.contact-us {
    background: rgb(222,219,239);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact-us::before {
    left: 0;
    width: 100%;
    background-size: 40px 40px;
    z-index: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(187,184,206), 0.05) 49%, rgba(rgb(187,184,206), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(151,148,174), 0.05) 49%, rgba(rgb(151,148,174), 0.05) 51%, transparent 52%);
}.contact-us .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.contact-us h2 {
    position: relative;
    color: #000000;
    display: inline-block;
    border-bottom: 3px solid rgb(187,184,206);
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 15px;
}.contact-us .connect-inquiry {
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
}.contact-us .photo-show {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}.contact-us .message-query {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}.contact-us .message-query::before {
    background-position: 0 0, 15px 15px;
    left: 0;
    opacity: 0.1;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
}.contact-us #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact-us h3 {
    font-weight: 700;
    color: rgb(187,184,206);
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
}.contact-us input[type="text"] {
    font-size: 12px;
    background: rgb(222,219,239);
    width: 100%;
    border: none;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(187,184,206);
}.contact-us input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-left-color: rgb(151,148,174);
}.contact-us input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact-us .message-box {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}.contact-us .message-box input[type="checkbox"] {
    cursor: pointer;
    margin-top: 3px;
    position: relative;
    height: 22px;
    appearance: none;
    border-radius: 4px;
    width: 22px;
    transition: all 0.3s ease;
    background: rgb(222,219,239);
    border: 2px solid rgb(222,219,239);
}.contact-us .message-box input[type="checkbox"]:checked {
    background: rgb(187,184,206);
    border-color: rgb(187,184,206);
}.contact-us .message-box input[type="checkbox"]:checked::after {
    height: 10px;
    top: 40%;
    border-bottom: 2px solid #ffffff;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    width: 5px;
    border-right: 2px solid #ffffff;
    left: 50%;
}.contact-us .message-box label {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.contact-us .message-box a {
    color: rgb(187,184,206);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-us .message-box a:hover {
    color: rgb(151,148,174);
}.contact-us .message-box a::after {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(187,184,206);
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
}.contact-us .message-box a:hover::after {
    background: rgb(151,148,174);
    height: 2px;
}.contact-us .help-info {
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 19px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    padding: 15px 35px;
    margin-top: 15px;
    color: #ffffff;
    align-self: flex-start;
    background: rgb(187,184,206);
}.contact-us .help-info::after {
    left: 50%;
    border-radius: 50%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    height: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.1);
}.contact-us .help-info:hover {
    background: rgb(151,148,174);
}.contact-us .help-info:hover::after {
    height: 300%;
    width: 300%;
}.contact-us svg {
    transition: all 0.3s ease;
    fill: rgb(187,184,206);
    width: 20px;
    height: 20px;
}.contact-us svg path {
    transition: all 0.3s ease;
    fill: rgb(187,184,206);
}.contact-us svg:hover {
    fill: rgb(151,148,174);
}.contact-us svg:hover path {
    fill: rgb(151,148,174);
}

@media (max-width: 992px) {.contact-us {
    padding: 70px 0;
}.contact-us .connect-inquiry {
    flex-direction: column;
}.contact-us .photo-show {
    min-height: 300px;
    flex: 0 0 auto;
}.contact-us .message-query {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-us {
    padding: 60px 0;
}.contact-us h2 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.contact-us .message-query {
    padding: 35px 25px 45px;
}.contact-us #contact {
    gap: 20px;
}.contact-us .photo-show {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us {
    padding: 50px 0;
}.contact-us .container {
    padding: 0 15px;
}.contact-us h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 6px);
}.contact-us .message-query {
    padding: 30px 20px 40px;
}.contact-us .help-info {
    width: 100%;
}.contact-us .photo-show {
    min-height: 200px;
}}.instructor-history {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,219,239), rgba(245, 247, 250, 0.92));
}.instructor-history::before {
    background: linear-gradient(225deg, rgb(187,184,206,0.5), transparent);
    position: absolute;
    height: 40%;
    left: -5%;
    top: -5%;
    opacity: 0.15;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    width: 40%;
}.instructor-history::after {
    position: absolute;
    height: 50%;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(151,148,174,0.5), transparent);
    transform: rotate(10deg);
    content: "";
    width: 30%;
    bottom: -5%;
    z-index: 0;
    right: -5%;
}.instructor-history .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.instructor-history .client-quotes {
    position: relative;
    display: grid;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transform: translateY(0);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem 2rem;
}.instructor-history .client-quotes:hover {
    transform: translateY(-5px);
}.instructor-history .client-quotes > div:first-child {
    position: relative;
    width: 100%;
}.instructor-history .client-quotes .photo-show {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 0;
    padding-bottom: 85%;
}.instructor-history .client-quotes:hover .photo-show {
    transform: scale(1.02);
}.instructor-history .client-quotes .photo-show::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.instructor-history .client-quotes > div:nth-child(2) {
    text-align: left;
    position: relative;
}.instructor-history .client-quotes .name {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin: 0 0 0.5rem;
    font-size: calc(22px * 1.1);
    display: inline-block;
}.instructor-history .client-quotes .name::after {
    transform: scaleX(1);
    left: 0;
    bottom: -0.35rem;
    position: absolute;
    width: 2.5rem;
    transition: transform 0.4s ease-out;
    content: "";
    background: rgb(187,184,206);
    transform-origin: left;
    height: 2px;
}.instructor-history .client-quotes:hover .name::after {
    transform: scaleX(1.5);
}.instructor-history .client-quotes > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    font-weight: 600;
    margin-top: 0.75rem;
    color: rgb(187,184,206);
    letter-spacing: 0.02em;
}.instructor-history .client-quotes > div:nth-child(3) {
    position: relative;
}.instructor-history .client-quotes .career-container {
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.7;
    border-left: 3px solid rgb(151,148,174,0.5);
    font-size: 14px;
    padding-left: 1.25rem;
}.instructor-history .client-quotes .career-container::before {
    width: 25px;
    transition: all 0.4s ease-out 0.2s;
    position: absolute;
    z-index: 1;
    height: 25px;
    top: -15px;
    transform: scale(0);
    opacity: 0;
    left: -8px;
    background: #ffffff;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 3px rgb(151,148,174,0.5);
}.instructor-history .client-quotes:hover .career-container::before {
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {.instructor-history {
    padding: 8rem 0;
}.instructor-history .client-quotes {
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
}.instructor-history .client-quotes > div:first-child {
    grid-row: span 2;
}.instructor-history .client-quotes .photo-show {
    padding-bottom: 130%;
}.instructor-history .client-quotes > div:nth-child(2) {
    align-self: end;
}.instructor-history .client-quotes .name {
    font-size: calc(22px * 1.2);
}.instructor-history .client-quotes > div:nth-child(3) {
    grid-column: 2;
}.instructor-history .client-quotes .career-container {
    padding-left: 1.5rem;
    font-size: calc(14px * 1.05);
}
}

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

@media (min-width: 1280px) {.instructor-history .client-quotes {
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
    padding: 5rem;
}.instructor-history .client-quotes .career-container {
    border-left: 4px solid rgb(151,148,174,0.5);
    padding-left: 2rem;
}}.learning-outcomes {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(222,219,239) 30%, rgba(rgb(187,184,206,0.5), 0.05) 100%);
    padding: 120px 0;
}.learning-outcomes::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 6px;
    right: 0;
    background: linear-gradient(90deg, rgb(187,184,206), rgb(151,148,174));
    position: absolute;
}.learning-outcomes::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(187,184,206,0.5), 0.03) 0px,
        rgba(rgb(187,184,206,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
}.learning-outcomes .container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
}.learning-outcomes .photo-show {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
    box-shadow: 20px 20px 0 rgba(rgb(187,184,206,0.5), 0.2),
                -15px -15px 0 rgba(rgb(151,148,174,0.5), 0.15);
    object-fit: cover;
}.learning-outcomes .photo-show:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.learning-outcomes .knowledge-growth {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
}.learning-outcomes .label-holder {
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    padding: 30px;
}.learning-outcomes .label-holder::before {
    content: "";
    left: -15px;
    height: calc(100% + 30px);
    position: absolute;
    width: calc(100% + 30px);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(187,184,206);
    top: -15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    z-index: -1;
}.learning-outcomes h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.3;
    color: #000000;
    transform: translateX(-5px);
    margin-bottom: 30px;
    position: relative;
}.learning-outcomes h1::after {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(151,148,174);
    bottom: -10px;
    width: 80px;
}.learning-outcomes ul {
    margin: 0;
    display: grid;
    gap: 20px;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.learning-outcomes li {
    padding-left: 15px;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease;
}.learning-outcomes li:hover {
    transform: translateX(10px);
}.learning-outcomes li::before {
    width: 10px;
    left: -5px;
    transform: translateY(-50%) scale(0);
    height: 10px;
    border-radius: 10px;
    content: "";
    background: rgb(187,184,206);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 50%;
    opacity: 0.7;
    position: absolute;
}.learning-outcomes li:hover::before {
    transform: translateY(-50%) scale(1);
}.learning-outcomes p {
    display: flex;
    line-height: 1.6;
    font-size: 18px;
    margin: 0;
    color: #000000;
    align-items: center;
}.learning-outcomes svg {
    width: 24px;
    transform: translateY(-1px);
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}.learning-outcomes svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(187,184,206);
}.learning-outcomes li:hover svg path {
    fill: rgb(151,148,174);
}.learning-outcomes li:hover svg path:first-child {
    transform: translateY(-2px);
}.learning-outcomes li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.learning-outcomes {
    padding: 80px 0;
}.learning-outcomes .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.learning-outcomes .photo-show {
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
    margin: 0 auto;
    width: 80%;
}.learning-outcomes h1 {
    font-size: calc(44px * 0.9);
}
}

@media (max-width: 768px) {.learning-outcomes {
    padding: 60px 0;
}.learning-outcomes .container {
    gap: 30px;
}.learning-outcomes .photo-show {
    box-shadow: 10px 10px 0 rgba(rgb(187,184,206,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(151,148,174,0.5), 0.15);
    width: 100%;
    transform: none;
}.learning-outcomes .label-holder {
    padding: 20px;
}.learning-outcomes .label-holder::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
}.learning-outcomes h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 25px;
}.learning-outcomes ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.learning-outcomes {
    padding: 40px 0;
}.learning-outcomes .photo-show {
    box-shadow: 8px 8px 0 rgba(rgb(187,184,206,0.5), 0.2);
    max-height: 250px;
}.learning-outcomes h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 20px;
}.learning-outcomes h1::after {
    width: 60px;
    height: 2px;
}.learning-outcomes p {
    font-size: calc(18px * 0.9);
}.learning-outcomes svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.learning-outcomes ul {
    gap: 12px;
}.learning-outcomes li:hover {
    transform: translateX(5px);
}}.alertPrivacySettings {
    box-shadow: 0 -10px 30px rgb(187,184,206,0.5);
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(187,184,206);
    width: 100%;
    background: rgb(151,148,174);
    bottom: 0;
    z-index: 90;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie-option {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 5%;
    box-shadow: 0 0 20px rgb(187,184,206,0.5);
    background: linear-gradient(135deg, rgb(151,148,174) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.edu-consent {
    margin-right: 20px;
    flex-shrink: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(187,184,206);
    overflow: hidden;
    border-radius: 16px;
}.edu-consent svg, .edu-consent svg path {
    height: 60px;
    transition: transform 0.3s ease;
    width: 60px;
    fill: rgb(187,184,206);
}.edu-consent:hover svg {
    transform: rotate(20deg);
}.data-approval {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.data-approval h5 {
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(187,184,206);
    color: rgb(187,184,206);
    font-size: 24px;
}.data-approval p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(187,184,206,0.5);
}.user-choices {
    cursor: pointer;
    color: #000000;
    box-shadow: 0 0 10px rgb(187,184,206,0.5);
    font-size: 14px;
    background: rgb(187,184,206);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
}.user-choices:hover {
    box-shadow: 0 0 20px rgb(151,148,174,0.5);
    background: rgb(151,148,174);
}.alertPrivacySettings p a {
    color: rgb(187,184,206);
    text-decoration: underline;
    transition: color 0.3s ease;
}.alertPrivacySettings p a:hover {
    color: rgb(151,148,174);
}#privacyAlertWindow {
    display: none;
}#privacyAlertWindow:checked ~ .alertPrivacySettings {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.alertPrivacySettings {
    padding: 20px;
}.cookie-option {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.edu-consent {
    display: none;
}.cookie-option {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.data-approval {
    margin-bottom: 20px;
    text-align: center;
}.alertPrivacySettings h5, .alertPrivacySettings p {
    text-align: center;
}.user-choices {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
}}
.our-team {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-team::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(187,184,206,0.5), rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    content: "";
    left: 0;
}.our-team::after {
    opacity: 0.1;
    content: "";
    z-index: 1;
    bottom: -50px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    background: rgb(151,148,174);
    height: 200px;
    animation: float 8s ease-in-out infinite;
    width: 200px;
}.our-team h4 {
    color: #ffffff;
    text-align: center;
    font-size: calc(29px * 1.2);
    z-index: 2;
    position: relative;
    letter-spacing: 2px;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.our-team h4::after {
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(151,148,174), rgb(187,184,206));
    left: 50%;
    width: 80px;
    position: absolute;
    content: "";
}.our-team .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.our-team .label-holder {
    backdrop-filter: blur(10px);
    opacity: 1;
    border-left: 5px solid rgb(187,184,206);
    position: relative;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
}.our-team .label-holder::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(151,148,174));
    height: 5px;
    content: "";
}.our-team .label-holder::after {
    background: linear-gradient(90deg, transparent, rgb(187,184,206,0.5));
    position: absolute;
    height: 2px;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
}.our-team .label-holder h6 {
    color: rgb(187,184,206);
    margin-bottom: 25px;
    display: inline-block;
    font-size: calc(24px * 1.2);
    position: relative;
    font-weight: 700;
}.our-team .label-holder h6::after {
    transform: scaleX(0.3);
    transform-origin: left;
    content: "";
    width: 100%;
    left: 0;
    transition: transform 0.5s ease;
    bottom: -10px;
    position: absolute;
    height: 2px;
    background: rgb(151,148,174,0.5);
}.our-team .label-holder:hover h6::after {
    transform: scaleX(1);
}.our-team .label-holder div {
    position: relative;
}.our-team .label-holder span {
    hyphens: auto;
    color: #000000;
    display: block;
    text-align: justify;
    line-height: 1.8;
    column-count: 2;
    column-gap: 30px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.our-team {
    padding: 100px 0;
}.our-team .label-holder {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.our-team {
    padding: 80px 0;
}.our-team h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 1.1);
}.our-team .label-holder {
    padding: 30px 35px;
}.our-team .label-holder h6 {
    font-size: 24px;
}
}

@media screen and (max-width: 768px) {.our-team {
    padding: 70px 0;
}.our-team h4 {
    margin-bottom: 40px;
    font-size: 29px;
}.our-team h4::after {
    height: 3px;
    width: 60px;
}.our-team .label-holder {
    padding: 25px 30px;
}.our-team .label-holder span {
    line-height: 1.7;
    font-size: calc(13px - 1px);
    column-count: 1;
}
}

@media screen and (max-width: 576px) {.our-team {
    padding: 60px 0;
}.our-team h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.our-team h4::after {
    width: 50px;
}.our-team .label-holder {
    padding: 20px 25px;
    border-left-width: 3px;
}.our-team .label-holder h6 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.our-team .label-holder span {
    line-height: 1.6;
    font-size: calc(13px - 2px);
}
}

@media (hover: hover) and (pointer: fine) {.our-team .label-holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}.join-our-community {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: rgb(222,219,239);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 4rem;
}.join-our-community::before {
    inset: 0;
    content: "";
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(187,184,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(151,148,174,0.5) 0%, transparent 40%);
    opacity: 0.3;
    position: absolute;
}.join-our-community::after {
    height: 100%;
    position: absolute;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(187,184,206,0.5) 10px, rgb(187,184,206,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(151,148,174,0.5) 10px, rgb(151,148,174,0.5) 11px);
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
}.join-our-community .knowledge-growth {
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    display: grid;
    position: relative;
}.join-our-community .knowledge-growth::before {
    top: -30px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: rgb(187,184,206);
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite;
    content: "";
    right: -30px;
    position: absolute;
    width: 100px;
    height: 100px;
}.join-our-community .knowledge-growth::after {
    background: rgb(151,148,174);
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    bottom: -30px;
    position: absolute;
    width: 100px;
    opacity: 0.15;
    content: "";
    animation: rotate-shape 20s linear infinite reverse;
    left: -30px;
}.join-our-community p {
    font-weight: 700;
    font-family: Arial, sans-serif;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    font-size: 24px;
    margin: 0;
    color: #000000;
}.join-our-community p::before {
    height: 50px;
    position: absolute;
    content: "";
    width: 50px;
    border: 2px solid rgb(187,184,206,0.5);
    opacity: 0.5;
    left: -15px;
    animation: square-pulse 5s infinite alternate;
    z-index: -1;
    top: -15px;
}.join-our-community p::after {
    content: "";
    animation: line-extend 3s infinite alternate;
    bottom: -10px;
    left: 20px;
    height: 3px;
    width: 50px;
    z-index: -1;
    position: absolute;
    background: rgb(151,148,174);
}.join-our-community .input_holder {
    perspective: 1000px;
    position: relative;
    display: flex;
    align-items: stretch;
    height: 60px;
}.join-our-community .input_holder::before {
    right: -10px;
    filter: blur(5px);
    background: linear-gradient(45deg, transparent, rgb(187,184,206,0.5), transparent);
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    top: -10px;
    transform: rotateX(10deg) rotateY(-10deg);
    content: "";
    opacity: 0.2;
    border-radius: 10px;
}.join-our-community .updates-modal {
    transition: all 0.3s ease;
    flex: 1;
    border-top-left-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    padding: 0 1.5rem;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    height: 100%;
    border-bottom-left-radius: 10px;
}.join-our-community .updates-modal:focus {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    border-color: rgb(187,184,206);
}.join-our-community .updates-modal::placeholder {
    color: #000000;
    opacity: 0.6;
}.join-our-community .sub-set {
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(187,184,206);
    isolation: isolate;
    border-bottom-right-radius: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 0 2rem;
    font-weight: 600;
    cursor: pointer;
    border-top-right-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    height: 100%;
}.join-our-community .sub-set::before {
    transform: translateY(100%);
    position: absolute;
    content: "";
    inset: 0;
    background: rgb(151,148,174);
    transition: transform 0.3s ease;
    z-index: -1;
}.join-our-community .sub-set:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.join-our-community .sub-set:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.join-our-community {
    padding: 3rem 1.5rem;
}.join-our-community .knowledge-growth {
    gap: 2rem;
    grid-template-columns: 1fr;
}.join-our-community p {
    font-size: 21px;
}.join-our-community .input_holder {
    height: auto;
    flex-direction: column;
}.join-our-community .updates-modal {
    height: 60px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.join-our-community .sub-set {
    border-radius: 10px;
    height: 60px;
    width: 100%;
}}.title-screen {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(187,184,206,0.5), rgba(0, 0, 0, 0.5));
    display: flex;
    height: 100vh;
    align-items: stretch;
    width: 100%;
}.title-screen .photo-show {
    top: 0;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    filter: brightness(0.85) contrast(1.1) saturate(1.2);
    left: 0;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
}.title-screen .photo-show::after {
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(rgb(187,184,206,0.5), 0.4) 100%
    );
    backdrop-filter: blur(2px);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
}.title-screen .knowledge-growth {
    z-index: 3;
    padding: 4rem 2rem;
    transform: translateX(0);
    width: 100%;
    animation: slideIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    flex-direction: column;
}@keyframes slideIn {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.title-screen h1 {
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease-out;
    font-size: clamp(2.5rem, 5vw, 41px);
    font-weight: 700;
    position: relative;
}.title-screen h1::after {
    position: absolute;
    animation: growLine 1.5s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 4px;
    transform-origin: left;
    width: 80px;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(151,148,174), transparent);
    content: '';
    bottom: -0.5rem;
}@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

.title-screen .label-holder {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(187,184,206);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    max-width: 550px;
    border-radius: 10px;
    animation: fadeUp 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
    transform: translateY(0);
}.title-screen .label-holder::before {
    left: 0;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(187,184,206,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
}@keyframes fadeUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.title-screen .label-holder p {
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.02em;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.9);
}.title-screen .learn-skillspro {
    transform: scale(1);
    justify-content: center;
    display: flex;
    position: relative;
    margin: 1rem 0 2rem;
    transition: transform 0.3s ease;
    align-items: center;
}.title-screen .learn-skillspro:hover {
    transform: scale(1.05);
}.title-screen .learn-skillspro svg {
    height: 100px;
    width: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}.title-screen .learn-skillspro svg path {
    transition: fill 0.3s ease;
    fill: rgb(151,148,174);
}.title-screen .learn-skillspro svg text {
    dominant-baseline: middle;
    transition: fill 0.3s ease;
    fill: rgb(151,148,174);
}.title-screen .learn-skillspro:hover svg path,
.title-screen .learn-skillspro:hover svg text {
    fill: #ffffff;
}.title-screen h6 {
    text-align: center;
    margin-top: 1rem;
    width: 100%;
}.title-screen .help-info {
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(151,148,174) 0%, rgb(187,184,206) 100%);
    letter-spacing: 0.05em;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    padding: 0.9em 2em;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}.title-screen .help-info::before {
    transition: left 0.6s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
}.title-screen .help-info:hover {
    background: linear-gradient(135deg, rgb(187,184,206) 0%, rgb(151,148,174) 100%);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}.title-screen .help-info:hover::before {
    left: 100%;
}.title-screen .help-info:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(0) translateZ(0);
}

@media (min-width: 768px) {.title-screen .knowledge-growth {
    padding: 5rem;
    transform: translateX(0);
}.title-screen .label-holder {
    margin-left: 3rem;
    max-width: 550px;
}
}

@media (min-width: 992px) {.title-screen {
    align-items: center;
    display: flex;
}.title-screen .knowledge-growth {
    width: 100%;
    max-width: 1400px;
    padding: 0 5rem;
}.title-screen h1 {
    max-width: 70%;
    font-size: 41px;
}.title-screen .label-holder {
    padding: 3rem;
    margin-left: 5rem;
}
}

@media (max-width: 767px) {.title-screen {
    height: auto;
    min-height: 100vh;
}.title-screen .knowledge-growth {
    padding: 6rem 1.5rem 4rem;
}.title-screen h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}.title-screen .label-holder {
    padding: 1.5rem;
    width: 100%;
}.title-screen .help-info {
    text-align: center;
    width: 100%;
    padding: 0.8em 1.5em;
}.title-screen .learn-skillspro svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 480px) {.title-screen h1 {
    font-size: 1.75rem;
}.title-screen .label-holder p {
    font-size: 0.95rem;
}.title-screen .learn-skillspro svg {
    width: 60px;
    height: 60px;
}}.program-offerings {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(187,184,206,0.5), 0.05), rgba(rgb(151,148,174,0.5), 0.1));
}.program-offerings::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(187,184,206,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(151,148,174,0.5), 0.12) 0%, transparent 45%);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
}.program-offerings::after {
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    right: -5%;
    background: linear-gradient(225deg, rgba(rgb(187,184,206,0.5), 0.08), transparent);
    width: 45%;
    content: "";
    height: 45%;
    position: absolute;
    z-index: 0;
}.program-offerings .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.program-offerings h2 {
    max-width: 85%;
    color: #000000;
    line-height: 1.3;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 700;
    transform: translateX(-5%);
    position: relative;
}.program-offerings h2::after {
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(187,184,206), rgb(151,148,174));
    left: 0;
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    content: "";
    width: 80px;
}.program-offerings h2:hover::after {
    transform: scaleX(1.5);
}.program-offerings .education-route {
    grid-template-columns: 1fr;
    position: relative;
    grid-gap: 40px;
    display: grid;
}.program-offerings .photo-show {
    height: 400px;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    overflow: hidden;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    position: relative;
}.program-offerings .photo-show::before {
    z-index: 1;
    left: 0;
    content: "";
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(187,184,206,0.5), 0.1),
        rgba(rgb(151,148,174,0.5), 0.15)
    );
    position: absolute;
    top: 0;
    width: 100%;
}.program-offerings .photo-show::after {
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    pointer-events: none;
    position: absolute;
    content: "";
    z-index: 2;
    mix-blend-mode: overlay;
    transition: opacity 1.2s ease;
    top: -50%;
    height: 200%;
    left: -50%;
    opacity: 0;
    width: 200%;
}.program-offerings .photo-show:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
}.program-offerings .photo-show:hover::after {
    opacity: 1;
}.program-offerings .label-holder {
    position: relative;
    padding: 20px 0 0;
}.program-offerings .description {
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.75;
    max-height: 350px;
    color: #000000;
    overflow-y: auto;
    opacity: 1;
    position: relative;
    transform: translateY(0);
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 25px;
}.program-offerings .description::-webkit-scrollbar {
    width: 4px;
}.program-offerings .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program-offerings .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(187,184,206), rgb(151,148,174));
    border-radius: 2px;
}.program-offerings .description:first-of-type {
    position: relative;
    z-index: 1;
}.program-offerings .description:first-of-type::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(187,184,206);
    margin-right: 1px;
}.program-offerings .description:last-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid rgba(rgb(187,184,206,0.5), 0.2);
}.program-offerings .description:last-of-type::before {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 50%;
    width: 10px;
    left: -5px;
    height: 10px;
    background: rgb(187,184,206);
}

@media (min-width: 768px) {.program-offerings {
    padding: 150px 0 100px;
}.program-offerings h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(28px * 1.2);
}.program-offerings .education-route {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 60px;
}.program-offerings .photo-show {
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
    height: 500px;
}.program-offerings .photo-show:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.program-offerings .label-holder {
    padding: 0 0 0 20px;
}.program-offerings .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.program-offerings .container {
    padding: 0 40px;
}.program-offerings h2 {
    transform: translateX(-8%);
    max-width: 70%;
    font-size: calc(28px * 1.4);
}.program-offerings h2::after {
    width: 120px;
    height: 4px;
}.program-offerings .education-route {
    grid-gap: 80px;
}.program-offerings .photo-show {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.program-offerings .photo-show:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.program-offerings .label-holder {
    padding: 0 0 0 40px;
}.program-offerings .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program-offerings {
    padding: 180px 0 120px;
}.program-offerings h2 {
    max-width: 60%;
    font-size: calc(28px * 1.5);
}.program-offerings .education-route {
    grid-gap: 100px;
}.program-offerings .photo-show {
    height: 600px;
}.program-offerings .description {
    font-size: calc(14px * 1.1);
    max-height: 450px;
}
}

@media (max-width: 767px) {.program-offerings {
    padding: 80px 0 60px;
}.program-offerings h2 {
    margin-bottom: 40px;
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.program-offerings .photo-show {
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
}.program-offerings .label-holder {
    padding: 20px 0 0;
}.program-offerings .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(14px * 0.95);
}}footer {
    width: 100%;
    position: relative;
}footer .scholar-cta {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    background-color: #2c3e50;
    padding: 100px 0 30px;
}footer .scholar-cta::before {
    content: "";
    top: 0;
    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);
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    background-size: 60px 60px;
}footer .trial-offer {
    z-index: 1;
    position: relative;
}footer .edu-ask {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 15px;
    margin: -70px auto 60px;
}footer .info_item {
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: flex;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    width: 6px;
    top: 25%;
    content: "";
    position: absolute;
    transition: height 0.3s ease, top 0.3s ease;
    height: 50%;
    background-color: rgb(187,184,206);
    left: 0;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    z-index: 1;
    fill: rgb(187,184,206);
    flex-shrink: 0;
    height: 22px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    z-index: 1;
}footer .info_item a:hover {
    color: rgb(187,184,206);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}footer .nav-prime, footer .subscribe_holder {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
}footer .nav-prime:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .site-nav {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}footer .nav-prime svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .faculty-info {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .site-nav h5 {
    color: #ffffff;
    padding-bottom: 10px;
    position: relative;
    font-size: 19px;
    grid-column: 1 / -1;
    margin-bottom: 20px;
    font-weight: 600;
}footer .site-nav h5::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: rgb(187,184,206);
    bottom: 0;
    content: "";
    left: 0;
}footer .main-know {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 13px;
}footer .main-know:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main-know a {
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}footer .main-know a:last-child {
    border-bottom: none;
}footer .main-know a::before {
    transform: translateX(-10px);
    content: "→";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 0;
}footer .main-know a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .main-know a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}footer .subscribe_holder h5::after {
    background-color: rgb(187,184,206);
    width: 50px;
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(187,184,206);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-set {
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    background-color: rgb(187,184,206);
    transition: all 0.3s ease;
    padding: 15px;
}footer .sub-set:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(151,148,174);
}footer .forum-link {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .footer-classes {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-set {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .site-nav {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .scholar-cta {
    padding: 70px 0 30px;
}footer .edu-ask {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav-prime, footer .subscribe_holder {
    padding: 25px 20px;
}footer .site-nav h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .forum-link {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .scholar-cta {
    padding: 50px 0 20px;
}footer .main-know {
    padding: 15px;
}footer .site-nav h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .sub-set {
    padding: 12px;
}}.confidential-nest {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(222,219,239), #ffffff 80%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}.confidential-nest::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0.97);
    position: absolute;
    background: linear-gradient(90deg, rgb(187,184,206), rgb(151,148,174));
}.confidential-nest:hover::before {
    transform: scaleX(1);
}.confidential-nest::after {
    position: absolute;
    opacity: 0.03;
    width: 50%;
    right: 0;
    content: "";
    background: linear-gradient(to left, rgb(187,184,206,0.5), transparent);
    bottom: 0;
    height: 100%;
    transform: skewX(-12deg) translateX(30%);
    z-index: 0;
}.confidential-nest .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}.confidential-nest h1 {
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: rgb(187,184,206);
    position: relative;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-size: 38px;
}.confidential-nest h1::after {
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.4s ease-out;
    transform-origin: left;
    bottom: 0;
    width: 80px;
    background: rgb(151,148,174);
    height: 3px;
}.confidential-nest:hover h1::after {
    width: 120px;
}.confidential-nest h2 {
    margin-bottom: 1.25rem;
    padding-left: 1rem;
    margin-top: 2.5rem;
    color: #000000;
    position: relative;
    transition: padding-left 0.3s ease;
    font-size: 37px;
    font-weight: 600;
    border-left: 3px solid rgb(187,184,206);
}.confidential-nest h2:hover {
    padding-left: 1.5rem;
}.confidential-nest h3 {
    margin-top: 2rem;
    font-size: calc(37px * 0.85);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
}.confidential-nest h4 {
    font-weight: 400;
    position: relative;
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
    color: #000000;
    display: inline-block;
    font-size: calc(37px * 0.7);
}.confidential-nest h4::after {
    bottom: -5px;
    width: 100%;
    background: linear-gradient(to right, rgb(151,148,174), transparent);
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
}.confidential-nest p {
    margin-bottom: 1.5rem;
    font-size: 15px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    line-height: 1.7;
    padding-right: 1rem;
}.confidential-nest p:hover {
    transform: translateX(5px);
}.confidential-nest p strong {
    color: rgb(187,184,206);
    display: inline-block;
    position: relative;
    font-weight: 600;
}.confidential-nest p strong::after {
    bottom: -2px;
    content: "";
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    height: 1px;
    background-color: rgb(187,184,206,0.5);
}.confidential-nest p strong:hover::after {
    transform: scaleX(1);
}.confidential-nest span {
    border-left: 1px dashed rgb(151,148,174,0.5);
    color: #000000;
    font-size: 15px;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
}.confidential-nest ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.confidential-nest li {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
}.confidential-nest li:hover {
    transform: translateX(5px);
}.confidential-nest li::before {
    top: 0.5rem;
    content: "";
    height: 8px;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    width: 8px;
    left: 0;
    background-color: rgb(151,148,174);
}.confidential-nest li:hover::before {
    background-color: rgb(187,184,206);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.confidential-nest {
    padding: 3rem 1.5rem;
}.confidential-nest h1 {
    font-size: calc(38px * 0.9);
}.confidential-nest h2 {
    font-size: calc(37px * 0.9);
}.confidential-nest p, .confidential-nest span, .confidential-nest li {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 767px) {.confidential-nest {
    padding: 2.5rem 1.25rem;
}.confidential-nest::after {
    display: none;
}.confidential-nest h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.confidential-nest h2 {
    padding-left: 0.75rem;
    font-size: calc(37px * 0.8);
}.confidential-nest h3 {
    font-size: calc(37px * 0.7);
}.confidential-nest h4 {
    font-size: calc(37px * 0.6);
}.confidential-nest p, .confidential-nest span, .confidential-nest li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.confidential-nest ul {
    margin-left: 0.5rem;
}.confidential-nest li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.confidential-nest {
    padding: 2rem 1rem;
}.confidential-nest h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.confidential-nest h1::after {
    width: 60px;
}.confidential-nest:hover h1::after {
    width: 80px;
}.confidential-nest h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
    margin-top: 2rem;
}.confidential-nest p, .confidential-nest span, .confidential-nest li {
    margin-bottom: 1.25rem;
    font-size: calc(15px * 0.85);
    line-height: 1.5;
}.confidential-nest li::before {
    width: 6px;
    height: 6px;
    top: 0.4rem;
}.confidential-nest p:hover, .confidential-nest li:hover {
    transform: translateX(3px);
}}.user-comments {
    background: rgb(222,219,239);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.user-comments::before {
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(187,184,206,0.5) 100%);
    z-index: 1;
}.user-comments::after {
    z-index: 1;
    transform: rotate(-3deg);
    width: 120%;
    height: 1px;
    top: 30%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(187,184,206,0.5), transparent);
    left: -10%;
}.user-comments .knowledge-growth {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.user-comments h4 {
    transform: skewX(-10deg);
    padding-left: 20px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 70px;
    position: relative;
    color: #000000;
    display: inline-block;
}.user-comments h4::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: rgb(187,184,206);
    width: 5px;
}.user-comments h4::after {
    width: 100%;
    opacity: 0.3;
    z-index: -1;
    height: 100%;
    top: 8px;
    left: 8px;
    position: absolute;
    content: "";
    background: rgb(187,184,206,0.5);
}.user-comments .opinion-sharing {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 50px;
}.user-comments .opinion-sharing::before {
    z-index: -1;
    right: 10%;
    content: "";
    opacity: 0.2;
    top: -100px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    filter: blur(80px);
    background: rgb(151,148,174,0.5);
    position: absolute;
}.user-comments .client-quotes {
    transform: translateX(0) translateY(0);
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 35px 30px;
    z-index: 1;
    position: relative;
}.user-comments .client-quotes::before,
.user-comments .client-quotes::after {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: inherit;
    content: "";
    z-index: -1;
    opacity: 0;
    position: absolute;
}.user-comments .client-quotes::before {
    inset: -5px;
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(187,184,206,0.5) 0%, rgb(151,148,174,0.5) 100%);
}.user-comments .client-quotes::after {
    background: linear-gradient(225deg, rgb(187,184,206,0.5) 0%, rgb(151,148,174,0.5) 100%);
    filter: blur(10px);
    inset: -10px;
}.user-comments .client-quotes:hover {
    transform: translateX(-5px) translateY(-5px);
}.user-comments .client-quotes:hover::before,
.user-comments .client-quotes:hover::after {
    opacity: 1;
}.user-comments .client-quotes:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.user-comments .client-quotes:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.user-comments .photo-show {
    width: 100px;
    z-index: 2;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    position: relative;
    height: 100px;
}.user-comments .photo-show::before,
.user-comments .photo-show::after {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}.user-comments .photo-show::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(187,184,206,0.5) 0%, rgb(151,148,174,0.5) 100%);
}.user-comments .photo-show::after {
    opacity: 0.5;
    transform: translate(-5px, -5px);
    background: linear-gradient(225deg, rgb(187,184,206,0.5) 0%, rgb(151,148,174,0.5) 100%);
}.user-comments .client-quotes:hover .photo-show::before {
    transform: translate(8px, 8px);
}.user-comments .client-quotes:hover .photo-show::after {
    transform: translate(-8px, -8px);
}.user-comments .client-quotes:nth-child(odd) .photo-show {
    border-radius: 0 30px 0 30px;
}.user-comments .client-quotes:nth-child(even) .photo-show {
    border-radius: 30px 0 30px 0;
}.user-comments .client-quotes span {
    display: block;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
}.user-comments .client-quotes span::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    height: 2px;
    background: rgb(187,184,206);
    width: 50px;
    left: 50%;
}.user-comments .client-quotes p {
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}.user-comments .client-quotes p::first-letter {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(187,184,206);
}.user-comments .client-quotes:nth-child(3n+1) {
    transform: rotate(-2deg);
}.user-comments .client-quotes:nth-child(3n+2) {
    transform: rotate(2deg);
}.user-comments .client-quotes:nth-child(3n+1):hover,
.user-comments .client-quotes:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.user-comments {
    padding: 70px 0;
}.user-comments h4 {
    transform: none;
    font-size: calc(28px * 0.8);
    padding-left: 0;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}.user-comments h4::before {
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    top: auto;
    width: 50px;
}.user-comments h4::after {
    display: none;
}.user-comments .opinion-sharing {
    grid-template-columns: 1fr;
    gap: 40px;
}.user-comments .client-quotes {
    padding: 25px 20px;
}.user-comments .client-quotes:nth-child(3n+1),
    .user-comments .client-quotes:nth-child(3n+2) {
    transform: none;
}.user-comments .photo-show {
    width: 80px;
    height: 80px;
}.user-comments .client-quotes span {
    font-size: calc(16px * 0.9);
}.user-comments .client-quotes p {
    font-size: calc(15px * 0.9);
}}.tariff-list {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.tariff-list::before {
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}.tariff-list .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.price-opts {
    position: relative;
}.tariff-list h2 {
    font-size: 31px;
    animation: fadeInDown 0.8s ease-out;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
}.tariff-list h2::after {
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(187,184,206), rgb(151,148,174));
    bottom: -15px;
}.tariff-list .pay-plans {
    font-size: calc(14px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s both;
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 3rem;
    text-align: center;
}.tariff-list .monthly-rate {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    gap: 30px;
}.tariff-list .monthly-rate li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.tariff-list .pricing-rates {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    text-decoration: none;
    transform: translateZ(0);
    display: block;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tariff-list .pricing-rates::before {
    content: "";
    inset: 0;
    transition: opacity 0.4s ease-out;
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgb(187,184,206,0.5) 0%, 
        transparent 100%);
}.tariff-list .pricing-rates:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.tariff-list .pricing-rates:hover::before {
    opacity: 0.15;
}.tariff-list .rate-card {
    position: relative;
    padding: 2.5rem 2rem;
    height: 100%;
    z-index: 2;
}.tariff-list .bundle-price {
    flex-direction: column;
    display: flex;
    height: 100%;
}.tariff-list .bundle-price h4 {
    transform: translateZ(20px);
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: calc(23px * 1.2);
}.tariff-list .bundle-price h4::after {
    background: rgb(151,148,174);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    transform-origin: left;
    bottom: -8px;
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 40px;
}.tariff-list .pricing-rates:hover .bundle-price h4::after {
    transform: scaleX(1.5);
}.tariff-list .bundle-price p {
    font-size: 14px;
    padding-right: 5px;
    hyphens: auto;
    transform: translateZ(10px);
    overflow-wrap: break-word;
    overflow-y: auto;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
    flex-grow: 1;
    max-height: 300px;
    word-wrap: break-word;
    line-height: 1.6;
}.tariff-list .bundle-price p::-webkit-scrollbar {
    width: 4px;
}.tariff-list .bundle-price p::-webkit-scrollbar-thumb {
    background: rgb(151,148,174,0.5);
    border-radius: 10px;
}.tariff-list .pricing-levels {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(15px);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(135deg, 
        rgb(187,184,206) 0%, 
        rgb(151,148,174) 100%);
    margin-top: auto;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
}.tariff-list .pricing-rates:hover .pricing-levels {
    transform: translateZ(25px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

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

@media (max-width: 1200px) {.tariff-list {
    padding: 100px 0;
}.tariff-list .monthly-rate {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff-list {
    padding: 80px 0;
}.tariff-list .rate-card {
    padding: 2rem 1.5rem;
}.tariff-list .bundle-price h4 {
    font-size: calc(23px * 1.1);
}.tariff-list .pricing-levels {
    padding: 0.7rem 1.2rem;
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 768px) {.tariff-list {
    padding: 60px 0;
}.tariff-list h2 {
    font-size: calc(31px * 0.9);
}.tariff-list .pay-plans {
    font-size: 14px;
    margin-bottom: 2rem;
}.tariff-list .monthly-rate {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.tariff-list .bundle-price p {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.tariff-list {
    padding: 50px 0;
}.tariff-list h2 {
    font-size: calc(31px * 0.8);
}.tariff-list .rate-card {
    padding: 1.5rem 1.2rem;
}.tariff-list .bundle-price h4 {
    margin-bottom: 1.2rem;
    font-size: 23px;
}.tariff-list .pricing-levels {
    font-size: 23px;
    padding: 0.6rem 1rem;
}.tariff-list .pricing-rates:hover {
    transform: translateY(-5px);
}}header {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 100;
    background: rgb(222,219,239);
}header::before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(187,184,206,0.5) 0%, 
        transparent 60%, 
        rgb(151,148,174,0.5) 100%);
    left: 0;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    top: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    z-index: 1;
    padding: 0;
    width: 100%;
    position: relative;
}header .head-skill {
    justify-content: space-between;
    display: flex;
    padding: 0.8rem 3%;
    flex-wrap: wrap;
    align-items: center;
}header .nav-teach {
    position: relative;
    text-decoration: none;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    padding: 0.6rem;
}header .nav-teach::after {
    width: 100%;
    left: 0;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    height: 2px;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(187,184,206), rgb(151,148,174));
}header .nav-teach:hover::after {
    transform: scaleX(1);
}header .nav-teach svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .nav-teach:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .site-nav {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.5rem;
    display: flex;
}header .nav-guide {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 0.4rem 0.7rem;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: Arial, sans-serif;
    z-index: 1;
}header .nav-guide::after {
    width: 100%;
    content: '';
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(to right, rgb(187,184,206), rgb(151,148,174));
    height: 2px;
}header .nav-guide:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(187,184,206);
}header .nav-guide:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .head-skill {
    padding: 0.7rem 2.5%;
}header .nav-teach svg {
    width: 130px;
}header .site-nav {
    padding: 0.4rem;
    gap: 0.35rem;
}header .nav-guide {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .head-skill {
    justify-content: center;
    padding: 0.7rem 2%;
}header .nav-teach {
    margin: 0 0 0.6rem 0;
}header .nav-teach svg {
    width: 120px;
}header .site-nav {
    justify-content: center;
    width: 100%;
}header .nav-guide {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header .head-skill {
    padding: 0.6rem 1.5%;
}header .nav-teach svg {
    width: 110px;
}header .site-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .site-nav::-webkit-scrollbar {
    height: 2px;
}header .site-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(187,184,206);
}header .nav-guide {
    flex-shrink: 0;
    white-space: nowrap;
}}.thanksNote {
    z-index: 1;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,219,239) 0%, rgba(rgb(151,148,174,0.5), 0.15) 100%);
    position: relative;
}.thanksNote::before {
    width: 60%;
    left: -10%;
    background: linear-gradient(145deg, rgb(187,184,206) 0%, rgba(rgb(187,184,206,0.5), 0.2) 100%);
    content: "";
    transform: rotate(-15deg) translateZ(0);
    top: -20%;
    animation: floatBg 18s infinite alternate ease-in-out;
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0% 85%);
    position: absolute;
    height: 180%;
    z-index: -1;
}.thanksNote::after {
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    right: -5%;
    background: linear-gradient(215deg, rgb(151,148,174) 0%, rgba(rgb(151,148,174,0.5), 0.3) 100%);
    content: "";
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    height: 140%;
    z-index: -1;
    width: 40%;
    transform: rotate(12deg) translateZ(0);
    bottom: -10%;
}.thanksNote .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.thanksNote .knowledge-growth {
    backdrop-filter: blur(15px);
    position: relative;
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(187,184,206,0.5), 0.05);
    border-left: 4px solid rgb(187,184,206);
    opacity: 1;
    transform: translateY(0);
    padding: 4rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}.thanksNote .knowledge-growth::before {
    border: 2px dashed rgba(rgb(151,148,174,0.5), 0.2);
    pointer-events: none;
    left: 20px;
    top: 20px;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    transform: translate(-10px, -10px);
}.thanksNote .knowledge-growth > div:first-child {
    transform: translateX(0);
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    margin-bottom: 2rem;
    position: relative;
}.thanksNote .knowledge-growth > div:first-child::after {
    height: 3px;
    bottom: -0.8rem;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    width: 80px;
    left: 0;
    background: rgb(187,184,206);
    content: "";
    position: absolute;
}.thanksNote h5 {
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.01em;
    font-size: 23px;
    line-height: 1.4;
    margin: 0;
    transform: translateZ(0);
}.thanksNote .knowledge-growth > div:last-child {
    animation: fadeUp 0.8s 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}.thanksNote a {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
    text-decoration: none;
    position: relative;
    display: block;
}.thanksNote a:hover {
    transform: translateY(-5px);
}.thanksNote a::before {
    background: linear-gradient(135deg, rgb(187,184,206) 0%, rgb(151,148,174) 100%);
    position: absolute;
    opacity: 0.1;
    transform: rotate(-15deg);
    content: "";
    left: -20px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    transition: all 0.4s ease;
    top: -15px;
}.thanksNote a:hover::before {
    opacity: 0.2;
    transform: rotate(0deg) scale(1.2);
}.thanksNote p {
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin: 0;
    z-index: 2;
}

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

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

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

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

@media (max-width: 991px) {.thanksNote {
    padding: 4rem 0;
}.thanksNote .knowledge-growth {
    padding: 3rem;
}.thanksNote h5 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.thanksNote {
    padding: 3rem 0;
}.thanksNote .knowledge-growth {
    padding: 2.5rem 2rem;
}.thanksNote h5 {
    font-size: calc(23px * 0.85);
}.thanksNote p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.thanksNote::before {
    width: 80%;
}.thanksNote::after {
    width: 60%;
}
}

@media (max-width: 575px) {.thanksNote {
    padding: 2.5rem 0;
}.thanksNote .knowledge-growth {
    padding: 2rem 1.5rem;
}.thanksNote h5 {
    font-size: calc(23px * 0.8);
}.thanksNote p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.thanksNote .knowledge-growth::before {
    display: none;
}.thanksNote .knowledge-growth > div:first-child::after {
    width: 60px;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }
}

@media (hover: hover) {.thanksNote a {
    overflow: hidden;
    position: relative;
}.thanksNote a::after {
    transform-origin: right;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(187,184,206);
    transform: scaleX(0);
    content: "";
}.thanksNote a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
}