/* Taxi Booking Application Styles — Arsha Sky Blue Palette */
:root {
    --if-primary:      #47b2e4;
    --if-primary-dark: #2e9fd4;
    --if-primary-deep: #37517e;
    --if-primary-sky:  #6bbde8;
    --if-success:      #16a34a;
    --if-success-dark: #15803d;
    --if-accent:       #f59e0b;
    --if-muted:        #6b7ba4;
    --if-bg:           #f5f6f8;
    --if-panel:        #ffffff;
    --if-border:       #d0e8f5;
    --if-shadow:       0 4px 24px rgba(55,81,126,.09), 0 1px 4px rgba(55,81,126,.05);
    --if-shadow-blue:  0 8px 32px rgba(71,178,228,.22);
    --if-ease:         cubic-bezier(.4,0,.2,1);
}

.booking-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 24px 60px;
    background: radial-gradient(1200px 480px at 10% -10%, rgba(71,178,228,0.06), transparent 60%),
                radial-gradient(900px 360px at 110% 0%, rgba(40,167,69,0.06), transparent 50%),
                linear-gradient(135deg, #f5f6f8 0%, #ffffff 100%);
    min-height: calc(100vh - 100px);
}

.booking-homepage-section {
    padding-top: 112px;
    background:
        radial-gradient(ellipse 80% 60% at 60% 0%, rgba(71,178,228,.10) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 5%  80%, rgba(107,189,232,.10) 0%, transparent 60%),
        linear-gradient(180deg, #e8f0f8 0%, #f5f6f8 26%, #ffffff 72%);
}

.booking-container--embedded {
    min-height: auto;
    padding-bottom: 40px;
}

.booking-hero-intro {
    margin-bottom: 26px;
}

.display-4 {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 800;
    color: #37517e;
    letter-spacing: -0.03em;
    text-shadow: none;
    margin-bottom: 0.75rem;
    max-width: 12ch;
}

.lead {
    max-width: 62ch;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #6b7ba4;
}

.booking-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(71,178,228,.10), rgba(107,189,232,.08));
    border: 1px solid rgba(71,178,228,.14);
    color: var(--if-primary-dark);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.booking-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 22px 0 18px;
}

.booking-hero-badges span {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(71,178,228,.14);
    color: #37517e;
    font-weight: 600;
    font-size: .88rem;
    box-shadow: 0 4px 16px rgba(55,81,126,.08);
    backdrop-filter: blur(8px);
}

.quick-contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 20px;
}

.booking-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
    max-width: 920px;
}

.booking-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(71,178,228,.12);
    box-shadow: 0 10px 28px rgba(55,81,126,.08);
    backdrop-filter: blur(10px);
}

.booking-metric strong {
    color: #2e9fd4;
    font-size: 1.15rem;
    font-weight: 800;
}

.booking-metric span {
    color: #6b7ba4;
    font-size: 0.95rem;
    line-height: 1.45;
}

.booking-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
    gap: 24px;
    align-items: start;
}

.booking-form-stage {
    margin-bottom: 0;
}

.booking-form-stage-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}

.booking-form-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(71,178,228,.08);
    color: #2e9fd4;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-form-hint {
    max-width: 240px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(200,224,244,.8), rgba(240,245,250,.95));
    border: 1px solid rgba(71,178,228,.12);
    color: #4a5e8a;
    font-size: 0.94rem;
    line-height: 1.5;
}

.booking-form-stage .progress-steps {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 34px;
    padding: 24px 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid rgba(71,178,228,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(55,81,126,.06);
}

.booking-form-stage .progress-steps::before {
    top: 52px;
    width: calc(100% - 160px);
    background: linear-gradient(90deg, rgba(71,178,228,.18), rgba(107,189,232,.28), rgba(148,163,184,.18));
}

.booking-form-stage .step {
    flex: 1;
    margin: 0;
}

.booking-visual-stage {
    display: grid;
    gap: 18px;
}

.booking-brand-card,
.booking-device-card,
.booking-car-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--if-shadow);
}

