.elementor-16881 .elementor-element.elementor-element-91e8404{--display:flex;}body.elementor-page-16881:not(.elementor-motion-effects-element-type-background), body.elementor-page-16881 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-a653d7c */@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: 18px 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%;
  max-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-weight: 800;
  font-size: clamp(16px, 2.2vw, 18px);
  margin: 0 0 14px 0;
  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; }

/* 🚐 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;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #f1f1f1;
}
.ex-point i { color: #E2C469; font-size: 15px; flex-shrink: 0; }
.ex-label {
  color: rgba(255,255,255,0.8);
  font-family: "GilroyLight";
  flex-shrink: 0;
}
.ex-value {
  font-family: "GilroyExtraBold";
  font-weight: 800;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 💶 FİYAT */
.ex-price {
  flex: 0 0 150px;
  background: linear-gradient(135deg, #C9A84E, #E2C469);
  color: #000;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  min-width: 110px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.ex-price-label {
  font-size: 12px;
  opacity: 0.8;
  font-family: "GilroyLight";
  color: #000;
}
.ex-price-value {
  font-family: "GilroyExtraBold";
  font-size: clamp(15px, 3vw, 18px);
  font-weight: 800;
  line-height: 1.1;
  color: #000;
}

/* 📱 MOBİL */
@media (max-width: 600px) {
  .ex-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .ex-point, .ex-price {
    width: 100%;
    font-size: 13px;
  }
  .ex-price {
    flex: 1;
    padding: 12px;
    min-width: auto;
    max-width: 100%;
  }
  .ex-price-value {
    font-size: 16px;
  }
}/* End custom CSS */