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

* {
    scrollbar-width: none;
    scrollbar-color: rgb(200,199,217) rgb(255, 255, 255, 0.5);
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 99;
    position: relative;
    width: 100%;
    background: rgb(231,230,242);
}

svg {
    width: 30px;
    height: 30px;
}

.mentor_cta {
    flex: 0 0 auto;
}

.mentor_cta {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
}

.study_process::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(200,199,217,0.5), 0.03) 0px,
        rgba(rgb(200,199,217,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.study_process .fast_learning {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
    padding: 0 2rem;
}

.study_process h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(200,199,217) 0%, rgb(164,163,185) 100%);
    content: "";
    width: 80px;
    height: 4px;
    bottom: -15px;
    animation: expandWidth 1s ease-out 0.4s forwards;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
}

.study_process .content_wrap::before {
    top: 0;
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(rgb(200,199,217,0.5), 0.02) 0%, rgba(rgb(164,163,185,0.5), 0.04) 100%);
    height: 100%;
    z-index: -1;
}

.study_process .content_wrap:hover::before {
    opacity: 1;
}

.study_process .content_wrap::after {
    height: 0;
    content: "";
    top: 0;
    width: 4px;
    transition: height 0.5s ease;
    left: 0;
    background: linear-gradient(180deg, rgb(200,199,217) 0%, rgb(164,163,185) 100%);
    position: absolute;
}

.data_insights::before {
    opacity: 0.85;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    position: absolute;
}

.data_insights .pro_statistics {
    margin-bottom: 30px;
    display: block;
}

.data_insights .pro_statistics svg {
    width: 60px;
    filter: drop-shadow(0 0 5px rgb(200,199,217,0.5));
    fill: rgb(200,199,217);
    height: 60px;
}

.data_insights .mentor_statistics::after {
    left: 0;
    height: 4px;
    position: absolute;
    bottom: -10px;
    width: 60px;
    background: rgb(200,199,217);
    content: "";
}

.data_insights .knowledge_upgrade {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
}

.data_insights .extra_statistics:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.data_insights .benefits_block {
    height: 40px;
    top: 20px;
    display: flex;
    align-items: center;
    right: 20px;
    width: 40px;
    position: absolute;
    justify-content: center;
}

.data_insights .benefits_block svg {
    fill: rgb(164,163,185);
    height: 100%;
    width: 100%;
}

.data_insights .extra_statistics p {
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
}



.data_insights .extra_statistics:nth-child(1) {
    border-left-color: rgb(200,199,217);
}

.data_insights .extra_statistics:nth-child(3) {
    border-left-color: rgb(200,199,217);
}

.data_insights .extra_statistics:nth-child(even) .benefits_block svg,
.data_insights .extra_statistics:nth-child(even) .benefits_block svg path {
    fill: rgb(200,199,217);
}

.data_insights .extra_statistics::after {
    background: linear-gradient(90deg, rgb(200,199,217,0.5), transparent);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.course_program_description .skill_up {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.course_program_description .skill_up:hover .future_skills {
    animation-play-state: paused;
}

.course_program_description .skill_tool {
    height: 100%;
    position: relative;
    flex: 1;
    min-width: 20%;
    overflow: hidden;
}

.course_program_description .skill_up:hover .skill_tool img {
    transform: scale(1.15);
}

.course_program_description .fast_learning {
    width: 100%;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(200,199,217,0.5),
                0 0 90px rgb(164,163,185,0.5);
    animation: glow-pulse 8s ease-in-out infinite alternate;
    padding: 0.5rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    border-radius: 23px;
    max-width: 800px;
}

.course_program_description .training_plan::before {
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
    height: 200%;
    content: '';
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(200,199,217,0.5) 0%,
        transparent 50%
    );
    z-index: -1;
    animation: rotate 30s linear infinite;
}

.course_program_description .training_plan h3::after {
    transition-delay: 0.2s;
    background: rgb(164,163,185);
    right: 50%;
    transition: all 0.6s ease;
    left: 50%;
}

.course_program_description .training_plan:hover h3::before {
    left: 0;
    right: 50%;
}

.course_program_description .training_plan p {
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    max-width: 85%;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}

.course_program_description .training_plan .query_widget::before {
    background: linear-gradient(
        45deg,
        rgb(164,163,185) 0%,
        rgb(200,199,217) 100%
    );
    transition: all 0.6s ease;
    content: '';
    top: 0;
    left: -100%;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.course_program_description .training_plan .query_widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.connect_form::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(200,199,217), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(164,163,185), 0.04) 50%, transparent 100%);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
}



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

