/*
Theme Name: Astra Child GlobalAirHQ
Theme URI: https://globalairhq.com/
Description: Custom Astra Child Theme for GlobalAirHQ
Author: Custom Developer
Author URI: https://globalairhq.com/
Template: astra
Version: 1.3.0
License: GNU General Public License v2 or later
Text Domain: astra-child-globalairhq
*/

/* ==========================================================================
Global Variables & Reset
========================================================================== */
:root {
    --navy-dark: #071e3d;
    --navy-blue: #0b2545;
    --primary-blue: #1d61e8;
    --accent-light-blue: #3b82f6;
    --bg-light: #f5f7fa;
    --card-bg: #ffffff;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);
    --radius-sm: 6px;
    --radius-md: 10px;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --container-max-width: 1250px; /* Set to exactly 1250px */
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    color: var(--text-main);
    background-color: var(--bg-light);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    color: var(--primary-blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

main#primary {
    margin: 0px !important;
}

.site-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* Base Buttons */
.btn-primary {
    background-color: var(--navy-dark);
    color: #fff !important;
    padding: 12px 32px;
    border-radius: var(--radius-sm);
    display: inline-block;
    font-weight: 600;
    border: none;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: var(--primary-blue);
    text-decoration: none;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 35px;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--navy-dark);
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 15px;
    margin: 0;
}

/* Site Header */
.site-header {
    background: #ffffff;
    border-bottom: 0px;
    padding: 0px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .logo {
    font-size: 24px;
    font-weight: 800;
    color: var(--navy-dark);
}

.site-branding .logo span {
    color: var(--primary-blue);
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 36px;
}

.main-navigation a {
    color: var(--text-main);
    font-weight: 600;
    font-size: 15px;
}


/* Unify Content Layout & Container Bounds */
#content.site-content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.ast-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* Footer */
/* Fix Footer Layout alignment */
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content {
    flex: 1 0 auto;
    width: 100%;
}

.site-footer {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 10;
}


/* ==========================================================================
Homepage Template CSS
========================================================================== */

/* Hero Container */
.hero-section {
    position: relative;
    background: linear-gradient(rgba(7, 30, 61, 0.72), rgba(7, 30, 61, 0.72)), 
        url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    padding: 85px 0 105px 0;
    color: #ffffff;
    text-align: center;
}

.hero-title {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #ffffff;
}

.hero-title span {
    color: var(--accent-light-blue);
}

.hero-subtitle {
    font-size: 16px;
    max-width: 680px;
    margin: 0 auto 35px;
    opacity: 0.9;
    line-height: 1.5;
}

/* Search Box: 50% Inside Hero / 50% Below Hero */
.search-box-wrap {
    position: relative;
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 18px 20px;
    max-width: 1020px;
    margin: 86px auto -160px auto;
    box-shadow: var(--shadow-md);
    z-index: 20;
}

.search-form-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 150px;
    gap: 14px;
    align-items: center;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 0 14px;
}

.input-icon {
    font-size: 16px;
    color: var(--text-muted);
    margin-right: 10px;
}

.search-input-field {
    width: 100%;
    padding: 13px 0;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--text-main);
    outline: none;
}

.btn-search {
    background-color: var(--navy-dark);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-sm);
    padding: 13px 0;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.2s ease;
}

.btn-search:hover {
    background-color: var(--primary-blue);
}

.popular-searches {
    margin-top: 14px;
    font-size: 12px;
    color: var(--text-muted);
    text-align: left;
    padding-left: 2px;
}

.popular-searches strong {
    color: var(--text-main);
}

.popular-searches a {
    color: var(--navy-dark);
    font-weight: 600;
    margin: 0 4px;
}

/* Popular Airlines Section */
.popular-airlines-section {
    padding-top: 120px; /* Spacing to clear search bar */
    padding-bottom: 60px;
}

.grid-airlines {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.airline-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 24px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s;
}

.airline-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.airline-icon-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.airline-card .card-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin: 0 0 10px 0;
}

.airline-card .card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-blue);
}

/* Popular Destinations Section */
.popular-destinations-section {
    padding: 60px 0;
    background: #f8fafc;
}

.destinations-wrapper {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    align-items: stretch;
}

.destinations-group-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 12px;
}

.grid-cities {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.destination-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 22px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    min-height: 120px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.destination-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.destination-symbol {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}

.destination-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--navy-dark);
    margin: 0;
}

/* How We Can Help You Section */
.help-section {
    padding: 60px 0;
}

