﻿.wrapper-canvas {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

.header_bar {
    flex: 1 0 auto;
}

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

.footer_careers {
    flex: 0 0 auto;
}

.footer_careers {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
}


.mentorship_experience {
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    background: rgb(207,217,233);
}

.mentorship_experience .success_reviews {
    margin: 0 auto;
    position: relative;
    display: flex;
    perspective: 1000px;
    max-width: 1000px;
    flex-direction: column;
    transform-style: preserve-3d;
}

.mentorship_experience .image_stack {
    border-radius: 50%;
    position: relative;
    width: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 4px solid #ffffff;
    z-index: 5;
    overflow: hidden;
    height: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-left: 60px;
}

.mentorship_experience .success_reviews:hover .career_projects {
    transform: translateZ(30px);
}

.mentorship_experience .career_projects::before {
    transition: height 0.5s ease;
    height: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
}

.mentorship_experience .name {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    font-size: 34px;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.mentorship_experience .success_reviews:hover .career_projects > div:nth-child(2) {
    transform: translateX(15px);
}

.mentorship_experience .exp_progress {
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    padding: 20px 0;
    transform: translateY(0);
    font-size: 13px;
    position: relative;
    opacity: 0.9;
    color: #000000;
}

.mentorship_experience .exp_progress::after {
    bottom: 0;
    right: 0;
}

.mentorship_experience .success_reviews:hover .exp_progress::before,
.mentorship_experience .success_reviews:hover .exp_progress::after {
    height: 2px;
    background: rgb(112,151,180);
    width: 100px;
}

.course_highlights {
    grid-template-rows: 1fr;
    min-height: 100vh;
    grid-template-columns: 1fr;
    overflow: hidden;
    background-color: #000000;
    display: grid;
    position: relative;
}

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

.course_highlights .future_class::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    left: 0;
    z-index: 3;
    top: 0;
    position: absolute;
    content: "";
}

.course_highlights .knowledge_base {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}

.course_highlights .knowledge_base:hover img {
    transform: scale(1.2);
}

.course_highlights .container {
    padding: 0;
    width: 100%;
    align-items: center;
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    justify-content: center;
    display: flex;
    z-index: 4;
}

.course_highlights .learn_now h3 {
    font-weight: 700;
    grid-column: 1 / 2;
    padding-left: 2rem;
    font-size: 38px;
    position: relative;
    border-left: 4px solid rgb(160,184,208);
    color: #ffffff;
    margin: 0;
}

.course_highlights .learn_now .support_reach::before {
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(160,184,208);
}

.course_highlights .learn_now .support_reach:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course_highlights .learn_now .support_reach:hover::before {
    width: 100%;
}




.course_highlights .knowledge_base::before {
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 2;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    position: absolute;
    content: "";
}

.course_highlights .knowledge_base:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}




.course_highlights .growth_path::before {
    height: 1px;
    width: 100%;
    opacity: 0.3;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    position: absolute;
    left: 0;
}

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

.future_learners .growth_path {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.future_learners div {
    flex-direction: column;
    gap: 30px;
    display: flex;
    counter-reset: item;
}

.future_learners div p {
    padding: 0 0 0 70px;
    display: flex;
    position: relative;
    min-height: 50px;
    counter-increment: item;
    line-height: 1.6;
    margin: 0;
    align-items: center;
    color: #000000;
    font-size: 15px;
}

.future_learners div p:hover::before {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(160,184,208), 0.3);
    background: rgb(160,184,208);
    transform: translateY(-50%) scale(1.1);
}

.future_learners div p::after {
    left: 25px;
    content: "";
    top: 75px;
    position: absolute;
    height: calc(100% - 25px);
    background: rgb(160,184,208,0.5);
    opacity: 0.3;
    width: 1px;
}

.future_learners div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}

.future_learners div p svg path {
    fill: #ffffff;
}

.course_rewards {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(130deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 80%);
}

.course_rewards::after {
    filter: blur(80px);
    border-radius: 50%;
    left: -5%;
    background: rgb(160,184,208,0.5);
    bottom: -10%;
    animation: breathe 8s infinite alternate ease-in-out;
    width: 400px;
    position: absolute;
    height: 400px;
    content: "";
    opacity: 0.4;
}

.course_rewards .growth_path::before {
    width: 2px;
    top: 10%;
    background: linear-gradient(to bottom, rgb(160,184,208,0.5), transparent);
    content: "";
    position: absolute;
    height: 80%;
    z-index: 1;
    left: calc(50% - 1px);
}

