body {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #FFF;
    line-height: 20px;
}

label.form-label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reservation-form {
    background-color: rgba(0, 0, 0, 0.44);
    background-size: cover;
    border: 4px solid #333333;
    padding: 50px 30px;
    border-radius: 30px;
    margin: 100px auto;
}

.rs-bg {
    background-color: rgba(119, 25, 25, 0.44);
}

.reservation-form-max {
    background-color: rgba(0, 0, 0, 0.44);
    background-size: cover;
    border: 4px solid #333333;
    padding: 50px 30px;
    border-radius: 30px;
    width: 100%;
    margin: 100px auto;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.radio-container {
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}

.radio-label {
    display: block;
    width: 100%;
    height: 100px;
    border: 4px solid #333333;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.radio-label input[type="radio"] {
    display: none;
}

.radio-label input[type="radio"] + .radio-text {
    background-color: #333333;
    margin-top: 0px;
    height: 92px;
    line-height: 30px;
    padding-top: 0px;
}

.radio-label input[type="radio"]:checked + .radio-text {
    background-color: #2f9432;
    color: white;
    margin-top: 0px;
    height: 92px;
}

.blocked .radio-text {
    cursor: default;
    background-color: #641b1b !important;
}

.form-title-box {
    background-color: #333333;
    text-align: center;
    border-radius: 15px;
}

.form-title-box > h1 {
    font-size: 40px;
    padding: 0;
    margin: -80px 0 30px 0;
}

.package {
    border: 2px solid #333333;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(51, 51, 51, 0.86);
    border-radius: 5px;
}

.package-header {
    display: flex;
    justify-content: space-between;
}

.package-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-price {
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;

}

.package table {
    width: 100%;
}

.package table th, .package table td {
    padding: 10px;
    text-align: left;
}

.package table th {
    background-color: #f2f2f2;
    color: #333;
}

.package table td {
    border-top: 1px solid #ddd;
}

.btn-main {
    background-color: #333333;
    border-radius: 4px;
    color: white;
}

.day-picker-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.times-radios {
    display: block;
}

.times-radios > .radio-label {
    display: block;
    width: 100%;
    text-align: left;
    height: 50px;
    margin-bottom: 15px;
    font-size: 15px;

}

.times-radios > .radio-label input[type="radio"] + .radio-text {
    background-color: #333333;
    margin-top: 0px;
    padding-left: 10px;
    height: 42px;
    line-height: 30px;
    padding-top: 0px;
}

.times-radios > .radio-label input[type="radio"]:checked + .radio-text {
    background-color: #2f9432;
    color: white;
    margin-top: 0px;
    height: 42px;
    padding-left: 10px;
}

.times-radios > .blocked .radio-text {
    cursor: default;
    background-color: #641b1b !important;
    height: 42px;
    padding-left: 10px;
}

.picked-day, .picked-time {
    background-color: #2f9432;
    border: 4px solid #333333;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.picked-day > span, .picked-time > span {
    color: #FFF;
    font-size: 20px;
}

.form-control {
    border-radius: 0px !important;
}

.packages-picking-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.package-picker {
    margin-bottom: 20px;
}

.reserve {
    background-color: #932222;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

#priceDiv {
    font-size: 30px;
    margin-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.52);
    padding: 15px;
}

.reservation-info {
    line-height: 30px;
    font-size: 25px;
    margin: 15px 0;
}

.center {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

.flash {
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.success {
    background-color: #2f9432;
}

.danger {
    background-color: #932222;
}

.error {
    background-color: #932222;
}

.errors {
    background-color: #932222;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

.top-text {
    width: 100%;
    background-color: #333333;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 0;
}

.footer {
    background-color: #333333;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 10px 10px 10px;
    text-align: center;
}

.footer-a {
    font-weight: bold;
    color: rgb(131, 2, 2);
    text-decoration: none;
}

.footer-a:hover {
    color: #2f9432;
}

.shuttle-text {
    background-color: #641b1b;
    padding: 15px;
    margin-bottom: 10px;
}

.reservations-day {
    background-color: rgb(53, 185, 255);
    padding: 30px 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.reservations-time {
    background-color: rgb(255, 44, 44);
    padding: 25px 15px;
    font-weight: bold;
    border-bottom: 4px solid rgb(255, 255, 255);

}

.reserv {
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,0.68);
}

.paid-reserv {
    background-color: #005502;

}

.highlight-reserv {
    background-color: #1a80f6;
    border: 5px solid #203f63;
    padding: 20px;
}
.reserv-time-footer {

    background-color: #370f0f;
    padding: 15px;
    margin-bottom: 10px;
}

.star-rating {
    direction: rtl;
    font-size: 2em;
    display: inline-block;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    font-size: 2em;
    margin: 0;
    padding: 0;
}

.star-rating input:checked ~ label {
    color: gold;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:focus ~ label {
    color: gold;
}

.feedback {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feedback:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.feedback strong a {
    text-decoration: none;
    color: #007bff;
    font-size: 16px;
}

.feedback strong a:hover {
    text-decoration: underline;
}

.feedback .rating {
    margin-top: 10px;
    margin-bottom: 10px;
}

.feedback .star {
    color: #ffb400;
    font-size: 20px;
}

.feedback .message {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.feedback .message::before {
    content: "“";
    font-size: 24px;
    vertical-align: top;
    color: #ccc;
}

.feedback .message::after {
    content: "”";
    font-size: 24px;
    vertical-align: bottom;
    color: #ccc;
}

.feedback span {
    color: #666;
}

.feedback div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
