* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff5e1;
  color: #000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  border-bottom: 5px solid #e60000;
}

.logo {
  height: 50px;
}

.nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.donate-button {
  background: #e60000;
  color: white;
  padding: 8px 18px;
  border-radius: 3px;
  font-weight: bold;
}

.hero {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('girl background.jpg') center/cover no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 60px;
  color: white;
}
.hero-text {
  max-width: 500px;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.5;
}

.donation {
  background: white;
  padding: 40px;
  text-align: center;
  max-width: 600px;
  margin: -80px auto 40px;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.donation h2 {
  background: #e60000;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.amounts {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 400px;
  margin: 20px auto;
}
.amounts button,
.amounts input {
  padding: 15px;
  border: 2px solid #333;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: white;
  cursor: pointer;
}

.amounts input {
  color: #999;
}

.note {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  font-style: italic;
}
.donate-btn {
  background: red;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}
.usp {
  background: #e8d9b8;
  padding: 40px;
  margin: 40px auto;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  max-width: 800px;
  text-align: center;
}

.usp h3 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
}

.usp p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.leesmeer {
  padding: 8px 20px;
  margin-top: 10px;
  border: 2px solid #333;
  background: #e8d9b8;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}
.over-ons {
  background: #e8d9b8;
  padding: 40px;
  margin: 40px auto;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  max-width: 900px;
  text-align: center;
}

.over-ons h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

.over-ons-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.over-ons-text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}

.over-ons-text h4:first-child {
  margin-top: 0;
}

.over-ons-text p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}

.over-ons-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stat-box {
  background: rgba(255,255,255,0.5);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}

.stat-box h2 {
  font-size: 36px;
  font-weight: 900;
  color: #e60000;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 13px;
  line-height: 1.4;
}
.info-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}
.info-box {
  background: #e8d9b8;
  padding: 35px;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.info-box h4 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
}

.info-box p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}
.reviews {
  background: #e8d9b8;
  padding: 40px;
  margin: 40px auto;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  max-width: 800px;
  text-align: center;
}

.reviews h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

.review {
  background: rgba(255,255,255,0.3);
  padding: 20px;
  margin: 15px 0;
  border-radius: 15px;
  text-align: left;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.review-avatar {
  width: 50px;
  height: 50px;
  background: #b3b3b3;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-content {
  flex: 1;
}

.review-content strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.review-content p {
  font-size: 13px;
  line-height: 1.5;
  margin: 5px 0;
}

.stars {
  color: #ffd700;
  font-size: 16px;
  margin-top: 5px;
}

.review-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #666;
}
.contact {
  background: #e8d9b8;
  padding: 40px;
  margin: 40px auto;
  border-radius: 30px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  max-width: 900px;
  text-align: center;
}

.contact h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.contact-info h4,
.contact-form h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 2px solid #333;
  background: white;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: 100%;
}
footer {
  background: #e8d9b8;
  padding: 40px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 10px;
}

.footer-left {
  flex: 1;
}

.footer-left p {
  font-size: 12px;
  margin-top: 10px;
}

.footer-links {
  display: flex;
  gap: 60px;
  flex: 2;
}

.footer-column h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-column a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .navbar {
    padding: 10px 20px;
  }

  .nav-links {
    gap: 10px;
    font-size: 12px;
  }

  .hero {
    padding: 30px;
    height: 350px;
  }

  .hero-text h1 {
    font-size: 28px;
  }
.over-ons-content {
  grid-template-columns: 1fr;
}

.over-ons-stats {
  grid-template-columns: 1fr;
}
  .info-boxes {
    grid-template-columns: 1fr;
  }
.contact-content {
  grid-template-columns: 1fr;
}
  .footer-links {
    flex-direction: column;
    gap: 20px;
  }
  
}