/* ==========================================================================
   1. MOBİL CİHAZLAR (Telefonlar - 767px ve altı)
   ========================================================================== */
@media only screen and (max-width: 767px) {
  body {
    font-size:18px !important;
  }

  .impa-kodu {
    font-size:20px !important;
    padding:1rem 2rem !important;
  }

  .impa-ara .ara {
    bottom:17px !important;
    right:15px;
    width:26px;
  }

  .btn , a {
    font-size:18px !important;
  }
  /* Buraya mobil özel kodları gelecek */
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 32px;
  }

  .lead {
    font-size:18px !important;
  }
  .hide-mobile {
    display: none !important;
  }

  .header-section {
    border-radius:0 0 2rem 2rem;
    min-height:auto;

    margin-bottom:0 !important;
  }

  .nav-logo img {
    height:80px !important;
    width:auto !important;
  }

  .anasayfa-hakkimizda h4 {
    font-size:18px;
  }

  h2 {
    font-size:24px;
  }

  .anasayfa-hakkimizda .marker-underline {
    font-size:24px;
  }

  .anasayfa-cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  .anasayfa-cta-buttons .btn,
  .anasayfa-cta-buttons .katalog {
    margin: 0 !important;
  }
  .anasayfa-cta-buttons .me-3 {
    margin-right: 0 !important;
  }

  .mt-8 {
    margin-top:2rem !important;
  }

  .mmt-5 {
    text-align:center !important;
    margin-top:3rem !important;
    margin-bottom:3rem !important;
  }

  .kategori-kart h3 {
    font-size:18px !important;
  }

  .site-footer {
    border-radius:2rem 2rem 0 0;
  }

  .footer-overlay {
    border-radius:2rem 2rem 0 0;
  }

  .alt-logo img {
    height:140px;
    width:auto !important;
  }

  .alt-logo {
    margin-top:-70px;
  }
  iframe {
    border-radius:2rem 2rem 0 0 !important;
  }
  .header-hero {
    margin-top:3rem !important;
  }
}

/* ==========================================================================
   2. TABLETLER (768px ile 1024px arası)
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size:18px !important;
  }

  .btn , a {
    font-size:18px !important;
  }
  /* Buraya mobil özel kodları gelecek */
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 42px;
  }
  .impa-kodu {
    font-size:20px !important;
    padding:1rem 2rem !important;
  }

  .impa-ara .ara {
    bottom:17px !important;
    right:15px;
    width:26px;
  }
  .lead {
    font-size:18px !important;
  }
  .hide-mobile {
    display: none !important;
  }

  .header-section {
    border-radius:0 0 2rem 2rem;
    min-height:auto;
    padding-bottom:1.5rem;
    margin-bottom:0 !important;
  }

  .nav-logo img {
    height:80px !important;
    width:auto !important;
  }

  .anasayfa-hakkimizda h4 {
    font-size:18px;
  }

  h2 {
    font-size:34px;
  }

  .anasayfa-hakkimizda .marker-underline {
    font-size:34px;
  }

  .mt-8 {
    margin-top:2rem !important;
  }
.header-hero {
  margin-top:3rem !important;
}
  .mmt-5 {
    text-align:center !important;
    margin-top:3rem !important;
    margin-bottom:3rem !important;
  }

  .kategori-kart h3 {
    font-size:18px !important;
  }

  .site-footer {
    border-radius:2rem 2rem 0 0;
  }

  iframe {
    border-radius:2rem 2rem 0 0 !important;
  }

  .footer-overlay {
    border-radius:2rem 2rem 0 0;
  }

  .alt-logo img {
    height:140px;
    width:auto !important;
  }

  .alt-logo {
    margin-top:-70px;
  }
}

/* ==========================================================================
   3. DİZÜSTÜ BİLGİSAYARLAR VE KÜÇÜK EKRANLAR (1025px ile 1380px arası)
   ========================================================================== */
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  /* Küçük ekranlı laptoplar ve orta boy monitörler için */
  .container {
    width: 1170px;
  }

  .sidebar {
    width: 25%;
  }
}

/* ==========================================================================
   OPSİYONEL: ÇOK KÜÇÜK EKRANLAR (320px ve altı)
   ========================================================================== */
@media only screen and (max-width: 320px) {
  /* Eski veya çok küçük ekranlı telefonlar için ekstrem ayarlar */
  body {
    font-size: 12px;
  }
}