/**
 * OH Nine Booking Public Styles
 */

/* ========================================
   FONT DECLARATIONS
   ======================================== */

@font-face {
    font-family: 'VeryVogueDisplay';
    src: url('../fonts/VeryVogueDisplay.woff2') format('woff2'),
         url('../fonts/VeryVogueDisplay.woff') format('woff'),
         url('../fonts/VeryVogueDisplay.ttf') format('truetype'),
         url('../fonts/VeryVogueDisplay.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VeryVogueDisplay';
    src: url('../fonts/VeryVogueDisplayItalic.woff2') format('woff2'),
         url('../fonts/VeryVogueDisplayItalic.woff') format('woff'),
         url('../fonts/VeryVogueDisplayItalic.ttf') format('truetype'),
         url('../fonts/VeryVogueDisplayItalic.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* ========================================
   CSS RESET & ISOLATION
   Protects plugin styles from theme interference
   ======================================== */

/* Box model fix only */
.ohnine-booking-wrapper,
.ohnine-booking-wrapper *,
.ohnine-booking-wrapper *::before,
.ohnine-booking-wrapper *::after {
    box-sizing: border-box !important;
}

/* Reset headings only to prevent theme override */
.ohnine-booking-wrapper h1,
.ohnine-booking-wrapper h2,
.ohnine-booking-wrapper h3,
.ohnine-booking-wrapper h4,
.ohnine-booking-wrapper h5,
.ohnine-booking-wrapper h6 {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Prevent theme from overriding button styles */
.ohnine-booking-wrapper button {
    cursor: pointer !important;
    font-family: inherit !important;
    text-align: center !important;
}

/* Prevent link decoration overrides */
.ohnine-booking-wrapper a {
    text-decoration: none !important;
}

/* ========================================
   BOOKING FORM CONTAINER
   ======================================== */

.ohnine-booking-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 50px 15px 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff !important;
    border-top: 1px solid #3a3a3a;
}

/* ========================================
   TYPOGRAPHY SYSTEM
   ======================================== */

/* Global heading styles */
h1, h2, h3, h4, h5, h6,
.ohnine-booking-wrapper h1,
.ohnine-booking-wrapper h2,
.ohnine-booking-wrapper h3,
.ohnine-booking-wrapper h4,
.ohnine-booking-wrapper h5,
.ohnine-booking-wrapper h6 {
    font-family: 'VeryVogueDisplay', serif;
    font-weight: normal;
    line-height: 1.3;
}

/* Global body text styles */
body,
p,
.ohnine-booking-wrapper,
.ohnine-booking-wrapper p,
.ohnine-booking-wrapper span,
.ohnine-booking-wrapper label,
/* General form field styles - ensure #2a2a2a background and white text */
.ohnine-booking-wrapper input,
.ohnine-booking-wrapper textarea,
.ohnine-booking-wrapper select,
.ohnine-booking-wrapper button {
    font-family: 'Montserrat', sans-serif;
}

/* Ensure all form fields have #2a2a2a background and white text - general styles */
/* EXCLUDE location dropdown from these rules - it has its own design */
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):hover,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus-visible,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus-within,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):active,
.ohnine-booking-wrapper textarea,
.ohnine-booking-wrapper textarea:hover,
.ohnine-booking-wrapper textarea:focus,
.ohnine-booking-wrapper textarea:focus-visible,
.ohnine-booking-wrapper textarea:focus-within,
.ohnine-booking-wrapper textarea:active,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown),
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):hover,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-visible,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-within,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):active {
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus-visible,
.ohnine-booking-wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):focus-within,
.ohnine-booking-wrapper textarea:focus,
.ohnine-booking-wrapper textarea:focus-visible,
.ohnine-booking-wrapper textarea:focus-within,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-visible,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-within {
    border-color: #5a5a5a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

.ohnine-main-title {
    font-family: 'VeryVogueDisplay', serif;
    font-size: 3.5rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.ohnine-main-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #cccccc;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ohnine-location-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0;
    padding: 0;
}

.ohnine-location-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: #617d65;
    padding: 20px 48px;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    min-height: 80px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ohnine-location-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
}

