.nav-link {
  color: white;
}

.nav-link:hover {
  color: rgb(255, 156, 35);
}

.dropdown-menu {
  color: white;
  background-color: rgb(0, 0, 0, 0.7);
  text-align: center;
  border-bottom: solid white;
  border-left: solid white;
  border-right: solid white;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  color: rgb(255, 156, 35);
  background-color: rgb(255, 255, 255, 0.2);
}

#DropCss1:first-child {
  color: white;
}

#DropCss1:hover {
  color: rgb(255, 156, 35);
}

#DropCss2:first-child {
  color: white;
}

#DropCss2:hover {
  color: rgb(255, 156, 35);
}

#DropCss3:first-child {
  color: white;
}

#DropCss3:hover {
  color: rgb(255, 156, 35);
}

#DropCss4 {
  color: white;
}

#DropCss4:hover {
  color: rgb(255, 156, 35);
}

#Brand {
  font-family: cursive;
}

#Brand:hover {
  font-family: cursive;
  color: rgb(255, 156, 35);
}


#LoginButton {
  display: inline-block;
  color: white;
  border: 2px solid white;
}

#LoginButton:hover {
  color: rgb(255, 156, 35);
  border-color: rgb(255, 156, 35);
  background-color: transparent;
}


html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  background-color: #e4e0e0;
  background-image: url('../IMG/EmptyShowroom.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}



main {
  flex: 1;
  display: flex;
  flex-direction: column;
}


footer {
  flex-shrink: 0;
  padding: 2% 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: black;
  color: white;
  border-top: solid gray;
  text-align: center;
  width: 100%;
}


@media only screen and (max-width: 575px) {
  #collapsibleNavbar .navbar-nav {
    align-items: center;
    /* center all nav items horizontally */
  }

  html,
  body {
    display: block;
    height: auto;
  }

  main {
    flex: none;
  }


  /* Filter toggle button on small screens */
  .filter-toggle-btn {
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    box-shadow:
      0 0 8px 2px white,
      /* white neon glow */
      0 0 15px 5px white;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  /* On hover, invert colors and glow */
  .filter-toggle-btn:hover {
    background-color: white;
    color: black;
    box-shadow:
      0 0 12px 4px black,
      0 0 20px 6px black;
  }

  /* Keep focus outline subtle */
  .filter-toggle-btn:focus {
    outline: none;
    box-shadow:
      0 0 10px 3px white;
  }

  /* Filter menu default hidden */
  #filterMenu {
    display: none;
    flex-direction: column;
    margin-top: 8px;
    background-color: black;
    border: 2px solid white;
    border-radius: 12px;
    box-shadow:
      0 0 8px 2px white,
      0 0 15px 5px white;
    width: 100%;
    position: relative;
    /* so it stays under button */
    z-index: 10;
  }

  /* When showing (class "show" added) */
  #filterMenu.show {
    display: flex;
  }

  .col-md-10 {
    width: 100% !important;
    /* full width */
    padding-left: 0 !important;
    /* remove default side padding */
    padding-right: 0 !important;
    margin: 8px 0 0 0;
    /* small margin top for spacing */
    box-sizing: border-box;
    /* ensure padding/border included in width */

    /* Optional: if you want some top margin so it doesn’t stick to filters */
    margin-top: 1rem;
  }


  #profileDropdown {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    text-decoration: dotted;
    /* net iets breder dan het icoon */
    position: relative;
  }

  hr {
    display: none;
  }



  .dropdown-menu[aria-labelledby="profileDropdown"] {
    position: relative;
    border-right: none;
    border-bottom: none;
    background: none;
    top: 100% !important;
    /* direct onder */
    left: 50% !important;
    /* horizontaal midden */
    transform: translateX(-50%) !important;
    /* echt centered */
    margin-top: 0.25rem;
    min-width: 8rem;
    /* Optioneel: iets hoger z-index als het overlapt */
    z-index: 1050;
  }

  #profileDropdown::after {
    display: none;
  }

  .IconText {
    display: none;
  }

  .nav-link {
    color: white;
    text-align: center;
  }

  #NavButton {
    color: white;
  }

  #LoginButton {
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 6px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 8px;
    text-align: center;
    width: 100%;
  }


  #LoginButton:hover {
    color: rgb(255, 156, 35);
    border-color: rgb(255, 156, 35);
    background-color: transparent;
  }

  .vr {
    display: none;
    /* Splitter verbergen op mobiel voor netheid */
  }

  .navbar-collapse {
    background-color: rgb(0, 0, 0, 0.7) !important;
    border-bottom: solid white;
    border-right: solid white;
    border-left: solid white;
    border-radius: 8px;
    /* Optioneel: voor afgeronde hoeken */
    padding-top: 20px;
    /* Ruimte bovenaan */
    padding-bottom: 20px;
    /* Ruimte onderaan */
  }

  #aanbiedingenKnop {
    display: none;
  }

}

