/* ===============================
   Homepage Hero - Index
================================= */

.home-hero {
  position: relative;
  min-height: calc(100vh - 105px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 110px 0 90px;
  color: #ffffff;
  background-color: #0f4935;
}

.home-hero.hero-index-visible {
  background-image:
    linear-gradient(
      90deg,
      rgba(7, 34, 28, 0.78) 0%,
      rgba(15, 73, 53, 0.64) 42%,
      rgba(15, 73, 53, 0.34) 72%,
      rgba(15, 73, 53, 0.18) 100%
    ),
    url("../images/indexhero_V01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 22%,
      rgba(255, 193, 7, 0.18),
      transparent 30%
    ),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  pointer-events: none;
  opacity: 0.9;
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-weight: 800;
  font-size: 0.95rem;
  backdrop-filter: blur(6px);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

.home-hero h1 {
  max-width: 900px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}

.home-hero .lead {
  max-width: 840px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 21px;
  line-height: 1.7;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.26);
}

.home-hero p {
  color: rgba(255, 255, 255, 0.92);
}

.hero-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  color: #ffffff;
  font-weight: 700;
  backdrop-filter: blur(6px);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

/* ===============================
   Shared Section Styles
================================= */

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 9px 17px;
  border-radius: 999px;
  background: rgba(23, 107, 77, 0.09);
  color: #176b4d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: none;
}

.section-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  min-width: 9px;
  border-radius: 50%;
  background: #f4a261;
  box-shadow: 0 0 0 5px rgba(244, 162, 97, 0.18);
}

.section-kicker.light {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.section-kicker.light::before {
  background: #f4a261;
  box-shadow: 0 0 0 5px rgba(244, 162, 97, 0.22);
}

.section-title {
  margin-bottom: 18px;
  color: #0f4935;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.section-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #667085;
  font-size: 18px;
  line-height: 1.7;
}

.section-soft {
  position: relative;
  padding: 88px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(244, 162, 97, 0.12), transparent 28%),
    radial-gradient(circle at 88% 40%, rgba(42, 157, 143, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faf6 100%);
  overflow: hidden;
}

/* ===============================
   Impact Snapshot
================================= */

#impact-section .row {
  align-items: stretch;
}

#impact-section .lvsf-card {
  position: relative;
  height: 100%;
  min-height: 190px;
  padding: 32px 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 107, 77, 0.14);
  box-shadow: 0 22px 58px rgba(15, 73, 53, 0.10);
  text-align: center;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#impact-section .lvsf-card::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(42, 157, 143, 0.12);
}

#impact-section .lvsf-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 78px rgba(15, 73, 53, 0.16);
}

#impact-section .impact-number {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: #176b4d;
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.035em;
}

#impact-section .lvsf-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0f4935;
  font-size: 18px;
  font-weight: 900;
}

/* ===============================
   Ashtasutri Section
================================= */

.ashtasutri-section {
  position: relative;
  padding: 88px 0;
  background: #ffffff;
  overflow: hidden;
}

.ashtasutri-section .row.align-items-center {
  padding: 42px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 162, 97, 0.26), transparent 30%),
    linear-gradient(135deg, #0f4935 0%, #176b4d 100%);
  box-shadow: 0 26px 70px rgba(15, 73, 53, 0.20);
}

.ashtasutri-section .section-title {
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
}

.ashtasutri-section .section-subtitle {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.ashtasutri-section .section-kicker {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.ashtasutri-section .btn-primary {
  background: #f4a261 !important;
  border-color: #f4a261 !important;
  color: #1f2933 !important;
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(244, 162, 97, 0.26);
}

.ashtasutri-section .btn-primary:hover {
  background: #e98d3c !important;
  border-color: #e98d3c !important;
  transform: translateY(-2px);
}

/* ===============================
   Focus Area Pills
================================= */

.focus-pill {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(23, 107, 77, 0.14);
  box-shadow: 0 16px 42px rgba(15, 73, 53, 0.08);
  color: #0f4935;
  font-size: 16px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.focus-pill:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(15, 73, 53, 0.14);
}

.focus-pill i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #fff8ea;
  color: #176b4d;
  font-size: 21px;
}

.focus-pill span {
  display: block;
}

/* ===============================
   Responsive
================================= */

@media (max-width: 991px) {
  .home-hero {
    min-height: auto;
    padding: 90px 0 80px;
  }

  .home-hero.hero-index-visible {
    background-image:
      linear-gradient(
        180deg,
        rgba(7, 34, 28, 0.84) 0%,
        rgba(15, 73, 53, 0.72) 58%,
        rgba(15, 73, 53, 0.60) 100%
      ),
      url("../images/indexhero_V01.png");
    background-position: center center;
  }

  .home-hero h1 {
    font-size: 46px;
  }

  .section-soft,
  .ashtasutri-section {
    padding: 68px 0;
  }

  .ashtasutri-section .row.align-items-center {
    padding: 30px;
  }

  #impact-section .lvsf-card {
    min-height: 170px;
  }
}

