	.qty-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: center;
    align-items: self-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}


.time-selection h2 {
    margin-bottom: 20px;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.time-option {
    display: flex;
   
   
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.time-option input {
    display: none;
}

.time-option span {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
	padding: 5px;
}

.time-option input:checked + span {
    color: #fff;
}

.time-option:hover {
    background-color: #f0f0f0;
}


.time-option input:checked + span {
   background-color: #ffd28d;
    border-color: #ffd28d;
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
}
.time-option span {
    font-size: 14px;
    color: #fff;
}
.time-selection label.contact-label {
    margin-bottom: 10px;
}
.btn-primary-fill {
    padding: 14px 30px;
    color: #000;
    text-transform: capitalize;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ffd28d;
    margin-top: 30px;
}
.qty-container .qty-btn-minus, .qty-container .qty-btn-plus {
    background-color: #ffd28d;
    border: 1px solid #ffd28d;
}
.btn-primary-fill:hover {
   background: none;
    border: 1px solid #d8b983;
    color: #d8b983;
}
.contact-form .contact-label {

    margin-bottom: 10px;
}
.contact-form .contact-input {
 
    height: 38px;
   
}
.logo p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 600px) {

.time-option span {
    font-size: 12px;
    color: #fff;
}
}
.login-area .login-card {
 
      background: #000;

}
.contact-form .contact-label {
   
    color: #fff;

}
.qty-container .input-qty {
   
    color: #fff;
}
.contact-form .contact-input {
    color: #ffffff;
   
}
.qty-container .qty-btn-minus i, .qty-container .qty-btn-plus i {
    color: #000;
    font-size: 14px;
    margin-right: -1px;
    margin-top: unset;
    font-weight: bold;
}
.time-option span:hover {
    color: #000;
}

/* ===================================================================== */
/* Flatpickr Dark Theme - Complete CSS */
.flatpickr-calendar {
    background: #002A0C !important;
    border: 1px solid #ffd28d !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    position: absolute !important;
    z-index: 9999 !important;
}

/* Keep calendar inside the form/container */
.flatpickr-calendar.open {
    display: block !important;
    position: absolute !important;
}

.flatpickr-months {
    background: #002A0C !important;
}

.flatpickr-month {
    color: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #002A0C !important;
    color: #fff !important;
    border: 1px solid #ffd28d !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months option {
    background: #002A0C !important;
    color: #fff !important;
}

.flatpickr-current-month input.cur-year {
    color: #fff !important;
    background: #002A0C !important;
}

.flatpickr-weekdays {
    background: #002A0C !important;
}

.flatpickr-weekday {
    color: #ffd28d !important;
    font-weight: bold !important;
}

.flatpickr-days {
    background: #002A0C !important;
}

/* All future/available dates - Full white */
.flatpickr-day:not(.disabled) {
    color: #fff !important;
    background: transparent !important;
}

/* Past/disabled dates - Half white */
.flatpickr-day.disabled {
    color: #ffffff80 !important;
    cursor: not-allowed !important;
    background: transparent !important;
}

.flatpickr-day:hover:not(.disabled):not(.selected) {
    background: #ffd28d !important;
    color: #000 !important;
    border-color: #ffd28d !important;
}

.flatpickr-day.selected {
    background: #ffd28d !important;
    color: #000 !important;
    border-color: #ffd28d !important;
    font-weight: bold !important;
}

.flatpickr-day.today {
    border-color: #ffd28d !important;
    background: transparent !important;
}

.flatpickr-day.today:hover {
    background: #ffd28d !important;
    color: #000 !important;
}

.flatpickr-day.prevMonthDay {
    color: #ffffff !important;
}
.flatpickr-day.nextMonthDay {
    color: #ffffff !important;
}

.flatpickr-months .flatpickr-prev-month {
    fill: #ffffff80 !important;
}
.flatpickr-months .flatpickr-next-month {
    fill: #fff !important;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    fill: #fff !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #ffd28d !important;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #ffffff80 !important;
}

/* Input field styling */
.contact-input[type="date"] {
    background: #002A0C !important;
    color: #fff !important;
    border: 1px solid #ffd28d !important;
}

.contact-input[type="date"]:focus {
    outline: none !important;
    border-color: #ffd28d !important;
}
/* Calendar Icon Styling */
.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffd28d;
    font-size: 18px;
    pointer-events: none;
    z-index: 1;
}

/* Adjust input padding to make room for icon */
#dateInput {
    padding-right: 40px !important;
}