@import url('https://fonts.googleapis.com/css2?family=Ancizar+Serif:ital,wght@0,300..900;1,300..900&display=swap');   body {
      margin: 0;
      background: #f4f6f9;
      overflow-x: hidden;
    font-family: "Ancizar Serif", serif;
  font-optical-sizing: auto;
    }
    /* Toggle Button */
    .menu-toggle {
      position: fixed;
      top: 20px;
      left: 20px;
      z-index: 1100;
      background: #1e2a78;
      color: #fff;
      padding: 10px 20px;
      border: none;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 10px;
      transition: background 0.3s ease, transform 0.2s ease;
    }
    .menu-toggle:hover {
      background: #151d5a;
      transform: scale(1.05);
    }
    /* Sidebar Menu */
    .sidebar-menu {
      position: fixed;
      top: 0;
      left: -260px;
      height: 100vh;
      width: 260px;
      background-color: #1e2a78;
      color: white;
      transition: all 0.4s ease;
      z-index: 1050;
      padding: 60px 30px;
      box-shadow: 8px 0 25px rgba(0,0,0,0.15);
    }
    .sidebar-menu.active {
      left: 0;
    }
    .sidebar-menu h3 {
      margin-top:15px;
      margin-bottom: 2rem;
      font-weight: 700;
    }
    .sidebar-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar-menu ul li {
      margin-bottom: 20px;
    }
    .sidebar-menu ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 1.1rem;
      font-weight: 500;
      display: block;
      transition: 0.3s ease;
      position: relative;
    }
    .sidebar-menu ul li a::after {
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background: #fcd34d;
      transition: 0.3s ease-in-out;
      position: absolute;
      bottom: -4px;
      left: 0;
    }
    .sidebar-menu ul li a:hover {
      color: #fcd34d;
    }
    .sidebar-menu ul li a:hover::after {
      width: 100%;
    }
    /* Background Overlay */
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.4);
      z-index: 1040;
      display: none;
    }
    .menu-overlay.active {
      display: block;
    }
    /* Responsive full overlay on mobile */
    @media (max-width: 768px) {
      .sidebar-menu {
        width: 100vw;
        padding: 80px 30px;
      }
      .sidebar-menu h3 {
        text-align: center;
      }
    }
    /* Hero Section */
    .hero-section {
      height: 100vh;
      background: #ffffff;
      display: flex;
      align-items: center;
      position: relative;
    }
    .hero-section .left {
      padding: 60px 40px;
      background: #f9f9fb;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }
    .hero-section .left h1 {
      font-size: 2.8rem;
      font-weight: 700;
      color: #1e2a78;
    }
    .hero-section .left p {
        text-align: justify;
      font-size: 1.1rem;
      color: #555;
      /* max-width: 500px; */
    }
    .hero-section .left .btn {
      margin-top: 25px;
      font-size: 1rem;
      padding: 12px 28px;
      border-radius: 30px;
    }
    .hero-section .right img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }
    @media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    height: auto;
  }
  .hero-section .right img {
    height: auto;
  }
  .hero-section .left {
    padding: 30px 20px;
    text-align: center;
  }
  .hero-section .left h1 {
    font-size: 2rem; /* Reduced for mobile */
    margin-top: 20px;
  }
  .hero-section .left p {
    font-size: 1rem; /* Slightly smaller for readability */
    line-height: 1.6;
    margin-top: 10px;
  }
  .hero-section .left .btn {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
  .menu-toggle {
    padding: 8px 14px;
    font-size: 0.9rem;
  }
  .sidebar-menu {
    width: 100vw;
    left: -100vw; /* Ensure it's hidden initially */
  }
  .sidebar-menu.active {
    left: 0;
  }
  .sidebar-menu h3 {
    font-size: 1.4rem;
  }
  .sidebar-menu ul li a {
    font-size: 1rem;
  }
}
#library-goals {
  position: relative;
  background: linear-gradient(to bottom right, #eef7ff, #ffffff);
  padding: 100px 20px;
  overflow: hidden;
  color: #2c3e50;
}
#library-goals .container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.highlight-box {
  /* background: rgba(255, 255, 255, 0.95); */
  /* border: 2px solid #1e2a78; */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}