@media (max-width: 575px) {
  .home-hero {
    padding: 78px 0 70px;
  }

  .home-hero.hero-index-visible {
    background-position: center top;
  }

  .home-hero h1 {
    font-size: 38px;
  }

  .home-hero .lead {
    font-size: 17px;
  }

  .section-title {
    font-size: 34px;
  }

  #impact-section .impact-number {
    font-size: 40px;
  }

  .ashtasutri-section .row.align-items-center {
    padding: 24px;
    border-radius: 24px;
  }

  .ashtasutri-section .btn-primary {
    width: 100%;
    margin-top: 12px;
  }
}

/* ==================================================
   LVSF ROUND FLOATING QUICK NAVIGATION
   Back + Home icon buttons
================================================== */

.lvsf-floating-nav {
  position: fixed;
  top: 118px;
  left: 18px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lvsf-round-nav-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  box-shadow:
    inset 0 3px 8px rgba(255, 255, 255, 0.35),
    inset 0 -6px 12px rgba(0, 0, 0, 0.12),
    0 12px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.lvsf-round-nav-btn:hover {
  transform: translateY(-3px) scale(1.04);
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.04);
  box-shadow:
    inset 0 3px 8px rgba(255, 255, 255, 0.38),
    inset 0 -6px 12px rgba(0, 0, 0, 0.14),
    0 16px 32px rgba(0, 0, 0, 0.28);
}

.lvsf-round-nav-btn:active {
  transform: translateY(0) scale(0.98);
}

