@charset "UTF-8";
* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  background: #fefcf9;
  color: #3d3d3d;
  font-family: "Nunito", sans-serif;
  margin: 0;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  color: #e04d8a;
  line-height: 1.25;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  background: #e04d8a;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  z-index: 100;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 3px 16px rgba(224, 77, 138, 0.3);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-img {
  width: min(72px, 7.5vw);
  height: auto;
}

.logo-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #e04d8a;
  line-height: 1.2;
  white-space: nowrap;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 0.2rem;
  margin: 0 0 0 auto;
  padding: 0;
}

.nav li a {
  color: #3d3d3d;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.35rem 0.7rem;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Fredoka", sans-serif;
  letter-spacing: 0.3px;
}

.nav li a:hover,
.nav li a:focus {
  background: rgba(224, 77, 138, 0.1);
  color: #e04d8a;
}

.nav-donate-btn {
  display: inline-block;
  background: #e04d8a;
  color: #fff;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
  margin-left: 0.4rem;
}
.nav-donate-btn:hover {
  background: #c0316d;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: #1e0838;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hero-bg img.active {
  opacity: 1;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.06);
  border: none;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 20, 40, 0.38) 0%, rgba(15, 20, 40, 0.58) 60%, rgba(15, 20, 40, 0.72) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 2rem;
  color: #fff;
}

.hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  margin: 0 0 1rem;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2rem;
  line-height: 1.65;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.btn {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  background: #e04d8a;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2rem;
  font-family: "Fredoka", sans-serif;
  border-radius: 50px;
  letter-spacing: 0.4px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(224, 77, 138, 0.38);
}

.btn:hover,
.btn:focus {
  background: #c0316d;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(224, 77, 138, 0.48);
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  padding: 3rem 0;
  border-bottom: 2px solid #c8a8d8;
  margin-bottom: 0.5rem;
}

.stat {
  text-align: center;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.14);
  border: 1.5px solid #c8a8d8;
}

.stat-value {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-size: 2.4rem;
  color: #e04d8a;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #1e0838;
  margin-bottom: 0.2rem;
}

.stat-desc {
  display: block;
  font-size: 0.82rem;
  color: #333;
}

.section-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.9rem;
  color: #e04d8a;
  text-align: center;
  margin: 0 0 2rem;
}

.locations-section {
  background: #e04d8a;
  margin: 0 -2.5rem;
  padding: 2.5rem 2.5rem 2rem;
}

.locations-section .section-title {
  color: #fff;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.location-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.18);
  border: none;
  text-align: center;
}

.location-name {
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  color: #4a0e7a;
  margin: 0 0 0.6rem;
}

.location-ages {
  display: block;
  background: #4a0e7a;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.2em 0.75em;
  border-radius: 50px;
  margin: 0 auto 0.4rem;
  width: fit-content;
}

.location-timing {
  display: block;
  background: rgba(224, 77, 138, 0.12);
  color: #e04d8a;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.2em 0.75em;
  border-radius: 50px;
  margin: 0 auto 0.5rem;
  width: fit-content;
}

.location-address {
  font-size: 0.88rem;
  color: #333;
  margin: 0;
}

.about-section {
  padding: 3rem 0;
  border-bottom: 2px solid #c8a8d8;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.about-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}

.about-block h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.6rem;
  color: #4a0e7a;
  margin: 0 0 0.85rem;
}

.about-block p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.75;
  margin: 0;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.admissions-section {
  padding: 3.5rem 0;
  border-bottom: 2px solid #c8a8d8;
}

.admissions-intro {
  font-size: 0.97rem;
  line-height: 1.75;
  color: #3d3d3d;
  margin: 0 0 2.5rem;
  text-align: left;
}

.admissions-timeline {
  position: relative;
  padding-left: 3.25rem;
  margin-bottom: 2.5rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.admissions-timeline::before {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 2px;
  background: #c8a8d8;
}

.timeline-step {
  position: relative;
  margin-bottom: 2.25rem;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -3.25rem;
  top: 0.1rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #e04d8a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(224, 77, 138, 0.35);
  z-index: 1;
}

.timeline-content h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.2rem;
  color: #4a0e7a;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.timeline-content p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #3d3d3d;
  margin: 0;
}

.admissions-cta {
  font-size: 1.05rem;
  color: #3d3d3d;
  margin: 0;
  text-align: center;
}

