@media (max-width: 991px) {
	.nav-logo {
		height: 40px;
	}
	.hero-title {
		line-height: 1;
		font-size: 36px !important;
		text-align: center;
	}
	.hero-content h1 {
		font-size: 28px;
	}
	.welcome-section {
		padding: 60px 0;
	}

	.welcome-content h2 {
		font-size: 28px;
	}

	.welcome-image::after {
		display: none;
	}


	/* 	Home Hero Section */
	.hero-slide {
		height: 90vh;
		display: flex;
		align-items: flex-start;
	}

	.hero-content {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		text-align: left;
		padding-top: 120px;
		padding-left: 20px;
		padding-right: 20px;
		color: #fff;
		max-width: 90%;
	}

	.hero-content span {
		color: #ff6a00;
	}

	.btn-primary-custom {
		margin-top: 20px;
	}
	.hero-slide::before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
	}

	.hero-content {
		position: relative;
		z-index: 2;
		margin-top: -100px;
	}
	
/* 	02-03-2026 */
	.feature {
		display: flex;
		flex-wrap: wrap;
		justify-content: center!important;
		gap: 0px!important
	}

}

