/* ðŸŽ¨ doneren.css */
/* =============================================== */
/* ðŸŒ¿ Hero sectie */
.donatie-hero {
  position: relative;
  background: url("/assets/img/donerenBG.png") center/cover no-repeat;
  color: white;
  padding: 6rem 1rem 4rem;
  overflow: hidden;
}

.donatie-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 20, 0.55);
  z-index: 1;
}
.donatie-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.donatie-type-toggle {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  justify-content: center;
}

.toggle-btn {
  padding: 12px 30px;
  border: 2px solid #4CAF50;
  background: white;
  color: #4CAF50;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.toggle-btn:hover {
  background: #f0f8f0;
}

.toggle-btn.active {
  background: #4CAF50;
  color: white;
}

.donatie-section {
  margin-top: 20px;
}
.donatie-bedrag-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
#donatie-bedrag {
  width: 100px;
  text-align: right;
  padding: 6px;
}

.donatie-hero .container {
  position: relative;
  z-index: 2;
}

.donatie-hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.donatie-hero p {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 600px;
}

.hero-buttons {
  margin-top: 1.5rem;
}

.hero-buttons a {
  margin-right: 1rem;
}

/* ðŸŒŸ Donatievormen */
.donatie-vormen {
  background: #f5f5f5;
  padding: 5rem 1rem;
  text-align: center;
}

.donatie-vormen h2 {
  color: #1e6f43;
  margin-bottom: 2rem;
}

.donatie-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.donatie-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  width: 300px;
  padding: 2rem 1rem;
  transition: transform 0.3s ease;
}

.donatie-card:hover {
  transform: translateY(-6px);
}

.donatie-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.donatie-card h3 {
  color: #1e6f43;
  margin-bottom: 0.5rem;
}

/* ðŸ’³ Donatieformulier */
.donatie-formulier {
  padding: 4rem 1rem;
  background: #fff;
  text-align: center;
}

.donatie-formulier h2 {
  color: #1e6f43;
  margin-bottom: 1rem;
}

.donatie-formulier p {
  color: #444;
  margin-bottom: 2rem;
}