.admissions-link {
  color: #e04d8a;
  font-weight: 700;
  text-decoration: underline;
}

.admissions-link:hover {
  color: #c0316d;
}

.programs-section {
  background: #4a0e7a;
  margin: 0 -2.5rem;
  padding: 3.5rem 2.5rem;
}

.programs-section .section-title {
  color: #fff;
}

.programs-section .program-grid {
  padding: 0;
}

.programs-section .program-card {
  background: #ffffff;
}

.programs-section .program-card h3 {
  color: #4a0e7a;
}

.life-section {
  padding: 3.5rem 0;
  border-bottom: 2px solid #c8a8d8;
}

.life-section .activities-grid {
  padding: 0;
}

.activity-card--more {
  display: none !important;
}

.life-more-wrap {
  text-align: center;
  margin-top: 1.75rem;
}

.life-more-btn {
  background: #e04d8a;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.65rem 2.25rem;
  font-family: "Fredoka", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.life-more-btn:hover {
  background: #c0316d;
}

.faq-section {
  padding: 3.5rem 0;
  border-bottom: 2px solid #c8a8d8;
}

.testimonials-section {
  margin: 0 -2.5rem;
  padding: 3.5rem 2.5rem;
  background: #4a0e7a;
}

.testimonials-heading {
  font-family: "Fredoka", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin: 0 0 2rem;
}

.testimonials-widget {
  max-width: 760px;
  margin: 0 auto;
}

.testimonials-slider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonials-track-wrapper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-card {
  flex-shrink: 0;
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
  /* width is set in JS to match wrapper pixel width */
}

.testimonial-quote-mark {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.6;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem;
  display: block;
}

.testimonial-text {
  display: block;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 1.5rem;
  font-style: italic;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: color 0.2s ease;
}

.testimonial-text:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.testimonial-name {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.testimonial-role {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2em 0.75em;
  border-radius: 99px;
}

.testimonial-role--parent {
  background: #e04d8a;
  color: #fff;
}

.testimonial-role--donor {
  background: #fff;
  color: #4a0e7a;
}

.testimonial-role--volunteer {
  background: #5bbf8a;
  color: #fff;
}

.testimonials-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.testimonials-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.7);
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.75rem;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.testimonial-dot.active {
  background: #fff;
  transform: scale(1.25);
}

.testimonial-full {
  max-width: 720px;
  margin: 0 auto;
}

.testimonial-full-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #c8a8d8;
}

.testimonial-full-header h1 {
  font-family: "Fredoka", sans-serif;
  font-size: 2rem;
  color: #4a0e7a;
  margin: 0.5rem 0 0.35rem;
}

.testimonial-meta {
  color: #333;
  font-size: 0.92rem;
  margin: 0;
}

.testimonial-full-body {
  font-size: 1.02rem;
  line-height: 1.85;
  color: #333;
  border-left: 4px solid #c8a8d8;
  padding-left: 1.5rem;
  margin: 0;
}

.testimonial-full-body p {
  margin: 0 0 1.25rem;
}

.vision-box,
.mission-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 1.75rem;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  border: 1.5px solid #c8a8d8;
}

.vision-box {
  border-top: 4px solid #e04d8a;
}

.mission-box {
  border-top: 4px solid #4a0e7a;
}

.vision-box h3,
.mission-box h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.4rem;
  margin: 0 0 0.65rem;
}

.vision-box h3 {
  color: #e04d8a;
}

.mission-box h3 {
  color: #4a0e7a;
}

.vision-box p,
.mission-box p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

.content-section {
  padding: 3rem 0;
  border-top: 2px solid #c8a8d8;
}

.content-section:first-child {
  border-top: none;
}

.content-section h2 {
  font-size: 1.9rem;
  color: #e04d8a;
  margin: 0 0 0.75rem;
}

.content-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3d3d3d;
  max-width: 680px;
}

.page > h1 {
  font-size: 2.2rem;
  color: #e04d8a;
  margin: 2.5rem 0 1rem;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  padding: 2rem 0;
}

.program-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  text-decoration: none;
  color: #3d3d3d;
  border: 1.5px solid #c8a8d8;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
  text-align: center;
}

