* {
	padding: 0;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;

}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: unset;
	display: inline-block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

h1 {
	font-size: 74px;
	line-height: 1;
	font-weight: 700;
}

h2 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 600;
}

h3 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	line-height: 1.375;
	font-weight: 600;
}

/*-_-_Header_CSS_Start_-_-*/
header {
	background: #fff;
}

header .container-fluid {
	padding: 0 30px;
}

header .navbar {
	padding-top: 25px;
	padding-bottom: 20px;
}

header .navbar .navbar-brand {
	padding: 0;
}

header .navbar .navbar-brand img {
	height: 45px;
}

header .navbar-nav>li {
	margin-right: 48px;
}

header .navbar-nav li:last-child {
	margin-right: 0;
}

header .navbar-nav>li>a {
	font-size: 18px;
	line-height: 1.389;
	color: #031103 !important;
	padding: 10px 0 !important;
	/* transition: 0.6s all ease; */
}

header .navbar-nav>li>a:hover {
	color: rgba(0, 128, 0, 0.75) !important;
}

header .navbar-nav li .dropdown-toggle {
	display: inline-flex;
	align-items: center;
}

header .navbar-nav li .dropdown-toggle::after {
	content: "";
	background: url(../images/chevron-down-icon.svg) center center no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	border: 0;
	vertical-align: middle;
	margin-left: 6px;
}

header .navbar-nav li .dropdown-menu {
	margin-top: 0;
	border: 1px solid #F5F5F5;
	border-radius: 8px;
	padding: 4px 0;
	box-shadow: 0 12px 16px -4px rgba(0, 128, 0, 0.08);
}

header .navbar-nav li .dropdown-menu .dropdown-item {
	font-size: 16px;
	line-height: 1.5;
	color: #031103;
	padding: 7px 15px;
}

header .navbar-nav li .dropdown-menu .dropdown-item:hover {
	background: #FAFAFA;
}

/*-_-_Header_CSS_End_-_-*/

/*-_-_Banner_CSS_Start_-_-*/
.banner {
	padding-bottom: 30px;
	min-height: 580px;
	position: relative;
}

@media (max-width: 767px) {
	.banner {
		min-height: 0;
	}
}

.banner .container-fluid {
	padding: 0 30px;
}

.banner .banner-content {
	padding: 34px 36px 34px;
	margin: 2px 0 16px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 580px;
	position: relative;
	overflow: hidden;
	
}

.banner .banner-content::before {
	content: "";
	background: rgba(0, 0, 0, 0.05);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	position: absolute;
}

.banner .banner-content h1 {
	color: #fff;
	text-align: center;
	position: relative;
	max-width: 736px;
	margin: 0 auto 32px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	letter-spacing: 4px;
}

.banner-form {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 32px;
}

.banner-form .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.banner-form .form-group {
	width: 20%;
	padding: 8px 12px 4px;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}


.label-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	padding: 18px;
	font-size: 16px;
	line-height: 22px;
	color: #031103;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	background: url('/images/chevron-down-icon.svg') no-repeat calc(100% - 12px) center;
	background-size: 18px;
		}



.label-wrap {
	position: relative;
}

.label-wrap label {
	font-size: 14px;
	line-height: 19px;
	color: #031103;
	background: #fff;
	padding: 0 4px;
	left: 18px;
	top: -9px;
	position: absolute;
	z-index: 1;
}

.label-wrap input {
	font-size: 16px;
	line-height: 22px;
	padding: 18px 18px;
	color: #031103;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	width: 100%;
	height: 60px;
	outline: unset !important;
}

/* Custom CSS */
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #031103;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	width: 100%;
	height: 60px;
	min-height: 60px; 
	min-width: 150px; 
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 18px 18px;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	min-height: 60px; /* 👈 voorkomt instorting tijdens laden */
}

.select-styled:after {
	content: "";
	background: url(../images/chevron-down-icon.svg) center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 18px;
	right: 18px;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #F5F5F5;
	border-radius: 8px;
	padding: 4px 0;
	box-shadow: 0 12px 16px -4px rgba(0, 128, 0, 0.08);
	min-width: 150px; /* 👈 voorkomt jump bij late style load */
}

.select-options li {
	font-size: 16px;
	line-height: 1.5;
	color: #181D27;
	font-weight: 500;
	margin: 0;
	padding: 10px 14px;
	font-family: "Inter", sans-serif;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	position: relative;
}

.select-options li:hover {
	background: #FAFAFA;
}

.select-options li.is-selected {
	background: #FAFAFA;
	padding-right: 40px;
}

.select-options li.is-selected::after {
	content: "";
	background: url(../images/check-icon-green.svg) center center no-repeat;
	background-size: contain;
	right: 14px;
	top: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	transform: translateY(-50%);
	pointer-events: none;
}

.select-options li[rel="hide"] {
	display: none;
}


/* =========================================================
   Guests dropdown (Met wie? adults / children / pets)
   ========================================================= */

/* ===== Basic input/label styling (optional, keep it compact) ===== */
#guests-field .select-styled {
  border: 1px solid #E6E7E8;
  padding: 18px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}

#guests-field.open .select,
#guests-field.open .select-styled {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* ===== Overlay + dropdown ===== */
#guests-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease;
  z-index: 9998;
}

#guests-dropdown {
  position: fixed;
  z-index: 9999;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #E6E7E8;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
  overflow: hidden;
}

#guests-dropdown .row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
  align-items: center;
  padding: 12px 18px;
  border-bottom: 1px solid #F5F5F5;
}

#guests-dropdown .meta strong {
  font-size: 16px;
  color: #031103;
  display: block;
  margin-bottom: 2px;
}

#guests-dropdown .meta span {
  font-size: 13px;
  color: #888;
}

#guests-dropdown .counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ===== Buttons with icons ===== */
#guests-dropdown .counter button {
  appearance: none;
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, border-color .2s;
  color: #031103;
}

#guests-dropdown .counter button:hover {
  background: #F6F6F6;
  border-color: #BFBFBF;
}

/* Ensure the icon is ALWAYS visible, regardless of global resets */
#guests-dropdown .counter button svg {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

#guests-dropdown .counter button svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.25 !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke;
}

/* Numeric input in the middle */
#guests-dropdown .counter input {
  width: 56px;
  height: 36px;
  text-align: center;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  font-size: 16px;
  color: #031103;
  background: #fff;
}

/* Footer actions */
#guests-dropdown .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 12px;
  background: #FAFAFA;
  border-top: 1px solid #E9E9EB;
}

#guests-dropdown .btn-clear {
  font-size: 14px;
  color: #5C5F6A;
  background: none;
  border: 0;
  cursor: pointer;
}

#guests-dropdown .btn-apply {
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 8px;
  background: #008000;
  color: #fff;
  border: none;
  cursor: pointer;
}

#guests-dropdown .btn-apply:hover {
  background: #095109;
}

/* ===== Desktop ===== */
@media (min-width: 768px) {
  #guests-overlay {
    display: none !important;
  }
  #guests-dropdown {
    width: 380px;
  }
}

/* ===== Mobile bottom sheet ===== */
@media (max-width: 767.98px) {
  #guests-dropdown {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-height: 82vh;
    border: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .2);
    transform: translateY(100%);
    transition: transform .25s ease;
    display: block;
  }

  #guests-dropdown.open {
    transform: translateY(0%);
  }

  #guests-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  #guests-dropdown .sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #fff;
    border-bottom: 1px solid #F0F0F0;
  }

  #guests-dropdown .sheet-title {
    font-size: 18px;
    font-weight: 700;
    color: #031103;
  }

  #guests-dropdown .sheet-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F1F1F1;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  #guests-dropdown .sheet-body {
    max-height: calc(82vh - 56px - 64px);
    overflow: auto;
  }

  #guests-dropdown .actions {
    position: sticky;
    bottom: 0;
    background: #FAFAFA;
    border-top: 1px solid #E9E9EB;
    padding: 12px 18px 16px;
  }
}

/* --- Optional fallback if SVG fails (then show +/− as text) --- */
#guests-dropdown .counter button[data-delta="-1"]::before {
  content: "−";
}

#guests-dropdown .counter button[data-delta="1"]::before {
  content: "+";
}

#guests-dropdown .counter button svg {
  position: relative;
  z-index: 1;
}


/* Custom CSS */

/* Datepicker */
.ui-datepicker,
.ui-datepicker * {
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
}

#ui-datepicker-div.ui-datepicker {
	width: auto;
	margin: 0;
	border: 0;
	padding: 4px 20px;
	border-radius: 8px;
	box-shadow: 0 12px 16px -4px rgba(0, 128, 0, 0.08);
}

.ui-datepicker .ui-datepicker-header {
	border: 0;
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #BDBDBD;
	border-radius: 0;
	margin-bottom: 8px;
}

.ui-datepicker-header.ui-helper-clearfix:before,
.ui-datepicker-header.ui-helper-clearfix:after {
	display: none;
}

.ui-datepicker-header a.ui-corner-all {
	width: 22px;
	height: 22px;
	margin: 0;
	position: static;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}

.ui-datepicker-header .ui-datepicker-prev {
	order: 1;
	background: url(../images/chevron-left.svg) center center no-repeat;
	background-size: contain;
	border: 0 !important;
}

.ui-datepicker-header .ui-datepicker-next {
	order: 3;
	background: url(../images/chevron-right.svg) center center no-repeat;
	background-size: contain;
	border: 0 !important;
}

