/* ==========================================================================
   Ticket Finderz - Spacious, Clean & Decent Theme
   ========================================================================== */

body {
  font-family: 'Rubik', 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  color: #333333;
  background-color: #f8fafc;
}

/* Header & Navigation */
.tf-modern-header {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  z-index: 1000;
}

.tf-topbar {
  background: #f8f9fa;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  font-size: 14px;
  color: #555555;
}

.tf-topbar a {
  color: #444444;
  text-decoration: none;
}

.tf-topbar a:hover {
  color: #0066cc;
}

.tf-badge-pill {
  background: #e8f4fd;
  color: #0066cc;
  border: 1px solid #cce5ff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tf-navbar-container {
  background: #ffffff;
  padding: 14px 0;
}

.tf-nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #333333 !important;
  padding: 10px 18px !important;
  transition: all 0.2s ease;
}

.tf-nav-link:hover,
.tf-nav-link.active {
  color: #0066cc !important;
}

.tf-btn-call {
  background: #0066cc;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 11px 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.tf-btn-call:hover {
  background: #0052a3;
  color: #ffffff !important;
}

.tf-btn-quote {
  background: #ffffff;
  color: #333333 !important;
  border: 1.5px solid #cccccc;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.tf-btn-quote:hover {
  background: #f4f4f4;
}

/* Hero Section */
.tf-hero-section {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 70px 0 85px;
}

.tf-hero-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.tf-hero-subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Spacious Search Box Container */
.tf-search-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #e2e8f0;
  padding: 34px 30px;
  margin: 0 auto;
}

.tf-trip-tabs {
  display: inline-flex;
  background: #f1f5f9;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 22px;
  gap: 6px;
}

.tf-trip-tab {
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #475569;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tf-trip-tab.active {
  background: #0066cc;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);
}

/* Sleek, Slim & Elegant Search Field Inputs */
.tf-search-field-group {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 6px 12px;
  text-align: left;
  transition: all 0.2s ease;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tf-search-field-group:focus-within {
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.12);
}

.tf-search-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.02em;
}

.tf-search-input {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
}

select.tf-search-input {
  cursor: pointer;
  padding-right: 18px !important;
}

.tf-search-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
  font-size: 13px;
}

/* Sleek Slim Search Button */
.tf-btn-search {
  background: #0066cc;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.2);
  transition: all 0.2s ease;
}

.tf-btn-search:hover {
  background: #0052a3;
  box-shadow: 0 4px 10px rgba(0, 102, 204, 0.3);
}

/* Trust Strip */
.tf-trust-strip {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 28px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.tf-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
}

.tf-trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef5fc;
  color: #0066cc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.tf-trust-title {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2px;
}

.tf-trust-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 0;
}

/* Cards & Sections */
.tf-section-padding {
  padding: 60px 0;
}

.tf-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.tf-section-badge {
  color: #0066cc;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  margin-bottom: 6px;
}

.tf-deal-card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease;
}

.tf-deal-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
  transform: translateY(-3px);
}

.tf-deal-thumb {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.tf-deal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-deal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
}

.tf-deal-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffff;
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}

.tf-deal-airline {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.tf-deal-price-badge {
  display: none !important;
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  align-items: baseline;
  justify-content: space-between;
  color: #ffffff;
}

.tf-deal-price {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

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

.tf-deal-title {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 4px;
}

.tf-deal-meta {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 14px;
}

.tf-deal-btn {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #1e293b;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  display: block;
  transition: all 0.2s ease;
}

.tf-deal-btn:hover {
  background: #0066cc;
  color: #ffffff !important;
  border-color: #0066cc;
}

/* Destination Cards */
.tf-destination-card {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.tf-destination-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tf-destination-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.tf-destination-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
}

.tf-destination-content {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  color: #ffffff;
}

.tf-destination-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.tf-destination-tagline {
  font-size: 13px;
  color: #e2e8f0;
}

/* Airline Cards */
.tf-airline-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.tf-airline-card img {
  max-height: 42px;
  max-width: 100%;
  object-fit: contain;
}

/* Footer */
.tf-footer {
  background: #ffffff;
  color: #64748b;
  padding: 55px 0 25px;
  font-size: 14px;
  border-top: 1px solid #e2e8f0;
}

.tf-footer h4,
.tf-footer h5 {
  color: #1e293b;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.tf-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tf-footer-links li {
  margin-bottom: 10px;
}

.tf-footer-links a {
  color: #475569;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tf-footer-links a:hover {
  color: #0066cc;
}

.tf-footer-contact-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 14px;
}

.tf-footer-contact-box a {
  color: #1e293b;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.tf-footer-contact-box a:hover {
  color: #0066cc;
}

.tf-footer-bottom {
  border-top: 1px solid #e2e8f0;
  padding-top: 22px;
  margin-top: 35px;
}

/* Mobile Action Bar */
.tf-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
  border-top: 1px solid #e2e8f0;
  padding: 8px 12px;
}

.tf-mobile-bar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.tf-mob-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none !important;
}

.tf-mob-btn.call {
  background: #0066cc;
  color: #ffffff !important;
}

.tf-mob-btn.quote {
  background: #28a745;
  color: #ffffff !important;
}

/* Instant Search Loading Overlay */
.tf-search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 25, 44, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.tf-search-overlay.active {
  display: flex !important;
  opacity: 1;
}

.tf-overlay-box {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 420px;
  width: 90%;
  animation: tfPopIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes tfPopIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.tf-overlay-plane {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0066cc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  animation: tfPulse 1.4s infinite;
}

@keyframes tfPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.4);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 14px rgba(0, 102, 204, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 204, 0);
  }
}

.tf-overlay-progress {
  height: 6px;
  width: 100%;
  background: #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 18px 0 12px;
}

.tf-overlay-bar {
  position: absolute;
  background: #0066cc;
  height: 100%;
  width: 45%;
  border-radius: 10px;
  animation: tfIndeterminate 1.3s infinite ease-in-out;
}

@keyframes tfIndeterminate {
  0% {
    left: -45%;
    width: 45%;
  }

  50% {
    left: 30%;
    width: 60%;
  }

  100% {
    left: 100%;
    width: 45%;
  }
}

/* Hide tabular pricing section on destination pages */
#scroll-amenities,
.border-bottom:has(#scroll-amenities) {
  display: none !important;
}