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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    z-index: 100;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(224,230,230));
}

.nav_mainbar {
    flex: 1 0 auto;
}

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

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


.cookies_overview {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 20px;
    padding: 20px 5%;
}

.cookie_popup_disclosure h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
}

.cookie_popup_disclosure p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}

.cookie_rules svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(174,193,193);
    width: 80px;
    height: 80px;
}

.cookie_window {
    border-radius: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    font-size: 15px;
    background: linear-gradient(90deg, rgb(174,193,193), rgb(134,167,142));
    line-height: 40px;
    flex-shrink: 0;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(174,193,193);
    margin-left: 10px;
}


.contact {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: rgb(224,230,230);
}

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

.contact .knowledge_plan {
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.contact .send_feedback {
    position: relative;
    z-index: 1;
}

.contact .send_feedback:nth-child(2) {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 30%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.contact .send_feedback:nth-child(3) {
    display: flex;
    padding: 3rem;
    width: 35%;
    border-radius: 0 28px 28px 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    background: linear-gradient(225deg, rgb(134,167,142,0.5) 0%, #000000 100%);
    justify-content: center;
}

.contact .get_help {
    color: #ffffff;
    font-size: calc(12px * 1.2);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.contact .reach_section {
    line-height: 1.7;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 2rem;
}

.contact .send_feedback p span {
    font-weight: 600;
}

.contact .ask_feedback::before {
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(134,167,142), transparent);
    left: 0;
}

.contact .msg_support span {
    position: relative;
    font-size: calc(12px * 0.9);
    color: #ffffff;
    display: flex;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    padding-left: 1.5rem;
    align-items: center;
}

.contact .msg_support span:hover {
    transform: translateX(5px);
}

.contact .send_feedback .img_caption_box:hover {
    filter: saturate(1) contrast(1);
}

.contact .send_feedback .img_caption_box::before {
    background: linear-gradient(135deg, rgb(174,193,193,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
}

.contact .learn_form a::before {
    content: '';
    z-index: -1;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    background: rgb(134,167,142,0.5);
}

.contact .learn_form a:hover::before {
    width: 100%;
}

.contact .learn_form a span {
    color: #ffffff;
    gap: 0.5rem;
    flex: 0 0 auto;
    display: flex;
    opacity: 0.7;
    align-items: center;
    font-size: calc(12px * 0.9);
}

.contact svg path {
    fill: rgb(134,167,142);
    transition: fill 0.3s ease;
}

.secure_archive {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,230) 0%, rgba(246, 246, 250, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.secure_archive .container {
    max-width: 1140px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    transform: perspective(1200px) rotateX(1deg);
    padding: 3rem;
}

.secure_archive h1 {
    padding-bottom: 1rem;
    color: rgb(174,193,193);
    transform: translateX(-0.5rem);
    font-size: 38px;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}

.secure_archive h2 {
    margin: 2.5rem 0 1.5rem;
    border-left: 3px solid rgb(134,167,142);
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
}

.secure_archive h4 {
    margin: 1.8rem 0 1rem;
    position: relative;
    border-left: 1px solid rgb(134,167,142,0.5);
    color: #000000;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    padding-left: 1rem;
}

.secure_archive p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}

.secure_archive ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.secure_archive li {
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
}

.secure_archive li:hover::before {
    transform: rotate(135deg);
}

.secure_archive span {
    color: #000000;
    padding: 0.5rem 0 1.5rem;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.join_list {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(224,230,230) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 2rem;
}

.join_list::after {
    bottom: 0;
    height: 100%;
    filter: blur(30px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,193,193,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(134,167,142,0.5) 0%, transparent 20%);
    width: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    content: "";
}

.join_list .request_grid {
    transform: rotateY(-5deg);
    margin: 0 auto;
    border-radius: 22px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    padding: 3rem;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
}

.join_list .request_grid::after {
    animation: borderFlash 4s infinite alternate;
    box-shadow: 0 0 20px rgb(174,193,193,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    border: 1px solid rgb(174,193,193);
}

.join_list h3::after {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,193,193), transparent);
    left: 0;
    content: "";
    animation: widthPulse 3s infinite alternate;
    width: 100%;
    height: 2px;
}

.join_list input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(174,193,193,0.5);
    outline: none;
    border-color: rgb(174,193,193);
}

.join_list input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}

.join_list .mail_join::before {
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(174,193,193), rgb(134,167,142));
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.join_list .mail_join:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(174,193,193);
}

.gratMessage {
    background: linear-gradient(145deg, rgb(224,230,230), #f8f9fd);
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}

.gratMessage::after {
    width: 30%;
    bottom: -10%;
    background: linear-gradient(220deg, rgb(134,167,142,0.5), rgb(174,193,193,0.5));
    content: "";
    left: -5%;
    height: 60%;
    filter: blur(70px);
    position: absolute;
    transform: rotate(20deg);
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.gratMessage h2::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(174,193,193), rgb(134,167,142));
    width: 80px;
    left: 50%;
    bottom: -0.8rem;
}

.gratMessage .training_pro::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(174,193,193,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(134,167,142,0.5), 0.03) 0%, transparent 30%);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    border-radius: inherit;
    z-index: -1;
    top: 0;
    height: 100%;
}

