/* ============ CSS Temel Değerler ============ */
:root {
  --bg: #ffffff; /* Arka plan koyu lacivert */
  --card: #1d1e20; /* Kart arka planı */
  --muted: #0d275fc8; /* İkincil metin */
  --text: #eaf1ff; /* Ana metin */
  --accent: #2e5799; /* Turuncu vurgu */
  --accent-2: #2e5799; /* Mavi vurgu */
  --ok: #22c55e;
  --danger: #2e5799;
  --radius: 14px;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}
@font-face {
  font-family: "DINish";
  src: url("fonts/dinish-woff") format("woff2"),
    url("fonts/dinish-woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  overflow-x: hidden; /* yatay taşmayı kapatır */
  font-family: "DINish", sans-serif;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
  min-height: 120px;
}

/* ============ Header ============ */
header {
  position: relative; /* veya hiç yazma */
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(1.2) blur(8px);
  background: #111827; /*0b2255,111827,1c1f26*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.brand .logo {
  width: 75px;
  height: 50px;
  border-radius: 10%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: var(--shadow);
  font-weight: 800;
}


.logo-img:hover {
  transform: scale(1.01);
  filter: drop-shadow(0 0 3px rgba(119, 119, 119, 0.25));
}


.brand-alt,
.logo-alt {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
  background: none;
  box-shadow: none;
}

.brand-alt:hover {
  transform: scale(1.02);
}
@media (max-width: 600px) {
  .logo-img {
    width: 48px;
    height: 48px;
    padding: 4px;
  }
}

.logo-img {
  width: 90px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 1;
	margin-left:15px;
}

.logo-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

.fade-edges {
  width: 100px;
  height: auto;
  display: block;
}

nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  opacity: 0.9;
  padding: 8px 10px;
  border-radius: 10px;
}
nav a:hover {
  background: rgba(205, 205, 205, 0.228);
}

