/* General Reset */
html, body {
  overflow-y: auto !important;
}
#footer-container {
  position: relative;
  width: 100%;
  height: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #000;
}
/* Hides the header.  Used for accessiblity */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Generic container */
.container {
    margin: 0 auto; /* centers the container */
    padding: 0 0px; /* optional: breathing room on sides */
}

.container iframe {
  width: 85%;          /* take up 70% of the container */
  margin: 0 auto;      /* center horizontally */
  display: block;      /* ensure margin auto works */
  border: none;        /* optional: remove border */
}
/* --- NAV SECTION CSS --- */

/* CSS */
.banner-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Navbar */
header {
    color: #fff;
}
.navbar {
    background-size: cover; /* scale image to fill */
    background-position: center; /* center the image */
    background-repeat: no-repeat; /* prevent tiling */
    color: white; /* text color for contrast */
    padding: 1rem; /* space inside header */
    min-height: 100vh; /* header fills full viewport height */
    display: flex;
    align-items: flex-start;
    justify-content: space-between; /* keep logo left, links right */
    padding-top: 2rem;
    height: 192px;
}

/* page-specific overrides */
.phillipsburg .navbar {
  background-image: url("../../images/phillipsburg/header-hero.webp");
}

.bridgewater .navbar {
  background-image: url("../../images/phillipsburg/header-hero.webp");
}

.phillipsburg-tap-list .navbar {
  background-image: url("../../images/tap list/beer-pour-hero.webp");
}

.phillipsburg-private-events .navbar {
  background-image: url("../../images/private events/private-events-hero-phillipsburg.webp");
}

.bridgewater-private-events .navbar {
  background-image: url("../../images/private events/private-events-hero-bridgewater.webp");
}

.phillipsburg-menu .navbar {
  background-image: url("../../images/menu cards/roasted-pepperoni-pizza.webp");
}


/* Stone Tavern Logo in Header (left Side) */
.stone-tavern-container {
    display: flex;
    flex: 1; /* take equal space on the left */
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
}
.stone-tavern-container {
    position: relative;
    width: 150px;
    height: 150px;
    cursor: pointer;
}
.stone-tavern-container img.base-img, .stone-tavern-container img.hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
    display: block;
}
.stone-tavern-container img.hover-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.stone-tavern-container:hover img.hover-img {
    opacity: 1;
}
.menu-links {
    color: #FFF;
    text-decoration: none; /* remove underline */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* subtle shadow */
    margin: 0 10px;
    font-size: 1.6rem;
}
.menu-links:hover {
    color: #FFD700; /* gold hover color */
    text-decoration: none; /* keep underline off */
}

.menu-links.active {
  color: #7b0404; /* Stone Tavern Red */
  font-weight: bold; /* optional emphasis */
}

/* Location links container */
.locations {
    display: flex;
    flex: 1; /* equal space on the right */
    justify-content: flex-end;
    align-items: center;
    margin-right: 240px;
}
/* Location link adornments */
.location-link {
    display: inline-block;
    padding: 0.7rem 1rem;
    margin-right: 20px;
    background-color: #000;
    color: #fff;
    border: 4px solid #7b0404;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    transition: background-color 0.3s ease;
}
.location-link:hover {
    background-color: #7b0404;
    border: 4px solid #FF3700;
    color: white;
}
.location-card {
    background: #f9f9f9;
    border: 10px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-family: "Trykker", serif;
}
.location-card img {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-family: "Trykker", serif;
}

.location-link {
    display: inline-block;
    margin-bottom: 15px;
    color: #aeaeae;
    text-decoration: none;
    font-weight: bold;
}
.location-phone, .location-hours {
    margin: 8px 0;
    color: #333;
}
.logo-badge {
    position: absolute; /* take out of normal flow */
    bottom: 100px; /* distance from bottom of header */
    right: 100px; /* distance from right edge */
    width: 500px; /* size of badge */
    height: auto; /* keep aspect ratio */
    z-index: 10; /* ensure it sits above background */
}

.logo-badge-our {
    position: absolute; /* take out of normal flow */
    bottom: 200px; /* distance from bottom of header */
    right: 100px; /* distance from right edge */
    width: 500px; /* size of badge */
    height: auto; /* keep aspect ratio */
    z-index: 10; /* ensure it sits above background */
    line-height: 1;
    text-align: left;
    font-family: "Comforter", cursive;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    font-size: 8rem; /* scale down heading */
    color: #ffffff;
}

