/*
Theme Name: Büyükşehir Nakliyat
Theme URI: https://www.buyuksehirnakliyat.com.tr
Author: Büyükşehir Nakliyat
Author URI: https://www.buyuksehirnakliyat.com.tr
Description: Gaziantep Büyükşehir Evden Eve Taşımacılık profesyonel web sitesi teması. Nakliyat firmaları için özel tasarlanmış, WhatsApp entegrasyonlu, SEO optimizasyonlu tam responsive tema.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: buyuksehir-nakliyat
Tags: business, one-page, responsive, whatsapp, moving-company
*/

/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Open Sans', sans-serif;
  color: #1a2744;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ─── Typography ─── */
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto Slab', serif; }

/* ─── Container ─── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── Section Title ─── */
.section-tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-tag.red  { background: rgba(192,57,43,0.10); color: #c0392b; }
.section-tag.gold { background: rgba(245,158,11,0.15); color: #f59e0b; }

.section-title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 14px;
}
.section-subtitle {
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto;
}
.text-center { text-align: center; }
.section-head { text-align: center; margin-bottom: 56px; }

/* ─── Colors ─── */
.color-dark  { color: #1a2744; }
.color-white { color: #ffffff; }
.color-muted { color: #6b7280; }
.color-muted-w { color: rgba(255,255,255,0.55); }

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.btn:hover { opacity: 0.9; }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,0.35); }
.btn-red      { background: #c0392b; color: #fff; box-shadow: 0 8px 24px rgba(192,57,43,0.35); }
.btn-ghost    { background: rgba(255,255,255,0.15); border: 2px solid rgba(255,255,255,0.3); color: #fff; }
.btn-sm { padding: 10px 18px; font-size: 13px; border-radius: 6px; }

/* ─── Top Bar ─── */
#topbar {
  background: #c0392b;
  color: #fff;
  font-size: 13px;
  padding: 9px 0;
}
#topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#topbar a { color: #fff; display: flex; align-items: center; gap: 5px; }
#topbar a:hover { opacity: 0.85; }
.topbar-left { display: flex; align-items: center; gap: 6px; }
.topbar-right { display: flex; align-items: center; gap: 24px; }

/* ─── Header / Nav ─── */
#site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: box-shadow 0.3s, border-color 0.3s;
}
#site-header.scrolled {
  border-color: #e5e7eb;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
#site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.site-logo img { height: 60px; width: auto; object-fit: contain; }
.site-nav { display: flex; gap: 4px; align-items: center; }
.site-nav a {
  padding: 8px 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a2744;
  border-radius: 4px;
  transition: color 0.2s;
}
.site-nav a:hover { color: #c0392b; }
.header-cta { display: flex; gap: 10px; align-items: center; }

/* Mobile hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a2744;
  border-radius: 2px;
  transition: all 0.3s;
}
.mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 16px 24px;
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1a2744;
  border-bottom: 1px solid #f3f4f6;
}
.mobile-menu a:hover { color: #c0392b; }
.mobile-cta { display: flex; gap: 10px; margin-top: 16px; }
.mobile-cta a {
  flex: 1;
  justify-content: center;
  border-bottom: none !important;
}

/* ─── Hero ─── */
#hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10,20,50,0.93) 0%, rgba(10,20,50,0.75) 55%, rgba(10,20,50,0.4) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-content { flex: 1 1 420px; min-width: 0; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(192,57,43,0.25);
  border: 1px solid rgba(192,57,43,0.45);
  color: #f87171;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.hero-title {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero-title span { color: #f59e0b; }
.hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.hero-badges span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.hero-badges svg { flex-shrink: 0; }
.hero-stats {
  flex: 0 1 340px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 32px;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: center;
}
.stat-value {
  font-family: 'Roboto Slab', serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #f59e0b;
  line-height: 1;
}
.stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
}
.stats-cta {
  margin-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
  text-align: center;
}
.stats-cta p {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.stats-cta a { width: 100%; justify-content: center; font-size: 15px; }

/* ─── Services ─── */
#hizmetler { background: #f7f8fc; padding: 80px 0; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  border: 1px solid #f0f0f5;
  transition: transform 0.25s, box-shadow 0.25s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(26,39,68,0.12);
}
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(192,57,43,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0392b;
  margin-bottom: 18px;
}
.service-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a2744;
  margin-bottom: 10px;
}
.service-card p { font-size: 14px; color: #6b7280; line-height: 1.7; }

/* ─── Coverage ─── */
#hizmet-bolgeleri { background: #1a2744; padding: 80px 0; }
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.coverage-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 28px;
}
.coverage-card h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.coverage-card h3 svg { color: #f59e0b; }
.districts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}
.district-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  font-family: 'Open Sans', sans-serif;
}
.city-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.city-item:last-child { border-bottom: none; }
.city-name { font-size: 14px; color: rgba(255,255,255,0.75); font-weight: 500; font-family: 'Open Sans', sans-serif; }
.city-km {
  font-size: 13px;
  padding: 3px 12px;
  border-radius: 12px;
  background: rgba(192,57,43,0.2);
  color: #f87171;
  font-family: 'Open Sans', sans-serif;
}
.coverage-banner { border-radius: 14px; overflow: hidden; position: relative; }
.coverage-banner img { width: 100%; height: 240px; object-fit: cover; }
.coverage-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,39,68,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.coverage-banner-overlay h3 { font-family: 'Roboto Slab', serif; font-size: 1.6rem; font-weight: 800; color: #fff; }
.coverage-banner-overlay p  { font-size: 15px; color: rgba(255,255,255,0.7); font-family: 'Open Sans', sans-serif; }

/* ─── Why Us ─── */
#neden-biz { background: #fff; padding: 80px 0; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}
.why-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #f0f0f5;
  transition: all 0.25s;
}
.why-card:hover { background: rgba(192,57,43,0.04); border-color: rgba(192,57,43,0.2); }
.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(192,57,43,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c0392b;
  flex-shrink: 0;
}
.why-card h3 { font-family: 'Roboto Slab', serif; font-size: 1rem; font-weight: 700; color: #1a2744; margin-bottom: 6px; }
.why-card p  { font-size: 13px; color: #6b7280; line-height: 1.6; }
.cta-banner {
  border-radius: 16px;
  padding: 48px 40px;
  background: linear-gradient(120deg, #1a2744 0%, #c0392b 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-banner h3 { font-family: 'Roboto Slab', serif; font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.cta-banner p  { font-size: 15px; color: rgba(255,255,255,0.7); font-family: 'Open Sans', sans-serif; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── Testimonials ─── */
#yorumlar { background: #f7f8fc; padding: 80px 0; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  border: 1px solid #f0f0f5;
}
.stars { display: flex; gap: 2px; margin-bottom: 14px; }
.quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: #e0e4ee;
  line-height: 0.5;
  margin-bottom: 14px;
}
.testimonial-card p { font-size: 14px; color: #4b5563; line-height: 1.75; margin-bottom: 20px; }
.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f0f0f5;
  padding-top: 16px;
}
.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #1a2744;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}
.reviewer-name { font-weight: 700; font-size: 14px; color: #1a2744; font-family: 'Open Sans', sans-serif; }
.reviewer-loc  { font-size: 12px; color: #9ca3af; font-family: 'Open Sans', sans-serif; }

/* ─── Contact ─── */
#iletisim { background: #1a2744; padding: 80px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.contact-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(192,57,43,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f87171;
  flex-shrink: 0;
}
.contact-item-label { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 3px; font-family: 'Open Sans', sans-serif; }
.contact-item-value { font-weight: 600; font-size: 14px; color: #fff; font-family: 'Open Sans', sans-serif; }
.contact-item a { color: #fff; }
.contact-item a:hover { color: #f59e0b; }
.contact-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 8px 32px rgba(37,211,102,0.3);
}
.contact-form-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  padding: 32px 28px;
}
.form-success {
  text-align: center;
  padding: 40px 20px;
  display: none;
}
.form-success.active { display: block; }
.form-success h3 { font-family: 'Roboto Slab', serif; font-size: 1.3rem; color: #fff; margin-bottom: 8px; }
.form-success p  { font-size: 14px; color: rgba(255,255,255,0.55); }
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
}
.form-input, .form-textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #e0e3eb;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #1a2744;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.form-input:focus, .form-textarea:focus { border-color: #c0392b; }
.form-textarea { resize: vertical; }
.form-submit {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  background: #25d366;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-submit:hover { background: #1ebe5b; }

/* ─── Footer ─── */
#site-footer { background: #0f1c3a; color: rgba(255,255,255,0.65); }
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 56px 0 32px;
}
.footer-logo { height: 54px; object-fit: contain; margin-bottom: 16px; }
.footer-brand p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.footer-socials { display: flex; gap: 8px; }
.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}
.footer-links a {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-links a:hover { color: #f59e0b; }
.footer-services li {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-contact-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-contact-key { font-size: 13px; color: rgba(255,255,255,0.35); font-family: 'Open Sans', sans-serif; }
.footer-contact-val { font-size: 13px; color: rgba(255,255,255,0.65); font-family: 'Open Sans', sans-serif; }
.footer-contact-val a { color: rgba(255,255,255,0.65); }
.footer-contact-val a:hover { color: #f59e0b; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom span { font-size: 13px; font-family: 'Open Sans', sans-serif; }

/* ─── Floating Buttons ─── */
.floating-btns {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s;
}
.float-btn:hover { transform: scale(1.1); }
.float-call { background: #c0392b; box-shadow: 0 4px 20px rgba(192,57,43,0.5); }
.float-wa   { background: #25d366; box-shadow: 0 4px 20px rgba(37,211,102,0.5); }

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .site-nav, .header-cta { display: none; }
  .hamburger { display: flex; }
  .topbar-right { display: none; }
  .hero-stats { display: none; }
  .hero-inner { padding: 60px 0; }
  .cta-banner { padding: 32px 24px; }
  #topbar .topbar-left { font-size: 12px; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { justify-content: center; }
}

/* ─── WP Core Fixes ─── */
.wp-block-image { margin: 0; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute; }
