header,footer {
    width: 100%;
}

header {
    position: fixed;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    top: 0;
    z-index: 100;
}

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

footer::before {
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.85;
    left: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(191,208,191,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
    z-index: -1;
}

.volunteerq::before {
    width: 100%;
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(152,173,152) 50%, 
                transparent 100%);
    animation: glowPulse 3s ease-in-out infinite alternate;
}

.volunteerq .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(191,208,191,0.5);
}

.volunteerq .company_holder h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: calc(38px * 0.9);
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.75rem;
    color: #ffffff;
    text-transform: uppercase;
}

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

.volunteerq .stats_toolX::before {
    background: linear-gradient(to bottom, 
                rgb(191,208,191) 0%, 
                transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 2px;
}

.volunteerq .nav_pageR {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: all 0.4s ease;
    padding: 2rem;
    border-radius: 27px;
    overflow: hidden;
    transform-style: preserve-3d;
}

.volunteerq .nav_pageR:hover::before {
    left: -100%;
    top: -100%;
}

.volunteerq .nav_pageR::after {
    top: 0;
    content: "";
    transform-style: preserve-3d;
    border-style: solid;
    border-color: transparent rgb(191,208,191) transparent transparent;
    height: 0;
    position: absolute;
    border-width: 0 25px 25px 0;
    transform: translateZ(5px);
    right: 0;
    transition: all 0.4s ease;
    width: 0;
}

.volunteerq .nav_pageR h5 {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
}

.volunteerq .nav_pageR h5::after {
    width: 30%;
    transition: width 0.4s ease-in-out;
    height: 3px;
    background: rgb(191,208,191);
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
}

.volunteerq .nav_pageR a::before {
    content: "→";
    transition: all 0.3s ease;
    left: -20px;
    position: absolute;
    opacity: 0;
    transform: translateZ(5px);
}

.volunteerq .nav_pageR a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.footer_workshopsB::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(191,208,191) 30%, 
                #ffffff 50%, 
                rgb(152,173,152) 70%, 
                transparent 100%);
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}

