.lib_youtube_chan {
    flex: 0 0 auto;
}

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


.lib_developer_experience {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgb(139,136,171,0.5) 100%);
    z-index: 1;
}

.lib_developer_experience .lib_rating_spot {
    border-left: 4px solid rgb(177,177,205);
    gap: 2rem;
    padding: 2.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
}

.lib_developer_experience .lib_rating_spot:hover .name::after {
    width: 60px;
}

.lib_developer_experience .lib_work_table::before {
    color: rgb(139,136,171,0.5);
    left: -10px;
    position: absolute;
    font-family: serif;
    line-height: 1;
    content: "";
    top: -20px;
    opacity: 0.3;
    font-size: 5rem;
}

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

header .lib_main_pro:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .lib_main_pro::before {
    filter: blur(10px);
    left: 0;
    opacity: 0.1;
    background: rgb(177,177,205);
    width: 100%;
    transform: translateZ(-10px);
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
}

header .lib_main_top a::before {
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateZ(-5px);
    border-radius: 10px;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, 
        rgb(177,177,205,0.5) 0%, 
        rgb(139,136,171,0.5) 100%
    );
}



@supports not (transform-style: preserve-3d) {header .lib_main_pro:hover {
    transform: translateY(-3px);
}header .lib_main_top a:hover {
    transform: translateY(-3px);
}}

.lib_opening_board .lib_skill_learn {
    display: flex;
    animation: slideIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 3;
    padding: 4rem 2rem;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    transform: translateX(0);
    flex-direction: column;
    position: relative;
}

.lib_opening_board .lib_content_pad::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(177,177,205,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    opacity: 0.05;
    left: 0;
    z-index: -1;
    top: 0;
}

.lib_opening_board .lib_learn_hero:hover {
    transform: scale(1.05);
}

.lib_opening_board .lib_learn_hero svg {
    height: 100px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    width: 100px;
}

.lib_opening_board .lib_message_feedback {
    font-size: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(139,136,171) 0%, rgb(177,177,205) 100%);
    transform: translateZ(0);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 0.9em 2em;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
}

.lib_secure_wrap h2 {
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    font-size: 35px;
    opacity: 0;
    transform: translateY(10px);
    padding-left: 1rem;
    position: relative;
}

.lib_secure_wrap h4 {
    font-size: calc(35px * 0.75);
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    padding-left: 0.7rem;
    opacity: 0;
    transform: translateY(10px);
}

.lib_secure_wrap li::marker {
    font-size: 1.2em;
    color: rgb(177,177,205);
}

.lib_secure_wrap span {
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    max-width: 90ch;
    font-size: 13px;
    border-left: 1px solid rgb(139,136,171,0.5);
    line-height: 1.75;
    display: block;
    padding-left: 1rem;
    color: #000000;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.5s;
}

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

.lib_reach_out h3::after {
    transform: translateX(-50%);
    bottom: -25px;
    content: "";
    position: absolute;
    background: rgb(139,136,171);
    height: 2px;
    left: 50%;
    width: 40px;
}

