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

header,footer {
    width: 100%;
}

.webinar_live {
    flex: 0 0 auto;
}

.webinar_live {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(150,156,188));
}

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

.education_experience .user_reviews::after {
    pointer-events: none;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(184,190,214), 0.02) 100%
  );
    height: 100%;
}

.education_experience .user_reviews:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
    transform: rotateY(0deg) translateZ(10px);
}

.education_experience .user_reviews > div:nth-child(2) {
    transform: translateY(1rem);
    opacity: 0;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

.education_experience .name::after {
    bottom: -8px;
    width: 0;
    left: 0;
    background: rgb(150,156,188);
    height: 2px;
    content: "";
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}

.education_experience .employee_history::before {
    left: -1rem;
    top: -2.5rem;
    color: rgb(150,156,188,0.5);
    font-size: 5rem;
    position: absolute;
    content: "";
    pointer-events: none;
    opacity: 0.3;
}

.plan_container::before {
    position: absolute;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(184,190,214,0.5) 30%, transparent 70%);
}

.plan_container .learning_plan h2::after {
    border-radius: 10px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188));
}

.plan_container .learn_sub:nth-child(2) {
    animation-delay: 0.2s;
}

.plan_container .learn_sub:nth-child(4) {
    animation-delay: 0.4s;
}

.plan_container .learn_sub:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.plan_container .learn_sub:hover::before {
    transform: scaleX(1);
}

.plan_container .price_sheet {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan_container .fee_choices h3 {
    transition: color 0.3s ease;
    color: #000000;
    margin: 0 0 1rem;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.plan_container .learn_sub:hover .fee_structure {
    transform: translateY(-3px);
}

.plan_container .learn_sub:hover .fee_structure::after {
    width: 80px;
}

.plan_container .icon_image::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}

header .top_study .nav_teach {
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
}

header .top_study .nav_teach:hover {
    transform: translateY(0) scale(1.05);
}

header .top_study .nav_teach .nav_train::before {
    top: -10px;
    left: -20px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
}

header .top_study .top_class .nav_master {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
}

header .top_study .top_class .nav_master a {
    font-size: 15px;
    display: block;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: center;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    text-decoration: none;
}

.statistics_information::after {
    z-index: 2;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at center, transparent 50%, rgb(218,237,237) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.statistics_information .statistics_value {
    gap: 25px;
    display: grid;
    position: relative;
    order: 2;
    grid-template-columns: 1fr 1fr;
}

.statistics_information .top_gain::before {
    left: 0;
    height: 60%;
    width: 3px;
    position: absolute;
    top: 0;
    content: '';
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(184,190,214),
        rgb(150,156,188),
        transparent
    );
}

.statistics_information .study_edge:nth-child(even) {
    border-left: 3px solid rgb(150,156,188);
}

.statistics_information .study_edge::after {
    top: -40px;
    background: rgb(184,190,214);
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 80px;
    right: -40px;
    height: 80px;
    transition: all 0.5s ease;
    opacity: 0.1;
}

.statistics_information .study_edge:hover::after {
    transform: scale(1.2);
}

.statistics_information .study_edge:nth-child(even) h4 {
    color: rgb(150,156,188);
}

.statistics_information svg {
    opacity: 0.3;
    height: 20px;
    fill: #000000;
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

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

.course_program_details .icon_image {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}

.course_program_details .training_plan {
    margin-left: auto;
    backdrop-filter: blur(8px);
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
    margin-top: auto;
    width: 60%;
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.course_program_details .nav_teach:hover {
    transform: translateY(-5px) rotate(5deg);
}

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

.course_program_details .training_plan h3::after {
    background: rgb(184,190,214);
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    border-radius: 10px;
    bottom: -0.5rem;
    width: 60px;
}

footer {
    position: relative;
    z-index: 1;
    width: 100%;
}

.webinar_live::before {
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgb(150,156,188,0.5) 0%, transparent 50%);
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}

footer .contact_widget {
    backdrop-filter: blur(8px);
    transform: translateY(0);
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(184,190,214,0.5);
    color: rgb(184,190,214);
}

footer .nav_teach {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

footer .tiktok_edu {
    color: #ffffff;
    max-width: 300px;
    line-height: 1.5;
    font-size: 14px;
    opacity: 0.8;
}

footer .top_class::before {
    opacity: 0;
    transition: opacity 0.5s ease;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(184,190,214), transparent, rgb(150,156,188), transparent);
    border-radius: calc(16px + 2px);
    position: absolute;
    top: -2px;
    z-index: -1;
    content: "";
}

footer .top_class:hover h5::after {
    width: 100px;
}

footer .head_prime a::before {
    border-radius: 50%;
    top: 50%;
    opacity: 0.7;
    width: 6px;
    content: "";
    height: 6px;
    transform: translateY(-50%) scale(0.8);
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgb(184,190,214);
    position: absolute;
}

footer .subscribe_holder::before {
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
    width: 200%;
    content: "";
    z-index: -1;
    position: absolute;
}

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .instant_learn {
    color: #ffffff;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    padding: 14px 24px;
    background: rgb(184,190,214);
    font-size: 17px;
}

.appArea {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

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

.appArea h2 {
    position: relative;
    line-height: 1.3;
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
}

.appArea:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.appArea .corp_culture::before {
    z-index: 1;
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188), rgb(184,190,214));
    left: -2px;
    animation: gradientMove 6s linear infinite;
    height: 5px;
    top: -2px;
    right: -2px;
    background-size: 200% 100%;
    content: "";
    position: absolute;
}

.appArea ul {
    margin: 0;
    list-style: none;
    z-index: 2;
    position: relative;
    padding: 0;
}

.appArea li {
    z-index: 2;
    position: relative;
}

.appArea span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: block;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.7;
    padding: 0.5rem 0;
    color: #000000;
}

