.nav_learning {
    flex: 1 0 auto;
}

.nav_learning {
    background: rgb(238,234,239);
    z-index: 1;
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
}

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

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

.guide_section {
    flex: 0 0 auto;
}

.guide_section {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}

.training_structure::after {
    position: absolute;
    width: 200px;
    border: 1px solid rgba(rgb(209,198,212,0.5), 0.2);
    height: 200px;
    transform: rotate(15deg);
    z-index: 0;
    right: -50px;
    content: "";
    top: -50px;
}

.training_structure .container.virtual_academy > div:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-10px);
}

.training_structure .container.virtual_academy > div:hover::before {
    height: 100%;
}

.training_structure .container.virtual_academy > div::after {
    opacity: 0.2;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    background: linear-gradient(45deg, transparent 48%, rgb(174,161,179) 48%, rgb(174,161,179) 52%, transparent 52%);
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    content: "";
}

.training_structure p {
    transition: transform 0.3s ease;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
}

.secure_guard::after {
    bottom: -10%;
    transform: rotate(12deg) skew(-12deg);
    position: absolute;
    z-index: 0;
    background: linear-gradient(225deg, rgb(174,161,179,0.5), transparent);
    left: -5%;
    content: '';
    opacity: 0.05;
    width: 45%;
    height: 60%;
}

.secure_guard h2 {
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    margin: 2.8rem 0 1.2rem;
    font-size: 37px;
}

.secure_guard h3 {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: calc(37px * 0.85);
    font-weight: 400;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.7rem;
}

.secure_guard li {
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 1.8rem;
    font-size: 18px;
    margin-bottom: 1rem;
}

.secure_guard strong {
    color: #000000;
    font-weight: 600;
}

.course_program_details {
    overflow: hidden;
    position: relative;
    background: rgb(238,234,239);
    padding: 8rem 0;
}

.course_program_details .container {
    z-index: 3;
    position: relative;
}

.course_program_details .virtual_academy {
    gap: 1rem;
    position: relative;
    grid-template-rows: repeat(8, minmax(50px, auto));
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.course_program_details .img_grid_wrapper {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 3;
    border-radius: 20px;
    grid-row: 1 / 7;
    grid-column: 7 / 13;
    position: relative;
}

.course_program_details .header_start {
    right: 3rem;
    transition: transform 0.3s ease-out;
    display: flex;
    transform: rotate(-5deg);
    height: 5rem;
    border-radius: 50%;
    z-index: 10;
    justify-content: center;
    background: #ffffff;
    position: absolute;
    width: 5rem;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
}

.course_program_details p {
    margin-bottom: 0;
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
}

.course_program_details .virtual_academy::after {
    animation: moveCircle 15s infinite alternate-reverse;
    position: absolute;
    opacity: 0.5;
    right: -4rem;
    content: "";
    bottom: -4rem;
    filter: blur(80px);
    background: rgb(174,161,179,0.5);
    width: 8rem;
    height: 8rem;
    z-index: 1;
    border-radius: 50%;
}

.user_feedback::before {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(209,198,212,0.5), 0.03) 0%, rgba(rgb(209,198,212,0.5), 0.01) 100%);
    top: 0;
    width: 100%;
    z-index: 1;
}

.user_feedback h2 {
    text-align: center;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
    font-size: 31px;
    margin-bottom: 3rem;
}

.user_feedback .user_ratings::before {
    opacity: 0.1;
    font-size: 6rem;
    content: "";
    color: rgb(209,198,212);
    position: absolute;
    z-index: -1;
    top: 1.5rem;
    line-height: 1;
    right: 1.5rem;
    font-family: serif;
}

.user_feedback .user_ratings h3::after {
    height: 2px;
    transition: width 0.3s ease-in-out;
    background-color: rgb(209,198,212);
    left: 0;
    position: absolute;
    content: "";
    width: 0;
    bottom: -5px;
}

.user_feedback .user_ratings div {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
    align-items: center;
}

.user_feedback .user_ratings:hover img {
    border-color: rgb(209,198,212);
    transform: scale(1.05);
}

