*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%; /* voorkom iOS font‑scaling issues */
}

body {
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ui-tooltip {
  /* widget wrapper */
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-tooltip .ui-tooltip-content {
  /* inner text container */
}

/* Top bar */
.topbar {
	position: relative;
	
  display: flex;
  align-items: center;
  /*padding: 10px 20px;
  padding: 15px 20px;*/
  padding: 22px 20px;
  background: #fff;
  background: #08121F;
  background: #003e8e;
  background: #023679;
  background: #031c3d;
  /*border-bottom: 1px solid #ddd;*/
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-logo {
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}

.topbar-logo img.vl {
	width: 250px;
	margin-bottom: 0px;
}

.topbar-logo img.mr {
	width: 277px;
	margin-bottom: 5px;
}

.topbar form {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 7px;
  margin-bottom: 7px;
}

.topbar form .form-container {
	background: #01275E;
	background: #020c1a;
	padding: 8px 8px 0 8px;
	border-radius: 8px;
}

.topbar input[name=pax] {
	width: 75px;
}
.topbar input[name=date] {
	width: 110px;
}
.topbar input[name=start] {
	width: 70px;
}
.topbar input[name=end]
{
	width: 70px;
}



.topbar input,
.topbar input[type="date"],
.topbar input[type="time"],
.topbar select {
  /* voorkom iOS‑native styling */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;	
	
  padding: 6px 10px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  height: 43px;
}

.topbar input[type="date"]::-webkit-datetime-edit-day-field,
.topbar input[type="date"]::-webkit-datetime-edit-month-field,
.topbar input[type="date"]::-webkit-datetime-edit-year-field {
  padding: 0 2px;
  color: #000;
  font-family: inherit;
  font-size: 15px;
}

.topbar input[type="time"]::-webkit-datetime-edit-hour-field,
.topbar input[type="time"]::-webkit-datetime-edit-minute-field,
.topbar input[type="time"]::-webkit-datetime-edit-ampm-field {
  padding: 0 2px;
  color: #000;
  font-family: inherit;
  font-size: 15px;
}

/* 4) Style of verberg de kalender/klok‑icoontjes */
.topbar input[type="date"]::-webkit-calendar-picker-indicator,
.topbar input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  margin-left: 5px;       /* ruimte tussen tekst en icoon */
  filter: invert(0.3);    /* optioneel: donkerder/lichter maken */
}

.input-icon-wrapper {
  position: relative;
  display: inline-block;
}

/* Basis styling van je input (pas padding/height aan naar wens) */
.input-with-icon {
  width: 75px;
  height: 3rem;
  padding: 0.5rem;          /* voldoende padding rondom */
  padding-top: 1.2rem;      /* verlaag de *echte* tekst iets */
  box-sizing: border-box;
  text-align: center;       /* gecentreerde invoer */
}

/* Het icoon precies plaatsen */
.input-icon-wrapper .icon {
  position: absolute;
  top: 0.6rem;              /* verticale positie van *alleen* het icoon */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;     /* klikken gaat naar de input eronder */
  font-size: 1.5rem;
  color: #6c757d;
}

/* Zodra je typt of het veld in focus is, verberg je het icoon */
.input-with-icon:focus + .icon,
.input-with-icon:not(:placeholder-shown) + .icon {
  display: none;
}

.topbar form .form-container {
  display: flex;
  align-items: center;    /* optioneel voor verticale uitlijning */
  gap: 10px;              /* zelfde tussenruimte als bij je form */
  flex-wrap: wrap;        /* breek netjes op kleine schermen */
}


.topbar .searchBtn {
	background: #d9ff00;
	padding: 7px 15px 8px 15px;
	margin-bottom: 8px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;	
	color: #000;
}

.topbar .searchBtn:hover {
	background: #d2f202;
}

.topbar .searchBtn.vl {
	background: linear-gradient(90deg, #e61e4d, #d70466);
	color: #fff;
}

.topbar .searchBtn.vl:hover {
	background: linear-gradient(90deg, #cc1a45, #be035a);
	/*background: #e80c5e;*/
}



/* dropdown menu (verborgen start) */
.language-wrapper, .account-wrapper {
  position: relative;      /* ouder voor absolute positioning */
  display: inline-block;   /* zodat wrapper even breed is als de knop */
}


/* dropdown menu: begin verborgen, en absolute binnen de wrapper */
#languageMenu, #accountMenu {
  position: absolute;
  top: 100%;               /* direct onder de knop */
  margin-top: 7px;
  left: 0;                 /* uitgelijnd met linkerkant knop */
  background: #fff;
  background: #01275E;
  border: 1px solid #ccc;
  border: none;
  
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  min-width: 160px;
  display: none;           /* start verborgen */
  z-index: 1000;
  font-weight: 500;
}

#languageMenu .icon-flag {
	width: 24px;
}

/* lijst binnenin */
#languageMenu ul, #accountMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#languageMenu li + li, #accountMenu li + li {
  border-top: 1px solid #eee;
  border: none;
}
#languageMenu a, #accountMenu a {
  display: block;
  padding: 0.6em 1em;
  color: #333;
  text-decoration: none;
  color: #fff;
}
#languageMenu a:hover, #accountMenu a:hover {
  background: #051e42;
}