.connect_form h2::after {
    background: linear-gradient(90deg, rgb(200,199,217), rgb(164,163,185));
    content: "";
    border-radius: 1.5px;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 80px;
}

.connect_form .inquiry_request::before {
    border: 1px solid rgba(rgb(200,199,217), 0.2);
    content: "";
    position: absolute;
    border-radius: 11px;
    top: -8px;
    z-index: -1;
    left: -8px;
    width: 100%;
    height: 100%;
}

.connect_form .image_showcase {
    height: 100%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    border-radius: 11px;
    overflow: hidden;
}

.connect_form .image_showcase::after {
    top: 20px;
    width: 60px;
    right: 20px;
    border-right: 2px solid rgba(rgb(200,199,217), 0.6);
    border-top: 2px solid rgba(rgb(200,199,217), 0.6);
    height: 60px;
    z-index: 2;
    content: "";
    position: absolute;
}

.connect_form .inquiry_support::before {
    height: 60px;
    border-bottom: 2px solid rgba(rgb(164,163,185), 0.6);
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    border-left: 2px solid rgba(rgb(164,163,185), 0.6);
    content: "";
}

.connect_form form h3::before {
    position: absolute;
    background: rgb(200,199,217);
    content: "";
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.connect_form form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(200,199,217), 0.2);
    border-color: rgb(200,199,217);
}

.connect_form form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.connect_form .message_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.connect_form .message_reach label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    border-radius: 10px;
    left: 0;
    width: 22px;
    top: 2px;
    height: 22px;
    content: "";
}

.connect_form .message_reach input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    position: absolute;
    left: 8px;
    width: 6px;
}

.connect_form form .query_widget::before {
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(164,163,185), rgb(200,199,217));
    width: 100%;
    content: "";
    z-index: -1;
}

.connect_form form .query_widget:hover::before {
    left: 0;
}

.connect_form form .query_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.connect_form svg path {
    fill: rgb(200,199,217);
    transition: fill 0.3s ease;
}

.instructor_history::before {
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(200,199,217,0.5) 0%, transparent 40%);
    z-index: 0;
    opacity: 0.4;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}

.instructor_history .success_testimonials {
    transform-style: preserve-3d;
    max-width: 1000px;
    grid-template-columns: 1fr;
    perspective: 1500px;
    margin: 0 auto;
    position: relative;
    display: grid;
    z-index: 2;
}

.instructor_history .image_showcase::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}

.instructor_history .exp_milestones {
    transform-origin: top;
    background: #ffffff;
    transform: rotateX(-5deg);
    padding: 40px;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 17px 17px;
}

.instructor_history .name::after {
    background: linear-gradient(to right, rgb(164,163,185), transparent);
    content: "";
    height: 3px;
    transition: width 0.4s ease 0.1s;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
}

.instructor_history .exp_milestones > div:nth-child(2) {
    margin-bottom: 20px;
    font-weight: 600;
    transform: translateZ(0);
    color: #000000;
    letter-spacing: 1px;
    font-size: 19px;
    opacity: 0.7;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}

.instructor_history .success_testimonials:hover .career_tasks {
    transform: translateZ(5px);
}

.instructor_history .career_tasks::before {
    left: -5px;
    opacity: 0.5;
    top: 10px;
    content: "";
    line-height: 0;
    position: absolute;
    color: rgb(164,163,185,0.5);
    font-size: 60px;
}

.title_portal::before {
    z-index: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(200,199,217,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(164,163,185,0.5) 0%, transparent 40%);
}

.title_portal .edu_welcome {
    transform: translateY(-2%);
    z-index: 1;
    display: grid;
    gap: 3rem;
    position: relative;
    max-width: 1200px;
    width: 100%;
    grid-template-columns: 1fr;
}

