@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* Base body styles */
body {
    background: #000;
    font-family: 'Marcellus', serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    position: relative;
    url('/Images/bg-image.png') no-repeat center center fixed;
    z-index: -5;
}

/* Section layout */
.header, .main-content, .footer {
    width: 100%;
}

/* Sticky header styles */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: transparent;
  backdrop-filter: none;
  will-change: transform, background-color;
  transition: background-color 0.6s ease, backdrop-filter 0.6s ease;
  padding: 10px 20px;
  width: 100%;
}

body.no-video-header header {
  background-color: #000;
  backdrop-filter: none;
  transition: background-color 0.6s ease, backdrop-filter 0.6s ease;
}

/* Once the page is scrolled, apply the dark blur */
header.scrolled {
  background-color: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(5px);
}
/* Layout for content inside sticky header */
.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

/* Logo Styling */
.logo {
  height: 125px;
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

/* Hamburger toggle */
.menu-toggle {
  position: absolute;
  top: 14px;
  right: 2px;
  background: none;
  border: none;
  color: white;
  font-size: 36px;
  z-index: 1004; /* above overlay */
  cursor: pointer;
}

/* Off-canvas sidebar: start fully translated offscreen to the right */
.sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;               /* lock to the right edge */
  width: 240px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);        /* 100% of its own width offscreen */
  transition: transform 0.3s ease;    /* GPU-accelerated */
  will-change: transform;
  z-index: 1500;
}
.sidebar-menu.active {
  transform: translateX(0);
}

/* Close button */
.close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  margin-bottom: 30px;
  cursor: pointer;
}

/* Sidebar links */
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav li {
  margin: 20px 0;
}
.sidebar-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Marcellus', serif;  /* fixed quote */
  font-weight: 600;
  transition: color 0.3s ease;
}
.sidebar-nav a:hover {
  color: #BE9C5F;
}

/* Overlay behind sidebar */
.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;              /* clicks pass through when hidden */
  transition: opacity 0.3s ease;     /* GPU-accelerated */
  z-index: 1400;
}
.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;              /* re-enable clicks */
}

.navbar-toggler.top-menu:focus {
  outline: none;
}

.fas.fa-bars {
  color: white;
  font-size: 28px;
  z-index: 10;
  position: relative;
}

/* Responsive nav collapse styling */
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px;
    text-align: center;
   }
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
}

.dropdown-content a:hover {
    background-color: #BE9C5F;
    color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

main {
  /* preserve your existing padding */
  padding: 20px;
  padding-top: var(--header-height);

  /* image + overlay in one background shorthand */
  background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), /* 50% black tint */
    url('/Images/bg-image.png') no-repeat center center fixed;
  background-size: cover;

  /* your existing text and layout */
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}

/* dark tint overlay under your content */
main::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* adjust opacity as desired */
    z-index: -1;
}

/* this selector only matches when you have <div class="video-wrapper">…</div> earlier in the DOM */
.video-wrapper ~ main {
  padding-top: calc(var(--header-height) + var(--video-height) - 150px);
}

#members-intro, #exclusive-intro, #partnerships-intro, #about-intro{
  scroll-margin-top: 180px;
}

section {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}

/* keep this where it is */
h1:not(.welcome-title), 
h2, 
h3 {
  color: #BE9C5F;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}

h5 {
color: #BE9C5F;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center; /* Ensure labels are center-aligned */
}

form input, 
form textarea, 
form select {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    display: block; /* Make inputs block-level to ensure proper stacking */
    margin: 0 auto 20px auto; /* Center inputs and add spacing */
    width: 80%; /* Reduce width for better appearance */
    max-width: 500px; /* Ensure inputs don't get too wide */
    text-align: left; /* Align text inside inputs to the left */
}

form label {
    display: block; /* Stack label above the input */
    text-align: center; /* Center the label text */
    margin-bottom: 10px; /* Add space between label and input */
}

form input[type="submit"] {
    background-color: #BE9C5F; /* Gold background */
    color: #000; /* Black text */
    cursor: pointer;
    font-size: 16px; /* Font size for readability */
    padding: 12px 20px; /* Padding for a rectangular shape */
    border: none; /* Remove borders */
    border-radius: 5px; /* Slightly rounded corners */
    text-transform: uppercase; /* Capitalised text */
    font-weight: bold; /* Bold text */
    width: 100%; /* Make the button span the full width of the container*/
}

form input[type="submit"]:hover {
    background-color: #e6b800; /* Darker gold on hover */
}

footer {
      background:
    linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), /* 50% black tint */
    url('/Images/bg-image.png') no-repeat center center fixed;
    background-size: cover;
    padding: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #BE9C5F;
}

