  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Lato', sans-serif;
    }

    .top-bar {
      background: #d7a500;
      padding: 8px 0;
      font-size: 13px;
    }

    .top-left,
    .top-right {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }

    .top-bar a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
    }

    .top-bar i {
      margin-right: 5px;
      font-size: 12px;
    }

    /* =========================
       NAVBAR
    ========================== */

    .main-navbar {
      background: #f4f4f4;
      padding: 5px 0;
      border-bottom: 1px solid #ddd;
    }

    .logo-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .logo-wrapper img {
      width: 100%;
      height: 48px;
      object-fit: contain;
    }

    .logo-text {
      line-height: 1.2;
    }

    .logo-text h5 {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      color: #222;
    }

    .logo-text p {
      margin: 0;
      font-size: 11px;
      color: #444;
      letter-spacing: 1px;
    }

    .navbar-nav {
      gap: 18px;
    }

    .navbar-nav .nav-link {
      color: #555;
      font-size: 13px;
      font-weight: 500;
      transition: 0.3s;
      padding:5px !important;
    }

    .navbar-nav .nav-link:hover {
      color: #000;
    }
    .navbar-nav .nav-link.active {
      color: #000000;
      
      border-bottom: 1px solid #d7a500;
    }
    /* Dropdown Menu */
.dropdown-menu {
  border: none;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  min-width: 220px;
}

.dropdown-item {
  font-size: 13px;
  padding: 10px 18px;
  color: #444;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: #d7a500;
  color: #fff;
}
/* ==========================
   HERO
========================== */

.library-hero {
    /* background: linear-gradient(135deg,#8b5cf6,#334ea2); */
    background: linear-gradient(135deg, #9D4EDD 0%, #954FD5 7.14%, #8C50CD 14.29%, #8451C6 21.43%, #7B51BE 28.57%, #7251B7 35.71%, #6A52AF 42.86%, #6151A8 50%, #5851A0 57.14%, #4F5199 64.29%, #455092 71.43%, #3A4F8A 78.57%, #2F4E83 85.71%, #224D7C 92.86%, #0F4C75 100%);

    color: #fff;
    padding: 40px 0;
}

.library-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 15px;
}

.library-hero p {
    max-width: 500px;
    font-size: 14px;
    opacity: .9;
}


    @media (max-width: 1200px) {
       .library-hero h1{
        font-size:42px;
    }

      .navbar-nav {
        gap: 10px;
      }

      .navbar-nav .nav-link {
        font-size: 12px;
      }}

        @media (max-width: 991px) {
      .top-bar .container {
        flex-direction: column;
        gap: 8px;
      }

      .top-left,
      .top-right {
        justify-content: center;
      }

      .logo-wrapper {
        justify-content: center;
        margin-bottom: 15px;
      }

      .navbar-collapse {
        margin-top: 15px;
      }

      .navbar-nav {
        gap: 0;
      }

      .navbar-nav .nav-link {
        padding: 10px 0;
      }
        .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  
}
    }
     @media (max-width: 767px) {
      .top-bar {
        text-align: center;
      }

      .top-left,
      .top-right {
        flex-direction: column;
        gap: 6px;
      }

      .logo-text h5 {
        font-size: 13px;
      }

      .logo-text p {
        font-size: 10px;
      }
        .library-hero{
        padding:60px 0;
    }

    .library-hero h1{
        font-size:34px;
        line-height:30px;
    }

    }
       @media (max-width: 545px) {
     .logo-wrapper {
        flex-direction: column;
        text-align: center;
      }

      .logo-wrapper img {
        width: 42px;
        height: 42px;
      }

      .main-navbar {
        padding: 10px 0;
      }
    .library-hero h1{
        font-size:28px;
    }

  

    }
    @media (max-width: 320px) {
      .top-bar a {
        font-size: 11px;
      }

      .logo-text h5 {
        font-size: 11px;
      }

      .logo-text p {
        font-size: 9px;
      }

      .navbar-nav .nav-link {
        font-size: 11px;
      }
        .library-hero h1{
        font-size:24px;
    }

    }

    
/* =========================
   FOOTER
========================== */

.footer-section {
  background: #000;
  color: #fff;
  padding-top: 50px;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer-description {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 2;
  max-width: 260px;
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #d7a500;
}

.footer-contact li {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 1.8;
}

.footer-contact i {
  color: #d7a500;
  margin-right: 8px;
  width: 16px;
}

/* Bottom */

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copyright {
  color: #8d8d8d;
  font-size: 12px;
}

.footer-bottom-links {
  display: flex;
  gap: 40px;
}

.footer-bottom-links a {
  color: #8d8d8d;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s;
}

.footer-bottom-links a:hover {
  color: #d7a500;
}

.animate-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
  .footer-section {
    padding-top: 40px;
  }

  .footer-title {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-bottom-links {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-description {
    max-width: 100%;
  }
}

@media (max-width: 545px) {
  .footer-section {
    text-align: center;
  }

  .footer-contact i {
    display: block;
    margin: 0 auto 5px;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}