/* Ana sayfa — tüm hizmet kartları aynı boyut ve stil */
@keyframes sms-display-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Geniş, ortalı container — 4 hizmet bölümü */
body.page-id-3876 .elementor-element-994c8b8 > .elementor-container,
body.page-id-3876 .elementor-element-2c26da9 > .elementor-container,
body.page-id-3876 .elementor-element-15c5866 > .elementor-container,
body.page-id-3876 .elementor-element-d3adcd4 > .elementor-container {
	max-width: calc(100% - clamp(32px, 5vw, 80px)) !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.page-id-3876 .elementor-element-bfe4e98,
body.page-id-3876 .elementor-element-bf9c778,
body.page-id-3876 .elementor-element-787e85b,
body.page-id-3876 .elementor-element-6f91ca4 {
	width: 100%;
	max-width: 100%;
	position: static;
	left: auto;
	right: auto;
	margin: 0;
	padding-top: 0;
	padding-bottom: clamp(32px, 4vw, 56px);
	padding-left: 0;
	padding-right: 0;
}

body.page-id-3876 .elementor-element-bfe4e98 > .elementor-container,
body.page-id-3876 .elementor-element-bfe4e98 .elementor-widget-wrap,
body.page-id-3876 .elementor-element-bf9c778 > .elementor-container,
body.page-id-3876 .elementor-element-bf9c778 .elementor-widget-wrap,
body.page-id-3876 .elementor-element-787e85b > .elementor-container,
body.page-id-3876 .elementor-element-787e85b .elementor-widget-wrap,
body.page-id-3876 .elementor-element-6f91ca4 > .elementor-container,
body.page-id-3876 .elementor-element-6f91ca4 .elementor-widget-wrap {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.page-id-3876 .elementor-element-bdb2480 .elementor-widget-container,
body.page-id-3876 .elementor-element-57f7e93 .elementor-widget-container,
body.page-id-3876 .elementor-element-085dd0b .elementor-widget-container,
body.page-id-3876 .elementor-element-6aed2cc .elementor-widget-container,
body.page-id-3876 [id^="tf-services-"] {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Ortak grid: kart genişliği = 1/6 (DİSPLAY referans boyutu) */
body.page-id-3876 [id^="tf-services-"] .wrap-services-post.row {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	row-gap: clamp(12px, 1.5vw, 24px);
}

body.page-id-3876 [id^="tf-services-"] .wrap-services-post.column-4 .item,
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item {
	flex: 0 0 calc(100% / 6) !important;
	max-width: calc(100% / 6) !important;
	min-width: 0 !important;
	width: auto !important;
	padding-left: clamp(4px, 0.6vw, 10px);
	padding-right: clamp(4px, 0.6vw, 10px);
	animation: sms-display-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(1) { animation-delay: 0.04s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(2) { animation-delay: 0.08s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(3) { animation-delay: 0.12s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(4) { animation-delay: 0.16s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(5) { animation-delay: 0.2s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(6) { animation-delay: 0.24s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(7) { animation-delay: 0.28s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(8) { animation-delay: 0.32s; }
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item:nth-child(9) { animation-delay: 0.36s; }

/* Ortak kart stili */
body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item .services-post {
	margin-bottom: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	height: 100%;
	border: 1px solid rgba(31, 36, 44, 0.1);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.6) inset,
		0 6px 22px rgba(31, 36, 44, 0.07);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3876 [id^="tf-services-"] .services-post:hover {
	transform: translateY(-8px);
	border-color: rgba(0, 158, 214, 0.22);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.7) inset,
		0 16px 36px rgba(0, 158, 214, 0.14);
}

body.page-id-3876 [id^="tf-services-"] .services-post .featured-post {
	border-radius: 12px 12px 0 0;
	aspect-ratio: 1 / 1;
	min-height: clamp(140px, 14vw, 240px);
	overflow: hidden;
}

body.page-id-3876 [id^="tf-services-"] .services-post .featured-post a {
	display: block;
	width: 100%;
	height: 100%;
}

body.page-id-3876 [id^="tf-services-"] .services-post .featured-post img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-3876 [id^="tf-services-"] .services-post:hover .featured-post img {
	transform: scale(1.06);
}

body.page-id-3876 [id^="tf-services-"] .services-post .content .tf-button-container,
body.page-id-8381 [id^="tf-services-"] .services-post .content .tf-button-container,
body.page-id-666 [id^="tf-services-"] .services-post .content .tf-button-container {
	display: none !important;
}

body.page-id-666 [id^="tf-services-"] .services-post .content .desc {
	display: none !important;
}

body.page-id-3876 [id^="tf-services-"] .services-post .content {
	height: auto !important;
	min-height: 58px !important;
	padding: 18px 14px 20px !important;
	transition: background 0.3s ease;
}

body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item .content {
	height: auto !important;
	min-height: 58px !important;
	-webkit-transform: none !important;
	transform: none !important;
	text-align: center !important;
}

body.page-id-3876 [id^="tf-services-"] .services-post .content .title,
body.page-id-3876 [id^="tf-services-"] .services-post .content .title a {
	white-space: normal !important;
	word-break: break-word;
	overflow: visible !important;
}

body.page-id-3876 [id^="tf-services-"] .services-post:hover .content {
	background: #f8fcfe;
}

body.page-id-3876 [id^="tf-services-"] .services-post .content .title {
	font-size: clamp(15px, 1.15vw, 19px);
	font-weight: 600;
	line-height: 1.3;
	color: #1f242c;
	transition: color 0.25s ease;
}

body.page-id-3876 [id^="tf-services-"] .services-post:hover .content .title,
body.page-id-3876 [id^="tf-services-"] .services-post:hover .content .title a {
	color: #009ed6;
}

@media (max-width: 1199px) {
	body.page-id-3876 .elementor-element-994c8b8 > .elementor-container,
	body.page-id-3876 .elementor-element-2c26da9 > .elementor-container,
	body.page-id-3876 .elementor-element-15c5866 > .elementor-container,
	body.page-id-3876 .elementor-element-d3adcd4 > .elementor-container {
		max-width: calc(100% - 32px) !important;
	}

	body.page-id-3876 .elementor-element-bfe4e98,
	body.page-id-3876 .elementor-element-bf9c778,
	body.page-id-3876 .elementor-element-787e85b,
	body.page-id-3876 .elementor-element-6f91ca4 {
		padding-top: 0;
		padding-bottom: 32px;
	}

	body.page-id-3876 [id^="tf-services-"] .wrap-services-post.row {
		row-gap: 16px;
	}

	body.page-id-3876 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(33.333% - 14px) !important;
		max-width: calc(33.333% - 14px) !important;
		width: calc(33.333% - 14px) !important;
	}

	body.page-id-3876 [id^="tf-services-"] .services-post .featured-post {
		min-height: 220px;
	}
}

@media (max-width: 991px) {
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
	}
}

@media (max-width: 767px) {
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(50% - 8px) !important;
		max-width: calc(50% - 8px) !important;
		width: calc(50% - 8px) !important;
	}

	body.page-id-3876 [id^="tf-services-"] .services-post .content .title {
		font-size: 15px;
	}

	body.page-id-3876 [id^="tf-services-"] .services-post .featured-post {
		min-height: 200px;
	}
}

@media (max-width: 479px) {
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-3876 [id^="tf-services-"] .wrap-services-post .item,
	body.page-id-3876 [id^="tf-services-"] .services-post,
	body.page-id-3876 [id^="tf-services-"] .services-post .featured-post img,
	body.page-id-3876 [id^="tf-services-"] .services-post .content,
	body.page-id-3876 [id^="tf-services-"] .services-post .content .title {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Fuar + Reklam Hizmetlerimiz — ana sayfa ile aynı kart boyutu */
body.page-id-8381 #themesflat-content,
body.page-id-666 #themesflat-content {
	padding-top: 0 !important;
}

body.page-id-8381 .elementor-element-26861f4 > .elementor-container,
body.page-id-666 .elementor-element-0aa4c08 > .elementor-container {
	max-width: calc(100% - clamp(32px, 5vw, 80px)) !important;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.page-id-8381 .elementor-element-26861f4,
body.page-id-666 .elementor-element-0aa4c08 {
	width: 100%;
	max-width: 100%;
	padding-top: 0 !important;
	padding-bottom: 100px !important;
}

/* Başlık + açıklama — kartlarla aynı hizada (ana sayfa referansı) */
body.page-id-8381 .elementor-element-1ae3a86 .elementor-widget-container {
	padding: clamp(28px, 3.5vw, 48px) 0 0 !important;
	margin: 0 !important;
}

body.page-id-666 .elementor-element-d95ee15 .elementor-widget-container {
	padding: clamp(28px, 3.5vw, 48px) 0 0 !important;
	margin: 0 !important;
}

body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section,
body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center !important;
	width: 100%;
}

body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section .blurred-text,
body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section .blurred-text {
	position: relative;
	z-index: 1;
	line-height: 0.85 !important;
	margin: 0;
}

body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section .heading,
body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section h2,
body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section .heading,
body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section h2 {
	position: relative;
	z-index: 2;
	top: 0 !important;
	margin: clamp(-42px, -3.5vw, -34px) 0 0 !important;
	padding: 0;
}

body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section .sub-title,
body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section .sub-title {
	display: block;
	width: 100%;
	max-width: min(920px, 92%);
	margin: clamp(16px, 1.8vw, 22px) auto clamp(20px, 2vw, 28px) !important;
	padding: 0 12px;
	text-align: center !important;
}

body.page-id-8381 .elementor-element-c9f168a .elementor-widget-container,
body.page-id-666 .elementor-element-0937556 .elementor-widget-container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.page-id-666 [id^="tf-services-"],
body.page-id-8381 [id^="tf-services-"] {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.page-id-666 [id^="tf-services-"] .wrap-services-post.row,
body.page-id-8381 [id^="tf-services-"] .wrap-services-post.row {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	row-gap: clamp(12px, 1.5vw, 24px);
}

body.page-id-666 [id^="tf-services-"] .wrap-services-post.column-4 .item,
body.page-id-666 [id^="tf-services-"] .wrap-services-post .item,
body.page-id-8381 [id^="tf-services-"] .wrap-services-post.column-4 .item,
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item {
	flex: 0 0 calc(100% / 6) !important;
	max-width: calc(100% / 6) !important;
	min-width: 0 !important;
	width: auto !important;
	padding-left: clamp(4px, 0.6vw, 10px);
	padding-right: clamp(4px, 0.6vw, 10px);
	animation: sms-display-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-id-666 [id^="tf-services-"] .wrap-services-post .item:nth-child(1),
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item:nth-child(1) { animation-delay: 0.04s; }
body.page-id-666 [id^="tf-services-"] .wrap-services-post .item:nth-child(2),
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item:nth-child(2) { animation-delay: 0.08s; }
body.page-id-666 [id^="tf-services-"] .wrap-services-post .item:nth-child(3),
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item:nth-child(3) { animation-delay: 0.12s; }
body.page-id-666 [id^="tf-services-"] .wrap-services-post .item:nth-child(4),
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item:nth-child(4) { animation-delay: 0.16s; }
body.page-id-666 [id^="tf-services-"] .wrap-services-post .item:nth-child(5),
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item:nth-child(5) { animation-delay: 0.2s; }

body.page-id-666 [id^="tf-services-"] .wrap-services-post .item .services-post,
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item .services-post {
	margin-bottom: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	height: 100%;
	border: 1px solid rgba(31, 36, 44, 0.1);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.6) inset,
		0 6px 22px rgba(31, 36, 44, 0.07);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-666 [id^="tf-services-"] .services-post:hover,
body.page-id-8381 [id^="tf-services-"] .services-post:hover {
	transform: translateY(-8px);
	border-color: rgba(0, 158, 214, 0.22);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.7) inset,
		0 16px 36px rgba(0, 158, 214, 0.14);
}

body.page-id-666 [id^="tf-services-"] .services-post .featured-post,
body.page-id-8381 [id^="tf-services-"] .services-post .featured-post {
	border-radius: 12px 12px 0 0;
	aspect-ratio: 1 / 1;
	min-height: clamp(140px, 14vw, 240px);
	overflow: hidden;
}

body.page-id-666 [id^="tf-services-"] .services-post .featured-post a,
body.page-id-8381 [id^="tf-services-"] .services-post .featured-post a {
	display: block;
	width: 100%;
	height: 100%;
}

body.page-id-666 [id^="tf-services-"] .services-post .featured-post img,
body.page-id-8381 [id^="tf-services-"] .services-post .featured-post img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-id-666 [id^="tf-services-"] .services-post:hover .featured-post img,
body.page-id-8381 [id^="tf-services-"] .services-post:hover .featured-post img {
	transform: scale(1.06);
}

body.page-id-666 [id^="tf-services-"] .services-post .content,
body.page-id-8381 [id^="tf-services-"] .services-post .content {
	height: auto !important;
	min-height: 58px !important;
	padding: 18px 14px 20px !important;
	transition: background 0.3s ease;
}

body.page-id-666 [id^="tf-services-"] .wrap-services-post .item .content,
body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item .content {
	height: auto !important;
	min-height: 58px !important;
	-webkit-transform: none !important;
	transform: none !important;
	text-align: center !important;
}

body.page-id-666 [id^="tf-services-"] .services-post .content .title,
body.page-id-666 [id^="tf-services-"] .services-post .content .title a,
body.page-id-8381 [id^="tf-services-"] .services-post .content .title,
body.page-id-8381 [id^="tf-services-"] .services-post .content .title a {
	white-space: normal !important;
	word-break: break-word;
	overflow: visible !important;
}

body.page-id-666 [id^="tf-services-"] .services-post:hover .content,
body.page-id-8381 [id^="tf-services-"] .services-post:hover .content {
	background: #f8fcfe;
}

body.page-id-666 [id^="tf-services-"] .services-post .content .title,
body.page-id-8381 [id^="tf-services-"] .services-post .content .title {
	font-size: clamp(15px, 1.15vw, 19px);
	font-weight: 600;
	line-height: 1.3;
	color: #1f242c;
	transition: color 0.25s ease;
}

body.page-id-666 [id^="tf-services-"] .services-post:hover .content .title,
body.page-id-666 [id^="tf-services-"] .services-post:hover .content .title a,
body.page-id-8381 [id^="tf-services-"] .services-post:hover .content .title,
body.page-id-8381 [id^="tf-services-"] .services-post:hover .content .title a {
	color: #009ed6;
}

@media (max-width: 1199px) {
	body.page-id-8381 .elementor-element-26861f4 > .elementor-container,
	body.page-id-666 .elementor-element-0aa4c08 > .elementor-container {
		max-width: calc(100% - 32px) !important;
	}

	body.page-id-666 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-666 [id^="tf-services-"] .wrap-services-post .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(33.333% - 14px) !important;
		max-width: calc(33.333% - 14px) !important;
		width: calc(33.333% - 14px) !important;
	}

	body.page-id-666 [id^="tf-services-"] .services-post .featured-post,
	body.page-id-8381 [id^="tf-services-"] .services-post .featured-post {
		min-height: 220px;
	}
}

@media (max-width: 991px) {
	body.page-id-666 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-666 [id^="tf-services-"] .wrap-services-post .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(50% - 10px) !important;
		max-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
	}
}

@media (max-width: 767px) {
	body.page-id-8381 .elementor-element-1ae3a86 .elementor-widget-container,
	body.page-id-666 .elementor-element-d95ee15 .elementor-widget-container {
		padding-top: 24px !important;
	}

	body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section .heading,
	body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section h2,
	body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section .heading,
	body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section h2 {
		margin-top: -30px !important;
	}

	body.page-id-8381 .elementor-element-1ae3a86 .tf-title-section .title-section .sub-title,
	body.page-id-666 .elementor-element-d95ee15 .tf-title-section .title-section .sub-title {
		margin-top: 14px !important;
		margin-bottom: 20px !important;
		padding: 0 16px;
	}

	body.page-id-8381 .elementor-element-26861f4,
	body.page-id-666 .elementor-element-0aa4c08 {
		padding-bottom: 72px !important;
	}

	body.page-id-666 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-666 [id^="tf-services-"] .wrap-services-post .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 calc(50% - 8px) !important;
		max-width: calc(50% - 8px) !important;
		width: calc(50% - 8px) !important;
	}

	body.page-id-666 [id^="tf-services-"] .services-post .featured-post,
	body.page-id-8381 [id^="tf-services-"] .services-post .featured-post {
		min-height: 200px;
	}
}

@media (max-width: 479px) {
	body.page-id-666 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-666 [id^="tf-services-"] .wrap-services-post .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post.column-4 .item,
	body.page-id-8381 [id^="tf-services-"] .wrap-services-post .item {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}
