.head {
    display: flex;
    gap: 8px;
    margin-bottom: 15px
}

.head .number-step {
    background-color: red;
    color: #fff;
    font-weight: 600;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.head .title-step {
    font-size: 22px;
    padding: 0;
    margin: 0
}

.form-booking {
    display: flex;
    background-color: #f8f9fa!important;
    padding: 15px 30px;
    border-radius: 20px
}

.form-booking .right {
    width: 38%
}

.form-booking .left {
    width: 62%;
    padding-right: 30px
}

.form-row {
    display: flex
}

.col-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px
}

.col-100-form {
    width: 1000%;
    display: flex;
    flex-direction: column;
    padding: 10px 15px
}

.label-form {
    font-weight: 600;
    font-size: 15px
}

.input-form {
    border: 1px solid #cecece;
    padding: 9px;
    border-radius: 15px;
    margin-top: 5px;
    font-size: 15px;
    width: 100%
}

.input-form:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-booking .right .resumen-pedido {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 20px;
    background-color: #FFF;
    padding: 15px;
    border: 1px solid transparent
}

.form-booking .right .resumen-pedido h3 {
    font-size: 22px
}

.form-booking .right .resumen-pedido .img-r {
    height: 175px;
    position: relative
}

.form-booking .right .resumen-pedido .img-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

.form-booking .right .resumen-pedido table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse
}

.form-booking .right .resumen-pedido table tr td {
    padding: 5px 0
}

.form-booking .right .resumen-pedido table thead {
    font-size: 14.5px
}

.form-booking .right .resumen-pedido table tbody {
    font-size: 14.5px
}

.form-booking .right .resumen-pedido table .text-r {
    text-align: right
}

.form-booking .right .resumen-pedido table .text-c {
    text-align: center
}

.form-booking .right .resumen-pedido table .text-l {
    text-align: left
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive .t-pasajeros {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse
}

.table-responsive .t-pasajeros thead {
    border-bottom: 2px solid #635e5e
}

.table-responsive .t-pasajeros thead tr th {
    padding: .25rem .25rem;
    font-size: 15px;
    text-align: left
}

.table-responsive .t-pasajeros tbody tr {
    border-bottom: 1px solid #cecece
}

.table-responsive .t-pasajeros tbody tr td {
    padding: .25rem .25rem
}

.aceptance-box {
    font-size: 14.5px;
    margin: 20px 0 10px 0
}

.btn-enviar-booking {
    width: fit-content;
    padding: 15px;
    font-weight: 600;
    border-radius: 15px;
    border: none;
    background: #ff6821;
    color: #fff
}

.btn-enviar-booking:hover {
    background: #c95520;
    transition: all 0.35s;
    cursor: pointer
}

.head-p-completo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

.head-p-completo .img-b-c {
    height: 100%;
    width: 60px
}

.head-p-completo h2 {
    font-size: 22px;
    color: #397c12
}

.head-p-completo p {
    margin: 0
}

.head-p-completo .text-off {
    font-size: 14px;
    color: #787878
}

.tabs-pagos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px
}

.tabs-pagos .btn-pago {
    border: none;
    background: #397c127a;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    transition: all 0.25s;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px
}

.tabs-pagos .btn-pago.active {
    border: none;
    background: #397c12;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    transition: all 0.25s;
    font-size: 15px;
    font-weight: 500
}

.tabs-pagos .btn-pago:hover {
    background: #569431;
    transition: all 0.25s;
    box-shadow: 0 0 1px 0 #cecece;
    cursor: pointer
}

.pago-izipay {
    display: flex;
    gap: 30px
}

.pago-izipay .block-pago:nth-child(2) {
    width: 100%
}

.pago-izipay .block-pago .data-reserva {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 3px 0 #00000059;
    background: #fff
}

.pago-izipay .block-pago .data-reserva h4 {
    font-size: 18px
}

.pago-paypal {
    display: flex;
    gap: 30px
}

.pago-paypal .block-pago:nth-child(2) {
    width: 100%
}

.pago-paypal .block-pago .data-reserva {
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 3px 0 #00000059;
    background: #fff
}

.pago-paypal .block-pago .data-reserva h4 {
    font-size: 18px
}

.table-pago {
    border-spacing: 0;
    width: 100%
}

.table-pago tbody tr .data-table {
    border: 1px solid #cecece;
    padding: 5px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0
}

