:root {
	--theme-color1: #ff6a2a;
	--theme-color1-rgb: 255, 106, 42;
	--theme-color13: #ff6a2a;
	--theme-color-dark: #071913;
	--theme-color2: #101310;
	--theme-color3: #0a0a0a;
	--theme-color4: #202820;
	--link-color: var(--theme-color1);
	--link-hover-color: var(--theme-color1);
}

body,
.toe-digitaal-page {
	background: var(--theme-color-dark);
}

[hidden] {
	display: none !important;
}

.preloader {
	--toe-loader-w: clamp(118px, 18vw, 158px);
	--toe-loader-h: calc(var(--toe-loader-w) * 0.9934);
	background-color: var(--theme-color-dark);
}

.preloader::after {
	background-image: url("../assets/img/toe/toe-loader-logo.png") !important;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: var(--toe-loader-w);
	height: var(--toe-loader-h);
	margin-left: calc(var(--toe-loader-w) / -2);
	margin-top: calc(var(--toe-loader-h) / -2);
	animation: toe-loader-breathe 1.9s ease-in-out infinite !important;
	transform-origin: center;
	will-change: transform, opacity;
	z-index: 2;
}

.preloader::before {
	content: "" !important;
	left: 50%;
	right: auto;
	top: 50%;
	width: var(--toe-loader-w);
	height: var(--toe-loader-h);
	margin-left: calc(var(--toe-loader-w) / -2);
	margin-top: calc(var(--toe-loader-h) / -2);
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 12px rgba(255, 106, 42, 0.5));
	animation: toe-digitaal-loader-fill 1.8s cubic-bezier(0.42, 0, 0.2, 1) infinite;
	will-change: background, filter;
	z-index: 1;
}

.toe-digitaal-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
	width: 86px;
	height: 58px;
	max-height: 58px;
	object-fit: contain;
	object-position: center;
	padding: 0;
}

.toe-digitaal-header .logo,
.sticky-header .logo,
.mobile-menu .nav-logo {
	overflow: visible;
}

.toe-digitaal-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}

.toe-digitaal-header .header-lower,
.toe-digitaal-header .header-lower .inner-container {
	background: transparent;
}

.toe-digitaal-header .header-lower .logo-box {
	min-width: 138px;
}

.sticky-header {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(7, 25, 19, 0.93)) !important;
	border-bottom: 1px solid rgba(248, 241, 231, 0.1);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(14px);
}

.sticky-header .logo {
	padding: 10px 0;
}

@keyframes toe-loader-breathe {
	0%, 100% {
		opacity: 0.88;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.025);
	}
}

