/* /Pages/Index.cshtml.rz.scp.css */
/* Core Styles */
body[b-9vjbxqne7r] {
    background: #f3f4f6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.search-card[b-9vjbxqne7r] {
    margin-top: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 0;
    background: #fff;
}

.search-results-container[b-9vjbxqne7r] {
    padding-top: 0;
}

.search-results-row[b-9vjbxqne7r] {
    background: #f3f4f6;
}

/* Sidebar Column - Cleartrip Style */
.filter-sidebar-col[b-9vjbxqne7r] {
    background: #fff;
    border-right: 1px solid #e2e8f0;
    min-height: 100vh;
}

.filter-sidebar-content[b-9vjbxqne7r] {
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    scrollbar-width: none;
    background: #fff;
}

.filter-sidebar-content[b-9vjbxqne7r]::-webkit-scrollbar {
    width: 0;
    display: none;
}

.sidebar-divider[b-9vjbxqne7r] {
    height: 1px;
    background: #f1f5f9;
    margin: 1.5rem 0;
}

.sidebar-section[b-9vjbxqne7r] {
    padding: 0 1rem;
}

.filter-section[b-9vjbxqne7r] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
}

.filter-group-header[b-9vjbxqne7r] {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #0f172a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Flight Card Pro */
.flight-card-pro[b-9vjbxqne7r] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 1rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.flight-card-pro:hover[b-9vjbxqne7r] {
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.04);
    border-color: #cbd5e1;
}

.flight-card-header[b-9vjbxqne7r] {
    background: #f8fafc;
    padding: 10px 20px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.airline-badge[b-9vjbxqne7r] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.airline-logo-lg[b-9vjbxqne7r] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.airline-name-text[b-9vjbxqne7r] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1e293b;
}

.flight-number-badge[b-9vjbxqne7r] {
    font-size: 0.7rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
}

/* Timeline/Route UI */
.timeline-row[b-9vjbxqne7r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
}

.time-box[b-9vjbxqne7r] {
    text-align: left;
}

.time-box.arrival[b-9vjbxqne7r] {
    text-align: right;
}

.time-val[b-9vjbxqne7r] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}

.time-date[b-9vjbxqne7r] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #ef4444;
    /* Use a brand color for emphasis, like Cleartrip's pink/red */
    margin-top: 2px;
}

.city-name[b-9vjbxqne7r] {
    font-size: 0.9rem;
    color: #475569;
    margin-top: 2px;
    font-weight: 500;
}

.airport-code[b-9vjbxqne7r] {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 600;
}

.duration-line-container[b-9vjbxqne7r] {
    flex-grow: 1;
    margin: 0 30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.stop-line-visual[b-9vjbxqne7r] {
    height: 2px;
    background: #cbd5e1;
    width: 100%;
    position: relative;
    margin: 12px 0;
}

.stop-dot[b-9vjbxqne7r] {
    width: 6px;
    height: 6px;
    background: #94a3b8;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    transform: translateX(-50%);
}

.stop-dot.connecting[b-9vjbxqne7r] {
    background: #f59e0b;
    width: 8px;
    height: 8px;
    top: -3px;
    border: 1px solid #fff;
}

.duration-total[b-9vjbxqne7r] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.stops-count[b-9vjbxqne7r] {
    font-size: 0.75rem;
    color: #f59e0b;
    font-weight: 700;
    text-transform: uppercase;
}

.layover-pill[b-9vjbxqne7r] {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    color: #92400e;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: -5px;
}

/* Fare Comparison Drawer */
.fare-compare-section[b-9vjbxqne7r] {
    border-top: 1px solid #f1f5f9;
    background: #fff;
}

.fare-comparison-grid[b-9vjbxqne7r] {
    display: flex;
}

.fare-category-sidebar[b-9vjbxqne7r] {
    width: 160px;
    border-right: 1px solid #f1f5f9;
    background: #f8fafc;
}

.fare-attr-label[b-9vjbxqne7r] {
    padding: 10px 16px;
    font-size: 0.8rem;
    color: #64748b;
    height: 52px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.fare-column[b-9vjbxqne7r] {
    flex: 1;
    border-right: 1px solid #f1f5f9;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.fare-column:last-child[b-9vjbxqne7r] {
    border-right: 0;
}

.fare-column.selected[b-9vjbxqne7r] {
    background: #f0f9ff;
    box-shadow: inset 0 0 0 2px #0ea5e9;
    position: relative;
    z-index: 10;
}

.fare-header[b-9vjbxqne7r] {
    padding: 15px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}

.fare-title[b-9vjbxqne7r] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1e293b;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.fare-price[b-9vjbxqne7r] {
    font-size: 1.15rem;
    font-weight: 800;
    color: #10b981;
}

.fare-attr-val[b-9vjbxqne7r] {
    padding: 10px 16px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.fare-attr-val .val-icon[b-9vjbxqne7r] {
    font-size: 1rem;
    margin-right: 6px;
    color: #64748b;
}

.fare-footer[b-9vjbxqne7r] {
    padding: 15px;
    margin-top: auto;
}

.btn-book-now[b-9vjbxqne7r] {
    background: #f97316;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 0.8rem;
    width: 100%;
    transition: all 0.2s;
}

.btn-book-now:hover[b-9vjbxqne7r] {
    background: #ea580c;
    box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.3);
}

/* Country Accordion Filter */
.country-filter-item[b-9vjbxqne7r] {
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.country-filter-header[b-9vjbxqne7r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #f8fafc;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    color: #334155;
    user-select: none;
}

.country-filter-header:hover[b-9vjbxqne7r] {
    background: #f1f5f9;
}

.country-filter-body[b-9vjbxqne7r] {
    padding: 10px 15px;
    background: #fff;
}

.airport-selection-row[b-9vjbxqne7r] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    font-size: 0.8rem;
    color: #475569;
}

.airport-selection-row:hover[b-9vjbxqne7r] {
    color: #0f172a;
}

.airport-code-tag[b-9vjbxqne7r] {
    font-size: 0.7rem;
    background: #e2e8f0;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 700;
    color: #475569;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-8z9ccq3jjm] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-8z9ccq3jjm] {
  color: #0077cc;
}

.btn-primary[b-8z9ccq3jjm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-8z9ccq3jjm], .nav-pills .show > .nav-link[b-8z9ccq3jjm] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8z9ccq3jjm] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8z9ccq3jjm] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8z9ccq3jjm] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-8z9ccq3jjm] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-8z9ccq3jjm] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
