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

/* 🌟 GENEL */
.ex-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.ex-wrap * { box-sizing: border-box; }

/* 🧊 KART */
.ex-card {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.5);
  color: #f5f5f5;
  font-family: "GilroyLight", sans-serif;
}

/* 🏷️ BAŞLIK */
.ex-title {
  text-align: center;
  font-family: "GilroyExtraBold";
  font-size: clamp(16px, 2.2vw, 18px);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #E2C469;
  text-shadow: 0 0 8px rgba(226,196,105,0.3);
}
.ex-title i { color: #C9A84E; }

/* 🔸 ALT BAŞLIK */
.ex-subtitle {
  font-family: "GilroyExtraBold";
  font-size: 15px;
  color: #E2C469;
  margin: 10px 0 8px 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 0 6px rgba(226,196,105,0.25);
}
.ex-subtitle i { font-size: 14px; color: #E2C469; }

/* 🚐 SATIR */
.ex-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

/* 📍 NOKTALAR */
.ex-point {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.ex-point i { color: #E2C469; font-size: 15px; flex-shrink: 0; }
.ex-label { color: rgba(255,255,255,0.8); flex-shrink: 0; }
.ex-value {
  font-family: "GilroyExtraBold";
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 💶 TEK GESAMT FİYAT */
.ex-total {
  margin-top: 16px;
  background: linear-gradient(135deg, #C9A84E, #E2C469);
  color: #000;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "GilroyExtraBold";
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.ex-total-label {
  font-size: 14px;
  opacity: 0.9;
}
.ex-total-value {
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 800;
}

/* 📱 MOBİL */
@media (max-width: 600px) {
  .ex-row { flex-direction: column; gap: 8px; }
  .ex-point { width: 100%; font-size: 13px; }
  .ex-total {
    flex-direction: column;
    text-align: center;
    gap: 4px;
  }
}/* End custom CSS */