.lib_framework-wrap {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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

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

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

.lib_developer_experience::after {
    background: radial-gradient(circle, rgb(139,136,171,0.5) 0%, transparent 70%);
    opacity: 0.4;
    transform: translate3d(0, 0, 0);
    height: 300px;
    right: -5%;
    top: -5%;
    content: "";
    z-index: -1;
    position: absolute;
    filter: blur(40px);
    width: 300px;
}

.lib_developer_experience .lib_rating_spot::before {
    z-index: 0;
    top: 0;
    opacity: 0.2;
    background: linear-gradient(135deg, transparent 50%, rgb(139,136,171,0.5) 50%);
    height: 150px;
    right: 0;
    width: 150px;
    position: absolute;
    content: "";
}

.lib_developer_experience .lib_rating_spot:hover .lib_image_panel {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}

.lib_developer_experience .lib_rating_spot div:nth-child(2) div {
    color: rgb(139,136,171);
    margin-top: 0.25rem;
    font-size: calc(18px - 0.1rem);
    letter-spacing: 0.5px;
    font-weight: 600;
}

header:hover::after {
    transform: scaleX(1);
}

header .lib_top_header {
    flex: 0 0 auto;
    margin-right: 2rem;
    perspective: 800px;
    position: relative;
}

header .lib_main_pro {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
}

header .lib_main_train {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
}

header .lib_main_top a {
    color: #000000;
    justify-content: center;
    padding: 0.7rem 1.2rem;
    background: #ffffff;
    align-items: center;
    text-decoration: none;
    position: relative;
    transform: translateZ(0);
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    transform-style: preserve-3d;
    display: flex;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.lib_opening_board .lib_image_panel {
    transform: scale(1.05);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: brightness(0.85) contrast(1.1) saturate(1.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.lib_opening_board h1::after {
    height: 4px;
    bottom: -0.5rem;
    left: 0;
    width: 80px;
    animation: growLine 1.5s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(139,136,171), transparent);
    content: '';
}

.lib_opening_board .lib_learn_hero {
    position: relative;
    transform: scale(1);
    justify-content: center;
    margin: 1rem 0 2rem;
    align-items: center;
    display: flex;
    transition: transform 0.3s ease;
}

.lib_opening_board .lib_learn_hero svg path {
    transition: fill 0.3s ease;
    fill: rgb(139,136,171);
}

.lib_opening_board h6 {
    text-align: center;
    margin-top: 1rem;
    width: 100%;
}

.lib_opening_board .lib_message_feedback:hover::before {
    left: 100%;
}

.lib_opening_board .lib_message_feedback:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(0) translateZ(0);
}

.lib_secure_wrap {
    background: linear-gradient(145deg, rgb(215,215,229), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.lib_secure_wrap h1::after {
    transform-origin: left;
    background: rgb(177,177,205);
    width: 3.5rem;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    content: "";
    height: 3px;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    transform: scaleX(0);
}

.lib_secure_wrap h3::before {
    top: 0.25rem;
    left: 0;
    border-radius: 1.5px;
    content: "";
    opacity: 0.8;
    background: rgb(139,136,171);
    width: 3px;
    height: 80%;
    position: absolute;
}

.lib_secure_wrap p {
    color: #000000;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    transform: translateY(10px);
    font-size: 13px;
    line-height: 1.75;
}

.lib_reach_out {
    background: rgb(215,215,229);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.lib_reach_out .lib_image_panel {
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    filter: saturate(0.5) brightness(1.2);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.1;
    height: 100%;
    position: absolute;
}

.lib_reach_out h3::before {
    height: 2px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    background: rgb(177,177,205);
    width: 80px;
}

.lib_reach_out .lib_message_request {
    border-radius: 29px;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
}

.lib_reach_out .lib_support_infoUbP textarea {
    resize: vertical;
    min-height: 140px;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.lib_reach_out .lib_support_infoUbP .lib_request_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,177,205);
    background: rgb(177,177,205);
}

.lib_reach_out .lib_support_infoUbP .lib_request_links a {
    position: relative;
    color: rgb(177,177,205);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.lib_reach_out .lib_support_infoUbP .lib_message_feedback {
    padding: 15px 35px;
    letter-spacing: 1px;
    border-radius: 10px;
    font-size: 20px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    background: rgb(177,177,205);
    cursor: pointer;
    transition: all 0.3s ease;
}

.lib_reach_out .lib_support_reach h4::after {
    width: 40px;
    height: 2px;
    bottom: -10px;
    position: absolute;
    background: rgb(177,177,205);
    content: "";
    left: 0;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li svg path {
    fill: rgb(177,177,205);
    transition: all 0.3s ease;
}

.lib_reach_out .lib_support_reach .lib_feedback_block li a:hover {
    color: rgb(177,177,205);
}

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

.lib_tyPage .lib_skill_learn {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    gap: 2.5rem;
    position: relative;
    padding: 3.5rem;
}

.lib_tyPage .lib_skill_learn {
    max-width: 75%;
    gap: 3rem;
}

.lib_tyPage a:hover::before {
    opacity: 1;
}

.lib_tyPage p {
    padding: 0.5rem 1rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 13px;
    margin: 0;
    position: relative;
    border-left: 3px solid rgb(139,136,171,0.5);
}

.lib_course_rewards::before {
    left: 0;
    position: absolute;
    z-index: 1;
    transform: translateZ(0);
    background: radial-gradient(circle at 70% 30%, rgb(177,177,205,0.5), transparent 60%);
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.15;
    top: 0;
}

.lib_course_rewards .lib_skill_learn {
    max-width: 90%;
    border-left: 4px solid rgb(177,177,205);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 0 auto;
    transform: translateY(-80px);
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
}

.lib_course_rewards li:hover {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

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

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

.lib_audience_profile::after {
    right: 25%;
    animation-delay: 4s;
}

.lib_audience_profile .lib_skill_learn::before,
.lib_audience_profile .lib_skill_learn::after {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    height: 1px;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(139,136,171) 50%, 
        transparent 90%);
    left: 0;
    animation: horizontalBeam 10s infinite ease-out;
}

.lib_audience_profile .lib_skill_learn::before {
    top: 30%;
    animation-delay: 2s;
}

.lib_audience_profile ul li:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.05);
}

.lib_audience_profile ul li:hover::before {
    transform: scaleY(1);
}

.lib_audience_profile ul li svg {
    position: relative;
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 28px;
    margin-right: 1.5rem;
    z-index: 1;
    width: 28px;
}

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

.lib_price_row::before {
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(177,177,205,0.5) 100%);
    right: 0;
}

.lib_price_row h2 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform: translateX(-10px);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: slideInTitle 0.8s forwards 0.2s;
}

.lib_price_row .lib_rate_panel {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}

.lib_price_row .lib_fee_schemes h4 {
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: calc(21px + 2px);
    position: relative;
}

.lib_price_row .lib_learn_pricing {
    display: inline-block;
    align-self: flex-start;
    padding: 10px 20px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    transform: translateY(0);
    background: rgb(177,177,205);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    font-weight: 700;
    overflow: hidden;
    font-size: 18px;
    margin-top: auto;
}

.lib_education_framework {
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgb(177,177,205,0.5) 100%);
}

.lib_education_framework h3 {
    transform: rotate(-1deg);
    animation: paperCut 0.8s ease-out forwards;
    border-radius: 21px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 30px;
    background: #ffffff;
    color: #000000;
    margin: 0;
    padding: 2rem;
    font-weight: 700;
    text-align: center;
}

.lib_youtube_chan::before {
    left: 0;
    opacity: 0.07;
    height: 100%;
    content: '';
    background: 
        linear-gradient(135deg, rgb(177,177,205,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(139,136,171,0.5) 0%, transparent 70%);
    z-index: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.lib_youtube_chan .lib_join_community::after {
    height: 1px;
    bottom: -1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(139,136,171,0.5) 50%,
        transparent 100%);
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
}

.lib_youtube_chan .info_item:hover p,
.lib_youtube_chan .info_item:hover a {
    color: rgb(177,177,205);
}

.lib_youtube_chan .text_main_holder {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
}

.lib_youtube_chan .lib_top_header:hover svg {
    transform: scale(1.05);
}

.lib_youtube_chan .lib_main_train::before {
    border-radius: 25px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    background: rgba(0, 0, 0, 0.02);
}

.lib_youtube_chan .lib_top_skill a {
    font-size: 17px;
    padding: 0.5rem 0;
    color: #000000;
    text-decoration: none;
    padding-left: 1.25rem;
    position: relative;
    transition: all 0.3s ease;
}

.lib_youtube_chan .subscribe_holder h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.lib_youtube_chan .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    margin-top: 0.5rem;
    gap: 1rem;
}

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

.lib_youtube_chan .lib_sub_deal::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(139,136,171) 0%, rgb(177,177,205) 100%);
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0;
}

