body {
  padding-top: 80px; /* navbar fixed hai, isliye content niche lane ke liye */
}

.navbar-brand span {
  font-size: 20px;
}

.nav-link {
  color: #333 !important;
}

.nav-link:hover {
  color: #0d6efd !important;
}

.btn-danger {
  border-radius: 30px;
  padding: 8px 20px;
}


body {
  padding-top: 80px;
}

/* HERO SECTION */
.hero-section {
  background: url("image/hero.jpg") no-repeat center/cover;
  height: 80vh;
  position: relative;
}

.hero-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}

/* Donation Section */
.donation-section {
  background: linear-gradient(45deg, #e63946, #ff6b6b);
}


.ngo-hero {
  background: url("images/ngo-bg.jpg") no-repeat center center/cover;
  height: 100vh;
  position: relative;
}

.hero-overlay {
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
  height: 100%;
  width: 100%;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
}

.hero-text {
  font-size: 1.2rem;
  max-width: 600px;
}

.hero-img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  height: 367px !important;
}
.hero-title {
  animation: fadeUp 1.2s ease-in-out;
}
.ngo-footer {
  background: #555;
  color: #fff;
  padding: 60px 0 30px;
  font-size: 14px;
}

.ngo-footer h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ngo-footer ul {
  list-style: none;
  padding: 0;
}

.ngo-footer ul li {
  margin-bottom: 8px;
}

.ngo-footer ul li a {
  color: #ddd;
  text-decoration: none;
}

.ngo-footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-line {
  border-top: 1px solid #777;
  margin: 30px 0;
}

.footer-bottom h4 {
  font-weight: bold;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 16px;
}

.social-icons a:hover {
  background: #0d6efd;
}

/* Newsletter */
.newsletter {
  margin-top: 30px;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  color: white;
  outline: none;
}

.newsletter-form button {
  background: #8cc63f;
  border: none;
  padding: 10px 30px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.newsletter-form button:hover {
  background: #6ea52d;
}

.ngo-hero {
  background: url(images/hero-bg.jpg) no-repeat center/cover;
  position: relative;
}

.hero-overlay {
  background: rgba(0,0,0,0.6);
}

.hero-title {
  font-size: 48px;
  font-weight: bold;
}

.hero-img {
  max-width: 100%;
  border-radius: 20px;
}

/* Programs */
.program-box {
  background: white;
  border-radius: 15px;
}

/* Impact */
.impact-section {
  background: #0d6efd;
}

/* Donate CTA */
.donate-section {
  background: linear-gradient(90deg,#ff416c,#ff4b2b);
}

/* About Hero */
.story-about {
  background: #fff7e6;
}

.timeline-item {
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #0d6efd;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.parallax-about {
  background: url(images/children.jpg) fixed center/cover;
  /* padding: 120px 0; */
}

.parallax-overlay {
  background: rgba(0,0,0,0.6);
  padding: 120px 0;
}

/* Donate Hero */
.donate-hero {
  background: url(images/donate-bg.jpg) center/cover;
  height: 300px;
}

.donate-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}

/* Donate Boxes */
.donate-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.donate-box:hover {
  transform: translateY(-5px);
  background: #f8f9fa;
}

/* Form */
.donate-form-section input {
  padding: 12px;
}

/* Why Donate */
.why-donate {
  background: #fff;
}

/* Work Hero */
.work-hero {
  background: url(images/work-bg.jpg) center/cover;
  height: 300px;
}

.work-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
}

/* Work Cards */
.work-card {
  background: white;
  border-radius: 15px;
  transition: 0.3s;
}

.work-card:hover {
  transform: translateY(-5px);
}

/* Impact */
.work-impact {
  background: #0d6efd;
}

/* CTA */
.work-cta {
  background: linear-gradient(90deg,#ff416c,#ff4b2b);
}
.col-lg-6 {
    text-align: center;
}
.campaign-hero{
  background:#198754;
  padding:70px 0;
}

.campaign-box{
  background:white;
  border-radius:12px;
  overflow:hidden;
}

.campaign-box img{
  height:200px;
  width:100%;
  object-fit:cover;
}

.campaign-cta{
  background:#0d6efd;
}

.work-overlay {
  z-index: 1;
}

.work-hero {
  position: relative;
  z-index: 1;
}

.news-section {
  background: #f8f9fa;
}

.news-line {
  width: 80px;
  height: 3px;
  background: #0d6efd;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
}

.news-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.news-card:hover {
  transform: translateY(-6px);
}

.upcoming-projects {
  background: #f8f9fa;
}

.section-line {
  width: 90px;
  height: 3px;
  background: #0d6efd;
}

.project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}

section.impact-section.text-white.text-center.py-5 {
    /* height: 300px; */
    display: flex;
    align-items: center;
} 
.col-md-4 {
    margin-top: 0px !important;
    padding: 2px;
}

.project-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.project-card:hover {
  transform: translateY(-6px);
}

.upcoming-projects {
  background: #f8f9fa;
}

.section-line {
  width: 90px;
  height: 3px;
  background: #0d6efd;
}

.project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-card:hover {
  transform: translateY(-6px);
}

.project-hero {
  background: url("images/upcomingproject.jpg") center/cover no-repeat;
  height: 50vh;
  position: relative;
}

.project-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-hero{
  background:url("images/upcomingproject.jpg") center/cover no-repeat;
}

.project-overlay{
  background:rgba(0,0,0,0.6);
}

/* PROJECT / UPCOMING / VOLUNTEER COMMON */
.project-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.project-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.project-card:hover {
  transform: translateY(-6px);
}

/* SECTION HEADINGS */
.upcoming-projects h2 {
  letter-spacing: 1px;
}

.section-line {
  width: 60px;
  height: 4px;
  background: #0d6efd;
  border-radius: 5px;
}

/* FIX BUTTON CLICK ISSUE */
.project-card a {
  position: relative;
  z-index: 2;
}


.donation-card {
  background: #ffffff;
  border-radius: 16px;
}

.donation-form-section label {
  font-size: 15px;
}

.donation-form-section .form-control {
  padding: 12px;
  border-radius: 8px;
}

.donate-btn {
  background: #e74c3c;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}

.donate-btn:hover {
  background: #c0392b;
  color: #fff;
}

.donate-line {
  width: 80px;
  height: 4px;
  background: #e74c3c;
  border-radius: 5px;
}

.bank-card {
  background: #fff;
  border-left: 6px solid #e74c3c;
  border-radius: 14px;
}

.bank-card p {
  font-size: 16px;
  margin-bottom: 8px;
  
}
.row.g-4 {
  /* width:inherit; */
    /* margin: 20px; */
    /* padding: 10px; */
    border: 2px solid gainsboro;
    border-radius: 15px;
} 

button.btn.btn-success {
    margin-bottom: 20px;
}

html, body{
  width: 100%;
  overflow-x: hidden;
}

img{
  max-width: 100%;
  height: auto;
}

.row{
  margin-left: 0;
  margin-right: 0;
}

html, body{
  overflow-x: hidden;
}

.ngo-hero{
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}

.hero-overlay{
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-img{
  max-width: 100%;
  height: auto;
}

.ngo-hero{
  padding-top: 80px; /* navbar height */
}
.hero-title{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hero-overlay{
  min-height: calc(100vh - 80px);
}

@media (max-width:768px){
  .ngo-hero{
    padding-top: 100px;
  }
}



@media (max-width:768px){
  section{
    overflow-x: hidden;
  }
}



img.me-2 {
    height: 60px;
}
section.ngo-hero {
    padding-top: 0px;
}







@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

