/*
Theme Name: Yorukoglu Corporate V5.2 Premium
Theme URI: https://yorukoglunakliye.com.tr/
Author: syurtlu
Description: Yörükoğlu Nakliye için premium, kurumsal, siyah header'lı WordPress teması.
Version: 5.2
Text Domain: yorukoglu-corporate-v52
*/

*{box-sizing:border-box;margin:0;padding:0;}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:#e5e7eb;
  color:#0f172a;
  line-height:1.6;
}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;display:block;}
.container{width:92%;max-width:1280px;margin:0 auto;}

/* HEADER */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:#020617; /* siyaha yakın koyu header */
  color:#e5e7eb;
  border-bottom:1px solid rgba(148,163,184,.5);
  box-shadow:0 10px 24px rgba(0,0,0,.6);
}
.header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  padding:12px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-logo img{
  height:64px; /* logo daha büyük */
  width:auto;
}
.brand-text-title{
  font-size:21px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.brand-text-sub{
  font-size:11px;
  color:#9ca3af;
}
.main-nav ul{
  list-style:none;
  display:flex;
  justify-content:center;
  gap:24px;
}
.main-nav li a{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.16em;
  padding-bottom:4px;
  color:#e5e7eb;
  border-bottom:2px solid transparent;
}
.main-nav li a:hover,
.main-nav .current-menu-item>a{
  color:#facc15;
  border-color:#facc15;
}
.header-contact{
  font-size:11px;
  text-align:right;
}
.header-contact strong{
  color:#fbbf24;
}

/* LAYOUT */
.page-wrap{padding-top:8px;}
.layout{
  display:flex;
  gap:24px;
  margin:32px 0;
}
.left-sidebar,
.right-sidebar{
  width:240px;
}
.content-area{
  flex:1 1 auto;
}
.sidebar-box{
  background:#f9fafb;
  border-radius:16px;
  padding:14px 14px 12px;
  border:1px solid #d1d5db;
  margin-bottom:14px;
  font-size:13px;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
}
.sidebar-title{
  font-size:15px;
  font-weight:600;
  margin-bottom:6px;
  color:#111827;
}

/* Takvim widget'ı küçük olsun */
.widget_calendar{
  font-size:11px;
}
.widget_calendar table{
  width:100%;
  border-collapse:collapse;
}
.widget_calendar caption{
  font-size:12px;
  padding:4px 0;
}
.widget_calendar th,
.widget_calendar td{
  padding:4px 5px;
}
.widget_calendar th{
  font-weight:600;
}

/* HERO */
.hero{
  background:linear-gradient(135deg,#111827,#020617);
  color:#f9fafb;
  padding:60px 0 44px;
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
}
.hero-text{max-width:640px;}
.hero-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  border:1px solid rgba(250,204,21,.6);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#facc15;
  background:rgba(15,23,42,.7);
  margin-bottom:10px;
}
.hero-pill-dot{
  width:7px;
  height:7px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 5px rgba(34,197,94,.25);
}
.hero-title{
  font-size:36px;
  font-weight:800;
  margin-bottom:10px;
}
.hero-title span{
  color:#facc15;
}
.hero-subtitle{
  font-size:15px;
  color:#e5e7eb;
  margin-bottom:16px;
}
.hero-metrics{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  font-size:12px;
  color:#e5e7eb;
  margin-bottom:14px;
}
.hero-metric strong{
  font-size:18px;
  color:#facc15;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.1em;
  border:1px solid transparent;
  cursor:pointer;
}
.btn-primary{
  background:linear-gradient(135deg,#f97316,#facc15);
  color:#111827;
  box-shadow:0 15px 40px rgba(250,204,21,.5);
}
.btn-outline{
  border-color:rgba(249,250,251,.8);
  color:#f9fafb;
  background:transparent;
}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:11px;
  color:#e5e7eb;
  margin-top:10px;
}
.hero-badge{
  padding:4px 10px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.8);
  background:rgba(15,23,42,.6);
}
.hero-aside{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.hero-aside-card{
  background:#111827;
  border-radius:18px;
  padding:16px 16px 14px;
  border:1px solid rgba(75,85,99,.8);
  box-shadow:0 16px 34px rgba(15,23,42,.9);
}
.hero-aside-title{
  font-size:14px;
  font-weight:600;
  margin-bottom:4px;
  color:#f9fafb;
}
.hero-aside-text{
  font-size:12px;
  color:#e5e7eb;
}
.hero-aside-icon{
  width:32px;
  height:32px;
  border-radius:12px;
  background:linear-gradient(135deg,#facc15,#f97316);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
  color:#111827;
  font-weight:700;
}

/* SLIDER STRIP */
.slider-strip{
  padding:14px 0;
  background:#020617;
  border-top:1px solid #facc15;
  border-bottom:1px solid #020617;
  color:#e5e7eb;
}
.slider-strip-inner{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.slider-strip-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#e5e7eb;
}
.slider-strip-label strong{
  display:block;
  font-size:14px;
  margin-top:2px;
  color:#facc15;
}
.hero-swiper{
  width:100%;
  height:120px;
}
.hero-swiper .swiper-slide{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#0f172a;
}
.hero-swiper img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-swiper .slide-caption{
  position:absolute;
  left:10px;
  bottom:8px;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(15,23,42,.8);
  font-size:11px;
  color:#f9fafb;
}

/* SECTIONS */
.section{
  padding:46px 0;
}
.section-header{
  text-align:center;
  margin-bottom:26px;
}
.section-kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#6b7280;
  margin-bottom:6px;
}
.section-title{
  font-size:24px;
  font-weight:700;
  margin-bottom:6px;
  color:#111827;
}
.section-sub{
  font-size:14px;
  color:#4b5563;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}

/* SERVICE BLOCKS */
.service-block{
  background:#f9fafb;
  border-radius:20px;
  padding:18px 18px 16px;
  border:1px solid #d1d5db;
  box-shadow:0 16px 40px rgba(148,163,184,.45);
}
.service-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#1f2937;
  margin-bottom:4px;
}
.service-title{
  font-size:17px;
  font-weight:700;
  margin-bottom:6px;
  color:#0f172a;
}
.service-text{
  font-size:13px;
  color:#4b5563;
}
.service-meta{
  font-size:11px;
  color:#6b7280;
  margin-top:10px;
}

/* PAGE HEADER */
.page-header{
  background:linear-gradient(135deg,#111827,#020617);
  padding:38px 0 26px;
  color:#f9fafb;
  border-bottom:1px solid #020617;
}
.page-title{
  font-size:24px;
  font-weight:700;
}

/* FOOTER */
.site-footer{
  background:#020617;
  color:#e5e7eb;
  padding:28px 0 18px;
  margin-top:40px;
  border-top:1px solid #000000;
}
.footer-top{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-bottom:16px;
}
.footer-title{
  font-size:15px;
  font-weight:600;
  color:#f9fafb;
  margin-bottom:6px;
}
.footer-text{
  font-size:13px;
}
.footer-list{
  list-style:none;
  font-size:13px;
}
.footer-list li+li{
  margin-top:3px;
}
.footer-bottom{
  border-top:1px solid #020617;
  padding-top:8px;
  font-size:12px;
  display:flex;
  justify-content:space-between;
  gap:8px;
  flex-wrap:wrap;
  color:#9ca3af;
}

/* RESPONSIVE */
@media(max-width:980px){
  .header-inner{
    grid-template-columns:1fr;
    row-gap:8px;
  }
  .header-contact{
    text-align:left;
  }
  .main-nav ul{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .hero-inner{
    grid-template-columns:minmax(0,1fr);
  }
  .slider-strip-inner{
    grid-template-columns:minmax(0,1fr);
  }
  .layout{
    flex-direction:column;
  }
  .left-sidebar,
  .right-sidebar{
    width:100%;
  }
  .footer-top{
    grid-template-columns:minmax(0,1fr);
  }
}
