/*
 Theme Name: Taxi Wolfsburg Child
 Theme URI: https://taxi-wolfsburg.de
 Description: Child Theme für Taxi Wolfsburg mit PWA und Branding (Gelb-Schwarz-Weiß)
 Author: Usta
 Template: generatepress   /* Buraya kullandığın ana tema adını yaz (ör: astra, twentytwentyfive) */
 Version: 1.0
*/

/* === Global Farben & Typografie === */
body {
  background: #fff;       /* Beyaz arka plan */
  color: #000;            /* Siyah yazı */
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Linkler */
a {
  color: #fdd835;         /* Sarı link */
  text-decoration: none;
}
a:hover {
  background: #000;       /* Hover: siyah arka plan */
  color: #fdd835;         /* Sarı yazı */
  padding: 2px 4px;
  border-radius: 3px;
}

/* === Header === */
.site-header {
  background: #000;       /* Siyah header */
  color: #fff;
  padding: 20px;
  text-align: center;
}
.site-header h1 {
  margin: 0;
  color: #fdd835;         /* Sarı başlık */
}
.site-header p {
  margin: 0;
  color: #fff;
}

/* Menü */
.site-header nav a {
  color: #fff;
  margin: 0 10px;
  font-weight: bold;
}
.site-header nav a:hover {
  color: #fdd835;
}

/* === Footer === */
.site-footer {
  background: #000;       /* Siyah footer */
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 14px;
}
.site-footer a {
  color: #fdd835;
}
.site-footer a:hover {
  color: #fff;
}

/* Damalı Şerit (Taxi Branding) */
.checkered {
  background-image: linear-gradient(
    90deg,
    #000 25%, #fdd835 25%, #fdd835 50%, #000 50%, #000 75%, #fdd835 75%
  );
  background-size: 40px 40px;
  height: 20px;
}

/* === Butonlar === */
.btn {
  display: inline-block;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 6px;
  text-align: center;
  transition: all 0.2s ease;
}
.btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* WhatsApp Butonu */
.btn.whatsapp {
  background: #fdd835;    /* Sarı */
  color: #000;            /* Siyah yazı */
}

/* Telefon Butonu */
.btn.phone {
  background: #fff;       /* Beyaz */
  color: #000;            /* Siyah yazı */
  border: 2px solid #fdd835;
}

/* === Sticky Buttons === */
body { padding-bottom: 70px; } /* Footer çakışmasını önler */

.sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  background: #000;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.25);
}

.sticky-buttons .btn {
  flex: 1;
  font-size: 16px;
  padding: 12px;
}

/* === Başlıklar === */
h1, h2, h3 {
  border-bottom: 3px solid #fdd835;
  display: inline-block;
  padding-bottom: 4px;
}

/* === Mobil Uyumluluk === */
@media (max-width: 420px) {
  body { padding-bottom: 84px; }
  .sticky-buttons .btn { font-size: 15px; padding: 14px; }
}

/* Damalı şerit: sarı-siyah */
.checkered {
  background-image: linear-gradient(
    90deg,
    #000 25%, #fdd835 25%, #fdd835 50%, #000 50%, #000 75%, #fdd835 75%
  );
  background-size: 40px 40px;
  height: 20px;
  margin-top: 10px;
}
.checkered {
  background-image: linear-gradient(
    90deg,
    #000 25%, #fdd835 25%, #fdd835 50%, #000 50%, #000 75%, #fdd835 75%
  );
  background-size: 40px 40px;
  height: 20px;
  margin-top: 10px;
}