:root {
  --primary: #E10600;
  --primary-dark: #B50000;
  --secondary: #FFC800;
  --secondary-dark: #F5B400;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --gray: #F2F2F2;
  --color-theme: #E10600;
}

/* Accent text */
.wilmington i,.bag i,.dish-info i,.previous-posts a,.address i,
.cafa i,.cafa h4 a:hover,a.button-2.non,ul.food-dishes li i,.comment h2 span,.counter-container h3,
.cafa-button a,.food-photo-section a i,.services-card-style i,ul.crumbs li a i,.title-checkout h6,
.count-time h2,.count-time span,.counter-img-data h2,.team-description i,.title-container span,
.reviews-img i,.thomas i,.news-post-two h6 a:hover,ul.footer-menu li a:hover,.pricing-plan-list h5 i,
ul.crumbs li.two i,ul.paragraph li i,.choose-lunches h3,.star i,.services-card-style h4 a:hover,
.comment-text span,li.hide-button h6,.totel-price h2,.error-page h2 {
  color: var(--color-theme);
}

/* Accent backgrounds */
.cafa-button a:hover,.quickeat a,ul.social-media li a i:hover,
.banner-img h4,.button-price,.menu-dish li:before,.hours i,.services-card-style:hover i,
.error-page a i,.questions i,.join-img-blog i,.pricing-table-cards h6,.blog-list li:before,
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before,.page-loader,
.wilmington.location-restaurant i {
  background-color: var(--color-theme);
}

/* Buttons — primary red, hover dark red */
.button-2 {
  border-color: var(--primary) !important;
}

/* Dolu buton: tam kırmızı arka plan — geniş butonlarda yazı kaybolmasın */
.button-2:not(.non) {
  background-color: var(--primary) !important;
  background-image: none !important;
  color: #fff !important;
}

.button-2:not(.non):hover {
  color: var(--primary) !important;
  background-color: transparent !important;
  background-image: linear-gradient(30deg, var(--primary) 50%, transparent 50%) !important;
  background-size: 500px !important;
  background-position: 100% !important;
}

/* Outline buton (.non): hover'da beyaz yazı — kırmızı arka plan üzerinde kaybolmasın */
.button-2.non:hover,
.button-2.non:hover i {
  color: var(--white) !important;
}

.button-price {
  background-color: var(--primary) !important;
}

.button-price:hover {
  background-color: var(--primary-dark) !important;
}

/* Logo */
.burgerrio-logo {
  max-height: 95px;
  width: auto;
  max-width: 220px;
  display: block;
}

.burgerrio-logo-footer {
  max-height: 110px;
  width: auto;
  max-width: 240px;
  display: block;
}

.res-log .burgerrio-logo {
  max-height: 88px;
}

/* Header menü — tek satır, kayma yok */
.navbar-links {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  flex-shrink: 0;
}

.navbar-links li a {
  white-space: nowrap;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.25;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .navbar-links li a {
    padding: 10px 10px;
    font-size: 14px;
  }
}

header .navbar {
  width: 100%;
  justify-content: center;
}

header .extras.bag .button-2 {
  white-space: nowrap;
  font-size: 13px;
  padding: 10px 16px;
  min-height: 44px;
  line-height: 1.2;
}

/* İç sayfa header — breadcrumb / menü çakışmasını önle */
body.page-inner header {
  position: relative;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body.page-inner .hero-section.about {
  padding-top: 0;
}

body.page-inner .about-text.pricing-table {
  text-align: left;
}

body.page-inner .about-text.pricing-table h2 {
  margin-left: 0;
  margin-right: auto;
  width: 61%;
}

body.page-inner .about-text.pricing-table p {
  width: 73%;
  margin-left: 0;
  margin-right: auto;
}

body.page-inner .about-text.pricing-table ul.crumbs {
  justify-content: flex-start;
}

ul.crumbs li a,
ul.crumbs li span {
  color: #cfcfcf;
  text-decoration: none;
  cursor: default;
}

ul.crumbs li.two a,
ul.crumbs li.two span {
  color: #363636;
  font-weight: 600;
}

ul.crumbs li a i,
ul.crumbs li span i {
  padding-right: 10px;
  font-size: 10px;
}

ul.crumbs li.two i {
  padding-right: 8px;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .burgerrio-logo {
    max-height: 82px;
  }
}

@media (max-width: 991px) {
  .burgerrio-logo {
    max-height: 72px;
  }
}

/* Hero tezgah görseli — biraz küçük */
.img-restaurant .hero-tezgah {
  width: 72%;
  max-width: 440px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .img-restaurant .hero-tezgah {
    width: 85%;
    max-width: 360px;
  }
}

/* Kazanç potansiyeli — senaryo kartları */
.profit-section {
  background-color: var(--black);
  color: var(--white);
}

.profit-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}