.course_rewards .image_stack::after {
    inset: -15px;
    opacity: 0.6;
    content: "";
    transition: all 0.7s ease;
    z-index: -1;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    position: absolute;
    border: 1px solid rgb(112,151,180,0.5);
}

.course_rewards .image_stack:hover::after {
    opacity: 0.3;
    inset: -25px;
}

.course_rewards .content_wrap::before {
    height: 70px;
    opacity: 0.7;
    width: 70px;
    left: -10px;
    position: absolute;
    border-radius: 10px 0 0 0;
    top: -10px;
    border-top: 3px solid rgb(160,184,208);
    content: "";
    border-left: 3px solid rgb(160,184,208);
}

.course_rewards h3 {
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 30px;
    padding-bottom: 15px;
}

.course_rewards h3::after {
    left: 0;
    height: 4px;
    width: 60px;
    background: linear-gradient(to right, rgb(160,184,208), rgb(112,151,180));
    border-radius: 10px;
    content: "";
    bottom: 0;
    position: absolute;
}

.course_rewards li::before {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    background: linear-gradient(to right, rgb(160,184,208,0.5), transparent);
}

.course_rewards li p {
    padding: 16px 20px;
    gap: 16px;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    z-index: 1;
    position: relative;
    align-items: center;
    display: flex;
}

.course_rewards svg path {
    fill: rgb(160,184,208);
    transition: fill 0.3s ease;
}

.course_rewards li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(-10deg);
    background: #ffffff;
    border-radius: 6px;
}

.welcome_board .image_stack {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    transform: scale(1.05);
    z-index: 1;
}

.welcome_board .image_stack::after {
    position: absolute;
    z-index: 3;
    content: '';
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
}

.welcome_board h1 {
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    color: #ffffff;
    position: relative;
    transform: translateX(-20px);
    font-weight: 700;
    font-size: calc(44px * 1.2);
}

.welcome_board .content_wrap {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    max-width: 580px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.welcome_board .learn_techfast {
    position: relative;
    transform: scale(0.95);
    opacity: 0;
    animation: pulseIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s forwards;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome_board .learn_techfast:hover svg {
    transform: scale(1.05) rotate(2deg);
}

.welcome_board .learn_techfast:hover svg path {
    fill: rgb(114, 190, 188);
}

.welcome_board .learn_techfast:hover svg text {
    fill: rgb(114, 190, 188);
}

.welcome_board h6 {
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
    display: flex;
}

.welcome_board h6 .support_reach::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(45deg, rgb(112,151,180), rgba(94, 170, 168, 0.8));
    height: 100%;
    top: 0;
    z-index: -1;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.welcome_board h6 .support_reach:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.training_method::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 1;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(160,184,208,0.5) 25px, rgb(160,184,208,0.5) 26px, transparent 27px, transparent 49px, rgb(160,184,208,0.5) 50px, rgb(160,184,208,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(160,184,208,0.5) 25px, rgb(160,184,208,0.5) 26px, transparent 27px, transparent 49px, rgb(160,184,208,0.5) 50px, rgb(160,184,208,0.5) 51px, transparent 52px);
    height: 100%;
    position: absolute;
    animation: moveGrid 60s linear infinite;
}

.training_method h3 {
    position: relative;
    font-size: 28px;
    background: #ffffff;
    border: 8px solid transparent;
    width: 100%;
    transform: scale(0);
    font-weight: 700;
    margin: 0;
    animation: pixelateIn 1s ease-out forwards;
    color: rgb(160,184,208);
    padding: 2rem;
    max-width: 700px;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    border-image: linear-gradient(45deg, rgb(160,184,208), rgb(112,151,180)) 1;
}

.training_method h3 {
    font-size: calc(28px * 0.9);
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
    padding: 1.8rem;
}

.training_method h3 {
    padding: 1.5rem;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(28px * 0.8);
    border-width: 4px;
}

.training_method span::before,
.training_method span::after {
    height: 0;
    position: absolute;
    content: "";
    background: rgb(160,184,208,0.5);
    width: 0;
}

.training_method span::before {
    top: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    right: 0;
}

.training_method span::after {
    bottom: 0;
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
}



.footer_careers .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.footer_careers .company_holder h3 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(38px * 0.9);
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(160,184,208,0.5);
}

