.VikasPath-hero-section{
  background: linear-gradient(180deg, rgba(11,37,69,0.95) 0%, rgba(13,45,86,0.85) 100%),
              url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 8rem 0 6rem;
  position: relative;
  text-align: center;
  overflow: visible;
}

.VikasPath-hero-section .overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.VikasPath-hero-section .container{
  position: relative;
  z-index: 2;
}

.VikasPath-hero-title{
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.VikasPath-hero-subtitle{
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 800px;
  opacity: 0.9;
  margin-left: auto;
  margin-right: auto;
}

.VikasPath-hero-section .hero-btns .btn{
  padding: 0.75rem 2.5rem;
  font-weight: 600;
  margin: 0.5rem;
  border-radius: 8px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.VikasPath-hero-section .hero-btns .btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}

.VikasPath-hero-section .hero-btns .btn-primary:hover{
  background-color: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.VikasPath-hero-section .hero-btns .btn-outline-light:hover{
  background-color: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

/* Navbar safe fix */
.navbar{
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navbar-collapse{
  position: relative;
  z-index: 9999;
}

@media (max-width: 991.98px){
  .navbar-collapse{
    background: #fff;
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  }

  .navbar-nav .nav-link{
    color: #212529 !important;
  }
}

.section{
  padding: 6rem 0;
}

.section-title{
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--dark);
  position: relative;
  display: inline-block;
}

.section-title:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.section-subtitle{
  font-size: 1.2rem;
  text-align: center;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto 4rem;
  line-height: 1.7;
}

.feature-card{
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  text-align: center;
}

.feature-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
  border-color: var(--primary-light);
}

.feature-card h4{
  font-weight: 800;
  color: var(--primary);
  margin-top: 0.25rem;
}

.impact-section{
  background: linear-gradient(135deg, var(--indigo), var(--primary));
  color: white;
  position: relative;
  overflow: hidden;
}

.impact-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.transparenttextures.com/patterns/diagonal-striped-brick.png');
  opacity: 0.05;
  z-index: 1;
}

.impact-section .container{
  position: relative;
  z-index: 2;
}

.impact-number{
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.section img{
  border-radius: 15px;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.12);
}

/* About image hover */
.about-child-img-wrap{
  overflow: hidden;
  border-radius: 12px;
}

.about-child-img{
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.about-child-img:hover{
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

/* Story image hover */
.story-hover{
  overflow: hidden;
  border-radius: 20px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.story-hover-img{
  transition: transform 0.4s ease;
}

.story-hover:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.story-hover:hover .story-hover-img{
  transform: scale(1.05);
}

@media (max-width: 1199px){
  .VikasPath-hero-title{ font-size: 3rem; }
  .section{ padding: 5rem 0; }
}

@media (max-width: 991px){
  .VikasPath-hero-title{ font-size: 2.5rem; }
  .section-title{ font-size: 2.3rem; }
}

@media (max-width: 767px){
  .VikasPath-hero-section{
    padding: 6rem 0 4rem;
    background-attachment: scroll;
  }

  .VikasPath-hero-title{ font-size: 2.2rem; }
  .VikasPath-hero-subtitle{ font-size: 1.2rem; }

  .section{ padding: 4rem 0; }
  .section-title{ font-size: 2rem; }
}

@media (max-width: 575px){
  .VikasPath-hero-title{ font-size: 1.8rem; }
  .VikasPath-hero-subtitle{ font-size: 1rem; }

  .VikasPath-hero-section .hero-btns .btn{
    width: 100%;
    margin: 0.5rem 0;
  }

  .section-title{ font-size: 1.8rem; }
  .impact-number{ font-size: 2.5rem; }
}

/* HOW WE WORK */
.how-work-card{
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
}

.how-work-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.how-work-card h4{
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
}

.how-work-card p{
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
}

.how-work-img{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}

.how-work-img img{
  transition: transform 0.6s ease;
}

.how-work-img:hover img{
  transform: scale(1.08);
}

/* Disable underline */
.child-welfare-page .section-title:after{
  display: none;
}

/* Monthly Goal */
.premium-goal-card{
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37,99,235,0.06), #fff);
  border: 1px solid rgba(2,6,23,0.08);
  box-shadow: 0 18px 40px rgba(2,6,23,0.08);
  padding: 28px;
}

.goal-badge{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  background: rgba(245,158,11,0.14);
  color: #b45309;
  margin-bottom: 10px;
}

.goal-title{
  font-weight: 800;
  letter-spacing: -0.4px;
  font-size: 1.9rem;
  margin: 0;
}

.goal-subtitle{ color:#475569; font-size:1.05rem; }
.goal-amount{ font-weight: 900; font-size: 1.6rem; color: #0f172a; }
.goal-muted{ color:#64748b; font-weight:600; }

.goal-progress{
  height: 12px;
  border-radius: 999px;
  background: rgba(2,6,23,0.08);
  overflow: hidden;
}

.goal-progress .progress-bar{
  background: linear-gradient(90deg, var(--primary), var(--indigo));
  border-radius: 999px;
}

/* Story card */
.story-card{
  border-radius: 20px;
  background:#fff;
  border: 1px solid rgba(2,6,23,0.08);
  box-shadow: 0 18px 40px rgba(2,6,23,0.08);
  padding: 26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
}

.story-chip{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(37,99,235,0.08);
  color: var(--primary);
  font-weight:800;
  font-size:0.9rem;
  margin-bottom:12px;
}

.story-title{
  font-weight:900;
  letter-spacing:-0.4px;
  margin:0 0 10px;
}

.story-text{
  color:#475569;
  font-size:1.05rem;
  line-height:1.75;
  margin:0;
}

.story-metrics{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:10px;
}

.metric{
  flex:1;
  min-width: 140px;
  padding:14px;
  border-radius:16px;
  background: rgba(2,6,23,0.03);
  border: 1px solid rgba(2,6,23,0.06);
  text-align:center;
}

.metric-num{
  font-weight:900;
  font-size:1.35rem;
  color:#0f172a;
}

.metric-label{
  color:#64748b;
  font-weight:700;
  text-transform:capitalize;
}

.story-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.story-img{
  border-radius: 20px;
  overflow:hidden;
  box-shadow: 0 18px 40px rgba(2,6,23,0.10);
}

/* Transparency */
.trans-card{
  border-radius: 20px;
  background:#fff;
  border: 1px solid rgba(2,6,23,0.08);
  box-shadow: 0 18px 40px rgba(2,6,23,0.08);
  padding: 26px;
}

.trans-row{
  margin-bottom: 14px;
  font-weight:700;
  color:#0f172a;
}

.trans-row span{
  color:#334155;
  font-weight:700;
}

.bar{
  height: 12px;
  background: rgba(2,6,23,0.08);
  border-radius: 999px;
  overflow:hidden;
  margin-top: 8px;
}

.bar span{
  display:block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--primary), var(--indigo));
  border-radius: 999px;
}

.report-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(2,6,23,0.08);
  background: rgba(37,99,235,0.04);
  margin-bottom: 12px;
}

.report-title{ font-weight:900; }
.report-sub{ color:#64748b; font-weight:600; font-size:0.95rem; }

/* Scroll To Top Button */
.scroll-top-btn{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 12px 24px rgba(37,99,235,0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.scroll-top-btn i{
  font-size: 18px;
}

.scroll-top-btn.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover{
  background: #1d4ed8;
  transform: translateY(-2px);
}

.scroll-top-btn:active{
  transform: translateY(0);
}