body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #010101;
}

/* Header grid */
header {
  display: grid;
  grid-template-columns: 1fr 1fr; /* logo | menu */
  align-items: center;
  padding: 10px 30px;
  background: #010101;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* Default Styles */
.pic {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen height */
  overflow: hidden;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps aspect ratio, fills the section */
  display: block;
  margin-top: 5px;
}

/* Logo */
.logo img {
  max-height: 140px; /* adjust logo size */
  width: auto;
}

/* Navigation */
nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  text-decoration: none;
  color: #b32323;
  font-weight: 600;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #e63946;
}
h1 {
  text-align: center;
  padding: 20px;

  color: #fff;
  margin: 0;
  margin-top: 10px;
  background: #de7947;
  background: linear-gradient(
    nulldeg,
    rgba(222, 121, 71, 1) 5%,
    rgba(184, 85, 85, 1) 22%,
    rgba(233, 148, 148, 1) 72%
  );
  color: #ffffff;
  font-family: "Manggalia", sans-serif;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px;
}

.menu-card {
  position: relative;
  border-radius: 12px;
  padding: 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.menu-card * {
  position: relative;
  z-index: 1;
}

.menu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.menu-card h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 2px solid #ffcc66;
  display: inline-block;
  padding-bottom: 9px;
  font-family: "Manggalia", sans-serif;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  font-size: 1rem;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
}

.menu-table tr {
  font-size: 1rem;
  margin: 6px 0;
  /* display: flex;
  justify-content: space-between; */
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
}

.menu-table td {
  padding: 3px 0;
}

.price {
  text-align: right;
  font-weight: bold;
  color: #ffdd88;
}

.menu-items li span {
  font-weight: bold;
  color: #ffdd88;
}
.menu-cards {
  position: relative;
  border-radius: 12px;
  padding: 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.menu-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.menu-cards * {
  position: relative;
  z-index: 1;
}

.menu-cards:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.menu-cards h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 2px solid #ffcc66;
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 12px;
  font-family: "Manggalia", sans-serif;
}

.menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item li {
  font-size: 1rem;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
}

.menu-item li span {
  font-weight: bold;
  color: #ffdd88;
}
.menu-cardss {
  position: relative;
  border-radius: 12px;
  padding: 20px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.menu-cardss::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.menu-cardss * {
  position: relative;
  z-index: 1;
}

.menu-cardss:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.menu-cardss h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #ffffff;
  border-bottom: 2px solid #ffcc66;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: "Manggalia", sans-serif;
}

.menu-itemss {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-itemss li {
  font-size: 1rem;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
}

.menu-itemss li span {
  font-weight: bold;
  color: #ffdd88;
}
.container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-size: cover;
  background-position: center;
}

.card {
  width: 100%;
  max-width: 420px;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 22px;
  box-sizing: border-box;
  border: 1px solid rgba(15, 23, 42, 0.04);
  background-color: #ddd;
}

h1 {
  margin: 0 0 8px 0;
  font-size: 20px;
  letter-spacing: 0.2px;
}

p.lead {
  margin: 0 0 18px 0;
  color: var(--muted);
  font-size: 13px;
}

form {
  display: grid;
  gap: 12px;
}

.row {
  display: flex;
  gap: 10px;
}

label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.footer {
  background: #070707; /* Dark footer */
  color: rgb(249, 69, 14);
  padding: 20px;
}

.footer h2 {
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
}

.footer p {
  margin: 0;
}
.container3 {
  background-color: #080808;
  display: flex; /* Use Flexbox for layout */
  justify-content: space-around; /* Distribute space evenly between items */
  align-items: center; /* Center items vertically */
  flex-wrap: wrap; /* Allow items to wrap if necessary */
  padding: 20px; /* Add some padding around the container */
  margin-top: 20px;
}

.container3 img {
  max-width: 100%; /* Ensure images are responsive */
  height: auto; /* Maintain aspect ratio */
  width: 150px; /* Set a fixed width for the images */
  margin: 0 10px; /* Add horizontal margin for spacing */
}

.container3 h1 {
  width: 100%; /* Make the heading take the full width */
  text-align: center; /* Center the heading text */
  margin-top: 60px; /* Add some space above the heading */
  color: #f12c12;
}

