/* Base Styles */
:root {
--primary-color: #4f2568;
--secondary-color: #2e7d32;
--accent-color: #4f2568;
--dark-color: #212121;
--light-color: #f5f5f5;
--text-color: #333333;
--light-text: #ffffff;
--border-color: #e0e0e0;
--success-color: #4caf50;
--error-color: #f44336;
--font-primary: 'Roboto', Arial, sans-serif;
--font-heading: 'Montserrat', Helvetica, sans-serif;
--shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
--transition: all 0.3s ease;

.btn { 
display: inline-block;
background: var(--accent-color);
color: var(--light-text);
padding: 0.5rem 1.0rem; /* Reduce vertical padding (first value) */
border: none;
border-radius: 4px;
cursor: pointer;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
transition: var(--transition);
width: 100%;
padding: 0.5rem; /* Reduce vertical padding (first value) */
border: 1px solid var(--primary-color);
border-radius: 4px;
font-family: var(--font-primary);
font-size: 1rem;
outline: none;
}

.error-messages {
color: var(--error-color);
margin-bottom: 1rem;
padding-left: 1.5rem;
list-style-type: disc;
}

.error {
border-color: var(--error-color) !important;
}

.form-success-message {
color: var(--success-color);
background-color: rgba(76, 175, 80, 0.1);
padding: 1rem;
border-radius: 4px;
margin-top: 1rem;
font-weight: 500;
}

.featured-articles {
padding: 4rem 0;
background-color: #ffffff;
}

.page-header {
background-color: var(--light-color);
padding: 2rem 0;
text-align: center;
margin-bottom: 2rem;
}.form-group input,
.form-group textarea,
.form-group select {
width: 100%;
padding: 0.75rem;
border: 1px solid var(--primary-color);
border-radius: 4px;
font-family: var(--font-primary);
font-size: 1rem;
outline: none;
}

.error-messages {
color: var(--error-color);
margin-bottom: 1rem;
padding-left: 1.5rem;
list-style-type: disc;
}

.error {
border-color: var(--error-color) !important;
}

.form-success-message {
color: var(--success-color);
background-color: rgba(76, 175, 80, 0.1);
padding: 1rem;
border-radius: 4px;
margin-top: 1rem;
font-weight: 500;
}

.featured-articles {
padding: 4rem 0;
background-color: #ffffff;
}

.page-header {
background-color: var(--light-color);
padding: 2rem 0;
text-align: center;
margin-bottom: 2rem;
}
--shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
--transition: all 0.3s ease;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}
body {
font-family: var(--font-primary);
line-height: 1.6;
color: var(--text-color);
background-color: #abb3b2; /* Changed from light sky blue to a neutral gray for better consistency */
}
a {
text-decoration: none;
color: var(--primary-color);
transition: var(--transition);
}
a {
color: var(--accent-color);
}
ul {
list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading);
line-height: 1.3;
margin-bottom: 0.75rem;
color: var(--dark-color);
}
h1 {
font-size: 2.5rem;
font-weight: 700;
}
h2 {
font-size: 2rem;
font-weight: 600;
}
h3 {
font-size: 1.5rem;
font-weight: 600;
}
p {
margin-bottom: 1.5rem;
}
/* Buttons */
.btn {
display: inline-block;
.social-icons a {
background-color: var(--primary-color);
color: var(--light-text);
border-radius: 50%;
transition: var(--transition);
transform: translateY(-3px);
background-col--f* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: var(--font-primary);
line-height: 1.6;
color: var(--text-color);
background-color: #abb3b2; /* Changed from light sky blue to a neutral gray for better consistency */
}

ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading);
line-height: 1.3;
margin-bottom: 0.75rem;
color: var(--dark-color);
}--font-primary: 'Roboto', Arial, sans-serif;
--font-heading: 'Montserrat', Helvetica, sans-serif; /* Changed from light sky blue to a neutral gray for better consistency */}

