
    .rating-icon {
      width: 200px;
      height: 200px;
      object-fit: contain;
    }

    .font4{
        text-align: center;
         font-size: 26px;
    }
    .rating {
      font-size: 1rem;
      font-weight: 500;
      margin-left: 5px;
    }

    .btn-purple {
      background-color: #6a1b9a;
      color: white;
      padding: 10px 25px;
      border-radius: 25px;
      font-weight: 500;
    }

    .btn-purple:hover {
      background-color: #4a148c;
      color: white;
    }

    .logo-img {
      max-height: 50px;
      object-fit: contain;
      margin: 10px 20px;
    }

    .divider {
      border-left: 1px solid #ddd;
      height: 40px;
      margin: auto 15px;
    }

    section {
      background-color: #f9fafb;
    }

    footer {
      background-color: #07122d;
      /* Dark background */
      color: #fff;
    }

    footer a {
      color: #cfd8dc;
      text-decoration: none;
    }

    footer a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer-title {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .footer-logo {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 15px;
      display: inline-block;
    }

    .footer-desc {
      font-size: 0.9rem;
      color: #b0bec5;
    }

    .how-it-works {
      padding: 10px 0;
      text-align: center;
    }

    .how-it-works h2 {
      font-weight: bold;
      margin-bottom: 40px;
    }

    .how-step img {
      width: 50px;
      margin-bottom: 15px;
    }

    .how-step h5 {
      font-weight: bold;
      margin-bottom: 10px;
    }

    .how-step p {
      color: #6c757d;
      font-size: 14px;
    }

    .stats-section {
      text-align: center;
      padding: 50px 20px;
    }

    .stats-box {
      background-color: #c2b8e0;
      border-radius: 12px;
      padding: 30px;
      margin: 10px 0;
    }

    .stats-number {
      font-size: 4.5rem;
      font-weight: bold;
      color: #6a0dad;
    }

    .stats-text {
      font-size: 0.95rem;
      color: #555;
      margin-top: 10px;
    }


    .section-title {
      color: #6a1b9a;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .main-heading {
      font-size: 2rem;
      font-weight: bold;
    }

    .feature-icon {
      color: #00c853;
      margin-right: 10px;
      font-size: 1.3rem;
    }

    .feature-item {
      margin-bottom: 15px;
    }

    .pay-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
      text-align: center;
    }

    .pay-btn {
      background-color: #6a1b9a;
      color: white;
      padding: 10px 25px;
      border-radius: 30px;
      border: none;
      font-weight: 500;
    }

    .pay-btn:hover {
      background-color: #520f74;
    }

    .bank-icons {
      position: relative;
      min-height: 300px;
    }

    .bank-icon {
      position: absolute;
      background: #fff;
      border-radius: 10px;
      padding: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .bank-icon img {
      width: 40px;
      height: auto;
    }

    .icon-top {
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .icon-left {
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
    }

    .icon-right {
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
    }

    .card-custom {
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      padding: 16px;
      max-width: 280px;
      margin: auto;
    }

    .payment-card {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .payment-icon {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin: 10px;
    }

    .check-item {
      margin-bottom: 12px;
      font-size: 1rem;
    }

    .check-item i {
      color: #00b74a;
      margin-right: 10px;
    }

    .customer-box {
      background: white;
      padding: 15px;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    }

    .customer-name {
      font-weight: bold;
    }

    .payment-icons-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

    .get-paid-section {
      background-color: #fff;
      border-radius: 10px;
      padding: 40px 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .payment-card {
      background-color: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      text-align: center;
    }

    .payment-icons img {
      width: 60px;
      margin: 10px;
    }

    .check-list i {
      color: #28a745;
      margin-right: 8px;
    }

    .customer-box {
      border: 1px solid #eee;
      padding: 15px;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      background-color: #fff;
    }

    .customer-box .icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #f4f0ff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #6a1b9a;
    }

    .container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
    }

    .container-heading {
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px;
      font-weight: 900;
      font-size: 40px;
    }

    /* Carousel container */
    .carousel {
      position: relative;
      overflow: hidden;
    }

    /* Carousel track */
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    /* Each card */
    .card {
      background: #f9f9f9;
      border-radius: 10px;
      text-align: center;
      padding: 20px;
      margin: 10px;
      flex: 0 0 calc(25% - 20px);
      /* 4 per row */
      box-sizing: border-box;
      transition: all 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .card img {
      width: 100px;
      margin-bottom: 15px;
    }

    .card h5 {
      margin: 10px 0;
      font-size: 22px;
    }

    .card a {
      color: #6c63ff;
      text-decoration: none;
      font-weight: bold;
    }

    /* Arrows */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #6c63ff;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 2;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    /* Dots */
    .dots {
      text-align: center;
      margin-top: 15px;
    }

    .dots button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: none;
      margin: 0 5px;
      background: #ccc;
      cursor: pointer;
    }

    .dots button.active {
      background: #6c63ff;
    }

    .trusted-logos img {
      max-height: 30px;
      object-fit: contain;
      margin: 10px;
    }
    .partner-card {
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      height: 100%;
    }
    .partner-card img {
      max-height: 30px;
      margin-bottom: 15px;
    }
    .partner-card h6 {
      font-weight: 600;
      margin-top: 10px;
    }
    .partner-card a {
      text-decoration: none;
      color: #007bff;
    }

    @media (max-width: 767px) {
      .bank-icons {
        margin-bottom: 2rem;
      }
    }

    @media (max-width: 992px) {
      .card {
        flex: 0 0 calc(50% - 20px);
        /* 2 per row */
      }
    }

    @media (max-width: 576px) {
      .card {
        flex: 0 0 calc(100% - 20px);
        /* 1 per row */
      }

      .card {
      
      flex: 0 0 calc(60% - 20px);
      /* 4 per row */
      
    }

    .container-heading {
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px;
      font-weight: 900;
      font-size: 20px;
    }

    .font4{
        text-align: center;
         font-size: 16px;
         
    }

    .stats-box {
    background-color: #c2b8e0;
    border-radius: 12px;
    padding: 15px;
    margin: 10px 0;
}

    .fz-md-24 {
        font-size: 24px;
    }
    }
  