/**
 * Efk Vinç Theme Styles
 *
 * @package Efkvinc
 */

:root {
	--ed-primary: #2c8ddd;
	--ed-primary-dark: #1f67af;
	--ed-dark: #212529;
	--ed-light: #f8f9fa;
	--ed-font: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
	font-family: var(--ed-font);
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

/* Metin yazıları her yerde 1rem */
p,
.entry-content,
.entry-content p,
.card-text,
.site-main .entry-content,
.ed-page .entry-content,
.ed-single-post .entry-content {
	font-size: 1rem;
}

h2 {
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.ed-page-title {
	margin-bottom: 0.5rem;
}

.ed-topbar {
	font-size: 0.875rem;
}

.ed-topbar-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	vertical-align: middle;
}

.ed-topbar-link-icon {
	font-size: 0.8em;
	opacity: 0.92;
	flex-shrink: 0;
}

.ed-topbar a {
	transition: opacity 0.3s;
}

.ed-topbar a:hover {
	opacity: 0.8;
}

/* Top bar: mobilde ortala; md+ iletişim solda, çalışma saatleri sağda */
@media (max-width: 991.98px) {
	.ed-topbar-col {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.ed-topbar-col--contact {
		text-align: left;
	}
	.ed-topbar-col--hours {
		text-align: right;
	}
}

.site-header {
	background-color: #fff;
}

/* Header & Navigation */
.site-header {
	position: relative;
	z-index: 1000;
}

.navbar {
	padding: 1.75rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

/* Menü ile breadcrumb aynı hizada: aynı container yatay padding */
.site-header .navbar .container,
.ed-page-header .container {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

@media (min-width: 576px) {
	.site-header .navbar .container,
	.ed-page-header .container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

@media (min-width: 768px) {
	.site-header .navbar .container,
	.ed-page-header .container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

@media (min-width: 992px) {
	.site-header .navbar .container,
	.ed-page-header .container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

@media (min-width: 1200px) {
	.site-header .navbar .container,
	.ed-page-header .container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}

.navbar-nav .menu-item:last-child .nav-link,
.navbar-nav .menu-item:last-child > a,
#primary-menu .menu-item:last-child .nav-link,
#primary-menu .menu-item:last-child > a {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.navbar-brand {
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--ed-dark) !important;
	text-decoration: none;
	letter-spacing: -0.5px;
	transition: color 0.3s ease;
	margin-right: 3rem;
}

.navbar-brand:hover {
	color: var(--ed-primary-dark) !important;
}

.navbar-toggler {
	border: none;
	padding: 0.45rem;
	border-radius: 12px;
	background: transparent;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-toggler:hover {
	background: rgba(15, 23, 42, 0.05);
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 3px rgba(44, 141, 221, 0.22);
	outline: none;
}

/* İnce çizgi, yuvarlak uç — klasik kalın kutu hamburger yerine */
.navbar-toggler-icon {
	width: 1.375rem;
	height: 1.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath stroke='%230f172a' stroke-width='2' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h14'/%3e%3c/svg%3e");
	background-size: 100% 100%;
	background-position: center;
}

.navbar-nav {
	align-items: center;
	gap: 0;
}

.navbar-nav .nav-link,
.navbar-nav a,
.navbar-nav .nav-link a,
#primary-menu .nav-link,
#primary-menu a,
#primary-menu .menu-item a,
.navbar-nav .menu-item a,
.navbar .menu-item > a {
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #282828 !important;
	padding: 0.625rem 1.5rem !important;
	margin: 0 0.5rem !important;
	border-radius: 4px;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0.3px;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

.navbar-nav .menu-item {
	margin: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav a:hover,
.navbar-nav .nav-link:hover a,
#primary-menu .nav-link:hover,
#primary-menu a:hover,
#primary-menu .menu-item a:hover,
.navbar-nav .menu-item a:hover,
.navbar .menu-item > a:hover {
	color: var(--ed-primary-dark) !important;
	background-color: transparent !important;
	text-decoration: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active a,
#primary-menu .nav-link.active,
#primary-menu .current-menu-item > a,
#primary-menu .current-menu-item a,
.navbar-nav .current-menu-item > a,
.navbar .current-menu-item > a {
	color: var(--ed-primary-dark) !important;
	background-color: transparent !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

/* Dropdown Menu – modern tasarım */
.navbar-nav .dropdown-menu {
	position: relative;
	border: none !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.06);
	margin-top: 0;
	padding: 0.5rem 0.75rem 0.5rem 0.5rem;
	border-radius: 12px;
	min-width: 240px;
	background: #fff;
	overflow: hidden;
}

/* Açılır menü öğeleri – ana menü kurallarını geçersiz kılsın (daha özgül + !important) */
#primary-menu .dropdown-menu .dropdown-item,
.navbar-nav .dropdown-menu .dropdown-item {
	font-size: 0.8125rem !important;
	font-weight: 500 !important;
	padding: 0.55rem 0.5rem 0.55rem 0.6rem !important;
	margin: 2px 0 !important;
	color: var(--ed-dark) !important;
	border-radius: 8px;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	display: block !important;
}

#primary-menu .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:hover {
	background: rgba(44, 141, 221, 0.08) !important;
	color: var(--ed-primary-dark) !important;
	padding-left: 0.85rem !important;
}

#primary-menu .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item:active {
	background: rgba(44, 141, 221, 0.12) !important;
}

/* Masaüstü: alt menü üzerine gelince açılsın (hover) + animasyon */
@media (min-width: 992px) {
	.site-header .navbar .dropdown {
		position: relative;
	}
	.site-header .navbar .dropdown .dropdown-menu {
		display: none;
		margin-top: 0;
		padding-top: 0.6rem;
		opacity: 0;
		transform: translateY(-6px);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}
	/* Link ile menü kutusu arasında görünmez köprü – fare geçerken kapanmasın */
	.site-header .navbar .dropdown .dropdown-menu::after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 12px;
	}
	.site-header .navbar .dropdown:hover .dropdown-menu {
		display: block !important;
		opacity: 1;
		transform: translateY(0);
	}
}

/* ========== Mobil menü – masaüstünden bağımsız yapı (accordion, sola yaslı, touch) ========== */
@media (max-width: 991.98px) {
	.site-header .navbar .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.site-header .navbar-toggler.ed-nav-toggler {
		order: -1;
		margin-right: 0.35rem;
		position: relative;
		z-index: 2;
		flex: 0 0 auto;
		width: 2.75rem;
		height: 2.75rem;
		min-width: 2.75rem;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 14px;
		background: rgba(15, 23, 42, 0.045);
		box-shadow: none;
	}

	.site-header .navbar-toggler.ed-nav-toggler:hover {
		background: rgba(44, 141, 221, 0.1);
	}

	.site-header .navbar-toggler.ed-nav-toggler:focus,
	.site-header .navbar-toggler.ed-nav-toggler:focus-visible {
		box-shadow: 0 0 0 3px rgba(44, 141, 221, 0.22);
	}

	.site-header .navbar-toggler.ed-nav-toggler[aria-expanded="true"] {
		background: rgba(44, 141, 221, 0.14);
	}

	.site-header .navbar-toggler.ed-nav-toggler .navbar-toggler-icon {
		width: 1.4rem;
		height: 1.15rem;
		background-size: 100% 100%;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath stroke='%231e293b' stroke-width='2' stroke-linecap='round' d='M5 7h14M5 12h14M5 17h14'/%3e%3c/svg%3e");
	}
	/* Logo ortada: absolute yok (menü açılınca taşmaz); sağda toggler genişliğinde boşluk */
	.site-header .navbar .navbar-toggler-spacer {
		order: 0;
		flex: 0 0 2.75rem;
		min-width: 2.75rem;
		height: 1px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		visibility: hidden;
		pointer-events: none;
	}
	.site-header .navbar .site-branding {
		order: 0;
		position: static;
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
		text-align: center;
		transform: none;
	}
	.site-header .navbar .site-branding .custom-logo-link,
	.site-header .navbar .site-branding .navbar-brand {
		margin: 0;
		display: inline-block;
	}
	.site-header .navbar .site-branding img.custom-logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-height: 48px;
		width: auto;
	}
	/* Menü alanı container'dan taşarak tam genişlik, sola yaslı (100vw kaydırma çizgisi yapmasın) */
	.site-header .navbar .navbar-collapse {
		--ed-nav-dd-duration: 0.38s;
		--ed-nav-dd-ease: cubic-bezier(0.4, 0, 0.2, 1);
		order: 10;
		width: calc(100% + 1.5rem);
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		box-sizing: border-box;
	}
	.site-header .navbar .navbar-collapse .navbar-nav {
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}
	.site-header .navbar .navbar-collapse {
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	/* Mobil: her menü öğesi arasında ince ayırıcı çizgi (referans site gibi) */
	.site-header .navbar .navbar-collapse .navbar-nav > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.site-header .navbar .navbar-collapse .navbar-nav > li:last-child {
		border-bottom: none;
	}

	/* Mobil: tüm linkler blok, sabit soldan padding, touch odaklı */
	.site-header .navbar .navbar-collapse .nav-link,
	.site-header .navbar .navbar-collapse .navbar-nav a,
	.site-header .navbar .navbar-collapse #primary-nav .nav-link,
	.site-header .navbar .navbar-collapse #primary-nav a {
		display: block !important;
		padding: 0.75rem 0 !important;
		margin: 0 !important;
		text-align: left !important;
		color: #282828 !important;
		text-decoration: none !important;
		border-radius: 0;
		transition: background 0.2s ease, color 0.2s ease;
	}
	/* Mobil: hover/active sadece yazı rengi (sitedeki link hover rengi), arka plan yok */
	.site-header .navbar .navbar-collapse .nav-link:hover,
	.site-header .navbar .navbar-collapse .nav-link:active,
	.site-header .navbar .navbar-collapse .navbar-nav a:hover,
	.site-header .navbar .navbar-collapse .navbar-nav a:active,
	.site-header .navbar .navbar-collapse #primary-nav a:hover,
	.site-header .navbar .navbar-collapse #primary-nav a:active {
		background: transparent !important;
		color: var(--ed-primary-dark) !important;
	}
	/* Aktif sayfa (mobil) */
	.site-header .navbar .navbar-collapse .current-menu-item > a {
		color: var(--ed-primary-dark) !important;
		font-weight: 600 !important;
	}

	/* Mobil: dropdown accordion – aç/kapa: padding + yükseklik senkron (sola sıçrama yok) */
	.site-header .navbar .navbar-collapse .dropdown-menu {
		position: static !important;
		float: none !important;
		display: block !important;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		margin: 0 !important;
		/* Kapalıyken sol girinti sabit kalır; sadece üst/alt padding 0 → kapanırken yatay kayma olmaz */
		padding: 0 0 0 1.25rem !important;
		box-shadow: none !important;
		border: none !important;
		border-top: 1px solid transparent;
		background: transparent !important;
		min-width: auto !important;
		border-radius: 0 !important;
		transition:
			max-height var(--ed-nav-dd-duration) var(--ed-nav-dd-ease),
			opacity calc(var(--ed-nav-dd-duration) * 0.85) var(--ed-nav-dd-ease),
			padding var(--ed-nav-dd-duration) var(--ed-nav-dd-ease),
			border-top-color 0.28s ease;
	}
	.site-header .navbar .navbar-collapse .dropdown.open .dropdown-menu {
		/* Uzun listeler kırpılmasın; gerekirse kaydır, alt boşluk her zaman görünsün */
		max-height: min(85vh, 56rem);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		padding: 0.35rem 0 0.85rem 1.25rem !important;
		border-top-color: rgba(0, 0, 0, 0.1);
	}
	/* Alt menü öğeleri: her biri altında ince çizgi */
	.site-header .navbar .navbar-collapse .dropdown-item-wrap {
		list-style: none;
		margin: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	/* Son öğede çizgi yok ama Kurumsal/Hizmetler aynı alt nefes payı */
	.site-header .navbar .navbar-collapse .dropdown-menu .dropdown-item-wrap:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0.15rem;
	}
	.site-header .navbar .navbar-collapse .dropdown .dropdown-toggle::after {
		margin-left: 0.35em;
		transition: transform var(--ed-nav-dd-duration) var(--ed-nav-dd-ease);
		border-top-color: #333;
	}
	.site-header .navbar .navbar-collapse .dropdown.open .dropdown-toggle::after {
		transform: rotate(180deg);
	}
	.site-header .navbar .navbar-collapse .dropdown-menu .dropdown-item {
		padding: 0.6rem 0 !important;
		margin: 0 !important;
		font-size: 0.9375rem !important;
		border-radius: 0;
		color: #333 !important;
	}
	.site-header .navbar .navbar-collapse .dropdown-menu .dropdown-item:hover,
	.site-header .navbar .navbar-collapse .dropdown-menu .dropdown-item:active {
		background: transparent !important;
		color: var(--ed-primary-dark) !important;
	}

	@media (prefers-reduced-motion: reduce) {
		.site-header .navbar .navbar-collapse .dropdown-menu {
			transition: none;
		}
		.site-header .navbar .navbar-collapse .dropdown:not(.open) .dropdown-menu {
			display: none !important;
			max-height: none;
			opacity: 0;
			padding: 0 !important;
		}
		.site-header .navbar .navbar-collapse .dropdown.open .dropdown-menu {
			display: block !important;
			max-height: none;
			overflow: visible;
			opacity: 1;
			padding: 0.35rem 0 0.85rem 1.25rem !important;
			border-top-color: rgba(0, 0, 0, 0.1);
		}
		.site-header .navbar .navbar-collapse .dropdown .dropdown-toggle::after {
			transition: none;
		}
	}
}

.ed-hero {
	margin-bottom: 0;
}

.ed-hero .carousel-item {
	position: relative;
}

.ed-hero .carousel-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ed-hero .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.ed-hero .carousel-caption.d-none.d-md-block {
	padding: 2rem 0;
}

/* Slider metin kutusu: koyu mavi, yuvarlatılmış (resimdeki gibi) */
.ed-hero-caption-box {
	background: rgba(26, 54, 93, 0.92);
	border-radius: 16px;
	padding: 2rem 2.25rem;
	max-width: 420px;
	text-align: left;
}

.ed-hero-caption-title {
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

.ed-hero-caption-text {
	color: rgba(255, 255, 255, 0.95);
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

/* Hero butonu – modern pill + arrow */
.ed-hero-caption-btn {
	background: #fff !important;
	color: #212529 !important;
	border: none !important;
	border-radius: 50px;
	padding: 0.6rem 1.5rem;
	font-size: 0.9375rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	letter-spacing: 0.02em;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.ed-hero-caption-btn:hover {
	background: #f8f8f8 !important;
	color: #212529 !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.ed-hero-caption-btn i {
	color: inherit;
	font-size: 0.8rem;
	transition: transform 0.25s ease;
}

.ed-hero-caption-btn:hover i {
	transform: translateX(5px);
}

/* Ortak modern buton stili – pill + arrow */
.ed-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 50px;
	letter-spacing: 0.02em;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ed-btn i {
	font-size: 0.85em;
	transition: transform 0.25s ease;
}

.ed-btn:hover i {
	transform: translateX(5px);
}

.ed-btn-primary {
	background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%) !important;
	color: #fff !important;
	border: none !important;
	padding: 0.65rem 1.5rem;
	font-size: 0.9375rem;
	box-shadow: 0 4px 16px rgba(44, 141, 221, 0.4);
}

.ed-btn-primary:hover {
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(44, 141, 221, 0.5);
}

.ed-btn-outline {
	background: transparent !important;
	color: var(--ed-primary-dark) !important;
	border: 2px solid var(--ed-primary) !important;
	padding: 0.5rem 1.15rem;
	font-size: 0.875rem;
}

.ed-btn-outline:hover {
	background: rgba(44, 141, 221, 0.08) !important;
	color: var(--ed-primary-dark) !important;
	border-color: var(--ed-primary-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(31, 103, 175, 0.15);
}

.ed-btn-lg {
	padding: 0.8rem 1.85rem;
	font-size: 1rem;
}

/* Mobil caption — alta sabit (absolute; carousel float/transform ile uyumlu) */
.ed-hero .carousel-caption.d-block.d-md-none {
	top: auto !important;
	bottom: 0 !important;
	transform: none !important;
	padding: 0 !important;
	margin: 0;
}

.ed-hero-caption-box-mobile {
	max-width: 100%;
	padding: 1.25rem 1.5rem;
	border-radius: 12px;
	background: rgba(26, 54, 93, 0.92);
	text-align: left;
}

.ed-hero-caption-box-mobile .ed-hero-caption-title {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

.ed-hero-caption-box-mobile .ed-hero-caption-text {
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

/* Mobil hero: container + kutu (carousel-item’a grid/float dokunma — geçiş bozulmasın) */
@media (max-width: 767.98px) {
	#ed-hero-carousel .carousel-caption.d-block.d-md-none .container {
		max-width: 100%;
		width: 100%;
		padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
		padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
		padding-bottom: 0;
		text-align: center;
	}

	#ed-hero-carousel .ed-hero-caption-box-mobile .ed-hero-caption-btn {
		margin-left: auto;
		margin-right: auto;
	}

	/* Arka plan resmi daha cok gorunsun: lacivert kutu yok; metin golgesi cok hafif (istege bagli tamamen none yapilabilir) */
	#ed-hero-carousel .ed-hero-caption-box-mobile {
		text-align: center;
		background: transparent !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		margin-bottom: 0;
		padding-top: 0.75rem;
		padding-bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
	}

	#ed-hero-carousel .ed-hero-caption-box-mobile .ed-hero-caption-title,
	#ed-hero-carousel .ed-hero-caption-box-mobile .ed-hero-caption-text {
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
	}

	body.ed-header-modern #ed-hero-carousel .ed-hero-caption-box-mobile {
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		border: none !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)) !important;
	}

	/* Metin blogunu yukari: altta .ed-hero-carousel-bottom satirina yer */
	#ed-hero-carousel .carousel-caption.d-block.d-md-none {
		bottom: 5.25rem !important;
	}
}

/*
 * Hero alt kontrol: [prev][dots][next] tek satir (mobil);
 * masaustu: oklar dikey orta, noktalar altta (onceki gibi).
 */
#ed-hero-carousel .ed-hero-carousel-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	pointer-events: none;
}