footer #social img {
    height: 30px;
}

:root {
  --header-height: 120px;   /* the height of your sticky header */
  --video-height: 800px;    /* the height of your .video-wrapper */
}

/* Video is trapped inside header */
.video-wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--video-height); /* Or match the height of your header */
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;            /* let the browser pick a width */
  height: 100%;           /* match the container’s height */
  transform: translate(-50%, -50%);
  object-fit: cover;    /* ★ scale the whole video down */
}

.video-wrapper ~ header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.text-centered-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.instagram-link {
    text-align: centre;
    padding: 5px 0;
    background: transparent; /* Removes background completely */
}

.instagram-link a {
    color: #fff;
    display: block;
}

.instagram-link a:hover {
    color: #808080;
}

a {
    color: #BE9C5F;
    text-decoration: none;
}

a:hover {
    color: #e6b800;
}

.gold-link:hover {
    color: #e6b800;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    margin-top: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-bottom: 10px;
}

.cart-icon {
    position: absolute;
    top: 28px;
    right: 60px;
    z-index: 10; /* Ensure it stays on top of other content */
}

.cart-icon a {
    color: #fff;
}

.cart-icon a i {
    font-size: 24px;
}

#cart-count {
  background-color: #BE9C5F;
  color: #000;
  border-radius: 50%;
  padding: 2px 6px;          /* much tighter padding */
  font-size: 12px;           /* smaller text */
  min-width: 20px;           /* ensure it stays a circle */
  text-align: center;        /* center the number */
  position: relative;
  top: -15px;                 /* tweak to align under the cart icon */
  left: -8px;                /* tweak to align under the cart icon */
  line-height: 1;            /* tighten the line-height too */
}

.event-card {
    display: block;
    text-decoration: none;
    border: 1px solid #444; /* Keep the dark border */
    border-radius: 8px; /* Rounded corners */
    transition: transform 0.2s; /* Smooth scaling on hover */
    max-width: 300px; /* Limit the maximum width of the card */
    margin: 10px auto; /* Center the card and add spacing */
    overflow: hidden; /* Prevent content overflow */
}

.event-card:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

.event-card img {
    display: block; /* Remove inline spacing issues */
    width: 100%; /* Ensure the image fits the card width */
    height: auto; /* Set a fixed height */
    object-fit: cover; /* Crop image to fit without distortion */
    border-top-left-radius: 8px; /* Match the card's rounded corners */
    border-top-right-radius: 8px; /* Match the card's rounded corners */
}

.event-card .event-info {
    padding: 10px; /* Add spacing inside the info section */
    background-color: #000; /* black background for the card details */
    color: #fff; /* Ensure text is readable on the dark background */
    text-align: center; /* Center-align the text */
    font-size: 14px; /* Consistent font size for card details */
}

