/**
 * Minimal Booking.com-style theme: clean, fast, less clutter.
 * Load after main.css. Accent: #003580 (Booking blue).
 */

/* ---- Header: white, minimal, neat ---- */
#header {
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  min-height: 56px;
  display: flex;
  align-items: center;
}
#header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}
#header #logo { float: none; padding: 10px 10px 10px 0; }
#header #logo a img { max-height: 32px; object-fit: contain; }
#header #menu { float: none; margin-left: 0; margin-right: auto; display: flex; align-items: center; gap: 4px; flex: 0 0 auto; }
#menu a {
  color: #333 !important;
  font-weight: 500;
  padding: 8px 12px !important;
  border-radius: 4px;
}
#menu a:hover, #menu a.active { background: #f5f5f5; color: #003580 !important; }
#menu a.active { font-weight: 600; }
#header #rightmenu { float: none; margin-left: auto; display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
#rightmenu .btn, #rightmenu .mainbutton {
  background: #003580 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 16px !important;
  border-radius: 4px;
}
#rightmenu .greenbtn { background: #009900 !important; }
.mobilemainmenu { filter: brightness(0); }
.supportmenu { display: none !important; }

/* ---- Search box: one clean card ---- */
.searchmainflightbn .flightsearchwihite,
.flightsearchwihite,
.hotelsearchwhite {
  background: #fff !important;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  padding: 20px !important;
  border: 1px solid #e8e8e8;
}
.searchboxouter .textfield,
.searchboxouter input,
.tablebordersearch .textfield {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
}
.searchboxouter .textfield:focus,
.searchboxouter input:focus {
  border-color: #003580 !important;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,53,128,.1);
}
.flightsearchwihite .lable,
.searchboxouter .lable { color: #555 !important; font-size: 12px !important; font-weight: 500; }
.redbuttonsearch {
  background: #003580 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
  font-weight: 600;
  border-radius: 4px;
  font-size: 15px !important;
}
.redbuttonsearch:hover { background: #002654 !important; color: #fff; }

/* ---- Body: light gray bg, Roboto, more space ---- */
body { background: #f5f5f5 !important; color: #333; font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif; }
.container, .container-fluid { max-width: 1200px; }
.pagebanner { min-height: 120px; background: #003580 !important; }
.searchmainflightbn { background: linear-gradient(180deg, #003580 0%, #004a9e 100%) !important; padding: 24px 0 !important; margin-bottom: 24px !important; }

/* ---- Cards & lists: simple borders ---- */
.card { border: 1px solid #e8e8e8; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.hotelbookrow, .hotelsearchlist, .pricelistflight {
  background: #fff !important;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  margin-bottom: 12px;
}
.btn-danger, .btn-secondary { background: #003580 !important; border: none !important; }
.btn-danger:hover, .btn-secondary:hover { background: #002654 !important; }

/* ---- Footer ---- */
footer, .flightfooter { background: #fff !important; border-top: 1px solid #e8e8e8; padding: 24px 0 !important; }
.footernav a { color: #003580 !important; }

/* ---- Less visual noise ---- */
.homedealsheading .dealsectiontabs a { font-weight: 500; }
.populerdestinations, .popblog { border-radius: 8px; }
.domheading a { box-shadow: 0 1px 3px rgba(0,0,0,.08); }

/* ---- Performance: reduce animations where not needed ---- */
.pace .pace-progress { background: #003580; }
* { -webkit-tap-highlight-color: transparent; }
