/* ============================================================
   Servis bölgelerimiz — hero slider + ilçe rehberi
   Marka: --orange / --green (main.css)
   ============================================================ */

.kb-sreg-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ── Hero (tam satır + Elementor sütunundan taşma) ───────── */
.elementor-widget-gelbi-servis-bolgeler-hero,
.elementor-widget-gelbi-servis-bolgeler-hero > .elementor-widget-container {
	overflow: visible;
	max-width: none;
}

/* Elementor kapsayıcıları bazen carousel'i kırpıyor (yarım görünüm) */
.elementor-widget-gelbi-servis-bolgeler-hero,
.elementor-widget-gelbi-servis-bolgeler-hero .elementor-widget-container,
.elementor-widget-gelbi-servis-bolgeler-hero .elementor-column,
.elementor-widget-gelbi-servis-bolgeler-hero .elementor-column-wrap,
.elementor-widget-gelbi-servis-bolgeler-hero .e-con,
.elementor-widget-gelbi-servis-bolgeler-hero .e-parent {
	overflow: visible !important;
}

.elementor-section:has(.kb-sreg-hero--fullbleed),
.e-con:has(.kb-sreg-hero--fullbleed) {
	overflow: visible;
}

@supports not selector(:has(*)) {
	.elementor-widget-gelbi-servis-bolgeler-hero {
		overflow: visible;
	}
}

.kb-sreg-hero {
	position: relative;
	background: linear-gradient(180deg, #0c4a2e 0%, #0f2918 100%);
	overflow: visible;
}

.kb-sreg-hero--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.kb-sreg-hero__viewport {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	min-height: clamp(500px, 64vh, 760px);
	height: clamp(500px, 64vh, 760px);
	overflow: hidden;
	border-radius: 0;
}

.kb-sreg-hero__track {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: inherit;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.kb-sreg-hero__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	min-height: inherit;
	display: grid;
	align-items: center;
	justify-items: start;
	overflow: hidden;
	isolation: isolate;
}

.kb-sreg-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	transform: scale(1.03);
	transition: transform 10s ease-out;
	filter: saturate(1.08) contrast(1.04) brightness(0.98);
}

.kb-sreg-hero__slide.is-active .kb-sreg-hero__bg {
	transform: scale(1.07);
}

.kb-sreg-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		100deg,
		rgba(10, 16, 30, 0.6) 0%,
		rgba(10, 16, 30, 0.28) 40%,
		rgba(10, 16, 30, 0.06) 64%,
		transparent 100%
	);
}

.kb-sreg-hero__mesh {
	position: absolute;
	inset: 0;
	opacity: 0.55;
	background-image: radial-gradient(ellipse 55% 45% at 12% 40%, rgba(255, 122, 0, 0.18), transparent 55%),
		radial-gradient(ellipse 50% 40% at 92% 30%, rgba(40, 167, 69, 0.2), transparent 50%);
	pointer-events: none;
}

.kb-sreg-hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: min(1200px, 100%);
	margin: 0 auto;
	padding: clamp(28px, 5vw, 64px) clamp(20px, 4vw, 48px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: inherit;
	box-sizing: border-box;
}

/* İçerik: kutu yok; yalnızca max genişlik */
.kb-sreg-hero__stack {
	max-width: min(36rem, 94vw);
	padding: clamp(16px, 2vw, 20px) clamp(14px, 2vw, 20px);
	border-radius: 18px;
	background: linear-gradient(120deg, rgba(7, 14, 28, 0.26), rgba(7, 14, 28, 0.1));
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(2px);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

.kb-sreg-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 16px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.kb-sreg-hero__eyebrow-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--orange);
	box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.25);
	flex-shrink: 0;
}

.kb-sreg-hero__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: clamp(1.85rem, 4.5vw, 3rem);
	line-height: 1.1;
	letter-spacing: -0.035em;
	margin: 0 0 16px;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.5);
	text-wrap: balance;
}

.kb-sreg-hero__title-green {
	display: inline;
	color: #ecfdf5;
}

.kb-sreg-hero__title-orange {
	display: inline;
	color: #ffb547;
	text-shadow: 0 0 28px rgba(255, 122, 0, 0.35), 0 2px 20px rgba(0, 0, 0, 0.4);
}