.lib_course_overview::before {
    width: 70%;
    border-radius: 50%;
    position: absolute;
    height: 70%;
    background: radial-gradient(circle, rgb(177,177,205,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: "";
    z-index: 1;
    animation: pulseGlow 15s ease-in-out infinite;
    right: -10%;
    top: -10%;
}

.lib_course_overview .lib_knowledge_base {
    padding: 3rem;
    transform: translateZ(20px);
    z-index: 3;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(215,215,229);
    border-radius: 19px;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: #ffffff;
}

.lib_course_overview .lib_top_header svg {
    width: auto;
    height: 4rem;
    filter: drop-shadow(0 2px 4px rgb(177,177,205,0.5));
    transition: all 0.3s ease;
}

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

.lib_course_overview p {
    font-size: 12px;
    line-height: 1.7;
    z-index: 2;
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}

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

.lib_course_overview .lib_skill_learn:hover .lib_image_panel::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(139,136,171,0.5) 40%,
        rgb(177,177,205,0.5) 100%
    );
}

.lib_our_mission .lib_content_pad {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    border-left: 4px solid rgb(177,177,205);
}

.lib_our_mission p b {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: calc(13px * 1.4);
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: rgb(139,136,171);
}

.lib_our_mission ol li::first-line {
    color: rgb(139,136,171);
    font-weight: 600;
}

