/* Performans için kritik CSS */
:root {
    --primary: #ffcc00; /* Taksi Sarısı */
    --dark: #1a1a1a;
    --light-bg: #f8f9fa;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 0; /* desktop default */
}

/* Mobilde bottom menü alanı + altta beyazlık kalmasın (footer ile uyumlu koyu zemin) */
@media (max-width: 767px) {
    body {
        padding-bottom: 90px; /* Bottom menü için alan */
        background: var(--dark);
    }
}

/* Genel küçük yardımcılar */
.fw-black { font-weight: 900; }
.text-white-stroke {
    color: var(--primary);
    -webkit-text-stroke: 1px var(--dark);
}

a { transition: all 0.2s ease; }
.badge { cursor: default; }

/* Hero & Animasyon */
.hero-section {
    background: linear-gradient(135deg, var(--primary) 0%, #fff 70%);
}

.car-scene { perspective: 1000px; }

.taxi-slide-in {
    max-height: 220px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3));
    animation: taxiDriveIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transform: translateX(120%);
}

@keyframes taxiDriveIn { to { transform: translateX(0); } }

/* Acil Durum Puls Animasyonu */
.animate-pulse { animation: pulse-red 2s infinite; }

@keyframes pulse-red {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}

/* Mobil Footer CTA */
.mobile-footer {
    height: 80px;
    border-radius: 25px 25px 0 0;
    display: none; /* Varsayılan gizli */
    z-index: 1050;
}

/* Sadece mobilde göster */
@media (max-width: 767px) {
    .mobile-footer {
        display: flex !important;
    }
}

/* Masaüstünde kesinlikle gizle (Bootstrap fixed-bottom override olmasın) */
@media (min-width: 768px) {
    .mobile-footer {
        display: none !important;
    }
}

.call-center-btn {
    background: var(--dark);
    color: var(--primary);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin-top: -60px;
    border: 5px solid #fff;
    text-decoration: none;
    transition: 0.3s;
}

.call-center-btn:active { transform: scale(0.9); }

/* SEO Uyumlu Gizli Başlıklar */
.service-box:hover { border-color: var(--primary) !important; }

/* ========================================
   HİZMETLERİMİZ SECTION
   - mobil: 2'li (col-6)
   - masaüstü: 6'lı (col-lg-2)
   ======================================== */
.services-section { background: #fff; }

.service-card {
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card.popular {
    border: 3px solid var(--primary);
    background: linear-gradient(180deg, rgba(255, 204, 0, 0.05) 0%, #fff 100%);
}

.service-card .service-icon {
    width: 70px;
    height: 70px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .service-icon i { color: var(--dark); }

/* 6'lı düzende okunabilirlik için lg+ sıkılaştırma */
@media (min-width: 992px) {
    .services-grid .service-card { padding: 14px !important; }
    .services-grid .service-icon { width: 60px; height: 60px; }
    .services-grid .service-icon i { font-size: 1.2rem !important; }
    .services-grid h6 { font-size: 0.95rem; }
    .services-grid p { font-size: 0.78rem !important; }
    .services-grid ul { font-size: 0.78rem !important; }
}

/* ========================================
   HİZMET BÖLGELERİMİZ SECTION
   ======================================== */
.areas-section { background: var(--light-bg); }

.area-card {
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.area-card:hover { border-color: var(--primary); }

.area-tags .badge {
    font-weight: 500;
    transition: all 0.2s ease;
}

.area-tags .badge:hover { transform: scale(1.05); }

/* ========================================
   NEDEN BİZ SECTION
   ======================================== */
.why-us-section { background: #fff; }

.reason-card {
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.reason-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.reason-card .reason-number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255, 204, 0, 0.2);
    line-height: 1;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, #ffe066 100%); }

.cta-section .btn-dark:hover { background: #333; transform: scale(1.05); }
.cta-section .btn-success:hover { transform: scale(1.05); }

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section .accordion-button { font-weight: 600; }

.faq-section .accordion-button:not(.collapsed) {
    background: rgba(255, 204, 0, 0.1);
    color: var(--primary);
}

.faq-section .accordion-button::after { filter: invert(1); }

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary);
}

/* ========================================
   İLETİŞİM SECTION - ikonları düzeltildi
   ======================================== */
.contact-section { background: var(--primary); }

.contact-card {
    text-align: center;
    padding: 28px 20px;
    border: 2px solid rgba(26,26,26,0.08);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(26,26,26,0.5);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

.contact-card .contact-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 10px 18px rgba(0,0,0,0.10);
    line-height: 1;
}

.contact-card .contact-icon i {
    font-size: 28px;
    display: block;
    line-height: 1;
}

/* İkon renkleri (mevcut içerik korunarak) */
.contact-card .contact-icon .fa-phone-alt { color: var(--primary) !important; }
.contact-card .contact-icon .fa-whatsapp { color: #25D366 !important; }
.contact-card .contact-icon .fa-map-marker-alt { color: #dc3545 !important; }
.contact-card .contact-icon .fa-clock { color: #0d6efd !important; }

/* ========================================
   FOOTER SECTION
   ======================================== */
.site-footer { background: #1a1a1a; color: #fff; }

.site-footer h6 { color: var(--primary) !important; }

.site-footer .text-muted { color: #adb5bd !important; }

.site-footer a { color: #adb5bd; }

.site-footer a:hover { color: var(--primary) !important; }

.footer-brand h3 {
    letter-spacing: 2px;
    color: var(--primary) !important;
}

.footer-brand .text-warning { color: var(--primary) !important; }

.footer-bottom { font-size: 0.9rem; }

.footer-bottom .text-muted { color: #adb5bd !important; }

.footer-credits a {
    transition: all 0.2s ease;
    color: var(--primary) !important;
}

.footer-credits a:hover { text-decoration: underline !important; }

.footer-credits .fa-heart { animation: heartbeat 1.5s infinite; }

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.site-footer .border-secondary { border-color: #495057 !important; }

/* ========================================
   RESPONSIVE DÜZENLEMELER
   ======================================== */
@media (min-width: 992px) {
    .contact-card p,
    .contact-card a { font-size: 0.9rem !important; }

    .contact-card .contact-icon { width: 74px; height: 74px; }
}

@media (max-width: 767px) {
    .service-card,
    .reason-card,
    .contact-card { margin-bottom: 0; }

    .reason-card .reason-number { font-size: 2rem; }

    .cta-section h2 { font-size: 1.5rem; }

    .footer-bottom { text-align: center; }

    .footer-credits { margin-top: 10px; }

    .contact-card { padding: 22px 14px; }

    .contact-card .contact-icon {
        width: 62px;
        height: 62px;
        box-shadow: 0 8px 14px rgba(0,0,0,0.10);
    }

    .contact-card .contact-icon i { font-size: 1.35rem !important; }
}

/* Info badges hover */
.info-item { transition: all 0.3s ease; }
.info-item:hover { transform: translateY(-3px); }
.info-item h6 { font-size: 0.9rem; margin-bottom: 0.25rem; }
.info-item p { font-size: 0.75rem; }

/* Rounded corners */
.rounded-4 { border-radius: 1rem !important; }


/* Accordion smooth animation */
.accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
}

.accordion-collapse.show {
    max-height: 500px;
    transition: max-height 0.35s ease-in;
}

.accordion-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}