/* style.css - İnceltilmiş ve Modernize Edilmiş Versiyon */

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Arial', sans-serif; color:#333; background:#fff; line-height:1.6; }
.container { max-width:1200px; margin:0 auto; padding:0 15px; }

/* Üst Siyah Header */
.top-header {
    background: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}
.top-header a { color: #fff; text-decoration: none; margin-left: 15px; }

/* İletişim Çubuğu */
.contact-bar {
    background: #fff;
    padding: 15px 0; /* Boşluklar daraltıldı */
    border-bottom: 1px solid #eee;
}
.contact-bar .item {
    display: inline-block;
    margin: 0 30px;
    font-size: 15px;
    font-weight: 500;
}
.contact-bar .icon {
    color: #ff6961;
    font-size: 20px;
    margin-right: 8px;
}

/* Ana Menü - Turuncu Şerit (Yüksekliği Azaltıldı) */
.main-menu {
    background: #ff7f50; 
    padding: 0; /* Dış boşluk sıfırlandı */
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.main-menu ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    display: inline-block;
}
.main-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; /* Font küçültüldü */
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px; /* Yüksekliği belirleyen ana alan: 12px'e düşürüldü */
    display: block;
    transition: background 0.3s;
}
.main-menu ul li a:hover {
    background: rgba(0,0,0,0.1);
}

/* İstatistik Kutusu */
.stats-container { 
    background: #f8f9fa; 
    padding: 25px; 
    border-radius: 8px; 
    margin: 30px 0; 
    display: flex; 
    justify-content: space-around;
    border: 1px solid #eee;
}
.stat-item { text-align: center; }
.stat-value { display: block; font-size: 24px; font-weight: 800; color: #ff7f50; }
.stat-label { font-size: 13px; color: #666; font-weight: 600; }

/* İçerik ve Slider Mesafesi */
.carousel { margin-bottom: 30px; }
main { padding: 30px 0; }
h1 { font-size: 32px; color:#333; margin-bottom:15px; font-weight: bold; }

/* Footer */
footer { background:#000; color:#fff; padding:30px 0; text-align:center; font-size: 14px; }

/* Mobil Uyumluluk */
@media (max-width:768px) {
    .main-menu ul { display: block; }
    .main-menu ul li { display: block; }
    .main-menu ul li a { padding: 10px; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .contact-bar .item { display: block; margin: 10px 0; }
    .stats-container { flex-direction: column; gap: 15px; }
}
/* Arama simgesini ve alanını her ihtimale karşı tamamen kapatır */
.search-icon, 
.search-icon i, 
.main-menu .search-icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
}
/* --- FOOTER GENEL AYARLAR --- */
footer {
    background-color: #111111; /* Koyu Siyah Arka Plan */
    color: #b0b0b0; /* Yazı Rengi (Hafif Gri) */
    font-family: 'Open Sans', sans-serif; /* Font Ailesi */
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

/* Footer İçerik Taşıyıcısı */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

/* 3 Eşit Sütun Ayarı */
.footer-col {
    flex: 1;
    min-width: 300px; /* Mobilde alt alta geçmesi için */
    margin-bottom: 30px;
    padding-right: 20px;
}

/* Başlık Stilleri (MENÜ, KONUM BİLGİMİZ vb.) */
.footer-col h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c; /* Altındaki Kırmızı Çizgi */
    display: inline-block;
    width: 100%;
}

/* --- SOL SÜTUN: MENÜ --- */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    border-bottom: 1px solid #222; /* Linkler arası hafif çizgi */
    padding: 8px 0;
}

.footer-menu li a {
    color: #cccccc;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.footer-menu li a:before {
    content: "\203A"; /* Ok İşareti (>) */
    font-size: 18px;
    margin-right: 10px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #e74c3c; /* Üzerine gelince kırmızı olsun */
    padding-left: 5px; /* Hafif sağa kayma efekti */
}

/* --- ORTA SÜTUN: HARİTA --- */
.footer-map iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 4px;
}

/* --- SAĞ SÜTUN: ADRES BİLGİLERİ --- */
.footer-contact h4 {
    color: #ffffff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-item {
    margin-bottom: 15px;
}

.contact-item strong {
    color: #e74c3c; /* Telefon/Email başlıkları kırmızı */
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    color: #cccccc;
}

/* --- EN ALT ŞERİT (SOSYAL MEDYA) --- */
.footer-bottom {
    background-color: #000000; /* Daha koyu siyah şerit */
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #222;
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; /* Sağa yasla */
    padding: 0 15px;
}

.social-icons a {
    color: #ffffff;
    background-color: #333;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #e74c3c; /* İkon üzerine gelince kırmızı */
}
/* Menüyü hatasız büyük harf yap */
.main-menu .nav-link {
    text-transform: uppercase !important;
}

/* Footer'daki noktaları ve kaymayı temizle */
footer ul, footer li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    text-decoration: none !important;
}

.footer-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    text-align: left !important;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    text-align: left !important;
}

.footer-menu li a {
    text-decoration: none !important;
    display: block;
    padding: 5px 0;
}