html {
  scroll-behavior: smooth;
}

img.logo-img {
    height: 70px;
}


.video-thumb-wrapper {
  display: inline-block;
  position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    opacity: 0.8;
    background: rgb(4 4 4 / 63%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: all 0.3s;
}

.video-thumb-wrapper:hover .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}


/* li.nav-item.active {
    background-color: rgba(135.0000000000002, 1.9999999999999973, 137, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;

} */

/* .navbar-light .navbar-nav .active>.nav-link{
  color: white;
} */
section.bg-grey {
    background-color: #fafbfe;
}

.header-card{
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}

h2.user-name {
    /* font-family: initial; */
    font-weight: 600;
    margin-top: 15px;
}

h5.Subscription-title{
  /* font-family: initial; */
    font-weight: 600;
}

span.number {
    font-size: 16px;
    color: #8a8a8a;
    margin-left: 10px;
}

span.email{
    font-size: 16px;
    color: #8a8a8a;
    margin-left: 10px;
}

a.logout-btn {
     background-color: rgba(135, 2, 137, 1);
    color: white !important;
    font-size: 12px;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}

.col-md-2.logout-btn-div {
    text-align: -webkit-right;
    margin-top: 45px;
}

.content-card{
  box-shadow:  0 4px 20px rgba(0, 0, 0, 0.08), 0 8px 40px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  min-height: 500px;
}


/* .contact-item{
  border: 1px solid gray;
  margin-bottom: 10px;
} */

.contact-item {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 10px 0;
  transition: 0.3s;
}

.contact-item i {
  margin-right: 12px;
  font-size: 1.2rem;
  color: #007bff;
}

.contact-item a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
}

.contact-item:hover {
  background-color: #f0f8ff;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-item i {
  font-size: 20px;
  width: 30px;
}

.contact-item a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

/* .coming-soon-title {
  font-size: 24px;
  font-weight: bold;
  animation: pulse 2s infinite;
  color: #2c3e50;
}

.coming-soon-subtitle {
  font-size: 16px;
  color: #7f8c8d;
  margin-top: 10px;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
} */

.card-content {
      background-color: #fdf4ff;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 25px;
    }

    .card-content p {
      margin: 0;
      color: #555;
    }

    .card-content h2 {
      color: #800080;
      font-size: 28px;
      margin: 5px 0 0;
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    label {
      text-align: left;
      font-size: 14px;
      font-weight: 600;
      color: #333;
    }

    input[type="text"] {
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #ccc;
      font-size: 14px;
      outline: none;
      transition: border-color 0.2s;
    }

    /* input[type="text"]:focus {
      border-color: #a855f7;
    } */

    /* .btn {
      background-color: #800080;;
      color: white;
      border: none;
      padding: 12px;
      border-radius: 10px;
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    } */

    .btn:hover {
      background-color: #800080;
      color: white;
    }

    .withdraw-form {
        width: 500px;
        justify-self: anchor-center;
    }
 


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .6rem;
        padding-left: .6rem;
    }
}

@media only screen and (max-width: 991px) {
  li.nav-item.active {
    padding-left: 10px;
}

.withdraw-form {
        width: -webkit-fill-available;
    }

}

