:root {
	--primary-blue: #0d2d45;
	--dark-pink: #ff6961;
	--light-pink: #fedcb8;

	--shadow-light: rgba(0, 0, 0, 0.08);
	--shadow-strong: rgba(0, 0, 0, 0.15);
	--background-light: #fdf8ef;
}

@media (max-width: 991px) {
	#navigation {
		width: 100%;
		margin-top: 10px;
		position: relative;
		z-index: 1002; /* taake right-side button ke neeche na chhupay */
	}

	#navigation ul {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		display: none;
		background: #fff;
		padding: 15px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	}

	#navigation ul.show-menu {
		display: flex;
	}

	#navigation ul li {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#navigation ul li.nav-item {
		position: relative;
	}

	.nav-item .dropdown-menu {
		position: relative;
		left: 0 !important;
		top: 0;
		min-width: 100%;
		padding: 0;
		box-shadow: none;
		background: #f9f9f9;
		display: none;
	}

	.nav-item.open .dropdown-menu {
		display: block;
	}

	.dropdown-menu .row {
		flex-direction: column;
		padding: 15px;
	}

	.dropdown-menu .row > div {
		padding: 10px 0;
		width: 100% !important;
	}

	.category-list {
		flex-direction: column;
		gap: 8px;
	}

	.mega-menu-1,
	.mega-menu-2 {
		left: 0 !important;
		max-width: 100%;
	}

	.dynamic-content .see-all-sectors {
		width: 100% !important;
	}
}
@media (max-width: 991px) {
	#responsive {
		/* display: none; */
		flex-direction: column;
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		width: 100%;
	}

	#responsive.show-menu {
		display: flex !important; /* force open */
		max-height: 600px; /* optional smooth open */
		overflow: auto; /* agar items zyada ho jayein */
	
	}
}

.mmenu-trigger {
	display: none;
}
@media (max-width: 991px) {
	.mmenu-trigger {
		display: block;
		position: absolute;
		top: 25px;
		right: 20px;
		z-index: 1001;
	}
}

@media (max-width: 991px) {
	#header {
		height: 82px; /* 82px wali fixed height hatao */
		min-height: 82px; /* top bar ki height maintain */
	}
}

@media (max-width: 991px) {
	#responsive {
		background: #fff;
		padding: 12px;
		border-radius: 6px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
	}
}

/* Desktop (>=992px) par horizontal layout */
@media (min-width: 992px) {
	#responsive.menu-list {
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
		justify-content: center;
		gap: 25px;
	}
}

/* Mobile (<992px) par toggle-able */
@media (max-width: 991px) {
	#responsive.menu-list {
		display: none; /* default: hidden */
		flex-direction: column;
		background: #fff;
		padding: 12px;
		border-radius: 6px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
	}
	#responsive.menu-list.show-menu {
		display: flex !important; /* open on toggle */
		max-height: 600px;
		overflow: auto;
		background-color: var(--primary-blue);
		color: var(--background-light);
	}

	
	.mybg{
		color: var(--primary-blue);
	}
}

@media (max-width: 575px) {
	.top-header .container{
		padding-left: 8px !important;
		padding-right: 8px !important; 
	}
	.left-section{
		padding-left: 0px;
		padding-right: 0px;
	}
	.left-section a{
		gap: 0px;
	}
	.top-header{
		padding: 5px 5px;
	}
}