@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;600;900&display=swap");

.place-card-contact a {
    color: #222 !important;
    text-decoration: none;
    margin-left: 2px;
}

.place-card-contact a:hover,
.place-card-contact a:active,
.place-card-contact a:visited,
.place-card-contact a:focus {
    color: #222 !important;
    text-decoration: none;
    outline: none;
}

.place-card-contact a .fa {
    color: #4b903d !important;
}

.place-card-contact .fa {
    color: #4b903d !important;
    font-size: 1.35em;
}

.place-card-contact a>i.fa,
.place-card-contact a>i.fab,
.place-card-contact a>i.fas {
    color: #4b903d !important;
}

.phone-cont {
    min-width: 200px;
}

.place-container-wrapper {
    background-color: hsl(0, 0%, 95%);
    margin: 0;
    padding: 0 auto;
}

.place-container {
    display: flex;
    justify-content: space-between;
    max-width: 1900px;
    margin: 0 auto;
    align-items: center;
    gap: 2rem;
    background-color: hsl(0, 0%, 95%);
    padding: 0px 20px 20px 20px;
    flex-wrap: wrap;
    /* Optional: ensures it wraps on smaller screens */
}

.place-container-left,
.place-container-middle,
.place-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.place-container-left {
    flex: 0 0 auto;
    margin-left: 30px;
}

.place-container-middle {
    text-align: left;
    flex: 1 1 auto;
}

.place-container-middle h1 {
    margin: 0;
    font-family: "Bodoni Moda";
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 1px;
}

.place-container-middle p {
    margin: 0.5em 0 0 0;
    font-size: 1rem;
}

.place-container-right {
    align-items: center;
    flex: 0 0 auto;
}

.place-container-right img {
    max-width: 120px;
    height: auto;
}

.see-all-wrapper-place {
    margin: -40px 0 0 0;
    z-index: 299;
}

.see-all-btn-nav {
    display: inline-block;
    background-color: #4c9139;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    z-index: 300;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    margin: 0px;
}

.see-all-btn-www {
    background-color: #e67e22;
    color: white !important;
}

.see-all-btn-www:hover {
    background-color: #cf6d17 !important;
}

.see-all-btn-nav:hover {
    background-color: #3b612b;
}

/* .mantine-Carousel-slide.is-center {
    transform: scale(2.05);
    transition: transform 0.3s ease;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.mantine-Carousel-slide {
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
    transform: scale(0.62);
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-origin: center center;
    contain: paint;
} */

/* 
.mantine-Carousel-slide.is-center {
    transform: scale(1.0) !important;
    opacity: 1;
    z-index: 2;
} 

 .mantine-Carousel-slide .slide-inner>* {
    width: 100%;
    height: 380px;
    border-radius: inherit;
    overflow: hidden;
    display: block;
} */

.enowycieczka-container {
    display: flex;
    color: white;
    padding: 2rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 1900px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

.enowycieczka-column {
    flex: 1;
    padding: 1rem;
}

.enowycieczka-column:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    /* pionowe linie */
}

.enowycieczka-title {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 0.3em;
}

