﻿.forum_link_lib {
    flex: 0 0 auto;
}

.forum_link_lib {
    position: relative;
    padding: 5rem 0 2rem;
    background-color: rgb(171,178,178);
    color: #000000;
    font-family: Arial, sans-serif;
}

.forum_link_lib {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(101,109,109,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(101,109,109,0.5) 1px, transparent 1px);
}

.teacher_profile_lib .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.teacher_profile_lib .review_experiences_lib:hover {
    transform: translateY(-10px);
}

.teacher_profile_lib .review_experiences_lib::after {
    background-color: rgb(136,143,143);
    position: absolute;
    z-index: -1;
    right: 50px;
    transform: rotate(45deg);
    bottom: -15px;
    content: "";
    height: 30px;
    width: 30px;
}

.teacher_profile_lib .image_strip_lib::before {
    content: "";
    inset: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, transparent 40%, rgb(136,143,143,0.5));
    opacity: 0;
    position: absolute;
}

.teacher_profile_lib .name {
    display: block;
    padding-bottom: 10px;
    margin: 5px 0;
    color: #000000;
    order: 1;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-size: 20px;
}

.teacher_profile_lib .review_experiences_lib:hover .name::after {
    width: 80px;
}

.contact_panel_lib {
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(171,178,178) 0%, 
        rgb(101,109,109,0.5) 100%
    );
    overflow: hidden;
    position: relative;
}

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

.contact_panel_lib h2 {
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 39px;
    position: relative;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 700;
}

.contact_panel_lib h2::after {
    right: 0;
    width: 30%;
}

.contact_panel_lib .inquiry_section_lib {
    transition: transform 0.3s ease;
    align-items: stretch;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(101,109,109,0.5);
    border-radius: 15px;
    border: 1px solid rgb(136,143,143,0.5);
    transform: rotateX(5deg) scale(0.98);
}

.contact_panel_lib .feedback_section_lib::before {
    top: 2rem;
    position: absolute;
    right: 2rem;
    width: 10px;
    animation: signal-pulse 2s infinite alternate;
    box-shadow: 0 0 20px rgb(136,143,143);
    height: 10px;
    border-radius: 50%;
    background: rgb(136,143,143);
    content: '';
}

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

.contact_panel_lib .feedback_section_lib .feedback_info_lib input[type="checkbox"]:checked {
    background: rgb(136,143,143);
    border-color: rgb(136,143,143);
}

.contact_panel_lib .feedback_section_lib .feedback_info_lib label {
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    display: flex;
}

