html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}

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

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

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

.training_structure .container.virtual_academy > div::before {
    background: linear-gradient(to bottom, rgb(209,198,212), rgb(174,161,179));
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    top: 0;
    width: 5px;
}

.training_structure h3::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    height: 3px;
    bottom: 0;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    content: "";
}

.secure_guard {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(238,234,239), rgba(240, 240, 245, 0.7));
    position: relative;
    font-family: Arial, sans-serif;
}

.secure_guard .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
}

.secure_guard h1 {
    transform: translateX(-0.5rem);
    font-size: calc(41px * 1.1);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    color: rgb(209,198,212);
    line-height: 1.2;
    position: relative;
}

.secure_guard h2::before {
    content: '';
    background: rgb(174,161,179);
    bottom: 0.5rem;
    position: absolute;
    width: 4px;
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
    opacity: 0.7;
}

.secure_guard ul {
    margin: 1.5rem 0 2rem;
    list-style-type: none;
    padding-left: 1.5rem;
}

.secure_guard li::before {
    transform: rotate(45deg);
    height: 0.5rem;
    content: '';
    left: 0;
    position: absolute;
    width: 0.5rem;
    top: 0.6rem;
    background: rgb(174,161,179);
}

.course_program_details::before {
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(209,198,212,0.5) 100%);
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}

.course_program_details .career_learn {
    grid-column: 1 / 9;
    padding: 3rem;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-row: 2 / 8;
}

.course_program_details .img_grid_wrapper::before {
    z-index: 2;
    background: linear-gradient(45deg, rgb(209,198,212,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.course_program_details .header_start:hover {
    transform: rotate(0deg) scale(1.05);
}

.course_program_details .header_start svg {
    width: 3rem;
    transition: all 0.3s ease;
    height: 3rem;
}

.course_program_details .header_start svg path {
    fill: rgb(209,198,212);
}

.course_program_details .virtual_academy::before {
    width: 12rem;
    position: absolute;
    background: rgb(209,198,212,0.5);
    filter: blur(100px);
    content: "";
    z-index: 1;
    border-radius: 50%;
    opacity: 0.6;
    left: -6rem;
    animation: moveCircle 20s infinite alternate;
    height: 12rem;
    top: -6rem;
}

.course_program_details .career_learn::after {
    width: 5px;
    background: linear-gradient(180deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    position: absolute;
    height: 100px;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 0 0 10px 0;
}

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

.user_feedback h2::after {
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    content: "";
    position: absolute;
    height: 3px;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 6rem;
    left: 50%;
}

.user_feedback .user_ratings {
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    z-index: 2;
    border-left: 3px solid rgb(209,198,212);
    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);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    position: relative;
    padding: 2.5rem 2rem;
}

.user_feedback .user_ratings .description {
    font-size: calc(13px - 0.1rem);
    color: #000000;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    z-index: 2;
}

.user_feedback .learning_voices::after {
    bottom: -50px;
    filter: blur(5px);
    left: 10%;
    content: "";
    position: absolute;
    width: 80%;
    height: 10px;
    border-radius: 100px;
    background: linear-gradient(90deg, transparent, rgba(rgb(209,198,212,0.5), 0.05), transparent);
}

.give_it_a_try .virtual_academy::before {
    z-index: -1;
    border: 1px solid rgb(209,198,212,0.5);
    top: -30px;
    opacity: 0.5;
    content: '';
    left: -30px;
    width: calc(100% + 60px);
    position: absolute;
    height: calc(100% + 60px);
}

.give_it_a_try .container p {
    font-weight: 700;
    font-size: 37px;
    margin: 0 0 50px 0;
    padding: 0;
    color: #000000;
    position: relative;
    line-height: 1.4;
    z-index: 5;
    max-width: 700px;
}

.give_it_a_try .query_grid:hover {
    color: #ffffff;
}

.give_it_a_try .query_grid:hover::before {
    width: 100%;
}

.give_it_a_try::after {
    opacity: 0.1;
    height: 300px;
    content: '';
    border-radius: 50%;
    width: 300px;
    top: -150px;
    background: linear-gradient(135deg, rgb(209,198,212,0.5) 0%, rgb(174,161,179,0.5) 100%);
    filter: blur(50px);
    right: -150px;
    z-index: 1;
    position: absolute;
}

.contact_form_box h2 {
    position: relative;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    color: #000000;
    border-bottom: 3px solid rgb(209,198,212);
    margin-bottom: 50px;
    padding-bottom: 15px;
}

.contact_form_box .connect_message {
    position: relative;
    padding: 60px;
    flex: 0 0 55%;
    background: #ffffff;
}

.contact_form_box #contact {
    flex-direction: column;
    gap: 25px;
    display: flex;
}

.contact_form_box input[type="text"] {
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
    font-size: 15px;
    color: #000000;
    border-left: 3px solid rgb(209,198,212);
    background: rgb(238,234,239);
    border: none;
    border-radius: 0 10px 10px 0;
}

.contact_form_box .request_message {
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    display: flex;
}

.contact_form_box .request_message input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #ffffff;
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    top: 40%;
}

.contact_form_box .request_message a::after {
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(209,198,212);
    height: 1px;
    bottom: -2px;
    position: absolute;
    content: "";
    left: 0;
}

.contact_form_box .query_grid:hover {
    background: rgb(174,161,179);
}

.contact_form_box .query_grid:hover::after {
    height: 300%;
    width: 300%;
}

.contact_form_box svg {
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    fill: rgb(209,198,212);
}

.data_opt {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}

.cookie_message_overlay h5 {
    text-align: center;
    color: rgb(209,198,212);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
}

.visitor_confirm {
    background: rgb(209,198,212);
    text-align: center;
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
}

header::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(209,198,212) 0%,
        rgb(174,161,179) 50%,
        rgb(209,198,212) 100%
    );
    animation: gradientSlide 5s linear infinite;
    height: 4px;
    background-size: 200% auto;
}

