/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-faqs-wrapper .fusion-accordian .fusion-panel {
  border-radius: 10px;
  background: #ffffff !important;
  border: none !important;
}

/* Fusion FAQ: arrow iconen zwart op witte achtergrond */
.fusion-faqs-wrapper .fusion-accordian .fusion-toggle-icon-wrapper i,
.fusion-faqs-wrapper .fusion-accordian .fusion-toggle-icon-wrapper-sub i {
  color: #000000 !important;
  background: transparent !important;
}

/* Fusion FAQ: titel typografie */
.fusion-faqs-wrapper .fusion-accordian .fusion-toggle-heading {
  font-size: 16px !important;
  font-weight: 800 !important;
}

/* Fusion FAQ: tekst typografie */
.fusion-faqs-wrapper .fusion-accordian .panel-body,
.fusion-faqs-wrapper .fusion-accordian .panel-body p,
.fusion-faqs-wrapper .fusion-accordian .panel-body li,
.fusion-faqs-wrapper .fusion-accordian .toggle-content {
  font-size: 14px !important;
}
.fusion-counters-box.counters-box.row.fusion-clearfix.fusion-columns-4 {
  border: none;
}
/* Horizontale checklist voor contactgegevens */
ul.horizontalchecklist.fusion-checklist {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-family: 'Inter', sans-serif;
  }
  
  ul.horizontalchecklist.fusion-checklist .fusion-li-item {
    margin: 0;
  }
  
.fusion-checklist .fusion-li-item:nth-child(2n) {
    margin-top: -4px !important;
}

/* Brons/goud gradient-tekst voor header */
mark.gradient-broze-text {
  background: linear-gradient(
    135deg,
    #a77752,
    #c69053,
    #bd916b
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Kaartcontainer voor projecten (Nederland) */
.nhv-projects-map,
#nhv-projects-map {
  width: 100%;
  max-width: 850px;
  height: 750px;
  overflow: hidden;
  background: transparent;
  position: relative;
}

@media (max-width: 768px) {
  .nhv-projects-map,
  #nhv-projects-map {
    max-width: 100%;
    height: 70vh; /* vult groot deel van schermhoogte op mobiel */
  }
}

.nhv-projects-map-error {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: #5a4a3a;
  background: rgba(255, 255, 255, 0.9);
}

/* Custom kaart-pins (bronzen druppel) */
.leaflet-marker-icon.nhv-map-pin-wrapper {
  background: none;
  border: none;
}

.nhv-map-pin {
  width: 22px;
  height: 22px;
  background: #c69053;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 2px #ffffff;
}

.nhv-map-pin::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #c69053 transparent transparent transparent;
}

.nhv-map-pin-inner {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

/* Lightbox voor kaartprojecten */
.nhv-map-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* donkerdere overlay achter de lightbox */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999; /* boven header/menu van thema */
}

.nhv-map-lightbox-card {
  width: 448px;
  max-width: 90vw;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
  position: relative;
  font-family: 'Inter', sans-serif;
  transform: scale(0.92);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.nhv-map-lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: #faf8f5;
  border-radius: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nhv-map-lightbox-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.nhv-map-lightbox-city {
  position: absolute;
  left: 14px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #faf8f5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.nhv-map-lightbox-body {
  background: #ffffff;
  color: #18120f;
  padding: 14px 18px 16px;
}

.nhv-map-lightbox.nhv-map-lightbox--visible .nhv-map-lightbox-card {
  transform: scale(1);
  opacity: 1;
}

.nhv-map-lightbox-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 2px;
}

.nhv-map-lightbox-summary {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 8px;
  color: rgba(24, 18, 15, 0.8);
}

.nhv-map-lightbox-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(24, 18, 15, 0.8);
}

/* Blur over de achtergrondfoto van de projecten-sectie (row 6) */
.fusion-fullwidth.fusion-builder-row-6 {
  position: relative;
  overflow: hidden;
}

.fusion-fullwidth.fusion-builder-row-6::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fusion-fullwidth.fusion-builder-row-6 > .fusion-builder-row {
  position: relative;
  z-index: 1;
}

/* Blur over achtergrondfoto in 'blurpicture' sectie (row 8) */
.fusion-fullwidth.fusion-builder-row-8.blurpicture {
  position: relative;
  overflow: hidden;
}

.fusion-fullwidth.fusion-builder-row-8.blurpicture::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit; /* gebruikt dezelfde achtergrond (image) */
  background-color: hsla(20, 15%, 12%, 0.7);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  transform: scale(1.05); /* voorkomt harde blur-randen */
  z-index: 0;
  opacity: 0.7;
}

.fusion-fullwidth.fusion-builder-row-8.blurpicture > .fusion-builder-row {
  position: relative;
  z-index: 1;
}