.contact_panel_lib .feedback_section_lib .connect_inquiry_lib {
    background: rgb(136,143,143);
    position: relative;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    border: none;
    font-weight: 600;
    padding: 1rem;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.client_feedback_lib {
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(245, 247, 251, 0.95) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.client_feedback_lib h2 {
    margin-bottom: 3.5rem;
    text-align: left;
    font-size: calc(29px * 1.1);
    color: #000000;
    position: relative;
    transform: translateX(2vw);
    z-index: 2;
    font-weight: 700;
}

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

.client_feedback_lib .review_experiences_lib {
    z-index: 1;
    position: relative;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    padding: 2rem 1.75rem;
    border-left: 3px solid rgb(101,109,109);
    flex-direction: column;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.client_feedback_lib .review_experiences_lib h3 {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
    color: rgb(136,143,143);
    font-size: calc(21px * 1.05);
}

.client_feedback_lib .review_experiences_lib:hover div {
    transform: rotate(0deg) scale(1.05);
}

.client_feedback_lib .review_experiences_lib:hover img {
    transform: scale(1.1);
}

.price_set_lib {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.price_set_lib .promo_plans_lib {
    position: relative;
}

.price_set_lib h2 {
    font-size: 33px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.price_set_lib .cost_matrix_lib {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    display: grid;
}

.price_set_lib .package_pricing_lib::before {
    background: linear-gradient(90deg, rgb(101,109,109), rgb(136,143,143));
    width: 100%;
    transform-origin: left;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
    height: 5px;
    transform: scaleX(0.7);
}

.price_set_lib .package_pricing_lib h4::before {
    content: "";
    transition: all 0.3s ease;
    top: -10px;
    border-left: 2px solid rgb(101,109,109);
    opacity: 0.6;
    left: -10px;
    border-top: 2px solid rgb(101,109,109);
    width: 30px;
    height: 30px;
    position: absolute;
}

.price_set_lib .price_opts_lib::before {
    background: linear-gradient(90deg, transparent, rgb(101,109,109), transparent);
    bottom: -3px;
    content: "";
    right: 10px;
    height: 1px;
    left: 10px;
    position: absolute;
}

.price_set_lib .package_pricing_lib:hover::before {
    transform: scaleX(1);
}

.price_set_lib .package_pricing_lib:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.cookie_dialog_notice_lib .track_toggle_lib {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
}


.cookie_dialog_notice_lib .cookie_eductrl_lib {
    flex-grow: 1;
}

.cookie_dialog_notice_lib .cookie_eductrl_lib p {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.cookie_dialog_notice_lib .visitor_confirm_lib:active {
    transform: translateY(1px);
    box-shadow: none;
}


#cookiePolicyMessage_lib {
    display: none;
}

.launch_now_lib {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(136,143,143) 100%);
    padding: 80px 0;
}

.launch_now_lib .training_classes_lib {
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.launch_now_lib .write_feedback_lib {
    font-size: 17px;
    background: rgb(101,109,109);
    letter-spacing: 2px;
    z-index: 2;
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-weight: 600;
    border: 2px solid transparent;
    position: relative;
    padding: 16px 40px;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    overflow: hidden;
}

.launch_now_lib .training_classes_lib::before {
    z-index: -1;
    width: calc(100% + 200px);
    top: -100px;
    position: absolute;
    opacity: 0.1;
    height: calc(100% + 200px);
    background-image: 
        linear-gradient(to right, rgb(136,143,143,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(136,143,143,0.5) 1px, transparent 1px);
    left: -100px;
    content: '';
    background-size: 30px 30px;
}

.data_summary_lib .container::before {
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(0deg, rgb(136,143,143,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(101,109,109,0.5) 1px, transparent 1px);
    animation: lineShift 30s infinite linear;
    width: 100%;
    top: 0;
    opacity: 0.03;
    height: 100%;
    background-size: 100% 50px, 100% 100px;
}

.data_summary_lib ul::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,143,143,0.5), rgb(101,109,109,0.5), rgb(136,143,143,0.5), transparent);
    animation: gradientMove 6s infinite linear;
    height: 1px;
    left: 0;
    content: "";
    background-size: 200% 1px;
    width: 100%;
}




.data_summary_lib .growth_statistics_lib:nth-child(1) {
    animation-delay: 0.1s;
}

.data_summary_lib .growth_statistics_lib:nth-child(3) {
    animation-delay: 0.3s;
}

.data_summary_lib .growth_statistics_lib:nth-child(5) {
    animation-delay: 0.5s;
}

.data_summary_lib .growth_statistics_lib:nth-child(8) {
    animation-delay: 0.8s;
}

.data_summary_lib .growth_statistics_lib::before {
    width: 1px;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(136,143,143,0.5), transparent);
    position: absolute;
}

.data_summary_lib .growth_statistics_lib span {
    text-align: center;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    max-width: 100%;
    margin-top: auto;
    font-size: 12px;
    font-weight: 400;
}

.data_summary_lib svg path {
    fill: inherit;
}

.data_summary_lib .growth_statistics_lib:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}



.data_summary_lib .growth_statistics_lib p::before {
    opacity: 0;
    display: flex;
    right: -15px;
    background: rgb(136,143,143);
    top: -15px;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    font-weight: 600;
    width: 30px;
    height: 30px;
    color: #ffffff;
    content: attr(data-count);
    font-size: 18px;
    transform: scale(0);
}

.data_summary_lib .growth_statistics_lib:nth-child(4) p::before {
    content: "04";
    background: rgb(101,109,109);
}

.data_summary_lib .growth_statistics_lib:nth-child(7) p::before {
    background: rgb(136,143,143);
    content: "07";
}

.data_summary_lib .growth_statistics_lib:nth-child(10) p::before {
    content: "10";
    background: rgb(101,109,109);
}

.about_this_lib::after {
    width: 100%;
    z-index: -1;
    opacity: 0.06;
    position: absolute;
    right: -50%;
    animation: lightShift 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    content: "";
    top: -50%;
    transform: rotate(35deg);
    height: 200%;
}

.about_this_lib .textual_box_lib {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(30px);
    overflow: hidden;
    backdrop-filter: blur(10px);
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    border-radius: 10px;
    opacity: 0;
    transition: transform 0.5s ease-out;
}

.forum_link_lib::before {
    position: absolute;
    right: 0;
    z-index: 0;
    content: '';
    bottom: 0;
    height: 250px;
    background: linear-gradient(180deg, transparent 0%, rgb(136,143,143,0.5) 100%);
    left: 0;
    opacity: 0.05;
}

.forum_link_lib .contact_faq_lib {
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    position: relative;
    display: grid;
    border-bottom: 1px solid rgb(101,109,109,0.5);
}

.forum_link_lib .info_item svg {
    fill: rgb(136,143,143);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}

.forum_link_lib .nav_top_lib {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}

.forum_link_lib .ranking_bar_lib {
    max-width: 300px;
    opacity: 0.8;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}

.forum_link_lib .top_edu_lib {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.forum_link_lib .top_edu_lib a:hover {
    color: rgb(136,143,143);
    padding-left: 12px;
}

.forum_link_lib .top_edu_lib a:hover::before {
    left: 0;
    width: 10px;
}

.forum_link_lib .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}

.forum_link_lib .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}

.forum_link_lib .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.forum_link_lib .sub_benefit_lib {
    padding: 1rem 1.5rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background-color: rgb(136,143,143);
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.forum_link_lib .top_edu_lib:first-child::after {
    width: 30px;
    position: absolute;
    bottom: -0.75rem;
    content: '';
    left: 0;
    height: 1px;
    background-color: rgb(101,109,109,0.5);
}

.primary_page_lib h1 {
    opacity: 0;
    position: relative;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    font-family: Arial, sans-serif;
    color: rgb(136,143,143);
    font-size: clamp(1.75rem, 4vw, 38px);
    font-weight: 700;
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
}

.primary_page_lib .main_home_lib {
    margin-bottom: 2rem;
    align-items: flex-start;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(20px);
}

.primary_page_lib .main_home_lib svg path {
    opacity: 0;
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke-width: 0.5;
    stroke-dashoffset: 1000;
    fill: rgb(136,143,143);
    stroke-dasharray: 1000;
    stroke: rgb(101,109,109);
}

.primary_page_lib .main_home_lib p::before {
    top: 0;
    width: 3px;
    left: 0;
    position: absolute;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(136,143,143), rgba(94,170,168,0.3));
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    bottom: 0;
    transform: scaleY(0);
    content: "";
}

.primary_page_lib .connect_inquiry_lib::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.75s ease;
    top: 0;
    transform: skewX(-25deg);
    left: -100%;
    width: 100%;
}

