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

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

.head_edu {
    flex: 1 0 auto;
}

.head_edu {
    background: rgb(182,189,220);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

header,footer {
    width: 100%;
}

header {
    padding: 0;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, rgb(182,189,220) 100%);
    position: relative;
    overflow: visible;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

.potential_enrollees::after {
    width: 100%;
    background-size: 120px 120px;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(147,160,179,0.5) 90%, rgb(147,160,179,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(112,121,137,0.5) 95%, rgb(112,121,137,0.5) 96%, transparent 96%);
    height: 100%;
    left: 0;
    animation: moveRaysVertical 20s linear infinite;
    content: '';
    position: absolute;
    opacity: 0.2;
    top: 0;
    z-index: 1;
}

.potential_enrollees h3::after {
    content: '';
    animation: pulseLight 3s infinite alternate;
    bottom: -15px;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
}

.potential_enrollees li {
    position: relative;
    border-radius: 29px;
    border-left: 3px solid rgb(147,160,179,0.5);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    padding: 1.5rem 2rem;
    overflow: hidden;
}

.potential_enrollees li {
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}

.potential_enrollees li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    border-left-color: rgb(147,160,179);
}

.potential_enrollees li:hover::before {
    width: 100%;
}

.potential_enrollees li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}

.potential_enrollees li svg path {
    transition: all 0.4s ease;
    fill: rgb(147,160,179);
}

.potential_enrollees li:nth-child(1) {
    animation-delay: 0s;
}

.potential_enrollees li:nth-child(3) {
    animation-delay: 0.2s;
}

.privacy_defense {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    background-color: rgb(182,189,220);
}

.privacy_defense h2 {
    text-transform: capitalize;
    border-left: 4px solid rgb(112,121,137,0.5);
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-left: 10px;
    color: rgb(112,121,137);
    font-size: 30px;
    margin-bottom: 15px;
}

.privacy_defense ul,
.privacy_defense ol {
    margin-left: 20px;
    list-style-position: inside;
}

.privacy_defense li {
    font-size: 14px;
    margin-bottom: 10px;
}

.privacy_defense p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.privacy_defense span {
    color: rgb(147,160,179);
    font-weight: 600;
}

.privacy_defense a:hover {
    color: rgb(112,121,137);
    border-color: rgb(112,121,137,0.5);
}

.privacy_defense button {
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s, transform 0.3s;
    background-color: rgb(147,160,179);
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

.data_consent {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

.cookie_banner_dialog p {
    font-size: 18px;
}

.cookie_guide svg, .cookie_guide svg path, .cookie_guide img {
    height: 100px;
    fill: rgb(147,160,179);
    width: 100px;
}

.cookie_banner_dialog p a {
    text-decoration: none;
    color: rgb(147,160,179);
}

#cookieConsentAlert {
    display: none;
}

#cookieConsentAlert:checked ~ .cookie_banner_dialog {
    visibility: hidden;
    opacity: 0;
}

.container-wrap .edu_settings {
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    background: rgb(147,160,179);
}

.stay_informed::before {
    position: absolute;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
}

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

.stay_informed .learn_skill:hover {
    transform: translateY(-5px);
}

.stay_informed h3 {
    max-width: 800px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    transform: perspective(1000px) rotateX(0deg);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: calc(19px * 1.15);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transition: transform 0.4s ease-out;
}

.stay_informed .input_holder:hover {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.3),
        0 1px 2px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.12);
    border-left: 3px solid #ffffff;
}

.stay_informed .input_holder div {
    width: 100%;
}

.stay_informed input[type="email"] {
    border: none;
    font-size: 12px;
    width: 100%;
    outline: none;
    height: 58px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0 20px;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
}

