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

.top_train {
    flex: 1 0 auto;
}

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

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


.education_experience {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(150,156,188,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.education_experience .user_reviews {
    padding: 2.5rem;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    border-left: 4px solid rgb(184,190,214);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    gap: 2rem;
    display: grid;
    transform: rotateY(-5deg);
    grid-template-columns: 1fr;
    position: relative;
}

.education_experience .icon_image {
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(150,156,188,0.5);
    width: 120px;
    animation: pulse 6s infinite alternate;
    height: 120px;
    border-radius: 50%;
}

.education_experience .user_reviews:hover .name::after {
    width: 100%;
}

.education_experience .user_reviews > div:nth-child(2) > div {
    color: #000000;
    position: relative;
    opacity: 0.85;
    font-weight: 600;
    font-size: 0.95rem;
}

.education_experience .employee_history::after {
    position: absolute;
    right: -1rem;
    color: rgb(150,156,188,0.5);
    content: "";
    pointer-events: none;
    opacity: 0.3;
    font-size: 5rem;
    bottom: -4rem;
}

.plan_container .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}

.plan_container .learning_plan {
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    max-width: 800px;
    order: -1;
    opacity: 0;
    text-align: center;
}

.plan_container .price_choices {
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
    font-size: 16px;
    margin: 0 auto;
}

.plan_container .learn_sub {
    overflow: hidden;
    display: block;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0) scale(1);
    opacity: 0;
    color: #000000;
    position: relative;
}

.plan_container .fee_choices {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 2rem;
}

.plan_container .fee_structure {
    margin-bottom: 1.5rem;
    color: rgb(184,190,214);
    position: relative;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
}

.plan_container .fee_choices p {
    color: #000000;
    font-size: calc(16px - 2px);
    line-height: 1.6;
    word-break: break-word;
    margin: 0;
    overflow-wrap: break-word;
    flex-grow: 1;
}

.plan_container .learn_sub:hover .icon_image {
    transform: scale(1.05);
}

header .top_study::before {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(150,156,188,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
}

header .top_study .nav_teach .nav_train {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}

header .top_study .top_class {
    padding-right: calc((100vw - 100%) / 2);
    width: 80vw;
    display: flex;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(184,190,214,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    list-style: none;
    padding: 0;
    justify-content: flex-end;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

header .top_study .top_class .nav_master a::after {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    left: 1.5rem;
    height: 2px;
    background: rgb(150,156,188);
    bottom: 0.8rem;
}

.statistics_information {
    background: rgb(218,237,237);
    padding: 100px 0;
    position: relative;
    background-image: linear-gradient(135deg, rgb(218,237,237) 0%, #ffffff 100%);
    overflow: hidden;
    margin: 60px 0;
}

.statistics_information .container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    display: grid;
    z-index: 10;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.statistics_information .statistics_wins {
    color: #000000;
    font-size: 29px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
    font-weight: 700;
}

.statistics_information .study_edge {
    border-radius: 26px;
    transition: all 0.4s ease;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    padding: 30px;
    overflow: hidden;
    border-left: 3px solid rgb(184,190,214);
    display: flex;
    background: rgba(255, 255, 255, 0.8);
}

.statistics_information .study_edge:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.statistics_information .study_edge:nth-child(odd) h4 {
    color: rgb(184,190,214);
}

.statistics_information .study_edge span {
    font-weight: 400;
    opacity: 0.9;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}

.statistics_information .study_edge:hover svg {
    opacity: 0.8;
    transform: translateX(5px);
}

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

.course_program_details .corp_culture {
    position: relative;
    flex-direction: column;
    display: flex;
    min-height: 480px;
}

.course_program_details .icon_image::after {
    position: absolute;
    content: "";
    top: 0;
    mix-blend-mode: multiply;
    height: 100%;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    width: 100%;
}

.course_program_details .nav_teach {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 4;
    position: absolute;
    background: #ffffff;
    transition: transform 0.3s ease-in-out;
    left: 2.5rem;
    padding: 15px;
    border-radius: 50%;
    top: -35px;
}

.course_program_details .nav_teach:hover svg path {
    fill: rgb(150,156,188);
}

.course_program_details .training_plan p {
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
}

.course_program_details .corp_culture::before {
    border: 2px solid rgb(184,190,214,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 120px;
    right: 65%;
    content: "";
    z-index: 0;
    top: 10%;
    width: 120px;
    position: absolute;
    animation: floatAnimation 8s infinite ease-in-out;
}

.webinar_live::after {
    bottom: 0;
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgb(184,190,214,0.5) 70%, transparent 100%);
    top: 0;
}

footer .info_item svg {
    fill: rgb(184,190,214);
    height: 20px;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(184,190,214,0.5));
    transition: transform 0.3s ease;
    width: 20px;
}

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

footer .nav_teach svg {
    width: auto;
    height: 50px;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(184,190,214,0.5));
}

footer .top_class:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .top_class:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}



footer .top_class h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

footer .head_prime a:hover {
    color: rgb(184,190,214);
    padding-left: 20px;
}

footer .head_prime a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(184,190,214), 0 0 10px rgb(184,190,214,0.5);
    background-color: rgb(184,190,214);
}