.booking-brand-card {
    padding: 26px;
    background: linear-gradient(140deg, #0d3a47 0%, #2e9fd4 58%, #6bbde8 100%);
    color: #fff;
}

.booking-brand-card::after {
    content: '';
    position: absolute;
    inset: auto -52px -58px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
}

.booking-card-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(71,178,228,.08);
    color: #2e9fd4;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-card-label--light {
    background: rgba(255,255,255,.14);
    color: #f0f5fa;
}

.booking-short-logo {
    width: min(220px, 100%);
    margin-bottom: 16px;
}

.booking-short-logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.booking-brand-copy {
    position: relative;
    z-index: 1;
    max-width: 28ch;
    margin: 0;
    color: rgba(240,245,250,.92);
    line-height: 1.65;
}

.booking-device-card,
.booking-car-card {
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f5fa 100%);
    border: 1px solid rgba(71,178,228,.12);
}

.booking-phone-mockup {
    max-width: 292px;
    margin: 4px auto 0;
    padding: 12px;
    border-radius: 30px;
    background: linear-gradient(180deg, #0d3a47 0%, #37517e 100%);
    box-shadow: 0 24px 48px rgba(13,58,71,.22);
}

.booking-phone-top {
    width: 42%;
    height: 6px;
    margin: 0 auto 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.28);
}

.booking-phone-screen {
    display: grid;
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbff 0%, #e7f0ff 100%);
}

.booking-phone-chip {
    display: inline-flex;
    justify-self: start;
    padding: 6px 12px;
    border-radius: 999px;
    background: #c8e0f4;
    color: #2e9fd4;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.booking-phone-route {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 20px rgba(13,58,71,.06);
}

.booking-phone-route strong,
.booking-phone-route small {
    display: block;
}

.booking-phone-route strong {
    color: #0d3a47;
    font-size: 0.95rem;
}

.booking-phone-route small {
    color: #64748b;
}

.booking-phone-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.booking-phone-dot--start {
    background: #16a34a;
    box-shadow: 0 0 0 5px rgba(22,163,74,.14);
}

.booking-phone-dot--end {
    background: #47b2e4;
    box-shadow: 0 0 0 5px rgba(71,178,228,.14);
}

.booking-phone-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.booking-phone-meta span {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(13,58,71,.06);
    color: #475569;
    font-size: 0.78rem;
    font-weight: 700;
}

.booking-phone-cta {
    padding: 13px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #47b2e4, #2e9fd4);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 12px 22px rgba(71,178,228,.24);
}

.booking-car-copy h3 {
    margin: 0 0 10px;
    color: #37517e;
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1.3;
}

.booking-car-copy p {
    margin: 0;
    color: #6b7ba4;
    line-height: 1.65;
}

.booking-car-illustration {
    margin-top: 18px;
    padding: 16px 12px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(200,224,244,.36), rgba(255,255,255,0));
}

.booking-car-illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.quick-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.quick-contact-button i {
    font-size: 1.15rem;
}

.quick-contact-button:hover {
    transform: translateY(-2px);
}

.quick-contact-button--call {
    background: linear-gradient(135deg, #47b2e4, #2e9fd4);
    color: #fff;
    box-shadow: 0 8px 28px rgba(71,178,228,.28);
}

.quick-contact-button--call:hover {
    color: #fff;
    box-shadow: 0 18px 40px rgba(71,178,228,.40);
}

.quick-contact-button--whatsapp {
    background: linear-gradient(135deg, #25d366, #139a46);
    color: #fff;
}

.quick-contact-button--whatsapp:hover {
    color: #fff;
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.28);
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
}

.page-header h1 {
    color: #2c3e50;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.page-header .subtitle {
    color: #7f8c8d;
    font-size: 1.2em;
    font-weight: 300;
}

/* Progress Steps */
.progress-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    background: var(--if-panel);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--if-shadow);
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(to right, #28a745, #ffc107, #dee2e6);
    border-radius: 2px;
    z-index: 1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    margin: 0 30px;
}