@keyframes toe-digitaal-loader-fill {
	0%, 8%, 100% {
		background:
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
	12%, 26% {
		background:
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
	30%, 44% {
		background:
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
	48%, 62% {
		background:
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
	66%, 80% {
		background:
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, transparent 67%, transparent 74%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
	84%, 96% {
		background:
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 18.33% 16.13% / 6.04% 7.85% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 27.11% 11.05% / 7.14% 9.61% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 37.76% 7.40% / 9.55% 11.82% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 50.27% 4.75% / 12.62% 14.59% no-repeat,
			radial-gradient(ellipse at center, var(--theme-color1) 98%, transparent 100%) 65.75% 5.75% / 15.59% 17.24% no-repeat;
	}
}

.toe-digitaal-header .header-lower .inner-container {
	border-color: rgba(255, 255, 255, 0.12);
}

.toe-digitaal-header .main-menu .navigation > li > a {
	font-size: 14px;
	letter-spacing: 0;
	transition: color 0.28s ease, transform 0.28s ease;
}

.toe-digitaal-header .main-menu .navigation > li {
	margin-right: 30px;
}

.toe-digitaal-header .main-menu .navigation > li > ul {
	display: block;
	width: 230px;
	padding: 10px;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(21, 50, 38, 0.96), rgba(7, 25, 19, 0.98));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.toe-digitaal-header .main-menu .navigation > li.dropdown:hover > ul,
.toe-digitaal-header .main-menu .navigation > li.dropdown:focus-within > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.toe-digitaal-header .main-menu .navigation > li > ul > li {
	border: 0;
}

.toe-digitaal-header .main-menu .navigation > li > ul > li > a {
	padding: 11px 14px;
	border-radius: 10px;
	color: rgba(248, 241, 231, 0.8);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.toe-digitaal-header .main-menu .navigation > li > ul > li:hover > a {
	background: rgba(255, 106, 42, 0.14);
	color: #f8f1e7;
}

.toe-digitaal-header .main-menu .navigation > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 2px;
	background: var(--theme-color1);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.28s ease;
}

.toe-digitaal-header .main-menu .navigation > li:hover > a,
.toe-digitaal-header .main-menu .navigation > li.current > a {
	color: #f8f1e7;
	transform: translateY(-2px);
}

.toe-digitaal-header .main-menu .navigation > li:hover > a::before,
.toe-digitaal-header .main-menu .navigation > li.current > a::before {
	transform: scaleX(1);
}

.toe-header-cta {
	margin-left: 18px;
	transform: translateY(0);
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.toe-header-cta:hover {
	box-shadow: 0 18px 44px rgba(255, 106, 42, 0.24);
	transform: translateY(-3px);
}

.toe-page-title-note {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 16px auto 0;
	color: rgba(248, 241, 231, 0.76);
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.45;
}

.toe-banner .title {
	letter-spacing: 0;
}

.toe-banner .banner-slide .image-box .image-1 img,
.service-block .image-box .image img,
.project-block .image-box .image img,
.blog-block .image-box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.toe-banner .banner-slide .image-box .image-1,
.service-block .image-box .image,
.project-block .image-box .image,
.blog-block .image-box .image,
.video-section .bg,
.video-section-two .video-outer {
	overflow: hidden;
	border-radius: 14px;
}

.toe-banner .banner-slide .image-box .image-1 {
	aspect-ratio: 16 / 9;
}

.service-block .image-box .image {
	aspect-ratio: 4 / 3;
}

.projects-section .project-block.toe-business-card .image-box .image,
.projects-section .project-block.toe-vendor-card .image-box .image {
	height: clamp(360px, 34vw, 460px);
	aspect-ratio: auto;
}

.projects-section .project-block.toe-business-card .image-box .image a,
.projects-section .project-block.toe-vendor-card .image-box .image a {
	display: block;
	height: 100%;
}

.blog-block .image-box .image {
	aspect-ratio: 4 / 3;
}

.toe-work-icon {
	background: rgba(255, 106, 42, 0.14);
	border: 1px solid rgba(255, 106, 42, 0.25);
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
}

.toe-work-icon img,
.service-block .icon-box .icon-img,
.process-block .icon-box .icon-img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.toe-banner-copy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	max-width: 920px;
	margin-top: 30px;
}

.toe-banner-copy p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.45;
}

.banner-section-one .customer-info .count-title {
	text-transform: uppercase;
}

.toe-network-stats {
	position: relative;
	z-index: 2;
	padding: 42px 0 82px;
	margin-top: 0;
}

.toe-stats-shell {
	max-width: 980px;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid rgba(248, 241, 231, 0.14);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 106, 42, 0.14), transparent 38%),
		linear-gradient(180deg, rgba(248, 241, 231, 0.08), rgba(248, 241, 231, 0.035));
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(14px);
}

.toe-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.toe-stat-box {
	position: relative;
	min-height: 136px;
	padding: 24px 22px;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 16px;
	background: rgba(7, 25, 19, 0.64);
	overflow: hidden;
	transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.toe-stat-box::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 104px;
	height: 104px;
	border: 1px solid rgba(255, 106, 42, 0.26);
	border-radius: 50%;
}

.toe-stat-box:hover {
	border-color: rgba(255, 106, 42, 0.48);
	background: rgba(12, 46, 34, 0.78);
	transform: translateY(-4px);
}

.toe-stat-number {
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
	color: var(--theme-color1);
	font-family: "Syne", sans-serif;
	font-size: clamp(48px, 5vw, 78px);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: 0;
}

.toe-stat-box p {
	position: relative;
	z-index: 1;
	max-width: 180px;
	margin: 0;
	color: rgba(248, 241, 231, 0.78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.about-section-six .user-info .thumb {
	width: 74px;
	height: 74px;
	min-width: 74px;
	background: rgba(255, 255, 255, 0.08);
}

.about-section-six .user-info .thumb img {
	object-fit: contain;
	padding: 13px;
	transform: none;
}

.about-section-six .user-info .name {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.1;
}

.funfact-block-two .inner-box {
	isolation: isolate;
	min-height: 420px;
}

.funfact-block-two .inner-box .shape-icon {
	display: none !important;
}

.funfact-block-two .inner-box .shape-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.funfact-block-two .inner-box .shape-icon::before {
	content: none;
}

.funfact-block-two .inner-box .count-box,
.funfact-block-two .inner-box .text {
	position: relative;
	z-index: 1;
}

.services-section .service-block .content-box .text,
.projects-section .left-content .text,
.process-block .content-box .text,
.blog-section .sec-title .text,
.main-footer .text {
	color: rgba(255, 255, 255, 0.68);
}

.work-block .inner-box .count {
	font-size: 28px;
	line-height: 1;
}

.video-section .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 25, 19, 0.76), rgba(7, 25, 19, 0.42));
}

.video-section .video-outer {
	position: relative;
	z-index: 2;
}

.footer-widget a,
.main-footer a {
	color: inherit;
}

.subscribe-form-one input {
	color: #fff;
}

.toe-page-title-wrap {
	position: relative;
	padding: 190px 0 120px;
	background: linear-gradient(135deg, rgba(7, 25, 19, 0.94), rgba(21, 50, 38, 0.8)), url("../assets/img/toe/generated/toe-header-hospitality-lobby.jpg") center / cover no-repeat;
	overflow: hidden;
}

.toe-digitaal-page .page-title {
	padding: 250px 0 146px;
	background-position: center;
}

.toe-digitaal-page .page-title::before {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.74), rgba(7, 25, 19, 0.82)),
		rgba(19, 19, 19, 0.35);
	opacity: 1;
}