.table-pago tbody tr .data-table:nth-child(2) {
    border: 1px solid #cecece;
    padding: 5px;
    font-size: 14px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.table-pago tbody tr .title-td {
    font-weight: 500;
    color: #514b4b;
    width: 25%
}

.table-pago tbody tr .info-td {
    font-weight: 600;
    color: #000;
    width: 25%
}

@media screen and (max-width: 768px) {
    .form-booking {
        padding:15px!important;
        flex-direction: column!important
    }

    .form-booking .left {
        width: 100%!important;
        padding-right: 0px!important
    }

    .form-booking .right {
        width: 100%!important
    }

    .head .number-step {
        width: 30px!important;
        height: 30px!important;
        border-radius: 50%!important
    }

    .head .title-step {
        font-size: 17px!important
    }

    .pago-izipay {
        flex-direction: column!important
    }

    .kr-embedded {
        width: 100%!important
    }

    .table-pago tbody tr .title-td {
        width: 50%!important
    }

    .table-pago tbody tr .info-td {
        width: 50%!important
    }
}

.booking-widget {
    position: sticky;
    top: 24px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e8ecef;
}

.booking-widget__head {
    padding: 20px 20px 16px;
    background: linear-gradient(135deg,#1f4d3a 0%,#2f6f55 100%);
    color: #fff;
}

.booking-widget__eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .8;
}

.booking-widget__price-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.booking-widget__price-label {
    font-size: 14px;
}

.booking-widget__price {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.booking-widget__form {
    padding: 18px;
}

.booking-widget__section,
.booking-widget__field {
    margin-bottom: 16px;
}

.booking-widget__label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #22313a;
}

.booking-widget__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.booking-widget .input-group-text,
.booking-widget .form-control,
.booking-widget .form-select {
    min-height: 46px;
    border-color: #d9e1e7;
}

.booking-widget .form-control:focus,
.booking-widget .form-select:focus {
    border-color: #2f6f55;
    box-shadow: 0 0 0 .2rem rgba(47,111,85,.15);
}

.booking-widget__date-input {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #eef3ef;
    border: 1px solid #d7e2db;
    color: #1f4d3a;
    font-weight: 600;
    text-align: center;
    letter-spacing: .02em;
}

.booking-widget__date-input::placeholder {
    color: #5f6f67;
    font-weight: 500;
}

.booking-widget .flatpickr-calendar.inline {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 12px;
    border: 1px solid #e1e8e3;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 24px rgba(31,77,58,.08);
    background: linear-gradient(180deg,#fcfdfc 0%,#f6f9f7 100%);
}

.booking-widget .flatpickr-calendar.inline::before,
.booking-widget .flatpickr-calendar.inline::after {
    display: none;
}

.booking-widget .flatpickr-months {
    align-items: center;
    margin-bottom: 8px;
}

.booking-widget .flatpickr-month {
    height: 42px;
}

.booking-widget .flatpickr-current-month {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 6px;
    font-size: 15px;
    color: #1f2f28;
}

.booking-widget .flatpickr-current-month .flatpickr-monthDropdown-months,
.booking-widget .flatpickr-current-month input.cur-year {
    font-weight: 700;
}

.booking-widget .flatpickr-prev-month,
.booking-widget .flatpickr-next-month {
    top: 12px;
    padding: 6px;
    color: #2f6f55;
}

.booking-widget .flatpickr-weekdays {
    background: transparent;
    margin-bottom: 6px;
}

.booking-widget span.flatpickr-weekday {
    color: #6a756f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.booking-widget .dayContainer,
.booking-widget .flatpickr-days {
    width: 100%;
    min-width: 100%;
    max-width: none;
}

.booking-widget .flatpickr-days {
    border: 0;
}

.booking-widget .flatpickr-day {
    max-width: none;
    height: 38px;
    line-height: 38px;
    border-radius: 10px;
    color: #33413a;
    font-weight: 500;
}

.booking-widget .flatpickr-day:hover {
    background: #e7f1eb;
    border-color: #e7f1eb;
}

.booking-widget .flatpickr-day.today {
    border-color: #84ab96;
    color: #1f4d3a;
}

.booking-widget .flatpickr-day.selected,
.booking-widget .flatpickr-day.startRange,
.booking-widget .flatpickr-day.endRange {
    background: #2f6f55;
    border-color: #2f6f55;
    color: #fff;
}

.booking-widget .flatpickr-day.selected:hover,
.booking-widget .flatpickr-day.startRange:hover,
.booking-widget .flatpickr-day.endRange:hover {
    background: #255742;
    border-color: #255742;
}

.booking-widget .flatpickr-day.flatpickr-disabled,
.booking-widget .flatpickr-day.flatpickr-disabled:hover,
.booking-widget .flatpickr-day.prevMonthDay,
.booking-widget .flatpickr-day.nextMonthDay {
    color: #c0c7c2;
}

.booking-widget__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    margin: 20px 0 16px;
    border-radius: 14px;
    background: #f4f8f6;
    border: 1px solid #dce8e1;
    color: #1f4d3a;
}

.booking-widget__total span {
    font-size: 13px;
}

.booking-widget__total strong {
    font-size: 24px;
    line-height: 1;
}

.booking-widget__submit {
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.booking-widget__note {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    color: #6b7780;
}

@media (min-width: 768px) {
    .booking-widget__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .booking-widget {
        position: static;
        margin-top: 24px;
    }
}
