/* ==========================================================
   HOTEL — ОСТАНАТО (по одвојувањето на hotel-search делот)
   Изворно: hotel.css

   Ова е она што остана од главниот CSS фајл откако ги извадив
   Sections 7, 12, 13, 14, 17 (делумно), 18, 19, 20, 21 во
   /hotel-search/*.css. Нумерацијата на секциите е оставена
   иста како во оригиналот (само 7, 12-14, 18-21 недостасуваат
   - тие се сега во hotel-search/).

   Она што е тука е главно за ДЕТАЛЕН приказ на хотел (header,
   gallery, rating, cards, amenities, reviews, room list,
   carousel), плус booking формата, woocommerce checkout,
   dialozi/modals и глобалните копчиња - сеуште не се поделени
   по компонента, чекам да ми кажеш кои од овие ги сакаш
   одвоени и во кои фајлови.
   ========================================================== */

@charset "UTF-8";

/* ==========================================================
   1. GLOBAL BUTTONS
   ========================================================== */
.hotel-cta-btn {
    background: #E57757 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    transition: background 0.3s ease;
}
.hotel-cta-btn:hover {
    opacity: 0.8;
}

/* ==========================================================
   2. DIALOGS & MODALS
   ========================================================== */
.balkanea-message-dialog .btn-close {
    position: absolute;
    top: 0;
    right: 4px;
}
.balkanea-message-dialog .modal-header {
    justify-content: center;
}
.balkanea-message-dialog .modal-body {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

.modal-backdrop.show {
    opacity: 0.7;
}

#galleryModal .modal-content {
    background: transparent;
    border: 0;
}
#galleryModal .btn-close {
    z-index: 9;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 !important;
    padding: 0;
    width: 24px;
    height: 24px;
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    line-height: 1.234;
}
#galleryModal .carousel-control-prev,
#galleryModal .carousel-control-next {
    width: auto;
    padding: 18px !important;
    top: 45%;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}
.modal-footer .btn {
    min-width: 100px;
    margin: 0 5px;
}
.modal-footer .btn:first-child {
    margin-left: 0;
}
.modal-footer .btn:last-child {
    margin-right: 0;
}

.btn-cancel.loading {
    position: relative;
    color: transparent;
}
.btn-cancel.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================
   3. HOTEL GALLERY
   ========================================================== */
