/* Enhanced Booking Modal - Booking.com Style */

/* Modal Backdrop */
.booking-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease-out;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.booking-modal-backdrop.show {
    opacity: 1;
}

.booking-modal-backdrop.hidden {
    display: none !important;
}

/* Modal Container */
.booking-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 95%;
    max-width: 1200px;
    max-height: 95vh;
    overflow: hidden;
    animation: modalSlideIn 0.4s ease-out;
    pointer-events: auto;
}

.booking-modal-container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 95vh;
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

/* Modal Header */
.booking-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background: linear-gradient(135deg, #0071c2 0%, #003580 100%);
    color: white;
    border-radius: 16px 16px 0 0;
}

.booking-header-content h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.booking-subtitle {
    margin: 4px 0 0 0;
    font-size: 14px;
    opacity: 0.9;
}

.booking-modal-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Property Summary Card */
.property-summary-card {
    display: flex;
    padding: 24px 32px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    gap: 20px;
    align-items: center;
}

.property-image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.property-image {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.property-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #0071c2;
    color: white;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
}

.property-details {
    flex: 1;
}

.property-name {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 8px;
}

.room-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #262626;
}

.room-separator {
    color: #d1d5db;
}

.property-amenities {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.amenity {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #059669;
    font-weight: 500;
}

.pricing-summary {
    text-align: right;
    flex-shrink: 0;
}

.price-display {
    margin-bottom: 8px;
}

.price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #0071c2;
}

.price-period {
    font-size: 14px;
    color: #6b7280;
}

.total-price {
    padding: 8px 12px;
    background: #e0f2fe;
    border-radius: 6px;
    border: 1px solid #b3e5fc;
}

.total-label {
    font-size: 12px;
    color: #6b7280;
    display: block;
}

.total-amount {
    font-size: 16px;
    font-weight: 700;
    color: #0071c2;
}

/* Booking Progress */
.booking-progress {
    padding: 24px 32px;
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    margin-bottom: 16px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0071c2 0%, #003580 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.step.active {
    opacity: 1;
}

.step.completed {
    opacity: 1;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9ecef;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background: #0071c2;
    color: white;
    box-shadow: 0 0 0 4px rgba(0, 113, 194, 0.2);
}

.step.completed .step-number {
    background: #059669;
    color: white;
}

.step.completed .step-number::before {
    content: '✓';
}

.step span {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

/* Modal Body */
.booking-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.booking-step {
    display: none;
    padding: 32px;
    height: 100%;
}

.booking-step.active {
    display: block;
}

.step-content {
    max-width: 600px;
    margin: 0 auto;
}

.step-title {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-title i {
    color: #0071c2;
    font-size: 20px;
}

.step-description {
    margin: 0 0 32px 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
}

/* Form Styles */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #262626;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.form-control:focus {
    outline: none;
    border-color: #0071c2;
    box-shadow: 0 0 0 3px rgba(0, 113, 194, 0.1);
}

.form-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Checkbox and Radio Styles */
.checkbox-group, .radio-group {
    margin: 24px 0;
}

.checkbox-label, .radio-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #262626;
}

.checkbox-label input[type="checkbox"],
.radio-label input[type="radio"] {
    display: none;
}

.checkmark, .radio-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.radio-mark {
    border-radius: 50%;
}

.checkbox-label input:checked + .checkmark,
.radio-label input:checked + .radio-mark {
    background: #0071c2;
    border-color: #0071c2;
}

.checkbox-label input:checked + .checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.radio-label input:checked + .radio-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

/* Date Selection */
.date-selection {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.date-group {
    flex: 1;
}

.date-separator {
    color: #0071c2;
    font-size: 18px;
    margin-top: 24px;
}

.stay-duration {
    text-align: center;
    padding: 16px;
    background: #f0f9ff;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #e0f2fe;
}

.duration-text {
    font-size: 16px;
    color: #0071c2;
}

/* Guest Selection */
.guest-selection {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
}

.guest-selection label {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
    color: #262626;
}

.guest-controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guest-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: 2px solid #0071c2;
    background: white;
    color: #0071c2;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #0071c2;
    color: white;
}