@media (min-width: 768px) {
    .text-and-image {
        display: flex;
        justify-content: center;
    }
    .text-content, .image-content {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    nav ul.nav-list {
        display: none;
        flex-direction: column;
        gap: 10px;
    }
    nav ul.nav-list.active {
        display: flex;
    }
}

/* Adjustments for screens smaller than 600px */
@media (max-width: 600px) {
    .video-container video {
        width: 50%;
        height: auto;
    }
    .footer-links {
        text-align: center;
        margin-left: 0;
    }

    h1, h2, h3 {
        line-height: 1.2; /* Reduce the space between lines */
    }

    nav ul li a {
        font-size: 0.9em; /* Smaller font size for nav items */
        padding: 3px 5px; /* Reduce padding to make items fit better */
    }

    nav ul {
        gap: 5px; /* Reduced gap between the items */
        padding: 0 10px; /* Add padding to spread items closer to the margins */
    }

    h1 {
        font-size: 1.8em !important; /* Adjust as needed */
    }
    h2 {
        font-size: 1.6em !important; /* Adjust as needed */
    }
    h3 {
        font-size: 1.4em !important; /* Adjust as needed */
    }

}

/* Membership Application Form */
.membership-application {
    background-color: #000;
    color: #fff; /* Default text is white */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: "Marcellus", serif;
}

.membership-application fieldset {
    border: none;
    margin-bottom: 20px;
}

.membership-application legend {
    color: #BE9C5F; /* Gold text for subheadings */
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* Radio Button Styling */
.membership-application .radio-group {
    display: flex;
    flex-direction: column; /* Stack question and options vertically */
    align-items: center; /* Center-align the group */
    text-align: center; /* Ensure text alignment for the question */
    gap: 10px; /* Add spacing between the question and the options */
}

.membership-application .radio-group .radio-options {
    display: flex;
    justify-content: center; /* Center-align the Yes/No options */
    gap: 20px; /* Space between Yes and No options */
}

.membership-application input[type="radio"] {
    -webkit-appearance: none; /* Remove default styling */
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #BE9C5F; /* Gold border */
    border-radius: 50%; /* Make it circular */
    background-color: #333; /* Dark grey background */
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.membership-application input[type="radio"]:checked {
    background-color: #BE9C5F; /* Gold background when selected */
    border-color: #BE9C5F; /* Gold border when selected */
    position: relative;
}

.membership-application input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000; /* Dark inner circle */
    border-radius: 50%; /* Fully round */
    position: absolute;
    top: 4px;
    left: 4px;
}
button.submit-btn {
    background-color: #BE9C5F; /* Gold background */
    color: #000; /* Black text */
    cursor: pointer;
    font-size: 16px; /* Font size for readability */
    padding: 12px 20px; /* Padding for a rectangular shape */
    border: none; /* Remove borders */
    border-radius: 5px; /* Slightly rounded corners */
    text-transform: uppercase; /* Capitalised text */
    font-weight: bold; /* Bold text */
    width: 100%; /* Make the button span the full width of the container */
}

button.submit-btn:hover {
    background-color: #e6b800; /* Darker gold on hover */
}
/* Styling for checkboxes */
.checkbox-group input[type="checkbox"] {
    -webkit-appearance: none; /* Remove default browser styling */
    -moz-appearance: none;
    appearance: none;
    width: 20px; /* Size of the checkbox */
    height: 20px;
    border: 2px solid #BE9C5F; /* Gold border */
    border-radius: 3px; /* Slight rounding */
    background-color: #333; /* Grey background */
    cursor: pointer;
    display: inline-block;
 vertical-align: middle; /* Align with text */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Checked state styling */
.checkbox-group input[type="checkbox"]:checked {
    background-color: #BE9C5F; /* Gold background when checked */
    border-color: #BE9C5F; /* Gold border when checked */
    position: relative;
}

/* Tick icon for checked state */
.checkbox-group input[type="checkbox"]:checked::after {
    content: "✓";
    color: #000; /* Black tick */
    font-size: 16px;
    font-weight: bold;
    position: absolute;
top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust positioning */
}

/* Align the checkboxes to the right and text to the left */
.checkbox-group label {
    display: flex; /* Use flex layout for each label */
    justify-content: space-between; /* Push text to the left and checkbox to the right */
    align-items: center; /* Vertically center the text and checkbox */
    width:75%; /* Ensure the label spans the full width */
    text-align: center; /* Align the label text to the center */
}

/* Optional: Style the text independently */
.checkbox-item span {
    flex-grow: 1; /* Take up remaining space in the label */
    color: #fff; /* Keep text white */
}
.checkbox-group {
    display: flex;
    flex-direction: column; /* Stack checkboxes vertically */
    gap: 5px; /* Space between items */
    align-items: flex-start; /* Align everything to the left */
    margin-top: 10px; /* Add space above */
}
/* Gold button style for links */
.gold-button {
    display: inline-block; /* Makes it look like a button */
    background-color: #BE9C5F; /* Gold background */
    color: #000; /* Black text */
    padding: 12px 20px; /* Add padding for button appearance */
    border-radius: 5px; /* Rounded corners */
    text-transform: uppercase; /* Capitalized text */
    font-weight: bold; /* Bold text */
    text-decoration: none; /* Remove underline */
    text-align: center; /* Center the text */
    transition: all 0.3s ease; /* Smooth hover and press-in effect */
    position: relative;
    overflow: hidden;

    /* 3D effect using shadow */
    box-shadow: 0 6px 0 #5E4D2F, 0 6px 15px rgba(0, 0, 0, 0.2);
}
.gold-button:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #5E4D2F, 0 2px 5px rgba(0, 0, 0, 0.15);

}
.gold-button:hover {
    background-color: #BE9C5F; /* Slightly darker gold on hover */
    color: #000; /* Keep text black */
    transform: translateY(3px);
    box-shadow: 0 3px 0 #7a7a7a, 0 3px 8px rgba(0, 0, 0, 0.15);

}
/* silver button style for links */
.silver-button {
    display: inline-block;
    background-color: #111111;
    color: #1A1A1A;
    padding: 12px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

    /* 3D effect using shadow */
    box-shadow: 0 6px 0 #4D4F51, 0 6px 15px rgba(0, 0, 0, 0.2);
}

.silver-button:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #4D4F51, 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* Shine effect layer */
.silver-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: silverAutoShine 2.5s infinite ease-in-out;
    pointer-events: none;
}

/* Hover press-in effect */
.silver-button:hover {
    background-color: #71706e;
   color: #ffffff; /* Keep text white */
    transform: translateY(3px);
    box-shadow: 0 3px 0 #7a7a7a, 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Shine animation */
@keyframes silverAutoShine {
    0% {
        left: -100%;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
textarea {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    width: 100%; /* Full width */
    font-family: "Marcellus", serif; /* Match form font */
    font-size: 16px;
    resize: none; /* Prevent resizing if not needed */
    box-sizing: border-box; /* Ensure padding doesn't overflow */
}

/* Partnership Application Form */
.Partnership-application {
    background-color: #000;
    color: #fff; /* Default text is white */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: "Marcellus", serif;
}

.Partnership-application fieldset {
    border: none;
    margin-bottom: 20px;
}

.Partnership-application legend {
    color: #BE9C5F; /* Gold text for subheadings */
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* Radio Button Styling */
.Partnership-application .radio-group {
    display: flex;
    flex-direction: column; /* Stack question and options vertically */
    align-items: center; /* Center-align the group */
    text-align: center; /* Ensure text alignment for the question */
    gap: 10px; /* Add spacing between the question and the options */
}

.Partnership-application .radio-group .radio-options {
    display: flex;
    justify-content: center; /* Center-align the Yes/No options */
    gap: 20px; /* Space between Yes and No options */
}

.Partnership-application input[type="radio"] {
    -webkit-appearance: none; /* Remove default styling */
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #BE9C5F; /* Gold border */
    border-radius: 50%; /* Make it circular */
    background-color: #333; /* Dark grey background */
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.Partnership-application input[type="radio"]:checked {
    background-color: #BE9C5F; /* Gold background when selected */
    border-color: #BE9C5F; /* Gold border when selected */
    position: relative;
}

.Partnership-application input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000; /* Dark inner circle */
    border-radius: 50%; /* Fully round */
    position: absolute;
    top: 4px;
    left: 4px;
}

/* Styling for buttons on the event details page */
.buttons-container button {
    background-color: #BE9C5F; /* Gold background */
    color: #000; /* Black text */
    font-size: 16px; /* Make the text readable */
    font-weight: bold; /* Bold text for emphasis */
    border: none; /* Remove default button border */
    border-radius: 5px; /* Match your site's aesthetic */
    padding: 10px 20px; /* Add spacing inside buttons */
    text-transform: uppercase; /* Ensure consistent capitalization */
    cursor: pointer; /* Change cursor to pointer */
    margin: 5px; /* Add spacing between buttons */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.buttons-container button#add-to-cart {
    background-color: #BE9C5F; /* Gold for Add to Cart button */
}

.buttons-container button#add-to-cart:hover {
    background-color: #e6b800; /* Darker gold on hover */
}

.buttons-container button#buy-now {
    background-color: #28a745; /* Green for Buy Now button */
    color: #fff; /* White text */
}

.buttons-container button#buy-now:hover {
    background-color: #218838; /* Darker green on hover */
}

/* Button alignment for consistency */
.buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px; /* Space between buttons */
}

/* Styling for ticket selection buttons */
.ticket-btn {
    background-color: #000; /* Black background for unselected buttons */
    color: #fff; /* White text */
    font-size: 16px; /* Slightly smaller font for ticket options */
    font-weight: bold; /* Bold text for emphasis */
    padding: 10px 15px; /* Add spacing inside buttons */
    border: 2px solid #ffffff; /* White border */
    border-radius: 5px; /* Slightly rounded corners */
    text-transform: uppercase; /* Capitalized text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover and selection effects */
    margin: 5px; /* Space between buttons */
    text-align: center; /* Center-align text */
}

.ticket-btn.sold-out,
.ticket-btn[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto; /* still allow click to show alert */
}


/* Hover effect for ticket buttons */
.ticket-btn:hover {
    background-color: #ffffff; /* White background on hover */
    color: #000; /* Black text on hover */
}

/* Styling for the selected ticket button */
.ticket-btn.selected {
    background-color: #ffffff; /* White background for selected button */
    color: #000; /* Black text for selected button */
    border-color: #ffffff; /* white border for selected button */
}

/* Styling for the quantity selection container */
.quantity-selection {
    display: flex; /* Align elements horizontally */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    gap: 10px; /* Space between elements */
    margin-top: 15px; /* Add space above the container */
    margin-bottom: 15px; /* Add space below the container */
}

/* Styling for the quantity input */
.quantity-selection #quantity-input {
    width: 50px; /* Width of the input box */
    height: 40px; /* Height for consistent button alignment */
    text-align: center; /* Center the number text */
    font-size: 16px; /* Make the text readable */
    font-weight: bold; /* Make the number stand out */
    color: #000; /* Black text */
    background-color: #fff; /* White background */
    border: 2px solid #ffffff; /* Gold border */
    border-radius: 5px; /* Slightly rounded corners */
    outline: none; /* Remove default focus outline */
    box-shadow: none; /* Remove shadow */
}

