.taraddod-header-bar {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color: #185d37;
	padding: 60px 100px;
}

.taraddod-header-bar__pattern {
	position: absolute;
	inset: 0;
	background-image: url("../images/header-bar-pattern-tile.png");
	background-repeat: repeat;
	background-size: 350px auto;
	mix-blend-mode: difference;
	opacity: 0.15;
	pointer-events: none;
}

.taraddod-header-bar__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.taraddod-header-bar__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}

.taraddod-header-bar__breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.taraddod-header-bar__breadcrumb a:hover {
	text-decoration: underline;
}

.taraddod-header-bar__sep {
	opacity: 0.2;
}

.taraddod-header-bar__current {
	opacity: 1;
}

.taraddod-header-bar__title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-transform: capitalize;
	color: #ffffff;
}

@media (max-width: 782px) {
	.taraddod-header-bar {
		padding: 32px 24px;
	}

	.taraddod-header-bar__title {
		font-size: 26px;
		line-height: 32px;
	}
}
