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

.lib_head_mentor {
    flex: 1 0 auto;
}

.lib_head_mentor {
    position: relative;
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
}

.lib_developer_experience::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}

.lib_developer_experience .lib_image_panel {
    width: 120px;
    height: 120px;
    transform: translateZ(20px) rotate(-2deg);
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
}

.lib_developer_experience .name::after {
    background: rgb(177,177,205);
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    height: 3px;
    bottom: -5px;
    position: absolute;
}

header::before {
    content: '';
    left: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(177,177,205), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(177,177,205), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(177,177,205), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(177,177,205), 0.03) 25%) 0 0 / 20px 20px;
}

header .lib_main_train::before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    content: '';
    transform-origin: top;
    left: 0;
    width: 100%;
    top: 100%;
    transform: rotateX(90deg);
    position: absolute;
    height: 10px;
}

header .lib_main_top a:hover::before {
    opacity: 1;
}

header .lib_main_top a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}

header .lib_header_mentor::before {
    left: 35%;
    top: 0;
    height: 1px;
    width: 30%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(177,177,205), 
        transparent
    );
    position: absolute;
}

.lib_opening_board .lib_image_panel::after {
    position: absolute;
    left: 0;
    backdrop-filter: blur(2px);
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(rgb(177,177,205,0.5), 0.4) 100%
    );
    z-index: 2;
}



.lib_opening_board .lib_content_pad {
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    animation: fadeUp 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
    border-radius: 10px;
    max-width: 550px;
    position: relative;
    overflow: hidden;
    border-left: 3px solid rgb(177,177,205);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.lib_opening_board .lib_learn_hero:hover svg path,
.lib_opening_board .lib_learn_hero:hover svg text {
    fill: #ffffff;
}

.lib_opening_board .lib_message_feedback:hover {
    background: linear-gradient(135deg, rgb(177,177,205) 0%, rgb(139,136,171) 100%);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.lib_secure_wrap::before {
    opacity: 0.15;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 90%, rgb(139,136,171,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(177,177,205,0.5), transparent 45%);
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.lib_secure_wrap h2::before {
    left: 0;
    border-radius: 2px;
    height: 85%;
    width: 4px;
    background: rgb(139,136,171);
    top: 0.25rem;
    position: absolute;
    content: "";
}

.lib_secure_wrap h4::before {
    background: rgb(139,136,171);
    left: 0;
    position: absolute;
    border-radius: 1px;
    top: 0.25rem;
    content: "";
    width: 2px;
    height: 75%;
    opacity: 0.7;
}

.lib_secure_wrap li {
    font-size: 13px;
    position: relative;
    padding-left: 0.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.75;
}

.lib_reach_out::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    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%);
    background-size: 40px 40px;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.03;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}

.lib_reach_out .lib_support_infoUbP::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(215,215,229), transparent);
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
}

