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

.mentor_cta {
    flex: 0 0 auto;
}

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

.container-wrap {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

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


.potential_enrollees {
    position: relative;
    background-color: rgb(182,189,220);
    padding: 5rem 0;
    overflow: hidden;
}

.potential_enrollees::before {
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    animation: moveRays 30s linear infinite;
    z-index: 1;
    content: '';
    opacity: 0.3;
    background-size: 200px 200px;
    top: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(147,160,179,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(112,121,137,0.5) 75%, transparent 76%);
}

.potential_enrollees .learn_skill {
    position: relative;
    max-width: 1000px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}

.potential_enrollees h3 {
    font-size: 32px;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3.5rem;
    color: rgb(147,160,179);
}

.potential_enrollees ul {
    padding: 0;
    margin: 0;
    gap: 1.5rem;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}

.potential_enrollees li::before {
    width: 0;
    content: '';
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(147,160,179,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.1;
}

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

.potential_enrollees li svg {
    width: 40px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(147,160,179,0.5));
    transition: all 0.4s ease;
    height: 40px;
    fill: rgb(147,160,179);
}

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

.potential_enrollees li:nth-child(2) {
    animation-delay: 0.1s;
}

.potential_enrollees li:nth-child(4) {
    animation-delay: 0.3s;
}

.privacy_defense h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(147,160,179);
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(147,160,179,0.5);
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.privacy_defense h3,
.privacy_defense h4,
.privacy_defense h5,
.privacy_defense h6 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.privacy_defense section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(182,189,220);
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px;
}

.privacy_defense div {
    margin-bottom: 20px;
}

.privacy_defense a {
    border-bottom: 1px solid rgb(147,160,179,0.5);
    text-decoration: none;
    transition: color 0.3s, border-color 0.3s;
    color: rgb(147,160,179);
}

.privacy_defense button:hover {
    transform: scale(1.05);
    background-color: rgb(112,121,137);
}

.cookie_banner_dialog {
    bottom: 0;
    border-top: 2px solid rgb(147,160,179);
    width: 100%;
    z-index: 90;
    background: rgb(182,189,220);
    position: fixed;
}

.cookie_banner_dialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookie_guide {
    flex-shrink: 0;
    margin-right: 10px;
}

.edu_settings {
    flex-shrink: 0;
    text-align: center;
    color: rgb(147,160,179);
    min-width: 120px;
    font-size: 24px;
    cursor: pointer;
    border-bottom: 2px solid rgb(147,160,179);
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    margin-left: 10px;
}


.container-wrap .data_consent {
    justify-content: flex-end;
}

.container-wrap .cookie_overlay {
    text-align: right;
}

.stay_informed {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,160,179) 0%, rgba(25, 47, 89, 0.9) 50%, rgb(112,121,137) 100%);
    padding: 6rem 0;
    position: relative;
}

.stay_informed::after {
    right: -5%;
    border-radius: 50%;
    animation: orbitRotate 15s infinite linear;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    height: 35%;
    top: -5%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 35%;
    position: absolute;
}

.stay_informed .learn_skill {
    gap: 2.5rem;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stay_informed .learn_skill:hover h3 {
    transform: perspective(1000px) rotateX(2deg);
}

.stay_informed .input_holder {
    gap: 1.25rem;
    border-left: 3px solid rgb(112,121,137);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    box-shadow: 
        0 10px 25px -10px rgba(0, 0, 0, 0.25),
        0 1px 2px rgba(255, 255, 255, 0.05);
    max-width: 650px;
    padding: 0.75rem;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    width: 100%;
}

.stay_informed input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(147,160,179,0.5), 0.2);
    background: #ffffff;
}

.stay_informed input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: all 0.3s ease;
}

.stay_informed .sub_settings {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    height: 58px;
    font-family: Arial, sans-serif;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    overflow: hidden;
    background: rgb(147,160,179);
}

.stay_informed .sub_settings:hover::before {
    left: 100%;
}

