/* Reset and Base Styles */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; line-height: 1.6; color: #333; background-color: #ffffff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* HEADER */
.header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.header .container { display: flex; justify-content: space-between; align-items: center; padding: 1rem 20px; }
.nav-brand { display: flex; align-items: center; gap: 12px; font-size: 1.5rem; font-weight: 700; color: #1e40af; }
.brand-icon { font-size: 1.8rem; color: #f59e0b; }
.nav-menu { display: flex; gap: 2rem; }
.nav-link { text-decoration: none; color: #374151; font-weight: 500; transition: color 0.3s ease; position: relative; }
.nav-link:hover { color: #1e40af; }
.nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: #f59e0b; transition: width 0.3s ease; }
.nav-link:hover::after { width: 100%; }
.mobile-menu-toggle { display: none; font-size: 1.5rem; color: #1e40af; cursor: pointer; }

/* HERO SECTION */
.hero { min-height: 70vh; display: flex; align-items: center; position: relative; background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); overflow: hidden; padding: 2rem 0; }
.hero-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>'); }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(30, 64, 175, 0.1), rgba(245, 158, 11, 0.1)); }
.hero-content { display: grid; grid-template-columns: 1fr 350px; gap: 3rem; align-items: center; position: relative; z-index: 2; padding: 1rem 0; }
.hero-main { color: white; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245, 158, 11, 0.2); border: 1px solid rgba(245, 158, 11, 0.3); padding: 8px 16px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; margin-bottom: 1.5rem; color: #fbbf24; }
.hero-title { font-size: 2.8rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
.location-text { color: #e2e8f0; }
.gradient-text { background: linear-gradient(45deg, #fbbf24, #f59e0b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 1.5rem; line-height: 1.6; }
.hero-features { display: flex; gap: 1.5rem; margin-bottom: 2rem; }
.feature-item { display: flex; align-items: center; gap: 8px; color: #e2e8f0; font-size: 0.9rem; }
.feature-item i { color: #fbbf24; font-size: 1.1rem; }
.hero-contact-info { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary { background: linear-gradient(45deg, #f59e0b, #fbbf24); color: #1e40af; box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4); }
.btn-secondary { background: rgba(255, 255, 255, 0.1); color: white; border: 1px solid rgba(255, 255, 255, 0.2); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }

/* EMERGENCY CARD */
.hero-card { display: flex; justify-content: center; }
.emergency-card { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-radius: 16px; padding: 1.5rem; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); width: 100%; max-width: 320px; }
.card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-bottom: 0.8rem; border-bottom: 2px solid #f3f4f6; }
.card-header i { font-size: 1.5rem; color: #ef4444; }
.card-header h3 { color: #1f2937; font-size: 1.2rem; font-weight: 600; }
.emergency-text { color: #4b5563; font-size: 1rem; margin-bottom: 1.2rem; text-align: center; }
.phone-numbers { display: flex; flex-direction: column; gap: 10px; margin-bottom: 1.2rem; }
.phone-number { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 16px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; flex: 1; }
.phone-number.primary { background: linear-gradient(45deg, #1e40af, #3b82f6); color: white; box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3); }
.phone-number.primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4); }
.response-time { display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(45deg, #fbbf24, #f59e0b); color: #1e40af; padding: 10px 16px; border-radius: 10px; font-weight: 600; font-size: 0.9rem; }
/* --- WHATSAPP BUTONU (Eksik Kısım) --- */
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* İkon ile yazı arası */
    padding: 14px 16px; /* Yükseklik telefon butonuyla eşit */
    border-radius: 10px; /* Köşeler yumuşak */
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    width: 100%; /* Kutuyu tam kaplasın */
    transition: all 0.3s ease;
    margin-top: 10px; /* Üstteki butonla yapışmasın */
}

.whatsapp-btn.primary {
    background: #25d366; /* WhatsApp Yeşili */
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn.primary:hover {
    background: #128c7e; /* Koyu Yeşil */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* SERVICES */
.services { padding: 5rem 0; background: #f8fafc; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 { font-size: 2.5rem; font-weight: 700; color: #1f2937; margin-bottom: 1rem; }
.section-header p { font-size: 1.1rem; color: #6b7280; max-width: 600px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; }
.service-card { background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid #e5e7eb; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.service-icon { width: 70px; height: 70px; background: linear-gradient(45deg, #1e40af, #3b82f6); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.service-icon i { font-size: 2rem; color: white; }
.service-card h3 { font-size: 1.4rem; font-weight: 600; color: #1f2937; margin-bottom: 1rem; }
.service-card p { color: #6b7280; margin-bottom: 1.5rem; line-height: 1.6; }
.service-card ul { list-style: none; }
.service-card li { display: flex; align-items: center; gap: 8px; color: #4b5563; margin-bottom: 8px; }
.service-card li::before { content: '✓'; color: #10b981; font-weight: bold; font-size: 1.1rem; }

/* LOCATIONS */
.locations { padding: 5rem 0; background: #f8fafc; }
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.location-card { background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); border: 1px solid #e5e7eb; }
.location-card i { font-size: 2rem; color: #1e40af; margin-bottom: 1rem; }
.location-card h3 { font-size: 1.5rem; font-weight: 600; color: #1f2937; margin-bottom: 1.5rem; }

/* NEDEN BİZİ SEÇMELİSİNİZ */
.why-choose-us { padding: 80px 0; background-color: #ffffff; overflow: hidden; }
.why-wrapper { display: flex; justify-content: space-between; align-items: center; gap: 60px; flex-wrap: wrap; }
.why-content { flex: 1; min-width: 300px; }
.why-content h2 { font-size: 2.2rem; color: #111827; font-weight: 800; margin-bottom: 25px; line-height: 1.2; }
.why-desc { color: #374151; font-size: 1.05rem; line-height: 1.6; margin-bottom: 40px; font-weight: 500; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.feature-item { display: flex; align-items: center; gap: 15px; }
.icon-circle { min-width: 40px; }
.icon-circle i { color: #2563eb; font-size: 1.8rem; margin-top: 0px; }
.feature-text h4 { font-size: 1.1rem; font-weight: 700; color: #000000; margin-bottom: 5px; }
.feature-text p { font-size: 0.95rem; color: #4b5563; line-height: 1.4; margin: 0; }
.why-image-box { flex: 0 0 350px; display: flex; justify-content: center; }
.professional-card { background-color: #2563eb; width: 340px; height: 340px; border-radius: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; box-shadow: 0 20px 40px rgba(37, 99, 235, 0.25); transition: transform 0.3s; }
.professional-card:hover { transform: translateY(-5px); }
.card-icon i { font-size: 5rem; margin-bottom: 25px; color: #ffffff; }
.professional-card h3 { font-size: 1.6rem; font-weight: 700; line-height: 1.4; margin: 0; }

/* CONTACT */
.contact { padding: 5rem 0; background: white; }
.contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item i { font-size: 1.5rem; color: #1e40af; margin-top: 4px; }
.contact-item h4 { color: #1f2937; font-weight: 600; margin-bottom: 4px; }
.contact-item p { color: #6b7280; margin: 0; }
.contact-item a { color: #1e40af; text-decoration: none; }
.contact-map { position: relative; }

/* FOOTER */
.main-footer { background-color: #111827 !important; color: #9ca3af; padding: 60px 0 20px; font-family: 'Poppins', sans-serif; border-top: 4px solid #f59e0b; margin-top: 0; }
.main-footer .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-column h3 { color: #ffffff; font-size: 1.1rem; font-weight: 600; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer-column h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 2px; background-color: #f59e0b; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #9ca3af; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: #f59e0b; padding-left: 5px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.contact-list i { color: #f59e0b; }
.contact-list a { color: #ffffff; text-decoration: none; font-weight: 500; }
.social-btn { display: inline-flex; justify-content: center; align-items: center; width: 40px; height: 40px; background-color: rgba(255,255,255,0.1); border-radius: 50%; color: white; margin-top: 15px; font-size: 1.2rem; text-decoration: none; transition: 0.3s; }
.social-btn:hover { background-color: #f59e0b; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.85rem; color: #6b7280; }

/* SABİT ARAMA BUTONU */
.sabit-arama-butonu {
    position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 999999;
    background-color: #28a745; color: white; text-decoration: none; display: flex; align-items: center; justify-content: center;
    gap: 10px; padding: 15px 30px; border-radius: 50px; box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.1rem; white-space: nowrap; animation: titreme 2s infinite;
}
.sabit-arama-butonu:hover { background-color: #218838; }
@keyframes titreme { 0% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.05); } 100% { transform: translateX(-50%) scale(1); } }

/* MOBİL MENÜ */
.mobile-menu-buttons { display: none; } 

/* RESPONSIVE */
@media (max-width: 992px) {
    .why-wrapper { flex-direction: column; text-align: left; }
    .why-image-box { margin-top: 30px; flex: auto; width: 100%; }
    .professional-card { width: 100%; max-width: 350px; }
}

@media (max-width: 768px) {
    .header { height: 70px; background: #ffffff; border-bottom: 1px solid #eee; }
    .mobile-menu-toggle { display: block !important; font-size: 1.8rem; color: #1e40af; cursor: pointer; position: absolute; right: 20px; top: 20px; z-index: 1001; }
    .nav-menu { display: none !important; position: fixed; top: 70px; left: 0; width: 100%; height: calc(100vh - 70px); background-color: #ffffff !important; flex-direction: column; align-items: center; padding: 30px 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.4); z-index: 999999; border-top: 2px solid #f59e0b; overflow-y: auto; }
    .nav-menu.active { display: flex !important; }
    .nav-link { width: 100%; text-align: center; padding: 15px 0; font-size: 1.2rem; border-bottom: 1px solid #f0f0f0; display: block; }
    .mobile-menu-buttons { display: flex; flex-direction: column; gap: 15px; margin-top: 25px; width: 100%; }
    .menu-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px; border-radius: 12px; color: white !important; font-weight: bold; font-size: 1.1rem; width: 100%; text-decoration: none;}
    .call-btn { background-color: #1e40af; }
    .whatsapp-btn { background-color: #25d366; }
    .hero { min-height: 60vh; padding: 1.5rem 0; }
    .hero-content { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    .hero-title { font-size: 2.2rem; }
    .hero-contact-info { align-items: center; }
    .locations-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
    .footer-column h3::after { left: 50%; transform: translateX(-50%); }
    .contact-list li { justify-content: center; }
    .district-btn { flex: 1 1 calc(45% - 10px); font-size: 0.85rem; }
    .location-card .btn { display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px; }
}

@media (max-width: 576px) {
    .features-grid { grid-template-columns: 1fr; }
    .sabit-arama-butonu { width: 90%; bottom: 10px; font-size: 16px; justify-content: center; }
}

/* MODAL POPUP */
.district-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.85); z-index: 999999; justify-content: center; align-items: center; backdrop-filter: blur(4px); padding: 20px; }
.district-modal-overlay.active { display: flex; }
.district-modal-content { background: white; width: 100%; max-width: 800px; max-height: 85vh; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.6); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.modal-header { background: #1e40af; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 4px solid #f59e0b; flex-shrink: 0; }
.modal-title { color: white; font-size: 1.2rem; font-weight: 700; margin: 0; }
.close-modal { background: rgba(255,255,255,0.2); border: none; color: white; font-size: 1.5rem; cursor: pointer; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.close-modal:hover { background: #ef4444; }
.modal-body { padding: 20px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.modal-service-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); gap: 8px; margin-top: 15px; }
@media (min-width: 600px) { .modal-service-list { grid-template-columns: repeat(2, 1fr); } }
.modal-service-item { font-size: 0.9rem; color: #334155; padding-bottom: 5px; border-bottom: 1px solid #f1f5f9; }
.modal-service-item:before { content: '✓'; color: #16a34a; font-weight: bold; margin-right: 8px; }
.car-brand-cloud { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.car-tag { background: #f1f5f9; padding: 6px 10px; border-radius: 6px; font-size: 0.8rem; color: #475569; border: 1px solid #e2e8f0; }
.modal-cta { margin-top: 20px; text-align: center; padding: 15px; background: #ecfdf5; border: 1px solid #6ee7b7; border-radius: 8px; }
.district-btn { background: #f8fafc; border: 1px solid #cbd5e1; padding: 10px 15px; border-radius: 50px; color: #374151; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: 0.2s; }
.district-btn:hover { background: #1e40af; color: white; border-color: #1e40af; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2); }
/* --- HİZMET BÖLGELERİ BUTON İKONU DÜZELTMESİ --- */
.location-card .btn {
    display: flex !important;       /* İçindekileri esnek yap */
    align-items: center !important; /* Dikeyde (yukarı-aşağı) tam ortala */
    justify-content: center !important; /* Yatayda tam ortala */
    gap: 8px; /* Yazı ile ok arasına boşluk bırak */
}

.location-card .btn i {
    margin: 0 !important; /* Varsa eski boşlukları sıfırla */
    padding: 0 !important;
    position: relative;
    top: 2px; /* İkonu zorla 2 piksel aşağı indir (Tam ortaya oturur) */
}