.ui-datepicker-header .ui-datepicker-title {
	order: 2;
	font-size: 20px;
	line-height: 1;
	color: #828282;
	font-weight: 600;
	margin: 0;
	padding: 18px 0;
}

.ui-datepicker table.ui-datepicker-calendar {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 2px;
}

table.ui-datepicker-calendar thead th {
	font-size: 12px;
	line-height: 32px;
	padding: 0;
	color: #000000 !important;
	font-weight: 500;
	min-width: 40px;
	text-transform: uppercase;
}

table.ui-datepicker-calendar thead th span {
	display: inline-block;
}

table.ui-datepicker-calendar tbody td a {
	font-size: 16px;
	line-height: 40px;
	border-radius: 4px;
	color: #000000 !important;
	padding: 0;
	min-width: 40px;
	text-align: center;
}

table.ui-datepicker-calendar tbody td a.ui-state-default {
	border: 0;
	background: transparent;
}


table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
	color: #212529 !important;
}

table.ui-datepicker-calendar tbody td a.ui-state-active {
	background: #008000;
	color: white !important;
}

table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-state-disabled span {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border: 0;
	background: transparent;
	color: #A9A9A9;
	cursor: not-allowed;
	padding: 0;
}

/* Datepicker */

.banner-form button {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	padding: 18px 20px;
	background: #008000;
	border-radius: 8px;
	color: #fff;
	width: 100%;
	border: 0;
}

.banner-form button:hover {
	background: #095109;
}

.banner-form button img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 4px;
}

.banner .banner-btm {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	column-gap: 32px;
	min-height: 56px;
	gap: 24px;
	margin-top: 16px;
	font-size: 0; /* ⛔ voorkomt witruimte tussen inline-items */
}

.banner .banner-btm li {
	font-size: 24px;
	line-height: 1.375;
	font-weight: 500;
	color: #031103;
	padding-left: 32px;
	position: relative;
	height: 32px;
	display: inline-flex; /* 🔄 voorkomt block/inline conflicts */
	align-items: center;
	white-space: nowrap; /* ✅ voorkomt wrap-jump bij load */
}

.banner .banner-btm li::before {
	content: "";
	background: url(../images/check-circle.svg) center center no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0px; /* 👈 niet strak tegen rand */
	top: 50%;
	transform: translateY(-50%);
}

/*-_-_Banner_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.general-btn {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	padding: 14px 30px;
	background: #008000;
	border-radius: 8px;
	color: #fff;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.general-btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.holiday-park-wrap {
	background: #FAFAFA;
}

.holiday-park-wrap .holiday-park-content {
	padding: 120px 0;
}

.holiday-park-wrap .holiday-park-content h2 {
	max-width: 884px;
	text-align: center;
	margin: 0 auto 60px;
}

.holiday-park-long-text {
	padding-top: 2rem;
	padding-bottom: 2rem;
  }
  
 .holiday-park-long-text p {
	color: #888888;
	margin-bottom: 1.2rem;
	line-height: 1.7;
	font-size: 1.1rem;
}

.holiday-park-long-text a {
	color: #888888;
	text-decoration: underline;
}

.holiday-park-long-text h3 {
	line-height: 1.3125;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.holiday-park-long-text ul {
	margin: 1.5rem 0;
	padding-left: 1.5rem;
	list-style-type: disc;
}

.holiday-park-long-text ul li {
	margin-bottom: 0.75rem;
	color: #888888;
	line-height: 1.7;
	font-size: 1.1rem;
}

.holiday-park-long-text .breadcrumb .breadcrumb-item,
.holiday-park-long-text .breadcrumb .breadcrumb-item a {
	line-height: 1.7;
	font-size: 0.9rem;
	color: #888888;
}

.holiday-park-long-text .breadcrumb-item {
	padding: 0;
}

.holiday-park-long-text .breadcrumb-item + .breadcrumb-item::before {
	display: none;
}

.holiday-park-long-text .breadcrumb-item::after {
    content: '';
    background: url(../images/arrow-right-icon.svg) center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 100%;
    margin: 0 10px 0 5px;
    float: right;
}

.holiday-park-long-text .breadcrumb-item:last-child::after {
    content: none;
    background: none;
}


.holiday-park-inner {
	max-width: 520px;
}

.holiday-park-inner h3 {
	color: #031103;
	line-height: 1.1875;
	margin-bottom: 16px;
}

.holiday-park-inner p {
	font-size: 18px;
	line-height: 1.417;
	color: #5F5F5F;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.holiday-park-inner .general-btn {
	margin-top: 32px;
}

.holiday-park-img {
	max-width: 570px;
	width: 100%;
	margin-left: auto;
	position: relative;
}

.holiday-park-img::before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	position: absolute;
	pointer-events: none;
}

.holiday-park-img img {
	height: 367px;
	object-fit: cover;
	width: 100%;
	border-radius: 12px;
}

.popular-park-wrap {
	background: #fff;
}

.popular-park-wrap .popular-park-content {
	padding: 120px 0;
}

.popular-park-wrap .popular-park-content h2 {
	margin-bottom: 60px;
}

.pp-slider {
	position: relative;
	margin: 0 -15px;
}

.pp-slider .slick-slide {
	padding: 0 15px;
}

.pp-slider .pp-slide img {
	width: 100%;
	height: 295px;
	object-fit: cover;
	border-radius: 16px;
	margin-bottom: 16px;
}

.pp-slider .pp-slide h4 {
	text-align: center;
	font-weight: 600;
	color: #031103;
}

.pp-slide .distance {
	display: block;       
	margin: 6px auto 0;   
	font-size: 14px;       
	line-height: 1.4;
	color: #5F5F5F;
	text-align: center;    
	width: 100%;             
  }


.pp-slider .slick-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	background: #008000;
	z-index: 1;
	top: 128px;
	transform: unset;
}

.pp-slider .slick-arrow::before {
	display: none;
}

.pp-slider .slick-arrow.slick-disabled {
	background: #fff;
}

.pp-slider .slick-arrow.slick-disabled svg path {
	fill: #031103;
}

.pp-slider .slick-arrow.slick-prev {
	left: -5px;
}

.pp-slider .slick-arrow.slick-next {
	right: -5px;
}

.our-customer-wrap {
	background: #FAFAFA;
}

.our-customer-wrap .our-customer-content {
	padding: 120px 0;
}

.our-customer-wrap .our-customer-content h2 {
	text-align: center;
	margin-bottom: 8px;
}

.our-customer-wrap .our-customer-content>span {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	color: #434343;
	text-align: center;
	margin-bottom: 60px;
}

.customer-slider {
	margin: 0 15px !important;
	padding-bottom: 62px;
}

.customer-slider .slick-slide {
	padding: 0 15px;
}

.customer-slider .customer-slide {
	border-radius: 16px;
	background: #fff;
	padding: 33px 20px;
}

.customer-slider .customer-slide .rating-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customer-slider .customer-slide .rating-wrap img {
	width: 102px;
	height: 20px;
	object-fit: contain;
}

.customer-slider .customer-slide .rating-wrap span {
	font-size: 12px;
	line-height: 2.167;
	font-weight: 300;
	display: inline-block;
	color: #000000;
}

.customer-slider .customer-slide h6 {
	font-size: 16px;
	line-height: 1.625;
	color: #031103;
	font-weight: 600;
	margin-bottom: 8px;
}

.customer-slider .customer-slide p {
	font-size: 14px;
	line-height: 1.572;
	color: #434343;
}

.customer-slider .slick-dots {
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
}

.customer-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F1F1F1;
	transition: 0.6s all ease;
}

.customer-slider .slick-dots li.slick-active button {
	background: #008000;
}

.customer-slider .slick-dots li button::before {
	display: none;
}

.parks-wrap {
	background: #fff;
	padding: 120px 0;
}

.parks-row {
	margin: 0 -15px;
}

.parks-row .parks-col {
	padding: 0 15px;
}

.parks-card {
	padding: 60px;
	border-radius: 16px;
	position: relative;
	height: 100%;
	min-height: 678px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.parks-card.all-available {
	position: relative;
	overflow: hidden;
}

.parks-card.all-available .lazy-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.parks-card.all-available .content {
	position: relative;
	z-index: 1;
}


.parks-card.cities-close {
	background: url(../images/parks-card-bg2.webp) center center no-repeat;
	background-size: cover;
}

.parks-card::before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	position: absolute;
	pointer-events: none;
}

.parks-card h3 {
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}

.parks-card ul {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.parks-card ul li {
	display: none;
	font-size: 16px;
	line-height: 1.5;
	color: #031103;
	padding: 10px 20px;
	background: #fff;
	border-radius: 30px;
	margin-top: 20px;
}

.parks-card a {
	font-size: 18px;
    line-height: 1.417;
    color: #888888;
}

.parks-card ul li:nth-child(1),
.parks-card ul li:nth-child(2),
.parks-card ul li:nth-child(3),
.parks-card ul li:nth-child(4),
.parks-card ul li:nth-child(5),
.parks-card ul li:nth-child(6) {
	display: inline-block;
}

.parks-card ul li:last-child {
	margin-bottom: 0;
}

.parks-card.show-more h3 {
	margin-bottom: 20px;
}

.parks-card.show-more ul {
	column-count: 2;
	display: block;
}

.parks-card.show-more ul li {
	display: inline-block;
	margin-top: 10px;
}

.parks-card button {
	margin-top: 32px;
	position: relative;
}

.what-to-do-wrap {
	background: #FAFAFA;
}

.what-to-do-wrap .what-to-do-content {
	padding: 120px 0;
}

.what-to-do-wrap .what-to-do-content h2 {
	text-align: center;
	margin-bottom: 70px;
}

.what-to-do-tabs .nav-tabs {
	border: 0;
	justify-content: space-between;
	row-gap: 16px;
	margin-bottom: 50px;
}

.what-to-do-tabs .nav-tabs .nav-link {
	padding: 19px;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #252525;
	border-radius: 8px;
	border: 0.89px solid #888888;
	width: calc(25% - 7.5px);
	text-transform: capitalize;
}

.what-to-do-tabs .nav-tabs .nav-item.show .nav-link,
.what-to-do-tabs .nav-tabs .nav-link.active,
.what-to-do-tabs .nav-tabs .nav-link:hover {
	background: #008000;
	border-color: #008000;
	color: #fff;
}

.what-to-do-tabs .tab-content {
	padding: 18px;
	border-radius: 18px;
	background: #fff;
}

.what-to-do-tabs .weather-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.what-to-do-tabs .weather-img-col {
	width: 52.91%;
}

.what-to-do-tabs .weather-img-col img {
	width: 100%;
	height: 460px;
	object-fit: cover;
	border-radius: 10px;
}

.what-to-do-tabs .weather-content-col {
	padding-left: 35px;
	width: 47.09%;
}

.what-to-do-tabs .weather-content-col h3 {
	line-height: 1.3125;
	margin-bottom: 14px;
}

.what-to-do-tabs .weather-content-col p {
	color: #888888;
	margin-bottom: 1.2rem;
	line-height: 1.7;
	font-size: 1.1rem;
}

.what-to-do-tabs .weather-content-col p span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	display: none;
}

.what-to-do-tabs .weather-content-col .general-btn {
	margin-top: 28px;
}

.faqs-wrap {
	background: #fff;
}

.faqs-wrap.bg-gray {
	background: #FAFAFA;
}

.faqs-wrap .faqs-content {
	padding: 120px 0;
}

.faqs-wrap .faqs-content h2 {
	margin-bottom: 40px;
}

.faqs-accordion {
	border: 0;
}

.faqs-accordion .accordion-item {
	border-radius: 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #BEBEBE;
}

.faqs-accordion .accordion-item {
	padding-bottom: 12px;
}

.faqs-accordion .accordion-button {
	font-size: 28px;
	line-height: 1.286;
	letter-spacing: -0.08px;
	font-weight: 600;
	color: #252525;
	padding: 32px 20px 20px;
	background: transparent;
	box-shadow: unset;
	transition: 0.5s all ease;
	gap: 10px;
}

.faqs-accordion .accordion-button::after {
	background: url(../images/angle-right.svg) center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	transform: unset;
}

.faqs-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(-90deg);
}

.faqs-accordion .accordion-body {
	padding: 0 20px 20px;
}

.faqs-accordion .accordion-body p {
	color: #888888;
	margin-bottom: 1.2rem;
	line-height: 1.7;
	font-size: 1.1rem;
}

.make-unique-wrap {
	background: #FAFAFA;
}

.make-unique-wrap .make-unique-content {
	padding: 120px 0;
}

.make-unique-wrap .make-unique-content h2 {
	margin-bottom: 60px;
}

.unique-row {
	margin: 0 -15px;
	row-gap: 30px;
}

.unique-row .unique-col {
	padding: 0 15px;
}

.unique-card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 22.5px;
	height: 100%;
}

.unique-card .unique-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5FA;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 24px;
}

.unique-card .unique-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.unique-card p {
	font-weight: 500;
	color: #031103;
	text-align: center;
}

/*-_-_Content_CSS_End_-_-*/

