.custom-contact-section {
  background: #f6f9fc;
  padding: 60px 20px;
  text-align: center;
}

.custom-contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
}

.highlight-blue {
  color: #2563eb;
}

.custom-contact-subtitle {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 50px;
  font-family: 'Inter', sans-serif;
}

.custom-contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.custom-contact-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  width: 260px;
  font-family: 'Inter', sans-serif;
}

.custom-contact-card h4 {
  font-size: 20px;
  color: #0f172a;
  margin: 20px 0 10px;
}

.custom-contact-card p {
  font-size: 16px;
  color: #374151;
  line-height: 1.5;
}

.custom-contact-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

/* İkon arka planları ve örnek ikonlar (Font Awesome veya SVG entegresi önerilir) */
.address-icon {
  background-color: #4b5563;
  content: url('https://img.icons8.com/ios-filled/50/ffffff/marker.png');
}

.phone-icon {
  background-color: #ec4899;
  content: url('https://img.icons8.com/ios-filled/50/ffffff/phone.png');
}

.mail-icon {
  background-color: #8b5cf6;
  content: url('https://img.icons8.com/ios-filled/50/ffffff/new-post.png');
}

.clock-icon {
  background-color: #0ea5e9;
  content: url('https://img.icons8.com/ios-filled/50/ffffff/clock.png');
}
