/* Alt Sayfa Başlık Alanı için Özel Stiller */
.page-title-area {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-title-area .container {
    position: relative;
    z-index: 2;
}

.page-title-area1 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    min-height: 400px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .page-title-area1 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        min-height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .page-title-area1 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        min-height: 300px;
    }
}

/* Dynamic page styles (page.php) */
.page-content {
    line-height: 1.8;
    font-size: 16px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-item.active {
    color: #666;
}

.breadcrumb a {
    color: #667eea;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.subpages {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.subpage-card {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    border-left: 4px solid #667eea;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.subpage-card:hover {
    transform: translateX(5px);
}

.subpage-card h5 {
    color: #667eea;
    margin-bottom: 10px;
}

.subpage-card a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.subpage-card a:hover {
    text-decoration: underline;
}
