﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(255, 255, 255, 0.5) #ffffff;
}

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

.education_experience::before {
    left: 0;
    background-size: 20px 20px;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    background-image: 
    linear-gradient(45deg, rgb(150,156,188,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(150,156,188,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(150,156,188,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(150,156,188,0.5) 75%);
    opacity: 0.05;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    position: absolute;
}

.education_experience .user_reviews > div:first-child {
    position: relative;
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    transform: translateX(-2rem);
}

.education_experience .name {
    position: relative;
    margin: 0 0 0.5rem;
    display: inline-block;
    font-size: 19px;
    color: rgb(184,190,214);
    font-weight: 700;
}

.education_experience .employee_history {
    color: #000000;
    transform: translateY(1rem);
    line-height: 1.8;
    font-size: 18px;
    opacity: 0;
    position: relative;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

.plan_container {
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(218,237,237), rgba(0, 0, 0, 0.5));
}

.plan_container .training_fees {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.plan_container .learning_plan h2 {
    position: relative;
    font-size: 34px;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.plan_container .learn_fees {
    gap: 2rem;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plan_container .learn_sub:nth-child(1) {
    animation-delay: 0.1s;
}

.plan_container .learn_sub:nth-child(3) {
    animation-delay: 0.3s;
}

.plan_container .learn_sub::before {
    left: 0;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(184,190,214), rgb(150,156,188));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    height: 5px;
    top: 0;
    position: absolute;
    content: "";
}

.plan_container .learn_sub:hover .fee_choices h3 {
    color: rgb(184,190,214);
}

.plan_container .fee_structure::after {
    width: 40px;
    background-color: rgb(150,156,188);
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    bottom: -8px;
}

.plan_container .icon_image {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 200px;
    position: relative;
}

.plan_container .learn_sub:hover .icon_image::after {
    opacity: 0.4;
}

header .top_study {
    box-sizing: border-box;
    overflow: visible;
    z-index: 99;
    align-items: center;
    background: linear-gradient(120deg, rgb(184,190,214) 0%, rgb(150,156,188,0.5) 100%);
    padding: 1.5rem 0;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
}

header .top_study .nav_teach .nav_train svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}

header .top_study .top_class::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    top: 0;
    content: "";
}

header .top_study .top_class .nav_master a:hover {
    color: rgb(150,156,188);
    transform: translateZ(10px);
}

header .top_study .top_class .nav_master a:hover::after {
    width: calc(100% - 3rem);
}

.statistics_information::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    animation: rotateBg 60s linear infinite;
    top: 0;
    background: repeating-conic-gradient(
        rgb(218,237,237) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(218,237,237) 1%
    );
    width: 100%;
    opacity: 0.3;
    z-index: 1;
}

.statistics_information .top_gain {
    display: flex;
    padding-right: 30px;
    position: relative;
    order: 1;
    flex-direction: column;
    justify-content: center;
}

.statistics_information .statistics_classes {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.9;
    padding-left: 20px;
}

.statistics_information .study_edge::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
}

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

.statistics_information .study_edge h4 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(29px * 1.2);
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

.statistics_information svg path {
    fill: rgb(184,190,214);
}

.statistics_information .study_edge:nth-child(even) svg path {
    fill: rgb(150,156,188);
}

.course_program_details::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(45deg, rgb(150,156,188,0.5) 0px, rgb(150,156,188,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(184,190,214,0.5) 0px, rgb(184,190,214,0.5) 1px, transparent 1px, transparent 10px);
    top: 0;
}

.course_program_details .training_plan::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: -50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    width: 50px;
}

.course_program_details .nav_teach svg {
    height: 45px;
    filter: drop-shadow(0 3px 5px rgb(184,190,214,0.5));
    display: block;
    width: 45px;
}

.course_program_details .training_plan h3 {
    font-size: 38px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}