.lib_reach_out .lib_support_infoUbP h3 {
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

.lib_reach_out .lib_support_infoUbP input[type="text"],
.lib_reach_out .lib_support_infoUbP textarea {
    font-size: 12px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    padding: 15px 20px;
    border: 2px solid rgb(215,215,229);
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    left: 6px;
    content: "";
}

.lib_reach_out .lib_support_infoUbP .lib_message_feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.lib_reach_out .lib_support_reach::before {
    width: 100%;
    content: "";
    background-size: 30px 30px;
    left: 0;
    opacity: 0.03;
    top: 0;
    position: absolute;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    background-image: 
        linear-gradient(45deg, rgb(177,177,205,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(177,177,205,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(177,177,205,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(177,177,205,0.5) 75%);
    height: 100%;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
}

.lib_tyPage::after {
    left: 0;
    width: 100%;
    opacity: 0.7;
    z-index: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}

.lib_tyPage .lib_skill_learn > div:first-child::after {
    background: rgb(177,177,205);
    bottom: 0;
    content: "";
    left: 0;
    transform-origin: left;
    width: 60px;
    position: absolute;
    height: 3px;
    animation: expandLine 1.5s ease-out forwards;
}

.lib_tyPage .lib_skill_learn > div:first-child::after {
    width: 80px;
}

.lib_tyPage .lib_skill_learn:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

.lib_course_rewards .lib_image_panel {
    max-height: 500px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    filter: brightness(1.05) contrast(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    margin-bottom: 40px;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: auto;
}

.lib_course_rewards h1:hover::after {
    transform: scaleX(1.5);
}

.lib_course_rewards ul {
    gap: 25px;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
}

.lib_course_rewards li:hover::before {
    opacity: 1;
}

.lib_course_rewards svg {
    transform: scale(1);
    margin-top: 3px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    min-width: 24px;
}

.lib_course_rewards li:hover svg path {
    fill: rgb(139,136,171);
}

.lib_audience_profile .lib_skill_learn {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.lib_audience_profile h3 {
    letter-spacing: 1px;
    font-size: 35px;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: rgb(177,177,205);
}

.lib_audience_profile ul {
    list-style: none;
    margin: 0;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0;
    display: flex;
}

.lib_audience_profile ul li::after {
    transform: translateX(-100%);
    opacity: 0;
    width: 100%;
    content: '';
    position: absolute;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(177,177,205,0.5) 20%, 
        transparent 80%);
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.lib_audience_profile ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(139,136,171);
}

.lib_audience_profile ul::before {
    height: 50px;
    top: 20px;
    position: absolute;
    right: 20px;
    border: 1px solid rgb(177,177,205,0.5);
    border-radius: 50%;
    content: '';
    opacity: 0.2;
    width: 50px;
}

.lib_price_row .lib_value_pricing {
    position: relative;
}

.lib_price_row .lib_study_packages li {
    animation: fadeIn 0.8s forwards;
    perspective: 1000px;
    opacity: 0;
}

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

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

.lib_price_row .lib_price_view::before {
    width: 80px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0.8;
    right: 0;
    top: 0;
    content: "";
    background: rgb(139,136,171);
    height: 80px;
    transform: translate(50%, -50%) rotate(45deg);
}

.lib_price_row .lib_fee_schemes p {
    margin: 0 0 25px;
    white-space: normal;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: calc(13px - 1px);
    line-height: 1.6;
    color: #000000;
    word-wrap: break-word;
}

.lib_price_row .lib_rate_panel:hover .lib_price_view::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.lib_price_row .lib_rate_panel:hover .lib_learn_pricing::before {
    transform: translateX(100%);
}

.lib_education_framework::after {
    right: -10%;
    filter: blur(100px);
    background: rgb(177,177,205,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 80%;
    opacity: 0.2;
    width: 80%;
    z-index: 0;
    animation: floatBlob 20s infinite alternate ease-in-out;
    top: -10%;
}

.lib_education_framework h3::after {
    content: "";
    transform: rotate(1deg);
    width: 70%;
    z-index: -2;
    background: rgb(139,136,171,0.5);
    border-radius: 8px;
    position: absolute;
    top: -8px;
    height: 16px;
    left: 15%;
}

.lib_education_framework span::after {
    transform: rotate(-1deg);
    position: absolute;
    border-radius: 8px;
    bottom: -8px;
    right: 15%;
    content: "";
    background: rgb(177,177,205,0.5);
    width: 70%;
    height: 16px;
    z-index: -2;
}

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

.lib_youtube_chan .lib_join_community {
    justify-content: center;
    gap: 0;
    padding-bottom: 2rem;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.lib_youtube_chan .info_item p,
.lib_youtube_chan .info_item a {
    justify-content: center;
    text-decoration: none;
    font-size: calc(17px - 1px);
    transition: all 0.3s ease;
    display: flex;
    text-align: center;
    font-weight: 400;
    gap: 0.75rem;
    align-items: center;
    color: #000000;
}

.lib_youtube_chan .lib_access_help {
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    padding-left: 2rem;
}

.lib_youtube_chan .lib_main_train h5 {
    font-size: 22px;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-weight: 600;
    color: #000000;
    padding: 0.75rem 1.5rem;
}

.lib_youtube_chan .lib_top_skill a:hover::before {
    width: 8px;
    background-color: rgb(177,177,205);
    height: 8px;
}

.lib_youtube_chan .subscribe_holder::before {
    left: 0;
    position: absolute;
    width: 0;
    border-width: 50px 50px 0 0;
    border-color: rgb(177,177,205,0.5) transparent transparent transparent;
    border-top-left-radius: 25px;
    height: 0;
    border-style: solid;
    top: 0;
    content: '';
}

.lib_youtube_chan .lib_sub_deal {
    padding: 1.125rem 1.25rem;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(177,177,205) 0%, rgb(139,136,171) 100%);
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.lib_course_overview {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(215,215,229) 0%, rgb(139,136,171,0.5) 50%, rgb(215,215,229) 100%);
}

.lib_course_overview .lib_skill_learn {
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
}

.lib_course_overview .lib_top_header {
    align-items: center;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
}

.lib_course_overview .lib_top_header::before {
    top: 50%;
    background: rgb(177,177,205);
    opacity: 0.6;
    right: -20px;
    position: absolute;
    content: "";
    width: 40px;
    transform: translateY(-50%);
    height: 2px;
}

.lib_course_overview .lib_top_header svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,177,205);
}

.lib_course_overview h3 {
    font-weight: 700;
    font-size: 29px;
    background: linear-gradient(to right, #000000 0%, rgb(177,177,205) 100%);
    background-clip: text !important;
    transform: translateZ(5px);
    -webkit-background-clip: text !important;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: transparent;
}

.lib_course_overview .lib_skill_learn:hover .lib_image_panel {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.lib_our_mission::after {
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    content: "";
    background: rgb(177,177,205);
    opacity: 0.1;
    width: 300px;
    right: -50px;
    filter: blur(40px);
    height: 300px;
    border-radius: 50%;
}

.lib_our_mission .lib_content_pad:hover h5 {
    transform: translateX(5px);
}

.lib_our_mission .lib_content_pad:hover h5::after {
    transform: scaleX(1.5);
}

.lib_our_mission p {
    letter-spacing: 0.5px;
    font-size: calc(13px * 1.2);
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}

.lib_our_mission ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.lib_customer_experience {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgba(rgb(177,177,205,0.5), 0.05) 100%);
}

.lib_customer_experience h2 {
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin-left: auto;
    max-width: 800px;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-right: auto;
}

.lib_customer_experience .lib_rating_spot::before {
    z-index: -1;
    color: rgba(rgb(177,177,205,0.5), 0.1);
    font-size: calc(38px * 2);
    content: "";
    line-height: 1;
    font-weight: 700;
    top: 10px;
    right: 20px;
    position: absolute;
}

.lib_customer_experience .lib_rating_spot h4 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin: 0;
}

.lib_customer_experience .lib_rating_spot:hover h4::after {
    transform: scaleX(1);
}

.lib_customer_experience .lib_rating_spot:hover .description::before {
    transform: rotate(45deg) scale(1);
}

.lib_customer_experience a:hover {
    box-shadow: 0 10px 20px -5px rgba(rgb(177,177,205,0.5), 0.4);
    transform: translateY(-5px);
}

.lib_customer_experience a:hover::before {
    left: 100%;
}



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



@media (min-width: 992px) {.lib_developer_experience {
    padding: 7rem 0;
}.lib_developer_experience .lib_rating_spot {
    grid-template-areas: "photo info quote";
    grid-template-rows: 1fr;
    padding: 3.5rem;
    grid-template-columns: auto 1fr 2fr;
    gap: 0 3rem;
}.lib_developer_experience .lib_rating_spot > div:nth-child(1) {
    grid-area: photo;
}.lib_developer_experience .lib_rating_spot > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.lib_developer_experience .lib_rating_spot > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 3rem;
    grid-area: quote;
}.lib_developer_experience .lib_image_panel {
    width: 180px;
    height: 180px;
}.lib_developer_experience .lib_work_table {
    padding-left: 0;
}.lib_developer_experience .lib_work_table::before {
    left: -30px;
}
}



@media (min-width: 768px) {.lib_opening_board .lib_skill_learn {
    transform: translateX(0);
    padding: 5rem;
}.lib_opening_board .lib_content_pad {
    max-width: 550px;
    margin-left: 3rem;
}
}



@media (max-width: 767px) {.lib_opening_board {
    min-height: 100vh;
    height: auto;
}.lib_opening_board .lib_skill_learn {
    padding: 6rem 1.5rem 4rem;
}.lib_opening_board h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}.lib_opening_board .lib_content_pad {
    width: 100%;
    padding: 1.5rem;
}.lib_opening_board .lib_message_feedback {
    padding: 0.8em 1.5em;
    width: 100%;
    text-align: center;
}.lib_opening_board .lib_learn_hero svg {
    width: 80px;
    height: 80px;
}
}



@media (hover: hover) {.lib_secure_wrap li:hover::marker {
    color: rgb(139,136,171);
}.lib_secure_wrap strong:hover {
    transition: color 0.3s ease;
    color: rgb(177,177,205);
}
}



@media (max-width: 767px) {.lib_secure_wrap {
    padding: 3rem 1.5rem;
}.lib_secure_wrap h1 {
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.9);
}.lib_secure_wrap h2 {
    font-size: calc(35px * 0.95);
    margin: 2rem 0 1.2rem;
}.lib_secure_wrap p, 
    .lib_secure_wrap li,
    .lib_secure_wrap span {
    line-height: 1.7;
    font-size: calc(13px * 0.98);
}.lib_secure_wrap ul {
    padding-left: 1.5rem;
}
}



@media (max-width: 576px) {.lib_reach_out {
    padding: 40px 0;
}.lib_reach_out h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.7);
}.lib_reach_out .lib_support_infoUbP,
    .lib_reach_out .lib_support_reach {
    padding: 25px 20px;
}.lib_reach_out .lib_support_infoUbP input[type="text"],
    .lib_reach_out .lib_support_infoUbP textarea {
    margin-bottom: 15px;
}.lib_reach_out .lib_support_infoUbP .lib_request_links label {
    font-size: calc(16px * 0.9);
}.lib_reach_out .lib_support_infoUbP .lib_message_feedback {
    padding: 12px 20px;
    width: 100%;
}.lib_reach_out .lib_support_reach .lib_feedback_block li {
    margin-bottom: 15px;
    padding: 12px;
}}



