.background-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  background-size: cover;
  background-position: center;
}

.slide.active {
  opacity: 1;
}

/* Use your working GitHub image URLs */
/* Use your working GitHub image URLs */
.slide:nth-child(1) {
  background-image: url("https://raw.githubusercontent.com/iCloudPhantom/Analytica_India/refs/heads/main/images/background1.jpg");
}

.slide:nth-child(2) {
  background-image: url("https://raw.githubusercontent.com/iCloudPhantom/Analytica_India/refs/heads/main/images/background2.jpg");
}

.slide:nth-child(3) {
  background-image: url("https://raw.githubusercontent.com/iCloudPhantom/Analytica_India/refs/heads/main/images/background3.jpg");
}

.slide:nth-child(4) {
  background-image: url("https://raw.githubusercontent.com/iCloudPhantom/Analytica_India/refs/heads/main/images/background4.jpg");
}

.slide:nth-child(5) {
  background-image: url("https://raw.githubusercontent.com/iCloudPhantom/Analytica_India/refs/heads/main/images/background5.jpg");
}
