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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    margin-top: 0;
    overflow: visible;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    background: rgb(215,215,229);
}

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

.lib_developer_experience .lib_rating_spot:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}

.lib_developer_experience .lib_image_panel::after {
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(rgb(177,177,205), 0.1), transparent);
    position: absolute;
    top: 0;
    width: 100%;
}

.lib_developer_experience .name {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.lib_developer_experience .lib_work_table {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    margin: 0;
}

header::after {
    height: 5px;
    content: '';
    left: 0;
    background: linear-gradient(to right, 
        rgb(177,177,205), 
        rgb(139,136,171), 
        rgb(177,177,205)
    );
    transform-origin: center;
    bottom: 0;
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    width: 100%;
    position: absolute;
}

header .lib_main_pro img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .lib_main_top {
    position: relative;
    margin: 0 0.3rem;
    transform-style: preserve-3d;
}

header .lib_main_top a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}

header .lib_main_top a::after {
    right: 5px;
    transform: translateZ(-10px);
    background: rgb(177,177,205);
    transition: all 0.4s ease;
    height: 5px;
    bottom: -5px;
    left: 5px;
    opacity: 0;
    position: absolute;
    content: '';
}

.lib_opening_board {
    overflow: hidden;
    align-items: stretch;
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    background: linear-gradient(145deg, rgb(177,177,205,0.5), rgba(0, 0, 0, 0.5));
}



.lib_opening_board h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    position: relative;
    color: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    font-size: clamp(2.5rem, 5vw, 39px);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}



.lib_opening_board .lib_content_pad p {
    font-weight: 400;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 1.25rem);
    letter-spacing: 0.02em;
}

.lib_opening_board .lib_learn_hero svg text {
    dominant-baseline: middle;
    fill: rgb(139,136,171);
    transition: fill 0.3s ease;
}

.lib_opening_board .lib_message_feedback::before {
    content: '';
    left: -100%;
    width: 100%;
    transition: left 0.6s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}

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

.lib_secure_wrap h1 {
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 38px;
    transform: translateY(10px);
    font-weight: 700;
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    display: inline-block;
    position: relative;
}

.lib_secure_wrap h3 {
    padding-left: 0.8rem;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    position: relative;
    margin: 2.2rem 0 1.2rem;
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(35px * 0.85);
    font-weight: 600;
    color: #000000;
}

.lib_secure_wrap ul {
    max-width: 85ch;
    padding-left: 2rem;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
    margin-bottom: 2rem;
}

.lib_secure_wrap strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.lib_reach_out::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    top: -50%;
    transform: rotate(45deg);
    right: -50%;
    background: linear-gradient(135deg, rgb(177,177,205,0.5) 0%, transparent 70%);
}

