﻿

/*html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fdf7f1;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
}

#reservationForm {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}
#reservationFormWrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}
.container-fluid.form-content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}*/

partner-card {
    background-color: #f8f9fa;
    /* Light background */
   padding: 1px;
    border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 1rem;
}
.partner-card img {
    max-height: 40px;
    width: 65px;
    border:2px solid white;
    border-radius:15px;
/*    object-fit: contain;*/
}
.btn-warning {
    background-color: #0094ff;
    border-color: #0094ff;
    color: #fff;
}
    /* Time Slot Styling */
    .time-slot-box {
    width: 110px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

    .time-slot-box .time-btn {
        font-size: 0.95rem;
        padding: 0.45rem 1rem;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        border: 1px solid #007bff;
        color: #007bff;
        background-color: white;
        transition: 0.3s;
    }

        .time-slot-box .time-btn.active {
            background-color: #007bff !important;
            color: white !important;
            border-color: #007bff !important;
        }

#time-slot-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}
.time-slot-box .time-btn:hover {
    background-color: #007bff;
    color: white;
    transform: scale(1.03);
    cursor: pointer;
}
/* Mobile CTA Button Fixed */
@media (max-width: 576px) {
    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #fdf7f1;
        overflow: hidden;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    #reservationForm {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }
    #reservationFormWrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }
    .container-fluid.form-content {
        flex: 1;
        overflow-y: auto;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    #time-dropdown {
        font-size: 16px;
        padding: 0.5rem;
    }

    .fixed-mobile-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0.75rem;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
        z-index: 10500;
    }

        .fixed-mobile-cta .btn {
            width: 100%;
            font-size: 1.1rem;
        }
   
    .time-slot-box .time-btn:hover {
        background-color: #007bff;
        color: white;
        transform: scale(1.03);
        cursor: pointer;
    }
    .time-slot-box .time-btn.active {
        background-color: #007bff !important;
        color: white !important;
        border-color: #007bff !important;
    }
}

/* Button Styling */
.btn-warning {
    background-color: #0094ff;
    border-color: #0094ff;
    color: #fff;
}

/* Background Styles */
.custom-bg {
    background-color: #fdf7f1;
}

.custom-bg-dark {
    background-color: #f8a046;
    color: white;
}
.time-slot-box .time-btn.active {
    background-color: #007bff !important;
    color: white !important;
    border-color: #007bff !important;
}
@media (max-width: 992px), (max-width: 768px), (max-width: 576px), (max-width: 480px) {


    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #fdf7f1;
        overflow: hidden;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    #reservationForm {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }
    #reservationFormWrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    }
    .container-fluid.form-content {
        flex: 1;
        overflow-y: auto;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .time-slot-box

{
    width: 80px;
    height: 50px;
    display: flex;
    margin-top: 10px;
}

.time-slot-box .time-btn {
    font-size: 14px;
    padding: 2px;
}

#time-slot-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.time-btn {
    font-size: 1.15rem;
    padding: 0.45rem 1rem;
}
    .time-slot-box .time-btn.active {
        background-color: #007bff !important;
        color: white !important;
        border-color: #007bff !important;
    }
   
}
