@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #1B2A47; /* Lacivert - Güven */
    --accent-color: #00A8CC; /* Turkuaz - Temizlik ve Ferahlık */
    --light-bg: #F7F9FC;
    --white: #ffffff;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--light-bg);
    color: #333;
}

/* Navbar Ayarları */
.navbar {
    background-color: var(--white) !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    padding: 15px 0;
}
.navbar-brand {
    color: var(--primary-color) !important;
    font-weight: 700;
    font-size: 1.5rem;
}
.nav-link {
    font-weight: 600;
    color: var(--primary-color) !important;
    transition: color 0.3s ease;
}
.nav-link:hover {
    color: var(--accent-color) !important;
}

/* Butonlar */
.btn-custom {
    background-color: var(--accent-color);
    color: var(--white);
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.btn-custom:hover {
    background-color: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
}

/* Hero Section (Karşılama Ekranı) */
.hero-section {
    background: linear-gradient(rgba(27, 42, 71, 0.8), rgba(27, 42, 71, 0.8)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover;
    color: var(--white);
    padding: 120px 0;
    text-align: center;
}
.hero-section h1 {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* Hizmet Kartları */
.service-card {
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,168,204,0.15);
    border-bottom: 4px solid var(--accent-color);
}
.service-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

/* WhatsApp Butonu */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.1);
    color: white;
}
/* --- ZORUNLU ULTRA PREMIUM FOOTER --- */
.ultra-footer {
    background-color: #0b1120 !important; /* Arka planı kesinlikle gece mavisi yap */
    color: #e2e8f0 !important;
    padding: 80px 0 30px 0;
    margin-top: 80px;
    border-top: 4px solid #00A8CC !important;
}
.ultra-footer h4, .ultra-footer .text-white {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}
.ultra-footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #00A8CC;
    border-radius: 2px;
}
.ultra-footer p, .ultra-footer div {
    color: #94a3b8 !important;
    font-size: 0.95rem;
    line-height: 1.8;
}

/* Hizmetler Listesi - Mavi Linkleri Ez */
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li {
    margin-bottom: 12px;
}
.footer-list a {
    color: #94a3b8 !important;
    text-decoration: none !important; /* Alt çizgiyi kaldır */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.footer-list a i {
    color: #00A8CC !important;
    font-size: 0.75rem;
    margin-right: 12px;
}
.footer-list a:hover {
    color: #ffffff !important;
    transform: translateX(6px);
}

/* İletişim Bilgileri */
.footer-contact li {
    display: flex;
    margin-bottom: 18px;
    color: #94a3b8;
}
.footer-contact i {
    color: #00A8CC !important;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 4px;
}
.footer-contact strong {
    color: #ffffff !important;
    display: block;
    margin-bottom: 3px;
}
.footer-contact a {
    color: #94a3b8 !important;
    text-decoration: none !important;
}
.footer-contact a:hover {
    color: #00A8CC !important;
}

/* Harita Çerçevesi */
.map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    border: 2px solid rgba(255,255,255,0.1);
    height: 220px;
}
.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
/* Mobilde Butonlar Arası Boşluk İçin Özel Kapsayıcı */
.hero-buttons {
    display: flex;
    flex-direction: column; /* Mobilde alt alta */
    gap: 15px; /* Mobilde butonlar arası boşluk */
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) { /* Masaüstü (lg breakpoint) için */
    .hero-buttons {
        flex-direction: row; /* Masaüstünde yan yana */
        gap: 0; /* Masaüstünde dikey boşluğu kaldır */
    }
}
/* --- Premium Hero Butonları (Renk ve Boyut Eşitleme) --- */

/* Her iki butonun da turkuaz ve dolu olmasını sağlayan temel sınıf */
.btn-custom {
    background-color: #00A8CC !important; /* Turkuaz Arka Plan */
    color: #ffffff !important; /* Beyaz Yazı */
    font-weight: 600;
    border: none;
    border-radius: 30px; /* Oval köşeler */
    transition: all 0.3s ease;
}

/* Hover (Üzerine Gelince) Efekti */
.btn-custom:hover {
    background-color: #1B2A47 !important; /* Laciverte Dönüş */
    color: #ffffff !important;
    transform: translateY(-3px); /* Hafif yukarı kalkma */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* Şık gölge */
}

/* Mobilde butonlar alt alta ve kesin aralıklı olsun */
.hero-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px; /* Alttaki yeşil WhatsApp butonuna çarpmasın diye boşluk */
}

.hero-buttons-container .btn {
    width: 100%;
    max-width: 260px; /* Mobilde çok geniş olmasın */
    margin-bottom: 20px !important; /* İKİ BUTON ARASINDAKİ KESİN BOŞLUK */
}

/* Masaüstünde yan yana ve eşit boyda olsunlar */
@media (min-width: 992px) {
    .hero-buttons-container {
        flex-direction: row;
        justify-content: center;
        padding-bottom: 0;
    }
    .hero-buttons-container .btn {
        width: 240px !important; /* Masaüstünde ikisi de eşit aslan gibi dursun */
        margin-bottom: 0 !important;
        margin-right: 20px;
    }
    .hero-buttons-container .btn:last-child {
        margin-right: 0;
    }
}
/* --- ANA SAYFA ZENGİNLEŞTİRME MODÜLLERİ --- */

/* 1. İstatistik Kartları */
.stat-box {
    padding: 30px;
    border-radius: 15px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.3s;
}
.stat-box:hover { 
    transform: translateY(-10px); 
    background: rgba(0, 168, 204, 0.1);
    border-color: #00A8CC;
}
.stat-icon { 
    font-size: 2.5rem; 
    color: #00A8CC; 
    margin-bottom: 15px; 
}

/* 2. Müşteri Yorum Kartları */
.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    border-bottom: 4px solid transparent;
    transition: all 0.3s;
    height: 100%;
}
.testimonial-card:hover {
    border-bottom: 4px solid #00A8CC;
    transform: translateY(-5px);
}
.testimonial-card::before {
    content: '\201C'; /* Dev Tırnak İşareti */
    font-family: Georgia, serif;
    font-size: 80px;
    position: absolute;
    top: -10px;
    left: 20px;
    color: rgba(0, 168, 204, 0.15);
}
.stars { color: #FFD700; font-size: 0.9rem; }

/* 3. SSS (Sıkça Sorulan Sorular) Akordeon */
.accordion-button:not(.collapsed) {
    background-color: rgba(0, 168, 204, 0.1);
    color: #1B2A47;
    font-weight: 700;
}
.accordion-button:focus { 
    box-shadow: none; 
    border-color: rgba(0, 0, 0, 0.125); 
}
.accordion-item {
    border: 1px solid #f3f4f6;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}