/* Hero renk düzenleme */
.hero.hero-collection{
  background:linear-gradient(180deg,#ffffff 0%, #f5f9ff 100%) !important;
}
.hero-collection h1{
  color:#031b4e !important;
}
.hero-collection-subtitle{
  color:#114c96 !important;
}
.hero-collection-desc{
  color:#617797 !important;
}
.hero-collection-call{
  background:linear-gradient(180deg,#2d95ff 0%, #167df0 100%) !important;
  color:#ffffff !important;
  box-shadow:0 12px 24px rgba(22,125,240,.20) !important;
}
.hero-collection-pickup{
  background:linear-gradient(180deg,#0c2f67 0%, #114c96 100%) !important;
  color:#ffffff !important;
  box-shadow:0 12px 24px rgba(12,47,103,.16) !important;
}
.hero-quick-form{
  background:linear-gradient(180deg,#eef6ff 0%, #e3f0ff 100%) !important;
  border:1px solid rgba(23,92,171,.16) !important;
  box-shadow:0 18px 40px rgba(17,76,150,.10) !important;
}
.hero-quick-title small{
  color:#5f91cf !important;
}
.hero-quick-title strong{
  color:#0c2f67 !important;
}
.hero-quick-field input,
.hero-quick-field select{
  background:#ffffff !important;
  border:1px solid rgba(17,76,150,.18) !important;
  color:#0c2f67 !important;
  box-shadow:none !important;
}
.hero-quick-field input::placeholder{
  color:#7d8faa !important;
}
.hero-quick-submit{
  background:linear-gradient(180deg,#2d95ff 0%, #167df0 100%) !important;
  color:#ffffff !important;
  border:1px solid rgba(22,125,240,.25) !important;
  box-shadow:0 12px 24px rgba(22,125,240,.18) !important;
}
.hero-quick-submit i{ color:#ffffff !important; }
