
/* General Styles */
body {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.7;
  background: linear-gradient(rgba(251, 251, 251, 0.92));
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Header */
/* === Header Styling === */
.site-header {
  background: rgba(98, 96, 102, 0.92);
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

/* === Logo === */
.logo-container {
  margin-bottom: 1rem;
}

.logo {
  max-width: 120px;
  height: auto;
  border-radius: 10px;
}

/* === Donate Button === */
.donate-btn {
  background: #ffd700;
  border: none;
  border-radius: 25px;
  padding: 10px 28px;
  margin-bottom: 1.2rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.donate-btn a {
  text-decoration: none;
  color: #1a0c51;
  font-weight: 700;
  font-size: 1.1rem;
}

.donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 12px rgba(255, 215, 0, 0.4);
}

/* === Organization Name & Motto === */
.org-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #ffd700 30%, #4a90e2 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.org-motto {
  font-size: 1.8rem;
  font-style: italic;
  color: #290e68;
  margin-bottom: 1rem;
  animation: fadeIn 2s ease-in forwards;
  opacity: 0;
  animation-delay: 1s;
}

/* === Navigation === */
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0 0 0;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  transition: color 0.3s, background 0.3s;
  padding: 6px 14px;
  border-radius: 18px;
}

nav ul li a:hover {
  background: #ffd700;
  color: #222;
}

/* === Fade Animation === */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
  .logo {
    max-width: 90px;
  }

  .org-name {
    font-size: 1.6rem;
  }

  .org-motto {
    font-size: 1rem;
  }

  nav ul {
    flex-direction: column;
    gap: 14px;
  }

  .donate-btn {
    padding: 8px 22px;
  }
}


/* Base Styles */
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

/* HERO SECTION STYLES */
/* ==============================
   HERO SECTION STYLES
   ============================== */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70vh;
  padding: 4rem 2rem;
  background: linear-gradient(rgba(38, 70, 83, 0.5), rgba(38, 70, 83, 0.5)),
    url('gallery/2025-culture-day-awareness.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}

/* ==============================
   HERO CONTENT ANIMATION
   ============================== */
.fade-slide {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-slide.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.3s;
}

.delay-2 {
  transition-delay: 0.6s;
}

/* ==============================
   TEXT STYLING
   ============================== */
.content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fefefe;
}

.content p {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  color: #f1f1f1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================
   HERO BUTTONS
   ============================== */
.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-btn {
  padding: 0.85rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.hero-btn-primary {
  background: #f4a261;
  color: #fff;
  box-shadow: 0 0 10px rgba(244, 162, 97, 0.6);
}

.hero-btn-primary:hover {
  background: #e76f51;
  box-shadow: 0 0 20px rgba(231, 111, 81, 0.8);
  transform: translateY(-3px);
}

.hero-btn-secondary {
  background: #fff;
  color: #264653;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.hero-btn-secondary:hover {
  background: #e0f7f1;
  color: #1e3932;
  box-shadow: 0 0 20px rgba(224, 247, 241, 0.9);
  transform: translateY(-3px);
}

/* ==============================
   RESPONSIVE DESIGN
   ============================== */
@media (max-width: 768px) {
  .content h1 {
    font-size: 2.2rem;
  }

  .content p {
    font-size: 1.05rem;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }
}









/* Introductory slideshow*/


.slideshow1 {
  max-width: 700px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 2px solid #a561c2;
  box-shadow: 15px 15px 25px rgba(0,0,0,0.6), -15px -15px 25px rgba(0,0,0,0.05);
  height: 500px;
}

.image-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.buttons-container {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.btn {
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 24px;
  background: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(161, 187, 219, 0.5));
  color: #fff;
  cursor: pointer;
  transition: 0.1s ease;
}

.btn:hover {
  opacity: 0.9;
}

.btn:focus {
  outline: none;
}



/* Section styling */
.welcome-video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background-color: #f9f9f9; /* light background */
}

/* Video container */
.video-container {
  max-width: 900px;
  text-align: center;
  border: 3px solid #4CAF50; /* green border */
  border-radius: 15px;
  padding: 20px;
  background-color: #c2c2c2;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
}

/* Video styling */
.video-container video {
  width: 100%;
  border-radius: 20px;
  outline: none;
}

/* Heading and text */
.video-container h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #333;
}