/* Tellers (counters) – gelijke ruimte tussen 4 items */
@media (min-width: 768px) {
  .fusion-counters-box.counters-box.fusion-columns-4 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .fusion-counters-box.counters-box.fusion-columns-4 .fusion-counter-box {
    flex: 1 1 0;
    max-width: none;
    float: none;
    display: flex;
    align-items: center;   /* verticale centrering */
    justify-content: center;
    text-align: center;
  }

  .fusion-counters-box.counters-box.fusion-columns-4 .fusion-counter-box + .fusion-counter-box {
    margin-left: 2.5rem;   /* ruimte tussen items, niet links van de eerste */
  }
}

/* Counter-inhoud en tekst */
.fusion-counters-box.counters-box .counter-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.fusion-counters-box.counters-box .counter-box-content {
  white-space: nowrap;     /* altijd op één regel */
}

span.display-counter {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.counter-box-content {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

/* Call-to-action blok */
.nhv-cta {
  max-width: 1248px;
  margin: 2.5rem auto 0;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

.nhv-cta-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.75rem;
  border-radius: 18px;
  background: #a7774f;
  box-shadow: none;
  color: #faf8f5;
  font-family: 'Inter', sans-serif;
  position: relative;
  margin-top: 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nhv-cta-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(31, 42, 48, 0.14);
}

.nhv-cta-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #faf8f5;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
}

.nhv-cta-separator {
  width: 1px;
  height: 20px;
  background: rgba(250, 248, 245, 0.4);
}

.nhv-cta-description {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(250, 248, 245, 0.85);
  font-family: 'Inter', sans-serif;
}

.nhv-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.25rem;
  border-radius: 999px;
  background: #a7774f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.nhv-cta-button:hover {
  background: #a7774f;
  color: #ffffff;
}

.nhv-cta-button-icon {
  font-size: 14px;
}

@media (max-width: 768px) {
  .nhv-cta-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }

  .nhv-cta {
    padding: 0px;
  }

  .nhv-cta-label {
    text-align: center;
  }

  .nhv-cta-separator {
    display: none;
  }

  .nhv-cta-description {
    flex: initial;
    text-align: center;
  }

  .nhv-cta-button {
    margin-top: 0.25rem;
  }
}

/* Pakketten-tabel */
.nhv-packages {
  color: #faf8f5;
  font-family: 'Inter', sans-serif;
}

.nhv-packages-header {
  display: grid;
  grid-template-columns: 2.3fr 1fr 1fr 1fr 1fr; /* lege kolom + 4 pakketten */
  gap: 0; /* geen grid-gap, zodat kolomcenters gelijk lopen met de tabel */
  margin-bottom: 0;
}

.nhv-packages-header-spacer {
  border-top-left-radius: 0;
  background: transparent;
}

.nhv-package-card {
  background: #2c2420;
  border-radius: 15px 15px 0px 0px;
  padding: 1.75rem 1.75rem 1.5rem;
  text-align: center;
  position: relative;
}

/* Alleen de eerste en laatste zichtbare kaart afgeronde bovenhoeken geven */
.nhv-packages-header > .nhv-package-card:first-of-type {
  border-top-left-radius: 16px !important;
}

.nhv-packages-header > .nhv-package-card:last-of-type {
  border-top-right-radius: 16px !important;
}



.nhv-package-card--highlight {
  background: #44352a;
}

.nhv-package-card--highlight .nhv-package-label-top,
.nhv-package-card--highlight .nhv-package-title,
.nhv-package-card--highlight .nhv-package-subtitle {
  color: #fff7ef;
}

.nhv-package-badge {
  display: inline-block;
  padding: 0.2rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nhv-package-label-top {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #faf8f566;
}

.nhv-package-label-wrap {
  min-height: 36px; /* iets grotere vaste zone voor label/badge */
  display: flex;
  align-items: flex-start; /* zorg dat bovenranden gelijk zijn */
  justify-content: center;
  margin-bottom: 0.75rem;
}

.nhv-package-title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 8px;
  color: #faf8f5 !important; /* forceer juiste kleur boven Avada-stijlen */
}

.nhv-package-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
  color: #faf8f580;
}

.nhv-packages-table {
  background: linear-gradient(180deg, #221b16 0%, #18120f 100%);
}

.nhv-packages-table-row {
  display: grid;
  grid-template-columns: 2.3fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 1rem 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nhv-packages-table-row:nth-child(odd):not(.nhv-packages-table-row--head) {
  background-color: #2c2421;
}

.nhv-packages-table-row:nth-child(even):not(.nhv-packages-table-row--head) {
  background-color: #27201d;
}

.nhv-packages-table-row--head {
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: none;
}

.nhv-packages-table-cell--feature {
  font-size: 0.9rem;
}

.nhv-packages-table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nhv-packages-table-cell--feature {
  justify-content: flex-start;
}

.nhv-packages-table-cell--col-highlight {
  background-color: transparent;
}

.nhv-check,
.nhv-minus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nhv-check::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c69053;
  position: relative;
}

.nhv-check::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: 2px solid #faf8f5;
  border-bottom: 2px solid #faf8f5;
  transform: rotate(-45deg) translate(0, -1px);
}