.title_portal .edu_welcome > div:first-child:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.title_portal .edu_welcome > div:first-child::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(200,199,217), rgb(164,163,185));
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.title_portal .knowledge_classes {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    position: relative;
    overflow: hidden;
    padding: 3rem 2rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(231,230,242) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(800px) rotateY(-2deg);
}

.title_portal h1 {
    transition: transform 0.5s ease;
    background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(200,199,217) 0%, rgb(164,163,185) 100%);
    margin: 0 0 2rem;
    text-fill-color: transparent;
    font-size: 47px;
    color: rgb(200,199,217);
    transform: translateX(-5px);
}

.title_portal .knowledge_classes > div::before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    transition: backdrop-filter 0.5s ease;
    backdrop-filter: blur(2px);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
}

.title_portal .knowledge_classes:hover p {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.privacy_holder {
    box-shadow: inset 0 0 10px rgb(164,163,185,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    background-size: 200% 100%;
    background-color: #ffffff;
    height: auto;
    width: 100%;
    background-position: right bottom;
    background-image: linear-gradient(to right, rgb(200,199,217,0.5) 50%, rgb(164,163,185,0.5) 50%);
    border: 2px solid rgb(200,199,217);
    padding: 50px;
}

.privacy_holder h2 {
    margin-bottom: 20px;
    font-size: 31px;
    padding-left: 15px;
    font-weight: 600;
    border-left: 5px solid rgb(200,199,217);
    font-family: Arial, sans-serif;
    margin-top: 30px;
    color: rgb(164,163,185);
}

.privacy_holder ul, .privacy_holder ol {
    font-size: 15px;
    margin: 15px 0;
    padding-left: 25px;
    font-family: Arial, sans-serif;
    list-style: none;
    line-height: 1.8;
    color: #000000;
    list-style-position: inside;
}

.privacy_holder li::before {
    width: 10px;
    left: 0;
    content: "";
    top: 5px;
    position: absolute;
    border-radius: 50%;
    height: 10px;
    background-color: rgb(200,199,217);
}

.privacy_holder p, .privacy_holder span, .privacy_holder div {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    color: #000000;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(164,163,185,0.5);
    font-size: 15px;
}

.learning_profits::before {
    z-index: 0;
    position: absolute;
    width: 200%;
    opacity: 0.4;
    left: -50%;
    content: '';
    background: radial-gradient(circle at center, rgb(164,163,185,0.5) 0%, transparent 60%);
    top: -50%;
    height: 200%;
}

.learning_profits h2 {
    text-align: center;
    margin: 0 0 60px;
    padding-bottom: 20px;
    font-size: 39px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}

.learning_profits .fast_learning > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    display: flex;
    align-items: stretch;
    gap: 60px;
    flex-wrap: wrap;
}

.learning_profits .image_showcase::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(200,199,217,0.5) 0%, transparent 60%);
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
}

.learning_profits .content_wrap {
    flex: 1.5;
    min-width: 320px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.learning_profits .content_wrap::before {
    z-index: -1;
    content: '';
    bottom: -30px;
    left: -30px;
    opacity: 0.3;
    height: 120px;
    width: 120px;
    position: absolute;
    border: 2px solid rgb(164,163,185,0.5);
    border-radius: 10px;
    transform: rotate(45deg);
}

.learning_profits .text_main_holder > div::before {
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    background: rgb(164,163,185);
    width: 5px;
    position: absolute;
    opacity: 0.7;
}

.learning_profits .text_main_holder > div::after {
    background: linear-gradient(135deg, rgb(164,163,185,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
    opacity: 0.05;
    height: 100%;
}

.learning_profits .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.learning_profits .text_main_holder svg path {
    fill: rgb(200,199,217);
    transition: fill 0.3s ease;
}

.learning_profits .text_main_holder p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

footer .edu_reach {
    justify-content: center;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: rgb(164,163,185);
    position: relative;
    color: #ffffff;
    margin-bottom: 70px;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    fill: #ffffff;
    width: 22px;
    height: 22px;
}

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
    margin-top: -30px;
}

footer .header_main {
    padding-top: 60px;
    text-align: center;
}

footer .header_main svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}

footer .main_know {
    margin: 0 20px;
    background-color: rgb(231,230,242);
    position: relative;
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

footer .main_know h5::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(200,199,217), transparent);
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -8px;
    content: "";
}