#ed-hero-carousel .ed-hero-carousel-bottom > * {
	pointer-events: auto;
}

@media (max-width: 767.98px) {
	#ed-hero-carousel .ed-hero-carousel-bottom {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 0.65rem;
		padding: 0 0.35rem max(0.4rem, env(safe-area-inset-bottom, 0px));
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-indicators {
		position: static !important;
		transform: none !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		margin: 0 !important;
		flex: 0 0 auto;
		order: 2;
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-prev {
		order: 1;
		flex: 0 0 auto;
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-next {
		order: 3;
		flex: 0 0 auto;
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-prev,
	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-next {
		position: static !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		width: 2.5rem !important;
		height: 2.5rem !important;
	}

	body.ed-header-modern #ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-prev:hover,
	body.ed-header-modern #ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-next:hover {
		transform: scale(1.05) !important;
	}
}

@media (min-width: 768px) {
	#ed-hero-carousel .ed-hero-carousel-bottom {
		inset: 0;
		height: 100%;
		display: block;
		padding: 0;
	}

	/* Bootstrap varsayılan yatay margin’leri kaldır; noktalar görsel olarak tam ortada */
	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-indicators {
		position: absolute !important;
		bottom: 1.5rem !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		margin: 0 !important;
		margin-bottom: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: max-content !important;
		max-width: calc(100% - 4rem);
		justify-content: center !important;
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-prev {
		position: absolute !important;
		top: 50% !important;
		bottom: auto !important;
		left: clamp(0.85rem, 3.5vw, 2.25rem) !important;
		right: auto !important;
		transform: translateY(-50%) !important;
	}

	#ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-next {
		position: absolute !important;
		top: 50% !important;
		bottom: auto !important;
		right: clamp(0.85rem, 3.5vw, 2.25rem) !important;
		left: auto !important;
		transform: translateY(-50%) !important;
	}

	body.ed-header-modern #ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-prev:hover,
	body.ed-header-modern #ed-hero-carousel .ed-hero-carousel-bottom .carousel-control-next:hover {
		transform: translateY(-50%) scale(1.05) !important;
	}
}

