/* ----------------------------------------------------------
   Modern CSS Reset
   Author: ChatGPT (optimized for modern browsers)
-----------------------------------------------------------*/

/* Remove default margins, paddings, and box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Set default font and background for the document */
html, body {
  height: 100%;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Improve media defaults */
img, picture, video, canvas, svg {
  /* display: block; */
  max-width: 100%;
}

/* Remove built-in form typography styles */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.hambuger{
  display: none;
}
/* Remove list styles */
ul, ol {
  list-style: none;
}

/* Remove link underlines and color inheritance */
a {
  text-decoration: none;
  color: inherit;
}

/* Set consistent heading size behavior */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
}

/* Normalize tables */
table {
  border-collapse: collapse;
  width: 100%;
}

/* Make sure textarea is resizeable vertically only */
textarea {
  resize: vertical;
}

/* Give consistent spacing to blockquotes and pre */
blockquote, pre {
  margin: 1em 0;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Playfair+Display:wght@500;600;700&display=swap');


/*** Default  Color */
:root {
    --main-color: #d00c0c;
    --secondary-color: #333;
    --font-size-large: 1.5rem;
    --spacing: 10px;

  /* Typography scale */
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Lato', sans-serif;
  --line-height-base: 1.6;
  --max-content-width: 1200px;

  }


.text-center{
    text-align: center;
}
.shakers_button {
    display: inline-block;
    background-color: #fff;   /* gold accent color */
    color: #000;
    padding: 15px 40px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    border: solid 2px #000;
  }
.club_button{
    display: inline-block;
    background-color: #000;   /* gold accent color */
    color: #ffc107;
    padding: 15px 40px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
    border: solid 2px #ffc107; 
}
  /* Hover effect */
  .shakers_button:hover {
    background-color: var(--main-color);   /* slightly darker gold */
    color: #fff;
    border: solid 2px #e72034;
    }

.announcement{
    background: var(--main-color);
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: var(--font-sans);
    font-weight: bold;
    letter-spacing: 0.18em;
}
.header_wrapper{
    display: flex;
    justify-content: space-between; /* pushes left and right apart */
    align-items: center;            /* vertically center */
    padding: 10px 40px;
}
.logo img{
    max-width: 200px;
}


.navbar ul {
    list-style: none;              /* remove bullet points */
    display: flex;                 /* make items horizontal */
    justify-content: center;       /* center horizontally */
    align-items: center;           /* align vertically */
    gap: 2rem;                     /* spacing between items */
    padding: 0;
    margin: 0;
    background-color: #fff;        /* optional: white nav background */
  }
  
.navbar ul li {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
    letter-spacing: 0.2em;
  }
  
.navbar ul li:hover {
    color: #b8915c;                /* gold accent */
    transform: scale(1.05);        /* subtle zoom effect */
}
/* Hero video section */
.hero-video {
    position: relative;
    width: 100%;
    height: 70vh; /* full viewport height; change to 60vh if you want shorter */
    overflow: hidden;
  }
  
  .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* keeps video filling div without distortion */
    display: block;
  }