.logo-badge-tap-list {
    position: absolute; /* take out of normal flow */
    bottom: 100px; /* distance from bottom of header */
    right: 100px; /* distance from right edge */
    width: 500px; /* size of badge */
    height: auto; /* keep aspect ratio */
    z-index: 10; /* ensure it sits above background */
    font-size: clamp(2rem, 6vw, 4rem);       /* scales between 2rem and 4rem */
  text-transform: uppercase;
  color: #fff;
  font-family: "Trykker", serif;
  text-decoration: underline;
  text-decoration-color: #7b0404;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  white-space: nowrap;        /* prevent wrapping */
  font-size: clamp(2rem, 6vw, 4rem); /* scales between 2rem and 4rem depending on viewport width */
  white-space: nowrap; /* prevent wrapping */
}

@media (max-width: 768px) {
  .logo-badge-our,
  .logo-badge-tap-list {
    display: none;   /* hide badges on tablets and smaller */
  }
}



/* --- Responsive Behavior --- */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .social-container {
        display: none;
    }
    .ST-header-id-img {
        margin-bottom: 1rem;
        padding-right: 0px;
    }
    .locations {
        justify-content: center;
        flex-direction: row;
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .locations {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .location-link {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 250px;
    }
}
/* Debugging Borders */
/*.social-container { border: 2px solid red; }*/
/*.ST-header-id-img { border: 2px solid green; }*/
/*.locations { border: 2px solid blue; }	*/
/* Debugging Borders */
/* *** END NAV SECTION CSS *** */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/* *** HERO SECTION CSS *** */
/*-------------------------------------------------------------------------------*/
/* hero WELCOME section css */
.welcome-image-row {
    display: flex;
    justify-content: center;
    align-items: stretch; /* equal column heights */
    border-top: 15px solid #7b0404; /* red line above */
    border-bottom: 10px solid #7b0404; /* red line below */
}
.welcome-image-row > div {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}
.welcome-image-row > div:last-child {
    display: flex; /* allow image to stretch */
}
.welcome-image-row img {
    width: 100%;
    height: 100%; /* fill parent height */
    object-fit: cover; /* crop proportionally if needed */
    display: block;
}
.welcome-section {
    width: 100%;
    min-height: 60vh; /* scale height relative to viewport */
    background-color: #fff;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    padding: 5%; /* responsive padding */
    box-sizing: border-box;
}

/* page-specific overrides */
.phillipsburg .welcome-section {
 background-image: url("../../images/phillipsburg/welcome-to-st-backing.png");
}

.phillipsburg-private-events .welcome-section {
 background-image: url("../../images/phillipsburg/welcome-to-st-backing.png");
}

.welcome-order-heading {
    line-height: 1;
    text-align: left;
    font-family: "Comforter", cursive;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    font-size: 5rem; /* scale down heading */
    color: #7b0404;
}
.welcome-order-subhead {
    text-align: left;
    font-family: "Trykker", serif;
    font-size: 2rem; /* scale down heading */
    line-height: 1; /* tighten vertical spacing */
}
.welcome-order-byline {
    text-align: left;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
}
.welcome-order-para {
    text-align: left;
}
.welcome-order-reserve-button-container {
    text-align: left; /* ensures the button sits left in its parent */
    padding-top: 1em;
}
.welcome-order-reserve-link {
    display: inline-block;
    padding: 0.7rem 1rem;
    margin-right: 20px;
    background-color: #000;
    color: #fff;
    border: 4px solid #7b0404;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: background-color 0.3s ease;
}
/* --- Responsive Behavior --- */
@media (max-width: 768px) {
    .welcome-image-row {
        flex-direction: column; /* stack vertically */
    }
    .welcome-image-row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* Reset second column on mobile */
    .welcome-image-row > div:last-child {
        display: block;
    }
    .welcome-image-row img {
        height: auto; /* natural responsive scaling */
    }
}
/* hero WELCOME section END */
/*-------------------------------------------------------------------------------*/
/* ORDER ONLINE SECTION */
.online-order-image-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-bottom: 15px solid #7b0404; /* red line above */
}
.online-order-image-row > div {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}
/* Image column only */
.online-order-image-row > div:first-child {
    display: flex; /* stretch image */
}
.online-order-image-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.online-order-section {
    width: 100%;
    min-height: 60vh; /* scale height relative to viewport */
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    padding: 5%; /* responsive padding */
    box-sizing: border-box;
}

