@font-face {
    font-family: "PP Mori";
    font-style: normal;
    font-weight: 500;
    src: local('PP Mori'),url('/assets/font/PPMori-Regular.woff') format('woff')
}

@font-face {
    font-family: "PP Editorial Old";
    font-style: normal;
    font-weight: 400;
    src: local('PP Editorial Old'),url('/assets/font/PPEditorialOld-Ultralight.woff') format('woff')
}

html, body {
    margin: 0;
}
body {
    position: relative;
    z-index: 1;
    background: #F8F7F0;
}

body * {
    font-family: 'PP Mori', sans-serif;
    font-weight: 500;
    transition: .5s color;
}


/* Swup Simple Fade Transition */
#swup {
    transition: opacity 500ms ease;
}

html.is-animating #swup {
    opacity: 0;
}

/* Ensure nav transitions are smooth when changing colors */
nav, nav * {
    transition: all 500ms ease;
}

p {
    letter-spacing: 0.3px;
}

::selection {
    color: black;
    background: #ffe200;
}



.block {
    display: block;
}


.br {
   border-radius: 8px;
}

.bold, .b b {
    font-weight: 600;
}

.mt {
    margin-top: 40px;
}

.nomt {
    margin-top: 0!important;
}

img {
    opacity: 1;
}
img.has-been-seen.final {
    opacity: 1;
}

img.noload {
    opacity: 1;
}

.morima {
    font-size: 10pt;
    text-transform: uppercase;
}


/*NAV*/

nav {
    z-index: 100;
    position: fixed;
    width: calc(100vw - 50px);
    padding: 0 25px;
    top: 0;
    align-items: center;
    height: 70px;
    padding-top: 20px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
}

nav a{
    color: #000;
    text-decoration: none;
}

nav.nav-singolo {
    color: #ffffff;
}

nav.nav-singolo img,
nav.nav-menu img {
    width: 70px;
}

nav.nav-singolo div:nth-child(1),
nav.nav-menu div:nth-child(1) {
    justify-self: left;
}

nav.nav-singolo > a:nth-child(2),
nav.nav-menu > a:nth-child(2) {
    justify-self: center;
}

nav.nav-singolo div:nth-child(3),
nav.nav-menu > div:nth-child(3) {
    justify-self: right;
}

nav.nav-statica {
    display: flex;
    justify-content: space-between;
}

nav.nav-statica img {
    width: 120px;
}


nav.nav-statica > .button-group {

    grid-auto-columns: 160px;
}


aside {
    position: fixed;
    bottom: 40px;
    left: 50%;
    padding: 15px 20px;
    transform: translateX(-50%);
    z-index: 50;
}


#dynamicText {
    transition: color 0.3s ease;
}

#dynamicText a{
    color: white;
}


nav.nav-singolo img {
    width: 70px;
}

nav.nav-singolo div:nth-child(1) {
    justify-self: left;
}

nav.nav-singolo > a:nth-child(2) {
    justify-self: center;
}

nav.nav-singolo div:nth-child(3) {
    justify-self: right;
}


/*BTNs*/

.mobile-button-group {
    display: none;
}


.button-group {
    border: 1px solid black;
    border-radius: 7px;
    background: #f0f0f08f;
    padding: 3px;
    display: grid;
    grid-auto-flow: column;
    gap: 3px;
    backdrop-filter: blur(5px);
    grid-auto-columns: 120px;
    transition: .2s all;
}

.button-group a,
.button-group button {
    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 10px 5px 10px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11pt;
    cursor: pointer;
}

.button-group a.a,
.button-group button.a {
    background-color: white;
}

.button-group a.b,
.button-group button.b {
    background-color: #FFD200;
}


.button-group a:hover,
.button-group button:hover {
    box-shadow:
            0 4px 10px rgba(0, 0, 0, 0.2),   /* stronger drop shadow */
            inset 0 2px 4px rgba(0, 0, 0, 0.1), /* inner top shadow */
            inset 0 -2px 4px rgba(255, 255, 255, 0.6); /* inner bottom light */
    transform: translateY(-1px);
    transition: .1s all;
}

.button-group a.a:hover,
.button-group button.a:hover {
    background: #f4f4f4;
}