.program-card:hover,
.program-card:focus {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.program-card h3 {
  font-size: 1.35rem;
  color: #4a0e7a;
  margin: 0 0 0.5rem;
}

.program-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.program-card-icon {
  width: 66%;
  height: auto;
  max-width: 120px;
  display: block;
  margin: 0 auto 1.25rem;
  color: #4a0e7a;
  opacity: 0.85;
  transition: opacity 0.25s ease;
}

.program-card:hover .program-card-icon,
.program-card:focus .program-card-icon {
  opacity: 1;
}

body.page-team {
  background: #e04d8a;
}

body.page-team .page > h1 {
  color: #fff;
  text-align: center;
}

.team-section {
  margin-bottom: 2.5rem;
}

body.page-team .team-section-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.4rem;
  margin-bottom: 1.5rem;
}

.team-section--leadership {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.12);
  margin-bottom: 3rem;
}

body.page-team .team-section--leadership .team-section-title {
  color: #e04d8a;
  border-bottom-color: #c8a8d8;
}

.team-leaders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.leader-card {
  text-align: center;
}

.leader-photo {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  border: 4px solid #4a0e7a;
  display: block;
  margin: 0 auto 1rem;
}

.leader-name {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  color: #e04d8a;
  margin: 0 0 0.2rem;
}

.leader-role {
  color: #4a0e7a;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}

.leader-bio {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #333;
  max-width: 320px;
  margin: 0 auto;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.25rem 0 0.75rem;
}

.team-card {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 7px 7px 0;
  border: 3px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.18);
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.team-card:hover {
  box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.32);
  transform: translateY(-5px);
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: top;
  display: block;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
}

.team-card-caption {
  background: #d8c8e8;
  margin: 6px -7px 0;
  padding: 0;
  flex: 1;
}

.team-card h3 {
  font-size: 0.82rem;
  margin: 7px 6px 2px;
  color: #2a1a3a;
  font-weight: 700;
  line-height: 1.2;
}

.team-card p {
  margin: 0 6px 7px;
  font-size: 0.7rem;
  color: #4a3060;
  font-weight: 600;
  line-height: 1.3;
}

.faq-list {
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #c8a8d8;
  padding: 1rem 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  list-style: none;
  position: relative;
  padding-right: 1.5rem;
  color: #1e0838;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  color: #e04d8a;
  transition: transform 0.2s ease;
  line-height: 1;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0.75rem 0 0;
  color: #3d3d3d;
  line-height: 1.6;
  font-size: 0.95rem;
}

.gallery-section {
  padding: 2rem 0 1rem;
  border-top: 2px solid #c8a8d8;
}

.gallery-section:first-child {
  border-top: none;
}

.gallery-section-title {
  font-size: 1.6rem;
  color: #e04d8a;
  margin: 0 0 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  padding: 0.5rem 0 1.5rem;
}

.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border: 1.5px solid #c8a8d8;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.26);
}

.gallery-link {
  display: block;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-card-caption {
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  color: #333;
  text-align: center;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.93);
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 3rem 0.5rem 1.5rem;
}

.lightbox.active {
  display: flex;
}

.lightbox-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100vw - 120px);
}

.lightbox-close {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lightbox-close:hover {
  opacity: 1;
}

.lightbox-prev,
.lightbox-next {
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  opacity: 0.5;
  transition: opacity 0.2s;
  flex-shrink: 0;
  align-self: center;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 1;
}

.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.lightbox-caption {
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 1.1rem;
  margin: 0.75rem 0 0;
  opacity: 0.9;
  text-align: center;
}

.lightbox-counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  margin: 0.2rem 0 0;
  text-align: center;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  padding: 1rem 0 2rem;
}

.activity-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #3d3d3d;
  border: 1.5px solid #c8a8d8;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
}

.activity-card:hover,
.activity-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.activity-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.activity-card-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, rgba(224, 77, 138, 0.1) 0%, rgba(74, 14, 122, 0.16) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-card-placeholder::after {
  content: "✦";
  font-size: 2rem;
  color: rgba(224, 77, 138, 0.28);
}

.activity-card-body {
  padding: 1rem 1.25rem;
}

.activity-card h3 {
  font-size: 1.1rem;
  margin: 0 0 0.35rem;
  color: #e04d8a;
}

.activity-tag {
  display: inline-block;
  font-size: 0.75rem;
  background: rgba(224, 77, 138, 0.1);
  color: #e04d8a;
  padding: 0.15rem 0.65rem;
  border-radius: 50px;
  font-weight: 700;
}