.ohnine-location-dropdown {
    background-color: #F5F5DC !important;
    border: none !important;
    border-radius: 4px !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 12px 40px 12px 16px !important;
    min-width: 200px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px 8px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (min-width: 769px) {
    .ohnine-location-dropdown:hover {
        background-color: #EFEFD0 !important;
        /* Keep background-image for arrow - do not use background shorthand */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 16px center !important;
        background-size: 12px 8px !important;
        color: #1a1a1a !important;
        -webkit-text-fill-color: #1a1a1a !important;
    }
}

.ohnine-location-dropdown:focus,
.ohnine-location-dropdown:focus-visible,
.ohnine-location-dropdown:focus-within,
.ohnine-location-dropdown:active {
    outline: none !important;
    background-color: #EFEFD0 !important;
    /* Keep background-image for arrow - do not use background shorthand */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 12px 8px !important;
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    box-shadow: 0 0 0 2px rgba(156, 175, 136, 0.3) !important;
    -webkit-box-shadow: 0 0 0 2px rgba(156, 175, 136, 0.3) !important;
}

.ohnine-location-dropdown option {
    background: #F5F5DC !important;
    background-color: #F5F5DC !important;
    color: #1a1a1a !important;
    padding: 10px !important;
}

/* Responsive styles for location selector */
@media (max-width: 768px) {
    .ohnine-location-selector {
        margin: 0;
        padding: 0px;
    }
    
    .ohnine-location-bar {
        flex-direction: column;
        gap: 15px;
        padding: 20px 20px;
        min-height: auto;
    }

    
    .ohnine-location-dropdown {
        width: 100% !important;
        min-width: 100% !important;
        background-color: #F5F5DC !important;
        /* Keep arrow image */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 16px center !important;
        background-size: 12px 8px !important;
        color: #1a1a1a !important;
        -webkit-text-fill-color: #1a1a1a !important;
    }
}

@media (max-width: 480px) {
    .ohnine-location-bar {
        padding: 15px;
    }
    
    
    .ohnine-location-dropdown {
        padding: 10px 35px 10px 12px !important;
        background-color: #F5F5DC !important;
        /* Keep arrow image */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 16px center !important;
        background-size: 12px 8px !important;
        color: #1a1a1a !important;
        -webkit-text-fill-color: #1a1a1a !important;
    }
}


/* ========================================
   FORM STEPS
   ======================================== */

.ohnine-form-step {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.ohnine-form-step.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.ohnine-step-header {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .ohnine-step-header {
        margin-bottom: 20px;
    }
}

[data-step="1"] .ohnine-step-header{
    margin-bottom: 0;
}

/* ========================================
   PRODUCT GRID
   ======================================== */

.ohnine-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.ohnine-product-card {
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 0;
}

@media (min-width: 769px) {
    .ohnine-product-card:hover {
        transform: translateY(-5px);
    }
}

.ohnine-product-card .product-image {
    width: 386px;
    height: 500px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .ohnine-product-card .product-image {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .ohnine-product-card:hover .product-image {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }
}

.ohnine-product-card .product-image img {
    width: 386px;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

@media (max-width: 768px) {
    .ohnine-product-card .product-image img {
        width: 100%;
    }
}

@media (min-width: 1024px){
    .ohnine-product-card:hover .product-image img {
        transform: scale(1.05);
    }
}

.ohnine-product-card .product-info {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #1a1a1a;
    padding: 20px 0;
    width: 386px;
}

@media (max-width: 768px) {
    .ohnine-product-card .product-info {
        width: 100%;
    }
}

.ohnine-product-card .product-title {
    font-family: 'VeryVogueDisplay', serif;
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.ohnine-product-card .product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

/* ========================================
   PRODUCT MODAL
   ======================================== */

.ohnine-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .ohnine-modal-overlay {
        padding: 15px;
        margin: 0;
    }
}

.ohnine-modal {
    background: #1a1a1a;
    border-radius: 12px;
    width: 95vw;
    max-width: 1400px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ohnine-modal-large {
    width: 95vw;
    max-width: 1600px;
}

.ohnine-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #333333;
}

.ohnine-modal-title {
    font-family: 'VeryVogueDisplay', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.ohnine-modal-close {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

@media (min-width: 769px) {
    .ohnine-modal-close:hover {
        background: #333333;
        color: #ffffff;
    }
}

.ohnine-modal-content {
    display: flex;
    flex-direction: column;
    height: calc(90vh - 80px);
}

#ohnine-terms-modal .ohnine-modal-content{
    height: auto;
}

.ohnine-modal-body {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.ohnine-modal-left {
    flex: 0 0 45%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    min-height: 500px;
}

.ohnine-product-image-container {
    width: 386px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .ohnine-product-image-container {
        display: none;
    }
}

.ohnine-product-image-container img {
    width: 386px;
    height: auto;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.ohnine-product-image-container img.changing {
    opacity: 0.5;
}

.ohnine-modal-right {
    flex: 0 0 55%;
    padding: 60px;
    overflow-y: auto;
    min-height: 500px;
}

.ohnine-product-details .ohnine-product-title {
    font-family: 'VeryVogueDisplay', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-align: center;
}

.ohnine-pricing-options {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.ohnine-pricing-option {
    flex: 1;
    border: 2px solid #444444;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #2a2a2a;
}

.ohnine-pricing-option.selected {
    border-color: #c49140;
    background: #c49140;
}

/* Simple product option - not clickable */
.ohnine-pricing-option-simple {
    cursor: default !important;
    pointer-events: none;
}

@media (min-width: 769px) {
    .ohnine-pricing-option:hover {
        border-color: #c49140;
    }

    /* Disable hover for simple product */
    .ohnine-pricing-option-simple:hover {
        border-color: #c49140 !important;
    }
}

.ohnine-pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ohnine-pricing-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.ohnine-pricing-check {
    color: #c49140;
    font-size: 1.2rem;
    font-weight: bold;
}

.ohnine-pricing-radio {
    color: #666666;
    font-size: 1.2rem;
}

.ohnine-pricing-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #c49140;
    text-align: center;
}

.ohnine-product-description {
    margin-bottom: 30px;
}

.ohnine-product-description p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}

.ohnine-specifications {
    margin-bottom: 30px;
}

.ohnine-specifications h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 15px 0;
}

.ohnine-specifications ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ohnine-specifications li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #cccccc;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.ohnine-specifications li::before {
    content: "•";
    color: #c49140;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.ohnine-travel-notice {
    background: #2a2a2a;
    border: 1px solid #444444;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.ohnine-travel-notice p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #cccccc;
    margin: 0;
}

.ohnine-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid #333333;
    background: #1a1a1a;
}

/* ========================================
   ERROR MODALS (Location, Buffer Overlap, etc.)
   ======================================== */

.ohnine-location-error-modal,
.ohnine-buffer-error-modal {
    max-width: 600px !important;
    width: 90vw !important;
}

.location-error-message,
.buffer-error-message {
    text-align: center;
    padding: 40px 30px;
}

.error-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    line-height: 1;
}

.error-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #ffffff !important;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.error-subtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #ffffff;
    margin: 15px 0 0 0;
    line-height: 1.5;
}

.buffer-error-details {
    background: #2a2a2a;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    border: 1px solid #444444;
}

.buffer-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.buffer-detail-item:not(:last-child) {
    border-bottom: 1px solid #444444;
    margin-bottom: 10px;
}

.buffer-detail-label {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
}

.buffer-detail-value {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.modal-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 30px 30px;
}

.modal-actions .ohnine-btn {
    min-width: 180px;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-actions .ohnine-btn-primary {
    border: 2px solid #c49140;
}

@media (min-width: 769px) {
    .modal-actions .ohnine-btn-primary:hover:not(:disabled) {
        background: #c49140;
        border-color: #c49140;
        color: #ffffff;
    }

    .modal-actions .ohnine-btn-secondary:hover:not(:disabled) {
        background: #ffffff;
        border-color: #ffffff;
        color: #1a1a1a;
    }
}

.modal-actions .ohnine-btn:focus,
.modal-actions .ohnine-btn:focus-visible,
.modal-actions .ohnine-btn:focus-within,
.modal-actions .ohnine-btn:active,
.modal-actions .ohnine-btn-primary:focus,
.modal-actions .ohnine-btn-primary:focus-visible,
.modal-actions .ohnine-btn-primary:focus-within,
.modal-actions .ohnine-btn-primary:active,
.modal-actions .ohnine-btn-secondary:focus,
.modal-actions .ohnine-btn-secondary:focus-visible,
.modal-actions .ohnine-btn-secondary:focus-within,
.modal-actions .ohnine-btn-secondary:active {
    /* Layout properties - must match default exactly */
    /* Modal buttons use min-width: 180px and padding: 12px 24px from default */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    min-width: 180px !important;
    
    /* Border - keep consistent to prevent layout shift */
    border-width: 2px !important;
    border-style: solid !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* ========================================
   MODAL RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .ohnine-modal {
        width: 98vw;
        max-width: none;
    }
    
    .ohnine-modal-left {
        flex: 0 0 50%;
        padding: 40px;
    }
    
    .ohnine-modal-right {
        flex: 0 0 50%;
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .ohnine-modal {
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .ohnine-modal-body {
        flex-direction: column;
    }
    
    .ohnine-modal-left {
        flex: 0 0 40%;
        padding: 30px;
        min-height: 300px;
    }
    
    .ohnine-modal-right {
        flex: 0 0 60%;
        padding: 30px;
    }
    
    .ohnine-modal-header {
        padding: 15px 20px;
    }
    
    .ohnine-modal-footer {
        padding: 15px 20px;
    }
}

.ohnine-step-header h2 {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-weight: 600;
    font-family: 'VeryVogueDisplay', serif;
}

.ohnine-step-header p {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   SERVICE SELECTION
   ======================================== */

.ohnine-service-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.ohnine-service-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ohnine-service-card:hover {
    border-color: #c49140;
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.1);
    transform: translateY(-2px);
}

.ohnine-service-card.selected {
    border-color: #c49140;
    background: #f8f9fa;
}

.ohnine-service-card .service-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.ohnine-service-card h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.ohnine-service-card p {
    margin: 0 0 15px 0;
    color: #fff;
    line-height: 1.5;
}

.ohnine-service-card .service-availability {
    background: #e8f4f8;
    color: #c49140;
    padding: 8px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* ========================================
   SERVICE FILTERS
   ======================================== */

.ohnine-service-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}

.ohnine-filter-group {
    display: flex;
    flex-direction: column;
}

.ohnine-filter-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.ohnine-filter-select {
    padding: 10px 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ohnine-filter-select:hover {
    border-color: #c49140;
}

.ohnine-filter-select:focus {
    outline: none;
    border-color: #c49140;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* ========================================
   PRODUCTS GRID
   ======================================== */

.ohnine-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.ohnine-product-card {
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Product card with background image */
.ohnine-product-card.has-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
}

/* Dark overlay for readability */
.ohnine-product-card.has-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

/* Ensure content is above overlay */
.ohnine-product-card.has-background > * {
    position: relative;
    z-index: 2;
}

.ohnine-product-card:hover {
    transform: translateY(-3px);
}



.ohnine-product-card.has-background.selected {
    border-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.ohnine-product-card.has-background.selected::before {
    background: linear-gradient(135deg, rgba(0, 115, 170, 0.8) 0%, rgba(0, 115, 170, 0.6) 100%);
}

.ohnine-product-card .product-icon {
    font-size: 48px;
    margin-bottom: 15px;
    text-align: center;
}

.ohnine-product-card.has-background .product-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}


/* White text for cards with background images */
.ohnine-product-card.has-background .product-title {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ohnine-product-card .product-location {
    margin: 0 0 12px 0;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.ohnine-product-card.has-background .product-location {
    color: #ffffff;
    opacity: 0.95;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ohnine-product-card .product-description {
    margin: 0 0 15px 0;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}

.ohnine-product-card.has-background .product-description {
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ohnine-product-card .product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ohnine-product-card .feature-badge {
    background: #e8f4f8;
    color: #c49140;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.ohnine-product-card.has-background .feature-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.ohnine-product-card .product-price {
    margin: 15px 0;
    text-align: center;
}

.ohnine-product-card.has-background .product-price {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ohnine-product-card .price-label {
    display: block;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.ohnine-product-card.has-background .price-label {
    color: rgba(255, 255, 255, 0.9);
}

.ohnine-product-card .price-amount {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.ohnine-product-card.has-background .price-amount {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ohnine-product-card .select-product {
    width: 100%;
    margin-top: auto;
}

.ohnine-no-products {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #e0e0e0;
}

.ohnine-no-products p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

/* ========================================
   LEAD TIME NOTICE
   ======================================== */

.ohnine-lead-time-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: transparent;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
}

.ohnine-lead-time-notice .notice-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    color: #ffffff;
}

.ohnine-lead-time-notice p {
    margin: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
}

/* ========================================
   DISTANCE VALIDATION MESSAGES
   ======================================== */

.distance-validation-message {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
}

.distance-validation-message img {
    max-width: 15px;
    height: auto;
    flex-shrink: 0;
}

.distance-validation-message.distance-checking {
    background: #f0f6fc;
    border: 1px solid #c8e1ff;
    color: #0969da;
}

.distance-validation-message.distance-error {
    background: #ffebe9;
    border: 1px solid #ff8182;
    color: #d1242f;
}

.distance-validation-message.distance-success {
    background: #dafbe1;
    border: 1px solid #4ac776;
    color: #1a7f37;
}

.distance-validation-message.distance-warning {
    background: #fff8c5;
    border: 1px solid #f0d90c;
    color: #8a6d00;
}

.postal-code-note {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
}

/* ========================================
   CALENDAR
   ======================================== */

.ohnine-calendar-container {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .ohnine-calendar-container {
        padding: 10px;
    }
}

.ohnine-calendar-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 30px !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
}

@media (max-width: 600px) {
    .ohnine-calendar-header {
        margin-bottom: 10px !important;
        gap: 10px !important;
    }
}

.ohnine-calendar-title {
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    flex: 1 !important;
    text-align: center !important;
}

@media (max-width: 600px) {
    .ohnine-calendar-title {
        font-size: 18px !important;

    }
}

.ohnine-calendar-nav {
    background: #3A3943 !important;
    border: 1px solid #4a4a4a !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    color: #ffffff !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
}

.ohnine-calendar-nav:hover {
    background: #4a4a4a !important;
    border-color: #5a5a5a !important;
}

.ohnine-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    background: transparent;
    border-radius: 8px;
    overflow: visible;
}

.ohnine-calendar-day {
    background: transparent;
    border: 1px solid #3a3a3a;
    padding: 16px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    border-radius: 6px;
    outline: none;
}

@media (max-width: 600px) {
    .ohnine-calendar-day {
        padding: 8px 0px;
        font-size: 13px;
        min-height: 30px;
    }
}

.ohnine-calendar-day:focus,
.ohnine-calendar-day:active {
    outline: none !important;
    box-shadow: none !important;
}

.ohnine-calendar-day.header {
    background: transparent;
    border: none;
    font-weight: 500;
    color: #999999;
    cursor: default;
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width: 600px) {
    .ohnine-calendar-day.header {
        font-size: 13px;
    }
}

.ohnine-calendar-day.other-month {
    color: #4a4a4a;
    cursor: not-allowed;
    border-color: #2a2a2a;
}

.ohnine-calendar-day.available:hover {
    background: #3a3a3a;
    border-color: #5a5a5a;
}

.ohnine-calendar-day.selected {
    background: #617d65;
    border-color: #617d65;
    color: #ffffff;
    font-weight: 600;
}

.ohnine-calendar-day.blocked {
    background: #c49140;
    border-color: #c49140;
    color: #ffffff;
    font-weight: 600;
    cursor: not-allowed !important;
    opacity: 0.8;
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none !important;
}

.ohnine-calendar-day.blocked:focus,
.ohnine-calendar-day.blocked:active,
.ohnine-calendar-day.blocked:hover {
    background: #c49140 !important;
    border-color: #c49140 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.ohnine-calendar-day.past {
    background: transparent;
    border-color: #2a2a2a;
    color: #4a4a4a;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ohnine-calendar-day.lead-time {
    background: transparent;
    border-color: #2a2a2a;
    color: #4a4a4a;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ohnine-calendar-day.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none !important;
}

.ohnine-calendar-day.disabled:focus,
.ohnine-calendar-day.disabled:active,
.ohnine-calendar-day.disabled:hover {
    pointer-events: none !important;
    cursor: not-allowed !important;
    outline: none !important;
    box-shadow: none !important;
}

.ohnine-calendar-day.booking-buffer {
    background: #c49140;
    border-color: #c49140;
    color: #ffffff;
    font-weight: 600;
    cursor: not-allowed;
    opacity: 0.8;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Capacity Badge Styles */
.capacity-badge {
    display: block;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
    padding: 1px 3px;
    border-radius: 3px;
    line-height: 1.2;
    white-space: nowrap;
}

/* Available capacity - normal green */
.capacity-badge.capacity-available {
    color: #2e7d32;
    background: rgba(46, 125, 50, 0.1);
    display: none !important;
}

/* Low capacity warning - orange */
.capacity-badge.capacity-low {
    color: #f57c00;
    background: rgba(245, 124, 0, 0.15);
    font-weight: 700;
    animation: pulse-low 2s ease-in-out infinite;
}

/* Full capacity badge - red */
.capacity-badge.capacity-full-badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 700;
}

/* Capacity full state for calendar day */
.ohnine-calendar-day.capacity-full {
    background: #c49140 !important;
    border-color: #c49140 !important;
    color: #ffffff !important;
    font-weight: 600;
    cursor: not-allowed;
    opacity: 0.9;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Pulse animation for low capacity warning */
@keyframes pulse-low {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

/* Enhanced available state with capacity info */
.ohnine-calendar-day.available {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
}

/* Ensure capacity badge is visible */
.ohnine-calendar-day.available .capacity-badge {
    z-index: 1;
    pointer-events: none;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .capacity-badge {
        font-size: 8px;
        padding: 1px 2px;
    }
}

.ohnine-calendar-legend {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
    font-size: 13px;
}

.ohnine-calendar-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cccccc;
}

.ohnine-calendar-legend .legend-color {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.ohnine-calendar-legend .legend-color.available {
    background: transparent;
    border-color: #3a3a3a;
}

.ohnine-calendar-legend .legend-color.lead-time {
    background: transparent;
    border-color: #2a2a2a;
    opacity: 0.5;
}

.ohnine-calendar-legend .legend-color.color-blocked {
    background: #c49140;
    border-color: #c49140;
}

.ohnine-calendar-legend .legend-color.disabled {
    background: rgba(255, 255, 255, 0.05);
    border-color: #2a2a2a;
    opacity: 0.6;
}

.ohnine-calendar-legend .legend-color.booking-buffer,
.ohnine-calendar-legend .legend-color.booked {
    background: #c49140;
    border-color: #c49140;
}

/* ========================================
   TIME SELECTION
   ======================================== */

.ohnine-time-selection {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

.ohnine-time-selection h4 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.ohnine-time-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ohnine-time-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ========================================
   TERMS AND CONDITIONS
   ======================================== */

.ohnine-terms-section {
    margin: 20px 0;
    padding: 20px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
}

.ohnine-terms-section input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #3a3a3a;
    border-radius: 4px;
    background: transparent;
    position: relative;
    transition: all 0.2s ease;
    margin-right: 10px;
}

.ohnine-terms-section input[type="checkbox"]:hover:not(:disabled) {
    border-color: #5a5a5a;
}

.ohnine-terms-section input[type="checkbox"]:checked {
    background: #c49140;
    border-color: #c49140;
}

.ohnine-terms-section input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
}

.ohnine-terms-section input[type="checkbox"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.ohnine-terms-section input[type="checkbox"]:enabled {
    opacity: 1;
    cursor: pointer;
}

.ohnine-terms-section label {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.terms-link {
    color: #c49140;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

.terms-link:hover {
    color: #d4a550;
}

.terms-notice {
    margin: 10px 0 0 0;
    font-size: 13px;
    color: #999999;
    font-style: italic;
}

/* Terms Modal */
.ohnine-terms-modal {
    max-width: 700px;
    max-height: 90vh;
}

.ohnine-terms-box-modal {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    max-height: 300px;
    overflow-y: auto;
    padding: 25px;
    margin-bottom: 20px;
    scroll-behavior: smooth;
}

.ohnine-terms-box-modal .terms-content {
    color: #cccccc;
    line-height: 1.6;
}

.ohnine-terms-box-modal h5 {
    margin: 20px 0 8px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.ohnine-terms-box-modal p {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #cccccc;
}

.scroll-indicator-modal {
    text-align: center;
    color: #c49140;
    font-size: 14px;
    padding: 15px;
    margin: 20px 0 0 0;
    background: rgba(196, 145, 64, 0.1);
    border: 1px solid rgba(196, 145, 64, 0.3);
    border-radius: 8px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.scroll-indicator-modal.hidden {
    display: none;
}

#accept-terms-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #c49140;
    font-weight: 600;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#accept-terms-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #666666;
    color: #999999;
}

#accept-terms-btn:enabled {
    border-color: #c49140;
    color: #ffffff;
    cursor: pointer;
}

#accept-terms-btn:enabled:hover {
    background: #c49140;
    border-color: #c49140;
    color: #ffffff;
}

#accept-terms-btn:focus,
#accept-terms-btn:focus-visible,
#accept-terms-btn:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ========================================
   FORM FIELDS
   ======================================== */

.ohnine-form-sections {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ohnine-form-section {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 30px;
}

@media (max-width: 600px) {
    .ohnine-form-section {
        padding: 15px;
    }
}


.ohnine-form-section h3 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 10px;
}

.ohnine-field-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.ohnine-field-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ohnine-field-group label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}

.ohnine-field-group input,
.ohnine-field-group textarea {
    padding: 12px 16px !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    transition: border-color 0.2s ease !important;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* CRITICAL: Force white text for ALL input types in ALL states - comprehensive coverage */
.ohnine-field-group input[type="text"],
.ohnine-field-group input[type="email"],
.ohnine-field-group input[type="tel"],
.ohnine-field-group input[type="number"],
.ohnine-field-group input[type="date"],
.ohnine-field-group input[type="time"],
.ohnine-field-group input[type="password"],
.ohnine-field-group input[type="search"],
.ohnine-field-group input[type="url"],
.ohnine-field-group textarea {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* CRITICAL: Force white text when typing (focus-within and active states) */
.ohnine-field-group input[type="text"]:focus,
.ohnine-field-group input[type="text"]:focus-within,
.ohnine-field-group input[type="text"]:active,
.ohnine-field-group input[type="text"]:focus-visible,
.ohnine-field-group input[type="email"]:focus,
.ohnine-field-group input[type="email"]:focus-within,
.ohnine-field-group input[type="email"]:active,
.ohnine-field-group input[type="email"]:focus-visible,
.ohnine-field-group input[type="tel"]:focus,
.ohnine-field-group input[type="tel"]:focus-within,
.ohnine-field-group input[type="tel"]:active,
.ohnine-field-group input[type="tel"]:focus-visible,
.ohnine-field-group input[type="number"]:focus,
.ohnine-field-group input[type="number"]:focus-within,
.ohnine-field-group input[type="number"]:active,
.ohnine-field-group input[type="number"]:focus-visible,
.ohnine-field-group input[type="date"]:focus,
.ohnine-field-group input[type="date"]:focus-within,
.ohnine-field-group input[type="date"]:active,
.ohnine-field-group input[type="date"]:focus-visible,
.ohnine-field-group input[type="time"]:focus,
.ohnine-field-group input[type="time"]:focus-within,
.ohnine-field-group input[type="time"]:active,
.ohnine-field-group input[type="time"]:focus-visible,
.ohnine-field-group input[type="password"]:focus,
.ohnine-field-group input[type="password"]:focus-within,
.ohnine-field-group input[type="password"]:active,
.ohnine-field-group input[type="password"]:focus-visible,
.ohnine-field-group input[type="search"]:focus,
.ohnine-field-group input[type="search"]:focus-within,
.ohnine-field-group input[type="search"]:active,
.ohnine-field-group input[type="search"]:focus-visible,
.ohnine-field-group input[type="url"]:focus,
.ohnine-field-group input[type="url"]:focus-within,
.ohnine-field-group input[type="url"]:active,
.ohnine-field-group input[type="url"]:focus-visible,
.ohnine-field-group textarea:focus,
.ohnine-field-group textarea:focus-within,
.ohnine-field-group textarea:active,
.ohnine-field-group textarea:focus-visible {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* Ensure textarea text is always white */
.ohnine-field-group textarea,
.ohnine-field-group textarea:focus,
.ohnine-field-group textarea:hover,
.ohnine-field-group textarea:active,
.ohnine-field-group textarea:disabled {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
}

.ohnine-field-group select {
    padding: 12px 40px 12px 16px !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    transition: border-color 0.2s ease !important;
    background: #2a2a2a url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-color: #2a2a2a !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 20px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* CRITICAL: Force white text for select fields in all focus states */
.ohnine-field-group select:focus,
.ohnine-field-group select:focus-visible,
.ohnine-field-group select:focus-within,
.ohnine-field-group select:active,
.ohnine-field-group select:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Select dropdown options */
.ohnine-field-group select option {
    background: #2a2a2a !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Disabled fields - use #2a2a2a background */
.ohnine-field-group input:disabled,
.ohnine-field-group textarea:disabled,
.ohnine-field-group select:disabled {
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Placeholder text styling */
.ohnine-field-group input::placeholder,
.ohnine-field-group textarea::placeholder {
    color: #999999;
    opacity: 1;
}

.ohnine-field-group input::-webkit-input-placeholder,
.ohnine-field-group textarea::-webkit-input-placeholder {
    color: #999999;
}

.ohnine-field-group input::-moz-placeholder,
.ohnine-field-group textarea::-moz-placeholder {
    color: #999999;
}

/* Prevent autofill from changing background */
.ohnine-field-group input:-webkit-autofill,
.ohnine-field-group input:-webkit-autofill:hover,
.ohnine-field-group input:-webkit-autofill:focus,
.ohnine-field-group input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #2a2a2a inset !important;
    box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: #2a2a2a !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
}

.ohnine-field-group textarea:-webkit-autofill,
.ohnine-field-group textarea:-webkit-autofill:hover,
.ohnine-field-group textarea:-webkit-autofill:focus,
.ohnine-field-group textarea:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #2a2a2a inset !important;
    box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: #2a2a2a !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
}

.ohnine-field-group select:-webkit-autofill,
.ohnine-field-group select:-webkit-autofill:hover,
.ohnine-field-group select:-webkit-autofill:focus,
.ohnine-field-group select:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px #2a2a2a inset !important;
    box-shadow: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: #2a2a2a !important;
    background: #2a2a2a !important;
    color: #ffffff !important;
}

/* Time select dropdowns - enhanced styling */
.ohnine-time-select {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 400;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    cursor: pointer;
    width: 100%;
    color: #ffffff !important;
    border: 1px solid #3a3a3a;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Time select focus and hover states */
.ohnine-time-select:hover,
.ohnine-time-select:focus,
.ohnine-time-select:active {
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    color: #ffffff !important;
    border-color: #5a5a5a !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ohnine-time-select.ohnine-auto-calculated {
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    border-color: #3a3a3a;
    color: #999999;
    cursor: not-allowed;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Style for dropdown options */
.ohnine-time-select option {
    padding: 10px;
    font-size: 14px;
    background: #2a2a2a;
    color: #ffffff;
}

.ohnine-time-select option:hover {
    background-color: #3a3a3a;
}

/* Auto-calculated time display (Task 3) */
.ohnine-auto-calculated-time {
    padding: 12px 16px;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    border: 1px solid #3a3a3a;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ohnine-auto-calculated-time .time-value {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.ohnine-field-group input:hover,
.ohnine-field-group textarea:hover,
.ohnine-field-group select:hover,
.ohnine-field-group input:focus,
.ohnine-field-group textarea:focus,
.ohnine-field-group select:focus,
.ohnine-field-group input:active,
.ohnine-field-group textarea:active,
.ohnine-field-group select:active {
    outline: none !important;
    border-color: #5a5a5a !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Additional focus state to prevent black background from browser/theme defaults */
.ohnine-field-group input[type="text"]:focus,
.ohnine-field-group input[type="text"]:focus-visible,
.ohnine-field-group input[type="email"]:focus,
.ohnine-field-group input[type="email"]:focus-visible,
.ohnine-field-group input[type="tel"]:focus,
.ohnine-field-group input[type="tel"]:focus-visible,
.ohnine-field-group input[type="number"]:focus,
.ohnine-field-group input[type="number"]:focus-visible,
.ohnine-field-group input[type="date"]:focus,
.ohnine-field-group input[type="date"]:focus-visible,
.ohnine-field-group input[type="time"]:focus,
.ohnine-field-group input[type="time"]:focus-visible,
.ohnine-field-group input[type="password"]:focus,
.ohnine-field-group input[type="password"]:focus-visible,
.ohnine-field-group textarea:focus,
.ohnine-field-group textarea:focus-visible {
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* Ensure text stays white while typing - comprehensive coverage */
.ohnine-field-group input[type="text"],
.ohnine-field-group input[type="text"]:focus,
.ohnine-field-group input[type="text"]:focus-within,
.ohnine-field-group input[type="email"],
.ohnine-field-group input[type="email"]:focus,
.ohnine-field-group input[type="email"]:focus-within,
.ohnine-field-group input[type="tel"],
.ohnine-field-group input[type="tel"]:focus,
.ohnine-field-group input[type="tel"]:focus-within,
.ohnine-field-group input[type="number"],
.ohnine-field-group input[type="number"]:focus,
.ohnine-field-group input[type="number"]:focus-within,
.ohnine-field-group input[type="date"],
.ohnine-field-group input[type="date"]:focus,
.ohnine-field-group input[type="date"]:focus-within,
.ohnine-field-group input[type="time"],
.ohnine-field-group input[type="time"]:focus,
.ohnine-field-group input[type="time"]:focus-within,
.ohnine-field-group input[type="password"],
.ohnine-field-group input[type="password"]:focus,
.ohnine-field-group input[type="password"]:focus-within {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* Additional textarea-specific styles to ensure white text and no box-shadow */
.ohnine-booking-wrapper textarea,
.ohnine-booking-wrapper textarea:focus,
.ohnine-booking-wrapper textarea:focus-visible,
.ohnine-booking-wrapper textarea:focus-within,
.ohnine-booking-wrapper textarea:hover,
.ohnine-booking-wrapper textarea:active,
.ohnine-booking-wrapper textarea:disabled {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #2a2a2a !important;
    background-color: #2a2a2a !important;
    background-image: none !important;
    text-shadow: none !important;
}

.ohnine-field-group small {
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
}

.ohnine-checkbox-group {
    margin: 0;
}

.ohnine-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
}

.ohnine-checkbox-label input[type="checkbox"] {
    margin: 0;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #3a3a3a;
    border-radius: 4px;
    background: transparent;
    position: relative;
    transition: all 0.2s ease;
}

@media (max-width: 600px) {
    .ohnine-checkbox-label input[type="checkbox"] {
        min-width: 18px;
    }
}

.ohnine-checkbox-label input[type="checkbox"]:hover {
    border-color: #5a5a5a;
}

.ohnine-checkbox-label input[type="checkbox"]:checked {
    background: #c49140;
    border-color: #c49140;
}

.ohnine-checkbox-label input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
}

.ohnine-checkbox-label .checkmark {
    flex-shrink: 0;
}

/* ========================================
   BOOKING SUMMARY
   ======================================== */

.ohnine-booking-summary {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .ohnine-booking-summary {
        padding: 15px;
        margin-bottom: 15px;
    }

}

.ohnine-summary-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3a3a3a;
}

.ohnine-summary-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ohnine-summary-section h4 {
    margin: 0 0 15px 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}

.ohnine-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.ohnine-summary-row .summary-label {
    font-size: 15px;
}

.ohnine-summary-row .summary-value {
    font-size: 15px;
}

.ohnine-summary-row.total {
    font-weight: 600;
    font-size: 20px;
    color: #c49140;
    border-top: 1px solid #3a3a3a;
    padding-top: 15px;
    margin-top: 15px;
}

.ohnine-summary-row.ohnine-summary-total {
    font-weight: 600;
    font-size: 20px;
    color: #c49140;
    border-top: 2px solid #c49140;
    padding-top: 12px;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .ohnine-summary-row.ohnine-summary-total {
        font-size: 16px;
    }
}

#travel-fee-row {
    color: #ffffff;
}

#travel-fee-amount small {
    color: #999999;
    font-size: 11px;
    margin-left: 5px;
}

#deposit-amount-display small {
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
}

/* ========================================
   BUTTONS
   ======================================== */

/* Unified button styles - all buttons use outlined style */
/* FORCE HIDE ALL FOCUS OUTLINES AND BORDERS */
.ohnine-btn {
    padding: 12px 24px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Remove focus highlight from all buttons - comprehensive coverage */
/* FORCE HIDE ALL FOCUS OUTLINES AND BORDERS FOR BUTTONS */
/* CRITICAL: Keep layout exactly the same as default state - no layout shifts */
.ohnine-btn:focus,
.ohnine-btn:focus-visible,
.ohnine-btn:focus:not(:disabled),
.ohnine-btn:focus:disabled,
.ohnine-btn:active,
.ohnine-btn:focus-within,
.ohnine-btn:focus-visible:not(:disabled),
.ohnine-btn:focus-visible:disabled {
    /* Layout properties - must match default exactly */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: none !important;
    max-height: none !important;
    box-sizing: border-box !important;
    
    /* Border - must match default exactly */
    border: 2px solid #ffffff !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #ffffff !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Background and text - match default */
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* Also remove focus from button elements in booking wrapper - FORCE HIDE */
.ohnine-booking-wrapper button:focus,
.ohnine-booking-wrapper button:focus-visible,
.ohnine-booking-wrapper button:focus-within,
.ohnine-booking-wrapper button:active,
.ohnine-booking-wrapper button[type="submit"]:focus,
.ohnine-booking-wrapper button[type="submit"]:focus-visible,
.ohnine-booking-wrapper button[type="submit"]:focus-within,
.ohnine-booking-wrapper button[type="submit"]:active,
.ohnine-booking-wrapper button[type="button"]:focus,
.ohnine-booking-wrapper button[type="button"]:focus-visible,
.ohnine-booking-wrapper button[type="button"]:focus-within,
.ohnine-booking-wrapper button[type="button"]:active,
.ohnine-booking-wrapper .prev-step:focus,
.ohnine-booking-wrapper .prev-step:focus-visible,
.ohnine-booking-wrapper .prev-step:focus-within,
.ohnine-booking-wrapper .prev-step:active,
.ohnine-booking-wrapper .next-step:focus,
.ohnine-booking-wrapper .next-step:focus-visible,
.ohnine-booking-wrapper .next-step:focus-within,
.ohnine-booking-wrapper .next-step:active,
.ohnine-booking-wrapper #ohnine-submit-booking:focus,
.ohnine-booking-wrapper #ohnine-submit-booking:focus-visible,
.ohnine-booking-wrapper #ohnine-submit-booking:focus-within,
.ohnine-booking-wrapper #ohnine-submit-booking:active {
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Keep border consistent to prevent layout shifts */
    /* Use explicit values instead of inherit */
    border-width: 2px !important;
    border-style: solid !important;
}

/* CRITICAL: Force white text color for all input fields in all states - override browser/theme defaults */
.ohnine-booking-wrapper input[type="text"],
.ohnine-booking-wrapper input[type="text"]:hover,
.ohnine-booking-wrapper input[type="text"]:focus,
.ohnine-booking-wrapper input[type="text"]:active,
.ohnine-booking-wrapper input[type="text"]:focus-visible,
.ohnine-booking-wrapper input[type="text"]:focus-within,
.ohnine-booking-wrapper input[type="email"],
.ohnine-booking-wrapper input[type="email"]:hover,
.ohnine-booking-wrapper input[type="email"]:focus,
.ohnine-booking-wrapper input[type="email"]:active,
.ohnine-booking-wrapper input[type="email"]:focus-visible,
.ohnine-booking-wrapper input[type="email"]:focus-within,
.ohnine-booking-wrapper input[type="tel"],
.ohnine-booking-wrapper input[type="tel"]:hover,
.ohnine-booking-wrapper input[type="tel"]:focus,
.ohnine-booking-wrapper input[type="tel"]:active,
.ohnine-booking-wrapper input[type="tel"]:focus-visible,
.ohnine-booking-wrapper input[type="tel"]:focus-within,
.ohnine-booking-wrapper input[type="number"],
.ohnine-booking-wrapper input[type="number"]:hover,
.ohnine-booking-wrapper input[type="number"]:focus,
.ohnine-booking-wrapper input[type="number"]:active,
.ohnine-booking-wrapper input[type="number"]:focus-visible,
.ohnine-booking-wrapper input[type="number"]:focus-within,
.ohnine-booking-wrapper input[type="date"],
.ohnine-booking-wrapper input[type="date"]:hover,
.ohnine-booking-wrapper input[type="date"]:focus,
.ohnine-booking-wrapper input[type="date"]:active,
.ohnine-booking-wrapper input[type="date"]:focus-visible,
.ohnine-booking-wrapper input[type="date"]:focus-within,
.ohnine-booking-wrapper input[type="time"],
.ohnine-booking-wrapper input[type="time"]:hover,
.ohnine-booking-wrapper input[type="time"]:focus,
.ohnine-booking-wrapper input[type="time"]:active,
.ohnine-booking-wrapper input[type="time"]:focus-visible,
.ohnine-booking-wrapper input[type="time"]:focus-within,
.ohnine-booking-wrapper input[type="password"],
.ohnine-booking-wrapper input[type="password"]:hover,
.ohnine-booking-wrapper input[type="password"]:focus,
.ohnine-booking-wrapper input[type="password"]:active,
.ohnine-booking-wrapper input[type="password"]:focus-visible,
.ohnine-booking-wrapper input[type="password"]:focus-within {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* CRITICAL: Force white text for textareas in all states */
.ohnine-booking-wrapper textarea,
.ohnine-booking-wrapper textarea:hover,
.ohnine-booking-wrapper textarea:focus,
.ohnine-booking-wrapper textarea:active,
.ohnine-booking-wrapper textarea:focus-visible,
.ohnine-booking-wrapper textarea:focus-within {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #ffffff !important;
}

/* CRITICAL: Force white text for select fields in all states */
/* EXCLUDE location dropdown from these rules - it has its own design */
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown),
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):hover,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):active,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-visible,
.ohnine-booking-wrapper select:not(.ohnine-location-dropdown):focus-within {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.ohnine-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #666666;
    color: #999999;
}

@media (min-width: 769px) {
    .ohnine-btn:disabled:hover {
        background: transparent;
        border-color: #666666;
        color: #999999;
    }
}

.ohnine-btn-primary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #c49140;
}

@media (min-width: 769px) {
    .ohnine-btn-primary:hover:not(:disabled) {
        background: #c49140;
        border-color: #c49140;
        color: #ffffff;
    }
}

.ohnine-btn-primary:focus,
.ohnine-btn-primary:focus-visible,
.ohnine-btn-primary:focus-within,
.ohnine-btn-primary:active,
.ohnine-btn-primary:focus:not(:disabled),
.ohnine-btn-primary:focus:disabled,
.ohnine-btn-primary:focus-visible:not(:disabled),
.ohnine-btn-primary:focus-visible:disabled {
    /* Layout properties - must match default exactly */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: none !important;
    max-height: none !important;
    box-sizing: border-box !important;
    
    /* Border - must match default exactly */
    border: 2px solid #c49140 !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #c49140 !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Background and text - match default */
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.ohnine-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

@media (min-width: 769px) {
    .ohnine-btn-secondary:hover:not(:disabled) {
        background: #ffffff;
        border-color: #ffffff;
        color: #1a1a1a;
    }
}

.ohnine-btn-secondary:focus,
.ohnine-btn-secondary:focus-visible,
.ohnine-btn-secondary:focus-within,
.ohnine-btn-secondary:active,
.ohnine-btn-secondary:focus:not(:disabled),
.ohnine-btn-secondary:focus:disabled,
.ohnine-btn-secondary:focus-visible:not(:disabled),
.ohnine-btn-secondary:focus-visible:disabled {
    /* Layout properties - must match default exactly */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: none !important;
    max-height: none !important;
    box-sizing: border-box !important;
    
    /* Border - must match default exactly */
    border: 2px solid #ffffff !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #ffffff !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Background and text - match default */
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.ohnine-btn-success {
    background: transparent;
    color: #ffffff;
    border: 2px solid #c49140;
    font-weight: 600;
    padding: 15px 30px;
}

@media (min-width: 769px) {
    .ohnine-btn-success:hover:not(:disabled) {
        background: #c49140;
        border-color: #c49140;
        color: #ffffff;
    }
}

.ohnine-btn-success:focus,
.ohnine-btn-success:focus-visible,
.ohnine-btn-success:focus-within,
.ohnine-btn-success:active,
.ohnine-btn-success:focus:not(:disabled),
.ohnine-btn-success:focus:disabled,
.ohnine-btn-success:focus-visible:not(:disabled),
.ohnine-btn-success:focus-visible:disabled {
    /* Layout properties - must match default exactly */
    padding: 15px 30px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-align: center !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: none !important;
    max-height: none !important;
    box-sizing: border-box !important;
    
    /* Border - must match default exactly */
    border: 2px solid #c49140 !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #c49140 !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Background and text - match default */
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* ========================================
   FORM NAVIGATION
   ======================================== */

.ohnine-form-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #3a3a3a;
}

.ohnine-form-navigation .ohnine-btn {
    min-width: 120px;
}

/* Ensure form navigation buttons have no focus highlight - FORCE HIDE */
/* CRITICAL: Keep layout exactly the same as default state - no layout shifts */
.ohnine-form-navigation .ohnine-btn:focus,
.ohnine-form-navigation .ohnine-btn:focus-visible,
.ohnine-form-navigation .ohnine-btn:focus-within,
.ohnine-form-navigation .ohnine-btn:active,
.ohnine-form-navigation .prev-step:focus,
.ohnine-form-navigation .prev-step:focus-visible,
.ohnine-form-navigation .prev-step:focus-within,
.ohnine-form-navigation .prev-step:active,
.ohnine-form-navigation .next-step:focus,
.ohnine-form-navigation .next-step:focus-visible,
.ohnine-form-navigation .next-step:focus-within,
.ohnine-form-navigation .next-step:active,
.ohnine-form-navigation button:focus,
.ohnine-form-navigation button:focus-visible,
.ohnine-form-navigation button:focus-within,
.ohnine-form-navigation button:active {
    /* Layout properties - must match default exactly */
    /* Form navigation buttons use min-width: 120px and padding: 12px 24px from default */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    min-width: 120px !important;
    
    /* Border - keep 2px solid to prevent layout shift */
    border-width: 2px !important;
    border-style: solid !important;
    
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Prevent any transform or position changes */
    transform: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* CRITICAL: Global rule to force hide ALL button focus styles in booking flow - catch everything */
/* Ensure layout stays exactly the same - no shifts on focus */
.ohnine-booking-wrapper button:focus,
.ohnine-booking-wrapper button:focus-visible,
.ohnine-booking-wrapper button:focus-within,
.ohnine-booking-wrapper button:active,
.ohnine-booking-wrapper .ohnine-btn:focus,
.ohnine-booking-wrapper .ohnine-btn:focus-visible,
.ohnine-booking-wrapper .ohnine-btn:focus-within,
.ohnine-booking-wrapper .ohnine-btn:active,
.ohnine-booking-wrapper .ohnine-btn-primary:focus,
.ohnine-booking-wrapper .ohnine-btn-primary:focus-visible,
.ohnine-booking-wrapper .ohnine-btn-primary:focus-within,
.ohnine-booking-wrapper .ohnine-btn-primary:active,
.ohnine-booking-wrapper .ohnine-btn-secondary:focus,
.ohnine-booking-wrapper .ohnine-btn-secondary:focus-visible,
.ohnine-booking-wrapper .ohnine-btn-secondary:focus-within,
.ohnine-booking-wrapper .ohnine-btn-secondary:active,
.ohnine-booking-wrapper .ohnine-btn-success:focus,
.ohnine-booking-wrapper .ohnine-btn-success:focus-visible,
.ohnine-booking-wrapper .ohnine-btn-success:focus-within,
.ohnine-booking-wrapper .ohnine-btn-success:active,
.ohnine-booking-wrapper .prev-step:focus,
.ohnine-booking-wrapper .prev-step:focus-visible,
.ohnine-booking-wrapper .prev-step:focus-within,
.ohnine-booking-wrapper .prev-step:active,
.ohnine-booking-wrapper .next-step:focus,
.ohnine-booking-wrapper .next-step:focus-visible,
.ohnine-booking-wrapper .next-step:focus-within,
.ohnine-booking-wrapper .next-step:active,
.ohnine-booking-wrapper #ohnine-submit-booking:focus,
.ohnine-booking-wrapper #ohnine-submit-booking:focus-visible,
.ohnine-booking-wrapper #ohnine-submit-booking:focus-within,
.ohnine-booking-wrapper #ohnine-submit-booking:active {
    /* Prevent layout shifts - keep all layout properties stable */
    /* Use box-sizing to ensure consistent sizing */
    box-sizing: border-box !important;
    
    /* Prevent any dimension changes - DO NOT use inherit, use explicit values or auto */
    padding: 12px 24px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    
    /* Remove all focus indicators that could cause layout shift */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    outline-offset: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Border - keep consistent to prevent layout shift */
    /* Note: Specific button types will override with their own border values */
    border-width: 2px !important;
    border-style: solid !important;
    /* border-color will be set by specific button classes */
    
    /* Prevent transform or position changes that could cause layout shift */
    transform: none !important;
}

/* Remove browser default focus rings - webkit and moz specific */
.ohnine-booking-wrapper button::-moz-focus-inner,
.ohnine-booking-wrapper .ohnine-btn::-moz-focus-inner {
    border: 0 !important;
    outline: none !important;
    padding: 0 !important;
}

/* ========================================
   LOADING OVERLAY
   ======================================== */

.ohnine-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.ohnine-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #c49140;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

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

.ohnine-loading-overlay p {
    color: white;
    font-size: 16px;
    margin: 0;
}

/* ========================================
   CALENDAR LOADING INDICATOR
   A dedicated loading overlay for the calendar section
   Provides better UX when loading availability data
   ======================================== */

.ohnine-calendar-container {
    position: relative;
}

.ohnine-calendar-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: 10px;
    min-height: 300px;
}

.ohnine-calendar-loading-content {
    text-align: center;
    padding: 40px;
}

/* Animated spinner rings */
.ohnine-calendar-spinner {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}

.ohnine-calendar-spinner .spinner-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: calendarSpinnerRotate 1.5s ease-in-out infinite;
}

.ohnine-calendar-spinner .spinner-ring:nth-child(1) {
    border-top-color: #c49140;
    animation-delay: 0s;
}

.ohnine-calendar-spinner .spinner-ring:nth-child(2) {
    border-right-color: #c49140;
    animation-delay: 0.15s;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
}

.ohnine-calendar-spinner .spinner-ring:nth-child(3) {
    border-bottom-color: #c49140;
    animation-delay: 0.3s;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
}

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

.ohnine-calendar-loading-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* Calendar loading state - dims the calendar while loading */
#ohnine-calendar.is-loading {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

/* Calendar navigation disabled during loading */
.ohnine-calendar-nav.is-loading {
    pointer-events: none;
    opacity: 0.5;
}

/* Pulse animation for loading text */
@keyframes loadingPulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.ohnine-calendar-loading-text {
    animation: loadingPulse 1.5s ease-in-out infinite;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .ohnine-booking-wrapper {
        padding: 0px !important;
    }
    
    .ohnine-progress-bar {
        padding: 0 10px;
    }
    
    .ohnine-progress-step .step-label {
        font-size: 10px;
    }
    
    .ohnine-service-options,
    .ohnine-location-options {
        grid-template-columns: 1fr;
    }
    
    .ohnine-field-row,
    .ohnine-time-row {
        grid-template-columns: 1fr;
    }
    
    .ohnine-terms-modal {
        max-width: 95%;
    }
    
    .ohnine-terms-box-modal {
        max-height: 350px;
        padding: 15px;
    }
    
    .ohnine-form-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .ohnine-form-navigation .ohnine-btn {
        width: 100%;
    }
}

@media (max-width: 600px){
    .ohnine-field-row{
        gap: 0;
        margin: 0;
    }
}

/* ========================================
   ERROR STATES
   ======================================== */

.ohnine-field-error {
    border-color: #ff6b6b !important;
    box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2) !important;
}

.ohnine-error-message {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
}

.ohnine-alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ohnine-alert-error {
    background: rgba(255, 107, 107, 0.1);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.3);
}

.ohnine-alert-success {
    background: rgba(40, 167, 69, 0.1);
    color: #51cf66;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

/* ========================================
   HIRE TIME PACKAGE SELECTION
   ======================================== */

.ohnine-hire-time-package {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.ohnine-hire-time-package.hidden {
    display: none !important;
}

.ohnine-hire-time-package h5 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
}

.ohnine-hire-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.ohnine-hire-option {
    position: relative;
}

.ohnine-hire-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ohnine-hire-option label {
    display: block;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.ohnine-hire-option input[type="radio"]:checked + label {
    border-color: #c49140;
    background: #f0f8ff;
    box-shadow: 0 2px 8px rgba(0, 124, 186, 0.2);
}

.ohnine-hire-option label:hover {
    border-color: #c49140;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.15);
}

.hire-duration {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.hire-price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #c49140;
}

/* ========================================
   TIME CONSTRAINTS
   ======================================== */

.time-constraint-notice {
    margin-top: 10px;
}

.ohnine-constraint-warning {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}

/* ========================================
   MODAL STYLES
   ======================================== */

.ohnine-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ohnine-modal {
    background: #1a1a1a;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 1px solid #3a3a3a;
}

.ohnine-modal-header {
    padding: 25px;
    border-bottom: 1px solid #3a3a3a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ohnine-modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.ohnine-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #999999;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 6px;
}

.ohnine-modal-close:hover {
    color: #ffffff;
    background: #3a3a3a;
}

.ohnine-modal-content {
    padding: 25px;
}

/* ========================================
   VARIATION/PACKAGE SELECTOR
   ======================================== */

.ohnine-variations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 600px) {
    .ohnine-variations-grid {
        grid-template-columns: 1fr;
    }
}

.ohnine-variation-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

@media (min-width: 769px) {
    .ohnine-variation-card:hover:not(.disabled) {
        border-color: #627d65;
        box-shadow: 0 4px 12px rgba(127, 84, 179, 0.15);
        transform: translateY(-2px);
    }
}

.ohnine-variation-card.selected {
    border-color: #627d65;
    background: #f8f5fc;
    box-shadow: 0 4px 12px rgba(127, 84, 179, 0.2);
}

.ohnine-variation-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f9f9f9;
}

.ohnine-variation-card .variation-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    opacity: 0 !important;
    display: none !important;
}

.ohnine-variation-card .variation-badge.upgrade {
    background: #627d65;
    color: white;
}

.ohnine-variation-card .variation-badge.downgrade {
    background: #e0e0e0;
    color: #fff;
}

.ohnine-variation-card .variation-badge.recommended {
    background: #ffc107;
    color: #333;
}

.ohnine-variation-card .variation-badge.unavailable {
    background: #ffebee;
    color: #c62828;
}

.ohnine-variation-card .variation-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 12px 0;
}

.ohnine-variation-card.disabled .variation-name {
    color: #999;
}

.ohnine-variation-card .variation-price {
    font-size: 28px;
    font-weight: 700;
    color: #627d65;
    margin: 16px 0;
}

.ohnine-variation-card.disabled .variation-price {
    color: #999;
}

.ohnine-variation-card .variation-description {
    font-size: 13px;
    color: #666;
    margin-top: 12px;
    line-height: 1.5;
}

.ohnine-variation-card .variation-unavailable {
    color: #c62828;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.ohnine-variation-card .variation-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.ohnine-variation-card.selected .variation-check {
    background: #627d65;
    border-color: #627d65;
}

.ohnine-variation-card.selected .variation-check::after {
    content: '✓';
    color: white;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 768px) {
    .ohnine-variations-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 20px 0;
    }

    .ohnine-modal-content {
        padding: 20px 15px;
    }

    .ohnine-modal-header {
        padding: 15px;
    }

    .ohnine-modal-title {
        font-size: 18px;
    }

    .ohnine-variation-card {
        padding: 20px 16px;
    }

    .ohnine-variation-card .variation-name {
        font-size: 16px;
        margin: 10px 0;
    }

    .ohnine-variation-card .variation-price {
        font-size: 24px;
        margin: 12px 0;
    }

    .ohnine-variation-card .variation-description {
        font-size: 12px;
        margin-top: 10px;
    }

    #confirm-variation-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ohnine-variations-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 15px 0;
    }

    .ohnine-modal {
        width: 95%;
        max-height: 90vh;
        border-radius: 8px;
    }

    .ohnine-modal-content {
        padding: 15px 12px;
    }

    .ohnine-modal-header {
        padding: 12px;
    }

    .ohnine-modal-title {
        font-size: 16px;
    }

    .ohnine-variation-card {
        padding: 16px 12px;
    }

    .ohnine-variation-card .variation-name {
        font-size: 15px;
        margin: 8px 0;
    }

    .ohnine-variation-card .variation-price {
        font-size: 22px;
        margin: 10px 0;
    }

    .ohnine-variation-card .variation-description {
        font-size: 11px;
        line-height: 1.4;
    }

    .ohnine-variation-card .variation-check {
        width: 20px;
        height: 20px;
        top: 8px;
        right: 8px;
    }

    .ohnine-variation-card.selected .variation-check::after {
        font-size: 12px;
    }

    #confirm-variation-btn {
        padding: 12px 16px;
        font-size: 15px;
    }

    .description {
        font-size: 13px;
        margin-bottom: 15px !important;
    }
}

/* Modal size for variation selector */
#ohnine-product-modal .ohnine-modal-large {
    max-width: 960px;
    width: 90%;
    background-color: #1C1C1A;
    padding-top: 20px;
}

@media (max-width: 768px) {
    #ohnine-product-modal .ohnine-modal-large {
        width: 100%;
        max-width: 100%;
    }
}

#ohnine-product-modal .ohnine-modal-left{
    flex: none;
}

#ohnine-product-modal .ohnine-modal-left{
    padding: 0;
}

#ohnine-product-modal .ohnine-modal-right{
    padding: 0 0 0 20px;
    flex: 1;
}

#ohnine-product-modal .ohnine-modal-body{
    align-items: flex-start;
}