.cta {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgb(90, 90, 90);
  background: linear-gradient(180deg, rgb(200, 0, 0), rgb(167, 0, 0));
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.btn:hover {
  background-color: #003366;
  color: #fff;
  transform: translateY(-2px);
  transition: 0.3s;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: none;
}

/* Mobil görünümde hero görsel yüksekliği ve ortalama */
@media (max-width: 768px) {
  .hero-banner {
    min-height: 250px;
    height: 100vh; /* tüm ekran yüksekliği */
    overflow: hidden;
  }

  .hero-banner img {
    width: 100%;
    height: 100vh;
    min-height: 250px;
    object-fit: cover; /* orantıyı koruyarak doldur */
    object-position: center center; /* ✅ hem yatay hem dikey ortala */
  }
}

/* Küçük telefonlar için */
@media (max-width: 480px) {
  .hero-banner {
    height: 100vh;
  }

  .hero-banner img {
    height: 100vh;
    object-fit: cover;
    object-position: center center; /* ✅ tam ortalama */
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  font-size: 26px;
}

@media (max-width: 900px) {
  nav ul {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
}

/* toggle menü kısmı */


/* ============ akaryakitsatis.html sayfası  ============ */

.fuel-hero { margin-top: 0; padding-top: 0; position: relative; top: 0; }

    /* === HERO === */
    .fuel-hero {
      background: linear-gradient(to right, #0b2255, #2a3d75);
      color: white;
      text-align: center;
      padding: 60px 20px 80px 20px;
      position: relative;
    }
    .fuel-hero h1 { font-size: 2.4rem; margin-bottom: 10px; }
    .fuel-hero p { font-size: 1.2rem; opacity: 0.9; }
    .fuel-hero lottie-player { max-width: 320px; margin: 0 auto 20px auto; }

    /* === ÜRÜNLER === */
    .fuel-products {
      background: linear-gradient(to top, rgb(194, 194, 194), rgba(220, 220, 220, 0.9));
      max-width: 90%;
      margin: 60px auto;
      border-radius: 12px;
      padding: 40px 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      text-align: center;
      color: #272727;
    }
    .fuel-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }
    .fuel-card {
      background: white;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
      padding: 20px;
    }
    .fuel-card:hover { transform: translateY(-8px); }
    .fuel-card img {
      width: 100%;
      border-radius: 8px;
      height: 180px;
      object-fit: cover;
    }
    .fuel-card h3 { color: #0b2255; margin-top: 10px; }

    /* === FİYAT TABLOSU === */
    .fuel-prices {
      background: white;
      max-width: 800px;
      margin: 60px auto;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
      text-align: center;
    }
    .fuel-prices h2 { color: #0b2255; margin-bottom: 20px; }
    table { width: 100%; border-collapse: collapse; }
    th, td { border: 1px solid #ddd; padding: 12px; }
    th { background: #0b2255; color: #fff; }
    td { background: #f9f9f9; }

    /* === HARİTA === */
    .map-section {
      background: #f4f6f9;
      padding: 50px 20px;
      text-align: center;
    }
    .map-section iframe {
      border-radius: 12px;
      width: 100%;
      max-width: 900px;
      height: 350px;
      border: 0;
      box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    }

    /* === TEKLİF FORMU === */
    .quote-section {
      background: #0b2255;
      color: white;
      text-align: center;
      padding: 60px 20px;
    }
    .quote-form {
      background: white;
      color: #272727;
      border-radius: 12px;
      max-width: 500px;
      margin: 0 auto;
      padding: 30px 25px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    }
    .quote-form input, .quote-form select, .quote-form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 8px;
      border: 1px solid #ccc;
      font-size: 1rem;
    }
    .quote-form button {
      background: #0b2255;
      color: white;
      padding: 12px 25px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s ease;
    }
    .quote-form button:hover { background: #142d70; }

    /* === BÖLGE === */
    .regions {
      background: #fff;
      max-width: 80%;
      margin: 60px auto;
      border-radius: 12px;
      padding: 40px 20px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
      text-align: center;
    }

    /* === SSS === */
    .faq {
      max-width: 800px;
      margin: 60px auto;
      padding: 40px 20px;
      background: #f8f8f8;
      border-radius: 12px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    .faq h2 { color: #0b2255; text-align: center; margin-bottom: 25px; }
    .faq-item {
      margin-bottom: 15px;
      background: white;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .faq-item h4 { color: #0b2255; margin-bottom: 8px; }

    @media (max-width: 600px) {
      .fuel-hero h1 { font-size: 1.8rem; }
    }

/* ============ akaryakitsatis.html sayfası  ============ */

/* ============ CTA Responsive Düzeltme ============ */
@media (max-width: 768px) {
  .cta {
    flex-direction: column;
    align-items: flex-end;    /* butonları sağa hizala */
    justify-content: flex-end;
    gap: 8px;
    width: 60%;
    padding: 0;
	padding-right: 16px; 
  }

  .cta .btn {
    width: 60%;            /* mobilde buton genişliği ekranın %70'i */
    max-width: 220px;      /* çok geniş ekranlarda taşmasın */
    height: 38px;          /* yüksekliği küçült */
    font-size: 12px;
    padding: 0 10px;
	text-align:right;
  }

  .cta .btn.primary {
    width: 60%;
    max-width: 220px;
  }
	
.menu-toggle {
	display:block;
	margin-left:50px;
}
	
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
}


/* ============ arka planda gölgelendirme ============ */
.radial-bg-box {
  background: radial-gradient(
      1200px 600px at 20% -10%,
      rgba(51, 51, 172, 0.2),
      transparent 60%
    ),
    radial-gradient(
      1200px 600px at 110% 10%,
      rgba(113, 109, 109, 0.2),
      transparent 60%
    ),
    var(--bg);
  padding: 40px;
  border-radius: 12px;
  color: #000; /* veya ihtiyaca göre */
}

/* ============ Hero ============ */
.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 68px 0 92px;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("https://images.unsplash.com/photo-1536305030650-0d71350f48b2?q=80&w=2000&auto=format&fit=crop")
    center/cover no-repeat;
  opacity: 0.18;
  filter: saturate(0) contrast(1.1);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  color: #0e3f5d;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.12;
  margin: 0 0 10px;
}
.text-gradient {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  color: var(--muted);
  font-size: clamp(16px, 2.5vw, 18px);
  margin: 8px 0 22px;
}
.hero .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.KPI {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.chip i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.hero-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  display: grid;
  gap: 14px;
}
.badge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.15);
  color: #01111b;
  width: fit-content;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.stat {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.stat .num {
  font-size: 22px;
  font-weight: 800;
}
.stat .lbl {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .KPI {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ============ Bölüm ve Gridler ============ */
section {
  padding: 64px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: #01111b;
}
.section-head {
  display: flex;
  height: 100px; /* yüksekliği sen belirleyebilirsin */
  padding-top: 0;
  margin: 0;
}

.section-head h2 {
  display: flex;
  justify-content: start;
  margin: 0;
  font-size: clamp(22px, 3.2vw, 30px);
}

.section-head p {
  display: flex;
  justify-content: end;
  margin: 0;
  font-size: clamp(11px, 3.2vw, 8px);
}
.muted {
  color: var(--muted);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-rows: 150px 1fr auto; /* 1fr ortadaki alanı esnetir */
  box-shadow: var(--shadow);
}

.thumb {
  position: relative;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}
.card-body {
  padding: 14px;
  display: grid;
  gap: 8px;
}
.card-body p {
  margin: 0;
  color: #f5f5f5a4;
  font-size: 14px;
}
.card-actions {
  display: flex;
  gap: 8px;
  justify-content: center; /* veya start/end */
  align-items: center;
  padding: 12px 16px;
}
.card-body h3 {
  color: #e9ebed;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1000px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* ============ Neden Biz ============ */
.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.feature {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
}
.feature h3 {
  margin: 6px 0;
  font-size: 18px;
}
.icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1000px) {
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }
}

/* ============ Referans Logoları ============ */
.brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}
.brand {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px;
  display: grid;
  place-items: center;
  height: 70px;
  color: #c9d8ff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============ Yorumlar ============ */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.t-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
}
.t-card .name {
  margin-top: 8px;
  color: #bcd0ff;
  font-weight: 600;
}
@media (max-width: 900px) {
  .testimonials {
    grid-template-columns: 1fr;
  }
}

/* ============ İletişim ============ */
.contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.form {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
}
.contact-nakliye {
  background: #343232; /* Açık gri arka plan */
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* daha belirgin gölge */
  max-width: 80%; /* form genişliğini sınırlarsın */
  margin: auto; /* ortalar */
}

.form-nakliye {
  background: #454141; /* açık arka plan */
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px; /* elemanlar arası boşluk */
}

/* input ve select alanları */
.form-nakliye input,
.form-nakliye select,
.form-nakliye textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-nakliye input:focus,
.form-nakliye select:focus,
.form-nakliye textarea:focus {
  border-color: #003366; /* lacivert ton */
  box-shadow: 0 0 6px rgba(0, 51, 102, 0.2);
  outline: none;
}

/* buton */
.form-nakliye button {
  background: #003366;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.form-nakliye button:hover {
  background: #002244;
  transform: translateY(-2px);
}

label {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 600;
}
input,
textarea,
select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--card);
  color: var(--text);
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.map {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  min-height: 320px;
  display: grid;
  place-items: center;
  color: var(--muted);
}
@media (max-width: 900px) {
  .contact {
    grid-template-columns: 1fr;
  }
}

/* ============ Footer ============ */
footer {
  border-top: 1px solid rgba(52, 52, 169, 0.304);
  padding: 28px 0;
  color: var(--muted);
}
.fgrid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fgrid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.fgrid a {
  color: var(--muted);
}
.fgrid a:hover {
  color: var(--text);
}
.copyright {
  margin-top: 18px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .fgrid {
    grid-template-columns: 1fr 1fr;
  }
}
/* === Footer Mobil Uyumu === */
@media (max-width: 768px) {
  footer .container {
    min-width: auto !important;
    padding: 20px;
  }

  .fgrid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .fgrid > div {
    width: 100%;
  }

  .iletisim {
    width: 100%;
  }

  .iletisim li {
    font-size: 14px;
  }

  .copyright {
    font-size: 13px;
    margin-top: 15px;
  }
}


/* ============ Akaryakıt Fiyatları Modern ============ */
.fuel-section {
  background: linear-gradient(135deg, #1d1e20, #2a2a2a);
  color: #f5f5f5;
  border-radius: 16px;
  padding: 60px 20px;
  margin: 60px auto;
  max-width: 960px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.fuel-section .section-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #ffffff;
}

.section-title-alone {
  padding: 10px 0 0;
  text-align: center;
  background: none;
}
.section-title-alone h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.fuel-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.fuel-filter select {
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  background-color: #ffffff;
  color: #333;
  font-size: 16px;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fuel-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.fuel-card {
  background-color: #ffffff;
  color: #1d1e20;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fuel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.fuel-header {
  font-size: 18px;
  font-weight: 700;
  color: #2e5799;
  margin-bottom: 6px;
}

.fuel-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  font-weight: 500;
}

.fuel-price {
  font-size: 28px;
  font-weight: bold;
  color: #37393d;
}

.fuel-price .tl {
  font-size: 20px;
  font-weight: 400;
  margin-left: 4px;
  color: #888;
}

.fuel-note {
  font-size: 14px;
  text-align: center;
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.fuel-note a {
  color: #eb0808;
  font-weight: 600;
}

/* ============ Hakkımızda kısmı ============ */
.about-section {
  background: #f9f9f9;
  color: #333;
  padding: 60px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.about-section h2,
.section-title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
  border-bottom: 2px solid #c8102e;
  display: inline-block;
  padding-bottom: 8px;
}

.about-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.about-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 260px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.about-label {
  font-size: 18px;
  font-weight: bold;
  color: #c8102e;
  margin-bottom: 8px;
}

.about-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.about-note {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.about-note a {
  color: #c8102e;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .about-card {
    width: 100%;
    max-width: 90%;
  }

  .section-title {
    font-size: 26px;
  }
}



/* ============ header resim ============ */
.hero-banner {
  position: relative;
  width: 100vw;
  height: 32vw;
  aspect-ratio: 2.91;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  .hero-banner img {
    height: 80vh; /* mobilde biraz daha kısa, ama dolgun */
    object-fit: cover;
    object-position: center center; /* ortala */
  }
}

@media (max-width: 480px) {
  .hero-banner img {
    height: 50vh; /* küçük ekranlarda */
    object-fit: cover;
    object-position: center;
  }
}

/* OK butonu */
.scroll-down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 45%;
  background: #0b2255;
  border: 2px solid white;
  color: white;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: bounce 1.8s infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.scroll-down-arrow:hover {
  background: #14367d;
  transform: translateX(-50%) scale(1.1);
}

.scroll-down-arrow:hover {
  opacity: 0.7;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/* ============ galeri medya resimleri ============ */
.media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding-inline: 1rem;
}

.media-gallery img {
  width: 100%;
  height: 200px; /* sabit yükseklik */
  object-fit: cover; /* oran koruyarak kırp */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.media-gallery img:hover {
  transform: scale(1.03);
}

/* === Modal sistemi (resim büyütme) === */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 15, 15, 0.92);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
  padding: 1rem;
}

.image-modal.active {
  display: flex;
}

.image-modal .modal-content {
  max-width: 70%;
  max-height: 80%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.6);
}

.image-modal .modal-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* iletişim map tab sekmeler baş */
.map-tabs {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.tab-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  background: #f9f9f9;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tab-btn {
  background-color: transparent;
  border: 2px solid #ddd;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: all 0.25s ease;
  cursor: pointer;
}

.tab-btn:hover {
  border-color: #3a7bd5;
  color: #3a7bd5;
  background-color: rgba(58, 123, 213, 0.05);
}

.tab-btn.active {
  background-color: #3a7bd5;
  color: white;
  border-color: #3a7bd5;
}
@media screen and (max-width: 600px) {
  .tab-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-btn {
    width: 100%;
    text-align: center;
  }
}
.tabcontent {
  display: none;
  padding: 20px;
  border-top: none;
  text-align: center;
}

.tabcontent form,
.tabcontent .container_contact,
.tabcontent .center_location {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; /* veya 600px */
}

/* madeni yağ kısmı */
.product-section {
  padding: 40px 20px;
  /*background: linear-gradient(to top, rgba(34, 37, 40, 1), rgba(13, 11, 43, 0.6));  #222528 */
background: linear-gradient(
  to top,
  rgb(194, 194, 194),
  rgba(220, 220, 220, 0.9)
);

  color: #272727;
  text-align: center;
  max-height: 100%;
  max-width: 75%;
  margin: auto;
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.518);
}

.section-title {
  font-size: 28px;
  margin-bottom: 32px;
  margin-top: 0%;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: auto;
}
.product-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* kutunun orantısı */
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Resmi orantılı şekilde sığdırır */
  object-position: center; /* Ortalar */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}



/* Overlay efekti */
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 2;
}

/* Yazı */
.product-card .info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  color: #fff;
  text-align: left;
}

.product-card .info h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
/* Bilgi paneli (overlay olarak yukarıdan iner) */
.info-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
  padding: 16px 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 3;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Hover anında paneli yukarı çıkar */
.product-card:hover .info-panel {
  transform: translateY(0);
  opacity: 1;
}

/* Başlık ve metin */
.info-panel h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0b2255;
  font-weight: 600;
}

.info-panel p {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Mobil görünüm */
@media (max-width: 768px) {
  .product-card {
    height: 180px;
  }
  .info-panel {
    padding: 12px 16px;
  }
  .info-panel h3 {
    font-size: 15px;
  }
  .info-panel p {
    font-size: 13px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 0;
  width: 80%;
  max-width: 600px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.modal-content img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.close {
  color: #aaa;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* teklif formu */
.offer-form-section {
  background: transparent; /* ayrı beyaz kutu olmasın */
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  color: #fff; /* ürün bölümüne uyum için beyaz yazı */
}

.offer-form-section .section-title {
  font-size: 24px;
  color: #fff; /* ürün başlığı ile uyumlu */
  margin-bottom: 20px;
  text-align: center;
}

.offer-form input,
.offer-form textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.offer-form input:focus,
.offer-form textarea:focus {
  border-color: #fc0303;
  box-shadow: 0 0 6px rgba(252, 3, 3, 0.4);
  outline: none;
}

.offer-form .btn.primary {
  background: #fc0303;
  color: #fff;
  border-radius: 8px;
}

.offer-form .btn.primary:hover {
  background: #0b2255;
}

.offer-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.offer-form label {
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

.offer-form input,
.offer-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  transition: border 0.3s, box-shadow 0.3s;
}

.offer-form input:focus,
.offer-form textarea:focus {
  border-color: #0b2255;
  box-shadow: 0 0 6px rgba(11, 34, 85, 0.3);
  outline: none;
}

.offer-form textarea {
  min-height: 120px;
  resize: vertical;
}

.offer-form .btn.primary {
  background: #0b2255;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s, transform 0.2s;
}

.offer-form .btn.primary:hover {
  background: #fc0303;
  transform: translateY(-2px);
}

.offer-form .btn.primary:active {
  transform: scale(0.97);
}

/* reCAPTCHA hizalama */
.offer-form .g-recaptcha {
  margin-top: 10px;
}


/* ürün liste ekranı */

.product-detail-section {
  max-width: 1000px;
  min-height: 500px;
  margin: 60px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 0 12px rgba(11, 34, 85, 0.412);
  border-radius: 12px;
  margin-bottom: 80px;
}

.product-detail-section a {
  font-size: 14px;
  color: #0b2255;
}

#product-title {
  font-size: 28px;
  color: #0b2255;
  margin-bottom: 24px;
  text-align: center;
}

.product-layout {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

#product-image {
  width: 280px;
  height: 280px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.245);
  background-color: #f3f3f3;
}


#product-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 600px;
}

    @media (max-width: 768px) {
      .product-detail-section {
        flex-direction: column;
        padding: 16px;
      }
    }