/* Filter button */
#filterBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  background: none;
  
  
  
  /*
  border: 1px solid #ccc;
  */
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  
  cursor: pointer;
}


#accountBtn, #favBtn, #languageBtn, .localeModal {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
#favBtn {
  gap: 0;
}





#filterBtn:hover, #accountBtn:hover, #favBtn:hover, #languageBtn:hover, .localeModal:hover {
	background: #01275E;
	background: #020c1a;
}

#favBtn .material-icons-outlined {
	font-size: 19px;
	margin: 2px;
}

#favBtn .material-icons-outlined a {
	text-decoration: none;
	color: #fff;
}

#languageBtn img, .localeModal img {
	width: 24px;
}

/* Popup modal */
#filterModal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 90%;
  max-width: 500px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 20px;
}

#filterModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Overlay background */
#filterOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
}

/* Accordion secties */
.filter-section {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}
.filter-header strong {
  font-weight: 500;
  font-size: 16px; /* optioneel */
  color: #111;     /* optioneel donkerder zwart */
  letter-spacing: 0.2px; /* optioneel subtieler uiterlijk */
}

/*
.filter-header .chevron {
  transition: transform 0.3s ease;
}
.filter-header.open .chevron {
  transform: rotate(180deg);
}*/




/* rode badge linksonder in de grid-item */
.grid-label {
  position: absolute;
  top: 14px;
  left: 15px; /* 0 */                       /* flush tegen de linkerkant */
  z-index: 5;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px 3px 8px;             /* 8px aan de rechterkant voor tekst-padding */
  border-radius: 11px;    /* 0 11px 11px 0 - alleen rechts afgerond */
  white-space: nowrap;
  pointer-events: none;
}

.review-label {
  position: absolute;
  top: 14px;
  left: 15px; /* 0 */                       /* flush tegen de linkerkant */
  z-index: 5;
  background-color: #01275E;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px 2px 8px;             /* 8px aan de rechterkant voor tekst-padding */
  border-radius: 11px;    /* 0 11px 11px 0 - alleen rechts afgerond */
  white-space: nowrap;
  pointer-events: none;
}


.grid-label.deal {
	background-color: #b61752;
}

.grid-label.host {
	background-color: #fff;
	color: #000;
}

.grid-label.service {
	background-color: #039dcc;
}

.grid-label.new {
	background-color: #039dcc;
}


/* 1) Wrapper blijft hetzelfde */
.grid-fav-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}




/* 2) Zwarte, half-transparante vulling onderop */
.grid-fav-btn .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0,0,0,0.5);
  z-index: 1;
}

/* 3) Witte outline erboven */
.grid-fav-btn .outline-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  z-index: 2;
}


.grid-fav-btn.saved {
  outline: 2px dashed red !important;
}


.grid-fav-btn.saved .bg-icon {
  color: #e74c3c !important; /* rood */
}

.grid-fav-btn.saved .outline-icon {
  color: #fff; /* witte outline blijft */
}



.review {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-family: sans-serif;
}

.review-score {
  margin-right: 6px;
  font-weight: 500;
}

.review-dots {
  display: inline-flex;
  gap: 4px;
  margin-right: 6px;
}

.review-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #28a745; /* groen */
  background-color: #d9ff00;
  background-color: #ccf1a0;
  position: relative;
  overflow: hidden;
}