.profit-intro h2 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 12px;
}

.profit-intro p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 16px;
}

.profit-intro strong {
  color: var(--secondary);
}

.profit-cards-row {
  row-gap: 24px;
}

.profit-card {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  background: #111;
}

.profit-card-header {
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 16px 14px;
}

.profit-card-red .profit-card-header {
  background: var(--primary);
  color: var(--white);
}

.profit-card-gold .profit-card-header {
  background: var(--secondary);
  color: var(--black);
}

.profit-card-body {
  padding: 22px 22px 26px;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 18px 18px;
}

.profit-card-red .profit-card-body {
  border-color: var(--primary);
}

.profit-card-gold .profit-card-body {
  border-color: var(--secondary);
}

.profit-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profit-card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profit-card-list li:last-child {
  border-bottom: none;
}

.profit-card-list i {
  width: 22px;
  text-align: center;
  color: var(--secondary);
  flex-shrink: 0;
}

.profit-card-red .profit-card-list i {
  color: var(--primary);
}

.profit-card-list strong {
  color: var(--white);
  font-weight: 700;
}

.profit-card-total {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.profit-card-total span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 8px;
}

.profit-card-total strong {
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.profit-card-red .profit-card-total strong {
  color: var(--primary);
}

.profit-card-gold .profit-card-total strong {
  color: var(--secondary);
}

.profit-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.profit-note i {
  margin-top: 2px;
  flex-shrink: 0;
}

.profit-cta {
  text-align: center;
  margin-top: 28px;
}

.page-home .profit-section.gap {
  padding-top: 48px;
  padding-bottom: 56px;
}

@media (max-width: 991px) {
  .profit-card-total strong {
    font-size: 28px;
  }
}

/* Kazanç potansiyeli — detay sayfası */
.profit-detail-section {
  background: #f8f8f8;
}

.profit-detail-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.profit-detail-intro h2 {
  font-weight: 700;
  margin-bottom: 12px;
}

.profit-detail-intro p {
  margin: 0;
  color: #666;
}

.profit-detail-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.profit-detail-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.profit-detail-table th,
.profit-detail-table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.profit-detail-table th {
  background: var(--black);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.profit-detail-table th:first-child,
.profit-detail-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.profit-detail-table tbody tr:last-child td {
  border-bottom: none;
}

.profit-detail-highlight td {
  background: rgba(225, 6, 0, 0.06);
  color: var(--black);
}

.profit-detail-highlight strong {
  color: var(--primary);
  font-size: 18px;
}

.profit-model-section {
  background: #fff;
}

.profit-model-text h2 {
  font-weight: 700;
  margin-bottom: 16px;
}

.profit-model-text > p {
  color: #666;
  margin-bottom: 24px;
}

.profit-model-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profit-model-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #444;
  line-height: 1.5;
}

.profit-model-list li:last-child {
  border-bottom: none;
}

.profit-model-list i {
  color: var(--primary);
  margin-top: 4px;
  flex-shrink: 0;
}

.profit-model-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.profit-stat-card {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 22px 20px;
  border: 1px solid #eee;
}

.profit-stat-card-wide {
  grid-column: 1 / -1;
}

.profit-stat-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.profit-stat-card strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
}

.profit-stat-card p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.profit-model-section .profit-cta {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.profit-model-section .profit-cta .button {
  margin: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .profit-model-stats {
    margin-top: 32px;
  }
}

/* İş ortağı — CTA banner */
.partner-cta-banner {
  background: #f8f8f8;
}

.partner-banner-inner {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1515 55%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 48px 48px 40px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.partner-banner-inner::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(225, 6, 0, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.partner-banner-tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.partner-banner-inner h2 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
  margin-bottom: 14px;
  max-width: 520px;
}

.partner-banner-inner > .row > .col-lg-7 > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
  max-width: 540px;
  margin-bottom: 22px;
}

.partner-banner-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.partner-banner-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
}