footer .first_expert a {
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    font-size: 16px;
    color: #000000;
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
}

footer .first_expert a:hover {
    padding-left: 5px;
    color: rgb(200,199,217);
}

footer .subscribe_holder {
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    position: relative;
    padding: 30px;
    background-color: rgb(200,199,217);
    color: #ffffff;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

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

footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

footer .email_signup {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    cursor: pointer;
}

.cookieNoticePromptPanel {
    z-index: 90;
    bottom: 0;
    background: rgb(231,230,242);
    position: fixed;
    border-top: 2px solid rgb(200,199,217);
    width: 100%;
}

.cookieNoticePromptPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.web_tracking svg, .web_tracking svg path, .web_tracking img {
    fill: rgb(200,199,217);
    width: 100px;
    height: 100px;
}

.cookieNoticePromptPanel p a {
    text-decoration: none;
    color: rgb(200,199,217);
}

#cookiePolicyPanel {
    display: none;
}

#cookiePolicyPanel:checked ~ .cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}

.wrapper-viewport .cookie_frame {
    padding: 10px;
    font-size: 20px;
    background: rgb(200,199,217);
    color: #ffffff;
    margin-left: 30px;
}

.meet_us::before {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.05;
    content: "";
    background-size: 20px 100%, 20px 100%, 20px 100%;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(231,230,242) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    width: 100%;
}

.meet_us .container {
    z-index: 5;
    position: relative;
}

.meet_us h2 {
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.meet_us .learning_experts {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.meet_us .method_edu:first-child {
    border-top-color: rgb(200,199,217);
}

.meet_us .method_edu:last-child {
    border-top-color: rgb(164,163,185);
}

.meet_us .method_edu:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.meet_us .method_edu:first-child h3 {
    color: rgb(200,199,217);
}

.meet_us .method_edu:last-child h3 {
    color: rgb(164,163,185);
}

.meet_us .method_edu h3::after {
    transition: width 0.3s ease;
    background-color: currentColor;
    bottom: -5px;
    content: "";
    width: 0;
    left: 0;
    height: 2px;
    position: absolute;
}

.meet_us .method_edu::after {
    opacity: 0;
    width: 10px;
    content: "";
    border-bottom: 2px solid rgb(200,199,217);
    transition: all 0.3s ease;
    border-right: 2px solid rgb(200,199,217);
    right: -5px;
    height: 10px;
    bottom: -5px;
    position: absolute;
}

.meet_us .method_edu:hover::before,
.meet_us .method_edu:hover::after {
    opacity: 1;
    width: 25px;
    height: 25px;
}

.meet_us .container::after {
    height: 140px;
    bottom: -70px;
    content: "";
    opacity: 0.2;
    position: absolute;
    width: 140px;
    z-index: 0;
    border: 15px solid rgb(164,163,185,0.5);
    border-radius: 50%;
    right: -70px;
}

header .top_mentor {
    align-items: center;
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
}

header .top_mentor::before {
    background: linear-gradient(90deg, rgb(200,199,217), transparent);
    content: "";
    height: 5px;
    top: -10px;
    position: absolute;
    width: 30%;
    filter: blur(5px);
    left: 10%;
}

header .top_mentor .header_main {
    z-index: 2;
    position: relative;
    padding: 5px;
}

header .top_mentor .header_main:hover::before {
    opacity: 0.7;
}

header .top_mentor .header_main .header_primary {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

header .top_mentor .header_main:hover .header_primary {
    transform: scale(1.05);
}

header .top_mentor .header_main .header_primary svg {
    width: auto;
    height: 45px;
}

header .top_mentor .main_know::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.1;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 22px;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}

header .top_mentor .main_know .head_mainbar a::before {
    top: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(200,199,217), rgb(164,163,185));
    content: "";
}

header .top_mentor .main_know .head_mainbar:hover a::before {
    opacity: 1;
}

header .top_mentor .main_know .head_mainbar:hover a {
    color: #ffffff;
}

header .top_mentor .main_know .head_mainbar:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

header .top_mentor .main_know .head_mainbar:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(200,199,217), rgb(164,163,185));
}

