/* Bi' Kova Pilav — bikovapilav.com/yeni ile uyumlu tema */

:root {
  --primary-color: #EC7706;
  --bs-orange: #EC7706;
  --bs-success: #EC7706;
  --bs-success-rgb: 236, 119, 6;
}

.btn-success, .btn-warning {
  background-color: #EC7706 !important;
  border-color: #EC7706 !important;
  color: #fff !important;
}
.btn-success:hover, .btn-warning:hover {
  background-color: #d36a05 !important;
  border-color: #ba5e04 !important;
}
.btn-outline-success {
  color: #EC7706 !important;
  border-color: #EC7706 !important;
}
.btn-outline-success:hover, .btn-outline-success.active, #menuTabs .btn-success {
  background-color: #EC7706 !important;
  border-color: #EC7706 !important;
  color: #fff !important;
}
.bg-success, .bg-warning, .bg-info, .bg-primary {
  background-color: #EC7706 !important;
}
.text-success, .text-warning, .text-info, .text-primary {
  color: #EC7706 !important;
}
.badge.bg-success, .badge.bg-warning {
  background-color: #EC7706 !important;
}
.spinner-border.text-primary, .spinner-border.text-warning {
  color: #EC7706 !important;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding-top: 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #212529;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .btn {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

main { flex: 1; }

@media (max-width: 991px) {
  body { padding-top: 70px; }
}

/* Navbar */
.navbar {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,.1);
  z-index: 1050;
}
.navbar-brand img { max-height: 48px; width: auto; }
.nav-link {
  color: #212529 !important;
  font-weight: 500;
  padding: .5rem 1rem !important;
}
.nav-link:hover, .nav-link.active {
  color: var(--primary-color) !important;
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
  }
}

/* Hero Video */
.hero-video-container {
  position: relative;
  width: 100vw;
  height: 700px;
  overflow: hidden;
  background: #000;
  margin: 0;
  padding: 0;
  margin-left: calc(-50vw + 50%);
}
.hero-video-wrapper {
  position: absolute;
  inset: 0;
}
.hero-video-wrapper iframe,
.hero-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
  object-fit: cover;
}
.hero-video-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.1);
  z-index: 1;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 800px;
}
.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
  margin-bottom: 1rem;
  line-height: 1.1;
}
.hero-content p {
  font-size: 1.5rem;
  font-weight: 500;
  text-shadow: 1px 1px 5px rgba(0,0,0,.5);
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .hero-video-container { height: 400px; }
  .hero-content h1 { font-size: 2rem; }
  .hero-content p { font-size: 1rem; margin-bottom: 1.5rem; }
}

/* Carousel */
#campaignCarousel .carousel-inner { border-radius: 15px; overflow: hidden; }
#campaignCarousel .carousel-item img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.5));
}

/* Section titles */
.section-label {
  color: var(--primary-color);
  font-weight: 600;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* Product cards */
.product-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s;
  height: 100%;
  background: #fff;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(236,119,6,.2);
}
.product-card .product-img-wrap {
  height: 380px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 992px) {
  .menu-item .product-card .product-img-wrap { height: 420px; }
  #menuGrid .product-card .product-img-wrap { height: 400px; }
}
.product-card .card-body {
  background: #fff;
}
.product-card .product-img-wrap img,
.product-card img.protected-img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Korumalı ürün görselleri */
.protected-media {
  user-select: none;
  -webkit-user-select: none;
}
.protected-media img.protected-img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.protected-media-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}

/* Instagram akışı */
.instagram-section {
  background: linear-gradient(180deg, #fff 0%, #fff8f0 100%);
  border-top: 1px solid #f0e6da;
  margin-bottom: 0;
  padding-bottom: 3rem !important;
}
.instagram-head .section-label i { margin-right: .25rem; }
.instagram-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
  height: 100%;
}
.instagram-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(236,119,6,.18);
}
.instagram-card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}
.instagram-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.instagram-card:hover .instagram-card-img img {
  transform: scale(1.06);
}
.instagram-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: opacity .3s;
}
.instagram-card:hover .instagram-card-overlay { opacity: 1; }
.instagram-card-caption {
  padding: 14px 16px;
  margin: 0;
  font-size: .85rem;
  color: #666;
  line-height: 1.5;
  border-top: 1px solid #f5f5f5;
}
.product-card .badge-fav {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #EC7706;
  color: #fff;
  font-size: .7rem;
  padding: .35rem .65rem;
  border-radius: 999px;
}

/* Branch cards */
.branch-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.branch-card .branch-photo {
  height: 220px;
  background: #f5f5f5;
}
.branch-card .branch-photo img,
.branch-card .branch-photo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.order-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
}
.order-btn:hover { opacity: .9; color: #fff; }
.bg-ys { background: #fa0050; }
.bg-getir { background: #5d3ebc; }
.bg-ty { background: #f27a1a; }
.bg-maps { background: #fff; color: #333 !important; border: 1px solid #ddd; }
.bg-call { background: #333; }
/* Page banner (iç sayfalar) */
.page-banner {
  background: linear-gradient(135deg, #fff8f0, #fff);
  border-bottom: 1px solid #eee;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
.page-banner h1 {
  font-weight: 700;
  color: #212529;
  margin-bottom: .5rem;
}

.prose p { color: #495057; line-height: 1.8; margin-bottom: 1rem; }
.prose h2, .prose h3 { font-weight: 700; margin-top: 1.5rem; margin-bottom: .75rem; }

.form-step-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  margin-bottom: 1.25rem;
}
.form-step-card .step-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #EC7706;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: .5rem;
}

/* About showcase */
.about-img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-bottom: .5rem;
  color: #6c757d;
}
.check-list i { color: #EC7706; margin-top: .15rem; }

/* Franchise CTA box */
.franchise-box {
  background: linear-gradient(135deg, #fff8f0, #fff);
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  border: 1px solid #ffe8cc;
}

/* Prose */
.prose p { color: #495057; line-height: 1.8; margin-bottom: 1rem; }
.prose h2, .prose h3 { font-weight: 700; margin-top: 1.5rem; margin-bottom: .75rem; }

/* Footer — boşluk/beyaz şerit olmasın */
.site-footer {
  margin-top: 0 !important;
}
main > section:last-child,
main > .container:last-child {
  margin-bottom: 0;
}

/* Bot koruması gizli alanlar */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