.footer_careers .company_holder h3 {
    position: relative;
    overflow: hidden;
}

.footer_careers .company_holder h3:hover::after {
    width: 100%;
}

.footer_careers .art_portal {
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 15px;
    color: #ffffff;
}

.footer_careers .main_base {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    display: flex;
}

.footer_careers .nav_know::before {
    transform: translateX(-100%);
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    inset: 0;
    content: '';
}

.footer_careers .nav_know h5 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer_careers .nav_know:hover h5::after {
    box-shadow: 0 0 8px rgb(160,184,208), 0 0 16px rgb(160,184,208,0.5);
    width: 70px;
}

.footer_careers .nav_know .main_base a {
    color: #ffffff;
    font-size: calc(13px * 0.95);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    opacity: 0.85;
    display: inline-block;
    text-decoration: none;
}

.footer_careers .nav_know .main_base a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}

.footer_careers .nav_know .main_base a:hover::before {
    box-shadow: 0 0 5px rgb(160,184,208,0.5);
    width: 100%;
}

.case_study::before {
    left: 0;
    height: 1px;
    position: absolute;
    right: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(160,184,208,0.5), transparent);
    top: 0;
}

.case_study .converter:hover {
    opacity: 1;
}




footer {
    position: relative;
}

footer::after {
    bottom: 0;
    position: absolute;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    z-index: 0;
    left: 0;
    content: '';
    opacity: 0.3;
    right: 0;
    top: 0;
}

.sign_up_now::after {
    border: 40px solid rgb(112,151,180,0.5);
    z-index: 1;
    bottom: -200px;
    width: 400px;
    content: '';
    left: -200px;
    opacity: 0.1;
    height: 400px;
    position: absolute;
    border-radius: 50%;
}

