*{
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

nav{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
}



nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li {
  height: 50px;
}
nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
}
nav a:hover {
  background-color: #f0f0f0;
}
nav li:first-child{
  margin-right: auto;
}
.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0,0,0,01);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar li {
  width: 100%;
}
.sidebar a {
  width: 100%;
}
.menu-button{
  display: none;
}

/* Smooth scroll and offset for anchor links */
html {
  scroll-behavior: smooth;
}
#contact {
  scroll-margin-top: 80px; /* Adjust this value to your nav height */
}

/* Photo Portada */
.cover-container {
    width: 100%;
    height: 600px; /* Match navbar height */
    overflow: hidden;
    position: relative;
}
/* ...existing code... */
.cover-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.2); /* Adjust darkness here */
    z-index: 1;
    border-radius: inherit;
}

.cover-photo {
    width: 100%;
    height: auto;
    display: block;
}


.cover-btn-group {
    margin-top: 20px;
}

.cover-btn {
    background: #fff;
    color: #222;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 8px;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: background 0.2s, color 0.2s;
}

.cover-btn:hover {
    background: #222;
    color: #fff;
}
/* ...existing code... */

.cover-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform:scale(1.2);
    transition: transform 0.3s;
    object-position: left center;
}

.cover-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 200; /* Less bold */
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    white-space: nowrap;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px; /* More spacing between letters */

}
.cover-subtext {
    font-size: 30px;
    font-weight: normal;
    margin-top: 0.3em;
    letter-spacing: 1px;
    color: #fdfcfb;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.cover-btn {
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 1.5em;
    background: #fff;
    color: #333;
    font-size: 1.1rem;
    font-family: inherit;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
}
.cover-btn:hover {
    background: #f0f0f0;
    color: #111;
}
.cover-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3em; /* space between buttons */
}
/* End Photo Portada */

/* INFO HOURS GREEN BACKGROUND*/
.address-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #e3e1e1;
  color: rgb(29,73,65)!important; /* gold text */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.address-btn:hover {
  background-color: rgb(250,203,187);
  color: rgb(29,73,65); /* gold text on hover */
}

