h2{
    color:white;
}
.membership-section table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
  background-color:white;
  
}
.membership-section{
    /*background-image: url('../img/banner/bannerb.jpeg');*/
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat; 
}
.price-cell {
    font-size: 24px;   
    font-weight: 700; 
    color: #000;       
}

.table .btn {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}
.membership-section th,
.membership-section td {
 border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  color:white;
}
.border1{
      border: 1px solid gold ;

}
.heading{
    color:gold;
}
  .membership-section {
      width: 95%;
      margin:auto;
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      font-size: 15px;
      
    }

    thead th {
      background-color: #004d25;
      color: #fff;
      padding: 15px;
      font-size: 16px;
    }

    thead th:first-child {
      background-color: #000;
    }

    tbody td {
      padding: 12px;
      border: 1px solid #ddd;
      background-color: #1a1a1a;
    }

    tbody tr:nth-child(even) td {
      background-color: #141414;
    }

    .price-cell {
      font-size: 20px;
      font-weight: bold;
      color: #ffd700;
    }
    
 
    .sale-banner {
      text-align: center;
      margin-bottom: 30px;
      font-size: 16px;
    }

    .sale-banner span {
      background: linear-gradient(90deg, #ff9900, #ffcc00);
      padding: 4px 10px;
      border-radius: 4px;
      font-weight: bold;
      color: black;
    }

    .plan-section {
      margin: 40px auto;
      max-width: 1000px;
    }

    .plan-title {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin: 20px 0 10px;
    }

    .plan-subtitle {
      text-align: center;
      margin-bottom: 20px;
      color: #aaa;
    }

   .plan-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;               
  flex-wrap: nowrap;       
  overflow-x: auto;        
  padding: 20px 0;
}
.bg-dark1 {
    /*background: palegoldenrod;*/
     background:#000000;
}
.card-body{
    background-color:rgba(20, 20, 20, 0.95)!important;
    color:white;

}
  .plan-card1 {
     
      background: rgba(20,20,20,0.95);
      border: 1px solid rgba(255,215,0,0.4);
      border-radius: 14px;
      padding: 25px 20px;
      width: 260px;
      text-align: center;
      position: relative;
      transition: 0.3s;
      box-shadow: 0px 0px 12px rgba(255,215,0,0.15);
    }

    .plan-card:hover {
      transform: scale(1.05);
      border-color: gold;
      box-shadow: 0px 0px 18px rgba(255,215,0,0.4);
    }

    .plan-radio {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 20px;
      height: 20px;
      accent-color: gold;
    }

    .old-price {
      text-decoration: line-through;
      color: #777;
      font-size: 14px;
    }

    .price {
      font-size: 28px;
      font-weight: bold;
      margin: 10px 0;
      color:white;
    }

    .duration {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px;
    }

    .extra {
      font-size: 13px;
      color: gold;
      min-height: 25px;
    }

    .buy-btn {
      margin-top: 15px;
      background: gold;
      color: black;
      border: none;
      padding: 10px 20px;
      font-weight: bold;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
    }

    .buy-btn:hover {
      background: #f4b400;
    }          

                

    /* Buy Button */
    .btn {
      background: #007bff;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn:hover {
      background: #0056b3;
      color:white;
    }
/* Default header background */
.membership-section th {
  background: #222;
  color: #fff;
}
.price-card {
  background: #1a1a1a;
  border: 2px solid #333;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.price-card:hover {
  transform: scale(1.05);
  border-color: #f0ad4e;
}
.price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.discount {
  text-decoration: line-through;
  color: #888;
}
.validity {
  font-size: 14px;
  color: #bbb;
}
.features li {
  font-size: 14px;
  padding: 4px 0;
}
.active {
    /* border: 2px solid #f0ad4e;*/
    /* box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);*/
}
/* Gradient override for thead with class="dark" */
.membership-section thead.dark th {
    background: linear-gradient(to right top, #36775b, #013520) !important;
  color: #fff !important;
}
 

.rounded-table {
  border-collapse: separate; 
  border-spacing: 0;
  border-radius: 20px; 
  overflow: hidden; 
}

.rounded-table th,
.rounded-table td {
 border: 1px solid #ddd; 
}
 .terms-container {
     padding:20px;
      /*margin: 50px auto;*/
      background: #fff;
      padding: 30px 40px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .terms-container h2 {
      font-weight: 700;
      margin-bottom: 20px;
      color: #0d6efd;
    }

    .terms-container ul {
      list-style-type: disc;
      padding-left: 20px;
    }

    .terms-container ul li {
      margin-bottom: 10px;
      line-height: 1.6;
    }
/* Accordion wrapper black background */
.faq-accordion .accordion-item {
  background-color: #000 !important;
  border: none !important; 
  border-bottom: 1px solid #222;
}

/* Accordion button (heading) */
.faq-accordion .accordion-button {
  background-color: #000 !important;  
  color: #fff !important;             
  font-weight: 600;
  padding: 18px 15px;
  font-size: 16px;
  box-shadow: none !important;
  background-image: none !important;  
}

/* Remove hover/active background (stay black) */
.faq-accordion .accordion-button:hover,
.faq-accordion .accordion-button:focus,
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #000 !important; 
  color: #fff !important;            
  box-shadow: none !important;
}

/* Accordion body */
.faq-accordion .accordion-body {
  background-color: #000 !important;
  color: #aaa;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  border: none !important; 
}

/* Arrow (caret) make white */
.faq-accordion .accordion-button::after {
  filter: invert(1);
}


 .glossy-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 15px;
    background-color: #f8f9fa; 
    position: relative;
    overflow: hidden;
  }

  /* Glossy shine effect */
  .glossy-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 60%,
      transparent 100%
    );
    transform: rotate(25deg);
    animation: shine 6s infinite linear;
  }
  .card1 {
    position: relative;
    display: flex
;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 2px;
}

/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .table th, .table td {
    font-size: 12px;
    padding: 6px;
  }
  .price-cell {
    font-size: 18px;
  }
  .table .btn {
    font-size: 12px;
    padding: 6px 12px;
  }
.plan-cards { 
  gap: 5px;   
   justify-content: left;
}
.plan-card1 {
              padding: 35px 5px 5px 5px;
        margin-left: 5px;
    }
}
  @keyframes shine {
    0% { transform: translateX(-100%) rotate(25deg); }
    100% { transform: translateX(100%) rotate(25deg); }
  }