.gratMessage li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.gratMessage li span {
    font-size: 13px;
    line-height: 1.7;
    display: block;
    opacity: 0;
    font-weight: 400;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateX(0);
}

header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    position: absolute;
    content: '';
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 20px 20px;
}

header .top_info {
    padding: 0.9rem 3%;
    align-items: center;
    margin-left: 5px;
    justify-content: space-between;
    display: flex;
}

header .header_nav:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

header .head_section {
    position: relative;
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
}

header .top_sitewrap {
    font-weight: 400;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 15px;
}

header .top_sitewrap:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
}

.company_info {
    color: #ffffff;
    padding: 120px 0 140px;
    overflow: hidden;
    position: relative;
}

.company_info::after {
    width: 100%;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 2;
    content: "";
    height: 200%;
    pointer-events: none;
    right: -50%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(174,193,193,0.5) 0%,
        transparent 65%);
}

.company_info h2 {
    font-size: calc(36px * 1.2);
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    display: inline-block;
    transform: translateX(-10px);
    position: relative;
}



.company_info .word_box {
    display: flex;
    flex-direction: column;
    border-left: 3px solid rgb(134,167,142);
    padding: 40px;
    opacity: 0;
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
}

.company_info .word_box p::before {
    left: -20px;
    top: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    transform: translateY(-50%);
    background-color: rgb(174,193,193);
    content: "";
}

.try_immediately {
    padding: 110px 0;
    z-index: 1;
    background: linear-gradient(145deg, rgb(174,193,193) 0%, rgb(134,167,142) 50%, rgb(174,193,193) 100%);
    position: relative;
    overflow: hidden;
}

.try_immediately::after {
    width: 100%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    opacity: 0.1;
    filter: blur(50px);
    top: 0;
    content: '';
    height: 100%;
    left: 0;
}

.try_immediately .training_pro::before {
    opacity: 0.5;
    right: -2px;
    position: absolute;
    top: -2px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(174,193,193,0.5),
        rgb(134,167,142,0.5),
        rgb(174,193,193,0.5)
    );
    content: '';
    animation: borderGlow 5s ease infinite;
    left: -2px;
    filter: blur(20px);
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    bottom: -2px;
}

.try_immediately .training_pro::after {
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    opacity: 0.3;
    height: 100%;
    content: '';
}

.try_immediately h3::after {
    width: 50px;
    content: '';
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    box-shadow: 0 0 10px #ffffff;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.try_immediately .learn_help::before {
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
}

.try_immediately .learn_help::after {
    z-index: 1;
    position: absolute;
    transform: rotate(25deg);
    left: -100%;
    height: 200%;
    top: -50%;
    width: 40%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: all 0.6s ease;
}

.try_immediately .learn_help:hover::before {
    opacity: 1;
}

.try_immediately .learn_help:hover::after {
    left: 150%;
}

.price_palette {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}

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

.rate_choices {
    position: relative;
}

.price_palette h2 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease-out;
}

.price_palette .price_schemes {
    margin: 0 auto 3rem;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    opacity: 0.9;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    max-width: 800px;
}

.price_palette .skill_plans li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.price_palette .pricing_deals::before {
    transition: opacity 0.4s ease-out;
    background: linear-gradient(135deg, 
        rgb(174,193,193,0.5) 0%, 
        transparent 100%);
    opacity: 0;
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}