.give_it_a_try {
    background: linear-gradient(120deg, #ffffff 0%, rgb(238,234,239) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.give_it_a_try .virtual_academy {
    z-index: 10;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid rgb(209,198,212);
    padding: 80px 0;
    position: relative;
}

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

.give_it_a_try .query_grid::before {
    left: 0;
    transition: width 0.4s ease;
    z-index: -1;
    background: rgb(209,198,212);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 0;
}

.give_it_a_try .container p::before {
    transform: translateX(-50%);
    background: rgb(209,198,212);
    width: 40px;
    bottom: -25px;
    content: '';
    height: 1px;
    position: absolute;
    left: 50%;
}

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

.contact_form_box .query_links {
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 26px;
}

.contact_form_box .img_grid_wrapper {
    min-height: 550px;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    flex: 0 0 45%;
    position: relative;
}

.contact_form_box h3 {
    font-weight: 700;
    font-size: 23px;
    color: rgb(209,198,212);
    margin-bottom: 30px;
    position: relative;
}

.contact_form_box input[type="text"]:focus {
    outline: none;
    border-left-color: rgb(174,161,179);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact_form_box input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_form_box .request_message input[type="checkbox"]:checked {
    border-color: rgb(209,198,212);
    background: rgb(209,198,212);
}

.contact_form_box .request_message label {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.contact_form_box .request_message a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(209,198,212);
    text-decoration: none;
}

.contact_form_box .query_grid {
    font-weight: 600;
    cursor: pointer;
    border: none;
    align-self: flex-start;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    margin-top: 15px;
    padding: 15px 35px;
    transition: all 0.3s ease;
    background: rgb(209,198,212);
    border-radius: 10px;
}

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

.cookie_message_overlay {
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    max-width: 500px;
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 15px;
    font-family: Arial, sans-serif;
    width: 90%;
    z-index: 1050;
    position: fixed;
    overflow: hidden;
}

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

.cookie_button.cookie_disclaimer:hover {
    background: rgb(174,161,179,0.5);
}

.cookie_message_overlay p a:hover {
    color: rgb(174,161,179);
}

#privacyBannerPopup {
    display: none;
}

header::before {
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
}

header .header_nav:hover {
    transform: translateY(-3px) scale(1.02);
}

header .header_start::before {
    border: 1px solid rgb(209,198,212);
    opacity: 0.3;
    transform: skew(-3deg);
    left: -8px;
    right: -8px;
    content: '';
    top: -8px;
    transition: all 0.3s ease;
    bottom: -8px;
    position: absolute;
    border-radius: 10px;
}

header .header_tutor a::before {
    width: 80%;
    left: 10%;
    opacity: 0.7;
    background: rgb(209,198,212);
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 5px;
    transform: scaleX(0);
    content: '';
    height: 1px;
}

header .header_tutor::after {
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    background: radial-gradient(circle at center, rgb(209,198,212,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

.locate::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
    position: absolute;
    width: 30%;
    right: 0;
    background: linear-gradient(225deg, rgb(174,161,179,0.5) 0%, transparent 70%);
    height: 30%;
    z-index: 0;
    content: "";
}

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

.locate .learn_chat {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
}

.locate .learn_chat > div:first-child {
    transform: translateY(0);
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.5s forwards ease-out;
    color: #000000;
    font-size: calc(17px * 1.05);
    opacity: 0;
}

.locate .learn_chat > div:hover h6 svg {
    transform: scale(1);
}

.locate .join_community {
    font-size: calc(17px * 0.95);
    position: relative;
    display: flex;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
    padding-bottom: 0.25rem;
    color: #000000;
}

.locate .join_community:hover svg {
    transform: scale(1) rotate(5deg);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(209,198,212);
}

header .top_plank .master_elite {
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    line-height: 21px;
    flex-wrap: wrap;
    align-items: center;
}

.course_fit_for::after {
    height: 800px;
    border: 4px dotted rgb(209,198,212,0.5);
    animation: rotate-reverse 30s linear infinite;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 800px;
}

.course_fit_for h3::after {
    bottom: -15px;
    box-shadow: 0 0 15px rgb(209,198,212);
    width: 150px;
    position: absolute;
    background: rgb(209,198,212);
    left: 50%;
    height: 3px;
    animation: glow 3s infinite alternate;
    content: "";
    transform: translateX(-50%);
    border-radius: 50px;
}

.course_fit_for li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    align-items: center;
    border-radius: 50px;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    transition: all 0.4s ease;
}

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

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

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

.course_fit_for svg path {
    fill: rgb(174,161,179);
    transition: all 0.4s ease;
}

.course_fit_for li:hover svg {
    transform: rotate(15deg);
}

footer::before {
    position: absolute;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(209,198,212,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.85;
    left: 0;
    height: 100%;
}

.guide_section .container {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}

.guide_section .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(209,198,212,0.5);
}

.guide_section .company_holder h3::after {
    width: 60px;
    height: 3px;
    left: 0;
    transition: width 0.4s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(209,198,212);
}

.guide_section .edu_links {
    position: relative;
}

.guide_section .top_master {
    border-radius: 14px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.guide_section .top_master:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(174,161,179) transparent transparent;
}

.guide_section .top_master:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
}

.guide_section .top_master h5::after {
    content: "";
    background: rgb(209,198,212);
    position: absolute;
    width: 30%;
    transition: width 0.4s ease-in-out;
    left: 0;
    bottom: -8px;
    height: 3px;
}

.guide_section .top_master a::before {
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    left: -20px;
    content: "→";
    transform: translateZ(5px);
}

.podcast_cta {
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.podcast_cta .ssl_info:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(209,198,212), 0.3);
    color: #ffffff;
}



