* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.lib-header-edu {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1264px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.lib-equity-pledge {
    flex: 0 0 auto;
}.lib-wrapper-bundle {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.lib-homepage {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(160,186,189,0.5) 100%);
    padding: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    position: relative;
}.lib-homepage::before {
    content: "";
    bottom: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(115,150,157,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(160,186,189,0.5) 0%, transparent 40%);
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.7;
    right: 0;
    animation: pulseBackground 15s infinite alternate ease-in-out;
    position: absolute;
}.lib-homepage::after {
    position: absolute;
    top: -25%;
    transform: rotate(15deg);
    height: 150%;
    z-index: -2;
    width: 150%;
    left: -25%;
    animation: movePattern 60s linear infinite;
    opacity: 0.3;
    content: "";
}.lib-homepage .lib-skill-plus {
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 3rem;
    position: relative;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
}.lib-homepage .lib-skill-plus > div:first-child {
    transform: translateY(20px);
    position: relative;
    border-left: 4px solid rgb(115,150,157);
    backdrop-filter: blur(10px);
    animation: slideUp 0.8s 0.3s forwards ease-out;
    background: rgba(255, 255, 255, 0.15);
    opacity: 0;
    padding: 2rem;
}.lib-homepage .lib-skill-plus > div:last-child {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s 0.6s forwards ease-out;
}.lib-homepage h3 {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    z-index: 1;
    margin: 0;
    font-size: calc(23px * 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
}.lib-homepage h3::after {
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 60px;
    left: 0;
    position: absolute;
    animation: expandLine 1.2s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(115,150,157);
    bottom: -10px;
    height: 3px;
}.lib-homepage .lib-learning-experts {
    background: linear-gradient(225deg, rgb(115,150,157,0.5) 0%, #000000 100%);
    padding: 3rem 2rem;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
}.lib-homepage .lib-learning-experts::before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    left: -50%;
    animation: shine 8s infinite ease-in-out;
    top: -50%;
}.lib-homepage h1 {
    transform: translateZ(30px);
    margin: 0 0 2rem;
    position: relative;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 48px;
}.lib-homepage h1::after {
    width: 80px;
    transform: scaleX(0);
    height: 5px;
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    animation: expandLine 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(115,150,157);
    bottom: -15px;
}.lib-homepage .lib-learning-experts > div {
    position: relative;
    overflow: hidden;
    margin-top: 2.5rem;
    transform: translateZ(10px);
    height: 200px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.lib-homepage .lib-learning-experts > div::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    z-index: 1;
}.lib-homepage .lib-learning-experts > div p {
    margin: 0;
    right: 1.5rem;
    z-index: 2;
    color: #ffffff;
    bottom: 1.5rem;
    left: 1.5rem;
    position: absolute;
    font-weight: 400;
    line-height: 1.5;
    font-size: calc(13px * 1.1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes pulseBackground {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}

@keyframes shine {
  0% {
    opacity: 0;
    transform: translate(-30%, -30%) rotate(0deg);
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-30%, -30%) rotate(360deg);
  }
}

@keyframes movePattern {
  0% {
    transform: rotate(15deg) translateY(0);
  }
  100% {
    transform: rotate(15deg) translateY(-50%);
  }
}

@media (min-width: 768px) {.lib-homepage .lib-skill-plus {
    grid-template-columns: 0.4fr 0.6fr;
    transform: perspective(1200px) rotateX(3deg);
    align-items: center;
}.lib-homepage h3 {
    font-size: 23px;
}.lib-homepage h1 {
    font-size: calc(48px * 1.2);
}.lib-homepage .lib-learning-experts > div {
    height: 250px;
}
}

@media (min-width: 992px) {.lib-homepage {
    padding: 3rem;
}.lib-homepage .lib-skill-plus {
    grid-gap: 4rem;
}.lib-homepage .lib-learning-experts {
    padding: 4rem 3rem;
}.lib-homepage h1 {
    font-size: calc(48px * 1.4);
}.lib-homepage .lib-learning-experts > div {
    height: 300px;
}.lib-homepage .lib-learning-experts > div p {
    left: 2rem;
    font-size: calc(13px * 1.2);
    right: 2rem;
    bottom: 2rem;
}
}

@media (max-width: 767px) {.lib-homepage {
    padding: 1.5rem;
}.lib-homepage .lib-skill-plus > div:first-child {
    padding: 1.5rem;
}.lib-homepage h3 {
    font-size: calc(23px * 0.8);
}.lib-homepage h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1.5rem;
}.lib-homepage .lib-learning-experts {
    padding: 2rem 1.5rem;
}.lib-homepage .lib-learning-experts > div {
    height: 180px;
    margin-top: 2rem;
}.lib-homepage .lib-learning-experts > div p {
    font-size: 13px;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
}}footer {
    position: relative;
    width: 100%;
}footer .lib-equity-pledge {
    position: relative;
    overflow: hidden;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(115,150,157);
}footer .lib-equity-pledge::before {
    position: absolute;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    background-color: rgb(115,150,157);
    transform: skewY(-3deg);
    top: -50px;
    content: "";
    right: 0;
    z-index: 0;
    left: 0;
    height: 100px;
}footer .lib-lecture-ref {
    z-index: 1;
    position: relative;
}footer .lib-edu-query {
    gap: 15px;
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
}footer .info_item {
    background-color: rgb(115,150,157,0.5);
    flex: 1 1 200px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    border-radius: 0 5px 5px 0;
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 25px;
}footer .info_item::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background-color: rgb(160,186,189);
    width: 5px;
}footer .info_item::after {
    top: 0;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}footer .info_item:nth-child(even) {
    background-color: rgb(160,186,189,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    vertical-align: middle;
    position: relative;
    width: 20px;
    top: -1px;
    height: 20px;
    fill: rgb(160,186,189);
    margin-right: 12px;
}footer .info_item p,
footer .info_item a {
    font-size: 18px;
    transition: color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(160,186,189);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}footer .lib-main-teach {
    border-radius: 13px;
    position: relative;
    background-color: rgb(115,150,157,0.5);
    padding: 30px;
}footer .lib-main-teach::before {
    content: "";
    top: 15px;
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(13px - 8px);
}footer .lib-main-teach svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    display: block;
    height: 45px;
}footer .lib-sustain-cta {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}footer .lib-header-sitebar {
    position: relative;
}footer .lib-header-sitebar h5 {
    padding-left: 15px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}footer .lib-header-sitebar h5::before {
    left: 0;
    background-color: rgb(160,186,189);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    width: 3px;
}footer .lib-top-navbar {
    position: relative;
    margin-bottom: 25px;
}footer .lib-top-navbar a {
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    background-color: rgb(115,150,157,0.5);
    display: inline-block;
    transition: all 0.3s ease;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}footer .lib-top-navbar a::before {
    content: "";
    width: 3px;
    top: 0;
    transition: width 0.3s ease;
    background-color: rgb(160,186,189);
    left: 0;
    position: absolute;
    height: 100%;
}footer .lib-top-navbar a:hover {
    background-color: rgb(160,186,189,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .lib-top-navbar a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(115,150,157,0.5);
    padding: 30px;
    border-radius: 13px;
}footer .subscribe_holder::before {
    bottom: 15px;
    right: 15px;
    left: 15px;
    top: 15px;
    border-radius: calc(13px - 8px);
    position: absolute;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
}footer .subscribe_holder h5 {
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}footer .subscribe_holder h5::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgb(160,186,189);
    width: 3px;
    position: absolute;
}footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(160,186,189);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .lib-email-submit {
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    font-size: 17px;
    color: #ffffff;
    padding: 14px 20px;
    background-color: rgb(160,186,189);
    font-weight: 600;
    position: relative;
    border: none;
    border-radius: 10px;
}footer .lib-email-submit::after {
    transform: rotate(30deg);
    content: "";
    transition: all 0.5s ease;
    left: -100%;
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
}footer .lib-email-submit:hover {
    background-color: rgb(115,150,157);
}footer .lib-email-submit:hover::after {
    left: 100%;
}footer .lib-law-res {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .lib-law-res::before {
    transform: translateX(-50%);
    width: 50px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
    top: -25px;
    height: 1px;
    position: absolute;
}footer .lib-slack-invite {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .lib-email-submit {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .lib-equity-pledge {
    padding: 60px 0 30px;
}footer .lib-edu-query {
    margin-bottom: 40px;
}footer .lib-main-teach, footer .subscribe_holder {
    padding: 25px 20px;
}footer .lib-top-navbar a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .lib-law-res {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .lib-equity-pledge {
    padding: 50px 0 20px;
}footer .lib-header-sitebar h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .lib-main-teach::before, footer .subscribe_holder::before {
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
}footer .input_holder input[type="email"],
    footer .lib-email-submit {
    padding: 12px;
}}.lib-pricing-block {
    overflow: hidden;
    background: #ffffff;
    padding: 7rem 0;
    position: relative;
}.lib-pricing-block::before {
    content: '';
    top: -150px;
    position: absolute;
    background: linear-gradient(135deg, rgb(160,186,189,0.5), transparent);
    width: 400px;
    filter: blur(30px);
    height: 400px;
    z-index: 1;
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
}.lib-pricing-block::after {
    z-index: 1;
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    height: 300px;
    bottom: -100px;
    width: 300px;
    filter: blur(25px);
    background: linear-gradient(135deg, rgb(115,150,157,0.5), transparent);
    opacity: 0.5;
    left: -50px;
}.lib-pricing-block .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.lib-pricing-block .lib-price-tiers {
    display: flex;
    flex-direction: column;
}.lib-pricing-block .lib-member-plans {
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}.lib-pricing-block .lib-member-plans h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.lib-pricing-block .lib-member-plans h2::after {
    width: 80px;
    content: '';
    position: absolute;
    background: rgb(160,186,189);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}.lib-pricing-block .lib-pricing-offers {
    line-height: 1.6;
    max-width: 700px;
    color: #000000;
    margin: 1.5rem auto 0;
    font-size: 15px;
}.lib-pricing-block .lib-study-rates {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    display: grid;
}.lib-pricing-block .lib-study-costs {
    position: relative;
    text-decoration: none;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.lib-pricing-block .lib-study-costs:nth-child(2) {
    animation-delay: 0.5s;
}.lib-pricing-block .lib-study-costs:nth-child(3) {
    animation-delay: 0.6s;
}.lib-pricing-block .lib-study-costs:nth-child(4) {
    animation-delay: 0.7s;
}.lib-pricing-block .lib-study-costs:hover {
    transform: translateY(-10px);
}.lib-pricing-block .lib-tuition-plans {
    transition: all 0.4s ease;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}.lib-pricing-block .lib-study-costs:hover .lib-tuition-plans {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.lib-pricing-block .lib-cost-matrix {
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
    flex-grow: 1;
    padding: 2.5rem 2rem;
}.lib-pricing-block .lib-cost-matrix h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(24px + 2px);
}.lib-pricing-block .lib-study-costs:hover .lib-cost-matrix h3 {
    color: rgb(160,186,189);
}.lib-pricing-block .lib-plan-fees {
    margin-bottom: 1.5rem;
    color: rgb(160,186,189);
    position: relative;
    font-size: calc(24px + 4px);
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}.lib-pricing-block .lib-plan-fees::after {
    width: 40px;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(160,186,189,0.5);
}.lib-pricing-block .lib-study-costs:hover .lib-plan-fees::after {
    width: 80px;
}.lib-pricing-block .lib-cost-matrix p {
    line-height: 1.6;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    font-size: 15px;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
    margin-bottom: 2rem;
}.lib-pricing-block .lib-img-text-overlay {
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}.lib-pricing-block .lib-img-text-overlay::after {
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    bottom: 0;
}.lib-pricing-block .lib-study-costs:hover .lib-img-text-overlay::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.lib-pricing-block .lib-price-tiers {
    flex-direction: row-reverse;
}.lib-pricing-block .lib-member-plans {
    justify-content: center;
    text-align: left;
    flex-direction: column;
    padding-right: 3rem;
    width: 35%;
    display: flex;
}.lib-pricing-block .lib-member-plans h2 {
    text-align: left;
}.lib-pricing-block .lib-member-plans h2::after {
    transform: none;
    left: 0;
}.lib-pricing-block .lib-pricing-offers {
    margin: 1.5rem 0 0;
}.lib-pricing-block .lib-study-rates {
    gap: 2rem;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}
}

@media (max-width: 991px) {.lib-pricing-block {
    padding: 5rem 0;
}.lib-pricing-block .lib-member-plans {
    margin-bottom: 2rem;
}.lib-pricing-block .lib-study-rates {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.lib-pricing-block {
    padding: 4rem 0;
}.lib-pricing-block .lib-cost-matrix {
    padding: 2rem 1.5rem;
}.lib-pricing-block .lib-img-text-overlay {
    height: 180px;
}
}

@media (max-width: 575px) {.lib-pricing-block {
    padding: 3rem 0;
}.lib-pricing-block .lib-member-plans h2 {
    font-size: calc(32px - 4px);
}.lib-pricing-block .lib-study-rates {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.lib-pricing-block .lib-cost-matrix {
    padding: 1.5rem 1.25rem;
}.lib-pricing-block .lib-img-text-overlay {
    height: 160px;
}
}

@media (hover: none) {.lib-pricing-block .lib-study-costs:hover {
    transform: none;
}.lib-pricing-block .lib-study-costs:hover .lib-tuition-plans {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.lib-pricing-block .lib-study-costs:hover .lib-img-text-overlay::after {
    opacity: 0;
}.lib-pricing-block .lib-study-costs:hover .lib-plan-fees::after {
    width: 40px;
}}.lib-thanksHub {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,218,221) 0%, rgb(115,150,157,0.5) 100%);
    perspective: 1000px;
    padding: 120px 0 80px;
}.lib-thanksHub::before {
    opacity: 0.07;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(115,150,157,0.5) 0px,
        rgb(115,150,157,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 0;
    position: absolute;
    transform: translateZ(-10px);
    top: 0;
}.lib-thanksHub::after {
    animation: floating 8s infinite ease-in-out;
    bottom: -50px;
    background: radial-gradient(circle, rgb(160,186,189,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.4;
    filter: blur(40px);
    width: 200px;
    position: absolute;
    height: 200px;
    right: -50px;
}.lib-thanksHub .container {
    padding: 0 15px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.lib-thanksHub h2 {
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    animation: slideIn 0.8s ease-out forwards;
    line-height: 1.3;
    font-size: 37px;
    margin-bottom: 40px;
    transform: translateZ(20px);
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    font-weight: 700;
}.lib-thanksHub h2::after {
    transform-origin: left;
    width: 120px;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(160,186,189) 0%, rgb(115,150,157) 100%);
    transform: scaleX(0);
    position: absolute;
    height: 4px;
}.lib-thanksHub .lib-student-journey {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    animation: fadeIn 1s 0.3s both;
    background: #ffffff;
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.5s ease;
    padding: 40px;
    border-left: 5px solid rgb(160,186,189);
    position: relative;
}.lib-thanksHub .lib-student-journey:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.lib-thanksHub ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.lib-thanksHub li {
    position: relative;
    padding-left: 30px;
}.lib-thanksHub li::before {
    height: 8px;
    left: 0;
    background-color: rgb(115,150,157);
    border-radius: 50%;
    position: absolute;
    content: "";
    animation: pulse 3s infinite;
    width: 8px;
    top: 8px;
    box-shadow: 0 0 0 4px rgb(115,150,157,0.5);
}.lib-thanksHub span {
    line-height: 1.8;
    transition: all 0.3s;
    font-size: 14px;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
}.lib-thanksHub .lib-student-journey::after {
    transform: rotate(15deg);
    height: 60px;
    background: linear-gradient(135deg, rgb(160,186,189) 0%, rgb(115,150,157) 100%);
    opacity: 0.9;
    width: 60px;
    animation: float 6s infinite ease-in-out;
    content: "";
    position: absolute;
    z-index: -1;
    right: 30px;
    border-radius: 10px;
    top: -10px;
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(115,150,157,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(115,150,157), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(115,150,157), 0);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(20deg) translateY(-10px);
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.lib-thanksHub {
    padding: 80px 0 60px;
}.lib-thanksHub h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.lib-thanksHub .lib-student-journey {
    padding: 30px;
}.lib-thanksHub h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.lib-thanksHub {
    padding: 60px 0 40px;
}.lib-thanksHub h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.lib-thanksHub .lib-student-journey {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.lib-thanksHub .lib-student-journey:hover {
    transform: translateZ(8px) rotateX(0deg);
}.lib-thanksHub li {
    padding-left: 25px;
}.lib-thanksHub span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.lib-thanksHub .lib-student-journey::after {
    top: -5px;
    right: 20px;
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.lib-thanksHub {
    padding: 50px 0 30px;
}.lib-thanksHub h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
    line-height: 1.4;
}.lib-thanksHub h2::after {
    height: 3px;
    width: 80px;
}.lib-thanksHub .lib-student-journey {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transform: none;
    padding: 20px 15px;
}.lib-thanksHub .lib-student-journey:hover {
    transform: translateY(-3px);
}.lib-thanksHub li {
    padding-left: 20px;
}.lib-thanksHub li::before {
    width: 6px;
    top: 7px;
    height: 6px;
}.lib-thanksHub span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.lib-thanksHub .lib-student-journey::after {
    display: none;
}}.lib-mentorship-experience {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(206,218,221) 0%, rgb(160,186,189,0.5) 100%);
}.lib-mentorship-experience::before {
    background: rgb(115,150,157,0.5);
    height: 70%;
    left: -5%;
    z-index: 1;
    position: absolute;
    width: 120%;
    transform: rotate(-12deg);
    content: "";
    top: -10%;
}.lib-mentorship-experience .lib-testimonial-sharing {
    align-items: center;
    display: flex;
    z-index: 2;
    transform: translateX(5%);
    flex-direction: row;
    position: relative;
    gap: 3rem;
}.lib-mentorship-experience .lib-img-text-overlay {
    transition: all 0.5s ease;
    transform: rotate(-5deg);
    width: 280px;
    height: 350px;
    border-radius: 13px;
    box-shadow: 15px 15px 0 rgb(160,186,189,0.5);
}.lib-mentorship-experience .lib-img-text-overlay:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.lib-mentorship-experience .lib-career-explore {
    position: relative;
    transition: all 0.5s ease;
    padding: 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg) translateY(-30px);
    background: #ffffff;
    border-radius: 13px;
    max-width: 60%;
}.lib-mentorship-experience .lib-career-explore::after {
    height: 10px;
    left: 30px;
    background: rgb(115,150,157);
    width: 85%;
    transition: all 0.5s ease;
    opacity: 0.6;
    bottom: -10px;
    filter: blur(8px);
    content: "";
    position: absolute;
}.lib-mentorship-experience .lib-career-explore:hover {
    transform: rotate(0deg) translateY(-20px);
}.lib-mentorship-experience .lib-career-explore:hover::after {
    opacity: 0.8;
    width: 95%;
}.lib-mentorship-experience .name {
    margin-bottom: 0.5rem;
    transform: translateX(-20px);
    color: rgb(160,186,189);
    font-size: 30px;
    font-weight: 700;
}.lib-mentorship-experience .lib-career-explore > div:nth-child(2) {
    color: rgb(115,150,157);
    font-size: 20px;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.lib-mentorship-experience .lib-exp-container {
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
}.lib-mentorship-experience .lib-exp-container::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(160,186,189), rgb(115,150,157));
    width: 5px;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

@media (max-width: 992px) {.lib-mentorship-experience .lib-testimonial-sharing {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.lib-mentorship-experience .lib-img-text-overlay {
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.lib-mentorship-experience .lib-career-explore {
    transform: none;
    max-width: 100%;
}.lib-mentorship-experience .name,
    .lib-mentorship-experience .lib-career-explore > div:nth-child(2) {
    transform: none;
}}.lib-course-overview {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(206,218,221) 0%, #ffffff 100%);
}.lib-course-overview::before {
    filter: blur(80px);
    z-index: 0;
    position: absolute;
    height: 300px;
    right: -50px;
    top: -50px;
    animation: float 15s ease-in-out infinite;
    content: "";
    width: 300px;
    background: rgb(160,186,189,0.5);
}.lib-course-overview::after {
    left: -80px;
    position: absolute;
    width: 250px;
    filter: blur(60px);
    z-index: 0;
    background: rgb(115,150,157,0.5);
    height: 250px;
    bottom: -80px;
    animation: float 18s ease-in-out infinite alternate;
    content: "";
}.lib-course-overview .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.lib-course-overview h2 {
    color: #000000;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    transform: translateX(-5%);
    opacity: 0;
    font-size: calc(34px * 1.1);
}.lib-course-overview h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(160,186,189) 0%, rgb(115,150,157) 100%);
    position: absolute;
    transform-origin: left;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 4px;
    content: "";
    left: 0;
    width: 80px;
    bottom: -10px;
}.lib-course-overview .lib-class-map {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.lib-course-overview .lib-img-text-overlay {
    height: 380px;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}.lib-course-overview .lib-img-text-overlay::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    height: 100%;
}.lib-course-overview .lib-img-text-overlay::after {
    mix-blend-mode: hue;
    background: rgb(160,186,189);
    content: "";
    z-index: 2;
    opacity: 0.2;
    transition: opacity 0.5s ease;
    position: absolute;
    inset: 0;
}.lib-course-overview .lib-img-text-overlay:hover::after {
    opacity: 0;
}.lib-course-overview .lib-description-wrap {
    transform: translateY(20px);
    opacity: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.lib-course-overview .description {
    transition: border-left 0.3s ease;
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.8;
    border-left: 2px solid rgb(115,150,157,0.5);
    color: #000000;
    position: relative;
    margin: 0;
}.lib-course-overview .description:first-of-type {
    position: relative;
    z-index: 2;
}.lib-course-overview .description:nth-of-type(2) {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}.lib-course-overview .description:hover {
    border-left: 2px solid rgb(115,150,157);
}.lib-course-overview .description::first-letter {
    color: rgb(160,186,189);
    font-weight: 700;
    font-size: 1.5em;
}

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

@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.lib-course-overview .lib-class-map {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
    gap: 60px;
}.lib-course-overview .lib-img-text-overlay {
    height: 500px;
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.lib-course-overview .lib-img-text-overlay:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.lib-course-overview h2 {
    font-size: calc(34px * 1.2);
    max-width: 80%;
}.lib-course-overview .lib-description-wrap {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.lib-course-overview {
    padding: 150px 0;
}.lib-course-overview .container {
    padding: 0 40px;
}.lib-course-overview h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 60px;
    max-width: 70%;
}.lib-course-overview .lib-img-text-overlay {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.lib-course-overview .description {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}.lib-course-overview .lib-description-wrap {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.lib-course-overview .lib-class-map {
    gap: 80px;
}.lib-course-overview h2 {
    max-width: 60%;
}.lib-course-overview .lib-img-text-overlay {
    transition: transform 0.5s ease;
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
}.lib-course-overview .lib-img-text-overlay:hover {
    transform: perspective(1000px) rotateY(0);
}.lib-course-overview .lib-description-wrap {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.lib-course-overview .lib-description-wrap:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.lib-course-overview {
    padding: 80px 0;
}.lib-course-overview h2 {
    font-size: 34px;
    margin-bottom: 30px;
}.lib-course-overview .lib-img-text-overlay {
    height: 280px;
}.lib-course-overview .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(115,150,157,0.5), rgb(160,186,189));
    overflow: visible;
    position: relative;
    z-index: 1000;
}header::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    content: '';
    top: 0;
}header .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .lib-head-mentor {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
}header .lib-head-mainbar {
    justify-content: center;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    align-items: center;
    z-index: 2;
    display: flex;
}header .lib-head-mainbar::after {
    height: 2px;
    width: 50%;
    opacity: 0.6;
    background: #ffffff;
    bottom: 0;
    content: '';
    transition: width 0.3s ease, opacity 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}header .lib-head-mainbar:hover::after {
    opacity: 1;
    width: 80%;
}header .lib-head-mainbar svg {
    filter: drop-shadow(0 4px 8px rgb(160,186,189,0.5));
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
}header .lib-head-mainbar:hover svg {
    transform: translateY(-5px);
}header .lib-header-sitebar {
    justify-content: center;
    border-radius: 27px;
    gap: 0.8rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0.6rem 1rem;
    max-width: 800px;
}header .lib-header-sitebar::before {
    position: absolute;
    width: 100%;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 27px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}header .lib-main-class {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
}header .lib-main-class::before {
    border-radius: 10px;
    background: #ffffff;
    transform: translateY(100%) scale(0.8);
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    opacity: 0;
    z-index: -1;
    width: 100%;
    left: 0;
}header .lib-main-class:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(160,186,189);
}header .lib-main-class:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .lib-head-mentor {
    gap: 1.2rem;
}header .lib-head-mainbar svg {
    width: 180px;
}header .lib-header-sitebar {
    padding: 0.5rem;
    gap: 0.6rem;
}header .lib-main-class {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .lib-head-mentor {
    gap: 1rem;
}header .lib-head-mainbar svg {
    width: 150px;
}header .lib-header-sitebar {
    padding: 0.4rem;
    gap: 0.4rem;
}header .lib-main-class {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .lib-head-mentor {
    gap: 0.8rem;
}header .lib-head-mainbar svg {
    width: 140px;
}header .lib-header-sitebar {
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .lib-header-sitebar::-webkit-scrollbar {
    height: 3px;
}header .lib-header-sitebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .lib-main-class {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(15px - 3px);
}}.lib-get-in-touch {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(206,218,221);
}.lib-get-in-touch::before {
    height: 100%;
    opacity: 0.05;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    background-size: 80px 140px;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    background-image: linear-gradient(30deg, rgb(115,150,157,0.5) 12%, transparent 12.5%, transparent 87%, rgb(115,150,157,0.5) 87.5%, rgb(115,150,157,0.5)),
                      linear-gradient(150deg, rgb(115,150,157,0.5) 12%, transparent 12.5%, transparent 87%, rgb(115,150,157,0.5) 87.5%, rgb(115,150,157,0.5)),
                      linear-gradient(30deg, rgb(115,150,157,0.5) 12%, transparent 12.5%, transparent 87%, rgb(115,150,157,0.5) 87.5%, rgb(115,150,157,0.5)),
                      linear-gradient(150deg, rgb(115,150,157,0.5) 12%, transparent 12.5%, transparent 87%, rgb(115,150,157,0.5) 87.5%, rgb(115,150,157,0.5)),
                      linear-gradient(60deg, rgb(160,186,189,0.5) 25%, transparent 25.5%, transparent 75%, rgb(160,186,189,0.5) 75%, rgb(160,186,189,0.5)),
                      linear-gradient(60deg, rgb(160,186,189,0.5) 25%, transparent 25.5%, transparent 75%, rgb(160,186,189,0.5) 75%, rgb(160,186,189,0.5));
}.lib-get-in-touch .lib-img-text-overlay {
    width: 45%;
    border-radius: 0 17px 17px 0;
    height: 90%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 5%;
}.lib-get-in-touch .lib-img-text-overlay::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: '';
    top: 0;
    border-radius: 0 17px 17px 0;
    left: 0;
    width: 100%;
    height: 100%;
}.lib-get-in-touch .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.lib-get-in-touch h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    margin-bottom: 50px;
    font-size: 32px;
    position: relative;
    color: rgb(160,186,189);
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
    font-family: Arial, sans-serif;
    display: inline-block;
}.lib-get-in-touch .lib-request-query {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    overflow: hidden;
    float: right;
    border-radius: 17px;
    position: relative;
    flex-direction: column;
    width: 60%;
}.lib-get-in-touch .lib-request-query::before {
    background: linear-gradient(to right, rgb(160,186,189), rgb(115,150,157));
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}.lib-get-in-touch .lib-contact-message {
    padding: 40px;
}.lib-get-in-touch form h3 {
    background: transparent;
    padding-bottom: 10px;
    font-size: 18px;
    border-radius: 0;
    display: block;
    border-bottom: 2px solid rgb(115,150,157,0.5);
    padding: 0;
    text-align: left;
    box-shadow: none;
    margin-bottom: 30px;
    width: 100%;
    color: #000000;
}.lib-get-in-touch input[type="text"],
.lib-get-in-touch textarea {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(206,218,221);
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
}.lib-get-in-touch input[type="text"]:focus,
.lib-get-in-touch textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(160,186,189);
}.lib-get-in-touch textarea {
    resize: none;
    height: 130px;
}.lib-get-in-touch .lib-support-grid {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.lib-get-in-touch .lib-support-grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.lib-get-in-touch .lib-support-grid label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}.lib-get-in-touch .lib-support-grid label::before {
    border-radius: 10px;
    height: 18px;
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
    content: '';
    width: 18px;
    border: 1px solid rgb(160,186,189);
    left: 0;
}.lib-get-in-touch .lib-support-grid input[type="checkbox"]:checked + label::before {
    background: rgb(160,186,189);
}.lib-get-in-touch .lib-support-grid input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: '';
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 9px;
    top: 6px;
    left: 6px;
}.lib-get-in-touch .lib-support-grid a {
    text-decoration: none;
    color: rgb(160,186,189);
    font-weight: 600;
    transition: all 0.3s ease;
}.lib-get-in-touch .lib-support-grid a:hover {
    text-decoration: underline;
    color: rgb(115,150,157);
}.lib-get-in-touch .lib-contact-query {
    cursor: pointer;
    font-size: 15px;
    padding: 14px 30px;
    background: linear-gradient(to right, rgb(160,186,189), rgb(160,186,189));
    transition: all 0.5s ease;
    border-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    background-size: 200% auto;
}.lib-get-in-touch .lib-contact-query:hover {
    transform: translateY(-2px);
    background-position: right center;
    box-shadow: 0 5px 15px rgb(160,186,189,0.5);
}.lib-get-in-touch .lib-query-feedback {
    padding: 40px;
    background: linear-gradient(135deg, rgb(160,186,189), rgb(115,150,157));
    color: #ffffff;
}.lib-get-in-touch .lib-query-feedback h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
}.lib-get-in-touch .lib-query-feedback h4::after {
    left: 0;
    background: #ffffff;
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -8px;
}.lib-get-in-touch .lib-support-inquiry {
    list-style: none;
    margin: 0;
    padding: 0;
}.lib-get-in-touch .lib-support-inquiry li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 20px;
}.lib-get-in-touch .lib-support-inquiry li:hover {
    transform: translateX(5px);
}.lib-get-in-touch .lib-support-inquiry svg {
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    margin-top: 3px;
}.lib-get-in-touch .lib-support-inquiry svg path {
    fill: #ffffff;
}.lib-get-in-touch .lib-support-inquiry span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}.lib-get-in-touch .lib-support-inquiry a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.lib-get-in-touch .lib-support-inquiry a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.lib-get-in-touch {
    padding: 80px 0;
}.lib-get-in-touch .lib-img-text-overlay {
    display: none;
}.lib-get-in-touch .lib-request-query {
    float: none;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
}

@media (max-width: 768px) {.lib-get-in-touch {
    padding: 60px 0;
}.lib-get-in-touch h3 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.lib-get-in-touch .lib-contact-message,
    .lib-get-in-touch .lib-query-feedback {
    padding: 30px;
}.lib-get-in-touch form h3,
    .lib-get-in-touch .lib-query-feedback h4 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.lib-get-in-touch {
    padding: 40px 0;
}.lib-get-in-touch h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.lib-get-in-touch .lib-contact-message,
    .lib-get-in-touch .lib-query-feedback {
    padding: 25px 20px;
}.lib-get-in-touch input[type="text"],
    .lib-get-in-touch textarea {
    padding: 12px;
    margin-bottom: 15px;
}.lib-get-in-touch textarea {
    height: 110px;
}.lib-get-in-touch .lib-contact-query {
    width: 100%;
}}.lib-statistical-overview {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(206,218,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.lib-statistical-overview::before {
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(160,186,189,0.5) 0px,
        rgb(160,186,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    pointer-events: none;
}.lib-statistical-overview .container {
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 1;
    max-width: 1320px;
    position: relative;
}.lib-statistical-overview h4 {
    margin-top: 3rem;
    color: #000000;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 1;
}.lib-statistical-overview h4::after {
    width: 60px;
    content: "";
    background: rgb(160,186,189);
    height: 3px;
    margin: 1rem auto 0;
    display: block;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.lib-statistical-overview:hover h4::after {
    transform: scaleX(1.5);
}.lib-statistical-overview ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    list-style: none;
    margin: 0;
    display: grid;
}.lib-statistical-overview .lib-extra-gain {
    justify-content: center;
    background: #ffffff;
    transform: translateY(0);
    display: flex;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}.lib-statistical-overview .lib-extra-gain:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.lib-statistical-overview .lib-extra-gain::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(160,186,189,0.5) 0%,
        rgb(115,150,157,0.5) 100%
    );
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
}.lib-statistical-overview .lib-extra-gain:hover::before {
    opacity: 0.05;
}.lib-statistical-overview .lib-extra-gain div {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}.lib-statistical-overview .lib-extra-gain p {
    transition: transform 0.5s ease, color 0.3s ease;
    color: rgb(160,186,189);
    line-height: 1;
    font-weight: 700;
    transform: perspective(400px) rotateX(0);
    position: relative;
    margin: 0 0 0.5rem;
    font-size: 3rem;
}.lib-statistical-overview .lib-extra-gain:hover p {
    color: rgb(115,150,157);
    transform: perspective(400px) rotateX(10deg);
}.lib-statistical-overview .lib-extra-gain p::after {
    height: 2px;
    transition: transform 0.4s ease, background 0.3s ease;
    background: rgb(160,186,189,0.5);
    content: "";
    bottom: -8px;
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
    width: 40px;
    position: absolute;
}.lib-statistical-overview .lib-extra-gain:hover p::after {
    transform: translateX(-50%) scaleX(1);
    background: rgb(115,150,157);
}.lib-statistical-overview .lib-extra-gain span {
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-top: 0.5rem;
    color: #000000;
    font-weight: var(--font-weight-medium);
    max-width: 180px;
    line-height: 1.4;
    font-size: 16px;
}.lib-statistical-overview .lib-extra-gain:hover span {
    color: #000000;
    transform: translateY(3px);
}.lib-statistical-overview .lib-extra-gain:nth-child(odd) {
    transform: translateY(10px);
}.lib-statistical-overview .lib-extra-gain:nth-child(odd):hover {
    transform: translateY(0);
}.lib-statistical-overview .lib-extra-gain:nth-child(3n+1)::after {
    top: -8px;
    background: rgb(160,186,189);
    width: 16px;
    position: absolute;
    height: 16px;
    transition: transform 0.3s ease 0.1s;
    transform: scale(0);
    right: -8px;
    content: "";
}.lib-statistical-overview .lib-extra-gain:nth-child(3n+1):hover::after {
    transform: scale(1);
}

@media (min-width: 768px) {.lib-statistical-overview {
    padding: 7rem 0;
}.lib-statistical-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.lib-statistical-overview .lib-extra-gain {
    height: 220px;
}.lib-statistical-overview h4 {
    margin-top: 4rem;
    font-size: calc(23px * 1.2);
}
}

@media (min-width: 992px) {.lib-statistical-overview ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.lib-statistical-overview h4::after {
    width: 80px;
}.lib-statistical-overview .lib-extra-gain p {
    font-size: 3.5rem;
}
}

@media (max-width: 767px) {.lib-statistical-overview {
    padding: 4rem 0;
}.lib-statistical-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.lib-statistical-overview .lib-extra-gain {
    padding: 1.5rem;
}.lib-statistical-overview .lib-extra-gain p {
    font-size: 2.5rem;
}.lib-statistical-overview h4 {
    margin-top: 2rem;
    font-size: 18px;
}.lib-statistical-overview h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}

@media (max-width: 480px) {.lib-statistical-overview ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.lib-statistical-overview .lib-extra-gain {
    height: auto;
    padding: 1.25rem;
}.lib-statistical-overview .lib-extra-gain:nth-child(odd) {
    transform: translateY(0);
}}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.lib-statistical-overview .lib-extra-gain:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}.lib-our-background {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.lib-our-background::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(5px);
    left: 0;
    background: linear-gradient(135deg, rgb(160,186,189,0.5), rgba(0, 0, 0, 0.5) 70%);
}.lib-our-background::after {
    background: rgb(115,150,157,0.5);
    height: 300px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(60px);
    content: "";
    bottom: -50px;
    width: 300px;
}.lib-our-background .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.lib-our-background .lib-description-wrap {
    transition: transform 0.5s ease-out;
    max-width: 800px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(115,150,157);
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
    backdrop-filter: blur(10px);
}.lib-our-background .lib-description-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.lib-our-background h5 {
    opacity: 0.9;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 19px;
    position: relative;
    transform: translateX(-10px);
    text-transform: uppercase;
}.lib-our-background h5::after {
    bottom: -8px;
    left: 0;
    width: 40px;
    background: rgb(115,150,157);
    height: 3px;
    content: "";
    transform: scaleX(0.7);
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: left;
}.lib-our-background .lib-description-wrap:hover h5 {
    transform: translateX(0);
    opacity: 1;
}.lib-our-background .lib-description-wrap:hover h5::after {
    transform: scaleX(1);
}.lib-our-background p {
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(15px * 1.3);
    margin-bottom: 25px;
}.lib-our-background p b {
    display: inline-block;
    font-size: calc(15px * 1.5);
    transition: all 0.3s ease;
    color: rgb(115,150,157);
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
}.lib-our-background p b::before {
    z-index: -1;
    transform: skewX(-15deg) translateY(5px);
    width: 100%;
    height: 10px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(115,150,157,0.5);
    bottom: 0;
}.lib-our-background .lib-description-wrap:hover p b::before {
    transform: skewX(-15deg) translateY(3px);
    height: 15px;
}.lib-our-background ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
}.lib-our-background ol li {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #ffffff;
    text-align: justify;
    padding-left: 0;
    position: relative;
    list-style-type: none;
}.lib-our-background ol li::before {
    opacity: 0.7;
    font-weight: 700;
    left: -35px;
    position: absolute;
    top: 0;
    color: rgb(115,150,157);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

@media (max-width: 992px) {.lib-our-background {
    padding: 90px 0;
}.lib-our-background .lib-description-wrap {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.lib-our-background p {
    font-size: 15px;
}.lib-our-background p b {
    font-size: calc(15px * 1.3);
}
}

@media (max-width: 768px) {.lib-our-background {
    padding: 70px 0;
}.lib-our-background .lib-description-wrap {
    max-width: 100%;
    padding: 30px 25px;
    transform: none;
}.lib-our-background h5 {
    font-size: calc(19px * 0.9);
}.lib-our-background p b {
    font-size: calc(15px * 1.2);
}.lib-our-background ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.lib-our-background {
    padding: 50px 0;
}.lib-our-background .lib-description-wrap {
    padding: 25px 20px;
    border-left-width: 3px;
}.lib-our-background h5 {
    margin-bottom: 10px;
    font-size: calc(19px * 0.85);
}.lib-our-background h5::after {
    width: 30px;
    height: 2px;
}.lib-our-background p {
    font-size: calc(15px * 0.95);
    margin-bottom: 15px;
}.lib-our-background p b {
    font-size: calc(15px * 1.15);
}.lib-our-background ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.lib-our-background::after {
    bottom: -30px;
    width: 200px;
    height: 200px;
    right: -30px;
}}.lib-privacy-hub {
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(206,218,221), #ffffff);
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 4rem 2rem;
}.lib-privacy-hub::before {
    left: 0;
    background: linear-gradient(90deg, rgb(160,186,189), rgb(115,150,157), rgb(160,186,189));
    z-index: 1;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
}.lib-privacy-hub::after {
    background: linear-gradient(180deg, transparent 0%, rgb(206,218,221) 100%);
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.07;
    bottom: 0;
    transform: skewY(-3deg) translateY(50%);
    height: 300px;
    content: "";
}.lib-privacy-hub .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}.lib-privacy-hub h1 {
    letter-spacing: -0.02em;
    transform-origin: left center;
    font-weight: 700;
    border-left: 4px solid rgb(115,150,157);
    font-size: 40px;
    margin-bottom: 2rem;
    position: relative;
    color: rgb(160,186,189);
    padding-left: 1.5rem;
}.lib-privacy-hub h1::after {
    width: 60px;
    transform: scaleX(1);
    left: 1.5rem;
    bottom: -10px;
    transform-origin: left center;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(115,150,157);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.lib-privacy-hub h1:hover::after {
    transform: scaleX(1.5);
}.lib-privacy-hub h2 {
    font-size: 33px;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-bottom: 0.75rem;
}.lib-privacy-hub h2::before {
    width: 40px;
    transition: width 0.3s ease-out;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: rgb(160,186,189);
}.lib-privacy-hub h2:hover::before {
    width: 80px;
}.lib-privacy-hub h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.85);
    padding-left: 1rem;
    margin: 2rem 0 1rem;
}.lib-privacy-hub h3::before {
    top: 0;
    content: "";
    background-color: rgb(115,150,157);
    bottom: 0;
    width: 3px;
    position: absolute;
    left: 0;
    transform: scaleY(0.7);
}.lib-privacy-hub h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(33px * 0.7);
    opacity: 0.95;
    margin: 1.75rem 0 0.875rem;
}.lib-privacy-hub p {
    color: #000000;
    letter-spacing: 0.01em;
    font-size: 18px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    max-width: 100%;
}.lib-privacy-hub p strong {
    transition: background 0.3s ease;
    margin: 0 -0.3em;
    background: linear-gradient(120deg, transparent 0%, rgb(115,150,157,0.5) 30%, transparent 100%);
    font-weight: 600;
    color: #000000;
    padding: 0.15em 0.3em;
}.lib-privacy-hub p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(115,150,157,0.5) 50%, transparent 100%);
}.lib-privacy-hub ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
}.lib-privacy-hub li {
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0.875rem;
    color: #000000;
    padding-left: 1.5rem;
}.lib-privacy-hub li::before {
    border-radius: 50%;
    top: 0.7em;
    content: "";
    height: 8px;
    border: 2px solid rgb(160,186,189);
    background: #ffffff;
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
}.lib-privacy-hub li:hover::before {
    transform: translateY(-50%) scale(1.2);
    background: rgb(160,186,189);
}.lib-privacy-hub span {
    line-height: 1.7;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    border-left: 1px solid rgb(115,150,157,0.5);
    color: #000000;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    display: block;
    font-size: 18px;
}