.back-link {
  display: inline-block;
  margin-top: 2rem;
  color: #e04d8a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.back-link:hover {
  text-decoration: underline;
}

.stories-page h1 {
  margin-bottom: 0.25rem;
}

.stories-intro {
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.story-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  background: #ffffff;
  border: 1.5px solid #c8a8d8;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: #3d3d3d;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.story-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.13);
  transform: translateY(-2px);
}

.story-card .story-role {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  align-self: flex-start;
}

.story-name {
  font-size: 1.2rem;
  color: #e04d8a;
  margin: 0;
}

.story-meta {
  font-size: 0.8rem;
  color: #333;
  margin: 0;
}

.story-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0;
  flex: 1;
}

.story-read-more {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e04d8a;
  margin-top: 0.25rem;
}

.page h2 {
  color: #e04d8a;
  margin-top: 2rem;
}

.page p {
  line-height: 1.7;
}

.page a {
  color: #e04d8a;
}

.support-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.support-title {
  text-align: center;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  color: #e04d8a;
  margin-bottom: 2.5rem;
}

.support-sections {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.support-section {
  display: flex;
  gap: 1.5rem;
  background: #fff;
  border: 1.5px solid #c8a8d8;
  border-radius: 16px;
  padding: 1.75rem 2rem;
  box-shadow: 0 2px 12px rgba(224, 77, 138, 0.07);
  align-items: flex-start;
}

.support-section-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-section-icon svg {
  width: 26px;
  height: 26px;
}
.support-section-icon--yellow {
  background: rgba(232, 213, 144, 0.3);
  color: #b8960a;
}
.support-section-icon--blue {
  background: rgba(143, 184, 201, 0.3);
  color: #3a7a96;
}
.support-section-icon--green {
  background: rgba(140, 201, 161, 0.3);
  color: #2e8a52;
}
.support-section-icon--pink {
  background: rgba(224, 77, 138, 0.12);
  color: #e04d8a;
}

.support-section-content {
  flex: 1;
  min-width: 0;
}

.support-section-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #4a0e7a;
  margin: 0 0 0.75rem;
}

.support-section-body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3d3d3d;
}
.support-section-body p {
  margin: 0 0 0.6rem;
}
.support-section-body p:last-child {
  margin-bottom: 0;
}
.support-section-body ul {
  margin: 0.4rem 0 0.6rem 1.2rem;
  padding: 0;
}
.support-section-body ul li {
  margin-bottom: 0.25rem;
}

.support-section-cta {
  display: inline-block;
  margin-top: 1rem;
  background: #e04d8a;
  color: #fff;
  text-decoration: none;
  font-family: "Fredoka", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.45rem 1.25rem;
  border-radius: 50px;
  transition: background 0.2s ease;
}
.support-section-cta:hover {
  background: #c0316d;
  color: #fff;
}

@media (max-width: 600px) {
  .support-section {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
  }
  .support-section-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .support-section-icon svg {
    width: 22px;
    height: 22px;
  }
}
.contact-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}

.contact-title {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 2.5rem;
}

.contact-info-bar {
  background: #4a0e7a;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  margin-bottom: 2.75rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2rem;
}

.contact-info-item--wide {
  grid-column: 1/-1;
}

.contact-info-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.2rem;
}

.contact-info-value {
  display: block;
  color: #fff;
  font-size: 0.97rem;
  line-height: 1.4;
}

.contact-info-value a {
  color: #fff;
  text-decoration: none;
}

.contact-info-value a:hover {
  text-decoration: underline;
}