.donatie-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.donatie-bedragen {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.donatie-bedragen label {
  background: #eaf3ed;
  border: 2px solid #1e6f43;
  color: #1e6f43;
  border-radius: 6px;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donatie-bedragen label:hover {
  background: #1e6f43;
  color: white;
}

.donatie-bedragen input[type="number"] {
  width: 150px;
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.donatie-gegevens input,
.donatie-gegevens textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.75rem;
}

/* ðŸ’š Bedanktsectie */
.donatie-thanks {
  background: #1e6f43;
  color: white;
  text-align: center;
  padding: 4rem 1rem;
}

.donatie-thanks h2 {
  font-size: 2rem;
}

.donatie-thanks img {
  max-width: 400px;
  border-radius: 12px;
  margin-top: 1.5rem;
}

/* ðŸ“± Responsief */
@media (max-width: 768px) {
  .donatie-grid {
    flex-direction: column;
    align-items: center;
  }

  .donatie-card {
    width: 90%;
  }

  .donatie-hero h1 {
    font-size: 2.2rem;
  }

  .donatie-hero p {
    font-size: 1rem;
  }
}
/* ðŸ§ƒ Specifiek voor flesjes-donatie */
.donatie-card:nth-child(3) {
  background: #f3fff7;
  border: 2px solid #a3e4b3;
}

.donatie-card:nth-child(3):hover {
  background: #e2fbe9;
  transform: translateY(-5px);
}

/* ðŸ’š Stripe-knoppen */
.btn-primary[target="_blank"],
.btn-outline[target="_blank"] {
  background: #1e6f43;
  color: #fff;
  border: none;
  font-weight: 600;
}

.btn-primary[target="_blank"]:hover,
.btn-outline[target="_blank"]:hover {
  background: #145d34;
}
/* ðŸŒ¿ Stijlvolle donatie-dropdown */
.donatie-dropdown {
  appearance: none; /* verwijdert standaard browserstijl */
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1e6f43;
  background: #ffffff url("data:image/svg+xml;utf8,<svg fill='%231e6f43' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1rem center;
  background-size: 18px;
  border: 2px solid #1e6f43;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.donatie-dropdown:hover {
  background-color: #f5fff9;
  border-color: #145c36;
}

.donatie-dropdown:focus {
  outline: none;
  border-color: #0b3b23;
  box-shadow: 0 0 0 3px rgba(30, 111, 67, 0.25);
}

.donatie-dropdown option {
  font-weight: 500;
  color: #222;
  background: #fff;
  padding: 0.5rem;
}

/* ðŸ§© Responsief */
@media (max-width: 768px) {
  .donatie-dropdown {
    font-size: 0.95rem;
  }
}

/* ðŸ§ƒ Uitleg Flesjes Doneren */
.flesjes-info {
  background: #f5f5f5;
  padding: 5rem 1rem;
}

.flesjes-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.flesjes-beeld {
  flex: 1 1 45%;
}

.flesjes-beeld img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.flesjes-tekst {
  flex: 1 1 50%;
}

.flesjes-tekst h2 {
  color: #1e6f43;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.flesjes-tekst p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.flesjes-tekst ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.flesjes-tekst ul li {
  margin-bottom: 0.8rem;
  padding-left: 1.8rem;
  position: relative;
  font-size: 1rem;
  color: #222;
}

.flesjes-tekst ul li::before {
  content: "âœ”";
  position: absolute;
  left: 0;
  color: #1e6f43;
  font-weight: bold;
}

.flesjes-tekst .highlight {
  background: #e7f7ec;
  border-left: 4px solid #1e6f43;
  padding: 0.8rem 1rem;
  margin: 1.5rem 0;
  border-radius: 6px;
  font-style: italic;
  color: #145c36;
}

/* ðŸ“± Responsief */
@media (max-width: 768px) {
  .flesjes-grid {
    flex-direction: column;
  }

  .flesjes-beeld {
    order: -1;
  }

  .flesjes-tekst h2 {
    font-size: 1.7rem;
    text-align: center;
  }

  .flesjes-tekst ul {
    margin-left: 0;
  }

  .flesjes-tekst p,
  .flesjes-tekst ul li {
    text-align: center;
  }

  .flesjes-tekst .highlight {
    text-align: center;
  }
}

/* ðŸ’š Waarvoor gebruiken we jouw donatie */
.donatie-bestemming {
  background: #fff;
  padding: 5rem 1rem;
  text-align: center;
}

.donatie-bestemming h2 {
  color: #1e6f43;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.donatie-bestemming .intro {
  max-width: 750px;
  margin: 1rem auto 3rem;
  padding: 1.2rem 1.8rem;
  background: #e8f5ee; /* zacht groenig in plaats van grijs */
  border-left: 4px solid #1e6f43;
  border-radius: 8px;
  color: #1e3b27;
  line-height: 1.7;
  font-size: 1.05rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.bestemming-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.bestemming-card {
  background: #f5f5f5;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  flex: 1 1 calc(33.333% - 2rem);
  max-width: 340px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bestemming-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.bestemming-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.bestemming-card h3 {
  color: #1e6f43;
  margin: 1.2rem 1rem 0.5rem;
}

.bestemming-card p {
  color: #333;
  margin: 0 1rem 1.5rem;
  line-height: 1.6;
}

.cta-center {
  margin-top: 3rem;
}

.cta-center .btn {
  padding: 0.9rem 2rem;
  font-size: 1rem;
}
/* ðŸ’š Bedanktsectie */

/* ðŸ’š Bedanktsectie */
.donatie-thanks {
  background: #1e6f43;
  color: white;
  text-align: center;
  padding: 4rem 1rem;
}

.donatie-thanks h2 {
  font-size: 2rem;
}

.donatie-thanks img {
  max-width: 400px;
  border-radius: 12px;
  margin-top: 1.5rem;
}

/* === CTA BANNER (MOOIERE STIJL) === */
.cta-banner {
  background: linear-gradient(135deg, #e0f5ea, #d3f0e2);
  border-top: 2px solid #c0e8d4;
  padding: 5rem 1rem;
  text-align: center;
  margin-top: 6rem;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* Subtiel decoratief effect */
.cta-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,123,85,0.15) 0%, transparent 70%);
  z-index: 0;
}

.cta-banner::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,179,119,0.12) 0%, transparent 70%);
  z-index: 0;
}

/* Inhoud */
.cta-banner .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.cta-banner h2 {
  font-size: 2.2rem;
  color: #004d36;
  margin-bottom: 1rem;
  font-weight: 700;
}

