* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.head-sitebar {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1136px;
}header,footer {
    width: 100%;
}.learn-nav {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-viewport {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company-info {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: rgb(190,208,189);
}.company-info::before {
    content: "";
    left: 0;
    top: 0;
    background: 
        linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(240deg, rgba(255, 255, 255, 0.8) 10%, transparent 80%),
        linear-gradient(0deg, #ffffff 0%, transparent 25%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
}.company-info::after {
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(162,146,191,0.5), 0.03) 15px,
            rgba(rgb(162,146,191,0.5), 0.03) 16px
        );
}.company-info .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}.company-info h2 {
    color: rgb(162,146,191);
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
}.company-info h2::before {
    left: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    width: 120px;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 5px;
    bottom: -20px;
}.company-info h2::after {
    background: #ffffff;
    width: 12px;
    border-radius: 50%;
    border: 3px solid rgb(162,146,191);
    height: 12px;
    position: absolute;
    bottom: -23px;
    animation: moveDot 4s infinite alternate;
    left: calc(50% - 60px - 6px);
    content: "";
}@keyframes moveDot {
    0% {
        left: calc(50% - 60px - 6px);
    }
    100% {
        left: calc(50% + 60px - 6px);
    }
}

.company-info .skill-training {
    position: relative;
    display: flex;
    gap: 40px;
}.company-info .digital-education {
    border-left: 5px solid rgb(162,146,191);
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 23px 23px 0;
    padding: 40px 35px;
    transition: all 0.4s ease;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}.company-info .digital-education:nth-child(2) {
    border-left-color: rgb(172,111,174);
}.company-info .digital-education::before {
    height: 100px;
    right: 0;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(162,146,191,0.5), 0.1) 70%
    );
    top: 0;
    width: 100px;
    position: absolute;
}.company-info .digital-education:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(172,111,174,0.5), 0.1) 70%
    );
}.company-info .digital-education:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.company-info .digital-education h3 {
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 0;
    margin-bottom: 20px;
    transition: padding-left 0.3s ease;
    font-size: 21px;
}.company-info .digital-education:hover h3 {
    padding-left: 15px;
}.company-info .digital-education h3::before {
    bottom: -8px;
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(162,146,191);
    content: "";
}.company-info .digital-education:nth-child(2) h3::before {
    background: rgb(172,111,174);
}.company-info .digital-education:hover h3::before {
    width: 50px;
}.company-info .digital-education p {
    line-height: 1.8;
    z-index: 1;
    color: #000000;
    font-size: 13px;
    position: relative;
}.company-info .digital-education::after {
    width: 40%;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(162,146,191,0.5) 100%
    );
    z-index: 0;
    content: "";
    height: 3px;
}.company-info .digital-education:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(172,111,174,0.5) 100%
    );
}.company-info .skill-training::after {
    height: 40px;
    border-radius: 50%;
    top: 50%;
    z-index: 2;
    width: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 50%;
    content: "";
    position: absolute;
    background: #ffffff;
    transform: translate(-50%, -50%);
}.company-info .skill-training::before {
    left: 50%;
    animation: rotate 15s linear infinite;
    content: "";
    border-radius: 50%;
    height: 70px;
    z-index: 1;
    top: 50%;
    border: 2px dashed rgb(162,146,191,0.5);
    width: 70px;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (min-width: 992px) {.company-info .digital-education:hover {
    transform: translateY(-8px) scale(1.03);
}
}

@media screen and (max-width: 991px) {.company-info {
    padding: 90px 0;
}.company-info h2 {
    margin-bottom: 50px;
}.company-info .skill-training {
    gap: 30px;
}.company-info .digital-education {
    padding: 35px 30px;
}
}

@media screen and (max-width: 768px) {.company-info {
    padding: 70px 0;
}.company-info h2 {
    margin-bottom: 45px;
}.company-info .skill-training {
    flex-direction: column;
    gap: 40px;
}.company-info .skill-training::after,
    .company-info .skill-training::before {
    display: none;
}.company-info .digital-education {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.company-info {
    padding: 60px 0;
}.company-info .container {
    padding: 0 15px;
}.company-info h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.company-info h2::before {
    width: 100px;
    height: 4px;
    bottom: -15px;
}@keyframes moveDot {
        0% {
            left: calc(50% - 50px - 6px);
        }
        100% {
            left: calc(50% + 50px - 6px);
        }
    }

    .company-info .digital-education {
    padding: 30px 25px;
}.company-info .digital-education h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.company-info .digital-education p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}.privacy-parapet {
    width: 100%;
    align-items: center;
    background: #ffffff;
    border: 2px solid #000000;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 60px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.privacy-parapet h1 {
    width: 100%;
    color: rgb(162,146,191);
    font-size: 42px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 800px;
    font-weight: 700;
    text-align: center;
    border-bottom: 3px solid rgb(172,111,174);
    text-transform: uppercase;
}.privacy-parapet h2 {
    padding-left: 15px;
    text-align: left;
    margin-bottom: 25px;
    color: rgb(172,111,174);
    border-left: 5px solid rgb(162,146,191);
    font-weight: 600;
    max-width: 800px;
    width: 100%;
    margin-top: 40px;
    font-size: 35px;
}.privacy-parapet ul, .privacy-parapet ol {
    max-width: 800px;
    width: 100%;
    border-top: 2px solid #000000;
    padding: 20px 0;
    margin: 30px 0;
    border-bottom: 2px solid #000000;
    list-style: none;
    padding-left: 0;
}.privacy-parapet ul li, .privacy-parapet ol li {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-weight: 300;
}.privacy-parapet ul li::before, .privacy-parapet ol li::before {
    top: 50%;
    width: 8px;
    background: rgb(162,146,191);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 8px;
    content: '';
    border-radius: 50%;
}.privacy-parapet p, .privacy-parapet span, .privacy-parapet div {
    line-height: 1.6;
    max-width: 800px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    text-align: justify;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.privacy-parapet div.container {
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 1000px;
}

@media only screen and (max-width: 800px) {.privacy-parapet {
    border-radius: 10px;
    padding: 30px;
}.privacy-parapet h1 {
    padding-bottom: 10px;
    font-size: calc(19px - 5px);
}.privacy-parapet h2 {
    padding-left: 10px;
    font-size: calc(19px - 5px);
}.privacy-parapet ul, .privacy-parapet ol {
    padding: 15px 0;
    margin: 20px 0;
}.privacy-parapet ul li, .privacy-parapet ol li {
    padding-left: 20px;
    font-size: 16px;
}}.course-program-details {
    background: rgb(190,208,189);
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}.course-program-details::before {
    position: absolute;
    content: '';
    z-index: 1;
    background: 
        linear-gradient(45deg, rgb(162,146,191,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(172,111,174,0.5) 100%);
    opacity: 0.15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}.course-program-details .container {
    z-index: 2;
    position: relative;
}.course-program-details .class-path {
    display: flex;
    position: relative;
    flex-direction: column;
}.course-program-details .text-display {
    background: #ffffff;
    z-index: 3;
    position: relative;
    border-radius: 17px;
    order: 2;
    margin: -80px auto 0;
    width: 80%;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.course-program-details .text-display h2 {
    color: #000000;
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}.course-program-details .text-display h2::after {
    left: 50%;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(162,146,191), rgb(172,111,174));
    border-radius: 10px;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 80px;
}.course-program-details .text-display .description {
    color: #000000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.75;
}.course-program-details .text-display .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    padding-top: 20px;
}.course-program-details .img-panel {
    order: 1;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    overflow: hidden;
    z-index: 2;
    height: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-radius: 17px;
    position: relative;
    transform-origin: bottom;
}.course-program-details .img-panel::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}.course-program-details .img-panel::after {
    height: 30%;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    content: '';
    bottom: 0;
    left: 0;
}.course-program-details .class-path::before {
    top: 20px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    content: '';
    height: 60px;
    border: 2px solid rgb(162,146,191,0.5);
    animation: pulse 4s ease-in-out infinite;
    left: 10%;
    z-index: 1;
}.course-program-details .class-path::after {
    width: 40px;
    height: 40px;
    content: '';
    bottom: 50px;
    background: rgb(172,111,174,0.5);
    border-radius: 10px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
    right: 15%;
    position: absolute;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course-program-details .text-display::before {
    z-index: 1;
    width: 200px;
    content: '';
    left: -160px;
    background: linear-gradient(to right, transparent, rgb(162,146,191,0.5), transparent);
    transform: translateY(130px) rotate(90deg);
    position: absolute;
    height: 3px;
    top: 0;
}.course-program-details .text-display::after {
    z-index: 1;
    height: 3px;
    right: -160px;
    content: '';
    position: absolute;
    transform: translateY(130px) rotate(90deg);
    width: 200px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(172,111,174,0.5), transparent);
}
}

@media (max-width: 1200px) {.course-program-details .text-display {
    width: 70%;
}
}

@media (max-width: 992px) {.course-program-details {
    padding: 100px 0;
}.course-program-details .text-display {
    padding: 30px;
    width: 80%;
}.course-program-details .img-panel {
    height: 350px;
}
}

@media (max-width: 768px) {.course-program-details {
    padding: 80px 0;
}.course-program-details .text-display {
    margin-top: -50px;
    width: 90%;
    padding: 25px;
}.course-program-details .img-panel {
    height: 300px;
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
}.course-program-details .class-path::before,
    .course-program-details .class-path::after {
    display: none;
}
}

@media (max-width: 576px) {.course-program-details {
    padding: 60px 0;
}.course-program-details .text-display {
    padding: 20px;
    margin-top: -30px;
    width: 100%;
}.course-program-details .img-panel {
    height: 250px;
    transform: none;
}.course-program-details .text-display h2 {
    font-size: calc(34px * 0.85);
}.course-program-details .text-display .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.gratDiv {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(162,146,191,0.5), rgb(172,111,174) 120%);
}.gratDiv::before {
    background: rgb(255, 255, 255, 0.5);
    position: absolute;
    right: -10%;
    opacity: 0.05;
    top: -10%;
    height: 60%;
    content: "";
    pointer-events: none;
    width: 50%;
    transform: rotate(-15deg);
}.gratDiv::after {
    transform: rotate(10deg);
    bottom: -5%;
    pointer-events: none;
    position: absolute;
    height: 30%;
    background: rgb(162,146,191);
    width: 40%;
    opacity: 0.1;
    content: "";
    left: -5%;
}.gratDiv .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.gratDiv .mentor-team {
    transform: translateY(0);
    padding: 60px 50px;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 40px;
}.gratDiv .mentor-team:hover {
    transform: translateY(-5px);
}.gratDiv .mentor-team::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(162,146,191), rgb(172,111,174));
    width: 4px;
    left: 0;
    position: absolute;
    top: 0;
}.gratDiv .mentor-team div:first-child {
    padding-bottom: 25px;
    position: relative;
}.gratDiv .mentor-team div:first-child::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 80px;
    bottom: 0;
    background: rgb(162,146,191,0.5);
}.gratDiv .mentor-team h5 {
    margin: 0;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    font-size: 24px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}.gratDiv .mentor-team:hover h5 {
    transform: translateX(8px);
}.gratDiv .mentor-team div:last-child {
    position: relative;
}.gratDiv .mentor-team a {
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
}.gratDiv .mentor-team p {
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    line-height: 1.8;
    position: relative;
    margin: 0;
    z-index: 1;
}.gratDiv .mentor-team a:hover p {
    color: rgb(162,146,191);
}.gratDiv .mentor-team a::before {
    transition: opacity 0.5s ease;
    content: "";
    height: 40%;
    bottom: -10px;
    opacity: 0;
    background: linear-gradient(135deg, transparent, rgb(172,111,174,0.5) 60%);
    right: -10px;
    z-index: 0;
    width: 40%;
    position: absolute;
}.gratDiv .mentor-team a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.gratDiv .mentor-team {
    padding: 70px 80px;
}.gratDiv .mentor-team::before {
    width: 6px;
}.gratDiv .mentor-team div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.gratDiv {
    padding: 60px 0;
}.gratDiv .mentor-team {
    padding: 40px 30px;
    gap: 25px;
}.gratDiv .mentor-team h5 {
    font-size: calc(24px - 2px);
}.gratDiv .mentor-team p {
    font-size: calc(12px - 1px);
}.gratDiv .mentor-team div:first-child {
    padding-bottom: 20px;
}.gratDiv .mentor-team div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratDiv {
    padding: 40px 0;
}.gratDiv .mentor-team {
    gap: 20px;
    padding: 30px 20px;
}.gratDiv .mentor-team h5 {
    font-size: calc(24px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.gratDiv .mentor-team,
    .gratDiv .mentor-team h5,
    .gratDiv .mentor-team a::before,
    .gratDiv .mentor-team a p {
    transition: none;
}.gratDiv .mentor-team:hover,
    .gratDiv .mentor-team:hover h5 {
    transform: none;
}}.cookie-overlay-window {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(190,208,189);
    z-index: 90;
    border-top: 2px solid rgb(162,146,191);
}.visitor-settings {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.cookie-overlay-window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-overlay-window p {
    font-size: 18px;
}.edu-consent {
    margin-right: 10px;
    flex-shrink: 0;
}.edu-consent svg, .edu-consent svg path, .edu-consent img {
    fill: rgb(162,146,191);
    width: 100px;
    height: 100px;
}.privacy-learn {
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    line-height: 35px;
    color: rgb(162,146,191);
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(162,146,191);
}.cookie-overlay-window p a {
    color: rgb(162,146,191);
    text-decoration: none;
}#cookieTermsNotice {
    display: none;
}#cookieTermsNotice:checked ~ .cookie-overlay-window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-overlay-window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu-consent {
    display: none;
}.visitor-settings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-overlay-window h5 {
    text-align: center;
}.cookie-overlay-window p {
    text-align: center;
}.accept-cookies {
    margin-bottom: 20px;
}body .wrapper-viewport .privacy-learn {
    margin-left: 0;
}}
.wrapper-viewport .visitor-settings {
    justify-content: flex-end;
}.wrapper-viewport .privacy-learn {
    background: rgb(162,146,191);
    padding: 10px;
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
}.wrapper-viewport .accept-cookies {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-viewport .privacy-learn {
    margin-left: 0;
    margin-bottom: 10px;
}}.teaching-experience {
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgb(162,146,191,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.teaching-experience::before {
    z-index: 0;
    top: -50px;
    background: rgb(172,111,174,0.5);
    position: absolute;
    filter: blur(80px);
    transform: rotate(-15deg);
    right: -50px;
    width: 300px;
    height: 300px;
    content: "";
}.teaching-experience::after {
    z-index: 0;
    bottom: -80px;
    background: rgb(162,146,191,0.5);
    transform: rotate(25deg);
    content: "";
    width: 250px;
    left: -50px;
    height: 250px;
    filter: blur(60px);
    position: absolute;
}.teaching-experience .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.teaching-experience .client-voices {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.teaching-experience .client-voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching-experience .client-voices::before {
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(162,146,191), rgb(172,111,174));
    top: 0;
    left: 0;
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 5px;
}.teaching-experience .client-voices:hover::before {
    transform: scaleY(1);
}.teaching-experience .img-panel {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    border: 3px solid #ffffff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.teaching-experience .client-voices:hover .img-panel {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.teaching-experience .img-panel::after {
    opacity: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(162,146,191,0.5) 0%, transparent 50%, rgb(172,111,174,0.5) 100%);
    width: 100%;
    left: 0;
    transition: opacity 0.6s ease;
    height: 100%;
    position: absolute;
}.teaching-experience .client-voices:hover .img-panel::after {
    opacity: 0.4;
}.teaching-experience .name {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: calc(21px * 1.1);
    color: rgb(162,146,191);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateX(0);
}.teaching-experience .client-voices:hover .name {
    transform: translateX(10px);
}.teaching-experience .name::after {
    bottom: -3px;
    background: rgb(172,111,174);
    content: "";
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    position: absolute;
    width: 0;
    height: 2px;
}.teaching-experience .client-voices:hover .name::after {
    width: 100%;
}.teaching-experience .client-voices > div:nth-child(2) > div {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 600;
    padding-left: 0;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(16px * 0.95);
}.teaching-experience .client-voices:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.teaching-experience .career-box {
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 25px 20px;
    font-size: 16px;
    background: linear-gradient(to right, #ffffff, rgb(190,208,189), #ffffff);
    border-radius: 10px;
    color: #000000;
    margin: 0;
    background-size: 200% 100%;
    line-height: 1.8;
}.teaching-experience .client-voices:hover .career-box {
    background-position: right center;
}.teaching-experience .career-box::before,
.teaching-experience .career-box::after {
    font-family: Georgia, serif;
    font-size: 60px;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(162,146,191,0.5);
    line-height: 1;
}.teaching-experience .career-box::before {
    top: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
    left: -10px;
}.teaching-experience .career-box::after {
    opacity: 0.5;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    right: -10px;
}.teaching-experience .client-voices:hover .career-box::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.teaching-experience .client-voices:hover .career-box::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

@media (min-width: 768px) {.teaching-experience .client-voices {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
}.teaching-experience .client-voices > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    justify-content: center;
    align-items: center;
}.teaching-experience .client-voices > div:nth-child(2) {
    align-self: end;
}.teaching-experience .client-voices > div:nth-child(3) {
    grid-column: 2 / 3;
}.teaching-experience .img-panel {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.teaching-experience {
    padding: 150px 0;
}.teaching-experience .client-voices {
    gap: 30px 60px;
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
}.teaching-experience .img-panel {
    width: 240px;
    height: 240px;
}.teaching-experience .name {
    font-size: calc(21px * 1.2);
}.teaching-experience .client-voices > div:nth-child(2) > div {
    font-size: 16px;
}.teaching-experience .career-box {
    font-size: calc(16px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.teaching-experience {
    padding: 80px 0;
}.teaching-experience .client-voices {
    gap: 20px;
    padding: 30px 25px;
}.teaching-experience .img-panel {
    height: 150px;
    width: 150px;
}.teaching-experience .name {
    font-size: 21px;
    text-align: center;
}.teaching-experience .client-voices > div:nth-child(2) {
    text-align: center;
}.teaching-experience .client-voices > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teaching-experience .career-box {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}.course-candidates {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.course-candidates::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(162,146,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(172,111,174,0.5) 0%, transparent 40%);
    content: '';
    opacity: 0.15;
    height: 100%;
    top: 0;
}.course-candidates::after {
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    left: 0;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(162,146,191,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(172,111,174,0.5) 49%, transparent 51%);
    width: 100%;
    content: '';
    top: 0;
}.course-candidates .mentor-team {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}.course-candidates h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 37px;
    color: #000000;
}.course-candidates h3::before,
.course-candidates h3::after {
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    content: '';
    width: 40px;
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    top: 50%;
}.course-candidates h3::before {
    left: -60px;
}.course-candidates h3::after {
    right: -60px;
}.course-candidates ul {
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}.course-candidates ul li {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 280px;
    gap: 20px;
    width: calc(33.333% - 27px);
    padding: 40px 30px;
    overflow: hidden;
    align-items: flex-start;
    text-align: left;
    border-radius: 14px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    z-index: 1;
}.course-candidates ul li::before {
    height: 5px;
    left: 0;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    position: absolute;
    opacity: 0;
    width: 100%;
}.course-candidates ul li::after {
    opacity: 0.1;
    border-radius: 50%;
    bottom: -50px;
    content: '';
    left: -50px;
    z-index: -1;
    background: rgb(162,146,191,0.5);
    height: 100px;
    width: 100px;
    position: absolute;
    transition: all 0.6s ease;
}.course-candidates ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.course-candidates ul li:hover::before {
    opacity: 1;
}.course-candidates ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.course-candidates ul li svg {
    width: 50px;
    transition: all 0.5s ease;
    flex-shrink: 0;
    position: relative;
    height: 50px;
}.course-candidates ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.course-candidates ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(162,146,191);
}.course-candidates ul li:hover svg path {
    fill: rgb(172,111,174);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-candidates ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.course-candidates ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course-candidates ul li:nth-child(2) {
    animation-delay: 0.25s;
}.course-candidates ul li:nth-child(3) {
    animation-delay: 0.4s;
}.course-candidates ul li:nth-child(4) {
    animation-delay: 0.55s;
}.course-candidates ul li:nth-child(5) {
    animation-delay: 0.7s;
}.course-candidates ul li:nth-child(6) {
    animation-delay: 0.85s;
}.course-candidates ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.course-candidates ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.course-candidates ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.course-candidates {
    padding: 90px 0;
}.course-candidates h3 {
    margin-bottom: 60px;
}.course-candidates h3::before,
    .course-candidates h3::after {
    width: 30px;
}.course-candidates h3::before {
    left: -40px;
}.course-candidates h3::after {
    right: -40px;
}.course-candidates ul {
    gap: 30px;
}.course-candidates ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.course-candidates ul li {
    width: 100%;
    max-width: 400px;
}.course-candidates ul li:nth-child(3n+1),
    .course-candidates ul li:nth-child(3n+2),
    .course-candidates ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.course-candidates {
    padding: 70px 0;
}.course-candidates h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.course-candidates h3::before,
    .course-candidates h3::after {
    display: none;
}.course-candidates ul {
    gap: 25px;
}.course-candidates ul li {
    padding: 30px 20px;
}.course-candidates ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course-candidates ul li {
    opacity: 1;
    animation: none;
}.course-candidates ul li:hover {
    transform: none;
}.course-candidates ul li:hover svg {
    transform: none;
}}.education-framework {
    background: linear-gradient(125deg, rgb(190,208,189), rgb(172,111,174,0.5) 70%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.education-framework::before {
    animation: rotateBg 25s linear infinite;
    left: -25%;
    width: 150%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,146,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(172,111,174,0.5) 0%, transparent 40%);
    opacity: 0.5;
    position: absolute;
    height: 150%;
    top: -25%;
    content: "";
    transform: rotate(-15deg);
}.education-framework::after {
    content: "";
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    z-index: 2;
    bottom: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
}.education-framework .mentor-team {
    margin: 0 auto;
    transform-style: preserve-3d;
    gap: 4rem;
    max-width: 1000px;
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
}.education-framework h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    animation: floatTitle 6s ease-in-out infinite;
    transform: translateZ(50px);
    text-shadow: 0 0 15px rgb(162,146,191,0.5);
    color: #000000;
    font-size: 30px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}.education-framework h3::before,
.education-framework h3::after {
    height: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(162,146,191), transparent);
}.education-framework h3::before {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 200px;
    animation: expandLine 3s ease-in-out infinite alternate;
}.education-framework h3::after {
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    opacity: 0.7;
    transform: translateX(-50%);
    bottom: -25px;
    left: 50%;
    width: 100px;
}.education-framework span {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transform: translateZ(30px) translateY(-20px);
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    color: #000000;
    border-radius: 10px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.8);
}.education-framework span::before {
    content: "";
    z-index: -1;
    animation: rainbowShift 8s linear infinite;
    right: 0;
    opacity: 0.8;
    border-radius: inherit;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
}.education-framework span::after {
    animation: glowPulse 4s ease-in-out infinite alternate;
    filter: blur(10px);
    content: "";
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(162,146,191,0.5),
        rgb(172,111,174,0.5),
        rgb(162,146,191,0.5)
    );
    z-index: -2;
    left: -5px;
    transform: translateZ(-10px);
    bottom: -5px;
    right: -5px;
    border-radius: 15px;
    top: -5px;
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.education-framework {
    padding: 6rem 0;
}.education-framework h3 {
    transform: translateZ(30px);
    font-size: calc(30px * 0.9);
}.education-framework span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.education-framework .mentor-team {
    gap: 3rem;
    margin: 0 2rem;
}
}