.grid-help {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.help-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-icon {
    font-size: 36px;
    color: var(--primary-blue);
    margin-bottom: 16px;
}

.help-card .card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy-dark);
    margin: 0 0 10px 0;
}

.help-card .card-desc {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

/* Stats Bar */
.stats-bar {
    background: var(--navy-dark);
    color: #ffffff;
    border-radius: var(--radius-md);
    padding: 26px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-top: 40px;
    text-align: left;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.stat-icon {
    font-size: 26px;
    opacity: 0.9;
}

.stat-number {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.stat-label {
    font-size: 12px;
    color: #94a3b8;
}

/* Latest Airline Office Guides */
.guides-section {
    padding: 60px 0;
    background: #ffffff;
}

.grid-guides {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.guide-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.guide-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.guide-thumb-wrap {
    position: relative;
    width: 100%;
    height: 160px;
}

.guide-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.guide-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-blue);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
}

.guide-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.guide-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.guide-excerpt {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.45;
    margin: 0 0 18px 0;
}

.guide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--text-muted);
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.guide-footer .read-more {
    color: var(--primary-blue);
    font-weight: 700;
}

/* Footer Styling */
.site-footer {
    background: var(--navy-dark);
    color: #ffffff;
    padding: 60px 0 24px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1fr 1fr 1.5fr;
    gap: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-widget h4 {
    font-size: 15px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: #94a3b8;
    font-size: 13px;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    font-size: 13px;
    color: #94a3b8;
}

/* ==========================================================================
Fully Responsive Media Queries
========================================================================== */

@media (max-width: 1200px) {
    .grid-airlines { grid-template-columns: repeat(3, 1fr); }
    .grid-cities { grid-template-columns: repeat(3, 1fr); }
    .destinations-wrapper { grid-template-columns: 1fr; }
}

@media (max-width: 992px) {
    .hero-title { font-size: 34px; }
    .grid-help, .grid-guides { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .footer-widgets { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .search-form-inner { grid-template-columns: 1fr; }
    .search-box-wrap { margin-bottom: -150px; }
    .popular-airlines-section { padding-top: 170px; }
    .grid-airlines { grid-template-columns: repeat(2, 1fr); }
    .grid-cities { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { grid-template-columns: 1fr; text-align: center; }
    .stat-item { justify-content: center; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 26px; }
    .hero-subtitle { font-size: 14px; }
    .grid-airlines, .grid-cities, .grid-help, .grid-guides { grid-template-columns: 1fr; }
    .footer-widgets { grid-template-columns: 1fr; }
}



/* ==========================================================================
All HQ Page Template Styles
========================================================================== */

/* Spacing Adjustments */
.hq-header-section {
    padding-top: 50px;
    padding-bottom: 20px;
}

.hq-content-section {
    padding-top: 20px;
    padding-bottom: 60px;
}

.alphabet-group {
    margin-bottom: 48px;
}

/* Centered Badge Heading Wrapper */
.hq-centered-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 28px;
    width: 100%;
}

/* Original Dark-Navy Badge Design */
.hq-alpha-badge {
    color: var(--navy-dark);
    font-size: 18px;
    font-weight: 800;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    line-height: 1;
}

/* Left & Right Horizontal Lines */
.hq-heading-line {
    flex-grow: 1;
    height: 2px;
    background: var(--border-color);
    border-radius: 2px;
}

/* HQ Card Button Style (Matching Homepage View All Button) */
.hq-btn-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: var(--radius-sm);
}

/* Empty State */
.hq-empty-state {
    text-align: center;
    padding: 40px 0;
    color: var(--text-muted);
}



/* ==========================================================================
   Complete Child Page Template Styles
   ========================================================================== */

/* 1. Global Wrapper Fixes (Required for Sticky Sidebar) */
#primary,
.site-main,
.child-page-body,
.child-layout-grid {
  overflow: visible !important;
}

/* 2. Hero Banner Section */
.child-hero-banner {
  position: relative;
  background-color: var(--navy-dark, #0b1727);
  padding: 35px 0 30px 0;
  overflow: hidden;
  border-bottom: 3px solid var(--border-color, #1e293b);
}

.hero-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.relative-z {
  position: relative;
  z-index: 2;
}

.hero-category-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-page-title {
  color: #ffffff !important;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

/* Yoast Breadcrumbs Header */
.yoast-breadcrumbs-wrap {
  margin-bottom: 16px;
}

#breadcrumbs {
  color: #94a3b8;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#breadcrumbs a {
  color: var(--accent-light-blue);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

#breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Related Pages Pills (Hero Banner) */
.banner-related-pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.related-pages-label {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.related-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.banner-pill-link {
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.banner-pill-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* 3. Main Content & Sidebar Grid Layout */
.child-page-body {
  padding: 40px 0 60px 0;
}

.child-layout-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
}

.child-main-content {
  flex: 1;
  min-width: 0;
  order: 1;
}

.child-sidebar {
  width: 320px;
  flex-shrink: 0;
  order: 2;
  align-self: stretch;
}

/* Card Styling */
.child-content-card,
.toc-sticky-card {
  background: #ffffff;
  border-radius: var(--radius-sm, 10px);
  padding: 30px;
  border: 1px solid var(--border-color, #e2e8f0);
  box-shadow: var(--shadow-sm, 0 4px 15px rgba(0, 0, 0, 0.03));
}

.child-featured-image-wrap {
  margin-bottom: 30px;
  border-radius: var(--radius-sm, 8px);
  overflow: hidden;
}

.child-featured-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.child-entry-content {
  color: var(--text-color, #334155);
  font-size: 16px;
  line-height: 1.75;
}

.child-entry-content h2,
.child-entry-content h3 {
  color: var(--navy-dark, #0b1727);
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 14px;
}

/* 4. Table of Contents Card & Dynamic List */
.toc-sticky-card {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 10;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.toc-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-dark, #0b1727);
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.toc-container-list ul,
.toc-ul-list {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.toc-container-list li,
.toc-item {
  position: relative;
  margin-bottom: 10px !important;
  padding-left: 18px !important;
  line-height: 1.4;
}

/* Custom Bullet Markers */
.toc-item.toc-h2::before,
.toc-container-list > ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #0284c7;
  font-size: 16px;
  line-height: 1;
}

.toc-item.toc-h3 {
  padding-left: 32px !important;
}

.toc-item.toc-h3::before {
  content: "◦";
  position: absolute;
  left: 16px;
  top: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1;
}

.toc-container-list a,
.toc-item a {
  color: #334155 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s ease;
  display: inline-block;
}

.toc-container-list a:hover,
.toc-item a:hover {
  color: #0284c7 !important;
  text-decoration: underline !important;
}

/* 5. Mobile Layout (Reverses Order) */
@media (max-width: 991px) {
  .child-layout-grid {
    flex-direction: column;
  }

  .child-sidebar {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }

  .child-main-content {
    width: 100%;
    order: 2;
  }

  .toc-sticky-card {
    position: static;
    max-height: none;
  }
}



/* ==========================================================================
   Single Post Specific Styles
   ========================================================================== */

.post-meta-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}

.post-meta-wrap .meta-separator {
  color: #475569;
}

.toc-empty-note {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}



/* ==========================================================================
   Full Width Template Styling
   ========================================================================== */

.fullwidth-page-body {
  padding: 40px 0 60px 0;
}

.fullwidth-main-content {
  width: 100%;
  max-width: 100%;
}

.fullwidth-hero-banner .hero-page-title {
  margin-bottom: 0;
}




/* ==========================================================================
   Flight Directory Dual-Input Search Header
   ========================================================================== */

.flight-search-hero {
  padding: 30px 0 35px 0;
}

/* White Floating Card Container */
.flight-search-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  margin-top: 15px;
}

/* Flex Form Layout */
.flight-search-form {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

/* Input Fields Wrapper */
.search-input-group {
  flex: 1;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input-group:focus-within {
  border-color: #0284c7;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.input-icon {
  font-size: 16px;
  margin-right: 10px;
  user-select: none;
}

.flight-input {
  width: 100%;
  border: none !important;
  background: transparent !important;
  padding: 12px 0;
  font-size: 14px;
  color: #1e293b;
  outline: none !important;
  box-shadow: none !important;
}

.flight-input::placeholder {
  color: #94a3b8;
}

/* Dark Navy Search Button */
.flight-search-submit-btn {
  background: #091e3a;
  color: #ffffff;
  border: none;
  padding: 13px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.flight-search-submit-btn:hover {
  background: #0f2d57;
}

/* ==========================================================================
   Results Heading & Grid Section
   ========================================================================== */

.search-results-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.search-result-header-wrap {
  margin-bottom: 30px;
}

.search-result-main-heading {
  font-size: 28px;
  font-weight: 800;
  color: #0b1727;
  margin: 0;
}

.search-result-main-heading .query-highlight {
  color: #0284c7;
}

/* Mobile Responsive Switching */
@media (max-width: 850px) {
  .flight-search-form {
    flex-direction: column;
  }

  .search-input-group,
  .flight-search-submit-btn {
    width: 100%;
  }
}