/* =============================================
   sections.css — About, Initiatives, Impact,
   SDG, Approach, Testimonials, Partners,
   CTA / Donate, Contact
   ============================================= */

/* =============================================
   FRIENDLY MILESTONES — TIMELINE IMAGE
   ============================================= */
.fm-image-section {
  background: #fff;
  padding: 10px 20px 40px;
  overflow: hidden;
}

.fm-image-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

.fm-timeline-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.fm-note-section {
  background: #fff;
  padding: 0 20px 50px;
}

.fm-note-inner {
  max-width: 742px;
  margin: 0 auto;
  text-align: center;
}

.fm-note-inner p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  line-height: 1.8;
  margin: 0 0 6px 0;
}

/* =============================================
   ABOUT 3 — GOOD GOVERNANCE
   ============================================= */
.about3-section {
  background: #fff;
  padding: 60px 20px 80px;
}

.about3-inner {
  max-width: 742px;
  margin: 0 auto;
}

.about3-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 36px;
}

.about3-heading-left {
  flex: 1;
}

.about3-heading {
  font-size: 64px;
  font-weight: 800;
  color: #d9d9d9;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin: 0 0 14px 0;
  white-space: nowrap;
}

.about3-heading-left p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 20px 0 0 0;
}

.about3-inner > p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0 0 24px 0;
}

/* Governance badge/seal */
.about3-badge-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.about3-badge-img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.about3-badge {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Serrated gold outer ring using repeating conic-gradient + clip-path */
.about3-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    #c8960c 0deg, #f5c842 10deg,
    #c8960c 20deg, #f5c842 30deg,
    #c8960c 40deg, #f5c842 50deg,
    #c8960c 60deg, #f5c842 70deg,
    #c8960c 80deg, #f5c842 90deg,
    #c8960c 100deg, #f5c842 110deg,
    #c8960c 120deg, #f5c842 130deg,
    #c8960c 140deg, #f5c842 150deg,
    #c8960c 160deg, #f5c842 170deg,
    #c8960c 180deg, #f5c842 190deg,
    #c8960c 200deg, #f5c842 210deg,
    #c8960c 220deg, #f5c842 230deg,
    #c8960c 240deg, #f5c842 250deg,
    #c8960c 260deg, #f5c842 270deg,
    #c8960c 280deg, #f5c842 290deg,
    #c8960c 300deg, #f5c842 310deg,
    #c8960c 320deg, #f5c842 330deg,
    #c8960c 340deg, #f5c842 350deg,
    #c8960c 360deg
  );
  clip-path: polygon(
    50% 0%, 54% 4%, 59% 2%, 61% 7%, 67% 6%, 67% 12%,
    73% 12%, 72% 18%, 77% 20%, 75% 26%, 80% 29%, 77% 35%,
    82% 39%, 78% 44%, 82% 49%, 78% 53%, 81% 59%, 76% 62%,
    78% 68%, 73% 70%, 73% 76%, 68% 77%, 66% 83%, 61% 82%,
    58% 88%, 53% 86%, 50% 92%, 47% 86%, 42% 88%, 39% 82%,
    34% 83%, 32% 77%, 27% 76%, 27% 70%, 22% 68%, 24% 62%,
    19% 59%, 22% 53%, 18% 49%, 22% 44%, 18% 39%, 23% 35%,
    20% 29%, 25% 26%, 23% 20%, 28% 18%, 27% 12%, 33% 12%,
    33% 6%, 39% 7%, 41% 2%, 46% 4%
  );
  z-index: 0;
}