.guide_section .company_holder::before,
.guide_section .top_master::before {
    height: 100px;
    position: absolute;
    background: radial-gradient(circle, rgb(209,198,212,0.5) 0%, transparent 70%);
    z-index: -1;
    filter: blur(30px);
    transition: opacity 0.5s ease;
    opacity: 0;
    content: "";
    width: 100px;
    border-radius: 50%;
}

.guide_section .company_holder::before {
    right: -20px;
    bottom: -20px;
}

.guide_section::after {
    left: 0;
    height: 100%;
    opacity: 0.3;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    position: absolute;
    width: 100%;
    z-index: -2;
    background-size: 40px 40px;
    top: 0;
}

.teaching_history::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(209,198,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(174,161,179,0.5) 0%, transparent 25%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    filter: blur(60px);
    position: absolute;
    animation: ambientLight 20s ease-in-out infinite alternate;
}

.teaching_history .img_grid_wrapper {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 180px;
    transform: translateX(-50%) translateZ(30px);
    top: -90px;
    width: 180px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(209,198,212,0.5);
    position: absolute;
    left: 50%;
}

.teaching_history .past_jobs {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 3px solid rgb(209,198,212);
    width: 100%;
    margin-top: 2rem;
    transform: translateZ(10px);
    padding: 2rem;
    transition: transform 0.3s ease;
    position: relative;
}

.thanksWrap::after {
    opacity: 0.04;
    top: -25%;
    height: 150%;
    transform: rotate(-5deg);
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(209,198,212,0.5) 0px, transparent 2px, transparent 10px);
    content: "";
    left: -25%;
    animation: patternShift 20s infinite linear;
    width: 150%;
    z-index: 0;
}

.thanksWrap .virtual_academy {
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    position: relative;
    transform-origin: center top;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
    padding: 3rem;
    background: #ffffff;
    animation: fadeIn 1s 0.5s both ease-out;
}

.thanksWrap ul::before {
    animation: growHeight 1.5s 1s forwards ease-in-out;
    position: absolute;
    width: 4px;
    left: -20px;
    height: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(209,198,212), rgb(174,161,179));
}

.thanksWrap li span::first-letter {
    color: rgb(209,198,212);
    font-size: 1.4em;
    font-weight: 700;
}

.title_section {
    position: relative;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    background: rgb(238,234,239);
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.title_section .study_express {
    display: grid;
    transform: translateZ(0);
    max-width: 1400px;
    grid-template-columns: 1fr 1.5fr;
    z-index: 2;
    width: 90%;
    position: relative;
    gap: 3rem;
}

.title_section .study_express > div:first-child {
    position: relative;
    align-items: center;
    display: flex;
    transform: translateY(-2rem) translateX(1rem);
}

.title_section .study_express h3::before {
    position: absolute;
    top: 0.5rem;
    height: calc(100% - 1rem);
    background: rgb(209,198,212);
    width: 4px;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    content: "";
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
}

.title_section .knowledge_lab::before {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 0 60%);
    top: -10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    right: -10px;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 30%;
}

.title_section .knowledge_lab > div::before {
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0.2;
    left: 0;
    background: rgb(209,198,212);
    z-index: -1;
    top: 0;
    content: "";
}

