 body {
      background-color: #FAF9F6;
      color: #333333;
      font-family: 'Lato', sans-serif;
      margin: 0;
      padding: 0;
    }

    .charity-hero {
      background-color: #708D81;
      color: white;
      text-align: center;
      padding: 60px 20px;
      box-sizing: border-box;
    }

    .charity-hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .charity-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 900px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    
    .charity-section img {
      border-radius: 12px;
      margin-bottom: 30px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .charity-section p {
      font-size: 1.1em;
      line-height: 1.8em;
      color: #444;
    }

    .btn-donate {
      background-color: #dbad8f;
      color: #fff;
      border: none;
      padding: 12px 28px;
      border-radius: 30px;
      font-size: 1.1em;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 20px;
      transition: all 0.3s ease;
    }

    .btn-donate:hover {
      background-color: #708D81;
      color: #fff;
      text-decoration: none;
    }

    .charity-nav {
      margin-top: 40px;
    }

    .charity-nav .btn-default {
      border-radius: 30px;
      color: #708D81;
      border: 1px solid #708D81;
      margin: 5px;
    }

    .charity-nav .btn-default:hover {
      background-color: #708D81;
      color: #FAF9F6;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    footer {
      background-color: #708D81;
      color: #fff;
      text-align: center;
      padding: 20px;
      margin-top: 60px;
    }

    footer a {
      color: #FAF9F6;
      text-decoration: underline;
    }

    footer a:hover {
      text-decoration: none;
      color: #dbad8f;
    }
    
    /* Responsive charity content styling */
@media (max-width: 768px) {
  .charity-section {
    padding: 40px 15px;
  }

  .charity-section h3 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .charity-section p {
    font-size: 1em;
    line-height: 1.6em;
  }

  .charity-section ul {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }

  .charity-section li {
    font-size: 0.95em;
    line-height: 1.6em;
    margin-bottom: 5px;
  }

  .btn-donate {
    font-size: 1em;
    padding: 10px 20px;
  }

  .charity-nav .btn-default {
    font-size: 0.95em;
    padding: 8px 18px;
  }
}

/* --- Fade-in animation for charity content --- */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Share Section Styling --- */
.share-section {
  margin-top: 40px;
  text-align: center;
}

.share-section h4 {
  font-family: 'Montserrat', sans-serif;
  color: #708D81;
  font-weight: 600;
  margin-bottom: 10px;
}

.share-section p {
  font-size: 1em;
  color: #555;
  margin-bottom: 15px;
}

.social-share a {
  font-size: 1.5em;
  color: #708D81;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-share a:hover {
  color: #dbad8f;
  transform: scale(1.1);
}

.social-share a:hover {
  color: #dbad8f;
  transform: scale(1.1);
  text-shadow: 0 0 8px rgba(219, 173, 143, 0.6);
}

/* --- Fade-in for social share icons --- */
.share-section {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease-out forwards;
  animation-delay: 0.8s; /* starts after main content */
}

.social-share a {
  opacity: 0;
  animation: iconFade 1s ease forwards;
}

.social-share a:nth-child(1) { animation-delay: 1s; }
.social-share a:nth-child(2) { animation-delay: 1.1s; }
.social-share a:nth-child(3) { animation-delay: 1.2s; }
.social-share a:nth-child(4) { animation-delay: 1.3s; }

@keyframes iconFade {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Keep charity images beautifully scaled */
#charityImage {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* --- Copy Link Button Styling --- */
.copy-btn {
  border: none;
  background-color: #dbad8f;
  color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.copy-btn:hover {
  background-color: #708D81;
  color: #fff;
  transform: scale(1.05);
}
/* --- Impact Badges --- */
.impact-badges {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.impact-badges .badge {
  background-color: #f8f6f4;
  color: #708D81;
  border: 1px solid #dbad8f;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 0.9em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.impact-badges .badge:hover {
  background-color: #dbad8f;
  color: #fff;
  transform: translateY(-2px);
}
.impact-badges {
  margin-top: 20px;
  text-align: center;
}

.badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.badge {
  background-color: #fef3c7;
  color: #333;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
}

.badge-health { background-color: #c8f7c5; }
.badge-education { background-color: #c5d9f7; }
.badge-global { background-color: #fde68a; }
.badge-nutrition { background-color: #fcd5ce; }
.badge-environment { background-color: #b6f0d6; }
.badge-empowerment { background-color: #e5d4f5; }
.badge-justice { background-color: #f4cccc; }