.lib_reach_out h3 {
    z-index: 2;
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    color: rgb(177,177,205);
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.lib_reach_out .lib_support_infoUbP {
    position: relative;
    padding: 50px;
    flex: 1 1 60%;
}

.lib_reach_out .lib_support_infoUbP h3::before {
    width: 50px;
    bottom: -10px;
    left: 0;
    transform: none;
}

.lib_reach_out .lib_support_infoUbP h3::after {
    width: 25px;
    transform: none;
    bottom: -18px;
    left: 0;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links label::before {
    position: absolute;
    content: "";
    top: 3px;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
    left: 0;
    border: 2px solid rgb(215,215,229);
}

.lib_reach_out .lib_support_infoUbP .lib_request_links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.lib_reach_out .lib_support_infoUbP .lib_message_feedback::before {
    background: rgb(139,136,171);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    width: 0;
}

.lib_reach_out .lib_support_reach h4 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.lib_reach_out .lib_support_reach .lib_feedback_block {
    margin: 0;
    list-style: none;
    padding: 0;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.lib_reach_out .lib_support_reach .lib_feedback_block li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.lib_reach_out .lib_support_reach .lib_feedback_block li span {
    color: #000000;
    font-size: 12px;
}

.lib_tyPage::before {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(177,177,205,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    animation: pulseGlow 10s ease-in-out infinite;
    left: 0;
}

.lib_tyPage .lib_skill_learn::after {
    height: 10px;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(139,136,171) 50%, transparent);
    bottom: -5px;
    opacity: 0.6;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
}

.lib_tyPage h5 {
    line-height: 1.4;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 21px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    margin: 0;
}

.lib_tyPage a:hover p {
    transform: translateX(5px);
    color: rgb(177,177,205);
}

.lib_course_rewards {
    background: linear-gradient(135deg, rgb(215,215,229), #ffffff);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.lib_course_rewards::after {
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    top: -50%;
    opacity: 0.1;
    right: -50%;
    transform: translateZ(0);
    background: linear-gradient(45deg, transparent, rgb(139,136,171,0.5) 70%);
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 100%;
}

.lib_course_rewards h1 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 1.3;
    color: #000000;
    position: relative;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.5s ease;
}

.lib_course_rewards li {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    border-radius: 2px;
}

.lib_audience_profile {
    z-index: 1;
    padding: 5rem 0;
    background-color: rgb(215,215,229);
    position: relative;
    overflow: hidden;
}

.lib_audience_profile .lib_skill_learn::after {
    animation-delay: 6s;
    bottom: 30%;
}

.lib_audience_profile h3::after {
    height: 2px;
    transform: translateX(-50%) scaleX(0.3);
    bottom: -15px;
    width: 100px;
    position: absolute;
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    background: rgb(177,177,205);
    left: 50%;
    content: '';
}

.lib_audience_profile ul li::before {
    opacity: 0.5;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    background: linear-gradient(to bottom, 
        rgb(139,136,171,0.5), 
        rgb(177,177,205,0.5));
    transform-origin: top;
    height: 100%;
    width: 3px;
}

.lib_audience_profile ul li svg path {
    fill: rgb(177,177,205);
    transition: fill 0.4s ease;
}

.lib_audience_profile::before :nth-child(2) {
    animation-delay: 3s;
}

.lib_price_row {
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

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

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

.lib_price_row .lib_study_packages li:nth-child(2) {
    animation-delay: 0.7s;
}

.lib_price_row .lib_price_view {
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 4px solid rgb(177,177,205);
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(215,215,229) 100%);
    padding: 30px;
    flex-direction: column;
    height: 100%;
}

.lib_price_row .lib_rate_panel:hover {
    transform: translateY(-8px);
}

.lib_price_row .lib_rate_panel:hover .lib_price_view {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.lib_price_row .lib_rate_panel:hover .lib_fee_schemes h4::after {
    width: 70px;
}

.lib_price_row .lib_rate_panel:hover .lib_learn_pricing {
    background: rgb(139,136,171);
    transform: translateY(-5px);
}

.lib_education_framework::before {
    content: "";
    top: 0;
    width: 100%;
    background-size: 50px 50px;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(139,136,171,0.5) 48%, rgb(139,136,171,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(139,136,171,0.5) 48%, rgb(139,136,171,0.5) 52%, transparent 52%);
}

.lib_education_framework span {
    opacity: 0;
    padding: 2rem;
    font-size: 17px;
    animation: paperCut 1s 0.3s ease-out forwards;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    border-radius: 21px;
    position: relative;
    transform: rotate(1deg);
    line-height: 1.8;
    background: #ffffff;
    color: #000000;
}

.lib_youtube_chan .lib_skill_links {
    display: flex;
    flex-direction: column;
}

.lib_youtube_chan .info_item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    width: 25%;
    flex: 0 0 auto;
}

.lib_youtube_chan .info_item:first-child::before {
    display: none;
}

.lib_youtube_chan .info_item:hover {
    transform: translateY(-5px);
}

.lib_youtube_chan .info_item svg {
    height: 20px;
    width: 20px;
    fill: rgb(177,177,205);
    transition: transform 0.3s ease;
}

.lib_youtube_chan .lib_top_header svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}

.lib_youtube_chan .lib_access_help::before {
    width: 4px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(to bottom, rgb(177,177,205), rgb(139,136,171));
    border-radius: 2px;
}

.lib_youtube_chan .lib_top_skill:first-child {
    position: relative;
}

.lib_youtube_chan .lib_top_skill a:hover {
    padding-left: 1.5rem;
    color: rgb(177,177,205);
}

.lib_youtube_chan .subscribe_holder {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    border-radius: 25px;
    max-width: 400px;
}

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

.lib_youtube_chan .lib_sub_deal:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.lib_youtube_chan .lib_scholar_cta::before {
    height: 1px;
    position: absolute;
    top: 0;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
    left: 30%;
    content: '';
}



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

.lib_course_overview .lib_skill_learn::before {
    height: calc(100% + 4rem);
    opacity: 0.05;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(177,177,205,0.5) 50px, rgb(177,177,205,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(177,177,205,0.5) 50px, rgb(177,177,205,0.5) 51px);
    top: -2rem;
    transform: translateZ(-10px);
    width: calc(100% + 4rem);
    border-radius: 19px;
    z-index: -1;
    left: -2rem;
    position: absolute;
    content: "";
}

.lib_course_overview .lib_top_header svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(177,177,205,0.5));
}