/* Ana sayfa üst bandı: öne çıkan özellikler + Hakkımızda */
.ed-home-upper {
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 42%, #f8fafc 100%);
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.ed-home-upper .ed-about {
	padding-top: 2.5rem;
	margin-top: 2.5rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	background: transparent;
	position: relative;
}

.ed-icon-box {
	height: 100%;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
}

.ed-icon-box-inner {
	background: #fff;
	border-radius: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.05),
		0 12px 28px -8px rgba(15, 23, 42, 0.1);
	padding: 1.75rem 1.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ed-icon-box:hover {
	transform: translateY(-4px);
}

.ed-icon-box:hover .ed-icon-box-inner {
	box-shadow:
		0 8px 16px -4px rgba(15, 23, 42, 0.08),
		0 20px 40px -12px rgba(31, 103, 175, 0.12);
	border-color: rgba(44, 141, 221, 0.22);
}

.ed-icon-box-icon-wrap {
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	background: linear-gradient(145deg, rgba(44, 141, 221, 0.16), rgba(44, 141, 221, 0.05));
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px rgba(44, 141, 221, 0.15);
	flex-shrink: 0;
}

.ed-icon-box-icon {
	line-height: 1;
	font-size: 2.35rem;
}

.ed-icon-box-icon i {
	font-size: 1.85rem;
	color: var(--ed-primary-dark);
}

.ed-icon-box-title {
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #0f172a;
}

.ed-icon-box-text {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #64748b;
}

/* Icon kutuları mobilde 2 sütun (4 kart → 2×2). Kaldır: section’daki ed-icon-boxes--mobile-2col + bu blok. */
@media (max-width: 767.98px) {
	.ed-home-upper {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.ed-home-upper .ed-about {
		padding-top: 2rem;
		margin-top: 2rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-inner {
		padding: 1.25rem 0.65rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-icon-wrap {
		width: 3.5rem;
		height: 3.5rem;
		margin-bottom: 0.75rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-icon {
		font-size: 1.85rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-icon i {
		font-size: 1.45rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-title {
		font-size: 1rem;
	}

	.ed-icon-boxes--mobile-2col .ed-icon-box-text {
		font-size: 0.8125rem;
		line-height: 1.45;
	}
}

.ed-about-image-frame {
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.06),
		0 16px 36px -12px rgba(15, 23, 42, 0.14);
	border: 1px solid rgba(15, 23, 42, 0.07);
	transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.25s ease;
}

.ed-about-image-frame:hover {
	box-shadow:
		0 12px 24px -6px rgba(15, 23, 42, 0.1),
		0 24px 48px -16px rgba(31, 103, 175, 0.16);
	border-color: rgba(44, 141, 221, 0.22);
	transform: translateY(-3px);
}

.ed-about-image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.ed-about-image-frame:hover .ed-about-image {
	transform: scale(1.02);
}

.ed-about-lead {
	font-size: 1rem;
	line-height: 1.65;
	color: #475569;
}

.ed-about-lead p {
	margin-bottom: 0.75rem;
}

.ed-about-lead p:last-child {
	margin-bottom: 0;
}

/* Video Section */
.ed-video {
	background-color: #f7f7f7;
}

.ed-video-feature {
	margin-bottom: 1.5rem;
}

.ed-video-feature-icon {
	color: var(--ed-primary);
	display: block;
}

.ed-video-wrapper {
	cursor: pointer;
}

.ed-video-cover {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s ease;
}

.ed-video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
}

.ed-video-play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.ed-video-play-btn svg circle {
	transition: fill-opacity 0.3s ease;
}

.ed-video-play-btn:hover svg circle {
	fill-opacity: 1;
}

.ed-video-wrapper:hover .ed-video-cover {
	opacity: 0.9;
}

#ed-video-modal .modal-content {
	background: rgba(0, 0, 0, 0.9);
}

#ed-video-modal .modal-header {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

#ed-video-modal .btn-close {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 1;
	padding: 0.5rem;
}

#ed-video-modal .btn-close:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

/* Hizmetler bölümü – ana sayfa üst bölümlerle uyumlu modern bant */
.ed-services-band {
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 38%, #f8fafc 100%);
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.ed-services-header {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.ed-services-header .ed-tf-title {
	margin-bottom: 0.65rem;
}

/* Başlık tipografisi .ed-tf-title ile; burada yalnızca ek ince ayar */
.ed-services-title {
	line-height: 1.25;
}

.ed-services-subtitle {
	font-size: 1rem;
	line-height: 1.6;
	color: #64748b;
	margin-bottom: 0;
	max-width: 42rem;
}

@media (max-width: 767.98px) {
	.ed-services-band {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	/*
	 * Başlık + alt çizgi ortada: flex (align-items:center) başlığı dar kutuda topluyordu;
	 * başlık satırını tam genişliğe yay ki .ed-tf-title::after left:50% gerçekten ortalansın.
	 */
	.ed-services--layout-header-nav .ed-services-top .ed-services-header {
		align-self: stretch;
		width: 100%;
		max-width: none;
	}

	.ed-services-header .ed-tf-title::after {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}

#ed-services-carousel .carousel-item {
	padding: 0;
}

/* Mobilde sadece 1 hizmet görünsün */
@media (max-width: 575.98px) {
	#ed-services-carousel .carousel-item .col-lg-3,
	#ed-services-carousel .carousel-item .col-md-6,
	#ed-services-carousel .carousel-item .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	/* Mobilde sadece ilk hizmet görünsün, diğerleri gizlensin */
	#ed-services-carousel .carousel-item .col-lg-3:nth-child(n+2),
	#ed-services-carousel .carousel-item .col-md-6:nth-child(n+2),
	#ed-services-carousel .carousel-item .col-sm-6:nth-child(n+2) {
		display: none !important;
	}
}

/* Desktop'ta her slide'da sadece 4 hizmet görünsün (overlap için) */
@media (min-width: 992px) {
	#ed-services-carousel .carousel-item .col-lg-3:nth-child(n+5) {
		display: none !important;
	}
	
	/* Masaüstünde overlap için: Yeterli hizmet olmayan slide'ları gizle */
	/* Overlap mantığı: Her slide'da 4 hizmet, her tıklamada 1 kayar */
	/* Eğer bir slide'da 4'ten az hizmet varsa, o slide'ı gizle (sadece masaüstünde) */
	#ed-services-carousel .carousel-item.ed-desktop-hidden {
		display: none !important;
	}
	
	/* Masaüstünde overlap için: Fazla noktaları gizle */
	/* Masaüstünde sadece desktop_slides kadar nokta görünür */
	#ed-services-carousel .carousel-indicators button[data-desktop-hidden="true"] {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#ed-services-carousel .carousel-item .col-lg-3,
	#ed-services-carousel .carousel-item .col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#ed-services-carousel .carousel-item .col-lg-3 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

#ed-services-carousel .carousel-control-prev,
#ed-services-carousel .carousel-control-next,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next {
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 14px;
	border: 1px solid rgba(44, 141, 221, 0.22);
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.06),
		0 1px 3px rgba(0, 0, 0, 0.04);
	transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, border-color 0.2s ease, background 0.2s ease;
}

#ed-services-carousel .carousel-control-prev {
	left: -12px;
}

#ed-services-carousel .carousel-control-next {
	right: -12px;
}

#ed-services-carousel .carousel-control-prev:hover,
#ed-services-carousel .carousel-control-next:hover {
	transform: translateY(-50%) scale(1.04);
	background: #fff;
	border-color: rgba(44, 141, 221, 0.45);
	box-shadow:
		0 12px 36px rgba(31, 103, 175, 0.14),
		0 4px 12px rgba(0, 0, 0, 0.06);
}

#ed-services-carousel .carousel-control-prev:focus-visible,
#ed-services-carousel .carousel-control-next:focus-visible {
	outline: 2px solid var(--ed-primary);
	outline-offset: 3px;
}

/* Beyaz SVG ok → koyu (buzlu zemin üzerinde okunur); hover’da biraz güçlenir */
#ed-services-carousel .carousel-control-prev-icon,
#ed-services-carousel .carousel-control-next-icon,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev-icon,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next-icon {
	width: 1.4rem;
	height: 1.4rem;
	background-color: transparent;
	border-radius: 0;
	opacity: 0.55;
	filter: brightness(0);
	background-size: 100% 100%;
}

#ed-services-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
#ed-services-carousel .carousel-control-next:hover .carousel-control-next-icon,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev:hover .carousel-control-prev-icon,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next:hover .carousel-control-next-icon {
	opacity: 0.8;
}

/*
 * DENEY: başlık sola, carousel okları sağ üst (geri al: section’dan ed-services--layout-header-nav kaldırın;
 * front-page.php’de okları tekrar #ed-services-carousel içine taşıyın, başlığı text-center yapın).
 */
.ed-services--layout-header-nav .ed-services-top {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin-bottom: 2rem;
}

.ed-services--layout-header-nav .ed-services-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-shrink: 0;
	width: 100%;
}