.contact-form-wrap {
  background: #ffffff;
  border: 1.5px solid #c8a8d8;
  border-radius: 16px;
  padding: 2.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row--three {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group--full {
  grid-column: 1/-1;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #3d3d3d;
  font-family: "Nunito", sans-serif;
}

.form-sublabel {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.required {
  color: #e04d8a;
}

.form-optional {
  font-weight: 400;
  color: #333;
  font-size: 0.82em;
}

.form-hint {
  font-size: 0.82rem;
  color: #333;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form select,
.contact-form textarea {
  font-family: "Nunito", sans-serif;
  font-size: 0.97rem;
  color: #3d3d3d;
  background: #fefcf9;
  border: 1.5px solid #c8a8d8;
  border-radius: 9px;
  padding: 0.65rem 0.9rem;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.contact-form input[type=file] {
  font-family: "Nunito", sans-serif;
  font-size: 0.88rem;
  color: #333;
  padding: 0.4rem 0;
}

.contact-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23888' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  padding-right: 2.25rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #e04d8a;
  box-shadow: 0 0 0 3px rgba(224, 77, 138, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.context-block {
  background: rgba(224, 77, 138, 0.06);
  border-left: 3px solid #e04d8a;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3d3d3d;
}

.context-block p {
  margin: 0 0 0.6rem;
}

.context-block p:last-child {
  margin-bottom: 0;
}

.context-block strong {
  color: #4a0e7a;
}

.context-block--donations {
  border-left-color: #4a0e7a;
  background: rgba(74, 14, 122, 0.06);
}

.context-block--donations a {
  color: #e04d8a;
  font-weight: 700;
  text-decoration: none;
}

.context-list {
  margin: 0.4rem 0 0 1.1rem;
  padding: 0;
  font-size: 0.93rem;
  line-height: 1.7;
}

.radio-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.radio-legend {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3d3d3d;
  margin-bottom: 0.6rem;
}

.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.95rem;
  cursor: pointer;
}
.radio-option input[type=radio] {
  accent-color: #e04d8a;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  flex-shrink: 0;
}

.form-section {
  border: none;
  padding: 0;
  margin: 0.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-section-info {
  font-size: 0.92rem;
  color: rgb(99.25, 99.25, 99.25);
  line-height: 1.6;
  margin: -0.25rem 0 0.25rem;
}

.form-section-title {
  font-family: "Fredoka", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #e04d8a;
  margin-bottom: 0.5rem;
}

.form-actions {
  margin-top: 0.5rem;
}

.form-submit-btn {
  background: #e04d8a;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2.75rem;
  font-family: "Fredoka", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  display: block;
  margin: 0 auto;
}

.form-submit-btn:hover {
  background: #c0316d;
}

.form-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-result {
  text-align: center;
  padding: 3rem 2rem;
}

.form-result-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.form-result--success .form-result-icon {
  background: rgba(34, 197, 94, 0.15);
  color: #16a34a;
}

.form-result--error .form-result-icon {
  background: rgba(224, 77, 138, 0.15);
  color: #c0316d;
}

.form-result h3 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.form-result p {
  color: #333;
  margin: 0;
  font-size: 0.97rem;
}

.form-result--error a {
  color: #e04d8a;
}

.footer {
  background: #1e0838;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  padding: 2.5rem 2rem;
  margin-top: 4rem;
  font-size: 0.88rem;
}

.footer p {
  margin: 0.25rem 0;
}

.footer-contact-info {
  margin-bottom: 1rem;
}

.footer-contact-person {
  font-family: "Fredoka", sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.footer-contact-person a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-person a:hover {
  text-decoration: underline;
}

.footer-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 1px;
}

.footer-detail-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.footer-contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1rem;
  margin: 0.2rem 0;
}

.footer-contact-details a,
.footer-address {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
}

.footer-contact-details a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-address .footer-icon {
  margin-top: 2px;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .nav-inner {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
  }
  .nav ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .nav-donate-btn {
    margin-left: 0;
  }
  .logo-img {
    width: min(90px, 28vw);
  }
  .logo-title {
    font-size: 0.88rem;
    white-space: normal;
    max-width: 130px;
  }
  main {
    padding: 0 1.25rem;
  }
  .hero {
    min-height: 75vh;
  }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2rem 0;
  }
  .locations-section {
    padding: 1.75rem 0 0.75rem;
  }
  .about-section {
    padding: 2rem 0;
    gap: 1.75rem;
  }
  .testimonials-section {
    margin: 0 -1.25rem;
    padding: 2.5rem 1.25rem;
  }
  .testimonials-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }
  .testimonial-text {
    font-size: 0.95rem;
  }
  .content-section {
    padding: 2rem 0;
  }
  .team-leaders {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .leader-photo {
    max-width: 150px;
  }
  .team-section--leadership {
    padding: 1.25rem 1.25rem 1.75rem;
  }
  .team-grid {
    gap: 1rem;
  }
  .team-card {
    width: 120px;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-wrap {
    padding: 1.5rem 1.25rem;
  }
  .form-row,
  .form-row--three {
    grid-template-columns: 1fr;
  }
}
.donate-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  color: #3d3d3d;
}

.donate-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.donate-header h1 {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: #4a0e7a;
  margin-bottom: 0.5rem;
}
.donate-header p {
  font-size: 1.05rem;
  color: #6b7280;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

.donate-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
}

.donate-step-ind {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6b7280;
  transition: color 0.25s;
}
.donate-step-ind .don-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  transition: all 0.25s;
}
.donate-step-ind.active {
  color: #4a0e7a;
}
.donate-step-ind.active .don-step-num {
  background: #4a0e7a;
  color: #fff;
}
.donate-step-ind.done {
  color: #e04d8a;
}
.donate-step-ind.done .don-step-num {
  background: #e04d8a;
  color: #fff;
}

.don-connector {
  width: 36px;
  height: 2px;
  background: #e5e7eb;
  align-self: center;
  transition: background 0.25s;
}
.don-connector.done {
  background: #e04d8a;
}

.don-section {
  display: none;
  animation: donFadeIn 0.35s ease-out;
}
.don-section.active {
  display: block;
}

@keyframes donFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.don-section-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.don-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #6b7280;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 1.25rem;
  font-family: inherit;
  transition: color 0.2s;
}
.don-back-link:hover {
  color: #4a0e7a;
}

.don-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

.don-choice-card {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.22s ease;
}
.don-choice-card:hover {
  border-color: #4a0e7a;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.don-choice-card.selected {
  border-color: #e04d8a;
  background: rgba(224, 77, 138, 0.1);
  box-shadow: 0 0 0 3px rgba(224, 77, 138, 0.18);
}
.don-choice-card h3 {
  color: #4a0e7a;
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.don-choice-card p {
  font-size: 0.88rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

.don-card-emoji {
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  display: block;
}

.don-card-tag {
  display: inline-block;
  background: rgba(224, 77, 138, 0.1);
  color: #e04d8a;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  margin-top: 0.6rem;
}

.don-purpose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.don-purpose-card {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.22s ease;
}
.don-purpose-card:hover {
  border-color: #4a0e7a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.don-purpose-card.selected {
  border-color: #e04d8a;
  background: rgba(224, 77, 138, 0.1);
}
.don-purpose-card h3 {
  font-size: 0.92rem;
  color: #4a0e7a;
  margin: 0;
}

.don-info-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.don-info-panel h3 {
  color: #4a0e7a;
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}
.don-info-panel > p {
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.don-breakdown-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.93rem;
}
.don-breakdown-table th {
  text-align: left;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
  padding: 0.4rem 0;
  border-bottom: 2px solid #e5e7eb;
}
.don-breakdown-table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.don-breakdown-table td:last-child {
  text-align: right;
  font-weight: 700;
  color: #4a0e7a;
  font-variant-numeric: tabular-nums;
}
.don-breakdown-table tfoot td {
  border-bottom: none;
  border-top: 2px solid #4a0e7a;
  font-weight: 800;
  font-size: 1rem;
  padding-top: 0.6rem;
}

.don-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.75rem 0;
}

.don-pill {
  background: rgba(74, 14, 122, 0.08);
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 0.45rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
}

.don-pill-amount {
  font-weight: 800;
  color: #4a0e7a;
  font-size: 0.95rem;
}

.don-pill-label {
  font-weight: 400;
  font-size: 0.8rem;
  color: #6b7280;
}

.don-event-list {
  display: grid;
  gap: 0.6rem;
  margin: 0.75rem 0 1.25rem;
}

.don-event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fffdf7;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-size: 0.92rem;
}

.don-event-name {
  font-weight: 600;
}

.don-event-cost {
  font-weight: 700;
  color: #4a0e7a;
  font-variant-numeric: tabular-nums;
}

.don-phone-cta {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: rgba(224, 77, 138, 0.1);
  border: 1px solid rgba(224, 77, 138, 0.25);
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin: 1rem 0;
  font-size: 0.93rem;
  line-height: 1.6;
}
.don-phone-cta strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #4a0e7a;
}
.don-phone-cta a {
  color: #e04d8a;
  font-weight: 700;
  text-decoration: none;
}

.don-phone-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.don-needs-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0.75rem 0 1.25rem;
}