.lib_course_overview h3::after {
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
    background: rgb(177,177,205);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    width: 30px;
    content: "";
}



.lib_course_overview .lib_image_panel::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(177,177,205,0.5) 100%
    );
    transition: all 0.5s ease;
    opacity: 0.5;
    left: 0;
    mix-blend-mode: soft-light;
    content: "";
    height: 100%;
}

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

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

.lib_our_mission h5 {
    text-transform: uppercase;
    display: inline-block;
    color: rgb(177,177,205);
    font-weight: 700;
    transition: transform 0.3s ease-out;
    letter-spacing: 1px;
    position: relative;
    font-size: 19px;
    margin: 0 0 10px;
    transform: translateX(0);
}

.lib_our_mission p b::before {
    bottom: 0;
    height: 2px;
    background: rgb(139,136,171);
    content: "";
    width: 100%;
    transform-origin: right;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    transform: scaleX(0);
}

.lib_customer_experience::before {
    height: 300px;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(177,177,205) 0%, rgba(rgb(177,177,205,0.5), 0) 70%);
    content: "";
    filter: blur(50px);
    right: -5%;
    opacity: 0.1;
    top: -10%;
    width: 300px;
}

.lib_customer_experience .lib_rating_spot {
    position: relative;
    padding: 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
}

.lib_customer_experience .description {
    color: #000000;
    margin: 0;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.lib_customer_experience a {
    border: none;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(177,177,205) 0%, rgba(rgb(177,177,205,0.5), 0.8) 100%);
    margin-left: auto;
    font-weight: 600;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: auto;
    position: relative;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    padding: 15px 35px;
    overflow: hidden;
    margin-top: 50px;
    color: #ffffff;
}



@media (hover: hover) {.lib_developer_experience .lib_rating_spot {
    cursor: default;
}.lib_developer_experience .lib_rating_spot::after {
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.8s ease;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
}.lib_developer_experience .lib_rating_spot:hover::after {
    transform: translateX(100%);
}}



@media (max-width: 479px) {header .lib_header_mentor {
    padding: 0.7rem 1.2rem;
}header .lib_top_header {
    max-width: 120px;
}header .lib_main_top a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (max-width: 480px) {.lib_opening_board h1 {
    font-size: 1.75rem;
}.lib_opening_board .lib_content_pad p {
    font-size: 0.95rem;
}.lib_opening_board .lib_learn_hero svg {
    height: 60px;
    width: 60px;
}}



@media (min-width: 992px) {.lib_secure_wrap {
    background: linear-gradient(165deg, rgb(215,215,229), #ffffff);
    padding: 7rem 4rem;
}.lib_secure_wrap .container {
    padding: 0 3rem;
}.lib_secure_wrap h1 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 1.2);
}.lib_secure_wrap h1::after {
    height: 4px;
    width: 5rem;
}.lib_secure_wrap p {
    margin-bottom: 2rem;
}.lib_secure_wrap h2::before {
    background: linear-gradient(to bottom, rgb(177,177,205), rgb(139,136,171));
}.lib_secure_wrap li {
    margin-bottom: 1.2rem;
}.lib_secure_wrap span {
    border-left: 2px solid rgb(139,136,171,0.5);
    padding-left: 1.5rem;
}
}