.stay_informed input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.stay_informed .sub_settings:hover {
    background: rgb(112,121,137);
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.stay_informed .sub_settings:active {
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(1px);
}

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

.who_we_are::after {
    content: "";
    width: 400px;
    top: -100px;
    height: 400px;
    z-index: 1;
    animation: float 20s infinite alternate linear;
    filter: blur(80px);
    background: linear-gradient(135deg, rgb(147,160,179) 0%, transparent 80%);
    position: absolute;
    right: -100px;
    opacity: 0.25;
    border-radius: 50%;
}



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

.who_we_are h2::after {
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
    position: absolute;
    width: 100px;
    height: 3px;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.who_we_are .training_classes {
    position: relative;
    border-radius: 27px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.who_we_are .training_classes::before {
    left: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    background-size: 60px 60px;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}

.who_we_are .training_classes h3 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    margin-left: 15px;
}

.who_we_are .training_classes:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(112,121,137);
    background: rgb(112,121,137);
}

.who_we_are .training_classes h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(147,160,179);
    width: 40px;
    content: "";
}

.who_we_are .container::before {
    position: absolute;
    filter: blur(80px);
    height: 400px;
    border-radius: 50%;
    width: 400px;
    background: linear-gradient(135deg, rgb(112,121,137) 0%, transparent 80%);
    z-index: 1;
    content: "";
    animation: float 20s infinite alternate-reverse linear;
    left: -100px;
    bottom: -100px;
    opacity: 0.25;
}

header::after {
    left: 0;
    content: '';
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,160,179,0.5), 
        transparent
    );
    opacity: 0.6;
    height: 10px;
    position: absolute;
}

header .top_pagebar {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 3rem;
}

header .main_tutor:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .head_pro {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}

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

header .head_study:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .main_nav {
    margin: 0 0.5rem;
    position: relative;
}

header .main_nav a {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    justify-content: center;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    padding: 0.8rem 1.3rem;
    align-items: center;
    transition: all 0.4s ease;
    color: #000000;
    text-decoration: none;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    z-index: 1;
}

header .main_nav a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
}

header .main_nav:hover::after {
    transform: translateX(-50%) scale(1);
}

header .top_pagebar::before {
    width: 200px;
    filter: blur(30px);
    content: '';
    right: -100px;
    height: 200px;
    opacity: 0.1;
    position: absolute;
    top: -100px;
    background: radial-gradient(circle, rgb(147,160,179,0.5) 0%, transparent 70%);
    border-radius: 50%;
}

.deal_plan {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(182,189,220), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
}

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

.deal_plan .program_price {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}

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

.deal_plan .payment_pricing {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
    font-size: 12px;
}

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

.deal_plan .tuition_grid:nth-child(1) {
    animation-delay: 0.1s;
}

.deal_plan .tuition_grid:nth-child(2) {
    animation-delay: 0.2s;
}

.deal_plan .tuition_grid:nth-child(3) {
    animation-delay: 0.3s;
}

.deal_plan .tuition_grid:nth-child(4) {
    animation-delay: 0.4s;
}

.deal_plan .tuition_grid::before {
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform-origin: left;
    top: 0;
    left: 0;
}

.deal_plan .access_plans {
    display: flex;
    height: 100%;
    flex-direction: column;
}

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

.deal_plan .fee_offers::after {
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: rgb(112,121,137);
    transition: width 0.3s ease;
}

.deal_plan .tuition_grid:hover .fee_offers::after {
    width: 80px;
}

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

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

.course_program_description::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgb(147,160,179,0.5) 100%);
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.6;
    top: 0;
    position: absolute;
}

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

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

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

.course_program_description .media_image::before {
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(147,160,179,0.5) 0%, transparent 70%);
}

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

.course_program_description h3 {
    font-size: 30px;
    position: relative;
    border-left: 4px solid rgb(147,160,179);
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding-left: 1rem;
}

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

