.elementor-18083 .elementor-element.elementor-element-0c311f3{--display:flex;--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.elementor-18083 .elementor-element.elementor-element-7be0b2e.elementor-element{--align-self:center;}.elementor-18083 .elementor-element.elementor-element-a48cc50{text-align:center;}.elementor-18083 .elementor-element.elementor-element-a48cc50 .elementor-heading-title{font-family:"gilroy-extrabold", Sans-serif;color:#FFFFFF;}.elementor-18083 .elementor-element.elementor-element-a1672b6{--display:flex;}.elementor-18083 .elementor-element.elementor-element-6418059{text-align:center;}.elementor-18083 .elementor-element.elementor-element-6418059 .elementor-heading-title{font-family:"gilroy-extrabold", Sans-serif;color:#FFFFFF;}body.elementor-page-18083:not(.elementor-motion-effects-element-type-background), body.elementor-page-18083 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-18083 .elementor-element.elementor-element-a48cc50 .elementor-heading-title{font-size:25px;}.elementor-18083 .elementor-element.elementor-element-6418059 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-7be0b2e */.breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    font-family: 'Gilroy', sans-serif;
    border-radius: 999px;
    display: block;
    max-width: 100%;
    overflow: hidden; /* dış taşmayı kes */
    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;   /* 🔥 yatay scroll */
    overflow-y: hidden;

    scrollbar-width: none;
}

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

.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0; /* 🔥 sıkışmayı engeller */
}

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

.breadcrumb .active {
    color: #fff;
    font-weight: 600;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cef4a2 *//* Genel */
body {
  background: #0b0b0b;
  font-family: 'Gilroy-extrabold', sans-serif;
}

/* Kart */
.vip-transfer-card {
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  transition: 0.3s;
}

/* Hover efekti */
.vip-transfer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}

/* Görsel */
.vip-image {
  position: relative;
  height: 250px;
}

.vip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Koyu overlay */
.vip-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  top: 0;
  left: 0;
}

/* İçerik */
.vip-content {
  padding: 25px;
}

/* Route */
.vip-route {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vip-route i {
  color: #f5c518;
}

/* Açıklama */
.vip-desc {
  color: #aaa;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Buton */
.vip-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5c518;
  color: #000;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}

.vip-btn:hover {
  background: #ffd700;
}

/* Mobil */
@media (max-width: 768px) {
  .vip-image {
    height: 180px;
  }

  .vip-route {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f2dad9 */.hotel-cards {
  background: #000;
  padding: 40px 20px;
  font-family: 'Gilroy', sans-serif;
}

.hotel-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.hotel-card {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.05);
}

.hotel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.15);
}

.hotel-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.hotel-card h3 {
  font-size: 16px;
  margin: 12px 10px 5px;
  color: #fff;
  font-weight: 600;
}

.hotel-card p {
  font-size: 13px;
  padding: 0 12px 15px;
  color: #bbb;
}

/* TABLET */
@media (max-width: 1024px) {
  .hotel-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBİL */
@media (max-width: 600px) {
  .hotel-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25e385d *//* === TRANSFER PACKAGES === */
.transfer-packages{
  background:#fffff;
  padding:30px 0;
  color:#ffffff;
}

/* İç genişlik */
.tp-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

/* Kart Alanı – PC */
.tp-scroller{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:14px;
}

/* Kart */
.tp-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:16px;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  backdrop-filter: blur(8px);
  transition:transform .2s ease, box-shadow .2s ease;
}

.tp-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,0.4);
}

/* Başlık + fiyat */
.tp-head{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:10px;
}

.tp-name{
  font-size:14px;
  font-weight:800;
  line-height:1.35;
  margin:0;
}

.tp-price{
  font-size:13px;
  color:#ffd875;
}

.tp-price strong{
  font-size:18px;
  font-weight:900;
}

/* Özellik listesi */
.tp-list{
  padding-left:16px;
  margin:0 0 16px 0;
  font-size:13px;
  line-height:1.5;
  opacity:0.95;
}

.tp-list li{
  margin:6px 0;
}

/* Buchen Butonu */
.tp-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 24px;
  border-radius:30px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:0.2px;

  color:#000;              /* Yazı siyah */
  background:#fff;         /* Buton beyaz */
  border:2px solid #000;   /* Kontrast için */

  transition:all .2s ease;
}

.tp-btn:hover{
  background:#fff;         /* Hover’da siyah */
  color:#000;              /* Yazı beyaz */
  transform:translateY(-1px);
}


/* === TABLET (3 kart) === */
@media (max-width:1024px){
  .tp-scroller{
    grid-template-columns:repeat(3, 1fr);
  }
}

/* === MOBİL – 2’li grid (kaydırma yok) === */
@media (max-width:640px){
  .tp-scroller{
    display:grid;
    grid-template-columns:repeat(2, 1fr); /* yan yana 2 kart */
    gap:12px; /* kartlar arası boşluk */
    overflow:visible; /* slider değil, scroll yok */
    padding-bottom:0;
  }

  .tp-card{
    flex:unset; /* flex özelliğini kaldır */
    min-height:210px; /* mobil için kart yüksekliği */
  }

  /* Başlık biraz daha kompakt */
  .tp-name{
    font-size:13px;
    line-height:1.3;
  }

  /* Liste daha sıkı */
  .tp-list{
    font-size:12.5px;
    margin-bottom:12px;
  }

  /* Buton daha net */
  .tp-btn{
    height:40px;
    font-size:14px;
    border-radius:30px;
  }

  /* Scrollbar tamamen kaldır */
  .tp-scroller::-webkit-scrollbar{
    display:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4b992a */@font-face {
  font-family: "Gilroy";
  src: url("https://excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
}

/* === EXCA VIP Bölge Kutusu (PC yatay, mobil dikey) === */
.region-box {
  font-family: "Gilroy", sans-serif;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.45);
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
  transition: all 0.3s ease;
  flex-wrap: nowrap;
  overflow: hidden;
}

/* Scroll kapsayıcı (uzun isimlerde kaydırma) */
.route-scroll {
  overflow-x: auto;
  white-space: nowrap;
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.route-scroll::-webkit-scrollbar {
  display: none;
}

/* Rota yazısı */
.route {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: clamp(0.9rem, 2vw, 1.4rem);
  white-space: nowrap;
  min-width: max-content;
}

.arrow {
  color: #d4af37;
  margin: 0 6px;
}

/* Rezervasyon butonu */
.reserve-btn {
  background: linear-gradient(135deg, #d4af37, #b9922a);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: clamp(0.8rem, 2vw, 1rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  box-shadow: 0 0 15px rgba(212,175,55,0.3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.reserve-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}

/* Hover efekti */
.region-box:hover {
  box-shadow: 0 0 25px rgba(212,175,55,0.25);
  transform: translateY(-3px);
}

/* === Mobilde dikey görünüm + yazı küçültme === */
@media (max-width: 768px) {
  .region-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 18px;
  }

  .route-scroll {
    width: 100%;
    text-align: center;
  }

  .route {
    justify-content: center;
    font-size: 1rem; /* 🔥 1 tık küçüldü */
  }

  .reserve-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 0.95rem;
  }
}/* End custom CSS */