:root {
  --red: #ef1717;
  --dark: #1e1e22;
  --text: #2b2b2b;
  --muted: #666;
  --line: #ececec;
  --soft: #f7f7f7;
  --green: #76b46a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 980px; }
.center { text-align: center; }
.section { padding: 46px 0; }
.section-sm { padding: 36px 0 20px; }
.section-light { background: #fafafa; }
.section-muted { background: #fbfbfb; }
.section-white { background: #fff; }
.topbar {
  background: #17181b; color: #fff; font-size: 13px;
}
.topbar-inner, .top-left, .top-right { display: flex; align-items: center; }
.topbar-inner { justify-content: space-between; min-height: 42px; gap: 20px; }
.top-left, .top-right { gap: 20px; }
.top-left a, .socials { opacity: .95; }
.top-left i, .top-right i { margin-right: 6px; }
.search-mini { color: #d8d8d8; }
.lang { background: var(--red); color: #fff; font-size: 11px; padding: 3px 7px; border-radius: 3px; margin-left: 6px; }
.header {
  position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid #e8e8e8;
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 18px; }
.brand img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: 18px; font-size: 14px; }
.nav a { color: #444; display: inline-flex; align-items: center; gap: 7px; }
.nav a.active { color: var(--red); }
.menu-toggle {
  display: none; border: 0; background: transparent; font-size: 24px; cursor: pointer; color: #222;
}
.warning-title, .warning-subtitle, .warning-note { color: var(--red); margin: 0; }
.warning-title { font-size: 23px; font-weight: 700; }
.warning-subtitle { margin-top: 16px; font-size: 19px; font-weight: 700; line-height: 1.5; }
.warning-note { margin-top: 16px; font-size: 19px; font-weight: 700; }
.divider {
  display: flex; align-items: center; justify-content: center; margin: 18px auto 24px; color: #666;
}
.divider::before, .divider::after {
  content: ""; width: 70px; height: 1px; background: #ddd; margin: 0 12px;
}
.divider.small { margin-top: 8px; margin-bottom: 20px; }
.intro-text, .section-text {
  font-size: 15px; line-height: 1.9; color: #4d4d4d; max-width: 1000px; margin: 0 auto;
}
.edonusum-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; text-align: left;
}
.mini-card { display: flex; gap: 16px; align-items: flex-start; }
.icon-circle {
  width: 46px; height: 46px; min-width: 46px; border-radius: 50%; background: #fff; color: var(--red);
  border: 1px solid #f0f0f0; box-shadow: 0 12px 30px rgba(0,0,0,.05); display: grid; place-items: center;
}
.mini-card h4 { margin: 0 0 8px; font-size: 18px; }
.mini-card p { margin: 0; color: #555; line-height: 1.75; font-size: 14px; }
.section-title { font-size: 24px; margin: 0; font-weight: 500; }
.card-grid.four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.image-card img {
  width: 100%; height: 142px; object-fit: cover; border-radius: 2px;
}
.image-card h3, .product-card h3 {
  margin: 12px 0 0; font-size: 15px; font-weight: 500;
}
.slider-dots { margin-top: 22px; display: flex; justify-content: center; gap: 8px; }
.slider-dots button {
  width: 32px; height: 24px; border: 0; background: var(--red); color: #fff; border-radius: 3px; cursor: pointer;
}
.product-section { padding-top: 26px; }
.product-image-wrap {
  border: 2px solid rgba(118,180,106,.75); background: #fff; padding: 10px; height: 218px; display: flex; align-items: center; justify-content: center;
}
.product-image-wrap img { max-height: 100%; width: auto; object-fit: contain; }
.mid-note {
  margin-top: 38px; font-size: 18px; font-weight: 600; color: #2d2d2d;
}
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 52px; max-width: 980px; margin: 0 auto;
}
.feature-item { display: flex; align-items: center; gap: 16px; font-size: 18px; }
.feature-icon {
  width: 50px; height: 50px; border-radius: 50%; background: #fff; display: grid; place-items: center;
  color: var(--red); box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 28px;
}
.stat-box { padding: 10px 8px; }
.stat-box i { color: #575757; font-size: 32px; }
.stat-number { color: var(--red); font-weight: 700; font-size: 34px; margin-top: 12px; }
.stat-label { margin-top: 6px; color: #666; font-size: 14px; letter-spacing: .08em; }
.cta-band {
  background: linear-gradient(90deg, #17181b, #27282d); color: #fff; padding: 42px 0;
}
.cta-band h2 { font-size: 20px; font-weight: 500; margin: 0 0 20px; }
.cta-button {
  display: inline-flex; align-items: center; gap: 8px; background: #000; color: #fff; padding: 10px 18px; border-radius: 2px; font-weight: 600;
}
.contact-strip { padding: 24px 0 24px; }
.contact-bar {
  margin-top: 18px; display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--red); color: #fff; overflow: hidden;
}
.contact-bar > div { padding: 16px 18px; font-size: 14px; border-right: 1px solid rgba(255,255,255,.2); }
.contact-bar > div:last-child { border-right: 0; }
.footer {
  background: #1d1f23; color: #fff; padding: 26px 0 32px; position: relative;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 34px;
}
.footer h3 { color: #fff; margin: 0 0 18px; font-size: 18px; }
.footer p, .footer li { color: #d2d2d2; line-height: 1.95; font-size: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.contact-list i { color: var(--red); margin-right: 10px; width: 16px; }
.footer-socials i { margin-right: 14px; color: #fff; }
.whatsapp-float {
  position: fixed; left: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%;
  background: #2cc255; color: #fff; display: grid; place-items: center; font-size: 30px;
  box-shadow: 0 14px 24px rgba(0,0,0,.16); z-index: 35;
}
.scroll-top {
  position: fixed; right: 16px; bottom: 16px; width: 40px; height: 40px; border-radius: 3px; background: var(--red); color: #fff; display: grid; place-items: center;
}
@media (max-width: 1100px) {
  .nav { gap: 12px; font-size: 13px; }
  .card-grid.four, .stats-grid, .feature-grid, .edonusum-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-bar { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .topbar { display: none; }
  .menu-toggle { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid #ececec;
    flex-direction: column; align-items: flex-start; padding: 14px 16px; display: none;
  }
  .nav.open { display: flex; }
  .card-grid.four, .stats-grid, .feature-grid, .edonusum-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-item { font-size: 16px; }
  .warning-subtitle, .warning-note { font-size: 16px; }
  .warning-title { font-size: 21px; }
  .section-title { font-size: 22px; }
}


.product-slider {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
}
.product-slider-window {
  overflow: hidden;
  width: 100%;
}
.product-track {
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}
.product-track .product-card {
  flex: 0 0 25%;
  padding: 0 12px;
}
.product-card {
  text-align: center;
}
.product-nav {
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--red);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.product-nav:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.product-dots {
  margin-top: 18px;
}
.product-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8d8d8;
  border: 0;
  padding: 0;
}
.product-dots button.active {
  background: var(--red);
}

@media (max-width: 1100px) {
  .product-track .product-card {
    flex-basis: 50%;
  }
}

@media (max-width: 820px) {
  .product-slider {
    grid-template-columns: 40px 1fr 40px;
    gap: 8px;
  }
  .product-track .product-card {
    flex-basis: 100%;
    padding: 0 6px;
  }
  .product-image-wrap {
    height: 190px;
  }
}
/* Açılır menü */

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 20px 0;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  transition: 0.3s;
}

.nav-menu > li > a:hover {
  color: #e60000;
}

/* Açılır alt menü */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  max-width: 260px;
  background: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  border-radius: 6px;
  padding: 8px 0;
  list-style: none;
  display: none;
  z-index: 9999;
}

.dropdown-menu li {
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  display: block;
  padding: 11px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}

.dropdown-menu li a:hover {
  background: #f8f8f8;
  color: #e60000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
/* Otomatik slider bölümü */
.auto-slider {
  padding: 60px 0;
  text-align: center;
  background: #f7f7f7;
}

.auto-slider h2 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #222;
}

.slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-track-container {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-card {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 0 10px;
}

.slide-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border: 1px solid #9bc59b;
  background: #fff;
  padding: 12px;
}

.slide-card h3 {
  font-size: 16px;
  margin-top: 12px;
  color: #333;
}

.slider-btn {
  background: red;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 22px;
  border-radius: 4px;
}

.slider-btn:hover {
  opacity: 0.85;
}

@media (max-width: 991px) {
  .slide-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 576px) {
  .slide-card {
    flex: 0 0 100%;
  }
}

/* ============================= */
/* İLETİŞİM SAYFASI */
/* ============================= */

.contact-hero {
  background: linear-gradient(rgba(20, 20, 20, 0.68), rgba(20, 20, 20, 0.68)),
              url('img/page-header.jpg') center/cover no-repeat;
  padding: 70px 0;
  text-align: center;
  color: #fff;
}

.contact-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-hero p {
  font-size: 14px;
  color: #f1f1f1;
  margin: 0;
}

.contact-page-section {
  background: #f5f5f5;
  padding: 70px 0;
}

.contact-intro-box {
  background: linear-gradient(90deg, #2a3c4e, #00111f);
  color: #fff;
  border-radius: 26px;
  padding: 45px 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-intro-box h2 {
  font-size: 34px;
  margin-bottom: 12px;
  font-weight: 700;
}

.contact-intro-box p {
  font-size: 18px;
  margin: 0;
  color: #e9e9e9;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 24px;
  align-items: start;
}

.contact-map-card,
.contact-info-card {
  background: #fff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.contact-map-card h3,
.contact-info-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #1f1f1f;
  font-weight: 700;
}

.contact-map-card p {
  margin-bottom: 18px;
  color: #444;
  font-size: 16px;
}

.contact-map-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e9e9e9;
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 18px 18px;
  transition: 0.3s ease;
}

.contact-info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.contact-info-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  background: rgba(255, 0, 0, 0.10);
  color: #ff2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-info-text span {
  display: block;
  font-size: 15px;
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-info-text strong {
  display: block;
  font-size: 19px;
  color: #222;
  line-height: 1.6;
  font-weight: 700;
}


.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Mobil uyum */
@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro-box {
    padding: 32px 24px;
  }

  .contact-intro-box h2 {
    font-size: 28px;
  }

  .contact-intro-box p {
    font-size: 16px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .contact-page-section {
    padding: 45px 0;
  }

  .contact-map-card,
  .contact-info-card {
    padding: 20px;
    border-radius: 20px;
  }

  .contact-info-item {
    padding: 15px;
    border-radius: 14px;
  }

  .contact-info-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 18px;
  }

  .contact-info-text strong {
    font-size: 16px;
  }

  .contact-map-frame iframe {
    height: 300px;
  }
}
/*deneme */
/* =========================
   İLETİŞİM SAYFASI V2
========================= */

.contact-banner {
  background: linear-gradient(rgba(20,20,20,0.72), rgba(20,20,20,0.72)),
              url('img/page-header.jpg') center center / cover no-repeat;
  padding: 70px 0;
  text-align: center;
}

.contact-banner h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-banner p {
  color: #f3f3f3;
  font-size: 14px;
  margin: 0;
}

.contact-v2-section {
  background: #f5f5f5;
  padding: 70px 0;
}

.contact-v2-toptext {
  background: #1d1d1d;
  border-top: 4px solid #ff1e1e;
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 35px;
  text-align: left;
}

.contact-v2-toptext h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-v2-toptext p {
  color: #d7d7d7;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.contact-v2-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
}

.contact-v2-mapbox,
.contact-v2-infobox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  overflow: hidden;
}

.contact-v2-box-head {
  background: #111;
  padding: 22px 25px;
  border-left: 4px solid #ff1e1e;
}

.contact-v2-box-head h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 6px;
  font-weight: 700;
}

.contact-v2-box-head span {
  color: #d8d8d8;
  font-size: 14px;
  display: block;
}

.contact-v2-map {
  padding: 22px;
}

.contact-v2-map iframe {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.contact-v2-items {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-v2-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ececec;
  background: #fafafa;
  padding: 18px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.contact-v2-item:hover {
  border-color: #ff1e1e;
  transform: translateY(-2px);
}

.contact-v2-item-address {
  align-items: flex-start;
}

.contact-v2-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 8px;
  background: rgba(255, 0, 0, 0.08);
  color: #ff1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-v2-content small {
  display: block;
  color: #888;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
}

.contact-v2-content strong {
  display: block;
  color: #202020;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.contact-v2-item-address .contact-v2-content strong {
  font-size: 17px;
}

@media (max-width: 991px) {
  .contact-v2-grid {
    grid-template-columns: 1fr;
  }

  .contact-banner h1 {
    font-size: 34px;
  }

  .contact-v2-toptext {
    padding: 28px 24px;
  }

  .contact-v2-toptext h2 {
    font-size: 26px;
  }

  .contact-v2-toptext p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .contact-banner {
    padding: 50px 0;
  }

  .contact-v2-section {
    padding: 45px 0;
  }

  .contact-v2-box-head {
    padding: 18px;
  }

  .contact-v2-box-head h3 {
    font-size: 20px;
  }

  .contact-v2-map,
  .contact-v2-items {
    padding: 16px;
  }

  .contact-v2-item {
    padding: 14px;
    gap: 12px;
  }

  .contact-v2-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 18px;
  }

  .contact-v2-content strong {
    font-size: 16px;
  }

  .contact-v2-item-address .contact-v2-content strong {
    font-size: 15px;
  }
}
/*ek sayfalar*/
/* =======================================
   DETAY SAYFALARI
======================================= */

.detail-page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
  text-align: center;
}

.detail-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20,20,20,0.58);
}

.detail-page-hero .container {
  position: relative;
  z-index: 2;
}

.detail-page-hero h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
}

.detail-page-hero p {
  color: #f2f2f2;
  font-size: 14px;
  margin: 0;
}

.detail-page-section {
  background: #f5f5f5;
  padding: 55px 0 70px;
}

.detail-container {
  max-width: 980px;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #7b7b7b;
  font-size: 13px;
  margin-bottom: 20px;
}

.detail-meta span i {
  color: #ff1e1e;
  margin-right: 6px;
}

.detail-content-box,
.feature-list-box,
.faq-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  padding: 28px;
  margin-bottom: 28px;
}

.detail-content-box p,
.feature-list-box p {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.detail-content-box h3,
.feature-list-box h2,
.faq-box h3 {
  color: #ff1e1e;
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 700;
}

.detail-content-box h4 {
  color: #111;
  font-size: 21px;
  margin: 20px 0 10px;
  font-weight: 700;
}

.detail-image {
  margin: 22px 0 10px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.detail-image img,
.detail-banner-image img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.detail-content-box small {
  display: block;
  color: #888;
  font-size: 13px;
  margin-bottom: 22px;
}

.detail-banner-image {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* Özellik listesi */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

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

.feature-list li i {
  color: #ff1e1e;
  font-size: 15px;
  margin-top: 5px;
}

.feature-note {
  text-align: center;
  font-weight: 600;
  color: #333;
  margin-top: 14px;
}

/* FAQ */
.faq-box h3 {
  font-size: 22px;
}

.faq-item {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  border: none;
  background: #f8f8f8;
  color: #222;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: 0.3s ease;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-question i {
  color: #666;
  transition: 0.3s ease;
}

.faq-item.active .faq-question {
  background: #ff1e1e;
  color: #fff;
}

.faq-item.active .faq-question i {
  color: #fff;
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 16px 18px;
  background: #fff;
  border-top: 1px solid #efefef;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}
/* Galeri */
.detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.detail-gallery img {
  width: 100%;
  display: block;
  border-radius: 8px;
  height: 180px;
  object-fit: contain;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
  .detail-page-hero h1 {
    font-size: 34px;
  }

  .detail-content-box,
  .feature-list-box,
  .faq-box {
    padding: 22px;
  }

  .detail-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .detail-page-hero {
    padding: 50px 0;
  }

  .detail-page-hero h1 {
    font-size: 28px;
  }

  .detail-meta {
    flex-direction: column;
    gap: 8px;
  }

  .detail-content-box h3,
  .feature-list-box h2,
  .faq-box h3 {
    font-size: 22px;
  }

  .detail-content-box h4 {
    font-size: 18px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }
}
/*markettitle*/
.market-title-banner {
  background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
              url("assets/market/market-otomasyonu-barkod-sistemi.jpeg") center center / cover no-repeat;
  padding: 28px 30px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.market-title-banner h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
/*tekstil banner*/
.tekstil-title-banner {
  background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
              url("assets/tekstil/tekstil-yazibanner.jpg") center center / cover no-repeat;
  padding: 28px 30px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.tekstil-title-banner h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.image-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* mobil için */
  margin: 30px 0;
}

.image-row img {
  width: 30%;
  max-width: 320px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
/*sicakbanner*/
.sicak-title-banner {
  background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
              url("assets/sicaksatis/yazıbanner.jpg") center center / cover no-repeat;
  padding: 28px 30px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.sicak-title-banner h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
.image-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* mobil için */
  margin: 30px 0;
}

.image-row img {
  width: 30%;
  max-width: 320px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/*denemelererss*/

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/* ÜST BİLGİ ALANI */
.top-contact-bar {
  background: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 18px 0;
}

.top-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-slogan text{
  width: 100%;
  text-align: center;
}
.top-slogan {
  text-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #163d73;
}

.top-contact-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reach-title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
  color: #333;
}
/*phone 2*/
.wpphone {
  font-size: 20px;
  color: #444;
}

.wpphone i {
  color: #d63b8c;
  margin-right: 6px;
}

.wpphone strong {
  color: #163d73;
}

/*z*/
.phone {
  font-size: 20px;
  color: #444;
}

.phone i {
  color: #d63b8c;
  margin-right: 6px;
}

.phone strong {
  color: #163d73;
}

.whatsapp-label {
  font-size: 14px;
  color: #163d73;
  font-weight: 600;
}

.whatsapp-number strong {
  color: #f28a00;
  font-size: 18px;
}

/* ANA HEADER */
.main-header-row {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: sticky; top: 0; z-index: 30;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 110px;
}

.site-logo img {
  max-height: 55px;
  display: block;
}

/* NAVBAR */
.main-nav {
  margin-left: auto;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 42px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #163d73;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #ff2b2b;
}
/* =========================
   MANAV DETAY SAYFASI
========================= */

.manav-detail-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  padding: 28px;
}

.manav-top-text {
  background: #f7f7f7;
  border-left: 4px solid #ff1e1e;
  padding: 22px;
  margin-bottom: 28px;
}

.manav-top-text h2 {
  color: #ff1e1e;
  font-size: 24px;
  margin: 0 0 14px;
  font-weight: 700;
}

.manav-top-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 12px;
}

.manav-top-text p:last-child {
  margin-bottom: 0;
}

.manav-feature-list {
  margin-bottom: 26px;
}

.manav-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 8px;
  border-bottom: 1px solid #ececec;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.manav-feature-item i {
  color: #ff1e1e;
  width: 18px;
  text-align: center;
  font-size: 15px;
}
/* deneme*/
.tekstil-main-image {
  text-align: center;
  margin: 28px 0 18px;
}

.tekstil-main-image img {
  max-width: 100%;
  width: auto;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  display: inline-block;
}


.manav-main-image {
  text-align: center;
  margin: 28px 0 18px;
}

.manav-main-image img {
  max-width: 100%;
  width: 540px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  display: inline-block;
}

.manav-subtitle {
  text-align: center;
  color: #ff1e1e;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 22px;
}

.tik-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tik-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 14px 16px;
}

.tik-info-item i {
  color: #444;
  margin-top: 3px;
  font-size: 14px;
}

.tik-info-item p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.8;
}

/* Mobil */
@media (max-width: 991px) {
  .manav-detail-box {
    padding: 22px;
  }

  .manav-top-text {
    padding: 18px;
  }

  .manav-top-text h2 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .manav-detail-box {
    padding: 16px;
  }

  .manav-top-text h2 {
    font-size: 20px;
  }

  .manav-feature-item {
    font-size: 14px;
    padding: 12px 4px;
  }

  .manav-subtitle {
    font-size: 19px;
  }

  .tik-info-item {
    padding: 12px 14px;
  }

  .tik-info-item p {
    font-size: 13px;
  }
}
.video-gallery-section {
  margin-top: 30px;
}

.video-box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 22px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  background: #000;
}

.video-box iframe {
  width: 100%;
  height: 520px;
  display: block;
}

.video-thumb-grid {
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.video-thumb-grid img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

@media (max-width: 991px) {
  .video-box iframe {
    height: 420px;
  }

  .video-thumb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .video-box iframe {
    height: 240px;
  }

  .video-thumb-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================
   SEKTÖREL ÇÖZÜMLER SAYFASI
========================= */

.sektor-page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
  text-align: center;
}

.sektor-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.55);
}