.don-need-card {
  background: #fffdf7;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.9rem 1.1rem;
}
.don-need-card p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.don-need-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.don-need-name {
  font-weight: 600;
  font-size: 0.93rem;
}

.don-need-amt {
  font-weight: 700;
  color: #4a0e7a;
  font-variant-numeric: tabular-nums;
  font-size: 0.93rem;
}

.don-bank-details {
  background: #fffdf7;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.6rem;
  margin: 1.5rem 0 0;
}
.don-bank-details h4 {
  color: #4a0e7a;
  margin: 0 0 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.don-bank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0;
  border-bottom: 1px dashed #e5e7eb;
  font-size: 0.9rem;
  gap: 1rem;
}
.don-bank-row:last-child {
  border-bottom: none;
}

.don-bank-label {
  color: #6b7280;
  font-weight: 600;
  min-width: 130px;
  flex-shrink: 0;
}

.don-bank-value {
  font-weight: 700;
  font-family: "Courier New", monospace;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: right;
}
.don-bank-value--text {
  font-family: inherit;
  letter-spacing: 0;
  font-weight: 500;
}

.don-copy-btn {
  background: rgba(74, 14, 122, 0.08);
  border: none;
  border-radius: 4px;
  padding: 0.18rem 0.5rem;
  font-size: 0.7rem;
  cursor: pointer;
  color: #4a0e7a;
  font-weight: 700;
  font-family: inherit;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.don-copy-btn:hover, .don-copy-btn--done {
  background: #e04d8a;
  color: #fff;
}

.don-upi-qr {
  text-align: center;
  margin: 1.25rem 0;
}

.don-upi-qr-img {
  max-width: 180px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  display: block;
  margin: 0 auto 0.5rem;
}

.don-upi-qr-label {
  font-size: 0.83rem;
  color: #6b7280;
  margin: 0;
}

.don-tax-box {
  background: rgba(74, 14, 122, 0.08);
  border: 1px solid rgba(74, 14, 122, 0.2);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
}
.don-tax-box h4 {
  color: #4a0e7a;
  margin: 0 0 0.4rem;
  font-size: 0.97rem;
}
.don-tax-box p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0 0 0.35rem;
}
.don-tax-box p:last-child {
  margin-bottom: 0;
}

