.elementor-409 .elementor-element.elementor-element-b667a12{--display:flex;}body.elementor-page-409:not(.elementor-motion-effects-element-type-background), body.elementor-page-409 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f58d6ba */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

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

.kontakt-title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0px;
}

.kontakt-desc {
  color: #aaa;
  font-size: 15px;
  margin-bottom: 50px;
}

.kontakt-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.kontakt-card {
  background: linear-gradient(145deg, #111, #1a1a1a);
  border-radius: 16px;
  padding: 35px 20px;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}

.kontakt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* Icon alanı */
.kontakt-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontakt-icon i {
  font-size: 26px;
  color: #ffcc00;
}

.kontakt-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.kontakt-info {
  font-size: 14px;
  color: #bbb;
}

/* Tablet */
@media (max-width: 992px) {
  .kontakt-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobil */
@media (max-width: 576px) {
  .kontakt-cards {
    grid-template-columns: 1fr;
  }

  .kontakt-title {
    font-size: 28px;
  }
}


@media (max-width: 576px) {
  .kontakt-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .kontakt-card {
    padding: 28px 16px;
  }

  .kontakt-name {
    font-size: 18px;
  }

  .kontakt-info {
    font-size: 13px;
  }
}/* End custom CSS */