header .header_nav img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}

header .top_master {
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    z-index: 5;
    padding: 0;
}

header .header_tutor a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    transition: all 0.4s ease;
    color: #ffffff;
    z-index: 1;
    display: block;
    position: relative;
    letter-spacing: 0.5px;
}

header .header_tutor a:hover::before {
    transform: scaleX(1);
}

header .top_sitebar::before {
    position: absolute;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    content: '';
    height: 1px;
    top: 0;
    left: 35%;
}

.locate {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(238,234,239) 100%);
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    overflow: hidden;
}

.locate h1 {
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    opacity: 0;
    z-index: 1;
    font-size: 42px;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    text-align: center;
}

.locate .learn_chat > div {
    border-left: 4px solid rgb(209,198,212);
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(8px);
    background: rgba(#ffffff, 0.9);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.locate h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}

.locate .send_message {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.locate .join_community::after {
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    background: rgb(209,198,212);
    bottom: 0;
    height: 2px;
    content: "";
    left: 0;
}

.locate svg path {
    transition: fill 0.3s ease;
}

.locate .join_community:hover svg path {
    fill: rgb(209,198,212);
}

header .top_plank .master_elite div span {
    color: #ffffff;
}

header .top_plank .master_elite div img, header .top_plank .master_elite div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.course_fit_for::before {
    animation: rotate 20s linear infinite;
    width: 500px;
    position: absolute;
    top: 50%;
    height: 500px;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 50%;
}

.course_fit_for .virtual_academy::before {
    top: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    animation: pulse 8s ease-in-out infinite alternate;
    content: "";
    width: 300px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(174,161,179,0.5) 0%, transparent 70%);
    left: 50%;
}

.course_fit_for li::after {
    background: rgba(255, 255, 255, 0.2);
    height: 150%;
    content: "";
    position: absolute;
    z-index: 0;
    width: 50px;
    opacity: 0;
    animation: data-stream 5s infinite;
    transform: rotate(20deg) translateX(-150px);
    animation-delay: calc(var(--i, 0) * 1s);
}

.course_fit_for li:nth-child(3) {
    --i: 2;
}

.course_fit_for li:nth-child(6) {
    --i: 5;
}

.course_fit_for li:nth-child(9) {
    --i: 8;
}

.course_fit_for svg {
    width: 30px;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    z-index: 2;
    height: 30px;
    position: relative;
}

footer {
    position: relative;
    font-family: Arial, sans-serif;
    perspective: 1000px;
    color: #ffffff;
}

.guide_section::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(174,161,179) 50%, 
                transparent 100%);
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
    top: 0;
}