.footer_workshopsB .footer_milestonesn:hover {
    box-shadow: 0 0 15px rgba(rgb(191,208,191), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}



.volunteerq .company_holder::before,
.volunteerq .nav_pageR::before {
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0;
    filter: blur(30px);
    width: 100px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    height: 100px;
    background: radial-gradient(circle, rgb(191,208,191,0.5) 0%, transparent 70%);
}

.volunteerq .company_holder::before {
    bottom: -20px;
    right: -20px;
}



.volunteerq .company_holder .stats_toolX::after {
    content: "";
    left: 1rem;
    background: linear-gradient(to right, rgb(191,208,191), transparent);
    height: 3px;
    transition: width 0.4s ease;
    position: absolute;
    bottom: -10px;
    width: 70px;
}

.volunteerq .nav_pageR:nth-child(1)::before {
    background: radial-gradient(circle, rgb(191,208,191,0.5) 0%, transparent 70%);
}

.volunteerq .nav_pageR:nth-child(2)::before {
    background: radial-gradient(circle, rgb(152,173,152,0.5) 0%, transparent 70%);
}

.volunteerq .nav_blockY a:hover::after {
    width: 100%;
}

.privacy_coverm {
    height: auto;
    color: #000000;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    padding: 40px;
    width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.privacy_coverm h1, .privacy_coverm h2 {
    text-align: center;
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    color: #ffffff;
    border-radius: 10px;
}

.privacy_coverm h1 {
    margin-bottom: 20px;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 30px;
}

.privacy_coverm li::before {
    content: '✔';
    color: rgb(191,208,191);
    margin-right: 10px;
    font-size: 1.2em;
}

.privacy_coverm p, .privacy_coverm span, .privacy_coverm div {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.visitor_privacyl {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
}

.cookie_window_dialogI h5 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: rgb(191,208,191);
    text-transform: uppercase;
}

.cookie_customizeu {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_guidet {
    padding: 12px 24px;
    flex-shrink: 0;
    text-decoration: none;
    background: rgb(191,208,191);
    border: 2px solid transparent;
    text-transform: uppercase;
    min-width: 140px;
    border-radius: 10px;
    font-weight: 600;
    transition: border 0.2s;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    margin-left: 10px;
}

.framework-wrapv .cookie_guidet {
    border: none;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(191,208,191);
    margin-left: 0;
    font-weight: 600;
    font-size: 15px;
}

.course_featuresx::before {
    background: 
        radial-gradient(circle at 30% 20%, rgb(191,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(152,173,152,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
}

.course_featuresx .container {
    position: relative;
    z-index: 2;
}

.course_featuresx .knowledge_guidey {
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    gap: 30px;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    display: grid;
    grid-template-rows: auto 1fr;
}

.course_featuresx .message_boxO .description:nth-of-type(1) {
    animation: fade-up 0.8s forwards 0.4s;
    grid-area: desc1;
    transform: translateY(30px);
    opacity: 0;
}

.course_featuresx .message_boxO .description:nth-of-type(2) {
    animation: fade-up 0.8s forwards 0.6s;
    transform: translateY(30px);
    opacity: 0;
    grid-area: desc2;
}

.course_featuresx .message_boxO .description::before {
    left: 0;
    top: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    width: 100%;
}

.course_featuresx .img_zoomQ {
    min-height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    grid-area: image;
}

.sign_upK {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(152,173,152));
    padding: 5rem 0;
}

.sign_upK::after {
    position: absolute;
    width: 40%;
    height: 200%;
    content: "";
    transform: rotate(-35deg) translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    right: -5%;
    top: 50%;
    z-index: -1;
}

.sign_upK .learn_rootsi {
    display: flex;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 3rem;
}

.sign_upK h4::before {
    transform: translateY(-50%);
    position: absolute;
    content: "";
    animation: growBar 0.6s ease-out forwards 1s;
    background: rgb(152,173,152);
    width: 4px;
    height: 0;
    top: 50%;
    left: -20px;
}

.sign_upK .input_holder span {
    position: relative;
    flex: 1 1 250px;
}

.sign_upK .input_holder input[type="email"] {
    border-left: 3px solid transparent;
    color: #000000;
    width: 100%;
    background: #ffffff;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 1rem 1.5rem;
}

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

.sign_upK .input_holder .request_liste::before {
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
}

.sign_upK .input_holder .request_liste:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

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

.data_summaryO::after {
    z-index: 2;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, 
                rgb(191,208,191,0.5) 0%, 
                transparent 40%),
                radial-gradient(circle at 80% 70%, 
                rgb(152,173,152,0.5) 0%, 
                transparent 40%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.data_summaryO .expert_upgraded svg {
    width: 40px;
    height: 40px;
    fill: rgb(191,208,191);
}

.data_summaryO .expert_upgraded svg path {
    fill: rgb(191,208,191);
}

.data_summaryO .growth_statisticsb {
    position: relative;
    border-bottom: 3px solid rgb(191,208,191);
    font-size: 39px;
    text-align: left;
    font-weight: 700;
    width: 70%;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
}

.data_summaryO .statistics_supportW {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    display: grid;
}

.data_summaryO .statistics_boostsP:nth-child(even) {
    border-left: 4px solid rgb(152,173,152);
}

.data_summaryO .statistics_boostsP:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.data_summaryO .statistics_trackst {
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    width: 70px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    grid-area: img;
    height: 70px;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.data_summaryO .statistics_boostsP p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    align-self: flex-start;
    line-height: 1.4;
    margin: 0;
    grid-area: desc;
}

.data_summaryO .statistics_supportW::before {
    left: 0;
    top: -30px;
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(
        90deg, 
        #ffffff 0%, 
        transparent 100%
    );
}

header .container {
    position: relative;
    padding: 1rem 2rem;
}

header .top_pagewrapw {
    justify-content: space-between;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
}

header .nav_pageR::before {
    z-index: -1;
    transform: skewX(-15deg);
    border-radius: 27px;
    background: linear-gradient(90deg, transparent 0%, rgb(191,208,191,0.5) 50%, transparent 100%);
    top: -15px;
    height: calc(100% + 30px);
    position: absolute;
    opacity: 0.1;
    content: "";
    left: -30px;
    width: calc(100% + 60px);
}

header .header_barv:hover {
    transform: translateY(-2px);
    color: rgb(191,208,191);
}

header .header_barv:hover::before {
    width: 100%;
}

header .main_navbarq {
    text-decoration: none;
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
}

header .main_navbarq:hover svg {
    filter: drop-shadow(0 0 12px rgb(191,208,191,0.5));
    transform: scale(1.05);
}

.title_openere > div {
    grid-template-columns: 1fr;
    z-index: 2;
    width: 100%;
    display: grid;
    max-width: 1280px;
    gap: 4rem;
    position: relative;
}

.title_openere::before {
    left: 0;
    background: linear-gradient(45deg, rgb(191,208,191,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}

.title_openere h1.main_firstT {
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 45px);
    opacity: 0;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
}

.title_openere p {
    margin-bottom: 2rem;
    color: #000000;
    font-size: clamp(1rem, 1.2vw, 17px);
    max-width: 85%;
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out forwards 0.4s;
    line-height: 1.6;
    transform: translateY(1rem);
}

.title_openere .page_introP:hover {
    transform: translateY(-0.5rem) scale(1.02);
}

.title_openere .learning_dnaV::before {
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
    z-index: 1;
}

.title_openere .learning_dnaV span {
    bottom: 0;
    padding: 2rem;
    left: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease;
    z-index: 2;
    transform: translateY(0);
}

.location_infoP {
    position: relative;
    background: linear-gradient(170deg, rgb(225,233,225) 0%, rgb(152,173,152,0.5) 100%);
    padding: 100px 0;
    perspective: 1000px;
    overflow: hidden;
}

.location_infoP {
    padding: 60px 0;
}

.location_infoP::after {
    opacity: 0.7;
    left: -50%;
    animation: pulseGradient 15s infinite alternate;
    position: absolute;
    width: 200%;
    height: 200%;
    z-index: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgb(191,208,191,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 75%, rgb(152,173,152,0.5) 0%, transparent 25%);
    top: -50%;
    content: '';
}

.location_infoP .message_blockh:hover {
    transform: translateZ(10px);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px #ffffff,
        0 0 30px rgb(191,208,191,0.5);
}

.location_infoP .message_blockh::before {
    z-index: -1;
    border-radius: calc(14px + 2px);
    top: -2px;
    position: absolute;
    opacity: 0.7;
    content: '';
    animation: borderGlow 6s infinite alternate;
    right: -2px;
    left: -2px;
    background: linear-gradient(45deg, 
        rgb(191,208,191) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(152,173,152) 100%);
    bottom: -2px;
}

.location_infoP h3::before {
    width: 100%;
    left: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(191,208,191), 
        rgb(152,173,152));
    content: '';
    height: 3px;
    bottom: -10px;
}


.location_infoP .help_nowM {
    border-left: 2px solid rgb(191,208,191);
    position: relative;
    margin-bottom: 35px;
    padding-left: 15px;
    line-height: 1.7;
    font-size: 14px;
    max-width: 800px;
    color: #ffffff;
}

.location_infoP .help_nowM {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}

.location_infoP .request_infoL::before {
    top: -15px;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    left: 0;
    opacity: 0.2;
    height: 1px;
}

.location_infoP .request_infoL span::before {
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 4px;
    height: 0;
    transition: height 0.4s ease;
    content: '';
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
}

.location_infoP .request_infoL span:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.location_infoP .request_infoL span:hover::before {
    height: 100%;
}

.location_infoP .request_infoL span:hover::after {
    opacity: 1;
}

.location_infoP .request_infoL span svg {
    stroke-linejoin: round;
    width: 30px;
    filter: drop-shadow(0 0 5px rgb(191,208,191,0.5));
    stroke-linecap: round;
    left: 20px;
    z-index: 2;
    stroke: rgb(191,208,191);
    transform: translateZ(5px);
    stroke-width: 1.5px;
    fill: none;
    height: 30px;
    transition: all 0.4s ease;
    position: absolute;
    top: 24px;
}

.location_infoP .request_infoL span svg {
    left: 15px;
    height: 24px;
    width: 24px;
}

.location_infoP .request_infoL span:hover svg path,
.location_infoP .request_infoL span:hover svg circle,
.location_infoP .request_infoL span:hover svg line,
.location_infoP .request_infoL span:hover svg polyline,
.location_infoP .request_infoL span:hover svg rect {
    animation: glowPulse 2s infinite alternate;
    stroke-dashoffset: 0;
}

.location_infoP .request_infoL span p::before {
    color: rgb(191,208,191);
    margin-right: 10px;
    font-weight: 700;
    content: '›';
    font-size: 1.5em;
}

.location_infoP .request_infoL span span a {
    color: rgb(191,208,191);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

.location_infoP .get_helpdeskv::before {
    content: '';
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    animation: movePattern 20s linear infinite;
    background: 
        linear-gradient(45deg, 
            rgb(191,208,191,0.5) 25%, 
            transparent 25%,
            transparent 50%, 
            rgb(191,208,191,0.5) 50%,
            rgb(191,208,191,0.5) 75%, 
            transparent 75%);
    height: 100%;
    top: 0;
    left: 0;
}

.location_infoP .get_helpdeskv h4::before {
    margin-right: 10px;
    height: 2px;
    background: rgb(191,208,191);
    display: inline-block;
    box-shadow: 0 0 5px rgb(191,208,191);
    content: '';
    width: 20px;
}

.location_infoP .get_helpdeskv span {
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    backdrop-filter: blur(5px);
    border-left: 2px solid rgb(191,208,191);
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.location_infoP .get_helpdeskv span::before {
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease;
    content: '';
    background: linear-gradient(90deg, 
        rgb(191,208,191,0.5), 
        transparent);
    left: 0;
    width: 100%;
}

.location_infoP .get_helpdeskv span:hover svg {
    stroke: rgb(191,208,191);
    filter: drop-shadow(0 0 5px rgb(191,208,191));
    transform: rotate(360deg);
}

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

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

.tyContentj h2::after {
    position: absolute;
    left: 0;
    animation: expandLine 1s forwards ease-out;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -15px;
    animation-delay: 1s;
    height: 3px;
    width: 80px;
    content: "";
    background: rgb(152,173,152);
}

.tyContentj .learn_rootsi {
    animation-delay: 0.5s;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    padding: 2.5rem;
    animation: fadeUpIn 1s forwards ease-out;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}

.tyContentj li span {
    animation-delay: 0.8s;
    animation: fadeUpIn 0.8s forwards ease-out;
    font-family: Arial, sans-serif;
    display: block;
    transform: translateY(10px);
    color: #000000;
    position: relative;
    line-height: 1.7;
    margin-bottom: 1rem;
    opacity: 0;
    font-size: calc(14px * 1.05);
}

.mentorship_experiencez {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
}



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

.mentorship_experiencez .feedback_testimonialsf {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 1.5rem;
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-template-columns: minmax(250px, 35%) 1fr;
    padding: 3rem;
    border-radius: 24px;
    transition: transform 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.mentorship_experiencez .feedback_testimonialsf:hover .img_zoomQ {
    transform: translateZ(30px);
}

.mentorship_experiencez .feedback_testimonialsf span:not(.name) {
    grid-area: job;
    font-weight: 600;
    color: rgb(152,173,152);
    transform: translateZ(5px);
    margin-bottom: 1rem;
    font-size: 19px;
}

.mentorship_experiencez .past_jobsf::before {
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(90deg, rgb(191,208,191,0.5) 0%, transparent 100%);
}

.contact_informationL {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.contact_informationL::after {
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(191,208,191), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(191,208,191), 0.03) 1px, transparent 1px);
    opacity: 0.6;
    content: "";
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    animation: gridMove 20s linear infinite;
}

.contact_informationL h2::after {
    width: 70%;
    position: absolute;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(191,208,191), transparent);
    content: "";
    bottom: -15px;
    height: 3px;
}

.contact_informationL .support_boxK:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(191,208,191), 0.1);
}

.contact_informationL .support_boxK::before {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
    width: 5px;
    left: 0;
    position: absolute;
    height: 100%;
}

.contact_informationL .img_zoomQ::before {
    left: -100px;
    background: rgba(255, 255, 255, 0.2);
    animation: shine 6s infinite;
    width: 150%;
    height: 150px;
    transform: rotate(45deg);
    z-index: 2;
    content: "";
    position: absolute;
    top: -100px;
}

.contact_informationL .inquiry_formS::before {
    border-radius: 50%;
    top: -50px;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(191,208,191), 0.05) 0%, transparent 70%);
    position: absolute;
    right: -50px;
    width: 200px;
    height: 200px;
    content: "";
}

.contact_informationL form h3::after {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -10px;
    background: rgb(191,208,191);
}

.contact_informationL form input[type="text"]:focus {
    background: #ffffff;
    border-color: rgb(191,208,191);
    box-shadow: 0 0 0 3px rgba(rgb(191,208,191), 0.1);
    outline: none;
}

.contact_informationL form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact_informationL .inquiry_reachY {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.contact_informationL .inquiry_reachY label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
    user-select: none;
    font-size: 12px;
}

.contact_informationL .inquiry_reachY input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,208,191);
    background: rgb(191,208,191);
}

.contact_informationL .inquiry_reachY label a {
    transition: all 0.3s ease;
    color: rgb(191,208,191);
    text-decoration: none;
    position: relative;
}

.contact_informationL .inquiry_reachY label a::after {
    bottom: -2px;
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(191,208,191);
}

.contact_informationL .request_liste {
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    font-size: 17px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact_informationL svg {
    fill: rgb(191,208,191);
    height: 20px;
    margin-right: 10px;
    width: 20px;
    transition: fill 0.3s ease;
}

.contact_informationL svg:hover,
.contact_informationL svg:hover path {
    fill: rgb(152,173,152);
}

.tariff_packagei::before {
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    z-index: 1;
    right: 0;
    left: 0;
}

.tariff_packagei h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 35px;
    text-align: center;
    animation: float 6s ease-in-out infinite;
}

.tariff_packagei .group_ratesI {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.6;
}

.tariff_packagei .price_panelr li {
    perspective: 1000px;
}

.tariff_packagei .qtr_coste {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    display: block;
    height: 100%;
}

.tariff_packagei .plan_feeu::before {
    transition: transform 0.4s ease;
    transform: scaleX(0.5);
    left: 0;
    content: "";
    width: 100%;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    height: 5px;
    top: 0;
}

.tariff_packagei .qtr_coste:hover .plan_feeu::before {
    transform: scaleX(1);
}

.tariff_packagei .cost_ratesj {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}

.tariff_packagei .qtr_coste h4::after {
    bottom: -10px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: rgb(191,208,191);
    width: 40px;
    left: 0;
}

.tariff_packagei .member_plansD {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(191,208,191,0.5) 0%, rgb(152,173,152,0.5) 100%);
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    transform: translateZ(10px);
    font-size: calc(24px * 1.4);
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
}

