/* Footer Styling */
.foundation-footer {
/* background-color: #000; Darker shade of original color */
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../media/Opeyemi house project -20241030T142837Z-001/Opeyemi house project/4.png");
background-size: cover;
color: #ffffff;
padding: 120px 20px;
font-family: Arial, sans-serif;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-about h3,
.footer-links h4,
.footer-contact h4,
.footer-newsletter h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-about p,
.footer-donate p {
    font-size: 1rem;
    line-height: 1.6;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #333;
}

.footer-contact p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer-contact a,
.donate-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-contact a:hover,
.donate-link:hover {
    color: #333;
}

.footer-donation p {
    font-size: .9rem;
    margin-bottom: 15px;
    line-height: 25px;
}
.footer-donation button {
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .5s;
}
.footer-donation button:hover {
    background-color: #333;
}

/* Lower Footer Styling */
.footer-lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-social h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.social-icon {
    color: #ffffff;
    font-size: 1.4rem;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #333;
}

/* .footer-donate {
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../media/Opeyemi house project -20241030T142837Z-001/Opeyemi house project/IMG_6693.png");
background-size: cover;
padding: 200px;
} */
.footer-donate h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-donate p {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 0.9rem;
    opacity: 0.8;
}
