.header-logo {
  width: 100%;
  max-width: 50px !important;
  transform: scale(1.6);
}

.icons {
  width: 100%;
  max-width: 80px;
}

.catalogue-img {
  width: 100px;
}

/* Modal Styling */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: relative;
}

.popup-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

/* Show modal when active */
.modal.show {
  display: flex;
}

#modalImage {
  width: 250px;
  margin: 0 auto 0px;
}

h2 {
  margin: 10px 0;
}

ul {
  text-align: left;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 5px 0;
}

.view-more {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.view-more:hover {
  background-color: #45a049;
}

.modaltitle {
  font-size: 24px;
}