.video-container p {
  font-size: 1em;
  margin-bottom: 20px;
  color: black;
}



/* modern image gallery showing humble beginnings*/
.story-section {
  padding: 50px 10%;
  background: #f8f9fa;
}

.story-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.story-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.story-item:nth-child(even) {
  flex-direction: row-reverse;
}

.story-item img {
  width: 45%;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.story-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.story-text {
  width: 50%;
}

.story-text h2 {
  color: #222;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.story-text p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .story-item {
    flex-direction: column;
  }
  .story-item img, .story-text {
    width: 100%;
  }
  .story-text h2 {
    font-size: 1.5rem;
  }
}


/*impact stories*/
.impact-stories {
  background: #5b2c83; /* deep purple */
  padding: 80px 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  transition: background 0.8s ease;
}

.impact-container {
  background: #ffffff;
  border: 5px solid #d9d9d9; /* soft grey border */
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  padding: 50px;
  max-width: 900px;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  opacity: 0;
  transform: translateY(40px);
}

.impact-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.impact-container:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

.impact-container h3 {
  text-align: center;
  font-size: 2rem;
  color: #5b2c83;
  margin-bottom: 25px;
  font-weight: 700;
}

.impact-text p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.impact-text ul {
  margin: 20px 0;
  padding-left: 20px;
  list-style: none;
}

.impact-text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.6;
  transition: transform 0.3s ease;
}

.impact-text ul li:hover {
  transform: translateX(8px);
  color: #5b2c83;
}

.impact-text ul li::before {
  content: "⭐";
  position: absolute;
  left: 0;
  top: 0;
  color: #5b2c83;
}

@media (max-width: 768px) {
  .impact-stories {
    padding: 60px 5%;
  }
  .impact-container {
    padding: 30px 20px;
  }
  .impact-container h3 {
    font-size: 1.6rem;
  }
}

/* Responsive Styles */
@media (max-width: 900px) {
  .video-container {
    max-width: 100%;
    padding: 12px;
  }
  .impact-stories {
    max-width: 95vw;
    padding: 24px 8px 18px 8px;
  }
}

@media (max-width: 700px) {
  .site-header,
  header {
    padding: 24px 8px;
  }
  .org-name {
    font-size: 2rem;
  }
  .org-motto {
    font-size: 1.2rem;
  }
  nav ul {
    gap: 16px;
    flex-wrap: wrap;
  }
  nav ul li a {
    font-size: 1rem;
    padding: 1px 10px;
  }
  .welcome-video-section {
    padding: 20px 4px;
  }
  .video-container {
    padding: 8px;
  }
}

@media (max-width: 600px) {
  .container {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 10px;
    padding: 0;
  }
  .container li {
    flex: 0 0 auto;
    width: 90vw;
    min-width: 0;
    height: 220px;
    margin-bottom: 12px;
  }
  .container li img {
    width: 100%;
    height: 100%;
    position: static;
    transform: none;
    border-radius: 10px;
  }
  .container li .content {
    padding: 10px;
    font-size: 0.98em;
  }
  .container h2 {
    font-size: 1.1rem;
  }
  .container p {
    font-size: 0.95em;
  }
  
}

@media (max-width: 430px) {
  .org-name {
    font-size: 1.2rem;
  }
  .org-motto {
    font-size: 1rem;
  }
  .video-container h2 {
    font-size: 1.1em;
  }
  .container li {
    height: 140px;
  }
}