.hotel-gallery .img-fluid {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hotel-gallery img {
    border-radius: 8px;
    cursor: pointer;
}
.hotel-gallery .thumb {
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
}
.hotel-gallery .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.hotel-gallery .thumb.more-overlay::after {
    content: attr(data-more);
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
}
.hotel-gallery .gallery-caption {
    font-size: 0.9rem;
}
.hotel-gallery .modal-dialog-centered {
    max-width: 1100px;
}
.hotel-gallery .carousel-item img {
    max-height: 80vh;
    object-fit: contain;
    margin: 0 auto;
}
.hotel-gallery .stt-icon-category:before {
    content: "\e973";
}
.hotel-gallery .gallery-item-container {
    position: relative;
}
.hotel-gallery .seeAllBtnContainer {
    position: absolute;
    z-index: 999;
    bottom: 32px;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
}
.hotel-gallery a#seeAllLink {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    border-radius: 40px !important;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

/* this is the only new code from hotel.css file */
.hotel-gallery .thumb:hover img {
    transform: scale(1.05);
}

/* ==========================================================
   4. HOTEL HEADER
   ========================================================== */
.balkanea-hotel-heading {
    display: flex;
}
.balkanea-hotel-heading .right {
    margin-left: auto;
}
.balkanea-hotel-heading .right .btn-v2 {
    border-radius: 10px !important;
}
.balkanea-hotel-heading .shares .share-wrapper {
    position: absolute;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
}
.balkanea-hotel-heading .shares .share-wrapper li {
    text-align: center;
    list-style: none;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    width: 44px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-top: 5px;
    background: #fff;
}
.balkanea-hotel-heading .hotel-stars {
    line-height: 1.234;
    margin-bottom: -4px;
}
.balkanea-hotel-heading .hotel-stars i {
    color: #E57757;
    font-size: 10px;
}
.balkanea-hotel-heading h1 {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 0;
}
.balkanea-hotel-heading .hotel-address {
    font-size: 12px;
    display: flex;
    gap: 4px;
    justify-content: flex-start;
    align-items: center;
}
.balkanea-hotel-heading .balkanea-hotel__sub-heading {
    flex-direction: column;
    display: flex;
    gap: 4px;
    padding-left: 12px;
}
.balkanea-hotel-heading .balkanea-hotel__sub-heading span {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    line-height: 14px !important;
}

/* ==========================================================
   5. HOTEL RATING
   ========================================================== */
.balkanea-hotel-rating-overall .hotel-rating {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 16px;
}
.balkanea-hotel-rating-overall .hotel-rating .hotel-rating__reviews {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.balkanea-hotel-rating-overall .hotel-rating .hotel-rating__reviews span:last-of-type {
    font-size: 12px;
}
.balkanea-hotel-rating-overall .hotel-rating .hotel-rating__grade {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 4px;
    height: fit-content;
    background: #28a745;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul li {
    margin-bottom: 16px;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul .hotel-rating__rating {
    display: flex;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul .hotel-rating__rating p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul .hotel-rating__rating p:last-of-type {
    margin-left: auto;
}
.balkanea-hotel-rating-overall .hotel-rating__details ul .hotel-rating__rating-progress.progress {
    height: 4px;
}
.balkanea-hotel-rating-overall .hotel-rating__details a {
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid;
    border-radius: 16px;
    margin-top: 10px;
}

/* ==========================================================
   6. HOTEL CARDS
   ========================================================== */
.balkanea-hotel__card {
    margin-bottom: 34px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 16px;
}
.balkanea-hotel__card h2 {
    font-weight: 700;
    font-size: 26px !important;
    line-height: 36px !important;
    color: #232323;
    margin-bottom: 8px !important;
}
.balkanea-hotel__card a {
    color: rgba(0, 53, 128, 0.9) !important;
    font-size: 14px;
}
.balkanea-hotel__card a:hover {
    text-decoration: underline !important;
}
.balkanea-hotel__card h4 {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    margin-top: 16px;
}
.balkanea-hotel__card p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 8px !important;
}


/* ==========================================================
   8. AMENITIES
   ========================================================== */
.balkanea-hotel__popular-amenities p {
    font-size: 14px;
    line-height: 16px !important;
    margin-bottom: 8px !important;
}

.balkanea-hotel__all-amenities h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #232323;
    margin-bottom: 4px !important;
}
.balkanea-hotel__all-amenities ul {
    margin-bottom: 24px;
    list-style: none;
}
.balkanea-hotel__all-amenities ul li {
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 24px !important;
    display: flex;
    flex-direction: column;
}
.balkanea-hotel__all-amenities ul li span {
    font-size: 12px;
    margin-top: -8px;
    color: gray;
}
.balkanea-hotel__all-amenities ul li::before {
    content: "•";
    position: absolute;
    left: -10px;
    top: 0px;
    font-size: 14px;
    color: #c8c8c8;
}

/* ==========================================================
   9. REVIEWS
   ========================================================== */
.balkanea-hotel__reviews .review-item .star-container {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
}
.balkanea-hotel__reviews .review-item .star-container .star {
    font-size: 8px;
    line-height: 10px;
}
.balkanea-hotel__reviews .review-item h4 {
    font-size: 14px !important;
    margin-bottom: 2px;
}
.balkanea-hotel__reviews .review-item p {
    font-size: 14px !important;
}
.balkanea-hotel__reviews .review-item .review-grade {
    font-size: 14px;
    line-height: 16px;
    margin-top: -3px;
}
.balkanea-hotel__reviews .review-item .review-grade span {
    background: #28a745;
    padding: 2px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
}

/* ==========================================================
   10. ROOM LIST
   ========================================================== */
.balkanea-hotel__search-room-results-container {
    margin-top: 16px;
}
.balkanea-hotel__search-room-results-container h2 {
    font-weight: 700;
    font-size: 26px !important;
    line-height: 36px !important;
    color: #232323;
    margin-bottom: 8px !important;
}

#rooms-list-container .room-list_wrapper {
    display: flex;
    margin-bottom: 16px;
}
#rooms-list-container .room-list_wrapper .room-group {
    flex: 0 0 25%;
}
#rooms-list-container .room-list_wrapper .rates-container {
    background: #f4f4f4;
    padding: 1rem;
    border-radius: 8px;
}
#rooms-list-container .room-list_wrapper .rates-container .swiper-button-next svg,
#rooms-list-container .room-list_wrapper .rates-container .swiper-button-prev svg {
    display: none;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate {
    background: #fff;
    border-radius: 10px;
    padding: 12px 10px;
    max-width: 226px;
    width: 100%;
    height: 390px;
    position: relative;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-content {
    margin-right: 0 !important;
    width: 100%;
    max-height: calc(100% - 130px);
    overflow-y: auto;
    padding-right: 6px;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-content div {
    margin-right: 0 !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul {
    list-style: none;
    padding: 0;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li {
    font-size: 14px;
    line-height: 1.234;
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li .card-hotel__info {
    border-radius: 50%;
    margin-left: auto;
    background: #ebebeb;
    width: 16px;
    justify-content: center;
    display: flex !important;
    align-items: center;
    height: 16px;
    line-height: 12px;
    font-style: italic;
    cursor: pointer;
    font-size: 12px;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li .card-hotel__info:hover {
    background: #00332a;
    color: #fff !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li .rates-container__rate-info {
    display: flex !important;
    gap: 4px;
    align-items: center;
    flex: 0 0 90%;
    line-height: 1.2;
    font-size: 12px;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li .rates-container__rate-info.active {
    color: #28a745 !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate ul li .rates-container__rate-info.active img {
    filter: invert(49%) sepia(84%) saturate(495%) hue-rotate(90deg) brightness(92%) contrast(90%);
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-price {
    font-size: 20px;
    font-weight: 700;
    margin-top: 32px;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-tax {
    margin-bottom: 8px;
    margin-right: 0px !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-tax p {
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 0 !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-footer {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    bottom: 0;
    margin-right: 0px !important;
    display: flex !important;
    flex-direction: column;
    gap: 0 !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .rates-container__rate-footer a {
    display: flex !important;
    justify-content: center;
    margin: 0 !important;
    border-radius: 10px !important;
}
#rooms-list-container .room-list_wrapper .rates-container .rates-container__rate .tooltip .tooltip-inner {
    text-align: left;
}
#rooms-list-container .room-list_wrapper figure {
    width: 130px;
    margin-bottom: 0;
}
#rooms-list-container .room-list_wrapper figure img {
    border-radius: 10px;
}
#rooms-list-container .room-list_wrapper .room-group__amenity-items {
    display: flex;
    flex-wrap: wrap;
}
#rooms-list-container .room-list_wrapper .room-group__amenity-items .room-group__amenity-item {
    justify-content: flex-start;
    align-items: center;
    background-color: #f4f4f4;
    block-size: 28px;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
    margin-block-end: 8px;
    margin-block-start: 0;
    margin-inline-end: 8px;
    margin-inline-start: 0;
    padding: 4px 8px;
    display: flex;
    font-size: 12px;
    gap: 4px;
    line-height: 14px;
}

/* ==========================================================
   11. CAROUSEL
   ========================================================== */
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* ==========================================================
   15. BOOKING FORM
   ========================================================== */
#bookingForm .invalid-feedback {
    font-size: 12px;
    line-height: 1.23;
}
#bookingForm .btn-book-ajax span {
    font-family: "Font Awesome 5 Free", serif;
}
#bookingForm .success-error {
    font-size: 12px;
    line-height: 1.23;
    color: red;
}
#bookingForm .card-header p {
    color: #fff !important;
    font-size: 12px;
    text-align: left;
    line-height: 1.234;
}
#bookingForm .tax-info-amount {
    display: flex;
    font-size: 12px;
    line-height: 1.231;
    margin-bottom: 5px;
}
#bookingForm .tax-info-amount > div:last-of-type {
    margin-left: auto;
}
#bookingForm .tax-info {
    margin-top: 16px;
}
#bookingForm .tax-info span {
    color: #292f37;
    font-size: 12px;
}
#bookingForm .tax-info .tax-info-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}
#bookingForm .tax-info p {
    margin-top: 16px;
    font-size: 12px;
    color: #868686;
    line-height: 1.231;
}

