@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

button, body {
    font-family: "Merriweather", serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p{
    font-size: 14px;
    line-height: 26px;
}
.container {
    width: 1140px;
    margin: auto;
}

header {
    width: 100%;
    background-color: rgba(0,0 , 0, 0.3);
    position: fixed;
    z-index: 2;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding: 10px 0; 
}

header .logo {
    display: flex;
    align-items: center;
    margin-right: 0px; 
    margin-left: 30px;
}

header .logo img {
    height: 70px; 
    width: auto;  
}

header nav {
    display: flex;
    justify-content: center; 
}

header nav ul {
    list-style-type: none;
    display: flex; 
    justify-content: center;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    display: inline-block;
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    color: white;
    position: relative;
    white-space: nowrap;
    transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s ease;
}

header nav ul li a:hover {
    transform: scale(1.1); 
    color: green;
}
/* Banner Section Styling */
.banner {
    background: url('https://gumlet.assettype.com/down-to-earth%2Fimport%2Flibrary%2Flarge%2F2022-02-25%2F0.25794500_1645773147_istock-870402320.jpg?w=1024&auto=format%2Ccompress&fit=max') center/cover no-repeat;
    color: white;
    text-align: center;
    height: 600px;
    padding-top: 260px;
}

.banner-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}
.programs-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.programs-section h2 {
    font-size: 2.5rem;
    color: #27ae60;
    margin-bottom: 30px;
}

.programs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.program-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 300px; 
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.program-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.program-card h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 20px 0;
    padding: 0 15px;
}

.program-card p {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0 15px 15px 15px; 
    text-align: center;
}

.program-card .field-tag {
    font-size: 0.9rem;
    color: #27ae60;
    font-weight: bold;
    margin-bottom: 10px;
}

.program-card .program-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 15px 20px 15px; 
    background-color: #27ae60;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.program-card .program-btn:hover {
    background-color: #2ecc71;
}
.volunteer-section {
    padding: 60px 20px;
    background-color: #e9f7ef;
    text-align: center;
    color: #2c3e50;
}

.volunteer-section h2 {
    font-size: 2.5rem;
    color: #27ae60;
    margin-bottom: 20px;
}

.volunteer-section p {
    font-size: 1.2rem;
    color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.volunteer-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #27ae60;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.volunteer-btn:hover {
    background-color: #2ecc71;
    transform: translateY(-5px);
}
.workshop-event-section {
    padding: 60px 20px;
    background-color: #f4f6f7;
    color: #2c3e50;
    text-align: center;
}

.workshop-header {
    margin-bottom: 40px;
}

.workshop-header h2 {
    font-size: 2.8rem;
    color: #27ae60;
    margin-bottom: 15px;
    font-weight: bold;
}

.workshop-header p {
    font-size: 1.2rem;
    color: #7f8c8d;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.workshop-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.workshop-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: calc(33% - 20px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    position: relative;
}

.workshop-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.workshop-card-header {
    background-color: #27ae60;
    color: white;
    padding: 20px;
    text-align: center;
}

.workshop-card-header h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.workshop-card-header .date {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.workshop-card-body {
    padding: 20px;
    color: #7f8c8d;
    font-size: 1rem;
    text-align: left;
    line-height: 1.6;
}

.workshop-card-body p {
    margin-bottom: 15px;
}

.workshop-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #27ae60;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 15px;
}

.workshop-btn:hover {
    background-color: #2ecc71;
    transform: translateY(-3px);
}


/* Footer Section Styling */
.footer {
    background-color: #2c3e50;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.footer .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-logo {
    flex: 1;
    margin: 10px;
}

.footer-logo img {
    width: 180px;
}

.footer-logo p {
    font-size: 0.9rem;
    color: #27ae60;
    margin-top: 10px;
}

.footer-links {
    flex: 1;
    margin: 10px;
    min-width: 250px;
    color: #27ae60;
}

.footer-links h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    margin: 10px 0;
}

.footer-links ul li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 1rem;
}

.footer-links ul li a:hover {
    color: #27ae60;
}

/* Contact Section */
.footer-contact {
    flex: 1;
    margin: 10px;
    min-width: 250px;
}

.footer-contact h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #27ae60;
}

.footer-contact ul {
    list-style-type: none;
    padding: 0;
}

.footer-contact ul li {
    margin: 10px 0;
    color: #ecf0f1;
    font-size: 1rem;
}

.footer-contact ul li span {
    font-weight: bold;
    color: #bdc3c7;
}

/* Newsletter Section */
.footer-newsletter {
    flex: 1;
    margin: 10px;
    min-width: 250px;
    text-align: left;
    margin-bottom: 20px;
}

.footer-newsletter h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #27ae60;
}

.footer-newsletter form {
    display: flex;
    flex-direction: column;
}

.footer-newsletter input {
    padding: 12px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.footer-newsletter button {
    padding: 12px;
    background-color: #27ae60;
    border: none;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.footer-newsletter button:hover {
    background-color: #2ecc71;
}

.footer-bottom {
    background-color: #34495e;
    padding: 15px 0;
}

.footer-bottom p {
    font-size: 1rem;
    color: #bdc3c7;
}