.lib_customer_experience::after {
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(139,136,171) 0%, rgba(rgb(139,136,171,0.5), 0) 70%);
    filter: blur(40px);
    bottom: -10%;
    height: 250px;
    position: absolute;
    width: 250px;
    left: -5%;
    opacity: 0.1;
}

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

.lib_customer_experience .lib_rating_spot div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lib_customer_experience .lib_rating_spot:hover img {
    transform: scale(1.05);
}

.lib_customer_experience .lib_rating_spot h4::after {
    bottom: -8px;
    transition: transform 0.3s ease-out 0.1s;
    transform-origin: left;
    transform: scaleX(0);
    width: 40px;
    background: rgb(177,177,205);
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
}

.lib_customer_experience a::before {
    left: -100%;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}



@media (min-width: 768px) {.lib_developer_experience .lib_rating_spot {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-areas:
            "photo info"
            "quote quote";
}.lib_developer_experience .lib_rating_spot > div:nth-child(1) {
    grid-area: photo;
}.lib_developer_experience .lib_rating_spot > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.lib_developer_experience .lib_rating_spot > div:nth-child(3) {
    grid-area: quote;
}.lib_developer_experience .lib_image_panel {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 991px) {header .lib_header_mentor {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .lib_top_header {
    margin-right: 0;
    margin-bottom: 0;
}header .lib_main_train {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .lib_main_top a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
}
}



@media (min-width: 992px) {.lib_opening_board {
    display: flex;
    align-items: center;
}.lib_opening_board .lib_skill_learn {
    max-width: 1400px;
    width: 100%;
    padding: 0 5rem;
}.lib_opening_board h1 {
    font-size: 39px;
    max-width: 70%;
}.lib_opening_board .lib_content_pad {
    padding: 3rem;
    margin-left: 5rem;
}
}



@media (min-width: 768px) {.lib_secure_wrap {
    padding: 6rem 3rem;
}.lib_secure_wrap .container {
    padding: 0 2rem;
}.lib_secure_wrap h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 3rem;
}.lib_secure_wrap h1::after {
    width: 4.5rem;
}.lib_secure_wrap h2 {
    font-size: calc(35px * 1.05);
    padding-left: 1.2rem;
    margin: 3rem 0 1.8rem;
}.lib_secure_wrap h2::before {
    width: 5px;
}.lib_secure_wrap p, 
    .lib_secure_wrap li,
    .lib_secure_wrap span {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}



@media (prefers-reduced-motion: reduce) {.lib_secure_wrap .container,
    .lib_secure_wrap h1,
    .lib_secure_wrap h2,
    .lib_secure_wrap h3,
    .lib_secure_wrap h4,
    .lib_secure_wrap p,
    .lib_secure_wrap ul,
    .lib_secure_wrap span {
    opacity: 1;
    transform: none;
    animation: none;
}.lib_secure_wrap h1::after {
    transform: scaleX(1);
    animation: none;
}}



@media (min-width: 768px) {.lib_tyPage {
    padding: 150px 0;
}.lib_tyPage .lib_skill_learn {
    margin: 0 auto;
    max-width: 85%;
    padding: 4rem 5rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.lib_tyPage .lib_skill_learn:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.lib_tyPage h5 {
    font-size: calc(21px * 1.2);
}.lib_tyPage p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 991px) {.lib_course_rewards {
    padding: 80px 0;
}.lib_course_rewards .lib_skill_learn {
    transform: translateY(-50px);
}.lib_course_rewards h1 {
    font-size: calc(44px * 0.85);
}
}



@media (max-width: 480px) {.lib_course_rewards {
    padding: 40px 0;
}.lib_course_rewards .lib_image_panel {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}.lib_course_rewards .lib_skill_learn {
    transform: translateY(-30px);
    padding: 25px 15px;
}.lib_course_rewards h1 {
    font-size: calc(44px * 0.6);
}.lib_course_rewards li p {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 768px) {.lib_price_row {
    padding: 60px 0;
}.lib_price_row h2 {
    font-size: calc(38px - 6px);
}.lib_price_row .lib_study_offers {
    font-size: calc(13px - 1px);
}.lib_price_row .lib_study_packages {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.lib_price_row .lib_fee_schemes h4 {
    font-size: 21px;
}.lib_price_row .lib_fee_schemes p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.lib_youtube_chan .text_main_holder {
    gap: 2.5rem;
}.lib_youtube_chan .lib_top_header {
    max-width: 260px;
}.lib_youtube_chan .lib_main_train {
    min-width: 220px;
}
}



@media (max-width: 576px) {.lib_youtube_chan {
    padding: 3rem 0 1.5rem;
}.lib_youtube_chan .lib_join_community {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.lib_youtube_chan .text_main_holder {
    gap: 2.5rem;
}.lib_youtube_chan .lib_main_train {
    padding: 1rem;
}.lib_youtube_chan .lib_main_train h5 {
    text-align: center;
}.lib_youtube_chan .subscribe_holder {
    padding: 1.5rem;
}.lib_youtube_chan .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.lib_youtube_chan .lib_scholar_cta {
    margin-top: 2.5rem;
}}



@media (max-width: 768px) {.lib_course_overview {
    padding: 4rem 0;
}.lib_course_overview .lib_skill_learn::before {
    top: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
}.lib_course_overview .lib_knowledge_base {
    padding: 2rem;
}.lib_course_overview .lib_top_header svg {
    height: 3.5rem;
}.lib_course_overview h3 {
    font-size: calc(29px * 0.9);
}.lib_course_overview .lib_image_panel {
    min-height: 300px;
}
}



@media (max-width: 1200px) {.lib_customer_experience {
    padding: 100px 0;
}.lib_customer_experience .lib_review_space {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.lib_customer_experience {
    padding: 70px 0;
}.lib_customer_experience h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.85);
}.lib_customer_experience .lib_review_space {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.lib_customer_experience .lib_rating_spot {
    padding: 25px 20px;
}.lib_customer_experience .lib_rating_spot img {
    height: 50px;
    width: 50px;
}.lib_customer_experience a {
    padding: 12px 30px;
    margin-top: 40px;
}
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}



@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(0deg) translateX(0) translateY(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(5deg) translateX(5%) translateY(5%);
    }
}



@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