footer .subscribe_holder h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(184,190,214);
    box-shadow: 0 0 10px rgb(184,190,214,0.5);
    background: rgba(255, 255, 255, 0.1);
}

footer .instant_learn::before {
    width: 100%;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

footer .qna_board {
    letter-spacing: 0.5px;
    opacity: 0.7;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.appArea::after {
    position: absolute;
    content: "";
    right: -5%;
    width: 30%;
    background: linear-gradient(145deg, rgb(184,190,214,0.5), rgb(150,156,188,0.5));
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
    height: 50%;
    opacity: 0.25;
    z-index: 0;
    filter: blur(70px);
}

.appArea h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188));
    position: absolute;
    width: 6rem;
    height: 3px;
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 2px 10px rgba(rgb(184,190,214,0.5), 0.2);
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
}

.appArea .corp_culture::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(218,237,237), 0.05));
    width: 100%;
    height: 30%;
    z-index: 0;
    position: absolute;
    content: "";
}

.appArea:hover .corp_culture {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}

.appArea:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}

.appArea span::first-letter {
    color: rgb(184,190,214);
    font-size: 1.5em;
    font-weight: 600;
}

.privacy_shell {
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    color: #000000;
    background-color: rgb(150,156,188);
    font-family: Arial, sans-serif;
}

.privacy_shell h3, .privacy_shell h4, .privacy_shell h5, .privacy_shell h6 {
    font-weight: 400;
    margin-top: 20px;
    font-size: 21px;
    color: rgb(184,190,214);
    margin-bottom: 10px;
}