.review-dots .dot.half {
  /* maak de rechter helft grijs (of transparant) */
  background: none;
}
.review-dots .dot.half::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  background-color: #28a745;
  background-color: #d9ff00;
  background-color: #ccf1a0;
}
.review-dots .dot.half::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background-color: #e0e0e0; /* lichtgrijs */
  background-color: #004aa5;
}

.review-count {
  color: #fff;/*#555*/
  font-weight: 400;
}


#listing-grid .col-6, #listing-grid .col-xl-4 {
	padding: 15px 15px 0 15px;
} 

.card {
	--bs-card-spacer-y: 1.1rem;
	--bs-card-spacer-x: 0.3rem;
	margin-bottom: 0;
}
.card-text.place.place {
	/*padding-top: 5px;*/
	font-size: 14px;
}

.card-text.place .place {
	font-weight: 500;
}

.card-text.place a.place {
	color: #000;
}

.card-text.place a.area {
	color: #000;
	text-decoration: none;
}





.chevron-icon {	
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 12px;
}

.filter-header.open .chevron-icon {
  transform: rotate(-135deg);
}



.filter-content {
  display: none;
  padding: 5px 0 15px 0;
}

/* Tags */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin: 4px 6px 4px 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s;
}
.tag:hover {
  background: #f2f2f2;
}
.tag.selected {
  border-color: #000;
  font-weight: 500;
}
	  
	  </style>
  <style>
    html, body {
      margin: 0;
    }

#main-container {
  display: flex;
  align-items: flex-start;
}


    #main-container.fullscreen {
  flex-direction: column;
}

#main-container.fullscreen #sidebar {
  display: none !important;
}

#main-container.fullscreen #map-container {
  width: 100% !important;
  height: 100vh !important;
}


#sidebar {
  width: 60%;
  border-right: 1px solid #ddd;
  padding: 1rem;
}


#map-container {
  width: 40%;
  position: sticky;
  top: 0;
  height: 100vh;
}



    #map {
      height: 100%;
      width: 100%;
    }

    #map-controls {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .map-btn {
      background: white;
      background: #000;
      border: 1px solid #ccc;
      border: none;
      color: #fff;
      border-radius: 4px;
      border-radius: 20px;
      font-weight: 500;
      padding: 6px 10px;
      cursor: pointer;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .map-btn:hover .material-icons-outlined {
      /*background: #f2f2f2;*/
      transform: scale(1.2);
    }
    
    .card {
	    position: relative;   /* nieuw */
		border: none !important;
		box-shadow: none !important;
	}

    .card:hover {
      cursor: pointer;
      /*transform: scale(1.02);*/
    }
    
    /*
    .card .slider-image {
		border-radius: 15px;
	}
	*/





/* ─── Popup-kaart styling ───────────────────────────────── */
.popup-card {
  width: 250px;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  background: #fff;
}
.popup-card .image-container {
  position: relative;
  width: 100%;
  height: 140px;
}
.popup-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-card .slider-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
}
.popup-card .slider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
}
.popup-card .slider-dots span.active {
  background: rgba(255,255,255,1);
}
.popup-card .info {
  padding: 8px 12px;
}
.popup-card .title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.popup-card .subtitle {
  margin: 4px 0;
  font-size: 14px;
  color: #555;
}
.popup-card .price {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.popup-card .date-range {
  margin: 2px 0 0;
  font-size: 12px;
  color: #777;
}
/* ─────────────────────────────────────────────────────────── */


/* ─── Custom Popup CSS (280×260px) ─────────────────────────── */
.custom-popup {
  position: absolute;
  width: 280px;
  height: 300px;
  transform: translate(-50%, -100%);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  overflow: hidden;
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  z-index: 10000;
}
.custom-popup .popup-header {
  position: relative;
  height: 200px;       
  overflow: hidden;
}
.custom-popup .popup-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-popup .grid-fav-btn {
  position: absolute;
  top: 10px;
  right: 50px;    
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  padding: 4px 0 0 1px;
  line-height: 32px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.custom-popup .grid-fav-btn:hover {
  background: #eee;
}

.custom-popup .grid-fav-btn span.material-icons {
	font-size: 22px;
}

.custom-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;          /* wit rondje */
  border-radius: 50%;
  font-size: 22px;           /* groter kruisje */
  padding: 4px 0 0 1px;
  line-height: 32px;         /* centreert het kruisje verticaal */
  color: #333;               /* donker kruisje voor contrast */
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1); /* optioneel schaduw */
}
.custom-popup .close-btn:hover {
  background: #eee;
}