.nhv-minus {
  color: rgba(250, 248, 245, 0.4);
  font-size: 1rem;
}

.nhv-packages-footer {
  display: grid;
  grid-template-columns: 2.3fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 0.85rem 1.75rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #2c2421; /* zelfde kleur als oneven rijen */
  border-radius: 0 0 16px 16px;
}

.nhv-packages-footer-cell {
  display: flex;
  justify-content: center;
}

.nhv-packages-footer-cell--feature {
  justify-content: flex-start;
}

.nhv-packages-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0.55rem 1.9rem;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #c69053;
  background: transparent;
  color: #c69053;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.nhv-packages-cta--primary {
  background-color: #c69053;
  color: #fff;
  border-color: #c69053;
}

.nhv-packages a.nhv-packages-cta:hover,
.nhv-packages a.nhv-packages-cta:focus,
.nhv-packages a.nhv-packages-cta:active,
.nhv-packages a.nhv-packages-cta:visited {
  text-decoration: none;
}

.nhv-packages-cta--outline:hover,
.nhv-packages-cta--outline:focus,
.nhv-packages-cta--outline:active {
  background-color: rgba(198, 144, 83, 0.12);
  color: #c69053;
}

.nhv-packages-cta--primary:hover,
.nhv-packages-cta--primary:focus,
.nhv-packages-cta--primary:active,
.nhv-packages-cta--primary:visited {
  background-color: #a77752;
  border-color: #a77752;
  color: #fff !important;
}

/* Mobiele variant: per pakket een eigen kaart met features */
.nhv-packages-mobile {
  display: none;
  margin-top: 1.5rem;
  gap: 1.75rem;
}

.nhv-packages-mobile-card {
  background: #2c2420;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.25rem;
}

.nhv-packages-mobile-card--highlight {
  background: #44352a;
}

.nhv-packages-mobile-features {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
}

.nhv-packages-mobile-feature {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
  color: #faf8f5;
  font-size: 14px;
  line-height: 1.35;
}

.nhv-packages-mobile-feature--off {
  opacity: 0.45;
}

.nhv-packages-mobile-feature-icon {
  width: 22px;
  display: flex;
  justify-content: center;
}

.nhv-packages-mobile-feature-label {
  flex: 1;
}

.nhv-packages-mobile-footer {
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .nhv-packages-header {
    grid-template-columns: 1fr;
    display: none; /* desktop-tabs verbergen op mobiel */
  }

  .nhv-packages-table-row {
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
    padding-inline: 1.1rem;
  }

  .nhv-packages-header-spacer {
    display: none;
  }

  .nhv-packages-table-row--head {
    display: grid; /* alleen op mobiel tonen */
  }

  .nhv-packages-footer {
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
    padding-inline: 1.1rem;
  }

  /* Op mobiel alleen de per-pakket kaarten tonen */
  .nhv-packages-table,
  .nhv-packages-footer {
    display: none;
  }

  .nhv-packages-mobile {
    display: flex;
    flex-direction: column;
  }

  .nhv-packages-mobile .nhv-packages-cta {
    width: 100%;
    text-align: center;
  }

  /* Mobiele primaire CTA volgens ontwerp */
  .nhv-packages-mobile .nhv-packages-cta--primary {
    background-color: #a77752;
    border-color: #a77752;
    color: #faf8f5;
    padding: 8px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
  }

  .nhv-packages-mobile a.nhv-packages-cta--primary:hover,
  .nhv-packages-mobile a.nhv-packages-cta--primary:focus,
  .nhv-packages-mobile a.nhv-packages-cta--primary:active,
  .nhv-packages-mobile a.nhv-packages-cta--primary:visited {
    color: #faf8f5 !important;
  }

  .nhv-packages-mobile a.nhv-packages-cta--outline:hover,
  .nhv-packages-mobile a.nhv-packages-cta--outline:focus,
  .nhv-packages-mobile a.nhv-packages-cta--outline:active {
    color: #c69053;
  }

  /* Op mobiel label en titel netjes boven elkaar, links uitgelijnd */
  .nhv-packages-mobile-card .nhv-package-label-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto; /* geen vaste hoogte op mobiel */
  }

  .nhv-packages-mobile-card .nhv-package-label-top,
  .nhv-packages-mobile-card .nhv-package-title,
  .nhv-packages-mobile-card .nhv-package-subtitle {
    text-align: left;
  }

  /* Mobiele variant van badge (uitgelicht label) zoals ontwerp: tekstkleur #A77752, geen pill */
  .nhv-packages-mobile-card .nhv-package-badge {
    background: none;
    border-radius: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a77752;
    text-align: left;
    margin-bottom: 0.25rem;
  }
}

/* ==========================================================================
   Diensten-carrousel (custom post type "dienst")
   ========================================================================== */

