body, html {
    margin: 0;
    padding: 0;
}

#itemList {
    display: none;
}

.list-group-item {
    cursor: pointer;
}

.pulzr-ai-text {
    font-family: sans-serif;
    font-size: 2rem; /* Adjust this value to match the image size */
    background: linear-gradient(to right, #a54657, #314657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; /* Add some space between the logo and text */
}

@media (max-width: 991.98px) {
    .navbar-collapse {
      background-color: #f8f9fa;  /* Light gray background, matching bg-light */
      padding: 10px;
      border-radius: 0 0 5px 5px;
    }
}
.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 80px;
  }
  
  .navbar-brand img {
    max-height: 60px;
    width: auto;
  }

  @media (max-width: 991.98px) {
    .navbar {
      height: auto;
    }

    .navbar-collapse {
      background-color: #f8f9fa;
      padding: 10px;
      margin-top: 0.5rem;
      border-radius: 5px;
    }

    .navbar-nav {
      align-items: flex-start;
    }

    .navbar-toggler {
      margin-right: 15px;
    }
  }