        .container-060 {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .main-content-060 {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: flex-start;
        }

        .filter-section-060 {
            width: 250px;
            flex-shrink: 0;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            padding: 25px;
            height: fit-content;
            position: sticky;
            top: 20px;
        }

        .filter-section-060 h3 {
            color: var(--thunder);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--quill-gray);
        }

        .filter-buttons-060 {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .filter-button-060 {
            display: block;
            text-decoration: none;
            background-color: white;
            color: var(--nandor-060);
            padding: 15px 20px;
            border-radius: 6px;
            border: 2px solid var(--quill-gray);
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
        }

        .filter-button-060:hover {
            background-color: var(--mountain-meadow);
            color: white;
            border-color: var(--mountain-meadow);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .filter-button-060.active-060 {
            background-color: var(--mountain-meadow);
            color: white;
            border-color: var(--mountain-meadow);
        }

        .content-section-060 {
            flex: 1;
            min-width: 300px;
        }

        .section-title-060 {
            color: var(--thunder);
            margin-bottom: 20px;
            font-size: 1.8rem;
        }

        .info-section-060 {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            padding: 25px;
            margin-bottom: 30px;
        }

        .info-section-060 h3 {
            color: var(--thunder);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }

        .info-section-060 p {
            color: var(--nandor);
            margin-bottom: 20px;
        }

        .info-section-060 ul {
            margin-left: 20px;
            margin-bottom: 20px;
        }

        .info-section-060 li {
            margin-bottom: 10px;
            color: var(--nandor);
        }
                .district-accordion-060 {
            margin-top: 20px;
        }

        .district-item-060 {
            border: 1px solid var(--quill-gray);
            border-radius: 6px;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .district-header-060 {
            background-color: var(--moon-mist);
            padding: 15px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
        }

        .district-header-060:hover {
            background-color: var(--quill-gray);
        }

        .district-header-060 h4 {
            color: var(--thunder);
            margin: 0;
            font-size: 1.1rem;
        }

        .district-icon-060 {
            color: var(--mountain-meadow);
            font-weight: bold;
            transition: transform 0.3s;
        }

        .district-content-060 {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .district-content-060.active-060 {
            padding: 20px;
            max-height: 1000px;
        }

        .district-content-060 p {
            margin-bottom: 15px;
        }

        .district-content-060 ul {
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .district-content-060 li {
            margin-bottom: 8px;
        }

        .team-grid-060 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .team-card-060 {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            border-top: 3px solid var(--mountain-meadow);
        }

        .team-card-060 h4 {
            color: var(--thunder);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .team-card-060 p {
            margin-bottom: 8px;
            font-size: 0.9rem;
            color: var(--nandor);
        }

        .contact-info-060 {
            background-color: var(--moon-mist);
            border-radius: 8px;
            padding: 20px;
            margin-top: 20px;
        }

        .contact-info-060 h4 {
            color: var(--thunder);
            margin-bottom: 10px;
        }

        .contact-info-060 p {
            margin-bottom: 8px;
            color: var(--nandor);
        }
                @media (max-width: 768px) {
            .hero-060 h2 {
                font-size: 2rem;
            }

            .hero-060 p {
                font-size: 1rem;
            }

            .main-content-060 {
                flex-direction: column;
            }

            .filter-section-060 {
                width: 100%;
                position: static;
            }

            .filter-buttons-060 {
                flex-direction: row;
                overflow-x: auto;
                padding-bottom: 10px;
            }

            .filter-button-060 {
                min-width: 180px;
            }

            .team-grid-060 {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .hero-060 {
                padding: 40px 0;
            }

            .hero-060 h2 {
                font-size: 1.8rem;
            }

            .filter-buttons-060 {
                flex-direction: column;
            }
        }
               .container-06 {
            max-width: 1600px;
            margin: 0 auto;
        }
               .header-06 {
            background-color: var(--thunder);
            color: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-content-06 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .emblem-logo-06 {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

        .logo-06 {
            display: flex;
            align-items: center;
        }
        
        .logo-icon-06 {
            background-color: var(--mountain-meadow);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .logo-text-06 h1 {
            font-size: 24px;
            font-weight: 600;
        }
        
        .logo-text-06 p {
            font-size: 14px;
            color: var(--bombay);
        }
        
        .mobile-menu-btn-06 {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .nav-06 ul {
            display: flex;
            list-style: none;
        }
        
        .nav-06 ul li {
            margin-left: 25px;
        }
        
        .nav-06 ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 15px;
        }
        
        .nav-06 ul li a:hover {
            color: var(--mountain-meadow);
        }
                .page-title-06 {
            background: linear-gradient(to right, var(--eucalyptus), var(--mountain-meadow));
            color: white;
            padding: 30px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-title-06 h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .page-title-06 p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 18px;
        }
        


        .breadcrumb-06 {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            margin-left: -500px;
            font-size: 15px;
        }
        
        .breadcrumb-06 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-06 a:hover {
            color: var(--buttercup);
        }
        
        .breadcrumb-06 span {
            margin: 0 8px;
            color: var(--moon-mist);
        }
        
        .breadcrumb-06 .current-06 {
            color: var(--buttercup);
            font-weight: 500;
            font-size: 16.5px;

        }
        
.title-container-06 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
    margin-left: 600px;
}

.title-container-06 h2 {
    margin-left: -500px;
}

.title-text-06 {
    flex: 1;
    margin-left: 500px;
}

/* =====================================================
   SMALL SCREENS (MOBILE + TABLETS)
   ===================================================== */
@media (max-width: 991px) {
    .title-container-06 {
        flex-direction: column;
        text-align: center;
        margin-left: -50px;
    }

    .emblem-logo {
        width: 55px;
    }

    .title-text-06 h2 {
        font-size: 22px;
    }

    .breadcrumb-06 {
        font-size: 13px;
    }
}

/* =====================================================
   LARGE SCREENS (DESKTOP AND ABOVE)
   ===================================================== */
@media (min-width: 992px) {
    .title-container-06 {
        /* max-width: 1200px; */
        max-width: 100%;
        /* margin: 0 auto; */
        justify-content: flex-start;
        text-align: left;
        margin-left: 300px;
    }

    .emblem-logo {
        width: 85px;
    }

    .title-text-06 h2 {
        font-size: 32px;
    }

    .breadcrumb-06 {
        justify-content: flex-start;
        font-size: 15px;
    }
}

/* 

@media (max-width: 768px) {
    .title-container-06 {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .emblem-logo-06 {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .emblem-logo-06 {
        width: 50px;
        height: 50px;
    }
    
    .title-container-06 {
        gap: 10px;
    }
} */
        .filters-section-06 {
            background-color: white;
            padding:  25px 25px;
            margin-bottom: 30px;
            margin-left: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            max-width: 1400px
        }
        
        .filters-container-06 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
            padding:  0 25px;
       }
        
        .filter-group-06 {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group-06 h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--nandor);
        }
        
        .dropdown-06 {
            position: relative;
            width: 100%;
        }
        
        .dropdown-select-06 {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            background-color: white;
            font-size: 15px;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23575a58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }
        
        .dropdown-select-06:focus {
            outline: none;
            border-color: var(--mountain-meadow);
            box-shadow: 0 0 0 2px rgba(19, 178, 103, 0.2);
        }
        
        .search-box-06 {
            flex: 2;
            min-width: 300px;
        }
        
        .search-box-06 input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            font-size: 16px;
        }
                .libraries-grid-06 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
            padding: 0 20px;
        }
        
        .library-card-06 {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .library-card-06:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .library-image-06 {
            height: 200px;
            background-color: var(--moon-mist);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }
        
        .library-image-06 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }
        
        .library-badge-06 {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: var(--mountain-meadow);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .library-content-06 {
            padding: 25px;
        }
        
        .library-name-06 {
            font-size: 20px;
            margin-bottom: 10px;
            color: var(--thunder);
        }
        
        .library-district-06 {
            color: var(--mountain-meadow);
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }
        
        .library-details-06 {
            margin-bottom: 20px;
        }
        
        .detail-item-06 {
            display: flex;
            margin-bottom: 10px;
        }
        
        .detail-icon-06 {
            width: 20px;
            margin-right: 10px;
            color: var(--mountain-meadow);
        }
        
        .detail-text-06 {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
                    }
        
         .detail-text-06 a {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);        }

         .detail-text-06 a:hover {
            color: var(--mountain-meadow);
                    }



         .detail-text-061 a:hover {
            color: var(--mountain-meadow);
                    }



         .detail-text-062 a:hover {
            color: var(--mountain-meadow);
                    }



         .detail-text-063 a:hover {
            color: var(--mountain-meadow);
                    }



         .detail-text-064 a:hover {
            color: var(--mountain-meadow);
                    }

.detail-text-065 a:hover {
            color: var(--mountain-meadow);
                    }


        .services-list-06 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .service-tag-06 {
            background-color: var(--moon-mist);
            color: var(--nandor);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
        }
        
        .library-button-06 {
            display: block;
            width: 100%;
            background-color: var(--mountain-meadow);
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .library-button-06:hover {
            background-color: var(--eucalyptus);
        }
        .pagination06 { text-align:center; margin-top:20px; flex-wrap:wrap; }
.pagination06 a { margin: 0 5px; padding: 8px 12px; text-decoration: none; color: #333; border:1px solid #ddd; border-radius:5px; transition:all 0.2s; display:inline-block; }
.pagination06 a.active06 { background: var(--mountain-meadow); color:white; border-color:#007bff; }
.pagination06 a:hover:not(.active06) { background:#ddd; }
        @media (max-width: 768px) {
            .header-content-06 {
                flex-wrap: wrap;
            }
            
            .mobile-menu-btn-06 {
                display: block;
            }
            
            .nav-06 {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            
            .nav-06.active-06 {
                display: block;
            }
            
            .nav-06 ul {
                flex-direction: column;
            }
            
            .nav-06 ul li {
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-06 ul li a {
                display: block;
                padding: 10px 0;
            }
            
            .page-title-06 {
                padding: 30px 0;
            }
            
            .page-title-06 h2 {
                font-size: 24px;
            }
            
            .page-title-06 p {
                font-size: 16px;
            }
            
            .filters-container-06 {
                flex-direction: column;
            }
            
            .search-box-06 {
                min-width: 100%;
            }
            
            .libraries-grid-06 {
                grid-template-columns: 1fr;
            }
            
            .pagination-06 {
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .pagination-btn-06 {
                padding: 8px 12px;
                font-size: 13px;
            }
            
            .footer-content-06 {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
            .logo-text-06 h1 {
                font-size: 20px;
            }
            
            .logo-text-06 p {
                font-size: 12px;
            }
            
            .page-title-06 h2 {
                font-size: 22px;
            }
            
            .page-title-06 p {
                font-size: 15px;
            }
            
            .breadcrumb-06 {
                font-size: 14px;
            }
            
            .pagination-info-06 {
                margin: 0 10px;
                font-size: 13px;
            }
        }
                .library-card-06, .pagination-btn-06 {
            -webkit-tap-highlight-color: transparent;
        }
                .container-061 {
            max-width: 1600px;
            margin: 0 auto;
            /* padding: 0 20px; */
        }
                .header-061 {
            background-color: var(--thunder);
            color: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-content-061 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .emblem-logo {
            width: 150px;
            height: 170px;
            object-fit: contain;
        }

        .logo-061 {
            display: flex;
            align-items: center;
        }
        
        .logo-icon-061 {
            background-color: var(--mountain-meadow);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .logo-text-061 h1 {
            font-size: 24px;
            font-weight: 600;
        }
        
        .logo-text-061 p {
            font-size: 14px;
            color: var(--bombay);
        }
        
        .mobile-menu-btn-061 {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .nav-061 ul {
            display: flex;
            list-style: none;
        }
        
        .nav-061 ul li {
            margin-left: 25px;
        }
        
        .nav-061 ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 15px;
        }
        
        .nav-061 ul li a:hover {
            color: var(--mountain-meadow);
        }
                .page-title-061 {
            background: linear-gradient(to right, var(--eucalyptus), var(--mountain-meadow));
            color: white;
            padding: 30px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-title-061 h2 {
            font-size: clamp(1.5rem, 4vw, 2rem);
            margin-bottom: 10px;
        }
        
        .page-title-061 p {
            max-width: 700px;
            margin: 0 auto;
            font-size: clamp(0.9rem, 2vw, 1.1rem);
        }
        
        .breadcrumb-061 {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
            flex-wrap: wrap;
        }
        
        .breadcrumb-061 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-061 a:hover {
            color: var(--buttercup);
        }
        
        .breadcrumb-061 span {
            margin: 0 8px;
            color: var(--moon-mist);
        }
        
        .breadcrumb-061 .current-061 {
            color: var(--buttercup);
            font-weight: 500;
        }
                .title-container-061 {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            text-align: left;
        }

        .title-text-061 {
            flex: 1;
        }
        .welcome-section-061 {
            background-color: white;
            padding: 20px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .welcome-section-061 p {
            color: var(--nandor);
            margin-bottom: 0;
            font-size: 0.95rem;
            line-height: 1.6;
            text-align: center;
        }
        .main-content-061 {
            display: flex;
            gap: 30px;
            margin-bottom: 40px;
        }

        .filter-section-061 {
            width: 250px;
            flex-shrink: 0;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            padding: 25px;
            height: fit-content;
        }

        .filter-section-061 h3 {
            color: var(--thunder);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--quill-gray);
            font-size: 1.4rem; 
       }

        .filter-buttons-061 {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .filter-button-061 {
            display: block;
            text-decoration: none;
            background-color: white;
            color: var(--nandor);
            padding: 15px 10px;
            border-radius: 6px;
            border: 2px solid var(--quill-gray);
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .filter-button-061:hover {
            background-color: var(--mountain-meadow);
            color: white;
            border-color: var(--mountain-meadow);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .filter-button-061.active-061 {
            background-color: var(--mountain-meadow);
            color: white;
            border-color: var(--mountain-meadow);
        }
                .content-section-061 {
            flex: 1;
            min-width: 0;
        }

        .filters-section-061 {
            background-color: white;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            font-size: 1.4rem; 
        }
        
        .filters-container-061 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
        }
        
        .filter-group-061 {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group-061 h3 {
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            margin-bottom: 10px;
            color: var(--nandor);
        }
        
        .dropdown-061 {
            position: relative;
            width: 100%;
        }
        
        .dropdown-select-061 {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            background-color: white;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23575a58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }
        
        .dropdown-select-061:focus {
            outline: none;
            border-color: var(--mountain-meadow);
            box-shadow: 0 0 0 2px rgba(19, 178, 103, 0.2);
        }
        
        .search-box-061 {
            flex: 2;
            min-width: 300px;
        }
        
        .search-box-061 input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
        }
                .libraries-grid-061 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .library-card-061 {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
            width: 350px;
        }
        
        .library-card-061:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        /* .library-image-061 {
            /* width: 290px; *
            height: 200px;
            margin-left: 50px;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
            position: relative;
            overflow: hidden;
        }
        
        .library-image-061 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }
         */
        .library-image-061 {
            height: 200px;
            background-color: var(--moon-mist);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }
        
        .library-image-061 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }

        .library-badge-061 {
            position: absolute;
            top: 15px;
            right: -1px;
            background-color: #cb782f;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: clamp(0.7rem, 1.2vw, 0.8rem);
            font-weight: 600;
        }
        
        .library-content-061 {
            padding: 20px;
        }
        
        .library-name-061 {
            font-size: clamp(1rem, 2vw, 1.2rem);
            margin-bottom: 10px;
            color: var(--thunder);
        }
        
        .library-district-061 {
            color:  #a5432e;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
        }
        
        .library-details-061 {
            margin-bottom: 20px;
        }
        
        .detail-item-061 {
            display: flex;
            margin-bottom: 10px;
        }
        
        .detail-icon-061 {
            width: 20px;
            margin-right: 10px;
            color:  #a5432e;
        }
        
        .detail-text-061 {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
            
        }
        .detail-text-061 a {
            flex: 1;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
            color: var(--nandor);
            
        }

        
        .services-list-061 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .service-tag-061 {
            background-color: var(--moon-mist);
            color: var(--nandor);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: clamp(0.7rem, 1.2vw, 0.8rem);
        }
        
        .library-button-061 {
            display: block;
            width: 100%;
            background-color: #a5432e ;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .library-button-061:hover {
            background-color: #cb782f;
            color: white;
        }
               .pagination-061 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 10px;
            flex-wrap: wrap;
        }
        
        .pagination-btn-061 {
            background-color: white;
            border: 1px solid var(--bombay);
            color: var(--nandor);
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
        }
        
        .pagination-btn-061:hover {
            background-color: #cb782f;
            color: white;
            border-color: #cb782f;
        }
        
        .pagination-btn-061.active-061 {
            background-color: #582d2a;
            color: white;
            border-color: #582d2a;
        }
        
        .pagination-btn-061:disabled {
            background-color: var(--quill-gray);
            color: var(--bombay);
            cursor: not-allowed;
            border-color: var(--bombay);
        }
        
        .pagination-info-061 {
            margin: 0 15px;
            color: var(--nandor);
            font-size: clamp(0.8rem, 1.5vw, 0.9rem);
        }
                @media (max-width: 1024px) {
            .libraries-grid-061 {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .header-content-061 {
                flex-wrap: wrap;
            }
            
            .mobile-menu-btn-061 {
                display: block;
            }
            
            .nav-061 {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            
            .nav-061.active-061 {
                display: block;
            }
            
            .nav-061 ul {
                flex-direction: column;
            }
            
            .nav-061 ul li {
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-061 ul li a {
                display: block;
                padding: 10px 0;
            }
            
            .page-title-061 {
                padding: 30px 0;
            }
            
            .welcome-section-061 {
                padding: 15px;
            }
            
            .main-content-061 {
                flex-direction: column;
            }
            
            .filter-section-061 {
                width: 100%;
            }
            
            .filter-buttons-061 {
                flex-direction: row;
                overflow-x: auto;
                padding-bottom: 10px;
            }
            
            .filter-button-061 {
                min-width: 140px;
            }
            
            .filters-container-061 {
                flex-direction: column;
            }
            
            .search-box-061 {
                min-width: 100%;
            }
            
            .libraries-grid-061 {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .library-image-061 {
                height: 150px;
            }
            
            .pagination-061 {
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .pagination-btn-061 {
                padding: 8px 12px;
            }
            
            .footer-content-061 {
                flex-direction: column;
            }
            
            .title-container-061 {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
            
            .emblem-logo {
                width: 60px;
                height: 60px;
            }
        }
        
        @media (max-width: 480px) {
            .logo-text-061 h1 {
                font-size: 20px;
            }
            
            .logo-text-061 p {
                font-size: 12px;
            }
            
            .breadcrumb-061 {
                font-size: 14px;
            }
            
            .pagination-info-061 {
                margin: 0 10px;
            }
            
            .library-content-061 {
                padding: 15px;
            }
            
            .emblem-logo {
                width: 50px;
                height: 50px;
            }
        }
                .library-card-061, .pagination-btn-061 {
            -webkit-tap-highlight-color: transparent;
        }

                .container-062 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .header-062 {
            background-color: var(--thunder);
            color: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-content-062 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
/*         
        .emblem-logo {
    width: 110px;
    height: 110px;
    object-fit: contain; */
/* } */

        .logo-062 {
            display: flex;
            align-items: center;
        }
        
        .logo-icon-062 {
            background-color: var(--mountain-meadow);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .logo-text-062 h1 {
            font-size: 24px;
            font-weight: 600;
        }
        
        .logo-text-062 p {
            font-size: 14px;
            color: var(--bombay);
        }
        
        .mobile-menu-btn-062 {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .nav-062 ul {
            display: flex;
            list-style: none;
        }
        
        .nav-062 ul li {
            margin-left: 25px;
        }
        
        .nav-062 ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 15px;
        }
        
        .nav-062 ul li a:hover {
            color: var(--mountain-meadow);
        }
        
       
        .page-title-062 {
            background: linear-gradient(to right, #19462dff, var(--mountain-meadow));
            color: white;
            padding: 20px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-title-062 h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .page-title-062 p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 18px;
        }
        


        .breadcrumb-062 {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            font-size: 15px;
        }
        
        .breadcrumb-062 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-062 a:hover {
            color: var(--buttercup);
        }
        
        .breadcrumb-062 span {
            margin: 0 8px;
            color: var(--moon-mist);
        }
        
        .breadcrumb-062 .current-062 {
            color: var(--buttercup);
            font-weight: 500;
        }
        

.title-container-062 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
}

.title-text-062 {
    flex: 1;
}


@media (max-width: 768px) {
    .title-container-062 {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .emblem-logo {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .emblem-logo {
        width: 50px;
        height: 50px;
    }
    
    .title-container-062 {
        gap: 10px;
    }
}

        
        .filters-section-062 {
            background-color: white;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .filters-container-062 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
        }
        
        .filter-group-062 {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group-062 h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--nandor);
        }
        
        .dropdown-062 {
            position: relative;
            width: 100%;
        }
        
        .dropdown-select-062 {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            background-color: white;
            font-size: 15px;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23575a58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }
        
        .dropdown-select-062:focus {
            outline: none;
            border-color: var(--mountain-meadow);
            box-shadow: 0 0 0 2px rgba(19, 178, 103, 0.2);
        }
        
        .search-box-062 {
            flex: 2;
            min-width: 300px;
        }
        
        .search-box-062 input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            font-size: 16px;
        }
        
        
        .libraries-grid-062 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .library-card-062 {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .library-card-062:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .library-image-062 {
            height: 200px;
            background-color: var(--moon-mist);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }
        
        .library-image-062 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }
        
        .library-badge-062 {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #288926;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .library-content-062 {
            padding: 25px;
        }
        
        .library-name-062 {
            font-size: 20px;
            margin-bottom: 10px;
            color: var(--thunder);
        }
        
        .library-district-062 {
            color: #fc0b00;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }
        
        .library-details-062 {
            margin-bottom: 20px;
        }
        
        .detail-item-062 {
            display: flex;
            margin-bottom: 10px;
        }
        
        .detail-icon-062 {
            width: 20px;
            margin-right: 10px;
            color: var(--thunder);
        }
        
        .detail-text-062 {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }

     .detail-text-062 a {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }

        
        .services-list-062 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .service-tag-062 {
            background-color: var(--moon-mist);
            color: var(--nandor);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
        }
        
        .library-button-062 {
            display: block;
            width: 100%;
            background-color: #288926;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .library-button-062:hover {
            background-color: var(--thunder);
            color: white;
        }
        
        
        .pagination-062 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 10px;
        }
        
        .pagination-btn-062 {
            background-color: white;
            border: 1px solid var(--bombay);
            color: var(--nandor);
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 14px;
        }
        
        .pagination-btn-062:hover {
            background-color: #288926;
            color: white;
            border-color: #288926;
        }
        
        .pagination-btn-062.active-062 {
            background-color: #288926;
            color: white;
            border-color: #288926;
        }
        
        .pagination-btn-062:disabled {
            background-color: var(--quill-gray);
            color: var(--bombay);
            cursor: not-allowed;
            border-color: var(--bombay);
        }
        
        .pagination-info-062 {
            margin: 0 15px;
            color: var(--nandor);
            font-size: 14px;
        }
        
        
        .footer-062 {
            background-color: var(--thunder);
            color: white;
            padding: 40px 0 20px;
        }
        
        .footer-content-062 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .footer-section-062 {
            flex: 1;
            min-width: 250px;
            margin-bottom: 20px;
        }
        
        .footer-section-062 h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--mountain-meadow);
        }
        
        .footer-section-062 ul {
            list-style: none;
        }
        
        .footer-section-062 ul li {
            margin-bottom: 10px;
        }
        
        .footer-section-062 ul li a {
            color: var(--bombay);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-section-062 ul li a:hover {
            color: white;
        }
        
        .copyright-062 {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid var(--nandor);
            color: var(--bombay);
            font-size: 14px;
        }
        
        
        @media (max-width: 768px) {
            .header-content-062 {
                flex-wrap: wrap;
            }
            
            .mobile-menu-btn-062 {
                display: block;
            }
            
            .nav-062 {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            
            .nav-062.active-062 {
                display: block;
            }
            
            .nav-062 ul {
                flex-direction: column;
            }
            
            .nav-062 ul li {
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-062 ul li a {
                display: block;
                padding: 10px 0;
            }
            
            .page-title-062 {
                padding: 30px 0;
            }
            
            .page-title-062 h2 {
                font-size: 24px;
            }
            
            .page-title-062 p {
                font-size: 16px;
            }
            
            .filters-container-062 {
                flex-direction: column;
            }
            
            .search-box-062 {
                min-width: 100%;
            }
            
            .libraries-grid-062 {
                grid-template-columns: 1fr;
            }
            
            .pagination-062 {
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .pagination-btn-062 {
                padding: 8px 12px;
                font-size: 13px;
            }
            
            .footer-content-062 {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
            .logo-text-062 h1 {
                font-size: 20px;
            }
            
            .logo-text-062 p {
                font-size: 12px;
            }
            
            .page-title-062 h2 {
                font-size: 22px;
            }
            
            .page-title-062 p {
                font-size: 15px;
            }
            
            .breadcrumb-062 {
                font-size: 14px;
            }
            
            .pagination-info-062 {
                margin: 0 10px;
                font-size: 13px;
            }
        }
        
      
        .library-card-062, .pagination-btn-062 {
            -webkit-tap-highlight-color: transparent;
        }
                
        .container-064 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 10px;
        }
        
        .header-064 {
            background-color: var(--thunder);
            color: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-content-064 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .emblem-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

        .logo-064 {
            display: flex;
            align-items: center;
        }
        
        .logo-icon-064 {
            background-color: var(--mountain-meadow);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .logo-text-064 h1 {
            font-size: 24px;
            font-weight: 600;
        }
        
        .logo-text-064 p {
            font-size: 14px;
            color: var(--bombay);
        }
        
        .mobile-menu-btn-064 {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .nav-064 ul {
            display: flex;
            list-style: none;
        }
        
        .nav-064 ul li {
            margin-left: 25px;
        }
        
        .nav-064 ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 15px;
        }
        
        .nav-064 ul li a:hover {
            color: var(--mountain-meadow);
        }
        
        .page-title-064 {
            background: linear-gradient(to right, var(--eucalyptus), var(--mountain-meadow));
            color: white;
            padding: 20px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-title-064 h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .page-title-064 p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 18px;
        }
        


        .breadcrumb-064 {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            font-size: 15px;
        }
        
        .breadcrumb-064 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-064 a:hover {
            color: var(--buttercup);
        }
        
        .breadcrumb-064 span {
            margin: 0 8px;
            color: var(--moon-mist);
        }
        
        .breadcrumb-064 .current-064 {
            color: var(--buttercup);
            font-weight: 500;
        }
        
.title-container-064 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
}

.title-text-064 {
    flex: 1;
}

@media (max-width: 768px) {
    .title-container-064 {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .emblem-logo {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .emblem-logo {
        width: 50px;
        height: 50px;
    }
    
    .title-container-064 {
        gap: 10px;
    }
}

        .filters-section-064 {
            background-color: white;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .filters-container-064 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
        }
        
        .filter-group-064 {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group-064 h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--nandor);
        }
        
        .dropdown-064 {
            position: relative;
            width: 100%;
        }
        
        .dropdown-select-064 {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            background-color: white;
            font-size: 15px;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23575a58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }
        
        .dropdown-select-064:focus {
            outline: none;
            border-color: var(--mountain-meadow);
            box-shadow: 0 0 0 2px rgba(19, 178, 103, 0.2);
        }
        
        .search-box-064 {
            flex: 2;
            min-width: 300px;
        }
        
        .search-box-064 input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            font-size: 16px;
        }
        
        .libraries-grid-064 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .library-card-064 {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .library-card-064:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .library-image-064 {
            height: 200px;
            background-color: var(--moon-mist);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }
        
        .library-image-064 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }
        
        .library-badge-064 {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #173690;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .library-content-064 {
            padding: 25px;
        }
        
        .library-name-064 {
            font-size: 20px;
            margin-bottom: 10px;
            color: var(--thunder);
        }
        
        .library-district-064 {
            color: #173690;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }
        
        .library-details-064 {
            margin-bottom: 20px;
        }
        
        .detail-item-064 {
            display: flex;
            margin-bottom: 10px;
        }
        
        .detail-icon-064 {
            width: 20px;
            margin-right: 10px;
            color: #7c6039;
        }
        
        .detail-text-064 {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }

       .detail-text-064 a {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }

        
        .services-list-064 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .service-tag-064 {
            background-color: var(--moon-mist);
            color: var(--nandor);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
        }
        
        .library-button-064 {
            display: block;
            width: 100%;
            background-color: #705738;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .library-button-064:hover {
            background-color:  #2f5a3e;
            color: white;
        }
        
        .pagination-064 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 10px;
        }
        
        .pagination-btn-064 {
            background-color: white;
            border: 1px solid var(--bombay);
            color: var(--nandor);
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 14px;
        }
        
        .pagination-btn-064:hover {
            background-color: #7c6039;
            color: white;
            border-color: #7c6039;
        }
        
        .pagination-btn-064.active-064 {
            background-color: #2e5341;
            color: white;
            border-color: #2e5341;
        }
        
        .pagination-btn-064:disabled {
            background-color: var(--quill-gray);
            color: var(--bombay);
            cursor: not-allowed;
            border-color: var(--bombay);
        }
        
        .pagination-info-064 {
            margin: 0 15px;
            color: var(--nandor);
            font-size: 14px;
        }
        
        .footer-064 {
            background-color: var(--thunder);
            color: white;
            padding: 40px 0 20px;
        }
        
        .footer-content-064 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .footer-section-064 {
            flex: 1;
            min-width: 250px;
            margin-bottom: 20px;
        }
        
        .footer-section-064 h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--mountain-meadow);
        }
        
        .footer-section-064 ul {
            list-style: none;
        }
        
        .footer-section-064 ul li {
            margin-bottom: 10px;
        }
        
        .footer-section-064 ul li a {
            color: var(--bombay);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-section-064 ul li a:hover {
            color: white;
        }
        
        .copyright-064 {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid var(--nandor);
            color: var(--bombay);
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .header-content-064 {
                flex-wrap: wrap;
            }
            
            .mobile-menu-btn-064 {
                display: block;
            }
            
            .nav-064 {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            
            .nav-064.active-064 {
                display: block;
            }
            
            .nav-064 ul {
                flex-direction: column;
            }
            
            .nav-064 ul li {
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-064 ul li a {
                display: block;
                padding: 10px 0;
            }
            
            .page-title-064 {
                padding: 30px 0;
            }
            
            .page-title-064 h2 {
                font-size: 24px;
            }
            
            .page-title-064 p {
                font-size: 16px;
            }
            
            .filters-container-064 {
                flex-direction: column;
            }
            
            .search-box-064 {
                min-width: 100%;
            }
            
            .libraries-grid-064 {
                grid-template-columns: 1fr;
            }
            
            .pagination-064 {
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .pagination-btn-064 {
                padding: 8px 12px;
                font-size: 13px;
            }
            
            .footer-content-064 {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
            .logo-text-064 h1 {
                font-size: 20px;
            }
            
            .logo-text-064 p {
                font-size: 12px;
            }
            
            .page-title-064 h2 {
                font-size: 22px;
            }
            
            .page-title-064 p {
                font-size: 15px;
            }
            
            .breadcrumb-064 {
                font-size: 14px;
            }
            
            .pagination-info-064 {
                margin: 0 10px;
                font-size: 13px;
            }
        }
    
        .library-card-064, .pagination-btn-064 {
            -webkit-tap-highlight-color: transparent;
        }
                .container-065 {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .header-065 {
            background-color: var(--thunder);
            color: white;
            padding: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-content-065 {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .emblem-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

        .logo-065 {
            display: flex;
            align-items: center;
        }
        
        .logo-icon-065 {
            background-color: var(--mountain-meadow);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .logo-text-065 h1 {
            font-size: 24px;
            font-weight: 600;
        }
        
        .logo-text-065 p {
            font-size: 14px;
            color: var(--bombay);
        }
        
        .mobile-menu-btn-065 {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        
        .nav-065 ul {
            display: flex;
            list-style: none;
        }
        
        .nav-065 ul li {
            margin-left: 25px;
        }
        
        .nav-065 ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
            font-size: 15px;
        }
        
        .nav-065 ul li a:hover {
            color: var(--mountain-meadow);
        }
        
   
        .page-title-065 {
            background: linear-gradient(to right, var(--eucalyptus), var(--mountain-meadow));
            color: white;
            padding: 20px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .page-title-065 h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }
        
        .page-title-065 p {
            max-width: 700px;
            margin: 0 auto;
            font-size: 18px;
        }
        


        .breadcrumb-065 {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            font-size: 15px;
        }
        
        .breadcrumb-065 a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .breadcrumb-065 a:hover {
            color: var(--buttercup);
        }
        
        .breadcrumb-065 span {
            margin: 0 8px;
            color: var(--moon-mist);
        }
        
        .breadcrumb-065 .current-065 {
            color: var(--buttercup);
            font-weight: 500;
        }
        

.title-container-065 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: left;
}

.title-text-065 {
    flex: 1;
}

@media (max-width: 768px) {
    .title-container-065 {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .emblem-logo {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .emblem-logo {
        width: 50px;
        height: 50px;
    }
    
    .title-container-065 {
        gap: 10px;
    }
}
        .filters-section-065 {
            background-color: white;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .filters-container-065 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: flex-end;
        }
        
        .filter-group-065 {
            flex: 1;
            min-width: 200px;
        }
        
        .filter-group-065 h3 {
            font-size: 16px;
            margin-bottom: 10px;
            color: var(--nandor);
        }
        
        .dropdown-065 {
            position: relative;
            width: 100%;
        }
        
        .dropdown-select-065 {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            background-color: white;
            font-size: 15px;
            cursor: pointer;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23575a58' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }
        
        .dropdown-select-065:focus {
            outline: none;
            border-color: var(--mountain-meadow);
            box-shadow: 0 0 0 2px rgba(19, 178, 103, 0.2);
        }
        
        .search-box-065 {
            flex: 2;
            min-width: 300px;
        }
        
        .search-box-065 input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--bombay);
            border-radius: 4px;
            font-size: 16px;
        }
        
        .libraries-grid-065 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .library-card-065 {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .library-card-065:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .library-image-065 {
            height: 200px;
            background-color: var(--moon-mist);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--granite-green);
            font-size: 16px;
            position: relative;
            overflow: hidden;
        }
        
        .library-image-065 img {
            width: 200px;
            height: 190px;
            object-fit: cover;
        }
        
        .library-badge-065 {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: #eb4028;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .library-content-065 {
            padding: 25px;
        }
        
        .library-name-065 {
            font-size: 20px;
            margin-bottom: 10px;
            color: var(--thunder);
        }
        
        .library-district-065 {
            color: #4b5ea3;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }
        
        .library-details-065 {
            margin-bottom: 20px;
        }
        
        .detail-item-065 {
            display: flex;
            margin-bottom: 10px;
        }
        
        .detail-icon-065 {
            width: 20px;
            margin-right: 10px;
            color: #4b5ea3;
        }
        
        .detail-text-065 {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }

       .detail-text-065 a {
            flex: 1;
            font-size: 14px;
            color: var(--nandor);
        }
        

        
        .services-list-065 {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .service-tag-065 {
            background-color: var(--moon-mist);
            color: var(--nandor);
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
        }
        
        .library-button-065 {
            display: block;
            width: 100%;
            background-color: #4b5ea3;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
            text-align: center;
            text-decoration: none;
        }
        
        .library-button-065:hover {
            background-color: #6da359;
            color: white;
        }
        
        .pagination-065 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 40px 0;
            gap: 10px;
        }
        
        .pagination-btn-065 {
            background-color: white;
            border: 1px solid var(--bombay);
            color: var(--nandor);
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 14px;
        }
        
        .pagination-btn-065:hover {
            background-color: #4b5ea3;
            color: white;
            border-color: #4b5ea3;
        }
        
        .pagination-btn-065.active-065 {
            background-color: #6da359;
            color: white;
            border-color: #6da359;
        }
        
        .pagination-btn-065:disabled {
            background-color: var(--quill-gray);
            color: var(--bombay);
            cursor: not-allowed;
            border-color: var(--bombay);
        }
        
        .pagination-info-065 {
            margin: 0 15px;
            color: var(--nandor);
            font-size: 14px;
        }
        
        .footer-065 {
            background-color: var(--thunder);
            color: white;
            padding: 40px 0 20px;
        }
        
        .footer-content-065 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        
        .footer-section-065 {
            flex: 1;
            min-width: 250px;
            margin-bottom: 20px;
        }
        
        .footer-section-065 h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--mountain-meadow);
        }
        
        .footer-section-065 ul {
            list-style: none;
        }
        
        .footer-section-065 ul li {
            margin-bottom: 10px;
        }
        
        .footer-section-065 ul li a {
            color: var(--bombay);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-section-065 ul li a:hover {
            color: white;
        }
        
        .copyright-065 {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid var(--nandor);
            color: var(--bombay);
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .header-content-065 {
                flex-wrap: wrap;
            }
            
            .mobile-menu-btn-065 {
                display: block;
            }
            
            .nav-065 {
                width: 100%;
                margin-top: 15px;
                display: none;
            }
            
            .nav-065.active-065 {
                display: block;
            }
            
            .nav-065 ul {
                flex-direction: column;
            }
            
            .nav-065 ul li {
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-065 ul li a {
                display: block;
                padding: 10px 0;
            }
            
            .page-title-065 {
                padding: 30px 0;
            }
            
            .page-title-065 h2 {
                font-size: 24px;
            }
            
            .page-title-065 p {
                font-size: 16px;
            }
            
            .filters-container-065 {
                flex-direction: column;
            }
            
            .search-box-065 {
                min-width: 100%;
            }
            
            .libraries-grid-065 {
                grid-template-columns: 1fr;
            }
            
            .pagination-065 {
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .pagination-btn-065 {
                padding: 8px 12px;
                font-size: 13px;
            }
            
            .footer-content-065 {
                flex-direction: column;
            }
        }
        
        @media (max-width: 480px) {
            .logo-text-065 h1 {
                font-size: 20px;
            }
            
            .logo-text-065 p {
                font-size: 12px;
            }
            
            .page-title-065 h2 {
                font-size: 22px;
            }
            
            .page-title-065 p {
                font-size: 15px;
            }
            
            .breadcrumb-065 {
                font-size: 14px;
            }
            
            .pagination-info-065 {
                margin: 0 10px;
                font-size: 13px;
            }
        }
        
        .library-card-065, .pagination-btn-065 {
            -webkit-tap-highlight-color: transparent;
        }