.thanksGrid::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(200,199,217,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(164,163,185,0.5), 0.1) 0%, transparent 70%);
    height: 100%;
    z-index: 0;
    content: "";
}

.thanksGrid .container {
    padding: 0 30px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.thanksGrid h2::after {
    background: linear-gradient(90deg, rgb(200,199,217), rgb(164,163,185));
    transform: scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    content: "";
    width: 120px;
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 10px;
    bottom: -12px;
}

.thanksGrid .fast_learning::before {
    top: 0;
    width: 100%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(200,199,217), rgb(164,163,185), rgb(200,199,217));
    position: absolute;
    animation: gradientShift 6s ease infinite;
    background-size: 200% 100%;
    left: 0;
}

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

.thanksGrid li {
    position: relative;
    transition: transform 0.3s ease-out;
    padding: 10px 0 10px 20px;
}

.thanksGrid span {
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.thanksGrid .fast_learning:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}



::-webkit-scrollbar {
    width: 6px;
    padding: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset -1px -4px 12px 8px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    border: 1px ridge rgb(200,199,217,0.5);
    animation: pulse_scrollbar 2.5s linear infinite;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 1px -5px 13px 0px rgba(0, 0, 0, 0.7);
    transition: transform 1.5s ease-in-out;
}

::-webkit-scrollbar-corner {
    border: 1px solid rgb(255, 255, 255, 0.5);
    background: #ffffff;
    border-radius: 8px;
}



@media (max-width: 480px) {.study_process {
    padding: 4rem 0;
}.study_process .fast_learning {
    padding: 0 1.5rem;
}.study_process h2 {
    font-size: calc(30px * 0.7);
}.study_process .content_wrap {
    padding: 1.5rem;
}.study_process p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media screen and (max-width: 768px) {.data_insights {
    padding: 60px 0;
}.data_insights .knowledge_upgrade {
    gap: 20px;
    grid-template-columns: 1fr;
}.data_insights .extra_statistics {
    padding: 20px;
}.data_insights .extra_statistics span {
    font-size: 2rem;
}
}



@media screen and (min-width: 993px) {.data_insights .extra_pro7JjMi > div:first-child {
    order: 2;
}.data_insights .extra_pro7JjMi > div:last-child {
    order: 1;
}}



@media (max-width: 991px) {.course_program_description {
    min-height: auto;
    padding: 6rem 0;
}.course_program_description .skill_up {
    height: 350px;
    margin-bottom: 0;
    position: relative;
}.course_program_description .container {
    margin-top: -100px;
    padding: 1.5rem;
}.course_program_description .fast_learning {
    max-width: 90%;
}.course_program_description .training_plan {
    padding: 2.5rem;
}.course_program_description .training_plan p {
    max-width: 95%;
}
}



@media (max-width: 767px) {.course_program_description {
    padding: 5rem 0;
}.course_program_description .skill_up {
    height: 280px;
}.course_program_description .future_skills {
    animation-duration: 30s;
}.course_program_description .container {
    padding: 1rem;
    margin-top: -50px;
}.course_program_description .fast_learning {
    padding: 0.3rem;
    max-width: 100%;
}.course_program_description .training_plan {
    padding: 2rem 1.5rem;
}.course_program_description .training_plan h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 1.2rem;
}.course_program_description .training_plan p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
}.course_program_description .training_plan .query_widget {
    padding: 0.8rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}



@media (prefers-reduced-motion) {.course_program_description .future_skills,
    .course_program_description .fast_learning,
    .course_program_description .training_plan::before {
    animation: none;
}.course_program_description .skill_tool {
    opacity: 0.5;
    transition: opacity 0.5s ease;
}.course_program_description .skill_tool:nth-child(1) {
    opacity: 1;
}}