.credit-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 12px;
      padding: 16px 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
      margin-bottom: 15px;
    }
    .credit-card .icon {
      margin-right: 15px;

    }
    .credit-card .details {
      flex-grow: 1;
    }
    .credit-card .amount {
      color: green;
      font-weight: bold;
    }



    .redeem-card {
      background-color: #fff;
      border-radius: 12px;
      padding: 16px 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
    }

    .redeem-card .label {
      font-weight: 500;
      color: #666;
      width: 130px;
      display: inline-block;
    }

    .redeem-card .status {
      font-weight: 500;
    }

    .status.approved {
      color: green;
    }

    .status.rejected {
      color: red;
    }

    .status.pending {
      color: orange;
    }

  /* .navbar-collapse.mt-3.collapse.show{
        box-shadow: 0px -10px 10px -10px gray
  } */

  .navbar-nav {
    position: relative;
}
   
  .navbar-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    z-index: -1;
    border-radius: 2px;
  }


  .plan-details-card {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 360px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
  }

  .plan-details-body {
    font-family: 'Segoe UI', sans-serif;
    background: #f4f4f8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .plan-details-card-header {
    background-color: #800080;
    color: white;
    padding: 18px;
    font-size: 20px;
    font-weight: bold;
  }

  .plan-details-logo{
    margin: 20px auto 10px;
  }

  .plan-details-logo img {
    height: 100px;
  }

  .plan-details-price-section {
    margin: 10px 0 20px;
  }

  .plan-details-price {
    font-size: 30px;
    font-weight: bold;
    color: #000;
  }

  .plan-details-term {
    font-size: 14px;
    color: #777;
  }

  .plan-details-feature-list {
    text-align: left;
    list-style-type: disc;
    padding-left: 55px;
    margin-bottom: 30px;
    color: #333;
    font-size: 15px;
  }

  .plan-details-feature-list li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
  }

  .plan-details-pay-now-btn{
    display: inline-block;
    background-color: #800080;
    color: white;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 25px;
    transition: background 0.3s ease;
  }

  .plan-details-pay-now-btn:hover {
    background-color: #6a006a;
    color: white;
    text-decoration: none;
  }


/* @media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
    }
} */

  /* Desktop (≥992px): open on hover, use normal dropdown positioning */
    @media (min-width: 992px) {
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      /* Hide mobile chevron on desktop */
      .submenu-toggle { display: none !important; }
    }

    /* Mobile (<992px): make dropdowns expand in-flow (no Popper) */
    @media (max-width: 991.98px) {
      .navbar .dropdown-menu {
        position: static;
        float: none;
        display: none; /* hidden by default */
        margin: 0.25rem 0 0.5rem;
        border: 0;
        box-shadow: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      .navbar .dropdown-menu.show {
        display: block; /* show when toggled */
      }

      .nav-item.dropdown .d-flex {
    width: 100%; /* Ensure full width */
    justify-content: space-between; /* Push items apart */
  }

  .submenu-toggle {
    margin-left: auto; /* Push button to the far right */
  }
    }

    /* Chevron styling + rotation when open (mobile) */
    .chevron {
      display: inline-block;
      transition: transform 0.25s ease;
      font-size: 0.9rem;
      line-height: 1;
    }
    .dropdown.show .chevron { transform: rotate(180deg); }

    /* Make the chevron look like part of the nav link on mobile */
    .submenu-toggle {
      outline: none;       /* Remove default outline */
      border: none;        /* Remove default border */
      background: none;    /* Remove background */
      box-shadow: none;   
      padding: 0 0 0 0.25rem;
      line-height: 1;
      cursor: pointer;
    }

    .submenu-toggle:focus {
      outline: none;       /* Remove outline on focus */
      box-shadow: none;    /* Remove Bootstrap focus shadow */
    }



.navbar-nav .nav-item.active .nav-link {
    color: #800080 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #800080 !important;
}
/* 
.navbar-nav .dropdown-toggle::after {
    margin-left: 5px;
}

.dropdown-menu.show {
    display: block;
} */



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    padding-top: 12px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
}

.dropdown-menu li {
    /* margin-bottom: 8px; */
    border-bottom: 1px solid #ddd;
    /* padding-bottom: 8px; */
}

.dropdown-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.dropdown-menu .dropdown-item:hover {
    color: #800080;
}