@media (max-width: 767.98px) {
	.ed-services--layout-header-nav .ed-services-top {
		align-items: center;
	}

	.ed-services--layout-header-nav .ed-services-header--lead {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.ed-services--layout-header-nav .ed-services-top {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		gap: 1.5rem;
		margin-bottom: 2.5rem;
	}

	.ed-services--layout-header-nav .ed-services-carousel-nav {
		justify-content: flex-end;
		width: auto;
	}
}

.ed-services--layout-header-nav .ed-services-header--lead {
	max-width: min(100%, 640px);
	margin-left: 0;
	margin-right: 0;
}

.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform: none;
}

.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev:hover,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next:hover {
	transform: scale(1.04);
}

.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev:focus-visible,
.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next:focus-visible {
	outline: 2px solid var(--ed-primary);
	outline-offset: 3px;
}

#ed-services-carousel .carousel-indicators {
	margin-top: 2rem;
	margin-bottom: 0;
	gap: 8px;
}

#ed-services-carousel .carousel-indicators button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(15, 23, 42, 0.18);
	border: 0;
	margin: 0;
	opacity: 1;
	transition: background-color 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

#ed-services-carousel .carousel-indicators button.active {
	width: 1.5rem;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--ed-primary), var(--ed-primary-dark));
}

/* Hizmet kartları – ikon kutuları / testimonial ile aynı kart dili */
.ed-service-card.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ed-service-card {
	transition: transform 0.35s ease, border-color 0.25s ease;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.25rem;
	overflow: hidden;
	background: #fff;
	box-shadow: none;
}

.ed-service-card:hover {
	transform: translateY(-4px);
	box-shadow: none;
	border-color: rgba(44, 141, 221, 0.22);
}

.ed-service-card .ed-service-card-img-wrap {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin: 0.75rem 0.75rem 0;
	border-radius: 0.85rem;
}

.ed-service-card .card-img-top {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.ed-service-card:hover .card-img-top {
	transform: scale(1.05);
}

.ed-service-card .card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 1.15rem 1.25rem 0;
}

/* Uzun başlıklar iki satıra indiğinde kartlar zıplamasın; kısa başlıklarda da aynı blok yüksekliği */
.ed-service-card .card-title {
	min-height: 2.85em;
	line-height: 1.35;
	margin-bottom: 0;
}

.ed-service-title-link {
	color: #0f172a;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.02em;
	transition: color 0.2s ease;
}

.ed-service-title-link:hover {
	color: var(--ed-primary-dark);
}

.ed-service-excerpt {
	flex: 1 1 auto;
	font-size: 0.9375rem;
	color: #64748b;
	line-height: 1.55;
	margin-bottom: 0;
	margin-top: 0.35rem;
}

.ed-service-card .card-footer {
	margin-top: auto;
	flex-shrink: 0;
	padding: 0.85rem 1.25rem 1.2rem;
}

/* Hizmet kartı CTA – hafif dolu pill (outline + hover) */
.ed-service-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ed-primary-dark);
	text-decoration: none !important;
	border-radius: 50px;
	border: 1px solid rgba(44, 141, 221, 0.45);
	background: rgba(44, 141, 221, 0.06);
	padding: 0.5rem 1.1rem;
	letter-spacing: 0.02em;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ed-service-link:hover {
	color: #fff;
	background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%);
	border-color: transparent;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(44, 141, 221, 0.35);
}

.ed-service-link i {
	font-size: 0.8rem;
	transition: transform 0.25s ease;
}

.ed-service-link:hover i {
	transform: translateX(5px);
}

.ed-services-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 50px;
	padding: 0.65rem 1.5rem;
	font-weight: 600;
	font-size: 0.9375rem;
	letter-spacing: 0.02em;
	box-shadow: 0 4px 16px rgba(44, 141, 221, 0.4);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ed-services-cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(44, 141, 221, 0.5);
	color: #fff !important;
}

.ed-services-cta i {
	font-size: 0.85em;
	transition: transform 0.25s ease;
}

.ed-services-cta:hover i {
	transform: translateX(5px);
}

/* Blog / kategori arşivi / arama — yazı kartları (hizmet kartları ile aynı görsel dil) */
.ed-post-card.card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ed-post-card {
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.25rem;
	overflow: hidden;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.03),
		0 4px 12px rgba(15, 23, 42, 0.045),
		0 16px 40px -8px rgba(15, 23, 42, 0.08),
		0 28px 64px -20px rgba(15, 23, 42, 0.05);
}

.ed-post-card:hover {
	transform: translateY(-4px);
	box-shadow:
		0 2px 6px rgba(15, 23, 42, 0.04),
		0 8px 20px rgba(15, 23, 42, 0.06),
		0 20px 48px -6px rgba(15, 23, 42, 0.09),
		0 36px 72px -18px rgba(31, 103, 175, 0.09);
	border-color: rgba(44, 141, 221, 0.22);
}

.ed-post-card .ed-post-card-img-wrap {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	margin: 0.75rem 0.75rem 0;
	border-radius: 0.85rem;
}

.ed-post-card .card-img-top {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.ed-post-card:hover .card-img-top {
	transform: scale(1.05);
}

.ed-post-card .card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 1.15rem 1.25rem 0;
}

.ed-post-card .card-body:first-child {
	padding-top: 1.25rem;
}

.ed-post-card .card-title {
	min-height: 2.6em;
	line-height: 1.35;
	margin-bottom: 0.35rem;
}

.ed-post-title-link {
	color: #0f172a;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.02em;
	transition: color 0.2s ease;
}

.ed-post-title-link:hover {
	color: var(--ed-primary-dark);
}

.ed-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	color: #64748b !important;
	font-size: 0.8125rem;
}

.ed-post-meta-icon {
	color: var(--ed-primary);
	opacity: 0.88;
	font-size: 0.75rem;
}

.ed-post-meta-sep {
	color: rgba(15, 23, 42, 0.25);
	user-select: none;
}

.ed-post-excerpt {
	flex: 1 1 auto;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: #64748b !important;
	margin-top: 0.65rem;
	margin-bottom: 0;
}

.ed-post-excerpt:last-child {
	margin-bottom: 0;
}

.ed-post-card .card-footer {
	margin-top: auto;
	flex-shrink: 0;
	padding: 0.85rem 1.25rem 1.2rem;
}

/* Blog yazı detay — içerik alanı arka planı */
.ed-blog-single-page .ed-blog-single-bg {
	background: #fff;
}

.ed-blog-single {
	margin: 0;
}

.ed-blog-single-feature {
	border-radius: 1.25rem;
	overflow: hidden;
	margin-bottom: 1.75rem;
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.06),
		0 12px 28px -8px rgba(15, 23, 42, 0.12),
		0 24px 48px -16px rgba(31, 103, 175, 0.08);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.ed-blog-single-feature-img {
	width: 100%;
	height: auto;
	display: block;
	max-height: min(52vh, 480px);
	object-fit: cover;
}