/* page-specific overrides */
.phillipsburg .order-online-section {
 background-image: url("../../images/phillipsburg/online-order-pizza-oven.png");
}

.phillipsburg-private-events .online-order-section {
 background-image: url("../../images/private events/hand-drawn-plate-utensils.webp");
}


.online-order-heading {
    line-height: 1;
    text-align: left;
    font-family: "Comforter", cursive;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    font-size: 5rem; /* scale down heading */
    color: #7b0404;
}
.online-order-subhead {
    text-align: left;
    font-family: "Trykker", serif;
    font-size: 2rem; /* scale down heading */
    line-height: 1; /* tighten vertical spacing */
}
.online-order-byline {
    text-align: left;
    margin-top: .5em;
    margin-bottom: .5em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
}
.online-order-para {
    text-align: left;
}
.online-order-reserve-button-container {
    text-align: left; /* ensures the button sits left in its parent */
    padding-top: 1em;
}
.online-order-reserve-link {
    display: inline-block;
    padding: 0.7rem 1rem;
    margin-right: 20px;
    background-color: #000;
    color: #fff;
    border: 4px solid #7b0404;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: background-color 0.3s ease;
}
/* --- Responsive Behavior --- */
@media (max-width: 768px) {
    .online-order-image-row {
        flex-direction: column;
    }
    .online-order-image-row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* Force image column to appear above text */
    .online-order-image-row > div:first-child {
        order: 2; /* push image below */
    }
    .online-order-image-row > div:last-child {
        order: 1; /* pull text above */
    }
    .online-order-image-row img {
        height: auto;
    }
}
/* ONLINE ORDER section END */
/*-------------------------------------------------------------------------------*/
/* end HERO SECTION css --- */
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #333;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
    }
    .nav-links.active {
        display: flex;
    }
    .logo-badge {
        display: none; /* hide badge on small screens */
    }
}



.our-menu-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;

}

.our-menu-text,
.our-menu-phillipsburg {
  margin: 0;
}

.our-menu-text {
  font-size: clamp(2rem, 6vw, 4rem);       /* scales between 2rem and 4rem */
  text-transform: uppercase;
  color: #fff;
  font-family: "Trykker", serif;
  text-decoration: underline;
  text-decoration-color: #7b0404;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  white-space: nowrap;        /* prevent wrapping */
  font-size: clamp(2rem, 6vw, 4rem); /* scales between 2rem and 4rem depending on viewport width */
  white-space: nowrap; /* prevent wrapping */
}

.our-menu-phillipsburg {
  white-space: nowrap;                     /* prevent wrapping */
  font-size: clamp(2.5rem, 7vw, 5rem);     /* scales between 2.5rem and 5rem */
  line-height: 1;
  font-family: "Comforter", cursive;
  font-weight: 400;
  color: #7b0404;
}


.view-full-menu-button {
    display: inline-block;
    padding: 0.7rem 1rem;
    margin-right: 20px;
    background-color: #7b0404;   /* Stone Tavern red fill */
    color: #fff;                 /* white text */
    border: 4px solid #7b0404;   /* red border to match fill */
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect: invert to black background with red border */
.view-full-menu-button:hover {
    background-color: #000;      /* black fill on hover */
    color: #fff;                 /* keep text white */
    border-color: #7b0404;       /* red trim stays */
    border: 4px solid #FF3700;   /* bright orange border on hover */
}





.our-menu-row {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .our-menu-row {
    flex-direction: column;   /* stack vertically */
    gap: 15px;                /* smaller spacing when stacked */
  }

  .view-full-menu-button {
    padding: 0;               /* remove padding on mobile */
    width: 100%;              /* optional: make button full width */
    text-align: center;       /* keep text centered */
  }

  .our-menu-text {
    font-size: clamp(2rem, 6vw, 4rem); /* already responsive */
  }

  .our-menu-phillipsburg {
    font-size: clamp(2.5rem, 7vw, 5rem);
  }
}


.menu-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 2rem auto;
}

/* Improve drag performance and touch behavior */
.menu-carousel,
.carousel-track {
  touch-action: pan-y; /* allow vertical page scroll; we manage horizontal dragging */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  cursor: grab;
}

.carousel-track.dragging {
  cursor: grabbing;
}