.button-group a.b:hover,
.button-group button.b:hover {
    background: #e8bf00;
}

.button-group:hover {
    padding: 10px;
    transition: .2s all;
}

.button-group.single {
    padding: 0px 3px 3px 0px;
    border-top: none;
    border-left: none;
    background: #ffd2004f;
    grid-auto-columns: 135px;
}

.button-group.single a:hover,
.button-group.single button:hover {
    box-shadow: none;
    transform: translateY(-2px) translateX(-2px);
    background: #f6f6f6;
}

/*HOME*/



/*RISTORANTE*/

.hero-ristorante {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    margin: 150px;
    border-radius: 50px;
    overflow: hidden;
}


.hero-ristorante p {
    font-size: 180pt;
    font-family: "PP Editorial Old" !important;
    text-transform: uppercase;
    color: white;
    opacity: 0;
}


.hero-ristorante span {
    display: inline-block;
    font-family: "PP Editorial Old" !important;
}


.storia-ristorante {
    text-align: center;
    padding: 8vw 15vw;
}


.storia-ristorante h1{
    font-size: 15pt;
    color: #574A3E;
}

.storia-ristorante > div * {
    color: #574A3E;
    font-family: "PP Editorial Old";
    font-size: 28pt;
    line-height: 50px;
}



.gallery-ristorante {
    /*background: #1D71B8;*/
    width: 100%;
    /*height: 100vh; */
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: space-evenly;
}

.gallery-ristorante__text {
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 90pt;
    line-height: 110px;
    max-width: 90%;
    font-family: "PP Editorial Old";
    margin-top: 8vh;
    margin-bottom: 2vh;
}

.gallery-ristorante__text span {
    font-family: "PP Editorial Old";
}

.swiper:not(.fornitori-swiper) {
    width: 100%;
    height: 70vh;
}

.gallery-ristorante .mySwiper {
    opacity: 0;

}

.gallery-ristorante .swiper-slide {
    opacity: 0;
}


.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    width: 400px;
    height: 500px;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}



/*MENU*/

.grid-menu {
    width: calc(100vw - 10%);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15vh;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
    background: #FFFFFF;
    margin-bottom: 10vh;
}

.grid-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    background: #F8F7F0;
    color: black;
    text-decoration: none;
}

.grid-menu a.promo {
    background: #FFD200;
}

.grid-menu a.promo h3 {
    margin: 40px 0;
}


.ristorante-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.ristorante-card h3 {
    margin: 0;
    font-size: 18px;
    color: #574A3E;
}

.ristorante-card span {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.grid-menu a:hover {
    background: #FFD200;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.grid-menu a:hover .ristorante-card span {
    transform: translateX(4px);
}



/*PIATTI*/

.piatti-head {
    width: 100%;
    text-align: center;
    margin-top: 13vh;

}

.grid-piatti {
    width: calc(100vw - 10%);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3vh;
    gap: 15px;
    max-width: 1200px;
}

.piatto {
    display: flex;
    padding: 6px 8px;
    border: 1px solid black;
    border-radius: 10px;
    background: #ffffff;
    color: black;
    text-decoration: none;
    flex-direction: column;
}

.piatto.promo {
    background: #FFD200;
}

.piatto div {

}

.piatto img {
    height: 300px;
    width: calc(100% - 2px);
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid black;
}

.piatto div span {
    background: white;
    position: relative;
    left: 20px;
    bottom: 50px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid black;
}


.piatto h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
}

.piatto p {
    padding: 0 20px;
}



.fornitori-ristorante {
    background: #BA3A40;
    width: 100%;
    height: 100vh;
    padding-top: 10vh;
}

