.col-md-3, .col-md-4, .col-md-6 {
	margin-bottom: 30px;
}


.accordion-button:not(.collapsed) {
	box-shadow: none;
}

.carousel-inner {
    height: 100vh; /* Fixed height regardless of image proportions */
    display: flex;
}

.carousel-caption {
	position: absolute;
	top: 10%;
	left: 10%; 
	transform: none;
	text-align: left; 
	}

.carousel-caption h2{
	font-size: 60px;
	padding-bottom: 20px;
	font-weight: 800;
}

.carousel-caption p {
	font-size: 20px;
	font-weight: 200;
	color: white;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	padding: 20px;
	border-radius: 10px;
	backdrop-filter: blur(10px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}

@media (min-width: 992px){
	
	.carousel-caption {
		width: 60%;
		}

}

@media (max-width: 992px){
	
	.color-box {
		width: 100%;
		}
	
	.section-half-caption {
		width: 80%;
		}
}

@media (max-width: 992px){
	
	.color-box {
		width: 100%;
		}
}

@media (max-width: 479px) {
	.carousel-caption h2{
	font-size: 40px;
	padding-bottom: 20px;
	font-weight: 800;
}
	
	}