/* YEA India Website Fixes - v6 */

/* 1. SLIDER TEXT - Visible on mobile */
.carousel-caption.d-none.d-md-block { display: block !important; }
.carousel-caption {
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  padding: 40px 20px 25px !important; text-align: center;
}
@media (max-width: 767px) {
  .carousel-caption h2, .carousel-caption .font-5rem { font-size: 20px !important; line-height: 1.3 !important; }
  .carousel-caption h4 { font-size: 13px !important; }
  .carousel-caption .btn { font-size: 12px !important; padding: 6px 14px !important; }
}

/* 2. MEMBER IMAGES - Circle everywhere */
.staff-member .card-thumb {
  width: 130px; height: 130px; margin: 15px auto 0;
  overflow: hidden; border-radius: 50%; border: 3px solid #e8e8e8; background: #f5f5f5;
}
img.img-fluid.circle {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important; border-radius: 50% !important; display: block;
}
.staff-member.card { text-align: center; overflow: hidden; }

/* 3. GALLERY */
.mfp-gallery img, .mfp-gallery img.img-fluid {
  width: 100%; min-height: 180px; max-height: 300px; object-fit: cover; display: block;
}

/* 4. GENERAL */
img { max-width: 100%; height: auto; }

/* 5. FOOTER FIXES */
footer .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}

/* 6. CONTACT PAGE */
.contact-info p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* 7. Hide broken images */
img[src$="undefined"],
img[src$="null"],
img[src$="/uploads/startupfund/"],
img[src$="/uploads/about/"] {
  display: none !important;
}