.toe-digitaal-page .page-title .title {
	position: relative;
	color: #f8f1e7;
	font-size: clamp(52px, 6.2vw, 92px);
	line-height: 0.95;
	letter-spacing: 0;
	margin-bottom: 18px;
}

.toe-digitaal-page .page-breadcrumb li,
.toe-digitaal-page .page-breadcrumb li a {
	color: rgba(248, 241, 231, 0.82);
	font-size: 16px;
}

.toe-digitaal-page .page-breadcrumb li:last-child {
	color: var(--theme-color1);
}

.toe-page-title-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../assets/img/toe/toe-contour-bg.svg");
	background-size: 1180px auto;
	opacity: 0.25;
	pointer-events: none;
}

.toe-page-title-wrap .container {
	position: relative;
	z-index: 1;
}

.toe-page-title-wrap h1 {
	color: #f8f1e7;
	font-size: clamp(64px, 10vw, 154px);
	line-height: 0.9;
	letter-spacing: 0;
	margin: 0 0 22px;
}

.toe-page-title-wrap p {
	color: rgba(248, 241, 231, 0.78);
	max-width: 720px;
	font-size: clamp(18px, 2vw, 26px);
	line-height: 1.45;
}

.toe-about-image {
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 4 / 3;
}

.toe-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.toe-service-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: rgba(255, 106, 42, 0.12);
	border: 1px solid rgba(255, 106, 42, 0.28);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.toe-service-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.toe-about-stat {
	color: #f8f1e7;
	font-size: clamp(42px, 7vw, 92px);
	line-height: 1;
	margin-bottom: 10px;
}

.toe-about-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.toe-about-list li {
	list-style: none;
	color: rgba(248, 241, 231, 0.78);
	padding: 18px 20px;
	border: 1px solid rgba(248, 241, 231, 0.13);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.035);
}

.toe-shop-directory {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.96), rgba(21, 50, 38, 0.84)),
		var(--theme-color-dark);
}

.toe-shop-directory .bg-shape {
	opacity: 0.08;
}

.toe-shop-directory .sec-title {
	margin-bottom: 34px;
}

.toe-shop-search {
	display: block;
	max-width: 760px;
	margin: 0 auto 44px;
}

.toe-shop-search span {
	display: block;
	margin-bottom: 12px;
	color: rgba(248, 241, 231, 0.78);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.toe-shop-search input {
	width: 100%;
	height: 64px;
	padding: 0 24px;
	border: 1px solid rgba(248, 241, 231, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #f8f1e7;
	outline: none;
	font-size: 18px;
	transition: border-color 0.25s ease, background 0.25s ease;
}

.toe-shop-search input:focus {
	border-color: rgba(255, 106, 42, 0.72);
	background: rgba(255, 255, 255, 0.12);
}

.toe-shop-search input::placeholder {
	color: rgba(248, 241, 231, 0.46);
}

.toe-shop-directory .filters li {
	color: rgba(248, 241, 231, 0.62);
}

.toe-shop-directory .filters li:before {
	background-color: var(--theme-color1);
}

.toe-shop-directory .filter-list {
	align-items: stretch;
}

.toe-listing-card.toe-search-hidden,
.toe-search-hidden {
	display: none !important;
}

.toe-search-empty {
	margin: 28px 0 0;
	padding: 22px 24px;
	border: 1px solid rgba(255, 106, 42, 0.32);
	border-radius: 14px;
	background: rgba(255, 106, 42, 0.08);
	color: rgba(248, 241, 231, 0.8);
	font-weight: 700;
}

.toe-listing-card .inner-box {
	height: 100%;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.075);
	backdrop-filter: blur(6px);
}

.toe-listing-card .image {
	display: block;
	width: 100%;
	height: clamp(260px, 18vw, 340px);
	aspect-ratio: auto;
	background: rgba(248, 241, 231, 0.08);
	overflow: hidden;
}

.toe-listing-card .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.toe-listing-card .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.95) brightness(0.88);
	transform: scale(1.08);
	transform-origin: center;
}

.toe-business-listing .content {
	text-align: left;
	min-height: 172px;
}

.toe-vendor-listing .image {
	height: clamp(280px, 20vw, 360px);
	aspect-ratio: auto;
}

.toe-vendor-listing .content {
	text-align: left;
	padding: 24px 22px 26px;
	min-height: 154px;
}