@media (max-width: 768px) {.education-framework {
    padding: 4rem 0;
    perspective: 500px;
}.education-framework h3 {
    letter-spacing: 1px;
    transform: translateZ(20px);
    font-size: calc(30px * 0.8);
}.education-framework span {
    transform: translateZ(10px) translateY(-10px);
    padding: 1.5rem;
    font-size: calc(14px * 0.95);
}.education-framework .mentor-team {
    margin: 0 1rem;
    gap: 2rem;
}}header {
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 99;
    background: linear-gradient(to bottom, rgb(190,208,189), rgba(0, 0, 0, 0.5));
}header::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}header .header-guide {
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
    align-items: center;
    position: relative;
}header .header-guide::before {
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(162,146,191), transparent);
    bottom: 0;
    width: 80%;
    left: 10%;
}header .header-guide .nav-page {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .header-guide .nav-page .head-prime {
    display: block;
    padding: 5px;
    position: relative;
}header .header-guide .nav-page .head-prime::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    right: -5px;
    opacity: 0;
    transform: scale(0.9);
    bottom: -5px;
    background: rgba(0, 0, 0, 0.5);
    left: -5px;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    top: -5px;
}header .header-guide .nav-page .head-prime:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .header-guide .nav-page .head-prime svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .header-guide .header-pagewrap {
    margin: 0;
    perspective: 1000px;
    display: flex;
    list-style: none;
    padding: 0;
}header .header-guide .header-pagewrap .main-primary {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .header-guide .header-pagewrap .main-primary a {
    text-decoration: none;
    transform-style: preserve-3d;
    padding: 12px 20px;
    display: block;
    letter-spacing: 0.5px;
    font-size: 13px;
    background: linear-gradient(to bottom, transparent, transparent);
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}header .header-guide .header-pagewrap .main-primary a::before,
header .header-guide .header-pagewrap .main-primary a::after {
    width: 100%;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
}header .header-guide .header-pagewrap .main-primary a::before {
    background: linear-gradient(to bottom, rgb(162,146,191,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
}header .header-guide .header-pagewrap .main-primary a::after {
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    background: linear-gradient(to top, rgb(172,111,174,0.5), transparent);
}header .header-guide .header-pagewrap .main-primary:hover a {
    transform: translateZ(10px);
    color: rgb(162,146,191);
}header .header-guide .header-pagewrap .main-primary:hover a::before,
header .header-guide .header-pagewrap .main-primary:hover a::after {
    opacity: 0.1;
}header .header-guide .header-pagewrap .main-primary:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .header-guide .header-pagewrap .main-primary:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .header-guide {
    flex-direction: column;
    padding: 15px;
}header .header-guide .nav-page {
    margin: 0 0 15px 0;
}header .header-guide .header-pagewrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    perspective: none;
}header .header-guide .header-pagewrap .main-primary a {
    font-size: calc(13px - 1px);
    padding: 10px 15px;
    transform-style: flat;
}header .header-guide .header-pagewrap .main-primary:hover a {
    transform: none;
}header .header-guide .header-pagewrap .main-primary a::before,
    header .header-guide .header-pagewrap .main-primary a::after {
    display: none;
}
}

@media (max-width: 767px) {header .header-guide .header-pagewrap .main-primary a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}.customer-comments {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
}.customer-comments::before {
    right: -5%;
    content: "";
    height: 40%;
    background: radial-gradient(circle at center, rgb(162,146,191,0.5) 0%, transparent 70%);
    width: 35%;
    top: -5%;
    opacity: 0.15;
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
}.customer-comments::after {
    background: radial-gradient(ellipse at center, rgb(172,111,174,0.5) 0%, transparent 75%);
    position: absolute;
    height: 30%;
    width: 25%;
    transform: rotate(-15deg);
    opacity: 0.12;
    bottom: -8%;
    left: -3%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    content: "";
}.customer-comments .container {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
    z-index: 2;
}.customer-comments h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    letter-spacing: -0.5px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(35px * 1.05);
    text-align: center;
    line-height: 1.3;
    color: #000000;
}.customer-comments h2::after {
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    width: 5rem;
    content: "";
    left: 50%;
    bottom: -1rem;
}.customer-comments .feedback-perspectives {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.customer-comments .client-voices {
    background: #ffffff;
    isolation: isolate;
    padding: 2.2rem 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    position: relative;
    transform: translateY(0);
}.customer-comments .client-voices::before {
    content: "";
    z-index: -1;
    line-height: 0;
    font-size: 8rem;
    color: rgb(172,111,174);
    position: absolute;
    top: 1.2rem;
    font-family: Georgia, serif;
    opacity: 0.07;
    right: 1.5rem;
}.customer-comments .client-voices::after {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
}.customer-comments .client-voices:hover {
    box-shadow: 0 22px 40px -15px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.customer-comments .client-voices:hover::after {
    width: 100%;
}.customer-comments .client-voices div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.customer-comments .client-voices img {
    width: 55px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 1rem;
    height: 55px;
}.customer-comments .client-voices:hover img {
    transform: scale(1.08) rotate(3deg);
}.customer-comments .client-voices h4 {
    margin: 0;
    color: #000000;
    position: relative;
    font-size: calc(23px * 0.95);
    font-weight: 600;
}.customer-comments .client-voices h4::after {
    bottom: -5px;
    width: 25px;
    position: absolute;
    content: "";
    background-color: rgb(162,146,191,0.5);
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
}.customer-comments .client-voices:hover h4::after {
    width: 40px;
}.customer-comments .description {
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.customer-comments a {
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    padding: 0.9rem 2.2rem;
    margin-top: 3.5rem;
    background: linear-gradient(90deg, rgb(162,146,191) 0%, rgb(162,146,191) 100%);
    transform: translateX(-50%);
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 25px -10px rgb(162,146,191,0.5);
    left: 50%;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
}.customer-comments a::before {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    left: -100%;
    z-index: -1;
}.customer-comments a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 15px 30px -10px rgb(162,146,191,0.5);
}.customer-comments a:hover::before {
    left: 100%;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(20px, 20px) rotate(5deg);
    }
}

@media (max-width: 992px) {.customer-comments {
    padding: 6rem 0;
}.customer-comments h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.95);
}.customer-comments .feedback-perspectives {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.customer-comments {
    padding: 5rem 0;
}.customer-comments h2 {
    font-size: calc(35px * 0.9);
    transform: none;
    margin-bottom: 2.5rem;
}.customer-comments .feedback-perspectives {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.8rem;
}.customer-comments .client-voices {
    padding: 1.8rem 1.6rem;
}.customer-comments .client-voices:hover {
    transform: translateY(-5px);
}.customer-comments a {
    margin-top: 2.5rem;
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.customer-comments {
    padding: 4rem 0;
}.customer-comments h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.customer-comments .container {
    padding: 0 1.5rem;
}.customer-comments .client-voices {
    padding: 1.6rem 1.4rem;
}.customer-comments .client-voices img {
    width: 45px;
    height: 45px;
}.customer-comments .client-voices::before {
    font-size: 6rem;
}.customer-comments a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}}.contact-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.contact-section::before {
    width: 100%;
    content: "";
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
}.contact-section .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.contact-section h2 {
    text-align: left;
    color: #000000;
    font-size: 38px;
    padding-left: 20px;
    border-left: 5px solid rgb(162,146,191);
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}.contact-section .query-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
}.contact-section .img-panel {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact-section .img-panel::before {
    content: "";
    top: 0;
    width: 100%;
    background: rgb(162,146,191,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 1;
}.contact-section .connect-links {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact-section .connect-links::after {
    z-index: -1;
    border-radius: 0 0 0 100%;
    right: 0;
    content: "";
    background: rgb(190,208,189);
    height: 150px;
    top: 0;
    width: 150px;
    position: absolute;
}.contact-section #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact-section h3 {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}.contact-section h3::after {
    width: 40px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    bottom: -10px;
    background: rgb(162,146,191);
}.contact-section input[type="text"] {
    font-size: 13px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    background: rgb(190,208,189);
    border-radius: 10px;
    padding: 18px 20px;
}.contact-section input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(162,146,191,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.contact-section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-section .message-message {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 5px;
}.contact-section .message-message input[type="checkbox"] {
    cursor: pointer;
    border-radius: 10px;
    width: 22px;
    border: 2px solid rgb(190,208,189);
    position: relative;
    height: 22px;
    transition: all 0.2s ease;
    appearance: none;
}.contact-section .message-message input[type="checkbox"]:checked {
    background: rgb(162,146,191);
    border-color: rgb(162,146,191);
}.contact-section .message-message input[type="checkbox"]:checked::after {
    width: 6px;
    position: absolute;
    left: 7px;
    border-width: 0 2px 2px 0;
    height: 11px;
    content: "";
    top: 3px;
    border: solid #ffffff;
    transform: rotate(45deg);
}.contact-section .message-message label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.contact-section .message-message a {
    color: rgb(162,146,191);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-section .message-message a:hover {
    color: rgb(172,111,174);
}.contact-section .message-message a::after {
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(162,146,191);
    bottom: -2px;
    height: 1px;
    left: 0;
    transition: all 0.3s ease;
}.contact-section .message-message a:hover::after {
    background: rgb(172,111,174);
}.contact-section .query-list {
    padding: 18px 40px;
    margin-top: 20px;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(162,146,191,0.5);
    font-size: 15px;
    font-weight: 600;
    background: rgb(162,146,191);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    border-radius: 10px;
}.contact-section .query-list:hover {
    box-shadow: 0 7px 20px rgb(172,111,174,0.5);
    transform: translateY(-2px);
    background: rgb(172,111,174);
}.contact-section svg {
    transition: all 0.3s ease;
    fill: rgb(162,146,191);
    width: 20px;
    height: 20px;
}.contact-section svg path {
    fill: rgb(162,146,191);
    transition: all 0.3s ease;
}.contact-section svg:hover {
    fill: rgb(172,111,174);
}.contact-section svg:hover path {
    fill: rgb(172,111,174);
}

@media (max-width: 992px) {.contact-section .query-map {
    flex-direction: column;
}.contact-section .img-panel {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact-section .connect-links {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.contact-section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-section {
    padding: 60px 0;
}.contact-section h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 30px;
}.contact-section .connect-links {
    padding: 40px 30px;
}.contact-section #contact {
    gap: 25px;
}.contact-section .img-panel {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-section {
    padding: 40px 0;
}.contact-section .container {
    padding: 0 15px;
}.contact-section h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(38px - 6px);
}.contact-section .connect-links {
    padding: 30px 20px;
}.contact-section #contact {
    gap: 20px;
}.contact-section input[type="text"] {
    padding: 15px;
}.contact-section .query-list {
    width: 100%;
    padding: 15px 20px;
}.contact-section .img-panel {
    min-height: 200px;
}}.follow {
    position: relative;
    background: linear-gradient(135deg, rgb(162,146,191,0.5), rgb(162,146,191), rgb(172,111,174));
    padding: 5rem 1.5rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.follow::before {
    z-index: 1;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.follow::after {
    opacity: 0.5;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(172,111,174), transparent 70%);
    width: 200px;
    bottom: -30px;
    right: -30px;
    height: 200px;
    z-index: 0;
}.follow .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.follow .mentor-team {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(8px);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    padding: 2.5rem;
}.follow .mentor-team:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.follow h3 {
    max-width: 800px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.01em;
    font-size: calc(23px * 1.05);
    position: relative;
    text-align: center;
}.follow h3::after {
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.follow .input_holder {
    width: 100%;
    flex-direction: column;
    z-index: 3;
    position: relative;
    align-items: center;
    max-width: 550px;
    margin-top: 1rem;
    display: flex;
}.follow .input_holder div {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
}.follow .input_holder div::before {
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease;
    width: 18px;
    background-size: contain;
    transform: translateY(-50%);
    left: 15px;
    height: 18px;
    content: "";
    opacity: 0.7;
    background-repeat: no-repeat;
    pointer-events: none;
}.follow input[type="email"] {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    font-family: inherit;
    padding: 16px 20px 16px 45px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
}.follow input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
    transition: opacity 0.3s ease;
}.follow input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(rgb(172,111,174), 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.follow input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow .input_holder div:focus-within::before {
    opacity: 1;
}.follow .sub-material {
    color: #ffffff;
    background: rgb(172,111,174);
    font-weight: 600;
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 1;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 16px;
    text-transform: uppercase;
}.follow .sub-material::before {
    height: 100%;
    top: 0;
    content: "";
    left: -100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
}.follow .sub-material:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background: rgb(162,146,191);
    transform: translateY(-3px);
}.follow .sub-material:hover::before {
    left: 100%;
}.follow .sub-material:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {.follow {
    padding: 6rem 2rem;
}.follow .mentor-team {
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.follow h3 {
    font-size: 31px;
    margin-bottom: 2.5rem;
}.follow .input_holder {
    flex-direction: row;
    max-width: 650px;
}.follow .input_holder div {
    margin-right: 1rem;
    flex: 1;
    margin-bottom: 0;
}.follow input[type="email"] {
    height: 56px;
}.follow .sub-material {
    height: 56px;
    min-width: 180px;
}
}

@media (min-width: 992px) {.follow .mentor-team::before {
    top: -20px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    content: "";
    animation: rotate 30s linear infinite;
    width: 80px;
    border-radius: 10px;
    left: -20px;
    position: absolute;
    height: 80px;
}.follow .mentor-team::after {
    height: 60px;
    right: -15px;
    bottom: -15px;
    position: absolute;
    width: 60px;
    animation: float 8s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 30px;
}
    
    @keyframes rotate {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    @keyframes float {
        0%, 100% { transform: translateY(0) rotate(0deg); }
        50% { transform: translateY(-15px) rotate(5deg); }
    }
}

@media (max-width: 767px) {.follow h3 {
    font-size: calc(23px * 0.9);
}.follow .mentor-team {
    padding: 2rem 1.5rem;
}.follow input[type="email"] {
    padding: 14px 15px 14px 40px;
}.follow .sub-material {
    padding: 12px 20px;
    width: 100%;
    margin-top: 0.5rem;
}.follow .input_holder div::before {
    height: 16px;
    width: 16px;
    left: 12px;
}}footer {
    position: relative;
    width: 100%;
}footer .learn-nav {
    color: #ffffff;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(162,146,191), rgb(172,111,174));
    font-family: Arial, sans-serif;
    position: relative;
}footer .learn-nav::before {
    top: 0;
    opacity: 0.25;
    transform: rotateX(180deg);
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
    height: 100px;
    background: #ffffff;
    position: absolute;
}footer .learn-nav::after {
    opacity: 0.15;
    background: #ffffff;
    left: 0;
    bottom: 0;
    height: 50px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    content: "";
    position: absolute;
    width: 100%;
}footer .discord-cta {
    z-index: 1;
    position: relative;
}footer .inquire-now {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    overflow: hidden;
    padding: 0 25px;
    align-items: center;
    height: 80px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    max-width: 300px;
    position: relative;
    display: flex;
    backdrop-filter: blur(5px);
}footer .info_item::before {
    left: -100%;
    height: 100%;
    content: "";
    animation: waveAnimation 15s linear infinite;
    width: 100%;
    opacity: 0.1;
    background: #ffffff;
    position: absolute;
    z-index: -1;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(172,111,174,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}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 .nav-page {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    flex: 1 1 100%;
}footer .nav-page svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 50px;
    margin: 0 auto 20px;
}footer .quiz-links {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    line-height: 1.6;
    max-width: 500px;
    text-align: center;
    font-size: 12px;
}footer .header-pagewrap,footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    overflow: hidden;
    flex: 1 1 300px;
    position: relative;
    border-radius: 11px;
    padding: 30px;
}footer .header-pagewrap::before,footer .subscribe_holder::before {
    animation: waveAnimation 20s linear infinite;
    content: "";
    width: 300%;
    height: 100%;
    background: #ffffff;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
}footer .header-pagewrap h5, footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 23px;
    padding-bottom: 10px;
    display: inline-block;
}footer .header-pagewrap h5::after, footer .subscribe_holder h5::after {
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #ffffff, transparent);
}footer .header-edu {
    gap: 10px;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}footer .header-edu a {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    flex: 1 1 calc(50% - 10px);
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 14px;
    padding: 8px 15px;
    background-color: rgb(162,146,191,0.5);
}footer .header-edu a::before {
    width: 100%;
    left: -100%;
    bottom: 0;
    transition: left 0.3s ease;
    position: absolute;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}footer .header-edu a:hover {
    background-color: rgb(172,111,174,0.5);
    transform: translateY(-3px);
}footer .header-edu a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(162,146,191,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-material {
    font-weight: 600;
    border: none;
    color: rgb(162,146,191);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background-color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 25px;
}footer .sub-material::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}footer .sub-material:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(190,208,189);
    transform: translateY(-3px);
}footer .sub-material:hover::after {
    left: 100%;
}footer .verify-cta {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .policy-links {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: inline-block;
    padding: 0 30px;
}footer .policy-links::before,
footer .policy-links::after {
    top: 50%;
    width: 20px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
}footer .policy-links::before {
    left: 0;
}footer .policy-links::after {
    right: 0;
}

@media (min-width: 768px) {footer .nav-page {
    flex: 1 1 100%;
}footer .header-pagewrap, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-material {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .learn-nav {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .learn-nav {
    padding: 80px 0 30px;
}footer .learn-nav::before {
    height: 60px;
    background-size: 100% 60px;
}footer .inquire-now {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .header-pagewrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .verify-cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .learn-nav {
    padding: 60px 0 20px;
}footer .learn-nav::before {
    background-size: 100% 40px;
    height: 40px;
}footer .header-pagewrap h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}footer .header-edu a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .sub-material {
    padding: 12px 15px;
}}.pricing-level {
    position: relative;
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}.pricing-level::before {
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}.pricing-level .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.sub-options {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.pricing-level h2 {
    font-size: 38px;
    transform: translateX(-10px);
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.pricing-level h2::after {
    bottom: -10px;
    content: "";
    width: 60px;
    position: absolute;
    height: 4px;
    left: 0;
    transform: skewX(-20deg);
    background: rgb(162,146,191);
}.pricing-level .monthly-plan {
    max-width: 80%;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.85);
    transform: translateX(10px);
}.pricing-level .offer-box {
    display: grid;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    margin: 0;
    perspective: 1000px;
    padding: 0;
}.pricing-level .offer-box li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing-level .offer-box li:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 5;
}.pricing-level .study-costs {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    color: #000000;
    position: relative;
    overflow: hidden;
    height: 100%;
}.pricing-level .rate-options {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    padding: 30px;
    flex-direction: column;
    transition: transform 0.4s ease-out;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    display: flex;
    transform-style: preserve-3d;
    height: 100%;
}.pricing-level .study-costs:hover .rate-options {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
}.pricing-level .rate-options::after {
    top: 0;
    width: 100px;
    height: 100px;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    opacity: 0.1;
    right: 0;
    transform: rotate(45deg) translate(30px, -80px);
    background: rgb(172,111,174);
}.pricing-level .study-costs:hover .rate-options::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.pricing-level .training-sub {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 2;
    flex: 1;
}.pricing-level .training-sub h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    transform: translateX(-5px);
    position: relative;
    font-weight: 700;
    margin-top: 0;
    font-size: calc(22px + 2px);
    color: rgb(162,146,191);
    letter-spacing: 0.5px;
}.pricing-level .training-sub h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(172,111,174);
    content: "";
    width: 40px;
    height: 3px;
    transform: skewX(-15deg);
}.pricing-level .training-sub p {
    word-wrap: break-word;
    font-size: 15px;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    line-height: 1.5;
    flex-grow: 1;
}.pricing-level .pricing-rates {
    font-size: calc(22px + 6px);
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: auto;
    display: block;
    font-weight: 700;
    color: rgb(172,111,174);
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 0;
    padding: 15px 0 0;
}.pricing-level .study-costs:hover .pricing-rates {
    color: rgb(162,146,191);
    transform: translateY(-5px);
}.pricing-level .pricing-rates::before {
    top: 0;
    content: "";
    position: absolute;
    transform: translateY(-1px);
    height: 1px;
    left: 0;
    background: rgb(162,146,191);
    width: 30px;
}

@media (max-width: 991px) {.pricing-level {
    padding: 80px 0;
}.sub-options {
    transform: perspective(1000px) rotateX(1deg);
}.pricing-level .monthly-plan {
    transform: translateX(5px);
    max-width: 90%;
}.pricing-level .offer-box {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing-level .rate-options {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 767px) {.pricing-level {
    padding: 60px 0;
}.sub-options {
    transform: none;
}.pricing-level h2 {
    transform: none;
    font-size: calc(38px - 4px);
}.pricing-level .monthly-plan {
    margin-bottom: 30px;
    transform: none;
    max-width: 100%;
}.pricing-level .offer-box {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-level .rate-options {
    min-height: 350px;
    padding: 20px;
}.pricing-level .training-sub h4 {
    transform: none;
}.pricing-level .training-sub p {
    font-size: calc(15px - 1px);
}.pricing-level .pricing-rates {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 480px) {.pricing-level {
    padding: 40px 0;
}.pricing-level h2 {
    font-size: calc(38px - 6px);
}.pricing-level .offer-box {
    margin-top: 20px;
}.pricing-level .rate-options {
    padding: 15px;
}.pricing-level .training-sub h4 {
    margin-bottom: 15px;
    font-size: 22px;
}.pricing-level .training-sub p {
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
}}.opening-board {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,208,189) 0%, rgba(245, 245, 247, 0.95) 100%);
    padding: 8rem 2rem;
}.opening-board::before {
    z-index: 0;
    content: '';
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,146,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(172,111,174,0.5) 0%, transparent 25%);
    position: absolute;
    width: 100%;
    opacity: 0.3;
}.opening-board h1 {
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateY(-20px);
    font-size: calc(24px * 1.2);
    margin-bottom: 2rem;
    color: rgb(162,146,191);
    text-align: center;
    animation: slideInDown 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    letter-spacing: 0.05em;
}.opening-board .mentor-team {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 1;
}.opening-board .text-display {
    padding: 2.5rem;
    border-left: 4px solid rgb(162,146,191);
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateX(-20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.opening-board ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.opening-board li {
    margin-bottom: 2rem;
}.opening-board .edu-online {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}.opening-board svg {
    width: 120px;
    height: 120px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0.9);
    margin-bottom: 1.5rem;
}.opening-board svg:hover {
    transform: scale(1.05);
}.opening-board svg path {
    transition: fill 0.3s ease;
}.opening-board svg:hover path {
    fill: rgb(172,111,174);
}.opening-board svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.opening-board svg:hover text {
    fill: #000000;
}.opening-board .edu-online p {
    position: relative;
    font-size: calc(17px * 1.1);
    color: #000000;
    font-weight: 400;
    margin-top: 0;
    max-width: 90%;
    line-height: 1.6;
}.opening-board .edu-online p::after {
    content: '';
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    width: 60px;
    bottom: -12px;
    border-radius: 10px;
    position: absolute;
}.opening-board .query-list {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 17px;
    overflow: hidden;
    padding: 1rem 2rem;
    color: #ffffff;
    letter-spacing: 0.05em;
    display: inline-block;
    border: none;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(162,146,191) 0%, rgb(172,111,174) 100%);
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
}.opening-board .query-list::before {
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    position: absolute;
}.opening-board .query-list:hover {
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.35);
    transform: translateY(-5px);
}.opening-board .query-list:hover::before {
    left: 100%;
}.opening-board .img-panel {
    transform: translateY(20px);
    animation: slideInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 300px;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: relative;
}.opening-board .img-panel::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.4));
    top: 0;
    z-index: 1;
}.opening-board .img-panel::after {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(162,146,191), rgb(172,111,174));
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    z-index: 2;
}

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

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

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

@media (min-width: 768px) {.opening-board {
    padding: 10rem 4rem;
}.opening-board h1 {
    font-size: calc(33px * 0.8);
    margin-bottom: 3rem;
}.opening-board .mentor-team {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.opening-board .text-display {
    padding: 3rem;
}.opening-board svg {
    height: 140px;
    width: 140px;
}.opening-board .img-panel {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 5% 100%);
    height: 400px;
}
}

@media (min-width: 992px) {.opening-board {
    padding: 8rem 6rem;
}.opening-board .mentor-team {
    grid-template-columns: 55% 45%;
    gap: 4rem;
}.opening-board .edu-online p {
    max-width: 80%;
    font-size: calc(17px * 1.2);
}.opening-board svg {
    width: 160px;
    height: 160px;
}.opening-board .img-panel {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.opening-board .img-panel:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 1200px) {.opening-board .mentor-team {
    grid-template-columns: 50% 50%;
}.opening-board .text-display {
    padding: 4rem;
}.opening-board .img-panel {
    height: 550px;
}
}

@media (max-width: 767px) {.opening-board {
    padding: 6rem 1.5rem;
}.opening-board .edu-online p {
    max-width: 100%;
}.opening-board .query-list {
    width: 100%;
    text-align: center;
}
}