/*
Theme Name: Twenty Twenty-Five Child
Theme URI: 
Description: Twenty Twenty-Five Child Theme
Author: Your Name
Author URI: 
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Header Styles */
.header-row-1 {}

.site-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.site-title {
    margin: 0;
    font-size: 1.5rem;
}

.site-title a {
    color: #333;
    text-decoration: none;
}

.main-navigation .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation .nav li {
    margin-left: 1.5rem;
}

.main-navigation .nav a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.header-row-2 {
    padding: 10px 0;
    background-color: #6c757d;
}

nav.categories-menu {
    padding: 10px 0;
}

nav.categories-menu > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

nav.categories-menu > ul > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form input {
    width: 240px;
    height: 40px;
    font-size: 14px;
    border: none;
    border-radius: 24px;
    padding: 5px 5px 5px 20px;
}

.search-form button {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 50px;
    height: 32px;
    transform: translateY(-50%);
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0 5px;
    border-radius: 24px;
    background-color: #ddd;
}
/* Tanıtım Alanı */
.promo-area {
    background-color: #e8f5e9;  /* Açık yeşil renk */
    padding: 32px 0;
    margin-bottom: 2rem;
    position: relative;
}

.promo-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.promo-description {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.promo-buttons {
    display: flex;
    gap: 12px;
}

.promo-buttons .btn {
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 6px;
}

.promo-area img {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Footer Styles */
.site-footer {
    background: #f8f9fa;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid #eee;
}

.site-footer .nav {
    margin-bottom: 30px;
}

.site-footer .nav li {
    margin: 0 15px;
}

.site-footer .nav a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.site-footer .nav a:hover {
    color: #333;
}

.site-info {
    color: #666;
    font-size: 14px;
}

.copyright {
    margin-bottom: 15px;
}

.legal-disclaimer {
    color: #888;
    font-size: 12px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Yazı İçeriği Stilleri */
.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
}

.entry-subtitle {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0 20px;
    padding: 0 5%;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.entry-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.entry-meta i {
    margin-right: 5px;
}

.entry-meta .categories a {
    color: #666;
    text-decoration: none;
}

.entry-meta .categories a:hover {
    color: #333;
}

.entry-tags {
    display: flex;
    align-items: center;
    gap: 8px;
}

.entry-tags .entry-tags-title {
    font-weight: 500;
    gap: 8px;
}

.entry-tags .entry-tags-content {
   
}

.entry-tags .entry-tags-content > a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f0f0f0;
    transition: all 0.2s ease;
}

.entry-tags .entry-tags-content > a:hover {
    background-color: #ddd;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .promo-area {
        padding: 2rem 0;
    }
    
    .promo-title {
        font-size: 2rem;
    }
    
    .promo-text {
        font-size: 1rem;
    }
    
    .promo-buttons .btn {
        display: block;
        margin-bottom: 1rem;
    }

    .entry-title {
        font-size: 2rem;
    }

    .entry-content {
        font-size: 1rem;
    }

    .main-navigation .nav {
        flex-direction: column;
        text-align: center;
    }

    .main-navigation .nav li {
        margin: 0.5rem 0;
    }
}

.categories-menu {
    padding: 10px 0;
}

.categories-menu ul {
    margin: 0;
    padding: 0;
}

.categories-menu li:not(:last-child) {
    margin-right: 36px;
}

.categories-menu a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.categories-menu a:hover {
    color: #007bff;
}

/* Kategori Sayfası Stilleri */
.page-header {
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
}

.page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.category-description {
    color: #666;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.card {
    transition: transform 0.2s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 350px;
    object-fit: cover;
}

.card-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.card-footer {
    border-top: 1px solid #eee;
}

/* Sayfalama Stilleri */
.pagination {
    justify-content: center;
    margin-top: 30px;
}

.pagination .page-numbers {
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination a:hover {
    background-color: #f8f9fa;
}

/* Sayfa Şablonu Stilleri */
.page .page-header {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #f8f9fa;
}

.page .page-title {
    font-size: 28px;
    color: #333;
    margin: 0;
    font-weight: 600;
}

.page .entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.page .entry-content p {
    margin-bottom: 20px;
}

.page .entry-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #333;
}

.page .entry-content h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #444;
}

.page .entry-content ul,
.page .entry-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.page .entry-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.page-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-links a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
}

.page-links a:hover {
    background-color: #f8f9fa;
    color: #333;
}

