﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.faculty_info {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.head_pro {
    flex: 1 0 auto;
}.container {
    width: 1273px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.wrapper-bundle {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get_in_touch {
    align-items: center;
    position: relative;
    padding: 0;
    z-index: 1;
    display: flex;
    min-height: 650px;
}.get_in_touch::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgb(216,195,225,0.5);
}.get_in_touch .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}.get_in_touch .request_box {
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
    position: relative;
}.get_in_touch .support_panel {
    position: relative;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px 120px;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    width: 100%;
    align-items: flex-start;
}.get_in_touch .support_panel h3 {
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
}.get_in_touch .support_panel h3::after {
    position: absolute;
    height: 3px;
    background-color: rgb(185,158,202);
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    bottom: 0;
    content: '';
}.get_in_touch .support_panel div {
    justify-content: center;
    text-align: center;
    padding: 20px;
    flex: 1 0 calc(50% - 30px);
    min-height: 140px;
    border-radius: 26px;
    background-color: #ffffff;
    align-items: center;
    max-width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}.get_in_touch .support_panel div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.get_in_touch .support_panel div svg {
    margin-bottom: 15px;
    height: 35px;
    width: 35px;
}.get_in_touch .support_panel div svg path {
    fill: rgb(185,158,202);
}.get_in_touch .support_panel div span {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
    margin-top: 10px;
}.get_in_touch .support_panel div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.get_in_touch .support_panel div span a:hover {
    color: rgb(185,158,202);
}.get_in_touch .query_panel {
    transform: translateY(50px);
    max-width: 550px;
    background-color: #ffffff;
    position: relative;
    border-radius: 26px;
    z-index: 2;
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    padding: 40px 30px;
}.get_in_touch .query_panel::before {
    width: 30px;
    border-radius: 3px;
    z-index: -1;
    background-color: #ffffff;
    content: '';
    left: 50%;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -15px;
}.get_in_touch .query_panel h3 {
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(216,195,225);
    text-align: center;
    font-size: 19px;
}.get_in_touch .query_panel form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}.get_in_touch .query_panel input[type="text"],
.get_in_touch .query_panel input[type="email"] {
    border-radius: 10px;
    height: 50px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(237,228,242);
    flex: 1 0 100%;
    color: #000000;
    background-color: transparent;
    font-size: 13px;
    padding: 15px 20px;
}.get_in_touch .query_panel input[type="text"]:focus,
.get_in_touch .query_panel input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(185,158,202,0.5);
    outline: none;
    border-color: rgb(185,158,202);
}.get_in_touch .query_panel input::placeholder {
    color: #000000;
    opacity: 0.6;
}.get_in_touch .query_panel .message_query {
    margin-top: 5px;
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
}.get_in_touch .query_panel .message_query input[type="checkbox"] {
    margin-top: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 2px solid rgb(237,228,242);
    height: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-right: 10px;
}.get_in_touch .query_panel .message_query input[type="checkbox"]:checked {
    border-color: rgb(185,158,202);
    background-color: rgb(185,158,202);
}.get_in_touch .query_panel .message_query input[type="checkbox"]:checked::before {
    color: #ffffff;
    position: absolute;
    font-size: 12px;
    content: '✓';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}.get_in_touch .query_panel .message_query label {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.get_in_touch .query_panel .message_query label a {
    transition: color 0.3s ease;
    color: rgb(185,158,202);
    text-decoration: none;
}.get_in_touch .query_panel .message_query label a:hover {
    color: rgb(216,195,225);
}.get_in_touch .query_panel .query_query {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgb(185,158,202,0.5);
    border-radius: 10px;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, rgb(185,158,202), rgb(216,195,225));
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    height: 50px;
}.get_in_touch .query_panel .query_query:hover {
    box-shadow: 0 8px 25px rgb(216,195,225,0.5);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.get_in_touch {
    padding: 100px 0;
    min-height: 700px;
}.get_in_touch .request_box {
    flex-direction: row;
    align-items: center;
}.get_in_touch .support_panel {
    width: 65%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 60px 120px;
    margin-left: auto;
}.get_in_touch .support_panel h3 {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}.get_in_touch .support_panel h3::after {
    left: 0;
    transform: none;
}.get_in_touch .support_panel div {
    flex: 0 0 calc(50% - 15px);
    margin: 0;
    max-width: calc(50% - 15px);
}.get_in_touch .query_panel {
    max-width: 450px;
    z-index: 3;
    margin: 0;
    padding: 40px;
    position: absolute;
    left: 0;
    width: 45%;
}.get_in_touch .query_panel::before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -15px;
}
}