/* Styling for the buttons */
.quantity-selection button {
    width: 40px; /* Button width */
    height: 40px; /* Button height */
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    font-size: 18px; /* Larger text for readability */
    font-weight: bold; /* Bold text */
    border: 2px solid #ffffff; /* white border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor for interactivity */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover effect */
}

/* Hover effect for buttons */
.quantity-selection button:hover {
    background-color: #ffffff; /* white background */
    color: #000; /* Black text */
}

/* Optional: Disabled button styling */
.quantity-selection button:disabled {
    background-color: #ccc; /* Light grey for disabled state */
    color: #666; /* Dark grey text for disabled state */
    cursor: not-allowed; /* Show "not allowed" cursor */
    border-color: #fff; /* Match the border to the background */
}

/* Styling for the event image container */
.event-image {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically if needed */
    max-width: 100%; /* Ensure the container spans the full width */
    margin: 0 auto; /* Center the container within its parent */
    background-color: #000; /* Match the site's black background */
    overflow: hidden; /* Prevent overflow if the image is too large */
}

/* Styling for the event image */
.event-image img {
    display: block; /* Remove extra inline spacing */
    width: 100%; /* Ensure the image adjusts to the container width */
    max-width: 500px; /* Set a maximum width for the image */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the image */
    object-fit: cover; /* Adjust the content to fit neatly inside */
    border-radius: 5px; /* Optional: Add rounded corners for style */
}