.nhv-diensten-section {
  width: 100%;
  background: none !important;
  padding: 0 0 4rem; /* extra ruimte onder de carrousel voor de arrows */
}

.nhv-diensten-carousel {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-inline: 0;
  box-sizing: border-box;
  background: none !important;
}

.nhv-diensten-viewport {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

.nhv-diensten-track {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  padding: 1rem 0 2.5rem;
  transform: translateX(-10vw); /* zorg voor halve kaarten links/rechts */
}

.nhv-dienst-card {
  position: relative;
  flex: 0 0 24vw;
  max-width: 24vw;
  height: 540px;
  width: 620px;
  border-radius: 18px;
  overflow: hidden;
  background: none;
}

.nhv-dienst-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  transition: transform 0.9s ease-in-out;
}

.nhv-dienst-card:hover .nhv-dienst-card-bg {
  transform: scale(1.12);
}

.nhv-dienst-card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: inherit;
  text-decoration: none;
}

.nhv-dienst-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.nhv-dienst-card-content {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.55rem;
  z-index: 1;
  color: #faf8f5;
  font-family: 'Inter', sans-serif;
}

.nhv-dienst-card-title {
  margin: 0 0 0.45rem;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #faf8f5 !important;
}

.nhv-dienst-card-link,
.nhv-dienst-card-link:visited,
.nhv-dienst-card-link:hover {
  color: #faf8f5 !important;
}

.nhv-dienst-card-summary {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(250, 248, 245, 0.9);
}

.nhv-diensten-nav {
  position: absolute;
  bottom: -2rem; /* onder de kaarten in plaats van eroverheen */
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #a77752;
  background-color: transparent;
  color: #a77752;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    transform 0.15s ease;
  z-index: 2;
}

.nhv-diensten-nav span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
}

.nhv-diensten-icon {
  width: 24px;
  height: 24px;
}

.nhv-diensten-nav--prev {
  left: 7vw;
}

.nhv-diensten-nav--next {
  left: calc(7vw + 48px); /* 8px ruimte tussen de pijlen */
}

.nhv-diensten-nav:hover {
  background-color: #a77752;
  color: #faf8f5;
  border-color: #a77752;
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  .nhv-dienst-card {
    flex: 0 0 82vw;
    max-width: none;
    height: 340px;
  }

  .nhv-diensten-carousel {
    padding-inline: 0;
  }

  .nhv-diensten-nav--prev {
    left: calc(50% - 48px);
  }

  .nhv-diensten-nav--next {
    left: calc(50% - 8px);
  }
}

/* ==========================================================================
   Contactbelme (shortcode [contactbelme])
   ========================================================================== */

.nhv-contactbelme {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: 'Inter', sans-serif;
}

.nhv-contactbelme-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
}

.nhv-contactbelme-icon-box {
  width: 44px;
  height: 44px;
  background: #a77752;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #faf8f5;
}

.nhv-contactbelme-icon {
  width: 16px;
  height: 16px;
}

.nhv-contactbelme-text {
  display: flex;
  flex-direction: column;
}

.nhv-contactbelme-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #faf8f5;
  text-decoration: none;
}

.nhv-contactbelme-item:hover .nhv-contactbelme-title {
  color: #a77751 !important;
}

.nhv-contactbelme-subtitle {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(250, 248, 245, 0.6);
}

/* ==========================================================================
   Werkwijze (stappen-timeline)
   ========================================================================== */

   #gform_submit_button_1, #gform_submit_button_2 {
    background-color:#a77751 !important;
    font-size: 18px !important;
    Font-family: 'Inter', sans-serif !important;
    margin: 24px 0px 0px !important;
    padding: 20px 40px !important;
    border-radius: 0;
    }

/* Icon naast tekst op Gravity Forms knop (form_id 2) */
#gform_submit_button_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nhv-gf-submit-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

/* ==========================================================================
   Avada icon tile override (shield SVG)
   - Vervangt FA icoon door lucide shield SVG via CSS
   ========================================================================== */

.fb-icon-element-1.fb-icon-element.fontawesome-icon.circle-yes {
  width: 80px !important;
  height: 80px !important;
  line-height: 56.32px !important;
  border-radius: 10px !important;
  background: #e5e2dd !important;
  border: 1px solid #b7b4b0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #a77752 !important; /* bronze */
  font-size: 0 !important; /* verberg fontawesome glyph */
  position: relative !important;
  overflow: hidden !important;
}

.fb-icon-element-1.fb-icon-element.fontawesome-icon.circle-yes::before {
  content: '' !important;
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23a77752%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M20%2013c0%205-3.5%207.5-7.66%208.95a1%201%200%200%201-.67-.01C7.5%2020.5%204%2018%204%2013V6a1%201%200%200%201%201-1c2%200%204.5-1.2%206.24-2.72a1.17%201.17%200%200%201%201.52%200C14.51%203.81%2017%205%2019%205a1%201%200%200%201%201%201z%27/%3E%3C/svg%3E");
}