.who_we_are {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.who_we_are::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    content: "";
    top: 0;
    opacity: 0.15;
    background-size: 40px 40px;
    z-index: 1;
    left: 0;
}

.who_we_are h2 {
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 43px;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 20px rgb(147,160,179,0.5);
}

.who_we_are .our_journey {
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.who_we_are .training_classes:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(-40px);
}

.who_we_are .training_classes:nth-child(2) {
    background: linear-gradient(135deg, rgba(rgb(112,121,137), 0.2) 0%, rgba(rgb(112,121,137), 0.05) 100%);
    transform: translateX(40px);
}

.who_we_are .training_classes:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.who_we_are .training_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}

.who_we_are .training_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}

.who_we_are .training_classes h3::before {
    background: rgb(147,160,179);
    width: 6px;
    border-radius: 50%;
    left: -15px;
    height: 6px;
    box-shadow: 0 0 10px rgb(147,160,179);
    content: "";
    top: 8px;
    position: absolute;
}

.who_we_are .training_classes:nth-child(2) h3::after {
    background: rgb(112,121,137);
}

.who_we_are .training_classes:hover h3::after {
    width: 80px;
}

.who_we_are .training_classes p {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 1.8;
    font-size: 17px;
}

header::before {
    opacity: 0.4;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    content: '';
    left: 0;
    height: 100%;
}

header .main_tutor {
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 1rem;
    transition: all 0.6s ease;
}

header .head_pro img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}

header .head_study::before {
    content: '';
    left: -5%;
    height: 110%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    top: -5%;
    width: 110%;
    opacity: 0.1;
    z-index: -1;
    position: absolute;
}

header .main_nav a::before {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    border-radius: inherit;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, rgb(112,121,137,0.5) 100%);
    opacity: 0;
    height: 100%;
    z-index: -1;
    transform: scale(1.1);
    transition: opacity 0.4s ease;
}

header .main_nav a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .main_nav::after {
    opacity: 0.7;
    content: '';
    background: rgb(147,160,179);
    height: 6px;
    position: absolute;
    transform: translateX(-50%) scale(0);
    width: 6px;
    border-radius: 50%;
    bottom: -8px;
    transition: transform 0.4s ease;
    left: 50%;
}

header .top_pagebar::after {
    width: 150px;
    bottom: -75px;
    left: -75px;
    filter: blur(30px);
    opacity: 0.1;
    height: 150px;
    background: radial-gradient(circle, rgb(112,121,137,0.5) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    content: '';
}

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

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

.deal_plan .rate_choices h2::after {
    width: 80px;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    bottom: -10px;
    left: 50%;
}

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

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

.deal_plan .tuition_grid:hover::before {
    transform: scaleX(1);
}

.deal_plan .class_cost {
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
    display: flex;
}

.deal_plan .tuition_grid:hover .class_cost h3 {
    color: rgb(147,160,179);
}

.deal_plan .fee_offers {
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    color: rgb(147,160,179);
}

.deal_plan .tuition_grid:hover .fee_offers {
    transform: translateY(-3px);
}

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

.deal_plan .tuition_grid:hover .media_image {
    transform: scale(1.05);
}

.deal_plan .tuition_grid:hover .media_image::after {
    opacity: 0.4;
}

.course_program_description {
    position: relative;
    padding: 8rem 0;
    background: rgb(182,189,220);
    overflow: hidden;
}

.course_program_description::after {
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    animation: gridShift 30s infinite linear;
    background-size: 4rem 4rem;
    opacity: 0.15;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(112,121,137,0.5) 15px, rgb(112,121,137,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(147,160,179,0.5) 15px, rgb(147,160,179,0.5) 16px);
    top: 0;
    position: absolute;
    height: 100%;
}

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

.course_program_description .media_image::after {
    width: 70%;
    border-radius: 10px;
    position: absolute;
    height: 70%;
    border: 2px solid rgb(112,121,137);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    right: -5px;
    z-index: 1;
    bottom: -5px;
    content: "";
    opacity: 0.6;
}

.course_program_description .main_tutor:hover {
    transform: rotate(0deg) scale(1.05);
}

.course_program_description .main_tutor svg {
    height: 3rem;
    transition: all 0.3s ease;
    width: 3rem;
}

.course_program_description .main_tutor:hover svg {
    transform: scale(1.1);
}

.course_program_description .main_tutor svg path {
    fill: rgb(147,160,179);
}

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

.course_program_description .learn_skill::before {
    left: -6rem;
    animation: moveCircle 20s infinite alternate;
    height: 12rem;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    width: 12rem;
    filter: blur(100px);
    content: "";
    background: rgb(147,160,179,0.5);
    top: -6rem;
}

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

.mentorship_profile {
    padding: 80px 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background-color: rgb(182,189,220);
}

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

.mentorship_profile .learner_feedback {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform-style: preserve-3d;
    gap: 30px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    background-color: rgba(255, 255, 255, 0.95);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    border-left: 4px solid rgb(147,160,179);
}

.mentorship_profile .learner_feedback:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}

