:root {
    --border-gray: #757575;
    --light-grey-color: #f4f4f4;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --text-color: ##262626;
    --black-color: #262626;
    --full-black-color: #000;
    --primary-color: #E76D24;
    --social-grey: #6c757d;
    --border-radius: 20px;
    --header-shadow: 0 3px 15px rgba(0, 0, 0, 0.10);
    --header-transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --font-main: 'Segoe UI', sans-serif, -apple-system, Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --font-second: 'Playfair Display', serif;
    --font-fa: "Font Awesome 6 Pro";
}



@media only screen and (min-width:992px) {
    #room-container>.row>.col-lg-9 {
        padding-right: 120px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    #room-container>.row>.col-lg-9 {
        padding-right: 20px;
    }
}




.rank-math-breadcrumb a {
    text-decoration: none !important;
    color: #fff;
}


.rank-math-breadcrumb span.last {
    color: var(--primary-color);
    font-weight: 500;
}

.rank-math-breadcrumb span.separator {
    margin: 0 10px;
}

.title-with-bg {
    position: relative;
    font-size: 2rem;
    z-index: 0;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.title-with-bg::before {
    content: attr(data-bg);
    position: absolute;
    bottom: 5px;
    left: -20px;
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    height: 90px;
    line-height: 1;
}

.title-with-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 240px;
    background-color: var(--primary-color);
}

.title-with-bg-center,
.main-content .title-with-bg-center {
    position: relative;
    font-size: 2rem;
    /* z-index: 2; */
    line-height: 1.5em;
    margin-bottom: 0.5em;
    text-align: center;
}

.number .title-with-bg-center::before {
    bottom: 20px;
}

.title-with-bg-center::before,
.main-content .title-with-bg-center::before {
    content: attr(data-bg);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    height: 90px;
    line-height: 1;
}

.title-with-bg-center::after,
.main-content .title-with-bg-center::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 100%;
    max-width: 240px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

@media only screen and (max-width:768px) {
    .title-with-bg-center__mobile-left {
        text-align: left;
    }

    .title-with-bg-center__mobile-left::before {
        left: -20px !important;
        transform: none !important;
    }

    .title-with-bg-center__mobile-left::after {
        left: 0 !important;
        transform: none !important;
    }

    .title-with-bg,
    .title-with-bg-center {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .title-with-bg::before {
        top: -28px;
        bottom: unset;
        font-size: 3.125rem;
    }

    .title-with-bg-center::before {
        top: -28px;
        bottom: unset;
        font-size: 3.125rem;
    }

    .title-with-bg-mb-center {
        position: relative;
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 0.5em;
        text-align: center;
    }

    .title-with-bg-center::after,
    .title-with-bg::after {
        height: 1px !important;
    }

    .title-with-bg-mb-center::before,
    .title-with-bg-center::before {
        font-size: 3.125rem;
        color: rgba(0, 0, 0, 0.05);
        overflow: hidden;
        height: 90px;
        line-height: 1;
        content: attr(data-bg);
        position: absolute;
        top: -28px;
        bottom: unset;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        z-index: -1;
        pointer-events: none;
        max-width: calc(100vw - 20px);

    }

    .title-with-bg-mb-center::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 50%;
        height: 1px;
        width: 100%;
        max-width: 240px;
        background-color: var(--primary-color);
        transform: translateX(-50%);
    }

    .rank-math-breadcrumb>p {
        text-align: center !important;
    }

    /* .room-features-inner{

    } */
}

.swiper-navigation>.swiper-button-prev:hover::after,
.swiper-navigation>.swiper-button-next:hover::after {
    color: #000 !important;
}

.spacing-top {
    padding-top: 80px !important;
}

.spacing-top-half {
    padding-top: 40px;
}

.spacing-top-margin {
    margin-top: 80px !important;
}

@media only screen and (min-width:992px) {
    .spacing-top {
        padding-top: 140px !important;
    }

    .spacing-top-half {
        padding-top: 70px !important;
    }

    .spacing-top-margin {
        margin-top: 140px !important;
    }
}

