/* YER ADLARI 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;
}

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

.yer-adlari-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;
}

.yer-adlari-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 */
.yer-adlari-container .card-title {
    color: #0f1419 !important;
}

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

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

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

/* Harita stilleri */
#map {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    border: 2px solid #e1e8ed;
}

/* Bölge seçimi butonları */
.bolge-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.btn-group .btn {
    margin: 3px;
    border-radius: 20px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 2px solid #1da1f2;
    color: #1da1f2;
    background-color: #fff;
}

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

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

/* Yer adı öğeleri */
.yer-adi-item {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.yer-adi-item:hover {
    background-color: #f8f9fa;
    border-color: #1da1f2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.yer-adi-item h5 {
    color: #1da1f2;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.yer-adi-item .yer-bilgi {
    color: #657786;
    font-size: 1rem;
    margin-bottom: 8px;
}

.yer-adi-item .yer-bilgi strong {
    color: #333;
    font-weight: 600;
}

.yer-adi-item .koordinat {
    background-color: #e8f5fd;
    color: #1da1f2;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 5px;
}

/* Detay sayfası */
.yer-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);
}

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

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

.yer-detay-container .bilgi-kart h4 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.yer-detay-container .bilgi-satir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e1e8ed;
}

.yer-detay-container .bilgi-satir:last-child {
    border-bottom: none;
}

.yer-detay-container .bilgi-etiket {
    color: #657786;
    font-weight: 600;
    font-size: 1rem;
}

.yer-detay-container .bilgi-deger {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

/* Alt yerler listesi */
.alt-yerler {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.alt-yerler h4 {
    color: #1da1f2;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #1da1f2;
    padding-bottom: 8px;
}

.alt-yer-item {
    background-color: #f8f9fa;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.alt-yer-item:hover {
    background-color: #e8f5fd;
    border-color: #1da1f2;
}

.alt-yer-item a {
    color: #1da1f2;
    text-decoration: none;
    font-weight: 500;
}

.alt-yer-item a:hover {
    color: #1991db;
    text-decoration: underline;
}

/* Form stilleri */
.yer-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);
}

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

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

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

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

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

.yer-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;
}

.yer-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);
}

/* Kart stilleri */
.card {
    border-radius: 12px;
    border: 1px solid #e1e8ed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e1e8ed;
    border-radius: 12px 12px 0 0 !important;
    padding: 15px 20px;
}

.card-body {
    padding: 20px;
}

/* Uyarı mesajları */
.alert-warning {
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #ffeaa7;
    background-color: #fff3cd;
    color: #856404;
    padding: 12px 16px;
}

/* Responsive tasarım */
@media (max-width: 768px) {
    .yer-adlari-container,
    .yer-detay-container,
    .yer-form-container {
        margin: 10px;
        padding: 15px;
    }
    
    #map {
        height: 300px;
    }
    
    .btn-group .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .yer-detay-container .yer-baslik {
        font-size: 2rem;
    }
    
    .bilgi-satir {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* 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;
}