.page_nav {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}

.container {
    margin: auto;
    width: 1103px;
    max-width: 100%;
}

.wrapper-viewport {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}


.study_process {
    position: relative;
    background: linear-gradient(135deg, rgb(231,230,242) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 8rem 0;
    overflow: hidden;
}

.study_process::after {
    clip-path: polygon(0 0, 100% 15%, 85% 100%, 0 85%);
    z-index: 0;
    opacity: 0.04;
    right: -30%;
    top: -50%;
    transform: rotate(-15deg);
    position: absolute;
    width: 70%;
    content: "";
    height: 200%;
    background: linear-gradient(135deg, rgb(200,199,217) 0%, rgb(164,163,185) 100%);
}

.study_process h2 {
    position: relative;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out forwards;
    color: #000000;
    font-size: 30px;
    margin-bottom: 3rem;
    font-weight: 700;
    opacity: 0;
}

.study_process .content_wrap {
    position: relative;
    padding: 3rem;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(20px);
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
}

.study_process .content_wrap:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(10px) translateZ(0);
}

.study_process p {
    position: relative;
    margin: 0;
    z-index: 2;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
}

.study_process .content_wrap:hover::after {
    height: 100%;
}

.data_insights {
    isolation: isolate;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

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

.data_insights .extra_pro7JjMi {
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.data_insights .pro_statistics svg path {
    fill: rgb(200,199,217);
}

.data_insights .mentor_statistics {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.data_insights .class_gains {
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 90%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}

.data_insights .extra_statistics {
    padding: 30px;
    position: relative;
    border-left: 4px solid rgb(200,199,217);
    border-radius: 27px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}

.data_insights .benefits_block svg path {
    fill: rgb(164,163,185);
}

.data_insights .extra_statistics span {
    display: block;
    font-weight: 700;
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 5px;
    line-height: 1;
}

.data_insights .extra_statistics:nth-child(2) {
    border-left-color: rgb(164,163,185);
}

.data_insights .extra_statistics:nth-child(4) {
    border-left-color: rgb(164,163,185);
}

.data_insights .extra_statistics:nth-child(odd) .benefits_block svg,
.data_insights .extra_statistics:nth-child(odd) .benefits_block svg path {
    fill: rgb(164,163,185);
}

.course_program_description {
    position: relative;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(231,230,242);
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.course_program_description .future_skills {
    display: flex;
    will-change: transform;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
    height: 100%;
}

.course_program_description .skill_tool img {
    transition: transform 1.5s ease;
    width: 100%;
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    transform: scale(1.05);
}

.course_program_description .container {
    padding: 2rem;
    margin: auto;
    display: flex;
    max-width: 1200px;
    z-index: 4;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: center;
}

.course_program_description .training_plan {
    position: relative;
    overflow: hidden;
    padding: 3rem;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.course_program_description .training_plan h3 {
    display: inline-block;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.course_program_description .training_plan h3::before,
.course_program_description .training_plan h3::after {
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    content: '';
    height: 3px;
}

.course_program_description .training_plan h3::before {
    right: 50%;
    left: 50%;
    transition: all 0.6s ease;
    background: rgb(200,199,217);
}

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

.course_program_description .training_plan .query_widget {
    transition: all 0.4s ease;
    display: inline-block;
    letter-spacing: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 1rem 2rem;
    text-transform: uppercase;
    background: linear-gradient(
        45deg,
        rgb(200,199,217) 0%,
        rgb(164,163,185) 100%
    );
    text-decoration: none;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    font-weight: 700;
}

.course_program_description .training_plan .query_widget:hover::before {
    left: 0;
}

.connect_form {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,230,242) 0%, rgba(16, 22, 47, 0.95) 100%);
}

.connect_form::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.6;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(200,199,217), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(164,163,185), 0.15) 0%, 
        transparent 50%
    );
    left: 0;
    height: 100%;
    z-index: 0;
}

.connect_form h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 30px;
}

.connect_form .inquiry_request {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
    position: relative;
}

.connect_form .inquiry_request::after {
    height: 100%;
    border: 1px solid rgba(rgb(164,163,185), 0.2);
    content: "";
    right: -8px;
    bottom: -8px;
    width: 100%;
    z-index: -1;
    position: absolute;
    border-radius: 11px;
}

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