/* Stakeholders */
.stakeholders {
  padding: 60px 20px;
  background: linear-gradient(to right, #f3e7f3, #e3cce7);
  text-align: center;
  border-top: 4px solid #a561c2;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.stakeholders h2 {
  font-size: 2.5em;
  color: #0e0414;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.9s ease;
}

.stakeholders.visible h2 {
  opacity: 1;
  transform: translateY(0);
}

.stakeholder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stakeholder-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 25px;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.stakeholder-card.visible {
  transform: translateY(0);
  opacity: 1;
}

.stakeholder-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.stakeholder-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.stakeholder-card:hover img {
  transform: scale(1.05);
}

.stakeholder-card h3 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 5px;
}

.position {
  font-size: 1em;
  color: #777;
  font-style: italic;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .stakeholders h2 {
    font-size: 2em;
  }

  .stakeholder-card img {
    height: 300px;
  }

  .stakeholder-card h3 {
    font-size: 1.2em;
  }

  .position {
    font-size: 0.95em;
  }
}

/*Testimonials Section*/

.testimonials {
  padding: 60px 20px;
  background: linear-gradient(to right, #fdfbfb, #ebedee);
  text-align: center;
  border-top: 4px solid #a561c2;
  font-family: 'Segoe UI', sans-serif;
}

.testimonials h2 {
  font-size: 2.5em;
  color: #6a1b9a;
  margin-bottom: 10px;
}

.testimonials .intro {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 23px;
  width: 280px;
  max-width: 90vw;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.testimonial-card h3 {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 5px;
}

.testimonial-card .title {
  font-size: 1em;
  color: #777;
  font-style: italic;
  margin-bottom: 15px;
}

.testimonial-card blockquote {
  font-size: 1em;
  color: #444;
  font-style: italic;
  line-height: 1.5;
  quotes: "“" "”";
  margin: 0;
}

.testimonial-card blockquote::before {
  content: open-quote;
  font-size: 2em;
  color: #a561c2;
  vertical-align: top;
  margin-right: 5px;
}

.testimonial-card blockquote::after {
  content: close-quote;
  font-size: 2em;
  color: #a561c2;
  vertical-align: bottom;
  margin-left: 5px;
}

/* Responsive tweaks built-in */
@media (max-width: 768px) {
  .testimonial-grid {
    flex-direction: column;
    align-items: center;
  }

  .testimonials h2 {
    font-size: 2em;
  }

  .testimonial-card {
    width: 100%;
    max-width: 350px;
  }

  .testimonial-card img {
    max-height: 300px;
  }

  .testimonial-card blockquote {
    font-size: 0.95em;
  }
}

/* Footer */
/* Footer Styling */
.footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.footer-section h3,
.footer-section h4 {
  color: #ff6600;
  margin-bottom: 15px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #ff6600;
}

.footer-bottom {
    text-align: center;
    padding: 15px;
    background-color: #222;
    color: #fff;
    font-size: 14px;
  }

  .footer-contact {
    color: #f1c40f; /* nice gold/yellow accent */
    text-decoration: none;
    font-weight: bold;
  }

  .footer-contact:hover {
    text-decoration: underline;
    color: #ffd700;
  }


/* Challenges section */
/* Challenges Section */
.challenges {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.challenges h2 {
  text-align: center;
  font-size: 2.5em;
  color: #6a1b9a;
  margin-bottom: 20px;
}

.challenges .intro {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Challenge Block */
.challenge-block {
  margin-bottom: 60px;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.challenge-block h3 {
  font-size: 1.6em;
  color: #a561c2;
  margin-bottom: 15px;
}

.challenge-block p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Image Styling */
.challenge-block img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 15px auto;
  transition: transform 0.3s ease;
}

.challenge-block img:hover {
  transform: scale(1.02);
}

/* Responsive Image Grid for Multiple Images */
.challenge-block img:nth-of-type(n+2) {
  margin-top: 20px;
}

/* Desktop Grid Layout */
@media (min-width: 769px) {
  .challenge-block img {
    width: calc(50% - 20px);
    margin: 10px;
    float: left;
  }

  .challenge-block::after {
    content: "";
    display: table;
    clear: both;
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .challenges h2 {
    font-size: 2em;
  }

  .challenge-block h3 {
    font-size: 1.3em;
  }

  .challenge-block img {
    width: 100%;
    max-height: 250px;
    margin: 15px auto;
    float: none;
  }

  .challenges .intro {
    font-size: 1em;
  }
}

/* sustainability section */

.sustainability {
  padding: 60px 20px;
  background: #f3f8f3;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.sustainability h2 {
  text-align: center;
  font-size: 2.5em;
  color: #4caf50;
  margin-bottom: 20px;
}

.sustainability .intro {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.plan-block {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.plan-block h3 {
  font-size: 1.6em;
  color: #388e3c;
  margin-bottom: 15px;
}

.plan-block p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.plan-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.plan-block ul li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #444;
}

.image-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.image-row img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .sustainability h2 {
    font-size: 2em;
  }

  .plan-block h3 {
    font-size: 1.3em;
  }

  .image-row {
    flex-direction: column;
    align-items: center;
  }

  .image-row img {
    max-width: 90%;
  }
}
/* Sustainability donation note */

.sustainability-support {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 20px 25px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  border-left: 5px solid #4caf50;
}

.sustainability-support strong {
  color: #2e7d32;
}

.sustainability-support .highlight {
  color: #4caf50;
  font-weight: 600;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .sustainability-support {
    font-size: 1em;
    padding: 18px 20px;
  }
}

/* School programs section */

.sdg-alignment {
  padding: 2rem;
  background-color: #f9f9f9;
  text-align: center;
}

.sdg-alignment .intro {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.sdg-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.sdg-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  max-width: 320px;
  text-align: left;
}

.sdg-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.sdg-card h3 {
  margin-top: 0;
  color: #2c3e50;
}

@media (max-width: 768px) {
  .sdg-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* call to acttion for SDG Goals */
/* ================================
   Donation Call-to-Action Section
=================================== */

.donation-cta {
  padding: 2rem;
  background-color: #fff8f0;
  text-align: center;
}

.donation-cta .intro {
  max-width: 700px;
  margin: 0 auto 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.donation-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.donation-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem;
  width: 320px;
  text-align: left;
}

.donation-card h3 {
  margin-bottom: 0.8rem;
}

.donate-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #e74c3c;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.donate-button:hover {
  background-color: #c0392b;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.contact-list li {
  margin-bottom: 0.5rem;
}

/* ========================
   MOBILE RESPONSIVENESS
=========================== */
@media (max-width: 768px) {
  .donation-options {
    flex-direction: column;
    align-items: center;
  }

  .donation-card {
    width: 90%;
    max-width: 350px;
  }
}

/* programs taught to children section */
.programs {
  padding: 60px 20px;
  background: #fdf6f0;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.programs h2 {
  text-align: center;
  font-size: 2.5em;
  color: #6a1b9a;
  margin-bottom: 20px;
}

.programs .intro {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.program-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.program-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  padding: 20px;
  width: 350px;
  max-width: 90vw;
  transition: transform 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
}

.program-card h3 {
  font-size: 1.4em;
  color: #a561c2;
  margin-bottom: 10px;
}

.program-card p {
  font-size: 1em;
  margin-bottom: 15px;
  color: #444;
}

.program-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
  object-fit: cover;
}

/* Responsive YouTube */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Mobile */
@media (max-width: 768px) {
  .programs h2 {
    font-size: 2em;
  }

  .program-card {
    width: 100%;
    max-width: 350px;
  }

  .programs .intro {
    font-size: 1em;
  }
}


/* Community support section */
.community-support {
  padding: 60px 20px;
  background: #f4f9f6;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.community-support h2 {
  text-align: center;
  font-size: 2.5em;
  color: #2e7d32;
  margin-bottom: 20px;
}

.community-support .intro {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.activities {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.activities h3 {
  font-size: 1.6em;
  color: #388e3c;
  margin-bottom: 15px;
  text-align: center;
}

.activities ul {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  color: #444;
}

.activities ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.activities ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-size: 1.2em;
}

.community-support .closing {
  text-align: center;
  font-size: 1em;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.drum-gallery {
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

.drum-gallery h4 {
  font-size: 1.5em;
  color: #b86be7;
  margin-bottom: 10px;
}

.drum-gallery p {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.drum-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.drum-images img {
  width: 300px;
  max-width: 90vw;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  object-fit: cover;
}

/*School testimonies*/

.achievements {
  padding: 60px 20px;
  background: #bbb4ad;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.achievements h2 {
  text-align: center;
  font-size: 2.5em;
  color: #d17c00;
  margin-bottom: 20px;
}

.achievements .intro {
  text-align: center;
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.school-achievements {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.school-achievements h3 {
  font-size: 1.6em;
  color: #bf360c;
  margin-bottom: 15px;
  text-align: center;
}

.school-achievements ul {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
  color: #444;
}

.school-achievements ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.school-achievements ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff9800;
  font-size: 1.2em;
}
/*choir legacy section*/
.choir-legacy {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 40px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choir-legacy:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.choir-legacy h3 {
  font-size: 1.8em;
  color: #6a1b9a;
  text-align: center;
  margin-bottom: 15px;
}

.choir-legacy p {
  font-size: 1.05em;
  color: #444;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.6;
}

.choir-highlights h4 {
  color: #333;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 15px;
}

.choir-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 25px;
  max-width: 600px;
}

.choir-highlights li {
  background-color: #f8f3fc;
  border-left: 5px solid #6a1b9a;
  padding: 10px 15px;
  margin: 8px 0;
  border-radius: 8px;
  color: #333;
  font-size: 0.98em;
}

.choir-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.choir-gallery img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.choir-gallery img:hover {
  transform: scale(1.03);
}

/* 🌐 Mobile Responsiveness */
@media (max-width: 768px) {
  .choir-legacy {
    padding: 20px;
  }

  .choir-legacy h3 {
    font-size: 1.5em;
  }

  .choir-highlights li {
    font-size: 0.95em;
  }

  .choir-gallery {
    flex-direction: column;
    align-items: center;
  }

  .choir-gallery img {
    max-width: 100%;
  }
}


/* Slideshow2- Nomagom transformation throughout the years */
.slideshow2-wrapper {
  padding: 60px 20px;
  background: #f4f0ff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.slideshow2-wrapper h2 {
  font-size: 2.0em;
  color: #6a1b9a;
  margin-bottom: 10px;
}

.slideshow2-intro {
  font-size: 1.1em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.slideshow2 {
  max-width: 700px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 2px solid #6a1b9a;
  box-shadow: 15px 15px 25px rgba(0,0,0,0.6), -15px -15px 25px rgba(0,0,0,0.05);
}

.image-container2 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.image-container2 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
}

.buttons-container2 {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
}

.btn2 {
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 24px;
  background: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  color: #fff;
  cursor: pointer;
  transition: 0.1s ease;
}

.btn2:hover {
  opacity: 0.9;
}

.btn2:focus {
  outline: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .slideshow2 {
    max-width: 100%;
    height: auto;
  }

  .image-container2 img {
    width: 100vw;      /* Fill viewport width */
    max-width: 100%;   /* Never exceed container */
    height: auto;      /* Keep aspect ratio */
    object-fit: cover;
  }
}

/* gallery Grid*/

.gallery-grid {
  padding: 60px 20px;
  background: #fffdf7;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.gallery-grid h2 {
  font-size: 2.5em;
  color: #d17c00;
  margin-bottom: 10px;
}

.gallery-intro {
  font-size: 1.1em;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.grid-item img:hover {
  transform: scale(1.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .gallery-grid h2 {
    font-size: 2em;
  }

  .gallery-intro {
    font-size: 1em;
  }
}

/* Show overlay on tap for mobile devices */
@media (hover: none) and (pointer: coarse) {
  .container li .content {
    opacity: 0;
    visibility: hidden;
  }
  .container li.show-details .content {
    opacity: 1;
    visibility: visible;
  }
}

/* Culture day awards */

/* Honorees Section */
.honorees {
  background-color: #f3e5f5; /* Soft purple background */
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #4a148c;
  text-align: center;
}

.honorees h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #6a1b9a; /* Deep purple header */
}

.honorees-intro {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #5e35b1;
}

/* ===== Digital Literacy Section ===== */
.digital-literacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f9f8ff;
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin: 50px auto;
  max-width: 1100px;
  transition: all 0.3s ease-in-out;
}

.literacy-content {
  padding: 20px;
  text-align: center;
  max-width: 900px;
}

.literacy-content h2 {
  color: #6a0dad;
  font-size: 2rem;
  margin-bottom: 15px;
}

.literacy-content p {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.8;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

/* ===== Gallery Grid ===== */
.literacy-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.literacy-box {
  flex: 1 1 300px;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(106, 13, 173, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.literacy-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(106, 13, 173, 0.25);
}

.literacy-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.literacy-box img:hover {
  transform: scale(1.05);
}

/* ===== Lightbox (Full View) ===== */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 0, 30, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
  .digital-literacy {
    padding: 40px 15px;
  }

  .literacy-content h2 {
    font-size: 1.7rem;
  }

  .literacy-content p {
    font-size: 1rem;
  }

  .literacy-gallery {
    flex-direction: column;
    align-items: center;
  }

  .literacy-box {
    max-width: 90%;
  }
}





/* Image Grid */
.honoree-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

.honoree-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.honoree-grid img:hover {
  transform: scale(1.03);
}

/* Responsive Text */
@media (max-width: 768px) {
  .honorees h2 {
    font-size: 2em;
  }

  .honorees-intro {
    font-size: 1em;
  }
}

/* NOMAGOM Contact Section */
#nomagom-contact {
  background: #f8f9fa;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

#nomagom-contact .section-title {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 10px;
}

#nomagom-contact .section-intro {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

#nomagom-contact .contact-details {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

#nomagom-contact .contact-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 25px 30px;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#nomagom-contact .contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#nomagom-contact .contact-card h3 {
  color: #ffb703;
  margin-bottom: 10px;
}

#nomagom-contact .contact-card p {
  color: #333;
  font-size: 0.95rem;
  margin: 6px 0;
}

#nomagom-contact .contact-card a {
  color: #0077b6;
  text-decoration: none;
}

#nomagom-contact .contact-card a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  #nomagom-contact .contact-details {
    flex-direction: column;
    align-items: center;
  }

  #nomagom-contact .contact-card {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* Sister Projects Section */
/* Sister Project Section */
.sister-project-section {
  background: linear-gradient(135deg, #f7f7f7, #ffffff);
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.sister-project-section .section-title {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sister-project-section .section-intro {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
}

.project-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  transition: all 0.4s ease;
  border-top: 5px solid #f0c040;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border-top-color: #ffb400;
}

.project-name {
  font-size: 1.3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .project-grid {
    grid-template-columns: 1fr;
  }

  .sister-project-section .section-title {
    font-size: 2rem;
  }
}


/* Token of Appreciation Section */
.token-of-appreciation-section {
  background: linear-gradient(135deg, #fffaf0, #ffffff);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.token-of-appreciation-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.appreciation-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  background: #fffef8;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  transition: all 0.4s ease;
}

.appreciation-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.appreciation-image {
  flex: 1 1 350px;
  text-align: center;
}

.appreciation-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 15px;
  border: 5px solid #ffcc33;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.appreciation-image img:hover {
  transform: scale(1.05);
}

.appreciation-text {
  flex: 1 1 500px;
  text-align: left;
}

.appreciation-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.appreciation-description {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 780px) {
  .appreciation-content {
    flex-direction: column;
    text-align: center;
  }

  .appreciation-text {
    text-align: center;
  }

  .appreciation-heading {
    font-size: 1.3rem;
  }

  .appreciation-description {
    font-size: 1rem;
  }
}
/* Nomagom board members section */
/* Board Members Section */
#board-members {
  background: #f3e8ff; /* light purple background */
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.board-members-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b0066;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Grid layout */
.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Card */
.board-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.board-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image Styling */
.board-card img {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 4px solid #c77dff;
  transition: transform 0.3s ease;
}

.board-card img:hover {
  transform: scale(1.05);
}

/* Text Styling */
.member-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4b0082;
  margin-bottom: 5px;
}

.member-title {
  font-size: 1rem;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .board-members-section .section-title {
    font-size: 2rem;
  }

  .board-card img {
    max-width: 160px;
    height: 160px;
  }

  .member-name {
    font-size: 1.2rem;
  }

  .member-title {
    font-size: 0.95rem;
  }
}

/* Culture Day Parade Section */
/* GBV Parade Section - Purple Theme */
#gbv-parade {
  padding: 3rem 1.5rem;
  background: linear-gradient(180deg, #F5E8FF 0%, #E9D6FF 100%);
  font-family: Arial, sans-serif;
}

.gbv-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  gap: 1.3rem;
}

.gbv-heading {
  color: #4A148C;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}

.gbv-paragraph {
  color: #422A57;
  font-size: 1.05rem;
  line-height: 1.7;
}

.gbv-video-wrapper {
  margin-top: 1rem;
  display: grid;
  gap: .5rem;
  text-align: center;
}

/* Local MP4 video */
.gbv-video {
  width: 100%;
  max-width: 900px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(74, 20, 140, 0.16);
}

/* Youtube Embed */
.gbv-iframe-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.gbv-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: none;
  box-shadow: 0 6px 20px rgba(74, 20, 140, 0.16);
}

.gbv-caption {
  font-size: .95rem;
  color: #5E3C7D;
  margin-top: 8px;
}

/* Responsive layout (text left, video right on wide screens) */
@media (min-width: 768px) {
  .gbv-container {
    grid-template-columns: 1fr 420px;
    column-gap: 2rem;
  }
}


/* Donations message */
.donation-intro {
  background: #f7f5ff;
  padding: 3rem 1rem;
  text-align: center;
  border-radius: 12px;
  margin: 2rem auto;
}

.donation-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.donation-intro h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #4a2db6;
  font-weight: 700;
}

.donation-intro p {
  font-size: 1.15rem;
  color: #444;
  line-height: 1.7;
}

/* -------------------------------------- */
/* ⭐ MOBILE RESPONSIVE OPTIMIZATION */
/* -------------------------------------- */

@media (max-width: 768px) {
  .donation-intro {
    padding: 2.5rem 1rem;
  }

  .donation-intro h2 {
    font-size: 1.6rem;
  }

  .donation-intro p {
    font-size: 1.05rem;
    line-height: 1.65;
  }
}

@media (max-width: 480px) {
  .donation-intro {
    padding: 2rem 1rem;
    border-radius: 10px;
  }

  .donation-intro h2 {
    font-size: 1.45rem;
  }

  .donation-intro p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* Physical donations under donate.html*/

.physical-donations {
  padding: 2.5rem 1.5rem;
  background: #aaa3b1; /* fallback background if no image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.physical-donations .donations-overlay {
  background: #aaa3b1; 
  padding: 2rem;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
  backdrop-filter: blur(3px);
}

.physical-donations h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #4a2e8a;
  font-weight: 800;
}

.physical-donations .donation-text {
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1.8rem;
  color: #333;
}

.donation-contacts h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #4a2e8a;
  font-weight: 700;
}

.donation-contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.donation-contacts li {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.donation-contacts a {
  color: #6a3cc9;
  text-decoration: none;
  font-weight: 600;
}

.donation-contacts a:hover {
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .physical-donations {
    padding: 2rem 1rem;
  }

  .physical-donations .donations-overlay {
    padding: 1.5rem;
  }

  .physical-donations h2 {
    font-size: 1.6rem;
  }

  .physical-donations .donation-text {
    font-size: 1rem;
  }

  .donation-contacts li {
    font-size: 1rem;
  }
}