.fornitori-ristorante__text {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fornitori-ristorante__text p {
    max-width: 50vw;
}

.fornitori-ristorante__text p:first-of-type {
    text-transform: uppercase;
}

.fornitori-ristorante__text h2 {
    font-size: 60pt;
    line-height: 110px;
    margin: 0;
    font-family: "PP Editorial Old";
}

.fornitori-swiper {
    padding-bottom: 3rem;
    padding-top: 10vh;
}


.fornitori-swiper .swiper-wrapper{
    width: 80%;
    margin: auto;
}


.swiper-slide.fornitori-card {
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.fornitori-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 500px;
    justify-content: space-around;
}

.fornitori-overlay p,
.fornitori-overlay h3 {
    margin: 0;
}

.fornitori-overlay h3 {
    font-family: "PP Editorial Old";
    font-size: 25px;
}

.fornitori-overlay p:last-of-type {
    font-size: 12px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.fornitori-overlay .vertical-line {
    height: 250px;
    width: 0px;
    border: 0.5px solid #707070;
}

.fornitori-data {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-top: 10px;
}

.fornitori-button {
    margin-bottom: 20px;
    grid-auto-columns: 140px;
}

.fornitori-button a {
    font-size: 12px;
}

.fornitori-button span {
    margin-left: 0.3rem;
    transition: transform 0.2s ease;
}

.fornitori-button:hover span {
    transform: translateX(4px);
}

/* Freccia */
.fornitori-next {
    right: 10px;
    color: white;
}



.contatti-ristorante {
    background: #012C06;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contatti-ristorante__text {
    color: white;
    text-transform: uppercase;
    padding-bottom: 5vh;
}

.container-contatti {
    height: 70vh;
    background: #F8F7F0;
    width: 80vw;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.container-contatti > img {
    margin: 10px;
    border-radius: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    object-fit: cover;
    max-height: calc(70vh - 20px);
}

.container-contatti > div:first-of-type {
    background: #E4EFE5;
    height: calc(100% - 100px);
    width: calc(100% - 90px);
    margin: 10px 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    color: #004D09;
    gap: 20px;

}

.container-contatti > div:nth-of-type(2) {
    height: calc(100% - 100px);
    width: calc(100% - 90px);
    margin: 10px 5px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    color: #004D09;
    gap: 20px;

}


.container-contatti > div h3 {
    font-family: "PP Editorial Old";
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.container-contatti > div h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.container-contatti > div a:not(.a) {
    text-decoration: none;
    color: #004D09;
}

.container-contatti > div:nth-of-type(2) img {
    max-width: 300px;
    border-radius: 10px;

}




/*FOOTER*/


.prenota-banner {
    background-color: #FFD200;
    height: 50vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    position: relative;
}

.prenota-banner h3 {
    font-size: 60pt;
    margin: 0;
    font-family: "PP Editorial Old";
    line-height: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.banner-link-ristorante {
    background-color: #FFD200;
    border-top: 1px solid #80808059;
    height: 25vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 100;
    position: relative;
}

.banner-link-ristorante div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-link-ristorante div:not(:last-of-type) {
    border-right: 1px solid #80808059;
}

.banner-link-ristorante div a{
    color: black;
    text-decoration: none;
    font-size: 40pt;
    font-family: "PP Editorial Old";
    line-height: 80px;
    text-align: center;
    z-index: 100;
    position: relative;
}

.newsletter-banner {
    background-color: #FFD200;
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 1px solid #80808059;
    justify-content: center;
    height: 35vh;
    z-index: 100;
    position: relative;
}

.newsletter-banner h4{
    font-size: 40pt;
    margin: 0;
    font-family: "PP Editorial Old";
    margin-bottom: 0px;
    line-height: 80px;
    text-align: center;
}

.newsletter-banner p{
    max-width: 50%;
}

footer {
    background-color: #FFD200;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    border-top:1px solid #80808059;
    font-size: 12px;
    z-index: 100;
    position: relative;
}

footer a{
    color: black;
}

footer div a{
    padding-right: 10px;
    text-decoration: none;
}


.listmonk-form > div{
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 7px 10px;
    display: flex;
}


.listmonk-form > div > input[type="email"] {
    font-size: 15px;
    border: none;
    color: black;
    width: 250px;
}
.listmonk-form > div > input[type="email"]::placeholder {
    color: black;
}

.listmonk-form > div > .sub-form {
    border: 1px solid black;
    padding: 0px 3px 3px 0px;
    border-top: none;
    border-left: none;
    background: #ffd2004f;
    grid-auto-columns: 135px;
    border-radius: 7px;
    display: grid;
    grid-auto-flow: column;
    gap: 3px;
    backdrop-filter: blur(5px);
}

.listmonk-form > div input[type="submit"] {

    background-color: white;
    border: 1px solid black;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 15px 5px 20px;
    color: black;
    font-size: 11pt;
    cursor: pointer;
    text-align: left;
    transition: .2s all;
}

.listmonk-form > div input[type="submit"]:hover {

    box-shadow: none;
    transform: translateY(-2px) translateX(-2px);
    background: #f6f6f6;
}



.intolleranze-menu {
    width: calc(100vw - 10%);
    padding: 4% 5%;
    margin-top: 50px;
    background: #231B13;
    color: white;
}


.feedback-menu {
    background-color: #FFD200;
    height: 35vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.feedback-menu h3 {
    font-size: 50pt;
    margin: 0;
    font-family: "PP Editorial Old";
    line-height: 80px;
    text-align: center;
    margin-bottom: 50px;
}

.feedback-menu .button-group.single {
    grid-auto-columns: 320px;
}

.button-group.single.alt {
    grid-auto-columns: 180px;
}

.feedback-menu .button-group.single .a {
    padding: 25px 15px 10px 15px;
}

#altriMenu .modal-content {
    grid-template-columns: 1fr;
}

#altriMenu .grid-menu {
    width: initial;
    margin: 0;
}

#altriMenu .menu-card {
    opacity: 1;
}

.explore_menu {
    width: 30vw;
    margin: auto;
    margin-top: 3vh;
    display: flex
;
    flex-direction: column;
    align-items: center;
    background: #fffcef;
    padding: 40px 20px 45px 20px;
    border-radius: 16px;
    border: 1px solid;
}

.explore_menu h3{
    font-size: 24pt;
    margin: 0;
    font-family: "PP Editorial Old";
    text-align: center;
    margin-bottom: 10px;
}

.explore_menu .button-group.single {
    grid-auto-columns: 240px;
}

.dot {
    width: 5px;
    height: 5px;
    display: block;
    background: black;
    border-radius: 20px;
}

.lang {
    display: flex;
    gap: 4px;
    line-height: 10pt;
}

.lang > span {
    display: flex
;
    gap: 3px;
    align-items: center;
}


.head-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    flex-direction: column;
    background-color: #503d2a;
    background-size: cover;
}

.head-sec::before {
    content: '';
    height: 100vh;
    width: 100%;
    position: absolute;
    background: #00000078;
    mix-blend-mode: darken;
}

.head-sec h1 {
    z-index: 2;
    font-size: 150pt;
    font-family: "PP Editorial Old" !important;
    color: white;
    text-align: center;
    max-width: 90vw;
    line-height: 58pt;

}

.head-sec p {
    z-index: 2;
    color: white;
    text-align: center;
    text-transform: uppercase;
    max-width: 70vw;
}

.body-sect {
    text-align: center;
    padding: 8vw 15vw 0;
}

.body-sect span {
    font-size: 15pt;
    color: #574A3E;
    text-transform: uppercase;
}

.body-sect p {
    color: #574A3E;
    font-family: "PP Editorial Old";
    font-size: 28pt;
    line-height: 50px;
}

.body-sect-contatti {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15vw;
}

.body-sect-contatti .button-group {
    grid-auto-columns: 230px;
}








/*cookie banner*/

#cc-main {
    color-scheme: dark;

    --cc-bg: #000;
    --cc-primary-color: rgb(239, 244, 246);
    --cc-secondary-color: #b1bdc3;

    --cc-btn-primary-bg: #ffffff;
    --cc-btn-primary-color: #000;
    --cc-btn-primary-hover-bg: #ccd4d8;
    --cc-btn-primary-hover-color: #000;

    --cc-btn-secondary-bg: rgba(255, 255, 255, 0.039);
    --cc-btn-secondary-color: var(--cc-primary-color);
    --cc-btn-secondary-border-color: #252729;
    --cc-btn-secondary-hover-bg: #252729;
    --cc-btn-secondary-hover-color: #fff;
    --cc-btn-secondary-hover-border-color: #252729;

    --cc-cookie-category-block-bg: #101111;
    --cc-cookie-category-block-border: #1d1e1f;
    --cc-cookie-category-block-hover-bg: #151516;
    --cc-cookie-category-block-hover-border: #1d1e1f;
    --cc-cookie-category-expanded-block-hover-bg: #1d1e1f;
    --cc-cookie-category-expanded-block-bg: #101111;
    --cc-toggle-readonly-bg: #2f3132;
    --cc-overlay-bg: rgba(0, 0, 0, 0.9)!important;

    --cc-toggle-on-knob-bg: var(--cc-bg);
    --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

    --cc-separator-border-color: #252729;

    --cc-footer-border-color: #212529;
    --cc-footer-bg: #000;

    font-size: 13px!important;
}

#cc-main .cm,
#cc-main .pm {
    border: 1px solid var(--cc-separator-border-color);
    max-width: 20rem!important;
}