.toe-listing-card .cat {
	color: rgba(248, 241, 231, 0.56);
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.toe-listing-card h4 {
	margin-top: 6px;
	font-size: clamp(20px, 1.55vw, 26px);
	line-height: 1.08;
}

.toe-vendor-listing h4 {
	font-size: clamp(18px, 1.25vw, 22px);
}

.toe-listing-card .price {
	color: rgba(248, 241, 231, 0.76);
	font-size: 15px;
	font-weight: 700;
}

.toe-listing-card .rating {
	justify-content: flex-start;
	gap: 4px;
	color: var(--theme-color1);
}

.toe-listing-card .ui-btn {
	background-color: var(--theme-color1);
	color: #071913;
}

.toe-listing-card .ui-btn:hover {
	background-color: #f8f1e7;
	color: #071913;
}

.toe-pricing-section .pricing-block-three,
.toe-pricing-section .pricing-block-three .inner-box {
	height: 100%;
}

.toe-pricing-section .pricing-block-three .inner-box .price-box .price {
	font-size: clamp(34px, 2.55vw, 46px);
	line-height: 1.05;
	letter-spacing: 0;
	white-space: nowrap;
}

.toe-pricing-section .pricing-block-three .inner-box .text {
	line-height: 1.7;
}

.toe-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.72);
}

.toe-modal.is-open {
	display: flex;
}

.toe-modal-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
	width: min(960px, 100%);
	max-height: calc(100vh - 48px);
	overflow: hidden;
	border: 1px solid rgba(248, 241, 231, 0.18);
	border-radius: 18px;
	background: #071913;
	box-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
}

.toe-modal-card img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.toe-modal-body {
	padding: clamp(28px, 4vw, 50px);
	overflow-y: auto;
}

.toe-modal-body h3 {
	margin: 4px 0 18px;
	color: #f8f1e7;
	font-size: clamp(32px, 4vw, 54px);
	line-height: 0.98;
}

.toe-modal-body p,
.toe-modal-body li {
	color: rgba(248, 241, 231, 0.74);
	font-size: 17px;
	line-height: 1.55;
}

.toe-modal-body ul {
	padding: 0;
	margin: 22px 0;
	list-style: none;
}

.toe-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.toe-modal-actions a,
.toe-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border: 1px solid rgba(248, 241, 231, 0.18);
	border-radius: 999px;
	background: transparent;
	color: #f8f1e7;
	font-weight: 800;
	cursor: pointer;
	transition: all 0.25s ease;
}

.toe-modal-actions a:hover,
.toe-modal-close:hover {
	background: var(--theme-color1);
	border-color: var(--theme-color1);
	color: #071913;
}

.toe-onboarding-contact {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(12, 35, 25, 0.94)),
		var(--theme-color-dark);
}

.toe-onboarding-contact .sec-title h2 {
	font-size: clamp(38px, 4.6vw, 66px);
	line-height: 1;
	letter-spacing: 0;
}

.toe-onboarding-contact .sec-title .text {
	color: rgba(248, 241, 231, 0.68);
	font-size: 17px;
	line-height: 1.55;
}

.toe-onboarding-routes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0 34px;
}

.toe-onboarding-route {
	position: relative;
	min-height: 196px;
	padding: 26px;
	border: 1px solid rgba(248, 241, 231, 0.13);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(7, 25, 19, 0.86);
	color: #f8f1e7;
	text-align: left;
	overflow: hidden;
	transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.toe-onboarding-route::before {
	content: "";
	position: absolute;
	inset: auto 22px 20px auto;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 106, 42, 0.65);
	background: rgba(255, 106, 42, 0);
	transition: background 0.28s ease, transform 0.28s ease;
}

.toe-onboarding-route:hover,
.toe-onboarding-route.is-active {
	border-color: rgba(255, 106, 42, 0.68);
	background:
		linear-gradient(145deg, rgba(255, 106, 42, 0.16), rgba(248, 241, 231, 0.035)),
		rgba(7, 25, 19, 0.92);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
	transform: translateY(-4px);
}

.toe-onboarding-route.is-active::before {
	background: var(--theme-color1);
	transform: scale(1.12);
}