@media only screen and (max-width: 768px) {
    .spacing-top {
        padding-top: 3em !important;
    }
}

:not(.btn-check)+.btn:active {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.btn-secondary {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    height: auto !important;
    min-height: 44px;
    padding: 0.25em 2.5em;
    font-size: 1.25rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 77;
    position: relative;
}



.btn-secondary:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}

.btn-mail-icon i {
    font-size: 30px;
    color: var(--primary-color);
}

.btn-mail-icon {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color) !important;
    height: 44px;
    padding: 0 0.4em;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-mail-icon:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.btn-mail-icon:hover i,
.btn-mail-icon i:hover {

    color: #fff !important;
}

.online-reservation-manual {
    display: flex;
    gap: 10px;
}

.online-reservation {
    padding: 20px;
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
}

.btn-wide {
    max-width: 100%;
    width: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.flex-column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.underline-grey {
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.g-30>div {
    padding: 15px 0;
}

.gh-100>div {
    padding: 0 30px;
}


.g-40>div {
    padding: 20px 0;
}

@media only screen and (min-width:768px) {
    .g-30>div {
        padding: 15px;
    }

    .g-40>div {
        padding: 20px;
    }

    .g-30>div:nth-child(1) {
        padding-left: 0;
    }

    .g-30>div:nth-last-child(1) {
        padding-right: 0;
    }

    .g-40>div:nth-child(1) {
        padding-left: 0;
    }

    .g-40>div:nth-last-child(1) {
        padding-right: 0;
    }

    .gh-100>div {
        padding: 0 100px;
    }

    .gh-100>div:nth-child(1) {
        padding-left: 0;
    }

    .gh-100>div:nth-last-child(1) {
        padding-right: 0;
    }
}



.blog-propositions {

    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 20px;
}

.blog-proposition-content h3>a {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-decoration: none;
}

.blog-propositions h2 {
    text-align: center;

}

.blog-propositions-list {
    display: flex;
    flex-direction: column;
}

.blog-proposition {
    display: flex;
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid #f3f3f3;
}

.blog-proposition:first-child {
    border-top: none;
}

.blog-proposition-icon {
    font-size: 26px;
    color: var(--primary-color);
    line-height: 1;
    min-width: 18px;
}

.blog-proposition-content h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.blog-proposition-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

#room-section-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 550px;
}

#room-container>.row>.col-lg-3 {
    position: relative;
}

#room-container>.row>.col-lg-3>.room-bar {
    position: sticky;
    top: 100px;
}

.amenities-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .amenities-list ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-bottom: 10px;
    }
}

.amenities-list li {
    position: relative;
    background: #f5f5f5;
    border-radius: 999px;
    padding: 12px 8px 12px 62px;
    font-size: 15px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    min-height: 60px;
    line-height: 1.2;
    text-transform
}

.amenities-list li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/12/Group.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
    background-color: #fff;
}

.amenities-list .swiper-navigation {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
}

.amenities-list li h3 {
    margin-bottom: 0 !important;
}

/* Mobile — 1 kolumna */
@media (max-width: 768px) {
    .amenities-list ul {
        grid-template-columns: 1fr;
    }

    .amenities-list .swiper-wrapper {
        padding-top: 0 !important;
    }
}

.amenities-list-flex>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

@media only screen and (min-width:768px) {

    .amenities-list-flex>ul>li {
        width: 40%;
    }
}

@media only screen and (max-width:1600px) {

    button,
    .btn-primary,
    .btn-secondary,
    .btn,
    .btn-mail-icon {
        height: auto !important;
        min-height: 44px !important;
    }
}

.gallery-slider-main {
    width: 100%;
    margin-bottom: 20px;
}

.gallery-slider-main .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    display: block;
    object-fit: cover;
}

.gallery-slider-thumbs {
    width: 100%;
}

.gallery-slider-thumbs .swiper-slide {
    /* opacity: 0.5; */
    cursor: pointer;
}