/*-_-_Footer_CSS_Start_-_-*/
footer .footer-content {
	background: #2F2F2F;
	padding: 80px 0 40px;
}

.footer-content .footer-row {
	row-gap: 30px;
	justify-content: space-between;
	margin-bottom: 60px;
}

.footer-row .footer-col {
	max-width: 230px;
}

.footer-links h5 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #fff;
	margin-bottom: 24px;
}

.footer-links ul li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #fff;
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-links ul li a {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	transition: 0.6s all ease;
}

.footer-links ul li a:hover {
	color: rgba(0, 128, 0, 0.75);
}

.footer-links p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	transition: 0.6s all ease;
}

.footer-mid {
	row-gap: 30px;
	align-items: center;
}

.social-links-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.social-links-wrap p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.social-links-wrap .social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.social-links-wrap .social-links li {
	margin-right: 16px;
}

.social-links-wrap .social-links li:last-child {
	margin-right: 0;
}

.social-links li a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #008000;
	border-radius: 50%;
}

.social-links li a i {
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

.payment-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.payment-link li {
	margin-right: 9px;
}

.payment-link li:last-child {
	margin-right: 0;
}

.payment-link li a img {
	width: 34px;
	height: 24px;
	object-fit: contain;
}

.copyright-wrap {
	padding: 14px 0;
	background: #000000;
}

.copyright-wrap p {
	color: #fff;
	text-align: center;
}

.copyright-wrap p a {
	color: #fff;
	transition: 0.6s all ease;
}

.copyright-wrap p a:hover {
	color: rgba(0, 128, 0, 0.75);
}

/*-_-_Footer_CSS_End_-_-*/


/*-_-_Listing-Page_CSS_Start_-_-*/
.listing-banner.banner {
	background: #F6F6F6;
	padding: 0;
}

.listing-banner.banner .banner-content {
	margin: 0;
	padding: 60px 0;
	background: transparent;
	min-height: unset;
}

.listing-banner.banner .banner-content::before {
	display: none;
}

.listing-banner.banner .banner-content h5 {
	display: none;
}

.listing-banner.banner .banner-content .banner-form-btn {
	background: transparent;
	border: 0;
	outline: unset !important;
	width: 40px;
	height: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 24px;
	margin-left: auto;
}

.listing-banner.banner .banner-content .banner-form-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin: 0;
}

.park-listing-wrap {
	padding: 24px 0 68px;
}

.park-listing-wrap .container-fluid {
	padding: 0 30px;
}

.park-sidebar-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.park-sidebar-row .park-sidebar-col {
	width: 291px;
}

.mobile-sidebar-btn {
	background: transparent;
	border: 0;
	outline: unset !important;
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: none;
	align-items: center;
	justify-content: center;
}

.mobile-sidebar-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.map-wrap {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	margin-bottom: 24px;
}

.map-wrap>img {
	width: 100%;
	height: 203px;
	object-fit: cover;
}

.map-wrap .map-btn {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	padding: 10.5px 27.5px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 1;
	transition: 0.4s all ease;
}

.map-wrap .map-btn:hover {
	background: #095109;
}

.map-wrap .map-btn.general-btn img {
	width: 16px;
	height: 16px;
}

.park-sidebar {
	padding: 24px 20px 32px 24px;
	border: 1px solid #E6E7E8;
	border-radius: 8px;
}

.park-sidebar .park-sidebar-inner {
	margin-bottom: 40px;
}

.park-sidebar .park-sidebar-inner:last-child {
	margin-bottom: 0;
}

.park-sidebar-inner h5 {
	font-size: 14px;
	line-height: 1.786;
	font-weight: 700;
	color: #0E1422;
	margin-bottom: 16px;
}

.range-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 4px 0 0;
}

.range-slider .progress {
	background: linear-gradient(to right, #008000 0%, #008000 40%, #F6F6F6 40%, #F6F6F6 100%);
	border: 0;
	border-radius: 8px;
	height: 7px;
	width: 100%;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
	overflow: unset;
	margin-bottom: 14px;
}

.range-slider .progress::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-appearance: none;
	cursor: ew-resize;
	background: #fff;
	border: 3px solid #008000;
}

.range-slider span {
	font-size: 12px;
	line-height: 1;
	color: #474B57;
}

.checkbox-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 4px 12px 2px;
	border-bottom: 1px solid #E9E9EB;
	gap: 12px;
}

.checkbox-list li>span {
	font-size: 14px;
	line-height: 24px;
	color: #474B57;
}

.checkbox-list .form-check {
	margin: 0;
	min-height: unset;
	padding: 0;
	position: relative;
}

.checkbox-list .form-check .form-check-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.checkbox-list .form-check .form-check-label::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 3px solid #E6E7E8;
	left: 0;
	top: 3px;
	box-shadow: unset !important;
	cursor: pointer;
	position: absolute;
}

.checkbox-list .form-check .form-check-input:checked~.form-check-label::before {
	background: #008000;
	border-color: #008000;
	background-image: url(../images/check-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.checkbox-list .form-check .form-check-label {
	font-size: 14px;
	line-height: 24px;
	color: #474B57;
	cursor: pointer;
	padding-left: 28px;
}

.park-sidebar-row .park-listing-col {
	width: calc(100% - 291px);
	padding-left: 32px;
}

.park-results-wrap>h2 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #0E1422;
	margin-bottom: 16px;
}

.park-results-wrap .park-results-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 16px;
}