.privacy_shell h1 {
    font-size: 45px;
    color: rgb(184,190,214);
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}

.privacy_shell li {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.privacy_shell section {
    border-radius: 19px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.about_this::before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(150,156,188,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(184,190,214,0.5), 0.08) 0%, transparent 60%);
    z-index: 0;
    top: 0;
}

.about_this .virtual_guides {
    position: relative;
}

.about_this .virtual_guides ul {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}

.about_this .knowledge_learn::before {
    position: absolute;
    width: 4px;
    animation: expandHeight 0.6s ease-out forwards 1.2s;
    transform-origin: top;
    content: "";
    background: linear-gradient(to bottom, rgb(184,190,214), rgb(150,156,188));
    left: 0;
    height: 100%;
    transform: scaleY(0);
    top: 0;
}

.about_this .knowledge_learn div {
    animation: fadeUp 0.8s ease-out forwards 1s;
    transform: translateY(20px);
    color: #000000;
    margin-left: 15px;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 17px;
}

.client_feedback h2 {
    font-size: 34px;
    margin-bottom: 3.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #000000;
    transform: skew(-5deg);
}

.client_feedback .user_reviews {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transform: rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: #ffffff;
    transition: all 0.4s ease;
    display: flex;
}

.client_feedback .user_reviews:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}

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

.client_feedback .user_reviews:hover img {
    border-color: rgb(184,190,214,0.5);
    transform: translateX(0) scale(1.05);
}

.client_feedback .user_reviews .description {
    color: #000000;
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    position: relative;
}

.prospective_members {
    padding: 100px 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: rgb(218,237,237);
}

.prospective_members h3 {
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-size: 36px;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.prospective_members h3::after {
    border-radius: 10px;
    width: 60px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
    rgb(184,190,214,0.5), 
    rgb(150,156,188), 
    rgb(184,190,214,0.5)
  );
}

.prospective_members ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}

.prospective_members ul li:hover::before {
    opacity: 1;
}

.prospective_members ul li svg {
    margin-bottom: 15px;
    height: 45px;
    transition: all 0.3s ease;
    fill: rgb(150,156,188);
    width: 45px;
}

.prospective_members ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(150,156,188);
}

.prospective_members ul li:hover::after {
    opacity: 1;
}

.connect_with_us::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(184,190,214,0.5),
        rgb(184,190,214,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    content: "";
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    opacity: 0.05;
}

.connect_with_us .help_block {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 40px;
    background: transparent;
    position: relative;
    align-items: center;
}

.connect_with_us .icon_image:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.connect_with_us .help_message:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.connect_with_us form {
    width: 100%;
}

.connect_with_us form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.connect_with_us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

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

.connect_with_us .feedback_request input[type="checkbox"]:checked + label::before {
    background: rgb(184,190,214);
}

.connect_with_us .feedback_request label a {
    color: rgb(184,190,214);
    transition: all 0.3s ease;
    text-decoration: none;
}

.connect_with_us form .inquiry_feedback {
    border: none;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: rgb(184,190,214);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 16px 35px;
    overflow: hidden;
}

.landing_page {
    background: linear-gradient(135deg, rgb(218,237,237) 0%, rgb(150,156,188,0.5) 100%);
    padding: 120px 40px;
    position: relative;
    overflow: hidden;
}

.landing_page {
    padding: 150px 60px;
}