.enowycieczka-subtitle {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.enowycieczka-icon {
    width: 60px;
    height: auto;
    margin: 0.5rem auto 1.5rem;
}

.enowycieczka-button {
    display: block;
    padding: 0.6rem 1.5rem;
    background-color: white;
    color: #6b8e44;
    border: none;
    font-weight: bold;
    text-decoration: none;
    max-width: 130px;
    margin: 0 auto;
}

.place-info-label {
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 0.8rem;
}

.place-info-value {
    font-size: 2.7em;
    font-weight: 900;
    margin-bottom: 1rem;
}

.place-info-timeopen {
    font-size: 0.95em;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.place-info-timeopen p {
    margin: 0.1rem;
}

@media screen and (max-width: 768px) {
    .place-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .place-container-left,
    .place-container-middle {
        width: 100%;
        margin-top: 20px;
        align-items: center;
        text-align: center;
    }

    .place-container-right {
        width: 100%;
        margin-top: -20px;
        align-items: center;
        text-align: center;
    }

    .place-container-middle h1 {
        font-size: 3.3em;
    }

    .place-container-middle p {
        font-size: 0.95em;
    }

    .see-all-wrapper {
        margin-top: 1em;
    }

    .enowycieczka-container {
        flex-direction: column;
        gap: 2rem;
        /* odstęp między sekcjami */
    }

    .enowycieczka-column {
        width: 100%;
        padding: 1rem 0;
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        /* pozioma linia między wierszami */
    }

    .enowycieczka-column:last-child {
        border-bottom: none;
    }

    .enowycieczka-button {
        margin-top: 1rem;

    }
}



.place-card-container {
    display: flex;
    max-width: 1900px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
}

.place-card-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 60px;
}

.place-card-top {
    align-self: flex-start;
}

.place-card-bottom {
    align-self: flex-end;
    padding-bottom: 40px;
}

.place-card-title {
    font-size: 3em;
    font-family: "Bodoni Moda";
    margin-bottom: 20px;
}

.place-card-description p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.place-card-right {
    max-width: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.place-card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.place-card-image-wrapper img {
    max-width: 100%;
    height: auto;
}


.place-card-bottom {
    align-self: flex-end;
    padding-bottom: 40px;
}



/* Dno lewej kolumny */
.place-card-bottom {
    align-self: flex-end;
    padding-bottom: 40px;
    width: 100%;
}

/* Kontener wewnętrzny na atrakcje + kontakt */
.place-card-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.place-card-attractions h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 0.6em;
    color: #3a6e3a;
}


/* pocz */
.place-card-attractions-header {
    color: #4b903d;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 8px;
}

.place-card-attractions-list {
    font-size: 1.05em;
    margin-bottom: 36px;
    color: #333;
    letter-spacing: .5px;
}

.place-card-socials {
    display: flex;
    align-items: center;
    font-size: 1.3em;
    gap: 8px;
    /* zmniejsza odstęp między ikonami */
}

.place-card-contact {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 12px;
}

.place-card-contact>div {
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-size: 1.15em; */
    color: #222;
}

.place-card-contact img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 4px;
}

.place-card-contact a {
    color: #4b903d;
    text-decoration: none;
    font-weight: 500;
    margin-left: 2px;
}

.place-card-contact a:hover {
    color: #37772a;
}

@media (max-width: 950px) {
    .place-card-contact {
        flex-direction: column;
        gap: 25px;
    }
}


.place-offer-section {
    display: flex;
    max-width: 1900px;
    margin: 0 auto;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.place-offer-container {
    flex: 1;
    max-width: 600px;
    min-width: 40rem;
}

.place-offer-section h3 {
    font-size: 3em;
    font-family: "Bodoni Moda";
    margin-bottom: 20px;
}

.place-offer-icons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding-left: 40px;
    justify-content: flex-start;
    /* EN: align items on the left */
}

.place-offer-icon-tile {
    width: 150px;
    height: 150px;
    padding: 2px;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* EN: icon above text */
    align-items: center;
    /* EN: horizontal center */
    justify-content: center;
    /* EN: vertical center */
    text-align: center;
    cursor: default;
}

.place-offer-icon-tile img {
    width: 120px;
    height: 120px;
    color: white;
    /* filter: invert(1); */
    margin-bottom: 5px;
    object-fit: contain;
    /* EN: keep aspect ratio */
    display: block;
}

.place-offer-icon-label {
    font-size: 0.75em;
    /* EN: label text */
    line-height: 1.1;
}

.place-offer-icon-flags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 120px;
    height: 120px;
    gap: 4px;
    padding: 3px;
    border: 1.5pt solid white;
    border-radius: 10px;
    /* EN: small spacing */
    margin-bottom: 5px;
}

.place-offer-icon-flags img {
    width: 50px;
    height: 50px;
    filter: invert(0) !important;
    object-fit: contain;
}

.place-wine-section {
    color: black !important;
}


