 body {
            font-family: 'Poppins', sans-serif;
        }
        
        .text-secondary {
    --bs-text-opacity: 1;
    color: rgb(97 113 128) !important;
    background-color: snow;
}
  .custom-border {
    border: 2px solid #000000; /* Example: Tomato color */
  }

.card-body {
  display: flex;
  flex-direction: column; /* Arrange items vertically */
  align-items: center; /* Center the list horizontally */
}

.card-body ul {
  padding-left: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  list-style: none; /* Remove default list styling */
}

.card-body li {
  margin-bottom: 0.5rem; /* Space between items */
  display: flex;
  align-items: center; /* Align items vertically */
}

.card-body li span {
  margin-right: 0.5rem; /* Space between icon and text */
}

.card-body .fa-check-circle {
  color: green; /* Adjust color if needed */
  font-size: 1.2rem; /* Adjust size if needed */
}


.main-hero {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding: 80px 0;
  }
 .main-hero h1 {
    margin-bottom: 20px; /* or 30px for more space */
  }
  .main-hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
  }

  .main-hero .text-big {
    font-size: 18px;
    color: #6c6c6c;
    max-width: 500px;
    margin: 0 auto;
  }

  .main-hero .btn-primary {
    background-color: #6544f0;
    border-color: #6f42c1;
    font-weight: 600;
    padding: 12px 24px;
    font-size: 16px;
  }

  .main-hero .btn-secondary {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #212529;
    font-weight: 600;
    padding: 12px 24px;
    font-size: 16px;
  }

  .main-hero img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .main-hero h1 {
      font-size: 28px;
    }

    .main-hero .text-big {
      font-size: 16px;
    }
  }


  .main-features {
    background: #f9f9f9;
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
  }

  .main-features h2 {
    font-weight: 700;
    color: #222;
  }

 

  .main-features .col-6:hover {
    transform: translateY(-5px);
  }


  .main-features h5 {
    margin-top: 0;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 8px;
  }

.text-subtitle {
    text-align: center;
    
}
.main-features .col-6 {
  text-align: left;
  padding: 20px 15px;
}

.main-features .mb-3 {
  text-align: left;
}

