
 body {
      background-color: #000;
      color: white;
      font-family: "Poppins" !important;
    }  /* Navbar */
    .navbar {
      background-color: #0a0a0a;
      padding: 1rem 3rem;
    }

    .navbar-brand {
      font-weight: 600;
      color: #fff;
    }

    .nav-link {
      color: #bbb !important;
      margin-right: 20px;
      transition: color 0.3s;
    }

    .nav-link:hover {
      color: #fff !important;
    }

    .btn-login {
      border-radius: 30px;
      background: white;
      color: black;
      font-weight: 500;
      padding: 6px 18px;
    }
    .btn-login:hover {
     
      color: #ff0099;
      border: 1px solid #ff0099;
     
    }

.BgImage{
    background-image: url('image/Group\ 1000004696.png');
    width: 100%;
     background-position: center;
    background-size: cover;
}


    /* ===== Section ===== */
    .pricing-section {
        background: radial-gradient(circle at top, #000000 0%, #000 100%);
        padding: 100px 20px;
        text-align: center;
      }
  
      .pricing-heading {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 10px;
      }
  
      .pricing-subheading {
        color: #bdbdbd;
        font-size: 1rem;
        margin-bottom: 60px;
      }
  
      /* ===== Card Base ===== */
      .price-card {
        position: relative;
         border-radius: 18px;
        overflow: hidden;
        padding: 35px 30px;
        height: 100%;
        text-align: left;
        transition: all 0.3s ease;
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.05);
        background-color: #151515;
      }
  
      .price-card:hover {
        transform: none;
        box-shadow: 0 0 35px rgba(255, 255, 255, 0.08);
      }
  
      /* ===== Plan Header ===== */
      .plan-title {
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 5px;
        color: #fff;
      }
  
      .plan-price {
        font-weight: 700;
        font-size: 2rem;
        color: #fff;
        margin-bottom: 5px;
      }
  
      .plan-price span {
        font-size: 0.9rem;
        color: #bbb;
      }
  
      .plan-users {
        color: #aaa;
        font-size: 0.9rem;
        margin-bottom: 20px;
      }
  
      .plan-desc {
        font-size: 0.9rem;
        color: #aaa;
        margin-bottom: 20px;
      }
  
      /* ===== Features ===== */
      .plan-features {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
      }
  
      .plan-features li {
        font-size: 0.95rem;
        color: #ddd;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
      }
  
      .plan-features li i {
        color: #00ff9d;
        margin-right: 10px;
        font-size: 1rem;
      }
  
      /* ===== Button ===== */
      .btn-join {
        display: block;
        width: 100%;
        background: #fff;
        color: #000;
        border: none;
        font-weight: 600;
        border-radius: 25px;
        padding: 10px 0;
        transition: 0.3s;
      }
  
      .btn-join:hover {
        background: linear-gradient(90deg, #ff0099, #ff66cc);
        color: #fff;
      }
  
      /* ===== Gradient Middle Card ===== */
      .gradient-card {
        background: linear-gradient(180deg, #2D0B20 0%, #3C0C29 100%);

        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 25px rgba(255, 0, 128, 0.15);
      }
  
      .crown {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 1.1rem;
        color: #ffcc00;
      }
  
      @media (max-width: 768px) {
        .price-card {
          text-align: center;
        }
      }  

      

    .notify-section {
        /* Radial background with red-pink glow */
        background: radial-gradient(circle at center, #E6007E40 0%, #000000 80%);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 50px 30px;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 100%; 
        box-shadow: 0 0 25px #E6007E33;
      }
  
      /* Grid line background */
      .notify-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: 
          linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
        background-size: 40px 40px;
        z-index: 0;
      }
  
      .notify-content {
        position: relative;
        z-index: 1;
      }
  
      .notify-heading {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 10px;
      }
  
      .notify-text {
        color: #ccc;
        margin-bottom: 25px;
        font-size: 0.95rem;
      }
  
      .form-control {
        border-radius: 8px;
        padding: 10px 15px;
        border: none;
        outline: none;
      }
  
      .btn-notify {
        background: linear-gradient(90deg, #E6007E, #FF0099);
        border: none;
        border-radius: 8px;
        color: #fff;
        padding: 10px 20px;
        transition: 0.3s;
      }
  
      .btn-notify:hover {
        opacity: 0.85;
        box-shadow: 0 0 15px #E6007E99;
      }
  
      .input-group {
        justify-content: center;
      }
 



      footer {
        background-color: #000;
        padding: 60px 0 20px;
         
      }
  
      .footer-title {
        font-weight: 600;
        margin-bottom: 15px;
        color: #fff;
      }
  
      .footer-text {
        color: #ccc;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 15px;
      }
  
      .footer-links a {
        color: #ccc;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
        transition: 0.3s;
      }
  
      .footer-links a:hover {
        color: #E6007E;
      }
  
      .footer-line {
        height: 1px;
        background: linear-gradient(90deg, transparent, #E6007E, transparent);
        margin: 25px 0;
      }
  
      .social-icons a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border: 1px solid #E6007E;
        border-radius: 50%;
        color: #E6007E;
        margin-left: 10px;
        transition: 0.3s;
        text-decoration: none;
      }
  
      .social-icons a:hover {
        background: #E6007E;
        color: #fff;
      }
  
      .footer-bottom {
        color: #ccc;
        font-size: 0.9rem;
      }
  
      @media (max-width: 768px) {
        .footer-col {
          margin-bottom: 25px;
          text-align: center;
        }
      }



      .faq-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  box-shadow: none !important;
  border-radius: 0 !important;
  
}

.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
}

/* REMOVE bootstrap arrow */
.accordion-button::after {
  display: none !important;
}

.faq-btn:not(.collapsed) {
  background: #2e0a1b !important; /* same purple from your image */
}

.faq-number {
  font-size: 20px;
  font-weight: 600;
  width: 40px;
}

.faq-title {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.faq-icon {
  font-size: 26px;
  transition: 0.3s;
}

/* rotate same icon when open */
.accordion-button:not(.collapsed) .faq-icon {
  transform: rotate(45deg);
}

.accordion-body {
  padding: 0 20px 20px 80px;
}.why-section {
  background: #000;
  color: #fff;
  padding-bottom: 60px;
}

.title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.subtext {
  color: #c9c9c9;
  font-size: 17px;
  margin-top: 10px;
}

.stat-box {
  background: #0d0d0d;
  border: 1px solid #2a2a2a;
  padding: 25px;
  border-radius: 22px;
  text-align: left;
  height: 100%;
  transition: 0.3s ease;      
}

.stat-box:hover {
  border-color: #ff007a;
  background: #151515;
  transform: translateY(-4px); 
  box-shadow: 0 0 18px rgba(255, 0, 122, 0.15);
}

.icon {
  width: 45px;
  height: 45px;
  background: #ff007a;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.icon i {
  color: #fff;
  font-size: 22px;
}

.stat-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-box p {
  color: #d1d1d1;
  font-size: 15px;
  margin: 0;
}

.see-link {
  color: #ff007a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.see-link:hover {
  text-decoration: underline;
}
/* Desktop navbar as it is */
.navbar-nav .nav-link {
  font-size: 16px;
}

/* Mobile menu button */
.menu-btn {
  width: 30px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 0;
}

.menu-btn span {
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.4s;
}

/* Cross animation */
.menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile side menu */
.side-menu {
  position: fixed;
  left: -260px;
  top: 0;
  width: 260px;
  height: 100vh;
  background: #000000;
  padding: 30px 20px;
  transition: 0.4s;
  z-index: 9999;
}

.side-menu.open {
  left: 0;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.side-menu li {
  margin: 20px 0;
}

.side-menu a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}
.menu-btn span {
  height: 4px;
  width: 100%;
  background: #fff;   /* White color */
  border-radius: 5px;
  transition: 0.4s;
}
