@font-face {
    font-family: "Poppins";
    src: url(font/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(font/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(font/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(font/Poppins/Poppins-Medium.ttf);
}

@font-face {
   font-family: "Playfair Display", serif;
    src: url(font/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}



/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}


.p-400 {
    font-family: Poppins, sans-serif !important;
}

.p-600 {
    font-family: Poppins-Medium, sans-serif !important;
}

.p-800 {
    font-family: Poppins-Bold, sans-serif !important;
}
.cb-immersive-experience-popup-content{
	width:100%!important;
	height:100%!important;
}

@media (min-width:998px) {
    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }
}

.w-100 {
    width: 100% !important;
}


.p-10 {
    padding: 10px !important;
}

.row-margin-standard {
    margin: 48px 160px !important;
}

.row-padding-standard {
    padding: 48px 160px !important;
}



p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Poppins" , sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

    /* 57.6px */
    letter-spacing: -0.96px;
    margin: 0;
}

h2 {
    color: #CE8D24;
    text-align: center;
   font-family: "Playfair Display", serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 39.6px */
    letter-spacing: -0.66px;
    width: fit-content;
    border-bottom: 1px solid #DFA841;
    padding: 16px 64px;
    margin-bottom: 16px;

}

h3 {
    color: #CE8D24;
    text-align: center;
   font-family: "Playfair Display", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
    letter-spacing: -0.56px;
    margin: 0;
}

header {
    height: 100vh;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.49) 0%, rgba(20, 20, 20, 0.06) 50.48%, rgba(20, 20, 20, 0.49) 100%);
    position: relative;
}

.promo-container {
    display: flex;
    padding: 8px 48px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.25);
}

.promo-div {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(0, 159, 250, 0.75) 0%, rgba(64, 224, 208, 0.75) 100%);
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.promo-div a {
    font-weight: 500;
    font-size: 13px;
    color: white;
}

.promo-div span {
    font-family: Poppins-Bold;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

nav {
    display: flex;
    padding: 16px 48px 16px 48px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.background-video {
    position: absolute;
    top: 0;
    z-index: -2;
}

/* MENU */
@media (min-width:998px) {}

/* MENU */

.container-lg {
    max-width: 1440px;

}


/* PRZYCISK ZMIANY JĘZYKA */
.lang-switcher {
    position: relative;
    display: inline-block;
}


.lang-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .6rem;
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: 999px;
    background: rgb(0 0 0 / 35%);
    backdrop-filter: blur(6px);
    color: #fff;
    font: 500 14px/1.2 system-ui, sans-serif;
    cursor: pointer;
}

.lang-btn .chev {
    width: 12px;
    height: 12px;
    opacity: .8;
}


.lang-menu {
    position: absolute;
    right: 0;
    margin-top: .4rem;
    min-width: 180px;
    background: rgba(30, 30, 30, .95);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .6rem;
    padding: .25rem;
    list-style: none;
    display: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    z-index: 50;
}

.lang-menu a {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .5rem .6rem;
    border-radius: .45rem;
    text-decoration: none;
    color: inherit;
}

.lang-menu a:hover,
.lang-menu a:focus {
    background: rgba(255, 255, 255, .08);
    outline: none;
}

.lang-switcher.open .lang-menu {
    display: block;
}


.flag {
    width: 24px;
    height: 24px;
}

.flag-pl {
    background-image: url(/wp-content/uploads/home/pl.svg);
}

.flag-en {
    background-image: url(/wp-content/uploads/home/en.svg);
}

.flag-de {
    background-image: url(/wp-content/uploads/home/de.svg);
}

.flag-it {
    background-image: url(/wp-content/uploads/home/it.svg);
}

.flag-fr {
    background-image: url(/wp-content/uploads/home/fr.svg);
}

.flag-ru {
    background-image: url(/wp-content/uploads/home/ru.svg);
}

.code {
    letter-spacing: .02em;
}

.lang-menu li[aria-selected="true"] a::after {
    content: "✓";
    margin-left: auto;
    opacity: .8;
}

/* PRZYCISK ZMIANY JĘZYKA */

.hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    height: 70vh;
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;

}

.hero-text span {
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
}

.btn-primary {
    display: flex;
    padding: 14px 48px;
    border-radius: 8px;
    border: 1px solid #40E0D0;
    background: rgba(255, 255, 255, 0.25);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 13px;
    font-style: normal;
    line-height: 150%;
    width: fit-content;
    /* 19.5px */
}

.btn-primary:hover {
    border-radius: 8px;
    border: 1px solid #40E0D0;
    background: rgba(255, 255, 255, 0.50);
}