@media (max-width: 767px) {.lib_course_rewards {
    padding: 60px 0;
}.lib_course_rewards .lib_skill_learn {
    padding: 30px 20px;
    max-width: 100%;
}.lib_course_rewards h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 20px;
}.lib_course_rewards li {
    padding: 15px;
}.lib_course_rewards ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}



@media (max-width: 992px) {.lib_price_row h2 {
    font-size: calc(38px - 4px);
}.lib_price_row .lib_study_offers {
    margin-bottom: 30px;
}.lib_price_row .lib_study_packages {
    gap: 20px;
}.lib_price_row .lib_price_view {
    padding: 25px;
}
}



@media (max-width: 992px) {.lib_education_framework {
    padding: 6rem 1.5rem;
}.lib_education_framework h3 {
    padding: 1.8rem;
    font-size: calc(30px * 0.9);
}.lib_education_framework span {
    padding: 1.8rem;
}.lib_education_framework h3::after {
    top: -6px;
    height: 12px;
}.lib_education_framework span::after {
    height: 12px;
    bottom: -6px;
}.lib_education_framework .lib_skill_learn {
    gap: 2.5rem;
}
}



@media (max-width: 991px) {.lib_youtube_chan {
    padding: 4rem 0 2rem;
}.lib_youtube_chan .info_item {
    width: 50%;
    padding: 1rem;
}.lib_youtube_chan .info_item:nth-child(3)::before {
    display: none;
}.lib_youtube_chan .text_main_holder {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}.lib_youtube_chan .lib_top_header {
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
}.lib_youtube_chan .lib_access_help {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.lib_youtube_chan .lib_access_help::before {
    display: none;
}.lib_youtube_chan .lib_main_train {
    max-width: 600px;
    width: 100%;
}.lib_youtube_chan .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}



@media (max-width: 576px) {.lib_course_overview {
    padding: 3rem 0;
}.lib_course_overview .lib_skill_learn::before {
    display: none;
}.lib_course_overview .lib_knowledge_base {
    padding: 1.5rem;
}.lib_course_overview .lib_top_header svg {
    height: 3rem;
}.lib_course_overview .lib_top_header::before {
    right: -10px;
    width: 20px;
}.lib_course_overview h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.8);
}.lib_course_overview p {
    font-size: calc(12px * 0.9);
}.lib_course_overview .lib_image_panel {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}



@media (max-width: 576px) {.lib_customer_experience {
    padding: 60px 0;
}.lib_customer_experience h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.lib_customer_experience h2::after {
    bottom: -15px;
    width: 60px;
}.lib_customer_experience .lib_rating_spot {
    padding: 20px 15px;
}.lib_customer_experience .lib_rating_spot div {
    margin-bottom: 15px;
}.lib_customer_experience .lib_rating_spot img {
    height: 45px;
    margin-right: 10px;
    width: 45px;
}.lib_customer_experience a {
    width: 100%;
    margin-top: 30px;
    padding: 10px 25px;
}
}


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



@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

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