.main-features svg {
  display: block;
  margin: 0;
  color: #6f42c1; 
  background: #ffffff;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}


.main-features .text-muted {
  font-size: 14px;
  color: #555 !important;
  line-height: 1.5;
  margin: 0;
  text-align: left; /* explicitly align paragraph text */
}

.fw-semibold {
     text-align: left;
}



  /* Responsive tweaks */
  @media (max-width: 767px) {
    .main-features h5 {
      font-size: 16px;
    }

    .main-features .text-muted {
      font-size: 13px;
    }

    .main-features svg {
      width: 50px;
      height: 50px;
      padding: 10px;
    }
  }
.main-features {
  background: #ffffff;
  padding: 60px 0;
  font-family: 'Inter', sans-serif;
}



.main-features h2 {
  font-weight: 700;
  color: #222;
}

.main-features p {
  font-size: 15px;
  color: #6c757d;
}

.main-features .col-6 {
  transition: all 0.3s ease;
}

.main-features .col-6:hover {
  transform: translateY(-5px);
}

.main-features svg {
  color: #007bff;
  background: #e9f2ff;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.main-features h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

.main-features .text-muted {
  font-size: 14px;
  color: #555 !important;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .main-features h5 {
    font-size: 20px;
  }

  .main-features .text-muted {
    font-size: 13px;
  }

  .main-features svg {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}

    .features-list .col-6 {
  text-align: center;
  padding: 20px 15px;
}

.features-list svg {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  color: #4a4a4a;
}

.features-list .fw-normal {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.features-list p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 300px;
}

.main-features h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c1c1c;
}

.main-features p {
  font-size: 1rem;
  color: #666;
}

.pricing-section {
  font-family: 'Segoe UI', Roboto, sans-serif;
  background-color: #f8f9fa;
}

.pricing-card {
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.plan-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bff;
}

.period {
  font-size: 0.9rem;
  font-weight: 400;
  color: #6c757d;
  margin-left: 5px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.feature-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
}

.feature-list li::before {
  content: "\f058"; /* FontAwesome check-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #28a745;
}

a {
    text-decoration: none !important;
  }
/* header css  */
.nav-item .nav-link {
    font-size: 1rem;
    color: #6747c7;
    font-weight: 500;
    padding: 0.3125rem 0.5rem;
}

.nav-item .nav-link:hover{
    opacity: 0.9;
    color: #6747c7bf;
}




    body {
        font-family: 'Inter', sans-serif;
        background-color: #f9f9f9;
        color: #333;
        margin: 0;
        padding: 0;
    }

    .faq-container {
        max-width: 800px;
        margin: 50px auto;
        padding: 20px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .faq-container h3 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .faq-container p {
        font-size: 16px;
        color: #666;
    }

    .faq {
        border-top: 1px solid #eee;
        padding: 15px 0;
    }

    .faq:last-child {
        border-bottom: 1px solid #eee;
    }

    .question {
        font-weight: 500;
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }

    .question::after {
        content: '+';
        position: absolute;
        right: 0;
        font-weight: bold;
    }

    .question.active::after {
        content: '-';
    }

    .answer {
        display: none;
        margin-top: 10px;
        color: #444;
        line-height: 1.5;
    }

    a {
        color: #007bff;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    center {
        display: block;
        text-align: center;
    }

    /* Wider layout for PC/Desktop */
    @media (min-width: 1024px) {
        .faq-container {
            max-width: 1100px;
        }
    }

  body {
    font-family: 'Inter', sans-serif;
    background: #f7f6ff;
    margin: 0;
   
  }

  .prx-cntr {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .bx-a9q {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 270px;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease;
    padding-bottom: 1rem;
  }

  .bx-a9q:hover {
    transform: translateY(-5px);
  }

  .bx-a9q h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 1.5rem 0 0.25rem;
    color: #000;
  }

  .lq-txt {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1.5rem;
  }

  .x9-p {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
  }

  .x9-p small {
    font-size: 0.85rem;
    font-weight: normal;
    color: #888;
    margin-left: 4px;
  }

  .bt-x1 {
    margin: 1.5rem auto;
    background: #7a5cf6;
    color: white;
    padding: 0.75rem;
    width: 80%;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
  }

  .bt-x1:hover {
    background: #6544f0;
  }

  .dv-ln {
    height: 1px;
    background: #eee;
    margin: 0 1.5rem;
  }

  .ft-sec {
    text-align: left;
    padding: 1.5rem;
    font-size: 0.95rem;
    color: #333;
  }

  .ft-sec strong {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
  }

  .ft-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ft-sec li {
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    position: relative;
  }

  .ft-sec li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #7a5cf6;
    font-weight: bold;
  }

  @media(max-width: 768px) {
    .prx-cntr {
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
    }

    .bx-a9q {
      max-width: 95%;
      width: 100%;
    }

    .bt-x1 {
      width: 90%;
    }

    .ft-sec {
      padding: 1rem 1.2rem;
    }
  }

    body {
      font-family: 'Inter', sans-serif;
      
    }


    .code-to-copy {
      background: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    h3.h1 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    p {
      font-size: 16px;
      color: #000000;
      margin-bottom: 25px;
    }
     pw {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 25px;
    }
    

    .form-label {
      font-weight: 500;
      margin-bottom: 5px;
      display: block;
    }

    .form-control {
      width: 100%;
      padding: 12px 15px;
      font-size: 15px;
      border: 1px solid #ced4da;
      border-radius: 8px;
      margin-bottom: 20px;
      transition: border-color 0.2s;
    }

    .form-control:focus {
      border-color: #007bff;
      outline: none;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

    .btn {
      padding: 12px 25px;
      font-size: 16px;
      font-weight: 500;
      background-color: #6544f0;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out;
    }

    .btn:hover {
      background-color: #0056b3;
    }

    .alert {
      padding: 12px 18px;
      background-color: #d1e7dd;
      color: #0f5132;
      border-radius: 6px;
      margin-bottom: 20px;
      border: 1px solid #badbcc;
    }

    @media (max-width: 576px) {
      .code-to-copy {
        padding: 20px;
      }

      h3.h1 {
        font-size: 22px;
      }
    }
 .footer {
  background: #1c1c1e;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 50px 20px 20px;
  border-top: 1px solid #eee;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-col {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-col h5 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
}

.footer-col p,
.footer-col a,
.footer-col li {
  font-size: 14px;
  color: #ebd6d6;
  margin-bottom: 8px;
  text-decoration: none;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding-left: 0;
}

.footer-col ul li {
  display: flex;
  align-items: center;
}

.footer-col ul li i {
  color: #7d60f6;
  margin-right: 8px;
  font-size: 14px;
}

.footer-col a:hover {
  color: #7d60f6;
}

.footer .social li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 500;
}

.footer .social i {
  background: #e8eeff;
  color: #4c5eff;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #888;
 
  
}