active-filters-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.filter-pill {
	
	color: #5C5F6A;
	border: 1px solid #5C5F6A;
	border-radius: 4px;
	padding: 0.35rem 0.85rem;
	font-size: 0.875rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	margin-right: 10px;
	margin-top: 10px;
}

.filter-pill button.pill-remove {
	background: none;
	border: none;
	color: #5C5F6A;
	font-size: 1rem;
	margin-left: 0.5rem;
	cursor: pointer;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	padding: 0;
}

.filter-pill button.pill-remove:hover {
	color: #5C5F6A;
}

.filter-pill button.pill-remove:focus {
	outline: none;
	box-shadow: none;
}

.park-results-top {
display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
  }

.park-results-wrap .filter-wrap {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0;
	gap: 16px;
	margin-top: -16px;
}

.filter-wrap .filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	font-weight: 500;
	border: 0;
	background: transparent;
	outline: unset;
	padding: 0;
}

.filter-btn .btn-icon {
	background: #EFEFEF;
	border-radius: 4px;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.filter-btn .btn-icon img {
	max-width: 16px;
	max-height: 16px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.park-results-top p {
	font-size: 14px;
	line-height: 24px;
	color: #5C5F6A;
}

.sort-by-wrap {
	display: inline-block;
}

.sort-by-wrap .select {
	min-width: 124px;
	height: 40px;
	border-radius: 8px;
	border-color: #F0F0F0;
	color: #5C5F6A;
}

.sort-by-wrap .select-styled {
	font-size: 14px;
	line-height: 24px;
	padding: 8px 45px 8px 14px;
	position: relative;
	top: -1px;
	left: -1px;
	text-transform: uppercase;
}

.sort-by-wrap .select-styled:after {
	width: 24px;
	height: 24px;
	top: 8px;
	right: 12px;
}

.sort-by-wrap .select-options {
	padding: 2px 0;
}

.sort-by-wrap .select-options li {
	font-size: 13px;
	padding: 8.25px 14px;
}

.sort-by-wrap .select-options li.is-selected::after {
	right: 12px;
	width: 18px;
	height: 18px;
}


 .prices-loading .park-list-wrap {
	visibility: hidden;
 }

.prices-loading .park-results-top { 
	opacity: .6; 
}

.park-list-wrap .park-card {
	margin-bottom: 16px;
}

.park-card {
	padding: 16px;
	border: 1px solid #E6E7E8;
	border-radius: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.park-card>.review-card {
	display: none;
}

.park-card .park-img-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: calc(100% - 204px);
	padding-right: 32px;
}

.park-card .park-img-slider {
	width: 235px;
	margin-bottom: 16px !important;
}

.park-img-slider .slick-dots {
	bottom: -16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.park-img-slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 2px;
}

.park-img-slider .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	background: rgba(0, 128, 0, 0.2);
}

.park-img-slider .slick-dots li button::before {
	display: none;
}

.park-img-slider .slick-dots li.slick-active button {
	background: #008000;
}

.park-img-slider img {
	width: 100%;
	aspect-ratio: 209 / 176;
	object-fit: cover;
	border-radius: 4px;
}

.park-card .park-img-inner {
	padding-left: 32px;
	width: calc(100% - 235px);
}

.park-card .park-img-inner h4 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #0E1422;
	margin-bottom: 10px;
}

.park-card .park-img-inner h4 a {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	color: #0E1422;
	
}

.park-card .park-img-inner ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 10px;
}

.park-card .park-img-inner ul li:last-child {
	margin-bottom: 0;
}

.park-card .park-img-inner ul li img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-top: 4px;
}

.park-card .park-img-inner ul li span {
	padding-left: 10px;
	width: calc(100% - 26px);
	font-size: 14px;
	line-height: 24px;
	color: #5C5F6A;
}

.park-card .park-img-inner ul li  a {
	padding-left: 10px;
	width: calc(100% - 26px);
	font-size: 14px;
	line-height: 24px;
	color: #5C5F6A;
	text-decoration: underline;
}


.park-card .park-review-action {
	width: 204px;
}

/* — Price card met grotere fonts & vettere prijs -------------------------- */
.park-review-action [class^="cheapest_price-"] .price-card {
  background:#fff;
  border:1px solid #E9E9EB;
  border-radius:8px;
  padding:14px 14px 12px;
  text-align:right;
  line-height:1.3;
  margin-bottom:14px;
}

.park-review-action .price-card__label {
  font-size:13px;
  color:#5C5F6A;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.3px;
  margin-bottom:4px;
}

.park-review-action .price-card__meta {
  font-size:13px;
  color:#5C5F6A;
  margin-bottom:6px;
}

.park-review-action .price-card__total {
  font-size:28px;          /* iets groter */
  font-weight:800;         /* vetter dan rest */
  color:#031103;
  letter-spacing:.3px;
}

.park-review-action .price-card__fees {
  font-size:13px;
  color:#5C5F6A;
  margin-top:8px;
}

/* zonder prijs */
.park-review-action .price-card--na .price-card__fees{ display:none; }
.park-review-action .price-card--na .price-card__total{ opacity:.6; }

/* CTA-knop blijft in jouw groene stijl */
.park-review-action .btn-booking,
.park-review-action .more-info-btn {
  background:#008000;
  border-radius:8px;
  font-weight:600;
  padding:16px 18px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#fff;
  text-decoration:none;
  transition: background .3s ease;
}

.park-review-action .btn-booking:hover,
.park-review-action .more-info-btn:hover {
  background:#095109;
}

.park-review-action .btn-booking__chev {
  font-size:18px;
  line-height:1;
  transform:translateY(-1px);
}

@media (max-width:575px){
  .park-review-action .price-card__total {
    font-size:24px;
  }
}


.review-card {
	background: #F6F6F6;
	border-radius: 8px;
	padding: 16px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.park-review-action .review-card {
	margin-bottom: 22px;
}

.review-card span {
	font-size: 24px;
	line-height: 1.25;
	color: #5C5F6A;
	font-weight: 600;
}

.review-card .review-icon {
	display: flex;
	align-items: center;
}

.review-card .review-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.review-card p {
	font-size: 14px;
	line-height: 24px;
	color: #5C5F6A;
}

.park-review-action .review-card {
	margin-bottom: 22px;
}

.park-review-action .more-info-btn {
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	transition: 0.4s all ease;
}

.park-review-action .more-info-btn:hover {
	background: #095109;
}

.custom-pagination.pagination {
	display: flex;
	max-width: 344px;
	width: 100%;
	border: 1px solid #E9E9EB;
	border-radius: 4px;
	padding: 5.2px 8px;
	gap: 8px;
	margin: 0 auto;
}

.custom-pagination.pagination li {
	margin: 0;
}

.custom-pagination.pagination li span,
.custom-pagination.pagination li a {
	width: 40px;
	height: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 2;
	font-weight: 600;
	color: #0E1422;
	border: 0;
	box-shadow: unset !important;
	margin: 0 !important;
	padding: 5px;
}

.custom-pagination.pagination li a img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.custom-pagination.pagination li.active a,
.custom-pagination.pagination li a:hover {
	background: #F6F6F6;
}

/*-_-_Listing-Page_CSS_End_-_-*/

/*-_-_Detail-Page_CSS_Start_-_-*/

.park-detail-img-wrap .container-fluid {
	padding: 0 30px;
}

.park-detail-img-wrap {
	background: #fff;
}

.park-detail-img-wrap .park-detail-img-content {
	padding: 20px 0 80px;
}

.park-detail-img-content h1 {
	margin-bottom: 40px;


	font-size: clamp(28px, 6vw, 50px);
    line-height: 1.2;
    font-weight: 600;
}

.park-detail-img-content h2 {
	line-height: 1.12;
	color: #031103;
	font-weight: 700;
	margin-bottom: 40px;
}

.gallery-wrap {
	display: grid;
	grid-template-areas:
		'image1 image1 image1 image1 image1 image1 image1 image1 image2 image2 image2 image3 image3 image3'
		'image1 image1 image1 image1 image1 image1 image1 image1 image4 image4 image4 image5 image5 image5';
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 30px;
	grid-template-columns: repeat(14, 1fr);
}

.gallery-wrap .gallery-img {
	position: relative;
}

.gallery-wrap .gallery-img:first-child {
	grid-area: image1;
}

.gallery-wrap .gallery-img:nth-child(2) {
	grid-area: image2;
}

.gallery-wrap .gallery-img:nth-child(3) {
	grid-area: image3;
}

.gallery-wrap .gallery-img:nth-child(4) {
	grid-area: image4;
}

.gallery-wrap .gallery-img:nth-child(5) {
	grid-area: image5;
}

.gallery-wrap .gallery-img img {
	width: 100%;
	aspect-ratio: 270 / 236;
	border-radius: 16px;
	object-fit: cover;
	cursor: pointer;
}

.gallery-wrap .gallery-img:first-child img {
	aspect-ratio: 780 / 509;
}

.gallery-wrap .gallery-img .show-more-photos {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff;
	border: 0;
	pointer-events: none;
}

.sec-links-wrap {
	padding: 60px 0 70px;
}

.sec-links-wrap .sec-links-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	max-width: 774px;
	margin: 0 auto;
}

.sec-links-wrap .sec-links-list::before {
	content: "";
	background: #E3E3E3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.5px;
	position: absolute;
}

.sec-links-list li {
	position: relative;
}