@media (min-width: 768px) {.lib-privacy-hub {
    padding: 5rem 3rem;
}.lib-privacy-hub h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 2.5rem;
    padding-left: 2rem;
}.lib-privacy-hub h1::after {
    left: 2rem;
    width: 80px;
}.lib-privacy-hub .container {
    padding: 0 2rem;
}.lib-privacy-hub p {
    max-width: 90%;
}.lib-privacy-hub ul {
    max-width: 90%;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.lib-privacy-hub {
    padding: 6rem 4rem;
}.lib-privacy-hub::after {
    transform: skewY(-5deg) translateY(50%);
}.lib-privacy-hub .container {
    padding: 0 3rem;
}.lib-privacy-hub h1 {
    font-size: calc(40px * 1.2);
}.lib-privacy-hub h2 {
    font-size: calc(33px * 1.1);
}.lib-privacy-hub p {
    max-width: 80%;
    font-size: calc(18px * 1.05);
}.lib-privacy-hub ul {
    margin: 2rem 0 2.5rem;
}.lib-privacy-hub li {
    font-size: calc(18px * 1.05);
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.lib-privacy-hub {
    padding: 3rem 1.5rem;
}.lib-privacy-hub h1 {
    padding-left: 1rem;
    font-size: calc(40px * 0.9);
}.lib-privacy-hub h1::after {
    left: 1rem;
    width: 50px;
}.lib-privacy-hub h2 {
    font-size: calc(33px * 0.9);
}.lib-privacy-hub h3 {
    font-size: calc(33px * 0.75);
}.lib-privacy-hub h4 {
    font-size: calc(33px * 0.65);
}.lib-privacy-hub p, 
    .lib-privacy-hub li,
    .lib-privacy-hub span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.lib-privacy-hub {
    padding: 2.5rem 1rem;
}.lib-privacy-hub h1 {
    font-size: calc(40px * 0.85);
}.lib-privacy-hub h2 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.85);
}.lib-privacy-hub ul {
    padding-left: 0.75rem;
}.lib-privacy-hub li {
    padding-left: 1.25rem;
}}.lib-stay-updated {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(160,186,189,0.5) 0%, rgb(115,150,157,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.lib-stay-updated::before {
    opacity: 0.1;
    left: -50%;
    position: absolute;
    animation: rotate 200s linear infinite;
    height: 200%;
    pointer-events: none;
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    width: 200%;
    top: -50%;
    background-size: 5vmin 5vmin;
    content: "";
}.lib-stay-updated::after {
    background: radial-gradient(ellipse at 70% 30%, rgb(160,186,189,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    left: 0;
}.lib-stay-updated .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.lib-stay-updated .lib-student-journey {
    flex-direction: column;
    padding: 3rem 2.5rem;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
}.lib-stay-updated .lib-student-journey::before {
    animation: pulse 6s ease-in-out infinite;
    border-bottom: none;
    opacity: 0.5;
    width: 80px;
    right: -15px;
    height: 80px;
    top: -15px;
    transform: rotate(0deg);
    border-left: none;
    position: absolute;
    border: 2px solid rgb(160,186,189,0.5);
    content: "";
}.lib-stay-updated .lib-student-journey::after {
    bottom: -15px;
    transform: rotate(0deg);
    opacity: 0.5;
    width: 80px;
    border-top: none;
    animation: pulse 6s ease-in-out infinite reverse;
    left: -15px;
    position: absolute;
    content: "";
    height: 80px;
    border: 2px solid rgb(115,150,157);
    border-right: none;
}.lib-stay-updated h4 {
    color: #000000;
    letter-spacing: 0.015em;
    text-align: center;
    max-width: 720px;
    line-height: 1.4;
    transform: translateY(0);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: calc(18px * 0.9);
}.lib-stay-updated .input_holder {
    justify-content: center;
    width: 100%;
    max-width: 600px;
    position: relative;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}.lib-stay-updated .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.lib-stay-updated .input_holder input[type="email"] {
    font-weight: 400;
    color: #000000;
    height: 54px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 0 1.5rem;
    font-size: 15px;
}.lib-stay-updated .input_holder input[type="email"]:focus {
    border-color: rgb(160,186,189);
    outline: none;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(160,186,189,0.5);
}.lib-stay-updated .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    color: #000000;
}.lib-stay-updated .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.lib-stay-updated .input_holder input[type="submit"] {
    color: #ffffff;
    position: relative;
    height: 54px;
    overflow: hidden;
    letter-spacing: 0.03em;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    background: rgb(160,186,189);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border: none;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}.lib-stay-updated .input_holder input[type="submit"]:hover {
    transform: translateY(-2px);
    background: rgb(115,150,157);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.lib-stay-updated .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.lib-stay-updated .input_holder input[type="submit"]::before {
    left: -100%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    transition: left 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.lib-stay-updated .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

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

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

@media (max-width: 991px) {.lib-stay-updated {
    padding: 5rem 0;
}.lib-stay-updated .lib-student-journey {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.lib-stay-updated h4 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 767px) {.lib-stay-updated {
    padding: 4rem 0;
}.lib-stay-updated .lib-student-journey {
    padding: 2rem 1.5rem;
    transform: none;
}.lib-stay-updated h4 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1.25rem;
}.lib-stay-updated .input_holder {
    gap: 0.75rem;
}.lib-stay-updated .lib-student-journey::before,
    .lib-stay-updated .lib-student-journey::after {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 575px) {.lib-stay-updated {
    padding: 3rem 0;
}.lib-stay-updated .lib-student-journey {
    padding: 1.75rem 1.25rem;
}.lib-stay-updated h4 {
    font-size: calc(17px * 1.1);
    margin-bottom: 1rem;
    line-height: 1.4;
}.lib-stay-updated .input_holder input[type="email"],
    .lib-stay-updated .input_holder input[type="submit"] {
    height: 50px;
}.lib-stay-updated .lib-student-journey::before,
    .lib-stay-updated .lib-student-journey::after {
    width: 50px;
    height: 50px;
}
}

@media (hover: hover) {.lib-stay-updated .input_holder input[type="email"]:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(rgb(160,186,189), 0.5);
}.lib-stay-updated h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.lib-stay-updated::before {
    animation: none;
}.lib-stay-updated .lib-student-journey::before,
    .lib-stay-updated .lib-student-journey::after {
    animation: none;
}.lib-stay-updated .input_holder input[type="submit"]::before {
    display: none;
}}.lib-take-a-spin {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(115,150,157,0.5) 0%, rgb(206,218,221) 100%);
}.lib-take-a-spin::before {
    content: '';
    width: 100%;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    opacity: 0.03;
    background: 
        linear-gradient(45deg, rgb(206,218,221) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(206,218,221) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(206,218,221) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(206,218,221) 75%);
}.lib-take-a-spin .lib-student-journey {
    z-index: 10;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: relative;
    gap: 30px;
}.lib-take-a-spin .container p {
    margin: 0;
    transition: transform 0.5s ease;
    background: #ffffff;
    z-index: 5;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    color: #000000;
    font-weight: 700;
    border-radius: 30px;
    font-size: 37px;
    padding: 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    line-height: 1.4;
    position: relative;
}.lib-take-a-spin .lib-contact-query {
    overflow: hidden;
    color: #ffffff;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 19px;
    background: rgb(160,186,189);
    padding: 50px;
    display: flex;
    font-weight: 600;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    z-index: 5;
    position: relative;
    text-decoration: none;
}.lib-take-a-spin .lib-contact-query::before {
    left: -50%;
    position: absolute;
    content: '';
    transition: opacity 0.5s ease;
    z-index: -1;
    width: 200%;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, rgb(115,150,157) 0%, transparent 60%);
    opacity: 0;
}.lib-take-a-spin .container p:hover,
.lib-take-a-spin .lib-contact-query:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.lib-take-a-spin .lib-contact-query:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.lib-take-a-spin .lib-contact-query:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.lib-take-a-spin::after {
    opacity: 0.3;
    bottom: -50px;
    background: linear-gradient(
        45deg,
        rgb(160,186,189,0.5),
        rgb(115,150,157,0.5)
    );
    z-index: 1;
    width: 300px;
    content: '';
    right: -50px;
    border-radius: 50%;
    height: 300px;
    filter: blur(80px);
    position: absolute;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.lib-take-a-spin {
    padding: 90px 0;
}.lib-take-a-spin .container p {
    padding: 40px;
    font-size: calc(22px * 1.2);
}.lib-take-a-spin .lib-contact-query {
    padding: 40px;
}
}

@media (max-width: 767px) {.lib-take-a-spin {
    padding: 70px 0;
}.lib-take-a-spin .lib-student-journey {
    grid-template-columns: 1fr;
}.lib-take-a-spin .container p {
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 22px;
}.lib-take-a-spin .lib-contact-query {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.lib-take-a-spin .container p:hover,
    .lib-take-a-spin .lib-contact-query:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.lib-take-a-spin {
    padding: 50px 0;
}.lib-take-a-spin .container p {
    padding: 25px 20px;
    font-size: calc(13px * 1.2);
}.lib-take-a-spin .lib-contact-query {
    font-size: calc(19px * 0.9);
    padding: 20px;
}}.lib-customer-experience {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(206,218,221) 0%, rgb(160,186,189,0.5) 100%);
    position: relative;
}.lib-customer-experience::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(115,150,157,0.5) 49.5%, rgb(115,150,157,0.5) 50.5%, transparent 50.5%);
    z-index: 0;
    top: 0;
    left: 0;
}.lib-customer-experience .lib-student-journey {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.lib-customer-experience h4 {
    margin-bottom: 4rem;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    transform: skewX(-5deg);
    text-align: center;
    color: #000000;
}.lib-customer-experience h4::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    width: 100px;
    height: 4px;
    background: rgb(160,186,189);
    content: "";
}.lib-customer-experience .lib-client-review {
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    display: grid;
}.lib-customer-experience .lib-testimonial-sharing {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: rotateX(10deg) rotateY(-5deg);
    backface-visibility: hidden;
    position: relative;
    border-radius: 16px;
}.lib-customer-experience .lib-testimonial-sharing::before {
    height: 100px;
    right: 0;
    content: "";
    background: rgb(160,186,189,0.5);
    z-index: 0;
    width: 100px;
    position: absolute;
    transform: translate(30%, -30%) rotate(45deg);
    top: 0;
}.lib-customer-experience .lib-testimonial-sharing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.lib-customer-experience .lib-testimonial-sharing .lib-img-text-overlay {
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.lib-customer-experience .lib-testimonial-sharing:hover .lib-img-text-overlay {
    border-color: rgb(160,186,189);
    transform: scale(1.1);
}.lib-customer-experience .lib-testimonial-sharing span {
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 22px;
    display: block;
    font-weight: 600;
}.lib-customer-experience .lib-testimonial-sharing span::after {
    background: rgb(160,186,189);
    height: 2px;
    content: "";
    width: 40px;
    margin: 0.5rem auto;
    display: block;
}.lib-customer-experience .lib-testimonial-sharing p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 992px) {.lib-customer-experience .lib-client-review {
    grid-template-columns: repeat(2, 1fr);
}.lib-customer-experience h4 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.lib-customer-experience {
    padding: 4rem 1.5rem;
}.lib-customer-experience .lib-client-review {
    gap: 2rem;
    grid-template-columns: 1fr;
}.lib-customer-experience h4 {
    margin-bottom: 3rem;
    font-size: calc(29px * 0.8);
}.lib-customer-experience .lib-testimonial-sharing {
    padding: 2rem;
}
}