/* --------Common-------- */

/* Overlay Button */
a.btn_1.outline:hover,
.btn_1.outline:hover {
    background-color: #cf6345;
}


/* ---------Home---------- */

/* Testimonial */
.carousel_testimonials h4 {
    color: white;
    margin-bottom: 11px;
}

.carousel_testimonials .comment {
    color: #cfcfcf;
}


/* --------------Rooms------------- */
.rooms .facilities img,
.room_facilities_list img {
    max-width: 32px;
    margin-right: 13px;
}

.room-detail-page .facilities ul {
    list-style: none;
    padding: 0;
}

.room-detail-page .facilities ul li {
    margin-bottom: 10px;
    background: #eaeaea;
    padding: 6px 10px;
    border-radius: 13px;
    font-weight: 500;
}

.room-detail-page .pinned-image a {
    border-color: white;
    color: white;
}

/* --------------Amenities------------- */
/* Features */
.features .feature-item {
    background: white;
    padding: 8px 10px;
    border: 1px solid #f7d8cf;
    margin-bottom: 8px;
    border-radius: 24px;
    display: inline-block;
}

.features .feature-item img {
    max-width: 30px;
    width: 100%;
    vertical-align: middle;
}

/* -----------booking------------- */
.booking_wrapper label {
    font-weight: 500;
    font-size: 12px;
    margin-left: 4px;
}

.booking_wrapper .nice-select {
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px;
}

.booking_wrapper .qty-buttons.version_2 .form-control {
    height: 40px;
    margin-bottom: 7px;
}

.booking_wrapper .qty-buttons input.qtyminus,
.booking_wrapper .qty-buttons input.qtyplus {
    top: 1px;
}

.booking_wrapper .form-control {
    height: 40px;
    margin-bottom: 7px;
}

.booking_wrapper .btn_1 {
    border-color: #cf6345;
    color: #cf6345;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    font-weight: 500;
}

.container.inline {
    border-color: transparent;
}

/* -----------------Forms-------------*/

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.form-message {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

/* Fixedbutton */
.contact-box {
    position: fixed;
    left: 20px;
    background: #ffc35e;
    border: 1px solid #e0aa4d;
    border-radius: 8px;
    padding: 10px 11px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}

.email-box {
    bottom: 68px;
}

.phone-box {
    bottom: 20px;
}

.contact-box:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.contact-box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #4e3100;
}

.contact-box a:hover {
    color: #110b01;
}

.contact-box .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Booking Form */
section.booking-form-page {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #ffb09a;
    background: linear-gradient(180deg, rgb(255, 176, 154) 0%, rgba(255, 248, 235, 1) 100%);
}

.room-availability-list {
    border-radius: 10px;
    margin-bottom: 15px;
}

.room-availability-list img {
    border-radius: 10px;
}

.room-availability-list {
    background: white;
    padding: 25px;
}

.room-availability-list .box_item_info {
    padding: 13px 27px;
    box-shadow: none;
}

.room-availability-list .box_item_info h2 {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.room-availability-list .box_item_info .box_item_footer {
    margin-top: 5px;
    padding: 12px 0 8px 0;
}

.room-availability-list .box_item_info p {
    margin-bottom: 15px;
}

.room-availability-list .btn_4.learn-more {
    background: none;
    width: 201px;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* Card */
.checkout-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.checkout-container .card {
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.checkout-container .card-body {
    padding: 29px 21px;
}

.checkout-container .card-header {
    font-weight: 600;
    border-color: #eeeeee;
    background: #ebebeb;
}

.price-summary-card .card-header {
    background-color: #000000;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 500;
}

.price-summary-card .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-summary-card .total-amount {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    padding-top: 13px;
    padding-bottom: 13px;
}

.property-info-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.property-info-card ul li {
    display: inline-block;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 10px;
    color: #000000;
}

.checkout-summary h6 {
    font-weight: 400;
    font-size: 14px;
    color: #b63714;
    margin-bottom: 3px;
}

.checkout-summary p {
    font-weight: 700;
    font-size: 15px;
    color: #1d1d1d;
}

.customer-info-form .card-body {
    padding: 20px 20px 35px 20px;
}

.customer-info-form .form-label {
    color: #1d1d1d;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 13px;
}

.customer-info-form .form-control,
.customer-info-form .form-select {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 43px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.customer-info-form .form-control:focus,
.customer-info-form .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    outline: 0;
}

.customer-info-form .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.customer-info-form .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* Thank you */
.thank-you-section h2 {
    color: #1d1d1d;
}

.thank-you-section p {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 17px;
}

/* Nearby */
.nearby-container hr {
    margin: 22px 0 12px 0;
}

.nearby-container small {
    font-weight: 500;
    color: #cf6345;
    margin-bottom: 7px;
    display: block;
}

/* Booking Updates */
.booking_form .guest-rooms {
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    color: #535353;
    cursor: pointer;
    font-weight: 500;
    background: white;
    border-radius: 5px;
    font-size: 15px;
}

.booking_form input {
    font-weight: 500;
    color: #535353;
    font-size: 15px;
}

.booking-action-bar {
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
    padding-bottom: 1rem;

    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 1rem;
}

.booking-action-bar>* {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .booking-action-bar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .booking-action-bar>* {
        width: auto;
    }
}

.total-cost-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #f9fafb;
    flex-shrink: 0;
}

.cost-breakdown {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

.cost-breakdown .font-medium {
    font-weight: 500;
}

.cost-breakdown .ml-2 {
    margin-left: 0.5rem;
}

.final-total {
    font-size: 1.25rem;
    font-weight: 800;
    color: #cf6345;
    line-height: 1.2;
    text-align: right;
}

.final-total .total-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .contact-box {
        padding: 6px 10px;
        font-size: 13px;
    }

    .contact-box .icon {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }

    .email-box {
        bottom: 50px;
    }

    .phone-box {
        bottom: 10px;
    }
}