
.theme-title h6 {
    text-transform: none;
}

.mb-2, .mb-5, .my-5 {
    color: #000;
}

section {
    padding: 0;
    margin-bottom: 70px;
}

.page-title {
    padding: 120px 0 160px;
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}


section[id] {
    scroll-margin-top: 120px;
}

@media (min-width: 992px) {
    section[id] {
        scroll-margin-top: 140px;
    }
}

/* ScrollSpy gereği */
body {
    position: relative;
}

p {
    color: #000;
}

.badge-kpi {
    font-size: .85rem;
}

.cta-sticky {
    position: sticky;
    top: 1rem;
}

.hero-media {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.nav-item.dropdown .dropdown-menu a {
    font-weight: 600 !important;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.breadcrumb {
    --bs-breadcrumb-divider: '›';
}

.skip-link:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    background: #fff;
    padding: .5rem .75rem;
}
