
.heading {
    display: flex;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

.photo1 {
    max-width: 500px;
}

@media (max-width: 700px){
    .photo1{
        max-width: 300px;
    }
    .text-container{
        margin-top: 20px;
    }
}

.card {
    margin-top: 50px;
    max-width: 900px;
    margin: auto;
}

.back-btn {
    margin-top: 20px;
    margin-left: 20px;
}

.header {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}

.card-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px;
}

table {
    margin: auto;
    max-width: 600px;
}

.calendar {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.calendar-header {
    margin-bottom: 10px;
}

.calendar-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.month-title {
    display: flex;
    align-items: center;
}

.nav-button {
    padding: .375rem .75rem;
    font-size: 14px;
    color: #0d6efd;
    background-color: transparent;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0 10px;
}

.nav-button:hover {
    background-color: #0d6efd;
    color: #fff;
}

.current-date {
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.calendar-table th,
.calendar-table td {
    text-align: center;
    padding: .75rem;
    border: 1px solid #dee2e6;
    width: 40px;
    height: 40px;
}

.calendar-table th {
    background-color: #0d6efd;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.calendar-table td {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.calendar-table td:hover {
    background-color: #f0f0f0;
}

.calendar-table td.selected {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 0;
}

.calendar-table td.range {
    background-color: #bee0ff;
}

.calendar-table td.disabled {
    pointer-events: none;
    background-color: #f8f9fa;
    color: #ced4da;
}

.calendar-table td.today {
    background-color: #d4edda;
    font-weight: bold;
}

button {
    padding: .75rem 1.5rem;
    font-size: 16px;
    color: #fff;
    background-color: #0d6efd;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #0a58ca;
}

.price-container {
    text-align: left;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.fullCard{
    max-width: 600px;
    padding: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 50px;
}


.card-item {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reservanto-iframe{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.center{
    text-align: center;
    margin-top: 50px;
}