﻿.booking-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

    .booking-banner .grid.wide {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        position: relative;
    }

    .booking-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #00000082;
        z-index: 1;
    }

.booking-container .left {
    width: 65%;
    float: left;
    padding-right: 32px;
}

.booking-container .right {
    float: right;
    width: 418px;
}

.booking-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.booking-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .booking-banner .container h1 {
        margin: 0;
        color: #fff;
        font-weight: 100;
        font-family: 'svnNexaBold';
        text-transform: capitalize;
        font-size: 44px;
        letter-spacing: 9px;
        text-align: center;
    }

    .booking-banner .container h2 {
        font-weight: 100;
        margin: 0;
        text-align: center;
        color: #fff;
        line-height: 33px;
        font-family: 'barM';
        font-size: 17px;
        letter-spacing: 1px;
        margin-top: 18px;
    }

.booking-page {
    position: relative;
    background-color: #f2fbff;
}

.booking-page-container {
    padding: 60px 0;
}

    .booking-page-container .page-item {
        margin-bottom: 27px;
    }

.booking-page:before {
    content: "";
    position: absolute;
    background: url(/Design/img/PeaceHomeHotel/about.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: unset;
}

.booking-page .grid.wide {
    max-width: 1085px;
    position: relative;
    z-index: 1;
}

.booking-page-container .page-item .title {
    font-weight: 100;
    color: var(--default-color-1);
    font-size: 30px;
    margin: 0;
    font-family: 'BlackerSansText-Medium';
    margin-bottom: 30px;
}

.booking-page-container .page-item:last-child {
    margin-bottom: 0;
}

.booking-page-container .page-item .title h1 {
    margin: 0;
    font-weight: 100;
}

.booking-page-container .page-item td:hover {
    border-color: var(--default-color-1);
}

.booking-page-container .page-item table {
    width: 100%;
}

.booking-page-container .page-item tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

    .booking-page-container .page-item tr.rz td {
        height: auto;
    }

.booking-page-container .page-item th, .list-service-active-book span {
    text-align: left;
    text-transform: uppercase;
    font-family: 'blacker-sans-pro-book';
    font-size: 14px;
    letter-spacing: 2px;
    color: #2c2c2c;
    margin-bottom: 7px;
    font-weight: 600;
}

.booking-page-container .page-item td {
    text-align: left;
    position: relative;
    width: 100%;
    height: 48px;
    border: 1px solid #3333332e;
    transition: all ease .2s;
    border-radius: 15px;
}

.booking-page-container .page-item .error-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    color: transparent !important;
    border: 1px solid #ff000054;
    border-radius: 15px;
}

.booking-page-container .page-item select, .booking-page-container .page-item table input, .booking-page-container .page-item textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    color: var(--default-color-1);
    font-size: 17px;
    padding: 0 12px;
    resize: none;
    border-radius: 15px;
    font-family: 'WixMadeforDisplay-Regular';
}

.booking-page-container .page-item textarea {
    height: 140px !important;
    padding: 12px;
}

.booking-page-container .page-item input {
}

    .booking-page-container .page-item input::placeholder,
    .booking-page-container .page-item textarea::placeholder {
        color: #3333338c;
    }

.booking-page-container .page-item select {
}

.booking-page-container .left {
    width: calc(100% - 535px);
    float: left;
    padding-right: 25px;
}

