		.modal-body {
            position: relative;
			padding: 0;
        }
        
        .carousel-item img {
            width: 100%;
            height: auto;
            max-height: 90vh; /* Adjust the maximum height to fit the viewport */
            object-fit: contain;
        }
		.modal-content {
            background-color: rgba(0, 0, 0, 0); /* Semi-transparent background */
            border: none;
        }
		.carousel-inner {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
        }
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
        }
		
		