.header-nav-bar-services {
	background-color: #f9f9f9;
}

.header-nav-bar-services.hnbs-mobile {
    background-color: transparent;
}

.category-swiper-container-wrapper {
	position: relative;
}

.category-swiper-container-wrapper .swiper-button-next,
.category-swiper-container-wrapper .swiper-button-prev {
	color: var(--link-color);
}

.category-swiper-container-wrapper .swiper-button-next::after,
.category-swiper-container-wrapper .swiper-button-prev::after {
	font-size: 32px;
	font-weight: 600;
}

.category-swiper-container-wrapper .swiper-button-next {
	right: -24px;
}

.category-swiper-container-wrapper .swiper-button-prev {
	left: -24px;
}

.techiSwiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}

.header-nav-bar-services.hnbs-mobile .techiSwiper {
    flex-wrap: wrap;
	padding: 0;
}

.techiSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 7%;
}

.header-nav-bar-services.hnbs-mobile .swiper-slide {
    flex: 0 0 50%;
}

.techiSwiper a {
	font-size: 14px;
	font-weight: 700;
	color: black;
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 5px;
	width: 100%;
}

.techiSwiper a i {
	font-size: 32px;
}

.techiSwiper .item-cat-post-count {
	color: var(--link-color);
	line-height: 1;
}

.techiSwiper .tdb-menu-item-text {
	margin-left: 0px;
	list-style-type: none;
	padding: 10px;
	border-radius: 8px;
}

.techiSwiper .tdb-menu-item-text:hover {
	background-color: #e7e7e7;
}

.techiSwiper .tdb-menu-item-text > div {
	font-size: 24px;
	padding: 10px;
	background-color: var(--link-color);
	border-radius: 8px;
	border: 1px solid var(--link-color);
	color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-bottom: 3px;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-important) {
	background-color: #d32f2f;
	border-color: #d32f2f;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-insights) {
	background-color: #3949ab;
	border-color: #3949ab;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-impact) {
	background-color: #f57c00;
	border-color: #f57c00;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-ignition) {
	background-color: #ff5722;
	border-color: #ff5722;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-imagination) {
	background-color: #8e24aa;
	border-color: #8e24aa;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-infrastructure) {
	background-color: #546e7a;
	border-color: #546e7a;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-innovations) {
	background-color: #009688;
	border-color: #009688;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-inspiration) {
	background-color: #fbc02d;
	border-color: #fbc02d;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-instruments) {
	background-color: #607d8b;
	border-color: #607d8b;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-integration) {
	background-color: #03a9f4;
	border-color: #03a9f4;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-interaction) {
	background-color: #43a047;
	border-color: #43a047;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-interface) {
	background-color: #1976d2;
	border-color: #1976d2;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-intuition) {
	background-color: #9c27b0;
	border-color: #9c27b0;
}

.techiSwiper .tdb-menu-item-text > div:has(.category-sprite-invention) {
	background-color: #e7d21d;
	border-color: #e7d21d;
}

.techiSwiper .category-sprite-image {
	/*   background-image: url("/wp-content/uploads/2025/06/new-sprites.png"); */
	background-size: cover;
	width: 46px;
	height: 46px;
	background-position: 0 0;
}

.techiSwiper .category-sprite-insights {
	background-position: -74px 0;
}

.techiSwiper .category-sprite-impact {
	background-position: -144px 0;
}

.techiSwiper .category-sprite-ignition {
	background-position: -216px 0;
}

.techiSwiper .category-sprite-imagination {
	background-position: -288px 0;
}

.techiSwiper .category-sprite-infrastructure {
	background-position: -360px 0;
}

.techiSwiper .category-sprite-innovations {
	background-position: -432px 0;
}

.techiSwiper .category-sprite-inspiration {
	background-position: -506px 0;
}

.techiSwiper .category-sprite-instruments {
	background-position: -576px 0;
}

.techiSwiper .category-sprite-integration {
	background-position: -650px 0;
}

.techiSwiper .category-sprite-interaction {
	background-position: -724px 0;
}

.techiSwiper .category-sprite-interface {
	background-position: -796px 0;
}

.techiSwiper .category-sprite-intuition {
	background-position: -868px 0;
}

.techiSwiper .category-sprite-invention {
	background-position: 46px 0;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
	.techiSwiper .tdb-menu-item-text {
		font-size: 11px;
	}
}

@media screen and (max-width: 767px) {
	.category-swiper-container-wrapper .swiper-button-next::after,
	.category-swiper-container-wrapper .swiper-button-prev::after {
		font-size: 24px;
	}

	.category-swiper-container-wrapper .swiper-button-next {
		right: -14px;
	}

	.category-swiper-container-wrapper .swiper-button-prev {
		left: -14px;
	}

	.techiSwiper {
		padding: 0 6px;
	}

	.techiSwiper .tdb-menu-item-text > div {
		width: 55px;
		height: 55px;
	}

	.techiSwiper .category-sprite-image {
		width: 100%;
		height: 100%;
	}

	.techiSwiper .category-sprite-insights {
		background-position: -52px 0;
	}

	.techiSwiper .category-sprite-impact {
		background-position: -106px 0;
	}

	.techiSwiper .category-sprite-ignition {
		background-position: -159px 0;
	}

	.techiSwiper .category-sprite-imagination {
		background-position: -213px 0;
	}

	.techiSwiper .category-sprite-infrastructure {
		background-position: -267px 0;
	}

	.techiSwiper .category-sprite-innovations {
		background-position: -321px 0;
	}

	.techiSwiper .category-sprite-inspiration {
		background-position: -374px 0;
	}

	.techiSwiper .category-sprite-instruments {
		background-position: -428px 0;
	}

	.techiSwiper .category-sprite-integration {
		background-position: -480px 0;
	}

	.techiSwiper .category-sprite-interaction {
		background-position: -534px 0;
	}

	.techiSwiper .category-sprite-interface {
		background-position: -587px 0;
	}

	.techiSwiper .category-sprite-intuition {
		background-position: -641px 0;
	}

	.techiSwiper .category-sprite-invention {
		background-position: 34px 0;
	}
}