.don-tax-reg {
  font-family: "Courier New", monospace;
  font-weight: 700;
  background: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

.don-receipt-cta {
  text-align: center;
  margin: 2rem 0 0;
}
.don-receipt-cta p {
  color: #6b7280;
  font-size: 0.93rem;
  margin-bottom: 0.9rem;
  line-height: 1.6;
}

.don-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #e04d8a;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.don-cta-btn:hover {
  background: #c0316d;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(224, 77, 138, 0.4);
}

.don-confirm-wrap {
  margin-top: 2rem;
}

.don-confirm-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.25rem;
  color: #4a0e7a;
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}
.don-confirm-divider::before, .don-confirm-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #e5e7eb);
}
.don-confirm-divider::before {
  background: linear-gradient(to left, transparent, #e5e7eb);
}

.don-confirm-intro {
  color: #6b7280;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.don-confirm-form {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.don-form-section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e7eb;
}
.don-form-section-title + .don-form-section-title {
  margin-top: 1.5rem;
}

.don-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.don-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.don-form-group--full {
  grid-column: 1/-1;
}
.don-form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #3d3d3d;
}
.don-form-group input[type=text],
.don-form-group input[type=email],
.don-form-group input[type=tel],
.don-form-group input[type=number],
.don-form-group input[type=date],
.don-form-group select {
  padding: 0.55rem 0.75rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.92rem;
  font-family: inherit;
  color: #3d3d3d;
  background: #fff;
  transition: border-color 0.18s;
  width: 100%;
}
.don-form-group input[type=text]:focus,
.don-form-group input[type=email]:focus,
.don-form-group input[type=tel]:focus,
.don-form-group input[type=number]:focus,
.don-form-group input[type=date]:focus,
.don-form-group select:focus {
  outline: none;
  border-color: #4a0e7a;
}

.don-form-hint {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

.don-required {
  color: #e04d8a;
}

.don-optional {
  font-size: 0.78rem;
  color: #6b7280;
  font-weight: 400;
}

.don-input-prefix-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.18s;
}
.don-input-prefix-wrap:focus-within {
  border-color: #4a0e7a;
}
.don-input-prefix-wrap input {
  border: none !important;
  border-radius: 0 !important;
  flex: 1;
  min-width: 0;
}