.kb-sreg-hero__sub {
	font-size: clamp(14px, 1.55vw, 17px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 24px;
	max-width: 34rem;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.kb-sreg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(14px, 2.5vw, 22px);
	align-items: center;
}

.kb-sreg-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: 0.01em;
	transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, border-color 0.2s;
}

.kb-sreg-hero__btn-ico {
	flex-shrink: 0;
	color: #fff;
}

/* Hemen Ara — dolu turuncu hap */
.kb-sreg-hero__btn--tel {
	color: #fff;
	background: var(--orange);
	border: 2px solid transparent;
	box-shadow: 0 4px 18px rgba(255, 122, 0, 0.45);
}

.kb-sreg-hero__btn--tel:hover {
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 8px 28px rgba(255, 122, 0, 0.5);
	color: #fff;
}

/* WhatsApp'tan Yaz — şeffaf + ince yeşil çerçeve, beyaz ikon/metin */
.kb-sreg-hero__link-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 12px 26px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	background: transparent;
	border: 2px solid #22c55e;
	box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.15) inset;
	transition: transform 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.kb-sreg-hero__link-wa:hover {
	color: #fff;
	background: rgba(34, 197, 94, 0.12);
	border-color: #4ade80;
	box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.2) inset, 0 6px 22px rgba(34, 197, 94, 0.2);
	transform: translateY(-2px);
}

.kb-sreg-hero__link-wa-ico {
	flex-shrink: 0;
	color: #fff;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.kb-sreg-hero__link-wa-text {
	border: none;
}

.kb-sreg-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.7);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.2);
	color: #14532d;
	transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.kb-sreg-hero__arrow:hover {
	background: #fff;
	color: var(--orange);
	transform: translateY(-50%) scale(1.06);
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.22);
}

.kb-sreg-hero__arrow svg {
	display: block;
}

.kb-sreg-hero__arrow--prev {
	left: clamp(10px, 2.5vw, 28px);
}
.kb-sreg-hero__arrow--next {
	right: clamp(10px, 2.5vw, 28px);
}

.kb-sreg-hero__dots {
	position: absolute;
	left: 50%;
	bottom: clamp(18px, 3.5vw, 34px);
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	gap: 8px;
	padding: 8px 12px;
	border-radius: var(--r-full);
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
}

.kb-sreg-hero__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	padding: 0;
	background: rgba(255, 255, 255, 0.28);
	border: none;
	transition: transform 0.2s, background 0.2s, width 0.25s;
}

.kb-sreg-hero__dot.is-active {
	background: linear-gradient(90deg, #22c55e, #ff7a00, #16a34a);
	width: 28px;
	border-radius: 999px;
	box-shadow: 0 0 16px rgba(255, 122, 0, 0.35);
}

/* Alt şerit: yeşil–turuncu (lacivert yok) */
.kb-sreg-hero__accent {
	height: 5px;
	width: 100%;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#15803d 0%,
		#22c55e 18%,
		#4ade80 36%,
		#ff9a3c 58%,
		#ff7a00 78%,
		#ea580c 100%
	);
	box-shadow: 0 -6px 24px rgba(34, 197, 94, 0.2), 0 -6px 24px rgba(255, 122, 0, 0.15);
}

/* ── Directory ─────────────────────────────────────────────── */
.kb-sreg-dir {
	position: relative;
	padding: clamp(56px, 8vw, 96px) 0 clamp(72px, 10vw, 112px);
	overflow: hidden;
}

.kb-sreg-dir__bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 55% at 50% -10%, rgba(255, 122, 0, 0.07), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 60%, rgba(40, 167, 69, 0.06), transparent 50%),
		linear-gradient(180deg, #fafdfb 0%, #ffffff 45%, #f6faf7 100%);
	pointer-events: none;
}

.kb-sreg-dir__inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 clamp(18px, 3vw, 28px);
}

.kb-sreg-dir__head {
	text-align: center;
	max-width: 44rem;
	margin: 0 auto clamp(28px, 4vw, 40px);
}

.kb-sreg-dir__eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #166534;
	margin: 0 0 10px;
}

.kb-sreg-dir__title {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	color: #14532d;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 12px;
}

.kb-sreg-dir__title span {
	color: var(--orange);
}

.kb-sreg-dir__lede {
	font-size: 15px;
	line-height: 1.65;
	color: #64748b;
	margin: 0;
}