#ohnine-product-modal .ohnine-product-title{
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'VeryVogueDisplay', serif;
    font-style: normal;
}

@media (max-width: 768px ){
    #ohnine-product-modal .ohnine-product-title{
        margin: 0;
    }
}

#ohnine-product-modal .ohnine-modal-header{
    border: 0;
    padding: 10px 20px;
}

#ohnine-product-modal .ohnine-modal-content{
    height: auto;
}

#ohnine-product-modal .ohnine-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 30px 0;
    border: 0;
}

@media (max-width: 600px) {
    #ohnine-product-modal .ohnine-modal-footer {
        padding: 10px 0;
    }
}

#ohnine-product-modal .ohnine-modal-footer .ohnine-btn {
    flex: 0 0 auto;
    min-width: 120px;
}

@media (min-width: 769px) {
    #ohnine-product-modal .ohnine-modal-close:hover{
        background-color: transparent;
        color: #fff;
    }
}

#ohnine-product-modal .ohnine-btn-secondary,
#ohnine-product-modal .ohnine-btn-primary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 24px;
    font-weight: 500;
    min-width: 120px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (min-width: 769px) {
    #ohnine-product-modal .ohnine-btn-secondary:hover:not(:disabled) {
        background: #ffffff;
        border-color: #ffffff;
        color: #1a1a1a;
    }
}