.subscribe-btn {
    background-color: #800080; /* purple */
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.subscribe-btn:hover {
    background-color: #800080;
    text-decoration: none;
}

.subscribe-btn-div {
    text-align: center;
    margin-top: 42px;
}

.heading {
    font-size: 25px;
    color: #767676;
    font-weight: 500;
    margin-bottom: 2px;
}

.price {
    font-size: 20px;
    color: #767676;
    margin-bottom: 20px;
}

.price span {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}


/* .slides {
    display: flex;
    overflow: hidden;
    gap: 15px;
} */

.slider {
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease-in-out;
}

.slides img {
    width: calc((100% / 6) - 12px); /* Show 6 images at once */
    border-radius: 10px;
    flex-shrink: 0;
}

 @media (max-width: 1024px) {
            .slides img {
                width: calc((100% / 2) - 8px);
            }
        }

        /* Mobile view: show 1 image */
        @media (max-width: 768px) {
            .slides img {
                width: 100%;
            }
        }

/* ----------------------- marketing page css start ------------------------- */

a.btn.login-btn{
    background: #800080;
    color: white;
}

a.btn.login-btn:hover{
    background: #800080;
    color: white;
}
 
/* h1.hero-section-title{
    font-size: 71px;
    margin-bottom: 20px;
} */

h1.hero-section-title {
    font-size: clamp(28px, 6vw, 71px);
    margin-bottom: 20px;
}


h1.hero-section-subtitle{
    color: #666666;
    font-size: clamp(18px, 4vw, 36px);
}

h6.hero-section-par {
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 400;
}

img.mobile-img {
    height: 400px;
}

.content {
    text-align: start;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 2px;
}

.content-left{
  text-align: start;
  font-size: 27px;
    font-weight: 300;
    letter-spacing: 2px;
}


.custom-store-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.store-button {
  display: flex;
  align-items: center;
  background-color: #111;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 35px;
  height: 60px;
  max-width: fit-content;
  transition: background-color 0.3s ease;
}

.store-button:hover {
  background-color: #222;
}

.store-button .icon {
  height: 30px;
  margin-right: 10px;
}

.store-button .text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.store-button .small {
  font-size: 10px;
  letter-spacing: 1px;
}

.store-button:hover {
  text-decoration: none;
  color: white;
}

.store-button .large {
  font-size: 16px;
  font-weight: bold;
}

.white-logo {
  filter: brightness(0) invert(1);
}

/* .footer-logo{
  justify-content: center;
  align-items: center;
} */

.text-black {
    color: #000 !important;
}

.text-black:hover {
    color: #000 !important;
    text-decoration: none;
}

.footer-copyright {
    position: relative;
    clear: both;
    border-top: 1px solid #bebebe;
    padding-top: 18px;
    margin-top: 20px;
    /* padding-bottom: 30px;*/
}



/* ---------- contact with us css start-------------- */


    .contact-container {
      text-align: center;
      max-width: 900px;
      margin: auto;
    }

    .contact-container h4 {
      font-size: 28px;
      position: relative;
      display: inline-block;
      color: #333;
      margin-bottom: 40px;
    }

    .contact-container h4::after {
      content: '';
      display: block;
      width: 50%;
      height: 3px;
      background-color: #800080;
      margin: 10px auto 0;
      border-radius: 10px;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .social-icons a {
      font-size: 22px;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e8e8e8;
      color: #800080;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      text-decoration: none;
    }

    .social-icons a:hover {
      transform: translateY(-5px);
    }

    /* Hover Brand Colors */
    .social-icons a.email:hover {
      background-color: #d44638;
      color: white;
    }

    .social-icons a.instagram:hover {
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
        #fd5949 45%, #d6249f 60%, #285AEB 90%);
      color: white;
    }

    .social-icons a.facebook:hover {
      background-color: #1877f2;
      color: white;
    }

    .social-icons a.twitter:hover {
      background-color: #1da1f2;
      color: white;
    }

/* ------------------------- Testimonial Start ----------------------- */

.slider-container h4 {
  font-size: 28px;
  position: relative;
  display: inline-block;
  color: #333;
  margin-bottom: 40px;
}

.slider-container h4::after {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  background-color: #800080;
  margin: 10px auto 0;
  border-radius: 10px;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  text-align: center;
  margin: auto;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 33.3333%; /* 3 cards per view */
  box-sizing: border-box;
  padding: 15px;
}

.single-choose-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.single-choose-item img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.customer-name {
  color: #800080;
}

/* Responsive */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 50%; /* 2 per view on tablet */
  }
}
@media (max-width: 480px) {
  .slide {
    flex: 0 0 100%; /* 1 per view on mobile */
  }
}

/* Dots Styling */
.slider-dots {
  text-align: center;
  margin-top: 15px;
}
.slider-dots button {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
  background: #cb93cb;
  cursor: pointer;
  transition: background 0.3s;
}
.slider-dots button.active {
  background: #800080;
}