.title_section .knowledge_lab p {
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.3);
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    line-height: 1.6;
    position: relative;
}

.price_item_element .pricing_offers {
    position: relative;
}

.price_item_element .plan_options {
    transform: translateY(10px);
    margin: 0 auto 40px;
    animation: fadeInUp 0.8s forwards 0.5s;
    line-height: 1.6;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    font-size: calc(12px * 1.1);
    max-width: 700px;
}

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

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

.price_item_element .learn_fees {
    border-radius: 3px;
    border-left: 3px solid rgb(209,198,212);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.price_item_element .annual_plan h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 1.1);
    margin: 0 0 20px;
    font-weight: 700;
    padding-bottom: 15px;
}

.price_item_element .fee_pricing {
    font-size: calc(24px * 1.2);
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    margin-top: auto;
    position: relative;
    padding-top: 15px;
    color: rgb(174,161,179);
    transition: color 0.3s ease;
}

.about_this h4 {
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 38px;
    transform: translateY(5px);
    text-align: center;
    position: relative;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.about_this .info_wrapper {
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25), 
               -10px -10px 30px rgba(255, 255, 255, 0.05), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.05), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.15);
}

.about_this .info_wrapper div {
    position: relative;
}

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



@media (max-width: 991px) {.training_structure {
    padding: 4rem 0;
}.training_structure .container.virtual_academy {
    padding: 0 1.5rem;
}.training_structure .container.virtual_academy > div {
    padding: 2.5rem 2rem;
}.training_structure h3 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    padding-bottom: 0.8rem;
}.training_structure h3::after {
    height: 2px;
    width: 60px;
}
}



@media (min-width: 768px) {.secure_guard {
    padding: 5rem 3rem;
}.secure_guard .container {
    padding: 0 2rem;
}.secure_guard h1 {
    transform: translateX(-1rem);
    margin-bottom: 3rem;
    font-size: calc(41px * 1.2);
}.secure_guard h1::after {
    height: 4px;
    width: 6rem;
}.secure_guard h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.secure_guard p {
    line-height: 1.75;
    font-size: calc(18px * 1.05);
}.secure_guard ul {
    padding-left: 2rem;
}.secure_guard li {
    padding-left: 2rem;
}
}



@media (prefers-reduced-motion: reduce) {.secure_guard *,
    .secure_guard *::before,
    .secure_guard *::after {
    transition: none !important;
    animation: none !important;
}}



