.elementor-1587 .elementor-element.elementor-element-b90c2ce{--display:flex;}.elementor-1587 .elementor-element.elementor-element-392476c.elementor-element{--align-self:center;}.elementor-1587 .elementor-element.elementor-element-4e854e7{--display:flex;}body.elementor-page-1587:not(.elementor-motion-effects-element-type-background), body.elementor-page-1587 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-1587 .elementor-element.elementor-element-392476c.elementor-element{--align-self:stretch;}}/* Start custom CSS for html, class: .elementor-element-392476c */.breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    font-family: 'Gilroy-Light', sans-serif;
    border-radius: 999px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.breadcrumb-container::-webkit-scrollbar {
    display: none;
}

/* 🔥 Diğer linkler (BOLD) */
.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

/* separator */
.breadcrumb span {
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
}

/* 🔥 Aktif sayfa (LIGHT) */
.breadcrumb .active {
    color: #fff;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: normal;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffceb5d *//* 💎 Gilroy fontlar */
@font-face {
  font-family: "Gilroy";
  src: url("https://excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://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: 0px;
  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: 600;
  font-size: clamp(30px, 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 */