/* .gallery-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
} */

.gallery-slider-thumbs .swiper-slide img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 2px solid transparent;
}

.gallery-slider-thumbs .swiper-slide-thumb-active img {
    border: 2px solid var(--primary-color);
}

/* .swiper-free-mode>.swiper-wrapper {
    justify-content: center;
} */

#room-container .attractions-section img {
    min-height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {

    .gallery-slider-thumbs .swiper-slide img {
        height: 70px;
    }

    .attractions-section .col-lg-6 {
        margin-bottom: 30px;
    }


    .attractions-section .col-lg-6.img-mb-100 {
        margin-bottom: 50px;
    }

    .gallery-slider-main .swiper-button-prev {
        left: 20px;
    }

    .gallery-slider-main .swiper-button-next {
        right: 20px;
    }

    .swiper.gallery-slider-thumbs {
        padding-bottom: 0 !important;
    }

}

@media only screen and (min-width:992px) {

    .attractions-section>.row:nth-child(1)>.col-lg-6:nth-child(2) {
        padding-left: 0 !important;
    }

    .attractions-section>.row:nth-child(2)>.col-lg-6:nth-child(2) {
        padding-right: 0 !important;
    }

    .attractions-section>.row:nth-child(1)>.col-lg-6:nth-child(1) {
        padding-right: 60px !important;
    }

    .attractions-section>.row:nth-child(2)>.col-lg-6:nth-child(1) {
        padding-left: 60px !important;
    }

    .gallery .swiper-button-prev {
        left: 40px !important;
    }

    .gallery .swiper-button-next {
        right: 40px !important;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-slider-main .swiper-pagination {
        display: none !important;
    }
}

.features-swiper {
    width: 100%;
}

.features-swiper .swiper-slide {
    list-style: none;
}

.features-swiper .room-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;

}

.features-swiper .room-features .swiper-slide {
    flex: 0 0 auto;

}

.swiper.navigation-inside .swiper-pagination {
    top: -10px !important;
}

.swiper.navigation-inside {
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
}

.swiper.navigation-inside.other-rooms-swiper .swiper-pagination {
    top: 28px !important;
}

.contact-form .form-control {
    border-radius: 0;
    background: #f5f5f5;
    border: none;
    padding: 14px 16px;
    width: 100%;
}

.contact-form textarea.form-control {
    min-height: 160px;
    resize: vertical;
}

.contact-form .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--primary-color);
}


.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
}

.room-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
}

.room-contact-consent input[type="checkbox"] {
    margin-top: 4px;
}

.room-contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    text-align: left;
}

.room-contact-consent input[type="checkbox"] {
    margin-top: 4px;
}


.contact-form textarea.form-control {
    padding: 14px 16px !important;
    line-height: 1.4 !important;
    box-sizing: border-box;
    width: 100%;
    margin-top: 6px;
}

.contact-form textarea.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f5821f;
}

input.wpcf7-form-control[readonly],
input.wpcf7-form-control[readonly]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(245, 245, 245, 1);

}

.contact-form .form-control .btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--primary-color) !important;
    pointer-events: none;
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
}

@media only screen and (max-width:768px) {

    .container .container,
    .container .row>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width:480px) {
    .img-mb-100 img {
        width: 100vw !important;
        height: auto;
        max-width: 100vw;
        margin-left: -20px;
        max-height: 240px;
        min-height: 0 !important;
    }
}

#slider-other-rooms {
    padding: 48px 0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

#slider-other-rooms .title-with-bg::before {
    z-index: 0 !important;
}

.rooms .rooms-wrapper .room-card {
    height: auto !important;
}