.about_use_front_page{
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 100px 40px;
    background: var(--main-color);
    color: #fff;
}
.about_use_front_page h1{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.about_use_front_page h3{
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-top: 5px;
}
.about_use_front_page p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 40px 50px 0px 50px;
}
.image-row {
    display: flex;
    width: 100%;
  }
  
  .image-row img {
    width: 25%;          /* 4 images → 100 ÷ 4 = 25% each */
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
.order_online{
    background: url("assets/food_bg.jpg");
    color:#fff;
    margin-bottom: 50px;
}
.specials_sectoion{
    padding: 60px;
    text-align: center;
}
.special_header{
  background: url("assets/game_bg.jpg");
  padding: 50px;
  color: #fff;
}
.specials_sectoion h1{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.specials_sectoion p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 20px 50px 0px 50px;
}
  .menu_section_front_page{
    /* display: flex;
    justify-content: space-between; 
    align-items: stretch;           
    flex-direction: column; */
    display: flex;
    justify-content: space-between; /* space between items */
    align-items: stretch;  
    padding: 10px 60px;
    width: 100%;
    gap: 3em;
  }
  .menu_section_front_page_box{
      /* Optional: if you want items to grow and share available space vertically */
      flex: 1; 
      /* text-align: center; */
  }
  .menu_section_front_page_title{
    padding: 20px 0px 15px 0px;
    font-size: 18px;
    font-weight: 600;
  }

  .menu_section_front_page_description{
    padding: 0px 0px 20px 0px;
  }

.game_speical{
    display: flex;
    justify-content: space-between; /* space between items */
    align-items: stretch;  
    padding: 10px 60px;
    width: 100%; 
    margin-top: 60px;
    font-family: 'Lato', sans-serif;
}
.game_speical h2 {
  letter-spacing: 0.1em;
  font-size: 20px;
}
.game_speical h2.special{
  font-family: 'Lato', sans-serif;
  margin-top: 35px;
}
.p-head{
  margin-top: 20px;
  font-size: 20px;
}
.game_speical p{
  text-align: center;
}

.nfl_special{
  flex: 1;
  background: #fff;
  padding: 10px;
  border: solid 2px rgb(7, 17, 77);
}
.nfl_special_details{
    display: flex;
    justify-content: space-between; /* space between items */
    align-items: stretch;  
    padding: 10px 20px;
    width: 100%; 
}
.nfl_special_details div{
  flex: 1;
}
.collage_footbal_special{
  flex: 1;
  border: solid 2px #000;
  padding: 10px;
  background: #fff;;
}

.whiseky_club{
    display: flex;
    justify-content: space-between; /* space between items */
    align-items: stretch;  
    padding: 10px 60px;
    width: 100%; 
    margin-top: 60px;
}
.club_logo{
    flex: 1;
    background: #000;
    padding: 40px;
}
.club_logo img{
    width: 300px;
}
.club_details{
    flex: 1;
    border: solid 2px #000;
    padding: 30px;
    background: #ffc107;;
}
.club_details p{
    font-size: 18px;
}
.club_details h2{
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.club_details ul{
    list-style:disc;
    font-size: 18px;
    margin-top: 20px;
    display: block;
    max-width: 400px;
}
.club_benefits{
    display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.footer_section{
    margin: 40px 100px;
    padding: 40px;
    border-top : solid 2px #000;
}
footer p{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: uppercase;
    color: #222;
    text-align: center;
}

footer p span{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: uppercase;
    color: var(--main-color);
    text-align: center;
    padding: 0px 10px;
}
footer p.hours{
    font-size: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}
footer .address{
    padding-bottom: 30px;
}



/* Menu Pages */

.menu_header{
    background: url("assets/food_bg.jpg");
    padding: 50px;
    color: #fff;
}
.menu-tabs {margin: 40px auto; padding: 0 35px; }
.menu-tablist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  gap: 8px;
    /* border-bottom: 2px solid #000; */
 }

 .menu-tablist--fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;      /* JS will overwrite if you have header height */
  z-index: 1500;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.menu-tab {
  appearance: none; background: transparent; border: 0; padding: 10px 14px; 
  font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    letter-spacing: 0.2em;
  border-bottom: 5px solid transparent; color: #222;
}
.menu-tab:focus,
.menu-tab:focus-visible {
  outline: none;
  box-shadow: none;
}
.menu-tab:hover { color: var(--main-color); }
.menu-tab.is-active { color: var(--main-color); border-bottom:solid 5px #000; }

/* Panels */
.menu-panels { padding-top: 16px; }
/* .menu-panel[hidden] { display: none !important; } */
.menu-panel { 
    /* display: none;
    justify-content: space-between;
    animation: fade .18s ease-in;  */
}
.menu-panel.is-active { 
  /* display: flex;
  justify-content: space-between;
  animation: fade .18s ease-in;  */
}


.menu-panel-heading{
  background: #da0808;
  padding: 20px;
  text-align: center;
  font-family: sans-serif;
  color: #fff;
  margin-top: 0px;
}
.menu-panels {
  max-width: 1200px;
  margin: 0 auto;
}

/* Every category visible, stacked */
.menu-panel {
  /* margin:  0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
  gap: 1rem;
  margin-top: 8px; 
}

.menu-panel .menu-colum-box-2{
  margin:  0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 columns */
  gap: 1rem;
  margin-top: 8px;
}

.menu-panel .menu-colum-box-3{
  margin:  0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 2 columns */
  gap: 1rem;
  margin-top: 8px;
}

.menu-panel .sub_heading{
  font-weight: bold;
  font-size: 18px;
}
.menu-panel .sub_heading_text{
  font-size: 18px;
  padding-bottom: 15px;
  word-spacing: 2px;
}

.menu_column{
   flex: 1;             
  /* padding: 1cqw;  */
}
.menu_item{
    display: grid;
    grid-template-columns: 150px 1fr 40px; /* left fills, right fixed width */
    width: 100%;
    column-gap: 15px;
    margin-bottom: 30px;
    position: relative;
    border: #f3c1bc solid 1px;
    /* padding: 10px; */
    max-height: 152px;
}
.menu_item_name .item_name{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
  font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}
.menu_item_name .item_description{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
}
.menu_item .menu_item_price {
  position: absolute;
  top: 5px;
  right: 5px;
}
.menu_item .menu_item_price img{
  width: 20px;
  padding-bottom: 5px;
}
.item_price{
  position: absolute;
  bottom: 10px;
  font-weight: bold;
  color: var(--main-color);
}
@keyframes fade { from {opacity:.5} to {opacity:1} }

.menu-list { margin: 10px 0 0; padding-left: 18px; }
.menu-list li { margin: 6px 0; }


/****** Scroll Button ***********/
#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f5b400;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
  z-index: 9999;
}

#scrollTopBtn:hover {
  transform: scale(1.08);
  background: #ffca2c;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}


/* =========================
   Rewards Page
========================= */

.rewards-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.rewards-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65)),
    url("assets/food_bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 80px 20px;
}

