:root {
    --library-primary: #285fc7;
    --library-primary-dark: #1f4da5;
    --library-secondary: #18b7a6;
    --library-yellow: #ffc928;
    --library-dark: #17233c;
    --library-soft: #f3f7ff;
    --library-muted: #6c757d;
}

.library-landing-page {
    background: #ffffff;
    color: var(--library-dark);
}

.library-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, #2859bd 0%, #315fca 45%, #5d83e8 100%);
    z-index: 999;
    box-shadow: none;
}

.library-navbar {
    padding: 11px 0;
}

.library-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.library-brand img {
    height: 43px;
    width: auto;
}

.library-brand span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.library-brand small {
    display: block;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.1;
}

.library-menu .nav-link {
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 11px !important;
    border-radius: 5px;
    margin-left: 4px;
}

.library-menu .nav-link:hover,
.library-menu .nav-link.active {
    background: var(--library-yellow);
    color: #111827 !important;
}

.library-menu .btn-login {
    background: transparent;
    color: #ffffff !important;
    margin-left: 4px;
}

.library-hero {
    padding: 120px 0 0;
    min-height: 375px;
    background: linear-gradient(145deg, #2859bd 0%, #315fca 45%, #5d83e8 100%);
    color: #ffffff;
    overflow: hidden;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-content {
    padding-bottom: 70px;
}

.hero-content h1 {
    font-size: 34px;
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 14px;
    color: #ffffff;
}

.hero-content p {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 22px;
}

.hero-search {
    display: flex;
    width: 415px;
    max-width: 100%;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
}

.hero-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 11px 15px;
    font-size: 11px;
    color: #333333;
}

.hero-search button {
    border: none;
    background: var(--library-secondary);
    color: #ffffff;
    padding: 0 25px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
}

.hero-search-buku {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 950px;
    background: #ffffff;
    border-radius: 14px;
    padding: 7px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.hero-search-buku .search-keyword {
    flex: 2;
}

.hero-search-buku .search-filter,
.hero-search-buku .search-jenis,
.hero-search-buku .search-lokasi {
    flex: 1;
}

.hero-search-buku input,
.hero-search-buku select {
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    padding: 0 14px;
    font-size: 13px;
    color: #333333;
    background: transparent;
    border-right: 1px solid #eeeeee;
}

.hero-search-buku .search-keyword input {
    border-left: none;
}

.hero-search-buku button {
    border: none;
    background: var(--library-secondary);
    color: #ffffff;
    height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 6px;
}

@media (max-width: 991px) {
    .hero-search-buku {
        display: block;
        padding: 12px;
    }

    .hero-search-buku .search-keyword,
    .hero-search-buku .search-filter,
    .hero-search-buku .search-jenis,
    .hero-search-buku .search-lokasi {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-search-buku input,
    .hero-search-buku select {
        border-right: none;
        border-radius: 8px;
        background: #f8f9fc;
    }

    .hero-search-buku button {
        width: 100%;
        margin-left: 0;
    }
}

.hero-image-box {
    position: relative;
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-image-box img {
    height: 360px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    transform: translateY(22px);
}

.shortcut-section {
    background: #f7f7f7;
    padding: 55px 0 70px;
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.shortcut-section .row {
    justify-content: center;
    row-gap: 38px;
    column-gap: 12px;
}

.shortcut-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 155px;
    height: 145px;

    background: #ffffff;
    border-radius: 16px;

    text-decoration: none;
    text-align: center;

    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.08),
        0 2px 4px rgba(0, 0, 0, 0.04);

    transition: 0.2s ease-in-out;

    padding: 18px 10px;
    margin: auto;
}

.shortcut-card:hover {
    transform: translateY(-4px);
}

.shortcut-card img {
    height: 68px;
    width: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

.shortcut-card h6 {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 1.25;
}

.quote-section {
    background: linear-gradient(rgba(40, 95, 199, 0.92), rgba(40, 95, 199, 0.92)),
        url("../images/landing-perpus/library-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 55px 0;
    text-align: center;
}

.quote-section h2 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.quote-section p {
    color: #edf4ff;
    margin: 0;
}

.content-section {
    padding: 70px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.section-heading h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--library-dark);
    margin-bottom: 8px;
}

.section-heading p {
    color: var(--library-muted);
    margin: 0;
}

.document-card {
    display: block;
    height: 100%;
    background: #ffffff;
    border: 1px solid #eef1f8;
    border-radius: 18px;
    padding: 24px;
    text-decoration: none;
    color: var(--library-dark);
    box-shadow: 0 12px 28px rgba(31, 77, 165, 0.08);
    transition: 0.2s;
}

.document-card:hover {
    transform: translateY(-4px);
    color: var(--library-dark);
}

.doc-icon {
    width: 48px;
    height: 48px;
    background: #eaf2ff;
    color: var(--library-primary);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 22px;
}

.document-card h5 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
}

.document-card .author {
    color: var(--library-primary);
    font-weight: 700;
    margin-bottom: 8px;
}

.document-card p {
    color: var(--library-muted);
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0;
}

.btn-more,
.btn-digital {
    display: inline-block;
    background: var(--library-primary);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
}

.btn-more:hover,
.btn-digital:hover {
    background: var(--library-primary-dark);
    color: #ffffff;
}

.digital-section {
    background: var(--library-soft);
    padding: 70px 0;
}

.digital-section h3 {
    font-size: 30px;
    font-weight: 900;
    color: var(--library-dark);
    margin-bottom: 14px;
}

.digital-section p {
    color: var(--library-muted);
    line-height: 1.8;
}

.info-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 12px 28px rgba(31, 77, 165, 0.1);
}

.info-card h5 {
    color: var(--library-primary);
    font-weight: 900;
    margin-bottom: 8px;
}

.info-card p {
    margin: 0;
}

.community-card {
    display: block;
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    text-decoration: none;
    color: var(--library-dark);
    height: 100%;
    border: 1px solid #eef1f8;
    box-shadow: 0 12px 28px rgba(31, 77, 165, 0.08);
    transition: 0.2s;
}

.community-card:hover {
    transform: translateY(-4px);
    color: var(--library-dark);
}

.community-card i {
    font-size: 34px;
    color: var(--library-primary);
    margin-bottom: 16px;
}

.community-card h5 {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 10px;
}

.community-card span {
    color: var(--library-muted);
    font-size: 14px;
}

.library-location-section {
    background: #f4f5ff;
    padding: 50px 0 45px;
}

.library-map-box {
    display: block;
    width: 340px;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.library-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.library-address-box h4 {
    color: #17233c;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.library-address-box h4 i {
    color: #17233c;
    margin-right: 8px;
}

.library-address-box p {
    color: #17233c;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.library-quote-section {
    padding: 35px 0;
    background: #ffffff;
}

.library-quote-box {
    min-height: 130px;
    background:
        linear-gradient(
            rgba(47, 94, 196, 0.72),
            rgba(47, 94, 196, 0.72)
        ),
        url("../images/landing-perpus/library-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 20px;
}

.library-quote-box p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 15px;
}

.library-quote-box h6 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.address-line {
    width: 290px;
    height: 2px;
    background: #ffc928;
    margin: 8px 0 12px;
}

.library-footer-v2 {
    position: relative;
    background: linear-gradient(145deg, #2859bd 0%, #315fca 45%, #5d83e8 100%);
    color: #ffffff;
    padding: 28px 0 22px;
    overflow: hidden;
}

.library-footer-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(155deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 45%),
        repeating-linear-gradient(
            150deg,
            rgba(255,255,255,0.035) 0px,
            rgba(255,255,255,0.035) 2px,
            transparent 2px,
            transparent 34px
        );
    pointer-events: none;
}

.library-footer-v2 .custom-container {
    position: relative;
    z-index: 2;
}

.library-footer-v2 h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 2px;
    letter-spacing: 0.2px;
}

.footer-tagline {
    color: #eaf2ff;
    font-size: 10px;
    margin-bottom: 12px;
}

.footer-link-list {
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.footer-link-list li {
    line-height: 1.2;
}

.footer-link-list a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 13px;
}

.footer-social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: #315fca;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
}

.footer-search-box {
    max-width: 330px;
    margin-left: auto;
}

.footer-search-box h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 2px;
}