.info-hours {
    width: 100%;
    padding: 100px 0;
    background: rgb(250,203,187);
    text-align: center;
    margin: 0;
    display: block;
}
.info-hours h2 {
    font-size: 2rem;
    margin-bottom: 12px;
    color: rgb(81, 75, 73);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.info-hours p {
    font-size: 1.2rem;
    color: rgb(81, 75, 73);
    line-height: 1.6;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
/* END INFO HOURS GREEN BACKGROUND*/

/* MENU SECTION */
.special-menu-available {
  font-size: 22px!important;

}
.special-menu-btn {
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 24px;
  padding: 10px 22px;
  background-color: rgb(29,73,65);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  transition: background 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.special-menu-btn:hover {
  background-color: rgb(250,203,187);
  color:  rgb(29,73,65);
}

.menu-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
}

.menu-modal-content {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
  box-shadow: 0 0 20px #000;
  border-radius: 8px;
}

.menu-modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.menu-modal-download {
  display: block;
  margin: 24px auto 0 auto;
  padding: 10px 24px;
  background-color: #198754;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: background 0.2s;
  text-align: center;
  width: fit-content;
}

.menu-modal-download:hover {
  background-color: #145c32;
  color: #fff;
}
.coming-soon {
  font-size: 2rem;
  color: #555;
  margin-top: 8px;
  text-align: center;
  margin-top: 40px;
  color:#145c32;
  margin-bottom: 40px;

}
.special-menu-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.special-menu-info > * {
  margin-bottom: 12px;
}
.menu-section {
    width: 100%;
    padding: 100px 0;
    background: #fff;
    text-align: center;
    margin: 0;
    display: block;

}
.menu-section h2 {
    font-size: 3rem;
    margin-bottom: 12px;
    color: #333;
    font-weight: 500;
    font-family: Playfair Display, serif;
    font-style: normal;
    font-weight: 500;
}
.menu-section p {
    font-size: 1.1rem;
    color: #121111;
    margin-bottom: 24px;
    font-weight: 400;
    font-family:Arial, Helvetica, sans-serif
}
.menu-card {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: #000;
}

.menu-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.menu-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(149, 151, 151, 0.7); /* semi-transparent overlay */
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.menu-card-overlay h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.menu-card-overlay p {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.menu-btn {
    display: inline-block;
    padding: 0.5em 1.2em;
    background: #fff;
    color: #1d4941;
    font-size: 1rem;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-btn:hover {
    background: #27695a;
    color: #fff;
}
.menu-photos {
    display: flex;
    justify-content: center;
    gap: 24px; /* space between cards */
    flex-wrap: wrap; /* allows wrapping on small screens */
    margin-top: 32px;
}

/* VEGAN MENU SECTION */
.vegan-menu-section {
    text-align: center;
    margin: 32px auto;
    padding: 16px;
}

.vegan-menu-section img {
    max-width: 250px;
    width: 70%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin: 0 auto;
    display: block;
    margin: 50px auto 0 auto; /* 32px top margin, auto left/right */
}
body {
  min-height: 100vh;
  background-color: #fff; /* Change from rgb(82, 88, 88) to white */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* END VEGAN MENU SECTION */
/* END MENU SECTION */

/* ABOUT US SECTION */

.about-section {
    width: 100%;
    background: rgb(29,73,65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 40px;
    margin: 0;

}

.about-text {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-text h2 {
    font-size: 3rem;
    margin-bottom: 16px;
    color: #f4f6f6;
    font-weight: 500;
    font-family: Playfair Display, serif;
    font-style: normal;
    font-weight: 500;
}

.about-text p {
    font-size: 1.3rem;
    color: #f9f8f8;
    line-height: 1.6;
     font-weight: 500;
    font-family: Playfair Display, serif;
    font-style: normal;
    font-weight: 500;
    text-align: justify;
     margin-right: 0;        /* Optional: ensure no extra right margin */
    margin-left: 40px;
}

.about-photo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-photo img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.banner-img-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.banner-img-container img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-img-container::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.2); /* Adjust opacity for darkness */
    pointer-events: none;
}



/* END ABOUT US SECTION */

/* BANNER SECTION */
.about-banner {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.about-banner img {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    object-fit: cover;
    display: block;
}
/* END BANNER SECTION */

/* FOOD GALLERY SECTION */

.food-gallery-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    width: 100%;
}

.food-gallery-section h2 {
    font-size: 2rem;
    margin-bottom: 32px;
    color: #1d4941;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.food-gallery {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.food-gallery img {
    width: 280px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #eee;
}
/* END FOOD GALLERY SECTION */
/* CONTACT SECTION */
.contact-section {
  width: 100%;
  background: rgb(29,73,65);
  padding: 100px 0;
  margin: 0;
}

.contact-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.contact-text {
  color: #fff;
  text-align: left;
  flex: 2;
}

.contact-text h2 {
  font-size: 2.2rem;
  margin-bottom: 24px;
  letter-spacing: 1px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:100

}

.contact-text p {
  font-size: 15px;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:100;
}

.contact-action {
  flex: 1;
  display: flex;
  justify-content: flex-end;

}

.contact-btn {
  background: #facbbb;
  color: #1d4941;
  padding: 16px 36px;
  border: none;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
  margin-right: 70px;
}

.contact-btn:hover {
  background: #fff;
  color: #1d4941;
  border: 1px solid #facbbb;
}

@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
  }
  .contact-text {
    text-align: center;
  }
  .contact-action {
    justify-content: center;
    width: 100%;
  }
}
/* END CONTACT SECTION */

/* INFO SECTION */
/* Green Info Grid Section */
.info-grid-line {
  border: none;
  border-top: 0.5px solid #facbbb; /* or any color you prefer */
  width: 90%;
  margin: 0;
  display: block;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  margin-top: 150px;
}
.info-grid-section {
  width: 100%;
  background: rgb(29,73,65);
  padding: 80px 0;
  margin: 0;
}
.info-title {
  font-weight: bold;
  color: #facbbb;
  letter-spacing: 1px;
  font-size: 1.05em;
}

.info-grid-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.info-grid-item {
  flex: 1 1 180px;
  min-width: 200px;
  color: #fff;
   font-weight: 500;
    font-family: Playfair Display, serif;
    font-style: normal;
    text-align: center;      /* Add this line */
    margin-right: 0;        /* Optional: ensure no extra right margin */
    margin-left: -40px;

}

.info-grid-item h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #facbbb;
}

.info-grid-item p {
  font-size: 1rem;
  line-height: 1.5;
  font-family:'Archivo';
  color: #fff;
}

a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
a[href^="tel:"]:hover {
  color: #facbbb;/* gold/yellow on hover, change as you like */
  text-decoration: none;
}
a[href^="mailto:"] {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
a[href^="mailto:"]:hover {
color: #facbbb; /* gold/yellow on hover, change as you like */
  text-decoration: none;
}
a[href^="https://www.google.com/maps"] {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
a[href^="https://www.google.com/maps"]:hover {
  color: #facbbb; /* gold/yellow on hover, change as you like */
  text-decoration: none;
}

@media (max-width: 900px) {
  .info-grid-container {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .info-grid-item {
    max-width: 100%;
  }
}

/* END INFO SECTION */
/* BOTTOM nav bar */
/* Add this CSS */
.bottom-bar .center-items {
  display: flex;
  gap: 32px;
  margin: 0 auto;
}


.bottom-bar {
  width: 100%;
  background: rgb(240, 240, 240);
  padding: 18px 0;      /* Increase vertical padding */
  font-size: 1.25rem;   /* Make text bigger */
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.bottom-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-bar li {
  display: flex;
  align-items: center;
}




.bottom-bar a:hover {
  color: #facbbb;
}

.bottom-bar i {
  font-size: 1.5em;
  color: #4267B2; /* Facebook blue */
  vertical-align: middle;
}
.bottom-bar a:hover i {
  color: #1877f3;      /* Brighter Facebook blue on hover */
  transform: scale(1.15);
  transition: color 0.2s, transform 0.2s;
}

.bottom-bar a[href^="tel:"] {
  color: #202321;         /* Choose your preferred color */
  text-decoration: none;  /* Remove underline */
  font-weight: 600;       /* Optional: make it bolder */
}

.bottom-bar a[href^="tel:"]:hover {
  color: #145c27;         /* Darker shade on hover */
  text-decoration: underline; /* Optional: underline on hover */
}




@media (max-width: 600px) {
  .bottom-bar ul {
    gap: 12px;
  }
  .bottom-bar a {
    padding: 12px 6px;
    font-size: 1rem;
  }
}
/* Responsive */
@media (max-width: 900px) {
    .contact-section {
        flex-direction: column;
        padding: 32px 12px;
        gap: 24px;
        text-align: center;
    }
    .contact-action {
        justify-content: center;
        margin-top: 20px;
    }

  }
/* Responsive for mobile */
@media (max-width: 900px) {
    .about-section {
        flex-direction: column;
        padding: 32px 12px;
        gap: 24px;
    }
    .about-photo img {
        max-width: 100%;
    }
}

@media(max-width: 800px){
     .hideOnMobile{
       display: none;
     }
     .menu-button{
       display: block;
     }
    }
@media(max-width: 400px){
  .sidebar{
    width: 100%;
  }
}

/* MENU HTML/CSS */
.menu-section {
  background: rgb(245,245,245);
}
.menu-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;

}

.menu-section-text {
  flex: 1;

}
.menu-section-text p {
    margin-bottom: 1em;
     font-weight: 500;
    font-family: Playfair Display, serif;
    font-style: normal;
    text-align: left;

}
.menu-section-text h1,
.menu-section-text h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: left;
}

.menu-section-photo {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.menu-section-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

/* Main Menu Section */
.main-menu-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.main-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Pasta Menu Section */
.pasta-menu-section {
  width: 100%;
  background: rgb(250,203,187);
  padding: 80px 0;
  text-align: center;
}

.pasta-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.pasta-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.pasta-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.pasta-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.pasta-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Gnocchi e Risotti Menu Section */
.gnocchi-risotti-menu-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.gnocchi-risotti-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.gnocchi-risotti-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.gnocchi-risotti-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.gnocchi-risotti-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.gnocchi-risotti-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 700px) {
  .gnocchi-risotti-menu-section .main-menu-columns {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .gnocchi-risotti-menu-section .main-menu-column {
    text-align: center;
  }
}

/* Contorni Speciali Menu Section */
.contorni-speciali-menu-section {
  width: 100%;
  background: rgb(250,203,187);
  padding: 80px 0;
  text-align: center;
}

.contorni-speciali-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.contorni-speciali-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.contorni-speciali-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.contorni-speciali-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.contorni-speciali-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Carne Menu Section */
.carne-menu-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.carne-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.carne-menu-section .main-menu-description {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.carne-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.carne-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.carne-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.carne-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 700px) {
  .carne-menu-section .main-menu-columns {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .carne-menu-section .main-menu-column {
    text-align: center;
  }
}

/* Pesce Menu Section */
.pesce-menu-section {
  width: 100%;
  background: rgb(250,203,187);
  padding: 80px 0;
  text-align: center;
}

.pesce-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.pesce-menu-section .main-menu-description {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.pesce-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.pesce-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.pesce-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.pesce-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* Dolci Menu Section */
.dolci-menu-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.dolci-menu-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.dolci-menu-section .main-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.dolci-menu-section .main-menu-column {
  flex: 1 1 300px;
  min-width: 250px;
  text-align: left;
}

.dolci-menu-section .main-menu-column h3 {
  font-size: 1.15rem;
  color: #27695a;
  margin-bottom: 6px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.dolci-menu-section .main-menu-column p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

/* DRINKS SECTION */

.cover-container {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust as needed */
    overflow: hidden;
}

.cover-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.cover-img-wrapper::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5); /* Adjust opacity for darkness */
    z-index: 2;
    pointer-events: none;
}

/* Make sure .cover-text is above the overlay */
.cover-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 70px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    z-index: 3;
    text-align: center;
    white-space: nowrap;
}
.info-section {
    width: 100%;
    background: rgb(249,249,249);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    gap: 40px;
    margin: 0;
}

.info-text {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-text h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #3d9595;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.info-text p {
    font-size: 1.2rem;
    color: #140f0f;
    line-height: 1.6;
}

.info-photo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-photo img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}

/* Drinks Section */
.drink-section {
  width: 100%;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

.drink-section .main-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.drink-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.drink-list h3 {
  font-size: 1.1rem;
  color: #27695a;
  margin-top: 24px;
  margin-bottom: 6px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.drink-list p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.drink-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.drink-table th, .drink-table td {
  border: 1px solid #ddd;
  padding: 6px 10px;
  text-align: left;
  font-size: 1rem;
}

.drink-table th {
  background: #f0f0f0;
  color: #1d4941;
}

.spirit-list-columns {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.spirit-list-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spirit-list-columns li {
  font-size: 1rem;
  color: #444;
  margin-bottom: 6px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Responsive: stack columns on small screens */
@media (max-width: 700px) {
  .spirit-list-columns {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.drink-photo {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
}
.drink-photo img {
  width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.wines-rossi-section {
  background: rgb(250,203,187);
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}

.wines-title {
  font-size: 2rem;
  color: black;
  margin-bottom: 32px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.wines-table-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.wines-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.wines-table th, .wines-table td {
  border: 1px solid black;
  padding: 12px 10px;
  font-size: 1rem;
  vertical-align: top;
}

.wines-table th {
  background: transparent;
  color: black;
  font-weight: bold;
  text-align: left;
}

.wines-table td strong {
  color: black;
}

.wine-desc {
  display: block;
  font-size: 0.95em;
  color: #444;
  margin-top: 2px;
}

.wines-bianco-section {
  background: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}

.wines-bianco-section .wines-title {
  font-size: 2rem;
  color: #2c5aa0;
  margin-bottom: 32px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.wines-title-bianco {
  margin-top: 56px; /* Adjust this value for more or less gap */
}
.wines-title-rose {
  margin-top: 56px;
}

.wine-bottle-section {
  background: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}
.wines-title-bianco,
.wines-title-rose {
  text-align: center;
  display: block;
  width: 100%;
}

.wine-bottle-section .wines-title {
  font-size: 2rem;
  color: #a02c5a;
  margin-bottom: 32px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.wine-bottle-subtitle {
  font-size: 1.3rem;
  color: #a02c5a;
  margin-top: 40px;
  margin-bottom: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.wine-bottle-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 24px auto;
  text-align: left;
}

.wine-bottle-list li {
  margin-bottom: 18px;
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
}

.wine-bottle-list strong {
  color: #a02c5a;
}

.wine-desc {
  display: block;
  font-size: 0.95em;
  color: #444;
  margin-top: 2px;
}

.cocktails-section {
  background: rgb(250,203,187);
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}

.cocktail-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto 24px auto;
  text-align: left;
}

.cocktail-list li {
  margin-bottom: 18px;
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
}

.cocktail-list strong {
  color: #a02c5a;
}

.cocktail-list .wine-desc {
  display: block;
  font-size: 0.95em;
  color: #444;
  margin-top: 2px;
}

/* Table styles already set for no background, just borders */

@media (max-width: 700px) {
  .wines-table-container {
    padding: 0 8px;
  }
  .wines-table th, .wines-table td {
    padding: 8px 4px;
    font-size: 0.95rem;
  }
}

/* END Drinks Menu Section */

/* Special MENU */


.menu-notes-list {
  margin: 18px 0 18px 0;
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;         /* Add this for left alignment */
  max-width: 600px;         /* Optional: keeps lines even */
  margin-left: auto;        /* Center the list horizontally */
  margin-right: auto;
}

.cover-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.cover-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.cover-img-wrapper::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.3); /* Adjust opacity as needed */
    pointer-events: none;
    z-index: 2;
}

/* Make sure .cover-text is above the overlay */
.cover-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 70px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    white-space: nowrap;
    text-align: center;
    z-index: 3; /* Add this line */
}
.menu-notes-list li {
  margin-bottom: 8px;
  padding-left: 0;          /* Ensure no extra indent */
}
.info-hours p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 24px auto;
}
.info-hours h2{
  font-size: 3rem;
  font-weight: 500;
  font-family: Playfair Display, serif;
}
.menu-notes-veg {
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: normal;
}


.special-menu-section {
  background: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}

.special-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.special-menu-info p {
  margin: 0 0 6px 0;
  font-size: 1.1rem;
  color: #444;
}

.special-menu-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  flex-wrap: wrap;
  margin-left: 10px;
}

.special-menu-col {
  flex: 1 1 340px;
  min-width: 260px;
}

.special-menu-col h3 {
  font-size: 1.2rem;
  color: #27695a;
  margin-bottom: 10px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.special-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.special-menu-col li {
  margin-bottom: 14px;
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
}

.special-menu-col strong {
  color: #1d4941;
}

.special-menu-note {
  font-size: 0.98rem;
  color: #666;
  margin-top: 18px;
  font-style: italic;
}

@media (max-width: 900px) {
  .special-menu-columns {
    flex-direction: column;
    gap: 0;
    max-width: 98vw;
  }
  .special-menu-col {
    min-width: 0;
    margin-bottom: 32px;
  }
}

/* Roast Lunch Section Styles */
.roast-lunch-section {
  background: rgb(250,203,187);
  padding: 60px 0 40px 0;
  text-align: center;
  width: 100%;
}

.roast-lunch-section .special-menu-title {
  font-size: 2rem;
  color: #1d4941;
  margin-bottom: 16px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.roast-lunch-section .special-menu-info p {
  margin: 0 0 6px 0;
  font-size: 1.1rem;
  color: #444;
}

.roast-lunch-section .special-menu-columns {
  display: flex;
  justify-content: center;
  gap: 48px;
  max-width: 1100px;
  margin: 32px auto 0 auto;
  text-align: left;
  flex-wrap: wrap;
}

.roast-lunch-section .special-menu-col {
  flex: 1 1 340px;
  min-width: 260px;
}

.roast-lunch-section .special-menu-col h3 {
  font-size: 1.2rem;
  color: #27695a;
  margin-bottom: 10px;
  margin-top: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.roast-lunch-section .special-menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.roast-lunch-section .special-menu-col li {
  margin-bottom: 14px;
  font-size: 1rem;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
}

.roast-lunch-section .special-menu-col strong {
  color: #1d4941;
}

.roast-lunch-section .special-menu-note {
  font-size: 0.98rem;
  color: #666;
  margin-top: 18px;
  font-style: italic;
}

@media (max-width: 900px) {
  .roast-lunch-section .special-menu-columns {
    flex-direction: column;
    gap: 0;
    max-width: 98vw;
  }
  .roast-lunch-section .special-menu-col {
    min-width: 0;
    margin-bottom: 32px;
  }
}




/* END SPECIAL MENU */

/* Responsive */
@media (max-width: 700px) {
  .main-menu-columns,
  .pasta-menu-section .main-menu-columns,
  .contorni-speciali-menu-section .main-menu-columns,
  .pesce-menu-section .main-menu-columns,
  .dolci-menu-section .main-menu-columns,
  .gnocchi-risotti-menu-section .main-menu-columns {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .main-menu-column,
  .pasta-menu-section .main-menu-column,
  .contorni-speciali-menu-section .main-menu-column,
  .pesce-menu-section .main-menu-column,
  .dolci-menu-section .main-menu-column,
  .gnocchi-risotti-menu-section .main-menu-column {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .menu-section-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .menu-section-photo {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .main-menu-columns,
  .special-menu-columns,
  .pasta-menu-section .main-menu-columns,
  .contorni-speciali-menu-section .main-menu-columns,
  .pesce-menu-section .main-menu-columns,
  .dolci-menu-section .main-menu-columns,
  .gnocchi-risotti-menu-section .main-menu-columns {
    flex-direction: column !important;
    gap: 24px !important;
    text-align: center !important;
  }
  .main-menu-column,
  .special-menu-col,
  .pasta-menu-section .main-menu-column,
  .contorni-speciali-menu-section .main-menu-column,
  .pesce-menu-section .main-menu-column,
  .dolci-menu-section .main-menu-column,
  .gnocchi-risotti-menu-section .main-menu-column {
    text-align: center !important;
  }
  .menu-section-content {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  .menu-section-photo {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .cover-text {
    font-size: 2rem;
    white-space: normal;
    padding: 0 10px;
    width: 100vw;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cover-subtext {
    font-size: 1.1rem;
  }
}

@media (max-width: 900px) {
  .about-section {
    display: block;
    padding: 24px 12px;
    text-align: center;
  }
  .about-text {
    margin-bottom: 24px;
    padding-right: 40px; /* Add this line for more left space */
    text-align: left;   /* Align text to the left */
    padding-left: -10px;
  }
  .about-photo img {
    max-width: 90vw;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 900px) {
  .contact-text p {
    font-size: 1rem;
    padding: 0 16px;
    text-align: left;
    word-break: break-word;
  }
}



/* Prevent horizontal scrolling on all devices */
html, body {
  overflow-x: hidden;
}

/* Make all main sections use 100% width, not 100vw */

/* Prevent images from overflowing */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent flex containers from overflowing */
.menu-photos,
.food-gallery,
.info-grid-container,
.main-menu-columns,
.special-menu-columns,
.spirit-list-columns {
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Prevent cover photo from causing overflow */
.cover-container,
.cover-photo {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Remove horizontal scroll on sidebar for mobile */
.sidebar {
  max-width: 100vw;
  overflow-x: hidden;
}


.nav-logo img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .special-menu-columns {
    display: block !important;
  }
  .special-menu-col {
    width: 100% !important;
    margin-bottom: 32px;
    display: block;
  }
}

/* pop up windonw */

#holidayPopupOverlay{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,8,10,0.72);
  z-index: 9999;
  padding: 20px;
}
#holidayPopup {
  width: min(1000px, calc(100% - 80px));
  max-height: calc(100% - 80px);
  background: #fff;
  color: #111;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  overflow: auto;
  text-align: center;
  font-family: inherit;
}
#holidayPopup h2 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}
#holidayPopup p {
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.4;
}
#holidayPopup .close-btn{
  display:inline-block;
  padding:10px 16px;
  background:#1b7a36;
  color:#fff;
  border-radius:8px;
  border: none;
  cursor: pointer;
  font-weight:600;
}
@media (max-width:480px){
  #holidayPopup { padding:18px; }
  #holidayPopup h2 { font-size:1.25rem; }
  #holidayPopup p { font-size:0.98rem; }
}

/* END pop up windonw */