.booking-bill-room {
    border-bottom: 1px solid #eaeef3;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #000;
}
.booking-bill-room .booking-bill-room-price {
    display: flex;
    gap: 16px;
}
.booking-bill-room .booking-bill-room-price .booking-bill-room-price-name {
    font-size: 18px;
    font-weight: 700;
}
.booking-bill-room .booking-bill-room-price .booking-bill-room-price-value {
    margin-left: auto;
    font-size: 24px;
    font-weight: 700;
}
.booking-bill-room .booking-bill-room-guests {
    font-size: 12px;
}
.booking-bill-room .booking-bill-prepay-tax {
    display: flex;
    font-size: 12px;
}
.booking-bill-room .booking-bill-prepay-tax .booking-bill-prepay-tax-value {
    margin-left: auto;
}

.booking-bill-postpay {
    padding-bottom: 16px;
    color: #000;
}
.booking-bill-postpay .booking-bill-postpay-taxes-title {
    font-size: 16px;
    font-weight: 500;
}
.booking-bill-postpay .booking-bill-row {
    display: flex;
    font-size: 12px;
}
.booking-bill-postpay .booking-bill-row-price-not-included {
    margin-left: auto;
}
.booking-bill-postpay .booking-bill-total-postpaynotice {
    font-size: 12px !important;
    line-height: 1.234;
    margin-top: 8px;
}
.booking-bill-postpay .booking-bill-total-postpaynotice span {
    font-weight: 700;
}