/* Dark inner circle */
.about3-badge-inner {
  position: relative;
  z-index: 1;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #4a3000 0%, #1c1000 100%);
  border: 3px solid #c8960c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}

.about3-badge-stars {
  font-size: 9px;
  color: #f5c842;
  letter-spacing: 3px;
  margin-bottom: 3px;
}

.about3-badge-title {
  font-size: 10px;
  font-weight: 800;
  color: #f5c842;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-transform: uppercase;
}

.about3-badge-check {
  margin-top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #27ae60;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

/* Gold ribbon tabs below badge */
.about3-badge-ribbon {
  display: flex;
  gap: 6px;
  margin-top: -8px;
  z-index: 2;
  position: relative;
}

.about3-badge-ribbon span {
  width: 22px;
  height: 32px;
  background: linear-gradient(180deg, #f5c842, #c8960c);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

/* =============================================
   WHO WE ARE PAGE — SECTION 2: GIANTS STEPS
   ============================================= */
.whoweare-section {
  background: #fff;
  padding: 60px 20px 30px;
}

.whoweare-inner {
  max-width: 742px;
  margin: 0 auto;
}

.whoweare-heading {
  font-size: 64px;
  font-weight: 800;
  color: #d9d9d9;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin: 0 0 34px 0;
}

.whoweare-inner p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0 0 20px 0;
}


/* =============================================
   ABOUT PAGE — BANNER / HERO
   ============================================= */
.about-page-banner {
  width: 100%;
  line-height: 0;
  max-height: 500px;
  overflow: hidden;
}

.about-page-banner-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* =============================================
   ABOUT PAGE — SECTION 2: INTRO TEXT
   ============================================= */
.about-intro-section {
  background: #fff;
  padding: 36px 20px;
  text-align: center;
}

.about-intro-inner {
  max-width: 742px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-intro-inner p {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* =============================================
   ABOUT PAGE — SECTION 3: OUR IMPACT
   ============================================= */
.about-impact-section {
  background: #fff;
  padding: 50px 0 50px;
}

.about-impact-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-impact-heading {
  font-size: 64px;
  font-weight: 800;
  color: #d9d9d9;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin-bottom: 34px;
}

.about-impact-heading .hw-gray,
.about-approach-heading .hw-gray,
.about-values-heading .hw-gray,
.whoweare-heading .hw-gray {
  border-bottom: 4px solid #888;
  padding-bottom: 10px;
}

.about-impact-heading .hw-orange,
.about-approach-heading .hw-orange,
.about-values-heading .hw-orange,
.whoweare-heading .hw-orange {
  border-bottom: 4px solid var(--primary);
  padding-bottom: 10px;
}

.about-impact-underline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
  width: 340px;
}

.underline-gray {
  display: inline-block;
    height: 4px;
    width: 197px;
    background: #555;
    border-radius: 2px;
}

.underline-orange {
     display: inline-block;
    height: 4px;
    width: 299px;
    background: var(--primary);
    border-radius: 2px;
}

/* About3 section — wider underlines */
.about3-heading-left .about-impact-underline {
  width: 520px;
}
.about3-heading-left .underline-gray {
  width: 160px;
}
.about3-heading-left .underline-orange {
  width: 350px;
}

/* Friendly Milestones section — wider underlines */
.whoweare-inner .about-impact-underline {
  width: 740px;
}
.whoweare-inner .underline-gray {
  width: 290px;
}
.whoweare-inner .underline-orange {
  width: 366px;
}

/* About Us sub-pages — auto-width underline matching heading */
.hw-wrap {
  display: inline-block;
}
.hw-wrap .about-impact-underline {
  width: 100%;
  margin-bottom: 30px;
}
.hw-wrap .underline-orange {
  flex: 1;
  width: auto;
}
/* Giants Steps: "Giants" ~53% gray, "Steps" orange fills rest */
.gs-wrap .underline-gray { width: 53%; }
/* Friendly Milestones: "Friendly" ~42% gray, "Milestones" orange fills rest */
.fm-wrap .underline-gray { width: 42%; }
/* Good Governance: "Good" ~30% gray, "Governance" orange fills rest */
.gg-wrap .underline-gray { width: 30%; }

.about-impact-inner p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px 0;
  max-width: 742px;
}

/* =============================================
   ABOUT PAGE — SECTION 4: IMPACT MODEL
   ============================================= */
.about-model-section {
  background: #fff;
  padding: 10px 0 50px;
}

.about-model-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-model-heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 22px;
}

.about-model-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-model-list li {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

.about-model-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 14px;
}

.about-model-note {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0;
  max-width: 742px;
}

/* =============================================
   ABOUT PAGE — SECTION 5: OUR APPROACH
   ============================================= */
.about-approach-section {
  background: #f5f5f5;
  padding: 50px 0;
}

.about-approach-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-approach-heading {
  font-size: 64px;
  font-weight: 800;
  color: #d9d9d9;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin-bottom: 34px;
}

.about-approach-inner p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px 0;
  max-width: 742px;
}

/* =============================================
   ABOUT PAGE — SECTION 6: APPROACH PRINCIPLES
   ============================================= */
.about-principles-section {
  background: #f5f5f5;
  padding: 10px 0 50px;
}

.about-principles-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-principles-heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary);
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 26px;
}

.about-principles-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-principles-list li {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-principles-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 14px;
}