.fb-icon-element-2.fb-icon-element.fontawesome-icon.circle-yes {
  width: 80px !important;
  height: 80px !important;
  line-height: 56.32px !important;
  border-radius: 10px !important;
  background: #e5e2dd !important;
  border: 1px solid #b7b4b0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #a77752 !important; /* bronze */
  font-size: 0 !important; /* verberg fontawesome glyph */
  position: relative !important;
  overflow: hidden !important;
}

.fb-icon-element-2.fb-icon-element.fontawesome-icon.circle-yes::before {
  content: '' !important;
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23a77752%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27m15.477%2012.89%201.515%208.526a.5.5%200%200%201-.81.47l-3.58-2.687a1%201%200%200%200-1.197%200l-3.586%202.686a.5.5%200%200%201-.81-.469l1.514-8.526%27/%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%278%27%20r%3D%276%27/%3E%3C/svg%3E");
}

.fb-icon-element-3.fb-icon-element.fontawesome-icon.circle-yes {
  width: 80px !important;
  height: 80px !important;
  line-height: 56.32px !important;
  border-radius: 10px !important;
  background: #e5e2dd !important;
  border: 1px solid #b7b4b0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #a77752 !important;
  font-size: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.fb-icon-element-3.fb-icon-element.fontawesome-icon.circle-yes::before {
  content: '' !important;
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px 36px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23a77752%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3.85%208.62a4%204%200%200%201%204.78-4.77%204%204%200%200%201%206.74%200%204%204%200%200%201%204.78%204.78%204%204%200%200%201%200%206.74%204%204%200%200%201-4.77%204.78%204%204%200%200%201-6.75%200%204%204%200%200%201-4.78-4.77%204%204%200%200%201%200-6.76Z%27/%3E%3Cpath%20d%3D%27m9%2012%202%202%204-4%27/%3E%3C/svg%3E");
}

.nhv-werkwijze-section {
  width: 100%;
  padding: 3rem 0 3.5rem;
}

.nhv-werkwijze {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 3.5rem;
  position: relative;
}

.nhv-werkwijze-step {
  position: relative;
  text-align: center;
  color: #faf8f5;
  font-family: 'Inter', sans-serif;
}

.nhv-werkwijze-step-line {
  position: absolute;
  top: 33px; /* iets lager zodat hij visueel door het midden van de iconen loopt */
  left: -50%;
  right: -50%;
  height: 1px;
  background: rgba(139, 115, 85, 0.2);
  overflow: hidden;
  z-index: 0;
}

.nhv-werkwijze-step-line::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(139, 115, 85, 0.6),
    transparent
  );
  left: -33%;
  opacity: 0;
  animation: nhv-werkwijze-pulse-sweep 6s ease-in-out infinite;
}

.nhv-werkwijze-step:first-child .nhv-werkwijze-step-line {
  left: 50%;
}

.nhv-werkwijze-step:last-child .nhv-werkwijze-step-line {
  right: 50%;
}

@keyframes nhv-werkwijze-pulse-sweep {
  0% {
    left: -33%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Stagger de animatie per stap zodat het lijkt alsof
   het licht van stap 1 naar stap 4 beweegt. De totale
   duur is 6s, dus we verdelen de delays in kwartjes. */

.nhv-werkwijze-step:nth-child(1) .nhv-werkwijze-step-line::after {
  animation-delay: 0s;
}

.nhv-werkwijze-step:nth-child(2) .nhv-werkwijze-step-line::after {
  animation-delay: 1.5s;
}

.nhv-werkwijze-step:nth-child(3) .nhv-werkwijze-step-line::after {
  animation-delay: 3s;
}

.nhv-werkwijze-step:nth-child(4) .nhv-werkwijze-step-line::after {
  animation-delay: 4.5s;
}

.nhv-werkwijze-step-icon-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.nhv-werkwijze-step-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #a77752;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  transition: transform 0.35s ease-out;
}

.nhv-werkwijze-step-icon-circle::before {
  content: '';
  position: absolute;
  inset: -5px; /* afstand tussen gevuld rondje en buitenring */
  border-radius: 50%;
  border: 1px solid rgba(250, 248, 245, 0.35);
}

.nhv-werkwijze-step:hover .nhv-werkwijze-step-icon-circle {
  /* iets groter zodat hij optisch bijna tegen de buitenring aanzit */
  transform: scale(1.12);
}

.nhv-werkwijze-step-icon {
  font-size: 24px;
}

.nhv-werkwijze-step-content {
  max-width: 260px;
  margin: 0 auto;
}

.nhv-werkwijze-step-label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #bd916b;
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
}

.nhv-werkwijze-step-title {
  margin: 0 0 0.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: rgb(250, 248, 245) !important;
  margin: 0 0 12px;
}

.nhv-werkwijze-step-description {
  margin: 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 23px;
  color: rgba(250, 248, 245, 0.5);
}
i.fusion-li-icon.fa-circle.fas {
  font-size: 8px;
}

