/* Budget Araç Kiralama: mobil alt sabit arama + WhatsApp çubuğu */

a.fab,
#budget-whatsapp-fixed {
  display: none !important;
}

#budget-mobile-contact-bar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2147483646 !important;
  display: none !important;
  gap: 10px !important;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom,0px)) !important;
  background: rgba(8,13,25,.96) !important;
  box-shadow: 0 -8px 28px rgba(0,0,0,.25) !important;
}

#budget-mobile-contact-bar a {
  flex: 1 !important;
  min-height: 56px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff !important;
  text-decoration: none !important;
  font: 800 17px system-ui,-apple-system,"Segoe UI",Arial,sans-serif !important;
}

#budget-mobile-contact-bar .call {
  background: #e11d2e !important;
}

#budget-mobile-contact-bar .wa {
  background: #25d366 !important;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom,0px)) !important;
  }
  #budget-mobile-contact-bar {
    display: flex !important;
  }
}