@media screen and (min-width: 1200px) {.get_in_touch .support_panel {
    padding-left: 200px;
    width: 70%;
}.get_in_touch .query_panel {
    width: 40%;
    max-width: 480px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.get_in_touch {
    padding: 80px 0 120px;
}.get_in_touch .support_panel {
    justify-content: space-between;
    padding: 0 20px 120px;
}.get_in_touch .support_panel div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.get_in_touch {
    padding: 60px 0 120px;
}.get_in_touch .support_panel {
    padding: 0 20px 120px;
}.get_in_touch .support_panel h3 {
    font-size: calc(19px + 2px);
}.get_in_touch .support_panel div {
    flex: 0 0 100%;
    margin-bottom: 0;
    min-height: 120px;
    max-width: 280px;
}.get_in_touch .support_panel div svg {
    width: 30px;
    height: 30px;
}.get_in_touch .query_panel {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.get_in_touch {
    padding: 40px 0 100px;
}.get_in_touch .support_panel {
    gap: 20px;
}.get_in_touch .support_panel div {
    min-height: auto;
    padding: 20px 15px;
}}footer {
    width: 100%;
    position: relative;
}footer .faculty_info {
    padding: 80px 0 30px;
    color: #ffffff;
    background-color: rgb(185,158,202);
    position: relative;
    font-family: Arial, sans-serif;
}footer .faculty_info::before {
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    left: 0;
    position: absolute;
    content: "";
    background-size: 80px 140px;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgb(185,158,202) 12%, transparent 12.5%, transparent 87%, rgb(185,158,202) 87.5%, rgb(185,158,202)),
        linear-gradient(150deg, rgb(185,158,202) 12%, transparent 12.5%, transparent 87%, rgb(185,158,202) 87.5%, rgb(185,158,202)),
        linear-gradient(30deg, rgb(185,158,202) 12%, transparent 12.5%, transparent 87%, rgb(185,158,202) 87.5%, rgb(185,158,202)),
        linear-gradient(150deg, rgb(185,158,202) 12%, transparent 12.5%, transparent 87%, rgb(185,158,202) 87.5%, rgb(185,158,202)),
        linear-gradient(60deg, rgb(216,195,225,0.5) 25%, transparent 25.5%, transparent 75%, rgb(216,195,225,0.5) 75%, rgb(216,195,225,0.5)),
        linear-gradient(60deg, rgb(216,195,225,0.5) 25%, transparent 25.5%, transparent 75%, rgb(216,195,225,0.5) 75%, rgb(216,195,225,0.5));
    pointer-events: none;
}footer .faculty_info::after {
    pointer-events: none;
    left: 0;
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    top: 0;
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
}footer .insta_feed {
    position: relative;
    z-index: 1;
}footer .talk_form {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
}footer .info_item {
    align-items: center;
    display: flex;
    min-height: 60px;
    flex: 0 1 auto;
    min-width: 200px;
    max-width: 300px;
    padding: 20px 25px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    position: relative;
    justify-content: center;
}footer .info_item::before {
    left: 3px;
    z-index: -1;
    content: "";
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    top: 3px;
    position: absolute;
    pointer-events: none;
    right: 3px;
    bottom: 3px;
    background-color: rgb(185,158,202);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(216,195,225);
}footer .info_item svg {
    height: 20px;
    flex-shrink: 0;
    transition: fill 0.3s ease;
    margin-right: 12px;
    width: 20px;
    fill: rgb(216,195,225);
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 17px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    z-index: 1;
    display: flex;
    width: 100%;
    transition: all 0.3s ease;
}footer .text_main_holder {
    gap: 50px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    padding-top: 40px;
}footer .text_main_holder::before {
    width: 80%;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
    height: 1px;
    left: 10%;
    top: 0;
}footer .top_sitewrap {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    padding: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    align-items: center;
    position: relative;
}footer .top_sitewrap::before {
    pointer-events: none;
    background-color: rgb(185,158,202);
    bottom: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 3px;
    position: absolute;
    z-index: -1;
    content: "";
    top: 3px;
    right: 3px;
}footer .top_sitewrap svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .desktop_app {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}footer .nav_block {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 17px;
}footer .nav_block h5 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
}footer .nav_block h5::after {
    left: 0;
    width: 50px;
    background-color: rgb(216,195,225);
    position: absolute;
    height: 2px;
    bottom: 0;
    content: "";
    pointer-events: none;
}footer .top_teach {
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
}footer .top_teach a {
    display: flex;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 17px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.03);
}footer .top_teach a::before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(216,195,225);
    height: 0;
    opacity: 0;
    content: "";
    left: 5px;
    transition: all 0.3s ease;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    top: 50%;
}footer .top_teach a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .top_teach a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
}footer .subscribe_holder::before {
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 17px;
    pointer-events: none;
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(216,195,225,0.5) 49%, rgb(216,195,225,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(216,195,225,0.5) 49%, rgb(216,195,225,0.5) 51%, transparent 52%);
    content: "";
    background-size: 20px 20px;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    gap: 15px;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 5;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    position: relative;
    color: #ffffff;
    cursor: text;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    z-index: 5;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(216,195,225);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_banners {
    width: 100%;
    padding: 14px 20px;
    border: none;
    text-align: center;
    font-size: 17px;
    background-color: rgb(216,195,225);
    z-index: 5;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .sub_banners:hover {
    background-color: rgb(185,158,202);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .project_ref {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .grade_help {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
}footer .grade_help::before,
footer .grade_help::after {
    pointer-events: none;
    position: absolute;
    width: 20px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 1px;
}footer .grade_help::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .grade_help::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_banners {
    width: auto;
    min-width: 150px;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_teach {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .faculty_info {
    padding: 60px 0 30px;
}footer .talk_form {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nav_block, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_sitewrap {
    padding: 15px;
    margin-bottom: 20px;
}footer .project_ref {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .faculty_info {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_block h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .nav_block, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_banners {
    padding: 12px;
}}.cookie_banner_dialog {
    z-index: 90;
    background: rgb(185,158,202);
    position: fixed;
    border-top: 2px solid rgb(216,195,225);
    width: 100%;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(216,195,225,0.5);
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.user_dialog {
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(216,195,225,0.5);
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(185,158,202) 0%, rgba(0, 0, 0, 0.5) 100%);
}.visitor_privacy {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(216,195,225);
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}.visitor_privacy svg, .visitor_privacy svg path {
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(216,195,225);
}.visitor_privacy:hover svg {
    transform: rotate(20deg);
}.cookie_notice {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.cookie_notice h5 {
    text-shadow: 0 0 10px rgb(216,195,225);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: rgb(216,195,225);
}.cookie_notice p {
    text-shadow: 0 0 5px rgb(216,195,225,0.5);
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}.cookie_control {
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    border-radius: 10px;
    background: rgb(216,195,225);
    box-shadow: 0 0 10px rgb(216,195,225,0.5);
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
}.cookie_control:hover {
    box-shadow: 0 0 20px rgb(185,158,202,0.5);
    background: rgb(185,158,202);
}.cookie_banner_dialog p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(216,195,225);
}.cookie_banner_dialog p a:hover {
    color: rgb(185,158,202);
}#cookieConsentDialog {
    display: none;
}#cookieConsentDialog:checked ~ .cookie_banner_dialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialog {
    padding: 20px;
}.user_dialog {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.visitor_privacy {
    display: none;
}.user_dialog {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice {
    margin-bottom: 20px;
    text-align: center;
}.cookie_banner_dialog h5, .cookie_banner_dialog p {
    text-align: center;
}.cookie_control {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
header {
    padding: 1.2rem 0;
    background: rgb(237,228,242);
    position: relative;
    z-index: 100;
}header::before {
    background: linear-gradient(135deg, 
        rgb(216,195,225,0.5) 0%, 
        transparent 50%, 
        rgb(185,158,202,0.5) 100%);
    width: 100%;
    content: '';
    top: 0;
    opacity: 0.5;
    position: absolute;
    left: 0;
    height: 100%;
}header .container {
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .nav_study {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    background: #ffffff;
    border-radius: 13px;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}header .main_learn {
    padding: 0.5rem 1rem;
    justify-content: center;
    display: flex;
    text-decoration: none;
    margin-bottom: 0.5rem;
    position: relative;
}header .main_learn::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(216,195,225,0.5), 
        rgb(185,158,202,0.5), 
        rgb(216,195,225,0.5), 
        transparent);
    width: 100%;
    bottom: 0;
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
}header .main_learn svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .main_learn:hover svg {
    filter: drop-shadow(0 2px 4px rgb(216,195,225,0.5));
    transform: translateY(-2px);
}header .nav_block {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 10px;
    background: rgb(237,228,242);
    justify-content: center;
    display: flex;
    padding: 0.6rem;
    gap: 0.4rem;
}header .page_head {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
}header .page_head::before {
    opacity: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(216,195,225), rgb(185,158,202));
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    top: 0;
    z-index: -1;
}header .page_head:hover {
    color: #ffffff;
}header .page_head:hover::before {
    opacity: 1;
}header .page_head::after {
    content: '';
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(216,195,225), rgb(185,158,202));
}header .page_head:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_study {
    padding: 0.8rem;
    gap: 0.8rem;
}header .main_learn svg {
    width: 140px;
}header .nav_block {
    padding: 0.5rem;
}header .page_head {
    font-size: calc(12px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_study {
    padding: 0.7rem;
    gap: 0.7rem;
}header .main_learn svg {
    width: 120px;
}header .nav_block {
    padding: 0.4rem;
    gap: 0.3rem;
}header .page_head {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_study {
    gap: 0.6rem;
    padding: 0.6rem;
}header .main_learn svg {
    width: 110px;
}header .nav_block {
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .nav_block::-webkit-scrollbar {
    height: 2px;
}header .nav_block::-webkit-scrollbar-thumb {
    background: rgb(216,195,225);
    border-radius: 10px;
}header .page_head {
    white-space: nowrap;
    flex-shrink: 0;
}}.our_mission {
    overflow: hidden;
    position: relative;
}.our_mission::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(216,195,225,0.5), rgba(0, 0, 0, 0.5) 70%);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.our_mission .container {
    z-index: 2;
    margin: 0 auto;
    padding: 8rem 2rem;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
}.our_mission .text_list_item {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transform: translateY(0);
    position: relative;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
}.our_mission .text_list_item::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    transform: scaleY(1.1);
    content: "";
}.our_mission .text_list_item:hover {
    transform: translateY(-5px);
}.our_mission .text_list_item > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.our_mission .text_list_item > div:first-child::after {
    width: 50px;
    bottom: -10px;
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    background: rgb(216,195,225);
    content: "";
    transform-origin: left center;
}.our_mission .text_list_item:hover > div:first-child::after {
    width: 80px;
}.our_mission h5 {
    margin: 0;
    color: rgb(216,195,225);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 21px;
}.our_mission .text_list_item > div:nth-child(2) {
    margin-bottom: 2rem;
}.our_mission p {
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: calc(15px * 1.5);
    line-height: 1.5;
}.our_mission p b {
    font-weight: 700;
    color: rgb(185,158,202);
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
}.our_mission p b::after {
    content: "";
    background: rgb(185,158,202,0.5);
    height: 1px;
    transform-origin: left;
    bottom: -5px;
    width: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    left: 0;
    position: absolute;
}.our_mission .text_list_item:hover p b::after {
    transform: scaleX(1);
}.our_mission ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: about-counter;
}.our_mission ol li {
    font-size: 15px;
    column-count: 1;
    position: relative;
    padding-left: 0;
    color: #000000;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    column-gap: 2.5rem;
}.our_mission ol li::before {
    display: none;
}

@media (min-width: 768px) {.our_mission ol li {
    column-count: 2;
}.our_mission .container {
    padding: 10rem 4rem;
}
}

@media (min-width: 992px) {.our_mission .text_list_item {
    margin-left: auto;
    padding: 4.5rem;
    max-width: 90%;
}.our_mission ol li {
    font-size: calc(15px * 1.05);
    column-count: 3;
}.our_mission .container {
    padding: 12rem 5rem;
}
}

@media (max-width: 767px) {.our_mission .text_list_item {
    padding: 2.5rem 1.5rem;
}.our_mission .container {
    padding: 5rem 1.5rem;
}.our_mission h5 {
    font-size: calc(21px * 0.9);
}.our_mission p {
    font-size: calc(15px * 1.25);
}}

.our_mission .text_list_item::after {
    top: 20px;
    opacity: 0.7;
    height: 60px;
    right: 20px;
    content: "";
    border-right: 2px solid rgb(216,195,225,0.5);
    position: absolute;
    width: 60px;
    border-top: 2px solid rgb(216,195,225,0.5);
}.our_mission .text_list_item div:nth-child(2)::before {
    height: 60px;
    bottom: 20px;
    border-left: 2px solid rgb(185,158,202,0.5);
    position: absolute;
    left: 20px;
    content: "";
    opacity: 0.7;
    border-bottom: 2px solid rgb(185,158,202,0.5);
    width: 60px;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.our_mission::after {
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    background-size: 200% 200%;
    animation: gradientShift 8s ease infinite;
    position: absolute;
    content: "";
    height: 1px;
}.title_welcome {
    display: flex;
    min-height: 100vh;
    padding: 4rem 2rem;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_welcome::before {
    background: 
    radial-gradient(circle at 10% 20%, rgb(216,195,225,0.5) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgb(185,158,202,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    top: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    z-index: 1;
}.title_welcome::after {
    z-index: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    transform: rotate(-35deg);
    content: "";
    width: 100%;
    top: -50%;
    opacity: 0.05;
    background: rgb(216,195,225);
    right: -50%;
    height: 100%;
}.title_welcome .virtual_school {
    z-index: 2;
    max-width: 1200px;
    opacity: 1;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform: translateY(0);
    width: 100%;
    gap: 3rem;
}.title_welcome .virtual_school > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border-left: 4px solid rgb(216,195,225);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transform: translateX(-5px);
    position: relative;
}.title_welcome .virtual_school > div:first-child::before {
    z-index: -1;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: #ffffff;
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.title_welcome h3 {
    margin: 0;
    line-height: 1.4;
    font-size: calc(22px * 0.95);
    font-weight: 600;
    position: relative;
    color: #000000;
}.title_welcome h3::after {
    transform-origin: left;
    bottom: -10px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: "";
    width: 60px;
    background: rgb(216,195,225);
    left: 0;
    height: 3px;
    position: absolute;
}.title_welcome .virtual_study {
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_welcome .virtual_study::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right, rgb(216,195,225,0.5), transparent);
    top: 0;
    content: "";
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.1;
    left: 0;
}.title_welcome .virtual_study:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.15);
}.title_welcome h1 {
    color: #ffffff;
    line-height: 1.2;
    font-size: 45px;
    animation: fadeIn 1s ease-out forwards;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    margin: 0 0 2rem 0;
}.title_welcome h1::before {
    transform-origin: left;
    height: 4px;
    background: rgb(185,158,202);
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
}.title_welcome .virtual_study > div {
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0deg);
    margin-top: 2rem;
    position: relative;
}.title_welcome .virtual_study > div:hover {
    transform: perspective(1000px) rotateX(5deg);
}.title_welcome .virtual_study > div::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}.title_welcome .virtual_study > div::after {
    z-index: 2;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    top: 0;
    animation: shimmer 3s infinite;
    position: absolute;
}.title_welcome p {
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 2rem;
    z-index: 2;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    margin: 0;
    color: #ffffff;
    position: relative;
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@media (min-width: 768px) {.title_welcome .virtual_school {
    gap: 2rem;
    grid-template-columns: 1fr 1.5fr;
}.title_welcome .virtual_school > div:first-child {
    transform: translateY(2rem);
    margin-top: 3rem;
}.title_welcome h3 {
    font-size: 22px;
}.title_welcome h1 {
    font-size: calc(45px * 1.1);
}.title_welcome p {
    font-size: calc(14px * 1.2);
}
}

@media (min-width: 1024px) {.title_welcome {
    padding: 5rem;
}.title_welcome .virtual_school {
    grid-template-columns: 1fr 1.75fr;
    gap: 4rem;
}.title_welcome .virtual_school > div:first-child {
    margin-top: 2rem;
    padding: 3rem;
}.title_welcome h3 {
    font-size: calc(22px * 1.1);
}.title_welcome h1 {
    max-width: 90%;
    font-size: calc(45px * 1.2);
}.title_welcome .virtual_study {
    padding: 4rem;
}
}

@media (max-width: 767px) {.title_welcome {
    padding: 3rem 1.5rem;
}.title_welcome h1 {
    font-size: calc(45px * 0.85);
}.title_welcome .virtual_study {
    padding: 2rem;
}.title_welcome p {
    font-size: 14px;
    padding: 1.5rem;
}.title_welcome h3 {
    font-size: calc(22px * 0.85);
}
}

@media (max-width: 480px) {.title_welcome {
    padding: 2rem 1rem;
}.title_welcome h1 {
    font-size: calc(45px * 0.75);
}.title_welcome .virtual_study {
    padding: 1.5rem;
}.title_welcome p {
    padding: 1.25rem;
    font-size: calc(14px * 0.9);
}}.instructional_approach {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(rgb(216,195,225,0.5), 0.08) 100%);
}.instructional_approach::before {
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 1;
    height: 50%;
    right: -10%;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(216,195,225) 0%, transparent 80%);
    pointer-events: none;
    top: -5%;
    width: 40%;
    content: "";
    position: absolute;
}.instructional_approach::after {
    content: "";
    transform: rotate(15deg) skewX(15deg);
    position: absolute;
    bottom: -5%;
    opacity: 0.08;
    left: -10%;
    pointer-events: none;
    height: 50%;
    background: linear-gradient(45deg, rgb(185,158,202) 0%, transparent 80%);
    width: 40%;
    z-index: 1;
}.instructional_approach .skill_sessions {
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.instructional_approach h2 {
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    font-size: 32px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.instructional_approach h2::before {
    transform-origin: left;
    content: "";
    width: 6rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 0.35rem;
    bottom: -0.8rem;
    position: absolute;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
}.instructional_approach:hover h2::before {
    transform: scaleX(1);
}.instructional_approach .text_list_item {
    padding: 2.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
}.instructional_approach .text_list_item:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.instructional_approach .text_list_item::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(216,195,225,0.5), 0.03) 0%, rgba(rgb(185,158,202,0.5), 0.06) 100%);
    z-index: -1;
    top: 0;
}.instructional_approach .text_list_item::after {
    position: absolute;
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    left: 0;
    width: 4px;
    content: "";
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.instructional_approach .text_list_item:hover::after {
    height: 100%;
}.instructional_approach p {
    font-size: 12px;
    max-width: 96%;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
}

@media (min-width: 768px) {.instructional_approach {
    padding: 8rem 0;
}.instructional_approach .skill_sessions {
    padding: 0 4rem;
}.instructional_approach h2 {
    font-size: calc(32px * 1.1);
    margin-bottom: 3rem;
}.instructional_approach .text_list_item {
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    padding: 3.5rem;
}.instructional_approach p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1024px) {.instructional_approach {
    padding: 10rem 0;
}.instructional_approach::before {
    height: 60%;
    width: 35%;
}.instructional_approach::after {
    height: 60%;
    width: 35%;
}.instructional_approach .skill_sessions {
    padding: 0 2rem;
}.instructional_approach h2 {
    margin-bottom: 3.5rem;
    font-size: calc(32px * 1.2);
    transform: translateX(-1rem);
}.instructional_approach h2::before {
    width: 8rem;
    height: 0.4rem;
}.instructional_approach .text_list_item {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 5rem;
}.instructional_approach p {
    font-size: calc(12px * 1.1);
    line-height: 2;
}
}

@media (max-width: 767px) {.instructional_approach {
    padding: 4rem 0;
}.instructional_approach .skill_sessions {
    padding: 0 1.5rem;
}.instructional_approach h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.instructional_approach h2::before {
    height: 0.3rem;
    width: 5rem;
}.instructional_approach .text_list_item {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.instructional_approach p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.instructional_approach {
    padding: 3rem 0;
}.instructional_approach .skill_sessions {
    padding: 0 1rem;
}.instructional_approach h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
}.instructional_approach .text_list_item {
    padding: 1.5rem 1.25rem;
}.instructional_approach p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    max-width: 100%;
}}.customer_comments {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
    padding: 5rem 0;
}.customer_comments::before {
    height: 100%;
    z-index: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(216,195,225,0.5) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(185,158,202,0.5) 0%, transparent 8%);
    left: 0;
}.customer_comments .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.customer_comments h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    opacity: 1;
    font-size: 34px;
    transform: translateY(0);
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    margin-bottom: 4rem;
}.customer_comments h2::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    bottom: -15px;
}.customer_comments .testimonials_track {
    display: grid;
    gap: 2.5rem;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.customer_comments .review_space {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    animation: fadeInStagger 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    position: relative;
    transform: translateY(0) rotate(0);
    display: flex;
    animation-delay: calc(var(--i, 0) * 0.1s);
}.customer_comments .review_space:nth-child(3n+1) {
    --i: 1;
    transform: translateY(5px) rotate(-1deg);
}.customer_comments .review_space:nth-child(3n+2) {
    transform: translateY(-5px) rotate(0.5deg);
    --i: 2;
}.customer_comments .review_space:nth-child(3n+3) {
    transform: translateY(8px) rotate(0deg);
    --i: 3;
}.customer_comments .review_space:hover {
    transform: translateY(-10px) rotate(0);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}.customer_comments .review_space::before {
    content: "\"";
    top: -20px;
    opacity: 0.1;
    z-index: 0;
    font-weight: 700;
    position: absolute;
    color: rgb(216,195,225,0.5);
    font-size: 120px;
    left: 20px;
}.customer_comments .review_space div {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.customer_comments .review_space img {
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    object-fit: cover;
    width: 65px;
    border-radius: 50%;
    transform: translateY(0);
    margin-right: 1.2rem;
    height: 65px;
}.customer_comments .review_space:hover img {
    transform: translateY(-5px) scale(1.05);
}.customer_comments .review_space h4 {
    color: #000000;
    margin: 0;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}.customer_comments .review_space h4::after {
    width: 40px;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(216,195,225), transparent);
    left: 0;
    content: "";
    bottom: -8px;
    transition: width 0.3s ease;
}.customer_comments .review_space:hover h4::after {
    width: 60px;
}.customer_comments .description {
    font-style: italic;
    position: relative;
    font-size: 14px;
    z-index: 1;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.customer_comments a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 30px;
    display: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    border-radius: 10px;
    transform: perspective(1px) translateZ(0);
    display: inline-block;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 3rem;
    text-align: center;
    overflow: hidden;
    position: relative;
}.customer_comments a::before {
    transform-origin: 0 50%;
    left: 0;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s ease-out;
    bottom: 0;
    background: linear-gradient(135deg, rgb(185,158,202) 0%, rgb(216,195,225) 100%);
    right: 0;
    position: absolute;
    top: 0;
}.customer_comments a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.customer_comments a:hover::before {
    transform: scaleX(1);
}

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

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

@media (max-width: 992px) {.customer_comments {
    padding: 4rem 0;
}.customer_comments .testimonials_track {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.customer_comments h2 {
    margin-bottom: 3rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.customer_comments {
    padding: 3.5rem 0;
}.customer_comments .testimonials_track {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_comments .review_space {
    padding: 1.8rem;
}.customer_comments h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.customer_comments .review_space img {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 576px) {.customer_comments {
    padding: 3rem 0;
}.customer_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.7);
}.customer_comments .testimonials_track {
    gap: 1.5rem;
}.customer_comments .review_space {
    padding: 1.5rem;
}.customer_comments .review_space::before {
    font-size: 90px;
}.customer_comments .review_space img {
    margin-right: 1rem;
    height: 50px;
    width: 50px;
}.customer_comments .description {
    font-size: calc(14px * 0.95);
}}.privacy_wrapper {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(rgb(216,195,225,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.privacy_wrapper::before {
    width: 100%;
    position: absolute;
    height: 5px;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(216,195,225) 0%, rgb(185,158,202) 100%);
    top: 0;
}.privacy_wrapper::after {
    right: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    width: 30%;
    background: linear-gradient(to bottom, rgba(rgb(216,195,225,0.5), 0.03), transparent);
    z-index: 0;
}.privacy_wrapper .container {
    z-index: 1;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.privacy_wrapper h1 {
    opacity: 0;
    color: #000000;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-weight: 700;
    transform: translateY(10px);
    position: relative;
    font-size: 41px;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
}.privacy_wrapper h1::after {
    background: rgb(216,195,225);
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    bottom: -12px;
    content: "";
    transform: scaleX(0);
    width: 60px;
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left;
}.privacy_wrapper h2 {
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    padding-left: 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-size: 31px;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
}.privacy_wrapper h2::before {
    transform: scaleY(0.7);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    content: "";
    background: rgb(185,158,202);
    position: absolute;
    opacity: 0.8;
}.privacy_wrapper h3 {
    transform: translateY(10px);
    font-size: calc(31px * 0.85);
    font-weight: 600;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    margin: 2rem 0 1rem;
}.privacy_wrapper h4 {
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    color: #000000;
    opacity: 0;
    font-size: calc(31px * 0.75);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    opacity: 0.85;
}.privacy_wrapper p {
    transform: translateY(10px);
    line-height: 1.75;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    margin-bottom: 1.5rem;
    font-size: 14px;
    opacity: 0;
    color: #000000;
    max-width: 95%;
}.privacy_wrapper p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy_wrapper p strong::after {
    bottom: -2px;
    background: rgb(216,195,225);
    position: absolute;
    opacity: 0.5;
    height: 1px;
    content: "";
    width: 100%;
    left: 0;
}.privacy_wrapper span {
    display: block;
    color: #000000;
    font-size: 14px;
    opacity: 0;
    padding-left: 1rem;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.4s forwards;
    position: relative;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}.privacy_wrapper span::before {
    height: calc(100% - 1rem);
    content: "";
    opacity: 0.3;
    top: 0.5rem;
    width: 3px;
    left: 0;
    background: rgb(185,158,202);
    position: absolute;
}.privacy_wrapper ul {
    position: relative;
    transform: translateX(-10px);
    margin: 1.5rem 0 2rem;
    list-style: none;
    border-radius: 0 10px 10px 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    opacity: 0;
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding-left: 0;
    padding: 1.5rem 2rem;
    border-left: 3px solid rgb(216,195,225);
}.privacy_wrapper ul::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right, rgba(rgb(216,195,225,0.5), 0.05), transparent);
    content: "";
    left: 0;
}.privacy_wrapper li {
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    font-size: 14px;
}.privacy_wrapper li:last-child {
    margin-bottom: 0;
}.privacy_wrapper li::before {
    border-radius: 1px;
    top: 0.5rem;
    transform: rotate(45deg);
    content: "";
    left: 0;
    background: rgb(185,158,202);
    width: 8px;
    height: 8px;
    position: absolute;
}

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

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

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

@media (min-width: 768px) {.privacy_wrapper {
    padding: 6rem 3rem;
}.privacy_wrapper h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.15);
}.privacy_wrapper h1::after {
    width: 80px;
}.privacy_wrapper p, .privacy_wrapper span {
    max-width: 85%;
}.privacy_wrapper ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.privacy_wrapper {
    padding: 7rem 4rem;
}.privacy_wrapper::after {
    width: 40%;
}.privacy_wrapper h1 {
    font-size: calc(41px * 1.3);
}.privacy_wrapper h2 {
    padding-left: 1.5rem;
}.privacy_wrapper p, .privacy_wrapper span {
    font-size: calc(14px * 1.05);
    max-width: 80%;
}.privacy_wrapper ul {
    padding: 2rem 2.5rem;
}.privacy_wrapper li {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.privacy_wrapper {
    padding: 4rem 1.5rem;
}.privacy_wrapper h1 {
    font-size: calc(41px * 0.9);
}.privacy_wrapper h2 {
    font-size: calc(31px * 0.9);
}.privacy_wrapper h3 {
    font-size: calc(31px * 0.8);
}.privacy_wrapper h4 {
    font-size: calc(31px * 0.7);
}.privacy_wrapper p, .privacy_wrapper span {
    max-width: 100%;
}.privacy_wrapper ul {
    padding: 1.25rem 1.5rem;
}}.leadership_profile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,228,242), rgb(216,195,225,0.5));
    perspective: 1000px;
    padding: 4rem 0;
}.leadership_profile::before {
    width: 200%;
    background: radial-gradient(ellipse at center, rgb(185,158,202,0.5) 0%, transparent 70%);
    pointer-events: none;
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
    content: '';
    top: -50%;
    left: -50%;
    opacity: 0.4;
    z-index: 1;
}.leadership_profile::after {
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
    right: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: radial-gradient(circle at top right, rgb(216,195,225,0.5) 0%, transparent 60%);
}.leadership_profile .container {
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.leadership_profile .review_space {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 4px solid rgb(216,195,225);
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
}.leadership_profile .review_space:hover {
    transform: translateZ(20px);
}.leadership_profile .review_space > div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}.leadership_profile .img_clickable {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
    position: relative;
    width: 180px;
    overflow: hidden;
}.leadership_profile .img_clickable::after {
    height: 100%;
    background: linear-gradient(45deg, rgb(216,195,225,0.5), transparent);
    opacity: 0.7;
    left: 0;
    mix-blend-mode: overlay;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
}.leadership_profile .review_space:hover .img_clickable {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.leadership_profile .review_space > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.leadership_profile .name {
    font-size: 21px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 0.03em;
    color: rgb(216,195,225);
}.leadership_profile .name::after {
    height: 3px;
    background: rgb(185,158,202);
    transform: translateX(-50%);
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: '';
}.leadership_profile .review_space > div:nth-child(2) > div {
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.02em;
    font-size: calc(13px * 0.95);
    margin-top: 1rem;
}.leadership_profile .review_space > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.leadership_profile .emp_section {
    padding: 0 1rem;
    line-height: 1.7;
    font-size: 13px;
    position: relative;
    color: #000000;
}.leadership_profile .emp_section::before,
.leadership_profile .emp_section::after {
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    opacity: 0.15;
    background-repeat: no-repeat;
    content: '';
}.leadership_profile .emp_section::before {
    top: -10px;
    left: -10px;
}.leadership_profile .emp_section::after {
    transform: rotate(180deg);
    bottom: -10px;
    right: -10px;
}

@media (min-width: 768px) {.leadership_profile {
    padding: 6rem 0;
}.leadership_profile .review_space {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.leadership_profile .review_space > div:nth-child(1) {
    padding-top: 1rem;
    grid-row: span 2;
    align-items: flex-start;
}.leadership_profile .review_space > div:nth-child(2) {
    text-align: left;
}.leadership_profile .name::after {
    left: 0;
    transform: none;
}.leadership_profile .img_clickable {
    height: 220px;
    width: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.leadership_profile .emp_section {
    padding: 0;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.leadership_profile {
    padding: 8rem 0;
}.leadership_profile .review_space {
    padding: 3rem;
    grid-template-columns: 280px 1fr;
    gap: 2rem 4rem;
}.leadership_profile .img_clickable {
    width: 280px;
    height: 280px;
}.leadership_profile .name {
    font-size: calc(21px * 1.1);
}.leadership_profile .review_space > div:nth-child(2) > div {
    font-size: 13px;
}.leadership_profile .emp_section {
    font-size: calc(13px * 1.1);
    line-height: 1.9;
}.leadership_profile .review_space::before {
    transition: opacity 0.5s ease;
    top: -10px;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(185,158,202,0.5), transparent);
    opacity: 0.15;
    left: -10px;
    width: calc(100% + 20px);
    position: absolute;
    content: '';
}.leadership_profile .review_space:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.leadership_profile .container {
    padding: 0 2rem;
}.leadership_profile .review_space {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.leadership_profile .img_clickable {
    width: 320px;
    height: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .leadership_profile::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .leadership_profile::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.course_program {
    background-color: rgb(237,228,242);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_program::before {
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, transparent 50%, rgb(185,158,202,0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
}.course_program::after {
    position: absolute;
    border-radius: 50%;
    height: 200px;
    content: "";
    background-color: rgb(216,195,225,0.5);
    filter: blur(80px);
    z-index: 0;
    width: 200px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    top: -50px;
    right: -50px;
}.course_program .training_guide {
    flex-direction: column;
    z-index: 2;
    display: flex;
}.course_program .text_list_item {
    position: relative;
    margin: 0 auto 60px;
    width: 80%;
}.course_program .text_list_item::before {
    left: 0;
    height: 4px;
    top: -20px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    content: "";
    position: absolute;
    width: 80px;
}.course_program .text_list_item h2 {
    transform: translateX(0);
    background-image: repeating-linear-gradient(45deg, rgb(216,195,225,0.5) 0px, rgb(216,195,225,0.5) 2px, transparent 2px, transparent 8px);
    transition: transform 0.5s ease;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    padding: 15px;
    position: relative;
    font-size: 30px;
}.course_program .text_list_item h2:hover {
    transform: translateX(10px);
}.course_program .text_list_item .description {
    line-height: 1.7;
    border-left: 2px solid rgb(216,195,225);
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
    padding-left: 20px;
}.course_program .text_list_item .description:last-child {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 23px;
    font-weight: 600;
    border-left: none;
    margin-top: 30px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    z-index: 2;
    color: #ffffff;
}.course_program .img_clickable {
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.2;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
}.course_program .training_guide:hover .img_clickable {
    opacity: 0.3;
    transform: scale(1.05);
}.course_program .img_clickable::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(216,195,225,0.5) 0%, transparent 80%);
    width: 100%;
    height: 100%;
    z-index: 1;
}.course_program .img_clickable::after {
    width: 80%;
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(225deg, rgb(185,158,202,0.5) 0%, transparent 100%);
    content: "";
    height: 40%;
    z-index: 1;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_program .training_guide::before {
    left: -50px;
    filter: blur(100px);
    border-radius: 50%;
    position: absolute;
    background-color: rgb(185,158,202,0.5);
    content: "";
    animation: pulseAnimation 10s infinite ease-in-out;
    width: 200px;
    height: 200px;
    bottom: -100px;
    z-index: -1;
}.course_program .training_guide::after {
    border: 4px solid rgb(216,195,225,0.5);
    top: 40px;
    border-radius: 10px;
    position: absolute;
    height: 40px;
    right: -20px;
    content: "";
    z-index: -1;
    width: 40px;
    animation: rotateAnimation 20s infinite linear;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_program .text_list_item::after {
    width: 100px;
    content: "";
    top: -40px;
    border: 2px dashed rgb(216,195,225,0.5);
    animation: rotateAnimation 30s infinite linear reverse;
    right: -60px;
    position: absolute;
    border-radius: 50%;
    height: 100px;
    z-index: -1;
}.course_program .text_list_item .description:first-of-type {
    position: relative;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(237,228,242) 10px,
        rgb(237,228,242) 12px
    );
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    border-left: none;
}.course_program .text_list_item .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(216,195,225), transparent);
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}.course_program .text_list_item .description:last-child::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: cover;
    width: 100%;
    content: "";
    border-radius: 23px;
    filter: brightness(0.5) contrast(1.2);
    left: 0;
    z-index: -1;
}

@media (max-width: 1024px) {.course_program {
    padding: 80px 0;
}.course_program .text_list_item {
    width: 90%;
}
}

@media (max-width: 768px) {.course_program {
    padding: 60px 0;
}.course_program .text_list_item {
    margin-bottom: 40px;
    width: 100%;
}.course_program .text_list_item h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.course_program .text_list_item .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_program {
    padding: 40px 0;
}.course_program .text_list_item h2 {
    font-size: calc(30px * 0.8);
}.course_program .text_list_item .description {
    font-size: calc(17px * 0.95);
}.course_program .text_list_item .description:last-child {
    padding: 20px;
}.course_program::after,
    .course_program .training_guide::before,
    .course_program .text_list_item::after {
    display: none;
}.course_program .text_list_item::before {
    width: 60px;
}}

.course_program .training_guide .text_list_item .description strong {
    font-weight: 600;
    color: rgb(185,158,202);
}.course_program .container::before {
    left: -25%;
    height: 1px;
    position: absolute;
    content: "";
    width: 150%;
    bottom: -40px;
    background: linear-gradient(90deg, transparent, rgb(216,195,225,0.5), transparent);
}.course_program .text_list_item h2::after {
    background-color: rgb(216,195,225,0.5);
    z-index: -1;
    filter: blur(15px);
    left: -15px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    height: 30px;
    content: "";
}.price_set {
    background: linear-gradient(135deg, rgb(237,228,242), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_set::before {
    top: -10%;
    right: -5%;
    filter: blur(60px);
    position: absolute;
    opacity: 0.4;
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    height: 70%;
    width: 40%;
    background: linear-gradient(145deg, rgb(216,195,225,0.5), rgb(185,158,202,0.5));
}.price_set::after {
    z-index: 0;
    content: "";
    left: -5%;
    bottom: -10%;
    filter: blur(50px);
    position: absolute;
    background: linear-gradient(215deg, rgb(185,158,202,0.5), rgb(216,195,225,0.5));
    width: 35%;
    height: 60%;
    opacity: 0.3;
    transform: rotate(12deg) skewX(-10deg);
}.price_set .container {
    z-index: 1;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}.price_set .trial_pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.price_set .payment_plan {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
}.price_set .payment_plan h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}.price_set .payment_plan h2::after {
    background: linear-gradient(90deg, rgb(216,195,225), rgb(185,158,202));
    left: 50%;
    bottom: -12px;
    height: 4px;
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
}.price_set .learn_rates {
    line-height: 1.6;
    max-width: 680px;
    margin: 20px auto 0;
    color: #000000;
    font-size: 13px;
}.price_set .basic_cost {
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(40px);
    opacity: 0;
}.price_set .cost_deals {
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    text-decoration: none;
}.price_set .pricing_fees {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    flex-direction: column;
    display: flex;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
}.price_set .cost_deals:hover .pricing_fees {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.price_set .trial_rates {
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
}.price_set .trial_rates h3 {
    word-break: break-word;
    overflow-wrap: break-word;
    padding-left: 15px;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
    white-space: normal;
    font-weight: 700;
    position: relative;
    color: #000000;
}.price_set .trial_rates h3::before {
    border-radius: 10px;
    height: calc(100% - 10px);
    content: "";
    background: linear-gradient(to bottom, rgb(216,195,225), rgb(185,158,202));
    position: absolute;
    left: 0;
    width: 4px;
    top: 5px;
}.price_set .training_sub {
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    margin: 5px 0 20px;
    position: relative;
    padding: 8px 15px;
    font-size: calc(18px + 4px);
    font-weight: 700;
    border-radius: 6px;
    color: rgb(216,195,225);
    display: inline-block;
}.price_set .trial_rates p {
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 10px;
    white-space: normal;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
}.price_set .img_clickable {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: relative;
}.price_set .img_clickable::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    z-index: 1;
    position: absolute;
}.price_set .cost_deals:hover .img_clickable {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_set .basic_cost {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.price_set .trial_pricing {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_set .trial_pricing {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.price_set .payment_plan {
    align-self: center;
    grid-row: 1;
    text-align: left;
    grid-column: 2;
}.price_set .payment_plan h2 {
    display: inline-block;
}.price_set .payment_plan h2::after {
    left: 0;
    transform: none;
}.price_set .learn_rates {
    margin: 25px 0 0;
}.price_set .basic_cost {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}

@media (min-width: 1200px) {.price_set .basic_cost {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.price_set .trial_rates {
    padding: 40px 35px;
}.price_set .img_clickable {
    height: 240px;
}
}

@media (max-width: 767px) {.price_set {
    padding: 80px 0;
}.price_set .payment_plan {
    margin-bottom: 20px;
}.price_set .pricing_fees {
    max-width: 100%;
}.price_set .trial_rates {
    padding: 30px 25px;
}.price_set .trial_rates h3 {
    font-size: calc(18px + 1px);
}.price_set .training_sub {
    margin: 0 0 15px;
    font-size: 18px;
}.price_set .img_clickable {
    height: 200px;
}
}

@media (max-width: 480px) {.price_set {
    padding: 60px 0;
}.price_set .trial_rates {
    padding: 25px 20px;
}.price_set .img_clickable {
    height: 180px;
}}.appBox {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(216,195,225,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}.appBox::before {
    right: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(216,195,225) 0%, transparent 70%);
    position: absolute;
    width: 25rem;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    filter: blur(8px);
    opacity: 0.07;
    height: 25rem;
    z-index: 1;
    content: "";
}.appBox::after {
    left: -5%;
    bottom: -5%;
    height: 20rem;
    background: linear-gradient(45deg, rgb(185,158,202) 0%, transparent 70%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 20rem;
    content: "";
    opacity: 0.09;
    z-index: 1;
    position: absolute;
    transform: rotate(15deg);
    filter: blur(8px);
}.appBox .container {
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.appBox .skill_sessions {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: center bottom;
    display: flex;
    border-left: 4px solid rgb(216,195,225);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    padding: 3rem;
}.appBox .skill_sessions:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.appBox .skill_sessions > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.appBox .skill_sessions > div:first-child::after {
    position: absolute;
    bottom: -0.75rem;
    left: 0;
    width: 4rem;
    transition: width 0.4s ease-out;
    content: "";
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(to right, rgb(216,195,225), rgb(185,158,202));
}.appBox .skill_sessions:hover > div:first-child::after {
    width: 8rem;
}.appBox h5 {
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}.appBox a {
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    overflow: hidden;
}.appBox a:hover {
    transform: translateY(-3px);
}.appBox a::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top left, rgb(216,195,225,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    content: "";
    z-index: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}.appBox a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.appBox p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    z-index: 1;
}

@media (min-width: 768px) {.appBox {
    padding: 6rem 0;
}.appBox .skill_sessions {
    border-left: 6px solid rgb(216,195,225);
    padding: 4rem;
}.appBox .skill_sessions > div:first-child {
    margin-bottom: 2rem;
}.appBox .skill_sessions > div:first-child::after {
    height: 4px;
    width: 6rem;
}.appBox .skill_sessions:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.appBox .skill_sessions {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.appBox .skill_sessions:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.appBox h5 {
    font-size: calc(18px * 1.1);
}.appBox p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.appBox {
    padding: 3rem 0;
}.appBox .skill_sessions {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.appBox h5 {
    font-size: calc(18px * 0.9);
}.appBox p {
    font-size: calc(14px * 0.95);
}.appBox .skill_sessions > div:first-child::after {
    width: 3rem;
}.appBox .skill_sessions:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.appBox {
    padding: 2.5rem 0;
}.appBox .skill_sessions {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.appBox h5 {
    font-size: calc(18px * 0.85);
}.appBox p {
    font-size: calc(14px * 0.9);
}}.prospective_members {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 5rem 0;
    background-color: rgb(237,228,242);
}.prospective_members::before,
.prospective_members::after {
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(216,195,225) 50%, 
        transparent 80%);
    width: 1px;
    animation: beamScan 8s infinite ease-out;
    content: '';
    opacity: 0;
    top: 0;
    height: 100%;
}.prospective_members::before {
    left: 25%;
    animation-delay: 0s;
}.prospective_members::after {
    animation-delay: 4s;
    right: 25%;
}.prospective_members .skill_sessions {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.prospective_members .skill_sessions::before,
.prospective_members .skill_sessions::after {
    content: '';
    opacity: 0;
    z-index: -1;
    height: 1px;
    left: 0;
    position: absolute;
    animation: horizontalBeam 10s infinite ease-out;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(185,158,202) 50%, 
        transparent 90%);
    width: 100%;
}.prospective_members .skill_sessions::before {
    animation-delay: 2s;
    top: 30%;
}.prospective_members .skill_sessions::after {
    animation-delay: 6s;
    bottom: 30%;
}.prospective_members h3 {
    font-size: 32px;
    text-align: center;
    color: rgb(216,195,225);
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    margin-bottom: 3.5rem;
}.prospective_members h3::after {
    bottom: -15px;
    background: rgb(216,195,225);
    width: 100px;
    transform: translateX(-50%) scaleX(0.3);
    left: 50%;
    opacity: 0.7;
    content: '';
    height: 2px;
    animation: pulseLine 4s infinite ease-in-out;
    position: absolute;
}.prospective_members ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
}.prospective_members ul li {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    font-weight: 400;
    align-items: center;
    padding: 1.3rem 1.5rem;
    font-size: 18px;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
}.prospective_members ul li::before {
    top: 0;
    left: 0;
    opacity: 0.5;
    transform-origin: top;
    position: absolute;
    transition: transform 0.4s ease;
    content: '';
    height: 100%;
    transform: scaleY(0);
    background: linear-gradient(to bottom, 
        rgb(185,158,202,0.5), 
        rgb(216,195,225,0.5));
    width: 3px;
}.prospective_members ul li::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(216,195,225,0.5) 20%, 
        transparent 80%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: transform 0.5s ease;
    content: '';
}.prospective_members ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}.prospective_members ul li:hover::before {
    transform: scaleY(1);
}.prospective_members ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.prospective_members ul li svg {
    height: 28px;
    position: relative;
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    z-index: 1;
    width: 28px;
}.prospective_members ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.prospective_members ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(216,195,225);
}.prospective_members ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(185,158,202);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.prospective_members::before :nth-child(1) {
    animation-delay: 1s;
}.prospective_members::before :nth-child(2) {
    animation-delay: 3s;
}.prospective_members::before :nth-child(3) {
    animation-delay: 5s;
}.prospective_members ul::before {
    border-radius: 50%;
    width: 50px;
    border: 1px solid rgb(216,195,225,0.5);
    opacity: 0.2;
    right: 20px;
    top: 20px;
    content: '';
    height: 50px;
    position: absolute;
}.prospective_members ul::after {
    position: absolute;
    opacity: 0.2;
    height: 30px;
    bottom: 20px;
    left: 20px;
    content: '';
    width: 30px;
    border-radius: 50%;
    border: 1px solid rgb(185,158,202,0.5);
}

@media (max-width: 992px) {.prospective_members {
    padding: 4rem 0;
}.prospective_members h3 {
    font-size: calc(32px * 0.9);
}.prospective_members ul {
    gap: 1rem;
}.prospective_members ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.prospective_members {
    padding: 3rem 0;
}.prospective_members .skill_sessions {
    padding: 0 1.5rem;
}.prospective_members h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.prospective_members ul {
    gap: 0.8rem;
}.prospective_members ul li {
    padding: 1rem;
}.prospective_members ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
}