@media screen and (max-width: 767px) {.connect_form {
    padding: 70px 0;
}.connect_form h2 {
    font-size: calc(30px * 0.9);
}.connect_form .image_showcase {
    min-height: 350px;
}.connect_form .image_showcase::after,
    .connect_form .inquiry_support::before {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 768px) {.instructor_history .success_testimonials {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.instructor_history .image_showcase {
    transform: rotateY(-10deg);
    transform-origin: right;
    height: 100%;
    border-radius: 17px 0 0 17px;
}.instructor_history .success_testimonials:hover .image_showcase {
    transform: rotateY(0deg) translateZ(30px);
}.instructor_history .exp_milestones {
    transform: rotateY(5deg);
    border-radius: 0 17px 17px 0;
    transform-origin: left;
}.instructor_history .success_testimonials:hover .exp_milestones {
    transform: rotateY(0deg) translateZ(20px);
}
}



@media (min-width: 768px) {.title_portal {
    padding: 3rem;
}.title_portal .edu_welcome {
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
}.title_portal .edu_welcome > div:first-child {
    margin-top: 4rem;
}.title_portal h3 {
    font-size: 19px;
}.title_portal h1 {
    font-size: calc(47px + 0.2rem);
}.title_portal .knowledge_classes {
    padding: 4rem 3rem;
}.title_portal .knowledge_classes > div {
    padding: 3rem;
}.title_portal p {
    font-size: calc(18px + 0.2rem);
}
}



@media (max-width: 767px) {.title_portal {
    padding: 1.5rem;
}.title_portal .edu_welcome {
    gap: 2rem;
}.title_portal .edu_welcome > div:first-child {
    padding: 1.5rem;
}.title_portal h3 {
    font-size: calc(19px - 0.2rem);
}.title_portal h1 {
    font-size: calc(47px - 0.2rem);
    margin-bottom: 1.5rem;
}.title_portal .knowledge_classes {
    padding: 2rem 1.5rem;
}.title_portal .knowledge_classes > div {
    padding: 1.5rem;
}.title_portal p {
    font-size: 18px;
}}



@media (max-width: 991px) {.learning_profits .fast_learning > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 40px;
    flex-direction: column;
}.learning_profits .image_showcase {
    min-height: 350px;
}.learning_profits h2 {
    margin-bottom: 50px;
}
}



@media (max-width: 576px) {.learning_profits {
    padding: 60px 0;
}.learning_profits .image_showcase {
    min-height: 250px;
}.learning_profits h2 {
    font-size: 28px;
}.learning_profits .text_main_holder > div {
    padding: 20px;
}.learning_profits .text_main_holder svg {
    height: 28px;
    width: 28px;
}}



@media (max-width: 767px) {footer .edu_reach {
    padding: 30px 15px 50px;
}footer .main_know, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .whatsapp_grp {
    margin-top: 40px;
}
}


@media only screen and (max-width: 1200px) {.cookieNoticePromptPanel {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.web_tracking {
    display: none;
}.digital_tracking {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNoticePromptPanel h5 {
    text-align: center;
}.cookieNoticePromptPanel p {
    text-align: center;
}.cookie_tab {
    margin-bottom: 20px;
}body .wrapper-viewport .cookie_frame {
    margin-left: 0;
}}



@media screen and (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us h2 {
    font-size: calc(36px * 0.9);
}.meet_us .method_edu {
    padding: 30px;
}.meet_us .method_edu h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}
}



@media screen and (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.meet_us h2::before {
    width: 40px;
}.meet_us .method_edu {
    padding: 25px;
}.meet_us .method_edu h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 12px;
}.meet_us .method_edu p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.meet_us .method_edu:hover::before,
    .meet_us .method_edu:hover::after {
    width: 20px;
    height: 20px;
}.meet_us .container::before,
    .meet_us .container::after {
    display: none;
}}



@media (min-width: 768px) {.thanksGrid {
    padding: 150px 0;
}.thanksGrid .container {
    padding: 0 60px;
}.thanksGrid h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(35px * 1.1);
}.thanksGrid .fast_learning {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.thanksGrid .fast_learning:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksGrid li {
    padding: 10px 0 10px 30px;
}.thanksGrid li::before {
    height: 10px;
    width: 10px;
}.thanksGrid span {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 480px) {.thanksGrid {
    padding: 60px 0;
}.thanksGrid h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.thanksGrid .fast_learning {
    padding: 25px 15px;
}.thanksGrid span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}
}



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



@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



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



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}



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



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

