/* Add your custom styles here */
.homeSection {
    background-color: #333;
    color: #cccccc;
    height: 100%;
    width: 100%;
}

.navbar{
    background-color: #333 !important;
}

.navbar-light .navbar-brand {
    color: #ccc;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ccc;
    font-size: 1.2rem;
}
.navbar-brand {
    font-size: 1.6rem;
}
.look {
    padding-top: 30px;
}
.footer {
    background-color: #333;
    color: #ccc;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer p {
    font-size: 14px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .footer p {
        font-size: 12px;
    }
}
.search-container {
    position: relative;
    width: 100%;
    justify-items: center;
    padding-top: 30px;
}

.search-container input {
    height: 47px;
    border-radius: 5px;
    border: none;
    transition: width 0.3s ease-in-out;
}
.search-container input::placeholder {
    font-size: 14px;
    justify-self: center;
}
.button-search {
    width: 50%;
}

.list-group-item {
    background-color: #ccc;
}
.alert {
    width: 100%;
    display: none; /* Hidden by default */
    padding: 20px;
    background-color: #7a0808; /* Red */
    color: #ccc;
    margin-bottom: 15px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Ensure it's on top */
}

span {
    color: #7a0808;
}

.week {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.day {
    flex: 1;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
}

.date {
    font-weight: bold;
    margin-bottom: 5px;
}

.time-slot {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px; /* Set a fixed width for the button */
}
.navigation-buttons {
    width: 100%;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.navigation-buttons button {
    font-size: 1.5rem;
    padding: 10px;
    margin: 5px;
}

.nav-btn {
    background-color: #7a0808;
    max-width: 10%;
    font-size: 1.2rem;
    margin: 0 5px;
}

.btn-primary {
    background-color: #7a0808 !important;
    border-color: #7a0808 !important;
    width: 100px;
    height: 50px;
}

.btn-primary:hover {
    background-color: #7a0808;
    border-color: #7a0808;
}

.btn-primary:active {
    background-color: #7a0808 !important;
    border-color: #7a0808 !important;
    box-shadow: none !important;
}


.btn-close {
    background-color: #cccccc !important;
}

.modal-content {
    background-color: #333333;
}

/* Additional styles for smaller screens (mobile) */
@media (max-width: 576px) {
    .nav-btn {
        /*font-size: 1.5rem; !* Increase font size for mobile *!*/
        max-width: 30%; /* Ensure buttons take full width on mobile */
    }

    .btn-primary {
        padding: 12px; /* Increase padding for bigger buttons on mobile */
    }
}

.modal-footer .btn-primary,
.modal-footer .btn-secondary {
    width: 50% !important; /* Set a specific width for both buttons */
    height: 40px !important; /* Set a specific height for both buttons */
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.modal-footer .btn-primary {
    width: auto; /* Reset width to auto */
    height: auto; /* Reset height to auto */
}

/* Calendar Container */
#calendar {
    /*display: flex;*/
    justify-content: center; /* Center the day columns */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Day Container */
.day-container {
    padding: 20px;
}

/* Day Column */
.day-column {
    margin: 0 10px; /* Space between each day column */
    text-align: center; /* Center text in the day column */
    background-color: #ccc; /* White background for day boxes */
    border-radius: 8px; /* Rounded corners for day boxes */
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Shadow for depth */
    transition: transform 0.2s; /* Smooth transition for hover effect */
}

/* Day Title */
.day-title {
    font-size: 1.1em; /* Larger font for day titles */
    margin-bottom: 15px; /* Space below the day title */
    color: #ffffff; /* Dark text color */
}

/* Slots Container */
.slots {
    /*display: flex;*/
    flex-direction: column; /* Stack the buttons vertically */
    flex-wrap: wrap; /* Allow wrapping to new lines */

    justify-content: space-between; /* Evenly distribute buttons */

}

/* Slot Buttons */
.slot-button {
    flex: 1 1 calc(33% - 10px); /* Make buttons responsive and equal width */

    margin: 5px 0; /* Space between buttons */
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    background-color: #7a0808; /* Primary button color */
    color: white;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s; /* Smooth transition */
    width: 100px; /* Set a fixed width */
}


/* Hover Effect for Slot Buttons */
.slot-button:hover {
    background-color: #610606; /* Darker shade on hover */
    transform: translateY(-2px); /* Slight lift effect */
}

/* Day Column Hover Effect */
.day-column:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}


#success-lottie-container, #error-lottie-container {
    width: 150px; /* Adjust width as needed */
    height: 280px; /* Adjust height as needed */
    margin: 0 auto; /* Center the animation */
}

#close-button {
    width: 70% !important; /* Set a specific width for both buttons */
    height: 40px !important; /* Set a specific height for both buttons */
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 50px;
}

#nextBooking {
    margin: 0.6rem;
}
/* Responsive Design for Tablets and Small Devices */
@media (max-width: 1024px) {
    .day-column {
        flex: 1 1 calc(50% - 20px); /* Two columns on tablets */
    }
}

/* Responsive Design for Mobile Phones */
@media (max-width: 600px) {
    .day-column {
        flex: 1 1 calc(50% - 20px); /* Two columns on mobile phones */
        margin: 5px 0; /* Reduce margin for mobile */
    }

    .slots {
        flex-direction: row; /* Arrange buttons horizontally on mobile */
        flex-wrap: wrap; /* Allow buttons to wrap to the next line */
    }

    .slot-button {
        flex: 1 1 calc(48% - 10px); /* Two buttons per row on mobile */
        margin: 5px; /* Space between buttons */
        padding: 10px; /* Adjust padding for smaller screens */
        font-size: 0.9em; /* Slightly smaller font size */
    }
}