/* Ensure consistent styling for the quantity buttons in the cart */
#cart-items .quantity-selection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0; /* Adjust spacing around the selector */
}

/* Styling for the quantity input */
#cart-items .quantity-selection input[type="text"],
#cart-items .quantity-selection .quantity-input {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: 2px solid #BE9C5F; /* Gold border */
    border-radius: 5px;
    outline: none;
}

/* Styling for the decrease and increase buttons */
#cart-items .quantity-selection button,
#cart-items .quantity-selection .decrease-quantity,
#cart-items .quantity-selection .increase-quantity {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #BE9C5F; /* Gold border */
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for buttons */
#cart-items .quantity-selection button:hover,
#cart-items .quantity-selection .decrease-quantity:hover,
#cart-items .quantity-selection .increase-quantity:hover {
    background-color: #BE9C5F; /* Gold background on hover */
    color: #000; /* Black text on hover */
}

/* Optional: Disabled button styling */
#cart-items .quantity-selection button:disabled,
#cart-items .quantity-selection .decrease-quantity:disabled,
#cart-items .quantity-selection .increase-quantity:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border-color: #ccc;
}
.cart-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #BE9C5F;
    padding-bottom: 10px;
}

.cart-header h2 {
    margin: 0;
}

.cart-header .cart-total {
    font-size: 1.2em;
}

