/* About us */
.about-bootstrap{
  background:linear-gradient(180deg,#fff6ef,#fde6d4);
}

.about-img img{
  transition:0.4s ease;
}
.about-img img:hover{
  transform:scale(1.03);
}

/* TEXT STYLING */
.about-text h6{
  letter-spacing:2px;
  color:#a03b0d;
}

.about-text h2{
  font-family:"Yatra One", cursive;
  color:#7b1e1e;
  font-size:34px;
}

.about-text p{
  font-size:16px;
  line-height:1.8;
  color:#333;
}

/* MOBILE OPTIMIZATION */
@media(max-width:576px){
  .about-text h2{
    font-size:24px;
  }
  .about-text p{
    font-size:14px;
  }
}

/* Dropdown Mnau */
.about-dropdown{
  background:linear-gradient(180deg,#fff6ef,#fde6d4);
}

.about-dropdown h6{
  letter-spacing:2px;
  color:#a03b0d;
}

.about-dropdown h2{
  font-family:"Yatra One", cursive;
  color:#7b1e1e;
  font-size:36px;
}

.subtitle{
  color:#444;
}

.accordion-item{
  border:none;
  margin-bottom:15px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.accordion-button{
  background:linear-gradient(135deg,#ff9a3c,#ffb86c);
  color:#000;
  font-weight:600;
  padding:16px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-body{
  background:#fff;
  font-size:15px;
  line-height:1.7;
  color:#333;
}
/* HELP & DONATE SECTION START */
/* BANNER / CTA SECTION (LIKE YOUR IMAGE) */
/* ================= CELEBRATE SECTION ================= */
.celebrate-section{
  position:relative;
  width:100%;
  height:420px;
  background:url("/img/bgimages.jpg") no-repeat center center/cover;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* LEFT COLOR OVERLAY WITH YOUR GRADIENT */
.celebrate-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,
  rgba(255,154,60,0.80) 0%,     /* #ff9a3c */
  rgba(255,184,108,0.65) 40%,  /* #ffb86c */
  rgba(255,184,108,0.45) 60%,
  rgba(255,184,108,0.25) 75%,
  rgba(255,184,108,0.00) 100%
);

  z-index:1;
}

/* CONTENT */
.celebrate-content{
  position:relative;
  z-index:2;
  text-align:center;
  color:#000;
  padding:0 20px;
}

.celebrate-content h2{
  font-size:38px;
  font-weight:700;
  margin-bottom:18px;
  letter-spacing:0.5px;
}

/* BUTTON */
.celebrate-btn{
  display:inline-block;
  background:#8b0000;
  color:#fff;
  padding:12px 30px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 6px 18px rgba(0,0,0,0.3);
  transition:0.3s;
}

.celebrate-btn:hover{
  background:#a60000;
  transform:translateY(-2px);
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .celebrate-section{
    height:350px;
  }
  .celebrate-content h2{
    font-size:30px;
  }
}

@media(max-width:576px){
  .celebrate-section{
    height:280px;
  }
  .celebrate-content h2{
    font-size:22px;
  }
  .celebrate-btn{
    padding:10px 24px;
    font-size:14px;
  }
}
/* BEAUTIFUL DONATE SECTION */