@media (max-width: 960px) {
  .nhv-werkwijze {
    max-width: 640px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }

  .nhv-werkwijze-step-line {
    display: none;
  }
}

@media (max-width: 640px) {
  .nhv-werkwijze {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.25rem;
  }
}

/* ==========================================================================
   Diensten megamenu (shortcode [dienstenmm type="algemeen"])
   ========================================================================== */

.nhv-dienstenmm {
  width: 100%;
  font-family: 'Inter', sans-serif;
}

.nhv-dienstenmm-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nhv-dienstenmm-item {
  display: block;
  padding: 8px 10px;
  border-radius: 6px;
  text-decoration: none;
}

.nhv-dienstenmm-item:nth-child(odd) {
  background: rgba(44, 36, 32, 0.04);
}

.nhv-dienstenmm-item:nth-child(even) {
  background: rgba(44, 36, 32, 0.01);
}

.nhv-dienstenmm-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nhv-dienstenmm-title {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c2420 !important;
  line-height: 22px;
  display: block;
  text-align: left;
}

.nhv-dienstenmm-description {
  font-size: 13px;
  line-height: 20px;
  color: rgba(44, 36, 32, 0.6) !important;
  display: block;
  text-align: left;
}

.nhv-dienstenmm-item:hover .nhv-dienstenmm-title {
  color: #a77752 !important;
}

.nhv-dienstenmm-item:hover {
  background: rgba(167, 119, 82, 0.1);
}

.nhv-dienstenmm-item:hover .nhv-dienstenmm-description {
  color: rgba(44, 36, 32, 0.75) !important;
}

/* Variant: overige-diensten als compacte chips met icoon */
.nhv-dienstenmm--overige .nhv-dienstenmm-list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.nhv-dienstenmm--overige .nhv-dienstenmm-item,
.nhv-dienstenmm--overige .nhv-dienstenmm-item:nth-child(odd),
.nhv-dienstenmm--overige .nhv-dienstenmm-item:nth-child(even) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(44, 36, 32, 0.04);
}

.nhv-dienstenmm--overige .nhv-dienstenmm-item:hover {
  background: rgba(167, 119, 82, 0.12);
}

.nhv-dienstenmm--overige .nhv-dienstenmm-text {
  gap: 0;
}

.nhv-dienstenmm--overige .nhv-dienstenmm-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}

.nhv-dienstenmm--overige .nhv-dienstenmm-description {
  display: none;
}

.nhv-dienstenmm-mini-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a77752;
  flex: 0 0 16px;
}

.nhv-dienstenmm-mini-icon-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.nhv-dienstenmm-mini-icon-html,
.nhv-dienstenmm-mini-icon-html svg {
  width: 16px;
  height: 16px;
  display: block;
}

.nhv-dienstenmm-mini-icon-class {
  font-size: 14px;
  line-height: 1;
  display: block;
  color: currentColor;
  margin-top: 5px;
}

/* FAQ megamenu: zelfde typografie, maar zonder zebra-achtergrond. */
.nhv-faqmm .nhv-dienstenmm-item,
.nhv-faqmm .nhv-dienstenmm-item:nth-child(odd),
.nhv-faqmm .nhv-dienstenmm-item:nth-child(even),
.nhv-faqmm .nhv-dienstenmm-item:hover {
  padding: 8px 0;
  background: transparent;
}

.nhv-faqmm .nhv-faqmm-all-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  color: #a77752 !important;
}

.nhv-faqmm .nhv-faqmm-all-link-text {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  color: #a77752 !important;
}

.nhv-faqmm .nhv-faqmm-all-link-arrow {
  font-size: 20px;
  line-height: 1;
  transform: translateY(1px);
  color: #a77752 !important;
  margin-top: -6px;
}

.nhv-faqmm .nhv-faqmm-all-link:hover .nhv-faqmm-all-link-text,
.nhv-faqmm .nhv-faqmm-all-link:hover .nhv-faqmm-all-link-arrow {
  color: #8b6b50 !important;
}

/* Checklist layout alleen met `sideaside`: desktop 2 kolommen (50/50), 3 items per kolom. */
@media (min-width: 769px) {
  ul.fusion-checklist.sideaside {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    column-gap: 32px;
  }
}

/* Zonder `sideaside`: zelfde bronzen vink-SVG, maar checklist blijft één kolom (items onder elkaar).
   Zet op het checklist-element de extra CSS class: nhv-checklist-svg */
ul.fusion-checklist.nhv-checklist-svg {
  display: block !important;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 769px) {
  ul.fusion-checklist.nhv-checklist-svg {
    display: block !important;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    column-gap: 0;
  }
}

/* Checklist: vervang FA-icoon met circle-check SVG in brons.
   - `sideaside`: 2-koloms layout (media query hierboven) + SVG.
   - `nhv-checklist-svg`: alleen SVG; geen grid (zie hierboven). */
