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

html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
}

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

header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(160,184,208,0.5) 0%,
        #000000 100%);
    top: 0;
}

.mentorship_experience::before {
    left: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(160,184,208,0.5) 30px,
        rgb(160,184,208,0.5) 32px
    );
}

.mentorship_experience .success_reviews:hover .image_stack {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(160,184,208);
}

.mentorship_experience .career_projects {
    padding: 60px 40px 40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    transform: translateZ(0);
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}

.mentorship_experience .success_reviews:hover .career_projects::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}

.mentorship_experience .success_reviews:hover .name {
    transform: translateX(15px);
    color: rgb(160,184,208);
}

.mentorship_experience .career_projects > div:nth-child(2) {
    opacity: 0.8;
    color: rgb(112,151,180);
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateX(0);
    letter-spacing: 0.5px;
    transition: all 0.4s ease 0.1s;
    font-size: 13px;
}

.mentorship_experience .success_reviews:hover .exp_progress {
    transform: translateY(-5px);
}

.mentorship_experience .exp_progress::before,
.mentorship_experience .exp_progress::after {
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    width: 35px;
    height: 1px;
    background: rgb(112,151,180,0.5);
}

.mentorship_experience .exp_progress::before {
    top: 0;
    left: 0;
}

.course_highlights::before {
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.4;
    background: 
        radial-gradient(circle at left bottom, rgb(160,184,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(112,151,180,0.5) 0%, transparent 30%);
    pointer-events: none;
    height: 100%;
    position: absolute;
}

.course_highlights .learn_more {
    display: flex;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    width: 500%;
}

.course_highlights .future_class:hover .learn_more {
    animation-play-state: paused;
}

.course_highlights .knowledge_base img {
    transition: transform 8s ease;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.2);
}

.course_highlights .growth_path {
    width: 100%;
    margin-bottom: 0;
}

.course_highlights .learn_now {
    grid-column-gap: 2rem;
    padding: 0 2rem;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.course_highlights .learn_now p {
    margin: 0;
    line-height: 1.6;
    opacity: 0.7;
    grid-column: 3 / 4;
    color: #ffffff;
    font-size: 15px;
}

.course_highlights .learn_now .support_reach {
    display: flex;
    font-weight: 600;
    border: 2px solid rgb(160,184,208);
    font-size: 17px;
    text-decoration: none;
    margin: 2rem auto 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    background-color: transparent;
    grid-column: 1 / 4;
    overflow: hidden;
    width: max-content;
    position: relative;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    justify-content: center;
    color: #ffffff;
    z-index: 1;
}

.course_highlights .knowledge_base::after {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(160,184,208) 50%, 
                transparent 100%);
    top: 30%;
    width: 100%;
    content: "";
    position: absolute;
    box-shadow: 0 0 8px rgb(160,184,208);
    left: -100%;
    z-index: 3;
    animation: moving-line 8s linear infinite;
    height: 1px;
}

.course_highlights .knowledge_base:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

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

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

.future_learners {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #ffffff;
}

.future_learners::before {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(rgb(160,184,208,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(160,184,208,0.5) 1px, transparent 1px);
    z-index: 0;
    opacity: 0.03;
    content: "";
    top: 0;
    background-size: 40px 40px;
}

.future_learners h4 {
    line-height: 1.3;
    padding-left: 20px;
    border-left: 4px solid rgb(160,184,208);
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 600;
    font-size: 29px;
}

.future_learners div p::before {
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    justify-content: center;
    width: 50px;
    color: rgb(160,184,208);
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 50px;
    background: rgb(207,217,233);
    border: 1px solid rgba(rgb(160,184,208), 0.1);
    display: flex;
    font-weight: 700;
    align-items: center;
    position: absolute;
    content: counter(item);
}

.future_learners div p:last-child::after {
    display: none;
}

.future_learners div p svg {
    height: 24px;
    width: 24px;
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    left: 13px;
    top: 13px;
}

.future_learners div p:hover {
    color: #000000;
    transform: translateX(5px);
}

.course_rewards::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 80% 20%, rgb(112,151,180,0.5) 0%, transparent 55%);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.7;
}

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

