body {
	background-image: url('/images/markcommitted_59960_White_cyclorama_photo_zone_filled_with_fr_e09d54c3-6cbd-4482-af30-23c83c69f059_1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
  background-attachment: fixed;
}
.home-title{
  color: #fff !important;
  text-shadow: 0 4px 16px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.5);
}
.price {
  color: #111 !important;
  text-shadow: none !important;
}   
.intro-highlight-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.intro-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.5em;
  background: rgba(0,0,0,0.35);
  border-radius: 0.5em;
  z-index: 0;
}

.intro-highlight {
  position: relative;
  z-index: 1;
  color: #fff !important;
  text-shadow: 0 4px 16px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.5);
}

.equal-card-height {
  min-height: 450px; /* Pas dit aan naar wens */
}

.custom-toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: #333;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  font-size: 1.1rem;
  z-index: 9999;
  opacity: 0.95;
}