.btn {
background: var(--accent-color);
color: var(--light-text);
}background: var(--accent-color);
color: var(--light-text);
padding: 0.5rem 1.5rem; /* Reduce vertical padding (first value) */
border: none;
border-radius: 4px;
cursor: pointer;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
transition: var(--transition);
}
.btn {
background: var(--primary-color);
color: var(--light-text);
}
.primary-btn {
background: var(--primary-color);
}
.secondary-btn {
background: var(--secondary-color);
}
/* Header */
header {
background-color: var(--light-text);
box-shadow: var(--shadow);
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 100;
}
header .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo a {
font-size: 1.8rem;
font-weight: 700;
color: var(--primary-color);
letter-spacing: 1px;
}
nav ul {
display: flex;
}
nav ul li {
margin-left: 1.5rem;
}
nav ul li a {
color: var(--dark-color);
font-weight: 500;
position: relative;
padding-bottom: 5px;
}
nav ul li a,
nav ul li a.active {
color: var(--primary-color);
}
nav ul li a.active::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: var(--primary-color);
}
.menu-toggle {
display: none;
font-size: 1.5rem;
cursor: pointer;
color: var(--dark-color);
}
/* Hero */
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/hero-image.jpg');
background-size: cover;
background-position: center;
color: var(--light-text);
padding: 5rem 0;
text-align: center;
}
.hero h1 {
color: var(--light-text);
margin-bottom: 2rem;
font-size: 3rem;
}
.hero-content {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 2rem 0;
}
.hero-text {
max-width: 700px;
}
.hero-text p {
font-size: 1.2rem;
margin-bottom: 2rem;
}
/* Founder */
.founder {
padding: 5rem 0;
background-color: #fff;
}
.founder-content {
display: flex;
align-items: center;
gap: 2rem;
}