.custom-popup .close-btn span.material-icons {
	font-size: 22px;
}

.custom-popup .popup-content {
  box-sizing: border-box;
  height: calc(300px - 200px);  /* resterende 120px */
  padding: 10px 12px;
  overflow-y: auto;
}
.custom-popup .popup-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
}
.custom-popup .popup-title a {
	text-decoration: none;
	color: #111;
}
.custom-popup .popup-sub {
  margin: 0 0 6px;
  font-size: 13px;
  color: #555;
}
.custom-popup .popup-price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.custom-popup .popup-arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px; height: 16px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
/* ─────────────────────────────────────────────────────────── */





.slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.25s ease;
  will-change: transform;
}

.slider-track.no-transition {
  transition: none !important;
}



.slider-image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
.slider-image:hover {
	opacity: .92;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  visibility: hidden;
  z-index: 10;
}

.slider-button .material-icons {
	font-size: 18px;
}

.slider-container:hover .slider-button {
  visibility: visible;
}

.slider-button.left { left: 8px; }
.slider-button.right { right: 8px; }

.slider-mask {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

/* De track wordt via JS toegevoegd, dus style je hier */
.slider-track {
  display: flex;
  height: 100%;
  transition: transform 0.25s ease;
}

/* Zorg dat individuele afbeeldingen NIET hun eigen border-radius hebben */
.slider-image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

.slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.slider-dots span.active {
  background: rgba(255, 255, 255, 1);
}

.slider-container:hover .slider-dots {
  opacity: 1;
  pointer-events: all;
}

@media (hover: none) and (pointer: coarse) {
  .slider-dots {
    opacity: 1 !important;
    pointer-events: all;
  }
}





/* Verberg knoppen op touch devices */
@media (hover: none) and (pointer: coarse) {
  .slider-button {
    display: none !important;
  }
}







    @media (max-width: 767.98px) {
	    
	    #sidebar {
		    padding: 0;
	    }
	    
      body:not(.show-map-only) #map-container {
        display: none !important;
      }

      body:not(.show-map-only) #sidebar {
        width: 100% !important;
      }

      #toggle-map-btn {
        display: inline-flex !important;/*block*/
      }
    }

    body.show-map-only #main-container {
      flex-direction: column;
    }

    body.show-map-only #sidebar {
      display: none !important;
    }

    body.show-map-only #map-container {
      display: block !important;
      width: 100% !important;
      height: 100vh !important;
    }

    #toggle-map-btn {
      display: none;
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9999;
      background: #000;
      color: #fff;
      padding: 10px 20px 11px 20px;
      border-radius: 25px;
      font-weight: bold;
      border: none;
      
      /*display: inline-flex;*/
	  align-items: center;
	  gap: 0.5em; 
	  font-weight: 500;
    }
    
    #toggle-map-btn:hover .material-icons-outlined {
      /*background: #f2f2f2;*/
      transform: scale(1.2);
    }
    
    
    
/* Pagination */

.page-navigation {
	margin-bottom: 30px;
}

.pagination {
    gap: 0.5rem;
}

.pagination .page-item .page-link {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.3rem;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #aaa;
    pointer-events: none;
}

.pagination .page-item .page-link:hover {
    background-color: #eee;
}
    
    
   
   
   
/* Modal */

body.modal-open {
  overflow: hidden;
}   
   
#filterModal {
  position: fixed;
  bottom: 0;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-height: calc(100vh - 60px);
  display: none;
  overflow: hidden;
  padding-bottom: 70px;
}

#filterModal .filter-content-container {
  max-height: calc(100vh - 130px); 
  overflow-y: scroll;
  padding-bottom: 100px;

}

/* Footer */
.filter-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 10;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}


.footer-link {
  color: #000;
  text-decoration: none;
  margin-right: 15px;
  font-size: 14px;
  transition: border 0.2s;
  padding: 6px 8px;
  border-radius: 20px;
  border: 1px solid transparent;
}

.footer-link:hover {
  border-color: #000;
}

.listing-count-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 18px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}


   
.listing-count-btn.ping {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.35);
  color: #fff !important;
  background-color: #000; 
  transition: all 0.2s ease-out;
}