.price_palette .pricing_deals:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.price_palette .tuition_table {
    height: 100%;
    padding: 2.5rem 2rem;
    z-index: 2;
    position: relative;
}

.price_palette .fee_structure h4 {
    transform: translateZ(20px);
    margin-top: 0;
    font-size: calc(19px * 1.2);
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
}

.price_palette .pricing_deals:hover .fee_structure h4::after {
    transform: scaleX(1.5);
}

.price_palette .pricing_card {
    margin-top: auto;
    align-self: flex-start;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    font-size: calc(19px * 1.2);
    display: inline-block;
    border-radius: 10px;
    transform: translateZ(15px);
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(174,193,193) 0%, 
        rgb(134,167,142) 100%);
}

.course_candidates::before {
    height: 100%;
    position: absolute;
    opacity: 0.05;
    content: "";
    z-index: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(174,193,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(134,167,142,0.5) 25%, transparent 25%);
    top: 0;
    left: 0;
    width: 100%;
}

.course_candidates h4::after {
    background: linear-gradient(90deg, rgb(174,193,193), rgb(134,167,142));
    transform: translateX(-50%);
    height: 4px;
    content: "";
    left: 50%;
    position: absolute;
    border-radius: 2px;
    bottom: 0;
    width: 70px;
}

.course_candidates div p::before {
    height: calc(100% - 10px);
    z-index: -1;
    border-radius: calc(26px - 5px);
    opacity: 0.4;
    border: 1px solid rgb(174,193,193,0.5);
    content: "";
    top: 5px;
    background: #ffffff;
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    transition: all 0.3s ease;
}

.course_candidates div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course_candidates div p:hover::before {
    top: 10px;
    left: 10px;
}

.course_candidates div p:hover::after {
    top: 15px;
    left: 15px;
}

.course_candidates div p svg {
    background: rgb(224,230,230);
    width: 35px;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 35px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.course_candidates div p:hover svg path {
    fill: rgb(134,167,142);
}

.title_welcome::before {
    z-index: 1;
    background: linear-gradient(45deg, transparent 40%, rgb(134,167,142,0.5) 100%);
    width: 100%;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
}

.title_welcome h1 {
    position: relative;
    font-weight: 600;
    transform: translateY(0);
    z-index: 2;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 18px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
}

.title_welcome:hover h1::before {
    transform: scaleX(1);
}

.title_welcome:hover h1 {
    transform: translateY(-2px);
}

.title_welcome .training_pro {
    position: relative;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-grow: 1;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
}

.title_welcome .img_caption_box {
    order: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    min-height: 250px;
    border-top-right-radius: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(0) scale(1);
    border-top-left-radius: 10px;
    overflow: hidden;
}

.title_welcome .img_caption_box:hover {
    transform: translateZ(0) scale(1.02);
}

.title_welcome ol li {
    margin-bottom: 1.5rem;
}

.title_welcome .main_welcome {
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.title_welcome .main_welcome:hover svg {
    transform: translateY(-5px);
}

.title_welcome .main_welcome svg path {
    fill: rgb(174,193,193);
    transition: fill 0.3s ease;
}

.title_welcome .main_welcome:hover svg text {
    fill: #000000;
}

.title_welcome .main_welcome p {
    opacity: 0.95;
    position: relative;
    transition: opacity 0.3s ease;
    max-width: 600px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.title_welcome .main_welcome:hover p::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}

.title_welcome .reach_request::before {
    z-index: -1;
    background: linear-gradient(135deg, rgb(134,167,142) 0%, rgb(174,193,193) 100%);
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.title_welcome .reach_request:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.title_welcome .reach_request:hover::before {
    opacity: 1;
}

.title_welcome .reach_request:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.leadership_profile {
    border-radius: 24px;
    background: linear-gradient(to bottom, rgb(224,230,230), rgb(174,193,193,0.5) 120%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.leadership_profile .learning_voices {
    display: flex;
    transform: translateY(0);
    max-width: 500px;
    flex-direction: column;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.leadership_profile .learning_voices:hover {
    transform: translateY(-15px);
}

.leadership_profile .img_caption_box::after {
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(174,193,193,0.5) 100%);
    width: 100%;
    border-radius: 24px 24px 0 0;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}

.leadership_profile .emp_exp {
    border-radius: 24px;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: translateZ(0);
    margin-top: -50px;
    transition: transform 0.5s ease;
    padding: 70px 2rem 2rem;
    position: relative;
}

.leadership_profile .emp_exp::after {
    width: 60px;
    height: 60px;
    animation: float-blob 10s infinite alternate;
    background: rgb(134,167,142,0.5);
    content: "";
    border-radius: 20% 40% 50% 30%;
    bottom: 20px;
    position: absolute;
    opacity: 0.2;
    right: 20px;
    filter: blur(15px);
}

.leadership_profile .emp_exp > div:nth-child(2) {
    opacity: 0.8;
    transform: translateY(0);
    transition: all 0.4s ease 0.1s;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 20px;
    color: rgb(134,167,142);
}

.leadership_profile .learning_voices:hover .emp_exp > div:nth-child(2)::after {
    width: 100px;
}

.leadership_profile .learning_voices:hover .past_work {
    opacity: 1;
    transform: translateY(0);
}

.training_benefits {
    overflow: hidden;
    padding: 100px 20px;
    position: relative;
    background: linear-gradient(135deg, rgb(224,230,230) 0%, rgba(245, 245, 250, 0.9) 100%);
}

.training_benefits::after {
    content: "";
    background: linear-gradient(45deg, rgb(174,193,193,0.5) 0%, transparent 70%);
    filter: blur(50px);
    animation: float 12s infinite alternate ease-in-out;
    width: 400px;
    z-index: 1;
    position: absolute;
    bottom: -100px;
    height: 400px;
    transform: rotate(22deg);
    left: -100px;
    opacity: 0.4;
}

.training_benefits h5::after {
    position: absolute;
    left: 50%;
    width: 80px;
    content: "";
    bottom: -12px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(174,193,193) 0%, rgb(134,167,142) 100%);
    height: 3px;
}

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

.training_benefits .training_pro::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(174,193,193) 0%, rgb(134,167,142) 100%);
    position: absolute;
    left: 0;
    height: 5px;
}

.training_benefits .img_caption_box {
    width: 100%;
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.training_benefits li:nth-child(1) {
    animation-delay: 0.3s;
}

.training_benefits li:nth-child(3) {
    animation-delay: 0.5s;
}

.training_benefits li:nth-child(5) {
    animation-delay: 0.7s;
}

.training_benefits li p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
}

.training_benefits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

.training_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,193,193);
}

.operation_process {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(224,230,230) 0%, rgba(rgb(174,193,193,0.5), 0.05) 100%);
    padding: 8rem 0;
}

.operation_process::after {
    height: 100%;
    opacity: 0.4;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    background: 
        radial-gradient(2px at 20% 30%, rgb(174,193,193) 0%, transparent 1px),
        radial-gradient(2px at 40% 70%, rgb(174,193,193) 0%, transparent 1px),
        radial-gradient(2px at 60% 20%, rgb(174,193,193) 0%, transparent 1px),
        radial-gradient(2px at 80% 60%, rgb(174,193,193) 0%, transparent 1px);
    top: 0;
}

.operation_process h2::after {
    transform: translateX(-50%);
    background: rgb(174,193,193);
    position: absolute;
    width: 60px;
    left: 50%;
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    bottom: -15px;
}

.operation_process .word_box::before {
    border-radius: 50%;
    background: rgb(174,193,193);
    height: 15px;
    content: "";
    left: -9.5px;
    box-shadow: 0 0 0 5px rgba(rgb(174,193,193,0.5), 0.1);
    position: absolute;
    width: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    top: -7.5px;
}

.operation_process .word_box::after {
    height: 150px;
    content: "";
    background: radial-gradient(circle, rgba(rgb(174,193,193,0.5), 0.03) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    width: 150px;
    z-index: -1;
    top: -75px;
    right: -75px;
}

.connect_form {
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(224,230,230) 0%, 
        rgb(134,167,142,0.5) 100%
    );
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
}

.connect_form::after {
    height: 200%;
    content: '';
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(174,193,193,0.5) 0%, 
        transparent 70%
    );
    animation: circuit-pulse 10s infinite alternate;
    opacity: 0.6;
    top: -50%;
    z-index: 2;
    position: absolute;
    left: -50%;
}