.course_program_description .career_classes::after {
    right: 0;
    width: 5px;
    height: 100px;
    background: linear-gradient(180deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
    bottom: 0;
    content: "";
    border-radius: 0 0 10px 0;
    position: absolute;
}

.mentorship_profile::before {
    top: -10%;
    width: 120%;
    left: -5%;
    height: 120%;
    background: linear-gradient(
        135deg,
        rgb(112,121,137,0.5) 0%,
        transparent 40%,
        rgb(147,160,179,0.5) 100%
    );
    transform: skewY(-5deg);
    z-index: 0;
    content: "";
    position: absolute;
}

.mentorship_profile .learner_feedback:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.mentorship_profile .learner_feedback > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(20px);
    height: 240px;
}

.mentorship_profile .learner_feedback .media_image {
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.mentorship_profile .learner_feedback > div:nth-child(2)::before {
    transform: scaleY(0);
    top: 0;
    width: 3px;
    background: linear-gradient(
        to bottom,
        rgb(147,160,179) 0%,
        rgb(112,121,137) 100%
    );
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.mentorship_profile .learner_feedback:hover .name::after {
    width: 100%;
}

.mentorship_profile .learner_feedback > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    font-weight: 600;
    opacity: 0.9;
    margin-top: 5px;
    font-size: calc(18px - 2px);
    color: rgb(112,121,137);
}

.mentorship_profile .learner_feedback:hover > div:nth-child(3) {
    transform: translateZ(15px);
}

.mentorship_profile .job_box::before {
    content: "";
    color: rgb(147,160,179,0.5);
    font-size: calc(47px * 1.5);
    line-height: 1;
    opacity: 0.4;
    position: absolute;
    left: 5px;
    top: 10px;
}

.welcome {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}

.welcome .page_intro::before {
    background: linear-gradient(
    135deg,
    rgb(147,160,179,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}

.welcome .knowledge_sessions {
    margin-left: 10%;
    position: relative;
    max-width: 650px;
    transform: translateY(-2rem);
    z-index: 10;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.welcome h1 {
    transition: transform 0.5s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(43px * 1.2);
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}

.welcome h3 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 1.2s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.4;
    font-size: calc(21px * 1.1);
    border-left: 3px solid rgb(112,121,137);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    opacity: 0.92;
    font-weight: 600;
    opacity: 0;
}

.welcome .knowledge_sessions:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}

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

.contact_us::after {
    content: "";
    height: 1px;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
}

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

.contact_us h3 {
    position: relative;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgb(147,160,179,0.5), 0 0 20px rgb(147,160,179,0.5);
}

.contact_us .message_help {
    overflow: hidden;
    background: rgba(15, 15, 20, 0.8);
    flex-wrap: wrap;
    border: 1px solid rgb(147,160,179,0.5);
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    border-radius: 0;
    position: relative;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(147,160,179,0.5);
}

.contact_us .inquiry_support {
    flex: 1 1 60%;
    position: relative;
    padding: 50px;
    z-index: 2;
}

.contact_us .inquiry_support h3::before {
    display: none;
}

.contact_us .inquiry_support input[type="text"],
.contact_us .inquiry_support textarea {
    border-left: 3px solid rgb(147,160,179);
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 0;
    color: #ffffff;
    border: 1px solid rgb(147,160,179,0.5);
    transition: all 0.3s ease;
}

.contact_us .inquiry_support textarea {
    min-height: 150px;
    resize: vertical;
}

.contact_us .inquiry_support .connect_feedback {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.contact_us .inquiry_support .connect_feedback label {
    padding-left: 35px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    position: relative;
    line-height: 1.6;
}

.contact_us .inquiry_support .connect_feedback input[type="checkbox"]:checked + label::before {
    border-color: rgb(147,160,179);
    background: rgb(147,160,179);
    box-shadow: 0 0 10px rgb(147,160,179,0.5);
}

.contact_us .inquiry_support .connect_feedback a {
    color: rgb(147,160,179);
    border-bottom: 1px solid rgb(147,160,179,0.5);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_us .inquiry_support .contact_inquiry {
    border: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 19px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 600;
    background: rgb(147,160,179);
    text-transform: uppercase;
    padding: 16px 30px;
    color: #ffffff;
    cursor: pointer;
}

.contact_us .inquiry_support .contact_inquiry:hover::before {
    left: 100%;
}

.contact_us .message_box {
    position: relative;
    padding: 50px;
    z-index: 2;
    flex: 1 1 35%;
    background: rgba(0, 0, 0, 0.4);
    border-left: 1px solid rgb(147,160,179,0.5);
}

.contact_us .message_box h4::after {
    width: 50px;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(112,121,137);
    bottom: -10px;
    box-shadow: 0 0 10px rgb(112,121,137);
    left: 0;
}

.contact_us .message_box .help_form li::after {
    content: "";
    width: 3px;
    background: rgb(112,121,137);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    height: 100%;
}

.contact_us .message_box .help_form li:hover {
    transform: translateX(5px);
    border-color: rgb(112,121,137);
    box-shadow: 0 0 15px rgb(112,121,137,0.5);
}

.contact_us .message_box .help_form li:hover svg {
    transform: scale(1.1);
}

.contact_us .message_box .help_form li:hover svg path {
    filter: drop-shadow(0 0 3px rgb(112,121,137));
    fill: #ffffff;
}

.contact_us .message_box .help_form li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.access_now {
    background: linear-gradient(135deg, rgb(147,160,179), rgb(112,121,137));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    perspective: 1000px;
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
}

.access_now::after {
    animation: rotateLightSource 15s infinite linear;
    content: '';
    height: 200%;
    top: -50%;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    position: absolute;
    pointer-events: none;
    left: -50%;
    mix-blend-mode: overlay;
}

.access_now h6 {
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    transform: perspective(1000px) rotateX(5deg);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin: 0;
    font-size: 21px;
    font-family: Arial, sans-serif;
    max-width: 800px;
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
    border-left: 3px solid #ffffff;
}

.access_now .contact_inquiry::before {
    transform: translateZ(-5px);
    position: absolute;
    opacity: 0;
    filter: blur(10px);
    content: '';
    right: -2px;
    background: linear-gradient(45deg, 
        rgb(112,121,137), 
        rgb(147,160,179), 
        rgb(112,121,137));
    bottom: -2px;
    left: -2px;
    z-index: -1;
    top: -2px;
    transition: opacity 0.4s ease;
}

.access_now .contact_inquiry:hover {
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
}

.access_now .contact_inquiry:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(0) translateZ(0);
}

footer .mentor_cta::before {
    background-image: 
        linear-gradient(30deg, rgb(112,121,137) 12%, transparent 12.5%, transparent 87%, rgb(112,121,137) 87.5%, rgb(112,121,137)),
        linear-gradient(150deg, rgb(112,121,137) 12%, transparent 12.5%, transparent 87%, rgb(112,121,137) 87.5%, rgb(112,121,137)),
        linear-gradient(30deg, rgb(112,121,137) 12%, transparent 12.5%, transparent 87%, rgb(112,121,137) 87.5%, rgb(112,121,137)),
        linear-gradient(150deg, rgb(112,121,137) 12%, transparent 12.5%, transparent 87%, rgb(112,121,137) 87.5%, rgb(112,121,137)),
        linear-gradient(60deg, rgb(147,160,179,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,160,179,0.5) 75%, rgb(147,160,179,0.5)),
        linear-gradient(60deg, rgb(147,160,179,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,160,179,0.5) 75%, rgb(147,160,179,0.5));
    content: "";
    background-size: 80px 140px;
    height: 100%;
    pointer-events: none;
    opacity: 0.05;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(147,160,179);
}

footer .info_item:hover svg {
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    overflow: hidden;
    align-items: center;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    color: #ffffff;
}

footer .main_tutor {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    padding: 20px;
    display: flex;
    max-width: 350px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

footer .terms_legal {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .head_study {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
}

footer .head_study h5::after {
    bottom: 0;
    height: 2px;
    pointer-events: none;
    left: 0;
    background-color: rgb(147,160,179);
    width: 50px;
    position: absolute;
    content: "";
}

footer .header_lead a::before {
    border-top: 4px solid transparent;
    left: 5px;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%);
    width: 0;
    top: 50%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    border-left: 4px solid rgb(147,160,179);
    height: 0;
    content: "";
}

footer .header_lead a:hover::before {
    opacity: 1;
}

footer .subscribe_holder {
    padding: 30px;
    position: relative;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

footer .input_holder {
    z-index: 5;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(147,160,179);
}

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

footer .sub_settings {
    background-color: rgb(147,160,179);
    font-weight: 600;
    padding: 14px 20px;
    width: 100%;
    z-index: 5;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    text-align: center;
    border: none;
    font-size: 14px;
}

footer .flag_content {
    position: relative;
    font-size: 15px;
    display: inline-block;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
}

footer .flag_content::after {
    transform: rotate(45deg);
    right: -10px;
}

.thankYouWeb {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgb(112,121,137,0.5) 100%);
}

.thankYouWeb::after {
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: 0;
    right: -50%;
    transform: rotate(25deg);
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    top: -50%;
    opacity: 0.05;
}

.thankYouWeb h2 {
    animation: slide-up 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 31px;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    text-align: left;
    border-left: 5px solid rgb(147,160,179);
    line-height: 1.3;
    max-width: 90%;
    color: #000000;
}

.thankYouWeb .learn_skill::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
}

.thankYouWeb li {
    padding: 0.5rem 0;
    position: relative;
}

.thankYouWeb li::before {
    left: -1.5rem;
    top: 0;
    transform-origin: top;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(147,160,179,0.5);
    opacity: 0;
    width: 3px;
    transform: scaleY(0);
}



.thankYouWeb .learn_skill:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.training_benefits::before {
    position: absolute;
    z-index: 0;
    height: 200%;
    left: -50%;
    width: 200%;
    opacity: 0.4;
    background: radial-gradient(
        ellipse at center,
        rgb(112,121,137,0.5) 0%,
        transparent 70%
    );
    content: "";
    top: -50%;
    animation: rotateBackground 30s infinite linear;
}

.training_benefits .learn_skill {
    display: grid;
    border-radius: 20px;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    position: relative;
    position: relative;
}



.training_benefits .learn_skill::after {
    z-index: -1;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    backdrop-filter: blur(15px);
    position: absolute;
    content: "";
    border-radius: 20px;
    inset: 0;
}

.training_benefits .media_image {
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
    order: 2;
    transform: scale(1.05) translateX(-5%);
    position: relative;
    border-radius: 0 20px 20px 0;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.training_benefits h3::after {
    bottom: -10px;
    content: "";
    left: 0;
    background: linear-gradient(
        to right, 
        rgb(112,121,137) 0%, 
        rgb(147,160,179) 50%,
        transparent 100%
    );
    position: absolute;
    width: 80px;
    border-radius: 10px;
    height: 3px;
}

.training_benefits li::before {
    left: 0;
    position: absolute;
    width: 4px;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(147,160,179) 0%,
        rgb(112,121,137) 100%
    );
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    opacity: 0.7;
}

.training_benefits li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
    background: linear-gradient(
        to right,
        rgb(182,189,220) 0%,
        #ffffff 100%
    );
}

.training_benefits li:hover::after {
    opacity: 0.3;
}

.training_benefits svg {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: 24px;
    position: relative;
    padding: 4px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease;
    flex-shrink: 0;
}

.training_benefits li:hover svg path {
    fill: rgb(112,121,137);
}

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

::-webkit-scrollbar-button {
    height: 10px;
    width: 2px;
    background: #ffffff;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 14.4vh;
    box-shadow: inset 2px -4px 6px 2px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb {
    border-radius: 12.1em;
    background: #ffffff;
    border: 1px groove rgb(147,160,179,0.5);
}

::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    background: rgb(147,160,179);
    border-color: rgb(147,160,179);
}

::-webkit-scrollbar-corner {
    background: rgb(112,121,137,0.5);
    border-radius: 2px;
}


@media only screen and (max-width: 800px) {.privacy_defense {
    padding: 20px;
}.privacy_defense h1 {
    font-size: calc(24px - 4px);
}.privacy_defense h2 {
    font-size: calc(24px - 4px);
}.privacy_defense p {
    font-size: calc(14px - 2px);
}.privacy_defense button {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}


@media only screen and (max-width: 800px) {.cookie_guide {
    display: none;
}.data_consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_banner_dialog h5 {
    text-align: center;
}.cookie_banner_dialog p {
    text-align: center;
}.cookie_overlay {
    margin-bottom: 20px;
}body .container-wrap .edu_settings {
    margin-left: 0;
}}



@media screen and (min-width: 992px) {.stay_informed {
    padding: 10rem 0;
}.stay_informed h3 {
    line-height: 1.35;
    font-size: calc(19px * 1.4);
}.stay_informed .input_holder {
    padding: 1.25rem;
}
}



@media screen and (max-width: 767px) {.stay_informed {
    padding: 4rem 0;
}.stay_informed h3 {
    line-height: 1.5;
    font-size: 19px;
}.stay_informed .sub_settings {
    margin-top: 0.5rem;
}.stay_informed .input_holder {
    padding: 0.5rem;
}.stay_informed::after {
    right: -10%;
    height: 50%;
    width: 50%;
    top: -10%;
}}



@media screen and (max-width: 768px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h2 {
    margin-bottom: 40px;
    font-size: calc(34px + 0.2rem);
}.who_we_are .training_classes {
    padding: 30px;
}.who_we_are .training_classes:nth-child(1),
    .who_we_are .training_classes:nth-child(2) {
    transform: translateX(0);
}.who_we_are .training_classes:nth-child(1):hover,
    .who_we_are .training_classes:nth-child(2):hover {
    transform: translateY(-5px);
}
}



@media (min-width: 1400px) {header .top_pagebar {
    margin: 0 auto;
    max-width: 1320px;
}header .main_nav {
    margin: 0 0.7rem;
}header .main_nav a {
    padding: 0.8rem 1.6rem;
}
}



@media (max-width: 991px) {header .top_pagebar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_tutor {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .head_study {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_nav a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}header .head_study::before {
    display: none;
}
}



@media (max-width: 479px) {header .top_pagebar {
    padding: 0.7rem 1.2rem;
}header .main_tutor {
    padding: 0.5rem;
    max-width: 120px;
}header .main_nav a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}



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



@media (max-width: 767px) {.deal_plan .tuition_grid {
    margin: 0 auto;
    max-width: 400px;
}.deal_plan .rate_choices h2 {
    font-size: calc(32px * 0.9);
}.deal_plan .payment_pricing {
    font-size: calc(12px * 0.95);
}}



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



@media (max-width: 576px) {.course_program_description {
    padding: 4rem 0;
}.course_program_description .career_classes {
    padding: 1.5rem;
}.course_program_description .media_image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course_program_description .main_tutor {
    width: 4rem;
    right: 1.5rem;
    bottom: -1.25rem;
    height: 4rem;
}.course_program_description .main_tutor svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_program_description h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course_program_description p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.course_program_description .career_classes::before {
    width: 50px;
}.course_program_description .career_classes::after {
    height: 50px;
}.course_program_description .learn_skill::before,
    .course_program_description .learn_skill::after {
    display: none;
}}



@media screen and (min-width: 992px) {.mentorship_profile {
    padding: 120px 0;
}.mentorship_profile .learner_feedback {
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    padding: 60px;
    gap: 40px;
}.mentorship_profile .name {
    font-size: calc(21px + 2px);
}.mentorship_profile .learner_feedback > div:nth-child(2) > div {
    font-size: 18px;
}.mentorship_profile .job_box {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.mentorship_profile .job_box::before {
    font-size: calc(47px * 2);
}
}



@media (max-width: 992px) {.welcome .knowledge_sessions {
    max-width: 600px;
    margin-left: 5%;
}.welcome h1 {
    font-size: calc(43px * 1.1);
}.welcome h3 {
    font-size: 21px;
}
}



@media (max-width: 576px) {.welcome .page_intro {
    min-height: 90vh;
    padding: 2rem 1rem;
}.welcome h1 {
    font-size: calc(43px * 0.9);
}.welcome h3 {
    font-size: calc(21px * 0.9);
    border-left: 2px solid rgb(112,121,137);
}.welcome p {
    margin-top: 1.5rem;
    padding-top: 1rem;
}.welcome h1::after {
    width: 60px;
    height: 3px;
}
}



@media (max-width: 992px) {.contact_us {
    padding: 70px 0;
}.contact_us h3 {
    font-size: calc(40px * 0.8);
}.contact_us .message_help {
    flex-direction: column;
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact_us .message_box {
    border-left: none;
    border-top: 1px solid rgb(112,121,137,0.5);
}
}



@media (max-width: 768px) {.access_now {
    padding: 3rem 1.5rem;
}.access_now h6 {
    font-size: calc(21px * 0.9);
    transform: perspective(1000px) rotateX(3deg);
}.access_now .contact_inquiry {
    font-size: calc(16px * 0.9);
    padding: 0.875rem 2rem;
}.access_now .container {
    gap: 2rem;
}
}



@media (max-width: 576px) {.access_now {
    padding: 2.5rem 1rem;
}.access_now h6 {
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(21px * 0.85);
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
}.access_now .contact_inquiry {
    font-size: calc(16px * 0.85);
    padding: 0.75rem 1.75rem;
}.access_now .container {
    gap: 1.5rem;
}
}



@media (min-width: 992px) {.access_now {
    padding: 5rem 2rem;
}.access_now .container {
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.access_now h6 {
    flex: 1;
    max-width: 60%;
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
    text-align: left;
}.access_now div div {
    flex: 0 0 auto;
}.access_now .contact_inquiry {
    padding: 1.125rem 2.75rem;
}
}



@media (min-width: 1200px) {.access_now h6 {
    font-size: calc(21px * 1.1);
}.access_now .contact_inquiry {
    padding: 1.25rem 3rem;
    font-size: calc(16px * 1.1);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_settings {
    width: auto;
    min-width: 150px;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}



@media (max-width: 576px) {footer .mentor_cta {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_study h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 20px;
}footer .head_study, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_settings {
    padding: 12px;
}}



@media (max-width: 767px) {.thankYouWeb {
    padding: 3rem 1rem;
}.thankYouWeb h2 {
    border-left: 3px solid rgb(147,160,179);
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
    padding-left: 1rem;
}.thankYouWeb .learn_skill {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.thankYouWeb li::before {
    left: -1rem;
}
}



@media (min-width: 1200px) {.thankYouWeb .container {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.thankYouWeb h2 {
    margin-left: 3rem;
    max-width: 80%;
}.thankYouWeb .learn_skill {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.thankYouWeb .learn_skill:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}



@media (max-width: 576px) {.training_benefits {
    padding: 60px 0;
}.training_benefits .learn_skill {
    gap: 30px;
}.training_benefits .media_image {
    max-height: 250px;
}.training_benefits .article_wrap {
    padding: 25px 20px;
}.training_benefits h3 {
    font-size: 18px;
    margin-bottom: 25px;
}.training_benefits h3::before {
    display: none;
}.training_benefits li {
    padding: 15px;
}.training_benefits li p {
    gap: 12px;
    font-size: 15px;
}.training_benefits svg {
    width: 22px;
    padding: 3px;
    height: 22px;
}
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(147,160,179,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(147,160,179);
    }
}



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



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



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}



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



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



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



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

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



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}

