:root {
  --primary: #0f766e;
  --primary-dark: #115e59;
  --primary-light: #14b8a6;
  --accent: #c2410c;
  --accent-hover: #9a3412;
  --highlight: #fbbf24;
  --dark: #0f172a;
  --text: #334155;
}

body { font-family: "DM Sans", sans-serif; }

.site-logo {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-dark) !important;
  letter-spacing: -0.5px;
  padding: 12px 0 !important;
  height: auto !important;
}
.site-logo span { color: var(--accent); font-weight: 600; }
img.logo { display: none; }

.navbar {
  background: #fff;
  border-bottom: 2px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.callnow_mm { background: var(--primary); }

.tollfree a { color: var(--primary) !important; }
.tollfree a span { color: var(--text) !important; }
.tollfree img { display: none; }
.tollfree a::before {
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 8px;
  color: var(--accent);
}

.hgdft_head h1 { font-size: 22px; font-weight: 600; }
.hgdft_head h2 { font-size: 24px; }
.hgdft_head h2 a { color: var(--highlight) !important; }
.hgdft_head h2 i { background: var(--accent) !important; }

.morehotels, .top_sec { background: var(--primary) !important; }

.sfont_wr h4 { color: var(--primary) !important; }
.ovr_price h4, .hot_deal p span { color: var(--accent) !important; }
.ovr_price a { border-color: var(--accent) !important; color: var(--accent) !important; }

.news_ltr h4 { color: var(--primary) !important; }
.news_ltr form button { background: var(--accent) !important; }

.why_us .tt_nm { color: var(--primary) !important; }
.phone_nm { background: var(--primary) !important; }
.phone_nm a { color: #fff !important; }

.footer { background: var(--dark) !important; }
.footer_btm { background: #020617 !important; }
.ftr_bx h4 span { color: var(--highlight); }
.ftr_bx p a.read-more { color: var(--highlight) !important; }

.fm_ln1 button, .btn_dn button, .Dprd_sde button { background: var(--accent) !important; }
.customradio .checkmark { border-color: var(--accent) !important; }
.customradio .checkmark:after { background: var(--accent) !important; }
.psg_dls { border-top-color: var(--primary) !important; }
.easy_srch { border-bottom: 3px solid var(--primary); }

.checkmark { border-color: var(--accent) !important; }

.pay-note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 16px 0;
  margin: 0;
}
.pay-note i { color: var(--highlight); margin-right: 8px; }

.route-plane {
  color: var(--primary);
  font-size: 22px;
  margin-top: 8px;
  display: inline-block;
}
.airline-icon {
  color: var(--primary);
  font-size: 28px;
  padding-top: 12px;
  display: block;
}

.about_sec h4, .about_sec2 h4 { color: var(--primary-dark) !important; }
.hding_tt22 h3 span { color: var(--accent); }

.pagebanner h1 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.panel-default > .panel-heading {
  background: #f0fdfa;
  border-color: #ccfbf1;
}
.panel-title a { color: var(--primary-dark); font-weight: 600; }

.flight-error-page {
  padding: 48px 0 64px;
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 40%);
  min-height: 60vh;
}

/* ── Mobile flight error / results page (reference layout) ── */
body.flight-results-body {
  background: #eceff1;
  padding-bottom: 72px;
}
body.flight-results-body .navbar,
body.flight-results-body .footer,
body.flight-results-body .footer_btm,
body.flight-results-body .floating-call-btn {
  display: none !important;
}

.flight-search-bar {
  background: #1e88e5;
  color: #fff;
  padding: 14px 16px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.flight-search-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 520px;
  margin: 0 auto;
}
.flight-route-codes {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.flight-route-meta {
  font-size: 13px;
  opacity: 0.95;
  margin-top: 2px;
}
.flight-modify-btn {
  flex-shrink: 0;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}
.flight-modify-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
.flight-modify-btn i { margin-right: 4px; }

body.flight-results-body .flight-error-page {
  padding: 20px 16px 24px;
  background: #eceff1;
  min-height: calc(100vh - 120px);
  max-width: 520px;
  margin: 0 auto;
}

body.flight-results-body .flight-error-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 28px 22px 24px;
  text-align: center;
  border-top: none;
}
.flight-error-heading {
  font-size: 17px;
  font-weight: 700;
  color: #1a237e;
  line-height: 1.45;
  margin-bottom: 14px;
}
.flight-error-emoji {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 2px;
}
.flight-error-subtext {
  color: #546e7a;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 22px;
}
.flight-cta-label {
  color: #e65100;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.flight-phone-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(180deg, #ff7043 0%, #e64a19 100%);
  color: #fff !important;
  border-radius: 50px;
  padding: 12px 24px;
  margin: 0 auto 14px;
  max-width: 320px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(230, 74, 25, 0.45);
  transition: transform 0.15s, box-shadow 0.15s;
}
.flight-phone-btn:hover,
.flight-phone-btn:focus {
  color: #fff !important;
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(230, 74, 25, 0.55);
}
.flight-phone-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.flight-phone-number {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.flight-hours {
  color: #1a237e;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 22px;
}
.flight-discount-block {
  margin-bottom: 20px;
  line-height: 1.4;
}
.flight-discount-up,
.flight-discount-awaits {
  display: block;
  color: #e65100;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.flight-discount-pct {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #212121;
  margin: 2px 0;
}
.flight-card-footer {
  font-size: 11px;
  color: #78909c;
  line-height: 1.55;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #eceff1;
}
.flight-card-footer a {
  color: #1e88e5;
  font-weight: 600;
  text-decoration: underline;
}

.flight-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  background: #1e88e5;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(30, 136, 229, 0.35);
  cursor: default;
}
.flight-filter-btn i { font-size: 14px; }

.flight-sticky-callbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #43a047;
  color: #fff !important;
  padding: 10px 14px;
  text-decoration: none !important;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.2);
}
.flight-agent-photo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.flight-agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flight-sticky-text {
  flex: 1;
  min-width: 0;
}
.flight-sticky-label {
  display: block;
  font-size: 12px;
  opacity: 0.95;
  line-height: 1.2;
}
.flight-sticky-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
.flight-sticky-chat {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #e53935;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.flight-chat-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #fff;
  color: #e53935;
  font-size: 10px;
  font-weight: 800;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media (min-width: 769px) {
  body.flight-results-body .flight-error-page {
    padding-top: 32px;
  }
  body.flight-results-body .flight-error-card {
    padding: 36px 32px 28px;
  }
  .flight-error-heading { font-size: 19px; }
  .flight-phone-number { font-size: 26px; }
  .flight-discount-pct { font-size: 32px; }
  .flight-sticky-callbar {
    max-width: 520px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px 8px 0 0;
  }
}

.flight-error-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);
  padding: 40px 36px;
  text-align: center;
  border-top: 4px solid var(--accent);
}
.flight-error-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #fff7ed;
  border-radius: 50%;
  line-height: 64px;
  font-size: 28px;
  color: var(--accent);
}
.flight-error-card h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 12px;
}
.flight-error-lead {
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.flight-trip-summary {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 28px;
  text-align: left;
}
.flight-trip-summary h3 {
  font-size: 15px;
  color: var(--primary);
  margin: 0 0 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.trip-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
}
.trip-col { text-align: center; }
.trip-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 4px;
}
.trip-col strong {
  font-size: 28px;
  color: var(--primary-dark);
}
.trip-arrow {
  color: var(--accent);
  font-size: 22px;
}
.trip-details {
  text-align: center;
  font-size: 14px;
  color: #475569;
}
.trip-sep { margin: 0 10px; color: #cbd5e1; }
.flight-error-cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  margin-bottom: 24px;
}
.flight-error-cta h2 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
}
.flight-error-cta > p {
  margin: 0 0 20px;
  opacity: 0.95;
  font-size: 15px;
}
.btn-call-now {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  font-size: 26px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(194, 65, 12, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-call-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(194, 65, 12, 0.5);
  color: #fff;
}
.btn-call-now i { margin-right: 10px; }
.flight-error-note {
  font-size: 13px;
  margin: 16px 0 0 !important;
  opacity: 0.85;
}
.flight-error-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 14px;
  color: #64748b;
}
.flight-error-trust i {
  color: var(--primary);
  margin-right: 6px;
}
.flight-error-alt {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.flight-error-alt a { color: var(--primary); text-decoration: underline; }
.floating-call-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 6px 20px rgba(194, 65, 12, 0.45);
  z-index: 999;
  animation: pulse-call 2s infinite;
}
@keyframes pulse-call {
  0%, 100% { box-shadow: 0 6px 20px rgba(194, 65, 12, 0.45); }
  50% { box-shadow: 0 6px 28px rgba(194, 65, 12, 0.7); }
}
@media (max-width: 768px) {
  .flight-error-card { padding: 28px 20px; }
  .trip-col strong { font-size: 22px; }
  .btn-call-now { font-size: 20px; padding: 14px 24px; }
  .trip-details .trip-sep { display: block; margin: 4px 0; visibility: hidden; height: 0; }
}

.frm_llbs img { display: none; }
.frm_llbs::before {
  font-family: FontAwesome;
  font-size: 16px;
  color: var(--primary);
}
.dst_date:nth-child(1) .frm_llbs::before,
.rsts:nth-child(1) .frm_llbs::before { content: "\f072"; }
.ui-autocomplete {
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #ccfbf1;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  z-index: 9999 !important;
}
.ui-menu-item-wrapper {
  padding: 10px 14px !important;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}
.airport-suggestion strong {
  color: var(--primary);
  margin-right: 8px;
  min-width: 36px;
  display: inline-block;
}
.airport-suggestion span {
  color: #475569;
}
