:root {
  --bs-success: #4BD67C;
  --bs-success-rgb: 75, 214, 124; /* RGB values for #28a745 */
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #11111f;
}

.golf-course-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 90px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.redeem-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.golf-course-bg h1, .golf-course-bg p {
  color: #ffffff;
}

.golf-course-bg .hero-headline {
  font-weight: 800;
}

.content-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.pricing-header h1 {
  font-weight: bold;
}

.pricing-header h4 {
  font-weight: 500;
}

.feature-box {
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-box h6 {
  font-weight: 600;
}

.feature-box p {
  font-weight: 400;
}

.icon-container {
  /* width: 90px; */
  height: 110px;
  margin: 0 auto;
}

.icon-container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}

.featurette-divider {
  margin: 50px 0;
}

.app-icon {
  height: 125px;
  width: 125px;
  border-radius: 16px;
  display: block;
}

.three-app-feature {
  max-height: 50vh;
  max-width: 100%;
  object-fit: contain;
}

.gift-feature {
  max-height: 50%;
  max-width: 50%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #ffffff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.benefits-list h6 {
  font-weight: 600;
}

.paywall-hero {
  padding: 20px;
  background-color: #f8f9fa;
  position: relative;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paywall-content-section {
  background-color: #ffffff;
  padding: 50px 0;
}

.border-box {
  border: 4px solid black;
  border-radius: 10px;
  padding: 24px;
}

.social-proof {
  max-width: 650px;
  width: 100%;
  object-fit: contain;
}

.feature-list {
  max-width: 600px;
  width: 100%;
  object-fit: contain;
}


/* .paywall-image {
  max-width: min(800px, 90vw);
  height: auto;
  width: 100%;
  object-fit: contain;
} */

.benefits-list li::marker {
  content: "✅ ";  /* Change to any emoji or character */
  /* color: #198754; */
}

.expand-icon {
    transition: transform 0.2s ease;
    display: inline-block;
    transform-origin: center;
}

.expand-icon.rotated {
    transform: rotate(90deg);
}

.student-row:hover {
    background-color: #f8f9fa !important;
}

.action-menu a:hover {
    background-color: #f8f9fa;
}

.action-menu a:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.action-menu a:last-child {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Remove hover effects specifically from the expanded rounds row */
.table-hover tbody tr.rounds-row:hover {
    background-color: #f8f9fa !important;
}

/* Ensure the nested table inside the expanded row has no hover effects */
.rounds-row .no-hover-table tbody tr {
    background-color: white !important;
}

.rounds-row .no-hover-table tbody tr:hover {
    background-color: white !important;
}

/* Keep the rounds container background consistent */
.rounds-container {
    background-color: #f8f9fa !important;
}

.qr-code {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto;
}