.course_program_details .corp_culture::after {
    bottom: 20%;
    z-index: 0;
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    border: 2px solid rgb(150,156,188,0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: 10%;
}



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

footer .webinar_arch {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .contact_widget:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item {
    flex: 1 1 220px;
    display: flex;
    align-items: center;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item p, footer .info_item a {
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

footer .nav_teach:hover svg {
    filter: drop-shadow(0 0 8px rgb(184,190,214));
}

footer .top_class {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    position: relative;
    border-radius: 16px;
    backdrop-filter: blur(5px);
}

footer .top_class h5::after {
    bottom: -1px;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    width: 50px;
    background: rgb(184,190,214);
}

footer .head_prime a {
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(14px - 1px);
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(150,156,188,0.5), #000000);
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 16px;
}

footer .subscribe_holder h5::after {
    bottom: -5px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(184,190,214), transparent);
    height: 2px;
    position: absolute;
    width: 100%;
}

footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
}

footer .instant_learn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(150,156,188);
}

footer .instant_learn:hover::before {
    left: 100%;
}

footer .brainstorm {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.appArea::before {
    width: 100%;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    position: absolute;
    animation: patternShift 60s linear infinite;
    z-index: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(184,190,214,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(184,190,214,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(184,190,214,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(184,190,214,0.5), 0.05) 75%);
    left: 0;
}

.appArea .corp_culture {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.appArea li::before {
    transition: transform 0.6s ease, opacity 0.6s ease;
    content: "";
    z-index: -1;
    top: -0.5rem;
    transform: scale(0.8);
    position: absolute;
    opacity: 0.3;
    left: -1rem;
    width: 2rem;
    background-image: radial-gradient(circle, rgb(150,156,188,0.5) 0%, transparent 70%);
    height: 2rem;
}

.privacy_shell h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(184,190,214);
    margin-top: 25px;
}

.privacy_shell p, .privacy_shell span, .privacy_shell div {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}

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

.about_this h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 39px;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    transform: translateX(30px);
    margin-bottom: 60px;
    color: #000000;
    position: relative;
}

.about_this .knowledge_learn {
    overflow: hidden;
    background: #ffffff;
    animation: fadeUpIn 0.8s ease-out forwards;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
    transform: translateY(40px);
    position: relative;
    opacity: 0;
    border-radius: 10px;
}

.about_this .knowledge_learn h4::before {
    position: absolute;
    left: -15px;
    animation: popIn 0.4s ease-out forwards 1.2s;
    border-radius: 50%;
    width: 8px;
    transform: translateY(-50%) scale(0);
    background: rgb(184,190,214);
    height: 8px;
    top: 50%;
    content: "";
}

.client_feedback::before {
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.15;
    background: repeating-linear-gradient(45deg, rgb(150,156,188,0.5) 0px, transparent 10px, transparent 20px);
}

.client_feedback .learner_voices {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: rotate(-2deg);
    display: grid;
}

.client_feedback .user_reviews:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.client_feedback .user_reviews:hover::before {
    transform: scaleY(1);
}

.client_feedback .user_reviews:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}

.client_feedback .user_reviews img {
    object-fit: cover;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 80px;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
    transform: translateX(-10px);
    border-radius: 50%;
}

.client_feedback .user_reviews:hover .description::before {
    background: rgb(184,190,214);
    width: 80px;
}

.prospective_members::before {
    height: 200%;
    position: absolute;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(150,156,188,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(184,190,214,0.5) 0%,
    transparent 45%
  );
    width: 200%;
    top: -50%;
    animation: slowRotate 35s linear infinite;
    opacity: 0.6;
    content: "";
    left: -50%;
    z-index: -1;
}

.prospective_members ul {
    list-style: none;
    gap: 25px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.prospective_members ul li::before {
    border-radius: 24px;
    content: "";
    transition: opacity 0.4s ease;
    mask-composite: exclude;
    padding: 2px;
    position: absolute;
    -webkit-mask-composite: xor;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(150,156,188,0.5),
    rgb(184,190,214,0.5),
    transparent
  );
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    opacity: 0.4;
}

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

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

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

.connect_with_us h2 {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 29px;
}

.connect_with_us .icon_image {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    border-radius: 13px;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.connect_with_us form input[type="text"] {
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    border: none;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgb(218,237,237);
}

.connect_with_us .feedback_request label::before {
    left: 0;
    background: rgb(218,237,237);
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease;
    top: 2px;
}

.connect_with_us .feedback_request label a:hover {
    color: rgb(150,156,188);
}

.connect_with_us form .inquiry_feedback::after {
    right: 0;
    background: rgb(150,156,188);
    height: 100%;
    z-index: 0;
    width: 0;
    transition: width 0.3s ease;
    content: "";
    top: 0;
    position: absolute;
}

.connect_with_us svg {
    height: 22px;
    width: 22px;
    fill: rgb(184,190,214);
}

.landing_page::before {
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(184,190,214,0.5) 0%, transparent 70%);
    left: 0;
    animation: pulse 15s infinite alternate;
}

.landing_page h1.page_intro {
    color: #000000;
    font-size: clamp(2.5rem, 5vw, 48px);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 24px;
    position: relative;
    transform: translateX(-8px);
    font-weight: 700;
}

.landing_page h1.page_intro {
    transform: translateX(-16px);
}

.landing_page .course_welcome {
    opacity: 0;
    transform: translateY(0);
    animation: fadeScale 1s ease-out forwards 0.2s;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.landing_page .pro_study::after {
    height: 40%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
    bottom: 0;
}

.landing_page .pro_study:hover {
    transform: translateY(-5px) scale(1.01);
}

.landing_page .course_welcome:hover {
    transform: translateY(-5px);
}

.find_us::after {
    bottom: -10%;
    position: absolute;
    width: 60%;
    opacity: 0.05;
    content: '';
    height: 120%;
    right: -10%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(150,156,188) 0%, transparent 60%);
    transform: rotate(15deg);
}

.find_us .contact_help:nth-child(1) {
    position: relative;
    grid-row: 1 / 2;
    border-radius: 16px;
    z-index: 2;
    overflow: hidden;
    padding: 50px;
    grid-column: 1 / 3;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.find_us .contact_help:nth-child(3) {
    padding: 40px;
    transform: translateY(-20px);
    grid-column: 1 / 3;
    z-index: 1;
    background: rgb(184,190,214);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    grid-row: 2 / 3;
}

.find_us .contact_help > p {
    color: #000000;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    padding-left: 35px;
    position: relative;
}

.find_us .edu_form {
    padding: 30px;
    margin-top: 40px;
    position: relative;
    background: rgb(218,237,237);
    border-radius: 10px;
}

.find_us .reach_out {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.find_us .reach_out span:hover {
    border-left: 3px solid rgb(150,156,188);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.find_us .contact_help:hover .icon_image {
    transform: scale(1.05);
}

.find_us .contact_widget a {
    padding-left: 45px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}

.find_us .contact_widget a span {
    margin-bottom: 5px;
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.course_methodology {
    background: linear-gradient(115deg, rgb(218,237,237) 0%, rgb(184,190,214,0.5) 150%);
    padding: 180px 0 140px;
    overflow: visible;
    position: relative;
}

.course_methodology .paragraph_box {
    position: relative;
    width: 100%;
    display: flex;
}

.course_methodology .paragraph_box p {
    padding: 60px 50px 60px 250px;
    line-height: 1.8;
    margin-left: 15%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    position: relative;
    border-radius: 24px;
    backdrop-filter: blur(15px);
    z-index: 3;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.course_methodology .paragraph_box::after {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    content: '';
    height: 550px;
    top: -160px;
    width: 550px;
    border-radius: 50%;
    left: 15%;
    animation: rotate-slow 80s linear infinite reverse;
    border: 1px dashed rgb(150,156,188,0.5);
    transform: translateX(-50%);
}

.course_methodology .paragraph_box p::after {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    z-index: 5;
    transform: rotate(45deg);
    border-radius: 10px;
    content: '';
    right: 30px;
    opacity: 0.1;
    background: rgb(150,156,188);
}

.course_methodology .corp_culture::after {
    opacity: 0.03;
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    height: 200px;
    right: 10%;
    background: rgb(150,156,188);
    width: 200px;
    content: '';
    bottom: -100px;
    animation: pulse-subtle 15s infinite alternate-reverse;
}

.track_cookies {
    margin-bottom: 20px;
}

.trackingSettingsPopup h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 23px;
    color: rgb(184,190,214);
    font-weight: 700;
}

.cookie_reset:hover {
    background: rgb(150,156,188);
}

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

.trackingSettingsPopup p a:hover {
    color: rgb(150,156,188);
}

#cookieBannerAlert {
    display: none;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    border: 1px ridge #ffffff;
    background: radial-gradient(ellipse at bottom left, #ffffff 12%, rgb(255, 255, 255, 0.5) 58%, rgb(150,156,188) 8%, rgb(150,156,188,0.5) 27%, rgb(184,190,214) 87%, rgb(184,190,214,0.5) 40%, rgb(218,237,237) 44%);
}

::-webkit-scrollbar-thumb {
    transition: box-shadow, transform 3.7s ease-out;
    border-radius: 9999px;
    border: 1px solid rgb(218,237,237);
    box-shadow: 4px -4px 14px 7px rgba(0, 0, 0, 0.3);
    min-height: 46px;
    background: linear-gradient(25deg, #ffffff 57%, rgb(255, 255, 255, 0.5) 61%, rgb(150,156,188) 41%, rgb(150,156,188,0.5) 72%, rgb(184,190,214) 81%, rgb(184,190,214,0.5) 25%, rgb(218,237,237) 47%);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-corner {
    background: rgb(184,190,214);
}



@media (min-width: 992px) {.plan_container .learn_fees {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.plan_container {
    padding: 8rem 2rem;
}.plan_container .learning_plan {
    flex: 0 0 25%;
}.plan_container .learn_fees {
    flex: 0 0 75%;
}.plan_container .fee_choices {
    padding: 2.5rem;
}
}



@media screen and (max-width: 991px) {header .top_study {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .top_study .nav_teach {
    margin-left: 0;
    margin-bottom: 1rem;
}header .top_study .top_class {
    flex-wrap: wrap;
    background: rgb(184,190,214,0.5);
    clip-path: none;
    justify-content: center;
    padding-right: 0;
    width: 100%;
}header .top_study .top_class .nav_master a {
    padding: 0.8rem 1rem;
}header .top_study .top_class .nav_master a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .top_study .top_class .nav_master a:hover::after {
    width: calc(100% - 2rem);
}
}



@media screen and (max-width: 480px) {.statistics_information {
    padding: 60px 0;
}.statistics_information .study_edge {
    padding: 20px;
}.statistics_information .study_edge h4 {
    font-size: calc(29px * 0.9);
}.statistics_information .study_edge span {
    font-size: calc(12px * 0.9);
}.statistics_information .statistics_wins {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.statistics_information .statistics_classes {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}



@media screen and (max-width: 480px) {.course_program_details {
    padding: 3rem 0;
}.course_program_details .icon_image {
    height: 200px;
}.course_program_details .training_plan {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.course_program_details .nav_teach {
    padding: 10px;
}.course_program_details .nav_teach svg {
    height: 35px;
    width: 35px;
}.course_program_details .training_plan h3 {
    font-size: calc(38px - 0.5rem);
    margin-top: 0.75rem;
}.course_program_details .training_plan p {
    font-size: calc(16px - 0.1rem);
}}



@media (max-width: 767px) {footer .webinar_live {
    padding: 60px 0 30px;
}footer .contact_widget {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .top_class, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top_class h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .head_prime a {
    font-size: calc(14px - 2px);
}footer .brainstorm {
    margin-top: 30px;
}
}



@media (max-width: 575px) {.appArea {
    padding: 3rem 0;
}.appArea h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.8rem;
}.appArea h2::after {
    width: 4rem;
}.appArea .corp_culture {
    padding: 1.5rem 1.25rem;
}.appArea span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.appArea li::before {
    width: 1.5rem;
    height: 1.5rem;
    left: -0.5rem;
    top: -0.3rem;
}}



@media (min-width: 992px) {.about_this {
    padding: 180px 0;
}.about_this h1 {
    font-size: calc(39px * 1.2);
}.about_this .knowledge_learn {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.about_this .knowledge_learn:hover {
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: translateY(-5px) scale(1.02);
}.about_this .knowledge_learn:hover::before {
    background: linear-gradient(to bottom, rgb(150,156,188), rgb(184,190,214));
}}



@media (max-width: 480px) {.client_feedback h2 {
    font-size: calc(34px * 0.8);
}.client_feedback .user_reviews {
    padding: 1.25rem;
}}



@media screen and (max-width: 992px) {.prospective_members {
    padding: 70px 15px;
}.prospective_members .corp_culture {
    padding: 40px 30px;
}.prospective_members h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.prospective_members ul {
    gap: 20px;
}
}



@media (hover: hover) {.prospective_members ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}



@media screen and (min-width: 1200px) {.prospective_members ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}



@media screen and (max-width: 991px) {.connect_with_us {
    padding: 80px 0;
}.connect_with_us .help_block {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_with_us .icon_image {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.connect_with_us .help_message {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (prefers-reduced-motion: reduce) {.landing_page::before,
  .landing_page h1.page_intro::after,
  .landing_page p,
  .landing_page .course_welcome,
  .landing_page .pro_study span {
    opacity: 1;
    transform: none;
    animation: none;
}.landing_page .pro_study:hover,
  .landing_page .course_welcome:hover {
    transform: none;
}
}



@media (max-width: 992px) {.find_us {
    padding: 80px 0;
}.find_us .contact_feedback {
    grid-template-columns: 1fr;
}.find_us .contact_help:nth-child(1) {
    transform: translateY(0);
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.find_us .contact_help:nth-child(2) {
    grid-column: 1 / -1;
    transform: translateY(0);
    height: 300px;
    grid-row: 1 / 2;
}.find_us .contact_help:nth-child(3) {
    grid-row: 3 / 4;
    transform: translateY(0);
    grid-column: 1 / -1;
}.find_us .msg_page {
    max-width: 100%;
}
}



@media screen and (max-width: 992px) {.course_methodology {
    padding: 160px 0 120px;
}.course_methodology .paragraph_box h2 {
    height: 250px;
    top: -40px;
    width: 250px;
    left: 25%;
    padding: 30px;
}.course_methodology .paragraph_box p {
    padding: 45px 35px 45px 180px;
    margin-left: 25%;
}.course_methodology .paragraph_box::before {
    left: 25%;
    width: 350px;
    height: 350px;
    top: -80px;
}.course_methodology .paragraph_box::after {
    height: 450px;
    width: 450px;
    top: -125px;
    left: 25%;
}.course_methodology .paragraph_box h2::after {
    height: 290px;
    width: 290px;
}.course_methodology .corp_culture::before {
    left: 25%;
}
}



@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

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



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



@keyframes expandHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



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


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