.booking-bill-room-info {
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeef3;
    padding-bottom: 16px;
    color: #000;
}
.booking-bill-room-info .booking-bill-room-info-hotel-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.234;
    margin-bottom: 8px;
}
.booking-bill-room-info .booking-bill-room-info-room-name {
    font-size: 14px;
    line-height: 1.234;
    margin-bottom: 8px;
}
.booking-bill-room-info .booking-bill-room-info-hotel-address {
    font-size: 14px;
    line-height: 1.234;
}
.booking-bill-room-info .booking-bill-room-info-check {
    margin-top: 8px;
    font-size: 14px;
}

/* BAL-1298/1302 - Booking Containers Base Styles */
.woocommerce-checkout-review-order-table.booking-item-payment,
.booking-info-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #333;
    line-height: 1.5;
}

.booking-item-payment header.clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
}
.booking-item-payment .col-left {
    flex: 1;
    min-width: 200px;
}
.booking-item-payment-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #00332A;
    margin: 0 0 10px 0;
}
.booking-item-payment-img {
    flex-shrink: 0;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #eaeaea;
    transition: transform 0.3s ease;
}
.booking-item-payment-img:hover {
    transform: scale(1.03);
}
.booking-item-payment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-info-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 24px;
}
.booking-bill-room-info {
    padding: 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #eaeaea;
}
.booking-bill-room-info-hotel-name {
    font-weight: 700;
    color: #00332A;
    margin-bottom: 8px;
    line-height: 1.3;
}
.booking-bill-room-info-room-name {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 12px;
}
.booking-bill-room-info-hotel-address {
    font-size: 0.95rem;
    color: #666;
    padding: 12px 0;
    border-top: 1px dashed #ddd;
    margin-top: 12px;
}
.booking-bill-room-info img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.booking-bill-room-info img:hover {
    transform: scale(1.02);
}
.booking-bill-room-info-check {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #E57757;
}
.booking-bill-room-info-check > div {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.booking-bill-room-info-check > div:last-child {
    border-bottom: none;
    padding-top: 16px;
}
.booking-bill-room-info-check span[style*="background-color"] {
    background-color: #00332A !important;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    color: white !important;
    display: inline-block !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    border: none !important;
    box-shadow: 0 2px 4px rgba(0, 51, 42, 0.2);
}

.booking-bill-room {
    padding: 24px;
    background: white;
    border-bottom: 1px solid #eaeaea;
}
.booking-bill-room-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f0f7f5;
    border-radius: 8px;
    margin-bottom: 16px;
}
.booking-bill-room-price-name {
    font-size: 1.1rem;
    color: #00332A;
    font-weight: 600;
}
.booking-bill-room-price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #E57757;
}
.booking-bill-room-guests {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 16px;
}

.booking-bill-prepay-tax {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f9f9f9;
    border-radius: 6px;
    margin-bottom: 8px;
    border-left: 3px solid #00332A;
}
.booking-bill-prepay-tax-title {
    color: #555;
    font-size: 0.95rem;
}
.booking-bill-prepay-tax-value {
    color: #00332A;
    font-weight: 600;
}

.booking-bill-postpay {
    padding: 24px;
    background: #fff9f7;
    border-top: 1px solid #ffeae5;
}
.booking-bill-postpay-taxes-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00332A;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E57757;
}
.booking-bill-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #eee;
}
.booking-bill-row-title {
    color: #555;
    font-size: 0.95rem;
}
.booking-bill-row-price-not-included {
    color: white !important;
    font-weight: 600;
    background: #E57757;
    padding: 6px 12px;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(229, 119, 87, 0.2);
}

