﻿.top_class_lib {
    flex: 1 0 auto;
}

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

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

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

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    overflow: visible;
    margin-top: 0;
    z-index: 100;
    padding: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(101,109,109) 0%, rgb(136,143,143) 100%);
}

.teacher_profile_lib::before {
    right: -200px;
    content: "";
    top: -200px;
    width: 500px;
    position: absolute;
    opacity: 0.1;
    height: 500px;
    border-radius: 50%;
    background-color: rgb(136,143,143,0.5);
}

.teacher_profile_lib .review_experiences_lib::before {
    height: 30px;
    content: "";
    transform: rotate(45deg);
    background-color: rgb(101,109,109);
    left: 50px;
    width: 30px;
    top: -15px;
    z-index: -1;
    position: absolute;
}

.teacher_profile_lib .review_experiences_lib:hover .image_strip_lib {
    transform: scale(1.05);
}

.teacher_profile_lib .review_experiences_lib:hover .image_strip_lib::before {
    opacity: 1;
}

.teacher_profile_lib .career_story_lib {
    font-size: 16px;
    padding: 20px 30px;
    position: relative;
    border-radius: 13px;
    background-color: rgb(171,178,178);
    order: 3;
    line-height: 1.8;
    color: #000000;
    margin: 25px 0 0;
}

.teacher_profile_lib .name::after {
    height: 2px;
    content: "";
    bottom: 0;
    width: 40px;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(136,143,143);
    left: 50%;
}

.contact_panel_lib::before {
    bottom: 0;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    right: 0;
}

.contact_panel_lib .inquiry_section_lib:hover {
    transform: rotateX(0) scale(1);
}

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

.contact_panel_lib .feedback_section_lib {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}

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

.contact_panel_lib .feedback_section_lib input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background: rgb(101,109,109,0.5);
    border: 1px solid rgb(136,143,143,0.5);
    outline: none;
}

.contact_panel_lib .feedback_section_lib .feedback_info_lib {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact_panel_lib .feedback_section_lib .feedback_info_lib input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.contact_panel_lib .feedback_section_lib .feedback_info_lib a:hover {
    text-decoration: underline;
}

.contact_panel_lib .feedback_section_lib .connect_inquiry_lib::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(136,143,143,0.5), 
        transparent
    );
    left: -100%;
}

.client_feedback_lib::after {
    height: 40%;
    transform: rotate(-15deg) skew(10deg);
    z-index: 0;
    top: -5%;
    background: rgb(136,143,143,0.5);
    content: "";
    position: absolute;
    right: -5%;
    opacity: 0.03;
    width: 40%;
}

.client_feedback_lib h2::after {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    transform-origin: left center;
    bottom: -0.8rem;
    left: 0;
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    position: absolute;
    width: 5rem;
    content: "";
}

.client_feedback_lib .review_experiences_lib::before {
    font-family: Arial, sans-serif;
    opacity: 0.07;
    color: rgb(136,143,143);
    position: absolute;
    content: "";
    z-index: -1;
    right: 1rem;
    font-size: 8rem;
    line-height: 1;
    top: -2rem;
}

.client_feedback_lib .review_experiences_lib:nth-child(2n) {
    border-left: 3px solid rgb(136,143,143);
}

.client_feedback_lib .review_experiences_lib .description {
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    font-size: 18px;
    flex-grow: 1;
}

.client_feedback_lib .review_experiences_lib img {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.price_set_lib::before {
    width: 100%;
    backdrop-filter: blur(8px);
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    height: 100%;
    left: 0;
    top: 0;
}

.price_set_lib .rate_card_lib {
    line-height: 1.6;
    text-align: center;
    position: relative;
    max-width: 700px;
    font-size: calc(13px + 2px);
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
}

.price_set_lib .package_pricing_lib {
    text-decoration: none;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.price_set_lib .price_opts_lib {
    display: inline-block;
    font-size: calc(24px + 4px);
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(rgb(101,109,109,0.5), 0.1), rgba(rgb(136,143,143,0.5), 0.2));
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price_set_lib .package_pricing_lib:hover h4 {
    transform: translateX(5px);
}

.cookie_dialog_notice_lib {
    background-color: rgb(171,178,178);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    border-top: 1px solid rgb(136,143,143);
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
}

.cookie_dialog_notice_lib .cookie_eductrl_lib h5 {
    font-size: 19px;
    color: rgb(136,143,143);
    margin-bottom: 6px;
}

.cookie_dialog_notice_lib .visitor_confirm_lib:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

#cookiePolicyMessage_lib:checked ~ .cookie_dialog_notice_lib {
    visibility: hidden;
    opacity: 0;
}

.launch_now_lib::after {
    z-index: 0;
    top: -50%;
    animation: pulse 15s infinite alternate;
    content: '';
    height: 200%;
    background: radial-gradient(
        circle,
        rgb(101,109,109) 0%,
        transparent 70%
    );
    position: absolute;
    opacity: 0.05;
    left: -50%;
    width: 200%;
}

.launch_now_lib h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    letter-spacing: 1px;
}