@media (max-width: 992px) {.course_program_details {
    padding: 6rem 0;
}.course_program_details .virtual_academy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.course_program_details .career_learn {
    grid-column: auto;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.course_program_details .img_grid_wrapper {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
    grid-column: auto;
    height: 350px;
}.course_program_details .header_start {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.course_program_details h3 {
    font-size: calc(32px * 0.9);
}
}



@media (min-width: 992px) {.user_feedback {
    padding: 8rem 0;
}.user_feedback h2 {
    margin-bottom: 4.5rem;
    font-size: calc(31px + 0.2rem);
}.user_feedback .learning_voices {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.user_feedback .user_ratings {
    padding: 3rem 2.5rem;
}.user_feedback .user_ratings:nth-child(odd) {
    transform: translateY(15px);
}.user_feedback .user_ratings:nth-child(odd):hover {
    transform: translateY(7px);
}.user_feedback .user_ratings:nth-child(even) {
    transform: translateY(-15px);
}.user_feedback .user_ratings:nth-child(even):hover {
    transform: translateY(-23px);
}.user_feedback .user_ratings::after {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(209,198,212));
    content: "";
    right: 0;
    position: absolute;
    opacity: 0.3;
    height: 1px;
    width: 40%;
}
}



@media (max-width: 991px) {.give_it_a_try {
    padding: 120px 0;
}.give_it_a_try .virtual_academy {
    padding: 60px 0;
}.give_it_a_try .container p {
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
}
}



@media (max-width: 480px) {.give_it_a_try {
    padding: 80px 0;
}.give_it_a_try .virtual_academy {
    padding: 40px 0;
}.give_it_a_try .virtual_academy::before {
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.give_it_a_try .virtual_academy::after {
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}.give_it_a_try .container p {
    margin-bottom: 30px;
    font-size: calc(16px * 1.2);
}.give_it_a_try .query_grid {
    font-size: calc(17px * 0.9);
    padding: 12px 30px;
}.give_it_a_try .container p::before {
    width: 30px;
    bottom: -20px;
}}



@media (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box .container {
    padding: 0 15px;
}.contact_form_box h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact_form_box .connect_message {
    padding: 30px 20px 40px;
}.contact_form_box .query_grid {
    width: 100%;
}.contact_form_box .img_grid_wrapper {
    min-height: 200px;
}}



@media (max-width: 479px) {header .top_sitebar {
    padding: 0.7rem 1rem;
}header .header_start {
    max-width: 110px;
}header .header_tutor a {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media screen and (min-width: 768px) {.locate {
    padding: 8rem 3rem;
}.locate h1 {
    font-size: calc(42px * 1.2);
}.locate .learn_chat {
    grid-template-columns: repeat(2, 1fr);
}.locate .learn_chat > div:first-child {
    grid-column: 1 / -1;
}
}



@media (prefers-reduced-motion: reduce) {.locate h1,
    .locate .learn_chat,
    .locate .learn_chat > div:first-child {
    transform: translateY(0);
    opacity: 1;
    animation: none;
}.locate .learn_chat > div:hover,
    .locate .join_community:hover {
    transform: none;
}}



@media (max-width: 576px) {.course_fit_for {
    padding: 3rem 1rem;
}.course_fit_for .virtual_academy {
    padding: 1.5rem 1rem;
}.course_fit_for h3 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.course_fit_for li {
    padding: 1rem 1.25rem;
}.course_fit_for svg {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
}}



@media (max-width: 576px) {.guide_section {
    padding: 3rem 0 1rem;
}.guide_section .company_holder {
    padding: 1.25rem;
}.guide_section .company_holder h3 {
    font-size: calc(38px * 0.8);
}.guide_section .top_master h5 {
    font-size: calc(18px * 0.9);
}.guide_section .top_master a,
    .guide_section .intern_ship {
    font-size: calc(12px * 0.9);
}.podcast_cta .ssl_info {
    font-size: calc(13px * 0.9);
    padding: 0.4rem 1rem;
}}



@media (max-width: 768px) {.thanksWrap {
    padding: 4rem 0;
}.thanksWrap h2 {
    font-size: calc(34px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.thanksWrap .virtual_academy {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanksWrap ul::before {
    left: -15px;
}.thanksWrap li::before {
    left: -30px;
    width: 24px;
    height: 24px;
}
}



@media (hover: hover) {.title_section .study_express h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_section .knowledge_lab:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}
}



@media (max-width: 992px) {.title_section .study_express {
    grid-template-columns: 1fr;
    gap: 3rem;
}.title_section .study_express > div:first-child {
    transform: translateY(0) translateX(0);
}.title_section .knowledge_lab {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.title_section .knowledge_lab > div {
    padding: 1.5rem;
}
}



@media (max-width: 991px) {.price_item_element {
    padding: 80px 0;
}.price_item_element h2 {
    font-size: 29px;
}.price_item_element .plan_options {
    font-size: 12px;
    margin-bottom: 30px;
}.price_item_element .class_deals {
    gap: 20px;
}.price_item_element .learn_fees {
    padding: 25px;
}
}



@media (min-width: 992px) {.about_this span {
    columns: 2;
}.about_this .info_wrapper {
    margin: 0 auto;
    max-width: 90%;
}.about_this h4 {
    font-size: calc(38px + 4px);
}
}



@media (max-width: 479px) {.about_this {
    padding: 50px 0 30px;
}.about_this .info_wrapper {
    padding: 20px 15px;
}.about_this h4 {
    font-size: 22px;
    margin-bottom: 25px;
}.about_this h4::after {
    height: 2px;
    width: 60px;
}.about_this h6 {
    margin-bottom: 15px;
    font-size: calc(17px - 1px);
}.about_this span {
    line-height: 1.5;
    font-size: calc(12px - 2px);
}.about_this .info_wrapper div::before,
    .about_this .info_wrapper div::after {
    display: none;
}
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(209,198,212); }
    100% { box-shadow: 0 0 20px rgb(209,198,212), 0 0 40px rgb(209,198,212,0.5); }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(174,161,179,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(174,161,179);
    }
}



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



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}



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



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