.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #eef2f7;
    color: var(--if-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.step.active .step-icon {
    background: linear-gradient(135deg, #47b2e4, #2e9fd4);
    color: white;
    border-color: #47b2e4;
    box-shadow: 0 10px 28px rgba(71,178,228,.35);
    transform: scale(1.1);
}

.step.completed .step-icon {
    background: linear-gradient(135deg, var(--if-success), var(--if-success-dark));
    color: white;
    border-color: var(--if-success);
    box-shadow: 0 8px 22px rgba(40, 167, 69, 0.3);
}

.step-label {
    font-size: 1em;
    font-weight: 600;
    color: #6c757d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.step.active .step-label {
    color: #47b2e4;
    font-weight: 700;
}

.step.completed .step-label {
    color: #28a745;
    font-weight: 700;
}

/* Form Sections */
.form-section {
    background: var(--if-panel);
    border-radius: 20px;
    padding: 36px 32px;
    margin-bottom: 30px;
    box-shadow: var(--if-shadow);
    border: 1px solid #f1f3f4;
    position: relative;
    overflow: hidden;
}

.form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #47b2e4 0%, #6bbde8 60%, #2e9fd4 100%);
}

.form-section:hover {
    transform: translateY(-2px);
    transition: transform 0.25s ease;
}

.section-title {
    font-size: 1.5em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f1f3f4;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #47b2e4, #28a745);
    border-radius: 2px;
}

.section-title i {
    margin-right: 12px;
    color: var(--if-primary);
    font-size: 1.1em;
}

/* Location Input Styling */
.location-input-group {
    position: relative;
    margin-bottom: 20px;
}

.location-input {
    background: #f8f9fa;
    border: 2px solid var(--if-border);
    border-radius: 12px;
    padding: 15px 50px 15px 20px;
    font-size: 1.1em;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}

.location-input:focus {
    border-color: #47b2e4;
    box-shadow: 0 0 0 3px rgba(71,178,228,.15), inset 0 2px 4px rgba(0,0,0,.04);
    background: white;
    outline: none;
    transform: translateY(-1px);
}

.location-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.1em;
}

.gps-button {
    background: #47b2e4;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.gps-button:hover {
    background: #2e9fd4;
    transform: translateY(calc(-50% - 1px));
}

.input-with-status {
    position: relative;
}

/* Route Display */
.route-display {
    background: linear-gradient(135deg, #d8f0f5 0%, #f3e5f5 100%);
    border-radius: 15px;
    padding: 30px;
    margin-top: 25px;
    border: 1px solid rgba(71,178,228,0.2);
    box-shadow: 0 4px 20px rgba(71,178,228,0.1);
}

.route-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.route-stat {
    text-align: center;
    background: white;
    padding: 25px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.route-stat:nth-child(1) {
    border-top-color: #47b2e4;
}

.route-stat:nth-child(2) {
    border-top-color: #28a745;
}

.route-stat:nth-child(3) {
    border-top-color: #ffc107;
}

.route-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.route-stat-value {
    font-size: 2em;
    font-weight: 800;
    color: #2c3e50;
    display: block;
    margin-bottom: 8px;
}

.route-stat-label {
    font-size: 0.9em;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Fare Breakdown */
.fare-breakdown {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-left: 4px solid var(--if-success);
}

.fare-breakdown h5 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.2em;
}

.fare-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
    font-size: 1.05em;
}

.fare-item:last-child {
    border-bottom: 3px solid #28a745;
    font-weight: 700;
    font-size: 1.2em;
    padding: 15px 0;
    margin-top: 15px;
    color: #28a745;
}

.tariff-info {
    margin-top: 10px;
    padding: 8px;
    background: #d8f0f5;
    border-radius: 4px;
    border-left: 3px solid #47b2e4;
}

.tariff-info small {
    display: block;
    color: #2e9fd4;
    font-weight: 500;
}

.night-tariff {
    color: #ff6f00 !important;
    font-weight: bold;
}

.final-fare-display {
    font-size: 1.2em;
    color: #28a745;
    margin-top: 15px;
    padding-top: 15px;
}

/* Map Styling */
#map {
    height: 350px;
    border-radius: 8px;
    margin: 20px 0;
    border: 2px solid #dee2e6;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Form Elements */
.form-control, .form-select {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 1em;
    transition: all 0.3s ease;
}

.form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 10px;
    font-size: 1.1em;
    display: block;
}

