* {
    box-sizing: border-box
}

body,
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%
}

.reservation-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    margin-top: 100px
}

.section-title {
    text-align: center
}

.reservation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem
}

.form-section {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    grid-row: 1/3
}

.map-section {
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden
}

#map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 10px
}

.practical-info {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    height: 100%
}

.practical-info h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1.5rem
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.info-item h3 {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: .5rem
}

.info-item p {
    color: #666;
    line-height: 1.5
}

.info-item a {
    color: #000;
    text-decoration: none;
    transition: color .3s
}

.info-item a:hover {
    color: #333
}

.stats-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 10px
}

.stat-item {
    text-align: center;
    padding: 1rem;
    transition: all .3s ease
}

.stat-item {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all .3s ease
}

.stat-item:hover {
    background: linear-gradient(135deg, #000, #333)
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    color: #333;
    transition: all .3s ease
}

.stat-item:hover .stat-label,
.stat-item:hover .stat-number {
    color: #fff
}

.stat-label {
    font-size: .9rem;
    color: #666;
    transition: color .3s ease
}

.form-group {
    margin-bottom: 1.5rem
}

.form-group label {
    display: block;
    margin-bottom: .8rem;
    font-weight: 600;
    color: #333;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: inherit;
    font-size: .95rem;
    background: #f8f9fa;
    transition: all .3s ease;
    outline: 0
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #333;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.form-group select {
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: inherit;
    font-size: .95rem;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' 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");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2rem;
    padding-right: 3rem;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06)
}

.form-group select:hover {
    border-color: #666;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' 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");
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .05)
}

.form-group select:focus {
    border-color: #333;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .1);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' 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")
}

.form-group input[type=date] {
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: inherit;
    font-size: .95rem;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2rem;
    padding-right: 3rem
}

.form-group input[type=date]:hover {
    border-color: #666;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .05)
}

.form-group input[type=date]:focus {
    border-color: #333;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .1);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e")
}

.form-group input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    position: absolute;
    right: 1rem
}

.form-group input[type=date]::-webkit-clear-button,
.form-group input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.form-group input[type=date]::-moz-focus-inner {
    border: 0
}

.form-group select option {
    padding: 1rem .8rem;
    background: #fff;
    color: #333;
    font-size: .95rem;
    border: none;
    font-weight: 400;
    line-height: 1.4
}

.form-group select option:hover:not([disabled]) {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #000
}