.about-principles-list li strong {
  font-size: 14.5px;
  font-weight: 700;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

.about-principles-list li span {
  font-size: 14.5px;
  font-weight: 400;
  color: #555;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

.about-principles-note {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* =============================================
   ABOUT PAGE — SECTION 7: OUR VALUES
   ============================================= */
.about-values-section {
  background: #fff;
  padding: 50px 0;
}

.about-values-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-values-heading {
  font-size: 64px;
  font-weight: 800;
  color: #d9d9d9;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin-bottom: 34px;
}

.about-values-intro {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  margin: 0 0 24px 0;
}

.about-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-values-list li {
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about-values-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-size: 14px;
}

.about-values-list li strong {
  font-size: 14.5px;
  font-weight: 700;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

.about-values-list li span {
  font-size: 14.5px;
  font-weight: 400;
  color: #555;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

/* =============================================
   ABOUT PAGE — SECTION 8: OUR INITIATIVES
   ============================================= */

/* Simple orange banner: title on top, image below */
.about-initiatives-banner {
  background-color: #fff;
  background-image: url('../giantsimg/bghome.jpeg');
  background-size: 100% 407px;
  background-position: top center;
  background-repeat: no-repeat;
  /* padding: 10px 20px 70px 20px; */
  text-align: center;
}

.about-initiatives-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 760px;
  width: 100%;
  height: 500px;
  margin: 30px auto 0 auto;
  line-height: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.about-initiatives-half-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:top;
  display: block;
  border-radius: 10px 10px 0 0;
}

.about-initiatives-text-half {
  display: none;
}

.about-initiatives-title {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.about-init-section {
  padding: 0;
  overflow: visible;
}

.about-init-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-init-title {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: left;
}

.about-init-img-wrap {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
  overflow: visible;
  line-height: 0;
}

.about-init-icon-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #f5a623;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 2px 3px 0 rgba(0,0,0,0.18);
  transform: rotate(-6deg);
}

.about-init-main-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px 6px 0 0;
}

/* =============================================
   ABOUT PAGE — SECTION 9: EDUCATION
   ============================================= */
.about-edu-section {
  background: #fff;
  padding-top: 22px;
}

.about-edu-inner {
  max-width: 742px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-edu-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.about-edu-icon-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  object-fit: contain;
}

.about-edu-heading {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  font-family: Georgia, 'Times New Roman', serif;
  margin: 0;
}

.about-edu-desc {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0 0 26px 0;
}

.about-edu-desc strong {
  color: #333;
  font-weight: 700;
}

.about-edu-sub-heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 18px;
}

.about-edu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-edu-list li {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

.about-edu-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 14px;
}

.about-edu-note {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-section {
  background: var(--primary);
  padding: 60px 0 40px;
}

.about-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.about-intro {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 18px;
  font-weight: 400;
}

.about-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.88);
  line-height: 1.85;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn-read-more {
  display: inline-block;
  padding: 10px 34px;
  border: 2px solid #fff;
  background: #fff;
  color: var(--primary);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.3px;
  transition: background 0.25s, color 0.25s;
}

.btn-read-more:hover {
  background: transparent;
  color: #fff;
}

/* =============================================
   OUR IMPACT BANNER SECTION
   ============================================= */
.impact-banner {
  position: relative;
  background: url('../images/bg.png') center center / cover no-repeat;
  /* min-height: 380px; */
  /* padding: 60px 20px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.impact-banner-overlay {
  position: absolute;

  z-index: 0;
}

.impact-banner-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
}

.impact-banner-heading {
  font-size: 58px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.1;
  letter-spacing: -1px;
}

.impact-banner-heading span {
  color: var(--primary);
}

.impact-banner-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.85;
  margin-bottom: 26px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.impact-banner-btn {
  display: inline-block;
  padding: 10px 32px;
  background: rgba(120, 120, 120, 0.75);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background 0.25s;
}

.impact-banner-btn:hover {
  background: rgba(90, 90, 90, 0.95);
  color: #fff;
}

/* =============================================
   INITIATIVES SECTION
   ============================================= */
.initiatives-section {
  background: linear-gradient(to bottom, var(--primary) 280px, #fff 280px);
  padding: 40px 0 70px;
}

.initiatives-heading {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.initiatives-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 75%;
  margin: 0 auto;
}

/* Card */
.init-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
  display: flex;
  flex-direction: column;
}

.init-img-wrap {
  position: relative;
  overflow: hidden;
}

.init-img-wrap img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.init-card:hover .init-img-wrap img {
  transform: scale(1.06);
}

/* Dark overlay shown by default */
.init-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 16px;
  gap: 10px;
  transition: transform 0.45s ease, opacity 0.45s ease;
  transform: translateY(0);
  opacity: 1;
}

.init-overlay-icon-img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(2px 3px 4px rgba(0,0,0,0.3));
}

.init-overlay-name {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  text-shadow: 1px 2px 6px rgba(0,0,0,0.4);
}

/* On hover: overlay slides up and fades out */
.init-card:hover .init-overlay {
  transform: translateY(-100%);
  opacity: 0;
}

/* Title label that appears at bottom of image on hover */
.init-hover-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  padding: 10px 14px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.init-card:hover .init-hover-label {
  transform: translateY(0);
  opacity: 1;
}

.init-body {
  padding: 16px 16px 18px;
  flex: 1;
}

.init-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.init-card-link:hover .init-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.13);
}