.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qty-value {
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

/* Preference Groups */
.preference-group {
    margin-bottom: 32px;
}

.preference-group h4 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

/* Extras */
.extras-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.extra-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.extra-item:hover {
    border-color: #0071c2;
    background: #f8fbff;
}

.extra-info h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

.extra-info p {
    margin: 0;
    font-size: 14px;
    color: #6b7280;
}

.extra-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.extra-price .price {
    font-weight: 600;
    color: #0071c2;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background: #0071c2;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

/* Summary Card */
.summary-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
}

.summary-section {
    padding: 24px;
}

.summary-section:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.summary-section h4 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.summary-row:last-child {
    margin-bottom: 0;
}

.summary-row.total {
    font-size: 18px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 2px solid #e9ecef;
}

/* Payment Methods */
.payment-methods {
    margin-bottom: 32px;
}

.payment-methods h4 {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.payment-options {
    display: flex;
    gap: 16px;
}

.payment-option {
    flex: 1;
    cursor: pointer;
}

.payment-option input {
    display: none;
}

.payment-card {
    padding: 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.payment-option input:checked + .payment-card {
    border-color: #0071c2;
    background: #f8fbff;
}

.payment-card i {
    font-size: 24px;
    color: #0071c2;
}

.card-icons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.card-icons i {
    font-size: 20px;
    color: #6b7280;
}

.card-form {
    background: #f8f9fa;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.payment-security {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.security-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
    border-radius: 8px;
    color: #0071c2;
    font-size: 14px;
    font-weight: 500;
}

/* Modal Footer */
.booking-modal-footer {
    padding: 24px 32px;
    background: white;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 16px 16px;
}

.footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-summary {
    font-size: 18px;
    color: #262626;
}

/* Buttons */
.btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    outline: none;
}

.btn-primary {
    background: #0071c2;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 113, 194, 0.3);
}

.btn-primary:hover {
    background: #005999;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 113, 194, 0.4);
}

.btn-secondary {
    background: #f8f9fa;
    color: #6b7280;
    border: 2px solid #e9ecef;
}

.btn-secondary:hover {
    background: #e9ecef;
    color: #262626;
}

.btn-success {
    background: #059669;
    color: white;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.btn-success:hover {
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.4);
}

/* Toast Notifications */
.booking-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #dc3545;
    color: white;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10001;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.booking-toast.show {
    transform: translateX(0);
}

.booking-toast.error {
    background: #dc3545;
}

.booking-toast.success {
    background: #28a745;
}

.booking-toast.info {
    background: #17a2b8;
}

/* Field Validation */
.field-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.form-control.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

/* SweetAlert Custom Styling */
.booking-success-popup {
    border-radius: 15px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.booking-success-content {
    text-align: center !important;
}

.swal-booking-success {
    margin: 20px 0;
}

.swal-booking-success .booking-summary h4 {
    color: #003b95;
    margin-bottom: 15px;
    font-weight: 600;
}

.swal-booking-success .booking-details {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: left;
}

.swal-booking-success .booking-details p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

.swal-booking-success .next-steps h5 {
    color: #003b95;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.swal-booking-success .next-steps ul {
    list-style: none;
    padding: 0;
}

.swal-booking-success .next-steps li {
    padding: 5px 0;
    font-size: 14px;
    color: #555;
}

/* Payment Processing Overlay */
.payment-processing-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    backdrop-filter: blur(10px);
}

.processing-content {
    background: white;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.processing-spinner {
    margin-bottom: 24px;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #0071c2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.processing-content h3 {
    margin: 0 0 8px 0;
    color: #262626;
    font-size: 24px;
}

.processing-content p {
    margin: 0 0 32px 0;
    color: #6b7280;
    font-size: 16px;
}

.processing-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.processing-steps .step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #6b7280;
}

.processing-steps .step.completed {
    background: #d4edda;
    color: #155724;
}

.processing-steps .step.active {
    background: #cce7ff;
    color: #0071c2;
}

.step-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #e9ecef;
    border-top: 2px solid #0071c2;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Success Message Enhanced */
.success-message {
    text-align: center;
    padding: 40px;
}

.success-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 24px;
}

.success-message h2 {
    margin: 0 0 16px 0;
    font-size: 32px;
    color: #262626;
}

.success-message > p {
    margin: 0 0 32px 0;
    color: #6b7280;
    font-size: 18px;
}

.booking-details {
    display: grid;
    gap: 24px;
    margin-bottom: 32px;
    text-align: left;
}

.detail-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #0071c2;
}