.form-group select option:checked:not([disabled]),
.form-group select option:focus:not([disabled]) {
    background: linear-gradient(135deg, #000, #333) !important;
    color: #fff !important;
    font-weight: 500
}

.form-group select option:disabled,
.form-group select option[disabled] {
    background-color: #f5f5f5 !important;
    background-image: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 2px, #e0e0e0 2px, #e0e0e0 4px) !important;
    color: #595959 !important;
    font-style: italic !important;
    font-weight: 300 !important;
    opacity: .7 !important;
    text-decoration: line-through !important;
    -webkit-text-decoration: line-through !important;
    -moz-text-decoration: line-through !important
}

.form-group select option:disabled:hover,
.form-group select option[disabled]:hover {
    background-color: #f0f0f0 !important;
    color: #595959 !important
}

@-webkit-keyframes strikethrough {
    0% {
        text-decoration: none
    }

    100% {
        text-decoration: line-through
    }
}

@keyframes strikethrough {
    0% {
        text-decoration: none
    }

    100% {
        text-decoration: line-through
    }
}

.form-group select option:disabled {
    -webkit-animation: strikethrough .1s forwards !important;
    animation: strikethrough .1s forwards !important
}

.form-group select.has-disabled-options {
    border-left: 4px solid #ffc107;
    background: linear-gradient(135deg, #fff9c4, #fff)
}

.form-group select.has-disabled-options:focus {
    border-left: 4px solid #ff6b35;
    box-shadow: 0 0 0 .2rem rgba(255, 107, 53, .25)
}

.time-info {
    margin-top: .5rem;
    padding: .8rem 1rem;
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 1px solid #ffc107;
    border-radius: 6px;
    font-size: .85rem;
    color: #856404;
    animation: slideIn .3s ease-out
}

.time-info p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: .5rem
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.custom-time-dropdown {
    position: relative;
    width: 100%
}

.custom-time-selected {
    width: 100%;
    padding: 1rem .8rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .95rem;
    color: #333;
    transition: all .3s ease;
    min-height: 50px;
    box-sizing: border-box
}

.custom-time-selected:hover {
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1)
}

.custom-time-selected.active {
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.custom-time-selected span {
    flex: 1
}

.custom-time-selected span.placeholder {
    color: #595959;
    font-style: italic
}

.dropdown-arrow {
    transition: transform .3s ease;
    color: #666
}

.custom-time-selected.active .dropdown-arrow {
    transform: rotate(180deg)
}

.custom-time-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #000;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.custom-time-option {
    padding: .8rem 1rem;
    cursor: pointer;
    font-size: .95rem;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.custom-time-option:last-child {
    border-bottom: none
}

.custom-time-option:hover:not(.disabled) {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #000
}

.custom-time-option.disabled {
    background: repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 8px, #e8e8e8 8px, #e8e8e8 16px);
    color: #595959 !important;
    text-decoration: line-through;
    font-style: italic;
    opacity: .7;
    cursor: not-allowed
}

.custom-time-option.disabled .time-text {
    text-decoration: line-through
}

.custom-time-option .unavailable-badge {
    background: #ff6b35;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-decoration: none;
    font-style: normal
}

.custom-time-option.selected:not(.disabled) {
    background: linear-gradient(135deg, #000, #333);
    color: #fff
}

.custom-time-options.opening {
    animation: dropdownOpen .3s ease-out
}

@keyframes dropdownOpen {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form-group select option[value=""] {
    color: #595959;
    font-style: italic;
    background: #f8f9fa
}

.form-group select:invalid {
    color: #595959
}

.form-group select:valid {
    color: #333
}

.form-group textarea {
    height: 120px;
    resize: vertical;
    line-height: 1.5
}

.form-group label {
    transition: all .3s ease
}

.form-group:focus-within label {
    color: #000;
    transform: translateY(-2px)
}

.submit-btn {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.submit-btn:hover {
    background: linear-gradient(135deg, #333, #666);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3)
}

.submit-btn:hover::before {
    left: 100%
}

.submit-btn:active {
    transform: translateY(0)
}

.autocomplete-suggestions {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    position: absolute
}

.autocomplete-suggestion {
    padding: 8px;
    cursor: pointer
}

.autocomplete-suggestion:hover {
    background-color: #f0f0f0
}

.reservation-autocomplete-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
    width: 100%
}

.reservation-autocomplete-suggestion {
    padding: 8px;
    cursor: pointer
}

.reservation-autocomplete-suggestion:hover {
    background-color: #f0f0f0
}

.custom-dropdown-wrapper {
    position: relative;
    width: 100%
}

.custom-dropdown {
    position: relative;
    width: 100%
}

.custom-dropdown-button {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: #f8f9fa;
    color: #333;
    font-family: inherit;
    font-size: .95rem;
    cursor: pointer;
    transition: all .3s ease;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06);
    text-align: left
}

.custom-dropdown-button:hover {
    border-color: #666;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .05)
}

.custom-dropdown-button:focus,
.custom-dropdown.open .custom-dropdown-button {
    border-color: #333;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .1)
}

.dropdown-text {
    flex: 1;
    color: #333
}

.custom-dropdown-button .dropdown-text.placeholder {
    color: #595959;
    font-style: italic
}

.dropdown-icon {
    width: 1.2rem;
    height: 1.2rem;
    color: #666;
    transition: all .3s ease
}

.custom-dropdown.open .dropdown-icon {
    transform: rotate(180deg);
    color: #333
}

.dropdown-icon svg {
    width: 100%;
    height: 100%
}

.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #333;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease
}

.custom-dropdown.open .custom-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.custom-dropdown-option {
    padding: 1rem;
    cursor: pointer;
    transition: all .2s ease;
    border-bottom: 1px solid #f0f0f0;
    font-size: .95rem;
    color: #333
}

.custom-dropdown-option:last-child {
    border-bottom: none
}

.custom-dropdown-option:hover {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #000
}

.custom-dropdown-option.selected {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    font-weight: 500
}

.custom-dropdown-option.selected:hover {
    background: linear-gradient(135deg, #333, #666)
}

.custom-calendar-wrapper {
    position: relative;
    width: 100%
}

.custom-calendar-input {
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-family: inherit;
    font-size: .95rem;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: all .3s ease;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2rem
}

.custom-calendar-input:hover {
    border-color: #666;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .05)
}

.custom-calendar-input.open,
.custom-calendar-input:focus {
    border-color: #333;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, .1);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e")
}

.custom-calendar-input.placeholder {
    color: #595959;
    font-style: italic
}

.custom-calendar-popup {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #333;
    border-top: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    min-width: 280px;
    max-height: 80vh;
    overflow-y: auto
}

.custom-calendar-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef
}

.calendar-nav-btn {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    color: #666;
    font-size: 16px;
    font-weight: 700
}

.calendar-nav-btn:hover {
    background: #333;
    color: #fff;
    border-color: #333
}

.calendar-month-year {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px
}

.calendar-weekday {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border: 1px solid transparent
}

.calendar-day:hover {
    background: #f8f9fa;
    border-color: #e9ecef
}

.calendar-day.other-month {
    color: #595959
}

.calendar-day.today {
    background: #e3f2fd;
    color: #1976d2;
    font-weight: 600
}

.calendar-day.selected {
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    font-weight: 600
}

.calendar-day.selected:hover {
    background: linear-gradient(135deg, #333, #666)
}

.calendar-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef
}

.calendar-footer-btn {
    background: 0 0;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all .2s ease
}

.calendar-footer-btn:hover {
    background: #f8f9fa;
    color: #333
}

.calendar-today-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease
}

.calendar-today-btn:hover {
    background: #333
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.custom-dropdown.open .custom-dropdown-list {
    animation: dropdownFadeIn .3s ease-out
}

@media (max-width:768px) {
    .custom-dropdown-button {
        padding: .9rem;
        font-size: .9rem
    }

    .dropdown-icon {
        width: 1rem;
        height: 1rem
    }

    .custom-dropdown-option {
        padding: .8rem;
        font-size: .9rem
    }

    .custom-dropdown-list {
        max-height: 200px
    }
}

@media (max-width:480px) {
    .custom-dropdown-button {
        padding: .8rem;
        font-size: .85rem;
        border-radius: 8px
    }

    .dropdown-icon {
        width: .9rem;
        height: .9rem
    }

    .custom-dropdown-option {
        padding: .7rem;
        font-size: .85rem
    }

    .custom-dropdown-list {
        border-radius: 0 0 8px 8px;
        max-height: 180px
    }
}

@media (max-width:992px) {
    .reservation-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }

    .form-section {
        grid-row: 1
    }

    .map-section {
        grid-row: 2;
        min-height: 350px
    }

    .practical-info {
        grid-row: 3
    }

    .custom-calendar-popup {
        padding: 18px
    }

    .calendar-day {
        font-size: 14px
    }

    .options-section {
        padding: 1.5rem;
        margin: 1.5rem 0
    }

    .option-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem
    }

    .option-info {
        margin-right: 0
    }

    .quantity-selector {
        align-items: center
    }

    .estimate-display {
        font-size: 1rem;
        padding: 1rem
    }

    .quantity-form-group .quantity-controls-form {
        max-width: 130px
    }

    .quantity-btn-form {
        width: 30px;
        height: 30px;
        font-size: 1rem
    }

    .quantity-input-form {
        width: 45px;
        height: 30px;
        font-size: .9rem
    }
}

@media (max-width:768px) {
    .reservation-container {
        margin-top: 120px;
        padding: 0 .8rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box
    }

    .reservation-grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box
    }

    .form-section {
        grid-row: auto;
        padding: 1.5rem
    }

    .practical-info {
        padding: 1.5rem
    }

    .stats-section {
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem
    }

    .map-section {
        min-height: 300px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box
    }

    #map {
        min-height: 300px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    .info-grid {
        grid-template-columns: 1fr
    }

    .form-group label {
        font-size: .85rem;
        margin-bottom: .6rem
    }

    .form-group input,
    .form-group textarea {
        padding: .9rem;
        font-size: .9rem
    }

    .custom-calendar-input {
        padding: .9rem 2.5rem .9rem .9rem;
        font-size: .9rem;
        background-size: 1rem;
        background-position: right .8rem center
    }

    .custom-calendar-popup {
        padding: 15px
    }

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

    .calendar-month-year {
        font-size: 16px
    }

    .calendar-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .calendar-day {
        font-size: 13px
    }

    .form-group select {
        padding: .9rem 2.5rem .9rem .9rem;
        font-size: .9rem;
        background-size: 1rem;
        background-position: right .8rem center
    }

    .submit-btn {
        padding: 1rem 1.5rem;
        font-size: .95rem
    }

    .form-group select {
        -webkit-appearance: none;
        appearance: none;
        font-size: 16px
    }
}