.init-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 9px;
  line-height: 1.3;
}

.init-title-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.init-body p {
  font-size: 12.5px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* Pastel card body backgrounds */
.init-edu      { background: #fef9e7; }
.init-health   { background: #ddd6ff; }
.init-women    { background: #d8f5f4; }
.init-livelihood { background: #f5e8da; }
.init-env      { background: #d4f0e0; }
.init-art      { background: #fde8cc; }
.init-disaster { background: #ffd8d8; }

/* Pastel icon circle colors */
.icon-edu      { background: #fff3cd; color: #b8860b; }
.icon-health   { background: #ede0ff; color: #6f42c1; }
.icon-women    { background: #ffd6d6; color: #c0392b; }
.icon-livelihood { background: #d4edda; color: #1e7e34; }
.icon-env      { background: #c8f7c5; color: #27ae60; }
.icon-art      { background: #ffe8cc; color: #e67e22; }
.icon-disaster { background: #ffd5c8; color: #e74c3c; }

/* =============================================
   IMPACT / NUMBERS SECTION
   ============================================= */
.impact {
  position: relative;
  background: url('/images/bg.png') center center / cover no-repeat fixed;
  color: #fff;
  text-align: center;
}

.impact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 0;
}

.impact .container {
  position: relative;
  z-index: 1;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.impact-stat {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: background 0.3s;
}

.impact-stat:hover { background: rgba(255, 255, 255, 0.05); }

.impact-icon {
  font-size: 36px;
  color: var(--primary);
  margin-bottom: 14px;
  display: block;
}

.impact-stat h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 6px;
}

.impact-stat p {
  color: #aaa;
  font-size: 14px;
  margin: 0;
}

/* =============================================
   SDG GOALS SECTION
   ============================================= */
.sdg {
  background: #fafafa;
  text-align: center;
}

.sdg-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.sdg-card { text-align: center; }
.sdg-card p { font-size: 13px; margin-top: 8px; color: var(--text-dark); }

.sdg-icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

/* Official UN SDG colours */
.sdg-1  { background: #e5243b; }
.sdg-3  { background: #4c9f38; }
.sdg-4  { background: #c5192d; }
.sdg-5  { background: #ff3a21; }
.sdg-6  { background: #26bde2; }
.sdg-8  { background: #a21942; }
.sdg-10 { background: #dd1367; }
.sdg-13 { background: #3f7e44; }

/* =============================================
   SDG SECTION
   ============================================= */
.sdg-section {
  background: #fff;
  padding: 56px 20px 60px;
  text-align: center;
}

.sdg-section-inner {
  max-width: 860px;
  margin: 0 auto;
}

.sdg-img-wrapper {
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
}

.sdg-image {
  width: 100%;
  height: auto;
  display: block;
  margin: -13% 0 -25% 0;
}

.sdg-top-heading {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 4px;
  font-family: Georgia, 'Times New Roman', serif;
}

.sdg-sub-heading {
  font-size: 28px;
  font-weight: 700;
  color: #999;
  margin-bottom: 32px;
  font-family: Georgia, 'Times New Roman', serif;
}



/* =============================================
   OUR APPROACH SECTION
   ============================================= */
.our-approach-section {
  background: #fff;
  padding: 60px 20px 70px;
  text-align: center;
}

.our-approach-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.our-approach-img-box {
  width: 100%;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 32px;
}

.our-approach-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-approach-heading {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary);
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 14px;
  text-align: center;
}

.our-approach-text {
  font-size: 13px;
  color: #444;
  line-height: 1.85;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 22px;
  text-align: left;
}

.our-approach-btn {
  display: inline-block;
  padding: 8px 24px;
  background: #888;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: background 0.2s;
}

.our-approach-btn:hover {
  background: #666;
  color: #fff;
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.approach-steps {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.step-num {
  background: var(--primary);
  color: #fff;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.step h4 { margin-bottom: 4px; font-size: 17px; }
.step p   { margin: 0; font-size: 14px; }

.approach-img-wrap { position: relative; }

.approach-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}

.approach-overlay-card {
  position: absolute;
  bottom: 30px;
  left: -30px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  max-width: 300px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.approach-overlay-card i {
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.approach-overlay-card p {
  font-size: 14px;
  color: var(--text-dark);
  margin: 0 0 10px;
}

.approach-overlay-card strong {
  color: var(--primary);
  font-size: 13px;
}

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid var(--primary);
}

.stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 14px;
}

.testimonial-card > p {
  font-size: 15px;
  color: var(--text-dark);
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author strong {
  display: block;
  font-size: 15px;
  color: var(--secondary);
}

.testimonial-author span {
  font-size: 13px;
  color: var(--text-light);
}

/* =============================================
   PARTNERS / SUPPORTERS
   ============================================= */
.partners-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.partner-logo img {
  max-height: 60px;
  max-width: 140px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.partner-logo img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* =============================================
   CTA / DONATE SECTION
   ============================================= */
.cta-section {
  background: var(--gradient);
  padding: 80px 0;
  color: #fff;
}

.cta-section h2 { color: #fff; }

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin: 10px auto 36px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =============================================
   CONTACT SECTION
   ============================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.contact-items {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-item i {
  color: var(--primary);
  font-size: 20px;
  margin-top: 3px;
  min-width: 20px;
}

.contact-item strong {
  display: block;
  font-size: 15px;
  color: var(--secondary);
}

.contact-item p {
  font-size: 14px;
  margin: 2px 0 0;
}

/* Social Icons (shared: Contact + Footer) */
.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 38px;
  height: 38px;
  background: var(--light-bg);
  color: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: 0.3s;
}

.social-links a:hover {
  background: var(--primary);
  color: #fff;
}

/* Contact Form */
.contact-form-wrap {
  background: var(--light-bg);
  padding: 36px;
  border-radius: 12px;
}

.contact-form-wrap h3 {
  font-size: 22px;
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
}

.form-group input,
.form-group textarea {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  background: #fff;
  transition: border-color 0.25s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus { border-color: var(--primary); }

.form-group textarea { resize: vertical; }

.form-msg { margin-top: 12px; font-size: 14px; }
.form-msg.success { color: #2e7d32; }
.form-msg.error   { color: #c62828; }

/* =============================================
   CAMPAIGNS PAGE — BANNER
   ============================================= */
.campaign-banner {
  width: 100%;
  line-height: 0;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.campaign-banner-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.campaign-banner-overlay {
  display: none;
}

/* =============================================
   CAMPAIGNS PAGE — CiP TITLE BLOCK
   ============================================= */
.cip-title-section {
  background: #fff;
  padding: 48px 217px 0;
}

.cip-title-inner {
  max-width: 744px;
  margin: 0 auto;
}

.cip-logo-text {
  font-size: clamp(32px, 6vw, 72px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
}

.cip-hash {
  color: #2c2c2c;
  font-weight: 700;
}

.cip-C {
  color: #1a3a6b;
  font-size: 1.1em;
}

.cip-i {
  color: #2baadc;
  font-size: 1.1em;
}

.cip-P {
  color: #23792d;
  font-size: 1.1em;
}

.cip-full-name {
  color: #cccccc;
  font-weight: 700;
  margin-left: 0.3em;
}

.cip-divider {
  display: flex;
  gap: 0;
  margin-top: 14px;
  height: 5px;
}

.cip-div-navy {
     display: block;
    width: 182px;
    background: #888;
    border-radius: 3px 0 0 3px;
}

.cip-div-orange {
  display: block;
  flex: 1;
  background: #f58220;
  border-radius: 0 3px 3px 0;
}

/* =============================================
   CAMPAIGNS PAGE — CiP CONTENT
   ============================================= */
.cip-content-section {
  background: #fff;
  padding: 40px 217px 20px;
}

.cip-content-inner {
  max-width: 744px;
  margin: 0 auto;
}

.cip-subheading {
  font-size: clamp(20px, 3vw, 26px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #f58220;
  margin-bottom: 22px;
}

.cip-content-inner p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #444;
  line-height: 1.85;
  margin-bottom: 22px;
}

.cip-content-inner p:last-child {
  margin-bottom: 0;
}

.cip-content-inner strong {
  color: #222;
  font-weight: 700;
}

/* =============================================
   KALAMRIT PAGE — TITLE BLOCK
   ============================================= */
.kalam-logo-text {
  font-size: clamp(36px, 7vw, 80px);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 0 4px;
}

.kalam-hash {
  color: #555555;
  font-weight: 700;
}

.kalam-name {
  color: #f58220a6;
  font-weight: 700;
}

/* Kalamrit underline — width matches text only */
.kalam-title-wrap {
  display: inline-block;
}

.kalam-divider {
  display: flex;
  width: 100%;
  gap: 0;
  margin-top: 10px;
  height: 5px;
}

.kalam-div-gray {
  display: block;
  width: 30%;
  background: #444;
  border-radius: 3px 0 0 3px;
}

.kalam-div-orange {
  display: block;
  flex: 1;
  background: #d96d14;
  border-radius: 0 3px 3px 0;
}

.kalam-banner-img {
  object-position: center 30%;
}

/* =============================================
   INDIVIDUAL SUPPORT PAGE — TITLE
   ============================================= */
.indsup-title-wrap {
  display: inline-block;
}

.indsup-heading {
  font-size: clamp(36px, 7vw, 74px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #cccccc;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -1px;
}

/* Corporate Support — contact line & email */
.corp-contact-line {
  font-size: 14.5px;
  color: #555;
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}

.corp-email-link {
  color: #5aaee8;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.corp-email-link:hover {
  text-decoration: underline;
}

/* =============================================
   CAMPAIGNS PAGE — SUPPORT THE INITIATIVE
   ============================================= */
.cip-support-section {
  background: #fff;
  padding: 10px 217px 70px;
}

.cip-support-inner {
  max-width: 744px;
  margin: 0 auto;
}

.cip-support-heading {
  font-size: clamp(20px, 3vw, 26px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #f58220;
  margin-bottom: 12px;
}

.cip-support-desc {
  font-size: 15.5px;
  font-family: 'Poppins', sans-serif;
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
}

.cip-support-desc strong {
  color: #222;
  font-weight: 700;
}

.btn-donate-cip {
  display: inline-block;
  background: #f58220;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 38px;
  border-radius: 30px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.25s, transform 0.2s;
}

.btn-donate-cip:hover {
  background: #d96e10;
  transform: translateY(-2px);
}

.wip-qr-block {
  margin: 28px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.wip-qr-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
}

.wip-qr-caption {
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif;
  color: #666;
  line-height: 1.7;
  margin: 0;
  max-width: 400px;
}

.wip-closing-tagline {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.9;
  margin: 10px 0 0;
}


.edu-banner-img {
  object-position: center top;
}

.health-banner-img {
  object-position: center top;
}

.women-banner-img {
  object-position: center top;
}

.livelihood-banner-img {
  object-position: center top;
}

.artculture-banner-img {
  object-position: center top;
}

.edu-title-wrap {
  display: inline-block;
}

.edu-heading-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.edu-icon {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.edu-heading {
  font-size: clamp(36px, 7vw, 74px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #999999;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}

.edu-divider {
  height: 5px;
  width: 100%;
  background: #f58220;
  border-radius: 3px;
  margin-top: 12px;
}

/* =============================================
   OUR WORK PAGES — SHARED TITLE BLOCK
   ============================================= */
.ourwork-title-wrap {
  display: block;
  width: fit-content;
}

.ourwork-heading-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ourwork-icon-img {
  width: clamp(64px, 8vw, 96px);
  height: clamp(64px, 8vw, 96px);
  object-fit: contain;
  flex-shrink: 0;
}

.ourwork-heading {
  font-size: clamp(28px, 5vw, 54px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #8888888c;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.5px;
  white-space: normal;
}

.ourwork-divider {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.ow-ul-gray {
     display: inline-block;
    height: 5px;
    width: clamp(88px, 33vw, 87px);
    background: #888;
    border-radius: 69px;
    flex-shrink: 0;
}

.ow-ul-orange {
  display: inline-block;
  height: 5px;
  flex: 1;
  background: var(--primary);
  border-radius: 3px;
}

/* =============================================
   EDUCATION PAGE — KEY INITIATIVES
   ============================================= */
.edu-initiatives-section {
  background: #fff;
  padding: 10px 217px 126px;
  position: relative;
  overflow: hidden;
}

.edu-initiatives-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 220px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 220"><path d="M0 220 Q80 120 160 160 Q240 200 320 80 L320 220 Z" fill="%23f58220" opacity="0.08"/><path d="M0 220 Q100 160 200 180 Q270 196 320 140 L320 220 Z" fill="%23f58220" opacity="0.06"/></svg>') no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}

.edu-initiatives-inner {
  max-width: 744px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.edu-initiatives-heading {
  font-size: clamp(22px, 3.5vw, 30px);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  color: #f58220;
  margin-bottom: 28px;
}

.edu-initiatives-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.edu-initiative-item {
  margin-bottom: 24px;
}

.edu-item-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #685f5f;
  margin-bottom: 6px;
}

.edu-bullet {
  color: #f58220;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 3px;
}

.edu-item-desc {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #777;
  line-height: 1.8;
  margin: 0 0 0 23px;
}

.edu-closing-note {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #777;
  line-height: 1.8;
  margin: 0;
}

/* =============================================
   CONTACT PAGE — STANDALONE
   ============================================= */
.contact-page-section {
  background: #fff;
  padding: 48px 20px 80px;
}

.contact-page-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: start;
}

/* Left info column */
.contact-page-intro {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  line-height: 1.85;
  margin: 0 0 32px 0;
}

.contact-page-email-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page-label {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2c2c2c;
}

.contact-page-email {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #f58220;
  text-decoration: none;
  word-break: break-all;
}

.contact-page-email:hover {
  text-decoration: underline;
}

.contact-page-note {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  color: #888;
  line-height: 1.6;
  margin: 4px 0 0;
}

/* Right form column */
.contact-form-wrap {
  background: #f5f5f5;
  padding: 36px;
  border-radius: 12px;
}

.contact-form-wrap h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2c2c2c;
  margin: 0 0 24px;
}

.contact-submit-btn {
  background: #f58220;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 11px 32px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s;
  margin-top: 4px;
}

.contact-submit-btn:hover {
  background: #d96d14;
}

.contact-status {
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.contact-status--ok {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.contact-status--err {
  background: #fdecea;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

/* =============================================
   DONATE BUTTON + MODAL
   ============================================= */
.donate-btn-section {
  padding: 50px 20px 60px;
  text-align: center;
  background: #fff;
}

.donate-open-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary, #f58220);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 44px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 24px rgba(245,130,32,0.28);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.donate-open-btn:hover {
  background: #d9700f;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245,130,32,0.38);
}

.donate-btn-heart {
  font-size: 20px;
  line-height: 1;
}

/* Blurred backdrop overlay */
.donate-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 20px;
}

.donate-modal-overlay.is-active {
  display: flex;
}

/* Small centered modal box */
.donate-modal-box {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  max-width: 320px;
  width: 100%;
  text-align: center;
}

/* Collage strip at top of modal */
.donate-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 68px);
  gap: 2px;
}

.donate-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Close button */
.donate-close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: rgba(255,255,255,0.9);
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: color 0.15s, background 0.15s;
}

.donate-close-btn:hover {
  color: #f58220;
  background: #fff;
}

/* Inner content */
.donate-modal-label {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 20px 0 14px;
  letter-spacing: 0.3px;
}

.donate-qr-img {
  width: 175px;
  height: 175px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  border: 3px solid #f58220;
}

.donate-modal-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888;
  margin: 14px 0 22px;
  font-style: italic;
}

@media (max-width: 480px) {
  .donate-modal-box   { max-width: 280px; }
  .donate-collage     { grid-template-rows: repeat(2, 52px); }
  .donate-qr-img      { width: 145px; height: 145px; }
  .donate-open-btn    { font-size: 15px; padding: 13px 30px; }
}

/* =============================================
   DONATE FORM MODAL (Navbar Trigger)
   ============================================= */
.dnf-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px;
  overflow-y: auto;
}
.dnf-overlay.is-active {
  display: flex;
  animation: dnfFadeIn 0.3s ease;
}
@keyframes dnfFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.dnf-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.35);
  width: 100%;
  max-width: 980px;
  margin: auto;
  overflow: hidden;
  animation: dnfSlideUp 0.32s ease;
}
@keyframes dnfSlideUp {
  from { transform: translateY(28px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* Close button */
.dnf-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: #f2f2f2;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #444;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  z-index: 2;
}
.dnf-close:hover { background: #f58220; color: #fff; }

/* Header */
.dnf-header {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 28px 32px 22px;
  text-align: center;
}
.dnf-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 700;
  color: #f58220;
  margin: 0 0 6px;
  letter-spacing: 0.5px;
}
.dnf-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  margin: 0;
  letter-spacing: 0.4px;
}

/* Intro */
.dnf-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #555;
  line-height: 1.7;
  padding: 20px 32px 0;
  margin: 0;
}

/* Body: two columns */
.dnf-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 20px 32px 24px;
}

/* Left panel */
.dnf-left {
  padding-right: 28px;
  border-right: 1px solid #e8e8e8;
}
.dnf-section-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f58220;
  display: inline-block;
}
.dnf-sub-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin: 14px 0 4px;
}
.dnf-bank-note {
  font-size: 12.5px;
  color: #666;
  margin: 0 0 14px;
  font-family: 'Poppins', sans-serif;
}
.dnf-qr-wrap {
  text-align: center;
  margin-bottom: 16px;
}
.dnf-qr-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  padding: 6px;
}
.dnf-bank-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dnf-bank-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 8px 12px;
  border-left: 3px solid #f58220;
  gap: 8px;
}
.dnf-bank-label {
  color: #888;
  font-weight: 500;
  white-space: nowrap;
}
.dnf-bank-value {
  color: #1a1a1a;
  font-weight: 600;
  text-align: right;
}

/* Right panel */
.dnf-right {
  padding-left: 28px;
}
.dnf-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.dnf-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dnf-field label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.dnf-req { color: #f58220; }
.dnf-field input,
.dnf-field select,
.dnf-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 9px 12px;
  outline: none;
  transition: border-color 0.2s;
  background: #fafafa;
}
.dnf-field input:focus,
.dnf-field select:focus,
.dnf-field textarea:focus {
  border-color: #f58220;
  background: #fff;
}
.dnf-field textarea { resize: vertical; min-height: 68px; }
.dnf-field select { cursor: pointer; }

.dnf-error {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  color: #c0392b;
  background: #fdf3f3;
  border: 1px solid #f5c6c6;
  border-radius: 6px;
  padding: 9px 12px;
}
.dnf-submit-btn {
  background: #f58220;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s, transform 0.15s;
  margin-top: 4px;
}
.dnf-submit-btn:hover  { background: #d96d14; transform: translateY(-1px); }
.dnf-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }

/* Success state */
.dnf-success {
  text-align: center;
  padding: 32px 16px;
}
.dnf-success-icon {
  width: 56px;
  height: 56px;
  background: #e8f8ee;
  color: #27ae60;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-weight: 700;
}
.dnf-success-title {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.dnf-success-msg {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

/* After You Donate */
.dnf-after {
  background: #f9f9f9;
  border-top: 1px solid #ececec;
  padding: 20px 32px 24px;
}
.dnf-after-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.dnf-after-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #555;
  margin: 0 0 8px;
}
.dnf-after-list {
  padding-left: 18px;
  margin: 0 0 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dnf-after-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #444;
}
.dnf-tax-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888;
  margin: 0;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .dnf-body {
    grid-template-columns: 1fr;
    padding: 16px 20px 20px;
  }
  .dnf-left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 4px;
  }
  .dnf-right { padding-left: 0; padding-top: 16px; }
  .dnf-intro { padding: 16px 20px 0; }
  .dnf-header { padding: 24px 20px 18px; }
  .dnf-after  { padding: 16px 20px 20px; }
  .dnf-title  { font-size: 22px; }
}
@media (max-width: 480px) {
  .dnf-box    { border-radius: 12px; }
  .dnf-title  { font-size: 20px; }
  .dnf-qr-img { width: 120px; height: 120px; }
  .nav-donate-btn { padding: 7px 12px; font-size: 12px; }
}

/* =============================================
   EVENTS & NEWS PAGE
   ============================================= */
.event-article-section {
  background: #fff;
  padding: 40px 20px 70px;
}

.event-article-inner {
  max-width: 860px;
  margin: 0 auto;
}

/* Heading & meta */
.event-article-header {
  margin-bottom: 30px;
}

.event-article-title {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 1.4;
  margin: 0 0 12px 0;
}

.event-article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  color: #888;
}

.event-article-meta i {
  color: #f5a623;
  margin-right: 5px;
}

/* Gallery */
.event-gallery {
  margin-bottom: 36px;
}

.event-gallery-main {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.event-gallery-img-main {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.event-gallery-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.3s ease;
}

.event-gallery-img:hover {
  transform: scale(1.04);
}

/* Article body text */
.event-article-body p {
  font-size: 14.5px;
  font-family: 'Poppins', sans-serif;
  color: #555;
  line-height: 1.85;
  margin: 0 0 18px 0;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .event-article-title         { font-size: 26px; }
  .event-gallery-img-main      { height: 340px; }
}

@media (max-width: 768px) {
  .event-article-title         { font-size: 22px; }
  .event-gallery-img-main      { height: 260px; }
  .event-gallery-grid          { grid-template-columns: repeat(2, 1fr); }
  .event-gallery-img           { height: 130px; }
}

@media (max-width: 480px) {
  .event-article-title         { font-size: 18px; }
  .event-gallery-img-main      { height: 200px; }
  .event-gallery-grid          { grid-template-columns: repeat(2, 1fr); }
  .event-gallery-img           { height: 110px; }
  .event-article-body p        { font-size: 13.5px; }
  .event-article-meta          { flex-direction: column; gap: 6px; }
}