.course_rewards .growth_path {
    gap: 70px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.course_rewards .image_stack {
    transform: perspective(800px) rotateY(10deg);
    width: 100%;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    position: relative;
    grid-column: 1;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.course_rewards .image_stack:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}

.course_rewards .content_wrap {
    background: #ffffff;
    z-index: 2;
    padding: 50px 40px;
    position: relative;
    border-radius: 20px;
    transform: translateY(20px);
    grid-column: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.course_rewards .content_wrap::after {
    position: absolute;
    border-radius: 0 0 10px 0;
    border-right: 3px solid rgb(112,151,180);
    border-bottom: 3px solid rgb(112,151,180);
    opacity: 0.7;
    width: 70px;
    bottom: -10px;
    content: "";
    right: -10px;
    height: 70px;
}

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

.course_rewards li {
    background: rgb(207,217,233);
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.course_rewards li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.course_rewards li:hover::before {
    opacity: 0.3;
}

.course_rewards svg {
    border-radius: 12px;
    justify-content: center;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    width: 24px;
    align-items: center;
    padding: 5px;
    height: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.course_rewards li:hover svg path {
    fill: rgb(112,151,180);
}

.welcome_board {
    min-height: 100vh;
    background-color: rgb(207,217,233);
    width: 100%;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.welcome_board .image_stack::before {
    left: 0;
    content: '';
    z-index: 2;
    backdrop-filter: blur(3px);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(94, 170, 168, 0.85) 0%, 
        rgba(94, 170, 168, 0.4) 50%, 
        rgba(25, 85, 83, 0.8) 100%);
}

.welcome_board .growth_path {
    padding: 2rem;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    z-index: 5;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.welcome_board h1::after {
    animation: expandWidth 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: '';
    position: absolute;
}

.welcome_board .content_wrap::before {
    top: -5px;
    border-radius: calc(10px + 5px);
    right: -5px;
    pointer-events: none;
    bottom: -5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    z-index: -1;
    left: -5px;
    position: absolute;
}

.welcome_board .content_wrap p {
    max-width: 500px;
    font-size: calc(14px * 1.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.8rem;
    color: #ffffff;
    line-height: 1.6;
}

.welcome_board .learn_techfast svg {
    height: 100px;
    width: 100px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.welcome_board .learn_techfast svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}

.welcome_board .learn_techfast svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.welcome_board h6 .support_reach {
    color: rgb(112,151,180);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    position: relative;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    font-size: 17px;
    background: #ffffff;
}

.welcome_board h6 .support_reach:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.training_method {
    padding: 8rem 2rem;
    position: relative;
    background: rgb(207,217,233);
    overflow: hidden;
}

.training_method {
    padding: 6rem 1.5rem;
}

.training_method {
    padding: 5rem 1rem;
}

.training_method::after {
    height: 200%;
    bottom: -50%;
    opacity: 0.15;
    z-index: 0;
    animation: pulse 20s infinite alternate;
    left: -50%;
    width: 200%;
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(112,151,180,0.5) 0%, transparent 60%);
}

.training_method .growth_path {
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.training_method .growth_path {
    gap: 2rem;
}

.training_method h3::before,
.training_method h3::after {
    height: 0;
    background: rgb(112,151,180,0.5);
    width: 0;
    content: "";
    position: absolute;
}

.training_method h3::before {
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
    left: 0;
    top: 0;
}

.training_method h3::after {
    bottom: 0;
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
}

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

.training_method span {
    padding: 1.8rem;
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
}

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

.footer_careers .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}

.footer_careers .company_holder::after {
    height: 80%;
    width: 1px;
    right: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(160,184,208), transparent);
    top: 10%;
}

.footer_careers .company_holder h3::after {
    width: 40%;
    bottom: -5px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease-in-out;
    background: rgb(160,184,208);
    left: 0;
    content: '';
}

.footer_careers .art_portal:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}

.footer_careers .affiliate_cta {
    flex: 0 0 65%;
    justify-content: space-between;
    position: relative;
    display: flex;
}

.footer_careers .nav_know {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
    overflow: hidden;
    border-radius: 26px;
    padding: 20px;
}

.footer_careers .nav_know:hover::before {
    transform: translateX(100%);
}

.footer_careers .nav_know h5::after {
    width: 40px;
    background: rgb(160,184,208);
    transition: width 0.3s ease, box-shadow 0.3s ease;
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    height: 2px;
}

.footer_careers .nav_know .main_base {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.footer_careers .nav_know .main_base a::before {
    width: 0;
    height: 1px;
    transform-origin: left;
    content: '';
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
    left: 0;
}

.case_study {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    position: relative;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

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

.case_study .converter {
    font-size: 12px;
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.footer_careers .company_holder h3::before {
    pointer-events: none;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    left: -100%;
    transition: 0.5s;
    height: 100%;
}

.footer_careers .company_holder h3:hover::before {
    left: 100%;
}

.sign_up_now {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(207,217,233) 100%);
}

.sign_up_now::before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 300px;
    right: -150px;
    top: -150px;
    height: 300px;
    border: 30px solid rgb(160,184,208,0.5);
    border-radius: 50%;
    opacity: 0.1;
}

.sign_up_now .growth_path {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 10;
}

.sign_up_now .container::before {
    z-index: 1;
    width: 80px;
    content: '';
    top: 0;
    background: rgb(160,184,208);
    height: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    position: absolute;
}

.sign_up_now .container p {
    position: relative;
    line-height: 1.4;
    font-size: 33px;
    text-align: center;
    z-index: 5;
    color: #000000;
    margin: 0 0 40px 0;
    font-weight: 700;
}

.sign_up_now .support_reach::before {
    transition: transform 0.4s ease;
    left: -2px;
    top: -2px;
    background: rgb(160,184,208);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    position: absolute;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
}

.sign_up_now .support_reach:hover {
    color: #ffffff;
}

.sign_up_now .growth_path::before {
    content: '';
    border: 1px dashed rgb(160,184,208,0.5);
    width: 94%;
    position: absolute;
    height: 94%;
    z-index: 1;
    left: 3%;
    top: 3%;
}

.contact_box {
    padding: 100px 0;
    position: relative;
}

.contact_box::before {
    position: absolute;
    background-color: rgb(207,217,233);
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
}

.contact_box .message_request {
    background: rgb(160,184,208);
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
    width: 40%;
}

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

.contact_box .message_request div {
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #ffffff;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}



.contact_box .message_request div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}

.contact_box .message_request div:hover svg path {
    fill: rgb(112,151,180);
}

.contact_box .message_request div span {
    color: #ffffff;
    font-size: 18px;
}

.contact_box .message_request div span a:hover {
    color: rgb(112,151,180);
}

.contact_box .feedback_widget h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.contact_box form input[type="text"],
.contact_box form input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 18px;
    border: 2px solid #EFEFEF;
}

.contact_box .request_help input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_box .request_help label::before {
    width: 20px;
    position: absolute;
    border-radius: 10px;
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    content: "";
    top: 2px;
    height: 20px;
    left: 0;
}

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

.contact_box form .support_reach {
    align-self: flex-start;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    padding: 15px 30px;
    background-color: rgb(160,184,208);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
}

.contact_box form .support_reach:hover {
    background-color: rgb(112,151,180);
}

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

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

.client_testimonials {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(207,217,233) 0%, #ffffff 100%);
}

.client_testimonials::after {
    top: -10%;
    width: 35%;
    z-index: 0;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    height: 35%;
    opacity: 0.08;
    position: absolute;
    background: rgb(160,184,208);
    right: -10%;
}

.client_testimonials h2::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    transform: translateX(-50%) skewX(-20deg);
    height: 4px;
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
}

.client_testimonials .growth_path {
    position: relative;
    overflow: hidden;
}

.client_testimonials .success_reviews {
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    transform: translateY(20px);
    opacity: 0;
    animation: reviewAppear 0.6s ease-out forwards;
    border-left: 4px solid rgb(112,151,180);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
}

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

.client_testimonials .success_reviews:hover {
    border-left-color: rgb(160,184,208);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
}

.client_testimonials .success_reviews h3::after {
    width: 0;
    background: linear-gradient(90deg, rgb(160,184,208) 0%, rgb(112,151,180) 100%);
    left: 0;
    bottom: -4px;
    height: 2px;
    content: "";
    transition: width 0.3s ease-out 0.1s;
    position: absolute;
}

.client_testimonials .success_reviews div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
    margin-left: auto;
    width: 60px;
    height: 60px;
    border-radius: 0;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.client_testimonials .success_reviews:hover div img {
    transform: scale(1.1);
}

.privacy_concealment {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}

.privacy_concealment::after {
    opacity: 0.1;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle, rgb(112,151,180,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    right: -50%;
    position: absolute;
    width: 100%;
}

.privacy_concealment h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: rgb(160,184,208);
    transform: translateX(-5px);
    letter-spacing: -0.02em;
    animation: slideInLeft 0.6s ease-out 0.2s forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 41px;
}

.privacy_concealment h2 {
    font-size: 28px;
    color: rgb(112,151,180);
    margin: 2.5rem 0 1.5rem;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    padding-left: 20px;
    opacity: 0;
    animation: slideInUp 0.5s ease-out 0.4s forwards;
    position: relative;
    font-weight: 600;
}

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

.privacy_concealment h4 {
    animation: slideInUp 0.5s ease-out 0.6s forwards;
    transform: translateY(8px);
    padding-left: 12px;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: #000000;
    opacity: 0;
    font-size: calc(28px * 0.7);
    font-family: Arial, sans-serif;
    position: relative;
}

.privacy_concealment p strong {
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy_concealment p strong::after {
    width: 100%;
    height: 1px;
    background: rgb(112,151,180,0.5);
    content: "";
    bottom: -2px;
    left: 0;
    position: absolute;
}

.privacy_concealment ul::before {
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(112,151,180,0.5) 0%, transparent 10%);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}

.privacy_concealment li {
    padding: 0.8rem 0 0.8rem 1.8rem;
    line-height: 1.6;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 12px;
    animation: listItemAppear 0.4s ease-out forwards;
    margin-bottom: 0.5rem;
    animation-delay: calc(0.9s + (0.1s * var(--li-index, 0)));
    position: relative;
    transform: translateY(8px);
}

.privacy_concealment span {
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    position: relative;
    border-left: 1px dashed rgb(112,151,180,0.5);
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.7s ease-out 1s forwards;
    line-height: 1.7;
    font-size: 12px;
    opacity: 0;
    color: #000000;
    padding-left: 1rem;
    display: block;
}

.thanksHub::after {
    transform: rotate(25deg) skew(-15deg);
    position: absolute;
    right: -5%;
    height: 80%;
    pointer-events: none;
    opacity: 0.05;
    content: "";
    width: 40%;
    bottom: -10%;
    background: rgb(112,151,180);
}

.thanksHub .growth_path {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.thanksHub .growth_path:hover::before {
    transform: scaleY(1);
}

.thanksHub .growth_path > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.thanksHub .growth_path:hover h5 {
    transform: translateY(-5px);
}

.thanksHub h5::after {
    transform: scaleX(0.7);
    height: 3px;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    width: 80px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -8px;
    left: 0;
    position: absolute;
    transform-origin: left center;
}

.thanksHub p {
    transition: color 0.3s ease;
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    font-size: 17px;
}

.thanksHub a:hover::before {
    left: 200%;
}

.modalCookieSettings {
    background: rgb(207,217,233);
    border-top: 2px solid rgb(160,184,208);
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#userAgreementPopup {
    display: none;
}

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

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

.cookie_gate svg, .cookie_gate svg path, .cookie_gate img {
    width: 100px;
    height: 100px;
    fill: rgb(160,184,208);
}

.modalCookieSettings p a {
    color: rgb(160,184,208);
    text-decoration: none;
}


.wrapper-canvas .modalCookieSettings {
    background: rgb(160,184,208);
    box-shadow: rgb(112,151,180,0.5) 0px 0px 10px 10px;
}

.wrapper-canvas .cookie_review {
    margin-left: 30px;
    background: #ffffff;
    border: none;
    padding: 10px;
    color: rgb(160,184,208);
    font-size: 20px;
}

.wrapper-canvas .modalCookieSettings p a {
    text-decoration: underline;
    color: rgb(112,151,180);
}

.package_deal {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(112,151,180,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.package_deal .container {
    padding: 0 1.5rem;
    max-width: 1320px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.package_deal .access_cost {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}

.package_deal .cost_breakdown:hover {
    transform: translateY(-5px);
}

.package_deal .cost_breakdown h2 {
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 28px;
    position: relative;
}

.package_deal .cost_breakdown h2::after {
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(1);
    width: 80px;
    transform-origin: left;
    background: rgb(160,184,208);
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
}

.package_deal .fee_choices {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.package_deal .bundle_rate:hover {
    transform: translateY(-8px);
}

.package_deal .price_choices {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.package_deal .fee_pricing h3 {
    margin-bottom: 1rem;
    font-size: calc(18px + 0.1rem);
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    color: #000000;
}

.package_deal .plan_pricing::before {
    bottom: -10px;
    height: 2px;
    left: 0;
    content: "";
    width: 40px;
    background: rgb(112,151,180);
    position: absolute;
}

.package_deal .image_stack {
    height: 220px;
    transition: transform 0.6s ease-out;
    position: relative;
    transform: scale(1);
    width: 100%;
}

.package_deal .bundle_rate:hover .image_stack {
    transform: scale(1.05);
}

header::before {
    content: "";
    animation: pulse-bg 8s infinite alternate;
    opacity: 0.3;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(112,151,180,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(160,184,208,0.5) 0%, transparent 15%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

header .top_pro {
    align-items: center;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
}

header .top_base {
    text-decoration: none;
    margin: 1rem 0 1.5rem;
    align-items: center;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}

header .top_base::after {
    z-index: -2;
    opacity: 0.3;
    background: rgb(112,151,180,0.5);
    width: 70px;
    filter: blur(20px);
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    height: 70px;
    position: absolute;
    border-radius: 50%;
}

header .top_base:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(112,151,180));
}

header .nav_know {
    width: 100vw;
    display: flex;
    position: relative;
    overflow-x: auto;
    justify-content: center;
    border-bottom: 1px solid rgb(160,184,208,0.5);
    gap: 0.8rem;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-top: 1px solid rgb(160,184,208,0.5);
    padding: 1rem 0;
    scrollbar-width: none;
}

header .main_info::before {
    height: 100%;
    border-radius: 10px;
    left: 0;
    position: absolute;
    transform: translateZ(-10px);
    content: "";
    width: 100%;
    border: 1px solid transparent;
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

header .main_info::after {
    transition: all 0.3s ease;
    left: 50%;
    background: rgb(112,151,180);
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    width: 0%;
    transform: translateX(-50%);
}

header .main_info:hover::after {
    width: 80%;
}

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

.our_story::after {
    z-index: 2;
    position: absolute;
    width: 100%;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
    left: 0;
    pointer-events: none;
}

.our_story .content_wrap {
    transform: translateZ(0);
    border-left: 4px solid rgb(160,184,208);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(
    to right bottom,
    rgba(rgb(160,184,208,0.5), 0.25),
    rgba(rgb(112,151,180,0.5), 0.15)
  );
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 50px 40px;
}



.our_story ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.our_story li {
    margin-bottom: 20px;
}

.our_story h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(24px * 1.2);
    color: rgb(112,151,180);
    display: inline-block;
}

.our_story .content_wrap::before {
    right: 30px;
    opacity: 0.2;
    content: "";
    height: 120px;
    border-radius: 50%;
    top: -10px;
    width: 120px;
    border: 2px solid rgb(112,151,180);
    position: absolute;
    transform: rotate(-15deg);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(160,184,208);
}

header .top_plank .peak_study div svg, header .top_plank .peak_study div svg path {
    fill: #ffffff;
}

header .top_plank .peak_study div span {
    color: #ffffff;
}

header .top_plank .peak_study div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}

header .top_plank .peak_study div img, header .top_plank .peak_study div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}


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



@media (min-width: 768px) {.mentorship_experience .success_reviews {
    flex-direction: row;
    align-items: center;
}.mentorship_experience .image_stack {
    width: 180px;
    margin-left: 0;
    margin-right: -80px;
    height: 180px;
    z-index: 5;
}.mentorship_experience .career_projects {
    padding-left: 100px;
    margin-top: 0;
    flex: 1;
}
}




@media (max-width: 992px) {.course_highlights .learn_now {
    text-align: center;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}.course_highlights .learn_now h3,
    .course_highlights .learn_now span,
    .course_highlights .learn_now p {
    grid-column: 1 / 2;
    border: none;
    padding: 0;
}.course_highlights .learn_now h3 {
    padding-bottom: 1rem;
    width: fit-content;
    border-bottom: 2px solid rgb(160,184,208);
    margin: 0 auto;
}.course_highlights .learn_now .support_reach {
    grid-column: 1 / 2;
}.course_highlights .growth_path {
    margin-bottom: 0;
}
}



@media (max-width: 991px) {.future_learners {
    padding: 100px 0;
}.future_learners h4 {
    font-size: calc(29px - 2px);
    margin-bottom: 50px;
}.future_learners div {
    gap: 25px;
}
}



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



@media (max-width: 576px) {.course_rewards {
    padding: 60px 0;
}.course_rewards .image_stack {
    width: 100%;
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
}.course_rewards .image_stack::after {
    display: none;
}.course_rewards .content_wrap {
    padding: 35px 25px;
    width: 100%;
}.course_rewards .content_wrap::before,
    .course_rewards .content_wrap::after {
    height: 50px;
    width: 50px;
}.course_rewards h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.course_rewards ul {
    gap: 15px;
}.course_rewards li p {
    padding: 12px 15px;
}.course_rewards svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}



@media screen and (max-width: 576px) {.welcome_board .image_stack {
    transform: scale(1.1);
}.welcome_board .content_wrap {
    padding: 1.5rem;
}.welcome_board .content_wrap p {
    font-size: 14px;
}.welcome_board .learn_techfast svg {
    height: 80px;
    width: 80px;
}.welcome_board h6 .support_reach {
    padding: 12px 24px;
}
}



@media (max-width: 991px) {.footer_careers {
    padding: 60px 0 30px;
}.footer_careers .container {
    flex-direction: column;
}.footer_careers .company_holder {
    margin-bottom: 40px;
    padding-right: 0;
    flex: 0 0 100%;
}.footer_careers .company_holder::after {
    display: none;
}.footer_careers .affiliate_cta {
    flex: 0 0 100%;
}.footer_careers .nav_know {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (max-width: 576px) {.footer_careers {
    padding: 30px 0 15px;
}.footer_careers .company_holder {
    margin-bottom: 30px;
}.footer_careers .company_holder h3 {
    font-size: calc(38px * 0.7);
}.footer_careers .nav_know h5 {
    font-size: calc(18px * 0.8);
}.case_study {
    padding: 10px 0;
}.case_study .converter {
    font-size: calc(12px * 0.8);
}}



@media (max-width: 767px) {.sign_up_now {
    padding: 90px 0;
}.sign_up_now .container {
    padding: 40px;
}.sign_up_now .container p {
    margin-bottom: 30px;
    font-size: 19px;
}.sign_up_now .container::before,
    .sign_up_now .container::after {
    height: 60px;
    width: 60px;
}.sign_up_now .support_reach {
    height: 50px;
    line-height: 50px;
    width: 180px;
}
}



@media screen and (max-width: 992px) {.contact_box .message_request,
    .contact_box .feedback_widget {
    padding: 40px 30px;
    width: 100%;
}.contact_box .message_request {
    order: 2;
}.contact_box .feedback_widget {
    order: 1;
}
}



@media screen and (max-width: 576px) {.contact_box {
    padding: 60px 0;
}.contact_box .container {
    width: 90%;
}.contact_box .message_request,
    .contact_box .feedback_widget {
    padding: 30px 20px;
}.contact_box .message_request h3 {
    font-size: calc(38px * 0.8);
}.contact_box form .support_reach {
    width: 100%;
}}



@media (max-width: 768px) {.client_testimonials {
    padding: 2.5rem 0;
}.client_testimonials h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2rem;
}.client_testimonials h2::after {
    width: 60px;
}.client_testimonials .student_testimonials {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_testimonials .success_reviews::before {
    font-size: 80px;
}
}



@media (min-width: 768px) {.privacy_concealment {
    padding: 5rem 3rem;
}.privacy_concealment h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.1);
}.privacy_concealment h1::after {
    width: 120px;
    height: 5px;
}.privacy_concealment h2 {
    padding-left: 25px;
    font-size: calc(28px * 1.05);
}.privacy_concealment h2::before {
    width: 6px;
}.privacy_concealment .container {
    padding: 0 2rem;
}.privacy_concealment p,
  .privacy_concealment span,
  .privacy_concealment li {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.privacy_concealment ul {
    padding: 1rem 2rem 1rem 2.5rem;
    margin-bottom: 2.5rem;
}
}



@media (max-width: 767px) {.privacy_concealment {
    padding: 3rem 1.5rem;
}.privacy_concealment h1 {
    font-size: calc(41px * 0.9);
    padding-bottom: 0.8rem;
}.privacy_concealment h2 {
    font-size: calc(28px * 0.9);
    padding-left: 15px;
}.privacy_concealment h3 {
    font-size: calc(28px * 0.75);
    padding-left: 12px;
}.privacy_concealment h4 {
    padding-left: 10px;
    font-size: calc(28px * 0.65);
}.privacy_concealment p, 
  .privacy_concealment span,
  .privacy_concealment li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy_concealment ul {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.2rem;
}.privacy_concealment li {
    padding: 0.6rem 0 0.6rem 1.5rem;
}}



@media (max-width: 575px) {.thanksHub {
    padding: 60px 0;
}.thanksHub .growth_path {
    padding: 30px 20px;
    transform: none;
}.thanksHub h5 {
    font-size: calc(24px * 0.85);
    line-height: 1.5;
}.thanksHub p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.thanksHub h5::after {
    height: 2px;
    width: 60px;
}}



@media (min-width: 768px) {.package_deal .fee_choices {
    grid-template-columns: repeat(2, 1fr);
}.package_deal .cost_breakdown {
    padding: 3rem;
}
}



@media (min-width: 992px) {.package_deal .access_cost {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.package_deal .cost_breakdown {
    margin: 0;
    width: 35%;
}.package_deal .fee_choices {
    width: 65%;
}
}



@media (max-width: 767px) {.package_deal {
    padding: 4rem 0;
}.package_deal .fee_pricing {
    min-height: 240px;
    padding: 1.5rem;
}.package_deal .image_stack {
    height: 180px;
}.package_deal .cost_breakdown {
    padding: 1.5rem;
}.package_deal .cost_breakdown h2 {
    font-size: calc(28px - 0.2rem);
}.package_deal .learn_fees {
    font-size: calc(17px - 0.1rem);
}}



@media (max-width: 767px) {header .top_base {
    margin: 0.6rem 0 1rem;
}header .top_base svg {
    height: 35px;
}header .top_base::before {
    height: 90px;
    width: 90px;
}header .top_base::after {
    width: 50px;
    height: 50px;
}header .nav_know {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_info {
    padding: 0.4rem 1rem;
    font-size: calc(16px - 2px);
}header .main_info:first-child {
    margin-left: 2rem;
}header .main_info:last-child {
    margin-right: 2rem;
}}



@media (max-width: 767px) {.our_story {
    padding: 80px 0;
}.our_story .content_wrap {
    padding: 30px 25px;
}.our_story h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.9);
}.our_story h4 {
    font-size: 24px;
}.our_story span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}



@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


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

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

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



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



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



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



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

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