.ed-blog-single-inner {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

@media (min-width: 768px) {
	.ed-blog-single-inner {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

.ed-blog-single-meta {
	margin-bottom: 1.75rem;
}

a.ed-blog-single-cat-link:hover {
	color: var(--ed-primary-dark);
	border-color: rgba(44, 141, 221, 0.35);
	background: rgba(44, 141, 221, 0.06);
}

.ed-blog-single-author-link {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.ed-blog-single-author-link:hover {
	color: var(--ed-primary-dark);
}

.ed-blog-single-content {
	font-size: 1.0625rem;
	line-height: 1.78;
	color: #334155;
	padding-bottom: 0.5rem;
}

.ed-blog-single-content > *:first-child {
	margin-top: 0;
}

.ed-blog-single-content p {
	margin-bottom: 1.15rem;
}

.ed-blog-single-content h2,
.ed-blog-single-content h3,
.ed-blog-single-content h4 {
	color: #0f172a;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: 2rem;
	margin-bottom: 0.85rem;
	line-height: 1.35;
}

.ed-blog-single-content h2 {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

.ed-blog-single-content h3 {
	font-size: clamp(1.1rem, 2vw, 1.25rem);
}

.ed-blog-single-content ul,
.ed-blog-single-content ol {
	margin-bottom: 1.15rem;
	padding-left: 1.35rem;
}

.ed-blog-single-content li {
	margin-bottom: 0.4rem;
}

.ed-blog-single-content a {
	color: var(--ed-primary-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.ed-blog-single-content a:hover {
	color: var(--ed-primary);
}

.ed-blog-single-content blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-left: 4px solid var(--ed-primary);
	background: rgba(44, 141, 221, 0.06);
	border-radius: 0 0.65rem 0.65rem 0;
	font-style: italic;
	color: #475569;
}

.ed-blog-single-content img.alignwide,
.ed-blog-single-content .alignwide {
	max-width: 100%;
}

.ed-blog-page-links {
	font-size: 0.95rem;
	color: #64748b;
}

.ed-blog-single-footer {
	margin-top: 2.5rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ed-blog-single-tags-label {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #64748b;
	margin-bottom: 0.65rem;
}

.ed-blog-single-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ed-blog-single-tag {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--ed-primary-dark);
	background: rgba(44, 141, 221, 0.08);
	border: 1px solid rgba(44, 141, 221, 0.2);
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ed-blog-single-tag:hover {
	background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%);
	border-color: transparent;
	color: #fff;
	transform: translateY(-1px);
}

.ed-blog-single-nav {
	margin-top: 2.25rem;
}

.ed-blog-single-nav .post-navigation {
	margin: 0;
}

.ed-blog-single-nav .post-navigation .screen-reader-text,
.ed-blog-single-nav .post-navigation h2.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ed-blog-single-nav .nav-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 576px) {
	.ed-blog-single-nav .nav-links:has(.nav-next):has(.nav-previous) {
		grid-template-columns: 1fr 1fr;
	}
}

.ed-blog-single-nav .nav-previous a,
.ed-blog-single-nav .nav-next a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	padding: 1.1rem 1.25rem;
	min-height: 100%;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 1rem;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	text-decoration: none;
	color: #0f172a;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ed-blog-single-nav .nav-next a {
	align-items: flex-end;
	text-align: right;
}

.ed-blog-single-nav .nav-previous a:hover,
.ed-blog-single-nav .nav-next a:hover {
	border-color: rgba(44, 141, 221, 0.35);
	box-shadow: 0 8px 24px rgba(31, 103, 175, 0.1);
	transform: translateY(-2px);
}

.ed-blog-nav-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ed-primary);
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ed-blog-nav-title {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
}

.ed-blog-single-nav .nav-previous a:hover .ed-blog-nav-title,
.ed-blog-single-nav .nav-next a:hover .ed-blog-nav-title {
	color: var(--ed-primary-dark);
}

/* Blog detay — sağ sidebar: diğer yazılar */
.ed-blog-sidebar {
	position: sticky;
	top: 1.25rem;
}

.ed-blog-sidebar-card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 1.15rem;
	padding: 1.35rem 1.25rem;
	box-shadow:
		0 2px 8px rgba(15, 23, 42, 0.04),
		0 12px 32px -8px rgba(15, 23, 42, 0.08);
}

.ed-blog-sidebar-title {
	font-weight: 700;
	color: #0f172a;
	letter-spacing: -0.02em;
	margin-bottom: 1.1rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ed-blog-sidebar-list-item + .ed-blog-sidebar-list-item {
	margin-top: 0.65rem;
	padding-top: 0.65rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ed-blog-sidebar-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	text-decoration: none;
	color: inherit;
	border-radius: 0.65rem;
	padding: 0.35rem;
	margin: -0.35rem;
	transition: background-color 0.2s ease;
}

.ed-blog-sidebar-item:hover {
	background-color: rgba(44, 141, 221, 0.06);
}

.ed-blog-sidebar-item:hover .ed-blog-sidebar-item-title {
	color: var(--ed-primary-dark);
}

.ed-blog-sidebar-thumb {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 0.55rem;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(44, 141, 221, 0.12), rgba(44, 141, 221, 0.04));
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.ed-blog-sidebar-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ed-blog-sidebar-thumb-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 72px;
	color: var(--ed-primary);
	font-size: 1.25rem;
	opacity: 0.45;
}

.ed-blog-sidebar-item-body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
	flex: 1;
}

.ed-blog-sidebar-item-title {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e293b;
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ed-blog-sidebar-item-date {
	font-size: 0.75rem;
	color: #64748b;
}

.ed-blog-sidebar-empty {
	line-height: 1.5;
}

/* Blog sidebar — teklif CTA (logo / butonlarla aynı marka mavisi) */
.ed-blog-sidebar-cta {
	position: relative;
	overflow: hidden;
	border-radius: 1.15rem;
	padding: 1.5rem 1.35rem 1.45rem;
	background: linear-gradient(135deg, var(--ed-primary-dark) 0%, var(--ed-primary) 100%);
	color: #fff;
	box-shadow:
		0 8px 28px rgba(31, 103, 175, 0.38),
		0 2px 8px rgba(44, 141, 221, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset;
	text-align: left;
}

.ed-blog-sidebar-cta-pattern {
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background: repeating-linear-gradient(
		-36deg,
		transparent,
		transparent 9px,
		rgba(255, 255, 255, 0.06) 9px,
		rgba(255, 255, 255, 0.06) 10px
	);
	pointer-events: none;
}

.ed-blog-sidebar-cta-title {
	position: relative;
	z-index: 1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	color: #fff;
}

.ed-blog-sidebar-cta-text {
	position: relative;
	z-index: 1;
	font-size: 0.875rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.ed-blog-sidebar-cta-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.15rem;
	padding: 0.62rem 1.2rem;
	background: #fff;
	color: var(--ed-primary-dark);
	font-weight: 700;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	border-radius: 0.4rem;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.2s ease, background 0.2s ease;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12);
}

.ed-blog-sidebar-cta-btn:hover {
	color: var(--ed-primary-dark);
	background: #f0f9ff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(31, 103, 175, 0.3);
}

.ed-blog-sidebar-cta-btn i {
	font-size: 0.85em;
	transition: transform 0.25s ease;
}

.ed-blog-sidebar-cta-btn:hover i {
	transform: translateX(4px);
}

@media (max-width: 991.98px) {
	.ed-blog-sidebar {
		position: static;
	}
}

.ed-testimonials {
	background-color: #fff;
}

/* Müşteri yorumları + SSS: modern bölüm */
.ed-testimonials-faq.ed-tf-section {
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 42%, #f8fafc 100%);
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

/* Bölüm başlığı: Müşteri yorumları, SSS, Hakkımızda */
.ed-tf-title {
	position: relative;
	font-weight: 700;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	letter-spacing: -0.02em;
	color: #0f172a;
	margin-bottom: 1.35rem;
	padding-bottom: 0.65rem;
}

.ed-tf-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--ed-primary), rgba(44, 141, 221, 0.35));
}

.ed-testimonial-card {
	background-color: #fff;
	border-radius: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow:
		0 4px 6px -1px rgba(15, 23, 42, 0.05),
		0 12px 28px -8px rgba(15, 23, 42, 0.1);
	transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.25s ease;
}

#ed-testimonials-carousel .ed-testimonial-card:hover {
	box-shadow:
		0 8px 16px -4px rgba(15, 23, 42, 0.08),
		0 20px 40px -12px rgba(31, 103, 175, 0.14);
	border-color: rgba(44, 141, 221, 0.22);
}

.ed-testimonial-headline {
	color: #0f172a;
	line-height: 1.35;
	letter-spacing: -0.015em;
}

.ed-testimonial-stars {
	letter-spacing: 0.12em;
	font-size: 1.05rem;
	line-height: 1;
}

.ed-testimonial-star {
	color: #e8a317;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ed-testimonial-quote {
	font-size: 1.02rem;
	line-height: 1.65;
	color: #475569 !important;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
}

.ed-testimonial-quote p {
	margin-bottom: 0.65rem;
}

.ed-testimonial-quote p:last-child {
	margin-bottom: 0;
}

.ed-testimonial-footer {
	margin-top: 1.25rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.ed-testimonial-footer strong {
	color: #0f172a;
	font-weight: 600;
}

.ed-testimonial-avatar {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, rgba(44, 141, 221, 0.12), rgba(44, 141, 221, 0.04));
	color: var(--ed-primary-dark);
	font-size: 1.2rem;
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px rgba(44, 141, 221, 0.2);
}

.ed-testimonial-avatar-photo {
	padding: 0;
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px rgba(44, 141, 221, 0.18);
}

.ed-testimonial-avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Müşteri yorumları carousel: kart içi boşluk (SSS sütunuyla yükseklik dengesi için üst/alt genişletildi) */
#ed-testimonials-carousel .ed-testimonial-card {
	padding-top: 3.15rem !important;
	padding-bottom: 3.15rem !important;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

/* Müşteri yorumları carousel: oklar (hizmet carousel ile uyumlu, mavi dolgu yok) */
#ed-testimonials-carousel .carousel-control-prev,
#ed-testimonials-carousel .carousel-control-next {
	width: 48px;
	height: 48px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 14px;
	border: 1px solid rgba(44, 141, 221, 0.22);
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.06),
		0 1px 3px rgba(0, 0, 0, 0.04);
	transition: transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.28s ease, border-color 0.2s ease, background 0.2s ease;
}

#ed-testimonials-carousel .carousel-control-prev {
	left: -12px;
}

#ed-testimonials-carousel .carousel-control-next {
	right: -12px;
}

#ed-testimonials-carousel .carousel-control-prev:hover,
#ed-testimonials-carousel .carousel-control-next:hover {
	transform: translateY(-50%) scale(1.04);
	background: #fff;
	border-color: rgba(44, 141, 221, 0.45);
	box-shadow:
		0 12px 36px rgba(31, 103, 175, 0.14),
		0 4px 12px rgba(0, 0, 0, 0.06);
}

#ed-testimonials-carousel .carousel-control-prev:focus-visible,
#ed-testimonials-carousel .carousel-control-next:focus-visible {
	outline: 2px solid var(--ed-primary);
	outline-offset: 3px;
}

#ed-testimonials-carousel .carousel-control-prev-icon,
#ed-testimonials-carousel .carousel-control-next-icon {
	width: 1.4rem;
	height: 1.4rem;
	background-color: transparent;
	border-radius: 0;
	opacity: 0.55;
	filter: brightness(0);
	background-size: 100% 100%;
}

#ed-testimonials-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
#ed-testimonials-carousel .carousel-control-next:hover .carousel-control-next-icon {
	opacity: 0.8;
}

#ed-testimonials-carousel .carousel-indicators {
	margin-top: 1.35rem;
	margin-bottom: 0;
	gap: 8px;
	/* Kartın alt kenarı ile noktalar arasında nefes payı (absolute bottom: 0 yapışmasını kaldırır) */
	bottom: calc(1.125rem + 15px);
}

#ed-testimonials-carousel .carousel-indicators button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(15, 23, 42, 0.18);
	border: 0;
	margin: 0;
	opacity: 1;
	transition: background-color 0.25s ease, width 0.25s ease, border-radius 0.25s ease;
}

#ed-testimonials-carousel .carousel-indicators button.active {
	width: 1.5rem;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--ed-primary), var(--ed-primary-dark));
}

@media (max-width: 767.98px) {
	#ed-testimonials-carousel .ed-testimonial-card {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
		padding-left: 1.35rem !important;
		padding-right: 1.35rem !important;
	}
}

.ed-faq {
	background-color: var(--ed-light);
}