.form-label i {
    margin-right: 8px;
    color: #47b2e4;
    width: 16px;
    text-align: center;
}

.form-control:focus, .form-select:focus {
    border-color: var(--if-primary);
    box-shadow: 0 0 0 0.2rem rgba(71,178,228,0.25);
    outline: none;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--if-primary), var(--if-primary-dark));
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(71,178,228,0.32);
    font-size: 1.1em;
    color: #fff;
}

.btn-primary:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(71,178,228,0.4);
}

.btn-primary:disabled {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(108, 117, 125, 0.2);
}

.btn-success {
    background: linear-gradient(135deg, var(--if-success), var(--if-success-dark));
    border: none;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 28px rgba(40, 167, 69, 0.3);
    font-size: 1.1em;
    color: white;
}

.btn-success:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(40, 167, 69, 0.4);
    color: white;
}

.btn-lg {
    padding: 18px 40px;
    font-size: 1.2em;
}

.btn-secondary {
    background: #6c757d;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

.btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71,178,228,.35);
}

/* Loading States */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

/* Alert Messages */
.alert {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.alert-success {
    background: linear-gradient(45deg, #d4edda, #c3e6cb);
    color: #155724;
}

.alert-danger {
    background: linear-gradient(45deg, #f8d7da, #f5c6cb);
    color: #721c24;
}

.alert-warning {
    background: linear-gradient(45deg, #fff3cd, #ffeaa7);
    color: #856404;
}

@media (max-width: 768px) {
    .booking-homepage-section {
        padding-top: 92px;
    }

    .booking-hero-metrics {
        grid-template-columns: 1fr;
    }

    .quick-contact-actions {
        flex-direction: column;
    }

    .quick-contact-button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .booking-hero-layout {
        grid-template-columns: 1fr;
    }

    .booking-form-stage-top {
        flex-direction: column;
    }

    .booking-form-hint {
        max-width: none;
        width: 100%;
    }

    .booking-visual-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .booking-brand-card {
        grid-column: 1 / -1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .booking-container {
        padding: 15px 12px 40px;
    }

    .display-4 {
        max-width: none;
        font-size: 2.45rem;
    }
    
    .progress-steps {
        flex-direction: column;
        align-items: center;
    }
    
    .progress-steps::before {
        display: none;
    }
    
    .step {
        margin: 10px 0;
    }
    
    .route-info {
        grid-template-columns: 1fr;
    }

    .btn-lg {
        width: 100%;
    }

    .booking-visual-stage {
        grid-template-columns: 1fr;
    }

    .address-row {
        grid-template-columns: 1fr;
    }
}

/* Autocomplete dropdown styling */
.address-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 12px;
    align-items: start;
}

.pickup-street-field {
    padding-right: 52px;
}

.house-number-input {
    text-align: center;
}

.location-status {
    display: none;
    margin-top: 8px;
    font-size: 0.92rem;
}

.location-status.info {
    color: #2e9fd4;
}

.location-status.success {
    color: #1e7e34;
}

.location-status.warning {
    color: #856404;
}

.location-status.error {
    color: #721c24;
}

.location-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 3000;
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f4;
    transition: background 0.2s ease;
    display: block;
}

.suggestion-main {
    font-weight: 600;
}

.suggestion-secondary {
    font-size: 0.85rem;
    color: #6c757d;
}

.suggestion-item:hover {
    background: #f8f9fa;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item.selected {
    background: #d8f0f5;
    color: #2e9fd4;
}

/* subtle shimmer for loading state text */
.loading-message p {
        background: linear-gradient(90deg, #f1f3f5 0, #f8f9fa 40%, #f1f3f5 80%);
        background-size: 200% 100%;
        animation: shimmer 1.6s infinite linear;
        display: inline-block;
        padding: 6px 10px;
        border-radius: 6px;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}