.launch_now_lib .write_feedback_lib:hover {
    background: transparent;
    border-color: rgb(101,109,109);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.launch_now_lib .write_feedback_lib:hover::before {
    left: 100%;
}

.launch_now_lib .training_classes_lib::after {
    border-radius: 50%;
    right: -50px;
    width: 200px;
    position: absolute;
    opacity: 0.2;
    content: '';
    height: 200px;
    bottom: -100px;
    animation: rotate 20s linear infinite;
    border: 2px solid rgb(101,109,109,0.5);
}



.data_summary_lib .container {
    flex-direction: column;
    max-width: 1200px;
    display: flex;
    padding: 0;
    margin: 0 auto;
    position: relative;
}



.data_summary_lib h2 {
    margin: 0 0 6rem;
    color: #000000;
    width: max-content;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    text-align: center;
    align-self: center;
}

.data_summary_lib ul {
    min-height: 300px;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
}

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

.data_summary_lib .growth_statistics_lib:nth-child(2) {
    animation-delay: 0.2s;
}

.data_summary_lib .growth_statistics_lib:nth-child(4) {
    animation-delay: 0.4s;
}

.data_summary_lib .growth_statistics_lib:nth-child(6) {
    animation-delay: 0.6s;
}

.data_summary_lib .growth_statistics_lib:nth-child(9) {
    animation-delay: 0.9s;
}

.data_summary_lib .growth_statistics_lib:nth-child(5n)::before {
    display: none;
}

.data_summary_lib .growth_statistics_lib:hover::after {
    left: 5%;
    height: 3px;
    opacity: 0.5;
    width: 90%;
}

.data_summary_lib .growth_statistics_lib p {
    position: relative;
    margin: 0 0 1.5rem;
    transition: all 0.3s ease;
    font-weight: 700;
    color: rgb(136,143,143);
    text-align: center;
    font-size: calc(48px * 1.3);
}

.data_summary_lib svg {
    transform: translateX(-50%);
    bottom: -25px;
    left: 50%;
    height: 50px;
    transition: all 0.3s ease;
    opacity: 0.1;
    width: 50px;
    fill: rgb(136,143,143);
    position: absolute;
}

.data_summary_lib .growth_statistics_lib:hover p::before {
    transform: scale(1);
    opacity: 1;
}

.data_summary_lib .growth_statistics_lib:nth-child(1) p::before {
    content: "01";
}

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

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

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

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

.about_this_lib {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
}

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

.about_this_lib h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    position: relative;
    transform-origin: left center;
    font-weight: 700;
    font-size: calc(37px * 1.2);
}

.about_this_lib .textual_box_lib::before {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(101,109,109,0.5), transparent);
    height: 200px;
    top: -100px;
    left: -100px;
    width: 200px;
}

.about_this_lib .textual_box_lib p::after {
    background: rgb(101,109,109);
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    opacity: 0.8;
    position: absolute;
}

.forum_link_lib .container {
    z-index: 1;
    position: relative;
}

.forum_link_lib .rating_stars_lib {
    flex-direction: column;
    display: flex;
    gap: 4rem;
}

.forum_link_lib .contact_faq_lib::after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 60px;
    background-color: rgb(136,143,143);
    content: '';
    bottom: -1px;
}

.forum_link_lib .info_item a:hover {
    color: rgb(136,143,143);
}

.forum_link_lib .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}

.forum_link_lib .nav_top_lib svg {
    transition: opacity 0.3s ease;
    height: auto;
    max-width: 160px;
}

.forum_link_lib .main_page_lib h5 {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0.5rem;
}