.client_experienceJ::before {
    left: 0;
    opacity: 0.7;
    top: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(152,173,152), transparent);
    right: 0;
}

.client_experienceJ h2.container {
    transition: transform 0.5s ease-out;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    margin-bottom: 3.5rem;
    z-index: 2;
    font-size: calc(29px * 1.1);
    color: #000000;
    position: relative;
}

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

.client_experienceJ .feedback_testimonialsf {
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    padding: 2rem;
    transform: translateY(0) scale(1) rotate(0);
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    flex-direction: column;
}

.client_experienceJ .feedback_testimonialsf:hover::before {
    transform: scaleX(1);
}

.client_experienceJ .feedback_testimonialsf:hover h3 {
    transform: translateX(5px);
    color: rgb(191,208,191);
}

.client_experienceJ .feedback_testimonialsf .description {
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 2;
    color: #000000;
    flex-grow: 1;
}

.client_experienceJ .feedback_testimonialsf:hover div {
    transform: scale(1.03);
}

.client_experienceJ .feedback_testimonialsf img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
}

.client_experienceJ .feedback_testimonialsf:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}

.client_experienceJ .feedback_testimonialsf:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}

.client_experienceJ .feedback_testimonialsf:hover::after {
    transform: translateY(0) rotate(5deg);
    opacity: 0.15;
}

