/* /Components/Booking/BookingWizard.razor.rz.scp.css */
.booking-wizard-container[b-sdgwpg59zq] {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.wizard-navigation .btn[b-sdgwpg59zq] {
    min-width: 120px;
}

.step-container[b-sdgwpg59zq] {
    min-height: 400px;
}

.review-section[b-sdgwpg59zq] {
    padding: 1.5rem;
    background-color: var(--bg-secondary);
    border-radius: 8px;
}

.review-section h5[b-sdgwpg59zq] {
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.help-section[b-sdgwpg59zq] {
    background-color: var(--bg-secondary) !important;
    border: 1px solid var(--border-color);
}

.help-section h5[b-sdgwpg59zq] {
    color: var(--text-primary);
}

@media (max-width: 992px) {
    .booking-wizard-container[b-sdgwpg59zq] {
        margin-top: 1rem;
    }
}
/* /Components/Booking/Shared/ProgressIndicator.razor.rz.scp.css */
.progress-indicator[b-pj2xlt09jz] {
    margin-bottom: 2rem;
}

.progress-step[b-pj2xlt09jz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step-circle[b-pj2xlt09jz] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bg-secondary);
    border: 3px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--text-muted);
    transition: all 0.3s ease;
    z-index: 1;
}

.progress-step.active .step-circle[b-pj2xlt09jz] {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: #ffffff;
    transform: scale(1.1);
}

.progress-step.completed .step-circle[b-pj2xlt09jz] {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.step-label[b-pj2xlt09jz] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-muted);
    text-align: center;
}

.progress-step.active .step-label[b-pj2xlt09jz] {
    color: var(--primary-orange);
}

.progress-step.completed .step-label[b-pj2xlt09jz] {
    color: #28a745;
}

.progress-line[b-pj2xlt09jz] {
    flex: 1;
    height: 4px;
    background-color: var(--bg-tertiary);
    margin: 0 -10px;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.progress-line.completed[b-pj2xlt09jz] {
    background-color: #28a745;
}

@media (max-width: 768px) {
    .step-circle[b-pj2xlt09jz] {
        width: 40px;
        height: 40px;
        font-size: 0.875rem;
    }
    
    .step-label[b-pj2xlt09jz] {
        font-size: 0.75rem;
    }
    
    .progress-line[b-pj2xlt09jz] {
        margin-top: -20px;
    }
}
/* /Views/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-21fqfjs9we] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-21fqfjs9we] {
  color: #0077cc;
}

.btn-primary[b-21fqfjs9we] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-21fqfjs9we], .nav-pills .show > .nav-link[b-21fqfjs9we] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-21fqfjs9we] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-21fqfjs9we] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-21fqfjs9we] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-21fqfjs9we] {
  font-size: 1rem;
  line-height: inherit;
}

/* Footer positioning removed - managed by site.css */