.booking-page-container .right {
    width: 535px;
    float: right;
    background-color: #F2FBFF;
    padding: 40px 30px;
    box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
    border-radius: 10px;
}

    .booking-page-container .right .cus-info {
    }

    .booking-page-container .right .agree input {
        margin: 0;
        margin-right: 8px;
    }

    .booking-page-container .right .agree {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .booking-page-container .right .cus-info .title {
        font-family: 'BlackerSansText-Medium';
        font-size: 22px;
        color: var(--default-color-1);
        margin-bottom: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .booking-page-container .right .button input:hover {
        color: #fff;
        background: #1f3e2b;
    }

    .booking-page-container .right .button input {
        border: none;
        margin-top: 15px;
        padding: 13px 32px;
        transition: all linear .2s;
        cursor: pointer;
        border-radius: 500px;
        background: #D1B685;
        color: #FFF;
        font-family: 'BlackerSansText-Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .booking-page-container .right .button {
    }

    .booking-page-container .right .agree label {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        color: #2c2c2c;
        line-height: 26px;
        font-family: 'blacker-sans-pro-book';
    }

        .booking-page-container .right .agree label a {
            color: var(--default-color-1);
            margin: 0 5px;
            display: inline-block;
        }

    .booking-page-container .right .cus-info .title .item-book {
    }

    .booking-page-container .right .cus-info .item .item-book {
        color: #d1b685;
        font-size: 22px;
        font-weight: normal;
        font-family: 'BLACKERSANSTEXT-MEDIUM';
    }

        .booking-page-container .right .cus-info .item .item-book strong {
            font-weight: 100;
            color: var(--default-color-1);
        }

.rate-plan-container {
    margin-top: 10px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.rate-plan-list label {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

    .rate-plan-list label:hover {
        border-color: #667eea;
        box-shadow: 0 2px 8px rgba(102,126,234,0.15);
    }

.rate-plan-list input[type="radio"] {
    margin-right: 10px;
}

.rate-plan-default {
    margin-top: 10px;
    padding: 8px 10px;
    background: #e8f5e8;
    border-radius: 6px;
    font-style: italic;
}

.rate-plan-item-selected {
    border-color: #27ae60 !important;
    background: #e8f5e8 !important;
}

.booking-page-container .right .cus-info .item-gp {
    margin: 15px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
}

    .booking-page-container .right .cus-info .item-gp .item-book strong {
        font-weight: 100;
        color: var(--default-color-1);
        margin-right: 6px;
    }

    .booking-page-container .right .cus-info .item-gp .item-book {
        color: #2c2c2ccc;
        font-family: 'BlackerSansText-Medium';
        font-size: 18px;
        position: relative;
        display: flex;
        align-items: center;
        line-height: 28px;
        padding-left: 28px;
    }

        .booking-page-container .right .cus-info .item-gp .item-book::before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            left: 14px;
            background-color: var(--default-color-1);
        }
/*RS*/
@media(max-width:1023px) {
    .booking-page-container .left,
    .booking-page-container .right {
        float: unset;
        width: 100%;
    }

    .booking-page-container .left {
        padding: 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .booking-banner {
        height: 350px;
    }

    .booking-page-container .right {
        padding: 18px;
    }

        .booking-page-container .right .cus-info .title {
            font-size: 20px;
        }
}

/* ====================== GÓI DỊCH VỤ - RATE PLANS ====================== */
.rate-plan-container {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

.rate-plan-item {
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    background: white;
}

    .rate-plan-item:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
        transform: translateY(-2px);
    }

    .rate-plan-item label {
        display: block;
        padding: 16px;
        cursor: pointer;
        position: relative;
        margin: 0;
    }

    .rate-plan-item input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Vòng tròn radio custom */
    .rate-plan-item label::before {
        content: '';
        position: absolute;
        left: 16px;
        top: 14px;
        width: 20px;
        height: 20px;
        border: 2px solid #ddd;
        border-radius: 50%;
        background: white;
        transition: all 0.3s;
    }

    .rate-plan-item label::after {
        content: '';
        position: absolute;
        left: 21px;
        top: 25px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #667eea;
        transform: scale(0);
        transition: transform 0.3s;
    }

    /* Khi được chọn */
    .rate-plan-item input[type="radio"]:checked + .rate-plan-content {
        background: #e8f5e8;
        padding: 12px;
    }

    .rate-plan-item input[type="radio"]:checked ~ label::before {
        border-color: #667eea;
    }

    .rate-plan-item input[type="radio"]:checked ~ label::after {
        transform: scale(1);
    }

/* Nội dung gói */
.rate-plan-content {
    margin-left: 35px;
    padding-left: 5px;
}

.rate-plan-item input[type="radio"]:checked {
    opacity: 1;
}

.rate-plan-title {
    font-weight: bold;
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 6px;
    font-family: 'blacker-sans-pro-book';
}

    .rate-plan-title .price-add {
        color: #e74c3c;
        font-weight: bold;
        font-size: 15px;
    }

.rate-plan-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    font-family: 'blacker-sans-pro-book';
}

    .rate-plan-desc small {
        color: #666;
    }

/* Gói mặc định */
.rate-plan-item.default {
    background: #e8f5e8;
    border: 1px dashed #27ae60;
}

.list-choose-service-c small {
    font-size: 17px;
    font-family: 'blacker-sans-pro-book';
}

.rate-plan-item.default label::before {
    border-color: #27ae60;
}

.rate-plan-item.default input[type="radio"]:checked ~ label::before {
    border-color: #27ae60;
    background: #27ae60;
}

.rate-plan-item.default input[type="radio"]:checked ~ label::after {
    background: white;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .rate-plan-container {
        padding: 12px;
    }

    .rate-plan-item label {
        padding: 14px;
    }

    .booking-page-container .page-item .title {
        font-size: 26px;
    }

    .rate-plan-item label::before {
        content: '';
        position: absolute;
        left: 14px;
        top: 12px;
        width: 20px;
        height: 20px;
    }

    .rate-plan-content {
        margin-left: 40px;
    }

    .rate-plan-title {
        font-size: 15px;
    }

    .rate-plan-desc {
        font-size: 13.5px;
    }
}