@media (max-width: 1585px) {
    .place-offer-section {
        flex-direction: column;
    }

    .place-offer-container,
    .place-offer-icons-container {
        max-width: 100%;
        min-width: unset;
        padding-left: 0;
    }

    .place-offer-icons-container {
        margin: 2rem auto;
    }
}

@media (max-width: 1200px) {
    .place-card-container {
        flex-direction: column;
    }

    .place-card-left,
    .place-card-right {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    /* Obrazek ma być na górze */
    .place-card-right {
        order: -1;
        margin-bottom: 2rem;
        /* Odstęp pod obrazkiem */
    }
}


/* TABELA z winami */

.wine-table {
    border-collapse: separate;
    border-spacing: 0;
    /* max-width: 100%; */
    font-family: "Montserrat";
}

.wine-table th,
.wine-table td {
    padding: 18px 8px;
    text-align: center;
    font-family: "Montserrat";
    position: relative;
    min-width: 9em;
}

.wine-table .col-label-inner {
    display: inline-block;
    background: #898989;
    color: #fff;
    font-weight: 600;
    font-size: 0.7em;
    padding: 8px 18px 8px 18px;
    width: 90%;
    position: relative;
}

.wine-table .col-label-inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #898989;
}

.wine-table .row-label {
    padding: 0 0 0 0;
    /* wyzeruj domyślny padding */
    text-align: left;
    background: transparent;
    border-radius: 0;
    vertical-align: middle;
}

.wine-table .row-label-inner {
    display: inline-block;
    background: #898989;
    color: #fff;
    font-weight: 600;
    font-size: 0.7em;
    padding: 14px 22px 14px 20px;
    position: relative;
    width: 80%;
    margin: 10px 0;
}

.wine-table .row-label-inner::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #898989;
}

.circle-wrap {
    margin: 0 auto 4px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle.big {
    width: 52px;
    height: 52px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circle.small {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
}

.circle.small.white {
    background: #fff200;
}

/* z obrazka: żółty RGB(255,242,0) */
.circle.small.orange {
    background: #ff9300;
}

/* pomarańczowy RGB(255,147,0) */
.circle.small.pink {
    background: #ff6197;
}

/* różowy RGB(255,97,151) */
.circle.small.red {
    background: #64081c;
}

/* czerwony RGB(100,8,28) */
.circle.small.sparkling {
    background: #eeeeee;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
    box-shadow: 0 0 0 1px #cccccc;
}

.sparkling {
    vertical-align: middle;
}

.wine-table td img {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.wine-table tbody tr td,
.wine-table tbody tr th {
    border-bottom: 1px dashed #CCCCCC;
}


/* Container for all senses */
.senses-container {
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    padding: 2rem 1rem;
}

/* Single sense block */
.sense-box {
    text-align: center;
    flex: 1 1 160px;
    max-width: 250px;
}

/* Icon size */
.sense-icon {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-bottom: 1rem;
}

/* Title styling */
.sense-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Georgia', serif;
}

/* Description text */
.sense-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.place-sense-section {
    max-width: 1900px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
}

.place-sense-section h3 {
    font-size: 3em;
    font-family: "Bodoni Moda";
    margin: 40px auto;
    text-align: center;
}


/* Responsive: stack vertically on narrow screens */
@media (max-width: 960px) {
    .senses-container {
        flex-direction: column;
        align-items: center;
    }

    .sense-box {
        max-width: 100%;
    }

    .wine-table .col-label-inner {
        display: inline-block;
        background: #898989;
        color: #fff;
        font-weight: 600;
        font-size: 0.7em;
        padding: 8px 18px;
        width: 90%;
        height: 10em;
        position: relative;

        writing-mode: vertical-rl;
        /* English: vertical text */
        transform: rotate(180deg);
        /* English: rotate so text reads bottom→top */
        text-align: center;
        /* English: center */
    }

    .wine-table th,
    .wine-table td {
        min-width: 2em;
    }

    .wine-table .col-label-inner::after {
        content: '';
        display: block;
        position: absolute;

        /* English: place physically at the top, since parent is rotated */
        top: -14px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        /* English: flip arrow to point “down” visually */

        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #898989;
        /* English: triangle fill */
    }


}