/* Mission & Vision */
.mission-vision {
padding: 5rem 0;
background-color: var(--light-color);
}
.mission-vision-content {
display: flex;
gap: 2rem;
}
.vision, .mission {
flex: 1;
background-color: #fff;
padding: 2rem;
border-radius: 8px;
box-shadow: var(--shadow);
}
/* About Sections */
.about-section {
padding: 4rem 0;
background-color: hsl(168, 6%, 83%);
}
.about-content {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.about-text h2 {
margin-bottom: 1.5rem;
}
.bullet-list {
list-style: disc;
padding-left: 1.5rem;
}
.bullet-list li {
margin-bottom: 0.5rem;
}
/* Contact Forms & Sections */
.contact-forms,
.contact-section {
padding: 4rem 0;
background-color: #e0eff0;
}
.forms-container {
display: flex;
flex-direction: column;
gap: 2rem;
}
.form-wrapper {
background-color: var(--light-color);
padding: 2rem;
border-radius: 8px;
box-shadow: var(--shadow);
flex: 1;
}
/* Form Styles */
.form-group {
margin-bottom: 1.5rem;
}
.form-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
}
.form-group input,
.form-group textarea,
.form-group select {
width: 80%;
padding: 0.75rem;
border: 1px solid var(--primary-color);
border-radius: 4px;
font-family: var(--font-primary);
font-size: 1rem;
.article {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

/* Removed empty ruleset for .about-content */
}.about-content
/* Form Validation */
.error-messages {
color: var(--error-color);
margin-bottom: 1rem;
padding-left: 1.5rem;
list-style-type: disc;
}
.error {
border-color: var(--error-color) !important;
}
.form-success-message {
color: var(--success-color);
background-color: rgba(76, 175, 80, 0.1);
padding: 1rem;
border-radius: 4px;
margin-top: 1rem;
font-weight: 500;
}
/* Blog Section */
.topic-title {
text-align: center;
font-family: 'Comic Sans MS', cursive, sans-serif;
font-size: 2.2rem;
margin-bottom: 2rem;
text-transform: uppercase;
}
    
.topic-subtitle {
color: var(--primary-color);
margin-bottom: 1rem;
}
    
.featured-grid {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
    
.blog-topic-section {
flex: 1 1 calc(50% - 2rem); /* Two columns on desktop */
background-color: #d9dfdf;
padding: 1.5rem;
border-radius: 8px;
box-shadow: var(--shadow);
}
    
.topic-articles {
margin-top: 1rem;
}
    
.article {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid var(--border-color);
}
    
.article-title {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 0.5rem;
}
    
.article-summary {
margin-bottom: 0.75rem;
}
    
.article-meta {
font-size: 0.9rem;
color: #555;
display: flex;
justify-content: space-between;
}
.refresh-info {
font-size: 0.9rem;
color: #666;
margin-bottom: 1.5rem;
}
.countdown-text {
font-style: italic;
color: var(--primary-color);
}
.loading {
text-align: center;
padding: 2rem 0;
color: #666;
}
.loading i {
margin-right: 0.5rem;
}
.error-message {
background-color: rgba(244, 67, 54, 0.1);
padding: 1rem;
border-radius: 4px;
text-align: center;
}
.retry-button {
background-color: var(--primary-color);
color: white;
border: none;
padding: 0.5rem 1rem;
border-radius: 4px;
margin-top: 1rem;
cursor: pointer;
}
/* FAQ Section */
.faq {
padding: 5rem 0;
background-color: #fff;
}
.accordion {
margin-top: 2rem;
}
.accordion-item,
.faq-item {
margin-bottom: 1rem;
border: 1px solid var(--border-color);
border-radius: 4px;
overflow: hidden;
}
.accordion-header,
.faq-question {
padding: 1rem;
background-color: var(--light-color);
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
font-weight: 600;
}
.accordion-content,
.faq-answer {
display: none;
padding: 1rem;
background-color: #fff;
}
.accordion-item.active .accordion-content,
.faq-item.active .faq-answer {
display: block;
}
.icon .fa-plus {
transition: var(--transition);
}
/* Animation classes */
.animate-on-scroll {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.animate-on-scroll.animated {
opacity: 1;
transform: translateY(0);
}
/* Footer */
footer {
background-color: var(--dark-color);
color: var(--light-text);
padding: 4rem 0 2rem;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
margin-bottom: 2rem;
}
.footer-section h3 {
color: var(--light-text);
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
padding-bottom: 0.5rem;
}
.footer-section h3::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 2px;
background-color: var(--primary-color);
}
.footer-section ul li {
margin-bottom: 0.5rem;
}
.footer-section ul li a {
color: var(--light-text);
transition: var(--transition);
}
.social-icons {
display: flex;
gap: 1rem;
}
.social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background-color: var(--primary-color);
color: var(--light-text);
border-radius: 50%;
transition: var(--transition);
transform: translateY(-3px);
}
.copyright {
text-align: center;
padding-top: 2rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.9rem;
color: #bbb;
}
/* --- Responsive Styles --- */
/* Tablets and smaller desktops (992px and below) */
@media screen and (max-width: 992px) {
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.4rem;
}
.founder-content,
.mission-vision-content {
flex-direction: column;
}
.founder-image,
.founder-text,
.vision,
.mission {
flex: 1 0 100%;
}
.hero-content {
text-align: center;
padding: 2rem 1rem;
flex-direction: column;
}
.about-text h2::after {
left: 50%;
transform: translateX(-50%);
}
.forms-container {
display: flex;
flex-direction: row;
gap: 2rem;
}
.form-wrapper {
flex: 1;
}
/* Blog Page: Make topics side-by-side */
.featured-grid {
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.featured-grid .blog-topic-section {
flex: 1 1 calc(50% - 2rem);
}
.blog-page h1 {
text-align: center;
font-family: "Comic Sans MS", cursive, sans-serif;
text-transform: uppercase;
}
}
/* Mobile devices (up to 768px) */
@media screen and (max-width: 768px) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.6rem;
}
h3 {
font-size: 1.3rem;
}
.menu-toggle {
display: block;
}
nav {
position: fixed;
top: 70px;
left: -100%;
width: 80%;
height: calc(100vh - 70px);
background-color: var(--light-text);
box-shadow: var(--shadow);
transition: var(--transition);
z-index: 100;
}
nav.active {
left: 0;
}
nav ul {
flex-direction: column;
padding: 2rem;
}
nav ul li {
margin: 0 0 1.5rem 0;
}
nav ul li a {
display: block;
font-size: 1.2rem;
}
.hero,
.founder,
.mission-vision,
.faq,
.featured-articles,
.contact-forms,
.contact-section,
.about-section {
padding: 3rem 0;
}
.forms-container {
flex-direction: column;
}
.form-wrapper {
width: 100%;
}
.footer-content {
grid-template-columns: 1fr;
text-align: center;
}
.footer-section h3::after {
left: 50%;
transform: translateX(-50%);
}
.social-icons {
justify-content: center;
}
.donation-options {
flex-direction: column;
}
.donation-option {
width: 100%;
}
/* Blog Page: stack topics vertically on mobile */
.featured-grid {
flex-direction: column;
}
.blog-topic-section {
flex: 1 1 100%;
}
.blog-page h1 {
text-align: center;
font-family: "Comic Sans MS", cursive, sans-serif;
text-transform: uppercase;
}
}
/* Small mobile devices (up to 480px) */
@media screen and (max-width: 480px) {
h1 {
font-size: 1.8rem;
}
.container {
width: 95%;
padding: 0 10px;
}
.hero {
padding: 2rem 0;
}
.btn {
padding: 0.6rem 1.2rem;
font-size: 0.9rem;
}