.room-card__inner {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.room-card__image {
    height: 100%;
    height: 250px;
}

.room-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media only screen and (max-width:1400px) {
    .room-card__image {
        height: 200px;
    }
}

.room-card__body {
    padding: 16px 20px 0;
    flex: 1 1 auto;
}


.room-card__title {
    margin: 0;
}




.room-card__footer {
    padding: 0 20px 20px;
}


.room-card__inner {
    background: #fff;
    border: 1px solid #e7e7e7;
    transition: border-color 0.25s ease;
}


.room-card__inner:hover {
    border-color: var(--primary-color);
}


.room-card__features ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    flex-grow: 1;
}


.room-card__features li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    padding-left: 18px;
    position: relative;
}


.room-card__features li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/12/Group.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 16px;
}

.room-card__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(117, 117, 117, 1);
    padding-bottom: 10px;
}

.room-card__price {
    white-space: nowrap;
}

@media only screen and (min-width:992px) {
    #slider-other-rooms .swiper-slide {
        height: auto;
        display: flex;
    }

    .room-card__inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .room-card__body {
        flex: 1 1 auto;
    }

    .room-card__footer {
        margin-top: auto;
    }

    #slider-other-rooms .text-right {
        text-align: right;
    }

    .other-rooms-swiper .swiper-pagination {
        display: none;
    }

}

@media only screen and (max-width:768px) {
    .mb-d-none {
        display: none;
    }



    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        z-index: 10 !important;
    }


    /* .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 32px;
        height: 32px;
        background: #7a7a7a;
        top: auto;
        bottom: 0;
        margin-top: 0;
        transform: none;
    } */


    .swiper .swiper-button-prev::after,
    .swiper .swiper-button-next::after {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
    }




    .swiper .swiper-button-prev:hover,
    .swiper .swiper-button-next:hover {
        background: #8a8a8a;
    }


    .swiper .swiper-button-disabled {
        opacity: 0.4;
        cursor: default;
    }



    .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background: #dddddd;
        opacity: 1;
        margin: 0 4px !important;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background: #333333;
    }
}

@media only screen and (min-width:768px) {
    .d-d-none {
        display: none !important;
    }
}



/* Grid container */
.social-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 kolumny */
    grid-gap: 16px;
    margin-top: 30px;
}

/* Style dla poszczególnych elementów */
.social-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* Zaokrąglone rogi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Dodaj cień */
    transition: transform 0.3s ease;
    /* Płynne przejście przy najechaniu */
}

.social-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-item:hover {
    transform: scale(1.05);
    /* Powiększenie przy najechaniu */
}

/* Dostosowanie do urządzeń mobilnych */
@media (max-width: 768px) {
    .social-media-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 kolumny na mniejszych ekranach */
    }

    #social-media {
        position: relative;
        padding-bottom: 0px;
    }

    #social-media .col-md-3>h2 {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 480px) {
    .social-media-grid {
        grid-template-columns: 1fr;
        /* 1 kolumna na bardzo małych ekranach */
    }
}

@media only screen and (min-width:768px) {
    .wpcf7-form .row>.col-md-6:nth-child(1) {
        padding-right: 10px !important;
    }

    .wpcf7-form .row>.col-md-6:nth-child(2) {
        padding-left: 10px !important;
    }
}

.grid-container-4x2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.grid-item-1,
.grid-item-2,
.grid-item-3,
.grid-item-4,
.grid-item-5,
.grid-item-6,
.grid-item-7,
.grid-item-8 {
    border: 1px solid #ccc;
    /* padding: 20px; */
    text-align: center;
    /* height: 275px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.grid-item-1,
.grid-item-6 {
    display: flex;
    /* Flexbox do wyśrodkowania zawartości */
    justify-content: center;
    /* Wyśrodkowanie poziome */
    align-items: center;
    /* Wyśrodkowanie pionowe */
}

.grid-item-1 a,
.grid-item-6 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: inherit;
    text-decoration: none;

}

.grid-container-4x2>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a:hover>i {
    color: var(--primary-color);
}

#social-media>.container>.row>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width:768px) {

    #social-media .grid-item-3,
    #social-media .grid-item-4,
    #social-media .grid-item-7,
    #social-media .grid-item-8 {
        display: none !important;
    }

    #social-media .grid-container-4x2 {
        grid-template-columns: repeat(2, 1fr);
    }
}