.cta-banner p {
  font-size: 1.15rem;
  color: #2b2b2b;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Knop */
.cta-banner .btn.btn-secondary {
  background: linear-gradient(135deg, #007b55, #00b377);
  color: #fff;
  padding: 1rem 2.8rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 123, 85, 0.25);
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-banner .btn.btn-secondary:hover {
  background: linear-gradient(135deg, #00b377, #00cc88);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 123, 85, 0.35);
}

/* Mobiel */
@media (max-width: 768px) {
  .cta-banner {
    padding: 4rem 1.5rem;
  }
  .cta-banner h2 {
    font-size: 1.7rem;
  }
  .cta-banner p {
    font-size: 1rem;
  }
  .cta-banner .btn.btn-secondary {
    width: 100%;
  }
}

/* ðŸ“± Responsief */
@media (max-width: 768px) {
  .bestemming-grid {
    flex-direction: column;
    align-items: center;
  }

  .bestemming-card {
    max-width: 90%;
  }

  .donatie-bestemming h2 {
    font-size: 1.8rem;
  }

  .donatie-bestemming .intro {
    font-size: 1rem;
  }
 
}
/* === Verbeterde donatieknoppen === */
.donatie-bedragen {
  text-align: center;
  margin-top: 1rem;
}

.donatie-label {
  display: block;
  font-weight: 600;
  color: #1e6f43;
  margin-bottom: 0.6rem;
}

.donatie-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.donatie-btn {
  background: #f9faf9;
  border: 2px solid #cde5d4;
  border-radius: 10px;
  padding: 0.5rem 1.1rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.donatie-btn:hover {
  border-color: #1b8f44;
  background: #e9f6ef;
}

.donatie-btn.active {
  background: #1b8f44;
  color: #fff;
  border-color: #1b8f44;
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.input-wrapper input {
  width: 110px;
  padding: 0.4rem 0.6rem;
  border: 2px solid #cde5d4;
  border-radius: 8px;
  text-align: right;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.input-wrapper input:focus {
  border-color: #1b8f44;
  outline: none;
}

.donatie-submit {
  background-color: #1b8f44 !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.05rem;
  border-radius: 12px;
  padding: 0.8rem 1.6rem;
  transition: background-color 0.2s ease;
  box-shadow: 0 3px 8px rgba(27, 143, 68, 0.3);
}

.donatie-submit:hover {
  background-color: #157635 !important;
}

/* Responsief */
@media (max-width: 600px) {
  .donatie-buttons {
    gap: 0.4rem;
  }

  .donatie-btn {
    flex: 1 1 28%;
    padding: 0.5rem;
    font-size: 0.95rem;
  }
}
.donatie-handmatig {
  text-align: center;
  margin-top: 1.2rem;   /* extra ruimte boven */
  margin-bottom: 1.2rem; /* extra ruimte onder */
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.input-wrapper span {
  font-weight: bold;
  color: #1b8f44;
  font-size: 1.1rem;
}

.input-wrapper input {
  width: 100px;
  padding: 0.4rem 0.6rem;
  border: 2px solid #cde5d4;
  border-radius: 8px;
  text-align: right;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.input-wrapper input:focus {
  border-color: #1b8f44;
  outline: none;
}
/* === Donatie layout fix === */
.donatie-bedragen form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem; /* ruimte tussen alle elementen */
  margin-top: 1rem;
}

.donatie-handmatig {
  text-align: center;
  margin-top: 1.5rem;   /* meer ruimte boven */
  margin-bottom: 1.5rem; /* meer ruimte onder */
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.6rem; /* extra ruimte onder label */
}

.input-wrapper span {
  font-weight: bold;
  color: #1b8f44;
  font-size: 1.1rem;
}

.input-wrapper input {
  width: 110px;
  padding: 0.5rem 0.6rem;
  border: 2px solid #cde5d4;
  border-radius: 8px;
  text-align: right;
  font-size: 1.05rem;
  transition: border-color 0.2s ease;
}

.input-wrapper input:focus {
  border-color: #1b8f44;
  outline: none;
}
.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;          /* iets meer ruimte tussen € en veld */
  margin-top: 0.8rem;   /* meer ruimte onder label */
}

.donatie-handmatig label {
  display: block;
  margin-bottom: 0.3rem; /* subtiele extra ruimte boven veld */
}
/* CTA-knop standaard */
.cta-banner .btn.btn-secondary {
  background: linear-gradient(135deg, #007b55, #00b377);
  color: #fff;
  padding: 1rem 2.8rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 123, 85, 0.25);
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.cta-banner .btn.btn-secondary:hover {
  background: linear-gradient(135deg, #00b377, #00cc88);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 123, 85, 0.35);
}

/* 📱 Mobiel: knop over volle breedte en gecentreerd */
@media (max-width: 768px) {
  .cta-banner .btn.btn-secondary {
    display: block;
    width: 100%;
    max-width: 400px;   /* optioneel: beperking zodat het niet te breed wordt */
    margin: 0 auto;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    white-space: normal; /* breekt netjes af indien nodig */
  }
}
.cta-banner .btn.btn-secondary {
  display: flex;                 /* flex maakt het makkelijk om te centreren */
  align-items: center;           /* icoon en tekst netjes verticaal */
  justify-content: center;       /* centreren van de inhoud */
  background: linear-gradient(135deg, #007b55, #00b377);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 123, 85, 0.25);
  transition: all 0.3s ease;
  margin: 0 auto;               /* ⬅️ centreren de hele knop zelf */
  max-width: 400px;             /* optioneel: vaste breedte beperking */
}

.cta-banner .btn.btn-secondary:hover {
  background: linear-gradient(135deg, #00b377, #00cc88);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 123, 85, 0.35);
}

@media (max-width: 768px) {
  .cta-banner .btn.btn-secondary {
    width: 100%;
    max-width: 400px;
  }
}
.cta-banner .container {
  text-align: center;
}