 .notice_block span {
    text-transform: uppercase;
    display: block;
    font-size: 21px;
    }
    .notice_block {

    font-weight: normal !important;
}
/* Selected date (clicked) */
.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-active.ui-state-hover {
    background: #1e73be !important;   /* Blue */
    color: #ffffff !important;
    border-radius: 4px;
}

/* Today date (if highlighted) */
.ui-datepicker td a.ui-state-highlight {
    background: #1e73be !important;
    color: #ffffff !important;
}

/* Hover date */
.ui-datepicker td a:hover {
    background: #1e73be !important;
    color: #ffffff !important;
}

/* Disabled dates (greyed) */
.ui-datepicker td.ui-state-disabled span {
    color: #ccc !important;
}



/* ============================================================
   Park SFO - Premium 100% Width Black Edition
   ============================================================ */

:root {
    --primary: #006BB7;       /* Google Blue */
    --accent: #34a853;        /* Google Green */
    --error: #ea4335;         /* Google Red */
    --warning: #f9ab00;       /* Google Amber */
    --pure-black: #000000;
    --card-bg: #0a0a0a;       /* Slightly lighter black for depth */
    --border: #222222;
    --text-main: #ffffff;
    --text-dim: #a1a1aa;
    --radius: 12px;
}

/* === RESET & LAYOUT === */
body {
 
    color: var(--text-main);
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
    margin: 0;
}

/*  basic classes */

.flex{
    display: flex;

}
.flex-col{
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}
.flex-wrap{
    flex-wrap: wrap;
}
.btn{
    padding: 6px 16px;
    font-size: 14px;
    background-color: var(--accent);
    border-radius: 6px;
    cursor: pointer!important;
    color: #fff;
    cursor: pointer;
}
.btn:hover{
    background-color: #288541;
    color: #fff;
}
.gap-4{
    gap: 4rem;
}
.gap-3{
    gap: 3rem;
}
.gap-2{
    gap: 2rem;
}
.gap-1   {   
    gap: 1rem;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}   
.items-center{
    align-items: center;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-baseline{
    align-items: baseline;
}
.items-stretch{
    align-items: stretch;
}

/* Make container full width but center inner content */
.reservations {
    width: 100%;
  
}
.red{
    color: red;
}

/* Center Wrapper (Apply this to inner divs if necessary, or use margins) */
#reservation-form {
 
    margin: 0 auto;
}

/* === HEADER & BUTTONS === */
h1.left {
 
    margin: 0 auto 40px auto;
    padding: 0 20px;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    float: none !important; /* Overriding legacy float */
}

.header-button {
 
    margin: -20px auto 40px auto;
    padding: 0 20px;
    display: flex;
    gap: 12px;
    float: none !important;
}

.button, button, input[type="submit"] {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--border);
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
}

.button.red { background: var(--error); border: none; padding: 15px 20px; }
.button.small { padding: 8px 16px; font-size: 14px; }
.button:hover { transform: translateY(-2px); filter: brightness(1.1); }

