.hero-container {
  position: relative;
  display: inline-block;
  height: 500px;
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.hero {
  height: 100vh; /* volle viewport hoogte */
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  z-index: 1;
  filter: brightness(60%); /* subtiele donkere overlay voor contrast */
}

.hero .container {
  z-index: 3;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 0;
  font-family: 'Urbanist', sans-serif;
}

.contact-img {
  height: 350px;
  width: 100vw;
}

.contact-btn {
  background-color: #ff4848;
  position: relative;
  z-index: 10 !important;
}

.contact-btn:hover {
  background-color: #5b0d0d;
}

.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.island-red {
  background-color: #ff4848;
}

.custom-shape-divider-bottom-1761596037 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}

.custom-shape-divider-bottom-1761596037 svg {
    position: relative;
    display: block;
    width: calc(271% + 1.3px);
    height: 337px;
}

.custom-shape-divider-bottom-1761596037 .shape-fill {
    fill: #FFFFFF;
}

.sloped-top-section {
    position: relative;
    background: linear-gradient(to right, #8dc890, #f3f3a2);
}

.sloped-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px; /* hoogte van de schuine kant */
    overflow: hidden;
    z-index: 1;
}

.sloped-top-bg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sloped-top-bg .shape-fill {
    fill: #ffffff; /* kleur van de content sectie onder de schuine achtergrond */
}

/* --- Consistent card height and clean flex layout --- */
.home-card {
  height: 250px;
  overflow: hidden;
}

.home-card .row {
  height: 100%;
}

/* Image container ensures perfect cropping */
.home-card .col-md-4 {
  overflow: hidden;
}

/* Image always fills its area proportionally */
.home-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Text column keeps button at bottom */
.home-card .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Make sure text doesn’t overflow */
.home-card .card-text {
  flex-grow: 1;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .home-card {
    height: auto;           /* laat card groeien voor tekst */
    overflow: hidden;       /* crop alles buiten de card container */
  }

  .home-card .row {
    flex-direction: column; /* stack image + text */
  }

  /* Image container */
  .home-card .col-md-4 {
    width: 100%;
    max-height: 200px;      /* fixed height voor image */
    overflow: hidden;       /* crop boven/onderkant */
  }

  .home-card .col-md-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Text column */
  .home-card .col-md-8 {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-card .btn {
    width: 100%;
  }
}

.review-img {
  max-height: 400px;   /* gewenste hoogte */
  width: 100%;
  object-fit: cover;   /* vult de breedte, knipt teveel van boven/onder af */
}

.sloped-img {
  max-height: 400px;   /* gewenste hoogte */
  width: 100%;
  object-fit: cover;   /* vult de breedte, knipt teveel van boven/onder af */
}


.card-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem; /* klein font */
  color: #6c757d; /* Bootstrap grijs */
  margin-top: auto; /* push naar onder als nodig */
}

.img-cover {
  object-fit: cover; /* vult hele container zonder vervorming */
  object-position: center; /* center van de afbeelding behouden */
}

.btn-custom-yellow {
  background-color: #F3F3A2;
  color: #000;
  border: none;
}

.btn-custom-yellow:hover {
  background-color: #7e7e53;
  color: #ffffff;
  border: none;
}

.btn-custom-green {
  background-color: #8DC890;
  color: #fff;
  border: none;
}

.btn-custom-green:hover {
  background-color: #4c6b4d;
  color: #fff;
  border: none;
}

.btn-whatsapp {
  background-color: #25D366;
}

.btn-whatsapp:hover {
  background-color: #177539;
}

.btn-custom-gray {
  background-color: #c6c6c6;
  color: #fff;
  border: none;
}

.btn-custom-blue {
  background-color: #4672be;
  color: #fff;
  border: none;
}

.btn-custom-blue:hover {
  background-color: #1d3153;
  color: #fff;
  border: none;
}

.btn-custom-gray:hover {
  background-color: #525252;
  color: #fff;
  border: none;
}

/* Optioneel: afgeronde knoppen zoals de card */
.btn-custom-yellow,
.btn-custom-green,
.btn-custom-red {
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
}


.review-section {
  background-color: #fff;
}

/* Kaartenstapel */
.card-stack {
  position: relative;
  width: 18rem;
  height: 420px;
  perspective: 1000px; /* voor 3D effect */
}

.card-text-wrapper {
  max-height: 120px; /* set the visible height */
  overflow-y: auto;  /* enable vertical scroll */
  font-size: 0.9rem; /* smaller text */
  padding-right: 5px; /* space for scrollbar */
}

