
:root{
  --bg:#000;
  --bg-2:#151a1f;
  --fg:#e7ebef;
  --muted:#9aa4af;
  --amber:#b27627;
  --amber-2:#8a5b1c;
  --border:#232a32;
  --hightext:#fac700;
  --bg-3:#1d1d1d;
}

.text-hightlight{
  color: var(--hightext);
}
html,body{background:var(--bg); color:var(--fg); font-family: "Roboto mono", sans-serif;}
.link-amber{color:var(--amber-2); text-decoration:none;}
.link-amber:hover{text-decoration:underline;}
.hero{
  background:linear-gradient(180deg, rgba(193,137,59,0.12), rgba(0,0,0,0)) , url('https://images.unsplash.com/photo-1514361892635-eae31a06a36c?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
  border-bottom:1px solid var(--border);
}
.site_space{ padding-left: 20px; padding-right: 20px;}
.hero .overlay{ backdrop-filter: blur(0px); background: rgba(0,0,0,0.45);}
.section{padding:3rem 0;}
.card.bg-surface{background:var(--bg-2); border-color:var(--border);}
.badge-amber{background:var(--amber);}
.progress{background:#232a32;}
.progress-bar{background:var(--amber);}
.table thead{color:#c9d1d9;}
a.nav-link{color:#cfd6dd;}
a.nav-link.active, a.nav-link:focus, a.nav-link:hover{color:var(--amber-2);}
input[type="checkbox"]:checked{accent-color:var(--amber);}

.bg-dark{
  background-color: var(--bg-3) !important;
}
/* Centered logo + split nav (2 left, 2 right) */
header { background:#000 !important;
margin-bottom: 70px; }

/* Keep brand perfectly centered regardless of collapse state */
.center-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;                 /* tweak if your logo is taller/shorter */
  z-index: 2;               /* keep above the collapse */
}
.navbar .navbar-toggler { z-index: 3; } /* toggler stays clickable */

/* Yellow link color per your brand */
header .nav-link,
header .navbar-brand,
header .navbar-brand span { color: #ffcc00 !important; }

header .nav-link:hover,
header .nav-link:focus,
header .nav-link.active { color: #ffcc00 !important; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,204,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

/* Optional: balance spacing of the left/right groups on wide screens */
@media (min-width: 992px) {
  .left-nav .nav-link, .right-nav .nav-link { padding-left: .75rem; padding-right: .75rem; }
}
/* Keep the fixed nav above content and add a subtle divider */
.navbar.fixed-top { 
  z-index: 1040; 
  border-bottom: 1px solid #b27627; 
  padding: 20px 0px;
  background: #1d1d1d;
}

/* (Optional) ensure the header wrapper doesn't block clicks */
header { pointer-events: none; }
header .navbar { pointer-events: auto; }

.card-body{
  border-radius: 5px;
  background-color: #f1ecdd;
}




.row.no-gap { --bs-gutter-x: 0; --bs-gutter-y: 0; }
    .card { border: none; border-radius: 0; padding-bottom: 20px; padding-top: 20px;}
    .card img { border-radius: 0; width: 100px; height: 100px; text-align: center; object-fit: cover; }
    .card-body { padding: 15px; }
    .card-title { color: #7a4e2d; font-size: 1.1rem; margin-bottom: 6px; }
    .card-text { color: #555; font-size: 0.9rem; line-height: 1.4em; }
    .date-col {
      background: #7a4e2d;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 1rem;
      text-transform: uppercase;
      text-align: center;
      padding: 20px 10px;
      gap: 20px;
    }

 .whiskey-card {
   display: grid;
   grid-template-columns: 0.5fr 1.5fr;
   border-radius: 5px;
   border: solid 1px #8a5b1c;
   margin: 0px 30px;
   padding: 20px;
   text-align:center
 }
 .whiskey-card .whiskey-name{
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  
 }

 .whiskey-card .whiskey-orgin{
  text-align: center;
}

.whiskey-card .whiskey-orgin{
  text-align: center;
  padding:10px 30px;
}

.mid-section{
  background: url(whiskey_background.jpg) center center;
  background-size: cover;
  padding: 50px;
}
.mid-section-div{
  padding: 50px;
  background:rgba(0, 0, 0, 0.5);
  margin: 0px auto;
}

/* CHeckout Page */
.checkout-bg{
  background: center right no-repeat url(checkout-bg.jpg);
  background-repeat: no-repeat; /* Prevent the image from tiling if there's empty space */
  background-position: center center; /* Center the image within the element */
  background-size: cover; /* Scale the image to fit entirely within the element */
  font-family: "Roboto", sans-serif;
}

.checkout-bg h1{
  font-size: 30px;
  font-weight: 500 !important;
  color: var(--hightext);
  margin-bottom: 30px;
  font-family: "Roboto mono", sans-serif;
}

.checkout-bg h3{
  font-size: 20px;
  font-family: "Roboto mono", sans-serif;
  font-weight: 100 !important;
  color: var(--hightext);
  margin-bottom: 30px;
}

.checkout-bg p{
  font-size: 16px;
  font-family: "Roboto mono", sans-serif;
  font-weight: 100 !important;
  color: #fff;
  margin-bottom: 4px;
}
.checkout-bg ul{
  margin-top: 20px;
}
.checkout-bg ul,.checkout-bg li{
  font-family: "Roboto mono", sans-serif;
  font-size: 14px;
}


.cancel-section {
  background: #fff;
  border-top: 2px solid #7a4e2d;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.cancel-section p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.btn-cancel {
  background: #7a4e2d;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 6px;
}
.btn-cancel:hover {
  background: #633f25;
  color: #fff;
}


.passport-section {
  background-color: #000; /* parchment tone */
  padding: 40px 0;
}
.passport-title {
  color: #ffdd00;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.passport-subtext {
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.reward-card {
  background-color: #000000;
  border: 2px solid #ffcd01;
  border-radius: 0;
  text-align: center;
  padding: 25px 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.reward-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.reward-icon {
  font-size: 2rem;
  color: #7a4e2d;
}
.reward-tier {
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}
.reward-stamps {
  color: #999;
  font-size: 0.9rem;
}
.reward-text {
  color: #ffee00;
  font-size: 0.95rem;
  margin-top: 10px;
}

.why-div{
  padding:20px 50px
}
@media (max-width: 700px) {
.why-div{
  padding:20px 0px
}
.mid-section{
  padding: 0px;
}
.mid-section-div{
 margin: 0px; 
}
}


/**** Reward table **************/

.reward_card_box{
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}
.reward_card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  width: 320px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: 1px solid #eee;
}

table tr:last-child {
  border-bottom: none;
}

table td {
  padding: 10px 0;
  font-size: 15px;
}

table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #2e7d32;
}

.rewards-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}

.rewards-table tr {
border-bottom: 1px solid #eee;
}

.rewards-table tr:last-child {
border-bottom: none;
}

.rewards-table td {
padding: 12px 0;
font-size: 15px;
color: #000;
}

.rewards-table td:first-child {
font-weight: 500;
}

/* Status pills */
.status {
padding: 4px 12px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
display: inline-block;
}

.status.available {
background: #e8f5e9;
color: #2e7d32;
}

.status.redeemed {
background: #fbe9e7;
color: #c62828;
}