.primary_page_lib .image_strip_lib::after {
    position: absolute;
    animation: floatGlow 8s ease-in-out infinite alternate;
    border-radius: 50%;
    height: 100px;
    filter: blur(40px);
    opacity: 0.15;
    top: -10%;
    background: rgb(136,143,143);
    right: -10%;
    width: 100px;
    content: "";
}

.secure_safekeeping_lib h1 {
    margin-bottom: 30px;
    font-size: 41px;
    color: rgb(136,143,143);
    z-index: 2;
    position: relative;
    font-weight: 700;
    grid-column: span 2;
}

.secure_safekeeping_lib ol {
    list-style-type: decimal;
}

.secure_safekeeping_lib li {
    font-size: 14px;
    border-bottom: 1px dashed rgb(101,109,109,0.5);
    padding-bottom: 5px;
    color: #000000;
    margin-bottom: 10px;
}

.secure_safekeeping_lib span {
    z-index: 2;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    background: rgb(136,143,143,0.5);
    padding: 5px;
    color: rgb(101,109,109);
}

.program_overview_lib {
    padding: 120px 0;
    background-color: rgb(171,178,178);
    position: relative;
    overflow: hidden;
}

.program_overview_lib::after {
    top: -50px;
    z-index: 0;
    background-color: rgb(136,143,143,0.5);
    content: "";
    animation: floatAnimation 15s infinite alternate ease-in-out;
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    right: -50px;
}

.program_overview_lib .textual_box_lib h2:hover {
    transform: translateX(10px);
}

.program_overview_lib .textual_box_lib .description {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-left: 2px solid rgb(136,143,143);
    padding-left: 20px;
    font-size: 18px;
}

.program_overview_lib .image_strip_lib {
    top: 0;
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}



.program_overview_lib .lesson_track_lib::before {
    border-radius: 50%;
    position: absolute;
    width: 200px;
    content: "";
    background-color: rgb(101,109,109,0.5);
    z-index: -1;
    height: 200px;
    animation: pulseAnimation 10s infinite ease-in-out;
    bottom: -100px;
    filter: blur(100px);
    left: -50px;
}