.partner-banner-points i {
  color: var(--secondary);
  font-size: 16px;
}

.partner-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.partner-banner-img {
  text-align: center;
  position: relative;
  z-index: 1;
}

.partner-banner-img img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* İş ortağı — hero arka plan */
.partner-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 10, 10, 0.82) 0%,
    rgba(20, 10, 10, 0.62) 45%,
    rgba(30, 15, 15, 0.35) 100%
  );
  pointer-events: none;
}

.partner-hero > .container {
  position: relative;
  z-index: 1;
}

.partner-hero .about-text h2 {
  color: #fff;
  width: 100%;
}

.partner-hero .about-text p {
  color: rgba(255, 255, 255, 0.88);
  width: 100%;
}

.partner-hero ul.crumbs li.two span {
  color: #fff;
}

.partner-hero ul.crumbs li.two i {
  color: var(--secondary);
}

@media (max-width: 991px) {
  .partner-banner-inner {
    padding: 36px 28px 32px;
  }

  .partner-banner-img {
    margin-top: 28px;
  }
}

/* Sayaç bölümü — hizalı kartlar */
.counters-section .counters-row {
  row-gap: 24px;
}

.counters-section .counters-row > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

.counters-section .counters-heading {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 10px;
}

.counters-section .counters-heading h2 {
  margin: 0;
}

.counters-section .count-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 130px;
  padding: 36px 28px;
  margin: 0;
}

.counters-section .count-time .count-value {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  gap: 4px;
}

.counters-section .count-time h2 {
  padding-right: 0 !important;
  margin: 0;
  line-height: 1;
  font-size: 52px;
}

.counters-section .count-time .count-value span {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  color: var(--color-theme);
}

.counters-section .count-time p {
  margin: 0;
  line-height: 1.35;
  font-size: 16px;
  max-width: 110px;
}

@media (max-width: 991px) {
  .counters-section .count-time {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    min-height: auto;
    padding: 30px 20px;
  }

  .counters-section .count-time p {
    max-width: none;
  }

  .counters-section .counters-heading {
    justify-content: center;
    text-align: center;
    padding-right: 0;
    margin-bottom: 8px;
  }
}

/* Nasıl Çalışır? — adım görselleri */
.works-section .work-card-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .works-section .work-card-img {
    max-width: 240px;
    max-height: 155px;
  }
}

@media (max-width: 575px) {
  .works-section .work-card-img {
    max-width: 100%;
    max-height: 140px;
  }
}

/* Hero — Ayın Lezzeti kartı küçük görseli */
.img-restaurant .wilmington img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  object-fit: contain;
  flex-shrink: 0;
  background-color: var(--black);
  border-radius: 10px;
  padding: 6px;
}

@media (max-width: 575px) {
  .img-restaurant .wilmington img {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
/* Ürün kartı görselleri */
.logos-card .product-thumb {
  width: 110px;
  height: 110px;
  min-width: 110px;
  object-fit: contain;
  background-color: var(--black);
  padding: 10px;
  border-radius: 15px;
}

.best-restaurants .logos-card.three {
  background-color: #fff;
}

/* Hero — tek CTA butonu */
.restaurant .nice-select-one {
  display: flex;
  align-items: center;
}

/* Yorum avatarı */
.review-avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 22px;
}

.thomas .review-role {
  font-size: 13px;
  color: #999;
  margin: 4px 0 8px;
  line-height: 1.3;
}

/* İş ortaklığı bölümü görselleri */
.join-partnership .join-img .join-section-img {
  width: 100%;
  max-height: 320px;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.62);
}

.join-partnership .join-img .Join-courier {
  top: auto;
  bottom: 0;
  left: 0;
  right: 50px;
  z-index: 2;
  padding: 32px 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.72) 38%,
    rgba(10, 10, 10, 0.92) 100%
  );
  border-radius: 0 0 20px 20px;
}

.join-partnership .Join-courier h3 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.join-partnership .Join-courier .button.button-2:hover,
.join-partnership .Join-courier .button.button-2:hover i {
  color: var(--primary) !important;
  background-color: var(--white) !important;
  background-image: none !important;
  border-color: var(--white) !important;
}