.footer-search-box p {
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.footer-search-form {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-search-form input {
    width: 68%;
    height: 25px;
    border: none;
    outline: none;
    padding: 5px 12px;
    font-size: 9px;
    color: #333333;
    background: #ffffff;
    border-radius: 4px 0 0 4px;
}

.footer-search-form button {
    width: 32%;
    height: 25px;
    border: none;
    background: #20b8a7;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    border-radius: 0 4px 4px 0;
}

.footer-powered {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #eaf2ff;
    font-size: 11px;
}

.footer-powered span {
    color: #ffc928;
    font-weight: 800;
}

.book-latest-section {
    background: #ffffff;
    padding: 45px 0 55px;
}

.book-section-heading {
    text-align: center;
    margin-bottom: 32px;
}

.book-section-heading h3 {
    color: #5d5d5d;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 4px;
}

.book-title-line {
    width: 210px;
    height: 2px;
    background: #ffc928;
    margin: 0 auto 14px;
}

.book-section-heading p {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.book-latest-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 55px;
    flex-wrap: wrap;
}

.latest-book-card {
    width: 125px;
    text-align: center;
    text-decoration: none;
    color: #555555;
}

.latest-book-cover {
    width: 125px;
    height: 185px;
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.13);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-book-cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.latest-book-card h6 {
    color: #555555;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.btn-book-more {
    display: inline-block;
    background: #2bbbad;
    color: #ffffff;
    border-radius: 28px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.btn-book-more:hover {
    background: #239f94;
    color: #ffffff;
}

.book-page-section {
    padding: 150px 0 70px;
    background: #f7f8fc;
}

.book-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

.book-page-header h2 {
    font-size: 34px;
    font-weight: 900;
    color: #2f2f2f;
    margin: 0;
}

.book-page-header form {
    display: flex;
    gap: 10px;
}

.book-page-header input {
    width: 280px;
    height: 44px;
    border: 1px solid #dbe2f0;
    border-radius: 10px;
    padding: 0 15px;
    outline: none;
}

.book-page-header button {
    border: none;
    background: #2bbbad;
    color: #ffffff;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
}

.book-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 28px;
}

.book-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.book-cover {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.book-cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.book-item h5 {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.5;
    margin: 0;
}

.pagination {
    gap: 6px;
}

.pagination .page-link {
    border: none;
    min-width: 36px;
    height: 36px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #285fc7;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.pagination .page-item.active .page-link {
    background: #2bbbad;
    color: #ffffff;
}

.pagination .page-link:hover {
    background: #edf4ff;
    color: #285fc7;
}

.digital-access-section {
    background: #f4f5ff;
    padding: 45px 0;
    overflow: hidden;
}

.digital-access-text {
    padding-left: 55px;
}

.digital-access-text h3 {
    color: #17233c;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 10px;
}

.digital-access-line {
    width: 310px;
    height: 2px;
    background: #2bbbad;
    margin-bottom: 16px;
}

.digital-access-text p {
    color: #17233c;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.digital-access-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.digital-access-image img {
    width: 460px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.library-stat-section {
    background: #f7f8fc;
    padding: 45px 0 25px;
}

.library-stat-card {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    min-height: 135px;
    padding: 28px 26px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    overflow: hidden;
}

.library-stat-card p {
    color: #777777;
    font-size: 13px;
    margin-bottom: 8px;
}

.library-stat-card h4 {
    color: #2d2d2d;
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.library-stat-card i {
    position: absolute;
    top: 30px;
    right: 28px;
    font-size: 36px;
}

.stat-line {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    height: 3px;
    background: #f1f1f1;
    border-radius: 10px;
}

.stat-line span {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.stat-line span::after {
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: 0 5px 15px currentColor;
    background: currentColor;
}

.stat-yellow i,
.stat-yellow .stat-line span {
    color: #ffc400;
}

.stat-yellow .stat-line span {
    background: #ffc400;
}

.stat-pink i,
.stat-pink .stat-line span {
    color: #ff2b6d;
}

.stat-pink .stat-line span {
    background: #ff2b6d;
}

.stat-green i,
.stat-green .stat-line span {
    color: #59b84a;
}

.stat-green .stat-line span {
    background: #59b84a;
}

.stat-blue i,
.stat-blue .stat-line span {
    color: #4bb3e8;
}

.stat-blue .stat-line span {
    background: #4bb3e8;
}

.active-member-section {
    background: #ffffff;
    padding: 60px 0 70px;
}

.active-member-heading {
    text-align: center;
    margin-bottom: 35px;
}

.active-member-heading h3 {
    color: #5d5d5d;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 4px;
}

.active-member-heading p {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.active-member-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 55px;
    flex-wrap: wrap;
}

.active-member-card {
    width: 130px;
    text-align: center;
}

.active-member-photo {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    background: #f3f3f3;
}

.active-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.active-member-card h5 {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 2px;
}

.active-member-card p {
    color: #777777;
    font-size: 11px;
    margin: 0;
}

.library-service-hours-section {
    background: #ffffff;
    padding: 0 0 55px;
}

.library-service-hours-box {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 70px 70px;
    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            rgba(58, 91, 197, 0.97) 0%,
            rgba(58, 91, 197, 0.94) 40%,
            rgba(58, 91, 197, 0.70) 68%,
            rgba(58, 91, 197, 0.25) 100%
        ),
        url("../images/landing-perpus/institut.jpeg");

    background-size: cover;
    background-position: right center;
}

.library-service-hours-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at left,
            rgba(255,255,255,0.06) 0,
            transparent 60%
        );
    pointer-events: none;
}

.library-service-hours-box .row {
    position: relative;
    z-index: 2;
}

.service-hours-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.service-hours-left h3 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.service-hours-list {
    max-width: 500px;
    margin-left: auto;
}

.service-hours-row {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}

.service-hours-row:last-child {
    margin-bottom: 0;
}

.service-hours-row span,
.service-hours-row strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.service-hours-row div {
    height: 2px;
    background: rgba(255,255,255,0.45);
}

html {
    scroll-behavior: smooth;
}

.library-service-hours-section {
    scroll-margin-top: 100px;
}

@media (max-width: 991px) {

    .library-service-hours-box {
        padding: 45px 30px;
        background-position: center;
    }

    .service-hours-left {
        justify-content: center;
        text-align: center;
        margin-bottom: 35px;
    }

    .service-hours-left h3 {
        font-size: 34px;
    }

    .service-hours-list {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {

    .service-hours-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 5px;
    }

    .service-hours-row div {
        display: none;
    }

    .service-hours-row span,
    .service-hours-row strong {
        font-size: 18px;
    }

    .service-hours-left h3 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .digital-access-text {
        padding-left: 0;
        text-align: center;
    }

    .digital-access-line {
        margin-left: auto;
        margin-right: auto;
    }

    .digital-access-image {
        justify-content: center;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {

    .book-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .book-page-header form {
        width: 100%;
    }

    .book-page-header input {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .book-latest-wrapper {
        gap: 28px;
    }

    .latest-book-card {
        width: 115px;
    }

    .latest-book-cover {
        width: 115px;
        height: 170px;
    }
}

@media (max-width: 991px) {
    .library-menu {
        background: #ffffff;
        border-radius: 14px;
        padding: 12px;
        margin-top: 12px;
    }

    .library-menu .nav-link {
        color: var(--library-dark) !important;
        margin-left: 0;
    }

    .library-menu .btn-login {
        background: var(--library-primary);
        color: #ffffff !important;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .library-hero {
        padding-top: 125px;
        text-align: center;
    }

    .hero-content {
        padding-bottom: 25px;
    }

    .hero-content p,
    .hero-search {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image-box {
        height: auto;
        margin-top: 35px;
    }

    .hero-image-box img {
        max-height: 280px;
    }

    .footer-search-box {
        margin-left: 0;
    }

    .footer-powered {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: right;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .library-brand span {
        font-size: 13px;
    }

    .library-brand small {
        font-size: 8px;
    }

    .hero-search {
        display: block;
    }

    .hero-search input {
        width: 100%;
        margin-bottom: 8px;
    }

    .hero-search button {
        width: 100%;
        height: 42px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .library-location-section {
        padding: 35px 0;
    }

    .address-line {
        width: 100%;
    }

    .library-footer-v2 {
        padding: 26px 0 18px;
    }

    .footer-search-box {
        max-width: 100%;
    }
}