ul.fusion-checklist.sideaside .icon-wrapper,
ul.fusion-checklist.nhv-checklist-svg .icon-wrapper {
  color: #a77752;
}

ul.fusion-checklist.sideaside .fusion-li-icon,
ul.fusion-checklist.nhv-checklist-svg .fusion-li-icon {
  display: none;
}

ul.fusion-checklist.sideaside .fusion-li-item-content {
  color: hsla(40, 30%, 97%, 0.8);
  font-size: 1rem;
  line-height: 1.5rem;
}

ul.fusion-checklist.nhv-checklist-svg .fusion-li-item-content {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Vervang Font Awesome lightbulb in ronde icon-wrapper door SVG lightbulb */
.icon .fontawesome-icon.fa-lightbulb.far.circle-yes {
  position: relative;
  font-size: 0 !important; /* oud FA-icoon verbergen */
  color: #a77752;
  background-color: hsla(26, 34%, 49%, 0.1) !important;
  border-radius: 0.75rem;
}

.icon .fontawesome-icon.fa-lightbulb.far.circle-yes:hover {
  background-color: hsla(26, 34%, 49%, 0.1) !important;
}

.icon:hover .fontawesome-icon.fa-lightbulb.far.circle-yes,
a:hover .icon .fontawesome-icon.fa-lightbulb.far.circle-yes,
a:focus .icon .fontawesome-icon.fa-lightbulb.far.circle-yes,
a:active .icon .fontawesome-icon.fa-lightbulb.far.circle-yes {
  background-color: hsla(26, 34%, 49%, 0.1) !important;
  border-color: transparent !important;
}

.icon .fontawesome-icon.fa-lightbulb.far.circle-yes::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23a77752' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");
}

ul.fusion-checklist.sideaside .icon-wrapper::before,
ul.fusion-checklist.nhv-checklist-svg .icon-wrapper::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23a77752' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

/* ==========================================================================
   Openingstijden (shortcode [openingstijden])
   ========================================================================== */

.nhv-openingstijden {
  display: flex;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  width: 100%;
  max-width: 480px;
  color: #1f2a30;
}

.nhv-openingstijden__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(31, 42, 48, 0.12);
  font-size: 15px;
  line-height: 1.4;
}

.nhv-openingstijden__row:last-child {
  border-bottom: none;
}

.nhv-openingstijden__day {
  color: inherit;
  font-weight: 400;
}

.nhv-openingstijden__time {
  color: #6b7b86;
  font-weight: 400;
  text-align: right;
}

.nhv-openingstijden__row--today .nhv-openingstijden__day,
.nhv-openingstijden__row--today .nhv-openingstijden__time {
  font-weight: 700;
}

.nhv-openingstijden__row--today .nhv-openingstijden__time {
  color: #1f2a30;
}

/* Titel met klokicoon (class "iconopening" op de fusion-title wrapper) */
.fusion-title.iconopening,
div.fusion-title.iconopening {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.fusion-title.iconopening::before,
div.fusion-title.iconopening::before {
  content: "" !important;
  display: block !important;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: #a77752;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23faf8f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.fusion-title.iconopening .fusion-title-heading {
  margin: 0;
}

/* ==========================================================================
   Footer openingstijden (shortcode [footeropening])
   ========================================================================== */

ul.fusion-checklist.nhv-footeropening-checklist {
  display: block !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.fusion-checklist.nhv-footeropening-checklist .fusion-li-item {
  display: flex;
  align-items: flex-start;
  gap: var(--awb-icon-margin, 9.8px);
  margin: 0;
}

ul.fusion-checklist.nhv-footeropening-checklist .fusion-li-icon {
  display: none;
}

ul.fusion-checklist.nhv-footeropening-checklist .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 var(--awb-icon-width, 23.8px);
  width: var(--awb-icon-width, 23.8px);
  min-height: var(--awb-icon-height, 23.8px);
  overflow: visible;
  float: none !important;
  margin: 0 !important;
  color: rgba(250, 248, 245, 0.7);
}

ul.fusion-checklist.nhv-footeropening-checklist .fusion-li-item-content {
  flex: 1;
  min-width: 0;
  float: none !important;
  margin: 0 !important;
  color: rgba(250, 248, 245, 0.7);
}

ul.fusion-checklist.nhv-footeropening-checklist .fusion-li-item-content p {
  color: rgba(250, 248, 245, 0.7);
  margin: 0;
}

ul.fusion-checklist.nhv-footeropening-checklist .nhv-footeropening__status-dot {
  margin-top: 5px;
}

.nhv-footeropening__status-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e74c3c;
  cursor: help;
  flex: 0 0 auto;
}

.nhv-footeropening__status-dot--open {
  background-color: #2ecc71;
  box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.55);
  animation: nhv-footeropening-live 2s ease-out infinite;
}

.nhv-footeropening__status-dot--open::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid rgba(46, 204, 113, 0.55);
  animation: nhv-footeropening-ring 2s ease-out infinite;
}