.toe-route-kicker {
	display: block;
	margin-bottom: 12px;
	color: var(--theme-color1);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.toe-onboarding-route strong {
	display: block;
	margin-bottom: 12px;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.05;
}

.toe-onboarding-route small {
	display: block;
	max-width: 92%;
	color: rgba(248, 241, 231, 0.66);
	font-size: 15px;
	line-height: 1.45;
}

.toe-digitaal-form {
	padding-top: 4px;
}

.toe-form-heading {
	margin-bottom: 24px;
}

.toe-form-heading h3 {
	margin-bottom: 8px;
	color: #f8f1e7;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.08;
}

.toe-form-heading p {
	max-width: 720px;
	color: rgba(248, 241, 231, 0.66);
	font-size: 16px;
	line-height: 1.55;
}

.toe-field-label,
.toe-file-control label,
.toe-onboarding-consent {
	display: block;
	margin-bottom: 10px;
	color: rgba(248, 241, 231, 0.88);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.toe-onboarding-contact .form-control {
	min-height: 62px;
	border: 1px solid rgba(248, 241, 231, 0.09);
	border-radius: 10px;
	background-color: rgba(248, 241, 231, 0.075);
	color: #f8f1e7;
	font-size: 16px;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.toe-onboarding-contact textarea.form-control {
	min-height: 180px;
	resize: vertical;
}

.toe-onboarding-contact select.form-control {
	color: rgba(248, 241, 231, 0.78);
}

.toe-onboarding-contact select.form-control option {
	background: #071913;
	color: #f8f1e7;
}

.toe-onboarding-contact .form-control:focus {
	border-color: rgba(255, 106, 42, 0.62);
	background-color: rgba(248, 241, 231, 0.1);
	box-shadow: 0 0 0 4px rgba(255, 106, 42, 0.08);
	color: #f8f1e7;
}

.toe-social-follow {
	background: linear-gradient(135deg, rgba(255, 106, 42, 0.14), rgba(248, 241, 231, 0.05));
}

.toe-social-follow p {
	margin-bottom: 18px;
	color: rgba(248, 241, 231, 0.68);
}

.toe-social-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

.toe-social-actions a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 106, 42, 0.34);
	border-radius: 999px;
	color: #f8f1e7;
	font-size: 14px;
	font-weight: 800;
	background: rgba(255, 106, 42, 0.16);
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.toe-social-actions a:hover {
	color: #071913;
	background: var(--theme-color1);
	transform: translateY(-2px);
}

.toe-onboarding-contact .form-control::placeholder {
	color: rgba(248, 241, 231, 0.44);
}

.toe-verification-group {
	margin: 26px 0;
	padding: 26px;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
}

.toe-verification-group h4 {
	margin-bottom: 18px;
	color: #f8f1e7;
	font-size: clamp(22px, 2vw, 30px);
	line-height: 1.1;
}

.toe-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

.toe-check-grid label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid rgba(248, 241, 231, 0.1);
	border-radius: 10px;
	color: rgba(248, 241, 231, 0.76);
	background: rgba(7, 25, 19, 0.44);
	font-size: 14px;
	font-weight: 700;
}

.toe-check-grid input,
.toe-onboarding-consent input {
	accent-color: var(--theme-color1);
}

.toe-file-control {
	padding: 18px;
	border: 1px solid rgba(248, 241, 231, 0.1);
	border-radius: 14px;
	background: rgba(7, 25, 19, 0.44);
}

.toe-file-control .form-control {
	margin-top: 10px;
	padding: 17px 18px;
}

.toe-onboarding-consent {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 28px 0 24px;
	color: rgba(248, 241, 231, 0.78);
	line-height: 1.45;
}

.toe-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.toe-success-message {
	padding: 18px 20px;
	border: 1px solid rgba(255, 106, 42, 0.36);
	border-radius: 14px;
	color: #f8f1e7;
	background: rgba(255, 106, 42, 0.12);
	font-weight: 700;
}

.toe-onboarding-aside {
	position: sticky;
	top: 120px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 20px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
		rgba(7, 25, 19, 0.72);
}

.toe-onboarding-aside .contact-details__info li .icon {
	border-radius: 18px;
	background-color: var(--theme-color1);
}

.toe-onboarding-aside .contact-details__info li .text h6,
.toe-onboarding-aside .contact-details__info li .text a,
.toe-onboarding-aside .contact-details__info li .text span {
	color: #f8f1e7;
}

.toe-onboarding-aside .contact-details__info li .text span {
	font-size: 16px;
	line-height: 1.45;
	color: rgba(248, 241, 231, 0.68);
}

.toe-map-section .map {
	display: block;
	height: 360px;
	filter: saturate(0.72) contrast(1.02);
}

.toe-contact-details {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.96), rgba(7, 25, 19, 0.88)),
		url("../assets/img/toe/toe-contour-bg.svg") center / 1180px auto repeat;
}

.toe-contact-details .sec-title h2,
.toe-contact-details .sec-title .text {
	color: #f8f1e7;
}

.toe-contact-details .sec-title .text,
.toe-contact-aside .contact-details__info li .text span {
	color: rgba(248, 241, 231, 0.68);
}