/* Card layout: header ? image ? footer, with image filling remaining space */
.menu-card {
  flex: 0 0 250px;         /* fixed width */
  height: 400px;           /* fixed height */
  margin: 0 10px;
  background: #fff;
  display: flex;
  flex-direction: column;  /* stack children vertically */
  justify-content: flex-start;
  overflow: hidden;        /* prevent image spill over edges */
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.card-header {
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  flex-shrink: 0;          /* header stays fixed, doesn’t collapse */
}

.menu-card img {
  width: 100%;
  display: block;          /* remove inline gaps */
  flex: 1 1 auto;          /* fill available vertical space */
  min-height: 0;           /* allow flex child to shrink correctly */
  object-fit: cover;       /* crop to fill space without distortion */
  user-drag: none;       /* Safari */
  -webkit-user-drag: none; /* Chrome/Edge */
  pointer-events: none;  /* let pointer events pass through to the parent */
}

.card-footer {
  background: #7b0404;     /* red box */
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 2rem;
  flex-shrink: 0;          /* footer remains visible at the bottom */
}

/* --- Carousel Buttons --- */
.menu-carousel {
  position: relative;   /* ensures buttons are positioned relative to this container */
  overflow: hidden;
  width: 100%;
  margin: 2rem auto;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;              /* fixed width */
  height: 40px;             /* fixed height */
  background: rgba(255,255,255,0.85);
  border: none;
  font-size: 1.5rem;        /* arrow size */
  color: #7b0404;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;       /* perfect circle */
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);

  display: flex;            /* center arrow */
  align-items: center;
  justify-content: center;
}


/* Place arrows INSIDE the carousel edges */
.carousel-btn.prev { left: 0; transform: translate(-50%, -50%); }
.carousel-btn.next { right: 0; transform: translate(50%, -50%); }


.carousel-btn.prev {
  left: 10px;   /* sits just inside the left edge */
}

.carousel-btn.next {
  right: 10px;  /* sits just inside the right edge */
}

.carousel-btn:hover {
  background: rgba(255,255,255,0.95);
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

/* Mobile tweak: pull arrows inward so they don’t get clipped */
@media (max-width: 600px) {
  .carousel-btn.prev { left: 5px; }
  .carousel-btn.next { right: 5px; }
}
/*-- End Carousel Button --*/


.tap-list-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;

}

.tap-list-text,
.tap-list-powered-by {
  margin: 0;
}

.tap-list-text {
  font-size: clamp(2rem, 6vw, 4rem);       /* scales between 2rem and 4rem */
  text-transform: uppercase;
  color: #fff;
  font-family: "Trykker", serif;
  text-decoration: underline;
  text-decoration-color: #7b0404;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
  white-space: nowrap;        /* prevent wrapping */
  font-size: clamp(2rem, 6vw, 4rem); /* scales between 2rem and 4rem depending on viewport width */
  white-space: nowrap; /* prevent wrapping */
}

.tap-list-powered-by {
  white-space: nowrap;                     /* prevent wrapping */
  font-size: clamp(.5rem, 2vw, 1rem);     /* scales between 2.5rem and 5rem */
  line-height: 1;
  font-family: "Roboto", cursive;
  font-weight: 400;
  color: #ffffff;
}