/* === NON-COLLAPSED STEPS === */
.step-one, .step-two, .step-three {
    margin-bottom: 10px;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.step {
    background: var(--primary);
    color: var(--text-main);
    padding: 10px 20px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    border-bottom: 1px solid var(--border);
}
.step .clear{
    display: none;
}
.step .edit{
    color: var(--text-main);
    font-weight: normal;

}
.step .edit {
    display: none;
}
.hide
{
    display: none;
}

/* .error{
    border: 1px solid;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
        display: block;
    text-wrap: balance;

    border-radius: 10px;
}
.error.red{
	border: 1px solid;
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
        display: block;
    text-wrap: balance;

    border-radius: 10px;
    background-color: #ea443531;
    color: #ea4335;
    border-left: 5px solid #ea4335;
    border-color: #ea4335;
} */
.red, .error{
	color:red;
}
.reserve-main {
    padding: 20px;

}

/* === FORM INPUTS === */
.form-field { margin-bottom: 24px; }

label {
    display: block;
    margin-bottom: 10px;
    color: var(--text-dim);
    font-size: 14px;
}

.form-text, .form-select, .form-control {
    width: 100%;
    height: 50px;
    background: #000!important;
    border: 1px solid var(--border)!important;
    border-radius: 6px;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-text:focus, .form-select:focus {
    border-color: var(--primary)!important;
    outline: none;
}

/* Date and Time inline display */
/* #date_start, #date_end { width: calc(60% - 10px); margin-right: 10px; float: left; }
#time_start, #time_end { width: 40%; } */

/* === PARKING CARDS === */


.parking-type-block:hover { border-color: var(--primary); }
.parking-type-block h2 { color: var(--primary); font-size: 30px; }

.price-text { font-size: 32px; color: var(--accent); display: block; margin: 10px 0; }

.parking-type-block.active{
     background:var(--primary);
     border-color: var(--primary);
     color: #fff;

}
.parking-type-block.active h2{
    color: #fff;
}


.type-button {
    background: var(--accent);
    padding: 12px 40px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

/* === SIDEBAR (CONFIRMATION) === */
.column-right {
    background: #0a0a0a;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 25px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.column-right h4 {
    margin-top: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.cr-section {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}

.cr-section.total {
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 18px;
}

/* === NOTICES & FOOTER === */
.notice_block {
    background: rgba(249, 171, 0, 0.1);
    border-left: 4px solid var(--warning);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.notice_block span {
    color: var(--warning);
    font-weight: 800;
    display: block;
}

ul {
 
    margin: 40px auto;
    padding: 0 20px;
    color: var(--text-dim);
}

ul li { margin-bottom: 15px; }
ul li strong { color: #fff; }

/* === RESPONSIVE === */
@media (max-width: 992px) {
    #reservation-form {
        grid-template-columns: 1fr;
    }
    .column-right {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    #date_start, #date_end, #time_start, #time_end {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* ============================================================
   Modern Coupon Display CSS - ParkSFO
   Matches New Reservation System Design
   ============================================================ */

:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --primary-light: #3b82f6;
    --accent: #10b981;
    --accent-dark: #059669;
    --error: #ef4444;
    --warning: #f59e0b;
    --bg-main: #0f172a;
    --bg-card: #1e293b;
    --bg-elevated: #334155;
    --border: #334155;
    --border-light: #475569;
    --text-main: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

/* === COUPON CONTAINER === */
.coupon-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* === COUPON HEADER BANNER === */
.coupon-header-banner {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 32px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.coupon-header-banner h1 {
    margin: 0;
    color: var(--text-main);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* === MAIN COUPON CARD === */
.coupon-card-main {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-lg);
    margin-bottom: 24px;
}

.coupon-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
}

/* === INFO SECTION === */
.coupon-info-section {
    display: flex;
    flex-direction: column;
}

.info-card {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
}

.info-icon {
    color: var(--primary-light);
    margin-bottom: 16px;
}

.info-card h3 {
    color: var(--text-main);
    margin: 0 0 16px 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.disclaimer-content {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 14px;
}

.disclaimer-content p {
    margin: 0 0 12px 0;
}

.disclaimer-content ul {
    margin: 8px 0;
    padding-left: 20px;
}

.disclaimer-content li {
    margin-bottom: 8px;
}

/* === BARCODE SECTION === */
.coupon-barcode-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.barcode-card {
    background: var(--bg-main);
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
}

.barcode-wrapper {
    background: #ffffff;
    padding: 16px;
    border-radius: var(--radius-sm);
    display: inline-block;
    margin-bottom: 12px;
}

.barcode-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.barcode-number {
    color: var(--text-main);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 8px;
}

/* === COUPON CODE CARD === */
.coupon-code-card {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-md);
}

.code-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.code-value {
    color: var(--text-main);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'Courier New', monospace;
}

/* === LOGO & INFO CARD === */
.logo-info-card {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
}

.coupon-logo {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    margin-bottom: 16px;
    border-radius: var(--radius-sm);
}

.additional-info {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

/* === DIRECTIONS SECTION === */
.directions-section {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-lg);
    margin-bottom: 24px;
}

.directions-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border);
}

.directions-header svg {
    color: var(--primary-light);
    flex-shrink: 0;
}

.directions-header h2 {
    margin: 0;
    color: var(--text-main);
    font-size: 1.5rem;
    font-weight: 700;
}

.directions-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.directions-map {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 16px;
}

.directions-map img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
}

.directions-info {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
}

.directions-header-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: var(--radius-sm);
}

.map-info-text {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* === ACTION BUTTONS === */
.coupon-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.btn-primary, .btn-secondary {
    padding: 14px 28px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: none;
    box-shadow: var(--shadow-sm);
}

.btn-primary {
    background: var(--primary);
    color: var(--text-main);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background: var(--accent);
    color: var(--text-main);
}

.btn-secondary:hover {
    background: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* === QUICK LINKS === */
.coupon-quick-links {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-lg);
}

.coupon-quick-links h3 {
    margin: 0 0 16px 0;
    color: var(--text-main);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.quick-link-card {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px;
    text-align: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.quick-link-card:hover {
    background: var(--bg-elevated);
    border-color: var(--primary);
    color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.quick-link-card svg {
    color: var(--primary-light);
}

/* === MOBILE COUPON === */
.coupon-container.mobile {
    padding: 16px;
}

.coupon-container.mobile .coupon-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-lg);
}

.coupon-container.mobile .coupon-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
}

.coupon-container.mobile .coupon-header h2 {
    margin: 0;
    color: var(--text-main);
    font-size: 1.5rem;
    font-weight: 700;
}

.coupon-container.mobile .barcode-section {
    background: var(--bg-main);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 16px;
}

.coupon-container.mobile .coupon-code-section {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
    border-radius: var(--radius-md);
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.coupon-container.mobile .disclaimer-section {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
}

/* === PRINT STYLES === */
@media print {
    body {
        background: white;
    }
    
    .coupon-container {
        max-width: 100%;
    }
    
    .coupon-actions {
        display: none;
    }
    
    .coupon-header-banner,
    .coupon-card-main,
    .directions-section {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    .coupon-grid {
        grid-template-columns: 1fr;
    }
    
    .directions-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .coupon-header-banner {
        padding: 24px 20px;
    }
    
    .coupon-header-banner h1 {
        font-size: 1.5rem;
    }
    
    .coupon-card-main {
        padding: 20px;
    }
    
    .coupon-grid {
        gap: 20px;
    }
    
    .directions-section {
        padding: 20px;
    }
    
    .coupon-actions {
        flex-direction: column;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .coupon-container {
        padding: 12px;
    }
    
    .coupon-header-banner {
        padding: 20px 16px;
        border-radius: var(--radius-md) var(--radius-md) 0 0;
    }
    
    .coupon-header-banner h1 {
        font-size: 1.25rem;
    }
    
    .coupon-card-main {
        padding: 16px;
        border-radius: 0 0 var(--radius-md) var(--radius-md);
    }
    
    .info-card {
        padding: 16px;
    }
    
    .barcode-card {
        padding: 16px;
    }
    
    .directions-section {
        padding: 16px;
    }
    
    .directions-header h2 {
        font-size: 1.25rem;
    }
}