.toe-contact-details .form-control {
	min-height: 62px;
	border: 1px solid rgba(248, 241, 231, 0.1);
	border-radius: 10px;
	background-color: rgba(248, 241, 231, 0.075);
	color: #f8f1e7;
	font-size: 16px;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.toe-contact-details textarea.form-control {
	min-height: 180px;
	resize: vertical;
}

.toe-contact-details .form-control:focus {
	border-color: rgba(255, 106, 42, 0.62);
	background-color: rgba(248, 241, 231, 0.1);
	box-shadow: 0 0 0 4px rgba(255, 106, 42, 0.08);
	color: #f8f1e7;
}

.toe-contact-details .form-control::placeholder {
	color: rgba(248, 241, 231, 0.44);
}

.toe-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.toe-contact-aside {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 20px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
		rgba(7, 25, 19, 0.72);
}

.toe-contact-aside .contact-details__info li .icon {
	border-radius: 18px;
	background-color: var(--theme-color1);
}

.toe-contact-aside .contact-details__info li .text h6,
.toe-contact-aside .contact-details__info li .text a {
	color: #f8f1e7;
}

.toe-contact-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.toe-contact-social a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border: 1px solid rgba(255, 106, 42, 0.34);
	border-radius: 999px;
	color: #f8f1e7;
	font-size: 14px;
	font-weight: 800;
	background: rgba(255, 106, 42, 0.16);
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.toe-contact-social a:hover {
	color: #071913;
	background: var(--theme-color1);
	transform: translateY(-2px);
}

.toe-legal-copy {
	display: grid;
	gap: 18px;
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		rgba(7, 25, 19, 0.86);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.toe-legal-copy .toe-legal-updated {
	margin: 0 0 4px;
	color: var(--theme-color1);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.toe-legal-copy h4 {
	margin: 16px 0 0;
	color: #f8f1e7;
	font-size: clamp(21px, 1.5vw, 28px);
	line-height: 1.18;
	letter-spacing: 0;
}

.toe-legal-copy p {
	margin: 0;
	color: rgba(248, 241, 231, 0.73);
	font-size: clamp(15px, 1vw, 17px);
	line-height: 1.76;
}

.toe-legal-copy a {
	color: var(--theme-color1);
	font-weight: 800;
}

.toe-legal-faqs {
	position: relative;
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(8, 31, 23, 0.94)),
		url("../assets/img/toe/toe-contour-bg.svg") center / 1120px auto repeat;
}

.toe-legal-faqs .sec-title {
	max-width: 940px;
	margin: 0 auto 54px;
}

.toe-legal-faqs .sec-title .text {
	max-width: 860px;
	margin: 18px auto 0;
	color: rgba(248, 241, 231, 0.72);
}

.toe-legal-faqs .toe-legal-updated {
	margin: 18px 0 0;
	color: var(--theme-color1);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.toe-legal-faqs .accordion-box {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
}

.toe-legal-faqs .accordion.block {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 18px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
		rgba(7, 25, 19, 0.88);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.toe-legal-faqs .accordion.block .acc-btn {
	padding: 24px 58px 24px 26px;
	color: #f8f1e7;
	font-size: clamp(18px, 1.25vw, 22px);
	font-weight: 800;
	line-height: 1.24;
	letter-spacing: 0;
}

.toe-legal-faqs .accordion.block .acc-btn .icon {
	right: 24px;
	color: var(--theme-color1);
}

.toe-legal-faqs .accordion.block .acc-content .content {
	padding: 0 26px 26px;
}

.toe-legal-faqs .accordion.block .text,
.toe-legal-faqs .accordion.block .text p,
.toe-legal-faqs .accordion.block .text li {
	color: rgba(248, 241, 231, 0.72);
	font-size: clamp(15px, 1vw, 17px);
	line-height: 1.75;
}

.toe-legal-faqs .accordion.block .text p {
	margin: 0 0 14px;
}

.toe-legal-faqs .accordion.block .text p:last-child {
	margin-bottom: 0;
}

.toe-legal-faqs .accordion.block .text ul {
	margin: 0 0 14px;
	padding-left: 20px;
}

.toe-legal-faqs .accordion.block .text a {
	color: var(--theme-color1);
	font-weight: 800;
}

.toe-agree-box {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 760px;
	margin: 42px auto 0;
	padding: 22px 24px;
	border: 1px solid rgba(255, 106, 42, 0.36);
	border-radius: 18px;
	background: rgba(255, 106, 42, 0.12);
	color: #f8f1e7;
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 800;
	line-height: 1.45;
	cursor: pointer;
}

.toe-agree-box input {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	accent-color: var(--theme-color1);
}

.toe-team-details-page .team-details {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(9, 32, 23, 0.94)),
		url("../assets/img/toe/toe-contour-bg.svg") center / 1100px auto repeat;
}

.toe-vendor-team-details .team-details__top-img {
	overflow: hidden;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 22px;
	background: rgba(248, 241, 231, 0.06);
}

.toe-vendor-team-details .team-details__top-img img {
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 22px;
}

.toe-vendor-team-details .team-details__big-text {
	right: -166px;
	background-color: var(--theme-color1);
	color: #071913;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.toe-vendor-team-details .team-details__top-name,
.toe-vendor-team-details .team-details__bottom-left-title {
	color: #f8f1e7;
	letter-spacing: 0;
}

.toe-vendor-team-details .team-details__top-name {
	font-size: clamp(36px, 5.2vw, 78px);
	line-height: 0.96;
}

.toe-vendor-team-details .team-details__top-name .text-theme-colored1 {
	display: block;
	margin-top: 14px;
	font-size: clamp(15px, 1.15vw, 20px);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.toe-vendor-team-details .team-details__text-1,
.toe-vendor-team-details .team-details__text-2,
.toe-vendor-team-details .team-details__bottom-left-text,
.toe-vendor-team-details .team-details-contact .text {
	color: rgba(248, 241, 231, 0.7) !important;
}

.toe-vendor-team-details .info-outer-box {
	align-items: stretch !important;
	gap: 0 !important;
	padding: 0 !important;
	margin-bottom: 28px !important;
	border: 1px solid rgba(248, 241, 231, 0.14) !important;
	border-radius: 18px;
	overflow: hidden;
	background: rgba(248, 241, 231, 0.035);
}

.toe-vendor-team-details .info-left,
.toe-vendor-team-details .info-right {
	width: 50%;
	padding: clamp(20px, 2.5vw, 30px);
}

.toe-vendor-team-details .info-right {
	border-left: 1px solid rgba(248, 241, 231, 0.12);
}

.toe-vendor-team-details .team-details-contact .title,
.toe-vendor-team-details .team-details__progress-title {
	color: #f8f1e7 !important;
}

.toe-vendor-team-details .team-details-contact .title {
	color: var(--theme-color1) !important;
	font-size: 13px !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.toe-vendor-team-details .team-details__social a {
	background-color: var(--theme-color1);
	color: #071913;
}

.toe-vendor-team-details .team-details__social a:hover {
	background-color: #f8f1e7;
	color: #071913;
}

.toe-vendor-team-details .team-details__bottom {
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 22px;
	background: rgba(7, 25, 19, 0.72);
}

.toe-vendor-team-details .team-details__bottom .form-control,
.toe-vendor-team-details .team-details__bottom textarea {
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 10px;
	background-color: rgba(248, 241, 231, 0.075);
	color: #f8f1e7;
}

.toe-vendor-team-details .team-details__progress .bar {
	background-color: rgba(248, 241, 231, 0.12);
}

.toe-vendor-team-details .team-details__progress .bar-inner {
	background-color: var(--theme-color1);
}

@media (max-width: 991.98px) {
	.toe-vendor-team-details .team-details__top-left,
	.toe-vendor-team-details .team-details__top-right {
		margin-left: 0;
		margin-right: 0;
	}

	.toe-vendor-team-details .info-outer-box {
		display: grid !important;
	}

	.toe-vendor-team-details .info-left,
	.toe-vendor-team-details .info-right {
		width: 100%;
	}

	.toe-vendor-team-details .info-right {
		border-left: 0;
		border-top: 1px solid rgba(248, 241, 231, 0.12);
	}
}

.toe-services-page,
.toe-explore-section {
	position: relative;
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(18, 55, 39, 0.88)),
		var(--theme-color-dark);
	overflow: hidden;
}

.toe-services-page::before,
.toe-explore-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../assets/img/toe/toe-contour-bg.svg");
	background-size: 1120px auto;
	background-position: center;
	opacity: 0.14;
	pointer-events: none;
}

.toe-services-page .container,
.toe-explore-section .container {
	position: relative;
	z-index: 1;
}

.toe-service-card,
.toe-explore-card,
.toe-event-card {
	position: relative;
	display: block;
	height: 100%;
	padding: 24px;
	border: 1px solid rgba(248, 241, 231, 0.12);
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(248, 241, 231, 0.075), rgba(248, 241, 231, 0.025)),
		rgba(7, 25, 19, 0.78);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.toe-service-card::after,
.toe-explore-card::after,
.toe-event-card::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -42px;
	width: 116px;
	height: 116px;
	border: 1px solid rgba(255, 106, 42, 0.28);
	border-radius: 50%;
}

.toe-service-card:hover,
.toe-explore-card:hover,
.toe-event-card:hover {
	border-color: rgba(255, 106, 42, 0.5);
	background:
		linear-gradient(145deg, rgba(255, 106, 42, 0.12), rgba(248, 241, 231, 0.035)),
		rgba(9, 37, 27, 0.88);
	transform: translateY(-6px);
}

.toe-service-card img,
.toe-explore-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	margin-bottom: 24px;
	border-radius: 16px;
	object-fit: cover;
}

.toe-service-card span,
.toe-explore-card span,
.toe-event-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--theme-color1);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.toe-service-card h3,
.toe-explore-card h3,
.toe-event-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
	color: #f8f1e7;
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.06;
	letter-spacing: 0;
}