.connect_form .inquiry_support {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 11px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.connect_form form {
    width: 100%;
}

.connect_form form h3 {
    color: #ffffff;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}

.connect_form form input[type="text"] {
    padding: 18px 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.connect_form .message_reach {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.connect_form .message_reach label {
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding-left: 35px;
}

.connect_form .message_reach input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,199,217);
    background: rgb(200,199,217);
}

.connect_form .message_reach label a {
    color: rgb(200,199,217);
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.connect_form .message_reach label a:hover {
    color: rgb(164,163,185);
}

.connect_form form .query_widget {
    font-size: 17px;
    padding: 16px 40px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.4s ease;
    border: none;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    background: linear-gradient(45deg, rgb(200,199,217), rgb(164,163,185));
    display: inline-block;
}

.connect_form svg {
    fill: rgb(200,199,217);
    height: 22px;
    width: 22px;
}

.instructor_history {
    background: linear-gradient(45deg, rgb(231,230,242) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
}

.instructor_history::after {
    right: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(164,163,185,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0.3;
    top: 0;
}

.instructor_history .image_showcase {
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    border-radius: 17px 17px 0 0;
    position: relative;
    width: 100%;
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: rotateX(10deg);
}

.instructor_history .success_testimonials:hover .image_showcase {
    transform: rotateX(0deg) translateZ(30px);
}

.instructor_history .success_testimonials:hover .exp_milestones {
    transform: rotateX(0deg) translateZ(20px);
}

.instructor_history .name {
    position: relative;
    display: inline-block;
    color: rgb(200,199,217);
    margin-bottom: 10px;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 33px;
    transition: transform 0.4s ease;
}

.instructor_history .success_testimonials:hover .name::after {
    width: 100%;
}

.instructor_history .success_testimonials:hover .name {
    transform: translateZ(10px);
}

.instructor_history .success_testimonials:hover .exp_milestones > div:nth-child(2) {
    color: rgb(164,163,185);
    transform: translateZ(15px);
}

.instructor_history .career_tasks {
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(231,230,242);
    padding: 20px 0 0 0;
    font-size: 14px;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    line-height: 1.7;
}

.title_portal {
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(231,230,242) 0%, rgb(164,163,185,0.5) 100%);
    justify-content: center;
    padding: 2rem;
    min-height: 100vh;
}

.title_portal::after {
    background: rgb(200,199,217);
    height: 40%;
    position: absolute;
    width: 40%;
    opacity: 0.05;
    top: -5%;
    content: "";
    right: -5%;
    animation: floatElement 15s ease-in-out infinite;
    transform: rotate(-15deg) skew(20deg);
    pointer-events: none;
}

.title_portal .edu_welcome > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    position: relative;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}

.title_portal h3 {
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(19px - 0.1rem);
    color: #000000;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
}

.title_portal .knowledge_classes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
    transform: perspective(800px) rotateY(0deg) translateY(-10px);
}

.title_portal .knowledge_classes::before {
    position: absolute;
    height: 50%;
    content: "";
    animation: pulse 8s ease-in-out infinite alternate;
    opacity: 0.1;
    z-index: -1;
    background: rgb(164,163,185,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    bottom: -15px;
    right: -15px;
    width: 50%;
}

.title_portal .knowledge_classes:hover h1 {
    transform: translateX(0);
}

.title_portal .knowledge_classes > div {
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
}

.title_portal .knowledge_classes:hover > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
}

.title_portal .knowledge_classes:hover > div::before {
    backdrop-filter: blur(0px);
}

.title_portal p {
    position: relative;
    font-size: calc(18px + 0.1rem);
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    transform: translateY(0);
    transition: transform 0.5s ease, text-shadow 0.5s ease;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.privacy_holder h1 {
    border-bottom: 3px solid rgb(164,163,185);
    margin-top: 40px;
    font-size: 40px;
    letter-spacing: 2px;
    color: rgb(200,199,217);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 25px;
}

.privacy_holder h3, .privacy_holder h4, .privacy_holder h5, .privacy_holder h6 {
    border-bottom: 1px dotted rgb(200,199,217);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-top: 25px;
    text-transform: capitalize;
    color: #000000;
}

.privacy_holder li {
    border-left: 2px dashed rgb(164,163,185);
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
}

.privacy_holder section {
    background: rgb(231,230,242);
    padding: 25px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(164,163,185,0.5);
}

.learning_profits {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(200,199,217,0.5) 0%, rgb(231,230,242) 100%);
    overflow: hidden;
    position: relative;
}

.learning_profits::after {
    width: 100%;
    top: 0;
    content: '';
    opacity: 0.2;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.learning_profits .fast_learning {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1280px;
    flex-direction: column;
    padding: 0 20px;
    display: flex;
}

.learning_profits h2::after {
    position: absolute;
    border-radius: 10px;
    left: 50%;
    height: 4px;
    bottom: 0;
    width: 100px;
    background: rgb(164,163,185);
    content: '';
    transform: translateX(-50%);
}

.learning_profits .image_showcase {
    flex: 1;
    min-height: 450px;
    border-radius: 10px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    min-width: 320px;
    position: relative;
    overflow: hidden;
}

.learning_profits .image_showcase::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    width: 70px;
    z-index: 2;
    top: 30px;
    right: 30px;
    border: 3px solid #ffffff;
    height: 70px;
    content: '';
}

.learning_profits .text_main_holder {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}

.learning_profits .text_main_holder > div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    padding: 25px;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.learning_profits .text_main_holder > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.learning_profits .text_main_holder svg {
    transition: transform 0.3s ease;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.learning_profits .text_main_holder > div:hover svg path {
    fill: rgb(164,163,185);
}

footer {
    width: 100%;
    position: relative;
}

footer .alumni_net {
    z-index: 1;
    position: relative;
}

footer .edu_reach::after {
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
}

footer .info_item {
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    display: flex;
    max-width: 300px;
    background-color: rgba(0, 0, 0, 0.2);
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

footer .text_main_holder::before {
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    content: "";
    top: 0;
    width: 100%;
}

footer .report_abuse {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    max-width: 350px;
    font-size: 14px;
    margin: 0 auto;
}

footer .main_know h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}

footer .first_expert {
    margin-bottom: 25px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 30px;
    display: flex;
}

footer .first_expert a::after {
    bottom: 0;
    background-color: rgb(200,199,217);
    width: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
}

footer .first_expert a:hover::after {
    width: 100%;
}

footer .subscribe_holder::before {
    height: 100%;
    left: 0;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    content: "";
    top: 0;
    position: absolute;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    border: none;
    font-size: 16px;
}

footer .email_signup:hover {
    background-color: rgb(164,163,185);
}

footer .whatsapp_grp {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}

footer .webinar_cta {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.digital_tracking {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookieNoticePromptPanel p {
    font-size: 18px;
}

.web_tracking {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_frame {
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
    color: rgb(200,199,217);
    line-height: 35px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgb(200,199,217);
    font-size: 24px;
}


.wrapper-viewport .digital_tracking {
    justify-content: flex-end;
}

.wrapper-viewport .cookie_tab {
    text-align: right;
}

.meet_us {
    position: relative;
    padding: 100px 0;
    background-color: rgb(231,230,242);
    overflow: hidden;
}

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

.meet_us h2::before {
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 50px;
    position: absolute;
    background-color: rgb(200,199,217);
    transform: translateX(-50%);
    content: "";
}

.meet_us .method_edu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 17px;
    border-top: 3px solid transparent;
    z-index: 2;
    position: relative;
}

.meet_us .method_edu h3 {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
}

.meet_us .method_edu:hover h3::after {
    width: 100%;
}

.meet_us .method_edu p {
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    margin: 0;
}

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

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

.meet_us .container::before {
    height: 100px;
    left: -50px;
    content: "";
    top: -50px;
    opacity: 0.2;
    border: 15px solid rgb(200,199,217,0.5);
    width: 100px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
}

header::before {
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(200,199,217,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
}

header .top_mentor::after {
    width: 30%;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(164,163,185));
    right: 10%;
    height: 5px;
    filter: blur(5px);
    position: absolute;
}

header .top_mentor .header_main::before {
    width: calc(100% + 10px);
    transition: opacity 0.3s ease;
    left: -5px;
    content: "";
    z-index: -1;
    height: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(200,199,217), rgb(164,163,185));
    opacity: 0;
    filter: blur(15px);
    position: absolute;
    top: -5px;
}

header .top_mentor .main_know {
    position: relative;
    margin: 0;
    padding: 10px;
    list-style: none;
    border-radius: 22px;
    display: flex;
}

header .top_mentor .main_know .head_mainbar {
    position: relative;
    margin: 0 3px;
}

header .top_mentor .main_know .head_mainbar a {
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    z-index: 1;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 15px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
}

header .top_mentor .main_know .head_mainbar a::after {
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    height: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    width: 150%;
    top: 50%;
}

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

.thanksGrid {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(200,199,217,0.5), 0.05), rgba(rgb(164,163,185,0.5), 0.1));
    padding: 120px 0;
}

.thanksGrid::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    content: "";
    right: -150px;
    position: absolute;
    background: rgb(200,199,217);
    filter: blur(20px);
    height: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    opacity: 0.05;
    width: 300px;
    z-index: 0;
    top: -150px;
}

.thanksGrid h2 {
    font-weight: 600;
    line-height: 1.3;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    color: #000000;
    font-size: 35px;
}

.thanksGrid:hover h2::after {
    transform: scaleX(1);
}

.thanksGrid .fast_learning {
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 26px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 40px;
}

.thanksGrid li::before {
    box-shadow: 0 0 10px rgba(rgb(200,199,217,0.5), 0.5);
    background: rgb(200,199,217);
    width: 8px;
    position: absolute;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    height: 8px;
    top: 24px;
    left: 0;
}

.thanksGrid span::after {
    position: absolute;
    transform-origin: right;
    transform: scaleX(0.5);
    opacity: 0;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgba(rgb(200,199,217,0.5), 0.3));
    content: "";
    transition: all 0.5s ease;
    height: 1px;
    width: 40%;
    right: 0;
}