.cart-items {
    list-style: none;
    padding: 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
}

.cart-item img {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
}

.cart-item-details {
    flex: 1;
    text-align: left;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
}

.cart-item-quantity input {
    width: 50px;
    text-align: center;
    border: none;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.cart-item-quantity button {
    background: none;
    border: none;
    color: grey;
    padding: 5px 10px;
    cursor: pointer;
}

.cart-item-quantity button:hover {
    color: white;
    border-color: white;
}

.cart-item-remove {
    color: white;
    cursor: pointer;
}

.cart-item-remove:hover {
    color: darkred;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 2px solid #BE9C5F;
    padding-top: 10px;
}
.account-icon {
    position: absolute;
    top: 28px;
    left: 35px;
    z-index: 1000;
}

.account-icon a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.account-icon a:hover {
    color: #BE9C5F; /* Gold hover effect */
}

/* Login and Account Containers */
.login-container, .account-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background-color: #222; /* Dark background for a sleek look */
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
}

.login-container h2, .account-container h2 {
    text-align: center;
    color: #BE9C5F; /* Gold for headings */
    font-size: 24px; /* Larger font size for prominence */
}

/* Form Layout */
.login-container form, .account-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-container input, .account-container input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    color: #000; /* Black text for contrast */
}

/* Buttons */
.login-container button, .account-container button, #logout-button {
    background-color: #BE9C5F; /* Gold background */
    color: #000; /* Black text */
    font-weight: bold;
    cursor: pointer;
    padding: 12px 20px; /* Increased padding for a larger button */
    font-size: 16px; /* Increased font size for better readability */
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.login-container button:hover, .account-container button:hover, #logout-button:hover {
    background-color: #e6b800; /* Slightly darker gold on hover */
}

/* Loading Spinner */
#loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Stacks spinner and text */
    gap: 5px; /* Space between spinner and text */
}

#loading-spinner i {
    font-size: 24px; /* Larger spinner */
    color: #BE9C5F; /* Matches the site's gold color */
}

/* Error Message */
#login-error {
    color: red; /* Clear indication of an error */
    font-weight: bold;
    text-align: center;
}

/* Forgot Password Link */
.gold-link {
    color: #BE9C5F; /* Gold for links */
    text-decoration: none;
    font-weight: bold;
}

.gold-link:hover {
    color: #e6b800; /* Slightly darker gold on hover */
    text-decoration: underline;
}

#profile-picture {
  width: 200px;    /* Set the desired width */
  height: 300px;   /* Set the desired height */
  object-fit: cover; /* Ensures the image fills the box while preserving aspect ratio */
  border-radius: 5px; /* Optional: round the corners slightlyy */
}