.logo {
  display: flex; /* Use Flexbox to arrange images in a row */
  justify-content: space-between; /* Distribute space evenly between images */
  align-items: center; /* Center images vertically */
  width: 80%; /* Set a width for the logo container */
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo img {
  max-width: 100%; /* Ensure images are responsive */
  height: auto; /* Maintain aspect ratio */
  margin: 0 20px; /* Optional: Add horizontal margin between images */
}

h1 {
  text-align: center; /* Center the text */
  margin-top: 20px; /* Space above the text */
  font-size: 24px; /* Optional: Adjust font size */
  color: #d3c1c1; /* Optional: Text color */
}

.map-container {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
}
.h3 {
  background-color: #010101;
  text-align: center;
  padding: 20px;
  background: #2c2c2c;
  color: #fff;
  margin: 0;
  font-family: "Manggalia", sans-serif;
  background: #de7947;
  background: linear-gradient(
    nulldeg,
    rgba(222, 121, 71, 1) 5%,
    rgba(184, 85, 85, 1) 22%,
    rgba(233, 148, 148, 1) 72%
  );
  margin-top: 10px;

  color: #ffffff;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 4px rgba(231, 111, 81, 0.08);
  border-color: var(--accent);
}

.small {
  font-size: 12px;
  color: var(--muted);
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  background-color: orange;
}
h2 {
  text-align: center;
  padding: 20px;
  background: #de7947;
  background: linear-gradient(
    nulldeg,
    rgba(222, 121, 71, 1) 5%,
    rgba(184, 85, 85, 1) 22%,
    rgba(233, 148, 148, 1) 72%
  );
  color: #ffffff;
  margin: 0;
  margin-top: 10px;
}

.btn:active {
  transform: translateY(1px);
}

footer.note {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.contact h2 {
  background: #de7947;
  background: linear-gradient(
    nulldeg,
    rgba(222, 121, 71, 1) 5%,
    rgba(184, 85, 85, 1) 22%,
    rgba(233, 148, 148, 1) 72%
  );
}
.about {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #0a0a0a;
  text-align: center;
}
h1 {
  color: var(--accent);
  font-size: 24px;
  margin-top: 0;
  color: #ffcc66;
}
p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
  color: white;
}

@media (max-width: 768px) {
  .header {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    align-items: center;
    padding: 10px;
  }

  .logo img {
    height: 40px;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .nav {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
  }

  .nav a {
    font-size: 14px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@media (max-width: 441px) {
  /* Add spacing above reservation card */
  .container {
    padding: 15px;
    margin-top: 50px; /* add top margin */
    margin-bottom: 20px; /* spacing from footer */
  }

  .card {
    max-width: 100%;
    padding: 15px;
  }

  /* Ensure the h2 heading above the card has spacing */
  h2 {
    margin-top: 10px;
    margin-bottom: 15px; /* add space below heading */
    font-size: 18px;
  }
}

/* Extra Small Screens - 400px and below */
@media (max-width: 441px) {
  /* Header and Navigation */
  header {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 8px 10px;
    gap: 10px;
  }

  nav ul {
    flex-direction: row;
    gap: 10px;
    margin-top: 8px;
  }

  nav ul li a {
    font-size: 9px;
  }

  /* Hero Image */
  .pic {
    height: 40vh; /* reduce height */
  }

  .pic img {
    object-fit: contain;
  }

  /* Logo */
  .logo {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 10px 0;
  }

  .logo img {
    max-width: 500%;
    margin: 5px 0;
  }

  /* Headings */
  h1,
  h2,
  h3 {
    font-size: 18px;
    padding: 15px 10px;
  }

  /* About Section */
  .about {
    padding: 15px;
    margin: 20px 10px;
  }

  /* Menu Grid */
  .menu-grid {
    grid-template-columns: 1fr;
    padding: 15px 10px;
    gap: 15px;
  }

  .menu-card {
    min-height: 250px;
    padding: 15px;
  }

  .menu-card h2 {
    font-size: 1.4rem;
  }

  .menu-items li {
    font-size: 0.9rem;
  }

  /* Reservation Form */
  .container {
    padding: 15px;
    margin-bottom: 20px; /* add spacing below */
  }

  .card {
    max-width: 100%;
    padding: 15px;
  }

  .row {
    flex-direction: column;
    gap: 8px;
  }

  .row > div {
    width: 100%;
  }

  input,
  select,
  textarea {
    font-size: 13px;
    padding: 8px 10px;
  }

  .btn {
    font-size: 13px;
    padding: 8px 10px;
  }

  /* Footer Social Media */
  .footer {
    padding: 15px 10px;
  }

  .container3 {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .container3 img {
    width: 80px;
    margin: 5px 0;
  }

  /* Map */
  .map-container iframe {
    height: 250px;
  }

  /* Ensure spacing between reservation and social media */
  #contact {
    margin-top: 30px;
  }
}
/* Tablet: 2 columns for 441px to 900px */
@media (max-width: 900px) and (min-width: 442px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr); /* show only 2 boxes per row */
    gap: 16px;
    padding: 16px;
  }
}

/* Mobile: 1 column for <=441px */
@media (max-width: 441px) {
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px;
  }
}

.fixed-whatsapp {
  position: fixed;
  right: 10px; /* distance from right */
  bottom: 10px; /* distance from bottom */
  text-align: center;
  z-index: 1000; /* on top of other elements */
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
}

.fixed-whatsapp p {
  margin: 0 0 5px 0;
  background-color: orange;
  padding: 0 8px;
}

.fixed-whatsapp a {
  display: inline-block;
}

.btn-breathing img {
  width: 50px; /* adjust size */
  height: 50px;
  animation: breathing 2s infinite;
  cursor: pointer;
}

@keyframes breathing {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}