* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #ffd700X;
    line-height: 1.6;
}

header {
    text-align: center;
    padding: 30px;
    background-color: #ced842;
    color: white;
}

.logo {
    width: 80px;
    height: auto;
}

header h1 {
    font-size: 2em;
    margin-top: 10px;
}

header p {
    font-size: 1.2em;
    font-style: italic;
}

.section-image {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    margin: 20px 0;
}

.mission-section img {
    height: 400px;
}

.mission-section,
.help-section,
.jobs-section,
.hero-section,
.donation-section,
.support-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f4f4f4;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.help-section {
    position: relative;
    background-color: #cce0df;
}

.help-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.jobs-section .job-link {
    display: inline-block;
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
}

.jobs-section img {
    height: auto;
    width: 1000px;
}

.jobs-section .job-link:hover {
    background-color: #ffcc00;
}

.donation-options button,
.amount-buttons button {
    background-color: #008cff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.donation-options button:hover,
.amount-buttons button:hover {
    background-color: #007acc;
}

footer {
    background-color: #5b5b5b;
    color: white;
    padding: 20px;
    text-align: center;
}

footer .social-links a {
    margin: 0 10px;
    display: inline-block;
}

footer .social-links img {
    width: 30px;
    height: auto;
    filter: invert(100%);
}

footer p {
    margin-top: 10px;
    font-size: 0.9em;
}

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

body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #E7F9F7;
    line-height: 1.6;
}

/* Navbar Styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #474747;
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.navbar ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin: 0 15px;
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar ul li a:hover {
    color: #ffd700;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}


body {
    padding-top: 60px;
}

header {
    text-align: center;
    padding: 30px;
    background-color: #ffd700;
    color: rgb(255, 255, 255);
}

.logo {
    width: 80px;
    height: auto;
}

header h1 {
    font-size: 2em;
    margin-top: 10px;
}

header p {
    font-size: 1.2em;
    font-style: italic;
}

.section-image {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    margin: 20px 0;
}

.mission-section,
.help-section,
.jobs-section,
.hero-section,
.donation-section,
.support-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #bdbdbd;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.help-section {
    position: relative;
    background-color: #cce0df;
}

.help-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}

.jobs-section .job-link {
    display: inline-block;
    background-color: #ffd700;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
}

.jobs-section .job-link:hover {
    background-color: #ffcc00;
}

.donation-options button,
.amount-buttons button {
    background-color: #008cff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.donation-options button:hover,
.amount-buttons button:hover {
    background-color: #007acc;
}

.donation-buttons {}

.donation-section img {
    height: 500px;
}

footer {
    background-color: #737373;
    color: white;
    padding: 20px;
    text-align: center;
}

footer .social-links a {
    margin: 0 10px;
    display: inline-block;
}

footer .social-links img {
    width: 30px;
    height: auto;
    filter: invert(100%);
}

footer p {
    margin-top: 10px;
    font-size: 0.9em;


}

footer p :last-child {
    justify-content: center;
}


.reviews-section {
    padding: 20px;
    background-color: #616161;
    color: #ffffff;
    text-align: left;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.reviews-section h3 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.review {
    margin-bottom: 15px;
}

.review p {
    font-size: 1em;
    line-height: 1.5;
}