/* Swiftech - Mobil uyumluluk düzeltmeleri */
@media (max-width: 781px) {
  /* Header: logo, menü ve Teklif Alın butonunu ortala */
  .swiftech-header {
    justify-content: center !important;
    text-align: center !important;
    row-gap: 12px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .swiftech-header > * {
    flex-basis: 100% !important;
    text-align: center !important;
  }
  /* Menü linklerini ortala */
  .swiftech-nav {
    justify-content: center !important;
    flex-wrap: wrap !important;
    row-gap: 8px !important;
    column-gap: 18px !important;
    width: 100% !important;
  }
  /* Teklif Alın butonunu ortala */
  .swiftech-header-cta {
    justify-content: center !important;
    width: 100% !important;
    display: flex !important;
  }
  .swiftech-header-cta .wp-block-button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Hero başlık ve butonları ortala */
  .wp-block-cover .wp-block-buttons {
    justify-content: center !important;
  }
}

/* Cok kucuk ekranlar */
@media (max-width: 480px) {
  .swiftech-nav { column-gap: 12px !important; font-size: 15px !important; }
}

/* Swiftech - Mobilde Urunlerimiz bolumunu ortala (yuksek oncelik) */
@media (max-width: 781px) {
  .swiftech-products .wp-block-columns.is-layout-flex {
    align-items: center !important;
  }
  .swiftech-products .wp-block-column.wp-block-column.is-layout-flex {
    text-align: center !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .swiftech-products .wp-block-column h1,
  .swiftech-products .wp-block-column h2,
  .swiftech-products .wp-block-column h3,
  .swiftech-products .wp-block-column h4,
  .swiftech-products .wp-block-column h5,
  .swiftech-products .wp-block-column p {
    text-align: center !important;
    width: 100% !important;
  }
  .swiftech-products .wp-block-column .wp-block-buttons.is-layout-flex,
  .swiftech-products .wp-block-column .wp-block-buttons {
    justify-content: center !important;
    align-self: center !important;
    width: 100% !important;
  }
  .swiftech-products .wp-block-column .wp-block-button {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}