@media (max-width:480px) {
    .reservation-container {
        margin-top: 140px
    }

    .stats-section {
        grid-template-columns: 1fr
    }

    .stat-number {
        font-size: 2rem
    }

    .form-group label {
        font-size: .8rem;
        letter-spacing: .3px
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: .8rem;
        font-size: .85rem;
        border-radius: 8px
    }

    .custom-calendar-input {
        padding: .8rem 2.2rem .8rem .8rem;
        font-size: .85rem;
        background-size: .9rem;
        background-position: right .7rem center;
        border-radius: 8px
    }

    .custom-calendar-popup {
        padding: 12px;
        border-radius: 0 0 12px 12px
    }

    .calendar-header {
        margin-bottom: 12px;
        padding-bottom: 8px
    }

    .calendar-month-year {
        font-size: 14px
    }

    .calendar-nav-btn {
        width: 28px;
        height: 28px;
        font-size: 12px
    }

    .calendar-day {
        font-size: 12px
    }

    .calendar-footer {
        margin-top: 12px;
        padding-top: 12px
    }

    .calendar-footer-btn,
    .calendar-today-btn {
        font-size: 12px;
        padding: 6px 10px
    }

    .custom-calendar-popup {
        min-width: 250px;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box
    }

    .options-section {
        padding: 1rem;
        margin: 1rem 0
    }

    .options-title {
        font-size: 1.3rem
    }

    .option-item {
        padding: 1rem
    }

    .option-name {
        font-size: 1rem
    }

    .option-price {
        font-size: 1.1rem
    }

    .option-description {
        font-size: .85rem
    }

    .quantity-btn {
        width: 35px;
        height: 35px;
        font-size: 1.1rem
    }

    .quantity-input {
        width: 50px;
        height: 35px;
        font-size: .9rem
    }

    .estimate-display {
        font-size: .95rem;
        padding: .8rem;
        margin: 1rem 0
    }

    .quantity-form-group .quantity-controls-form {
        max-width: 120px
    }

    .quantity-btn-form {
        width: 28px;
        height: 28px;
        font-size: .9rem
    }

    .quantity-input-form {
        width: 40px;
        height: 28px;
        font-size: .85rem
    }

    .form-group select {
        padding-right: 2.2rem;
        background-size: .9rem;
        background-position: right .7rem center
    }

    .submit-btn {
        padding: .9rem 1.2rem;
        font-size: .9rem;
        border-radius: 8px
    }
}

