.nd_travel_header_search_widget .search-box{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  max-width:900px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.9);
  background:#ffffff;
  box-shadow:0 6px 16px rgba(0,0,0,0.12);
}

.nd_travel_header_search_widget .search-box input{
  flex:1;
  border:none!important;
  outline:none;
  background:transparent!important;
  color:#1f2a37;
  font-size:14px;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid #eef1f4;
  min-width:200px;
}

.nd_travel_header_search_widget .search-box input::placeholder{
  color:#9aa3ad;
}

.nd_travel_header_search_widget .search-box button{
  padding:8px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.9);
  background:#ffffff;
  color:#1f2a37;
  cursor:pointer;
  transition:0.2s;
  box-shadow:0 6px 12px rgba(0,0,0,0.08);
}

.nd_travel_header_search_widget .search-box button:hover{
  background:#f7f8fa;
}

.nd_travel_header_search_widget .search-box .icon{
  width:20px;
  height:20px;
  color:#17a2b8;
}