/* SSS accordion — yalnızca ana sayfa (#ed-faq-accordion) */
#ed-faq-accordion.ed-faq-accordion {
	--bs-accordion-border-width: 0;
	--bs-accordion-border-radius: 1rem;
	--bs-accordion-inner-border-radius: calc(1rem - 1px);
	--bs-accordion-btn-padding-y: 1.05rem;
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1.15rem;
	--bs-accordion-body-padding-x: 1.35rem;
	--bs-accordion-active-color: #0f172a;
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(44, 141, 221, 0.22);
}

#ed-faq-accordion .accordion-item {
	margin-bottom: 0.75rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 1rem !important;
	overflow: hidden;
	background: #fff;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 6px 20px -6px rgba(15, 23, 42, 0.08);
	transition: box-shadow 0.3s ease, border-color 0.25s ease;
}

#ed-faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

#ed-faq-accordion .accordion-item:has(.accordion-collapse.show) {
	border-color: rgba(44, 141, 221, 0.28);
	box-shadow:
		0 4px 12px -2px rgba(31, 103, 175, 0.12),
		0 12px 32px -12px rgba(15, 23, 42, 0.1);
}

#ed-faq-accordion .accordion-button {
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.45;
	color: #0f172a;
	background-color: #fff;
	box-shadow: none !important;
	border: none;
	transition: background-color 0.25s ease, color 0.2s ease;
}

#ed-faq-accordion .accordion-button:hover {
	background-color: rgba(44, 141, 221, 0.06);
	color: #0f172a;
}

#ed-faq-accordion .accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, rgba(44, 141, 221, 0.14) 0%, rgba(44, 141, 221, 0.06) 100%);
	color: #0c1222;
}

#ed-faq-accordion .accordion-button::after {
	filter: brightness(0.25);
	opacity: 0.65;
	transition: transform 0.3s ease, opacity 0.2s ease;
}

#ed-faq-accordion .accordion-button:not(.collapsed)::after {
	filter: brightness(0) saturate(100%) invert(42%) sepia(85%) saturate(1200%) hue-rotate(185deg) brightness(0.95);
	opacity: 0.9;
	transform: rotate(-180deg);
}

#ed-faq-accordion .accordion-body {
	background: linear-gradient(180deg, #fafcfe 0%, #ffffff 100%);
	color: #475569;
	font-size: 1rem;
	line-height: 1.65;
	border-top: 1px solid rgba(44, 141, 221, 0.12);
}

#ed-faq-accordion .accordion-body p:last-child {
	margin-bottom: 0;
}

.btn-warning {
	background-color: var(--ed-primary);
	border-color: var(--ed-primary);
	color: var(--ed-dark);
	font-weight: 600;
	transition: all 0.3s;
}

.btn-warning:hover {
	background-color: var(--ed-primary-dark);
	border-color: var(--ed-primary-dark);
	color: var(--ed-dark);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-outline-warning {
	border-color: var(--ed-primary);
	color: var(--ed-dark);
	font-weight: 500;
}

.btn-outline-warning:hover {
	background-color: var(--ed-primary);
	border-color: var(--ed-primary);
	color: var(--ed-dark);
}

/* Footer – üst bar (ed-topbar) ile aynı gradient ve ton */
.site-footer.ed-footer {
	position: relative;
	background: linear-gradient(105deg, #1a1f27 0%, #2a3140 48%, #171b22 100%);
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--ed-font);
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.14);
}

.ed-footer-main {
	position: relative;
	padding: 3.5rem 0 2.5rem;
}

.ed-footer-main .container {
	position: relative;
}

.ed-footer-col {
	padding-bottom: 0.5rem;
}

.ed-footer-brand .ed-footer-logo-wrap {
	margin-bottom: 1rem;
}

.ed-footer-logo-link {
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: -0.02em;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ed-footer-logo-link:hover {
	color: var(--ed-primary) !important;
	opacity: 0.95;
}

/* Custom logo footer'da beyaz görünsün */
.ed-footer-brand .ed-footer-logo-link img {
	max-height: 48px;
	width: auto;
	height: auto;
	filter: brightness(0) invert(1);
}

.ed-footer-brand .ed-footer-desc {
	font-size: 0.9rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1.25rem;
	max-width: 280px;
}

/* Sosyal medya ikonları – yatay, ortalanmış */
.ed-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.ed-footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.ed-footer-social-link:hover {
	background: var(--ed-primary);
	color: #fff !important;
}

.ed-footer-social-link i {
	font-size: 1rem;
}

.ed-footer-title {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.25rem;
	padding-bottom: 0;
	position: relative;
}

.ed-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ed-footer-links li {
	margin-bottom: 0.7rem;
}

.ed-footer-links a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: none !important;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ed-footer-links a::before {
	content: '';
	width: 4px;
	height: 4px;
	background: var(--ed-primary);
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.ed-footer-links a:hover {
	color: var(--ed-primary) !important;
}

.ed-footer-links a:hover::before {
	opacity: 1;
}

/* Footer bileşenlerinde gezinme menüsü (Kurumsal / Hizmetler) aynı tasarım */
.ed-footer-col .widget_nav_menu ul.menu,
.ed-footer-col .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ed-footer-col .widget_nav_menu ul.menu li,
.ed-footer-col .widget_nav_menu ul li {
	margin-bottom: 0.7rem;
}

.ed-footer-col .widget_nav_menu ul.menu a,
.ed-footer-col .widget_nav_menu ul a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.75) !important;
	text-decoration: none !important;
	transition: color 0.2s ease, transform 0.2s ease;
}

.ed-footer-col .widget_nav_menu ul.menu a::before,
.ed-footer-col .widget_nav_menu ul a::before {
	content: '> ';
	color: var(--ed-primary);
	opacity: 0.8;
}

.ed-footer-col .widget_nav_menu ul.menu a:hover,
.ed-footer-col .widget_nav_menu ul a:hover {
	color: var(--ed-primary) !important;
}

.ed-footer-col .widget_nav_menu ul.menu a:hover::before,
.ed-footer-col .widget_nav_menu ul a:hover::before {
	opacity: 1;
}

.ed-footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9375rem;
}

.ed-footer-contact-list li {
	margin-bottom: 0.85rem;
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.ed-footer-contact-icon {
	width: 36px;
	height: 36px;
	min-width: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	font-size: 0.875rem;
	transition: background 0.2s ease, color 0.2s ease;
}

.ed-footer-contact-list li:hover .ed-footer-contact-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.ed-footer-contact-icon-pin {
	align-items: flex-start;
	padding-top: 0.5rem;
}

.ed-footer-contact-list a {
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
	line-height: 1.4;
}

.ed-footer-contact-list a:hover {
	color: var(--ed-primary) !important;
}

.ed-footer-address {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.5;
	flex: 1;
}

.ed-footer-bottom {
	position: relative;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(0, 0, 0, 0.18);
}

.ed-footer-copyright {
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.65);
}

.ed-footer-copyright p {
	margin: 0;
}