.quantity-form-group .quantity-controls-form {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease;
    max-width: 150px
}

.quantity-form-group .quantity-controls-form:hover {
    border-color: #666
}

.quantity-form-group .quantity-controls-form:focus-within {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.quantity-btn-form {
    background: #f8f9fa;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    color: #666;
    transition: all .2s ease
}

.quantity-btn-form:hover {
    background: #333;
    color: #fff
}

.quantity-btn-form:active {
    transform: scale(.95)
}

.quantity-btn-form.minus {
    border-right: 1px solid #e9ecef
}

.quantity-btn-form.plus {
    border-left: 1px solid #e9ecef
}

.quantity-input-form {
    width: 50px;
    height: 35px;
    border: none;
    text-align: center;
    font-size: .95rem;
    font-weight: 600;
    color: #333;
    background: #fff;
    outline: 0
}

.options-section {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #e9ecef
}

.options-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center
}

.options-description {
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
    font-size: .95rem
}

.options-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.option-item {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.option-item:hover {
    border-color: #333;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

.option-info {
    flex: 1;
    margin-right: 2rem
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem
}

.option-name {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0
}

.option-price {
    color: #b8860b;
    font-size: 1.2rem;
    font-weight: 700
}

.option-description {
    color: #666;
    font-size: .9rem;
    line-height: 1.4;
    margin: 0
}

.quantity-selector {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .5rem
}

.quantity-label {
    font-size: .75rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase
}

.quantity-controls {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden
}

.quantity-btn {
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    transition: all .2s ease
}

.quantity-btn:hover {
    background: #333;
    color: #fff
}

.quantity-btn:active {
    transform: scale(.95)
}

.quantity-btn.minus {
    border-right: 1px solid #e9ecef
}

.quantity-btn.plus {
    border-left: 1px solid #e9ecef
}

.quantity-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    background: #fff;
    outline: 0
}

.option-item.active {
    border-color: #333;
    background: linear-gradient(135deg, #f8f9fa, #fff)
}

.option-item.active .option-price {
    color: #000
}

.option-item.active .quantity-controls {
    border-color: #333
}

.options-info {
    text-align: center;
    color: #666;
    font-size: .85rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-style: italic
}

.estimate-display {
    margin: 1.5rem 0;
    padding: 1.2rem;
    background: linear-gradient(135deg, #f8f9fa, #fff);
    border: 2px solid #e9ecef;
    border-radius: 12px;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    min-height: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: all .3s ease;
    line-height: 1.4
}

.estimate-display:not(:empty) {
    border-color: #28a745;
    background: linear-gradient(135deg, #f0f8f4, #fff);
    color: #155724;
    box-shadow: 0 4px 16px rgba(40, 167, 69, .1)
}

.estimate-display:empty {
    display: none
}

.estimate-display:not(:empty):not([data-has-price]) {
    border-color: #666;
    background: linear-gradient(135deg, #f8f9fa, #fff);
    color: #333;
    font-style: italic;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.estimate-display:not([data-has-price]) i {
    color: #666;
    margin: 0 3px;
    font-size: 1.1em;
    transition: color .3s ease
}

.estimate-display:not([data-has-price]) i:hover {
    color: #333
}

.estimate-display:not([data-has-price]) a {
    color: inherit;
    text-decoration: none;
    font-weight: 500
}

.estimate-display:not([data-has-price]) a:hover {
    color: #333;
    text-decoration: none
}

.estimate-simple {
    margin: 1.5rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef
}

.estimate-header {
    text-align: center;
    margin-bottom: 1.5rem
}

.estimate-header h3 {
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 .5rem 0
}

.estimate-disclaimer {
    font-size: .8rem;
    color: #666;
    margin: 0;
    font-style: italic;
    font-weight: 400
}

.estimate-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}

.estimate-item:last-child {
    margin-bottom: 0
}

.estimate-icon-simple {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    flex-shrink: 0
}

.estimate-text {
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #b8860b
}

/* Styles pour les icônes Leaflet personnalisées */
.custom-div-icon,
.custom-div-icon-start,
.custom-div-icon-end {
    background: transparent !important;
    border: none !important;
}

.custom-div-icon-start div,
.custom-div-icon-end div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
}

/* Styles pour les erreurs de carte */
#map .leaflet-error-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f8f9fa;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-align: center;
    border-radius: 8px;
    border: 2px dashed #e9ecef;
}

@media (max-width:768px) {
    .estimate-simple {
        padding: .8rem;
        margin: 1rem 0
    }

    .estimate-header h3 {
        font-size: 1rem
    }

    .estimate-disclaimer {
        font-size: .75rem
    }

    .estimate-icon-simple {
        width: 36px;
        height: 36px
    }

    .estimate-text {
        font-size: 1.1rem
    }
}

@media (max-width:480px) {
    .reservation-container {
        padding: 0 .5rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box
    }

    .reservation-grid {
        gap: 1rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box
    }

    .form-section {
        padding: 1rem
    }

    .practical-info {
        padding: 1rem
    }

    .map-section {
        min-height: 250px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box
    }

    #map {
        min-height: 250px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box
    }

    .estimate-header h3 {
        font-size: .95rem
    }

    .estimate-disclaimer {
        font-size: .7rem
    }

    .estimate-icon-simple {
        width: 32px;
        height: 32px
    }

    .estimate-text {
        font-size: 1rem
    }
}