.about_this {
    background: linear-gradient(145deg, rgb(218,237,237) 30%, rgba(rgb(184,190,214,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about_this h1::after {
    transform: scaleX(0);
    left: 0;
    position: absolute;
    animation: expandLine 0.6s ease-out forwards 1s;
    bottom: -12px;
    background: rgb(184,190,214);
    width: 80px;
    height: 4px;
    transform-origin: left;
    content: "";
}

.about_this .knowledge_learn:nth-child(1) {
    animation-delay: 0.4s;
    transform: translateY(40px) rotate(-1deg);
}

.about_this .knowledge_learn:nth-child(2) {
    animation-delay: 0.6s;
    transform: translateY(40px) rotate(1deg);
}

.about_this .knowledge_learn h4 {
    opacity: 0;
    transform: translateX(-15px);
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-weight: 600;
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    position: relative;
}

.client_feedback {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(184,190,214,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.client_feedback .container {
    z-index: 2;
    position: relative;
}

.client_feedback h2::after {
    width: 80%;
    content: "";
    background: linear-gradient(90deg, rgb(184,190,214) 0%, transparent 100%);
    bottom: -10px;
    position: absolute;
    transform: translateX(10%);
    left: 0;
    height: 4px;
}

.client_feedback .user_reviews::before {
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(184,190,214), rgb(150,156,188));
    transform: scaleY(0);
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 5px;
}

.client_feedback .user_reviews:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}

.client_feedback .user_reviews p {
    font-size: calc(12px * 1.1);
    margin: 0;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.client_feedback .user_reviews .description::before {
    height: 3px;
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    background: rgb(150,156,188,0.5);
    width: 50px;
    left: 0;
}

.prospective_members .corp_culture {
    position: relative;
    backdrop-filter: blur(12px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    z-index: 2;
    border-radius: 24px;
    max-width: 900px;
}

.prospective_members ul li {
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s ease;
    display: flex;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    align-items: center;
    border-radius: 24px;
    flex-direction: column;
    padding: 25px;
    position: relative;
}

.prospective_members ul li {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}



.prospective_members ul li {
    --x: center;
    --y: center;
}

.prospective_members ul li:hover svg {
    fill: rgb(184,190,214);
    transform: scale(1.05);
}

.prospective_members ul li::after {
    opacity: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
}

.connect_with_us h2::before {
    width: 60px;
    position: absolute;
    background: rgb(184,190,214);
    left: 50%;
    border-radius: 2px;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
}

.connect_with_us .help_message {
    border-radius: 13px;
    transform: perspective(1000px) rotateY(5deg);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
}

.connect_with_us form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(184,190,214);
}

.connect_with_us .feedback_request {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.connect_with_us .feedback_request label {
    position: relative;
    line-height: 1.5;
    font-size: 15px;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
}

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

.connect_with_us form .inquiry_feedback:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}

.connect_with_us form .inquiry_feedback span {
    z-index: 1;
    position: relative;
}

.connect_with_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(184,190,214);
}

.landing_page::after {
    width: 25vw;
    right: -10px;
    top: -10px;
    transform: rotate(-5deg);
    position: absolute;
    height: 25vw;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    opacity: 0.1;
    background: rgb(150,156,188,0.5);
    z-index: 0;
    content: "";
}

.landing_page h1.page_intro::after {
    position: absolute;
    transform-origin: left;
    animation: expandWidth 1.2s ease-out forwards;
    background: linear-gradient(90deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    width: 80px;
}

.landing_page h1.page_intro::after {
    width: 120px;
}

.landing_page .pro_study {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    aspect-ratio: 16/9;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.landing_page .pro_study span {
    padding: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 3;
    transform: translateY(10px);
    bottom: 0;
    animation: fadeUp 0.8s ease-out forwards 0.8s;
}

.find_us {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(184,190,214,0.5) 100%);
}

.find_us .container {
    position: relative;
    z-index: 1;
}

.find_us .contact_feedback {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
    grid-auto-rows: auto;
    gap: 40px;
}

.find_us .contact_help:nth-child(1)::before {
    content: '';
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, rgb(184,190,214) 0%, rgb(150,156,188) 100%);
    width: 100%;
    top: 0;
    position: absolute;
}

.find_us .contact_help h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(184,190,214);
    position: relative;
    font-size: 29px;
}

.find_us .msg_page {
    color: #000000;
    max-width: 90%;
    margin-bottom: 30px;
    line-height: 1.7;
}

.find_us .contact_help > p svg {
    transform: translateY(-50%);
    top: 50%;
    width: 22px;
    position: absolute;
    left: 0;
    height: 22px;
}

.find_us .edu_form h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(184,190,214);
    padding-left: 20px;
    font-size: 19px;
}

.find_us .reach_out span {
    font-size: 16px;
    color: #000000;
    background: #ffffff;
    padding: 12px 20px;
    font-weight: 400;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.find_us .contact_widget a:hover {
    transform: translateX(10px);
}

.find_us .contact_widget a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.find_us .contact_widget svg path {
    fill: #ffffff;
}

.find_us .contact_widget a p::after {
    width: 0;
    bottom: -5px;
    height: 2px;
    left: 0;
    background: #ffffff;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
}

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

.course_methodology .paragraph_box h2 {
    left: 15%;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 40px 50px;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    width: 300px;
    color: #ffffff;
    z-index: 4;
    font-size: 31px;
    height: 300px;
    justify-content: center;
    top: -50px;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    position: absolute;
}

.course_methodology .paragraph_box h2::after {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: -1;
    width: 350px;
    content: '';
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 350px;
}

.course_methodology::after {
    z-index: 1;
    bottom: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgb(184,190,214,0.5), transparent);
    height: 1px;
    content: '';
}

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

.track_cookies svg, .track_cookies svg path, .track_cookies img {
    height: 60px;
    width: 60px;
    fill: rgb(184,190,214);
}

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


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



@media (min-width: 1200px) {.education_experience {
    padding: 8rem 4rem;
}.education_experience .user_reviews {
    padding: 4rem;
    gap: 4rem;
    border-left-width: 6px;
}.education_experience .icon_image {
    height: 180px;
    width: 180px;
}.education_experience .employee_history {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}.education_experience .container::before {
    filter: blur(30px);
    top: -20px;
    height: 100px;
    right: -20px;
    border-radius: 50%;
    width: 100px;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
}.education_experience .container::after {
    position: absolute;
    left: 10%;
    content: "";
    z-index: -1;
    width: 150px;
    background: linear-gradient(135deg, rgb(150,156,188,0.5) 0%, transparent 70%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -30px;
    filter: blur(40px);
    height: 150px;
    opacity: 0.5;
}}



@media (max-width: 767px) {.plan_container .learn_sub {
    margin: 0 auto;
    max-width: 400px;
}.plan_container .learning_plan h2 {
    font-size: calc(34px * 0.9);
}.plan_container .price_choices {
    font-size: calc(16px * 0.95);
}}



@media screen and (max-width: 992px) {.statistics_information .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.statistics_information .statistics_value {
    order: 2;
}.statistics_information .top_gain {
    order: 1;
    align-items: center;
    padding-right: 0;
    text-align: center;
}.statistics_information .top_gain::before {
    left: 50%;
    height: 3px;
    top: auto;
    width: 60%;
    bottom: -20px;
    transform: translateX(-50%);
    background: linear-gradient(
            to right,
            transparent,
            rgb(184,190,214),
            rgb(150,156,188),
            transparent
        );
}.statistics_information .statistics_wins,
    .statistics_information .statistics_classes {
    padding-left: 0;
}
}



@media screen and (max-width: 767px) {.course_program_details {
    padding: 4rem 0;
}.course_program_details .corp_culture {
    min-height: auto;
}.course_program_details .icon_image {
    position: relative;
    height: 250px;
    margin-bottom: -50px;
}.course_program_details .training_plan {
    width: 90%;
    padding: 2rem 1.5rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
}.course_program_details .training_plan::before {
    display: none;
}.course_program_details .training_plan::after {
    height: 70px;
    width: 70px;
}.course_program_details .nav_teach {
    transform: translateX(-50%);
    left: 50%;
}.course_program_details .nav_teach:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_program_details .training_plan h3 {
    margin-top: 1rem;
    font-size: calc(38px - 0.3rem);
}.course_program_details .corp_culture::before,
    .course_program_details .corp_culture::after {
    display: none;
}
}



@media (max-width: 991px) {.appArea {
    padding: 4rem 0;
}.appArea h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.appArea .corp_culture {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 767px) {.appArea {
    padding: 3.5rem 0;
}.appArea h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.appArea h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.appArea .corp_culture {
    padding: 2rem 1.5rem;
}.appArea span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (min-width: 768px) {.about_this {
    padding: 150px 0;
}.about_this h1 {
    font-size: calc(39px * 1.1);
    margin-bottom: 80px;
}.about_this h1::after {
    width: 120px;
}.about_this .virtual_guides ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.about_this .knowledge_learn {
    padding: 40px;
}.about_this .knowledge_learn:nth-child(1) {
    transform: translateY(25px) translateX(-15px) rotate(-1deg);
}.about_this .knowledge_learn:nth-child(2) {
    transform: translateY(-25px) translateX(15px) rotate(1deg);
}
}



@media (max-width: 767px) {.client_feedback {
    padding: 3rem 0;
}.client_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.client_feedback .learner_voices {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_feedback .user_reviews,
    .client_feedback .user_reviews:nth-child(odd),
    .client_feedback .user_reviews:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.client_feedback .user_reviews:hover,
    .client_feedback .user_reviews:nth-child(odd):hover,
    .client_feedback .user_reviews:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.client_feedback .user_reviews img {
    width: 60px;
    height: 60px;
}
}



@media screen and (max-width: 1100px) {.connect_with_us .help_block {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.connect_with_us .icon_image {
    height: 500px;
}.connect_with_us .help_message {
    padding: 40px;
}
}



@media screen and (max-width: 576px) {.connect_with_us {
    padding: 50px 0;
}.connect_with_us h2 {
    font-size: calc(29px * 0.85);
}.connect_with_us .icon_image {
    height: 250px;
}.connect_with_us .help_message {
    padding: 30px 25px;
}.connect_with_us form h3 {
    font-size: calc(24px * 0.9);
}.connect_with_us form .inquiry_feedback {
    width: 100%;
}}



@media (hover: hover) {.landing_page .pro_study::before {
    transition: opacity 0.3s ease;
}.landing_page .pro_study:hover::before {
    opacity: 0.7;
}}



@media (max-width: 768px) {.find_us {
    padding: 60px 0;
}.find_us .contact_help:nth-child(1) {
    padding: 30px;
}.find_us .contact_help:nth-child(3) {
    padding: 25px;
}.find_us .edu_form {
    padding: 25px;
    margin-top: 30px;
}.find_us .contact_widget {
    gap: 25px;
}
}


@media screen and (max-width: 1200px) {.course_methodology .paragraph_box h2 {
    left: 20%;
    height: 280px;
    width: 280px;
    padding: 35px 40px;
}.course_methodology .paragraph_box p {
    padding: 50px 40px 50px 220px;
    margin-left: 20%;
}.course_methodology .paragraph_box::before {
    width: 400px;
    left: 20%;
    height: 400px;
    top: -95px;
}.course_methodology .paragraph_box::after {
    left: 20%;
    width: 500px;
    top: -145px;
    height: 500px;
}.course_methodology .corp_culture::before {
    left: 20%;
}
}



@media screen and (max-width: 480px) {.course_methodology {
    padding: 100px 0 80px;
}.course_methodology .paragraph_box h2 {
    padding: 25px;
    font-size: calc(31px * 0.8);
    width: 100%;
}.course_methodology .paragraph_box p {
    padding: 25px;
    font-size: calc(14px * 0.9);
    width: 100%;
}}



@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(150,156,188,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(150,156,188,0.5);
  }
}



@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}



@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}



@keyframes fadeUpIn {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}



@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}



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



@keyframes rotate-slow {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

