.site-header {
	background: #ffffff;
	border-bottom: 4px solid #18b7b0;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
	z-index: 1030;
}

.site-header .navbar {
	background: #ffffff;
}

.brand-logo-image {
	width: 100%;
	max-width: 200px;
	height: auto;
	max-height: 48px;
	object-fit: contain;
	display: block;
}

.site-header .nav-link {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: #0f172a;
	font-weight: 500;
	padding: 0.7rem 0.85rem;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
	color: #0b8d87;
}

.menu-icon {
	color: #18b7b0;
	font-size: 0.95rem;
}

.site-header .dropdown-menu {
	border-radius: 0.75rem;
	border: 1px solid #e6f5f4;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	padding: 0.4rem;
}

.site-header .dropdown-item {
	border-radius: 0.5rem;
	padding: 0.55rem 0.75rem;
	color: #1e293b;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.site-header .dropdown-item:hover,
.site-header .dropdown-item:focus {
	background-color: #e9fbf9;
	color: #0b8d87;
}

@media (max-width: 991.98px) {
	.brand-logo-image {
		max-width: 160px;
		max-height: 40px;
	}

	.site-header .navbar-collapse {
		margin-top: 0.75rem;
		background: #ffffff;
		border: 1px solid #edf0f4;
		border-radius: 0.75rem;
		padding: 0.5rem;
	}

	.site-header .nav-link {
		border-radius: 0.5rem;
	}

	.site-header .nav-link:hover,
	.site-header .nav-link:focus {
		background: #f8fafc;
	}

	.site-header .dropdown-menu {
		box-shadow: none;
		border: 0;
		border-left: 2px solid #d8f3f1;
		border-radius: 0;
		margin-left: 0.6rem;
		padding-left: 0.25rem;
	}
}