.landing_page > div {
    max-width: 1400px;
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.landing_page > div {
    gap: 80px;
    align-items: center;
    grid-template-columns: 1fr 1.3fr;
}

.landing_page p {
    transform: translateY(10px);
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    color: #000000;
    line-height: 1.6;
    opacity: 0;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    margin-top: 16px;
    max-width: 550px;
}

.landing_page .pro_study::before {
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
}

.landing_page .pro_study h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    position: relative;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

.find_us::before {
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(184,190,214) 0%, transparent 60%);
    transform: rotate(-15deg);
    content: '';
    position: absolute;
    height: 120%;
    top: -10%;
    z-index: 0;
    left: -10%;
    width: 60%;
}

.find_us .contact_help {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.find_us .contact_help:nth-child(2) {
    min-height: 400px;
    transform: translateY(0);
    grid-row: 1 / 3;
    grid-column: 3 / 4;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.find_us .request_support {
    font-size: calc(16px * 1.2);
    display: inline-block;
    color: rgb(150,156,188);
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid rgb(150,156,188,0.5);
    margin-bottom: 20px;
}

.find_us .contact_help > p svg path {
    fill: rgb(184,190,214);
}

.find_us .contact_help > p span {
    color: rgb(184,190,214);
    margin-left: 5px;
    font-weight: 600;
}

.find_us .edu_form h3::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 10px;
    background: rgb(150,156,188);
    height: 10px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
}

.find_us .contact_help .icon_image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease;
}

.find_us .contact_widget {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.find_us .contact_widget svg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
}

.find_us .contact_widget a p {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
}

.find_us .contact_widget a:hover p::after {
    width: 100%;
}

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

.course_methodology .paragraph_box::before {
    top: -110px;
    left: 15%;
    width: 450px;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.15;
    height: 450px;
    z-index: 2;
    content: '';
    border: 1px solid rgb(184,190,214,0.5);
    animation: rotate-slow 60s linear infinite;
}

.course_methodology .paragraph_box h2::before {
    border-radius: 50%;
    content: '';
    z-index: 5;
    background: rgb(184,190,214);
    left: 50%;
    height: 40px;
    position: absolute;
    opacity: 0.3;
    width: 40px;
    transform: translate(-50%, -50%);
    top: 0;
}

.course_methodology .paragraph_box p::before {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    height: 100%;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(135deg, rgb(184,190,214,0.5) 0%, transparent 80%);
    content: '';
    left: 0;
}

.course_methodology .corp_culture::before {
    filter: blur(30px);
    left: 15%;
    position: absolute;
    width: 70px;
    animation: pulse-subtle 10s infinite alternate;
    content: '';
    border-radius: 50%;
    top: 50%;
    opacity: 0.05;
    transform: translate(-50%, -50%);
    height: 70px;
    background: rgb(184,190,214);
}

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

.trackingSettingsPopup p {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}

.cookie_button.user_alert {
    background: rgb(150,156,188);
}

.trackingSettingsPopup p a {
    color: rgb(184,190,214);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#cookieBannerAlert:checked ~ .trackingSettingsPopup {
    visibility: hidden;
    opacity: 0;
}


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



@media (min-width: 768px) {.education_experience {
    padding: 7rem 3rem;
}.education_experience .user_reviews {
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 3rem;
}.education_experience .icon_image {
    height: 150px;
    width: 150px;
}.education_experience .name {
    font-size: calc(19px * 1.1);
    margin-bottom: 0.75rem;
}.education_experience .user_reviews > div:nth-child(2) > div {
    font-size: 1.05rem;
}.education_experience .employee_history {
    font-size: calc(18px * 1.05);
    padding-right: 2rem;
}
}



