/* Extra overrides
.lead{ max-width: 48ch; } */
.card.bg-ink{ background:#171717; }
.accordion-button{ background:#151515; color:#fff; }
.accordion-button:not(.collapsed){ color:#fff; background:#171717; }
.accordion-item{ border-color:#a58d5f; }
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #151515;
}

/* Base header (fixed) */
#siteHeader{ 
 /* background: transparent; */
  transition: background-color .3s ease, padding .3s ease, box-shadow .3s ease;
  box-shadow: none;
}

.home-highlight {
  background: linear-gradient(135deg, #151515, #1a1a1a);
}

/*section#Games {
    border-top: 3px solid #a58d5f;
}*/

/* Chip logo */
.chip-logo  {
  width: 70px;
  padding-bottom:10px;
}

/* Base button (assuming you already have your .btn-gold styles) */
.btn-gold {
  position: relative;
  overflow: hidden;
  isolation: isolate; /* keeps pseudo inside */
}

/* The sweeping highlight */
.btn-gold::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

/* Trigger on hover/focus */
.btn-gold:hover::after,
.btn-gold:focus::after {
  animation: goldSweep 0.9s ease forwards;
}

@keyframes goldSweep {
  0%   { left: -75%; }
  100% { left: 125%; }
}

/* Alternate hero For the container that holds the roulette image */

/* Section */
.hero-section-main{
  position: relative;
  background-color: #151515; /* bg-ink */
  padding-top: 85px;
}

/* Visual column background */
.hero-visual{
  background-image: url("https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Horizons-Casino-Cards.png");
  background-size: cover;
  background-position: center;
  min-height: 40vh;            /* ensures visible art when stacked on mobile */
}

.ember-bg{
  background-image: url("https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Ember-Restaurant-Horizons.jpg");
  background-size: cover;
  background-position: center;
  border-radius: .75rem;
}

section#about-ember {
	padding: 10em 0;
}

/* Only on lg+ give the hero some viewport height and vertical centering */
@media (min-width: 992px){
  .hero-section-main{
    min-height: 90svh;         /* safe viewport unit to avoid mobile URL bar issues */
    display: flex;
    align-items: center;
  }
  .hero-visual{
    min-height: 70vh;          /* taller visual presence on desktop */
  }
}

/* For the glow element - place this behind your roulette image */
.roulette-glow {
  position: absolute;
  width: 600px; /* Adjust size as needed */
  height: 600px; /* Adjust size as needed */
  border-radius: 50%; /* Makes it circular */
  background: radial-gradient(circle at center, rgba(165, 141, 95, 0.2) 0%, rgba(165, 141, 95, 0) 70%);
  /* Adjust color (rgba(165, 141, 95, 0.2) is your gold with opacity) and spread */
/*  filter: blur(80px);  Softens the glow significantly */
  /* Position it behind your roulette wheel */
  right: 10%; /* Adjust as needed */
  top: 50%; /* Adjust as needed */
  transform: translateY(-50%); /* Vertically center */
  z-index: 0; /* Make sure it's behind your content/image */
}

/* Your roulette image would have a higher z-index */
.roulette-image {
  position: relative;
  z-index: 1;
  /* Other styling for your image */
}

/* Transparent state over hero 
.header-transparent{ background: transparent; }*/

/* Scrolled state: solid black, smaller, subtle shadow */
.header-scrolled{
  background:#0f0f12;
  padding-top:.35rem !important;
  padding-bottom:.35rem !important;
  box-shadow:0 6px 24px rgba(0,0,0,.35);
  backdrop-filter: saturate(1.1);
}

/* Logo sizing + hover */
.brand-center .custom-logo{
  max-height: 68px;
  transition: transform .2s ease, opacity .2s ease, max-height .2s ease;
}
.header-scrolled .brand-center .custom-logo{ max-height: 52px; }
.brand-center .custom-logo-link:hover .custom-logo{ opacity:.9; transform: translateY(-1px); }

/* Nav links */
.navbar-dark .navbar-nav .nav-link{ color:rgba(255,255,255,.88); transition: color .2s ease; text-align: center;}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus{ color:#fff; }

/* Gold underline (animated) on current + hover focus */
.navbar-nav .nav-link{
  background-image: linear-gradient(var(--gold),var(--gold));
  background-position: 0 100%;
  background-size: 0% 2px;
  background-repeat: no-repeat;
}
.navbar-nav .current-menu-item > .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  background-size: 100% 2px;
}

/* Avoid layout jump when fixed */
body.has-fixed-header{ scroll-padding-top: 80px; } /* for in-page anchors */

:root { --gold: #a58d5f; }

#faq .accordion-item { border-color:#2a2a2a; }
#faq .accordion-button { background:#151515; color:#fff; }

/* Gold chevron for both states */
#faq .accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23a58d5f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Keep the icon from turning blue on active; rotate for 'open' state */
#faq .accordion-button:not(.collapsed)::after{
  transform: rotate(-180deg);
}

/* Kill Bootstrap’s blue focus ring or replace with gold */
#faq .accordion-button:focus{
  outline:0;
  box-shadow: none; /*0 0 0 .25rem rgba(165,141,95,.25);  or 'none' 
  border-color: rgba(165,141,95,.5);*/
}


/* bullets */
ul.games {
  list-style: none; /* remove default bullets */
  padding-left: 0;  /* optional: tidy alignment */
}

ul.games li {
  position: relative;
  padding-left: 40px; /* space for chip */
  margin-bottom: 1em; /* breathing room */
}

ul.games li::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 24px;
    height: 24px;
    background: url(http://horizons25.local/wp-content/uploads/2020/11/cropped-android-chrome-512x512-1.png) no-repeat center center;
    background-size: contain;
}

/* btn-gold */
.btn-gold{ background:var(--gold); color:#111; border:0; }
.btn-gold:hover{ filter:brightness(0.9); color:#111; }
.btn-outline-gold{ border:1px solid var(--gold); color:var(--gold); }
.btn-outline-gold:hover{ background:var(--gold); color:#111; }
.object-fit-cover{ object-fit:cover; }
.tracking-wide{ letter-spacing:.06em; }

/* Skewed Custom Edits */
li#menu-item-2590 {
    background: #212121;
    border-top: 1px solid #a58d5f;
    padding-top: 5px;
    margin-top: 3px;
}

#skewd-home {
    padding: 0;
    background-image: url(/wp-content/uploads/2025/07/Skewd-Horizons-scaled.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.skewd-bgrnd {
    background: #212121;
    padding-top: 80px;
    min-height: 90vh;
}
/* You can drop these rules in your theme’s main stylesheet or a custom-CSS panel */
.our-locations {
  color: #fff;                                  /* white text like your screenshot */
  background-color: #212121;                       /* fallback behind the cards */
}

/* Background-image column */
.bg-img {
  min-height: 420px;                            /* desktop height */
  background-image: url('/wp-content/uploads/2025/07/Horizons-Skewd.png'); /* <-- swap to your own */
  background-size: cover;
  background-position: center;*/
}

/* Smaller screens: background below text */
@media (max-width: 767.98px) {
  .bg-img {
    min-height: 300px;                          /* adjust as needed */
  }
}

/* Minimal hub styling (kept inline for portability; move to your CSS if preferred) */
  .hub-hero {
    position: relative;
    min-height: 280px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 3rem 1rem;
    color: #fff;
    background: #151515;
  }
  .hub-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 86%), rgb(0 0 0 / 0%));
  }
  .hub-hero .hub-hero-inner { position: relative; z-index: 1; }
  .text-gold { color: #a58d5f !important; }
  .btn-gold {
    --bs-btn-color:#151515; --bs-btn-bg:#a58d5f; --bs-btn-border-color:#a58d5f;
    --bs-btn-hover-bg:#937c52; --bs-btn-hover-border-color:#937c52;
  }
  .hub-card {
    height: 100%;
    background: #0f0f0f;
    border: 1px solid rgba(165,141,95,.25);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  }
  .hub-card:hover {
    transform: translateY(-2px);
    border-color: #a58d5f;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
  }
  .hub-card .card-title { margin-bottom: .35rem; }
  .hub-meta { font-size: .9rem; opacity: .8; }
  .hub-search input {
    background: #101010; color: #fff; border-color: rgba(255,255,255,.12);
  }
  .hub-search input::placeholder { color: rgba(255,255,255,.6); }

/* Skewed Custom Edits */
li#menu-item-2590 {
    background: #212121;
    border-top: 1px solid #a58d5f;
    padding-top: 5px;
    margin-top: 3px;
}

#skewd-home {
    padding: 0;
    background-image: url(https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Ember-Restaurant-Horizons.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.skewd-bgrnd {
    background: #212121;
    padding-top: 80px;
    min-height: 90vh;
}
/* You can drop these rules in your theme’s main stylesheet or a custom-CSS panel */
.our-locations {
  color: #fff;                                  /* white text like your screenshot */
  background-color: #212121;                       /* fallback behind the cards */
}

/* Background-image column */
.bg-img {
  min-height: 420px;                            /* desktop height */
  background-image: url('/wp-content/uploads/2025/07/Horizons-Skewd.png'); /* <-- swap to your own */
  background-size: cover;
  background-position: center;*/
}

/* Smaller screens: background below text */
@media (max-width: 767.98px) {
  .bg-img {
    min-height: 300px;                          /* adjust as needed */
  }
}

/* Diagonal */
/* ─── General section styling ────────────────────────── */
.skew-slide {
	color: #fff;
	background-color: #212121;                    /* fallback behind the diagonal */
	background-image: url('https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Skewd-1-Leicester-Square-scaled-1.jpg');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	overflow: hidden;                    /* so pseudo-element stays clipped */
}

/* LEFT column ----------------------------------------- */
.content-wrap {
  min-height: 560px;                   /* matches screenshot height */
  background: #212121;                 /* dark pane colour */
  position: relative;
}

/* Add the diagonal edge with a clip-path on ≥ md ------- */
@media (min-width: 768px) {
  .content-wrap {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    /*          ^—top-right      ^—bottom-right  */
  }
}

/* Mobile tweaks ---------------------------------------- */
@media (max-width: 767.98px) {
  .img-wrap {
    min-height: 380px;
    clip-path: none !important; 
	background-image: url('https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Skewd-1-Leicester-Square-scaled-1.jpg'); 
    background-size: cover;
    background-position: center;
  }
}

/* bullets */
ul.games {
  list-style: none; /* remove default bullets */
  padding-left: 0;  /* optional: tidy alignment */
}

ul.games li {
  position: relative;
  padding-left: 40px; /* space for chip */
  margin-bottom: 1em; /* breathing room */
}

ul.games li::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 24px;
    height: 24px;
    background: url(https://www.mindtattoos.com/staging/horizons-casino/wp-content/uploads/2025/09/Horizons-Casino-Icon.png) no-repeat center center;
    background-size: contain;
}

/* Safer Gambling Tab */
:root {
  --ink:#151515;             /* Your bg-ink */
  --gold:#a58d5f;            /* Horizons gold */
  --sg-width: 320px;         /* Panel width desktop */
  --sg-z: 1080;              /* Over footer / menus */
}

/* TAB */
/* Fixed left-side “pill” */
.sg-tab-link{
  position:fixed;
  top:20%;
  left:0;
  transform:translateY(-50%);
  z-index:var(--sg-z);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  padding:.35rem .5rem .35rem .4rem; /* extra right padding for breathing room */
  background:rgba(0,0,0,.65);        /* subtle tint so gold PNG pops */
  border:1px solid rgba(255,255,255,.15);
  border-left:none;
  border-radius:0 .5rem .5rem 0;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  color:#fff;
  text-decoration:none;
  backdrop-filter:saturate(120%) blur(2px);
  -webkit-backdrop-filter:saturate(120%) blur(2px);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.sg-tab-link:hover{
  border-color:var(--gold);
  transform:translateY(-50%) translateX(2px);
  background:rgba(0,0,0,.75);
}
.sg-tab-link:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}

.sg-tab-logo{
  width: 80px; /* scale as needed; PNG stays crisp enough here */
  height:auto;
  display:block;
}

/* On small screens, dock bottom-left so it never clashes with your Concierge button (right) */
@media (max-width: 767.98px){
  .sg-tab-link{
        top: auto;
        bottom: 5rem;
        left: .5rem;
        transform: none;
        padding: .45rem .55rem;
        border-left: 1px solid rgba(255, 255, 255, .15);
        border-radius: .6rem;
        background: black;
  }
  .sg-tab-logo{ width:48px; }
}
/* Tooltip for desktop */
.sg-tab-link::after {
  content: attr(data-label);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  white-space: nowrap;
  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .25rem .5rem;
  border-radius: .35rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: var(--sg-z);
}

.sg-tab-link:hover::after,
.sg-tab-link:focus-visible::after {
  opacity: 1;
}

/* Small arrow pointer */
.sg-tab-link::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: rgba(0,0,0,.85);
  opacity: 0;
  transition: opacity .2s ease;
}

.sg-tab-link:hover::before,
.sg-tab-link:focus-visible::before {
  opacity: 1;
}

/* Hide tooltip on mobile (tight spaces) */
@media (max-width: 767.98px) {
  .sg-tab-link::after,
  .sg-tab-link::before {
    display: none;
  }
}

.btn-more-games {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(165, 141, 95, .55);
    color: #f3f3f3;
    background: transparent;
    padding: .65rem 1rem;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .08em;
    transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .2s ease;
}

:root { --gold:#a58d5f; }

/* Gold button variant (works with BS5 .btn via CSS vars) */
.btn.btn-gold,
.btn.btn-gold-con {
  --bs-btn-bg: var(--gold);
  --bs-btn-border-color: var(--gold);
  --bs-btn-color: #111;               /* dark text on gold */
  --bs-btn-hover-bg: #b79b73;         /* slight lighten */
  --bs-btn-hover-border-color: #b79b73;
  --bs-btn-hover-color: #111;
  --bs-btn-focus-shadow-rgb: 165,141,95;
  --bs-btn-active-bg: #987f53;        /* slight darken */
  --bs-btn-active-border-color: #987f53;
}

/* If anything is forcing transparency, pin a fallback */
.btn.btn-gold,
.btn.btn-gold-con {
  background-color: var(--bs-btn-bg) !important;
  border-color: var(--bs-btn-border-color) !important;
  color: var(--bs-btn-color) !important;
}
/* Ensure the card can host absolutely-positioned children */
.hub-card { position: relative; }

/* Ribbon: top-left diagonal */
.hub-ribbon{
  position: absolute;
 /* top: 10px; left: -40px;           pull left so the diagonal sits nicely
  transform: rotate(-45deg); */
  top: 10px; left: -4px;          /* left horizontal */
  background: var(--gold, #c8a96a); /* fall back to a gold hex if CSS var missing */
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 6px 50px;               /* long strip across corner */
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  z-index: 2;
  pointer-events: none;            /* don’t block clicks */
}

/* Tweak for smaller screens */
@media (max-width: 576px){
  .hub-ribbon{
    top: 8px; left: -36px;
    font-size: 11px; padding: 5px 44px;
  }
}

/* Optional: add a subtle border edge for contrast on bright images */
.hub-ribbon::before,
.hub-ribbon::after{
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0,0,0,.15);
  pointer-events: none;
}

.offer-card-img {
	height: 220px;
}

/* ---- Rewards Table Styling (lightweight, Bootstrap-friendly) ---- */
.rewards-table { --dot-on:#000; --dot-off:#b5b5b5; --head-bg:#f4f4f4; }
.rewards-head th { background: white !important; font-weight: 600; }
.rewards-head .tier { display:inline-flex; flex-direction:column; align-items:center; gap:.35rem; }
.rewards-head .tier-card { width:128px; height:auto; border-radius:.25rem; }
.rewards-head .tier-name { font-weight:700; letter-spacing:.02em; }
.rewards-table th.benefit { font-weight:600; }
.rewards-table .dot { display:inline-block; width:14px; height:14px; border-radius:50%; }
.rewards-table .dot.on { background: var(--dot-on); }
.rewards-table .dot.off { background: var(--dot-off); opacity:.8; }
.rewards-table .percent { font-weight:700; padding:.35rem .6rem; background:#111; color:#fff; }
@media (prefers-color-scheme: dark) {
  .rewards-table { --dot-on:#a58d5f; --dot-off:#f6f6f6; --head-bg:#1f1f1f; }
  .rewards-table .percent { background:#fff; color:#000; }
}