html {
    scroll-behavior: smooth;
  }


#voucher-filters-sidebar-1{
  display: none;
}



    /* Modal styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4);
    }
    .modal-content {
      background-color: #fff;
      margin: 15% auto;
      padding: 20px;
      border-radius: 8px;
      width: 80%;
      max-width: 600px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    .modal-content h2 {
      margin-top: 0;
    }
    .modal-content ul {
      list-style: none;
      padding: 0;
    }
    .modal-content li {
      margin: 10px 0;
    }
    .modal-content a {
      text-decoration: none;
      color: blue;
    }

    .close {
      color: red;
      font-size: 2rem;
      cursor: pointer;
      float: right;
  }
  