@media (min-width: 768px) {.plan_container {
    padding: 7rem 2rem;
}.plan_container .training_fees {
    flex-direction: row;
    align-items: flex-start;
}.plan_container .learning_plan {
    flex: 0 0 30%;
    order: 0;
    text-align: left;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}.plan_container .learning_plan h2 {
    text-align: left;
}.plan_container .learning_plan h2::after {
    left: 0;
    transform: none;
}.plan_container .price_choices {
    margin: 0;
    max-width: 100%;
}.plan_container .learn_fees {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@media screen and (max-width: 767px) {header .top_study .top_class {
    padding: 0.5rem 0;
}header .top_study .top_class .nav_master {
    width: 50%;
}header .top_study .top_class .nav_master a {
    text-align: center;
    font-size: calc(15px - 2px);
    padding: 0.6rem 0.8rem;
}header .top_study .top_class .nav_master a::after {
    display: none;
}}



@media screen and (max-width: 768px) {.statistics_information {
    padding: 80px 0;
}.statistics_information .statistics_value {
    gap: 20px;
    grid-template-columns: 1fr;
}.statistics_information .study_edge {
    padding: 25px;
}.statistics_information .study_edge h4 {
    font-size: 29px;
}
}



@media screen and (max-width: 991px) {.course_program_details .corp_culture {
    min-height: 420px;
}.course_program_details .training_plan {
    width: 75%;
    padding: 2rem;
}.course_program_details .nav_teach {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.course_program_details .nav_teach svg {
    height: 40px;
    width: 40px;
}.course_program_details .training_plan h3 {
    font-size: calc(38px - 0.2rem);
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .instant_learn {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .webinar_arch {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .contact_widget {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .webinar_live {
    padding: 40px 0 20px;
}footer .contact_widget, footer .top_class, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .instant_learn {
    padding: 12px;
}footer .nav_teach svg {
    height: 40px;
}footer .tiktok_edu {
    font-size: calc(14px - 1px);
}}



@media only screen and (max-width: 800px) {.privacy_shell {
    padding: 20px;
}.privacy_shell h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(21px - 5px);
}.privacy_shell h2 {
    margin-top: 20px;
    font-size: calc(21px - 3px);
    margin-bottom: 10px;
}.privacy_shell h3, .privacy_shell h4, .privacy_shell h5, .privacy_shell h6 {
    margin-bottom: 5px;
    font-size: calc(21px - 2px);
    margin-top: 15px;
}.privacy_shell ul, .privacy_shell ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy_shell li {
    margin-bottom: 5px;
    font-size: calc(16px - 1px);
}.privacy_shell p, .privacy_shell span, .privacy_shell div {
    margin-bottom: 4px;
    font-size: calc(16px - 1px);
}}



@media (max-width: 991px) {.client_feedback {
    padding: 4rem 0;
}.client_feedback h2 {
    transform: skew(0);
    text-align: center;
    width: 100%;
}.client_feedback h2::after {
    transform: none;
    width: 60%;
    left: 20%;
}.client_feedback .learner_voices {
    transform: rotate(0);
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media screen and (max-width: 768px) {.prospective_members {
    padding: 50px 15px;
}.prospective_members .corp_culture {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.prospective_members h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.prospective_members ul {
    gap: 15px;
}.prospective_members ul li {
    padding: 20px 15px;
}.prospective_members ul li svg {
    margin-bottom: 12px;
    height: 35px;
    width: 35px;
}.prospective_members::before {
    animation-duration: 60s;
}.prospective_members ul li::before {
    padding: 1px;
}}



@media screen and (max-width: 767px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    margin-bottom: 40px;
}.connect_with_us .icon_image {
    height: 350px;
}
}



@media screen and (max-width: 767px) {.landing_page {
    padding: 80px 24px;
}.landing_page::before {
    background-position: center top;
}.landing_page::after {
    height: 50vw;
    width: 50vw;
}.landing_page .pro_study {
    aspect-ratio: 4/3;
}.landing_page .pro_study span {
    padding: 24px;
}
}



@media (max-width: 1200px) {.find_us {
    padding: 100px 0;
}.find_us .contact_help:nth-child(1) {
    padding: 40px;
}.find_us .contact_help:nth-child(3) {
    padding: 30px;
}
}



@media (max-width: 576px) {.find_us {
    padding: 40px 0;
}.find_us .contact_help:nth-child(1) {
    padding: 25px;
}.find_us .contact_help h2 {
    font-size: calc(29px * 0.9);
}.find_us .edu_form {
    padding: 20px;
}.find_us .reach_out {
    flex-direction: column;
}.find_us .reach_out span {
    width: 100%;
}.find_us .contact_widget a {
    padding-left: 40px;
}.find_us .contact_widget svg {
    height: 24px;
    width: 24px;
}}



@media screen and (max-width: 768px) {.course_methodology {
    padding: 130px 0 100px;
    overflow: hidden;
}.course_methodology .paragraph_box {
    flex-direction: column;
    align-items: center;
}.course_methodology .paragraph_box h2 {
    width: 90%;
    margin-bottom: 20px;
    left: 0;
    height: auto;
    position: relative;
    font-size: calc(31px * 0.9);
    border-radius: 24px;
    padding: 30px;
    transform: none;
    top: 0;
}.course_methodology .paragraph_box p {
    margin-left: 0;
    padding: 30px;
    width: 90%;
}.course_methodology .paragraph_box::before,
    .course_methodology .paragraph_box::after,
    .course_methodology::after,
    .course_methodology .corp_culture::before,
    .course_methodology .corp_culture::after,
    .course_methodology .paragraph_box p::after,
    .course_methodology .paragraph_box h2::before,
    .course_methodology .paragraph_box h2::after {
    display: none;
}
}



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

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



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



@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}



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



@keyframes slideInHeading {
    0% {
        transform: translateX(-15px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}



@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.2);
    }
}

