/* Contact Page Styles */
.contact-card {
  border: 1px solid var(--ut-border);
  border-radius: var(--ut-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--ut-shadow);
  transition: transform .2s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
}

.contact-card .icon {
  width: 80px;
  height: 80px;
  background: var(--ut-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.map-container {
  height: 400px;
  background: #f8fafc;
  border-radius: var(--ut-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

.office-hours {
  background: #f8fafc;
  border-radius: var(--ut-radius);
  padding: 1.5rem;
}

/* Sosyal Medya İkon Renkleri */
.social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .2s ease;
  color