:root {
    --primary-color: #6b0f1a;
    --secondary-color: #b91334;
    --light-color: #ffffff;
    --shadow-color: rgba(0, 0, 0, 0.1);
  }


  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    color: var(--light-color);
    padding: 12px 40px; /* py-3 px-10 */
      /* Fallback color */
     background-color: #991f3d;
  /* Gradient background */
     background-image: linear-gradient(135deg, #991f3d 0%, #5e1324 50%, #360a13 100%);
    transition: background-color 0.3s ease;
  }

  
  header .logo img {
    height: 80px;
    transition: transform 0.4s ease-in-out;
  }
  
  header .logo img:hover {
    transform: scale(1.1);
  }

/* Estilos para la sección del menu,  banner*/
  .hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    min-height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%), url("banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .hero-container .hero-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  
  @media (min-width: 768px) {
    .hero-container {
      min-height: 480px;
      gap: 24px;
    }
  }
  
  @media (min-width: 480px) {
    .hero-container {
      gap: 32px;
      border-radius: 16px;
    }
  }


  .text-center-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }


  .hero-title {
    color: white;
    font-size: 2.25rem; /* text-4xl */
    font-weight: 900;   /* font-black */
    line-height: 1.25;  /* leading-tight */
    letter-spacing: -0.033em;
  }
  
  @media (min-width: 480px) {
    .hero-title {
      font-size: 3rem; /* text-5xl */
      font-weight: 900; /* font-black */
      line-height: 1.25; /* leading-tight */
      letter-spacing: -0.033em;
    }
  }


  .hero-subtitle {
    color: white;
    font-size: 0.875rem; /* text-sm */
    font-weight: 400;   /* font-normal */
    line-height: 1.5;   /* leading-normal */
  }
  
  @media (min-width: 480px) {
    .hero-subtitle {
      font-size: 1rem;   /* text-base */
      font-weight: 400;  /* font-normal */
      line-height: 1.5;  /* leading-normal */
    }
  }


  .menu-button {
    display: flex;
    min-width: 84px;
    max-width: 480px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px; /* rounded-full */
    height: 2.5rem; /* h-10 */
    padding-left: 1rem; /* px-4 */
    padding-right: 1rem; /* px-4 */
    background-color: #ef6f13;
    color: #faf4ef;
    font-size: 0.875rem; /* text-sm */
    font-weight: 700; /* font-bold */
    line-height: 1.5; /* leading-normal */
    letter-spacing: 0.015em;
  }
  
  @media (min-width: 480px) {
    .menu-button {
      height: 3rem; /* h-12 */
      padding-left: 1.25rem; /* px-5 */
      padding-right: 1.25rem; /* px-5 */
      font-size: 1rem; /* text-base */
      font-weight: 700; /* font-bold */
      line-height: 1.5; /* leading-normal */
      letter-spacing: 0.015em;
    }
  }
  
  .layout-content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 960px;
  }


  .video-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9; /* aspect-video */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px; /* rounded-xl */
    background-image: url("bebida.jpg");
  }


  .plato {
    width: 100%;
    aspect-ratio: 16 / 9; /* aspect-video */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px; /* rounded-xl */
    background-image: url("plato.jpg");
  }


  .festivo {
    width: 100%;
    aspect-ratio: 16 / 9; /* aspect-video */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px; /* rounded-xl */
    background-image: url("festivo.jpg");
  }

/* Estilos para la sección de delivery */
.menu-section {
  text-align: center;
  padding: 35px;
  border-radius: 15px;
  background-color: var(--light-color);
}
  
.delivery-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.delivery-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.85em;
  padding: 14px 22px;
  background-color: #eee;
  color: #333;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 6px var(--shadow-color);
  font-size: 1.1em;
  /* Increase contrast for logos */
  filter: brightness(115%) contrast(120%);
}

.delivery-links a:hover {
  background-color: #ddd;
  transform: translateY(-2px);
}

.delivery-links a i {
  margin-right: 8px;
  font-size: 1.2em;
}



.delivery-icons{
  width: 100px; /* Ajusta el tamaño según sea necesario */
  height: auto; /* Mantiene la proporción */
}

/* Estilos para la sección de reservas */
.reservation-title {
 
  color: #1f130a;
  font-size: 32px;
  font-weight: 700; /* font-bold */
  line-height: 1.25; /* leading-tight */
  letter-spacing: normal; /* tracking-light */
  max-width: 720px;
}

