 .carousel-caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
    }
	.carousel-caption {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
    }
	
	.custom-caption {
      transform: translateY(-50%);
    }
	
	.carousel-inner img {
	  height: 400px; /* Adjust the height as needed */
	  object-fit: cover; /* Ensures the image covers the entire area */
	}
	
	.justify-text {
	  text-align: justify;
	}
	
	.carousel-caption {
	  z-index: 10;
	}
	.navbar {
	  display: flex;
	  flex-direction: column;
	}
	
	.navbar-nav {
	  margin-bottom: 0;
	}
	
	.navbar-collapse {
	  overflow: hidden;
	}
	
	.custom-font-size {
      font-size: 50px;
    }
	
	.auto-text-color {
	  color: #FCFF50;
	  mix-blend-mode: difference;
	}
	
	.text-black {
	  color: #000000;
	  mix-blend-mode: difference;
	}
	
	/* Custom CSS to change the color of hamburger menu icon */
	.navbar-toggler-icon {
      background-color: skyblue; /* Set your desired color */
    }