.mentorship_profile .learner_feedback:hover .media_image {
    transform: scale(1.03);
}

.mentorship_profile .learner_feedback > div:nth-child(2) {
    position: relative;
    transform: translateZ(10px);
    padding-left: 15px;
}

.mentorship_profile .learner_feedback:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.mentorship_profile .name {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 21px;
    display: inline-block;
}

.mentorship_profile .name::after {
    content: "";
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    bottom: -5px;
    position: absolute;
    width: 40%;
    background-color: rgb(147,160,179);
}

.mentorship_profile .learner_feedback > div:nth-child(3) {
    position: relative;
    transition: transform 0.4s ease-out;
    transform: translateZ(5px);
}

.mentorship_profile .job_box {
    position: relative;
    line-height: 1.8;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    border-radius: 10px;
    color: #000000;
    padding: 20px 10px 20px 25px;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(147,160,179,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
}

.welcome .page_intro {
    min-height: 100vh;
    padding: 4rem 2rem;
    display: flex;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.welcome .page_intro::after {
    z-index: 2;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    background: 
    linear-gradient(90deg, transparent 0%, rgb(112,121,137,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(147,160,179,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.welcome h1::after {
    position: absolute;
    bottom: -0.7rem;
    content: "";
    left: 0;
    background: rgb(147,160,179);
    transform-origin: left;
    animation: lineExtend 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0);
    width: 80px;
    height: 4px;
}

.welcome p {
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
    font-weight: 400;
    opacity: 0;
    padding-top: 1.5rem;
    max-width: 90%;
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    font-size: calc(16px * 1.1);
    position: relative;
}

.welcome p::before {
    width: 40px;
    top: 0;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    left: 0;
    content: "";
    height: 1px;
}

.contact_us::before {
    content: "";
    top: 0;
    opacity: 0.2;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, transparent 50%, rgb(112,121,137,0.5) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
}

.contact_us .media_image {
    height: 100%;
    width: 100%;
    opacity: 0.15;
    filter: saturate(0.6) contrast(1.3);
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    mix-blend-mode: luminosity;
}

.contact_us h3::before {
    left: calc(50% - 100px);
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(147,160,179);
    box-shadow: 0 0 10px rgb(147,160,179), 0 0 20px rgb(147,160,179);
    bottom: -20px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 200px;
}

.contact_us .message_help::before {
    height: 2px;
    z-index: 3;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
}

.contact_us .message_help::after {
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(112,121,137), transparent);
    bottom: 0;
    position: absolute;
    content: "";
    height: 2px;
    z-index: 3;
    left: 0;
}

.contact_us .inquiry_support h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(147,160,179);
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: none;
}

.contact_us .inquiry_support input[type="text"]::placeholder,
.contact_us .inquiry_support textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact_us .inquiry_support input[type="text"]:focus,
.contact_us .inquiry_support textarea:focus {
    border-color: rgb(147,160,179);
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    box-shadow: 0 0 15px rgb(147,160,179,0.5);
}

.contact_us .inquiry_support .connect_feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_us .inquiry_support .connect_feedback label::before {
    top: 2px;
    position: absolute;
    height: 20px;
    border: 1px solid rgb(147,160,179,0.5);
    content: "";
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    width: 20px;
}

.contact_us .inquiry_support .connect_feedback input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    top: 4px;
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    content: "";
}

.contact_us .inquiry_support .connect_feedback a:hover {
    color: rgb(112,121,137);
    border-bottom-color: rgb(112,121,137);
    text-shadow: 0 0 5px rgb(112,121,137);
}

.contact_us .inquiry_support .contact_inquiry::before {
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
}

.contact_us .inquiry_support .contact_inquiry:hover {
    box-shadow: 0 0 20px rgb(112,121,137,0.5);
    background: rgb(112,121,137);
    transform: translateY(-2px);
}

.contact_us .message_box h4 {
    color: rgb(112,121,137);
    margin-bottom: 35px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    letter-spacing: 1px;
}

.contact_us .message_box .help_form {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contact_us .message_box .help_form li {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgb(112,121,137,0.5);
    position: relative;
}

.contact_us .message_box .help_form li svg {
    transition: all 0.3s ease;
    width: 22px;
    margin-right: 15px;
    height: 22px;
}

.contact_us .message_box .help_form li svg path {
    fill: rgb(112,121,137);
    transition: all 0.3s ease;
}

.contact_us .message_box .help_form li span {
    font-size: 18px;
    color: #ffffff;
}

.contact_us .message_box .help_form li a:hover {
    text-shadow: 0 0 5px rgb(112,121,137,0.5);
    color: rgb(112,121,137);
}

.access_now::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    transform: translateZ(-10px);
    pointer-events: none;
    top: 0;
    position: absolute;
}

.access_now .container {
    position: relative;
    gap: 2.5rem;
    align-items: center;
    flex-direction: column;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    transform: translateZ(20px);
}

.access_now div div {
    display: flex;
    justify-content: center;
    perspective: 600px;
}

.access_now div div span {
    display: inline-block;
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.access_now .contact_inquiry {
    transform: translateZ(0);
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    color: rgb(147,160,179);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    font-size: 16px;
    position: relative;
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
}

.access_now .contact_inquiry span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: relative;
    z-index: 2;
}

.access_now .contact_inquiry:hover::before {
    opacity: 0.7;
}

.access_now .contact_inquiry:hover span {
    transform: scale(1.05);
}

footer {
    position: relative;
    width: 100%;
}

footer .mentor_cta {
    color: #ffffff;
    background-color: rgb(112,121,137);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}

footer .mentor_cta::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    top: 0;
    pointer-events: none;
    left: 0;
    content: "";
    height: 5px;
}

footer .edu_links {
    position: relative;
    z-index: 1;
}

footer .course_faq {
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    max-width: 300px;
    padding: 20px 25px;
    flex: 0 1 auto;
    cursor: pointer;
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    min-width: 200px;
    min-height: 60px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    justify-content: center;
}

footer .info_item::before {
    right: 3px;
    pointer-events: none;
    content: "";
    z-index: -1;
    position: absolute;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    top: 3px;
    left: 3px;
    background-color: rgb(112,121,137);
    bottom: 3px;
}

footer .info_item svg {
    flex-shrink: 0;
    margin-right: 12px;
    transition: fill 0.3s ease;
    fill: rgb(147,160,179);
    width: 20px;
    height: 20px;
}

footer .text_main_holder {
    gap: 50px;
    display: grid;
    padding-top: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

footer .text_main_holder::before {
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    pointer-events: none;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

footer .main_tutor::before {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: -1;
    pointer-events: none;
    background-color: rgb(112,121,137);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 3px;
    bottom: 3px;
    content: "";
}

footer .main_tutor svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}

footer .head_study h5 {
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}

footer .header_lead {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
    margin-bottom: 20px;
}

footer .header_lead a {
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 15px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 12px 15px;
}

footer .header_lead a:hover {
    color: #ffffff;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .subscribe_holder::before {
    opacity: 0.05;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(147,160,179,0.5) 49%, rgb(147,160,179,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(147,160,179,0.5) 49%, rgb(147,160,179,0.5) 51%, transparent 52%);
    content: "";
    height: 100%;
    pointer-events: none;
    top: 0;
    position: absolute;
    border-radius: 18px;
    left: 0;
    width: 100%;
}

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

footer .sub_settings:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(112,121,137);
    transform: translateY(-3px);
}

footer .media_kit {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

footer .flag_content::before,
footer .flag_content::after {
    width: 20px;
    position: absolute;
    pointer-events: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    content: "";
}

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

.thankYouWeb::before {
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(147,160,179,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(112,121,137,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.15;
}

.thankYouWeb .container {
    position: relative;
    z-index: 2;
    transform: translateZ(0);
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
}

.thankYouWeb .learn_skill {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    background: #ffffff;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    padding: 3rem;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    animation: slide-up 0.8s ease-out forwards 0.2s;
}

.thankYouWeb ul {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.thankYouWeb li span {
    opacity: 0;
    position: relative;
    color: #000000;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    line-height: 1.8;
    display: block;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transform: translateX(20px);
    padding-left: 0.5rem;
}

.training_benefits {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(182,189,220) 0%, rgb(147,160,179,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
}



.training_benefits::after {
    content: "";
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(112,121,137,0.5) 100%),
        linear-gradient(45deg, rgb(147,160,179,0.5) 0%, transparent 60%);
    opacity: 0.2;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
}

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

.training_benefits .learn_skill::before {
    inset: -2px;
    z-index: -1;
    animation: borderGlow 8s infinite alternate;
    position: absolute;
    border-radius: 22px;
    content: "";
    opacity: 0.6;
    background: linear-gradient(
        -45deg,
        rgb(147,160,179) 0%,
        transparent 40%,
        transparent 60%,
        rgb(112,121,137) 100%
    );
}

.training_benefits .article_wrap {
    order: 1;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    display: flex;
}

.training_benefits .media_image:hover {
    transform: scale(1.08) translateX(-3%);
}

.training_benefits h3 {
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.training_benefits h3::before {
    transform: translateY(-50%);
    background: rgb(147,160,179);
    top: 50%;
    left: -40px;
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
}

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

.training_benefits li {
    transition: all 0.4s ease;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(182,189,220);
    position: relative;
    padding: 18px;
}

.training_benefits li::after {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    transition: all 0.4s ease;
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(147,160,179,0.5) 0%,
        transparent 30%
    );
    opacity: 0;
}

.training_benefits li:hover::before {
    width: 6px;
}

.training_benefits li p {
    color: #000000;
    z-index: 2;
    position: relative;
    gap: 15px;
    margin: 0;
    display: flex;
    font-size: 15px;
    align-items: center;
}

.training_benefits svg path {
    transition: all 0.5s ease;
    fill: rgb(147,160,179);
}

.training_benefits li:hover svg {
    transform: scale(1.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}


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


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



@media (min-width: 992px) {.potential_enrollees li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}



@media (max-width: 991px) {.potential_enrollees {
    padding: 4rem 0;
}.potential_enrollees h3 {
    font-size: calc(32px * 0.9);
}.potential_enrollees li {
    padding: 1.2rem 1.8rem;
}.potential_enrollees li svg {
    margin-right: 1.2rem;
    width: 35px;
    height: 35px;
}
}



@media (max-width: 767px) {.potential_enrollees {
    padding: 3rem 0;
}.potential_enrollees h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2.5rem;
}.potential_enrollees h3::after {
    width: 120px;
}.potential_enrollees li {
    padding: 1rem 1.5rem;
}.potential_enrollees li svg {
    margin-right: 1rem;
    height: 30px;
    width: 30px;
}}


@media only screen and (max-width: 1200px) {.cookie_banner_dialog {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.container-wrap .edu_settings {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (min-width: 768px) {.stay_informed {
    padding: 8rem 0;
}.stay_informed h3 {
    font-size: calc(19px * 1.3);
}.stay_informed .input_holder {
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
}.stay_informed input[type="email"] {
    border-radius: 10px;
}.stay_informed .sub_settings {
    border-radius: 10px;
    width: auto;
    min-width: 180px;
}.stay_informed::before {
    background: 
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.07) 0%, transparent 45%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 35%);
}
}



@media screen and (max-width: 991px) {.who_we_are {
    padding: 100px 0;
}.who_we_are h2 {
    margin-bottom: 50px;
}.who_we_are .training_classes {
    padding: 40px;
}.who_we_are .training_classes:nth-child(1) {
    transform: translateX(-30px);
}.who_we_are .training_classes:nth-child(2) {
    transform: translateX(30px);
}.who_we_are .training_classes:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.who_we_are .training_classes:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}



@media screen and (max-width: 576px) {.who_we_are {
    padding: 60px 0;
}.who_we_are h2 {
    font-size: 34px;
}.who_we_are .our_journey {
    gap: 30px;
}.who_we_are .training_classes {
    padding: 25px;
}.who_we_are .training_classes h3 {
    padding-bottom: 10px;
    font-size: calc(22px + 0.1rem);
    margin-bottom: 15px;
}.who_we_are .training_classes p {
    font-size: calc(17px - 0.05rem);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .top_pagebar {
    padding: 0.8rem 1.5rem;
}header .main_tutor {
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    padding: 0.6rem;
}header .head_pro img {
    max-height: 35px;
}header .head_study {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .head_study::-webkit-scrollbar {
    height: 3px;
}header .head_study::-webkit-scrollbar-thumb {
    background: rgb(147,160,179,0.5);
    border-radius: 10px;
}header .main_nav {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_nav a {
    font-size: calc(17px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}header .main_nav::after {
    display: none;
}header::after {
    height: 5px;
}
}



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



@media (min-width: 1200px) {.deal_plan {
    padding: 8rem 2rem;
}.deal_plan .rate_choices {
    flex: 0 0 25%;
}.deal_plan .cost_plan {
    flex: 0 0 75%;
}.deal_plan .class_cost {
    padding: 2.5rem;
}
}



@media (max-width: 1200px) {.course_program_description {
    padding: 7rem 0;
}.course_program_description .learn_skill {
    gap: 0.75rem;
}.course_program_description .career_classes {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course_program_description .media_image {
    grid-column: 6 / 13;
}.course_program_description .main_tutor {
    right: 2rem;
}
}



@media (max-width: 768px) {.course_program_description {
    padding: 5rem 0;
}.course_program_description .career_classes {
    padding: 2rem;
}.course_program_description .media_image {
    height: 300px;
}.course_program_description .main_tutor {
    width: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
    height: 4.5rem;
}.course_program_description .main_tutor svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_program_description h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.25rem;
}.course_program_description p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.course_program_description .career_classes::before {
    width: 70px;
}.course_program_description .career_classes::after {
    height: 70px;
}
}



@media screen and (min-width: 768px) {.mentorship_profile {
    padding: 100px 0;
}.mentorship_profile .learner_feedback {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.mentorship_profile .learner_feedback > div:first-child {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-row: 1 / span 2;
}.mentorship_profile .learner_feedback > div:nth-child(2) {
    grid-row: 1;
    align-self: start;
    padding-left: 40px;
    grid-column: 2;
}.mentorship_profile .learner_feedback > div:nth-child(3) {
    padding-left: 40px;
    grid-row: 2;
    grid-column: 2;
}.mentorship_profile .job_box {
    padding: 25px 20px 25px 35px;
    font-size: calc(18px + 1px);
}
}



@media (hover: none) {.mentorship_profile .learner_feedback {
    transform: none !important;
}.mentorship_profile .learner_feedback > div:first-child,
    .mentorship_profile .learner_feedback > div:nth-child(3) {
    transform: none !important;
}
}



@media (prefers-reduced-motion) {.mentorship_profile .learner_feedback,
    .mentorship_profile .learner_feedback > div,
    .mentorship_profile .name::after,
    .mentorship_profile .media_image {
    transition: none !important;
    transform: none !important;
}}



@media (max-width: 768px) {.welcome .page_intro {
    align-items: center;
    padding: 3rem 1.5rem;
}.welcome .knowledge_sessions {
    margin-left: 0;
    max-width: 100%;
}.welcome h1 {
    font-size: 43px;
}.welcome h3 {
    font-size: calc(21px * 0.95);
    padding-left: 0.75rem;
}.welcome p {
    max-width: 100%;
    font-size: 16px;
}
}



@media (max-height: 700px) {.welcome .page_intro {
    padding-bottom: 6rem;
    padding-top: 6rem;
    min-height: auto;
}}



@media (max-width: 768px) {.contact_us {
    padding: 60px 0;
}.contact_us h3 {
    font-size: calc(40px * 0.7);
    margin-bottom: 40px;
}.contact_us h3::before {
    left: calc(50% - 75px);
    width: 150px;
    bottom: -15px;
}.contact_us .inquiry_support,
    .contact_us .message_box {
    padding: 40px 30px;
}.contact_us .inquiry_support input[type="text"],
    .contact_us .inquiry_support textarea {
    padding: 14px 16px;
}.contact_us .message_box .help_form li {
    padding: 12px;
}
}



@media (max-width: 576px) {.contact_us {
    padding: 50px 0;
}.contact_us h3 {
    margin-bottom: 35px;
    font-size: calc(40px * 0.5);
}.contact_us h3::before {
    height: 2px;
    bottom: -12px;
    width: 100px;
    left: calc(50% - 50px);
}.contact_us .message_help {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.contact_us .inquiry_support,
    .contact_us .message_box {
    padding: 30px 20px;
}.contact_us .inquiry_support input[type="text"],
    .contact_us .inquiry_support textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_us .inquiry_support .connect_feedback label {
    font-size: calc(13px * 0.9);
}.contact_us .inquiry_support .contact_inquiry {
    width: 100%;
    padding: 14px 20px;
}.contact_us .message_box .help_form li {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    margin-bottom: 15px;
    padding: 10px;
}}



@media (prefers-reduced-motion) {.access_now::after {
    animation: none;
}.access_now .contact_inquiry:hover,
    .access_now .contact_inquiry:active {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.access_now h6,
    .access_now .container,
    .access_now div div span {
    transform: none;
}}



@media (max-width: 991px) {footer .header_lead {
    grid-template-columns: 1fr;
}
}



@media (max-width: 767px) {footer .mentor_cta {
    padding: 60px 0 30px;
}footer .course_faq {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .head_study, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_tutor {
    margin-bottom: 20px;
    padding: 15px;
}footer .media_kit {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.thankYouWeb {
    padding: 4rem 1.5rem;
}.thankYouWeb h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.thankYouWeb .learn_skill {
    padding: 2rem;
}
}



@media (max-width: 575px) {.thankYouWeb {
    padding: 2rem 0.8rem;
}.thankYouWeb h2 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.thankYouWeb .learn_skill {
    padding: 1.2rem;
}.thankYouWeb li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (hover: hover) {.thankYouWeb .learn_skill {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (max-width: 992px) {.training_benefits {
    padding: 80px 0;
}.training_benefits .learn_skill {
    gap: 30px;
}.training_benefits .article_wrap {
    padding: 30px;
}
}



@media (max-width: 768px) {.training_benefits .learn_skill {
    gap: 40px;
    grid-template-columns: 1fr;
}.training_benefits .media_image {
    max-height: 350px;
    width: 100%;
    order: 1;
    border-radius: 20px 20px 0 0;
    transform: scale(1);
}.training_benefits .article_wrap {
    order: 2;
    padding: 30px;
}.training_benefits h3::before {
    width: 20px;
    left: -30px;
}
}



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



@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(147,160,179,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(147,160,179));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(147,160,179,0.5));
    }
}



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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}



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



@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

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

