@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; }

body { background-color: #f4f8fb; color: #333; overflow-x: hidden; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

/* === HEADER VE ÜST BAR === */
.topbar { background: #001a4d; color: #fff; padding: 8px 5%; font-size: 0.85rem; display: flex; justify-content: space-between; z-index: 1001; position: relative; }
.topbar a { color: #a0b2c6; text-decoration: none; margin-right: 15px; transition: 0.3s; }
.topbar a:hover { color: #ff8c00; }

.main-header { position: absolute; top: 35px; left: 0; width: 100%; z-index: 1000; background: linear-gradient(to bottom, rgba(0, 26, 77, 0.8), transparent) !important; padding: 15px 0; border: none; }
.logo-area { display: flex; align-items: center; text-decoration: none; }
.kemer-logo-img { height: 65px; margin-right: 15px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); box-shadow: 0 4px 10px rgba(0,0,0,0.3); background: #fff; }
.kemer-text-1 { color: #fff; font-size: 2rem; font-weight: 800; display: block; line-height: 0.9; text-shadow: 2px 2px 5px rgba(0,0,0,0.5); }
.kemer-text-2 { color: #fff; font-size: 0.85rem; font-weight: 700; letter-spacing: 4px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }

/* PASTEL HAP MENÜLER */
.menu-list { display: flex; gap: 10px; list-style: none; align-items: center; }
.menu-pill { padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: 0.3s; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.menu-pill:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0,0,0,0.2); filter: brightness(1.1); }

.m-blue { background: rgba(227, 242, 253, 0.85); color: #003380; }
.m-green { background: rgba(232, 245, 233, 0.85); color: #1b5e20; }
.m-red { background: rgba(255, 235, 238, 0.85); color: #b71c1c; }
.m-purple { background: rgba(243, 229, 245, 0.85); color: #4a148c; }
.m-teal { background: rgba(224, 247, 250, 0.85); color: #006064; }
.m-pink { background: rgba(252, 228, 236, 0.85); color: #880e4f; }
.m-orange-solid { background: linear-gradient(90deg, #ff6b00, #ff8c00); color: #fff !important; box-shadow: 0 4px 15px rgba(255,107,0,0.4); }

/* === HERO (VİDEOLU) === */
.mock-hero { height: 600px; position: relative; display: flex; align-items: center; background: #001a4d; overflow: hidden; }
.mock-hero video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); z-index: 1; opacity: 0.6; }
.mock-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,34,85,0.8) 0%, rgba(0,34,85,0.2) 100%); z-index: 2; }
.mock-hero-content { color: #fff; max-width: 700px; position: relative; z-index: 3; }
.mock-hero-content h1 { font-size: 3.5rem; font-weight: 800; margin-bottom: 5px; text-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.mock-hero-content p { font-size: 1.4rem; font-weight: 500; margin-bottom: 30px; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.btn-hero { background: linear-gradient(90deg, #ff6b00, #ff8c00); color: #fff; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 1.1rem; box-shadow: 0 8px 20px rgba(255,107,0,0.4); display: inline-flex; align-items: center; transition: 0.3s; }
.btn-hero:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(255,107,0,0.6); }
.mock-wave { position: absolute; bottom: -2px; left: 0; width: 100%; height: 80px; z-index: 5; }

/* === TURUNCU DUYURU BANDI === */
.mock-alert { background: linear-gradient(90deg, #ff3a19, #ff7b00); border-radius: 50px; color: #fff; padding: 18px 30px; display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 1.1rem; margin-top: -35px; position: relative; z-index: 10; box-shadow: 0 10px 25px rgba(255,58,25,0.4); border: 3px solid rgba(255,255,255,0.8); }

/* === BÖLÜM BAŞLIKLARI === */
.mock-sec-title { color: #003380; font-size: 1.6rem; font-weight: 800; border-bottom: 3px solid #dbeaf7; padding-bottom: 10px; margin: 60px 0 30px 0; display: inline-block; width: 100%; }

/* === GÜNCEL DUYURULAR KUTULARI (GÖRSELDEKİ OVAL KESİMLİ) === */
.grid-5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.mock-d-card { background: #fff; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,34,85,0.06); text-align: center; display: flex; flex-direction: column; transition: 0.3s; padding-bottom: 20px; }
.mock-d-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(0,34,85,0.12); }
.mock-d-top { height: 110px; position: relative; border-radius: 20px 20px 50% 50%; margin-bottom: 45px; } /* Görseldeki Kavisli Arka Plan */
.mock-d-icon { width: 70px; height: 70px; background: #fff; border-radius: 20px; position: absolute; bottom: -35px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; font-size: 2rem; box-shadow: 0 8px 20px rgba(0,0,0,0.1); border: 3px solid #fff; z-index: 2; }
.mock-d-body { padding: 0 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.mock-d-body h4 { color: #003380; font-size: 1.1rem; margin-bottom: 8px; font-weight: 800; }
.mock-d-body p { color: #666; font-size: 0.85rem; margin-bottom: 20px; line-height: 1.4; }
.mock-d-btn { align-self: center; font-size: 0.8rem; padding: 8px 20px; border-radius: 50px; color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: 0.3s;}
.mock-d-btn:hover { filter: brightness(1.1); transform: scale(1.05); }

/* === E-BELEDİYE YATAY KUTULAR === */
.mock-eb-card { border-radius: 15px; padding: 20px; display: flex; align-items: center; gap: 15px; color: #fff; text-decoration: none; position: relative; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: 0.3s; }
.mock-eb-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.mock-eb-icon { font-size: 2rem; background: rgba(255,255,255,0.2); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.mock-eb-text { font-size: 1rem; font-weight: 700; line-height: 1.3; text-shadow: 0 2px 4px rgba(0,0,0,0.2); }

/* === ŞEFFAF BELEDİYECİLİK KARTLARI === */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.mock-p-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,34,85,0.06); text-decoration: none; display: flex; flex-direction: column; transition: 0.3s; }
.mock-p-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,34,85,0.12); }
.mock-p-img { width: 100%; height: 200px; background: #e0eaf5; background-size: cover; background-position: center; display:flex; align-items:center; justify-content:center; color:#a0b2c6; font-size:3rem; }
.mock-p-title { padding: 20px; font-size: 1.1rem; font-weight: 800; color: #003380; border-top: 4px solid #f4f8fb; display: flex; justify-content: space-between; align-items: center; }

/* === BAŞKAN & ETKİNLİK === */
.bottom-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; margin-bottom: 80px; }
.mock-baskan { background: linear-gradient(135deg, #1e3c72, #2a5298); border-radius: 20px; display: flex; color: #fff; overflow: hidden; box-shadow: 0 15px 35px rgba(0,34,85,0.15); }
.mock-baskan-img { width: 45%; background: #001233 url('images/baskan.jpg') center/cover; min-height: 250px; display:flex; align-items:center; justify-content:center; }
.mock-baskan-text { width: 55%; padding: 40px 30px; display: flex; flex-direction: column; justify-content: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mock-ev-card { border-radius: 15px; padding: 20px; color: #fff; display: flex; align-items: center; gap: 15px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); transition: 0.3s; }
.mock-ev-card:hover { transform: scale(1.03); }
.mock-ev-icon { font-size: 2rem; }

/* === EKSİKSİZ, BİRLEŞİK VE ŞEFFAF LACİVERT FOOTER === */
.footer-wrapper { 
    position: relative; 
    margin-top: 50px; 
    
    /* FALLBACK: Resim yüklenmezse diye Kemer Laciverti */
    background-color: #001a4d; 
    
    /* %88 Şeffaf Lacivert Perde ve Arka Plan Resmi */
    background-image: linear-gradient(rgba(0, 26, 77, 0.88), rgba(0, 18, 51, 0.98)), url('images/footerarka.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Resmi sabitler, muazzam bir derinlik katar */
}

/* DALGAYI SİTE İLE BİRLEŞTİREN KISIM */
.footer-wave-top {
    position: absolute;
    top: -1px; /* Arada milimetrik beyaz çizgi kalmasın diye */
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
}

.footer-wave-top svg {
    display: block;
    width: 100%;
    height: 60px;
    /* Sitenin genel arka plan rengiyle aynı, böylece site footer'a eriyerek girer */
    fill: #f4f8fb; 
}

.footer { 
    padding: 80px 5% 40px; 
    color: #c0d1e2; /* Lacivert üzerinde çok şık duran buz mavisi/gri metin */
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 40px; 
    position: relative; 
    z-index: 10; 
}

.footer h3 { 
    font-size: 1.3rem; 
    margin-bottom: 25px; 
    border-bottom: 2px solid rgba(255, 255, 255, 0.1); 
    padding-bottom: 10px; 
    font-weight: 800; 
    color: #ff8c00; /* Kemer Turuncusu */
}

.footer ul { list-style: none; }
.footer ul li { margin-bottom: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; color: #fff; }
.footer ul li i { color: #ff8c00; font-size: 0.8rem; }

.footer a { 
    color: #c0d1e2; 
    text-decoration: none; 
    transition: 0.3s; 
}
.footer a:hover { 
    color: #fff; 
    padding-left: 8px;
}

.social-icons { display: flex; gap: 12px; margin-top: 25px; }
.social-icons a { 
    width: 45px; height: 45px; 
    background: rgba(255, 255, 255, 0.1); 
    border-radius: 50%; 
    display: flex; justify-content: center; align-items: center; 
    color: #fff; font-size: 1.2rem; transition: 0.3s; border: 1px solid rgba(255,255,255,0.1);
}
.social-icons a:hover { 
    background: #ff8c00; color: #fff; border-color: #ff8c00;
    transform: translateY(-5px); 
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4); 
}

.copy-bg { 
    background: rgba(0, 0, 0, 0.4); /* Resmin üzerinde şık, yarı saydam siyah bir alt bant */
    text-align: center; 
    padding: 20px; 
    color: #8a9bb2; 
    font-size: 0.95rem; 
    font-weight: 600;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* MOBİL UYUM */
@media (max-width: 1100px) {
    .menu-list { display: none; } /* Mobilde menüyü gizle (Hamburger eklenecek) */
    .grid-5 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: 1fr; }
    .bottom-grid { grid-template-columns: 1fr; }
    .mock-baskan { flex-direction: column; }
    .mock-baskan-img { width: 100%; height: 250px; }
    .mock-hero { height: 450px; }
    .mock-hero-content h1 { font-size: 2.5rem; }
}