* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #e9f7ef; /* Light green background */
  overflow-x: hidden;
}

/* HEADER */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #145a32;
  padding: 16px 20px;
  color: #ffffff;
  flex-wrap: wrap;
}

/* LOGO */
.logo-wrapper {
  display: flex;
  align-items: center;
}

.site-logo {
  height: 105px;
  width: auto;
  display: block;
}

/* SITE TITLE */
.site-header h1 {
  font-size: 1.3rem;
  margin: 0 10px;
  color: #ffffff;
}

/* NAVIGATION */
.site-nav {
  display: flex;
  align-items: center;
}

.site-nav a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}

/* ACTIVE MENU LINK */
.site-nav a.active {
  color: #9fe0b5;
  font-weight: 600;
  background: rgba(159, 224, 181, 0.18);
}

/* HAMBURGER MENU */
.menu-toggle {
  display: none;
  font-size: 20px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 4px;
}

/* HEADER CTA BUTTONS */
.header-cta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: 15px;
}

.btn-primary {
  background: #1f7a3d;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.btn-secondary {
  background: #0b5ed7;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover {
  opacity: 0.85;
}

/* SLOGAN BAR */
.slogan-bar {
  background: #0b3d20;
  color: #ffffff;
  text-align: center;
  padding: 6px 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* CONTENT FRAME */
.content-frame {
  background: #ffffff;
  max-width: 900px;
  width: 80%;
  margin: 16px auto;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow-x: hidden;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .content-frame {
    width: 95%;
    padding: 16px 14px;
    margin-top: 10px;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #145a32;
    padding: 10px 0;
  }

  .site-nav.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .header-cta {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
}

/* CONTENT */
.content-frame h2,
.content-frame h3,
.content-frame h4 {
  color: #145a32;
}

.content-frame p,
.content-frame li {
  line-height: 1.7;
  color: #333333;
}

/* DONATE CTA */
.donate-cta {
  margin: 30px 0;
  padding: 20px;
  background: #f2f9f4;
  border-left: 5px solid #1f7a3d;
  border-radius: 8px;
}

.donate-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  background: #1f7a3d;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

/* FOOTER */
.site-footer {
  background: #145a32;
  text-align: center;
  padding: 40px 20px 20px;
  color: #ffffff;
}

/* FOOTER QUICK LINKS */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 6px 0;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  color: #9fe0b5;
  text-decoration: underline;
}

/* FLOATING WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 96px;
  height: 54px;
  padding: 0 18px;
  background: #25D366;
  color: #ffffff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Page Loader */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f7a3d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* GALLERY IMAGE FIX (Desktop + Mobile) */
.gallery-item img {
  width: 100%;
  height: auto;           /* let image keep natural height */
  max-height: 420px;     /* control how tall it can be */
  object-fit: contain;  /* 🔥 show full image, no cropping */
  object-position: center;
  display: block;
  background: #f5f5f5;  /* soft background for empty space */
  transition: transform 0.4s ease;
}

@media (max-width: 768px) {
  .gallery-item img {
    max-height: 300px;
  }
}
