/*
Theme Name: TH Grup Oto Kurtarma
Author: Gemini AI
Description: Profesyonel Yol Yardım ve SEO Uyumlu Çekici Teması
Version: 1.0
*/

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
.header { background: #1a1a1a; color: white; padding: 20px; text-align: center; border-bottom: 5px solid #FFD700; }
.hero { background: #f4f4f4; padding: 60px 20px; text-align: center; }
.hero h1 { color: #e31e24; font-size: 2.5em; }
.cta-button { background: #FFD700; color: #000; padding: 15px 30px; text-decoration: none; font-weight: bold; border-radius: 5px; font-size: 1.2em; }
.services { display: flex; flex-wrap: wrap; justify-content: center; padding: 40px; }
.service-card { border: 1px solid #ddd; margin: 10px; padding: 20px; width: 300px; text-align: center; border-radius: 10px; }

/* WhatsApp Butonları */
.wa-float { position: fixed; bottom: 20px; left: 20px; background: #25d366; color: white; padding: 15px 20px; border-radius: 50px; text-decoration: none; z-index: 100; box-shadow: 2px 2px 10px rgba(0,0,0,0.3); font-weight: bold; }
.wa-float-2 { position: fixed; bottom: 20px; right: 20px; background: #e31e24; color: white; padding: 15px 20px; border-radius: 50px; text-decoration: none; z-index: 100; box-shadow: 2px 2px 10px rgba(0,0,0,0.3); font-weight: bold; animation: pulse 2s infinite; }

@keyframes pulse { 0% {transform: scale(1);} 50% {transform: scale(1.05);} 100% {transform: scale(1);} }