#cc-main .cm__btn {
    min-height: 33px!important;
}

#iub-pp-container a {
    color: black;
}

.counter-sec {
    padding: 18vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.counter-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #333;
    opacity: 0.2;
}

.counter-item {
    display: flex
;
    flex-direction: column;
    align-items: stretch;
    z-index: 2;
    background: #f8f7f0;
}

.counter-item h2 {
    font-size: 64px;
    margin: 0;
    color: #574A3E;
    border: 1px solid #574A3E;
    padding: 20px 30px;
    min-width: 120px;
    border-bottom: 0;
}

.counter-item p {
    margin: 0;

    color: #574A3E;
    border: 1px solid #574A3E;
    padding: 10px 20px;
    min-width: 120px;
    font-family: "PP Editorial Old";
    font-size: 20pt;
    line-height: 40px;
}

.gallery-section {
    background: #F8F7F0;
    overflow: hidden;
}

.gallery-swiper {
    width: 100%;
    /* height: 70vh; */
    height: initial !important;
}

.gallery-swiper .swiper-slide {
    width: 800px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
    opacity: 0.7;
}

.text-feature-section {
    background: #F8F7F0;
    padding: 15vh 5vw;
    position: relative;
    overflow: hidden;
}

.text-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    background: #f8f7f0;
    z-index: 1;
    padding: 40px 0;
}