.lib_reach_out .lib_support_infoUbP input[type="text"]:focus,
.lib_reach_out .lib_support_infoUbP textarea:focus {
    border-color: rgb(177,177,205);
    box-shadow: 0 0 0 4px rgb(177,177,205,0.5);
    outline: none;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links label {
    padding-left: 30px;
    line-height: 1.6;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    color: #000000;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links a::after {
    height: 1px;
    background: rgb(177,177,205);
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.lib_reach_out .lib_support_infoUbP .lib_message_feedback:hover::before {
    width: 100%;
}

.lib_reach_out .lib_support_reach {
    flex-direction: column;
    position: relative;
    padding: 50px;
    display: flex;
    flex: 1 1 35%;
    background: linear-gradient(to bottom right, rgb(215,215,229), #ffffff);
    justify-content: center;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    background: #ffffff;
    margin-bottom: 20px;
}

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

.lib_tyPage {
    position: relative;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgb(177,177,205,0.5) 30%, rgb(215,215,229) 70%, rgb(139,136,171,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

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

.lib_tyPage .lib_skill_learn > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.lib_tyPage a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.lib_tyPage a::before {
    width: 10px;
    height: 100%;
    content: "";
    opacity: 0;
    left: -30px;
    background: linear-gradient(to right, transparent, rgb(177,177,205,0.5), transparent);
    position: absolute;
    transition: opacity 0.3s ease;
    animation: shine 3s infinite;
    transform: skewX(-20deg);
    top: 0;
}

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

.lib_course_rewards .lib_image_panel:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.01);
}

.lib_course_rewards .lib_content_pad {
    position: relative;
}

.lib_course_rewards h1::after {
    bottom: -10px;
    background: rgb(177,177,205);
    content: "";
    transition: transform 0.5s ease-out;
    transform: scaleX(1);
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
}

.lib_course_rewards li::before {
    background: linear-gradient(45deg, transparent, rgba(var(--primary-color-rgb, 33, 150, 243), 0.03));
    height: 100%;
    opacity: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
}

.lib_course_rewards li:hover svg {
    transform: scale(1.15);
}

.lib_audience_profile::before,
.lib_audience_profile::after {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    animation: beamScan 8s infinite ease-out;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(177,177,205) 50%, 
        transparent 80%);
    content: '';
    width: 1px;
    z-index: -1;
}

.lib_audience_profile::before {
    animation-delay: 0s;
    left: 25%;
}

.lib_audience_profile ul li {
    position: relative;
    align-items: center;
    color: #000000;
    display: flex;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    padding: 1.3rem 1.5rem;
}

.lib_audience_profile ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}

.lib_audience_profile ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}



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

.lib_audience_profile ul::after {
    width: 30px;
    opacity: 0.2;
    bottom: 20px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    border: 1px solid rgb(139,136,171,0.5);
    content: '';
}

.lib_price_row .lib_study_offers {
    max-width: 800px;
    font-size: 13px;
    animation: slideInDesc 0.8s forwards 0.4s;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateX(-10px);
    line-height: 1.6;
}

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

.lib_price_row .lib_fee_schemes {
    z-index: 2;
    position: relative;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.lib_price_row .lib_fee_schemes h4::after {
    left: 0;
    background: rgb(177,177,205);
    width: 40px;
    content: "";
    height: 3px;
    bottom: -10px;
    transition: width 0.3s ease;
    position: absolute;
}

.lib_price_row .lib_learn_pricing::before {
    top: 0;
    width: 100%;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
    content: "";
}

.lib_price_row .lib_rate_panel:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.lib_education_framework .lib_skill_learn {
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    display: flex;
}

.lib_education_framework h3::before {
    border: 2px dashed rgb(177,177,205,0.5);
    left: 5px;
    content: "";
    right: 5px;
    border-radius: calc(21px - 4px);
    z-index: -1;
    top: 5px;
    position: absolute;
    bottom: 5px;
    opacity: 0.6;
}

.lib_education_framework span::before {
    top: 5px;
    bottom: 5px;
    z-index: -1;
    content: "";
    left: 5px;
    border-radius: calc(21px - 4px);
    opacity: 0.6;
    right: 5px;
    position: absolute;
    border: 2px dashed rgb(139,136,171,0.5);
}

.lib_youtube_chan::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(215,215,229) 0%,
        rgb(177,177,205) 35%, 
        rgb(139,136,171) 65%,
        rgb(215,215,229) 100%);
    height: 7px;
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
}

.lib_youtube_chan .info_item::before {
    position: absolute;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    content: '';
    left: 0;
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
}

.lib_youtube_chan .info_item:hover svg {
    transform: rotate(10deg);
}

.lib_youtube_chan .lib_top_header {
    max-width: 300px;
    display: flex;
    width: 100%;
    gap: 1.5rem;
    margin-right: auto;
    flex-direction: column;
}

.lib_youtube_chan .lib_main_train {
    flex: 1;
    min-width: 240px;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 2rem;
    max-width: 400px;
}

.lib_youtube_chan .lib_top_skill {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
    padding: 0 1.5rem;
}

.lib_youtube_chan .lib_top_skill a::before {
    border-radius: 50%;
    width: 6px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    background-color: rgb(139,136,171,0.5);
    content: '';
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
}

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

.lib_youtube_chan .input_holder input[type="email"] {
    color: #000000;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.lib_youtube_chan .lib_sub_deal:hover::before {
    opacity: 1;
}