.sec-links-list li a {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #252525;
	padding: 18px 16px;
	min-width: 187px;
	border-bottom: 1.5px solid transparent;
	text-align: center;
	transition: 0.4s all ease;
}

.sec-links-wrap .sec-links-list li a:hover,
.sec-links-wrap .sec-links-list li.active a {
	border-color: #008000;
	color: #008000;
}

.holiday-park-wrap.holiday-breadcrumb-wrap {
	margin-bottom: 120px;
}

.holiday-park-wrap.holiday-breadcrumb-wrap .holiday-park-content {
	padding: 60px 0;
}

.holiday-breadcrumb-wrap .holiday-park-img img {
	height: 488px;
}

.holiday-park-inner .breadcrumb {
	margin-bottom: 16px;
}

.holiday-park-inner .breadcrumb .breadcrumb-item,
.holiday-park-inner .breadcrumb .breadcrumb-item a {
	font-size: 20px;
	line-height: 1.4;
	color: #5F5F5F;
}

.holiday-park-inner .breadcrumb-item {
	padding: 0;
}

.holiday-park-inner .breadcrumb-item + .breadcrumb-item::before {
	display: none;
}

.holiday-park-inner .breadcrumb-item::after {
	content: '';
	background: url(../images/arrow-right-icon.svg) center center no-repeat;
	background-size: contain;
	width: 20px;
	height: 100%;
	margin: 0 10px 0 5px;
	float: right;
}

.holiday-form-wrap {
	background: #FAFAFA;
	margin-top: 70px;
}

.holiday-form-wrap .holiday-form-content {
	padding: 60px 0;
}

.holiday-form-wrap .holiday-form-content h2 {
	margin-bottom: 30px;
}

.holiday-form-wrap .banner-form {
	border: 1px solid #EBEBEB
}

.holiday-form-wrap .banner-form .form-group {
	width: 25%;
}

.facilities-wrap {
	padding: 120px 0;
}

.facilities-wrap .facilities-content {
	border-radius: 16px;
	padding: 60px 60px 50px;
}

.facilities-wrap .facilities-content h2 {
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}

.facilities-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	row-gap: 20px;
	column-gap: 26px;
	max-width: 890px;
	margin: 0 auto;
}

.facilities-list li {
	display: inline-block;
	width: calc(25% - 19.5px);
}

.facilities-list li span {
	font-size: 16px;
	line-height: 1.5;
	color: #031103;
	background: #ffffff;
	padding: 10px 20px;
	border-radius: 30px;
	display: inline-flex;
	align-items: flex-start;
	column-gap: 10px;
}

.facilities-list li span img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.facilities-wrap .holiday-park-inner.facilities-inner {
	max-width: 100%;
	padding-top: 70px;
	margin: 0;
}

.facilities-wrap .holiday-park-inner.facilities-inner h2 {
	margin-bottom: 16px;
}
/*-_-_Detail-Page_CSS_End_-_-*/

/*-_-_Photo-Gallery_CSS_Start_-_-*/
.gallery-modal .modal-content {
	padding: 32px;
	border-radius: 16px;
	border: 0;
}

.gallery-modal .modal-body {
	padding: 0;
}

.gallery-modal .modal-heading {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.gallery-modal .modal-back {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px; /* eventueel nog kleiner */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2;

	display: flex;
	align-items: center;
	flex-wrap: nowrap; /* Belangrijk */
	white-space: nowrap; /* Belangrijk */
	gap: 6px; /* optioneel: stel de afstand in */
	overflow: hidden;

}

.gallery-modal .modal-back .btn-close {
	width: 32px;
	height: 32px;
	background: transparent;
	object-fit: contain;
	margin-right: 12px;
	padding: 0;
	opacity: 1;
}

.gallery-modal .modal-back span {
    font-size: clamp(18px, 5vw, 32px);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
}

.gallery-modal .nav-tabs-wrap {
	overflow-x: auto;
	margin-bottom: 30px;
}

.gallery-modal .nav-tabs-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #EDEDED;
}

.gallery-modal .nav-tabs-wrap::-webkit-scrollbar {
	height: 5px;
	border-radius: 10px;
	background-color: #EDEDED;
}

.gallery-modal .nav-tabs-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* background-color: #008000; */
	background-color: #D3D3D3;
}

.gallery-modal .nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	position: relative;
	border: 0;
	width: auto;
	padding: 0;
	padding-bottom: 2px;
}

.gallery-modal .nav-tabs button {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #252525;
	border: 0;
	border-bottom: 1.5px solid #E3E3E3;
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 0 !important;
	padding: 16.6px 10px;
	background: transparent;
	min-width: 185px;
	white-space: nowrap;
}

.gallery-modal .nav-tabs .nav-item.show .nav-link, 
.gallery-modal .nav-tabs .nav-link.active {
	color: #008000;
	border-color: #008000;
}


.gallery-modal .tab-content {
	max-height: calc(100vh - 290px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 11px;
	margin-right: -18px;
}

.gallery-modal .tab-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #EDEDED;
}

.gallery-modal .tab-content::-webkit-scrollbar {
	width: 7px;
	border-radius: 10px;
	background-color: #EDEDED;
}

.gallery-modal .tab-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* background-color: #008000; */
	background-color: #D3D3D3;
}
.gallery-modal .tab-content .tab-pane h3 {
	font-size: 32px;
	line-height: 1.25;
	color: #252525;
	font-weight: 700;
	margin-bottom: 32px;
}

.gallery-row {
	margin: 0 -15px;
	row-gap: 30px;
}

.gallery-row .gallery-col {
	padding: 0 15px;
}

.gallery-row .gallery-col img {
	width: 100%;
	aspect-ratio: 538 / 360;
	object-fit: cover;
	margin-bottom: 16px;
}

.gallery-row .gallery-col p {
	font-size: 24px;
	line-height: 1;
	color: #252525;
	font-weight: 600;
}
/*-_-_Photo-Gallery_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/
@media only screen and (min-width: 575px) {
	.modal-dialog {
        max-width: 760px;
		padding: 0 15px;
	}
}

@media only screen and (min-width: 768px) {
	header .navbar-nav li.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.modal-dialog {
        max-width: 860px;
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}

	.modal-dialog {
        max-width: 1140px;
	}
}

@media only screen and (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1194px;
	}

	.modal-xl {
		max-width: 1188px;
	}
}

@media only screen and (max-width: 1399px) {
	header .navbar .navbar-brand img {
		height: 42px;
	}

	header .navbar-nav>li {
		margin-right: 44px;
	}

	header .navbar-nav>li>a {
		font-size: 17px;
	}

	header .navbar-nav li .dropdown-menu .dropdown-item {
		font-size: 15px;
		padding: 7px 14px;
	}

	h1 {
		font-size: 64px;
		line-height: 1.1;
	}

	.banner .banner-content {
		padding: 32px;
		margin: 2px 0 16px;
		border-radius: 15px;
		min-height: 520px;
	}

	.banner .banner-content h1 {
		max-width: 650px;
		margin: 0 auto 32px;
	}

	.banner .banner-btm li {
		font-size: 23px;
		line-height: 1.348;
	}

	.banner .banner-btm li::before {
		top: 3.5px;
	}

	.banner-form .form-row,
	.parks-row,
	.customer-slider,
	.pp-slider,
	.unique-row {
		margin: 0 -10px;
	}

	.banner-form .form-group,
	.parks-row .parks-col,
	.customer-slider .slick-slide,
	.pp-slider .slick-slide,
	.unique-row .unique-col {
		padding: 0 10px !important;
	}

	.pp-slider .slick-arrow.slick-prev {
		left: -10px;
	}

	.pp-slider .slick-arrow.slick-next {
		right: -10px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 23px;
	}

	.holiday-park-wrap .holiday-park-content,
	.popular-park-wrap .popular-park-content,
	.our-customer-wrap .our-customer-content,
	.parks-wrap,
	.what-to-do-wrap .what-to-do-content,
	.faqs-wrap .faqs-content,
	.make-unique-wrap .make-unique-content {
		padding: 105px 0;
	}

	.holiday-park-wrap .holiday-park-content h2 {
		max-width: 780px;
		margin-bottom: 57.5px;
	}

	.holiday-park-inner p {
		font-size: 22px;
	}

	.our-customer-wrap .our-customer-content>span,
	.popular-park-wrap .popular-park-content h2,
	.make-unique-wrap .make-unique-content h2 {
		margin-bottom: 55px;
	}

	.customer-slider {
		padding-bottom: 56px;
	}

	.what-to-do-wrap .what-to-do-content h2 {
		margin-bottom: 62px;
	}

	.what-to-do-tabs .nav-tabs .nav-link {
		font-size: 19px;
	}

	.what-to-do-tabs .weather-content-col p {
		font-size: 22px;
	}

	.faqs-accordion .accordion-button {
		padding-left: 15px;
		font-size: 25px;
	}

	.faqs-accordion .accordion-button::after {
		width: 23px;
		height: 23px;
	}

	.faqs-accordion .accordion-body {
		padding-left: 15px;
	}

	.faqs-accordion .accordion-body p {
		font-size: 19px;
	}

	footer .footer-content {
		padding-top: 75px;
	}

	.footer-content .footer-row {
		margin-bottom: 55px;
	}

	/*-_-_Detail-Page_CSS_Start_-_-*/

	.park-detail-img-wrap .park-detail-img-content {
		padding: 45px 0 50px;
	}

	.gallery-wrap {
		gap: 22px;
	}

	.gallery-wrap .gallery-img img {
		border-radius: 15px;
	}

	.gallery-wrap .gallery-img .show-more-photos {
		border-radius: 15px;
		font-size: 19px;
	}

	.holiday-park-wrap.holiday-breadcrumb-wrap {
		margin-bottom: 105px;
	}

	.holiday-breadcrumb-wrap .holiday-park-img img {
		height: 468px;
	}

	.facilities-wrap {
		padding: 105px 0;
	}

	.facilities-wrap .holiday-park-inner.facilities-inner {
		padding-top: 105px;
	}

	.facilities-wrap .facilities-content {
		padding: 60px 50px 50px;
	}
	/*-_-_Detail-Page_CSS_End_-_-*/
}