@keyframes nhv-footeropening-live {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.55);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
  }
}

@keyframes nhv-footeropening-ring {
  0% {
    transform: scale(0.9);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.65);
    opacity: 0;
  }

  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nhv-footeropening__status-dot--open {
    animation: none;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.25);
  }

  .nhv-footeropening__status-dot--open::before {
    animation: none;
    opacity: 0.35;
    transform: scale(1.15);
  }
}

.nhv-footeropening__status-dot--break {
  background-color: #f39c12;
}

.nhv-footeropening__status-dot--closed {
  background-color: #e74c3c;
}

.nhv-footeropening__day {
  display: block;
  font-weight: 700;
}

.nhv-footeropening__time-primary,
.nhv-footeropening__secondary {
  display: block;
}

.nhv-footeropening__secondary[hidden] {
  display: none;
}

/* ==========================================================================
   Team-carrousel (auto-scrollend team)
   ========================================================================== */

.team-carousel {
  width: 100%;
  background-color: #f5f0eb;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .team-carousel {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

.team-carousel__inner {
  width: 100%;
}

.team-carousel__header {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  .team-carousel__header {
    margin-bottom: 4rem;
  }
}

.team-carousel__subtitle {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8b7355;
}

.team-carousel__title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  color: #2d2a26;
  font-size: 1.875rem;
}

@media (min-width: 640px) {
  .team-carousel__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .team-carousel__title {
    font-size: 3rem;
  }
}

.team-carousel__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #5b5550;
}

@media (min-width: 1024px) {
  .team-carousel__description {
    font-size: 1.125rem;
  }
}

.team-carousel__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.team-carousel__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .team-carousel__fade {
    width: 8rem;
  }
}

.team-carousel__fade--left {
  left: 0;
  background: linear-gradient(to right, #f5f0eb, rgba(245, 240, 235, 0));
}

.team-carousel__fade--right {
  right: 0;
  background: linear-gradient(to left, #f5f0eb, rgba(245, 240, 235, 0));
}

.team-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  animation: team-scroll-left 30s linear infinite;
}

.team-carousel__wrapper:hover .team-carousel__track {
  animation-play-state: paused;
}

@keyframes team-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.team-carousel__card {
  flex-shrink: 0;
  width: 18rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .team-carousel__card {
    width: 24rem;
    padding: 0 0.75rem;
  }
}

.team-carousel__card-inner {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  display: flex;
  flex-direction: column;
}

.team-carousel__card-inner:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  transform: translateY(-12px);
}

.team-carousel__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.team-carousel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-carousel__card-inner:hover .team-carousel__image {
  transform: scale(1.05);
}

.team-carousel__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(45, 42, 38, 0.6),
    rgba(45, 42, 38, 0.2),
    transparent
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.team-carousel__socials {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translate(-50%, 12px);
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.team-carousel__card-inner:hover .team-carousel__image-overlay,
.team-carousel__card-inner:hover .team-carousel__socials {
  opacity: 1;
}

.team-carousel__card-inner:hover .team-carousel__socials {
  transform: translate(-50%, 0);
}

.team-carousel__social-btn {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d2a26;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.team-carousel__social-btn:hover {
  background-color: #a77752;
  color: #ffffff;
}

.team-carousel__social-icon {
  width: 16px;
  height: 16px;
}

.team-carousel__info {
  padding: 1rem 1.25rem 1.25rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .team-carousel__info {
    padding: 1.25rem 1.5rem 1.5rem;
  }
}

.team-carousel__name {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d2a26;
}

@media (min-width: 1024px) {
  .team-carousel__name {
    font-size: 1.25rem;
  }
}

.team-carousel__role {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a77752;
}

@media (min-width: 1024px) {
  .team-carousel__role {
    font-size: 1rem;
  }
}

/* ==========================================================================
   Teksten (shortcode [teksten])
   ========================================================================== */

.nhv-teksten__toggle {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 700;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.nhv-teksten__toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Zonder JS (en crawlers): alle tekst blijft zichtbaar in de HTML. */
.nhv-teksten--js .nhv-teksten__extra:not(.is-expanded) {
  max-height: 0;
  overflow: hidden;
}

.nhv-teksten--js .nhv-teksten__toggle--less {
  display: none;
}

.nhv-teksten--js.is-expanded .nhv-teksten__toggle--more {
  display: none;
}

.nhv-teksten--js.is-expanded .nhv-teksten__toggle--less {
  display: inline;
}

/* Gravity Forms afspraak maken */
#gform_submit_button_3 {
 background-color: #a77752 !important;
 color: #ffffff !important;
 border: none !important;
 border-radius: 0 !important;
 font-size: 16px !important;
 font-weight: 600 !important;
 font-family: 'Inter', sans-serif !important;
 text-transform: uppercase !important;
 letter-spacing: 0.1em !important;
 text-align: center !important;
 text-decoration: none !important;
}