.connect_form .container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
    padding: 0 1rem;
    z-index: 3;
}

.connect_form h2::before,
.connect_form h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(174,193,193), 
        transparent
    );
    content: '';
    bottom: -0.5rem;
    height: 2px;
    position: absolute;
}

.connect_form h2::before {
    width: 30%;
    left: 0;
}

.connect_form .query_support:hover {
    transform: rotateX(0) scale(1);
}

.connect_form .img_caption_box {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.connect_form .img_caption_box::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(174,193,193,0.5) 0%, 
        rgb(134,167,142,0.5) 100%
    );
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
}

.connect_form .support_query form {
    max-width: 500px;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.connect_form .support_query h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 29px;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 600;
}

.connect_form .support_query input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    opacity: 0;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(174,193,193,0.5) 100%
    );
    height: 100%;
    z-index: 1;
    width: 100%;
    transition: opacity 0.3s ease;
}

.connect_form .support_query input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.connect_form .support_query .support_form input[type="checkbox"] {
    background: rgb(134,167,142,0.5);
    position: relative;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    border: 2px solid rgb(174,193,193,0.5);
    margin-right: 1rem;
    width: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.connect_form .support_query .support_form label {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.connect_form .support_query .support_form a {
    color: rgb(174,193,193);
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect_form .support_query .reach_request::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(174,193,193,0.5), 
        transparent
    );
    position: absolute;
    content: '';
    height: 100%;
    left: -100%;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
}

.connect_form .support_query .reach_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(174,193,193,0.5);
}

.module_end .container {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
}

.module_end .company_holder {
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    position: relative;
    border-left: 2px solid rgb(174,193,193);
}

.module_end .site_map {
    margin-top: 1rem;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 16px;
}

.module_end .math_tools {
    justify-content: flex-end;
    display: flex;
}

.module_end .header_tutor {
    display: flex;
    gap: 4rem;
}

.module_end .head_section::before {
    height: 40px;
    width: 40px;
    top: -10px;
    border-left: 1px solid rgb(174,193,193);
    content: "";
    position: absolute;
    border-top: 1px solid rgb(174,193,193);
    opacity: 0.4;
    left: -20px;
}

.module_end .head_section h5 {
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(134,167,142);
}

.module_end .head_section .header_tutor a::before {
    transition: all 0.3s ease;
    left: 0;
    content: "";
    background-color: rgb(174,193,193);
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    top: 50%;
}

.biz_learnings {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.biz_learnings .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.biz_learnings .teach_supp {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
}

.course_structure .training_path {
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.course_structure .training_path::before {
    backdrop-filter: blur(2px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(174,193,193,0.5) 100%);
    z-index: 2;
    content: "";
}

.course_structure .training_path:hover .learn_code {
    animation-play-state: paused;
}

.course_structure .learn_business {
    min-width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.course_structure .learn_business img {
    transition: filter 0.3s ease, transform 0.5s ease;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
    filter: saturate(1.2) contrast(1.1);
}

.course_structure .learn_business:hover img {
    transform: scale(1.05);
    filter: saturate(1.4) contrast(1.2);
}

.course_structure .training_pro {
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    display: flex;
}

.course_structure .learn_plan h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: calc(28px * 1.1);
    position: relative;
    margin-bottom: 1.8rem;
}

.course_structure .learn_plan h3::after {
    left: 0;
    bottom: 0;
    background: rgb(174,193,193);
    content: "";
    border-radius: 10px;
    width: 70px;
    height: 4px;
    position: absolute;
}

.course_structure .learn_plan p {
    font-size: calc(13px * 1.1);
    line-height: 1.7;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
}

.course_structure .learn_plan .reach_request::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    z-index: -1;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
}

.course_structure .learn_plan .reach_request:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}



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


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