.program_overview_lib .textual_box_lib .description:first-of-type {
    overflow: hidden;
    position: relative;
    border-left: none;
    border-radius: 10px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(171,178,178) 10px,
        rgb(171,178,178) 12px
    );
    padding: 20px;
}



.program_overview_lib .lesson_track_lib .textual_box_lib .description strong {
    font-weight: 600;
    color: rgb(101,109,109);
}

header::before {
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
}

header .nav_top_lib::after {
    position: absolute;
    content: '';
    z-index: -1;
    right: -5px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    opacity: 0;
    left: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
    bottom: -5px;
}

header .main_page_lib {
    padding: 0;
    z-index: 2;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
}

header .header_top_lib a:hover {
    color: rgb(136,143,143);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    transform: translateY(-3px);
}

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

header .header_top_lib:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .head_learning_lib::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    height: 1px;
    content: '';
    top: 0;
}

.program_assets_lib {
    margin: 40px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(rgb(136,143,143,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 80px 0;
}

.program_assets_lib {
    padding: 120px 0;
}

.program_assets_lib .container {
    padding: 0 20px;
    gap: 40px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
}

.program_assets_lib .training_classes_lib {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-20px);
    position: relative;
    background: #ffffff;
    padding: 30px;
}

.program_assets_lib .training_classes_lib {
    margin-left: -80px;
    padding: 40px 50px;
}

.program_assets_lib h1 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 33px;
}

.program_assets_lib li {
    padding: 10px 0;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateX(0);
}

.program_assets_lib li p {
    line-height: 1.6;
    align-items: flex-start;
    display: flex;
    margin: 0;
    font-size: 15px;
    color: #000000;
    gap: 15px;
}

.program_assets_lib li:hover svg path {
    fill: rgb(101,109,109);
}

.gratFrame_lib::after {
    left: -5%;
    filter: blur(20px);
    background: rgb(136,143,143,0.5);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    transform: rotate(10deg) translateZ(0);
    bottom: -5%;
    z-index: -1;
    content: "";
    position: absolute;
    height: 60%;
    width: 40%;
}

.gratFrame_lib h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.gratFrame_lib h2:hover::after {
    transform: scaleX(1.2);
}

.gratFrame_lib .training_classes_lib {
    border-radius: 10px;
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    padding: 3rem;
    border-left: 5px solid rgb(101,109,109);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    background: rgba(255, 255, 255, 0.9);
}



::-webkit-scrollbar {
    height: 14px;
    width: 18px;
}

::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 5px;
    width: 13px;
    height: 3px;
}