.lib_youtube_chan .lib_scholar_cta {
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
}

.lib_youtube_chan .lib_collab_net {
    font-size: 16px;
    opacity: 0.8;
    color: #000000;
}

.lib_course_overview::after {
    background: radial-gradient(circle, rgb(139,136,171,0.5) 0%, transparent 70%);
    z-index: 1;
    bottom: -5%;
    content: "";
    border-radius: 50%;
    width: 50%;
    left: -5%;
    height: 50%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    position: absolute;
    opacity: 0.3;
}

.lib_course_overview .lib_knowledge_base::before {
    top: 0;
    z-index: -1;
    border-radius: 19px;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    opacity: 0.7;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.lib_course_overview .lib_top_header::after {
    width: 60px;
    height: 3px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(139,136,171) 0%, transparent 100%);
    content: "";
    bottom: -10px;
}

.lib_course_overview .lib_knowledge_base:hover h3::after {
    width: 80px;
}

.lib_course_overview .lib_image_panel {
    transform: translateZ(30px) rotate(3deg);
    height: 450px;
    min-height: 400px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 100%;
    animation: floatAnimation 6s ease-in-out infinite;
}

.lib_our_mission::before {
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    background: #000000;
    opacity: 0.75;
    top: 0;
}

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

.lib_our_mission h5::after {
    bottom: -8px;
    left: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 40%;
    content: "";
    position: absolute;
    transform: scaleX(1);
    height: 3px;
    background: rgb(177,177,205);
}

.lib_our_mission .lib_content_pad:hover p b::before {
    transform-origin: left;
    transform: scaleX(1);
}

.lib_our_mission ol li {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    column-gap: 40px;
    position: relative;
    column-count: 1;
    padding-left: 5px;
    letter-spacing: 0.3px;
    opacity: 0.9;
    font-size: 13px;
    text-align: justify;
}

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

.lib_customer_experience h2::after {
    position: absolute;
    width: 80px;
    bottom: -20px;
    content: "";
    transform: translateX(-50%) skewX(-20deg);
    height: 4px;
    background: rgb(177,177,205);
    left: 50%;
}

.lib_customer_experience .lib_rating_spot:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.lib_customer_experience .lib_rating_spot img {
    border: 3px solid #ffffff;
    width: 60px;
    transition: transform 0.4s ease-out;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    height: 60px;
    box-shadow: 0 5px 15px -5px rgba(rgb(177,177,205,0.5), 0.3);
}

.lib_customer_experience .description::before {
    border-radius: 10px;
    transition: transform 0.3s ease-out;
    opacity: 0.1;
    content: "";
    transform: rotate(45deg) scale(0);
    height: 30px;
    left: -15px;
    background: linear-gradient(135deg, rgb(139,136,171) 0%, rgba(rgb(139,136,171,0.5), 0.2) 100%);
    width: 30px;
    z-index: -1;
    position: absolute;
    top: -10px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.lib_developer_experience {
    padding: 4rem 0;
}.lib_developer_experience .lib_rating_spot {
    padding: 2rem;
}.lib_developer_experience .lib_image_panel {
    margin-bottom: 1rem;
}
}



@media (max-width: 575px) {.lib_developer_experience .lib_rating_spot {
    padding: 1.5rem;
    transform: none;
}.lib_developer_experience .lib_image_panel {
    height: 100px;
    width: 100px;
}.lib_developer_experience .lib_work_table {
    line-height: 1.6;
    font-size: calc(18px - 0.1rem);
}
}



@media (min-width: 1400px) {header .lib_header_mentor {
    margin: 0 auto;
    max-width: 1320px;
}header .lib_main_top {
    margin: 0 0.5rem;
}header .lib_main_top a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .lib_header_mentor {
    padding: 0.8rem 1.5rem;
}header .lib_top_header {
    max-width: 140px;
}header .lib_main_pro img {
    max-height: 35px;
}header .lib_main_train {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .lib_main_train::-webkit-scrollbar {
    height: 3px;
}header .lib_main_train::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(177,177,205,0.5);
}header .lib_main_top {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .lib_main_top a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(13px - 2px);
}
}