/* Arama Sonuçları Stilleri */
.search-header {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.search-term {
    color: #007bff;
    font-weight: 600;
}

.search-result-count {
    color: #666;
    font-size: 14px;
}

.search-result-item {
    height: 100%;
}

.search-thumbnail img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.entry-type {
    margin-bottom: 10px;
}

.entry-type .badge {
    font-weight: normal;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #f8f9fa !important;
    border: 1px solid #eee;
}

.search-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.search-category {
    color: #007bff;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.search-suggestions {
    margin-top: 30px;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.search-suggestions h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
}

.search-suggestions li {
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.search-suggestions li:before {
    content: "•";
    color: #007bff;
    position: absolute;
    left: 0;
}

/* 404 Sayfası Stilleri */
.error-404 {
    padding: 60px 0;
}

.error-content {
    max-width: 800px;
    margin: 0 auto;
}

.error-title {
    font-size: 120px;
    font-weight: 700;
    color: #007bff;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.error-subtitle {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.error-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.error-actions .btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.error-search {
    max-width: 500px;
    margin: 0 auto;
}

.error-search h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.error-search .search-form {
    margin-top: 20px;
}

.suggested-posts {
    margin-top: 60px;
}

.suggested-posts h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.suggested-posts .card {
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.suggested-posts .card:hover {
    transform: translateY(-5px);
}

.suggested-posts .card-img-top {
    height: 160px;
    object-fit: cover;
}

.suggested-posts .card-title {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .error-404 {
        padding: 40px 0;
    }

    .error-title {
        font-size: 80px;
    }

    .error-subtitle {
        font-size: 24px;
    }

    .error-text {
        font-size: 16px;
    }
}

/* Kategori Sayfası Yazı Kartları */
.post-card {
    transition: transform 0.2s ease;
}

.post-card:hover {
    transform: translateY(-5px);
}

.post-card .card {
    overflow: hidden;
}

.post-card .post-thumbnail {
    display: block;
    height: 100%;
    min-height: 250px;
}

.post-card .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card .card-title {
    margin-bottom: 15px;
}

.post-card .card-title a:hover {
    color: #007bff !important;
}

.post-card .post-excerpt {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.post-card .post-meta {
    color: #888;
}

.post-card .post-meta a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.post-card .post-meta a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .post-card .post-thumbnail {
        min-height: 200px;
    }
    
    .post-card .card-body {
        padding: 20px;
    }
}

/* Anasayfa Kategori Bölümleri */
.category-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.category-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-header {
    position: relative;
    margin-bottom: 2rem;
}

.category-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: inline-block;
}

.category-header .btn-outline-primary {
    border-color: #007bff;
    color: #007bff;
    transition: all 0.3s ease;
}

.category-header .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 767px) {
    .category-section {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }
    
    .category-title {
        font-size: 1.5rem;
    }
}

/* Sözlük Sayfası Stilleri */
.dictionary-sidebar {}

.terms-list {
    height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #6c757d #f5f5f5;
}

/* Webkit (Chrome, Safari) için kaydırma çubuğu stilleri */
.terms-list::-webkit-scrollbar {
    width: 8px;
}

.terms-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.terms-list::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
}

.terms-list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.term-item a {
    font-size: 16px;
    display: block;
    padding: 12px 24px;
    border-bottom: 1px solid #ddd;
    color: #000;
    border-left: 4px solid transparent;
    transition: background-color 0.2s ease;
}

.term-item a:hover,
.term-item a.active {
    border-left-color: #007bff;
    background-color: #f8f9fa;
}

#term-detail {
    height: 100%;
    min-height: calc(100vh - 40px);
}

.term-detail .term-title {
    color: #333;
    font-size: 28px;
}

.term-detail .term-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.term-detail .term-content h2 {
    font-size: 24px;
}

.term-detail .term-content h3 {
    font-size: 24px;
}

.term-detail .term-content h4 {
    font-size: 20px;
}

.term-detail .related-terms a {
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.term-detail .related-terms a:hover {
    background-color: #f8f9fa;
    color: #0a58ca;
}

@media (max-width: 768px) {
    .terms-list,
    #term-detail {
        height: auto;
        min-height: auto;
    }
}

/* Sözlük Tekil Sayfa */
.term-single {
    margin-bottom: 2rem;
}

.term-single .term-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #007bff;
}

.term-single .term-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.term-single .term-content p {
    margin-bottom: 1.5rem;
}

.related-terms {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.related-terms h3 {
    color: #333;
    margin-bottom: 1rem;
}

.related-terms a {
    color: #666;
    transition: color 0.2s ease;
}

.related-terms a:hover {
    color: #007bff;
}

.term-navigation {
    font-size: 0.9rem;
}

.term-navigation a {
    color: #666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.term-navigation a:hover {
    color: #007bff;
}

@media (max-width: 767px) {
    .term-single .term-title {
        font-size: 1.75rem;
    }

    .term-single .term-content {
        font-size: 1rem;
    }
}

/* İndeks Butonları */
.letter-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.letter-buttons > div{
    flex: 0 0 auto;
    width: 7.14%;
    max-width: 100%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.letter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease;
}

.letter-button:hover {
    background-color: #6c757d;
    color: #fff;
}

.letter-button.active {
    background-color: #6c757d;
    color: #fff;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

/* Breadcrumb Stilleri */
.breadcrumb {
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 25px;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
} 