:root{
  --bg: #0b1220;
  --card: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.12);
}

html { scroll-behavior: smooth; }
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
}
.carousel-item { position: relative; }

/* Alttan yukarı gradient: mobilde yazı okunur + görsel bozulmaz */
.carousel-item::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top,
    rgba(0,0,0,.70),
    rgba(0,0,0,.25) 55%,
    rgba(0,0,0,.10) 100%);
  z-index: 1;
}
.topbar { background: #fff; }
.link-top{ color:#111; text-decoration:none; opacity:.85; }
.link-top:hover{ opacity:1; text-decoration:underline; }

.nav-blur{
  background: rgba(11,18,32,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero{ background: #000; }
.hero-img{
  position: relative;
  z-index: 0;
  height: min(72svh, 720px);         /* mobil adres bar zıplamasına daha dayanıklı */
  height: min(72vh, 720px);          /* fallback */
  /* filter: brightness(.72);  <-- bunu KALDIRMANI öneririm; gradient yeterli */
}
.hero-card{
  max-width: 620px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 18px;
}
.carousel-caption{
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 24px;
}

.section{ padding: 64px 0; }
.section-alt{ background: #f6f7fb; }
.section-title{ margin-bottom: 22px; }

.card-soft{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(2,6,23,.06);
}

.icon-badge{
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(13,110,253,.12);
  border: 1px solid rgba(13,110,253,.2);
  font-size: 20px;
}
.icon-badge-sm{
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(13,110,253,.12);
  border: 1px solid rgba(13,110,253,.2);
  font-size: 18px;
}

.fleet-item{
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2,6,23,.10);
  cursor: pointer;
}
.fleet-item img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .25s ease;
}
.fleet-item:hover img{ transform: scale(1.04); }

.footer{
  background: #0b1220;
  color: #fff;
}
.link-footer{
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
.link-footer:hover{ color: #fff; text-decoration: underline; }
@media (max-width: 576px){
  .hero-img{
    height: clamp(320px, 45vh, 520px);
    object-position: center top;   /* bazı görsellerde yüz/üst kadraj daha iyi */
  }

  .carousel-caption{
    text-align: left;
    padding: 0 0 16px;
  }

  .hero-card{
    max-width: 100%;
    padding: 14px;
    border-radius: 16px;
  }

  .hero-card .display-6{ font-size: 1.35rem; }
  .hero-card p{ font-size: .95rem; margin-bottom: .75rem !important; }
}
/* TOPBAR */
.topbar{
  background:#1f242c;
}
.topbar-inner{
  min-height: 40px;
  display:flex;
  justify-content:flex-end;
}
.topbar-left{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: .9rem;
}
.topbar-right{
  display:flex;
  align-items:center;
  gap: 8px;
}
.topbar-link{
  color:#e9e9e9;
  text-decoration:none;
  opacity:.85;
  display:inline-flex;
  align-items:center;
  gap: 8px;
}
.topbar-link:hover{ opacity:1; text-decoration:underline; }
.topbar-sep{ opacity:.35; }

/* sosyal ikonlara modern küçük buton */
.icon-btn{
  width: 32px;
  height: 32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 10px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(15,23,42,.03);
  color:#0f172a;
  text-decoration:none;
}
.icon-btn:hover{
  background: rgba(15,23,42,.07);
}

/* NAVBAR */
.nav-modern{
  background: rgba(11,18,32,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.navbar.nav-modern .container{
  min-height: 64px; /* topbar ile daha dengeli */
}

/* brand hizalama */
.brand{
  display:flex;
  align-items:center;
  gap: 10px;
}
.brand-text{
  font-weight: 700;
  letter-spacing: .2px;
  font-size: 1rem;
}

/* menü linklerini pill yap */
.nav-links{
  gap: 6px;               /* tüm breakpointlerde tutarlı */
}
.nav-links .nav-link{
  color: rgba(255,255,255,.86);
  padding: 10px 12px;
  border-radius: 12px;
  line-height: 1;
}
.nav-links .nav-link:hover{
  color: #fff;
  background: rgba(255,255,255,.10);
}
.nav-links .nav-link.active{
  color:#fff;
  background: rgba(255,255,255,.16);
}

/* CTA butonu daha modern */
.cta-btn{
  border-radius: 12px;
  padding: 10px 14px;
  display:inline-flex;
  align-items:center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(2,6,23,.22);
}

/* Mobilde collapse açılınca menü blok gibi dursun */
@media (max-width: 991.98px){
  .navbar-nav.nav-links{
    padding: 10px 0 16px;
  }
  .navbar-nav.nav-links .nav-link{
    padding: 12px 12px;
  }
	.topbar-inner{
  min-height: 40px;
  display:flex;
  justify-content:space-evenly;
}
}