.toe-service-card p,
.toe-explore-card p,
.toe-event-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: rgba(248, 241, 231, 0.68);
	font-size: 16px;
	line-height: 1.55;
}

.toe-services-grid,
.toe-explore-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.toe-event-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.toe-business-news-details {
	background:
		linear-gradient(180deg, rgba(7, 25, 19, 0.98), rgba(18, 55, 39, 0.9)),
		var(--theme-color-dark);
}

.toe-business-news-details .blog-details__img {
	overflow: hidden;
}

.toe-business-news-details .blog-details__img img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.toe-business-news-details .blog-details__title,
.toe-business-news-details .sidebar__title,
.toe-business-news-details .comment-one .comment-one__content h3 {
	color: #f8f1e7;
}

.toe-business-news-details .blog-details__text-2,
.toe-business-news-details .sidebar__comments-text-box p,
.toe-business-news-details .sidebar__post .sidebar__post-list .sidebar__post-content h3 a,
.toe-business-news-details .sidebar__category-list li a,
.toe-business-news-details .sidebar__tags-list a {
	color: rgba(248, 241, 231, 0.72);
}

.toe-business-news-details .sidebar__post,
.toe-business-news-details .sidebar__category,
.toe-business-news-details .sidebar__tags,
.toe-business-news-details .sidebar__comments,
.toe-business-news-details .sidebar__search-form input[type=search],
.toe-business-news-details .blog-details__tags a,
.toe-business-news-details .blog-details__social-list a,
.toe-business-news-details .nav-links > div > a {
	border: 1px solid rgba(248, 241, 231, 0.12);
	background:
		linear-gradient(145deg, rgba(248, 241, 231, 0.075), rgba(248, 241, 231, 0.025)),
		rgba(7, 25, 19, 0.78);
}