@media (max-width: 600px) {
  .gold-button {
    padding: 8px 12px;   /* Reduce the internal padding */
    margin: 5px;         /* Add some margin to keep buttons apart */
    font-size: 14px;     /* Optionally reduce the font size */
  }
}
@media (max-width: 600px) {
  #logout-button {
    display: inline-block; /* Ensure it's treated as a block-level element */
    padding: 8px 12px;
    margin: 5px;
    font-size: 14px;
  }
}
/* Gold Gradient with Animated Shine */
.gold {
  background: linear-gradient(90deg, #9a7120, #ffefd4, #9a7120);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 2s linear infinite;
}

/* Platinum (Silver) Gradient with Animated Shine */
.platinum {
  background: linear-gradient(90deg, #818c8d, #e6e9e9, #818c8d);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 2s linear infinite;
}

/* Keyframes for the shine effect */
@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

card.style.setProperty("display", "none", "important");
}

@keyframes pop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

.btn-pop {
  animation: pop 300ms ease-in-out;
}

.btn-success {
  background-color: #4CAF50 !important; /* your brand green */
  color: #fff !important;
  border-color: #4CAF50 !important;
}
.register-btn.registered {
  background-color: #28a745;
  color: #fff;
  cursor: default;
}
.register-btn.registered .fa-check {
  margin-right: 0.5em;
}
/* Center the checkbox + label as one unit */
.form-group.tc-label {
  display: flex;
  justify-content: center;  /* horizontally center */
  align-items: center;      /* vertically center */
  width: 100%;              /* make sure it fills the form width */
  margin-top: 1rem;
}

/* Tidy up the spacing between the box and text */
.form-group.tc-label .tc-checkbox {
  width: 1.5em;
  height: 1.5em;
  margin: 0;
}

.form-group.tc-label label {
  margin: 0 0 0 0.5em;
}
.snapwidget-container {
  position: relative;
  width: 100%;           /* fill its parent */
  max-width: 600px;      /* cap at whatever px you like */
  margin: 0 auto;        /* center it */
  overflow: hidden;      /* hide any overflow **/
}

.snapwidget-container iframe {
  display: block;
  width: 400px !important;  /* absolutely fill container */
  height: 150px !important;/* pick your desired height */
  border: none;
  z-index: 1;              /* sit *below* the overlay */
}

.snapwidget-container .snap-overlay {
  position: absolute;
  inset: 0;                /* shorthand for top:0; right:0; bottom:0; left:0 */
  z-index: 10;             /* sit *above* the iframe */
  background: transparent; /* totally see-through */
  cursor: pointer;         /* pointer hand */
}
.account-actions {
  margin-bottom: 25px; /* Adjust the value to your liking */
}

.btn-gradient {
  --gold: #BE9C5F;

  position: absolute;
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  color: var(--gold);
  
  /* two‐layer background:
     1) black fill in the padding‐box
     2) gradient in the border‐box */
  background-image:
    linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    linear-gradient(90deg, var(--gold) 0%, #fff 50%, var(--gold) 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-size: 100% 100%, 200% 100%;
  background-position: 0 0, -100% 0;
  background-repeat: no-repeat, no-repeat;

  text-transform: uppercase;
  font-weight: 600;
  /* static gold “border” above everything */
  border: 4px solid var(--gold);
  background-color: transparent;
  transition: color 0.3s ease;
}

.btn-gradient:hover {
  color: #BE9C5F;
  /* animate just the second (gradient) layer */
  animation: border-shine 2s linear infinite;
}

@keyframes border-shine {
  to {
    /* move gradient from left (-100%) → right (200%) */
    background-position: 0 0, 200% 0;
  }
}

/* Optional: style for the membership button overlay on video background */
.video-wrapper .btn-gradient {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; /* above video but below header */
}

/* position the gradient button in the middle of the video */
.video-launcher {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.video-launcher img {
  width: 60px;
  height: auto;
  padding: 25px 0; /* adjust as needed */
}

/* Hide and show the video overlay container */
#video-container {
  display: none;
  position: fixed;
  inset: 0;
  background: black;
  z-index: 9999;
}

#video-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-file-upload {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #111;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #666;
  max-width: 360px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #ccc;
}

.custom-file-upload input[type="file"] {
  display: none;
}

.custom-file-upload label {
  background-color: #000;
  color: gold;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid gold;
  transition: background-color 0.3s ease;
}

.custom-file-upload label:hover {
  background-color: #222;
}

#file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: inline-block;
}

#installBtn {
  display: none; /* JS will change this to 'block' when ready */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding: 12px 18px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

#installBtn:hover {
  background-color: #222;
}
.ios-banner {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 20px;
  right: 20px;
  background: #000;
  color: #d4af37;
  border: 2px solid #d4af37;
  padding: 15px;
  border-radius: 12px;
  z-index: 9999;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.ios-banner-close {
  position: absolute;
  top: 6px;
  right: 12px;
  cursor: pointer;
  color: #d4af37;
  font-size: 18px;
}

.welcome-title {
  font-family: 'Italianno', cursive; /* beat body’s Italianno */
  text-transform: none;
  color: #BE9C5F;
  font-size: clamp(4.5rem, 8vw, 6rem);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0,0,0,.4);
  margin: 24px 0 12px;
  opacity: 0;
  animation: fadeIn 1.8s ease-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