.ed-footer-copyright a {
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.ed-footer-copyright a:hover {
	color: var(--ed-primary) !important;
}

.ed-service-single .entry-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.ed-service-single .entry-content h2,
.ed-service-single .entry-content h3,
.ed-service-single .entry-content h4 {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.ed-service-single .entry-content h2 {
	font-size: 24px;
	font-weight: 600;
}

.ed-service-single .entry-content h3 {
	font-size: 20px;
	font-weight: 500;
}

.ed-service-single .entry-content h4 {
	font-size: 18px;
	font-weight: 500;
}

.ed-service-single .entry-content p {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.ed-service-single .entry-content ul,
.ed-service-single .entry-content ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}

/* Service sayfası sidebar */
.ed-service-sidebar {
	padding-top: 0.25rem;
}

.ed-service-sidebar .card,
.ed-service-sidebar .ed-sidebar-card {
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.ed-service-sidebar .card-body {
	padding: 1.5rem 1.25rem;
}

.ed-service-sidebar .ed-sidebar-title,
.ed-service-sidebar .widget-title {
	font-weight: 700;
	color: var(--ed-dark);
	font-size: 1.1rem;
	border-bottom: none;
	padding-bottom: 0;
}

.ed-service-sidebar .ed-sidebar-contact {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.9375rem;
	margin-bottom: 0.75rem;
}

.ed-service-sidebar .ed-sidebar-icon {
	color: var(--ed-primary);
	width: 1.25rem;
	text-align: center;
	flex-shrink: 0;
}

.ed-service-sidebar .ed-sidebar-link {
	color: var(--ed-primary);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.ed-service-sidebar .ed-sidebar-link:hover {
	color: var(--ed-primary-dark);
	opacity: 0.9;
}

.ed-service-sidebar .widget {
	background: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 1.5rem 1.25rem;
}

.ed-service-sidebar .widget-title {
	margin-bottom: 1rem;
}

.ed-service-sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ed-service-sidebar .widget ul li {
	margin-bottom: 0.5rem;
	padding-left: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ed-service-sidebar .widget ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.ed-service-sidebar .widget ul li a {
	display: block;
	padding: 0.5rem 0;
	color: var(--ed-dark);
	text-decoration: none;
	font-size: 0.9375rem;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.ed-service-sidebar .widget ul li a:hover {
	color: var(--ed-primary);
	padding-left: 4px;
}

.ed-service-sidebar .widget ul li a::before {
	content: '> ';
	color: var(--ed-primary);
	margin-right: 0.35rem;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.ed-service-sidebar .widget ul li a:hover::before {
	opacity: 1;
}

.ed-related-services {
	margin-top: 3rem;
}

.badge.bg-warning {
	background-color: var(--ed-primary) !important;
	color: var(--ed-dark) !important;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.page-links a {
	padding: 0.5rem 1rem;
	background-color: var(--ed-light);
	border-radius: 4px;
	text-decoration: none;
	color: var(--ed-dark);
	transition: background-color 0.3s;
}

.page-links a:hover {
	background-color: var(--ed-primary);
}

.post-tags a {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	background-color: var(--ed-light);
	border-radius: 4px;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	color: var(--ed-dark);
	text-decoration: none;
	transition: background-color 0.3s;
}

.post-tags a:hover {
	background-color: var(--ed-primary);
}

@media (max-width: 768px) {
	/* Hero mobil caption padding üstteki blokta (#ed-hero-carousel + !important) */

	#ed-services-carousel .carousel-control-prev {
		left: 6px;
	}

	#ed-services-carousel .carousel-control-next {
		right: 6px;
	}

	#ed-services-carousel .carousel-control-prev,
	#ed-services-carousel .carousel-control-next {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	#ed-services-carousel .carousel-control-prev-icon,
	#ed-services-carousel .carousel-control-next-icon {
		width: 1.15rem;
		height: 1.15rem;
	}

	.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev,
	.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-prev-icon,
	.ed-services--layout-header-nav .ed-services-carousel-nav .carousel-control-next-icon {
		width: 1.15rem;
		height: 1.15rem;
	}
}

/* Page header & breadcrumbs — yumuşak zemin + sol marka şeridi + breadcrumb chip */
.ed-page-header {
	position: relative;
	background: linear-gradient(180deg, #f0f6fc 0%, #f8f9fa 48%, #fbfcfe 100%);
	color: #282828;
	padding: 1.45rem 0 1.5rem;
	overflow: hidden;
	border-bottom: none;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.ed-page-header-pattern {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 1;
	z-index: 0;
	background:
		radial-gradient(ellipse 90% 120% at 100% -5%, rgba(44, 141, 221, 0.1) 0%, transparent 55%),
		radial-gradient(ellipse 75% 100% at 0% 105%, rgba(31, 103, 175, 0.06) 0%, transparent 50%);
}

.ed-page-header .container {
	position: relative;
	z-index: 1;
}

.ed-page-header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem 1.25rem;
	position: relative;
	z-index: 1;
}

.ed-page-header-inner .ed-breadcrumb {
	align-self: center;
}

/* Başlık altı çizgi — .ed-tf-title::after ile aynı dil */
.ed-page-title {
	position: relative;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: -0.025em;
	color: #1e293b;
	margin: 0;
	line-height: 1.3;
	padding-bottom: 0.65rem;
}

.ed-page-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--ed-primary), rgba(44, 141, 221, 0.35));
}

.ed-breadcrumb .breadcrumb {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(44, 141, 221, 0.22);
	border-radius: 999px;
	padding: 0.4rem 0.95rem;
	margin: 0;
	font-size: 0.75rem;
	color: #334155;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
	flex-wrap: wrap;
	row-gap: 0.25rem;
}

.ed-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(44, 141, 221, 0.55);
}

.ed-breadcrumb .breadcrumb-item a {
	color: #475569;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.ed-breadcrumb .breadcrumb-item a:hover {
	color: var(--ed-primary-dark);
}

.ed-breadcrumb .breadcrumb-item.active {
	color: #1e293b;
	font-weight: 600;
}

/* Mobil: page header (subtitle/breadcrumb) alanını küçült */
@media (max-width: 767.98px) {
	.ed-page-header {
		padding: 1rem 0 1.1rem;
	}
	.ed-page-header-inner {
		gap: 0.65rem;
	}
	.ed-page-title {
		font-size: 1.05rem;
	}
	.ed-breadcrumb .breadcrumb {
		font-size: 0.68rem;
		padding: 0.32rem 0.75rem;
		border-radius: 0.65rem;
	}
}

/* 404 sayfası – modern tasarım */
.ed-404-page {
	background: #f7f7f7;
}

.ed-404-content {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.ed-404-code {
	font-size: clamp(8rem, 32vw, 18rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(0, 0, 0, 0.08);
	margin-bottom: 0.5rem;
	letter-spacing: -0.04em;
}

.ed-404-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--ed-dark);
	margin-bottom: 1rem;
}

.ed-404-desc {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.ed-404-cta {
	margin-bottom: 0.5rem;
}

.ed-404-cta .ed-btn {
	gap: 0.5rem;
}

/* Hizmet detay: resim altı başlık + meta çubuğu (kategori, tarih, CTA) */
.ed-service-single-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--ed-dark);
	margin-bottom: 1rem;
	line-height: 1.3;
}

.ed-service-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.ed-meta-item,
.ed-meta-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-size: 0.9rem;
	text-decoration: none;
	color: var(--ed-dark);
	background-color: var(--ed-light);
	border: 1px solid rgba(44, 141, 221, 0.15);
}

.ed-meta-item .ed-meta-icon {
	color: var(--ed-primary);
	font-size: 0.95rem;
}

.ed-meta-cta {
	background-color: var(--ed-primary);
	color: #fff;
	font-weight: 600;
	border-color: transparent;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ed-meta-cta .ed-meta-icon {
	color: #fff;
}

.ed-meta-cta:hover {
	background-color: var(--ed-primary-dark);
	color: #fff;
}

.ed-meta-item time {
	font-weight: 500;
}

/* Mobil: başlık altı meta (tarih, yazar, Teklif Al) tek satırda */
@media (max-width: 767.98px) {
	.ed-service-meta {
		flex-wrap: nowrap;
		gap: 0.5rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2px;
	}
	.ed-service-meta .ed-meta-item,
	.ed-service-meta .ed-meta-cta {
		flex-shrink: 0;
		padding: 0.4rem 0.6rem;
		font-size: 0.8rem;
		white-space: nowrap;
	}
	.ed-service-meta .ed-meta-cta {
		font-size: 0.8rem;
	}
}

/* İletişim sayfası — ana sayfa modern kart dili ile uyumlu */
.ed-contact-page {
	background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 35%, #f8fafc 100%);
}

.ed-contact-container {
	padding-top: 3rem;
	padding-bottom: 3.5rem;
}

.ed-contact-cards {
	/* 2x2 grid */
}

.ed-contact-card {
	background: #fff;
	border-radius: 1.25rem;
	padding: calc(1.35rem + 10px) 1.25rem calc(1.5rem + 10px);
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.03),
		0 4px 12px rgba(15, 23, 42, 0.045),
		0 16px 40px -8px rgba(15, 23, 42, 0.08),
		0 28px 64px -20px rgba(15, 23, 42, 0.05);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: 100%;
}

.ed-contact-card:hover {
	transform: translateY(-3px);
	box-shadow:
		0 2px 6px rgba(15, 23, 42, 0.04),
		0 8px 20px rgba(15, 23, 42, 0.06),
		0 20px 48px -6px rgba(15, 23, 42, 0.09),
		0 36px 72px -18px rgba(31, 103, 175, 0.09);
	border-color: rgba(44, 141, 221, 0.22);
}

.ed-contact-card-icon-wrap {
	width: 3rem;
	height: 3rem;
	border-radius: 0.85rem;
	background: linear-gradient(145deg, rgba(44, 141, 221, 0.16), rgba(44, 141, 221, 0.05));
	box-shadow:
		0 0 0 2px #fff,
		0 0 0 3px rgba(44, 141, 221, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-bottom: 0.15rem;
}

.ed-contact-card-icon {
	color: var(--ed-primary-dark);
	font-size: 1.1rem;
}

.ed-contact-card-title {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #64748b;
	margin: 0;
	min-height: 2.5em;
	line-height: 1.25;
}

.ed-contact-card-text {
	font-size: 0.98rem;
	color: #334155;
	margin: 0;
	line-height: 1.6;
	flex: 1 1 auto;
}

.ed-contact-link {
	color: #0f172a;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.ed-contact-link:hover {
	color: var(--ed-primary-dark);
}

.ed-contact-form-wrapper {
	background: #fff;
	border-radius: 1.25rem;
	padding: 1.75rem 1.85rem 2rem;
	width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.03),
		0 4px 12px rgba(15, 23, 42, 0.045),
		0 16px 40px -8px rgba(15, 23, 42, 0.08),
		0 28px 64px -20px rgba(15, 23, 42, 0.05);
}

.ed-contact-form-title {
	margin: 0 0 1.35rem 0;
	border-bottom: none;
}

/* Referanslar sayfası – logo grid */
.ed-referanslar-page {
	background-color: #fff;
}

.ed-referanslar-intro {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.ed-referanslar-header {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.ed-referanslar-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--ed-dark);
	margin-bottom: 0.5rem;
	letter-spacing: -0.02em;
}

.ed-referanslar-subtitle {
	font-size: 1rem;
}

.ed-referanslar-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	align-items: center;
	justify-items: center;
}

@media (min-width: 576px) {
	.ed-referanslar-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.ed-referanslar-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}
}

@media (min-width: 992px) {
	.ed-referanslar-grid {
		gap: 2.25rem;
	}
}

.ed-referanslar-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ed-referanslar-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 120px;
	padding: 1.5rem;
	background: #f8f9fa;
	border-radius: 12px;
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.ed-referanslar-link:hover {
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.ed-referanslar-link--no-url {
	cursor: default;
}

.ed-referanslar-link--no-url:hover {
	transform: none;
}

.ed-referanslar-logo {
	max-width: 100%;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.75;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.ed-referanslar-link:hover .ed-referanslar-logo {
	filter: grayscale(0%);
	opacity: 1;
}

.ed-contact-form-inner {
	font-size: 1rem;
}

/* Contact Form 7 — modern alanlar + tema mavi odağı */
.ed-contact-form-inner .wpcf7-form label {
	display: block;
	font-weight: 600;
	color: #475569;
	margin-bottom: 0.35rem;
	font-size: 0.875rem;
	letter-spacing: -0.01em;
}

.ed-contact-form-inner .wpcf7-form-control.wpcf7-text,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-email,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-tel,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 0.75rem;
	padding: 0.65rem 1rem;
	font-size: 1rem;
	background-color: #fff;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ed-contact-form-inner .wpcf7-form-control.wpcf7-text::placeholder,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-email::placeholder,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-tel::placeholder,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-textarea::placeholder {
	color: #94a3b8;
}

.ed-contact-form-inner .wpcf7-form-control.wpcf7-text:focus,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-email:focus,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-tel:focus,
.ed-contact-form-inner .wpcf7-form-control.wpcf7-textarea:focus {
	border-color: rgba(44, 141, 221, 0.55);
	background-color: #fff;
	box-shadow: 0 0 0 3px rgba(44, 141, 221, 0.18);
	outline: none;
}

/* CF7 rows’u geçersiz kılmak için sabit başlangıç yüksekliği; dikey sürükleyerek büyütülebilir */
.ed-contact-form-inner .wpcf7-form-control.wpcf7-textarea {
	min-height: 3rem !important;
	height: 3rem !important;
	max-height: 12rem !important;
	resize: vertical;
	line-height: 1.5;
	box-sizing: border-box;
}

/* Inputlar arası boşluk – CF7 her alanı div.wpcf7-form-control-wrap ile sarıyor */
.ed-contact-form-inner .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 15px !important;
}