.toe-business-news-details .sidebar__category-list li.active a,
.toe-business-news-details .sidebar__category-list li a:hover {
	background: #f8f1e7;
	color: #071913;
}

.toe-business-news-details .sidebar__post .sidebar__post-list .sidebar__post-image {
	overflow: hidden;
	border-radius: 10px;
}

.toe-business-news-details .sidebar__post .sidebar__post-list .sidebar__post-image > img {
	aspect-ratio: 1;
	height: 80px;
	object-fit: cover;
}

.toe-business-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

@media (max-width: 991px) {
	.toe-header-cta {
		display: none;
	}

	.toe-network-stats {
		margin-top: 0;
		padding: 42px 0 68px;
	}

	.toe-stats-shell {
		grid-template-columns: 1fr;
	}

	.toe-banner-copy {
		display: block;
	}

	.toe-banner-copy .theme-btn {
		margin-top: 18px;
	}

	.toe-page-title-wrap {
		padding: 150px 0 90px;
	}

	.toe-digitaal-page .page-title {
		padding: 165px 0 86px;
	}

	.toe-about-list {
		grid-template-columns: 1fr;
	}

	.toe-modal-card {
		grid-template-columns: 1fr;
	}

	.toe-modal-card img {
		min-height: 260px;
		max-height: 340px;
	}

	.toe-onboarding-routes,
	.toe-check-grid {
		grid-template-columns: 1fr;
	}

	.toe-onboarding-aside {
		position: relative;
		top: auto;
		margin-top: 36px;
	}

	.funfact-block-two .inner-box {
		min-height: 300px;
	}

	.funfact-block-two .inner-box .shape-icon {
		width: min(82vw, 340px);
		height: min(82vw, 340px);
		opacity: 0.24;
	}

	.toe-services-grid,
	.toe-explore-grid,
	.toe-event-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.toe-digitaal-header .logo img,
	.sticky-header .logo img,
	.mobile-menu .nav-logo img {
		width: 74px;
		height: 50px;
		max-height: 50px;
	}

	.toe-digitaal-header .header-lower .logo-box {
		min-width: 92px;
	}

	.toe-banner-copy p {
		font-size: 16px;
	}

	.toe-network-stats {
		padding: 34px 0 54px;
	}

	.toe-stats-shell {
		padding: 18px;
		border-radius: 18px;
	}

	.toe-stats-grid {
		grid-template-columns: 1fr;
	}

	.toe-stat-box {
		min-height: 140px;
		padding: 24px 20px;
	}

	.toe-banner .banner-slide .image-box .image-1,
	.project-block.toe-business-card .image-box .image,
	.project-block.toe-vendor-card .image-box .image {
		border-radius: 10px;
	}

	.projects-section .project-block.toe-business-card .image-box .image,
	.projects-section .project-block.toe-vendor-card .image-box .image {
		height: min(74vw, 330px);
	}

	.toe-services-grid,
	.toe-explore-grid,
	.toe-event-list {
		grid-template-columns: 1fr;
	}

	.toe-service-card,
	.toe-explore-card,
	.toe-event-card {
		padding: 18px;
		border-radius: 18px;
	}
}