.rewards-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.rewards-kicker {
  letter-spacing: 0.35em;
  font-size: 0.9rem;
  font-family: var(--font-sans);
  color: #f4c542;
  margin-bottom: 16px;
}

.rewards-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.rewards-subtitle {
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,0.92);
}

.rewards-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.rewards-benefits {
  padding: 80px 0;
  background: #f7f7f7;
}

.rewards-intro h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.rewards-intro p {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #444;
  font-size: 1.05rem;
}

.rewards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 25px;
}

.reward-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
  border-top: 4px solid var(--main-color);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reward-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.reward-icon {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.reward-card h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  margin-bottom: 12px;
  color: #111;
}

.reward-card p {
  color: #555;
  font-size: 1rem;
}

.rewards-how-it-works {
  padding: 80px 0;
  background: #111;
  color: #fff;
}

.rewards-how-it-works .rewards-intro h2 {
  color: #fff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.step-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.step-card h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.step-card p {
  color: rgba(255,255,255,0.82);
}

.rewards-final-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #c40f0f, #7f0b0b);
  color: #fff;
}

.rewards-final-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 14px;
}

.rewards-final-cta p {
  font-size: 1.05rem;
  margin-bottom: 20px;
}


/* =========================
   Reservation Page
========================= */

.reservation-hero {
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.68)),
              url("assets/food_bg.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 90px 20px;
}

.reservation-hero-content {
  max-width: 850px;
  margin: 0 auto;
}

