/* Membership Page Specific Styles */
body {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../images/hero-slider-1.jpg') no-repeat center center fixed;
    background-size: cover;
  }
  .navbar-brand img {
    filter: none !important;
    opacity: 1 !important;
    width: 60px;
    transition: opacity 0.3s ease;
  }
  
  .navbar-brand:hover img {
    opacity: 0.8;
  }
  .membership-nav {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .membership-nav .nav-link {
    color: white !important;
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
  }
  
  .membership-nav .nav-link:hover {
    color: #8A2BE2 !important;
    transform: translateY(-2px);
  }
  
  .navbar-brand img {
    filter: brightness(0) invert(1);
  }

  .text-muted,
.display-4,
.lead {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.display-4 {
    text-shadow: 0 0 10px rgba(255,255,255,0.3), 
                 0 0 20px rgba(255,255,255,0.2);
  }
  .text-muted {
    opacity: 0.9;
  }
  .terms-section img {
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .terms-section img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  }
  .image-wrapper {
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
  }
  
  @media (min-width: 992px) {
    .terms-list {
      padding-right: 2rem;
    }
    .image-wrapper {
      margin-left: 2rem;
    }
  }
  .membership-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .membership-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      45deg,
      rgba(255,255,255,0.1) 0%,
      rgba(255,255,255,0.15) 50%,
      rgba(255,255,255,0.1) 100%
    );
    transform: rotate(30deg);
    pointer-events: none;
    animation: shine 6s infinite;
  }


  @keyframes shine {
    0% { transform: rotate(30deg) translateX(-100%); }
    100% { transform: rotate(30deg) translateX(100%); }
  }
  
  .membership-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  }

  .featured-card {
    background: rgba(228, 203, 128, 0.85);
  }
  
  /* Add smooth transition for the glass effect */
  .membership-card {
    transition: all 0.3s ease, background 0.5s ease;
  }
  
  .membership-card:hover {
    background: rgba(255, 255, 255, 0.95);
  }
  
  .featured-card:hover {
    background: rgba(168, 144, 71, 0.95);
  }
.membership-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.membership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.featured-card {
  border: 2px solid #bea455;
  position: relative;
}

.featured-badge {
  position: absolute;
  top: 10px;
  right: 20px;
  background: #ffc107;
  color: #000;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
}

.price-display {
  font-size: 2.5rem;
  font-weight: 700;
}

.benefit-item {
  position: relative;
  padding-left: 25px;
}

.benefit-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
}
.terms-section {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border-radius: 15px;
  }
  
  .terms-list li {
    position: relative;
    padding-left: 30px;
  }
  
  .terms-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: var(--bs-primary);
    font-size: 2rem;
  }
  .modal-title {
    color: white !important;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
  }
  .modal-content {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
  }
  
  .modal-body {
    color: white !important;
  }
  
  .modal-body h3, 
  .modal-body h4 {
    color: white !important;
  }
  .modal-body ol {
    font-size: 1.1rem;
    line-height: 1.6;
    padding-left: 2rem;
    color: rgba(255,255,255,0.9);
  }
  
  .modal-body li {
    margin-bottom: 0.75rem;
  }
  
  .text-primary {
    color: #dd5c12 !important; /* Saffron color */
  }
  .price-display.text-warning {
    color: #8A2BE2 !important;
  }
  .price-display.text1-warning {
    color: #c01212 !important;
  }
  .alert-warning {
    color: white;
    background-color: rgba(255,193,7,0.15);
    border-left: 4px solid #ffc107;
  }