.forum_link_lib .top_edu_lib a::before {
    position: absolute;
    left: -10px;
    height: 1px;
    width: 0;
    top: 50%;
    background-color: rgb(136,143,143);
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateY(-50%);
    content: '';
}

.forum_link_lib .subscribe_holder p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

.forum_link_lib .input_holder input[type="email"]:focus {
    border-color: rgb(136,143,143);
    box-shadow: 0 0 0 3px rgb(136,143,143,0.5);
    outline: none;
}

.forum_link_lib .sub_benefit_lib:hover {
    background-color: rgb(101,109,109);
    transform: translateY(-2px);
}

.forum_link_lib .webinar_cta_lib {
    margin-top: 3rem;
    border-top: 1px solid rgb(101,109,109,0.5);
    padding-top: 1.5rem;
    text-align: center;
}

.primary_page_lib {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
}

.primary_page_lib .textual_box_lib {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    z-index: 2;
    padding: 3rem 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    transform: translateZ(0);
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
}

.primary_page_lib .textual_box_lib {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.primary_page_lib .main_home_lib svg {
    width: 80px;
    animation: rotateSvg 15s ease-in-out infinite alternate;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
    transform: rotate(-5deg);
    margin-bottom: 1.5rem;
    transform-origin: center;
    height: 80px;
}

.primary_page_lib .main_home_lib svg {
    height: 100px;
    width: 100px;
}

.primary_page_lib ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.primary_page_lib ul li {
    transform: translateY(20px);
    margin-right: 1rem;
    opacity: 0;
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
}

.primary_page_lib .connect_inquiry_lib:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}

.primary_page_lib .connect_inquiry_lib:hover::before {
    left: 100%;
}

.primary_page_lib .image_strip_lib {
    border-radius: 5px;
    height: 50vh;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(20px);
    opacity: 0;
}

.primary_page_lib .image_strip_lib {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 80vh;
    transform: perspective(1000px) rotateY(-5deg);
    transform-origin: left center;
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
}

.secure_safekeeping_lib h2 {
    z-index: 2;
    font-size: 29px;
    border-left: 5px solid rgb(136,143,143);
    position: relative;
    padding-left: 10px;
    margin: 20px 0;
    color: rgb(101,109,109);
    font-weight: 600;
}

.secure_safekeeping_lib p {
    position: relative;
    line-height: 1.6;
    margin-bottom: 20px;
    z-index: 2;
    color: #000000;
    font-size: 14px;
}

.secure_safekeeping_lib::before,
.secure_safekeeping_lib::after {
    position: absolute;
    display: block;
    background: rgb(136,143,143,0.5);
    z-index: 1;
    content: "";
    border-radius: 50%;
}

.secure_safekeeping_lib::before {
    left: -100px;
    top: -100px;
    height: 200px;
    width: 200px;
}

.program_overview_lib .lesson_track_lib {
    flex-direction: column;
    z-index: 2;
    display: flex;
}

.program_overview_lib .textual_box_lib {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}

.program_overview_lib .textual_box_lib h2 {
    transition: transform 0.5s ease;
    position: relative;
    color: #000000;
    padding: 15px;
    border-radius: 10px;
    background-image: repeating-linear-gradient(45deg, rgb(136,143,143,0.5) 0px, rgb(136,143,143,0.5) 2px, transparent 2px, transparent 8px);
    transform: translateX(0);
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.program_overview_lib .lesson_track_lib:hover .image_strip_lib {
    transform: scale(1.05);
    opacity: 0.3;
}

.program_overview_lib .image_strip_lib::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, transparent 80%);
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}

.program_overview_lib .lesson_track_lib::after {
    z-index: -1;
    width: 40px;
    animation: rotateAnimation 20s infinite linear;
    border: 4px solid rgb(136,143,143,0.5);
    border-radius: 10px;
    top: 40px;
    right: -20px;
    content: "";
    position: absolute;
    height: 40px;
}

.program_overview_lib .textual_box_lib .description:first-of-type::after {
    background: linear-gradient(90deg, rgb(136,143,143), transparent);
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

.program_overview_lib .container::before {
    width: 150%;
    content: "";
    height: 1px;
    bottom: -40px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,143,143,0.5), transparent);
    left: -25%;
}

