:root{
  --green: #4c6b39;
  --green-dark: #273a25;
  --green-light: #678b53;
  --tan: #c8a165;
  --tan-dark: #b58e4f;
  --blue: #3f6b85;
  --cream: #faf8f3;
  --cream-dark: #f3efe4;
  --text-dark: #1b2619;
  --text-muted: #5c6659;
  --border-light: #e8e4da;
}

html, body {
  overflow-x: clip;
  max-width: 100%;
}
body, p, span, a, li, button, input, textarea, select, label, .stat-label, .mini-info, .learn-more { font-family: 'Inter', sans-serif !important; }
body { color:#333; background:var(--cream); }
p { text-align: justify; }
h1,h2,h3,h4,h5,h6,.brand-name,.section-title,.font-serif, .hero h1, .page-banner-title, .stat-num, .hero-tag, .watch-text {
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.3px;
  color: var(--text-dark);
}
img { max-width: 100%; height: auto; }
.eyebrow{ color:var(--text-muted); font-weight:700; letter-spacing:1.5px; font-size:.85rem; text-transform:uppercase; margin-bottom:.4rem; }

/* Heading Hierarchy & Sub-paragraph Scaling */
h1, .h1 { font-size: 48px !important; line-height: 1.1; font-weight: 700; color: var(--text-dark); }
h2, .h2, .section-title { font-size: 2.05rem !important; line-height: 1.25 !important; font-weight: 700; color: var(--text-dark); }
.section-title span { color: var(--green) !important; display: inline-block !important; white-space: nowrap !important; }

/* Dynamic Image Height to Match Right Content Size */
.story-imgs {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.story-imgs img, .about-img {
  height: 100% !important;
  min-height: 380px;
  object-fit: cover !important;
  border-radius: 14px !important;
}
h3, .h3 { font-size: 32px !important; line-height: 1.2; font-weight: 700; color: var(--text-dark); }
h4, .h4 { font-size: 24px !important; line-height: 1.25; font-weight: 700; color: var(--text-dark); }
h5, .h5 { font-size: 20px !important; line-height: 1.3; font-weight: 700; }
h6, .h6 { font-size: 16px !important; line-height: 1.35; font-weight: 700; }

.accent, .text-accent, h2 span, h1 span, h3 span {
  color: var(--green) !important;
}

/* Section Heading Heart Divider (Matching Screenshot) */
.section-title-divider, .hero-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0.4rem 0 1rem 0;
  width: 200px;
}
.text-center .section-title-divider, .text-center .hero-divider {
  margin-left: auto;
  margin-right: auto;
}
.section-title-divider::before, .section-title-divider::after,
.hero-divider::before, .hero-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #759c52;
}
.section-title-divider i, .section-title-divider span,
.hero-divider i, .hero-divider span {
  color: #4c6b39;
  font-size: 0.85rem;
}

/* Paragraphs directly under h2 or section header */
h2 + p, .section-title + p, .section-title ~ p, h2 ~ p, p.lead, p.section-subtext {
  font-size: 16px !important;
  line-height: 1.6;
  color: var(--text-muted);
}