#ohnine-product-modal .ohnine-btn-primary {
    border: 2px solid #c49140;
}

@media (min-width: 769px) {
    #ohnine-product-modal .ohnine-btn-primary:hover:not(:disabled) {
        background: #c49140;
        border-color: #c49140;
        color: #ffffff;
    }
}

#ohnine-product-modal .ohnine-btn-secondary:focus,
#ohnine-product-modal .ohnine-btn-secondary:focus-visible,
#ohnine-product-modal .ohnine-btn-secondary:focus-within,
#ohnine-product-modal .ohnine-btn-secondary:active,
#ohnine-product-modal .ohnine-btn-primary:focus,
#ohnine-product-modal .ohnine-btn-primary:focus-visible,
#ohnine-product-modal .ohnine-btn-primary:focus-within,
#ohnine-product-modal .ohnine-btn-primary:active,
#ohnine-product-modal button:focus,
#ohnine-product-modal button:focus-visible,
#ohnine-product-modal button:focus-within,
#ohnine-product-modal button:active {
    /* Remove all focus indicators */
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    
    /* Keep border consistent to prevent layout shifts */
    border-width: 2px !important;
    border-style: solid !important;
}

#ohnine-product-modal .ohnine-pricing-price{
    color: #fff;
    font-size: 40px;
    line-height: 100%;
}