/* optional: style the scrollbar */
.card-text-wrapper::-webkit-scrollbar {
  width: 6px;
}

.card-text-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.card-text-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.cards-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.review-card {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease, transform 0.5s ease;
  cursor: pointer;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  width: 18rem;
  height: 450px; /* vaste hoogte */
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}

.review-card.behind::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.10); /* grey tint */
  border-radius: 0.5rem;
  pointer-events: none; /* don't block clicks */
}

.review-card img.card-img-top {
  height: 180px; /* vaste hoogte voor afbeelding */
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.review-card .card-body {
  flex: 1; /* vult rest van card */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Offset en 3D effect voor stapel */
.review-card:nth-child(1) { left: 0; z-index: 5; transform: rotateY(0deg); }
.review-card:nth-child(2) { left: 20px; z-index: 4; transform: rotateY(-2deg); }
.review-card:nth-child(3) { left: 40px; z-index: 3; transform: rotateY(-4deg); }
.review-card:nth-child(4) { left: 60px; z-index: 2; transform: rotateY(-6deg); }
.review-card:nth-child(5) { left: 80px; z-index: 1; transform: rotateY(-8deg); }

/* Hover effect: top kaart omhoog */
.review-card:hover {
  transform: translateY(-10px) rotateY(0deg);
  z-index: 10;
}

/* Pijlen */
.btn-scroll {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background-color: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.btn-scroll.left {
  left: -60px;
}

.btn-scroll.right {
  right: -60px;
}

.btn-scroll svg {
  width: 16px;
  height: 16px;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 8px 0;
}

.rating-stars i {
  color: #FFEE00;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .review-section .col-md-6:first-child {
    display: flex;
    justify-content: flex-start; /* alles aan de linkerkant */
  }
}

@media (max-width: 768px) {
  .card-stack {
    margin-bottom: 100px;
    position: relative;
  }
}

.banner-section {
  width: 100%;
  height: 400px;      /* vaste hoogte */
  overflow: hidden;   /* snijdt alles wat buiten valt af */
  position: relative;
}

.banner-section img {
  width: 100%;        /* volle breedte */
  height: 100%;       /* vult containerhoogte */
  object-fit: cover;  /* snijdt teveel af, geen vervorming */
  display: block;     /* voorkomt onderruimte */
}

.image-section {
  background-color: #f3f3e7; /* achtergrondkleur */
}

/* Afbeelding vierkant en bijgesneden */
.img-box {
  width: 100%;
  padding-top: 100%; /* maakt het vierkant op basis van breedte */
  position: relative;
  overflow: hidden;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* snijdt bij, geen vervorming */
  display: block;
}

/* Afbeelding netjes bijsnijden */
.alternate-section .img-box {
  width: 100%;
  height: 300px; /* vaste hoogte */
  overflow: hidden;
  position: relative;
}

.alternate-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* snijdt bij, geen vervorming */
  display: block;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

.img-box-green {
  width: 100%;
  aspect-ratio: 3 / 2; /* houdt 3:2 verhouding aan */
  position: relative;
  overflow: hidden;
}

.img-box-green img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* vult netjes zonder vervormen */
  display: block;
}


/* Gradient overlay on top of image */
.image-gradient {
  position: absolute;
  inset: 0; /* covers full image */
  background: linear-gradient(to top, rgba(141, 200, 144, 0.8), rgba(141, 200, 144, 0));
  pointer-events: none; /* lets clicks pass through */
  z-index: 1;
  border-radius: 15px;
}

/* Position text above gradient */
.overlay-text {
  z-index: 2;
  bottom: 1rem;
  width: 100%;
}

.text-green {
  color: #8DC890;
}

.text-blue {
  color: #4672be;
}

.text-yellow {
  color: #79794e;
}

.text-grey {
  color: #a8a8a8;
}

html {
  scroll-behavior: smooth;
}

.footer-links li {
  position: relative;
  padding-right: 0.75rem;
}

.footer-links li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.6;
}


.practical-info-section {
  /* Diagonal gradient from top-left to bottom-right */
  background: linear-gradient(
    135deg,       /* 45° would go from top-left to bottom-right, 135° flips it diagonally */
    #ffffff,      /* your current grey */
    #bebe7f98       /* brown/yellowish */
  );
}

.brownish {
  background-color: #bebe7f98;
}