@media (max-width: 991px) {
  .join-partnership .join-img .Join-courier {
    right: 0;
  }
}

/* Haber görselleri */
.news-feature-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 20px;
}

.news-post-two .news-thumb {
  width: 120px;
  height: 120px;
  min-width: 120px;
  object-fit: contain;
  background-color: var(--black);
  padding: 8px;
}

/* Abonelik görseli */
.subscribe-img {
  width: 100%;
  max-width: 480px;
  max-height: 320px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Yorumlar bölümü — tezgah görseli */
.reviews-img .reviews-showcase-img {
  width: 100%;
  max-width: 520px;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Konsept tezgah görseli */
.food-photo-section > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Konsept tezgah — ürün şeridi */
.concept-showcase {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.concept-showcase .concept-tezgah-img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.concept-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.concept-products li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: static;
  background: var(--white);
  border-radius: 14px;
  padding: 14px 10px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.concept-products li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(225, 6, 0, 0.15);
}

.concept-products li a img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background-color: var(--black);
  border-radius: 10px;
  padding: 6px;
}

.concept-products li a span {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .concept-products {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }

  .concept-products li a {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .concept-products li a span {
    text-align: left;
  }
}

/* Mobil menü CTA */
.mobile-nav .mobile-cta {
  color: var(--primary) !important;
  font-weight: 700;
}

/* Ürünlerimiz sayfası */
.products-hero-img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

.product-detail-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  margin-bottom: 24px;
  scroll-margin-top: 100px;
}

.product-detail-img {
  background: var(--black);
  padding: 24px;
  text-align: center;
}

.product-detail-img img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.product-detail-body {
  padding: 28px 24px 32px;
}

.product-detail-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.product-detail-body > p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin: 16px 0 20px;
}

.product-specs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-specs li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.product-specs li i {
  color: var(--primary);
  margin-right: 8px;
}

.products-machines {
  background: var(--white);
}

.machine-card {
  background: #fcfcfc;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.machine-card > img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  background: var(--black);
  padding: 20px;
}

.machine-card-body {
  padding: 28px 30px 32px;
}

.machine-card-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.machine-card-body > p {
  color: #666;
  line-height: 26px;
  margin-bottom: 18px;
}

.machine-card-wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.machine-card-wide > img {
  max-height: 420px;
  height: 100%;
}

.machine-card-wide .machine-card-body {
  padding: 40px;
}

.product-specs-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 24px;
}

.product-specs-inline li {
  margin-bottom: 0;
}

.get-the-menu > p {
  color: #666;
  line-height: 26px;
  margin-bottom: 20px;
}

/* Ana sayfa — bölüm aralıkları */
.page-home .gap {
  padding: 56px 0;
}

.page-home .hero-section.gap {
  padding-top: 72px;
  padding-bottom: 56px;
}

.page-home .works-section .work-card {
  padding-top: 24px;
}

.page-home .button-gap {
  padding-top: 20px;
}

.page-home .join-img {
  padding-top: 40px;
}

.page-home .reviews-content h4 {
  padding-top: 24px;
}

.page-home .news-section h2 {
  margin-bottom: 8px;
}

/* İç sayfalar — biraz daha sıkı */
.page-inner .gap {
  padding: 72px 0;
}

@media (max-width: 991px) {
  .page-home .gap {
    padding: 44px 0;
  }
}

/* İç sayfa görselleri */
.contact-hero-img,
.about-hero-img,
.about-section-img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 16px;
}

.about-team-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 16px;
}

.contact-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  flex: 1 1 42%;
  min-width: 300px;
  background: linear-gradient(135deg, #f8f8f8 0%, #ececec 100%);
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
}

.contact-map-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
    repeating-linear-gradient(0deg, transparent, transparent 39px, #ddd 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, #ddd 40px);
  opacity: 0.45;
}

.contact-map-link .button {
  position: relative;
  z-index: 1;
}