.guide_section .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: calc(38px * 0.9);
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
}

.guide_section .company_holder:hover h3::after {
    width: 100%;
}

.guide_section .intern_ship::before {
    width: 2px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(209,198,212) 0%, 
                transparent 100%);
    position: absolute;
    height: 100%;
    content: "";
}

.guide_section .top_master::before {
    left: -50%;
    height: 200%;
    transform: rotate(45deg);
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    top: -50%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    width: 200%;
    z-index: -1;
}

.guide_section .top_master::before {
    left: -20px;
    top: -20px;
}

.guide_section .top_master h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 18px;
}

.guide_section .top_master .header_master {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.guide_section .top_master a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.guide_section .top_master a:hover::before {
    opacity: 1;
    left: 0;
}

.podcast_cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.podcast_cta .ssl_info {
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    position: relative;
    font-size: 13px;
}

.guide_section .company_holder::after {
    opacity: 0.7;
    height: 30px;
    top: 20px;
    width: 30px;
    position: absolute;
    transition: all 0.4s ease;
    right: 20px;
    content: "";
    border-right: 2px solid rgb(209,198,212);
    border-top: 2px solid rgb(209,198,212);
}

.guide_section .company_holder:hover .intern_ship::after {
    width: calc(100% - 1rem);
}

.guide_section .top_master:nth-child(1)::before {
    background: radial-gradient(circle, rgb(209,198,212,0.5) 0%, transparent 70%);
}

.guide_section .header_master a::after {
    width: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(209,198,212), rgb(174,161,179));
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
}



.teaching_history .container {
    perspective: 1000px;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.teaching_history .user_ratings:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(174,161,179,0.5),
        inset 0 0 50px rgb(209,198,212,0.5);
}

.teaching_history .user_ratings:hover .img_grid_wrapper {
    transform: translateX(-50%) translateZ(50px);
}

.teaching_history .name {
    font-weight: 700;
    font-size: 36px;
    transform: translateZ(20px);
    width: 100%;
    text-shadow: 0 0 10px rgb(209,198,212,0.5);
    color: #ffffff;
    margin-top: 100px;
    letter-spacing: 1px;
    text-align: center;
}

.teaching_history .past_jobs::before {
    height: 100%;
    content: "";
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(209,198,212,0.5) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 10px;
}

.thanksWrap::before {
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
}

.thanksWrap h2::after {
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    transform: translateX(-50%) scaleX(0);
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 80px;
    height: 4px;
    left: 50%;
    position: absolute;
    bottom: -15px;
}