.listing-count-btn.ping-remove {
  box-shadow: none !important;
  color: #000 !important;
  background-color: #fff !important;
  transition: all 0.2s ease-out;
}




.fallback-pin {
  position: relative;
  width: 24px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px 12px 12px 12px;
  box-sizing: border-box;
}

.fallback-pin::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ccc;
}

.fallback-pin .bar {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 16px;
  height: 2px;
  background: #ccc;
}



   
   
.filter-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px -20px 20px -20px;
}   

.filter-selected-label {
  font-weight: 500;
  font-size: 13px;
  padding: 4px 10px 7px;
}







footer h6 {
	font-family: 'Futura PT';
	font-size: 18px;
	font-weight: 600;
    font-style: italic;
    line-height: 28px;
    color: #afafaf;
}



  .ui-autocomplete {
    font-family: 'Graphik Web', Arial, sans-serif;
    font-size: 0.9rem;        /* voorbeeldformaat */
    z-index: 999999 !important;
  }

  .ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.5em 0.8em;

  }
  
  

#ui-datepicker-div, 
.ui-timepicker-div {
  z-index: 10000 !important;
}  






#filtersBadge {
  background-color: #d9ff00;
  background-color: #ccf1a0;
  color: #000;
  font-weight: 500;
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 12px;
  margin-left: 6px;
}
  
  
  
#rfplist-cntr {
  background-color: #DE1059; /*#E74C3D;*/
  color: #fff;
  font-weight: 500;
  font-family: 'Graphik Web', helvetica, Arial, sans-serif;
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 12px;
  margin-left: 6px;
}  






.map-warning {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
}

.map-warning a {
  color: #fff;
  text-decoration: underline;
}

.visually-hidden {
  display: none;
}




#listing-grid .card-title {
	font-family: 'Futura PT';
	font-style: italic;
	font-size: 18px;
}







/* KEYWORDS CONTAINER */


#keyword-container {
	background-color :#031C3D;

}

#keyword-container h1 {
	font-family: 'Futura PT';
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}





#page-hero {
    position: relative;
    overflow: hidden;

    background-color: #031C3D; /* exact */
    padding: 48px 0 56px;
    color: #fff;
}


/* SVG outline bubbles */
#page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 420'%3E%3Ccircle cx='140' cy='120' r='150' fill='none' stroke='%2302162E' stroke-width='20' stroke-opacity='.55'/%3E%3Ccircle cx='420' cy='70' r='100' fill='none' stroke='%2302162E' stroke-width='18' stroke-opacity='.45'/%3E%3Ccircle cx='980' cy='140' r='210' fill='none' stroke='%2302162E' stroke-width='22' stroke-opacity='.50'/%3E%3Ccircle cx='1020' cy='320' r='160' fill='none' stroke='%2302162E' stroke-width='20' stroke-opacity='.42'/%3E%3Ccircle cx='640' cy='340' r='130' fill='none' stroke='%2302162E' stroke-width='18' stroke-opacity='.40'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    animation: bubblesFloat 22s ease-in-out infinite alternate;
}


/* Content boven bubbles */
#page-hero > .container {
    position: relative;
    z-index: 1;
}

/* Typografie (ongewijzigd) */
.page-title {
    margin-bottom: 16px;
    font-family: 'Futura PT';
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
}

.number-of-venues {
	font-family: 'Graphik Web', helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	border: 1px solid #ffffff77;
	border-radius: 25px;
	padding: 5px 15px 6px 15px;
	margin: -8px 0 0 15px;
}

.page-intro {
    opacity: .85;
    line-height: 2;
}

/* Rustiger op mobiel */
@media (max-width: 576px) {
    #page-hero::before {
        opacity: .7;
        animation: none;
    }
}

@keyframes bubblesFloat {
    0%   { transform: translateY(0) scale(1); }
    100% { transform: translateY(-14px) scale(1.01); }
}




/* APPLIED FILTERS */

  .applied-filters {
    background: #031C3D;
    margin: -16px -16px;
    padding: 15px 35px;
    color: #fff;
    border-top: 1px solid #ffffff11;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
  }

  .applied-filters .label {
    margin-right: 10px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
  }

  .applied-filters .filter {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6px 12px;
    opacity: 0.7;
    transition: all 0.2s ease;
  }

  .applied-filters .filter:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    background-color: #020c1a;
    font-weight: 500;
  }

  .applied-filters .filter .remove {
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }
