﻿languageItem {
    text-align: center;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 350px;
    background: #fff8f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    font-family: 'Segoe UI', sans-serif;
    z-index: 9999;
}

.cookie-content {
    padding: 20px;
}

    .cookie-content h3 {
        margin: 0 0 8px;
        font-size: 18px;
        color: #5a3e2b;
        font-weight: 600;
    }

    .cookie-content p {
        margin: 0 0 16px;
        font-size: 14px;
        color: #4e4037;
        line-height: 1.5;
    }

    .cookie-content a {
        color: #b85c38;
        text-decoration: none;
        font-weight: 500;
    }

.cookie-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-primary {
    background: #b85c38;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.btn-secondary {
    background: #e6d5c3;
    color: #5a3e2b;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.btn-primary:hover {
    background: #a44f2e;
}

.btn-secondary:hover {
    background: #d9c4af;
}

.cookie-settings-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cookie-settings {
    background: #fff8f0;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    font-family: 'Segoe UI', sans-serif;
    max-width: 380px;
    width: 100%;
}

    .cookie-settings h3 {
        margin-top: 0;
        font-size: 20px;
        color: #5a3e2b;
        font-weight: 600;
    }

    .cookie-settings label {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #4e4037;
        margin: 12px 0;
        gap: 8px;
        cursor: pointer;
    }

    .cookie-settings input[type="checkbox"] {
        accent-color: #b85c38;
        transform: scale(1.2);
    }

.settings-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.btn-primary {
    background: #b85c38;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.btn-secondary {
    background: #e6d5c3;
    color: #5a3e2b;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.btn-primary:hover {
    background: #a44f2e;
}

.btn-secondary:hover {
    background: #d9c4af;
}

.contactForm .form-group input, .contactForm .form-group textarea {
    padding: 15px 10px;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.offerListContent .offerListWrap .offerMainInfo {
    border-bottom: unset;
}

.listGallery .wrapCardGallery .wrapFooter {
    justify-content: center;
}

.wrapBreadcrumb .wrapImgItem .wrapImgResize {
    height: 100vh;
}

@media(max-width: 991px) {
    .wrapBreadcrumb .wrapMenu {
        bottom: 70px;
    }

    .contactFixedBtnList {
        gap: 10px;
    }
}

@media(max-width: 992px) {
    .wrapNoPageHome .reservationWrapper .reservationWrap, .sectionBanner .reservationWrapper .reservationWrap {
        margin-top: auto;
    }
}

@media(max-width: 575px) {
    .wrapNoPageHome .reservationWrapper .reservationWrap, .sectionBanner .reservationWrapper .reservationWrap {
        margin-top: -30%;
    }
}

@media(max-width: 991px) and (max-height: 575px) {
    .wrapNoPageHome .reservationWrapper .reservationWrap, .sectionBanner .reservationWrapper .reservationWrap {
        flex-direction: row;
        gap: 0;
        margin-top: 0;
    }

        .wrapNoPageHome .reservationWrap .reservationInputWrap, .sectionBanner .reservationWrapper .reservationWrap .reservationInputWrap {
            gap: 0;
            flex: 1 0 0%;
            margin-top: 5px;
        }

            .wrapNoPageHome .reservationWrap .reservationInputWrap .textField .title, .sectionBanner .reservationWrapper .reservationWrap .reservationInputWrap .textField .title {
                font-weight: 500;
                font-size: 13px;
            }

            .wrapNoPageHome .reservationWrap .reservationInputWrap .textField .content, .sectionBanner .reservationWrapper .reservationWrap .reservationInputWrap .textField .content {
                font-size: 12px;
            }
            /*a*/
            .wrapNoPageHome .reservationWrap .reservationInputWrap .iconField svg {
                height: 14px;
            }

    .wrapNoPageHome .reservationWrapper, .sectionBanner .reservationWrapper {
        padding-left: 15px;
        padding-right: 75px;
    }
        .wrapNoPageHome .guestQuantityWrap .editBox, .sectionBanner .reservationWrapper .guestQuantityWrap .editBox {
            padding: 10px;
        }
            .wrapNoPageHome .guestQuantityWrap .editBox .title, .sectionBanner .reservationWrapper .guestQuantityWrap .editBox .title {
                margin-bottom: 10px;
            }
            .wrapNoPageHome .guestQuantityWrap .editBox .editWrap, .sectionBanner .reservationWrapper .guestQuantityWrap .editBox .editWrap {
                gap: 5px;
            }
                .wrapNoPageHome .guestQuantityWrap .editBox .editWrap .editRow .editInput button, .sectionBanner .reservationWrapper .guestQuantityWrap .editBox .editWrap .editRow .editInput button {
                    min-height: 25px;
                }
}

.wrapLayoutService.wrapLayoutServiceOffer .wrapContainer {
    gap: 40px;
}

.destinationSection .bgLeft img {
    max-width: 300px;
}

.ContenServiceDetail {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: white;
    padding: 20px 30px;
    border-radius: 5px;
}

.contactForm {
    z-index: 1;
}
.wrapContentViewVideoDetail .mainContentVideo .video-container {
    height: 700px;
}
@media only screen and (max-width: 1300px) {
    .wrapContentViewVideoDetail .mainContentVideo .video-container {
        width: 100%;
        height: 100%;
    }
}
.destinationSection .wraplistDestination .destinationItem .wrapInfoContent {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px;
}