@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&family=Figtree:wght@400;500;600;700;800;900&family=Inter+Tight:wght@400;500;600;700;800;900&display=swap');

:root {
  --green-primary: #2d8a4e;
  --green-dark: #1a5c32;
  --green-light: #4CAF50;
  --orange-primary: #E8A838;
  --orange-dark: #d4922a;
  --dark-bg: #1a1a2e;
  --dark-card: #16213e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
}

/* UTILITY CLASSES */
.text-green {
  color: var(--green-primary) !important;
}

.text-accent {
  color: var(--orange-primary) !important;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.85);
}

.ls-3 {
  letter-spacing: 3px;
}

.py-lg-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media (max-width: 991px) {
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

/* RESPONSIVE CONTAINER PADDING */
.container-custom {
  padding-left: 90px;
  padding-right: 50px;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .container-custom {
    padding-left: 60px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .container-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section,
footer,
nav {
  overflow-x: clip;
}

.row {
  max-width: 100%;
}

/* NAVBAR */
.navbar {
  padding: 15px 0;
  transition: background 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
  .navbar {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar .nav-link {
    color: #333 !important;
    padding: 10px 0;
  }

  .navbar-toggler-icon {
    filter: none !important;
  }
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link {
  color: #2d2d2d !important;
}

.navbar.scrolled .logo-text {
  color: #2d2d2d !important;
}

.navbar.scrolled .logo-sub {
  color: #6b7280 !important;
}

.navbar .nav-link {
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.navbar .nav-link:hover {
  color: var(--orange-primary) !important;
}

.logo-icon {
  width: 42px;
  height: 42px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
}

.logo-text {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: white;
}

.logo-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-donate {
  background: var(--orange-primary) !important;
  color: white !important;
  font-weight: 600;
  font-size: 14px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-donate:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(232, 168, 56, 0.4);
  color: white !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar.scrolled .navbar-toggler-icon {
  filter: none;
}

.navbar-brand {
  background: white;
  border-radius: 10px;
  padding: 5px 10px !important;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s;
}

.navbar.scrolled .navbar-brand {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

.navbar-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* HERO */
.hero {
  min-height: 100vh;
  padding-top: 120px;
  background: url('images/hero-bg.png') center/cover no-repeat;
}

.hero-overlay {
  background: linear-gradient(135deg, rgba(26, 92, 50, 0.85) 0%, rgba(45, 138, 78, 0.7) 50%, rgba(76, 175, 80, 0.5) 100%);
}

.hero-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 8px 18px;
  border-radius: 25px;
  color: white;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.hero h1 {
  font-family: 'Figtree', sans-serif;
  max-width: 700px;
  font-weight: 900 !important;
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 2rem !important;
  }
}

.hero p {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 18px !important;
  letter-spacing: 1px;
}

.btn-primary-custom {
  background: var(--orange-primary);
  color: white;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
  font-size: 15px;
}

.btn-primary-custom:hover {
  background: var(--orange-dark);
  color: white;
  transform: translateY(-2px);
}

/* STATS BAR */
.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: white;
  font-family: 'Inter', sans-serif;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .stats-bar {
    justify-content: center;
    text-align: center;
  }

  .stat-item {
    border-end: none !important;
    padding-right: 0 !important;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* SCROLL INDICATOR */
.scroll-line {
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

/* SECTION HEADERS */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.section-tag::before {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--green-primary);
}

/* NEW WHO WE ARE SECTION */
.section-tag-new {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-primary);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-tag-new .tag-line {
  width: 40px;
  height: 2px;
  background-color: var(--green-primary);
}

.section-title-new {
  font-family: 'Figtree', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  color: #1a1a1a;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .section-title-new {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .section-title-new {
    font-size: 32px;
  }
}

.section-title-new span {
  color: var(--green-primary);
}

.feature-card {
  background-color: #f8fbf6;
  border: 1px solid #dcedc8;
}

.feature-card h4 {
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.feature-card p {
  font-family: 'Inter Tight', 'Inter', sans-serif;
}

.feature-icon.green {
  width: 40px;
  height: 40px;
  background-color: var(--green-primary);
  color: white;
  font-size: 18px;
  flex-shrink: 0;
}

.blob-yellow {
  width: 150px;
  height: 150px;
  background-color: #fef0cd;
  border-radius: 50%;
  top: -30px;
  left: -5px;
  z-index: 0;
}

.blob-green {
  width: 150px;
  height: 150px;
  background-color: #dcedc8;
  border-radius: 50%;
  bottom: -40px;
  right: -10px;
  z-index: 0;
}

@media (max-width: 991px) {

  .blob-yellow,
  .blob-green {
    width: 100px;
    height: 100px;
  }

  .floating-stat-card {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin-top: 20px;
  }
}

.floating-stat-card {
  bottom: -20px;
  left: 20px;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.compass-blob {
  width: 150px;
  height: 150px;
  background-color: #eaf4e0;
  border-radius: 50%;
  top: -50px;
  right: -50px;
  z-index: 0;
}

.stat-icon-orange {
  width: 45px;
  height: 45px;
  background-color: var(--orange-primary);
  color: #000;
  font-size: 16px;
  flex-shrink: 0;
}

.section-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.section-title span {
  color: var(--green-primary);
}

/* WHO WE ARE */
.who-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* FOCUS CARDS */
.focus-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.focus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.focus-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.focus-icon.green {
  background: rgba(45, 138, 78, 0.1);
  color: var(--green-primary);
}

.focus-icon.orange {
  background: rgba(232, 168, 56, 0.1);
  color: var(--orange-primary);
}

.focus-icon.blue {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

/* COMPASS CARDS */
.compass-card {
  position: relative;
  transition: all 0.3s;
}

.compass-card:hover {
  border-color: var(--green-primary) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-num {
  font-size: 48px;
  font-weight: 900;
  color: rgba(45, 138, 78, 0.08);
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: 'Inter', sans-serif;
}

/* IMPACT SECTION */
.impact-section {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-card) 100%);
}

.impact-section .section-tag::before {
  background: var(--orange-primary);
}

.impact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.impact-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.impact-card .number {
  font-size: 48px;
  font-weight: 800;
  color: var(--orange-primary);
  font-family: 'Inter';
}

.impact-card .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}

@media (max-width: 767px) {
  .impact-grid>div {
    text-align: center;
    margin-bottom: 2rem;
  }

  .impact-grid .display-4 {
    font-size: 2.5rem !important;
  }
}

/* PROGRAM CARDS */
.program-card {
  transition: transform 0.3s, box-shadow 0.3s;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 991px) {
  .focus-area-tall {
    min-height: 400px !important;
  }

  .focus-area-short {
    min-height: 200px !important;
  }
}

@media (max-width: 575px) {
  .focus-area-tall {
    min-height: 300px !important;
  }
}

.program-img {
  height: 220px;
  object-fit: cover;
}

.learn-more {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* STORY CARDS — New Design */
.story-new-card {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: none;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
}

.story-new-card:hover {
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.story-quote-icon {
  color: #E8A838;
  font-size: 52px;
  line-height: 1;
  margin-bottom: 18px;
}

.story-text {
  color: #2d2d2d;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  flex-grow: 1;
}

.story-avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #dcedc8;
}

.story-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.story-role {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 13px;
  color: #367c3b;
}

/* Story pagination — hidden by default, shown by JS */
.story-item {
  display: none;
}

.story-item.show {
  display: block;
}

@keyframes storyCardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.story-item.story-animate {
  animation: storyCardIn 0.35s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* Story arrow buttons (smaller than team, no indicator) */
.story-arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #d0dcc8;
  background: white;
  color: #367c3b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.story-arrow-btn:hover:not(:disabled) {
  background: #367c3b;
  border-color: #367c3b;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(54, 124, 59, 0.28);
}

.story-arrow-btn:disabled {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #c4cdd6;
  cursor: not-allowed;
  box-shadow: none;
}

/* MOMENTS GALLERY GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 16px;
}

.gallery-grid>div {
  transition: transform 0.3s ease;
}

.gallery-grid>div:hover {
  transform: translateY(-5px);
}

.gallery-img-1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.gallery-img-2 {
  grid-column: 2;
  grid-row: 1;
}

.gallery-img-3 {
  grid-column: 3;
  grid-row: 1;
}

.gallery-img-4 {
  grid-column: 4;
  grid-row: 1;
}

.gallery-img-5 {
  grid-column: 2;
  grid-row: 2;
}

.gallery-img-6 {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.gallery-img-7 {
  grid-column: 1;
  grid-row: 3;
}

.gallery-img-8 {
  grid-column: 2;
  grid-row: 3;
}

/* Responsive adjustments for gallery */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .gallery-img-1 {
    grid-column: 1;
    grid-row: 1;
  }

  .gallery-img-2 {
    grid-column: 2;
    grid-row: 1;
  }

  .gallery-img-3 {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-img-4 {
    grid-column: 2;
    grid-row: 2;
  }

  .gallery-img-5 {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-img-6 {
    grid-column: 2;
    grid-row: 3;
  }

  .gallery-img-7 {
    grid-column: 1;
    grid-row: 4;
  }

  .gallery-img-8 {
    grid-column: 2;
    grid-row: 4;
  }
}

@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .gallery-grid>div {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid>div {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* DONATION CTA */
.donation-cta {
  background: url('images/donation-bg.png') center/cover no-repeat;
}

.donation-overlay {
  background: linear-gradient(135deg, rgba(26, 92, 50, 0.9), rgba(45, 138, 78, 0.85));
}

/* TEAM CARDS */
.team-card {
  transition: all 0.3s;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 767px) {
  .smal {
    font-size: 30px !important;
  }
}


.team-img {
  height: 280px;
  object-fit: cover;
}

/* CONTACT */
.contact-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(45, 138, 78, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-primary);
  flex-shrink: 0;
}

.form-control:focus {
  border-color: var(--green-primary);
  box-shadow: 0 0 0 0.2rem rgba(45, 138, 78, 0.15);
}

.btn-green {
  background: var(--green-primary);
  color: white;
  transition: all 0.3s;
}

.btn-green:hover {
  background: var(--green-dark);
  color: white;
}

/* FOOTER */
.footer {
  background-color: #112b14;
}

.footer-logo-icon {
  width: 46px;
  height: 46px;
  background-color: #E8A838;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 20px;
  flex-shrink: 0;
}

.footer-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
  background: white;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 4px;
}

.footer-col-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: white;
  letter-spacing: 0.3px;
}

.footer-links-new li {
  margin-bottom: 12px;
}

.footer-links-new a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  text-decoration: none;
  transition: color 0.25s;
}

.footer-links-new a:hover {
  color: #E8A838;
}

.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s;
}

.footer-social-icon:hover {
  background: #E8A838;
  border-color: #E8A838;
  color: #1a1a1a;
}

/* FOOTER RESPONSIVE */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer-social-links {
    justify-content: center !important;
  }
}

/* QR CARD RESPONSIVE */
@media (max-width: 575px) {
  .bg-white.rounded-5.shadow-sm.position-relative.overflow-hidden {
    padding: 25px !important;
  }

  .position-relative[style*="width: 250px"] {
    width: 200px !important;
    height: 200px !important;
  }
}

/* ANIMATIONS */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }

  .hero h1 {
    font-size: 36px !important;
  }

  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 767px) {
  .stats-bar {
    flex-direction: column !important;
  }

  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    padding-right: 0 !important;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .section-title {
    font-size: 28px;
  }

  .donation-cta h2 {
    font-size: 28px !important;
  }
}

/* TEAM PAGINATION STYLES — Arrow Navigation */
#team-pagination {
  align-items: center;
  gap: 18px;
}

.team-arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #dcedc8;
  background: white;
  color: var(--green-primary);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.team-arrow-btn:hover:not(:disabled) {
  background: var(--green-primary);
  border-color: var(--green-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(45, 138, 78, 0.28);
}

.team-arrow-btn:disabled {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #c4cdd6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.team-page-indicator {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-primary);
  background: #eff5ea;
  border: 2px solid #dcedc8;
  border-radius: 25px;
  padding: 6px 22px;
  letter-spacing: 1.5px;
  min-width: 70px;
  text-align: center;
  user-select: none;
}

.team-card-item {
  display: none;
  /* Hidden by default, JS will show current page */
}

.team-card-item.show {
  display: block;
}

/* Smooth fade-in for newly shown cards */
@keyframes teamCardIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-card-item.team-card-animate {
  animation: teamCardIn 0.38s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.responsive-heading {
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
}

/* GLOBAL MOBILE TUNING */
@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 2.5rem;
  }

  .hero-badge {
    font-size: 12px;
    padding: 7px 14px;
  }

  .hero p {
    font-size: 16px !important;
    letter-spacing: 0;
  }

  .hero .d-flex.gap-3 {
    flex-direction: column;
    width: 100%;
  }

  .hero .d-flex.gap-3 > a {
    width: 100%;
    text-align: center;
  }

  .section-title,
  .section-title-new,
  .donation-cta h2 {
    font-size: 30px !important;
    line-height: 1.15;
  }

  .responsive-heading {
    font-size: 2rem !important;
    line-height: 1.12 !important;
  }

  .section-tag,
  .section-tag-new {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .section-tag::before,
  .section-tag-new .tag-line {
    width: 28px;
  }

  .container-fluid.container-custom {
    padding-left: 18px;
    padding-right: 18px;
  }

  section[id] {
    overflow-x: hidden;
  }

  #stories .container-fluid,
  footer .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .feature-card,
  .bg-white.rounded-4.p-5,
  .card.rounded-4.p-4,
  .bg-white.rounded-4.p-4 {
    padding: 1.25rem !important;
  }

  .story-new-card {
    padding: 1.25rem !important;
  }

  .responsive-heading br {
    display: none;
  }

  .story-quote-icon {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .story-text {
    font-size: 14px;
  }

  .story-avatar-img {
    width: 42px;
    height: 42px;
  }

  .team-img,
  .program-img {
    height: 220px;
  }

  .navbar-brand {
    padding: 4px 8px !important;
  }

  .navbar-logo-img,
  .footer-logo-img {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 1.9rem !important;
  }

  .hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  .hero .col-lg-7,
  .hero .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-bar {
    gap: 1rem !important;
  }

  .stat-number {
    font-size: 30px;
  }

  .section-title,
  .section-title-new {
    font-size: 26px !important;
  }

  .section-tag,
  .section-tag-new {
    gap: 8px;
  }

  .story-new-card {
    border-radius: 1rem !important;
  }

  .footer-logo-img {
    padding: 5px 10px;
  }

  .team-arrow-btn,
  .story-arrow-btn {
    width: 38px;
    height: 38px;
  }

  .team-page-indicator {
    padding: 5px 16px;
    font-size: 12px;
  }
}
