/*
Theme Name:Togo Child
Theme URI: https://togo.uxper.co/
Author: Uxper
Author URI: http://uxper.co/
Description: This is a child theme of Togo
Template: togo
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain: togo-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.flights-listing-page {
  background: #f9f9f9;
}

.flights-filter-tabs .nav-link {
  padding: 12px 28px;
  margin: 0 8px;
  border-radius: 50px;
  background: white;
  color: #555;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.flights-filter-tabs .nav-link.active,
.flights-filter-tabs .nav-link:hover {
  background: #e74c3c;
  color: white;
}

.flights-filter-tabs .count {
  margin-left: 6px;
  opacity: 0.8;
}

.flight-card {
  background: white;
  transition: all 0.3s;
}

.flight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.flight-img {
  height: 240px;
  object-fit: cover;
}

.flight-badges .badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85em;
  margin-right: 6px;
}

.badge-domestic {
  background: #3498db;
  color: white;
}
.badge-international {
  background: #9b59b6;
  color: white;
}

.page-intro {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  color: #666;
}