/* Navbar */
.navbar, .navbar-custom{ position: sticky !important; top: 0 !important; z-index: 1030 !important; padding:0 !important; box-shadow:0 2px 10px rgba(0,0,0,.04); background:#fff; }
.navbar-brand{ padding:0 !important; margin:0 !important; display:inline-flex; align-items:center; }
.navbar-brand img.brand-logo{ height:130px; max-height:140px; width:auto; object-fit:contain; display:block; margin:-14px 0 !important; }
.navbar-nav{ display:flex; align-items:center; }
.navbar-nav .nav-link{ color:#2d3a2b; font-weight:600; font-size:.95rem; margin:0 .45rem; padding:.5rem .4rem; display:inline-flex; align-items:center; }
.navbar-nav .nav-link.active{ color:var(--green); border-bottom:2px solid var(--green); }
.btn-donate{ background:var(--green); border:none; color:#fff; font-weight:700; padding:.55rem 1.5rem; border-radius:30px; white-space:nowrap; display:inline-flex; align-items:center; transition:all .25s ease; }
.btn-donate:hover{ background:var(--tan) !important; color:#fff !important; }

/* Hero Section */
.hero{ position:relative; min-height:540px; overflow:hidden; background:#273a25; }
.hero-video{ position:absolute; top:50%; left:50%; min-width:100%; min-height:100%; width:auto; height:auto; object-fit:cover; transform:translate(-50%, -50%); z-index:0; }
.hero-overlay{ position:absolute; inset:0; background:linear-gradient(90deg, #fbf8f3 0%, rgba(251,248,243,0.92) 28%, rgba(251,248,243,0.3) 42%, rgba(251,248,243,0) 52%); z-index:1; }
.hero .container-fluid, .hero .container{ position:relative; z-index:2; padding-top:65px; padding-bottom:110px;}
.hero-tag{ color:#1d291c; font-weight:700; font-size:1.3rem; margin-bottom:.4rem; font-family:'Poppins', sans-serif; text-shadow:none; }
.hero h1{ font-weight:800; font-size:48px !important; line-height:1.15; color:#1d291c; margin-bottom:.5rem; text-shadow:none; }
.hero h1 .accent{ color:#4c6b39; }

.hero-divider{ display:flex; align-items:center; gap:8px; margin:.6rem 0 1rem 0; width:180px; }
.hero-divider::before, .hero-divider::after{ content:""; flex:1; height:1px; background:#4c6b39; opacity:.6; }
.hero-divider span{ color:#4c6b39; font-size:.85rem; }

.hero p{ color:#233222; max-width:440px; margin-top:.6rem; font-size:.95rem; line-height:1.6; font-weight:600; text-shadow:none; }

.btn-donate-hero{ background:#4c6b39; border:none; color:#fff; font-weight:700; padding:.65rem 1.6rem; border-radius:30px; white-space:nowrap; display:inline-flex; align-items:center; text-decoration:none; box-shadow:0 4px 12px rgba(76,107,57,0.25); transition:all .25s ease; }
.btn-donate-hero:hover{ background:var(--tan) !important; color:#fff !important; border-color:var(--tan) !important; }

.btn-volunteer-hero{ border:1.5px solid #4c6b39; color:#1d291c; font-weight:700; border-radius:30px; padding:.65rem 1.6rem; background:#fff; white-space:nowrap; display:inline-flex; align-items:center; text-decoration:none; transition:all .25s ease; }
.btn-volunteer-hero:hover{ background:var(--tan) !important; color:#fff !important; border-color:var(--tan) !important; }

.watch-story {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1.5px solid #e2dac9;
  padding: 8px 20px 8px 10px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 10px 25px -5px rgba(39, 58, 37, 0.12);
  transition: all .3s ease;
}
.watch-story:hover {
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -5px rgba(76, 107, 57, 0.3);
}
.watch-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all .3s ease;
}
.watch-story:hover .watch-circle {
  background: #fff;
  color: var(--green);
}
.watch-text {
  font-size: 13.5px;
  font-weight: 700;
  color: #1d291c;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  transition: color .3s ease;
}
.watch-story:hover .watch-text {
  color: #fff;
}

/* Stats Card */
.stats-card{ background:#fff; border-radius:16px; box-shadow:0 12px 35px rgba(0,0,0,.06); margin-top:-65px; position:relative; z-index:5; padding:1.8rem 1rem; border:1px solid var(--border-light); }
.stat-item{ text-align:center; position:relative; }
.stat-icon{ width:48px;height:48px; border-radius:50%; display:flex;align-items:center;justify-content:center; margin:0 auto .6rem auto; font-size:1.2rem; color:#fff; }
.stat-num{ font-weight:800; font-size:1.6rem; color:var(--text-dark); line-height:1.1; }
.stat-label{ font-size:.82rem; color:var(--text-muted); font-weight:600; margin-top:.2rem; }

/* About Section */
.about-imgs img.img-top{ border-radius:18px; object-fit:cover; width:100%; height:200px; }
.about-imgs img.img-sub{ border-radius:18px; object-fit:cover; width:100%; height:140px; }
.about-title-line{ width:32px; height:3px; background:#4c6b39; border-radius:2px; margin:.3rem 0 1rem 0; }
.about-check{ list-style:none; padding:0; margin:1.4rem 0; }
.about-check li{ margin-bottom:.7rem; font-weight:700; color:#1b291c; display:flex; align-items:center; gap:.7rem; font-size:.95rem; }
.about-check li i{ color:#fff; background:#4c6b39; width:22px; height:22px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:.72rem; flex-shrink:0; }
.dove-card{ background:#f6f1e7; border:none; border-radius:24px; padding:2.8rem 1.6rem 2.2rem; text-align:center; height:100%; min-height:360px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.dove-card svg{ width:150px; height:160px; }
.dove-card .dove-text{ font-weight:700; color:#1c281a; margin-top:1.6rem; margin-bottom:0; line-height:1.5; font-size:.95rem; text-align:center; font-family:'Poppins', sans-serif; }
.btn-know-more{ background:#4c6b39; color:#fff; border-radius:30px; padding:.65rem 1.6rem; font-weight:700; font-size:.92rem; border:none; display:inline-flex; align-items:center; gap:.5rem; text-decoration:none; box-shadow:0 4px 14px rgba(76,107,57,0.22); transition:all .25s ease; }
.btn-know-more:hover{ background:var(--tan) !important; color:#fff !important; }

/* What We Do */
.wwd-card{ border:1px solid var(--border-light); border-radius:14px; padding:1.4rem 1.2rem; text-align:center; height:100%; transition:all .25s ease; background:#fff; box-shadow:0 4px 15px rgba(0,0,0,.03); }
.wwd-card:hover{ box-shadow:0 8px 22px rgba(0,0,0,.08); transform:translateY(-3px); border-color:#4c6b39; }
.wwd-icon{ width:50px; height:50px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto .8rem auto; color:#fff; font-size:1.25rem; background:#4c6b39 !important; box-shadow:0 4px 10px rgba(76,107,57,0.2); }
.wwd-card h5{ font-weight:800; color:var(--text-dark); font-size:1rem; margin-bottom:.4rem; font-family:'Poppins', sans-serif; }
.wwd-card p{ font-size:.84rem; color:var(--text-muted); line-height:1.45; margin-bottom:.8rem; }
.learn-more{ font-weight:700; font-size:.84rem; text-decoration:none; display:inline-flex; align-items:center; gap:.3rem; color:#4c6b39 !important; }

/* Recent Projects */
.project-card{ border-radius:14px; overflow:hidden; box-shadow:0 6px 20px rgba(0,0,0,.05); height:100%; background:#fff; border:1px solid var(--border-light); }
.project-card img{ height:200px; object-fit:cover; width:100%; }
.project-body{ padding:1.4rem; position:relative; }
.project-icon{ width:44px;height:44px; border-radius:50%; display:flex;align-items:center;justify-content:center; color:#fff; position:absolute; top:-22px; left:1.4rem; box-shadow:0 4px 12px rgba(0,0,0,.15); font-size:1.1rem; }
.project-body h5{ margin-top:1.2rem; font-weight:800; color:var(--text-dark); font-size:1.05rem; }
.project-loc{ font-size:.8rem; color:var(--text-muted); font-weight:600; margin-bottom:.5rem; }
.project-body p{ font-size:.88rem; color:var(--text-muted); line-height:1.5; }

/* Donate Banner */
.donate-banner{ background:#f3efe4; position:relative; overflow:hidden; border-top:1px solid #e5e0d4; border-bottom:1px solid #e5e0d4; padding:0; }
.donate-img-wrap{ position:relative; height:175px; }
.donate-banner img.dove-img{ height:175px; object-fit:cover; width:100%; display:block; }
.donate-img-wrap::after{ content:""; position:absolute; top:0; right:0; bottom:0; width:80px; background:linear-gradient(90deg, rgba(243,239,228,0) 0%, #f3efe4 100%); pointer-events:none; }
.donate-banner h3{ font-weight:800; color:#1a3018; font-size:2.05rem; line-height:1.18; font-family:'Poppins', sans-serif; margin-bottom:.45rem; }
.donate-banner p.subtext{ color:#4a5747; font-size:.95rem; line-height:1.45; font-weight:500; margin-bottom:0; }
.btn-banner-donate{ background:#4c6b39; color:#fff; font-weight:700; border-radius:30px; padding:.7rem 2.4rem; font-size:1rem; text-decoration:none; display:inline-flex; align-items:center; gap:.5rem; box-shadow:0 4px 14px rgba(76,107,57,0.25); transition:all .25s ease; }
.btn-banner-donate:hover{ background:var(--tan) !important; color:#fff !important; border-color:var(--tan) !important; }
.donate-meta{ display:inline-flex; align-items:center; gap:.6rem; color:#2c3a2a; font-weight:600; font-size:.88rem; }
.donate-meta i{ color:#4c6b39; font-size:1.1rem; }
.donate-meta .sep{ width:1px; height:18px; background:#c5cebf; display:inline-block; margin:0 .3rem; }
.donate-leaf-bg{ position:absolute; right:-40px; bottom:0px; width:190px; height:190px; pointer-events:none; z-index:1; opacity:0.9; object-fit:contain; }

/* Donate Banner â€” Mobile Responsive */
.donate-text-col{ text-align:left; }
.donate-btn-col{ display:flex; flex-direction:column; align-items:flex-start; }

@media (max-width: 767px){
  .donate-banner{ padding: 1.5rem 0; }
  .donate-img-col{ text-align: center; margin-bottom: 0.5rem; }
  .donate-img-wrap{ height: 160px; max-width: 280px; margin: 0 auto; }
  .donate-img-wrap::after{ display: none; }
  .donate-banner img.dove-img{ height: 100%; object-fit: contain; margin: 0 auto; border-radius: 12px; }
  .donate-text-col{ text-align:center !important; padding: 0.8rem 1.5rem !important; }
  .donate-text-col h3{ font-size:1.5rem !important; }
  .donate-text-col p.subtext{ font-size:.9rem; }
  .donate-btn-col{ align-items:center !important; padding: 0 1.5rem 1.5rem !important; }
  .btn-banner-donate{ width:100%; justify-content:center; font-size:.95rem; }
  .donate-meta{ font-size:.82rem; }
  .donate-leaf-bg{ width:120px; height:120px; opacity:0.5; right:-20px; }
}


/* Testimonials */
.testimonial-card{ background:#fff; border:1px solid var(--border-light); border-radius:14px; padding:1.8rem; height:100%; box-shadow:0 6px 20px rgba(0,0,0,.03); }
.testimonial-card i.quote{ color:var(--green); font-size:1.6rem; line-height:1; }
.testimonial-card p{ font-size:.92rem; color:var(--text-muted); line-height:1.6; margin-top:.5rem; }
.testi-person{ display:flex; align-items:center; gap:.8rem; margin-top:1.2rem; }
.testi-person img{ width:44px;height:44px;border-radius:50%; object-fit:cover;}
.testi-name{ font-weight:800; font-size:.92rem; color:var(--text-dark); }
.testi-role{ font-size:.78rem; color:var(--text-muted); font-weight:600;}
.carousel-ctrl-btn{ width:38px;height:38px; border-radius:50%; display:flex;align-items:center;justify-content:center; background:#fff; border:1px solid var(--border-light); color:var(--text-dark); transition:.2s; }
.carousel-ctrl-btn:hover{ background:var(--green); color:#fff; border-color:var(--green); }

/* News & Events */
.news-item{ display:flex; gap:1.2rem; height:100%; min-height:145px; background:#fff; padding:1.25rem; border-radius:14px; border:1px solid var(--border-light); box-shadow:0 4px 15px rgba(0,0,0,.03); transition:.25s; }
.news-item:hover{ box-shadow:0 8px 25px rgba(0,0,0,.07); transform:translateY(-3px); }
.news-date{ min-width:60px; height:60px; border-radius:10px; color:#fff; display:flex;flex-direction:column;align-items:center;justify-content:center; font-weight:800; background:var(--green); flex-shrink:0; }
.news-date span{ font-size:.72rem; font-weight:700; text-transform:uppercase; }
.news-item-content{ display:flex; flex-direction:column; justify-content:space-between; flex:1; }
.news-item h6{ font-weight:800; color:var(--text-dark); margin-bottom:.3rem; font-size:1rem; font-family:'Poppins', sans-serif; }
.news-item p{ font-size:.85rem; color:var(--text-muted); margin-bottom:.4rem; line-height:1.45; }

/* Partners Logos Strip */
.partners{ padding:2.2rem 0; background:#fff; border-top:1px solid var(--border-light); border-bottom:1px solid var(--border-light); }
.partners img{ max-height:72px; width:auto; object-fit:contain; filter:none; opacity:1; transition:transform .25s ease; }
.partners img:hover{ transform:scale(1.05); }

html, body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #faf8f3;
}

/* Footer */
footer{ background:var(--green-dark) !important; color:#d2ded0; padding-top:3.5rem; padding-bottom:0 !important; margin-top: auto !important; margin-bottom: 0 !important; width: 100%; }
footer h6{ color:#fff; font-weight:800; margin-bottom:1.2rem; font-size:1rem; }
footer a{ color:#d2ded0; text-decoration:none; font-size:.9rem; display:block; margin-bottom:.6rem; transition:.2s; }
footer a:hover{ color:var(--tan); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:2rem; margin-bottom: 0 !important; padding:1.2rem 0 1.2rem 0 !important; font-size:.80rem; color:#b0c2ae; text-align:center; line-height:2.2; }
.footer-bottom span, .footer-bottom a.footer-credit, .footer-bottom a.footer-policy { display:inline !important; vertical-align:middle; margin-bottom:0 !important; font-size:.80rem; }
.footer-bottom a.footer-credit{ color:var(--tan) !important; font-weight:700; text-decoration:none; }
.footer-bottom a.footer-policy{ color:#b0c2ae !important; text-decoration:none; }
.footer-bottom a.footer-credit:hover, .footer-bottom a.footer-policy:hover{ color:var(--tan) !important; }
.subscribe-box input{ border-radius:30px 0 0 30px; border:none; padding:.65rem 1rem; font-size:.88rem; background:rgba(255,255,255,.9); }
.subscribe-box button{ border-radius:0 30px 30px 0; background:var(--tan); border:none; font-weight:700; color:#fff; padding:0 1.2rem; }
.subscribe-box button:hover{ background:var(--tan-dark); }
.social-icons a{ display:inline-flex; width:36px;height:36px; border-radius:50%; background:rgba(255,255,255,.1); align-items:center;justify-content:center; margin-right:.5rem; color:#fff; text-decoration:none; transition:.2s; }
.social-icons a:hover{ background:var(--tan); color:#fff; }

#backToTop{ position:fixed; bottom:25px; right:25px; background:var(--green); color:#fff; width:44px;height:44px; border-radius:50%; display:none; align-items:center; justify-content:center; z-index:999; cursor:pointer; box-shadow:0 6px 16px rgba(0,0,0,.2); transition:all .25s ease; }
#backToTop:hover{ background:var(--tan) !important; color:#fff !important; }

/* Universal Golden Hover for All Buttons Across Website */
button:hover,
.btn:hover,
a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-secondary:hover,
.carousel-ctrl-btn:hover {
  background-color: var(--tan) !important;
  color: #ffffff !important;
  border-color: var(--tan) !important;
}

/* Sub-Page Banner Component (Matching Reference Image) */
.page-banner{
  position: relative;
  min-height: 280px;
  background: linear-gradient(90deg, rgba(15, 35, 15, 0.88) 0%, rgba(15, 35, 15, 0.72) 45%, rgba(15, 35, 15, 0.3) 100%), 
              url('https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?q=80&w=1600&auto=format&fit=crop') no-repeat center center;
  background-size: cover;
  padding: 4.5rem 0 5.5rem 0;
  color: #fff;
  overflow: hidden;
}
.page-banner .container, .page-banner .container-fluid { position: relative; z-index: 3; }
.page-banner-eyebrow{
  color: #92c070;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  font-family: 'Poppins', sans-serif;
}
.page-banner-title{
  color: #ffffff;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 0.8rem;
  font-family: 'Poppins', sans-serif;
}
.page-banner-breadcrumb{
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.page-banner-breadcrumb a{
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}
.page-banner-breadcrumb a:hover{ color: #92c070; }
.page-banner-breadcrumb .separator{ color: #92c070; font-size: 0.75rem; font-weight: 800; }
.page-banner-breadcrumb span{ color: #92c070; font-weight: 700; }

.page-banner-wave{
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  width: 100%; height: 50px;
  z-index: 2; pointer-events: none;
}

@media (max-width:991px){
  .hero::before{ background:linear-gradient(180deg, #faf8f3 60%, rgba(250,248,243,.4) 80%, rgba(250,248,243,0) 100%); }
  .watch-story{ right:20px; bottom:20px; }
  h1, .h1 { font-size: 38px !important; }
  h2, .h2, .section-title { font-size: 32px !important; }
  h3, .h3 { font-size: 26px !important; }
  h4, .h4 { font-size: 22px !important; }
  h5, .h5 { font-size: 18px !important; }
  h6, .h6 { font-size: 15px !important; }
  .page-banner-title { font-size: 2.2rem !important; }

  /* Navbar */
  .navbar-brand img.brand-logo { height: 80px !important; max-height: 90px !important; }
  .navbar-collapse .btn-donate { width: 100%; justify-content: center; margin-top: 1rem; margin-bottom: 0.5rem; text-align: center; display: flex !important; }

  /* Stats card */
  .stats-card { margin-top: 0; border-radius: 12px; }

  /* Hero */
  .hero-video { height: 100vh; }
  .hero .container-fluid { padding-top: 3rem; padding-bottom: 3rem; }
  h1.hero-title, .hero h1 { font-size: 2.2rem !important; }

  /* WWD cards */
  .wwd-card { margin-bottom: 1rem; }

  /* Section padding */
  .section-title-divider { width: 160px; }
}

@media (max-width:767px){
  /* Headings */
  h1, .h1 { font-size: 32px !important; }
  h2, .h2, .section-title { font-size: 26px !important; }
  h3, .h3 { font-size: 22px !important; }
  h4, .h4 { font-size: 18px !important; }
  h5, .h5 { font-size: 16px !important; }
  h6, .h6 { font-size: 14px !important; }
  .page-banner-title { font-size: 1.8rem !important; }

  /* Navbar logo */
  .navbar-brand img.brand-logo { height: 65px !important; max-height: 75px !important; }

  /* Hero section */
  .hero { min-height: auto; }
  .hero-video { min-height: 100%; height: 100%; object-fit: cover; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.68) 100%) !important; }
  .hero .container-fluid, .hero .container { padding-top: 35px !important; padding-bottom: 45px !important; }
  .hero-tag { font-size: 1.05rem; color: #ffffff !important; text-shadow: 0 2px 4px rgba(0,0,0,0.6); }
  .hero h1 { font-size: 30px !important; line-height: 1.25; margin-bottom: 0.6rem; color: #ffffff !important; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
  .hero h1 .accent { color: var(--tan) !important; }
  .hero p { max-width: 100%; font-size: 0.92rem; margin-bottom: 1.2rem; color: #f0f4ec !important; text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
  .hero-divider { margin: 0.5rem 0 0.8rem 0; width: 140px; }
  .hero-divider::before, .hero-divider::after { background: var(--tan) !important; opacity: 1; }
  .hero-divider span { color: var(--tan) !important; }
  .btn-donate-hero, .btn-volunteer-hero { padding: .65rem 1.4rem; font-size: .9rem; width: 100%; justify-content: center; text-align: center; }
  .watch-story { margin-top: 1.2rem; background: rgba(255,255,255,0.2) !important; border-color: rgba(255,255,255,0.4) !important; backdrop-filter: blur(6px); }
  .watch-text { color: #ffffff !important; }
  .watch-circle { background: #ffffff !important; color: var(--green) !important; }
  .watch-story:hover .watch-circle { background: var(--green) !important; color: #ffffff !important; }

  /* Stats card */
  .stats-card { margin-top: 0; padding: 20px 10px; border-radius: 10px; }
  .stat-num { font-size: 1.3rem !important; }

  /* Section padding */
  .py-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
  section.py-5 { padding: 2.5rem 0 !important; }

  /* Section title divider */
  .section-title-divider { width: 140px; }

  /* Project cards */
  .project-card img { height: 190px; object-fit: cover; }

  /* Partners */
  .partners img { max-height: 40px; }

  /* Footer columns */
  footer .col-md-3 { margin-bottom: 1.5rem; }
  .footer-bottom { font-size: .72rem; padding: .8rem 0; }

  /* Page banner */
  .page-banner { padding: 3rem 0 4.5rem 0; }
  .page-banner-eyebrow { font-size: .8rem; }
  .page-banner-breadcrumb { font-size: .82rem; }

  /* Gallery grid */
  .gallery-grid { grid-template-columns: repeat(2,1fr) !important; }

  /* Contact quick strip */
  .quick-strip { margin-top: 0; }

  /* News cards */
  .news-item { flex-direction: column; }

  /* Donate section */
  .btn-banner-donate { width: 100% !important; max-width: 320px; margin: 0 auto 1rem auto !important; justify-content: center; display: inline-flex; text-align: center; }
  .donate-btn-col { display: flex; flex-direction: column; align-items: center !important; text-align: center; }
}
/* Floating Icons: Mobile Only (Left Phone & Right WhatsApp) */
.float-icon-mobile, .float-icon-left, .float-icon-right {
  display: none !important;
}

@media (min-width: 768px) {
  #backToTop, .float-icon-mobile, .float-icon-left, .float-icon-right {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .float-icon-mobile {
    position: fixed !important;
    bottom: 20px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 22px !important;
    z-index: 999999 !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    transition: transform .25s ease;
  }

  .float-icon-left {
    left: 15px !important;
    background: var(--green) !important;
  }

  .float-icon-right {
    right: 15px !important;
    background: #25D366 !important;
  }

  .float-icon-mobile:active, .float-icon-mobile:hover {
    transform: scale(1.1);
    color: #ffffff !important;
  }

  #backToTop {
    bottom: 80px !important;
    right: 15px !important;
  }
}

/* ===== SEAMLESS CTA SECTION (EXACT MATCH TO SCREENSHOT) ===== */
/* ===== CTA SECTION ===== */
.cta-section {
  padding: 5rem 1rem;
  background: var(--cream);
  text-align: center;
}

.cta-section .container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section .cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
}

.cta-section .cta-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 0.6rem;
}

.cta-section .cta-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}

.cta-section .cta-icon-inner {
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(76,107,57,0.25);
}

.cta-section .cta-content {
  text-align: center;
  width: 100%;
}

.cta-section .cta-eyebrow {
  display: block;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.cta-section .cta-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.cta-section .cta-desc {
  text-align: center;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto 0 auto;
  line-height: 1.65;
}

.cta-section .cta-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 2.2rem;
  width: 100%;
}

/* Donate Button */
.btn-cta-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--green);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(76,107,57,0.25);
  cursor: pointer;
}

.btn-cta-white:hover {
  background: transparent;
  color: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76,107,57,0.15);
}

/* Volunteer Button */
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--text-dark);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-cta-outline:hover {
  background: var(--text-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* about.php old structure support */
.cta-section .eyebrow {
  display: block;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.cta-section h2,
.cta-section h3 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--text-dark);
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.cta-section p {
  text-align: center;
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto 0 auto;
  line-height: 1.65;
}

.cta-section .d-flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
}

.cta-section .btn-donate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--green);
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(76,107,57,0.25);
}

.cta-section .btn-donate:hover {
  background: transparent;
  color: var(--green);
  transform: translateY(-2px);
}

.cta-section .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: 2px solid var(--text-dark);
  text-decoration: none;
  transition: all 0.25s ease;
}

.cta-section .btn-outline-dark:hover {
  background: var(--text-dark);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .cta-section {
    padding: 3.5rem 1rem;
  }
  .cta-section .cta-title,
  .cta-section h3,
  .cta-section h2 {
    font-size: 1.55rem;
  }
  .cta-section .cta-buttons,
  .cta-section .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .btn-cta-white,
  .btn-cta-outline,
  .cta-section .btn-donate,
  .cta-section .btn-outline-dark {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}


