/* Page.php Özel CSS Stilleri */

/* Heading Page Stilleri */
.heading-page {
    margin-top: -140px !important;
    padding: 5px 0 !important;
}

/* Sol Taraf İçerik Stilleri */
.page-content {
    color: white !important;
    line-height: 1.8;
    font-size: 16px;
}

.col-md-8 h1 {
    color: white !important;
}

/* Header sosyal medya ikonları */
.sub-header .col-lg-4,
.sub-header .col-sm-4 {
    color: inherit !important;
}

.page-content h1 {
    color: white !important;
}

.page-content h2 {
    color: white !important;
}

.page-content h3 {
    color: white !important;
}

.page-content h4 {
    color: white !important;
}

.page-content h5 {
    color: white !important;
}

.page-content h6 {
    color: white !important;
}

.page-content p {
    color: white !important;
    margin-bottom: 1rem;
}

/* Page Sidebar Stilleri */
.page-sidebar {
    position: sticky;
    top: 20px;
}

.page-image img {
    transition: opacity 0.3s ease;
    height: 250px;
    object-fit: cover;
}

.page-nav-item {
    transition: all 0.3s ease;
}

.page-nav-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.page-nav-item.active {
    background-color: #007bff;
    color: white;
}