.sektor-page-hero .container {
  position: relative;
  z-index: 2;
}

.sektor-page-hero h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sektor-page-hero p {
  color: #f2f2f2;
  font-size: 14px;
  margin: 0;
}

.sector-list-page {
  background: #f5f5f5;
  padding: 40px 0 70px;
}

.sector-page-container {
  max-width: 1020px;
}

.sector-intro-box {
  background: #f0f0f0;
  border-left: 4px solid #ff1e1e;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  padding: 18px 20px;
  margin-bottom: 26px;
  border-radius: 6px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 18px;
}

.sector-card {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
  transition: 0.25s ease;
}

.sector-card:hover {
  transform: translateY(-4px);
}

.sector-card-image {
  background: #fff;
  border: 1px solid #dfe8d8;
  padding: 6px;
  margin-bottom: 10px;
  transition: 0.25s ease;
}

.sector-card:hover .sector-card-image {
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  border-color: #cdddc3;
}

.sector-card-image img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  display: block;
}

.sector-card h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
  margin: 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* tablet */
@media (max-width: 991px) {
  .sector-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sektor-page-hero h1 {
    font-size: 36px;
  }
}

/* küçük tablet */
@media (max-width: 768px) {
  .sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sector-card-image img {
    height: 150px;
  }
}