.ed-contact-form-inner .wpcf7-form .wpcf7-form-control-wrap:last-of-type {
	margin-bottom: 0 !important;
}

/* Eski yapı (p) için de kalsın */
.ed-contact-form-inner .wpcf7-form p {
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}

.ed-contact-form-inner .wpcf7-form p:last-of-type {
	margin-bottom: 10px !important;
}

.ed-contact-form-inner .wpcf7-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.7rem 1.85rem;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff !important;
	background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%) !important;
	border: none !important;
	border-radius: 50px;
	cursor: pointer;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
	box-shadow: 0 4px 16px rgba(44, 141, 221, 0.35);
}

.ed-contact-form-inner .wpcf7-form .wpcf7-submit:hover {
	box-shadow: 0 8px 24px rgba(44, 141, 221, 0.45);
	transform: translateY(-2px);
	color: #fff !important;
}

.ed-contact-form-inner .wpcf7-not-valid-tip {
	font-size: 0.8rem;
	margin-top: 0.2rem;
	color: #c00;
}

.ed-contact-form-inner .wpcf7-response-output {
	margin: 1rem 0 0 0;
	padding: 0.7rem 1rem;
	border-radius: 8px;
	font-size: 0.9rem;
	border: 1px solid transparent;
}

/* İletişim sayfası – konum (harita) bölümü, soldan sağa yaslı, iframe 100% */
.ed-contact-map-section {
	width: 100%;
}

.ed-contact-map-wrap {
	width: 100%;
	text-align: left;
}

.ed-contact-map-inner {
	display: block;
	width: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow:
		0 4px 12px rgba(15, 23, 42, 0.05),
		0 20px 48px -12px rgba(15, 23, 42, 0.12);
}

.ed-contact-map-inner iframe {
	display: block;
	width: 100% !important;
	min-height: 320px;
	height: 360px;
	border: none;
}

@media (max-width: 767.98px) {
	.ed-contact-card {
		padding: calc(1.15rem + 10px) 1rem calc(1.25rem + 10px);
	}

	.ed-contact-card-title {
		min-height: auto;
	}

	.ed-contact-form-wrapper {
		padding: 1.35rem 1.15rem 1.6rem;
	}

	.ed-contact-map-inner iframe {
		height: 280px;
	}
}

/* Hakkımızda sayfası (page-hakkimizda.php) */
.ed-about-page {
	background: none;
}

.ed-about-page .ed-about-subtitle {
	font-size: 1rem;
	font-weight: 400;
	color: #666;
	margin-bottom: 0.25rem;
}

.ed-about-page .ed-about-name {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--ed-dark);
	margin-bottom: 1.25rem;
}

.ed-about-page .ed-about-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.ed-about-page .ed-about-content p {
	margin-bottom: 1rem;
}

.ed-about-image-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ed-about-photo {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
}

.ed-about-initials {
	position: absolute;
	right: 5%;
	bottom: 10%;
	font-size: clamp(4rem, 12vw, 8rem);
	font-weight: 700;
	line-height: 1;
	color: var(--ed-primary);
	opacity: 0.35;
	pointer-events: none;
	font-family: var(--ed-font);
	letter-spacing: -0.02em;
}

.ed-about-features {
	background: none;
}

.ed-about-feature {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.25s ease, transform 0.2s ease;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ed-about-feature:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.ed-about-feature-icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: linear-gradient(
		135deg,
		rgba(44, 141, 221, 0.18) 0%,
		rgba(31, 103, 175, 0.12) 100%
	);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ed-about-feature-icon {
	font-size: 1.5rem;
	color: var(--ed-primary);
}

.ed-about-feature-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--ed-dark);
	margin: 0 0 0.25rem 0;
}

.ed-about-feature-text {
	font-size: 1rem;
	line-height: 1.5;
	color: #555;
	margin: 0;
}

/* =============================================================================
 * DENEY: ed-header-modern — üst bar, ana header, hero slider
 *
 * GERİ ALMAK İÇİN:
 * 1) functions.php → efkvinc_body_classes() içindeki $classes[] = 'ed-header-modern'; satırını kaldırın.
 * 2) İsterseniz bu yorumdan aşağıdaki tüm kuralları silin (siteyi etkilemez, sınıf kapalıyken zaten işlemez).
 * ============================================================================= */

body.ed-header-modern .ed-topbar.bg-dark {
	background: linear-gradient(105deg, #1a1f27 0%, #2a3140 48%, #171b22 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
}

body.ed-header-modern .ed-topbar .text-white,
body.ed-header-modern .ed-topbar a.text-white {
	color: rgba(255, 255, 255, 0.9) !important;
}

body.ed-header-modern .ed-topbar a:hover {
	opacity: 1;
	color: #fff !important;
}

body.ed-header-modern .site-header .navbar {
	padding-top: 1.1rem !important;
	padding-bottom: 1.1rem !important;
	background: rgba(255, 255, 255, 0.86) !important;
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 14px 44px -16px rgba(15, 23, 42, 0.1) !important;
}

body.ed-header-modern .site-header .navbar.navbar-light .navbar-nav .nav-link,
body.ed-header-modern .site-header .navbar.navbar-light .navbar-nav a {
	color: #334155 !important;
	font-weight: 500;
	letter-spacing: -0.01em;
}

body.ed-header-modern .site-header .navbar.navbar-light .navbar-nav .nav-link:hover,
body.ed-header-modern .site-header .navbar.navbar-light .navbar-nav a:hover {
	color: var(--ed-primary-dark) !important;
}

body.ed-header-modern .site-header .navbar.navbar-light .current-menu-item > a {
	color: var(--ed-primary-dark) !important;
	font-weight: 600;
}

/* Hero: oklar ve noktalar (tam ekran vignette kaldırıldı — eski görünüm) */
body.ed-header-modern .ed-hero .carousel-item {
	position: relative;
}

body.ed-header-modern .ed-hero .carousel-caption {
	z-index: 2;
}

body.ed-header-modern #ed-hero-carousel .carousel-control-prev,
body.ed-header-modern #ed-hero-carousel .carousel-control-next {
	z-index: 4;
	opacity: 1;
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.28);
	transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

@media (min-width: 768px) {
	body.ed-header-modern #ed-hero-carousel .carousel-control-prev,
	body.ed-header-modern #ed-hero-carousel .carousel-control-next {
		top: 50%;
		transform: translateY(-50%);
	}

	/* Kenarlara yapışmasın: container ile uyumlu iç boşluk */
	body.ed-header-modern #ed-hero-carousel .carousel-control-prev {
		left: clamp(0.85rem, 3.5vw, 2.25rem);
		right: auto;
	}

	body.ed-header-modern #ed-hero-carousel .carousel-control-next {
		right: clamp(0.85rem, 3.5vw, 2.25rem);
		left: auto;
	}

	body.ed-header-modern #ed-hero-carousel .carousel-control-prev:hover,
	body.ed-header-modern #ed-hero-carousel .carousel-control-next:hover {
		background: rgba(255, 255, 255, 0.35);
		transform: translateY(-50%) scale(1.05);
		border-color: rgba(255, 255, 255, 0.45);
	}
}

body.ed-header-modern #ed-hero-carousel .carousel-control-prev-icon,
body.ed-header-modern #ed-hero-carousel .carousel-control-next-icon {
	width: 1.35rem;
	height: 1.35rem;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

body.ed-header-modern #ed-hero-carousel .carousel-indicators {
	z-index: 4;
	margin-bottom: 1.5rem;
	gap: 8px;
}

@media (min-width: 768px) {
	/* Masaüstü: konum .ed-hero-carousel-bottom .carousel-indicators ile; çift margin olmasın */
	body.ed-header-modern #ed-hero-carousel .ed-hero-carousel-bottom .carousel-indicators {
		margin-bottom: 0 !important;
	}
}

body.ed-header-modern #ed-hero-carousel .carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	margin: 0;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.35);
	transition: width 0.25s ease, border-radius 0.25s ease, background-color 0.25s ease;
}

body.ed-header-modern #ed-hero-carousel .carousel-indicators [data-bs-target].active {
	width: 1.75rem;
	border-radius: 99px;
	background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.85));
	box-shadow: 0 0 16px rgba(44, 141, 221, 0.55);
}

/* Masaüstü: klasik lacivert kutu (cam / ek gölge yok) */
body.ed-header-modern .ed-hero-caption-box {
	background: rgba(26, 54, 93, 0.92);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	border: none;
	border-radius: 16px;
	box-shadow: none;
	padding: 2rem 2.25rem;
	max-width: 420px;
}

/* Mobil: aynı kutu rengi */
body.ed-header-modern .ed-hero-caption-box-mobile {
	background: rgba(26, 54, 93, 0.92) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 12px !important;
	padding: 1.25rem 1.5rem !important;
}