.text-feature-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #333;
    opacity: 0.2;
    z-index: 1;
}

.feature-text {
    font-family: "PP Editorial Old", serif;
    font-size: 5vw;
    line-height: 1.2;
    color: #574A3E;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
    text-transform: uppercase;
}

.highlight-text {
    font-family: "PP Editorial Old", serif;
    color: #BA3A40;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    will-change: transform;
}

.careers-partners-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
}

.careers-col,
.partners-col {
    background: #F8F7F0;
    padding: 5vh 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: center;
    align-items: center;
    color: white;
    background-position: center;
    background-size: cover;
}

.careers-col::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    mix-blend-mode: hard-light;
    z-index: 1;
}

.partners-col {
    background: #BA3A40;
}

.careers-partners-section .section-label {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 2vh;
    display: block;
    text-transform: uppercase;
    z-index: 2;
}

.careers-partners-section h2 {
    font-family: "PP Editorial Old", serif;
    font-size: 64px;
    margin: 0;
    z-index: 2;
}

.careers-partners-section p {
    font-size: 14px;
    line-height: 1.5;
    z-index: 2;
    margin: 0 0 6vh 0;
    max-width: 80%;
}

.careers-partners-section .button-group.single {
    grid-auto-columns: 280px;
    z-index: 2;
    align-self: flex-start;
}

.careers-partners-section .button-group.single a {
    padding: 25px 20px 10px 20px;
    font-size: 16px;
}

.partners-col .button-group.single {
    background: rgba(255, 255, 255, 0.1);
}

.partners-col .button-group.single a {

}

.partners-col .button-group.single a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.careers-grid {
    padding: 10vh 5vw;
    background: #F8F7F0;
}