::-webkit-scrollbar-track {
    margin: 2px 0;
    box-shadow: inset -1px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(228deg, #ffffff 94%, rgb(255, 255, 255, 0.5) 42%, rgb(101,109,109,0.5) 39%, rgb(136,143,143) 5%, rgb(136,143,143,0.5) 85%, rgb(171,178,178) 48%);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    animation: slide_scrollbar 3.1s ease-in-out infinite;
    border-radius: 3.2rem;
    transition: background 1.1s ease-in;
    box-shadow: -2px 2px 10px 3px rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle at bottom left, #ffffff 12%, rgb(255, 255, 255, 0.5) 13%, rgb(101,109,109) 32%, rgb(101,109,109,0.5) 45%, rgb(136,143,143) 9%, rgb(136,143,143,0.5) 90%, rgb(171,178,178) 33%);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(136,143,143,0.5);
    border-color: rgb(136,143,143);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 1px 2px 7px rgba(0, 0, 0, 0.6);
    background: rgb(136,143,143,0.5);
}

.price_set_lib .package_pricing_lib p::-webkit-scrollbar {
    width: 4px;
}

.price_set_lib .package_pricing_lib p::-webkit-scrollbar-thumb {
    background: rgb(101,109,109,0.5);
    border-radius: 10px;
}



@media (max-width: 991px) {.client_feedback_lib {
    padding: 4rem 0;
}.client_feedback_lib h2 {
    text-align: center;
    font-size: calc(29px * 1.05);
    transform: translateX(0);
}.client_feedback_lib h2::after {
    left: 50%;
    transform: translateX(-50%);
}.client_feedback_lib .rating_views_lib {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 480px) {.client_feedback_lib h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 2rem;
}.client_feedback_lib .review_experiences_lib {
    padding: 1.25rem;
}.client_feedback_lib .review_experiences_lib h3 {
    font-size: 21px;
}.client_feedback_lib .review_experiences_lib .description {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 768px) {.price_set_lib {
    padding: 60px 0;
}.price_set_lib h2 {
    font-size: calc(33px - 6px);
}.price_set_lib .rate_card_lib {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.price_set_lib .cost_matrix_lib {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_set_lib .package_pricing_lib h4 {
    font-size: 24px;
}.price_set_lib .package_pricing_lib p {
    max-height: 180px;
    font-size: calc(13px - 1px);
}.price_set_lib .price_opts_lib {
    font-size: 24px;
}
}



@media screen and (max-width: 768px) {.launch_now_lib {
    padding: 50px 0;
}.launch_now_lib h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.launch_now_lib .write_feedback_lib {
    padding: 14px 30px;
}.launch_now_lib .training_classes_lib::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -20px;
}
}



@media screen and (max-width: 768px) {.data_summary_lib {
    padding: 5rem 0;
}.data_summary_lib h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 4rem;
}.data_summary_lib ul {
    flex-wrap: wrap;
    height: auto;
}.data_summary_lib .growth_statistics_lib {
    padding: 0 1.5rem;
    margin-bottom: 3rem;
    flex: 0 0 33.33%;
}.data_summary_lib .growth_statistics_lib:nth-child(5n)::before {
    display: block;
}.data_summary_lib .growth_statistics_lib:nth-child(3n)::before {
    display: none;
}.data_summary_lib .growth_statistics_lib:nth-child(3n+1) {
    animation-delay: 0.1s;
}.data_summary_lib .growth_statistics_lib:nth-child(3n+2) {
    animation-delay: 0.2s;
}.data_summary_lib .growth_statistics_lib:nth-child(3n) {
    animation-delay: 0.3s;
}
}



@media (max-width: 768px) {.forum_link_lib {
    padding: 3.5rem 0 1.5rem;
}.forum_link_lib .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.forum_link_lib .subscribe_holder {
    grid-column: auto;
}.forum_link_lib .contact_faq_lib {
    grid-template-columns: 1fr 1fr;
}.forum_link_lib .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@media (min-width: 1200px) {.primary_page_lib .training_classes_lib {
    padding: 0 5rem;
}.primary_page_lib .textual_box_lib {
    transform: translateZ(0) translateX(-2rem);
}.primary_page_lib .main_home_lib svg {
    width: 120px;
    height: 120px;
}.primary_page_lib .image_strip_lib {
    transform: perspective(2000px) rotateY(-12deg);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
}
}



@media (max-width: 767px) {.primary_page_lib {
    padding-top: 60px;
}.primary_page_lib .training_classes_lib {
    padding: 1.5rem;
}.primary_page_lib .textual_box_lib {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}.primary_page_lib h1 {
    font-size: 1.75rem;
}.primary_page_lib .main_home_lib p {
    font-size: 0.95rem;
}.primary_page_lib .connect_inquiry_lib {
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 768px) {.program_overview_lib {
    padding: 60px 0;
}.program_overview_lib .textual_box_lib {
    width: 100%;
    margin-bottom: 40px;
}.program_overview_lib .textual_box_lib h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.program_overview_lib .textual_box_lib .description:last-child {
    padding: 25px 30px;
}
}



@media (min-width: 1400px) {header .head_learning_lib {
    max-width: 1320px;
    margin: 0 auto;
}header .header_top_lib {
    margin: 0 0.6rem;
}header .header_top_lib a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .head_learning_lib {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_top_lib {
    margin-bottom: 0;
    margin-right: 0;
}header .main_page_lib {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .header_top_lib a {
    height: 36px;
    font-size: calc(13px - 1px);
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.program_assets_lib {
    padding: 60px 0;
}.program_assets_lib .training_classes_lib {
    padding: 25px 20px;
}.program_assets_lib h1 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.9);
}.program_assets_lib ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.program_assets_lib li p {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 480px) {.program_assets_lib {
    padding: 40px 0;
}.program_assets_lib .image_strip_lib {
    max-height: 300px;
}.program_assets_lib .training_classes_lib {
    padding: 20px 15px;
}.program_assets_lib h1 {
    font-size: calc(33px * 0.85);
    margin-bottom: 20px;
}.program_assets_lib li svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 375px) {.gratFrame_lib {
    padding: 3rem 0;
}.gratFrame_lib .container {
    padding: 0 1.2rem;
}.gratFrame_lib h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.65);
}.gratFrame_lib .training_classes_lib {
    padding: 1.5rem 1.2rem;
}.gratFrame_lib li span {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}
}



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



@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 0.05;
    }
}

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



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



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



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



@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}



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


    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



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