header .head_learning_lib {
    position: relative;
    padding: 1.2rem 2.5rem;
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
}

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

header .nav_class_lib:hover {
    transform: scale(1.05);
}

header .nav_class_lib img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .header_top_lib a::before {
    position: absolute;
    transform: scale(0.9);
    top: -2px;
    content: '';
    left: -2px;
    background: #ffffff;
    transition: opacity 0.3s ease;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
    right: -2px;
}

header .header_top_lib::after {
    content: '';
    bottom: -10px;
    height: 5px;
    position: absolute;
    left: 10%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    opacity: 0;
    transition: all 0.3s ease;
    filter: blur(3px);
}

header .top_class_lib {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(171,178,178);
}

.program_assets_lib::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(136,143,143,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(101,109,109,0.5) 0%, transparent 70%);
    opacity: 0.08;
    z-index: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.program_assets_lib .image_strip_lib:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.program_assets_lib .training_classes_lib::before {
    left: 0;
    position: absolute;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(136,143,143), rgb(101,109,109));
    height: 100%;
    top: 0;
}

.program_assets_lib .textual_box_lib {
    position: relative;
}

.program_assets_lib h1::after {
    left: 0;
    width: 80px;
    animation: expand 0.8s ease-out forwards;
    content: '';
    background: rgb(136,143,143);
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    height: 3px;
}

.program_assets_lib h1::after {
    width: 100px;
}

.program_assets_lib li svg {
    transition: transform 0.3s ease;
    transform: scale(1);
    height: 24px;
    width: 24px;
    margin-top: 3px;
    flex-shrink: 0;
}

.gratFrame_lib::before {
    right: -10%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    z-index: -1;
    top: -10%;
    filter: blur(25px);
    transform: rotate(-15deg) translateZ(0);
    background: rgb(101,109,109,0.5);
    height: 70%;
    content: "";
    position: absolute;
    width: 50%;
}

.gratFrame_lib h2 {
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.3;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 800px;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 37px;
    margin-bottom: 3rem;
    font-weight: 700;
}

.gratFrame_lib .training_classes_lib:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.gratFrame_lib li span {
    line-height: 1.8;
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
    font-size: 13px;
    transform: translateY(20px);
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
}


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



@media (min-width: 768px) {.teacher_profile_lib .review_experiences_lib {
    display: grid;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
    gap: 10px 30px;
    grid-template-columns: auto 1fr;
}.teacher_profile_lib .image_strip_lib {
    height: 180px;
    grid-area: photo;
    align-self: start;
    margin-bottom: 0;
    width: 180px;
}.teacher_profile_lib .name {
    grid-area: name;
    font-size: 29px;
    text-align: left;
}.teacher_profile_lib .name::after {
    transform: none;
    left: 0;
}.teacher_profile_lib span:not(.name) {
    margin-bottom: 0;
    grid-area: job;
    text-align: left;
}.teacher_profile_lib .career_story_lib {
    grid-area: quote;
    margin-top: 30px;
}
}



@media screen and (max-width: 480px) {.contact_panel_lib .inquiry_section_lib {
    border-radius: 0;
}.contact_panel_lib .image_strip_lib {
    min-height: 250px;
}.contact_panel_lib .feedback_section_lib {
    padding: 2rem 1.5rem;
}}



