/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Nunito',sans-serif; color:#222; background:#fff; line-height:1.4; }
a { text-decoration:none; color:inherit; }
img { max-width:100%; display:block; }
.w { max-width:1240px; margin:0 auto; padding:0 24px; }


.topbar {
  background:#427cfa;
  padding:7px 0;
  border-bottom:1px solid #427cfa;
}
.topbar .w {
  display:flex; justify-content:space-between; align-items:center;
}
.tb-left { display:flex; gap:24px; align-items:center; }
.tb-item {
  display:flex; align-items:center; gap:6px;
  font-size:13px; font-weight:700; color:#fff;
}
.tb-item .i-trophy { color:#fff; }
.tb-item .i-check  { color:#28a745; }
.tb-right { display:flex; align-items:center; gap:16px; }

.tp { display:flex; align-items:center; gap:7px; }
.tp-star { color:#00b67a; font-size:16px; }
.tp-name { font-size:13px; font-weight:800; color:#fff; }
.tp-boxes { display:flex; gap:2px; }
.tp-b {
  width:20px; height:20px; background:#00b67a;
  border-radius:3px;
  display:flex; align-items:center; justify-content:center;
}
.tp-b i { color:#fff; font-size:9px; }
.tp-b.half { background:linear-gradient(90deg,#00b67a 55%,#ccc 55%); }
.tp-score { font-size:13px; font-weight:800; color:#fff; }

.badges { display:flex; gap:5px; align-items:center; }
.bdg {
  width:30px; height:30px; border-radius:50%;
  border:1.5px solid rgba(0,0,0,0.18);
  display:flex; align-items:center; justify-content:center;
  font-size:7px; font-weight:900; text-align:center; line-height:1.1;
  overflow:hidden; background:#fff; color:#333;
}
.bdg.bl { background:#1a3c9e; color:#fff; }
.bdg.pk { background:#e91e8c; color:#fff; }
.bdg.gl { background:transparent; border:none; font-size:18px; }


.header {
  background:#fff;
  padding:11px 0 13px;
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 2px 10px rgba(0,0,0,0.08);
}
.header .w {
  display:flex; align-items:center; gap:15px;
}

.logo {
  width: 20%;
  min-width: 120px;
  flex-shrink: 0;
}
.logo img {
  height: auto;
  width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.h-search { 
  position:relative; 
  flex:0 0 370px; 
  max-width: 400px;
}
.h-search input {
  width:100%; padding:12px 20px 12px 46px;
  border-radius:30px; border:none;
  background:#fff; color:#444;
  font-size:14px; font-family:'Nunito',sans-serif;
  outline:none; box-shadow:0 1px 8px rgba(255,165,0,0.3);
  transition: box-shadow 0.2s;
}
.h-search input:focus { box-shadow:0 2px 15px rgba(255,165,0,0.5); }
.h-search input::placeholder { color:#aaa; }
.h-search .si {
  position:absolute; left:16px; top:50%;
  transform:translateY(-50%); color:#999; font-size:16px;
}

.h-nav { 
  display:flex; align-items:center; gap:2px; 
  margin-left:auto; flex-wrap: wrap;
}
.hn-lnk, .hn-cs {
  display:flex; align-items:center; gap:6px;
  padding:9px 15px; border-radius:8px; cursor:pointer;
  font-size:15px; font-weight:800; color:#427cfa;
  transition:background .15s; white-space:nowrap;
}
.hn-lnk:hover, .hn-cs:hover { background:rgba(0,0,0,.07); }
.hn-lnk .fa-chevron-down { font-size:11px; }

.hn-heart {
  position:relative; cursor:pointer;
  width:46px; height:46px;
  display:flex; align-items:center; justify-content:center;
}
.hn-heart .fa-heart { font-size:26px; color:#ffa302; }
.hbadge {
  position:absolute; top:0px; right:-5px;
  background:#fea400; color:#fff;
  width:17px; height:17px; border-radius:50%;
  font-size:9px; font-weight:900;
  display:flex; align-items:center; justify-content:center;
}
.hn-acc {
  display:flex; align-items:center; gap:7px;
  padding:9px 15px; border-radius:8px; cursor:pointer;
  font-size:15px; font-weight:800; color:#427cfa;
  transition:background .15s;
}
.hn-acc:hover { background:rgba(0,0,0,.07); }
.hn-acc .fa-circle-user { font-size:24px; color:#427cfa; }

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  z-index: 101;
}
.mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #427cfa;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 100;
  padding: 15px 24px;
  border-top: 1px solid #eee;
}
.mobile-nav.active { display: block; }
.mobile-nav-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  font-weight: 700;
  color: #427cfa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-item:last-child { border-bottom: none; }


.hero-wrapper {
  background: #427cfa;
  padding: 30px 0 30px;
}

.hero-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-banner {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 40px 180px;
  text-align: center;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.25);
  margin: 0;
  letter-spacing: -0.5px;
}


.search-container {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1000px;
  z-index: 3;
}

.search-box {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}

.search-field {
  flex: 1;
  padding: 16px 18px;
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  min-width: 0;
  position: relative;
}

.search-field:hover {
  background: #f8f9fa;
}

.search-field:last-of-type {
  border-right: none;
}

.search-field-label {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.search-field-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-field-value i {
  font-size: 16px;
  color: #999;
  flex-shrink: 0;
}

.search-field-value input,
.search-field-value select {
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.search-field-value input::placeholder {
  color: #666;
}

.search-field.f-destination { flex: 1.8; }
.search-field.f-date { flex: 1.4; }
.search-field.f-duration { flex: 1.2; }
.search-field.f-airport { flex: 1.4; }
.search-field.f-group { flex: 1.2; border-right: none; }

.search-btn {
  flex-shrink: 0;
  background: #427cfa;
  color: #fff;
  border: none;
  padding: 0 32px;
  font-size: 17px;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0 16px 16px 0;
  transition: background 0.2s;
  white-space: nowrap;
}

.search-btn:hover {
  background: #3568d1;
}

.search-btn i {
  font-size: 18px;
}


.trustbar {
  padding: 16px 0; border-bottom: 1px solid #efefef;
  background: #fff; margin-top: 20px;
}
.trustbar .w {
  display: flex; justify-content: center; gap: 60px; align-items: center; flex-wrap: wrap;
}
.ti { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: #333; }
.ti i { color: #28a745; font-size: 19px; }


.sec { padding: 28px 0; }
.ht-lbl {
  font-size: 20px; font-weight: 800; color: #333; margin-bottom: 16px;
}

.card-grid {
  background: #eef2ff; border-radius: 20px; padding: 22px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.dcard {
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
  cursor: pointer; transition: transform .2s, box-shadow .2s;
}
.dcard:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.dcard-img {
  width: 100%; height: 200px;
  overflow: hidden;
}
.dcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dcard-body { padding: 11px 14px 14px; }
.dcard-name { font-size: 17px; font-weight: 800; color: #222; margin-bottom: 3px; }
.dcard-more { font-size: 11px; font-weight: 700; color: #ccc; text-transform: uppercase; letter-spacing: 1px; }

.tsd-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 10px; }
.tsd-ttl  { font-size: 23px; font-weight: 900; color: #222; }
.btn-alle {
  background: #427cfa; color: #fff; border: none; border-radius: 30px;
  padding: 10px 22px; font-size: 13px; font-weight: 800;
  cursor: pointer; font-family: 'Nunito', sans-serif;
  display: flex; align-items: center; gap: 6px;
}
.btn-alle:hover { background: #3568d1; }

.ctabs { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.ctab {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 16px; border-radius: 30px; font-size: 13px; font-weight: 700;
  cursor: pointer; border: 2px solid transparent;
  color: #555; background: #f0f0f0; transition: all .15s;
}
.ctab.active { border-color: #1769c9; color: #1769c9; background: #eef4ff; }
.ctab:hover:not(.active) { background: #e6e6e6; }

.mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 165px 165px;
  gap: 8px; border-radius: 18px; overflow: hidden;
}
.m-big { grid-row: 1/3; position: relative; }
.m-sm  { position: relative; }
.m-fill { 
  width: 100%; 
  height: 100%; 
  overflow: hidden;
}
.m-fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-over {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  padding: 22px 13px 11px; color: #fff;
  z-index: 1;
}
.m-dest { font-size: 15px; font-weight: 800; }
.m-cnt  { font-size: 11px; opacity: .85; margin-bottom: 5px; }
.m-bekijk {
  display: inline-block; background: #fff; color: #1769c9;
  border: none; border-radius: 30px; padding: 6px 20px;
  font-size: 12px; font-weight: 800; cursor: pointer;
  font-family: 'Nunito', sans-serif;
}
.m-bekijk:hover { background: #f0f0f0; }

.pop-ttl  { font-size: 23px; font-weight: 900; color: #222; margin-bottom: 14px; }
.pop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 2px solid #eee; }
.pc       { padding-right: 20px; }
.pc-head  { font-size: 14px; font-weight: 800; color: #333; padding: 12px 0 8px; border-bottom: 2px solid #1769c9; margin-bottom: 8px; }
.pc ul    { list-style: none; }
.pc ul li { padding: 5px 0; }
.pc ul li a { font-size: 13px; color: #1769c9; transition: color .15s; }
.pc ul li a:hover { color: #e91e8c; }

/* FOOTER */
.ft { background: #fea600; border-top: 1px solid #eee; padding: 32px 0 26px; }
.ft .w { display: grid; grid-template-columns: 1fr 1fr 1fr 1.5fr; gap: 32px; }
.ft-head { font-size: 14px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.ft ul   { list-style: none; }
.ft ul li { padding: 4px 0; }
.ft ul li a { font-size: 15px; color: #fff; transition: color .15s; }
.ft ul li a:hover { color: #1769c9; }

.pay-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.pay-ico {
  height: 26px; padding: 0 9px; background: #fff;
  border: 1px solid #ddd; border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800; color: #333;
}
.guar-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 10px; }
.g-ico {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid #ddd; background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 900; color: #555; text-align: center; line-height: 1.1;
}
.nl-head { font-size: 13px; font-weight: 800; color: #333; margin-bottom: 5px; }
.nl-sub  { font-size: 12px; color: #fff; margin-bottom: 10px; }
.nl-form { display: flex; gap: 6px; }
.nl-inp  { flex: 1; padding: 10px 13px; border: 1px solid #ddd; border-radius: 8px; font-size: 13px; font-family: 'Nunito', sans-serif; outline: none; }
.nl-btn  { background: #1769c9; color: #fff; border: none; border-radius: 8px; padding: 10px 14px; font-size: 13px; font-weight: 800; cursor: pointer; font-family: 'Nunito', sans-serif; white-space: nowrap; transition: background .15s; }
.nl-btn:hover { background: #1255a8; }

.fb { background: #fea600; border-top: 1px solid #eee; padding: 10px 0; }
.fb .w { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }

.ft-logo {
  width: 15%;
  min-width: 100px;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 9px;
}
.ft-logo img {
  width: 100%;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}
.fb-links { display: flex; gap: 16px; flex-wrap: wrap; }
.fb-links a { font-size: 15px; color: #fff; transition: color .15s; }
.fb-links a:hover { color: #1769c9; }
.fb-social { display: flex; gap: 9px; }  
.soc {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid #ddd;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #666; cursor: pointer; transition: all .2s;
}      
.soc:hover { background: #f0f0f0; color: #427cfa; }