.detail-section h4 {
    margin: 0 0 16px 0;
    font-size: 18px;
    color: #262626;
    font-weight: 600;
}

.detail-section p {
    margin: 8px 0;
    color: #262626;
    font-size: 14px;
}

.detail-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.detail-section li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #262626;
    font-size: 14px;
}

.detail-section li i {
    color: #0071c2;
    width: 16px;
    text-align: center;
}

.payment-details {
    border-left-color: #28a745;
}

.next-steps {
    border-left-color: #17a2b8;
}

.status-success {
    color: #28a745;
    font-weight: 600;
}

.success-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.success-actions .btn {
    min-width: 160px;
}

/* Payment Status Modal (SweetAlert) */
.payment-status-modal {
    max-width: 600px !important;
}

.payment-success-error {
    text-align: left;
}

.success-section, .error-section {
    padding: 20px;
    margin: 16px 0;
    border-radius: 8px;
}

.success-section {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.error-section {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
}

.success-section i {
    font-size: 24px;
    margin-bottom: 12px;
}

.error-section i {
    font-size: 20px;
    margin-bottom: 8px;
}

.success-section h4, .error-section h5 {
    margin: 8px 0;
    color: #262626;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .processing-content {
        margin: 20px;
        padding: 30px 20px;
    }
    
    .success-message {
        padding: 30px 20px;
    }
    
    .success-actions {
        flex-direction: column;
    }
    
    .success-actions .btn {
        width: 100%;
    }
    
    .booking-details {
        gap: 16px;
    }
    
    .detail-section {
        padding: 16px;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .booking-modal {
        width: 98%;
        max-width: none;
    }
    
    .booking-modal-container {
        height: 98vh;
    }
    
    .property-summary-card {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .progress-steps {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    
    .step span {
        display: none;
    }
}

@media (max-width: 768px) {
    .booking-modal {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        top: 0;
        left: 0;
        transform: none;
        border-radius: 0;
    }
    
    .booking-modal-container {
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .booking-modal-header {
        border-radius: 0;
    }
    
    .booking-modal-header,
    .booking-progress,
    .booking-modal-body .booking-step,
    .booking-modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .date-selection {
        flex-direction: column;
        gap: 16px;
    }
    
    .date-separator {
        transform: rotate(90deg);
        margin: 0;
    }
    
    .payment-options {
        flex-direction: column;
    }
    
    .footer-actions {
        flex-direction: column;
        gap: 16px;
    }
    
    .footer-right {
        width: 100%;
        justify-content: space-between;
    }
    
    .property-summary-card {
        padding: 16px 20px;
    }
    
    .property-image {
        width: 100px;
        height: 70px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .booking-modal-header h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .booking-modal-header h2 {
        font-size: 18px;
    }
    
    .step-title {
        font-size: 18px;
    }
    
    .property-name {
        font-size: 16px;
    }
    
    .btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .booking-modal-header,
    .booking-progress,
    .booking-modal-body .booking-step,
    .booking-modal-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    .booking-modal,
    .booking-modal-backdrop,
    .progress-fill,
    .btn,
    .form-control,
    .step,
    .booking-modal-close {
        animation: none;
        transition: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .booking-modal-container {
        border: 3px solid #000;
    }
    
    .btn-primary {
        border: 2px solid #000;
    }
    
    .form-control {
        border: 2px solid #000;
    }
}

/* Print styles */
@media print {
    .booking-modal-backdrop,
    .booking-modal {
        display: none !important;
    }
}