.don-input-prefix {
  padding: 0.55rem 0.65rem;
  background: rgba(74, 14, 122, 0.08);
  color: #4a0e7a;
  font-weight: 700;
  font-size: 0.9rem;
  border-right: 1.5px solid #e5e7eb;
  flex-shrink: 0;
}

.don-radio-row {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
}

.don-radio-opt {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 500;
  color: #3d3d3d;
}
.don-radio-opt input[type=radio] {
  accent-color: #e04d8a;
}

.don-form-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.don-form-result {
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  margin-top: 1.25rem;
}
.don-form-result--success {
  background: rgba(74, 14, 122, 0.08);
  border: 1px solid rgba(74, 14, 122, 0.25);
}
.don-form-result--success h3 {
  color: #4a0e7a;
  margin: 0.5rem 0 0.4rem;
}
.don-form-result--success p {
  color: #3d3d3d;
  font-size: 0.93rem;
  margin: 0.25rem 0;
}
.don-form-result--error {
  background: rgba(224, 77, 138, 0.08);
  border: 1px solid rgba(224, 77, 138, 0.25);
}
.don-form-result--error h3 {
  color: #e04d8a;
  margin: 0.5rem 0 0.4rem;
}
.don-form-result--error p {
  color: #3d3d3d;
  font-size: 0.93rem;
  margin: 0.25rem 0;
}
.don-form-result--error a {
  color: #e04d8a;
  font-weight: 700;
}

.don-result-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 0.5rem;
}
.don-form-result--success .don-result-icon {
  background: rgba(74, 14, 122, 0.15);
  color: #4a0e7a;
}
.don-form-result--error .don-result-icon {
  background: rgba(224, 77, 138, 0.15);
  color: #e04d8a;
}

@media (max-width: 600px) {
  .don-choice-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
  .don-purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .don-bank-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .donate-steps {
    transform: scale(0.82);
    transform-origin: center top;
  }
  .don-phone-cta {
    flex-direction: column;
  }
  .don-form-row {
    grid-template-columns: 1fr;
  }
  .don-confirm-form {
    padding: 1.25rem;
  }
}
.about-udaan {
  margin-top: 2.5rem;
  padding: 2rem;
  background: rgb(252.7454545455, 242.0545454545, 246.4909090909);
  border-radius: 12px;
  border: 1.5px solid #c8a8d8;
}

.about-udaan h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.6rem;
  color: #4a0e7a;
  margin-bottom: 0.75rem;
}

.about-udaan p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-udaan-btn {
  display: inline-block;
  background: #e04d8a;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s;
}

.about-udaan-btn:hover {
  background: rgb(217.9483253589, 42.2516746411, 115.1598086124);
}

.page:has(.udaan-intro) h1 {
  text-align: center;
}

.udaan-intro {
  max-width: 780px;
  margin: 0 auto 2.5rem;
}

.udaan-intro p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333;
}

.udaan-courses h2 {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #4a0e7a;
  text-align: center;
  margin-bottom: 2rem;
}

.udaan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.udaan-card {
  background: #ffffff;
  border: 1.5px solid #c8a8d8;
  border-radius: 12px;
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.udaan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.udaan-card--img {
  padding: 0;
  overflow: hidden;
}

.udaan-card--img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.udaan-card--img .udaan-card-body {
  padding: 1.25rem 1.5rem;
}

.udaan-card h3 {
  font-family: "Fredoka", sans-serif;
  font-size: 1.15rem;
  color: #e04d8a;
  margin-bottom: 0.5rem;
}

.udaan-card p {
  font-size: 0.92rem;
  color: #333;
  line-height: 1.65;
  margin: 0;
}

.udaan-cta {
  text-align: center;
  padding: 2rem 0 1rem;
}

.udaan-cta p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

.page a.udaan-contact-btn,
.page a.udaan-contact-btn:visited {
  display: inline-block;
  background: #e04d8a;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
}

.page a.udaan-contact-btn:hover,
.page a.udaan-contact-btn:focus {
  background: rgb(217.9483253589, 42.2516746411, 115.1598086124);
  color: #fff;
}

/*# sourceMappingURL=main.css.map */