.kb-sreg-dir__toolbar {
	max-width: 420px;
	margin: 0 auto clamp(28px, 4vw, 40px);
}

.kb-sreg-dir__search-wrap {
	position: relative;
}

.kb-sreg-dir__search-ico {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(20, 83, 45, 0.45);
	font-size: 14px;
	pointer-events: none;
}

.kb-sreg-dir__search {
	width: 100%;
	padding: 15px 18px 15px 44px;
	font-size: 15px;
	font-weight: 500;
	border-radius: var(--r-full);
	border: 1px solid rgba(20, 83, 45, 0.14);
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 22px rgba(20, 83, 45, 0.06);
	transition: border-color 0.2s, box-shadow 0.2s;
}

.kb-sreg-dir__search:focus {
	outline: none;
	border-color: rgba(255, 122, 0, 0.45);
	box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12), 0 8px 28px rgba(20, 83, 45, 0.08);
}

.kb-sreg-dir__hint {
	font-size: 12px;
	color: #94a3b8;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1.2em;
}

.kb-sreg-dir__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(18px, 3vw, 28px);
	align-items: start;
}

.kb-sreg-dir__col {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(20, 83, 45, 0.1);
	border-radius: var(--r-lg);
	padding: clamp(18px, 2.5vw, 26px);
	box-shadow: 0 12px 40px rgba(20, 83, 45, 0.06);
	backdrop-filter: saturate(140%) blur(12px);
}

.kb-sreg-dir__col-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(90deg, rgba(40, 167, 69, 0.35), rgba(255, 122, 0, 0.45)) 1;
}

.kb-sreg-dir__col-head--alt {
	border-image: linear-gradient(90deg, rgba(255, 122, 0, 0.45), rgba(40, 167, 69, 0.35)) 1;
}

.kb-sreg-dir__col-icon {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(40, 167, 69, 0.12), rgba(255, 122, 0, 0.1));
	color: #166534;
	font-size: 17px;
}

.kb-sreg-dir__col-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #14532d;
	margin: 0;
}

.kb-sreg-dir__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 12px;
}

.kb-sreg-dir__item {
	margin: 0;
}

.kb-sreg-dir__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 10px;
	font-size: 12.5px;
	font-weight: 600;
	color: #14532d;
	text-align: center;
	line-height: 1.25;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 249, 0.9));
	border: 1px solid rgba(20, 83, 45, 0.08);
	transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.kb-sreg-dir__chip:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 122, 0, 0.25);
	box-shadow: 0 8px 20px rgba(20, 83, 45, 0.07);
}

.kb-sreg-dir__foot {
	margin-top: clamp(32px, 4vw, 44px);
	text-align: center;
}

.kb-sreg-dir__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: var(--r-full);
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, #166534 0%, #15803d 55%, var(--orange) 160%);
	box-shadow: 0 10px 32px rgba(22, 101, 52, 0.25);
	transition: transform 0.2s, box-shadow 0.2s;
}

.kb-sreg-dir__cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(22, 101, 52, 0.3);
	color: #fff;
}

.kb-sreg-dir__fn {
	margin: 14px auto 0;
	max-width: 36rem;
	font-size: 12px;
	line-height: 1.55;
	color: #94a3b8;
}

@media (max-width: 820px) {
	.kb-sreg-dir__cols {
		grid-template-columns: 1fr;
	}
	.kb-sreg-dir__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.kb-sreg-hero__viewport {
		min-height: clamp(440px, 70vh, 640px);
		height: clamp(440px, 70vh, 640px);
	}
	.kb-sreg-hero__actions {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.kb-sreg-hero__content {
		padding-left: clamp(16px, 4vw, 24px);
		padding-right: clamp(16px, 4vw, 24px);
	}
	.kb-sreg-hero__arrow {
		width: 42px;
		height: 42px;
	}
	.kb-sreg-hero__arrow svg {
		width: 20px;
		height: 20px;
	}
	.kb-sreg-hero__stack {
		max-width: min(33rem, 100%);
		padding: 14px;
		border-radius: 14px;
	}
	.kb-sreg-dir__list {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kb-sreg-hero__track,
	.kb-sreg-hero__bg,
	.kb-sreg-hero__btn,
	.kb-sreg-hero__link-wa,
	.kb-sreg-dir__chip {
		transition: none;
	}
}