#library-goals h2 {
  font-size: 2.8rem;
  color: #1e2a78;
  margin-bottom: 20px;
  position: relative;
}
#library-goals h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #02a657;
  margin: 12px auto 0;
  border-radius: 3px;
}
#library-goals p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
}
.goals-list {
  list-style: none;
  padding: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.goals-list li {
  margin-bottom: 25px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  background: #f1fcf6;
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  padding: 15px 20px;
  gap: 15px;
  transition: 0.3s;
}
.goals-list li:hover {
  background: #e2fff0;
}
.goals-list li i {
  color: #02a657;
  font-size: 1.4rem;
}
/* Decorative Background Icons */
.decorative-icon {
  position: absolute;
  opacity: 0.06;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.icon-book {
  background-image: url('https://cdn-icons-png.flaticon.com/512/29/29302.png');
  width: 120px;
  height: 120px;
  top: 40px;
  left: 40px;
}
.icon-globe {
  background-image: url('https://cdn-icons-png.flaticon.com/512/149/149060.png');
  width: 130px;
  height: 130px;
  bottom: 40px;
  right: 40px;
}
/* Decorative Abstract Shapes */
.decorative-shape {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.3;
  pointer-events: none;
}
.shape1 {
  width: 300px;
  height: 300px;
  background: #1e2a78;
  top: -80px;
  right: -100px;
}
.shape2 {
  width: 250px;
  height: 250px;
  background: #02a657;
  bottom: -100px;
  left: -60px;
}
.library-section {
  padding: 50px 20px;
}
.container {
  /* max-width: 900px; */
  margin: 0 auto;
}
/* Section Title */
.section-title {
  font-size: 2.4rem;
  text-align: center;
  color: #1e2a78;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
/* Resources Grid */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
  gap: 25px;
}
.resource-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.resource-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgb(0 0 0 / 0.15);
}
.resource-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #02a657;
}
.resource-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: #1e2a78;
}
.resource-card p {
  margin: 4px 0;
  font-weight: 600;
  color: #444;
}
/* Library Hours */
.general-hours {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}
.general-hours em {
  font-style: italic;
  font-size: 0.95rem;
  color: #888;
}
/* Hours Grid */
.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 20px;
}
.hour-card {
  background: #fff;
  padding: 18px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.07);
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: default;
}
.hour-card:hover {
  background-color: #e6f7e9;
}
.hour-card h4 {
  font-weight: 700;
  color: #1e2a78;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.hour-card p {
  font-size: 1rem;
  color: #444;
  margin: 0;
}
/* Responsive tweaks */
@media (max-width: 480px) {
  .section-title {
    font-size: 2rem;
  }
  .resource-card, .hour-card {
    padding: 20px 15px;
  }
}
/* Policies Section Specific Styling */
.policies-section {
  background: #ffffff;
  padding: 40px 20px 70px;
  color: #2c3e50;
  border-radius: 12px;
  box-shadow: inset 0 0 40px rgb(30 42 120 / 0.05);
  max-width: 1140px;
  margin: 0 auto 60px;
}
.policies-section .small-title {
  font-size: 1.8rem;
  color: #1e2a78;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  border-left: 6px solid #02a657;
  padding-left: 12px;
  font-weight: 700;
}
.overdue-list {
  list-style: none;
  padding-left: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  max-width: 600px;
  margin: 0;
}
.overdue-list li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 12px;
}
.overdue-list li::before {
  content: "➔";
  position: absolute;
  left: 0;
  color: #02a657;
  font-weight: 700;
  font-size: 1.2rem;
  top: 2px;
}
.policies-section p {
  /* max-width: 700px; */
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 18px;
  text-align: justify;
}
.library-policies-tabs {
  max-width: 1140px;
  margin: 0 auto;
  background: #f9fbfd;
  border-radius: 10px;
  /* box-shadow: 0 6px 15px rgb(30 42 120 / 0.1); */
  padding: 20px;
  color: #2c3e50;
}
.tabs {
  display: flex;
  /* border-bottom: 3px solid #02a657; */
  margin-bottom: 20px;
}
.tab-button {
  flex: 1;
  padding: 12px 0;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #1e2a78;
  transition: background-color 0.3s ease;
}
.tab-button.active {
  border-bottom: 4px solid #02a657;
  color: #02a657;
  font-weight: 700;
}
.tab-content {
  display: none;
  font-size: 1.1rem;
  line-height: 1.6;
}
.tab-content.active {
  display: block;
}
.tab-content ul {
  list-style: disc inside;
  margin: 0;
  padding-left: 15px;
}
.tab-content ul li::marker {
  content: "✓ "; /* Unicode check mark with a space */
  color: green;  /* Optional: color the tick */
  font-weight: bold;
}
.library-container {
  max-width: 1140px;
  margin: 40px auto;
  padding: 0 20px;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  color: #333;
}
/* Base styling for all sections */
.library-info-section {
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
/* Visitors - warm, welcoming */
.library-info-section.visitors {
  background: #fff9f4;
  border-left: 6px solid #f4a261;
  color: #7a4e1a;
}
.library-info-section.visitors ul li::marker {
  content: "✓ "; /* Unicode check mark with a space */
  color: green;  /* Optional: color the tick */
  font-weight: bold;
}
.library-info-section.visitors h3 {
  color: #d97706;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Book Bank - structured and supportive */
.library-info-section.bookbank {
  background: #f0f9f4;
  border-left: 6px solid #2a9d8f;
  color: #2a6f67;
}
.library-info-section.bookbank h3 {
  color: #21867a;
  font-weight: 700;
  margin-bottom: 15px;
}
.library-info-section.bookbank ul li::marker {
  content: "✓ "; /* Unicode check mark with a space */
  color: green;  /* Optional: color the tick */
  font-weight: bold;
}
/* Open Access - open, free access vibe */
.library-info-section.open-access {
  background: #e7f5ff;
  border-left: 6px solid #1e90ff;
  color: #205d99;
}
.library-info-section.open-access h3 {
  color: #1a78d5;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Digital Library - techy, modern */
.library-info-section.digital-library {
  background: #f5f7fa;
  border-left: 6px solid #5c7cfa;
  color: #374785;
}
.overdue-list ul li::marker{
    content: '';
}
.library-info-section.digital-library h3 {
  color: #3b4cca;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Reprographic - functional, clear */
.library-info-section.reprographic {
  background: #fffdfa;
  border-left: 6px solid #f9a826;
  color: #8b6d1a;
}
.library-info-section.reprographic h3 {
  color: #b77d13;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Lists styling */
.library-info-section ul {
  /* list-style-type: disc; */
  padding-left: 20px;
  line-height: 1.55;
  font-size: 1rem;
}
/* Paragraph styling */
.library-info-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.library-info-section.procurement {
  background: #fff8f0;
  border-left: 6px solid #f08a5d;
  color: #6b3e1e;
  padding: 30px 35px;
  box-shadow: 0 4px 12px rgba(240, 138, 93, 0.15);
}
.library-info-section.procurement h3 {
  color: #d9534f;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.9rem;
}
.library-info-section.procurement ol {
  padding-left: 22px;
  font-size: 1.05rem;
  line-height: 1.65;
}
.library-info-section.procurement ol li {
  margin-bottom: 14px;
}
.library-security-section {
  background-color: #fff9f2;
  padding: 60px 20px;
  border-top: 4px solid #eaa341;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  max-width: 1140px;
}
.library-security-section .container {
  max-width: 960px;
  margin: 0 auto;
}
.library-security-section .section-title {
  font-size: 28px;
  color: #b35c00;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.library-security-section .section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #b35c00;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}
.library-security-section .section-description {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  text-align: center;
}
.site-footer {
  background: #1e2a78;
  color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}
.site-footer .container {
  max-width: 1140px;
  margin: 0 auto;
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffc107;
}
.site-footer p {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.site-footer a:hover {
  color: #ffc107;
}
/* Resources Page CSS */
  .hero-banner-v2 {
  position: relative;
  background-color: #1e2a78;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 0 0 0px 0px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.hero-banner-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1400&q=80') no-repeat center center/cover;
  opacity: 0.25;
  z-index: 0;
}
.banner-overlay {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  color: #fff;
}
.banner-overlay h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #ffffff;
}
.banner-overlay p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #e0e0e0;
}
@media (max-width: 576px) {
  .hero-banner-v2 {
    height: auto;
    border-radius: 0 0 30px 30px;
    padding: 40px 0;
  }
  .banner-overlay h1 {
    font-size: 2rem;
  }
  .banner-overlay p {
    font-size: 1rem;
  }
}
    .resources-container {
      max-width: 1140px;
      margin: 60px auto;
      padding: 0 20px;
    }
    .resource-section {
      background: #fff;
      padding: 40px 30px;
      margin-bottom: 30px;
      border-left: 5px solid #1e2a78;
      border-radius: 10px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }
    .resource-books {
  background: linear-gradient(to right, #f9f9fb, #f2f6fc);
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(30, 42, 120, 0.08);
  padding: 50px 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.resource-books h2 {
  font-size: 28px;
  color: #1e2a78;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.resource-books h2 i {
  background: #1e2a78;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
}
.resource-books p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 18px;
}
.resource-books ul {
  padding-left: 20px;
  list-style-type: disc;
}
.resource-books ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.resource-books strong {
  color: #1e2a78;
}
.resource-books .info-box {
  background: #eef2f7;
  border-left: 4px solid #1e2a78;
  padding: 20px;
  border-radius: 6px;
  margin-top: 25px;
}
.resource-books .info-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2a78;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.resource-books .info-box h5 i {
  color: #02a657;
  font-size: 16px;
}
.resource-delnet {
  background: #f8faff;
  border-left-color: #ff6600;
}
.resource-magazines {
  background: #fefcf8;
  border-left-color: #ffc107;
}
.resource-newspapers {
  background: #f5f9ff;
  border-left-color: #00bcd4;
}
.resource-digital {
  background: #f9f9fb;
  border-left-color: #28a745;
}
/* Optional: icon box style if needed */
.resource-section h2 i {
  width: 32px;
  height: 32px;
  background: #1e2a78;
  color: white;
  text-align: center;
  /* line-height: 32px; */
  border-radius: 50%;
  font-size: 14px;
}
/* Add hover effect for sections */
.resource-section:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
    @media (max-width: 576px) {
      .hero-banner h1 {
        font-size: 2rem;
      }
      .resource-section {
        padding: 30px 20px;
      }
    }
    .resource-delnet {
  background: linear-gradient(to right, #fdfdfd, #f4f7fb);
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(30, 42, 120, 0.08);
  padding: 50px 30px;
  margin-bottom: 40px;
}
.resource-delnet h2 {
  font-size: 28px;
  color: #1e2a78;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.resource-delnet h2 i {
  background: #1e2a78;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
}
.resource-delnet p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}
.resource-delnet a {
  color: #1e2a78;
  font-weight: 600;
  text-decoration: underline;
}
.resource-delnet a:hover {
  color: #02a657;
}
.resource-delnet .delnet-note {
  background-color: #eef2f9;
  border-left: 4px solid #1e2a78;
  padding: 20px 25px;
  margin-top: 20px;
  border-radius: 6px;
}
.resource-delnet .delnet-note h5 {
  font-size: 18px;
  color: #1e2a78;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.resource-delnet .delnet-note h5 i {
  color: #02a657;
}
.resource-delnet .delnet-image img {
  margin-top: 25px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.resource-magazines {
  background: linear-gradient(to right, #fdfdfd, #f4f7fb);
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(30, 42, 120, 0.08);
  padding: 50px 30px;
  margin-bottom: 40px;
}
.resource-magazines h2 {
  font-size: 28px;
  color: #1e2a78;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.resource-magazines h2 i {
  background: #1e2a78;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
}
.resource-magazines p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
}
.magazine-table-wrapper {
  overflow-x: auto;
}
.magazine-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.magazine-table th,
.magazine-table td {
  padding: 12px 18px;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
}
.magazine-table th {
  background-color: #1e2a78;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.magazine-table tr:nth-child(even) {
  background-color: #f8f9fc;
}
.resource-newspapers {
  background: #fefefe;
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(30, 42, 120, 0.08);
  padding: 50px 30px;
  margin-bottom: 40px;
}
.resource-newspapers h2 {
  font-size: 28px;
  color: #1e2a78;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.resource-newspapers h2 i {
  background: #1e2a78;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
}
.resource-newspapers p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 25px;
}
.newspaper-table-wrapper {
  overflow-x: auto;
}
.newspaper-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.newspaper-table th,
.newspaper-table td {
  padding: 12px 18px;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
}
.newspaper-table th {
  background-color: #1e2a78;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.newspaper-table tr:nth-child(even) {
  background-color: #f8f9fc;
}
.resource-digital {
  background: #fefefe;
  border-left: 5px solid #1e2a78;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(30, 42, 120, 0.08);
  padding: 50px 30px;
  margin-bottom: 40px;
}
.resource-digital h2 {
  font-size: 28px;
  color: #1e2a78;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.resource-digital h2 i {
  background: #1e2a78;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
}
.resource-digital p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}
.digital-link-wrapper {
  margin-top: 15px;
}
.digital-archive-link {
  display: inline-block;
  background: #1e2a78;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.digital-archive-link i {
  margin-right: 8px;
}
.digital-archive-link:hover {
  background: #02a657;
  color: #fff;
}
/* Library Services Page CSS */
.service-intro-section {
  background: #f9f9fb;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.service-intro-section h2 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #1e2a78;
}
.service-intro-section p.lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}
.library-service {
  padding: 60px 0;
  background-color: #fff;
}
.library-service.bg-light {
  background-color: #f9f9fb !important;
}
.library-service h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #1e2a78;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.library-service h2 i {
  font-size: 1.5rem;
  color: #02a657;
}
.library-service p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}
.library-service .btn-outline-primary {
  padding: 5px 15px;
  font-size: 0.95rem;
  border-radius: 25px;
  transition: 0.3s ease;
}
.library-service .btn-outline-primary:hover {
  background-color: #02a657;
  color: #fff;
  border-color: #02a657;
}
.library-service .table {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.library-service .table th,
.library-service .table td {
  font-size: 0.95rem;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
}
.library-service .table th {
  background-color: #e3f2fd;
  font-weight: 600;
  color: #1e2a78;
}
.library-service .table-responsive {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .library-service h2 {
    font-size: 1.5rem;
  }
  .library-service p {
    font-size: 1rem;
  }
  .library-service .table th,
  .library-service .table td {
    font-size: 0.9rem;
  }
}
.library-service + .library-service {
  border-top: 1px solid #e0e0e0;
}
 .library-membership-section {
    background: #f9f9fb;
    color: #000;
    /* border-radius: 12px; */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
  }
  .library-membership-section .glowing-icon {
    color: #ffc107;
    animation: pulseGlow 3s infinite;
  }
  @keyframes pulseGlow {
    0% { text-shadow: 0 0 5px #ffc107; }
    50% { text-shadow: 0 0 20px #ffc107; }
    100% { text-shadow: 0 0 5px #ffc107; }
  }
  .library-membership-section h2 {
    color:#1e2a78;
    font-size: 2.5rem;
  }
  .library-membership-section a.btn {
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.5);
    transition: all 0.3s ease;
  }
  .library-membership-section a.btn:hover {
    background-color: #fff;
    color: #1e2a78;
    transform: translateY(-2px);
  }
   .info-box {
      background: #ffffff;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      border-radius: 10px;
      padding: 30px;
      margin-top: 30px;
      position: relative;
      overflow: hidden;
    }
    .info-box::before {
      content: "\f02d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 100px;
      color: #ffc107;
      position: absolute;
      top: -20px;
      right: -20px;
      opacity: 0.05;
      z-index: 0;
    }
    .info-box h2, .staff-box, .contact-details {
      position: relative;
      z-index: 1;
    }
    .info-box i {
      font-size: 2rem;
      color: #ffc107;
      margin-right: 10px;
    }
    .staff-box {
      border-left: 4px solid #ffc107;
      padding-left: 20px;
      margin-top: 20px;
    }
    .contact-details p {
      margin: 0;
    }
    /* Decorative Floating Circles – Only after hero */
    .circle {
      position: absolute;
      border-radius: 50%;
      opacity: 0.06;
      z-index: 0;
    }
    .circle.small {
      width: 80px;
      height: 80px;
    }
    .circle.large {
      width: 200px;
      height: 200px;
    }
    .circle.yellow {
      background-color: #ffc107;
    }
    .circle.blue {
      background-color: #003d73;
    }
    /* Media Queries */
    @media (max-width: 767px) {
      .hero-banner-v2 h1 {
        font-size: 2rem;
      }
    }
    .opac-wrapper {
      padding: 60px 0;
      background: #fff;
      position: relative;
      z-index: 1;
    }
    .opac-card {
      background-color: #fafafa;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
    .opac-left {
      background-color: #1e2a78;
      color: white;
      padding: 40px 30px;
    }
    .opac-left h2 {
      font-size: 2rem;
      font-weight: 700;
    }
    .opac-left i {
      font-size: 4rem;
      margin-bottom: 20px;
      color: #ffc107;
    }
    .opac-right {
      padding: 40px 30px;
    }
    .opac-right p, .opac-right li {
      color: #444;
      font-size: 1rem;
    }
    .opac-right a {
      color: #1e2a78;
      font-weight: bold;
    }
    .opac-gallery {
      margin-top: 50px;
    }
    .opac-gallery img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      border: 1px solid #ddd;
    }
    .circle-deco {
      position: absolute;
      border-radius: 50%;
      background: #ffc107;
      opacity: 0.08;
      z-index: 0;
    }
    .circle1 {
      width: 180px;
      height: 180px;
      top: 100px;
      left: -60px;
    }
    .circle2 {
      width: 120px;
      height: 120px;
      bottom: 50px;
      right: -40px;
      background: #1e2a78;
    }
    @media (max-width: 767px) {
      .opac-left, .opac-right {
        text-align: center;
      }
    }