/* Sayfa başlığı — admin'den yüklenen tam genişlik arka plan */
.page-title.has-custom-banner {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #1b3022;
    position: relative;
    overflow: hidden;
}

.page-title.has-custom-banner .pattern-layer {
    display: none !important;
}

.page-title.has-custom-banner .page-title-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(21, 42, 28, 0.78) 0%, rgba(27, 48, 34, 0.52) 55%, rgba(21, 42, 28, 0.72) 100%);
    z-index: 0;
}

.page-title.has-custom-banner .large-container {
    position: relative;
    z-index: 1;
}

.page-title.has-custom-banner h1 {
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.page-title.has-custom-banner .bread-crumb li,
.page-title.has-custom-banner .bread-crumb li a {
    color: #f5f0ea !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.page-title.has-custom-banner .bread-crumb li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.page-title.has-custom-banner .bread-crumb li:before {
    background: rgba(255, 255, 255, 0.75) !important;
}
