/* ========== Global Reset ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding-top: 110px;
}

/* ========== Banner (Fixed) ========== */
.banner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EDF4EB;
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(186, 158, 158, 0.1);
}

.logo img {
    height: 50px;
}

.donate-button {
    text-decoration: none;
    display: inline-block;
    background-color: #4A7D3E;
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.donate-button:hover {
    background-color: #678160;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.donate-button:active {
    transform: scale(0.95);
}

/* ========== Navbar (Fixed) ========== */
.navbar-container {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 1100;
    background-color: #031903d1;
    padding: 30px 20px;
    box-shadow: 0 2px 4px rgba(90, 9, 9, 0.1);
}

.navbar {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.navbar a {
    text-decoration: none;
    font-weight: bold;
    color: #6FA24D;
}

/* ========== Hero Section ========== */
.hero-section {
    text-align: center;
    margin: 20px auto;
}

.image-section {
    position: relative;
}

.main-image {
    width: 100%;
    border-radius: 10px;
}

.text-overlay {
    position: absolute;
    top: 75%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #4CAF50;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #11110d;
}

.content-box {
    max-width: 620px;
    padding: 40px;
    background-color: #1b872930;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(4, 115, 34, 0.324);
    position: absolute;
    top: 117%;
    right: 48%;
}

.content-box h1 {
    font-size: 17px;
    color: #333;
}

/* ========== Content Section ========== */
.content {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 100px 10px;
}

/* ========== Donation Box ========== */
.donation-box {
    font-family: Arial, sans-serif;
    border: 2px solid #d9ead3;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 6px rgba(4, 122, 33, 0.462);
    margin: 200px auto;
    max-width: 1250px;
}

.donation-box h2 {
    color: #4a8b5f;
    margin-bottom: 10px;
}

.donation-box p {
    color: #666;
    font-size: 14px;
    margin: 5px 0;
}

.buttons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.btn {
    border: 1px solid #4a8b5f;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    color: #4a8b5f;
    font-weight: bold;
}

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

.btn-large {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 10px 20px;
}

.disabled {
    background-color: #eee;
    color: #bbb;
    border: 1px solid #ddd;
    cursor: not-allowed;
}

/* ========== Media Section ========== */
.image-container1 img {

    max-width: 90%;
    margin-left: 70px;
    margin-top: -30%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-container video {
    max-width: 90%;
    margin-top: -30%;
    margin-right: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ========== Story Section ========== */
/* Story Section */
.story-section {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 18px;
        line-height: 1.5;
        position: relative;
        /* Adjust as needed, or remove if unnecessary */
        bottom: 50px;
        left: 0;
    }
    
    .story-section .section-title {
        margin-bottom: 10px;
        font-size: 28px;
        font-weight: bold;
        color: #0faf0f;
    }
    
.kop1 {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    padding: 10px 20px;
    margin-bottom: 900px;
}

.section-1 h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    width: 400%;
    text-align: center;
    line-height: 1.5;
    bottom: 880px;
    right: 2200px;
    position: relative;
}

.kop2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    padding: 10px 20px;
    margin-bottom: 500px;
    width: 15%;
}

.section-2 h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    width: 400%;
    text-align: center;
    line-height: 1.5;
    bottom: 480px;
    right: 8650px;
    position: relative;
}

.kop3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    padding: 10px 20px;
    margin-bottom: 500px;
    width: 5%;
}


/* Stijl voor de afbeeldingen */
.image-container-wrapper img {
    width: 410px;
    height: 300px;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(11, 215, 14, 0.571);
    left: 40px;
    position: relative;
    top: -900px; /* Verplaatst de afbeelding 40px omhoog */
    display: flex;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.banner2 {
    background: linear-gradient(90deg, #92bb9da9, #88e0931c);
    box-shadow: 0 4px 6px rgba(5, 237, 175, 0.633);
    color: rgb(11, 209, 54);
    border-radius: 20px;
    text-align: center;
    justify-content: center; /* Centraal uitlijnen */
    padding: 30px 590px 30px;
    position: absolute;
    top: 400px; /* Pas deze waarde aan */
    left: 51%;
    transform: translateX(-50%);
}


.kop4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    padding: 10px 100px;
    margin-top: -1660px;
    width: 15%;

}

body .card {
    font-family: Arial, sans-serif;
    background-color: #8bb58ea2;
    margin-left:40px;
    padding: 10px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: auto;
}
.card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(15, 201, 117, 0.571);
}
.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.card-content {
    padding: 15px;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #244a2b;
    margin-bottom: 8px;
}
.card-text {
    font-size: 14px;
    color: #555;
}

.section-4{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 22px;
    width: 400%;
    text-align: center;
    line-height: 1.5;
    bottom: 780px;
    right: 2150px;
    position: relative;
}

.kop5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    padding: 10px 100px;
    margin-top: 0px;
    width: 15%;
}

/* Form Styling */
.form-container {
    background: rgba(4, 162, 39, 0.23);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(6, 208, 80, 0.838);
    width: 1000px;
    margin-top: -700px;
    margin-left: 240px;
}
label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #05ab6663;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #046f2d;
    border-radius: 5px;
}
.date-fields {
    display: flex;
    justify-content: space-between;
}
.date-fields div {
    width: 48%;
}
.required {
    color: red;
}

 body .form-container2{
    background: rgba(4, 162, 39, 0.23);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(6, 208, 80, 0.838);
    width: 1000px;
    margin-top: 100px;
    margin-left: 240px;
}
        .form-container2 {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 400px;
        }
        h2 {
            color: #5a9853;
            font-weight: bold;
        }
        label {
            font-weight: bold;
            color: #5a9853;
            display: block;
            margin-top: 10px;
        }
        select, input {
            width: 100%;
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .name-fields {
            display: flex;
            gap: 10px;
        }
        .name-fields input {
            width: 50%;
        }
        .recaptcha {
            margin-top: 15px;
        }
        .submit-btn {
            background-color: #d8646d;
            color: white;
            padding: 15px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            cursor: pointer;
            margin-top: 10px;
        }
        .submit-btn:hover {
            background-color: #c2545e;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
          }
          
          
          body {
            font-family: Arial, sans-serif;
           
          }
          
          /* ===== Footer ===== */
          .footer {
            position: relative;
            background: linear-gradient(90deg, #92bb9daf, #88e09444);
            border-radius: 10px;
            color: #078e24;
            /* Zorg dat er ruimte is bovenaan voor de golfvorm */
            padding-top: -80px;
            /* Eventueel extra padding aan onderkant voor wat ruimte */
            padding-bottom: -10px;
            margin-top:100px;
          }
          
          
          
          
          
          /* Indeling van de footer content */
          .footer-content {
            display: flex;
            flex-wrap: wrap;      /* Als het scherm smal is, breken de kolommen onder elkaar */
            justify-content: space-between;
            max-width: 1100px;    /* Breedte-limiet, zodat het niet te breed wordt */
            margin: 0 auto;
            padding: 0 20px;      /* Zijkant-ruimte */
          }
          
          .footer-column {
            flex: 1 1 250px;      /* Minimaal 250px breed per kolom, past zich aan */
            margin: 20px;
          }
          
          .footer-column h3 {
            margin-bottom: 1em;
            font-size: 1.1rem;
          }
          
          .footer-column p,
          .footer-column ul {
            line-height: 1.6;
          }
          
          .footer-column ul {
            list-style: none;
            padding-left: 0;
          }
          
          .footer-column ul li {
            margin-bottom: 0.5em;
          }
          
          .footer-column a {
            color: #078d17;
            text-decoration: none;
          }
          
          
          
        