@media (max-width: 768px) {
    #ohnine-product-modal .ohnine-pricing-price{
        font-size: 30px;
    }
}

#ohnine-product-modal .ohnine-pricing-check{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    font-size: 0;
    align-items: center;
    background: url(../images/checkmark-white.png) no-repeat center;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}

#ohnine-product-modal .ohnine-pricing-header{
    align-items: flex-start;
    text-align: center;
    width: 100%;
    position: relative;
}

#ohnine-product-modal .ohnine-pricing-option{
    padding: 15px 10px;
}

@media (max-width: 768px) {
    #ohnine-product-modal .ohnine-pricing-option{
        padding: 10px 5px;
    }
}

#ohnine-product-modal .ohnine-pricing-name{
    padding: 0 30px;
}

@media (max-width: 768px) {
    #ohnine-product-modal .ohnine-pricing-name{
        padding: 0 10px;
        width: 100%;
    }
}

#ohnine-product-modal .ohnine-pricing-options{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Defines 2 equal-width columns */
    /* Remove grid-template-rows property to allow an infinite/dynamic number of rows */
    gap: 10px; /* Optional: Adds space between grid items */
}

@media (max-width:768px) {
    #ohnine-product-modal .ohnine-pricing-options{
        grid-template-columns: 1fr; 
    }
}

#ohnine-product-modal .ohnine-pricing-radio{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    font-size: 0;
    box-sizing: border-box;

    position: absolute;

    background: url(../images/radio.png) no-repeat center;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    
}

@media (max-width:992px){
    #ohnine-product-modal .ohnine-modal-left{
        max-width: 30%;
        background-color: transparent;
        min-height: 10px;
    }
}

@media (max-width:767px) {
    #ohnine-product-modal .ohnine-modal-left{
        max-width: 100%;
        justify-content: center;
        width: 100%;
    }
    #ohnine-product-modal .ohnine-modal-body{
        gap: 0;
    }
    #ohnine-product-modal .ohnine-modal-right{
        padding-left: 0;
    }
}