.sign_up_now .container {
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.sign_up_now .container::after {
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: rgb(112,151,180);
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
}

.sign_up_now .support_reach {
    font-weight: 600;
    background: transparent;
    height: 60px;
    transition: all 0.4s ease;
    font-size: 15px;
    border: 2px solid rgb(160,184,208);
    color: rgb(160,184,208);
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    z-index: 5;
    display: block;
    position: relative;
    width: 220px;
    text-decoration: none;
}

.sign_up_now .support_reach:hover::before {
    transform: scaleX(1);
}

.sign_up_now .growth_path::after {
    width: 88%;
    position: absolute;
    top: 6%;
    z-index: 1;
    content: '';
    height: 88%;
    left: 6%;
    border: 1px dashed rgb(112,151,180,0.5);
}

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

.contact_box .reach_grid {
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
}

.contact_box .message_request::before {
    opacity: 0.3;
    background: rgb(112,151,180);
    right: -10%;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    top: -10%;
    content: "";
}

.contact_box .message_request h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 38px;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.contact_box .message_request div:hover {
    border-left-color: rgb(112,151,180);
    transform: translateX(5px);
}

.contact_box .message_request div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact_box .message_request div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_box .message_request div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.contact_box .feedback_widget {
    padding: 60px 40px;
    background: #ffffff;
    width: 60%;
}

.contact_box form {
    flex-direction: column;
    display: flex;
}

.contact_box form input[type="text"]:focus,
.contact_box form input[type="email"]:focus {
    outline: none;
    border-color: rgb(160,184,208);
}

.contact_box form input::placeholder {
    color: #BBBBBB;
}

.contact_box .request_help {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.contact_box .request_help label {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
}

.contact_box .request_help input[type="checkbox"]:checked + label::before {
    background-color: rgb(160,184,208);
    border-color: rgb(160,184,208);
}

.contact_box .request_help label a {
    color: rgb(160,184,208);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_box .request_help label a:hover {
    text-decoration: underline;
}

.contact_box form .support_reach::after {
    height: 0;
    left: 50%;
    position: absolute;
    transform-style: flat;
    transition: width 0.3s ease, height 0.3s ease;
    content: "";
    width: 0;
    border-radius: 100%;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, -50%, 0);
}

.contact_box form .support_reach:active::after {
    height: 200px;
    width: 200px;
}

.contact_box .message_request div:nth-child(3) {
    animation-delay: 0.2s;
}

.contact_box .message_request div:nth-child(5) {
    animation-delay: 0.4s;
}

.client_testimonials::before {
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(112,151,180,0.5) 0px,
        rgb(112,151,180,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.client_testimonials h2 {
    position: relative;
    text-align: center;
    transform: translateY(0);
    animation: titleAppear 0.8s ease-out;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    opacity: 1;
    z-index: 3;
    font-size: 35px;
}

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

.client_testimonials .student_testimonials {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    z-index: 3;
    position: relative;
    display: grid;
}

.client_testimonials .success_reviews:nth-child(1) {
    --animation-order: 1;
}

.client_testimonials .success_reviews:nth-child(2) {
    --animation-order: 2;
}

.client_testimonials .success_reviews:nth-child(3) {
    --animation-order: 3;
}

.client_testimonials .success_reviews:nth-child(4) {
    --animation-order: 4;
}

.client_testimonials .success_reviews:nth-child(5) {
    --animation-order: 5;
}

.client_testimonials .success_reviews:nth-child(6) {
    --animation-order: 6;
}

.client_testimonials .success_reviews::before {
    line-height: 1;
    opacity: 0.2;
    color: rgb(112,151,180);
    content: "";
    font-family: Arial, sans-serif;
    top: -15px;
    font-size: 100px;
    left: 20px;
    position: absolute;
}

.client_testimonials .success_reviews h3 {
    position: relative;
    margin-bottom: 0.8rem;
    color: #000000;
    font-size: calc(18px * 1.05);
    font-weight: 600;
    display: inline-block;
}

.client_testimonials .success_reviews:hover h3::after {
    width: 100%;
}

.client_testimonials .success_reviews .description {
    z-index: 2;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.client_testimonials .success_reviews:hover div {
    transform: rotate(15deg) scale(1.1);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}

.client_testimonials .success_reviews div img {
    height: 100%;
    transition: transform 0.5s ease-out;
    object-fit: cover;
    width: 100%;
}

.privacy_concealment::before {
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(rgb(160,184,208,0.5), 0.03) 20px,
    rgba(rgb(160,184,208,0.5), 0.03) 40px
  );
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
}

.privacy_concealment .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1200px;
}

.privacy_concealment h1::after {
    content: "";
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    transform: scaleX(0);
    transform-origin: left;
    animation: expandWidth 0.6s ease-out 0.8s forwards;
    height: 4px;
    left: 0;
    position: absolute;
}

.privacy_concealment h2::before {
    width: 4px;
    top: 8px;
    background: rgb(112,151,180);
    left: 0;
    height: calc(100% - 16px);
    position: absolute;
    border-radius: 2px;
    content: "";
}

.privacy_concealment h3 {
    padding-left: 15px;
    animation: slideInUp 0.5s ease-out 0.5s forwards;
    opacity: 0;
    position: relative;
    font-size: calc(28px * 0.85);
    transform: translateY(10px);
    font-weight: 600;
    color: rgb(112,151,180);
    font-family: Arial, sans-serif;
    margin: 2rem 0 1rem;
}

.privacy_concealment h4::before {
    top: 8px;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1px;
    left: 0;
    height: calc(100% - 16px);
    width: 2px;
    position: absolute;
}

.privacy_concealment p {
    font-size: 12px;
    opacity: 0;
    animation: fadeSlideUp 0.7s ease-out 0.6s forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(8px);
    line-height: 1.7;
}

.privacy_concealment ul {
    margin: 0 0 2rem 0;
    animation: fadeSlideIn 0.7s ease-out 0.8s forwards;
    transform: translateX(10px);
    list-style-type: none;
    position: relative;
    opacity: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    border-left: 3px solid rgb(160,184,208,0.5);
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.privacy_concealment li:nth-child(1) {
    --li-index: 1;
}

.privacy_concealment li:nth-child(2) {
    --li-index: 2;
}

.privacy_concealment li:nth-child(3) {
    --li-index: 3;
}

.privacy_concealment li::before {
    border-radius: 2px;
    left: 0;
    height: 8px;
    position: absolute;
    background: rgb(160,184,208);
    width: 8px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px rgb(160,184,208,0.5);
    top: 1.2rem;
    content: "";
}

.thanksHub {
    background: linear-gradient(145deg, rgb(160,184,208,0.5), rgb(112,151,180,0.5));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.thanksHub::before {
    opacity: 0.03;
    pointer-events: none;
    transform: rotate(-15deg) skew(15deg);
    content: "";
    width: 50%;
    left: -5%;
    position: absolute;
    height: 70%;
    background: #ffffff;
    top: -10%;
}

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

.thanksHub .growth_path:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksHub .growth_path::before {
    transform-origin: left center;
    width: 6px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleY(0);
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    left: 0;
    position: absolute;
    top: 0;
}

.thanksHub h5 {
    margin: 0;
    transform: translateY(0);
    font-size: 24px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
}

.thanksHub .growth_path:hover h5::after {
    transform: scaleX(1);
}

.thanksHub a {
    overflow: hidden;
    transition: transform 0.4s ease;
    position: relative;
    display: block;
    text-decoration: none;
}

.thanksHub a:hover {
    transform: translateX(5px);
}

.thanksHub a:hover p {
    color: rgb(160,184,208);
}

.thanksHub a::before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transform: skewX(-15deg);
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    pointer-events: none;
    opacity: 0.3;
    background: linear-gradient(90deg, #ffffff, rgb(112,151,180,0.5), #ffffff);
    height: 100%;
}

#userAgreementPopup:checked ~ .modalCookieSettings {
    opacity: 0;
    visibility: hidden;
}

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

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

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

.wrapper-canvas .cookies_terms {
    padding: 40px 0;
    justify-content: space-between;
}

.wrapper-canvas .data_agree {
    color: #ffffff;
    text-align: left;
}

.wrapper-canvas .data_agree h5 {
    font-weight: 700;
}

.wrapper-canvas .data_agree h5, .wrapper-canvas .data_agree p {
    color: #ffffff;
}

.package_deal::before {
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(160,184,208), 0.03) 40px, rgba(rgb(160,184,208), 0.03) 80px);
    top: 0;
    height: 100%;
}

.package_deal .cost_breakdown {
    margin: 0 auto;
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    padding: 2rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(#ffffff, 0.9);
}

.package_deal .cost_breakdown:hover h2::after {
    transform: scaleX(1.5);
}

.package_deal .learn_fees {
    color: #000000;
    max-width: 100%;
    word-break: break-word;
    line-height: 1.6;
    font-size: 17px;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
}

.package_deal .bundle_rate {
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    height: 100%;
}

.package_deal .bundle_rate:hover .price_choices {
    box-shadow: 0 15px 35px rgba(rgb(160,184,208,0.5), 0.15);
}

.package_deal .fee_pricing {
    flex-direction: column;
    min-height: 280px;
    display: flex;
    padding: 2rem;
    flex-grow: 1;
}

.package_deal .plan_pricing {
    margin: 0.5rem 0 1.25rem;
    display: block;
    font-weight: 700;
    font-size: calc(18px + 0.3rem);
    position: relative;
    color: rgb(160,184,208);
}

.package_deal .fee_pricing p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    font-size: 17px;
    margin-top: 1.5rem;
    flex-grow: 1;
}

.package_deal .image_stack::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
}

header::after {
    position: absolute;
    background-size: 20px 20px;
    z-index: 1;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(112,151,180,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(112,151,180,0.5) 100%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    top: 0;
}

header .container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
    z-index: 2;
}

header .top_base::before {
    width: 120px;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(112,151,180,0.5) 120deg,
            transparent 180deg,
            rgb(160,184,208,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    opacity: 0.2;
    position: absolute;
    animation: rotate 10s linear infinite;
    border-radius: 50%;
    z-index: -1;
}

header .top_base svg {
    filter: drop-shadow(0 0 8px rgb(160,184,208,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s ease;
}

header .nav_know::before {
    z-index: 3;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
}

header .main_info {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    z-index: 2;
    white-space: nowrap;
    font-weight: 600;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    font-size: 16px;
    perspective: 800px;
    letter-spacing: 1px;
}

header .main_info:hover {
    text-shadow: 0 0 5px rgb(112,151,180,0.5);
    transform: translateY(-2px) translateZ(0);
    color: rgb(112,151,180);
}

header .main_info:hover::before {
    border-color: rgb(112,151,180,0.5);
    box-shadow: 0 0 15px rgb(160,184,208,0.5);
    transform: translateZ(0);
}

.our_story::before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
}

.our_story .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 0 20px;
    position: relative;
    display: grid;
    margin: 0 auto;
    z-index: 3;
}

.our_story .content_wrap:hover {
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-5px) translateZ(0);
}

.our_story h1 {
    transform: translateX(-5px);
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.our_story h1::after {
    position: absolute;
    bottom: -10px;
    background: rgb(160,184,208);
    left: 0;
    width: 80px;
    content: "";
    height: 3px;
    transform-origin: left;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.our_story span {
    font-size: 15px;
    position: relative;
    max-width: 100%;
    line-height: 1.7;
    column-gap: 40px;
    margin-top: 10px;
    display: block;
    columns: 1;
    font-weight: 400;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.our_story .content_wrap::after {
    content: "";
    width: 80px;
    right: -20px;
    z-index: -1;
    bottom: 40px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(160,184,208);
    height: 80px;
    opacity: 0.15;
}

header .top_plank .peak_study {
    line-height: 21px;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

header .nav_know::-webkit-scrollbar {
    display: none;
}


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



@media (max-width: 767px) {.mentorship_experience {
    padding: 60px 20px;
}.mentorship_experience .career_projects {
    padding: 60px 25px 35px;
}.mentorship_experience .name {
    font-size: calc(34px - 4px);
}.mentorship_experience .career_projects > div:nth-child(2) {
    font-size: calc(13px - 1px);
}.mentorship_experience .exp_progress {
    font-size: calc(13px - 1px);
}}




@media (max-width: 768px) {.course_highlights {
    min-height: 100vh;
}.course_highlights .future_class::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_highlights .growth_path {
    margin-bottom: 0;
}.course_highlights .learn_now {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.course_highlights .learn_now h3 {
    font-size: calc(38px * 0.9);
}.course_highlights .learn_now span,
    .course_highlights .learn_now p {
    font-size: calc(15px * 0.9);
}.course_highlights .learn_now .support_reach {
    width: 100%;
    margin-top: 1.5rem;
}}



@media (max-width: 767px) {.future_learners {
    padding: 80px 0;
}.future_learners h4 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.future_learners div {
    gap: 20px;
}.future_learners div p {
    padding-left: 60px;
}.future_learners div p::before {
    width: 45px;
    height: 45px;
}.future_learners div p::after {
    left: 22px;
    top: 67px;
}.future_learners div p svg {
    left: 12px;
    top: 12px;
    width: 21px;
    height: 21px;
}
}



@media (max-width: 992px) {.course_rewards {
    padding: 80px 0;
}.course_rewards .growth_path {
    grid-template-columns: 1fr;
    gap: 50px;
}.course_rewards .growth_path::before {
    display: none;
}.course_rewards .image_stack {
    margin: 0 auto;
    grid-row: 1;
    transform: perspective(800px) rotateY(0);
    width: 80%;
    grid-column: 1;
}.course_rewards .content_wrap {
    margin: 0 auto;
    grid-row: 2;
    width: 90%;
    transform: translateY(0);
    grid-column: 1;
}
}



@media screen and (max-width: 991px) {.welcome_board h1 {
    font-size: calc(44px * 1.1);
}.welcome_board .content_wrap {
    padding: 2rem;
    max-width: 520px;
}
}



@media screen and (max-width: 768px) {.welcome_board .growth_path {
    padding: 1.5rem;
    text-align: center;
    align-items: center;
}.welcome_board h1 {
    font-size: 44px;
}.welcome_board h1::after {
    transform: translateX(-50%);
    left: 50%;
}.welcome_board .content_wrap {
    padding: 1.8rem;
    text-align: center;
}.welcome_board h6 {
    justify-content: center;
}
}



@media (prefers-reduced-motion: reduce) {.welcome_board .image_stack,
    .welcome_board h1,
    .welcome_board .content_wrap,
    .welcome_board .learn_techfast,
    .welcome_board h6 .support_reach {
    transition: none;
    animation: none;
    opacity: 1;
    transform: none;
}.welcome_board h1::after {
    animation: none;
    width: 80px;
}}



@media (max-width: 768px) {.footer_careers {
    padding: 40px 0 20px;
}.footer_careers .main_base {
    flex-direction: column;
}.footer_careers .nav_know {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.footer_careers .company_holder h3 {
    font-size: calc(38px * 0.8);
}.footer_careers .nav_know h5 {
    font-size: calc(18px * 0.9);
}.case_study .converter {
    font-size: calc(12px * 0.9);
}
}



@media (max-width: 991px) {.sign_up_now {
    padding: 110px 0;
}.sign_up_now .container {
    padding: 50px;
}.sign_up_now .container p {
    font-size: calc(19px * 1.2);
    margin-bottom: 35px;
}.sign_up_now .container::before,
    .sign_up_now .container::after {
    width: 70px;
    height: 70px;
}.sign_up_now .support_reach {
    line-height: 55px;
    height: 55px;
    width: 200px;
}
}



@media (max-width: 480px) {.sign_up_now {
    padding: 70px 0;
}.sign_up_now .container {
    padding: 30px;
}.sign_up_now .container p {
    margin-bottom: 25px;
    font-size: calc(15px * 1.2);
}.sign_up_now .container::before,
    .sign_up_now .container::after {
    width: 50px;
    height: 50px;
}.sign_up_now .support_reach {
    height: 45px;
    width: 160px;
    line-height: 45px;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 992px) {.client_testimonials {
    padding: 3rem 0;
}.client_testimonials h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.client_testimonials .student_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.client_testimonials .success_reviews {
    padding: 1.75rem;
}
}



@media (max-width: 576px) {.client_testimonials {
    padding: 2rem 0;
}.client_testimonials h2 {
    font-size: calc(35px * 0.8);
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}.client_testimonials .container {
    padding: 0 15px;
}.client_testimonials .success_reviews {
    padding: 1.5rem;
}.client_testimonials .success_reviews h3 {
    font-size: calc(18px * 0.95);
}.client_testimonials .success_reviews .description {
    font-size: calc(18px * 0.95);
}.client_testimonials .success_reviews div {
    width: 50px;
    height: 50px;
}}



@media (min-width: 992px) {.privacy_concealment {
    padding: 6rem 4rem;
}.privacy_concealment h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 3.5rem;
}.privacy_concealment h1::after {
    width: 150px;
}.privacy_concealment .container {
    max-width: 1400px;
    padding: 0 4rem;
}.privacy_concealment ul {
    margin: 0 0 3rem 2rem;
    padding: 1.5rem 2.5rem 1.5rem 3rem;
}.privacy_concealment h2 {
    margin: 3.5rem 0 2rem;
}.privacy_concealment p,
  .privacy_concealment span {
    margin-bottom: 2rem;
}
}



@media (min-width: 992px) {.thanksHub {
    padding: 150px 0;
}.thanksHub .growth_path {
    margin: 0 auto;
    max-width: 85%;
    padding: 80px 70px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksHub h5 {
    font-size: calc(24px * 1.15);
    line-height: 1.3;
}.thanksHub p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}.thanksHub h5::after {
    width: 100px;
}
}



@media (min-width: 1200px) {.thanksHub .growth_path {
    max-width: 75%;
}
}



@media (max-width: 991px) {.thanksHub {
    padding: 100px 0;
}.thanksHub .growth_path {
    padding: 50px 40px;
}
}



@media (max-width: 767px) {.thanksHub {
    padding: 80px 0;
}.thanksHub .growth_path {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thanksHub h5 {
    font-size: calc(24px * 0.9);
}
}


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


@media only screen and (max-width: 800px) {.cookie_gate {
    display: none;
}.cookies_terms {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.modalCookieSettings h5 {
    text-align: center;
}.modalCookieSettings p {
    text-align: center;
}.data_agree {
    margin-bottom: 20px;
}body .wrapper-canvas .cookie_review {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (min-width: 1200px) {.package_deal .fee_choices {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.package_deal .fee_pricing {
    padding: 2.5rem;
}.package_deal .cost_breakdown h2 {
    font-size: calc(28px + 0.2rem);
}.package_deal .image_stack {
    height: 250px;
}
}



@media (max-width: 991px) {header .top_base {
    margin: 0.8rem 0 1.2rem;
}header .top_base svg {
    height: 40px;
}header .main_info {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (min-width: 768px) {.our_story {
    padding: 150px 0;
}.our_story .container {
    grid-template-columns: 1fr;
}.our_story .content_wrap {
    padding: 60px 70px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.our_story h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 40px;
}.our_story span {
    columns: 2;
    column-gap: 50px;
}
}



@media (min-width: 1200px) {.our_story .content_wrap {
    padding: 70px 80px;
    width: calc(100% - 100px);
    margin-left: 100px;
}.our_story h1 {
    font-size: calc(45px * 1.4);
}.our_story span {
    column-gap: 60px;
    columns: 2;
}
}



@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(160,184,208,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(160,184,208);
    }
}

@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



@keyframes pulseIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



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



@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }



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



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



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



@keyframes expandWidth {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



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

