.elementor-kit-6{--e-global-color-primary:#92B5C2;--e-global-color-secondary:#233454;--e-global-color-text:#233454;--e-global-color-accent:#C96F4A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   THE WHITE GLOVE — Complete Custom CSS
   Plak in: Elementor → Site Settings → Custom CSS
   Vervangt ALLE eerdere versies.
   ============================================================ */


/* ============================================================
   1. HELVETICA NOW OP ALLES
   ============================================================ */
[class*="twg-"],
[class*="twg-"] *,
.hfy-theme1,
.hfy-theme1 * {
  font-family: 'Helvetica Now', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
[class*="twg-"] .hero-h,
[class*="twg-"] .disp,
[class*="twg-"] .sec-t,
[class*="twg-"] .direct-t,
[class*="twg-"] .lic-t,
[class*="twg-"] .close-t,
[class*="twg-"] .logo-w,
[class*="twg-"] .step-n,
[class*="twg-"] .stat-n {
  font-family: 'Helvetica Now', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800;
}


/* ============================================================
   2. HOSTIFY LISTINGS — GRID (4 per rij, wrapt naar meerdere rijen)
   ============================================================ */
.hfy-theme1 .row.listing-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.hfy-theme1 .row.listing-block > [class*="col-"] {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .hfy-theme1 .row.listing-block > [class*="col-"] {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .hfy-theme1 .row.listing-block > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hfy-theme1 .list-card {
  background: #fff;
  border: 1px solid #e6eef2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(35,52,84,.06);
  transition: box-shadow .2s, transform .2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hfy-theme1 .list-card:hover {
  box-shadow: 0 14px 36px rgba(35,52,84,.13);
  transform: translateY(-3px);
}
.hfy-theme1 .list-card .img img {
  width: 100%;
  height: 196px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hfy-theme1 .list-card .info {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hfy-theme1 .list-card .info,
.hfy-theme1 .list-card .info a,
.hfy-theme1 .list-card .info .title {
  color: #233454;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.4;
  text-decoration: none;
}
.hfy-theme1 .list-card .info .price {
  font-weight: 700;
  font-size: 16.5px;
  color: #233454;
  margin-top: auto;
  padding-top: 12px;
}
.hfy-theme1 .list-card .info .price strong,
.hfy-theme1 .list-card .info .price b,
.hfy-theme1 .list-card .info .price .amount {
  color: #C96F4A;
}
.hfy-theme1 .list-card .info .price::after {
  content: "incl. taxes & fees";
  display: block;
  font-size: 11.5px;
  color: #7d8ba0;
  font-weight: 500;
  margin-top: 2px;
}
.hfy-theme1 .list-card .add-to-wish {
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}


/* ============================================================
   3. HOSTIFY SEARCH-BALK
   ============================================================ */
.hfy-theme1 .hfy-search-form-wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(35,52,84,.16);
  padding: 22px 24px;
  max-width: 1080px;
  margin: -74px auto 0;
  position: relative;
  z-index: 6;
}
.hfy-theme1 .hfy-search-form-row {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: flex-end;
}
.hfy-theme1 .hfy-search-form-row > ._col {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 !important;
  position: relative;
  padding-top: 22px !important;
}
.hfy-theme1 .hfy-search-form-row > .col-action {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
}
.hfy-theme1 .hfy-search-form-row > ._col::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #92B5C2;
}
.hfy-theme1 .hfy-search-form-row > .col-start-date::before { content: "Check-in"; }
.hfy-theme1 .hfy-search-form-row > .col-end-date::before   { content: "Check-out"; }
.hfy-theme1 .hfy-search-form-row > .col-bedrooms::before   { content: "Bedrooms"; }
.hfy-theme1 .hfy-search-form-row > .col-guests::before     { content: "Guests"; }
.hfy-theme1 .hfy-search-form-row > .col-action::before     { content: ""; }
.hfy-theme1 .hfy-search-form-row .form-control,
.hfy-theme1 .hfy-search-form-row .input-group,
.hfy-theme1 .hfy-search-form-row .booking-search-input-container,
.hfy-theme1 .hfy-search-form-row select {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hfy-theme1 .hfy-search-form-row > ._col > .form-group,
.hfy-theme1 .hfy-search-form-row > ._col > div:first-child {
  border: 1px solid #dbe6ec !important;
  border-radius: 9px !important;
  background: #fbfdfe !important;
  height: 52px !important;
  padding: 0 13px !important;
  display: flex !important;
  align-items: center !important;
}
.hfy-theme1 .hfy-search-form-row > ._col input,
.hfy-theme1 .hfy-search-form-row > ._col select {
  font-size: 14px !important;
  color: #233454 !important;
  background: transparent !important;
  width: 100% !important;
}
.hfy-theme1 .hfy-search-form-wrap button,
.hfy-theme1 .col-action button {
  background: #C96F4A !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font: 600 15px 'Helvetica Now', sans-serif !important;
  padding: 0 28px !important;
  height: 52px !important;
  cursor: pointer;
  transition: filter .15s;
  box-shadow: none !important;
}
.hfy-theme1 .hfy-search-form-wrap button:hover,
.hfy-theme1 .col-action button:hover { filter: brightness(.92); }
.hfy-theme1 .col-action button svg,
.hfy-theme1 .col-action button i,
.hfy-theme1 .hfy-search-form-wrap button svg,
.hfy-theme1 .hfy-search-form-wrap button i {
  display: none !important;
}
.hfy-theme1 .col-guests button {
  color: #92B5C2 !important;
  background: transparent !important;
  border: 0 !important;
}
.hfy-theme1 .hfy-search-form-wrap::after {
  content: "✓ Best-rate guarantee — direct is never more expensive        ✓ Prices include all taxes and fees        ✓ Instant confirmation";
  display: block;
  margin-top: 14px;
  font-size: 12.5px;
  color: #7d8ba0;
  white-space: pre-wrap;
  text-align: left;
}
@media (max-width: 900px) {
  .hfy-theme1 .hfy-search-form-wrap { margin-top: -40px; padding: 18px; }
  .hfy-theme1 .hfy-search-form-row { flex-wrap: wrap; gap: 12px; }
  .hfy-theme1 .hfy-search-form-row > ._col { flex: 1 1 100%; }
  .hfy-theme1 .hfy-search-form-row > .col-action { width: 100%; }
  .hfy-theme1 .hfy-search-form-row > .col-action button { width: 100%; }
  .hfy-theme1 .hfy-search-form-wrap::after { font-size: 11.5px; }
}


/* ============================================================
   4. HOSTIFY BOEKINGSFORMULIER (villa-detailpagina)
   ============================================================ */
.hfy-theme1 .hfy-listing-booking-form .booking-price-block {
  background: #fff !important;
  border: 1px solid #e6eef2 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 22px rgba(35,52,84,.08) !important;
  padding: 26px !important;
  margin: 0 0 32px 0 !important;
}
.hfy-theme1 .hfy-listing-booking-form .row {
  display: flex !important;
  gap: 14px !important;
  margin: 0 0 14px 0 !important;
}
.hfy-theme1 .hfy-listing-booking-form .col-6 {
  flex: 1 1 0 !important;
  padding: 0 !important;
  position: relative;
  padding-top: 22px !important;
}
.hfy-theme1 .hfy-listing-booking-form .col-6::before {
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #92B5C2;
}
.hfy-theme1 .hfy-listing-booking-form .col-6:first-child::before { content: "Check-in"; }
.hfy-theme1 .hfy-listing-booking-form .col-6:last-child::before  { content: "Check-out"; }
.hfy-theme1 .hfy-listing-booking-form .form-control,
.hfy-theme1 .hfy-listing-booking-form input[type="text"],
.hfy-theme1 .hfy-listing-booking-form select {
  border: 1px solid #dbe6ec !important;
  border-radius: 9px !important;
  background: #fbfdfe !important;
  height: 52px !important;
  padding: 0 13px !important;
  font-size: 14px !important;
  color: #233454 !important;
  box-shadow: none !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.hfy-theme1 .hfy-listing-booking-form .input-group .form-control,
.hfy-theme1 .hfy-listing-booking-form .form-group .input-group {
  border: 0 !important;
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
}
.hfy-theme1 .hfy-listing-booking-form .form-group > .input-group {
  border: 1px solid #dbe6ec !important;
  border-radius: 9px !important;
  background: #fbfdfe !important;
  height: 52px !important;
  padding: 0 13px !important;
}
.hfy-theme1 .hfy-listing-booking-form svg,
.hfy-theme1 .hfy-listing-booking-form i {
  color: #92B5C2 !important;
}
.hfy-theme1 .hfy-listing-booking-form input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: 1px solid #dbe6ec !important;
  border-radius: 4px !important;
  background: #fbfdfe !important;
  accent-color: #C96F4A !important;
  flex: 0 0 auto !important;
}
.hfy-theme1 .hfy-listing-booking-form label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13.5px !important;
  color: #54637d !important;
  margin: 6px 0 18px 0 !important;
  cursor: pointer;
}
.hfy-theme1 .hfy-listing-booking-form .prices,
.hfy-theme1 .hfy-listing-booking-form .prices * {
  font-size: 14.5px !important;
  color: #41506b !important;
}
.hfy-theme1 .hfy-listing-booking-form .prices [class*="total"],
.hfy-theme1 .hfy-listing-booking-form .prices strong,
.hfy-theme1 .hfy-listing-booking-form .prices b {
  color: #233454 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.hfy-theme1 .hfy-listing-booking-form button,
.hfy-theme1 .hfy-listing-booking-form [type="submit"],
.hfy-theme1 .hfy-listing-booking-form a.btn {
  background: #C96F4A !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  font: 600 15.5px 'Helvetica Now', sans-serif !important;
  height: 54px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: filter .15s !important;
  box-shadow: none !important;
  margin-top: 18px !important;
}
.hfy-theme1 .hfy-listing-booking-form button:hover,
.hfy-theme1 .hfy-listing-booking-form [type="submit"]:hover {
  filter: brightness(.92) !important;
}
.hfy-theme1 .hfy-listing-booking-form .reset-date-wrap button,
.hfy-theme1 .hfy-listing-booking-form .reset-date-wrap a {
  background: transparent !important;
  color: #7d8ba0 !important;
  border: 1px solid #e6eef2 !important;
  height: 40px !important;
  width: auto !important;
  padding: 0 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
}
.hfy-theme1 .hfy-listing-booking-form .reset-date-wrap button:hover {
  color: #233454 !important;
  filter: none !important;
}
@media (max-width: 700px) {
  .hfy-theme1 .hfy-listing-booking-form .row {
    flex-direction: column !important;
  }
  .hfy-theme1 .hfy-listing-booking-form .booking-price-block {
    padding: 20px !important;
  }
}


/* ============================================================
   5. VILLA-GALERIJ — Airbnb-stijl hero grid (1 groot + 4 klein)
   ============================================================ */
.hfy-listing-gallery .list {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  grid-template-rows: 1fr 1fr !important;
  gap: 8px !important;
  height: 480px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  margin-bottom: 28px !important;
}
.hfy-listing-gallery .list .img-wrap {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
}
.hfy-listing-gallery .list .img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform .35s ease;
}
.hfy-listing-gallery .list .img-wrap:hover img {
  transform: scale(1.04);
}
.hfy-listing-gallery .list .img-wrap[data-idx="0"] {
  grid-row: span 2 !important;
  grid-column: 1 !important;
}
.hfy-listing-gallery .list .img-wrap:nth-child(n+6) {
  display: none !important;
}
@media (max-width: 900px) {
  .hfy-listing-gallery .list {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    height: 280px !important;
  }
  .hfy-listing-gallery .list .img-wrap[data-idx="0"] {
    grid-row: 1 !important;
    grid-column: 1 !important;
  }
  .hfy-listing-gallery .list .img-wrap:nth-child(n+2) {
    display: none !important;
  }
}/* End custom CSS */