/* =====================================================
   BYK Asansör - Mobil Section Düzeni
   Sadece section boşlukları ve section başlıkları içindir
   ===================================================== */

/* Genel section boşluğu */
.site-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

/* Sadece alt boşluk gereken sectionlar için */
.site-section-bottom {
  padding-bottom: 96px;
}

/* Standart section başlık satırı */
.section-title-row {
  margin-bottom: 40px;
}

/* Tek kolon section başlık bloğu */
.section-title-block {
  margin-bottom: 40px;
}

/* Koyu zeminli kart içindeki section başlığı */
.section-title-dark {
  margin-bottom: 36px;
}

/* Mobil düzen */
@media (max-width: 767px) {
  .site-section {
    padding-top: 72px !important;
    padding-bottom: 64px !important;
  }

  .site-section-bottom {
    padding-bottom: 72px !important;
  }

  .section-title-row {
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-bottom: 40px !important;
  }

  .section-title-row > div {
    width: 100% !important;
    text-align: center !important;
  }

  .section-title-block {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px !important;
  }

  .section-title-row span,
  .section-title-block span,
  .section-title-dark span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 12px auto !important;
    text-align: center !important;
  }

  .section-title-row h2,
  .section-title-block h2,
  .section-title-dark h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 340px !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.04em !important;
  }

  .section-title-row p,
  .section-title-block p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 340px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .section-title-row a {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-title-dark {
    text-align: center !important;
    margin-bottom: 32px !important;
  }

  .section-title-dark h2 {
    color: #ffffff !important;
  }
}

/* Masaüstünde eski düzen korunsun */
@media (min-width: 768px) {
  .section-title-row {
    margin-bottom: 40px;
  }

  .section-title-block {
    margin-bottom: 40px;
  }
}

/* HİZMET ALANLARI özel mobil / genel boşluk düzeltmesi */
.sectors-section {
  padding-top: 0;
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .sectors-section {
    padding-top: 8px !important;
    padding-bottom: 88px !important;
  }

  .sectors-section .sectors-card {
    margin-bottom: 0 !important;
  }
}