@media only screen and (max-width: 1199px) {

	header .container-fluid,
	.banner .container-fluid {
		padding: 0 15px;
	}

	header .navbar .navbar-brand img {
		height: 38px;
	}

	header .navbar-nav>li {
		margin-right: 40px;
	}

	header .navbar-nav>li>a {
		font-size: 16px;
		padding: 8px 0 !important;
	}

	header .navbar-nav li .dropdown-menu .dropdown-item {
		font-size: 14px;
		padding: 6px 12px;
	}

	.banner .banner-btm li {
		font-size: 22px;
		line-height: 1.364;
	}

	.banner .banner-btm li::before {
		top: 3px;
	}

	h1 {
		font-size: 54px;
		line-height: 1.2;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	.holiday-park-wrap .holiday-park-content,
	.popular-park-wrap .popular-park-content,
	.our-customer-wrap .our-customer-content,
	.parks-wrap,
	.what-to-do-wrap .what-to-do-content,
	.faqs-wrap .faqs-content,
	.make-unique-wrap .make-unique-content {
		padding: 90px 0;
	}

	.holiday-park-wrap .holiday-park-content h2 {
		max-width: 680px;
		margin-bottom: 55px;
	}

	.holiday-park-inner p {
		font-size: 20px;
	}

	.our-customer-wrap .our-customer-content>span,
	.popular-park-wrap .popular-park-content h2 {
		margin-bottom: 50px;
	}

	.customer-slider {
		padding-bottom: 52px;
	}

	.pp-slider,
	.customer-slider {
		margin: 0 auto !important;
		max-width: 870px;
	}

	.parks-card {
		padding: 60px 40px;
	}

	.what-to-do-wrap .what-to-do-content h2 {
		margin-bottom: 54px;
	}

	.what-to-do-tabs .nav-tabs .nav-link {
		font-size: 18px;
	}

	.what-to-do-tabs .weather-content-col p {
		font-size: 20px;
	}

	.faqs-accordion .accordion-button {
		font-size: 22px;
		padding-left: 10px;
	}

	.faqs-accordion .accordion-button::after {
		width: 22px;
		height: 22px;
	}

	.faqs-accordion .accordion-body {
		padding-left: 10px;
	}

	.faqs-accordion .accordion-body p {
		font-size: 18px;
	}

	footer .footer-content {
		padding-top: 70px;
	}

	.footer-content .footer-row {
		margin-bottom: 50px;
	}


	.park-listing-wrap .container-fluid {
		padding: 0 15px;
	}

	/*-_-_Listing-Page_CSS_Start_-_-*/
	.listing-banner.banner .banner-content {
		padding: 50px 0;
	}

	.park-sidebar-row .park-sidebar-col {
		width: 270px;
	}

	.park-sidebar {
		padding: 22px 18px 30px 18px;
	}

	.park-sidebar-row .park-listing-col {
		width: calc(100% - 270px);
		padding-left: 20px;
	}

	.park-card .park-img-slider {
		width: 200px;
	}

	.park-card .park-img-inner {
		padding-left: 20px;
		width: calc(100% - 200px);
	}

	.park-card .park-img-content {
		padding-right: 20px;
	}

	.park-card .park-img-inner h4 {
		font-size: 22px;
	}

	.park-card .park-img-inner ul li img {
		margin-top: 3px;
	}

	.park-card .park-img-inner ul li span {
		line-height: 22px;
	}

	.review-card span {
		font-size: 22px;
	}

	/*-_-_Listing-Page_CSS_End_-_-*/
	
	/*-_-_Detail-Page_CSS_Start_-_-*/

	.park-detail-img-wrap .park-detail-img-content {
		padding: 40px 0 20px;
	}

	.gallery-wrap {
		gap: 16px;
	}

	.gallery-wrap .gallery-img img {
		border-radius: 14px;
	}

	.gallery-wrap .gallery-img .show-more-photos {
		border-radius: 14px;
		font-size: 18px;
	}

	.holiday-park-wrap.holiday-breadcrumb-wrap {
		margin-bottom: 90px;
	}

	.holiday-breadcrumb-wrap .holiday-park-img img {
		height: 390px;
	}

	.facilities-wrap {
		padding: 90px 0;
	}

	.facilities-wrap .holiday-park-inner.facilities-inner {
		padding-top: 90px;
	}

	.facilities-wrap .facilities-content {
		padding: 60px 50px 50px;
	}

	.facilities-list {
		row-gap: 18px;
		column-gap: 22px;
		max-width: 700px;
	}

	.facilities-list li {
		width: calc(33.33% - 14.64px);
	}
	/*-_-_Detail-Page_CSS_End_-_-*/

	
	/*-_-_Photo-Gallery_CSS_Start_-_-*/
	.gallery-modal .modal-content {
		padding: 28px;
	}

	.gallery-modal .modal-heading {
		margin-bottom: 24px;
	}

	.gallery-modal .modal-back .btn-close {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.gallery-modal .modal-back span {
		font-size: 26px;
	}

	.gallery-modal .nav-tabs-wrap {
		margin-bottom: 22px;
	}

	.gallery-modal .nav-tabs button {
		font-size: 16px;
		min-width: 160px;
		padding: 16.2px 10px;
	}

	.gallery-modal .tab-content {
		max-height: calc(100vh - 250px);
		padding-right: 10px;
		margin-right: -16px;
	}

	.gallery-modal .tab-content::-webkit-scrollbar {
		width: 6px;
	}

	.gallery-modal .tab-content .tab-pane h3 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 28px;
	}

	.gallery-row {
		margin: 0 -12px;
		row-gap: 24px;
	}

	.gallery-row .gallery-col {
		padding: 0 12px;
	}

	.gallery-row .gallery-col img {
		width: 100%;
		aspect-ratio: 538 / 360;
		object-fit: cover;
		margin-bottom: 12px;
	}

	.gallery-row .gallery-col p {
		font-size: 20px;
		line-height: 1;
	}
	/*-_-_Photo-Gallery_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {

	header .navbar .navbar-brand img {
		height: 34px;
	}

	header .navbar-nav>li {
		margin-right: 35px;
	}

	h1 {
		font-size: 45px;
		line-height: 1.3;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 21px;
	}

	.holiday-park-wrap .holiday-park-content,
	.popular-park-wrap .popular-park-content,
	.our-customer-wrap .our-customer-content,
	.parks-wrap,
	.what-to-do-wrap .what-to-do-content,
	.faqs-wrap .faqs-content,
	.make-unique-wrap .make-unique-contentt {
		padding: 75px 0;
	}

	.holiday-park-wrap .holiday-park-content h2 {
		max-width: 580px;
		margin-bottom: 52.5px;
	}

	.banner-form .form-row {
		row-gap: 24px;
	}

	.banner-form .form-group {
		width: 50%;
	}

	.banner-form .form-group:last-child {
		width: 100%;
	}

	.banner .banner-btm li {
		font-size: 21px;
		line-height: 1.381;
	}

	.banner .banner-btm li::before {
		top: 2.5px;
	}

	.holiday-park-inner p {
		font-size: 18px;
	}

	.holiday-park-img img {
		height: 444px;
	}

	.holiday-park-inner {
		max-width: 100%;
		margin-bottom: 40px
	}

	.holiday-park-img {
		max-width: 100%;
	}

	.our-customer-wrap .our-customer-content>span,
	.popular-park-wrap .popular-park-content h2,
	.make-unique-wrap .make-unique-content h2 {
		margin-bottom: 45px;
	}

	.make-unique-wrap .make-unique-content h2 {
		text-align: center;
	}

	.customer-slider {
		padding-bottom: 48px;
	}

	.parks-card ul li {
		font-size: 15px;
		line-height: 24px;
	}

	.pp-slider,
	.customer-slider {
		margin: 0 auto;
		max-width: 580px;
	}

	.parks-row {
		row-gap: 40px;
	}

	.parks-card {
		padding: 60px;
		border-radius: 16px;
		height: auto;
		min-height: unset;
	}

	.what-to-do-wrap .what-to-do-content h2 {
		margin-bottom: 48px;
	}

	.what-to-do-tabs .nav-tabs .nav-link {
		font-size: 17px;
		width: calc(50% - 6px);
	}

	.what-to-do-tabs .weather-content-col p {
		font-size: 18px;
	}

	.what-to-do-tabs .weather-img-col {
		width: 54%;
	}

	.what-to-do-tabs .weather-content-col {
		padding-left: 20px;
		width: 46%;
	}

	.faqs-accordion .accordion-button {
		font-size: 19px;
		padding-left: 0;
	}

	.faqs-accordion .accordion-button::after {
		width: 21px;
		height: 21px;
	}

	.faqs-accordion .accordion-body {
		padding-left: 0;
	}

	.faqs-accordion .accordion-body p {
		font-size: 17px;
	}

	footer .footer-content {
		padding-top: 65px;
	}

	.footer-content .footer-row {
		margin-bottom: 45px;
	}

	.footer-row .footer-col {
		max-width: unset;
	}

	.footer-row .footer-col .footer-links ul {
		max-width: 206px;
	}

	/*-_-_Listing-Page_CSS_Start_-_-*/
	.listing-banner.banner .banner-content {
		padding: 35px 0;
	}

	.listing-banner.banner .banner-content h5 {
		font-size: 18px;
		line-height: 1.5;
		font-weight: 600;
		color: #0E1422;
		display: block;
	}

	.listing-banner.banner .banner-content h5 button {
		font-size: inherit;
		line-height: inherit;
		font-weight: inherit;
		border: 0;
		background: transparent;
		outline: unset !important;
		color: #008000;
		text-decoration: underline;
	}

	.listing-banner.banner .banner-content h5 button:hover {
		text-decoration: unset;
	}

	.listing-banner.banner .banner-content .banner-form-btn {
		display: flex;
	}

	.listing-banner.banner .banner-content .banner-form {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 50;
		padding: 32px 24px;
	}

	.park-sidebar-row .park-sidebar-col {
		width: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 50;
		padding: 32px 24px;
		overflow: auto;
		height: 100vh;
	}

	.map-wrap>img {
		width: 100%;
		height: auto;
		aspect-ratio: 327 / 203;
		min-height: 203px;
		object-fit: cover;
	}

	.mobile-sidebar-popup .map-wrap,
	.mobile-sidebar-popup .park-sidebar {
		display: none;
	}

	.mobile-sidebar-btn {
		display: flex;
		margin-bottom: 24px;
	}

	
/* Default: verborgen op desktop */
.mobile-filter-actions {
  display: none;
}

/* Alleen actief op mobiele schermen */
@media (max-width: 767.98px) {

  /* Popup zelf: full-screen laag boven content */
  .mobile-sidebar-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #fff;
    overflow-y: auto;
  }

  /* Zorg dat inhoud niet onder de knoppen valt */
  .mobile-sidebar-popup .park-sidebar {
    padding-bottom: 76px;
  }

  /* ====== Action bar onderin ====== */
  .mobile-filter-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid #E6E7E8;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
  }

  /* ====== Buttons ====== */
  .mobile-filter-actions .btn-clear,
  .mobile-filter-actions .btn-apply {
    flex: 1 1 0;
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #E6E7E8;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
  }

  /* Wissen-knop (licht) */
  .mobile-filter-actions .btn-clear {
    background: #fff;
    color: #0E1422;
  }
  .mobile-filter-actions .btn-clear:hover {
    background: #F6F6F6;
  }

  /* Klaar-knop (Valoma groen) */
  .mobile-filter-actions .btn-apply {
    background: #129E36;       /* Valoma groen */
    border-color: #129E36;
    color: #fff;
  }
  .mobile-filter-actions .btn-apply:hover {
    background: #0D7F2B;       /* Donkergroen hover */
    border-color: #0D7F2B;
  }

  /* Respecteer het hidden attribuut (HTML <div hidden>) */
  .mobile-filter-actions[hidden] {
    display: none !important;
  }
}


	.park-sidebar-row .park-listing-col {
		width: 100%;
		padding-left: 0;
	}

	.park-listing-wrap {
		padding: 0 0 60px;
	}

	.park-results-wrap .filter-wrap {
		display: flex;
	}


  .park-results-wrap h2 {
    display: none;
  }


	/*-_-_Listing-Page_CSS_End_-_-*/

	/*-_-_Detail-Page_CSS_Start_-_-*/

	.park-detail-img-wrap .park-detail-img-content {
		padding: 30px 0 0;
	}

	.gallery-wrap {
		gap: 16px;
		grid-template-areas:
        'image1 image1 image1 image1' 
		'image2 image3 image4 image5';
		grid-template-columns: repeat(4, 1fr);
	}
	
	.gallery-wrap .gallery-img img {
		border-radius: 13px;
	}

	.gallery-wrap .gallery-img .show-more-photos {
		border-radius: 13px;
		font-size: 17px;
	}

	.sec-links-wrap {
		padding: 60px 0;
	}

	.sec-links-wrap .sec-links-list {
		overflow-x: auto;
		max-width: 681px;
	}

	.sec-links-wrap .sec-links-list::before {
		display: none;
	}

	.sec-links-wrap .sec-links-list li a {
		min-width: 160px;
		padding-left: 26.5px;
		padding-right: 26.5px;
		white-space: nowrap;
		border-bottom-color: #E3E3E3;
	}

	.holiday-park-wrap.holiday-breadcrumb-wrap {
		margin-bottom: 75px;
	}

	.holiday-breadcrumb-wrap .holiday-park-img img {
		height: 480px;
	}

	.holiday-form-wrap .banner-form .form-group {
		width: 50%;
	}

	.facilities-wrap {
		padding: 75px 0;
	}

	.facilities-wrap .holiday-park-inner.facilities-inner {
		padding-top: 75px;
	}

	.facilities-wrap .facilities-content {
		padding: 60px 40px 60px;
	}

	.facilities-list {
		row-gap: 16px;
		column-gap: 20px;
		max-width: 480px;
	}

	.facilities-list li {
		width: calc(50% - 10px);
	}
	/*-_-_Detail-Page_CSS_End_-_-*/
		
	/*-_-_Photo-Gallery_CSS_Start_-_-*/
	.gallery-modal .modal-content {
		padding: 24px;
	}

	.gallery-modal .modal-heading {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 0;
	}

	.gallery-modal .modal-back .btn-close {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.gallery-modal .modal-back span {
		font-size: 20px;
		line-height: 56px;
	}

	.gallery-modal .modal-heading .general-btn {
		width: 100%;
	}

	.gallery-modal .nav-tabs-wrap {
		margin-bottom: 20px;
	}

	.gallery-modal .nav-tabs {
		padding-bottom: 0;
	}

	.gallery-modal .nav-tabs button {
		font-size: 14px;
		min-width: unset;
		padding: 17.5px 16px;
	}

	.gallery-modal .tab-content {
		max-height: calc(100vh - 240px);
		padding-right: 10px;
		margin-right: -16px;
	}

	.gallery-modal .tab-content::-webkit-scrollbar {
		width: 6px;
	}

	.gallery-modal .tab-content .tab-pane h3 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.gallery-row {
		margin: 0 -10px;
		row-gap: 20px;
	}

	.gallery-row .gallery-col {
		padding: 0 10px;
	}

	.gallery-row .gallery-col img {
		width: 100%;
		aspect-ratio: 280 / 155;
		object-fit: cover;
		border-radius: 16px;
		margin-bottom: 12px;
	}

	.gallery-row .gallery-col p {
		font-size: 16px;
		line-height: 1;
	}
	/*-_-_Photo-Gallery_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	header .navbar {
		padding: 20px 0;
	}

	header .navbar .navbar-brand img {
		height: 30px;
	}

	header .navbar .navbar-toggler {
		border: 0;
		padding: 0;
		width: auto;
		height: auto;
		font-size: 0;
		box-shadow: unset !important;
	}

	header .navbar .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #fff;
		z-index: 5;
		border-radius: 10px;
		box-shadow: 0 12px 16px 0 rgba(0, 128, 0, 0.08);
		border: 1px solid #D2D2D2;
	}

	header .navbar .navbar-nav {
		padding: 7.5px 0;
	}

	header .navbar-nav>li {
		margin-right: 0;
	}

	header .navbar-nav>li>a {
		font-size: 16px;
		padding: 7px 15px !important;
		width: 100%;
	}

	header .navbar-nav li .dropdown-toggle::after {
		margin-left: auto;
		transition: 0.3s all ease;
	}

	header .navbar-nav li .dropdown-toggle.show::after {
		transform: rotate(180deg);
	}

	header .navbar-nav li .dropdown-menu {
		margin-top: 0;
		border: 0;
		border-radius: 0;
		padding: 2px 0 2px 10px;
		box-shadow: unset;
	}

	header .navbar-nav li .dropdown-menu .dropdown-item {
		font-size: 15px;
		padding: 7px 15px;
	}

	h1 {
		font-size: 36px;
		line-height: 1.3614;
	}

	.banner .banner-content {
		padding: 40px 24px;
		border-radius: 10px;
		margin-top: 5px;
		margin-bottom: 40px;
		min-height: unset;
	}

	.banner {
		padding-bottom: 40px;
	}

	.banner-form .form-group {
		width: 100%;
		row-gap: 22px;
	}

	.banner .banner-btm {
		align-items: flex-start;
		flex-direction: column;
		padding: 16px;
		gap: 24px;
	}

	.banner .banner-btm li {
		font-size: 22px;            
		line-height: 1.4;
		height: auto;              
		white-space: normal;        
		display: flex;              
		align-items: center;        
	  }
	  

	  .banner .banner-btm li::before {
		left: 0;                   
		top: 50%;
		transform: translateY(-50%); 
	  }

	.banner .banner-content h1 {
		font-size: clamp(32px, 9vw, 42px);
		line-height: 1.2;
		letter-spacing: 0;
	  }

	.select {
		height: 55px;
	}

	.select-styled {
		padding: 16px 18px;
	}

	.select-styled:after {
		top: 15.5px;
		right: 15px;
	}

	.label-wrap input {
		padding: 16px 18px;
		height: 55px;
	}

	.banner-form button {
		padding: 15.5px 18px;
	}

	/* Datepicker */
	#ui-datepicker-div.ui-datepicker {
		padding: 4px 10px;
		border-radius: 8px;
	}

	.ui-datepicker .ui-datepicker-header {
		margin-bottom: 6px;
	}

	.ui-datepicker-header a.ui-corner-all {
		width: 20px;
		height: 20px;
		margin: 0;
		position: static;
	}

	.ui-datepicker-header .ui-datepicker-title {
		font-size: 18px;
		padding: 15px 0;
	}

	.ui-datepicker table.ui-datepicker-calendar {
		font-size: 14px;
		line-height: 22px;
	}

	.ui-datepicker td {
		padding: 1px;
	}

	table.ui-datepicker-calendar thead th {
		font-size: 11px;
		line-height: 28px;
		min-width: 36px;
	}


	table.ui-datepicker-calendar tbody td a {
		font-size: 14px;
		line-height: 36px;
		border-radius: 4px;
		min-width: 36px;
	}

	table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable.ui-state-disabled span {
		font-size: 14px;
		line-height: 36px;
	}

	/* Datepicker */

	h2 {
		font-size: 28px;
		line-height: 1.2145;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.holiday-park-wrap .holiday-park-content,
	.popular-park-wrap .popular-park-content,
	.our-customer-wrap .our-customer-content,
	.parks-wrap,
	.what-to-do-wrap .what-to-do-content,
	.faqs-wrap .faqs-content,
	.make-unique-wrap .make-unique-content {
		padding: 60px 0;
	}

	.holiday-park-wrap .holiday-park-content h2 {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.holiday-park-inner p {
		font-size: 16px;
	}

	.our-customer-wrap .our-customer-content>span,
	.popular-park-wrap .popular-park-content h2,
	.make-unique-wrap .make-unique-content h2 {
		margin-bottom: 40px;
	}

	.our-customer-wrap .our-customer-content h2 {
		line-height: 50px;
	}

	.popular-park-wrap .popular-park-content h2 {
		line-height: 38px;
	}

	.customer-slider {
		padding-bottom: 44px;
	}

	.parks-card ul li {
		font-size: 14px;
	}

	.pp-slider,
	.customer-slider {
		max-width: 290px;
	}

	.unique-card {
		margin: 0 auto;
		max-width: 270px;
	}

	.parks-card {
		padding: 60px 24px;
	}

	.what-to-do-wrap .what-to-do-content h2 {
		margin-bottom: 40px;
	}

	.what-to-do-tabs .nav-tabs .nav-link {
		padding: 19.2px 15px;
		font-size: 16px;
		width: 100%;
	}

	.what-to-do-tabs .weather-content-col p {
		font-size: 1.1rem !important; 
		line-height: 1.7;
	}

	.what-to-do-tabs .weather-row {
		row-gap: 30px;
	}

	.what-to-do-tabs .weather-img-col {
		width: 100%;
	}

	.what-to-do-tabs .weather-content-col {
		padding-left: 0;
		width: 100%;
	}

	.faqs-accordion .accordion-button {
		font-size: 20px;
		line-height: 1.5;
	}

	.faqs-accordion .accordion-button::after {
		width: 20px;
		height: 20px;
	}

	.faqs-accordion .accordion-body p {
		font-size: 1.1rem;
        line-height: 1.7;	}

	footer .footer-content {
		padding-top: 60px;
	}

	.footer-content .footer-row {
		margin-bottom: 40px;
	}

	.payment-link {
		justify-content: flex-start;
	}

	.parks-card.show-more ul {
		column-count: 1;
		display: flex;
		width: 100%;
	}

	/*-_-_Listing-Page_CSS_Start_-_-*/
	.listing-banner.banner .banner-content {
		padding: 20px 0;
	}

	.park-results-wrap .park-results-top {
		display: block;
	}

	.park-results-top p {
		margin-bottom: 16px;
	}

	.active-filters-container {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
		margin-bottom: 1rem;
	}
	
	.active-filters-container {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
		margin-top: 1rem;
	}
	
	


	.active-filters-container {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
		margin-top: 1rem;
	}

	


	.park-card>.review-card {
		display: flex;
		flex-direction: row;
		width: 100%;
		gap: 8px;
		margin-bottom: 16px;
	}

	.review-card span {
		font-size: 24px;
	}

	.park-card .park-img-inner h4 {
		font-size: 24px;
	}

	.park-card .park-img-content {
		width: 100%;
		padding: 0;
		margin-bottom: 22px;
	}

	.park-review-action .review-card {
		display: none;
	}

	.park-card .park-review-action {
		width: 100%;
	}

	.park-card .park-img-inner ul li img {
		margin-top: 3.5px;
	}

	.park-card .park-img-inner ul li span {
		line-height: 24px;
	}

	/*-_-_Listing-Page_CSS_End_-_-*/

	
	/*-_-_Detail-Page_CSS_Start_-_-*/

	.park-detail-img-wrap .park-detail-img-content {
		padding: 20px 0 0;
	}

	.gallery-wrap {
		gap: 16px;
		grid-template-areas:
        'image1 image1' 
		'image2 image3'
		'image4 image5';
		grid-template-columns: repeat(2, 1fr);
	}
	
	
	.gallery-wrap .gallery-img img {
		border-radius: 12px;
	}

	.gallery-wrap .gallery-img .show-more-photos {
		border-radius: 12px;
		font-size: 16px;
	}

	.sec-links-wrap .sec-links-list li a {
		min-width: unset;
		padding-left: 26.5px;
		padding-right: 26.5px;
		white-space: nowrap;
	}

	.holiday-park-wrap.holiday-breadcrumb-wrap {
		margin-bottom: 60px;
	}

	.holiday-breadcrumb-wrap .holiday-park-img img {
		height: 480px;
	}

	.holiday-form-wrap .banner-form .form-group {
		width: 100%;
	}

	.facilities-wrap {
		padding: 60px 0;
	}

	.facilities-wrap .holiday-park-inner.facilities-inner {
		padding-top: 60px;
	}

	.facilities-wrap .facilities-content {
		padding: 60px 24px;
	}

	.facilities-list {
		row-gap: 16px;
		max-width: unset;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.facilities-list li {
		width: auto;
	}
	/*-_-_Detail-Page_CSS_End_-_-*/
}

@media only screen and (max-width: 575px) {

	header .container-fluid,
	.banner .container-fluid,
	.container,
	.park-listing-wrap .container-fluid,
	.park-detail-img-wrap .container-fluid {
		padding: 0 24px;
	}

	.what-to-do-tabs .tab-content {
		padding: 40px 24px;
		margin: 0 -24px;
		border-radius: 0;
	}

	.social-links-wrap p {
		width: 100%;
	}

	/*-_-_Listing-Page_CSS_Start_-_-*/

	.park-card .park-img-slider {
		width: 100%;
	}

	.park-card .park-img-inner {
		padding: 0;
		padding-top: 16px;
		width: 100%;
	}

	.park-img-slider img {
		aspect-ratio: 295/175;
	}

	.custom-pagination.pagination {
		max-width: 325px;
	}

	.custom-pagination.pagination li span,
	.custom-pagination.pagination li a {
		width: 37px;
	}

	/*-_-_Listing-Page_CSS_End_-_-*/

	/*-_-_Photo-Gallery_CSS_Start_-_-*/
	.gallery-modal .tab-content {
		max-height: calc(100vh - 200px);
	}
	/*-_-_Photo-Gallery_CSS_End_-_-*/
}

@media only screen and (max-width: 374px) {

	header .container-fluid,
	.banner .container-fluid,
	.container,
	.park-listing-wrap .container-fluid,
	.park-detail-img-wrap .container-fluid {
		padding: 0 15px;
	}

	.banner .banner-content {
		padding: 40px 20px;
	}

	.banner-form {
		padding: 32px 20px;
	}

	.what-to-do-tabs .tab-content {
		padding: 40px 15px;
		margin: 0 -15px;
	}

	.parks-card {
		padding: 60px 20px;
	}

	.faqs-accordion .accordion-button,
	.faqs-accordion .accordion-body {
		padding-right: 10px;
	}

	/*-_-_Listing-Page_CSS_Start_-_-*/

	.park-sidebar-row .park-sidebar-col {
		padding: 25px 15px;
	}

	.mobile-sidebar-btn {
		margin-bottom: 16px;
	}

	.custom-pagination.pagination {
		max-width: 325px;
	}

	.custom-pagination.pagination li span,
	.custom-pagination.pagination li a {
		width: 37px;
	}

	.custom-pagination.pagination {
		max-width: 290px;
		gap: 6px;
	}

	.custom-pagination.pagination li span,
	.custom-pagination.pagination li a {
		width: 33.75px;
		height: 30px;
	}

	.listing-banner.banner .banner-content .banner-form {
		padding: 25px 16px;
	}

	.listing-banner.banner .banner-content .banner-form-btn {
		margin-bottom: 16px;
	}

	/*-_-_Listing-Page_CSS_End_-_-*/
}