.reservation-kicker {
  font-family: var(--font-sans);
  letter-spacing: 0.28em;
  color: #f4c542;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.reservation-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.reservation-hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
}

.reservation-section {
  background: #f7f7f7;
  padding: 70px 20px;
}

.reservation-container {
  width: min(1180px, 94%);
  margin: 0 auto;
}

.reservation-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.reservation-info-card,
.reservation-form-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  padding: 34px;
}

.reservation-info-card h2,
.reservation-form-card h2 {
  font-family: var(--font-serif);
  font-size: 2rem;
  margin-bottom: 14px;
  color: #111;
}

.reservation-info-card p {
  color: #555;
  margin-bottom: 24px;
}

.reservation-highlights {
  display: grid;
  gap: 18px;
}

.reservation-highlight-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fafafa;
  border: 1px solid #eee;
  border-left: 4px solid var(--main-color);
  padding: 18px;
  border-radius: 14px;
}

.reservation-highlight-box span {
  font-size: 1.6rem;
  line-height: 1;
}

.reservation-highlight-box h3 {
  margin-bottom: 4px;
  font-size: 1.05rem;
  color: #111;
}

.reservation-highlight-box p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

.reservation-form {
  display: grid;
  gap: 18px;
}

.form-row.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-family: var(--font-sans);
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select {
  height: 52px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 0 14px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--main-color);
  box-shadow: 0 0 0 4px rgba(208, 12, 12, 0.08);
}

.reservation-submit-btn {
  display: inline-block;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  border: 2px solid var(--main-color);
  border-radius: 12px;
  padding: 16px 24px;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: all 0.25s ease;
  margin-top: 8px;
}

.reservation-submit-btn:hover {
  background: #a50a0a;
  border-color: #a50a0a;
}

.reservation-alert {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-weight: 600;
}

.reservation-alert.success {
  background: #eaf8ee;
  color: #18733a;
  border: 1px solid #bfe3ca;
}

.reservation-alert.error {
  background: #fff0f0;
  color: #a11919;
  border: 1px solid #f0c2c2;
}

@media (max-width: 900px) {
  .reservation-grid,
  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .reservation-info-card,
  .reservation-form-card {
    padding: 24px;
  }
}

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

  .steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rewards-hero {
    min-height: 60vh;
    padding: 60px 16px;
  }

  .rewards-grid {
    grid-template-columns: 1fr;
  }

  .reward-card,
  .step-card {
    padding: 24px 18px;
  }

  .shakers_button,
  .club_button {
    width: 100%;
    text-align: center;
  }

  .rewards-cta {
    flex-direction: column;
    align-items: stretch;
  }
}


  @media (max-width: 768px) {

    .hide_mobile{
      display: none !important;
    }
    .about_use_front_page {
      padding: 50px;
    }
    .about_use_front_page h1{
      font-size: 25px;
    }

    .about_use_front_page h3{
      font-size: 16px;
    }

    .about_use_front_page p{
      font-size: 16px;
      padding-top:15px;
    }
    .image-row img {
      width: 50%;
      height: auto;
      display: block;
      margin: 0;
      padding: 0;
      border: none;
    }
    .hero-video {
        width: 100%;
        height: auto;
        object-fit: cover; /* keeps video filling div without distortion */
        display: block;
      }
    .navbar{
        position: fixed;
        top: 0px;
        right: -180px;
        height: 100%;
        background: #ccc;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        z-index: 999;
    }
    
    .navbar.active{
        transform: translateX(0);
    }
    .navbar ul {
        display: block;
        /* height: 100vh; */
        background: #ccc;
    }
    .navbar ul li {
        display: block;
        padding: 10px 25px;
    }
    .hambuger{
      display: block;
    }
    .menu-panel {
      grid-template-columns: 1fr;
    }

    .specials_sectoion h1 {
      font-size: 30px;
    }
    specials_sectoion p {
      font-size: 16px;
    }
  }
  