.elementor-16425 .elementor-element.elementor-element-cbca6cb{--display:flex;}body.elementor-page-16425:not(.elementor-motion-effects-element-type-background), body.elementor-page-16425 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-4fe71dd *//* 💎 Gilroy fontlar */
@font-face {
  font-family: "Gilroy";
  src: url("https://www.excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://www.excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800;
}

:root {
  --gold: #E2C469;
  --dark: rgba(10,10,10,0.85);
  --text: #f5f5f5;
}

/* 🌟 İletişim Alanı */
.kontakt-container {
  text-align: center;
  padding: 60px 16px 40px;
  background: var(--dark);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--text);
  font-family: "Gilroy", sans-serif;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4);
  max-width: 1100px;
  margin: 0 auto;
}

/* Başlık */
.kontakt-title {
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 26px);
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.kontakt-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 0;
  border-radius: 4px;
}
.kontakt-desc {
  opacity: 0.85;
  margin-bottom: 30px;
}

/* 🔘 Kart Grid */
.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 🟩 Kart */
.kontakt-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 20px 10px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.kontakt-card:hover {
  background: linear-gradient(135deg, #C9A84E, #E2C469);
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(226,196,105,0.5);
}
.kontakt-card i {
  font-size: 34px;
  color: var(--gold);
  margin-bottom: 10px;
}
.kontakt-card:hover i { color: #000; }
.kontakt-card h3 {
  font-weight: 800;
  margin: 6px 0;
}
.kontakt-card p {
  font-size: 14px;
  opacity: 0.9;
}

/* 📱 Mobil 2'li Grid */
@media(max-width:900px){
  .kontakt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:500px){
  .kontakt-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .kontakt-card i{font-size:28px;}
  .kontakt-card{padding:16px 8px;}
}/* End custom CSS */