body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


.topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo a {
    font-size: 26px;
    font-weight: 700;
    color: #f4f4f4;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.logo .seeds {
    color: #04AA6D;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: #f2f2f2;
    text-decoration: none;
    padding: 14px 16px;
    font-size: 17px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links a:hover {
    background-color: #ddd;
    color: #333;
    border-radius: 5px;
}

.nav-links a.active {
    background-color: #04AA6D;
    color: #fff;
    border-radius: 5px;
}


.hero {
    background-color: #04AA6D;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

.hero-button {
    display: inline-block;
    background-color: #fff;
    color: #04AA6D;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.hero-button:hover {
    background-color: #f4f4f4;
}

.about {
    background-color: #f9f9f9;
    padding: 80px 20px;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.step {
    flex: 1 1 250px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.step h3 {
    color: #04AA6D;
    margin-bottom: 10px;
}

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


.section {
    padding: 80px 20px;
    text-align: center;
}

.section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}


.programs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.program {
    flex: 1 1 250px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.program h3 {
    color: #04AA6D;
    margin-bottom: 10px;
}

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


.event-list {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.event-list li {
    background-color: #f4f4f4;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.event-list li strong {
    color: #04AA6D;
}

.event-list li em {
    float: right;
    font-style: normal;
    color: #333;
}

.footer-cta {
    background-color: #333;
    color: #f4f4f4;
    text-align: center;
    padding: 60px 20px;
}

.footer-cta h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #04AA6D;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.footer-cta p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
}

.footer-button {
    background-color: #04AA6D;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.footer-button:hover {
    background-color: #03985a;

}


.contact-section {
    background-color: #f4f4f4;

    padding: 60px 20px;
    text-align: center;
}

.contact-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #04AA6D;

    margin-bottom: 15px;
}

.contact-section p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.5;
    color: #333;
}

.contact-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;

}

.contact-section ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-section ul li a {
    color: #04AA6D;
    text-decoration: none;
    font-weight: 600;
}

.contact-section ul li a:hover {
    text-decoration: underline;
}

.social-links {
    font-size: 16px;
    margin-top: 10px;
}

.social-links a {
    color: #04AA6D;
    text-decoration: none;
    font-weight: 600;
    margin: 0 5px;
}

.social-links a:hover {
    text-decoration: underline;
}

.programs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.program {
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    flex: 1 1 250px;

    max-width: 300px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.program:hover {
    transform: translateY(-5px);
}

@media screen and (max-width: 600px) {
    .nav-links {
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }
}

#contact ul {
    list-style: none;
    padding: 0;
    margin-left: 0;

}

html {
    scroll-behavior: smooth;
}