.breadcrumbs-custom {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
	background-color: transparent;
	z-index: 1;
}

/* Breadcrumb içeriği (başlık + path) overlay'in üstünde olsun */
.breadcrumbs-custom .container {
	position: relative;
	z-index: 2;
}

/* Sayfa başlığı (HAKKIMIZDA gibi) */
.breadcrumbs-custom-title {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
	line-height: 1.1;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (min-width: 768px) { .breadcrumbs-custom-title { font-size: 56px; } }
@media (min-width: 1200px) { .breadcrumbs-custom-title { font-size: 72px; } }

/* Arka plan fotoğrafı (inline style ile background-image set ediliyor) */
.box-position {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

/* Karanlık overlay — fotoğraf üzerine, metin okunabilirliği için */
.bg-overlay-60::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(13, 10, 10, 0.6);
	z-index: 1;
	pointer-events: none;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #d2d945;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -8px;
	color: rgba(255, 255, 255, 0.53);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	color: rgba(255, 255, 255, 0.53);
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (min-width: 576px) {
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 150px 0;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom-inset {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 75px;
		padding-right: 75px;
	}
}


/* ============ Mobile fix: navbar fixed olduğu için breadcrumb 'a tampon ============ */
@media (max-width: 991px) {
    .breadcrumbs-custom {
        padding-top: 110px;
    }
}