/* mobil */
@media (max-width: 576px) {
  .sektor-page-hero {
    padding: 50px 0;
  }

  .sektor-page-hero h1 {
    font-size: 28px;
  }

  .sector-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sector-card-image img {
    height: auto;
  }

  .sector-intro-box {
    font-size: 14px;
    padding: 16px;
  }
}
/*banner box*/
.banner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* karartma efekti */
.banner-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* yazı */
.banner-text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 85%;
  z-index: 2;
}

/*iletişim main*/
.contact-row {
  display: flex;
  align-items: center;
  gap: 25px; /* aralarındaki boşluk */
}

.contact-item {
  font-size: 20px;
  color: #333;
}

.contact-item i {
  margin-right: 6px;
  color: #e91e63; /* icon rengi */
}

/*foto galeri */
.foto-galeri {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.foto-galeri.active {
  display: grid;
}

.foto-galeri img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* 🔥 en önemli satır */
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* pagination */
.foto-pagination {
  text-align: center;
  margin-top: 20px;
}

.foto-pagination button {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.foto-pagination button.active {
  background: #333;
  color: #fff;
}
/* =========================
   HAKKIMIZDA / ÇÖZÜM SAYFASI
========================= */

.about-solution-page {
  background: #f5f5f5;
  padding: 45px 0 70px;
}

.about-solution-container {
  max-width: 900px;
}

.about-top-image {
  text-align: center;
  margin-bottom: 18px;
}

.about-top-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
  display: block;
}

.about-text-box {
  margin-bottom: 18px;
}

.about-text-box p {
  color: #333;
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.about-section-title {
  background: #000;
  padding: 14px 18px;
  margin: 18px 0 12px;
}

.about-section-title h2 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

.about-sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.about-sector-card {
  position: relative;
  min-height: 46px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.about-sector-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.52);
  transition: 0.25s ease;
}

.about-sector-card:hover::before {
  background: rgba(0,0,0,0.35);
}

.about-sector-card span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.about-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-info-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}