.thanksGrid .fast_learning:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.study_process {
    padding: 6rem 0;
}.study_process h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.study_process .content_wrap {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.study_process {
    padding: 5rem 0;
}.study_process::after {
    right: -50%;
    width: 100%;
    top: -30%;
}.study_process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.study_process h2::after {
    width: 60px;
    height: 3px;
}.study_process .content_wrap {
    padding: 2rem;
}.study_process p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media screen and (max-width: 992px) {.data_insights .extra_pro7JjMi {
    gap: 40px;
    grid-template-columns: 1fr;
}.data_insights .mentor_statistics,
    .data_insights .class_gains {
    text-align: center;
    max-width: 100%;
}.data_insights .pro_statistics {
    margin-right: auto;
    margin-left: auto;
}.data_insights .mentor_statistics::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media screen and (max-width: 576px) {.data_insights {
    padding: 40px 0;
}.data_insights .extra_pro7JjMi {
    gap: 30px;
}.data_insights .mentor_statistics {
    font-size: calc(38px * 0.85);
}.data_insights .class_gains {
    margin-bottom: 30px;
    font-size: calc(16px * 0.95);
}.data_insights .extra_statistics {
    padding: 20px 15px;
}.data_insights .benefits_block {
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
}.data_insights .extra_statistics span {
    font-size: 1.8rem;
}.data_insights .extra_statistics p {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 480px) {.course_program_description {
    padding: 4rem 0;
}.course_program_description .skill_up {
    height: 230px;
}.course_program_description .future_skills {
    animation-duration: 25s;
}.course_program_description .container {
    margin-top: -30px;
}.course_program_description .training_plan {
    padding: 1.5rem 1rem;
}.course_program_description .training_plan h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.course_program_description .training_plan p {
    margin-bottom: 1.8rem;
    font-size: calc(12px * 0.8);
    max-width: 100%;
}.course_program_description .training_plan .query_widget {
    width: 90%;
    margin: 0 auto;
    padding: 0.7rem 1.3rem;
}
}



@media (min-width: 1400px) {.course_program_description .container {
    max-width: 1320px;
}.course_program_description .fast_learning {
    max-width: 900px;
}.course_program_description .training_plan {
    padding: 4rem;
}
}



@media screen and (max-width: 991px) {.connect_form {
    padding: 90px 0;
}.connect_form .inquiry_request {
    gap: 40px;
    grid-template-columns: 1fr;
}.connect_form .image_showcase {
    min-height: 400px;
}.connect_form .inquiry_support {
    padding: 40px 30px;
}
}



@media screen and (max-width: 576px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(30px * 0.8);
}.connect_form .inquiry_request {
    margin-top: 40px;
}.connect_form .image_showcase {
    min-height: 250px;
}.connect_form .inquiry_support {
    padding: 30px 20px;
}.connect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.connect_form form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_form form .query_widget {
    width: 100%;
    padding: 15px 20px;
}}



@media (max-width: 767px) {.instructor_history {
    padding: 50px 20px;
}.instructor_history .image_showcase {
    height: 250px;
}.instructor_history .exp_milestones {
    padding: 30px 25px;
}.instructor_history .name {
    font-size: calc(33px - 4px);
}.instructor_history .exp_milestones > div:nth-child(2) {
    font-size: calc(19px - 1px);
}.instructor_history .career_tasks {
    font-size: calc(14px - 1px);
}}



@media (min-width: 992px) {.title_portal {
    padding: 0;
}.title_portal .edu_welcome {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.title_portal .edu_welcome > div:first-child {
    padding: 3rem;
    margin-top: 6rem;
}.title_portal h3 {
    font-size: calc(19px + 0.1rem);
}.title_portal h1 {
    margin-bottom: 3rem;
    font-size: calc(47px + 0.5rem);
}.title_portal .knowledge_classes {
    padding: 5rem 4rem;
}.title_portal p {
    font-size: calc(18px + 0.3rem);
}
}



@media only screen and (max-width: 800px) {.privacy_holder {
    padding: 30px;
}.privacy_holder h1 {
    font-size: calc(19px - 8px);
}.privacy_holder h2 {
    font-size: calc(19px - 6px);
}.privacy_holder h3, .privacy_holder h4, .privacy_holder h5, .privacy_holder h6 {
    font-size: calc(19px - 4px);
}.privacy_holder ul, .privacy_holder ol {
    font-size: calc(15px - 2px);
    padding-left: 20px;
}}



@media (min-width: 992px) {.learning_profits .fast_learning > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.learning_profits .content_wrap {
    padding-left: 30px;
}
}



@media (max-width: 768px) {.learning_profits {
    padding: 80px 0;
}.learning_profits h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 40px;
}.learning_profits .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_signup {
    white-space: nowrap;
}footer .header_main {
    padding-top: 80px;
}
}



@media (max-width: 576px) {footer .edu_reach {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .main_know h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .first_expert a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_signup {
    padding: 12px;
}}


@media only screen and (max-width: 800px)  {.wrapper-viewport .cookie_frame {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .learning_experts {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_us h2 {
    margin-bottom: 40px;
}.meet_us .container::before {
    height: 60px;
    top: -30px;
    width: 60px;
    border-width: 10px;
    left: -30px;
}.meet_us .container::after {
    right: -50px;
    bottom: -50px;
    height: 100px;
    width: 100px;
    border-width: 10px;
}
}



@media (max-width: 992px) {header .top_mentor {
    padding: 20px 15px;
    flex-direction: column;
}header .top_mentor .header_main {
    margin-bottom: 15px;
}header .top_mentor .main_know {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .top_mentor .main_know .head_mainbar {
    margin: 3px;
}header .top_mentor .main_know .head_mainbar a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 767px) {header .top_mentor {
    padding: 15px 10px;
}header .top_mentor .header_main .header_primary svg {
    height: 40px;
}header .top_mentor .main_know {
    padding: 5px;
}header .top_mentor .main_know .head_mainbar a {
    padding: 5px 10px;
    font-size: calc(15px - 2px);
}}



@media (max-width: 767px) {.thanksGrid {
    padding: 80px 0;
}.thanksGrid .container {
    padding: 0 20px;
}.thanksGrid h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.thanksGrid .fast_learning {
    padding: 30px 20px;
}.thanksGrid li {
    padding: 10px 0 10px 15px;
}.thanksGrid li::before {
    width: 6px;
    height: 6px;
}.thanksGrid span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }



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



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}



@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(200,199,217,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(164,163,185,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(200,199,217,0.5);
    }
}



@keyframes pulse {
  0%, 100% { opacity: 0.05; }
  50% { opacity: 0.15; }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(200,199,217), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(200,199,217), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(200,199,217), 0);
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

