/*
Theme Name: Techtiera Child
Template: techtiera
Description: Child theme for site enhancements. Never edit the parent (techtiera/Itfirm) theme directly — parent theme updates will overwrite changes.
Version: 1.0.0
Text Domain: techtiera-child
*/

/* Case Studies filter bar (Industry / Project Type / Platform) */
.tt-filter-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	background: #FFFFFF;
	border: 1px solid #DEE4E7;
	border-radius: 8px;
	padding: 10px 16px;
	margin: 20px 0 24px;
	box-shadow: 0 1px 3px rgba(0, 32, 57, 0.06);
}
.tt-filter-icon {
	display: inline-flex;
	align-items: center;
	flex: none;
	height: 38px;
	padding-right: 14px;
	border-right: 1px solid #DEE4E7;
}
.tt-filter-status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.tt-search-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 1 1 260px;
	min-width: 220px;
}
.tt-search-icon {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.tt-search-wrap .tt-filter-search {
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	font-family: inherit;
	border: 1px solid #C2CCD3;
	border-radius: 8px;
	padding: 0 12px 0 44px;
	font-size: 13px;
	color: #364754;
}
.tt-filter-search::placeholder {
	color: #94A3AE;
}
.tt-search-wrap .tt-filter-search:focus {
	outline: none;
	border-color: #0064B1;
	box-shadow: 0 0 0 3px rgba(0, 100, 177, 0.15);
}
.tt-select-wrap {
	position: relative;
	display: inline-flex;
	flex: 0 0 170px;
}
.tt-filter-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F0A400' stroke-width='2' stroke-linecap='round'><path d='M4 6l4 4 4-4'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
	font-family: inherit;
	border: 1px solid #C2CCD3;
	border-radius: 8px;
	height: 38px;
	box-sizing: border-box;
	padding: 0 32px 0 12px;
	font-size: 13px;
	color: #364754;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tt-filter-select:hover {
	border-color: #94A3AE;
}
.tt-filter-select:focus {
	outline: none;
	border-color: #0064B1;
	box-shadow: 0 0 0 3px rgba(0, 100, 177, 0.15);
}
.tt-apply-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #0064B1;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	height: 38px;
	box-sizing: border-box;
	padding: 0 22px;
	border-radius: 8px;
	cursor: pointer;
	white-space: nowrap;
	flex: none;
	margin-left: auto;
	transition: background 140ms ease-out;
}
.tt-apply-btn:hover {
	background: #004E89;
}
.tt-apply-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 100, 177, 0.35);
}
@media (max-width: 767px) {
	.tt-filter-bar { padding: 14px; flex-direction: column; align-items: stretch; }
	.tt-filter-icon { display: none; }
	.tt-search-wrap, .tt-select-wrap { flex-basis: auto; min-width: 0; width: 100%; }
	.tt-apply-btn { width: 100%; margin-left: 0; }
	/* 16px prevents iOS Safari from auto-zooming the viewport on focus */
	.tt-filter-search, .tt-filter-select { font-size: 16px; }
}