.faq-tabs-nav {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid rgba(158, 158, 158, 1);
    margin-bottom: 24px;
    justify-content: space-between;
}

.faq-tab-btn {
    padding: 10px 0;
    border: none;
    background: none;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: rgba(38, 38, 38, 1);
}

.faq-tab-btn.active,
.faq-tab-btn:hover {
    color: var(--primary-color);
}

/* .faq-tab-btn.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--primary-color);
} */

.faq-tab-panel {
    display: none;
}

.faq-tab-panel.active {
    display: block;
}

/* accordion */

.faq-item {
    border-radius: 30px;
    border: 2px solid rgba(245, 245, 245, 1);
    margin-bottom: 8px;
    overflow: hidden;
    background: rgba(245, 245, 245, 1);
}

.faq-item.open {
    background-color: #fff !important;
    border-color: rgba(245, 245, 245, 1);
}

.faq-question {
    width: 100%;
    padding: 5px 15px 5px 10px;
    text-align: left;
    border: none;
    background: rgba(245, 245, 245, 1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(38, 38, 38, 1);
    font-weight: 500;
    font-size: 1rem;
}

.faq-item.open .faq-question {
    background-color: #fff !important;
}

.faq-accordion .faq-question:focus {
    border: none !important;
}

.faq-icon {
    font-size: 18px;
    transition: background-color .2s, color .2s;
    /* transform: rotate(90deg); */
    background-color: #fff !important;
    color: var(--primary-color);
    border-radius: 50px;
    /* height: 100%; */
    min-height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-right: -10px;
}

.faq-item.open .faq-icon {
    background-color: var(--primary-color);
    color: #fff;
    /* z + robi się x */
}

.faq-item .faq-icon i {
    transition: transform .2s;
}

.faq-item.open .faq-icon i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    margin: 0 20px;
    transition: max-height .25s ease, padding .25s ease;
    color: rgba(117, 117, 117, 1) !important;
}

.faq-item.open .faq-answer {
    border-top: 2px solid rgba(245, 245, 245, 1);
    padding: 20px 0 10px;
    max-height: 500px;
    /* wystarczająco dużo na tekst */
}

@media only screen and (max-width:992px) {
    .faq-tabs-nav {
        flex-direction: column;
        gap: 0;
    }


}

@media only screen and (min-width:768px) {
    .mo-display {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .mo-text-center {
        text-align: center;
    }

    #room-container .underline-grey>p {
        text-align: center;
        border-bottom: transparent;
    }

    .amenities-list li {
        font-size: 1.25rem;
        line-height: 1.5em;
        font-weight: 500;
        width: 100%;
    }

    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="tel"],
    textarea {
        min-height: 50px;
    }


    .swiper-navigation.swiper-navigation-relative {
        position: relative;
        bottom: -80px;
    }

    .features-swiper .swiper-navigation.swiper-navigation-relative {
        bottom: -60px;
    }

    .swiper-navigation.swiper-navigation-relative>.swiper-pagination.swiper-pagination-bullets {
        top: auto !important;
        bottom: 25px !important;
    }

    .wpcf7 .text-center>p {
        text-align: center !important;
    }

}

.online-reservation .btn-secondary {
    padding: 0.25em;
}





#page-hero {
    max-height: 50vh;
    height: 500px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-hero .text-wrapper {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 150px;
}

.information-div-200 {
    max-width: 191px;
    margin: 0 auto;
}

.information-div-200 h2 {
    margin-bottom: 1.25rem;
}

.information-div-200 p {
    margin-bottom: 0 !important;
}

@media only screen and (max-width:768px) {
    #front-page-hero .text-wrapper {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    #page-hero>.container-md {
        margin-top: 60px !important;
    }

    .information-div-200 {
        max-width: 100% !important;
        margin-bottom: 2em;
    }

    .information-div-200 p {
        text-align: center !important;
    }
}