.booking-bill-total-postpaynotice {
    margin-top: 20px;
    padding: 16px;
    background: #e8f4f1;
    border-radius: 8px;
    border: 1px solid #cce8e0;
    font-size: 0.95rem;
    color: #00332A;
    line-height: 1.6;
}
.booking-bill-total-postpaynotice-label {
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    color: #00332a;
}

.booking-bill-prepay-tax:hover,
.booking-bill-row:hover {
    background: #f5f5f5;
    transform: translateY(-1px);
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.booking-bill-row-price-not-included:hover {
    background: #d46647;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

/* Booking Form Responsive */
@media (max-width: 768px) {
    .booking-item-payment header.clearfix {
        flex-direction: column;
        text-align: center;
        padding: 16px;
    }
    .booking-item-payment-img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .booking-bill-room-info {
        padding: 16px;
    }
    .booking-bill-room-info .col-md-8,
    .booking-bill-room-info .col-md-4 {
        width: 100%;
        margin-bottom: 16px;
    }
    .booking-bill-room-price {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .booking-bill-room-price-value {
        font-size: 1.3rem;
    }
    .booking-bill-prepay-tax,
    .booking-bill-row {
        flex-direction: column;
        text-align: center;
        gap: 4px;
    }
    .booking-bill-room-info-check > div {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }
    .woocommerce-checkout-review-order-table tr {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .booking-item-payment-title {
        font-size: 1.3rem;
    }
    .booking-bill-room-info-hotel-name {
        font-size: 1.2rem;
    }
    .booking-bill-total-postpaynotice {
        padding: 20px;
        margin: 20px -16px 0 -16px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .booking-bill-total-postpaynotice-label {
        font-size: 0.85rem;
        padding: 8px 16px;
        margin-bottom: 16px;
    }
    .booking-bill-row-price-not-included {
        padding: 8px 16px;
        min-width: 100px;
    }
}

@media (max-width: 480px) {
    .booking-info-container,
    .woocommerce-checkout-review-order-table.booking-item-payment {
        margin: 0 -12px;
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #eaeaea;
    }
    .booking-bill-room-info-check span[style*="background-color"] {
        font-size: 0.9rem;
        padding: 12px !important;
    }
    .booking-bill-room-info img {
        height: 150px;
    }
    .booking-bill-room-info-hotel-name {
        font-size: 16px !important;
    }
}

/* ==========================================================
   16. WOOCOMMERCE CHECKOUT
   ========================================================== */
.woocommerce-checkout-review-order-table header {
    display: none !important;
}
.woocommerce-checkout-review-order-table .shop_table {
    display: none;
}
#order_review .shop_table {
    display: none !important;
}

.elementor-widget-container .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.elementor-widget-container .woocommerce .woocommerce-notices-wrapper {
    flex: 1 1 100%;
    box-sizing: border-box;
}
.elementor-widget-container .woocommerce .booking-info-container {
    flex: 0 0 57%;
    box-sizing: border-box;
}
.elementor-widget-container .woocommerce #order_review {
    flex: 0 0 40%;
    box-sizing: border-box;
}
.elementor-widget-container .woocommerce #order_review #bankart-payment-form {
    width: 100% !important;
}
.elementor-widget-container .woocommerce #order_review .form-row {
    margin-top: 16px;
    text-align: center;
}
.elementor-widget-container .woocommerce #order_review .form-row #place_order {
    padding: 16px 32px;
}
.elementor-widget-container .woocommerce #order_review .form-row #place_order:hover {
    opacity: 0.8;
}

.payment-methods {
    display: flex;
    gap: 12px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 18px;
}
.payment-methods svg {
    width: 40px;
    border-radius: 6px;
}

/* WooCommerce Responsive */
@media (max-width: 600px) {
    .elementor-widget-container .woocommerce .booking-info-container,
    .elementor-widget-container .woocommerce #order_review {
        flex: 0 0 100%;
    }
}


/* ==========================================================
   ОД "17. SEARCH RESULTS" - но всушност е за ДЕТАЛЕН приказ
   на хотел (Hotel Popular Description + Hotel Conditions
   Accommodation), не за search резултати листата. Затоа не
   отиде во hotel-search/search-results.css.
   ========================================================== */