.our_storyd {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}

.our_storyd::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
}

.our_storyd .container {
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.our_storyd h2::before {
    width: 40%;
    left: 0;
    bottom: -10px;
    content: "";
    height: 3px;
    background: rgb(152,173,152);
    position: absolute;
    animation: expandLine 1.5s forwards ease-out;
    transform-origin: left;
}

.our_storyd .message_boxO {
    border-left: 4px solid rgb(152,173,152);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 30px 40px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.our_storyd .message_boxO > div {
    position: relative;
}

.our_storyd .message_boxO p {
    font-weight: 600;
    font-size: calc(23px * 1.1);
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    color: #ffffff;
    margin-bottom: 20px;
}

.our_storyd .message_boxO div div {
    column-count: 1;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease;
    text-align: justify;
    column-gap: 40px;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.7;
}



@media (max-width: 992px) {.volunteerq {
    padding: 4rem 0 2rem;
}.volunteerq .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.volunteerq .company_holder,
    .volunteerq .trade_markO {
    width: 100%;
}.volunteerq .nav_blockY {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 576px) {.volunteerq {
    padding: 3rem 0 1rem;
}.volunteerq .company_holder {
    padding: 1.25rem;
}.volunteerq .company_holder h3 {
    font-size: calc(38px * 0.8);
}.volunteerq .nav_pageR h5 {
    font-size: calc(20px * 0.9);
}.volunteerq .nav_pageR a,
    .volunteerq .stats_toolX {
    font-size: calc(15px * 0.9);
}.footer_workshopsB .footer_milestonesn {
    padding: 0.4rem 1rem;
    font-size: calc(15px * 0.9);
}}


@media only screen and (max-width: 1200px) {.visitor_privacyl {
    padding: 0 10px;
}
}


@media only screen and (max-width: 800px) {.cookie_customizeu {
    display: none;
}.visitor_privacyl {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}.cookie_window_dialogI h5, .cookie_window_dialogI p {
    text-align: center;
}.data_consentp {
    margin-bottom: 20px;
}.cookie_guidet {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}



@media (max-width: 767px) {.course_featuresx {
    padding: 60px 0;
}.course_featuresx .knowledge_guidey {
    gap: 20px;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
    grid-template-columns: 1fr;
}.course_featuresx .img_zoomQ {
    height: 350px;
}.course_featuresx .message_boxO h2 {
    font-size: calc(34px * 0.9);
    padding: 20px;
}.course_featuresx .message_boxO .description {
    padding: 20px;
}

}



@media screen and (max-width: 767px) {.sign_upK {
    padding: 4rem 0;
}.sign_upK .learn_rootsi {
    padding: 2rem;
}.sign_upK h4 {
    font-size: calc(19px * 0.9);
    text-align: center;
}.sign_upK h4::before {
    left: -15px;
}.sign_upK .input_holder {
    justify-content: center;
}.sign_upK .input_holder span {
    flex: 1 1 100%;
}
}



@media screen and (max-width: 992px) {.data_summaryO .growth_statisticsb {
    width: 85%;
    font-size: calc(39px * 0.9);
}.data_summaryO .expert_statisticsd {
    width: 80%;
}.data_summaryO .expert_upgraded {
    top: 20px;
    height: 70px;
    width: 70px;
    right: 20px;
}.data_summaryO .expert_upgraded svg {
    height: 35px;
    width: 35px;
}
}



@media screen and (max-width: 576px) {.data_summaryO {
    padding: 60px 0;
}.data_summaryO .statistics_valueL {
    padding: 0 10px;
}.data_summaryO .growth_statisticsb {
    font-size: calc(39px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.data_summaryO .expert_statisticsd {
    font-size: calc(14px * 0.9);
    margin-bottom: 40px;
}.data_summaryO .statistics_boostsP {
    grid-template-columns: 60px 1fr;
    padding: 20px;
    gap: 5px 15px;
}.data_summaryO .statistics_trackst {
    width: 55px;
    height: 55px;
}.data_summaryO .statistics_trackst svg {
    height: 25px;
    width: 25px;
}.data_summaryO .statistics_boostsP span {
    font-size: calc(38px * 1.1);
}.data_summaryO .statistics_boostsP p {
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .nav_pageR {
    gap: 1.5rem;
}header .header_barv {
    font-size: calc(18px - 1px);
}
}



@media (min-width: 768px) {.title_openere {
    padding: 8rem 3rem;
}.title_openere > div {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_openere .page_introP {
    height: 100%;
}.title_openere .learning_dnaV {
    min-height: 450px;
    height: 100%;
}
}



@media (min-width: 992px) {.title_openere {
    padding: 0 4rem;
}.title_openere > div {
    gap: 5rem;
}.title_openere p {
    max-width: 90%;
}.title_openere .page_introP {
    perspective: 1000px;
}.title_openere .learning_dnaV {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}.title_openere .learning_dnaV:hover {
    transform: rotateY(-5deg);
}
}



@media (max-width: 480px) {.title_openere {
    padding: 4rem 1rem;
}.title_openere h1.main_firstT {
    font-size: 1.8rem;
}.title_openere .learning_dnaV {
    height: 300px;
}.title_openere .learning_dnaV span {
    padding: 1.5rem;
}.title_openere .learning_dnaV h3 {
    font-size: 1rem;
}}


@media (max-width: 480px) {.location_infoP {
    padding: 50px 0;
}.location_infoP .message_blockh {
    padding: 25px;
}.location_infoP h3 {
    font-size: calc(32px * 0.7);
}.location_infoP .help_nowM {
    font-size: calc(14px * 0.9);
    padding-left: 10px;
}.location_infoP .request_infoL span {
    padding: 15px;
    padding-left: 50px;
}.location_infoP .request_infoL span svg {
    left: 12px;
    height: 22px;
    top: 15px;
    width: 22px;
}.location_infoP .get_helpdeskv {
    padding: 20px;
}.location_infoP .get_helpdeskv span {
    padding: 10px 15px;
}.location_infoP .get_helpdeskv h4 svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}.location_infoP .get_helpdeskv span svg {
    height: 12px;
    width: 12px;
    margin-right: 8px;
}.location_infoP .get_helpdeskv h4::before,
    .location_infoP .get_helpdeskv h4::after {
    width: 15px;
}
}



@media (max-width: 992px) {.tyContentj {
    padding: 3rem 0;
}.tyContentj h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.tyContentj .learn_rootsi {
    padding: 2rem;
}
}



@media (max-width: 768px) {.tyContentj h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.tyContentj .learn_rootsi {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.tyContentj li span {
    font-size: 14px;
}.tyContentj::after {
    right: -10%;
    width: 200px;
    top: -5%;
    height: 200px;
}
}



@media (max-width: 991px) {.mentorship_experiencez .feedback_testimonialsf {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.mentorship_experiencez .img_zoomQ {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}


@media (max-width: 1024px) {.contact_informationL {
    padding: 60px 0;
}.contact_informationL .container {
    padding: 0 15px;
}.contact_informationL h2 {
    margin-bottom: 40px;
}.contact_informationL .inquiry_formS {
    padding: 40px 30px;
}
}



@media (max-width: 768px) {.contact_informationL {
    padding: 50px 0;
}.contact_informationL h2 {
    margin-bottom: 30px;
}.contact_informationL .support_boxK {
    flex-direction: column;
}.contact_informationL .img_zoomQ {
    width: 100%;
    height: 250px;
}.contact_informationL .inquiry_formS {
    padding: 30px 25px;
    width: 100%;
}.contact_informationL form h3 {
    margin-bottom: 25px;
}.contact_informationL form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_informationL .inquiry_reachY {
    margin-bottom: 25px;
}.contact_informationL .request_liste {
    padding: 12px 15px;
}
}



@media (prefers-reduced-motion: reduce) {.contact_informationL::after,
    .contact_informationL .img_zoomQ::before {
    animation: none;
}.contact_informationL .support_boxK:hover {
    transform: none;
}}



@media (max-width: 1200px) {.tariff_packagei {
    padding: 100px 0;
}.tariff_packagei .price_panelr {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.tariff_packagei {
    padding: 60px 0;
}.tariff_packagei .price_panelr {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.tariff_packagei .group_ratesI {
    margin-bottom: 40px;
}.tariff_packagei h2 {
    font-size: calc(35px * 0.8);
}.tariff_packagei .plan_feeu {
    padding: 30px 25px;
}
}



@media (max-width: 991px) {.client_experienceJ {
    padding: 4rem 0;
}.client_experienceJ h2.container {
    font-size: 29px;
    margin-bottom: 2.5rem;
}.client_experienceJ .learner_feedbackB {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.client_experienceJ {
    padding: 3rem 0;
}.client_experienceJ h2.container {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.client_experienceJ h2.container::after {
    bottom: -10px;
    width: 60px;
}.client_experienceJ .learner_feedbackB {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.client_experienceJ .feedback_testimonialsf {
    padding: 1.5rem;
}
}



@media (hover: none) {.client_experienceJ .feedback_testimonialsf:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.client_experienceJ .feedback_testimonialsf:hover::before {
    transform: scaleX(0.3);
}.client_experienceJ .feedback_testimonialsf:hover h3 {
    transform: none;
}.client_experienceJ .feedback_testimonialsf:hover div,
    .client_experienceJ .feedback_testimonialsf:hover img {
    transform: none;
}}



@media (max-width: 767px) {.our_storyd {
    padding: 90px 0 60px;
}.our_storyd .container {
    padding: 0 15px;
}.our_storyd h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.our_storyd .message_boxO {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.our_storyd .message_boxO p {
    font-size: 23px;
}.our_storyd .message_boxO div div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}



@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes growBar {
    to {
        height: 70%;
    }
}



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



@keyframes fadeUpIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulseGradient {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes glowPulse {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.5);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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

@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