#under-hero-information {
    text-align: center;
}



/* Ogólna siatka dla wszystkich kart */
.rooms-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px !important;

}

.rooms-grid>.rooms-card {
    max-height: 60vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
}

@media only screen and (max-width: 480px) {
    .rooms-grid>.rooms-card {
        height: 360px;
    }
}

.rooms-card--two-thirds {
    width: calc(55% - 3px);

}


.rooms-card--one-third {
    width: calc(45% - 2px);

}

/* Jeśli element jest ostatni i nie parzysty, ustawiamy na 100% */
.rooms-card--full-width {
    width: 100%;
}

/* Przykładowe responsywne dostosowanie */
@media (max-width: 768px) {

    .rooms-card--two-thirds,
    .rooms-card--one-third {
        width: 100% !important;
        /* Wszystkie na mobilce mają 100% */
    }
}



.rooms-card__overlay {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); */
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px;
    z-index: 2;
}

.rooms-card__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid rgba(117, 117, 117, 1);
    margin-bottom: 10px;
}

.rooms-card__price {
    margin-bottom: .5rem;
}

.rooms-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
}

@media only screen and (max-width:992px) {
    .rooms-card__overlay {
        padding: 20px;
    }
}

.rooms-card__features {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.rooms-card__features.logo-li li::before {
    top: 4px;
    transform: none !important;
}

.logo-li li {
    position: relative;
    padding: 0px 6px 0px 34px;
    display: flex;
    align-items: center;
}

.logo-li li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/12/Group.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-color);
}

@media only screen and (max-width:768px) {
    .rooms-card__bottom {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .rooms-card__bottom>.rooms-card__btn-wrap {
        width: 100% !important;
    }

    .rooms-card__price {
        min-width: 100px;
        text-align: end;
    }
}

.single-feature-left-container .single-feature {
    justify-content: left;
}

.single-feature-left-container .single-feature:hover {
    border-color: transparent;
    box-shadow: none;
}

.single-feature-left-container .single-feature .icon-wrapper {
    min-width: 70px;
    height: 70px;
}

.single-feature-left-container .single-feature .icon-wrapper img {
    width: 30px;
}

.swiper.just-mobile-slider {
    padding-bottom: 80px !important;
}

.swiper.just-mobile-slider .swiper-navigation {
    bottom: 0;
}

.swiper.just-mobile-slider .swiper-slide {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


.cennik-col-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.cennik-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cennik-row {
    /* display: grid;
    grid-template-columns: 48px 120px 1fr; */
    display: flex;
    align-items: center;
    gap: 14px;
}

.cennik-icon img {
    width: 34px;
    height: auto;
}

.cennik-price {
    margin-bottom: 0;
    text-wrap: nowrap;
}

.cennik-note {
    margin-top: 40px;
}

.cennik-asterisk {
    margin-top: 12px;
    font-size: 13px;
    opacity: .8;
}

@media (max-width: 767px) {
    .cennik-row {
        grid-template-columns: 40px 1fr;
        grid-template-areas:
            "ico price"
            "ico desc";
    }

    .cennik-icon {
        grid-area: ico;
    }

    .cennik-price {
        grid-area: price;

    }

    .cennik-desc {
        grid-area: desc;
    }
}

.page-template-archive-pokoje .information-div-200>h2 {
    position: relative;
}

.page-template-archive-pokoje .information-div-200>h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 40px);
    width: 80px;
    height: 2px;
    background-color: var(--primary-color);
}

@media only screen and (max-width: 768px) {
    /* .swiper-navigation > .swiper-pagination{
overflow: hidden;
} */

    footer#page-footer .footer-header img.hotel-logo {
        object-fit: contain;
    }

    .newsletter>.container-md>.section-header>h2 {
        max-width: 300px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    section.contact-details {
        padding: 2em 0 !important;
    }

    .attractions-section>.row:nth-last-child(1)>.col-lg-6.img-mb-100 {
        margin-bottom: 30px;
    }
}