/* Hotel Popular Description */
.balkanea-hotel__popular-description h4 {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    margin-top: 16px;
}
.balkanea-hotel__popular-description p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}
.balkanea-hotel__popular-description .hotel-popup {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.balkanea-hotel__popular-description .hotel-popup img {
    width: 150px;
}

/* Hotel Conditions Accommodation */
.balkanea-hotel__conditions-accommodation .balkanea-hotel__check-in-out {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.balkanea-hotel__conditions-accommodation .balkanea-hotel__check-in-out p {
    margin: 0 !important;
}



@media (max-width: 480px) {
    /* Section 4 — HOTEL HEADER */
    #main-title-home {
        width: 80% !important;
        max-width: 80% !important;
    }
    #st-content-wrapper .balkanea-hotel-heading {
        display: inline-block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #st-content-wrapper * {
        font-size: 13px;
    }
    #st-content-wrapper .total-guests,
    .balkanea-hotel__check-in-out span,
    .showmore-btn {
        font-size: 14px !important;
    }
    #st-content-wrapper h1 {
        font-size: 18px !important;
    }
    #st-content-wrapper .hotel-address,
    #st-content-wrapper .hotel-address a {
        font-size: 12px !important;
        line-height: 130% !important;
    }
    #st-content-wrapper .hotel-address i {
        font-size: 20px !important;
    }
    #st-content-wrapper .balkanea-hotel__sub-heading {
        margin-top: 8px !important;
    }
    #st-content-wrapper .balkanea-hotel__sub-heading span {
        margin-top: 8px !important;
    }
    div:has(> span.hotel-address) {
        flex: none !important;
    }
    #st-content-wrapper .balkanea-hotel-heading .left {
        margin-bottom: 10px !important;
    }
    #st-content-wrapper .balkanea-hotel-heading .right a,
    .show-detail {
        padding: 8px !important;
        font-size: 0.9rem !important;
    }
    div:has(> div.gallery-item-container) {
        display: block !important;
    }
    .gallery-item-container {
        width: 50% !important;
        display: block;
        float: left !important;
    }

    /* Section 5 — HOTEL RATING */
    .balkanea-hotel-rating-overall .hotel-rating {
        margin-top: 16px !important;
    }
    .balkanea-hotel-rating-overall .hotel-rating__details a {
        line-height: 40px !important;
        height: 40px !important;
        border: 2px solid !important;
        font-weight: bold !important;
        font-size: 14px !important;
        font-family: 'Poppins', sans-serif !important;
    }

    /* Section 6 — HOTEL CARDS */
    .balkanea-hotel__card h2 {
        font-size: 16px !important;
    }
    .balkanea-hotel__card p {
        font-size: 13px !important;
    }
    .balkanea-hotel__card h4 {
        font-size: 15px !important;
    }

    /* Section 8 — AMENITIES */
    .balkanea-hotel__popular-amenities a,
    .balkanea-hotel__popular-amenities span {
        font-size: 0.8rem !important;
        line-height: 100% !important;
    }
    .balkanea-hotel__popular-amenities div {
        width: 100% !important;
    }

    /* Section 10 — ROOM LIST */
    .room-list_wrapper {
        display: block !important;
    }
    .room-list_wrapper .room-group {
        display: inline-block !important;
        width: 100% !important;
        flex: none !important;
    }
    .room-list_wrapper .rates-container {
        display: inline-block !important;
        width: 100% !important;
        flex: none !important;
    }
    #rooms-list-container .room-list_wrapper figure,
    #rooms-list-container .room-list_wrapper figure img {
        width: 100% !important;
    }

    /* Section 15 — BOOKING FORM */
    #roomSearchBtn {
        height: 40px !important;
        line-height: 20px !important;
        border-radius: 70px !important;
        font-size: 14px !important;
    }
    #custom_guest_fields {
        margin-top: 20px !important;
    }

    /* Section 16 — WOOCOMMERCE CHECKOUT */
    #sortSelect option {
        font-family: Poppins !important;
    }
    .woocommerce-billing-fields *,
    #custom_guest_fields * {
        color: #00332A !important;
    }
    .woocommerce-billing-fields h3,
    #custom_guest_fields h3 {
        font-size: 18px !important;
    }
    #custom_guest_fields h5 {
        font-size: 16px !important;
    }
    .woocommerce-billing-fields label {
        font-size: 14px !important;
    }
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100% !important;
    }
    .woocommerce-checkout .select2-selection {
        padding: 0 !important;
    }
    .woocommerce-checkout #select2-billing_country-container,
    #select2-billing_country-results li {
        font-size: 13px !important;
    }
    .woocommerce-checkout .optional {
        font-size: 14px !important;
        margin-top: 5px !important;
    }
    #custom_guest_fields input[type='text'] {
        font-size: 13px !important;
    }
}

/* MISC FIXES */
#custom_guest_fields {
    margin-top: 40px !important;
}