.contact-map-data {
  display: flex;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-map-data .join-courier.content {
  flex: 1 1 52%;
  min-width: 300px;
}

.contact-map-preview {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 32px 28px;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-map-preview .button.button-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  min-height: 48px;
  height: auto;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
  max-width: 100%;
}

.contact-map-preview .button.button-2 i {
  padding-left: 0;
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}

.contact-map-preview i {
  font-size: 42px;
  color: var(--primary);
  margin-bottom: 14px;
}

.contact-map-preview h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-map-preview p {
  color: #666;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.5;
}

/* İletişim — bilgi kartları */
.contact-info-cards {
  margin-top: 32px;
  row-gap: 16px;
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  min-height: 108px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(225, 6, 0, 0.25);
  color: inherit;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(225, 6, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon i {
  font-size: 18px;
  color: var(--primary);
  display: block;
  line-height: 1;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
  font-style: normal;
  font-weight: 900;
}

.contact-info-icon .fa-brands {
  font-weight: 400;
}

.contact-info-body {
  flex: 1;
  min-width: 0;
  padding-right: 4px;
}

.contact-info-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
}

.contact-info-body strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.contact-info-card[href^="mailto"] .contact-info-body strong {
  font-size: 14px;
  letter-spacing: -0.01em;
}

.contact-info-meta {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 1.35;
}

.contact-info-icon-wa {
  background: rgba(37, 211, 102, 0.15) !important;
}

.contact-info-icon-wa i {
  color: #25d366 !important;
  font-size: 20px;
}

.contact-info-link-icon {
  color: #bbb;
  font-size: 13px;
  flex-shrink: 0;
  align-self: center;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contact-info-card:hover .contact-info-link-icon {
  color: var(--primary);
  transform: translate(2px, -2px);
}

@media (max-width: 991px) {
  .contact-info-body strong {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* Franchise başvuru formları */
.hero-section .join-courier {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 5;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.join-courier .blog-form .name-form {
  position: relative;
  margin-top: 16px;
}

.join-courier .blog-form .name-form:first-of-type {
  margin-top: 0;
}

.join-courier .blog-form .name-form input,
.join-courier .blog-form .name-form input[type="text"],
.join-courier .blog-form .name-form input[type="email"],
.join-courier .blog-form .name-form input[type="tel"] {
  color: #333;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 52px;
  padding: 0 16px 0 46px;
  border-radius: 10px;
  margin-top: 0;
  outline: none;
  background: #fff;
  font-size: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.join-courier .blog-form .name-form input::placeholder {
  color: #aaa;
}

.join-courier .blog-form .name-form i {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #999;
  font-size: 18px;
  pointer-events: none;
  z-index: 3;
}

.join-courier .blog-form textarea {
  width: 100%;
  padding: 16px 18px;
  margin-top: 16px;
  border-radius: 12px;
  min-height: 120px;
  color: #333;
  border: 1px solid #e5e5e5;
  outline: none;
  margin-bottom: 0;
  font-size: 15px;
  resize: vertical;
  box-sizing: border-box;
}

.join-courier .blog-form textarea::placeholder {
  color: #aaa;
}

.join-courier .blog-form .button-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

body.menu-layer:not(.active):before {
  pointer-events: none;
}

footer ul.social-media {
  flex-wrap: wrap;
  gap: 4px 0;
}

/* WhatsApp float butonu */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.whatsapp-float:hover {
  color: #fff;
  background: #1ebe57;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}

.whatsapp-float i {
  font-size: 30px;
  line-height: 1;
}

.whatsapp-float span {
  display: none !important;
}

@media (max-width: 575px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float i {
    font-size: 28px;
  }
}

/* Footer sosyal medya ikonları */
footer ul.social-media li a i {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.06);
  font-size: 16px;
}

footer ul.social-media li a:hover i {
  color: #fff !important;
  border-color: var(--primary) !important;
  background: var(--primary) !important;
}

/* Abone formu placeholder */
.get-the-menu input[type="text"]::placeholder,
.get-the-menu input[type="email"]::placeholder {
  color: #888 !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .machine-card-wide {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   BurgerRio — mobil optimizasyon (tüm site)
   ============================================================ */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

/* Tablet + mobil: ana sayfa header hero üstüne binmesin */
@media (max-width: 1199px) {
  body.page-home header {
    position: relative;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  body.page-home .hero-section.gap {
    padding-top: 24px !important;
  }

  body.page-home .hero-section {
    padding-top: 0 !important;
  }

  body.page-home header .burgerrio-logo {
    max-height: 80px !important;
    max-width: 210px !important;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Header — ana sayfa mobil: akışta, hero üstüne binmesin */
  body.page-home header,
  body.page-inner header {
    position: relative;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    padding: 12px 0 14px !important;
  }

  header .header-style > a {
    flex: 1;
    min-width: 0;
  }

  header .burgerrio-logo {
    max-height: 80px !important;
    max-width: 210px !important;
    width: auto;
    height: auto;
  }

  .res-log .burgerrio-logo {
    max-height: 72px !important;
    max-width: 200px !important;
  }

  .header-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .header-style .extras.bag {
    display: flex !important;
    align-items: center;
    margin: 0;
    flex-shrink: 0;
  }

  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f5f5f5;
    cursor: pointer;
    flex-shrink: 0;
  }

  .bar-menu i {
    font-size: 18px !important;
    color: var(--primary) !important;
  }

  /* Mobil menü */
  #mobile-nav.mobile-nav {
    display: block !important;
    width: min(88vw, 320px);
    padding: 56px 24px 24px;
    z-index: 10001;
  }

  #mobile-nav.mobile-nav ul {
    margin: 0;
    padding: 0;
  }

  #mobile-nav.mobile-nav ul li a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
  }

  #mobile-nav.mobile-nav .mobile-cta {
    margin-top: 8px;
    padding: 14px 16px !important;
    background: var(--primary);
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    border-bottom: none;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  /* Hero — header artık absolute değil, üst boşluk sadece nefes payı */
  body.page-home .hero-section.gap {
    padding-top: 20px !important;
    padding-bottom: 36px;
  }

  body.page-home .hero-section {
    padding-top: 0 !important;
  }

  .page-inner .hero-section.about {
    padding-top: 0 !important;
  }

  .hero-section {
    padding-top: 0 !important;
  }

  .page-home .hero-section .restaurant {
    padding-top: 4px;
  }

  .restaurant h1 {
    width: 100% !important;
    font-size: clamp(26px, 6.8vw, 38px) !important;
    line-height: 1.15 !important;
    margin-bottom: 14px;
  }

  .restaurant p {
    width: 100% !important;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
  }

  .restaurant .nice-select-one {
    margin-top: 24px;
    width: 100%;
  }

  .restaurant .nice-select-one .button.button-2 {
    width: 100%;
    justify-content: center;
  }

  .img-restaurant {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    min-height: 0;
  }

  .img-restaurant .hero-tezgah {
    order: 1;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto;
  }

  .img-restaurant .wilmington {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 340px;
    order: 2;
    padding: 14px 16px;
    margin: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .img-restaurant .wilmington.location-restaurant {
    order: 3;
    max-width: 340px;
  }

  .img-restaurant .wilmington img {
    padding-right: 12px;
  }

  /* Bölüm başlıkları */
  .hading h2,
  .food-content-section h2,
  .news-section h2,
  .join-partnership h2,
  .reviews-content h2,
  .profit-intro h2,
  .about-text h2,
  .about-text.pricing-table h2 {
    font-size: clamp(24px, 5.5vw, 34px) !important;
    line-height: 1.2 !important;
    width: 100% !important;
  }

  .hading p,
  .food-content-section p {
    width: 100% !important;
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.page-inner .about-text.pricing-table h2,
  body.page-inner .about-text.pricing-table p {
    width: 100% !important;
  }

  .page-home .gap,
  .page-inner .gap {
    padding: 40px 0 !important;
  }

  /* Konsept tezgah bölümü */
  .your-favorite-food .food-content-section {
    margin-top: 28px;
    text-align: left;
  }

  .your-favorite-food .food-content-section .button.button-2 {
    width: 100%;
    justify-content: center;
  }

  .concept-showcase .concept-tezgah-img {
    max-width: 100%;
  }

  .concept-products {
    grid-template-columns: 1fr !important;
    max-width: none !important;
    width: 100%;
    gap: 10px;
  }

  .concept-products li a {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .concept-products li a span {
    text-align: left;
    font-size: 15px;
  }

  .concept-products li a img {
    width: 56px;
    height: 56px;
  }

  /* Ürün kartları */
  .logos-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }

  .logos-card .cafa,
  .cafa {
    margin-left: 0;
    margin-top: 16px;
  }

  .logos-card .product-thumb {
    width: 96px;
    height: 96px;
    min-width: 96px;
  }

  /* Kazanç kartları */
  .profit-card-total strong {
    font-size: 26px;
  }

  .profit-cta .button,
  .button-gap .button {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .profit-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Yorumlar */
  .reviews-img {
    margin-top: 0 !important;
    padding-top: 24px;
  }

  .reviews-img img,
  .reviews-img .reviews-showcase-img {
    margin-top: 0 !important;
    max-height: 360px;
  }

  .reviews-img i {
    top: 8% !important;
    font-size: 42px !important;
  }

  .reviews-content h4 {
    font-size: 17px !important;
    line-height: 1.5 !important;
    padding-top: 16px !important;
  }

  .custome.owl-carousel .owl-nav {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .custome.owl-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary) !important;
    color: #fff !important;
  }

  /* İş ortaklığı */
  .join-partnership .join-img {
    padding-top: 20px;
  }

  .join-partnership .join-img:before {
    display: none;
  }

  .join-partnership .join-img .join-section-img {
    min-height: 220px;
    max-height: 260px;
    border-radius: 16px;
  }

  .join-partnership .join-img .Join-courier {
    padding: 24px 18px 18px;
    border-radius: 0 0 16px 16px;
  }

  /* Haberler */
  .news-post-two {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .news-post-two .news-thumb {
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
  }

  .news-post-two-data {
    margin-left: 0 !important;
    margin-top: 16px !important;
  }

  .news-post-two-data p {
    display: block !important;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .news-post-two h6 a {
    font-size: 16px;
    line-height: 1.35;
  }

  /* Footer */
  .footer-description {
    text-align: center;
    margin-bottom: 28px;
  }

  .footer-description p {
    width: 100% !important;
  }

  .footer-two {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-two .privacy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  footer ul.social-media {
    justify-content: center;
  }

  /* İş ortağı banner */
  .partner-banner-inner h2 {
    max-width: none;
  }

  .partner-banner-actions {
    flex-direction: column;
  }

  .partner-banner-actions .button {
    width: 100%;
    justify-content: center;
  }

  .partner-hero .about-text h2 {
    font-size: clamp(26px, 6vw, 36px) !important;
  }

  /* İletişim */
  .contact-info-card {
    min-height: auto;
  }

  .contact-map-data {
    flex-direction: column;
  }

  .contact-map-link,
  .contact-map-data .join-courier.content {
    min-width: 0;
    flex: 1 1 100%;
  }

  .profit-detail-table-wrap {
    margin-left: -6px;
    margin-right: -6px;
    border-radius: 12px;
  }

  /* Nasıl çalışır */
  .works-section .work-card {
    padding-top: 12px;
    margin-bottom: 8px;
  }

  .works-section .work-card h4 {
    font-size: 18px;
    margin-top: 12px;
  }

  /* Abone formu */
  .get-the-menu form {
    flex-direction: column;
    align-items: stretch;
  }

  .get-the-menu input[type="text"],
  .get-the-menu input[type="email"] {
    width: 100% !important;
    margin-bottom: 12px;
  }

  .get-the-menu form i {
    top: 22% !important;
    left: 14px !important;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  header .burgerrio-logo {
    max-height: 72px !important;
    max-width: 195px !important;
  }

  body.page-home .hero-section.gap {
    padding-top: 16px !important;
  }

  body.page-home .hero-section,
  .hero-section {
    padding-top: 0 !important;
  }

  .restaurant h1 {
    font-size: clamp(24px, 7vw, 32px) !important;
  }

  .button,
  .button-2 {
    font-size: 14px;
    min-height: 48px;
    padding: 0 18px;
  }

  .profit-card-body {
    padding: 18px 16px 20px;
  }

  .profit-card-list li {
    font-size: 14px;
    padding: 8px 0;
  }

  .profit-card-total strong {
    font-size: 24px;
  }

  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .whatsapp-float i {
    font-size: 26px;
  }

  .product-detail-body {
    padding: 22px 18px 26px;
  }

  .machine-card-body {
    padding: 22px 18px 26px;
  }

  .join-courier .blog-form .button-price {
    min-height: 48px;
  }

  ul.crumbs {
    flex-wrap: wrap;
    gap: 4px 0;
  }

  .page-inner .hero-section.about {
    padding-bottom: 24px;
  }
}

@media (max-width: 380px) {
  .restaurant h1 {
    font-size: 22px !important;
  }

  .concept-products li a img {
    width: 48px;
    height: 48px;
  }
}
