/* Responsive Hero Section Improvements */
#hero {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 60px;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover !important;
}
#hero .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#hero h1 {
	font-size: 2.2rem;
	line-height: 2.7rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
@media (min-width: 768px) {
	#hero h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}
@media (min-width: 1200px) {
	#hero h1 {
		font-size: 3.5rem;
		line-height: 4.2rem;
	}
	#hero {
		min-height: 80vh;
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.section-title p {
	color: #000000 !important;
	margin-bottom: 1rem !important;
}

.hero{
	background: url(https://salsconference.uudoon.in/assets/img/bguusalso.jpg) top center !important;
}

/* Logos Section Styling */
.logos .logo-img {
	max-height: 80px;
	width: auto;
	transition: transform 0.3s ease;
	filter: grayscale(0);
	opacity: 0.8;
}

.logos .logo-img:hover {
	transform: scale(1.1);
	opacity: 1;
}

@media (max-width: 768px) {
	.logos .logo-img {
		max-height: 60px;
	}
}