body {
    font-family: "Inter", system-ui, "Segoe UI", Roboto, Helvetica, Arial,
      sans-serif;
  }

  /* Custom Styling */
  .navbar-brand img {
    height: 40px;
  }
  .logo {
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%);
  }

  .btn-signup {
    background-color: #346ee1;
    color: #fff;
  }
  .btn-outline-primary {
    border-color: #346ee1;
    color: #346ee1;
  }
  .btn-outline-primary:hover {
    background-color: #346ee1;
    color: #fff;
  }
  .package-card {
    border-radius: 15px;
  }

  .nav-link {
    font-size: 14px !important;
  }

  .custom-container {
    max-width: 1100px;
    overflow-x: hidden;
  }

  @media (max-width: 767px) {
    .custom-container {
      max-width: 95%;
    }
  }
  .hero-section {
    background: radial-gradient(
        1200px 800px at 0% 0%,
        rgba(250, 204, 21, 0.18),
        transparent 60%
      ),
      radial-gradient(
        1000px 600px at 100% 20%,
        rgba(245, 158, 11, 0.12),
        transparent 60%
      ),
      #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  @media (max-width: 767px) {
    .hero-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }

  .custom-badge {
    background-color: #ffffff;
    color: var(--bs-primary);
    border: 1px solid #d1d5db;

    border-radius: 0.5rem;
  }

  .pos-card {
    top: 60px;
    width: 480px;
    height: 60px;
    z-index: 0;
  }
  @media (max-width: 767px) {
    .pos-card {
      top: 60px;
      width: 290px;
      height: 60px;
    }
  }

  @media (max-width: 767px) {
    .foreground-card {
      margin-left: -25px;
    }
  }

  .Features_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-custom {
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    width: 100%;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 1rem;
  }

  .form-control:focus {
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
  }

.cursor-pointer{
    cursor: pointer;
}
.faq-des-1 p{
    margin-bottom: 0px;
}
html,body{
    scroll-behavior: smooth;
}
.main_menu_uppercase .navbar-nav > li > .nav-link {
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.b_page_btn {
    background-color: #0062cc;
    border: 0px;
    padding: 12px 35px !important;
    color: white;
    border-radius: 50px !important;
}
.b_page_btn:hover{
    background-color: #0062cc;
    border: 0px;
    color: white;
    border-radius: 50px !important;
}
.section.bg_green_lite {
    background-color: #bababa11 !important;
}
.section.faq-section.bg_green_lite{
    background-color: white !important;
}
.zindex-high{
    z-index: 999;
}
.navbar{
    padding: 0px !important;
}
@media only screen and (min-width: 768px) {
    .cub-60{
        padding-bottom: 0px !important;
        margin-bottom: 70px !important;
    }
    .cut-60{
        padding-top: 0px !important;
        margin-top: 70px !important;
    }
    .cuf-60{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 30px !important;
        margin-bottom: 70px !important;
    }
    .cu-60{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
}
@media only screen and (max-width: 767px) {
    .cub-60{
        padding-bottom: 0px !important;
        margin-bottom: 50px !important;
    }
    .cut-60{
        padding-top: 0px !important;
        margin-top: 50px !important;
    }
    .cuf-60{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }
    .cu-60{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .cum-60{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .tshead{
        margin-top: 16px !important;
    }
    .fsbtn{
        margin-bottom: 1px;
    }
    .ssbtn{
        margin-top: 17px !important;
    }
}
@media only screen and (max-width: 600px) {
    .header_custom_button {
        height: unset !important;
        font-size: 16px !important;
        font-family: Roboto, sans-serif !important;
        background-color: #F2F2F2 !important;
        padding: .59rem !important; 
    }
    .faq-section {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}
.badge-feature {
  padding: 0.35rem 1.25rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.feature-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: #f3f1ff;
  color: #7c3aed;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-col.active .feature-icon {
  background-color: #7c3aed;
  color: white;
}

.feature-col:hover .feature-icon:not(.active) {
  background-color: #d8cbff;
  color: #7c3aed;
}

.feature-label {
  font-weight: 600;
  color: #23263b;
  font-size: 1.05rem;
  line-height: 1.3;
}
.all-features-section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .features-section {
    padding: 2rem 1rem 2.5rem;
    border-radius: 1.125rem; /* 18px */
  }

  .feature-icon {
    width: 36px;
    height: 36px;
    font-size: 1.25rem;
    line-height: 36px;
    margin-bottom: 0.5rem;
  }

  .feature-label {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .feature-col {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 1.5rem;
  }

  .feature-label {
    font-size: 0.9rem;
  }
}