@media (min-width: 1200px) {.lib_secure_wrap {
    padding: 8rem 5rem;
}.lib_secure_wrap::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(139,136,171,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(177,177,205,0.5), transparent 45%);
}.lib_secure_wrap .container {
    padding: 0 4rem;
}.lib_secure_wrap h1 {
    font-size: calc(38px * 1.3);
}.lib_secure_wrap h1::after {
    bottom: -0.7rem;
    width: 5.5rem;
    height: 5px;
}.lib_secure_wrap ul {
    padding-left: 2.5rem;
}
}



@media (max-width: 768px) {.lib_reach_out {
    padding: 50px 0;
}.lib_reach_out h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.lib_reach_out .lib_support_infoUbP h3,
    .lib_reach_out .lib_support_reach h4 {
    font-size: calc(19px * 0.9);
}.lib_reach_out .lib_support_infoUbP,
    .lib_reach_out .lib_support_reach {
    padding: 30px;
}.lib_reach_out .lib_support_infoUbP input[type="text"],
    .lib_reach_out .lib_support_infoUbP textarea {
    padding: 12px 15px;
}.lib_reach_out .lib_support_infoUbP .lib_message_feedback {
    padding: 12px 25px;
}
}



@media (max-width: 480px) {.lib_tyPage {
    padding: 40px 0;
}.lib_tyPage .lib_skill_learn {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.lib_tyPage h5 {
    font-size: calc(21px * 0.8);
}.lib_tyPage p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 992px) {.lib_audience_profile {
    padding: 4rem 0;
}.lib_audience_profile h3 {
    font-size: calc(35px * 0.9);
}.lib_audience_profile ul {
    gap: 1rem;
}.lib_audience_profile ul li {
    padding: 1.1rem 1.3rem;
}
}



@media (max-width: 576px) {.lib_audience_profile {
    padding: 3rem 0;
}.lib_audience_profile .lib_skill_learn {
    padding: 0 1.5rem;
}.lib_audience_profile h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2.5rem;
}.lib_audience_profile ul {
    gap: 0.8rem;
}.lib_audience_profile ul li {
    padding: 1rem;
}.lib_audience_profile ul li svg {
    margin-right: 1rem;
    height: 24px;
    width: 24px;
}}



@media (max-width: 768px) {.lib_education_framework {
    padding: 5rem 1rem;
}.lib_education_framework h3 {
    --rotation: 0deg;
    transform: rotate(0deg);
    font-size: calc(30px * 0.8);
    padding: 1.5rem;
}.lib_education_framework span {
    padding: 1.5rem;
    --rotation: 0deg;
    font-size: calc(17px * 0.95);
    transform: rotate(0deg);
}.lib_education_framework .lib_skill_learn {
    gap: 2rem;
}.lib_education_framework h3::after,
    .lib_education_framework span::after {
    left: 10%;
    right: 10%;
    width: 80%;
    transform: rotate(0deg);
}}



@media (max-width: 1024px) {.lib_course_overview {
    padding: 5rem 0;
}.lib_course_overview .lib_skill_learn {
    transform: perspective(1000px) rotateY(0deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.lib_course_overview .lib_knowledge_base {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 2.5rem;
}.lib_course_overview .lib_image_panel {
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
}.lib_course_overview .lib_skill_learn:hover .lib_image_panel {
    transform: translateZ(30px) scale(1.02);
}
}



@media (min-width: 992px) {.lib_our_mission {
    padding: 180px 0 160px;
}.lib_our_mission .container {
    grid-template-columns: 1fr 3fr;
}.lib_our_mission .lib_content_pad {
    grid-column: 2;
    padding: 70px;
}.lib_our_mission h5 {
    margin-bottom: 20px;
}.lib_our_mission ol li {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 992px) {.lib_customer_experience {
    padding: 80px 0;
}.lib_customer_experience h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.lib_customer_experience .lib_review_space {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.lib_customer_experience .lib_rating_spot {
    padding: 25px;
}
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}



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



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



@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}



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



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}



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