.lvsf-back-btn {
  background:
    radial-gradient(circle at 35% 28%, #b9f07e 0%, #76d94e 42%, #33a936 100%);
}

.lvsf-home-btn {
  background:
    radial-gradient(circle at 35% 28%, #6bd3ff 0%, #1e9be6 45%, #0768b8 100%);
}

.lvsf-round-nav-btn i {
  display: block;
  font-size: 25px;
  color: #ffffff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

/* Remove old pill style if still present */
.lvsf-floating-nav-btn {
  display: none !important;
}

@media (max-width: 767px) {
  .lvsf-floating-nav {
    top: auto;
    left: 14px;
    bottom: 14px;
    flex-direction: row;
  }

  .lvsf-round-nav-btn {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .lvsf-round-nav-btn i {
    font-size: 22px;
  }
}

/* LVSF ROUND FLOATING QUICK NAVIGATION */

.lvsf-floating-nav {
  position: fixed;
  top: 118px;
  left: 18px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lvsf-round-nav-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.78);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 25px;
  line-height: 1;
  padding: 0;
  box-shadow:
    inset 0 3px 8px rgba(255, 255, 255, 0.35),
    inset 0 -6px 12px rgba(0, 0, 0, 0.12),
    0 12px 26px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

button.lvsf-round-nav-btn {
  appearance: none;
  -webkit-appearance: none;
}

.lvsf-round-nav-btn:hover {
  transform: translateY(-3px) scale(1.04);
  color: #ffffff !important;
  filter: brightness(1.04);
}

.lvsf-back-btn {
  background: radial-gradient(circle at 35% 28%, #b9f07e 0%, #76d94e 42%, #33a936 100%);
}

.lvsf-home-btn {
  background: radial-gradient(circle at 35% 28%, #6bd3ff 0%, #1e9be6 45%, #0768b8 100%);
}

.lvsf-round-nav-btn i {
  display: block;
  font-size: 25px;
  color: #ffffff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

@media (max-width: 767px) {
  .lvsf-floating-nav {
    top: auto;
    left: 14px;
    bottom: 14px;
    flex-direction: row;
  }

  .lvsf-round-nav-btn {
    width: 52px;
    height: 52px;
  }

  .lvsf-round-nav-btn i {
    font-size: 22px;
  }
}



/* ==================================================
   LVSF HEADER LOGO VISIBILITY FIX
================================================== */

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand img,
.site-logo,
.logo img,
.header-logo img {
  max-height: 74px !important;
  width: auto !important;
  object-fit: contain;
}

.navbar {
  min-height: 96px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .navbar-brand img,
  .site-logo,
  .logo img,
  .header-logo img {
    max-height: 62px !important;
  }

  .navbar {
    min-height: 82px;
  }
}

@media (max-width: 575px) {
  .navbar-brand img,
  .site-logo,
  .logo img,
  .header-logo img {
    max-height: 54px !important;
  }
}



/* ==================================================
   LVSF GET INVOLVED / VOLUNTEER PAGE
================================================== */

.volunteer-hero {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(244, 162, 97, 0.22), transparent 30%),
    linear-gradient(135deg, #0f4935 0%, #176b4d 58%, #2a9d8f 100%);
  color: #ffffff;
  overflow: hidden;
}

.volunteer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.volunteer-hero .container {
  position: relative;
  z-index: 2;
}

.volunteer-hero h1 {
  max-width: 850px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.volunteer-hero .lead {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 21px;
  line-height: 1.7;
}

.volunteer-hero p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.7;
}

.volunteer-hero-card {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.volunteer-hero-card h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 900;
}

.volunteer-hero-card ul {
  margin: 0;
  padding-left: 20px;
}

.volunteer-hero-card li {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  line-height: 1.5;
}

.get-involved-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 107, 77, 0.14);
  box-shadow: 0 22px 58px rgba(15, 73, 53, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.get-involved-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 78px rgba(15, 73, 53, 0.16);
}

.get-involved-card h3 {
  margin-bottom: 12px;
  color: #0f4935;
  font-size: 23px;
  font-weight: 900;
}

.get-involved-card p {
  color: #667085;
  line-height: 1.7;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 22px;
  background: #fff8ea;
  color: #176b4d;
  font-size: 27px;
  box-shadow: inset 0 0 0 1px rgba(244, 162, 97, 0.34);
}

.support-impact-box {
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 162, 97, 0.18), transparent 30%),
    #ffffff;
  border: 1px solid rgba(23, 107, 77, 0.14);
  box-shadow: 0 24px 70px rgba(15, 73, 53, 0.12);
}

.support-impact-box h3 {
  margin-bottom: 24px;
  color: #0f4935;
  font-size: 28px;
  font-weight: 900;
}

.support-impact-list {
  display: grid;
  gap: 16px;
}

.support-impact-list div {
  padding: 18px;
  border-radius: 20px;
  background: #f7faf6;
  border: 1px solid rgba(23, 107, 77, 0.10);
}

.support-impact-list strong {
  display: block;
  margin-bottom: 5px;
  color: #176b4d;
  font-size: 17px;
  font-weight: 900;
}

.support-impact-list span {
  display: block;
  color: #667085;
}

@media (max-width: 767px) {
  .volunteer-hero {
    padding: 80px 0;
  }

  .volunteer-hero h1 {
    font-size: 38px;
  }

  .volunteer-hero .lead {
    font-size: 18px;
  }

  .volunteer-hero-card,
  .get-involved-card,
  .support-impact-box {
    padding: 24px;
  }
}


/* ==================================================
   UNIVERSAL HERO IMAGE VISIBILITY QUICK FIX
   Makes programme/page hero background images visible
================================================== */

/* Common hero sections */
.page-hero,
.program-hero,
.programme-hero,
.inner-hero,
.subpage-hero,
.health-hero,
.health-hygiene-hero,
.project-hero,
.hero-section {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Reduce heavy dark/blue overlay if applied through ::before */
.page-hero::before,
.program-hero::before,
.programme-hero::before,
.inner-hero::before,
.subpage-hero::before,
.health-hero::before,
.health-hygiene-hero::before,
.project-hero::before,
.hero-section::before {
  opacity: 0.42 !important;
}

/* Reduce heavy dark/blue overlay if applied through ::after */
.page-hero::after,
.program-hero::after,
.programme-hero::after,
.inner-hero::after,
.subpage-hero::after,
.health-hero::after,
.health-hygiene-hero::after,
.project-hero::after,
.hero-section::after {
  opacity: 0.34 !important;
}

/* If the overlay is a child div */
.hero-overlay,
.page-hero-overlay,
.program-hero-overlay,
.programme-hero-overlay,
.overlay,
.hero-dark-overlay {
  opacity: 0.42 !important;
}

/* Keep text readable */
.page-hero .container,
.program-hero .container,
.programme-hero .container,
.inner-hero .container,
.subpage-hero .container,
.health-hero .container,
.health-hygiene-hero .container,
.project-hero .container,
.hero-section .container {
  position: relative;
  z-index: 2;
}

.page-hero h1,
.program-hero h1,
.programme-hero h1,
.inner-hero h1,
.subpage-hero h1,
.health-hero h1,
.health-hygiene-hero h1,
.project-hero h1,
.hero-section h1 {
  color: #ffffff !important;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}

.page-hero p,
.program-hero p,
.programme-hero p,
.inner-hero p,
.subpage-hero p,
.health-hero p,
.health-hygiene-hero p,
.project-hero p,
.hero-section p {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.38);
}