@media (min-width: 480px) {
  .reservation-title {
    font-size: 2.25rem; /* text-4xl */
    font-weight: 900; /* font-black */
    line-height: 1.25; /* leading-tight */
    letter-spacing: -0.033em;
  }
}


.reservas-section {
    padding: 20px;
    background-color: #f2f2f2;
    width: 90%; 
    margin: 0 auto; 
 }
  
  .reservas-section h2 {
    color: #1f130a;
    text-align: center;
  }
  
  #reservation-form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 20px auto;
  }
  
  #reservation-form label {
    margin-top: 10px;
    color: #1f130a;
  }
  
  #reservation-form input[type="text"],
  #reservation-form input[type="email"],
  #reservation-form input[type="tel"],
  #reservation-form input[type="date"],
  #reservation-form input[type="time"],
  #reservation-form input[type="number"],
  #reservation-form textarea {
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  #reservation-form button {
    padding: 10px 15px;
    background-color: #ef6f13;
    color: #faf4ef;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  #reservation-form button:hover {
    background-color: #d15e0b;
  }
  
  .success-message {
    display: none;
    background: #4CAF50;
    color: white;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    animation: fadeIn 0.5s;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

/* Estilos para la sección de servicios */
.services-section {
  padding: 40px;
  background-color: #f8f8f8;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 800px;
}

.services-section h2 {
  font-size: 2rem;
  color: #6b0f1a;
  margin-bottom: 20px;
}

.services-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-list li {
  font-size: 0.6rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Estilos para la galería */
.gallery-section {
  padding: 40px;
  text-align: center;
  background-color: #ffffff;
  margin: 20px auto;
  border-radius: 10px;
  max-width: 1000px;
}

.gallery-section h2 {
  font-size: 2rem;
  color: #b91334;
  margin-bottom: 20px;
}



.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
  gap: 20px; /* Espacio entre imágenes */
  width: 100%;
  max-width: 1200px; /* Ancho máximo del contenedor */
  margin: 0 auto; /* Centrar el grid */
  padding: 15px;
}

.gallery-grid img {
  width: 100%;
  height: 250px; /* Altura fija */
  object-fit: cover; /* Mantiene la proporción */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

/* Hacer responsive para tablets */
@media (max-width: 992px) {
  .gallery-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablets */
  }
}

/* Hacer responsive para móviles */
@media (max-width: 768px) {
  .gallery-grid {
      grid-template-columns: 1fr; /* 1 columna en móviles */
  }
  
  .gallery-grid img {
      height: 200px; /* Altura menor en móviles */
  }
}

/* Opcional: Efecto hover y zoom */
.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1;
}




  /* Estilos para la sección de contacto */
  .contact-section {
    padding: 20px;
    width: 90%; 
    margin: 0 auto; 
  }
  
  .contact-section h2 {
    color: #1f130a;
    text-align: center;
  }
  
  .contact-info {
    max-width: 800px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-info div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .contact-info i {
    color: #ef6f13;
    font-size: 20px;
  }
  
  .contact-info a {
    color: #1f130a;
    text-decoration: none;
  }
  
  .social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .social-media a {
    color: #1f130a;
    font-size: 24px;
  }
  
  .live-chat {
    text-align: center;
    margin-top: 20px;
  }
  
  .live-chat a {
    color: #faf4ef;
    background-color: #25d366;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }



  /* Estilos para el pie de página */
footer {
    text-align: center;
    padding: 1.75em;
    background-color: var(--primary-color);
    color: var(--light-color);
    box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.25);
    border-top: 3px solid var(--secondary-color);
    width: 100%; 
    margin: 0 auto; 
  }

/* Elimina espacios laterales en la vista de PC */
@media (min-width: 768px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }

 main {
    width: 90%;
    margin: 0 auto;
}
}

/* Ajuste para la sección main para que ocupe el 95% del ancho */
main {
  width: 95%;
  margin: 0 auto;
}

/* Ajuste para el contenedor de contenido dentro de main */
.layout-content-container {
  width: 100%;
  max-width: none; /* Elimina la restricción de ancho máximo */
}

#language-toggle {
  margin-left: 10px; /* Agrega un margen izquierdo de 10px */
}

.hero-container {
  width: 100%; /* Make it full width */
  max-width: 100%; /* Ensure it doesn't exceed the body width */
}