/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Space Grotesk", sans-serif !important;
  background-color: #fff;
  color: #1a1a1a;
  line-height: 1.6;
}

a {
  text-decoration: none !important;
  color: inherit;
}

/* Navbar */
.navbar {
  width: 100% !important; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center !important;
  padding: 0px 0px !important;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.logo img {
  width: 100%; height: 86px; 
  margin-right: 0.5rem;
}
.hnav { 
  margin: 0 auto;
  /* margin-left: 200px; */
  padding: 4px 24px !important; 
  background: #faf9f8; 
  font-size: 20px; 
  border-radius: 16px !important; 
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 36px;
}

.navbar ul li a {
  color: #444;
  font-weight: 500;
}

.btn {
  padding: 16px !important;
  border-radius: 16px !important;
  font-weight: bold;
  font-size: 20px !important;
  transition: 0.3s ease;
}

.btn.purple {
  background: #680eda !important;
  color: white !important;
}

.btn.purple:hover {
  background: #5800cc;
}

.btn.outline {
  border: 2px solid #680eda;
  color: #680eda;
  background: white;
}

.btn.outline:hover {
  background: #f3e6ff;
}

/* Hero Section */
.hero-section {
  background:url('assets/background/background1.png');
  text-align: center;
  padding: 4rem 2rem;
  /* background-image: linear-gradient(to bottom right, #fff 90%, #f9f7ff 10%); */
  min-height: 85vh;
}

.hero-section .badge {
  display: inline-block;
  background-color: #f0e8ff;
  color: #680eda;
  font-size: 14px;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}
.feature-section .badge {
  display: inline-block;
  background-color: #f0e8ff;
  color: #680eda;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.hero-section h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  max-width: 1120px;
  margin: 0 auto 1rem;
  font-weight: 700;
}

.hero-section p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  color: #666;
  margin: 0 auto 2rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
ul {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
/* ------------------ Responsive Styling ------------------ */
@media screen and (max-width: 768px) {
  .tabShow { display: block !important; }
  .phhide { display: none !important;}
  .tabHide { display: none !important; }
  .container { max-width: 664px !important; }
  .btn-tab-block { width: 100% !important; margin: 20px 0; }
  .trustedByiDiv > img { width: 80% !important;}
  .step-card { margin-bottom: 24px; }
  .footer{ padding: 48px !important; }
  .lpfooter { margin-top: 35px !important;}
  .accordion-button {  font-size: 20px !important; }
  .pricing-card { margin: 0px 0px !important; }

.logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size:16px;
}

.logo img {
  width: 100%; height: 58px; 

}
.hnav { 
  padding: 16px 24px; 
  text-align: center !important; 
  background: #faf9f8; 
  font-size: 20px; 
  border-radius: 16px !important; 
  margin: 12px 39px 12px 12px !important;

}
.navbar ul {
  gap: 24px;
}




  /* .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar ul {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
  }

  .navbar a.btn {
    margin-top: 1rem;
    width: 50%;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 40px;
    padding: 0 1rem;
  }

  .hero-section p {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    padding: 0 1rem;
  }

  .cta-buttons a {
    width: 100%;
    text-align: center;
  } */
}

@media screen and (max-width: 480px) {
  .footerP{  font-size: 16px !important;}
  .phhide { display: none !important; }
  section > .container{ padding:20px 0 !important; }
.feature-card{ margin-bottom: 20px ;}
section{ margin: 20px !important; }
.navbar-toggler { border: none !important;}
.hero-section { padding: 3rem 1rem; }
.hero-section h1 { font-size: 1.5rem; }
.hero-section p { font-size: 0.95rem; }
/* .navbar { padding: 1rem; } */
.logo span { font-size: 1.2rem; }
.footer { padding: 24px !important; }
.btn {
  padding: 12px !important;
  border-radius: 8px !important;
  font-weight: bold;
  font-size: 16px !important;
  transition: 0.3s ease;
}

.logo { display: flex; align-items: center; font-weight: bold; font-size:16px; }
.logo img { width: 100%; height: 58px; }
.hnav { 
  padding: 6px 10px; 
  text-align: center !important; 
  background: #faf9f8; 
  font-size: 14px; 
  border-radius: 16px !important; 
  margin: 12px 39px 12px 12px !important;
}
.navbar ul {gap: 14px; }
}


.footer {
      background-color: #3c0082;
      color: white;
      padding: 48px 0;
    }

    .footer a {
      color: white;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
    }

    .footer a:hover {
      text-decoration: underline;
    }

    .footer .social-icons {
      display: flex;
      gap: 15px;
      margin-top: 10px;
    }

    .footer .social-icons span {
      width: 48px;
      height: 48px;
      background: white;
      border-radius: 50%;
      display: inline-block;
    }

    .footer-bottom {
      background-color: #2d0062;
      color: #ccc;
      text-align: center;
      padding: 10px 0;
      font-size: 14px;
    }

    .footer-logo {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-logo img {
      width: 192px;
      height: 66px;
    }

    .footer h6 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .footer .footer-col {
      margin-bottom: 25px;
    }
    .fh6 {
      font-size: 20px;
    }

     .accordion-button {
      border-radius: 16px !important;
      background-color: #FAF9F8 !important;
      font-weight: 500 !important;
      color: #333 !important;
      border: none !important;
      box-shadow: none !important;
      padding: 24px !important;
      transition: all 0.1s ease !important;
    }

    .accordion-button:not(.collapsed) {
      background-color: white !important;
      color: #7e3ff2 !important;
      border-radius: 16px 16px 0 0 !important;
      border: 2px solid #680EDA !important;
      border-bottom: none !important;
      background: #F5F0FB !important;
    }

    .accordion-item {
      background-color: transparent;
      border: none !important;
      margin-bottom: 10px !important;
    }

    .accordion-body {
      padding: 0px 24px 24px 24px !important;
      background-color: #F5F0FB !important;
      border: 2px solid #680eda !important;
      border-top: none !important;
      border-radius: 0 0 16px 16px !important;
      color: #555 !important;
      font-size: 0.95rem !important;
    }


     .testimonial-card {
      background-color: white;
      border-radius: 15px;
      padding: 25px;
      /* max-width: 400px; */
      /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
      transition: transform 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .testimonial-profile {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-name {
      font-weight: 700;
      margin: 0;
    }

    .testimonial-role {
      color: #666;
      font-size: 0.9rem;
    }

    .testimonial-text {
      margin-top: 15px;
      font-size: 14px;
      color: #555;
    }

    .testimonial-stars {
      color: #f7c948;
      font-size: 1.2rem;
      margin-top: 15px;
    }


    .desc{
    color:white;
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 30px; /* 150% */
text-transform: capitalize;
padding: 16px;

border-radius: 0px 0px 16px 16px;
background: var(--Gradient, linear-gradient(90deg, #680EDA 0%, #B072FE 100%));
  }
  .feature-card > img {
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 68.41%, #FFF 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  }


  
    .toggle-container {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px;
    }

    .toggle-container label {
      margin: 0 16px;
      font-weight: 500;
      cursor: pointer;
    }

    .form-switch .form-check-input {
      width: 50px !important;
      height: 25px;
      background-color: #d1c4e9;
      border-color: #d1c4e9;
    }

    .form-switch .form-check-input:checked {
      background-color: #7e22ce;
      border-color: #7e22ce;
    }

    .pricing-card {
      margin: 30px 20px;
      transition: 0.3s;
    }

    .pricing-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .pricing-title {
      font-size: 20px;
      font-weight: 600;
    }

    .price {
      font-size: 40px;
      color: #7e22ce;
      font-weight: 700;
    }

    .feature-list {
      text-align: left;
    }

    .feature-list li {
      list-style: none;
      margin-bottom: 10px;
    }

    .feature-list i {
      color: #7e22ce;
      margin-right: 10px;
    }

    .btn-purple {
      background-color: #7e22ce !important;
      color: white !important;
      border: none;
      border-radius: 8px;
      padding: 10px 0;
      width: 100%;
      margin-top: 20px;
    }

    .note {
      font-size: 12px;
      color: #6b7280;
      margin-top: 10px;
    }
    .pricingtop { 
      background: #f5f5f5;
      padding: 24px;
      border-radius: 16px 16px 0px 0px;
    }
    .pricing-card { 
      border-radius: 16px;
      border: 1px solid #d6d6d6;
    }
    .pricing-bottom-part {
      padding: 16px;
    }
      .testimonial-card { 
      border-radius: 16px;
      /* border: 1px solid #d6d6d6; */
      background: white;
    }
    .testimonial-bottom-part {
      padding: 16px;
    }


     .step-card {
      background-color: #F5F0FB;;
      border-radius: 20px;
      padding: 30px;
      text-align: left;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease-in-out;
    }

    .step-card:hover {
      transform: translateY(-5px);
    }

    .step-icon {
      background: linear-gradient(135deg, #8e2de2, #4a00e0);
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .step-icon i {
      color: white;
      font-size: 24px;
    }

    .step-title {
      color: #7e22ce;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .main-heading {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .sub-text {
      color: #6b7280;
      font-size: 16px;
    }


    .abh4  { 
  font-size: 24px; 
  color: #680eda;
}
.abh4s2 {
  font-size: 32px; 
  color: black;
  font-weight: 700;
}
.abp{
  font-size: 20px; 
}
.title{ padding-bottom: 60px; }
.abp > span { color: #680eda; font-weight: 700; }