/* Custom Footer Background CSS - Override File */
footer#rishi-footer,
footer.rishi-footer,
#rishi-footer,
.rishi-footer {
  background-image: url('https://adivasitrove.com/wp-content/uploads/2025/11/20.jpg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  min-height: 500px !important;
  padding: 60px 0 !important;
}

/* Dark overlay removed to show background image clearly */

footer#rishi-footer > *,
footer.rishi-footer > *,
#rishi-footer > *,
.rishi-footer > * {
  position: relative !important;
  z-index: 2 !important;
  background: none !important;
  background-color: transparent !important;
}

footer#rishi-footer .row-wrapper,
footer.rishi-footer .row-wrapper,
#rishi-footer .row-wrapper,
.rishi-footer .row-wrapper,
footer#rishi-footer .col-wrapper,
footer.rishi-footer .col-wrapper,
#rishi-footer .col-wrapper,
.rishi-footer .col-wrapper {
  background: none !important;
  background-color: transparent !important;
}