.about-info-head {
  background: #f7f7f7;
  padding: 9px 12px;
  border-bottom: 1px solid #ededed;
  color: #ff1e1e;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
}

.about-info-head i {
  color: #333;
  font-size: 13px;
}

.about-info-box p {
  margin: 0;
  padding: 14px 12px;
  color: #333;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .about-sector-grid {
    grid-template-columns: 1fr;
  }

  .about-section-title h2 {
    font-size: 19px;
  }

  .about-text-box p,
  .about-info-box p {
    font-size: 14px;
  }
}

/* Mobil menü desteği */
@media (max-width: 820px) {
  .nav-menu {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 14px 16px;
    border: 1px solid #ececec;
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    z-index: 40;
  }

  .nav-menu.open {
    display: flex;
  }

  .main-nav {
    position: relative;
    width: 100%;
  }
}


/* =========================
   MOBİL UYUM VE HAMBURGER MENÜ
========================= */
html, body {
  overflow-x: hidden;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  color: #163d73;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.menu-toggle:hover {
  color: #ff2b2b;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 22px;
}

.contact-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-item i {
  color: #d63b8c;
}

.main-header-row {
  position: sticky;
  top: 0;
  z-index: 100;
}

.main-nav {
  position: relative;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li > a {
  white-space: nowrap;
}

.dropdown-menu {
  min-width: 260px;
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

@media (max-width: 1100px) {
  .top-slogan {
    font-size: 21px;
  }

  .contact-row,
  .top-contact-right {
    justify-content: center;
    text-align: center;
  }

  .header-inner {
    min-height: 88px;
    gap: 20px;
  }

  .nav-menu {
    gap: 24px;
  }

  .nav-menu li a {
    font-size: 15px;
  }

  .slide-card h3,
  .image-card h3,
  .product-card h3 {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .top-contact-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .top-contact-text,
  .top-contact-right {
    width: 100%;
  }

  .header-inner {
    min-height: 78px;
  }

  .nav-menu {
    gap: 16px;
  }

  .hero .container,
  .detail-container,
  .sector-page-container,
  .about-solution-container {
    width: min(100%, calc(100% - 24px));
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
  }

  .main-header-row {
    position: sticky;
    top: 0;
  }

  .header-inner {
    min-height: 76px;
    padding: 12px 0;
    gap: 16px;
  }

  .site-logo img {
    max-height: 46px;
  }

  .main-nav {
    margin-left: auto;
    width: auto;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: auto;
    right: 0;
    width: min(320px, calc(100vw - 24px));
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    z-index: 120;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu > li {
    width: 100%;
  }

  .nav-menu > li > a {
    justify-content: space-between;
    width: 100%;
    padding: 14px 12px;
    border-bottom: 1px solid #f1f1f1;
  }

  .nav-menu > li:last-child > a {
    border-bottom: 0;
  }

  .dropdown-menu {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    background: #fafafa;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown.mobile-open .dropdown-menu {
    max-height: 520px;
    border: 1px solid #ececec;
    margin: 8px 0 10px;
  }

  .dropdown-menu li a {
    padding: 12px 14px;
    font-size: 14px;
  }

  .hero.section-sm,
  .section,
  .detail-page-section,
  .sector-list-page,
  .about-solution-page,
  .contact-page-section,
  .contact-v2-section {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .edonusum-grid,
  .feature-grid,
  .stats-grid,
  .footer-grid,
  .card-grid.four,
  .sector-grid,
  .contact-grid,
  .contact-v2-grid,
  .detail-gallery,
  .gallery-page,
  .about-sector-grid {
    grid-template-columns: 1fr;
  }

  .slider-wrapper {
    gap: 8px;
  }

  .slide-card {
    flex: 0 0 100% !important;
    padding: 0 4px;
  }

  .slider-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .product-image-wrap {
    height: 180px;
  }

  .image-row {
    gap: 12px;
  }

  .image-row img {
    width: 100%;
    max-width: none;
  }

  .warning-title {
    font-size: 20px;
  }

  .warning-subtitle,
  .warning-note {
    font-size: 15px;
    line-height: 1.6;
  }

  .intro-text,
  .section-text,
  .detail-content-box p,
  .about-text-box p,
  .manav-top-text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .video-box iframe {
    height: 240px;
  }

  .gallery-wrapper {
    padding: 18px;
  }
}

@media (max-width: 576px) {
  .container {
    width: calc(100% - 20px);
  }

  .top-contact-bar {
    padding: 14px 0;
  }

  .top-slogan {
    font-size: 17px;
    line-height: 1.4;
  }

  .contact-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .contact-item,
  .contact-item a,
  .phone,
  .wpphone {
    font-size: 16px;
  }

  .header-inner {
    min-height: 68px;
  }

  .site-logo img {
    max-height: 38px;
  }

  .nav-menu {
    width: min(300px, calc(100vw - 20px));
    right: 0;
  }

  .nav-menu > li > a {
    font-size: 15px;
    padding: 13px 10px;
  }

  .dropdown-menu li a {
    font-size: 13px;
  }

  .mini-card {
    gap: 12px;
  }

  .icon-circle {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .feature-item {
    font-size: 15px;
  }

  .stat-number {
    font-size: 28px;
  }

  .contact-bar > div,
  .footer p,
  .footer li {
    font-size: 13px;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 26px;
    left: 12px;
    bottom: 12px;
  }

  .scroll-top {
    right: 12px;
    bottom: 12px;
  }
}