.careers-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.career-card {
    background: white;

    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.career-card:hover {
    transform: translateY(-4px);
}

.career-content {
    margin-bottom: 15px;
}

.career-card h3 {
    color: #004D09;
    font-size: 24px;
    margin: 0;
}

.career-card .location {
    color: #004D09;
    font-size: 14px;
    margin: 0 0 50px 0;
}

.career-card .description {
    color: #004D09;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.career-card .button-group.single {
    grid-auto-columns: 200px;
    align-self: flex-start;
    background: #004d094a;

}

.career-card .button-group.single a {
    padding: 20px 15px 8px 15px;
    font-size: 14px;
    background: #F8F7F0;
    color: #004D09;
}

@media (max-width: 1200px) {
    .careers-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .careers-grid-container {
        grid-template-columns: 1fr;
    }
}

/* Hero Slider */
.hero-slider {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}
.hero-slider .swiper {
    height: 100vh;
}

/* Background Layer */
.bg-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-swiper .swiper-slide {
    height: 100%;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    will-change: opacity;
}

.slide-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* Text Overlay Layer */
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.text-slider {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-slide {
    width: 60vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    opacity: 0;
    transform: translateX(100%);
}

.text-slide.active {
    opacity: 1;
    transform: translateX(0);
    cursor: default;
}

.text-slide.prev {
    opacity: 0.3;
    transform: translateX(-90%);
}

.text-slide.next {
    opacity: 0.3;
    transform: translateX(90%);
}

.slide-prefix {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.text-slide h1 {
    font-family: "PP Editorial Old", serif;
    font-size: 150px;
    margin: 0 0 40px 0;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.text-slide .button-group {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.text-slide.active .button-group {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.hero-slider .button-group {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.hero-slider .button-group a {
    color: #2b2b2b;
    border-color: white;
    transition: all 0.3s ease;
}

.hero-slider .button-group a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.text-slide.is-changing {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.5s;
  }

/* Feedback Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #F8F7F0;
    width: 90%;
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45% 55%;
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-image {
    height: calc(100% - 20px);
    padding: 10px;
    overflow: hidden;
}

.modal-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-text {
    padding: 40px;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

.modal-text h2 {
    font-family: "PP Editorial Old", serif;
    font-size: 36px;
    margin: 0 0 20px;
    color: #2b2b2b;
}

.modal-description {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.modal-section {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #dedede;
}

.modal-section p {
    margin-bottom: 15px;
    color: #666;
}

.modal-section .button-group.single {
    margin-top: 15px;
}

.modal-section .button-group.single a {
    padding: 20px 15px 8px 15px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .modal-content {
        grid-template-columns: 1fr;
        max-width: 90%;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-image {
        height: 200px;
    }

    .modal-text {
        padding: 20px;
    }
}

.restaurants-grid {
    padding: 20vh 10vw 15vh;
    margin: auto;
    background: #b2aeaa;
}

.restaurant-card-content {
    display: flex
    ;
    flex-direction: row;
    gap: 20px;
    padding: 15px;
    background: #f8f7f0;
    border-radius: 10px;
}

.restaurant-card {
    text-decoration: none;
    color: white;
    height: 60vh;
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.restaurant-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.restaurant-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.restaurant-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
}

.restaurant-logo {
    width: 80px;
    margin-top: 30px;
}

.restaurant-description {
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 20px;
}

.restaurant-card .button-group.single {
    backdrop-filter: blur(10px);
    margin-bottom: 8vh;
    grid-auto-columns: 230px;
}

.restaurant-card .button-group.single a {
    border-color: white;
    padding: 20px 25px 8px;
    font-size: 16px;
}


aside .button-group a {
    position: relative;
    background: none;
    background-color: transparent !important;
}

aside .button-group a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -2;
}

aside.amobile {
    display: none;
}

.progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFD200;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
    pointer-events: none;
}

aside .button-group a.active {
    color: #000;
}

aside .button-group a.active i {
    color: #000;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F8F7F0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.preloader-text {
    font-family: "PP Editorial Old", serif;
    font-size: 64px;
    color: #000;
    line-height: 1;
    opacity: 0;
}

.preloader-logo {
    max-width: 120px;
    opacity: 0;
}

.preloader-logo img {
    max-width: 100px;
}

.preloader-loading {
    font-family: "PP Mori", sans-serif;
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
}

.mobile-offset-menu {
    display: none;
}


.mobile-slider {
    display: none;
}

.menu-card {
    opacity: 0;
}


@media (min-width: 1024px) and (min-height: 600px) and (max-height: 1005px) {

    .contatti-ristorante {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .container-contatti {
        height: 100%;
    }

    .fornitori-ristorante {

        height: 100%;
    }


}