@media (max-width: 992px) {.lib_reach_out {
    padding: 60px 0;
}.lib_reach_out h3 {
    margin-bottom: 40px;
}.lib_reach_out .lib_message_request {
    flex-direction: column;
}.lib_reach_out .lib_support_infoUbP,
    .lib_reach_out .lib_support_reach {
    flex: 1 1 100%;
}.lib_reach_out .lib_support_infoUbP::before {
    display: none;
}.lib_reach_out .lib_support_infoUbP {
    padding: 40px;
}.lib_reach_out .lib_support_reach {
    padding: 40px;
}
}



@media (max-width: 767px) {.lib_tyPage {
    padding: 60px 0;
}.lib_tyPage .lib_skill_learn {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.lib_tyPage h5 {
    font-size: calc(21px * 0.9);
}.lib_tyPage p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}



@media (min-width: 992px) {.lib_course_rewards .container {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.lib_course_rewards .lib_image_panel {
    width: 45%;
    margin-bottom: 0;
    transform: perspective(1000px) rotateY(-4deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.lib_course_rewards .lib_skill_learn {
    max-width: 100%;
    width: 55%;
    transform: translateY(0) translateX(-80px);
}.lib_course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 1200px) {.lib_price_row {
    padding: 80px 0;
}.lib_price_row .lib_study_packages {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 576px) {.lib_price_row {
    padding: 50px 0;
}.lib_price_row .container {
    padding: 0 15px;
}.lib_price_row h2 {
    margin-bottom: 15px;
    font-size: calc(38px - 8px);
}.lib_price_row .lib_study_offers {
    margin-bottom: 25px;
}.lib_price_row .lib_study_packages {
    gap: 20px;
    grid-template-columns: 1fr;
}.lib_price_row .lib_price_view {
    padding: 20px;
}.lib_price_row .lib_fee_schemes p {
    margin-bottom: 15px;
}.lib_price_row .lib_learn_pricing {
    padding: 8px 16px;
    font-size: calc(18px - 1px);
}}



@media (max-width: 768px) {.lib_youtube_chan {
    padding: 3.5rem 0 1.5rem;
}.lib_youtube_chan .lib_join_community {
    margin-bottom: 3rem;
}.lib_youtube_chan .info_item {
    width: 100%;
}.lib_youtube_chan .info_item::before {
    display: none;
}.lib_youtube_chan .lib_top_skill {
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}.lib_youtube_chan .lib_top_skill a {
    text-align: center;
    padding: 0.5rem 1rem;
}.lib_youtube_chan .lib_top_skill a::before {
    display: none;
}.lib_youtube_chan .lib_top_skill a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.lib_youtube_chan .lib_scholar_cta {
    margin-top: 3rem;
}
}



@media (min-width: 768px) {.lib_our_mission {
    padding: 150px 0 130px;
}.lib_our_mission .lib_content_pad {
    padding: 60px;
}.lib_our_mission ol li {
    column-gap: 50px;
    column-count: 2;
}.lib_our_mission::after {
    height: 400px;
    width: 400px;
}
}



@media (max-width: 767px) {.lib_our_mission {
    padding: 80px 0 60px;
}.lib_our_mission .lib_content_pad {
    transform: none;
    padding: 30px;
}.lib_our_mission h5 {
    font-size: calc(19px * 0.85);
}.lib_our_mission p b {
    font-size: calc(13px * 1.2);
}.lib_our_mission ol li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}



@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

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

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



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



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}



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



@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