.promo-div:hover {
    background: linear-gradient(90deg, rgba(64, 224, 208, 0.35) 0%, rgba(0, 159, 250, 0.35) 100%);
}
.zarezerwuj-div p {
	color: rgba(0, 36, 56, 0.75);
font-family: Poppins, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 19.5px */
	text-align:left;
}
.zarezerwuj-div h3{
	text-align:left;
}

main p {
    color: rgba(0, 36, 56, 0.75);
}

.background-blur-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
}



.bg-delux {
    background-image: url(/wp-content/uploads/home/deluxe/1.webp);
}

.bg-delux-extrabed {
    background-image: url(/wp-content/uploads/home/extra_bed/1.webp);
}

.bg-ocean-view {
    background-image: url(/wp-content/uploads/home/ocean_view/1.webp);
}

.bg-delux-2 {

    background-image: url(/wp-content/uploads/home/deluxe/2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-delux-3 {
    background-image: url(/wp-content/uploads/home/deluxe/3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-delux-extrabed-2 {
    background-image: url(/wp-content/uploads/home/extra_bed/2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-delux-extrabed-3 {
    background-image: url(/wp-content/uploads/home/extra_bed/3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-ocean-view-2 {
    background-image: url(/wp-content/uploads/home/ocean_view/2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-ocean-view-3 {
    background-image: url(/wp-content/uploads/home/ocean_view/3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.img-background-deluxe {

    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    height: 468px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
}

.apartament-attributes {
    display: flex;
    padding: 24px 0px 16px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #40E0D0;
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    font-size: 13px;
    width: 20%;
    height: 115px;
    text-align: center;
    backdrop-filter: blur(8px);
}

.button-link {
    display: flex;
    padding: 14px 48px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px !important;
    background: linear-gradient(90deg, #40E0D0 0%, #009FFA 100%) !important;
    color: #FFF !important;
    text-align: center;
    font-family: Poppins !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: fit-content;
}

.button-link:hover {
    border-radius: 8px !important;

    background: linear-gradient(90deg, rgba(64, 224, 208, 0.65) 0%, rgba(0, 159, 250, 0.65) 100%) !important;
}

.div-img-deluxe div {
    width: 100%;
    height: 49%;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}

.row-padding8-border {
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    padding: 8px 8px 24px 8px;

}

.row-padding8-border>div {
    padding: 0px;

}

.row-padding8-border .col-12 {

    padding-right: 8px;
}

.bg-gray {
    background: #F8F8F8;
}

.bg-restaurants {
    background-image: url(/wp-content/uploads/home/restauracja.webp);
}

.bg-spa {
    background-image: url(/wp-content/uploads/home/spa.webp);
}

.bg-flyingDresses {
    background-image: url(/wp-content/uploads/home/flying_dresses.webp);
}

.bg-party {
    background-image: url(/wp-content/uploads/home/wystepy.webp);
}

.bg-pool {
    background-image: url(/wp-content/uploads/home/pool_bar.webp);
}

.bg-beach {
    background-image: url(/wp-content/uploads/home/plaza.webp);
}
.bg-weavers{
	background-image: url(/wp-content/uploads/home/golden_weavers.webp);
}

.bg-attractions {
    background-image: url(/wp-content/uploads/home/atrakcje.webp);
}


.div-offer {
    width: 256px;
    height: 256px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    padding: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.div-offer:hover {
    transform: scale(1.03);
}

.div-offer span {
    color: #FFF;
    text-align: center;
   font-family: "Playfair Display", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
    letter-spacing: -0.56px;
}

.div-offer button {
    all: unset;
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 19.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.div-offer-wrap {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.row-active-offers {
    border-radius: 12px;
    border: 1px solid #E3E3E3;

    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.row-active-offers.active {
    opacity: 1;
    max-height: 1000px;
    padding: 8px;
    margin-bottom: 64px;
}

.row-active-offers>div {
    padding: 0px;
}

.div-offer-active {
    width: 351px;
    height: 260px;
    background-size: cover;
    justify-content: center;
}

.div-offer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 24px !important;
}

.div-offer-content p {
    text-align: left;
}

.div-offer-content span {
    color: rgba(0, 36, 56, 0.75);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 19.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.div-slub-images {
    display: flex;
    gap: 8px;
    align-items: stretch;
    /* niekonieczne, ale zwykle pożądane */
}

.div-slub-images img {
    flex: 1 1 0%;
    /* każdy bierze równą część wiersza */
    min-width: 0;
    /* POZWÓL się zwężać w flexboxie – klucz do braku overflow */
    max-width: 100%;
    display: block;
    /* usuwa „dziurkę” pod inline-img */
    height: auto;
    /* zachowaj proporcje (wariant 1 – bez wymuszania wysokości) */
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}

.border-none {
    border: none !important;
}

.accordion h2 {
    border: none !important;
}

.accordion button {
    all: unset;
}

.accordion-item {
    padding: 24px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #E3E3E3 !important;
}

.accordion-header {
    display: flex;
    text-align: left;

}

.accordion-body {
    padding: 0px;

}

.accordion-body p {
    padding: 24px 0 0 0;
    text-align: left;
}

/* FOOTER */

.zf-footer {
    color: #FFF;
    background: linear-gradient(119deg, #40E0D0 0%, #009FFA 100%);
    font-family: Poppins, sans-serif;
}

.zf-footer a {
    color: #FFF;
    text-decoration: none;
}

.zf-footer a:hover {
    text-decoration: underline;
}

.zf-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 0;
}

/* --- GRID (desktop) --- */
.zf-footer__grid {
    display: grid;
    grid-template-columns: 190px 1px 1.3fr .9fr .9fr;
    /* logo | sep | menu | adres | kontakt */
    gap: 28px 38px;
    align-items: start;
}

/* logo */
.zf-footer__logo img {
    width: 160px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2px auto 0;
}

/* pionowy separator */
.zf-footer__vsep {
    width: 1px;
    background: rgba(255, 255, 255, .30);
    height: 100%;
    align-self: stretch;
}

/* menu: 2 kolumny */
.zf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    column-gap: 56px;
    row-gap: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 1.2;
}

.zf-menu a {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 260.023%;
    /* 33.803px */
}

/* kolumny: tytuły, treści */
.zf-title {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: .9rem;
}

.zf-address {
    font-style: normal;
    color: var(--zf-fade);
    line-height: 1.5;
}

.zf-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    row-gap: 10px;
}

.zf-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ikony */
.zf-ico {
    width: 18px;
    height: 18px;
    fill: currentColor;
    opacity: .9;
    flex: 0 0 18px;
}

/* poziomy separator */
.zf-footer__hsep {
    border: solid 1px white;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    margin: 18px 0 14px;
}

/* dół */
.zf-footer__bottom {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.zf-bottomLink {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: .95;
}

.mobile-gallery {
    display: none;
}

/*REZERWACJE*/
.standard-header {
    height: auto;
    background: rgba(255, 255, 255, 0.75);

    border-bottom: 1px solid #e3e3e3;
}

.standard-header .mega-toggle-animated-inner,
.standard-header .mega-toggle-animated-inner:before,
.standard-header .mega-toggle-animated-inner:after {

    background: rgba(0, 36, 56, 0.75) !important;
}

.standard-header .mega-menu-link {
    color: rgba(0, 36, 56, 0.75) !important;
    font-family: Poppins !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 260.023% !important;
    /* 33.803px */
}
.cf7-date-ghost{
	 font-family: Poppins !important;
}

.standard-header .mega-menu-link[aria-current="page"] {
    font-family: "Poppins-Bold" !important;
}


.bg-reservation {
    background-image: url(/wp-content/uploads/reservation/bg_reservations.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-attraction {
    background-image: url(/wp-content/uploads/atractions/bg_atractions.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-restaurant {
    background-image: url(/wp-content/uploads/restaurant/bg_restaurant.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-tanzania {
    background-image: url(/wp-content/uploads/trips/bg_trips.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-404{
    background-image: url(/wp-content/uploads/404/bg_404.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-thank-you{
    background-image: url(/wp-content/uploads/thank_you_page/bg_thank_you_page.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-privacy{
	    background-image: url(/wp-content/uploads/polityka_hotelu/bg_privacy.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-spa-site {
    background-image: url(/wp-content/uploads/spa/bg_spa.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-flying-dresses {
    background-image: url(/wp-content/uploads/flying_dresses/bg_flying_dresses.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reservation h1 {
    display: flex;
    padding: 0 64px 16px 64px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #FFF;

}

.room-container h2 {
    border: unset;
    border-right: 1px solid #E3E3E3;
    padding: 0px;
    margin: 0px;
    padding-right: 16px;
}

.h1-content {
    margin-top: 72px;
    margin-bottom: 168px;
}

.h1-content p {
    margin-top: 16px;
    margin-bottom: 32px;
}

@media (min-width: 1400px) {

    .section-rezerwation .container,
    .section-1120 .container {
        max-width: 1120px;
    }
}

.review-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

}

.review-container a>div {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
}

.review-container .span-score {
    color: rgba(0, 36, 56, 0.75);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 19.5px */
}

.review-container .span-score span {
    color: rgba(0, 36, 56, 0.25);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.stars-container {
    display: flex;
    align-items: center;
    gap: 3px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    ⁨
}

.dot.green {
    background-color: #00852F;
}

.dot.blue {
    background-color: #0C3B7C;
}

.form-data-picker {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 12px 16px;
}

.reservation-form-container {
    display: flex;
    max-width: 1120px;
    padding: 16px 24px;

    justify-content: center;

    gap: 16px;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 16px 0 rgba(0, 36, 56, 0.15);
    backdrop-filter: blur(24px);
    margin-top: -56px;
}

.reservation-form-container lable {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    padding-bottom: 4px;
}

.form-room-select {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.form-room-select option {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.p0 {
    padding: 0;
}

.room-container {
    margin-top: 96px;
    margin-bottom: 96px;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
}

.room-container .row:first-child {
    padding: 8px;
}

.room-people {
    display: flex;
    gap: 8px;
    padding-left: 16px;
    align-items: center;
}

.room-people span {
    background: linear-gradient(90deg, #40E0D0 0%, #009FFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.room-description {
    padding: 8px 16px 16px 16px;
}

.room-amenities {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    width: fit-content;
    border-radius: 8px;
    position: relative;
}

.room-amenities::before {
    content: "";
    position: absolute;
    inset: 0;
    /* pełne pokrycie elementu */
    padding: 2px;
    /* grubość ramki */
    border-radius: 8px;
    background: linear-gradient(90deg, #40E0D0 0%, #009FFA 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.room-amenities span {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.room-amenities-container {
    display: flex;
    padding: 16px 0 0 0;
    gap: 8px;
    flex-wrap: wrap;
    width: 77%;
    overflow-y: hidden;
    height: 52px;

    transition: height 0.3s ease-in-out;

}

.room-amenities {
    opacity: 0;

    transition: opacity 0.8s ease-in-out;
}

/* po rozwinięciu */
.room-amenities-container.expanded {
    height: 114px;
    overflow: visible;
    width: 100%;

}

.room-amenities-container.expanded .room-amenities {
    opacity: 1;

}

.room-amenities.opacity-100 {
    opacity: 1;

}

.room-amenities-all-span {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 260.023%;
    /* 33.803px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: linear-gradient(90deg, #40E0D0 0%, #009FFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 16px;
    cursor: pointer;
}

.price-booking-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
    gap: 8px;
}

.room-price {
    color: #CE8D24;
    text-align: center;
   font-family: "Playfair Display", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: -0.96px;
}

.room-time {
    color: #CE8D24;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
}

.room-availability {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 260.023%;
    /* 33.803px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: linear-gradient(90deg, #40E0D0 0%, #009FFA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.room-description p {
    color: rgba(0, 36, 56, 0.75);

    /* Tekst/text-regular */
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
    margin-top: 26px;
}

/* ======== RESET / BAZA ======== */
.sf-gallery button {
    all: unset;
    cursor: pointer;
    display: block;
}

.sf-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    border-radius: 12px;
    overflow: hidden;
}

.sf-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    background: #f4f4f4;
    transition: transform .3s ease;
}

.sf-gallery button:hover .sf-img {
    transform: scale(1.02);
}

/* ======== PRAWA KOLUMNA (2 zdjęcia jedno pod drugim) ======== */
.sf-col-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.sf-hero {
    aspect-ratio: 16/10;
    grid-row: 1 / span 2;
}

/* ======== MINIATURY ======== */
.sf-thumbs {
    grid-column: 1 / span 2;
    display: flex;
    gap: 10px;
    overflow: hidden;
}

.sf-thumb {
    position: relative;
    flex: 0 0 auto;
    width: 150px;
    aspect-ratio: 16/10;
    border-radius: 10px;
    overflow: hidden;
}

.sf-thumb .sf-img {
    border-radius: 10px;
    transition: opacity .3s ease;
}

/* Ramka aktywna tylko w lightboxie */
.sf-lightbox .sf-strip .active img {
    outline: 3px solid #0071c2;
    outline-offset: 0;
}

/* Miniatury na stronie – bez ramki */
.sf-thumb .sf-img {
    outline: none !important;
}

.sf-count {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font: 600 13px/1.2 system-ui, sans-serif;
    padding: 6px 10px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sf-count span {
    color: #FFF;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
}

/* ======== LIGHTBOX ======== */
.sf-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.sf-lightbox[aria-hidden="false"] {
    display: flex;
}

/* Zamknięcie (X) */
.sf-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 50px;
    background: transparent;
    cursor: pointer;
    border: unset;
    color: rgba(255, 255, 255, 0.50);
}

/* Strzałki */
.sf-nav {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 3px solid rgba(255, 255, 255, 0.50);
    color: rgba(255, 255, 255, 0.50);
    background-color: transparent;
}

.sf-prev {
    left: 20px;
}

.sf-next {
    right: 20px;
}

.sf-nav:hover {
    background: rgba(255, 255, 255, 0.25);
}

/* Obraz w lightboxie */
.sf-stage {
    position: relative;
    max-width: 90%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-stage-img {
    max-width: 100%;
    max-height: 64vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

/* Licznik */
.sf-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font: 600 16px/1.3 system-ui, sans-serif;
}

/* Pasek miniatur w lightboxie */
.sf-strip {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow-x: auto;
    padding: 0 24px;
}

.sf-strip button {
    background: none;
    border: none;
    flex: 0 0 auto;
    width: 120px;
    aspect-ratio: 16/10;
    border-radius: 8px;
    overflow: hidden;
}

.sf-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    border-radius: 8px;
}

.sf-strip .active img {
    opacity: 1;
    outline: 3px solid #0071c2;
}

.sf-strip::-webkit-scrollbar {
    height: 6px;
}

.sf-strip::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 6px;
}

.data-picker-form {
    display: flex;
    width: 60%;
    gap: 16px;
}

.data-picker-form label {
    width: 100%;
}



.section-opinion {
    padding: 96px 0 128px 0;
    background: #F8F8F8;
}

.reservation-reviews-section h2 {
    border: none;
    margin: 0;
}

.reservation-reviews-section span {
    color: rgba(0, 36, 56, 0.50);
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.reservation-reviews-section img {
 
}

.div-info-form {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background: rgba(0, 36, 56, 0.75);
}

.div-info-form p {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.div-info-form p span {
    ⁨color: #FFF;
    font-family: Poppins-Bold;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
}

.ask-availability-h2 {
    color: rgba(0, 36, 56, 0.75);
   font-family: "Playfair Display", serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 39.6px */
    letter-spacing: -0.66px;
    display: flex;
    padding: 16px 64px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(0, 36, 56, 0.75);
}

.form-rezervation-container lable {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
}

.form-rezervation-container input {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 12px 16px;
}

.form-rezervation-container textarea {
    height: 100px;
    resize: vertical;
}

/* stylizacja checkboxa CF7 */
.wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    padding: 8px;
    border-radius: 6px;
    border: 2px solid #40E0D0;
    background-color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* kliknięcie */
.wpcf7-acceptance input[type="checkbox"]:active {
    transform: scale(0.95);
}

/* po zaznaczeniu */
.wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: #40E0D0;
    border-color: #40E0D0;
}

/* ptaszek */
.wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* opcjonalnie focus */
.wpcf7-acceptance input[type="checkbox"]:focus {
    outline: 2px solid #40E0D0;
    outline-offset: 3px;
}

/* etykieta obok */
.wpcf7-list-item-label {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.form-rezervation-container .wpcf7-list-item {
    margin: 0px;
}

.button-link:disabled {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.30);
}

.bg-rezerwation-form {
    background-image: url('/wp-content/uploads/reservation/form_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0;
}

.acceptance-span span {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
}

.acceptance-span a {
    color: #009FFA;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* ======== RESPONSYWNOŚĆ ======== */
@media (max-width: 997px) {
    .sf-gallery {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .sf-thumbs {
        gap: 4px;
    }

    .sf-col-right {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        margin-bottom: 4px;
        gap: 4px;
    }

    .sf-count span {

        font-size: 19px;

    }

    .sf-thumb[aria-label="Zdjęcie 4"],
    .sf-thumb[aria-label="Zdjęcie 5"],
    .sf-thumb[aria-label="Zdjęcie 6"] {
        display: none;
    }

    .room-people {
        padding: 12px 24px;
        border-top: 1px solid #E3E3E3;
    }

    .room-description h2 {
        border: unset;
        margin-bottom: 8px;
    }

    .room-amenities-container {
        width: 100%;
        height: 84px;
        gap: 4px;
        justify-content: center;
    }

    .room-description {
        padding: 0;
    }

    .room-amenities-container.expanded {
        height: 182px;
    }

    .opacity-100-tel {
        opacity: 1;
    }

    .room-description p {
        text-align: center;
    }

    .room-time {
        margin-bottom: 8px;
    }

    .ask-availability-h2 {
        padding: 12px;
    }

    .promo-container {
        padding: 0px;
    }

    .promo-div {
        border-radius: 0px;
        width: 100%;
    }

    nav {
        border-bottom: 1px solid #FFF;
        padding: 16px;
    }

    .hero-text span {
        font-size: 11px;

    }

    h1 {
        font-size: 40px;
    }

    h2 {

        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 33.6px */
        letter-spacing: -0.56px;

        padding: 16px 0px;
    }

    .row-margin-standard {
        margin: 64px 0px !important;
    }

    .row-padding-standard {
        padding: 64px 0px !important;
    }

    .div-img-deluxe {
        display: none;
    }

    .bg-delux,
    .bg-ocean-view,
    .bg-delux-extrabed {
        background-image: none;

    }

    .img-background-deluxe {
        height: auto;
        border: none;
    }

    .apartament-attributes {
        width: 33%;
    }

    .mobile-gallery {
        display: block;
        max-width: 560px;
        /* opcjonalnie: szerokość kontenera */
        margin: 0 auto;
    }

    .mg-viewport {
        position: relative;
        overflow: hidden;
        border-radius: 14px;
        background: #0001;
    }

    /* wysokość slajdów - proporcje jak na podglądzie */
    .mg-viewport,
    .mg-slide {
        aspect-ratio: 4 / 3;
    }

    /* zmień np. na 16/9 */

    .mg-track {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform .35s ease;
        will-change: transform;
        touch-action: pan-y;
        /* pozwól przewijać w pionie */
    }

    .mg-slide {
        min-width: 100%;
        user-select: none;
    }

    .mg-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        -webkit-user-drag: none;
        object-position: bottom;
    }

    /* kropki */
    .mg-dots {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        padding: 4px 8px;
        border-radius: 20px;
        background: rgba(0, 0, 0, .35);
        backdrop-filter: blur(2px);
    }

    .mg-dots .mg-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff8;
        border: 0;
        padding: 0;
    }

    .mg-dots .mg-dot.is-active {
        background: #fff;
    }

    .div-offer {
        width: 358px;
        background-size: cover;
    }

    .div-offer-wrap {
        gap: 24px;
    }

    .row-active-offers .col-lg-3.col-12 {
        display: flex;
        justify-content: center;
    }





    .zf-footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .zf-footer__logo img {
        margin: 0 auto 8px;
        width: 120px;
    }

    .zf-footer__vsep {
        display: none;
    }

    .zf-menu {
        justify-items: center;
        grid-template-columns: repeat(2, minmax(110px, 1fr));
        column-gap: 34px;
    }

    .zf-contact li {
        justify-content: center;
    }

    .zf-footer__bottom {
        justify-content: center;
        text-align: center;
    }

    .img-background-deluxe {
        padding: 0px;
        padding-top: 8px;
    }

    .apartament-attributes {
        gap: 5px;
    }

    .div-offer-active {
        display: none;
    }

    .review-container {
        flex-wrap: wrap;
    }

    .section-rezerwation .button-link,
    .room-container .button-link {
        width: 100%;
    }

    .reservation-form-container .button-link {
        margin-top: 32px;
    }

    .data-picker-form {
        flex-direction: column;
        width: 100%;
    }

    form .button-link {
        width: 100%;
    }

    .acceptance-span span {

        font-size: 13px;

    }

    .div-info-form svg {
        width: 25%;
    }

    .div-info-form p {
        text-align: left;
    }

    .zf-footer__inner {
        padding: 16px 0;
    }

    .mega-menu .max-mega-menu .mega-menu-horizontal {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(12px);
    }

    .mega-menu-link {
        color: rgba(0, 36, 56, 0.75) !important;
        background: unset !important;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        text-transform: uppercase;
    }

    .mega-menu-link[aria-current="page"] {
        font-family: "Poppins-Bold" !important;

    }

}

.accordion-header {
    ⁨⁨color: #CE8D24;
   font-family: "Playfair Display", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 22.8px */
    letter-spacing: -0.38px;
}

.div-offer-content span {
    cursor: pointer;
}

.slub-div {
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    padding: 8px 8px 24px 8px;
}

.be-immersive-experience-wrapper {
    max-width: 100% !important;
}

/* preferencje dostępności */
@media (prefers-reduced-motion: reduce) {
    .mg-track {
        transition: none;
    }
}

/* KONTAK */

.bg-contact {
    background-image: url(/wp-content/uploads/kontakt/bg_contact.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kontakt .h1-content {
    margin: 133px 0;
}

.kontakt h1 {
    margin-bottom: 16px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 16px;
}

.h2-kontakt {
    border: none;
    color: #CE8D24;
    text-align: right;

    /* H6 */
   font-family: "Playfair Display", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 22.8px */
    letter-spacing: -0.38px;
    padding: 0;
    margin: 32px 0 16px 0;
}

.contact-info {
    border-right: 1px solid #E3E3E3;
}

.contact-info span {
    color: rgba(0, 36, 56, 0.75);
    text-align: right;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.lable-design {
    color: rgba(0, 36, 56, 0.75);
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.row-form-kontakt {
    margin-top: 64px;
    margin-bottom: 96px;
}

@media (max-width: 997px) {
    .bg-contact {
        background-image: url(/wp-content/uploads/kontakt/bg_contact_mobile.webp);
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: unset;
    }

    .row-form-kontakt {
        flex-direction: column-reverse;
        margin: 56px 0;
    }

}

.sticky-top {
    z-index: 20 !important;
}

.border-glass {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    transform: translate(0, -32px);
}

.border-glass h2 {
    border: none;
    padding: 0;
}

.border-glass p {
    color: rgba(0, 36, 56, 0.75);
    text-align: left;

}

.hotel-history-row {
    display: flex;
    justify-content: flex-end;
}

.hotel-history-row img {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}

.attraction-section {
    height: 486px;
}

.img-br8-white {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    width: 100%;
}

.mt-168 {
    margin-top: 168px;
}

.attraction-section h1 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 16px;
}

.tel-on {
    display: none;
}

#photo-change {
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 1;
}

#photo-change.fade-out {
    opacity: 0;
    transform: scale(1.03);
}

#photo-change.fade-in {
    opacity: 1;
    transform: scale(1);
}

.section-reviews {
    padding: 96px 160px 128px 160px;
    background: #F8F8F8;
}

.transform-0 {
    transform: translate(0px);
}

.border-glass-tanzania {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
}

.border-glass-tanzania h3 {
    text-align: left;

}

.border-glass-tanzania p {
    color: rgba(0, 36, 56, 0.75);
    /* Tekst/text-regular */
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
}

.container .row:nth-child(odd) .border-glass-tanzania {
    transform: translate(-32px, 0)
}

.container .row:nth-child(even) .border-glass-tanzania {
    transform: translate(32px, 0)
}

.h2-tanzania {
    color: #CE8D24;
   font-family: "Playfair Display", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
    letter-spacing: -0.8px;
    width: auto;
    text-align: center;
    border: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Dwie równe kolumny */
    grid-template-rows: 1fr 1fr;
    /* Dwa równe rzędy */
    gap: 8px;
    /* Odstępy między zdjęciami */
    margin: 0 auto;
}

/* Stylizacja elementów wewnątrz siatki */
.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* Zaokrąglone rogi jak na screenie */
}

/* Specjalna klasa dla dużego zdjęcia po lewej */
.item-tall {
    grid-column: 1;
    /* Pierwsza kolumna */
    grid-row: 1 / span 2;
    /* Zajmuje dwa rzędy (od 1 do 3) */
}

/* Stylizacja samych obrazków */
.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* KLUCZOWE: przycina zdjęcie, aby wypełniło kafel, nie rozciągając go */
    display: block;
}

.color-list {
    max-height: 160px;
}

.color-circle {
    display: flex;
    padding: 0 8px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    color: var(--Text---Body, rgba(0, 36, 56, 0.75));
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
}

.color-circle:hover {
    border: 1px solid var(--Gradient, #40E0D0);
}

.color-circle.active {
    border-radius: 8px;
    border: 1px solid var(--Gradient, #40E0D0);
    background: rgba(0, 36, 56, 0.75);

    color: #FFF;
}

.dresses-price-info-row {
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    padding: 8px;
}

.dresses-price-info-div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding: 16px;
}

.dresses-price-info-div p {
    color: rgba(0, 36, 56, 0.75);

    /* Tekst/text-regular */
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
}

strong {
    font-family: "Poppins-SemiBold";
}

.dresses-info-box {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background: rgba(0, 36, 56, 0.75);
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.dresses-info-box ul {
    list-style: none;
    padding-left: 0;
}

.dresses-info-box li::before {
    content: "– ";
    margin-right: 4px;
}

/* overlay */
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    display: none;
    z-index: 998;
}

/* popup */
.popup-flying-dresses {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;

    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);

    width: 40%;
    box-sizing: border-box;

    gap: 16px;
    flex-direction: column;
    align-items: center;
}

.popup-flying-dresses p {
    color: rgba(0, 36, 56, 0.75);

    /* Tekst/text-regular */
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
}

/* przycisk X */
.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;

    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    line-height: 1;
}

.popup-close:hover {
    color: black;
}

.spa-section p {
    color: rgba(0, 36, 56, 0.75);
}

.spa-section h2 {
    border: none;
}

.border-1-grey {
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    padding: 8px 8px 24px 8px;
height: 100%;
}

.bg-f8 {
    background: #F8F8F8;
}

.masaze-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin-top: 48px;
}

.masaze-list div {
    display: flex;
    padding: 8px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(16px);
    width: 100%;

}

.masaze-list span {
    color: #CE8D24;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 28.5px */
    text-transform: uppercase;
}

.section-spa-list {
    background-image: url(/wp-content/uploads/spa/bg_massage.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 64px;
}

.section-spa-list p {
    color: rgba(0, 36, 56, 0.75);
}

.section-spa-list h2 {
    color: rgba(0, 36, 56, 0.75);
   font-family: "Playfair Display", serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 39.6px */
    letter-spacing: -0.66px;
    border-bottom: 1px solid rgba(0, 36, 56, 0.75);
    padding-top: 64px;
}

.bg-studio-figura {
    background-image: url(/wp-content/uploads/spa/studio_figura.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 128px 0;
}

.bg-studio-figura h2 {
    color: #FFF;
   font-family: "Playfair Display", serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 39.6px */
    letter-spacing: -0.66px;
    padding: 0 64px 16px 0;
    border-bottom: 1px solid #FFF;
    text-align: left;
    width: fit-content;
    margin-bottom: 16px;
}

.bg-studio-figura p {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
}

.div-regulations-content {
    display: flex;
    padding: 24px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
}

.div-regulations-content p {
    color: rgba(0, 36, 56, 0.75);

    /* Tekst/text-regular */
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-align: left;
}

.div-regulations-content h3 {
    color: rgba(0, 36, 56, 0.75);
    font-family: "Poppins-Medium";
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    /* 24px */
}
.page-404 h1{
	    font-size: 128px;
}
.photo-change-mouseover{
	cursor:pointer;
}
.nav-main-page{

		position: fixed;
  top: 50px;
  z-index: 99;
  width: 100%;
}
.promo-main-page{
	position: absolute;
  z-index: 99;
  width: 100%;
}
.nav-scroll .mega-menu-item .mega-menu-link {
	color: #666!important;
}
.nav-scroll .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,.nav-scroll .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .nav-scroll .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
	background: rgba(0, 36, 56, 0.75) !important;
}
.nav-scroll{
background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e3e3e3;
	top:0!important;
}
.spa-section .border-1-grey h3{
	margin: 16px 0;
}

@media (max-width: 997px) {
	.nav-main-page{
 top: 30px;

}
    .hotel-history-row img {
        width: 142px;
        height: 221px;
        object-fit: cover;
    }

    .hotel-history-row div {
        justify-content: center;
        overflow: hidden;
    }

    .hotel-history-row .col-12 {
        transform: translate(0, -32px);
    }

    .hotel-history-row .border-glass {
        transform: translate(0);
    }

    .img-attraction-w102 {
        object-fit: cover;
        width: 110%;
        height: 221px;
    }

    .tel-on {
        display: block;
    }

    .restaurant-div-img {
        overflow: hidden;

    }

    .restaurant-div-img img {
        width: 220px;
        height: 221px;
        aspect-ratio: 220/221;
    }

    .section-reviews {
        padding: 0px;
    }

    .bg-restaurant {
        background-image: url(/wp-content/uploads/restaurant/bg_restaurant_mobile.webp);
    }

    .bg-tanzania {
        background-image: url(/wp-content/uploads/trips/bg_trips_mobile.webp);
    }
	.bg-404{
		 background-image: url(/wp-content/uploads/404/bg_404_mobile.webp);
	}
	.bg-thank-you{
		background-image: url(/wp-content/uploads/thank_you_page/bg_thank_you_page_mobile.webp);
	}
    .bg-privacy {
        background-image: url(/wp-content/uploads/polityka_hotelu/bg_privacy_mobile.webp);
    }
    .bg-spa-site {
        background-image: url(/wp-content/uploads/spa/bg_spa_mobile.webp);
    }

    .bg-flying-dresses {
        background-image: url(/wp-content/uploads/flying_dresses/bg_flying_dresses_mobile.webp);
    }

    .mobile-border-glass-none {
        border: none;
    }

    .border-glass-mobile {
        border-radius: 12px;
        border: 2px solid #E3E3E3;
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(16px);
        padding: 24px;
        transform: translate(0, -24px);
    }

    .btn-full-width {
        padding: 14px !important;
        width: auto;
    }

    .h2-tanzania {
        font-size: 33px;
    }

    .border-glass-tanzania {
        transform: translate(0, -24px) !important;
        padding: 24px;
        margin: 0 16px;
        border: 2px solid #E3E3E3;
    }

    .border-glass-tanzania h3 {
        font-size: 23px;
    }

    .tanzania-link svg {
        width: 24px;
        height: 26px;
        aspect-ratio: 12/13;
    }

    .tanzania-link {
        text-align: left;
    }

    .color-list {
        max-height: 340px;
    }

    .color-circle {
        padding: 8px 16px;
    }

    .dresses-price-info-row {
        flex-direction: column-reverse;
        margin: 16px;
    }

    .dresses-price-info-row img {
        height: 268px;
        object-fit: cover;
        margin-bottom: 16px;

    }

    .popup-flying-dresses {
        width: 100%;
        padding: 24px;
    }

    .mobile-h220-img {
        height: 218px;
        object-fit: cover;
    }

    .w-lg-100 {
        width: 100%;
    }

    .border-1-grey h3 {
        margin: 16px 0 32px 0;
    }

    .bg-studio-figura h2 {
        padding: 16px 0px;
    }
}

.button-link {
    cursor: pointer;
}