.view-full-menu-button {
    display: inline-block;
    padding: 0.7rem 1rem;
    margin-right: 20px;
    background-color: #7b0404;   /* Stone Tavern red fill */
    color: #fff;                 /* white text */
    border: 4px solid #7b0404;   /* red border to match fill */
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect: invert to black background with red border */
.view-full-menu-button:hover {
    background-color: #000;      /* black fill on hover */
    color: #fff;                 /* keep text white */
    border-color: #7b0404;       /* red trim stays */
    border: 4px solid #FF3700;   /* bright orange border on hover */
}





.tap-list-row {
  margin-top: 10rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .tap-list-row {
    flex-direction: column;   /* stack vertically */
    gap: 15px;                /* smaller spacing when stacked */
  }

  .view-full-menu-button {
    padding: 0;               /* remove padding on mobile */
    width: 100%;              /* optional: make button full width */
    text-align: center;       /* keep text centered */
  }

  .tap-list-text {
    font-size: clamp(2rem, 6vw, 4rem); /* already responsive */
  }

  .tap-list-powered-by {
    font-size: clamp(.5rem, 2vw, 1rem);
  }
}



.event-track {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;              /* allow cards to wrap to new lines */
  justify-content: center;      /* center the row of cards */
  gap: 20px;                    /* space between cards */
  transition: transform 0.5s ease;
  will-change: transform;
  cursor: grab;
}

.event-track.dragging {
  cursor: grabbing;
}

/* Card layout */
.event-card {
  flex: 1 1 250px;              /* flexible width, min ~250px */
  max-width: 480px;             /* don’t grow beyond original size */
  height: auto;                 /* let height adjust naturally */
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.event-header {
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem;
  flex-shrink: 0;
}

.event-card img {
  width: 100%;
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  object-fit: cover;
  user-drag: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .event-card {
    flex: 1 1 100%;             /* each card takes full width */
    max-width: 100%;
  }
}

/* FORMSPREE FORM (50 form submissions a month) */
/* === Reservation Form Styles === */
form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border: 2px solid #7b0404;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-family: "Roboto", sans-serif;
}

label {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #7b0404;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.3rem;
  border: 2px solid #7b0404;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
}

button {
  margin-top: 2rem;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #333;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
}

@media (max-width: 600px) {
  .form-row {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .menu-category {
    display: none;
  }
  .menu-category.active {
    display: block;
  }
}


/*** FOOTER SECTION CSS *** */
/* Footer */
footer {
  background: #333;
  color: #fff;                /* keep text readable on dark background */
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
  font-family: "Roboto", sans-serif;
}

















/* INTERACTIVE MENU */

/* Base layout */
.menu-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  width: 60%;              /* default: PC screens */
  margin: 0 auto;          /* center horizontally */
}

.menu-sidebar {
  flex: 1 1 200px;
  background: #7b0404;
  color: white;
  padding: 1rem;
}

.menu-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-sidebar li {
  padding: 0.8rem;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.menu-sidebar li.active {
  background: #000;
}

.menu-panel {
  flex: 3 1 600px;
  padding: 2rem;
  background: #fff;
}

.menu-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.menu-item h4 {
  font-size: 2em;              /* make the item name bigger */
  display: flex;               /* lay out name + price side by side */
  justify-content: space-between; /* push span to the right side of h4 */
  align-items: baseline;       /* align text nicely */
  margin: 0;
  color: #7b0404;
  font-family: "Trykker", serif;
}

.menu-item h4 span {
  font-size: 0.8em;            /* slightly smaller for the price */
  margin-left: 1rem;           /* breathing room from the item name */
  color: #000;                 /* optional: darker price color */
}

.menu-item p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
}

.menu-category {
  display: none;
}
.menu-category.active {
  display: block;
}

/* Tablet screens */
@media (max-width: 1024px) {
  .menu-container {
    width: 80%;
  }
}

/* Responsive: tablets and small laptops */
@media (max-width: 768px) {
  .menu-container {
    flex-direction: column;
  }

  .menu-sidebar {
    flex: none;
    display: flex;
    overflow-x: auto;   /* allow horizontal scroll if needed */
    background: #7b0404;
  }

  .menu-sidebar ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .menu-sidebar li {
    border: none;
    white-space: nowrap;
    background: #7b0404;
    color: #fff;
    border-radius: 4px;
    padding: 0.6rem 1rem;
  }

  .menu-sidebar li.active {
    background: #000;
  }
}

/* Responsive: phones */
@media (max-width: 480px) {
  .menu-container {
    width: 100%;           /* full width on phones */
    flex-direction: column;
    padding: 0 1rem;       /* horizontal buffer */
  }

  /* Sidebar hidden on phones */
  .menu-sidebar {
    display: none;
  }

  /* Show all categories stacked with items underneath */
  .menu-panel {
    padding: 0 1rem;       /* buffer around menu items */
  }

  .menu-item {
    padding: 0.5rem 0;     /* vertical spacing */
  }

  .menu-item h4 {
    padding: 0 0.5rem;     /* buffer inside heading */
  }

  .menu-item p {
    padding: 0 0.5rem;     /* buffer inside description */
  }

  .menu-category {
    display: block;        /* always visible */
    margin-bottom: 1rem;
    border: 1px solid #ccc;
  }

  .menu-category::before {
    content: attr(id);     /* show category name as heading */
    display: block;
    background: #7b0404;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem;
  }
}

/* END INTERACTIVE MENU */



