/* ATASÖZÜ VE DEYİMLER SAYFALARI */

/* Genel metin renkleri */
.card-title {
    color: #0f1419 !important;
}

.form-label {
    color: #0f1419 !important;
}

.text-primary {
    color: #1da1f2 !important;
}

.text-muted {
    color: #657786 !important;
}

.btn-primary {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
    color: #ffffff !important;
}

/* Hero section renkleri */
.hero-section .text-white {
    color: #ffffff !important;
}

.hero-section h1 {
    color: #ffffff !important;
}

.hero-section p {
    color: #ffffff !important;
}

.hero-section .lead {
    color: #ffffff !important;
}

.hero-section .stats-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
}

.hero-section .stats-card h3 {
    color: #ffffff !important;
}

.hero-section .stats-card p {
    color: #ffffff !important;
}

.hero-section.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.atasozu-deyim-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.atasozu-deyim-container h1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.atasozu-deyim-container h2 {
    color: #0f1419;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #1da1f2;
    padding-bottom: 5px;
}

/* Metin renkleri düzeltmesi */
.item-title a {
    color: #0f1419 !important;
    text-decoration: none;
}

.item-title a:hover {
    color: #1da1f2 !important;
}

.item-description {
    color: #657786 !important;
}

.item-meta {
    color: #657786 !important;
}

.letter-header h6 {
    color: #0f1419 !important;
}

.card-title {
    color: #0f1419 !important;
}

.form-label {
    color: #0f1419 !important;
}

.nav-link {
    color: #1da1f2 !important;
}

.nav-link.active {
    color: #ffffff !important;
    background-color: #1da1f2 !important;
}

.btn-primary {
    background-color: #1da1f2 !important;
    border-color: #1da1f2 !important;
    color: #ffffff !important;
}

.btn-outline-primary {
    border-color: #1da1f2 !important;
    color: #1da1f2 !important;
}

.btn-outline-primary:hover {
    background-color: #1da1f2 !important;
    color: #ffffff !important;
}

.badge {
    background-color: #1da1f2 !important;
    color: #ffffff !important;
}

/* Harf navigasyonu */
.harf-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.harf-nav .btn {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #667eea, #764ba2) border-box;
    color: #667eea;
    position: relative;
    overflow: hidden;
}

.harf-nav .btn:hover {
    background-color: #1da1f2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(29, 161, 242, 0.3);
}

.harf-nav .btn.active {
    background-color: #1da1f2;
    color: #fff;
}

/* Liste öğeleri */
.atasozu-item,
.deyim-item {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.atasozu-item:hover,
.deyim-item:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(240, 147, 251, 0.05) 100%);
    border: 1px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 0 0 1px rgba(102, 126, 234, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.atasozu-item h5,
.deyim-item h5 {
    color: #1da1f2;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.atasozu-item p,
.deyim-item p {
    color: #657786;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Detay sayfası */
.detay-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.detay-container .kelime-baslik {
    color: #1da1f2;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 3px solid #1da1f2;
    padding-bottom: 15px;
}

.detay-container .anlam {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #1da1f2;
    margin-bottom: 20px;
}

.detay-container .anlam h4 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.detay-container .anlam p {
    color: #657786;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Form stilleri */
.form-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    color: #1da1f2;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.form-container label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-container .form-control {
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    padding: 12px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-container .form-control:focus {
    border-color: #1da1f2;
    box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.25);
}

.form-container .btn-primary {
    background-color: #1da1f2;
    border-color: #1da1f2;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.form-container .btn-primary:hover {
    background-color: #1991db;
    border-color: #1991db;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 161, 242, 0.3);
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .atasozu-deyim-container,
    .detay-container,
    .form-container {
        margin: 10px;
        padding: 15px;
    }
    
    .harf-nav .btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .detay-container .kelime-baslik {
        font-size: 2rem;
    }
}

/* Boş liste mesajı */
.empty-message {
    text-align: center;
    padding: 40px 20px;
    color: #657786;
    font-size: 1.2rem;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 20px 0;
}

.empty-message i {
    font-size: 3rem;
    color: #1da1f2;
    margin-bottom: 15px;
    display: block;
}