@media only screen and (max-width: 992px) and (min-width: 575px) {
  .nav-text {
    display: none;
  }

  .nav-item {
    font-size: 24px;
  }

  .filter-toggle-btn {
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    box-shadow:
      0 0 8px 2px white,
      /* white neon glow */
      0 0 15px 5px white;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  /* On hover, invert colors and glow */
  .filter-toggle-btn:hover {
    background-color: white;
    color: black;
    box-shadow:
      0 0 12px 4px black,
      0 0 20px 6px black;
  }

  /* Keep focus outline subtle */
  .filter-toggle-btn:focus {
    outline: none;
    box-shadow:
      0 0 10px 3px white;
  }

  /* Filter menu default hidden */
  #filterMenu {
    display: none;
    flex-direction: column;
    margin-top: 8px;
    background-color: black;
    border: 2px solid white;
    border-radius: 12px;
    box-shadow:
      0 0 8px 2px white,
      0 0 15px 5px white;
    width: 100%;
    position: relative;
    /* so it stays under button */
    z-index: 10;
  }

  /* When showing (class "show" added) */
  #filterMenu.show {
    display: flex;
  }

  .col-md-10 {
    width: 100% !important;
    /* full width */
    padding-left: 0 !important;
    /* remove default side padding */
    padding-right: 0 !important;
    margin: 8px 0 0 0;
    /* small margin top for spacing */
    box-sizing: border-box;
    /* ensure padding/border included in width */

    /* Optional: if you want some top margin so it doesn’t stick to filters */
    margin-top: 1rem;
  }
}

/* Gallery */
.puser {
  margin-top: -2%;
  font-size: small;
  color: #e4e0e0;
}

.DivTitle {
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 12px;
  text-align: center;
}

#photoGallery {
  background-color: rgb(0, 0, 0, 0.9);
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 12px;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
  box-shadow: 0 15px 15px white;
}

.GalleryTitle {
  font-size: 40px;
  color: white;
  text-align: center;
}

.section-line {
  width: 200px;
  height: 6px;
  background-color: #ff6f00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto 15px auto;
  border-radius: 2px;
  margin-top: 5px;
}


.photo-container {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 10px;
}

.photo-container img {
  width: 100%;
  height: 250px;
  transition: transform 0.3s ease;
}

.photo-container:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photo-container:hover .overlay {
  opacity: 1;
}

.photo-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid white;
  transition: transform 0.3s ease;
  justify-content: center;
  display: flex;
  align-items: center;
}

.photo-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
  height: 100%;
}

.photo-container:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-top: 2px solid #ff6f00d2;
}

.photo-container:hover .overlay {
  opacity: 1;
}

/* filters */
.filter-menu {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  width: 180px;
  position: fixed;
}


.filter-btn {
  background-color: transparent;
  color: white;
  border: none;
  text-align: left;
  padding: 12px 20px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  text-decoration: none;
}

.filter-btn:hover {
  color: #ff6f00;
  background-color: rgba(255, 255, 255, 0.1);
}

.filter-btn.active-filter {
  color: #ff6f00;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #ff6f00;
  transform: translateX(10px);
  /* steekt een beetje uit naar rechts */
}

/* Footer */

footer {
  padding: 2% 0;
  backdrop-filter: blur(8px);
  /* maakt achtergrond wazig */
  -webkit-backdrop-filter: blur(8px);
  /* Safari ondersteuning */
  background-color: rgb(0, 0, 0);
  /* Donker glasachtig */
  color: white;
  border-top: solid gray;
  /* Rood accent blijft */
  text-align: center;
  width: 100%;
}

.FooterList {
  list-style: none;
}

.FooterLink {
  color: white;
  text-decoration: none;
}

.SponserImg {
  max-height: 80px;
  object-fit: contain;
  /* Ensures image fits without stretching */
  width: 120px;
  margin-top: 3%;
  max-width: 80px;
  border-radius: 12px;
  margin-right: 1%;
  border: white solid 2px;
  height: auto;
  display: inline-block;
}

.footerrow {
  background-color: black;
  margin-right: 0;
  margin-left: 0;
}