.thanksWrap .virtual_academy:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.thanksWrap ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.thanksWrap li {
    transform: translateX(20px);
    padding-left: 0;
    position: relative;
    opacity: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksWrap li span {
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeIn 1s 1.2s forwards ease-out;
    position: relative;
    color: #000000;
    letter-spacing: 0.01em;
    line-height: 1.7;
    font-size: 13px;
}

.title_section::before {
    background: linear-gradient(135deg, 
    rgba(rgb(209,198,212), 0.02) 0%, 
    rgba(rgb(209,198,212), 0.05) 40%, 
    rgba(rgb(209,198,212), 0.08) 60%, 
    rgba(rgb(209,198,212), 0.12) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.title_section .study_express > div:first-child::before {
    background: linear-gradient(45deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    height: 15vmin;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 100%);
    transform: rotate(15deg);
    content: "";
    top: -4rem;
    width: 15vmin;
    position: absolute;
    left: -3rem;
}

.title_section .knowledge_lab {
    background: linear-gradient(145deg, 
    rgba(#ffffff, 1) 0%, 
    rgba(#ffffff, 0.95) 100%);
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateZ(20px);
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem 2rem;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.title_section .knowledge_lab > div {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    margin-top: 2rem;
    overflow: hidden;
    transform: translateY(10px);
    opacity: 0;
    padding: 2rem;
    position: relative;
}

.price_item_element {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

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

.price_item_element h2 {
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateY(10px);
    position: relative;
    font-size: calc(29px * 1.2);
    animation: fadeInUp 0.8s forwards 0.3s;
    color: #ffffff;
    text-align: center;
    opacity: 0;
}

.price_item_element .class_deals li:nth-child(1) {
    --i: 1;
}

.price_item_element .class_deals li:nth-child(3) {
    --i: 3;
}

.price_item_element .group_plans {
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.price_item_element .learn_fees::before {
    transform: scaleX(0);
    background: linear-gradient(to right, 
        rgb(209,198,212), 
        rgb(174,161,179));
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 5px;
}

.price_item_element .group_plans:hover .annual_plan h4::after {
    width: 60px;
}

.price_item_element .annual_plan p {
    word-break: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 12px;
}

.about_this::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 40, 0.85) 100%);
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}

.about_this h4::after {
    background: rgb(209,198,212);
    left: 50%;
    content: "";
    height: 3px;
    bottom: -12px;
    box-shadow: 0 2px 8px rgb(209,198,212,0.5);
    position: absolute;
    border-radius: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.about_this h6 {
    font-size: calc(22px + 2px);
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    color: rgb(209,198,212);
}

.about_this h6::after {
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(209,198,212), transparent);
    bottom: 0;
}

.about_this .info_wrapper div::before {
    border-left: 2px solid rgb(174,161,179);
    content: "";
    height: 50px;
    top: -15px;
    opacity: 0.6;
    z-index: -1;
    left: -15px;
    position: absolute;
    border-top: 2px solid rgb(174,161,179);
    width: 50px;
}



@media (min-width: 1200px) {.training_structure {
    padding: 7rem 0;
}.training_structure .container.virtual_academy > div {
    padding: 5rem 6rem;
    margin-left: 5rem;
}.training_structure h3 {
    font-size: 2.8rem;
}.training_structure p span {
    padding-left: 1.5rem;
}
}



@media (max-width: 767px) {.training_structure {
    padding: 3rem 0;
}.training_structure .container.virtual_academy > div {
    padding: 2rem 1.5rem;
}.training_structure h3 {
    font-size: 1.6rem;
}.training_structure p {
    line-height: 1.7;
    font-size: calc(16px - 0.1rem);
}.training_structure p span {
    padding-left: 0.75rem;
}
}



@media (min-width: 992px) {.secure_guard {
    padding: 6rem 2rem;
}.secure_guard::before {
    width: 35%;
    height: 75%;
}.secure_guard::after {
    height: 65%;
    width: 40%;
}.secure_guard h1 {
    font-size: calc(41px * 1.3);
    margin-bottom: 3.5rem;
}.secure_guard h2 {
    font-size: calc(37px * 1.1);
}.secure_guard h2::before {
    width: 5px;
}.secure_guard p, .secure_guard li, .secure_guard span {
    font-size: calc(18px * 1.1);
}.secure_guard .container {
    padding: 0 3rem;
}.secure_guard li::before {
    width: 0.6rem;
    height: 0.6rem;
}
}



@media (max-width: 768px) {.course_program_details {
    padding: 5rem 0;
}.course_program_details .career_learn {
    padding: 2rem;
}.course_program_details .img_grid_wrapper {
    height: 300px;
}.course_program_details .header_start {
    height: 4.5rem;
    width: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
}.course_program_details .header_start svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_program_details h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.25rem;
}.course_program_details p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.course_program_details .career_learn::before {
    width: 70px;
}.course_program_details .career_learn::after {
    height: 70px;
}
}



@media (min-width: 1200px) {.user_feedback .learning_voices {
    grid-template-columns: repeat(4, 1fr);
}.user_feedback::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(209,198,212,0.5), 0.02) 0px,
      rgba(rgb(209,198,212,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}



@media (max-width: 991px) {.user_feedback .user_ratings {
    padding: 2.2rem 1.8rem;
}.user_feedback h2::after {
    width: 5rem;
}
}



@media (max-width: 576px) {.user_feedback {
    padding: 3rem 0;
}.user_feedback .container {
    padding: 0 1.5rem;
}.user_feedback .learning_voices {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_feedback .user_ratings {
    padding: 1.8rem 1.3rem;
}.user_feedback .user_ratings::before {
    top: 1rem;
    font-size: 4rem;
    right: 1rem;
}.user_feedback h2 {
    font-size: calc(31px - 0.3rem);
}
}



@media (max-width: 767px) {.give_it_a_try {
    padding: 100px 0;
}.give_it_a_try .virtual_academy {
    padding: 50px 0;
}.give_it_a_try .virtual_academy::before {
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
}.give_it_a_try .virtual_academy::after {
    top: -40px;
    left: -40px;
    height: calc(100% + 80px);
    width: calc(100% + 80px);
}.give_it_a_try .container p {
    font-size: 20px;
    margin-bottom: 35px;
}.give_it_a_try .query_grid {
    padding: 14px 35px;
}
}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.contact_form_box .connect_message {
    padding: 35px 25px 45px;
}.contact_form_box #contact {
    gap: 20px;
}.contact_form_box .img_grid_wrapper {
    min-height: 250px;
}
}



@media (max-width: 991px) {header {
    padding: 0;
}header .top_sitebar {
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .header_start {
    margin-bottom: 0;
}header .top_master {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .header_tutor {
    margin: 0 0.2rem;
}header .header_tutor a {
    padding: 0.6rem 0.8rem;
    font-size: calc(12px - 1px);
}header .header_start::before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
}



@media screen and (min-width: 1024px) {.locate {
    padding: 10rem 4rem;
}.locate .learn_chat {
    grid-template-columns: 1.5fr 1fr 1fr;
}.locate .learn_chat > div:first-child {
    grid-column: auto;
}.locate h1::after {
    width: 120px;
}
}



@media (max-width: 1200px) {.course_fit_for::before {
    height: 400px;
    width: 400px;
}.course_fit_for::after {
    width: 600px;
    height: 600px;
}
}



@media (max-width: 992px) {.course_fit_for {
    padding: 4rem 1.5rem;
}.course_fit_for ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_fit_for li {
    padding: 1.25rem 1.5rem;
}
}



@media (max-width: 992px) {.guide_section {
    padding: 4rem 0 2rem;
}.guide_section .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.guide_section .company_holder,
    .guide_section .edu_links {
    width: 100%;
}.guide_section .header_master {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 991px) {.teaching_history {
    padding: 7rem 0 5rem;
}.teaching_history .user_ratings {
    padding: 2.5rem 2rem;
}.teaching_history .img_grid_wrapper {
    height: 150px;
    top: -75px;
    width: 150px;
}.teaching_history .name {
    margin-top: 80px;
}.teaching_history .past_jobs {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.thanksWrap {
    padding: 5rem 0;
}.thanksWrap h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.thanksWrap .virtual_academy {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.thanksWrap {
    padding: 3rem 0;
}.thanksWrap h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.thanksWrap .virtual_academy {
    transform: none;
    padding: 1.5rem;
}.thanksWrap ul::before {
    left: -12px;
}.thanksWrap li::before {
    top: -2px;
    height: 20px;
    width: 20px;
    left: -25px;
}.thanksWrap li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 768px) {.title_section {
    padding: 4rem 0;
}.title_section .study_express {
    width: 85%;
}.title_section .study_express h3 {
    padding-left: 1.5rem;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
}.title_section .knowledge_lab h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
}.title_section .knowledge_lab h1::after {
    width: 60px;
}
}



@media (max-width: 767px) {.price_item_element {
    padding: 60px 0;
}.price_item_element .class_deals {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_item_element .annual_plan h4 {
    font-size: 24px;
}.price_item_element .fee_pricing {
    font-size: 24px;
}
}



@media (max-width: 991px) {.about_this {
    padding: 80px 0 60px;
}.about_this .info_wrapper {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.about_this h4 {
    margin-bottom: 40px;
}
}



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}



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



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

@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