@media only screen and (max-width: 1200px) {.cookie_popup_disclosure {
    padding: 15px 0;
}.cookies_overview {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie_rules {
    display: none;
}.cookies_overview {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_popup_disclosure h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.web_tracking {
    margin-bottom: 15px;
}.cookie_window {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 1200px) {.contact .send_feedback:nth-child(1) {
    width: 40%;
}.contact .send_feedback:nth-child(2) {
    width: 25%;
}.contact .send_feedback:nth-child(3) {
    width: 35%;
}
}



@media (max-width: 768px) {.contact {
    padding: 4rem 0;
}.contact .send_feedback:nth-child(1),
    .contact .send_feedback:nth-child(3) {
    padding: 2rem;
}.contact .learn_form {
    flex-direction: column;
}.contact .learn_form a {
    width: 100%;
}.contact .send_feedback .img_caption_box {
    min-height: 250px;
}.contact .send_feedback h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 992px) {.secure_archive {
    padding: 3rem 1.5rem;
}.secure_archive .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
}.secure_archive h1 {
    font-size: calc(38px * 0.9);
}.secure_archive h2 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 768px) {.secure_archive {
    padding: 2rem 1rem;
}.secure_archive .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.secure_archive h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.secure_archive h2 {
    font-size: calc(30px * 0.8);
    margin: 2rem 0 1rem;
}.secure_archive h3 {
    font-size: calc(30px * 0.7);
}.secure_archive h4 {
    font-size: calc(30px * 0.6);
}.secure_archive p, 
    .secure_archive li,
    .secure_archive span {
    font-size: calc(12px * 0.95);
}.secure_archive ul {
    margin-left: 0.5rem;
}
}



@media (max-width: 767px) {.join_list {
    padding: 4rem 1.5rem;
}.join_list h3 {
    font-size: 19px;
}.join_list .request_grid {
    transform: rotateY(0deg);
    padding: 2rem;
    width: 100%;
}.join_list .input_holder {
    grid-template-columns: 1fr;
}.join_list .mail_join {
    width: 100%;
}}



@media (max-width: 767px) {.gratMessage {
    padding: 2.5rem 1.25rem;
}.gratMessage h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.gratMessage h2::after {
    width: 60px;
}.gratMessage .training_pro {
    padding: 1.5rem;
}.gratMessage li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 991px) {header .top_info {
    padding: 0.8rem 2.5%;
}header .header_nav svg {
    width: 130px;
}header .head_section {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .top_sitewrap {
    font-size: calc(15px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .top_info {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .header_nav svg {
    width: 110px;
}header .head_section {
    padding: 0.3rem;
}header .top_sitewrap {
    padding: 0.3rem 0.4rem;
    font-size: calc(15px - 2px);
}}



@media (min-width: 768px) {.company_info .word_box div div {
    column-count: 2;
}
}



@media (min-width: 992px) {.company_info {
    padding: 150px 0 180px;
}.company_info .container {
    padding: 0 40px;
}.company_info h2 {
    font-size: calc(36px * 1.4);
    margin-bottom: 60px;
}.company_info .word_box {
    padding: 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}
}



@media (hover: hover) {.company_info .word_box:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(174,193,193,0.5), 0.2);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}}



@media screen and (max-width: 992px) {.try_immediately {
    padding: 90px 0;
}.try_immediately .training_pro {
    padding: 50px 40px;
    max-width: 90%;
}.try_immediately h3 {
    margin-bottom: 45px;
    font-size: calc(29px * 0.9);
}.try_immediately h3::before {
    width: 25px;
    top: -35px;
    height: 25px;
}.try_immediately h3::after {
    width: 45px;
}.try_immediately .learn_help {
    padding: 14px 40px;
}
}



@media screen and (max-width: 576px) {.try_immediately {
    padding: 60px 0;
}.try_immediately .training_pro {
    padding: 30px 20px;
}.try_immediately h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 35px;
    letter-spacing: 2px;
}.try_immediately h3::before {
    height: 15px;
    width: 15px;
    top: -25px;
}.try_immediately h3::after {
    width: 35px;
}.try_immediately .learn_help {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}



@media (max-width: 768px) {.price_palette {
    padding: 60px 0;
}.price_palette h2 {
    font-size: calc(37px * 0.9);
}.price_palette .price_schemes {
    font-size: 13px;
    margin-bottom: 2rem;
}.price_palette .skill_plans {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.price_palette .fee_structure p {
    max-height: 200px;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 991px) {.course_candidates {
    padding: 100px 0;
}.course_candidates h4 {
    margin-bottom: 60px;
    font-size: calc(35px - 2px);
}.course_candidates div {
    gap: 25px;
}.course_candidates div p {
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
}.course_candidates div p svg {
    left: 20px;
    width: 30px;
    height: 30px;
    top: 20px;
}
}



@media (max-width: 479px) {.course_candidates {
    padding: 60px 0;
}.course_candidates h4 {
    font-size: calc(35px - 6px);
    margin-bottom: 40px;
    padding-bottom: 15px;
}.course_candidates div {
    gap: 15px;
}.course_candidates div p {
    font-size: calc(14px - 1px);
    padding: 15px 15px 15px 55px;
}.course_candidates div p svg {
    width: 25px;
    top: 15px;
    left: 15px;
    padding: 6px;
    height: 25px;
}}



@media (min-width: 992px) {.title_welcome {
    padding: 4rem 3rem;
}.title_welcome h1 {
    margin-bottom: 2.5rem;
    font-size: calc(18px * 1.4);
}.title_welcome .training_pro {
    gap: 4rem;
}.title_welcome .word_box {
    padding: 4rem 3rem;
}.title_welcome .img_caption_box {
    min-height: 500px;
}.title_welcome .main_welcome svg {
    width: 140px;
    height: 140px;
}.title_welcome .main_welcome p {
    line-height: 1.7;
    font-size: calc(16px * 1.1);
}.title_welcome .reach_request {
    padding: 1rem 2.5rem;
}
}



@media (min-width: 1200px) {.title_welcome h1 {
    font-size: calc(18px * 1.6);
}.title_welcome .word_box {
    padding: 5rem 4rem;
}.title_welcome .img_caption_box {
    min-height: 550px;
}.title_welcome .main_welcome p {
    line-height: 1.8;
    font-size: calc(16px * 1.2);
}.title_welcome .reach_request {
    padding: 1.1rem 3rem;
}
}



@media (max-width: 768px) {.leadership_profile .img_caption_box {
    width: 100%;
    height: 250px;
}}



@media (min-width: 768px) {.training_benefits {
    padding: 120px 40px;
}.training_benefits .training_pro {
    align-items: center;
    padding: 60px;
    flex-direction: row;
}.training_benefits .training_pro > div:first-child {
    flex: 0 0 40%;
}.training_benefits .word_box {
    flex: 0 0 60%;
    padding-left: 40px;
}.training_benefits ul {
    grid-template-columns: repeat(2, 1fr);
}.training_benefits h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 60px;
}.training_benefits h5::after {
    width: 100px;
}
}



@media (max-width: 991px) {.operation_process {
    padding: 6rem 0;
}.operation_process .training_pro {
    transform: perspective(800px) rotateX(1deg);
}.operation_process h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.operation_process .word_box {
    padding: 2rem;
}
}



@media (max-width: 767px) {.operation_process {
    padding: 5rem 0;
}.operation_process .training_pro {
    transform: none;
    padding: 0 1.5rem;
}.operation_process h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.operation_process h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.operation_process:hover h2::after {
    width: 80px;
}.operation_process .word_box {
    border-left-width: 3px;
    padding: 1.5rem;
}.operation_process .word_box::before {
    top: -6px;
    left: -7.5px;
    width: 12px;
    height: 12px;
}
}



@media screen and (max-width: 768px) {.connect_form {
    padding: 3rem 0;
}.connect_form h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 2rem;
}.connect_form .support_query h3 {
    font-size: calc(29px * 0.9);
}.connect_form .support_query input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect_form .support_query .support_form {
    align-items: flex-start;
}.connect_form .support_query .support_form input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media screen and (max-width: 768px) {.module_end {
    padding: 3rem 0 2rem;
}.module_end .header_tutor {
    gap: 2rem;
    flex-direction: column;
}.module_end .head_section::before,
    .module_end .head_section::after {
    display: none;
}.module_end .head_section {
    margin-bottom: 1.5rem;
}.biz_learnings {
    padding: 1rem 0;
}
}



@media screen and (max-width: 767px) {.course_structure .training_path {
    height: 40vh;
}.course_structure .training_path::after {
    height: 60%;
}.course_structure .learn_plan {
    padding: 1.5rem;
}.course_structure .learn_plan h3 {
    font-size: calc(28px * 0.8);
}.course_structure .learn_plan p {
    font-size: calc(13px * 0.9);
}.course_structure .learn_plan .reach_request {
    width: 100%;
    padding: 0.8rem 1.5rem;
}
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}



@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}



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



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

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



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



@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}



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



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



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



@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}



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



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

