.elementor-508 .elementor-element.elementor-element-5155cb5{--display:flex;--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-508 .elementor-element.elementor-element-ffb6e21{text-align:center;}.elementor-508 .elementor-element.elementor-element-ffb6e21 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:800;color:#FFFFFF;}body.elementor-page-508:not(.elementor-motion-effects-element-type-background), body.elementor-page-508 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1bb6b84 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.about-section {
  font-family: 'Montserrat', sans-serif;
  background: #000;
  padding: 0px;
}

/* ORTALI BAŞLIK */
.about-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px;
}

.about-subtitle {
  color: #ffcc00;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-desc {
  color: #aaa;
  font-size: 15px;
}

/* ALT İÇERİK */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* Metin */
.about-text {
  color: #bbb;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-features {
  margin-top: 30px;
}

.about-feature {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #ddd;
  font-size: 15px;
}

.about-feature i {
  color: #ffcc00;
  margin-right: 12px;
}

/* Sağ kart */
.about-card {
  background: linear-gradient(145deg, #111, #1a1a1a);
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.about-card-item {
  margin-bottom: 35px;
}

.about-card-item:last-child {
  margin-bottom: 0;
}

.about-number {
  font-size: 42px;
  font-weight: 700;
  color: #ffcc00;
}

.about-label {
  font-size: 14px;
  color: #aaa;
  margin-top: 6px;
}

/* Tablet */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-title {
    font-size: 34px;
  }
}

/* Mobil */
@media (max-width: 576px) {
  .about-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 15px;
  }

  .about-card {
    padding: 35px 25px;
  }
}
/* Başlığı gizle ve boşluk oluşmasını engelle */
.about-header {
  display: none; /* Başlığı tamamen gizler */
  margin: 0;      /* Üst ve alt boşluğu sıfırlar */
  height: 0;      /* Eğer gerekirse yüksekliği kaldırır */
  overflow: hidden; /* İçerik taşmasını engeller */
}/* End custom CSS */