@media (min-width: 992px) {.client_feedback_lib {
    padding: 7rem 0;
}.client_feedback_lib h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 4rem;
    transform: translateX(4vw);
}.client_feedback_lib .rating_views_lib {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.client_feedback_lib .review_experiences_lib {
    padding: 2.5rem 2rem;
}.client_feedback_lib .review_experiences_lib:nth-child(odd) {
    transform: translateY(25px);
}.client_feedback_lib .review_experiences_lib:nth-child(even) {
    transform: translateY(-15px);
}.client_feedback_lib .review_experiences_lib:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 767px) {.client_feedback_lib {
    padding: 3rem 0;
}.client_feedback_lib h2 {
    margin-bottom: 2.5rem;
    font-size: 29px;
}.client_feedback_lib .rating_views_lib {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_feedback_lib .review_experiences_lib {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.price_set_lib {
    padding: 80px 0;
}.price_set_lib h2 {
    font-size: calc(33px - 4px);
}.price_set_lib .rate_card_lib {
    margin-bottom: 40px;
    font-size: 13px;
}.price_set_lib .cost_matrix_lib {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.price_set_lib {
    padding: 50px 0;
}.price_set_lib h2 {
    font-size: calc(33px - 8px);
}.price_set_lib .rate_card_lib {
    font-size: calc(13px - 2px);
}.price_set_lib .pricing_deals_lib {
    padding: 25px 20px;
}.price_set_lib .package_pricing_lib h4 {
    font-size: calc(24px - 2px);
}.price_set_lib .price_opts_lib {
    font-size: calc(24px - 2px);
    padding: 8px 15px;
}}



@media screen and (max-width: 576px) {.launch_now_lib {
    padding: 40px 0;
}.launch_now_lib h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.launch_now_lib .write_feedback_lib {
    padding: 12px 25px;
    font-size: calc(17px * 0.9);
}.launch_now_lib h3::after {
    width: 60px;
    height: 3px;
    bottom: -10px;
}}



@media (min-width: 768px) {.about_this_lib {
    padding: 150px 0;
}.about_this_lib .textual_box_lib div div {
    column-count: 2;
}.about_this_lib h2 {
    font-size: calc(37px * 1.5);
    grid-column: 1 / -1;
}
}



@media (min-width: 1024px) {.about_this_lib {
    padding: 180px 0;
}.about_this_lib .container {
    gap: 3rem;
    grid-template-columns: 1fr;
}.about_this_lib .textual_box_lib {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.about_this_lib .textual_box_lib:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.about_this_lib .textual_box_lib div div {
    column-count: 2;
}}



@media (min-width: 992px) {.primary_page_lib .training_classes_lib {
    gap: 4rem;
    max-height: 90vh;
}.primary_page_lib .textual_box_lib {
    padding: 4rem;
}.primary_page_lib h1 {
    font-size: 38px;
}.primary_page_lib .main_home_lib p {
    font-size: 13px;
}.primary_page_lib .image_strip_lib {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: perspective(1500px) rotateY(-8deg);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
}
}



@media (max-width: 480px) {.primary_page_lib .textual_box_lib {
    padding: 1.5rem 1rem;
}.primary_page_lib h1 {
    font-size: 1.5rem;
}.primary_page_lib .main_home_lib svg {
    width: 70px;
    height: 70px;
}.primary_page_lib .image_strip_lib {
    height: 40vh;
}.primary_page_lib .connect_inquiry_lib {
    text-align: center;
    width: 100%;
}}



@media (max-width: 1024px) {.program_overview_lib {
    padding: 80px 0;
}.program_overview_lib .textual_box_lib {
    width: 90%;
}
}



@media (max-width: 576px) {.program_overview_lib {
    padding: 40px 0;
}.program_overview_lib .textual_box_lib h2 {
    font-size: calc(32px * 0.8);
}.program_overview_lib .textual_box_lib .description {
    font-size: calc(18px * 0.95);
}.program_overview_lib .textual_box_lib .description:last-child {
    padding: 20px;
}.program_overview_lib::after,
    .program_overview_lib .lesson_track_lib::before,
    .program_overview_lib .textual_box_lib::after {
    display: none;
}.program_overview_lib .textual_box_lib::before {
    width: 60px;
}}



@media (max-width: 479px) {header .head_learning_lib {
    padding: 0.7rem 1.2rem;
}header .nav_top_lib {
    max-width: 120px;
}header .header_top_lib a {
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
    height: 30px;
}}



@media (min-width: 768px) {.program_assets_lib .container {
    align-items: center;
    flex-direction: row;
}.program_assets_lib .image_strip_lib {
    width: 45%;
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
}.program_assets_lib .training_classes_lib {
    margin-left: -50px;
    width: 55%;
    transform: translateY(0);
    z-index: 2;
}.program_assets_lib h1 {
    font-size: 38px;
}
}



@media (max-width: 991px) {.gratFrame_lib {
    padding: 5rem 0;
}.gratFrame_lib h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.gratFrame_lib .training_classes_lib {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.gratFrame_lib {
    padding: 4rem 0;
}.gratFrame_lib h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.gratFrame_lib h2::after {
    height: 3px;
    width: 100px;
}.gratFrame_lib .training_classes_lib {
    padding: 2rem;
}.gratFrame_lib li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

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



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}



@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}



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



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



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

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}



@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}



@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

