  .service-box {
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 20px;
      background: #fff;
      height: 100%;
      transition: all 0.3s ease;
    }
    .service-box:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }
    .service-icon {
      font-size: 40px;
      color: #2196f3;
    }
    .service-box ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
    }
    .service-box ul li {
      margin-bottom: 5px;
    }
    .btn-merchant {
      background-color: #2196f3;
      color: #fff;
      font-weight: bold;
      border-radius: 6px;
      padding: 8px 20px;
    }
    .btn-merchant:hover {
      background-color: #1976d2;
      color: #fff;
    }
     .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .feature-list li {
      margin-bottom: 8px;
      font-weight: 600;
    }
    .feature-list li::before {
      content: "■ ";
      color: #2196f3;
      font-size: 14px;
    }
    .right-image {
      max-width: 100%;
      height: auto;
    }
    @media (max-width: 768px) {
      .text-col {
        text-align: center;
      }
    }
    .card-header {
    border-bottom: 0px !important;
}
:root {
    --fp-primary: #009bff;
    --fp-primary-25: rgba(0,155,255,0.25);
  }
  .rounded-4 { border-radius: 1rem !important; }
  .frill-stepper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin-bottom: 1rem;
  }
  .frill-stepper .step-line {
    position: absolute; left: 12%; right: 12%; top: 22px; height: 4px;
    background: #e9ecef; z-index: 0; border-radius: 999px;
  }
  .frill-stepper .step-item {
    text-align: center; position: relative; z-index: 1;
  }
  .step-circle {
    width: 44px; height: 44px; margin: 0 auto 8px; display: grid; place-items: center;
    border-radius: 50%; background: #f8f9fa; border: 2px solid #e9ecef; font-weight: 700;
    transition: all .2s ease;
  }
  .step-item.active .step-circle { border-color: var(--fp-primary); box-shadow: 0 0 0 6px var(--fp-primary-25); }
  .step-item.completed .step-circle { background: var(--fp-primary); color: #fff; border-color: var(--fp-primary); }
  .step-label { font-size: .9rem; color: #6c757d; }
  .step-item.active .step-label, .step-item.completed .step-label { color: #111; font-weight: 600; }

  .otp-box {
    width: 48px; height: 56px; font-size: 1.25rem; border-radius: 12px !important;
  }
  .btn-primary.bg-gradient { background-image: linear-gradient(135deg, #00a6ff, #007fe6); border: none; }
  .btn-primary.bg-gradient:hover { filter: brightness(0.95); }
  .otp-box { width: 70px; height: 70px; font-size: 28px; text-align: center; border: 1px solid #ccc; border-radius: 8px; }
  .otp-box:focus { border-color: #00a6ff; outline: none; box-shadow: 0 0 5px #007fe6; }
  .timer-box { font-size: 13px; padding: 2px 8px; background-color: #ffe3e3; color: #dc3545; border-radius: 5px; display: inline-block; }
  .resend-link { color: #00a6ff; cursor: pointer; }
      .details-container {
        display: none;
        background: #f9f9f9;
        padding: 20px;
        margin-top: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .details-header {
        font-weight: bold;
        color: #009bff;
        margin-bottom: 15px;
        font-size: 18px;
        border-bottom: 2px solid #009bff;
        padding-bottom: 8px;
    }
    .details-content{
        font-size: 10px;
    }
    .pagination {
        justify-content: end;
        /* padding: 20px; */
        margin-top: 20px;
    }
    .page-item.active .page-link {
        background-color: #009bff;
        border-color: #009bff;
    }
    .page-link {
        cursor: pointer;
        color: #009bff;
        padding: 8px 16px;
        border: 1px solid #dee2e6;
        margin: 0 2px;
        border-radius: 4px;
    }
    .page-link:hover {
        background-color: #e9ecef;
    }
    #searchInput {
        max-width: 300px;
        margin-bottom: 15px;
        border-radius: 10px;
        padding: 10px 15px;
        border: 1px solid #ddd;
    }
    .main-row {
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .main-row:hover {
        background-color: #f5f9ff;
    }
    .loading {
        text-align: center;
        padding: 20px;
        color: #666;
    }
    .transaction-table {
        width: 100%;
        border-collapse: collapse;
    }
    .transaction-table thead th {
        background-color: #f8f9fa;
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
    }
    .transaction-table tbody td {
        padding: 15px;
        border-bottom: 1px solid #dee2e6;
        vertical-align: top;
    }
    .status-completed {
        color: #28a745;
        font-weight: bold;
    }
    .status-pending {
        color: #ffc107;
        font-weight: bold;
    }
    .status-cancelled {
        color: #dc3545;
        font-weight: bold;
    }
    .status-failed {
        color: #dc3545;
        font-weight: bold;
    }
    .detail-content p {
        margin-bottom: 8px;
        display: flex;
        font-weight: normal;
    }
    .detail-content{
        font-size: 15px !important;
    }
    .detail-content strong {
        min-width: 140px;
        display: inline-block;
    }
    .card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        margin-bottom: 30px;
    }
    .card-body {
        padding: 25px;
    }
    h3 {
        color: #2c3e50;
        font-weight: 600;
    }
    .expand-icon {
        margin-left: 8px;
        /* font-size: 12px; */
        transition: transform 0.3s;
    }
    .main-row.expanded .expand-icon {
        transform: rotate(180deg);
    }
    .btn-primary {
        background-color: #009bff;
        border-color: #009bff;
        border-radius: 4px;
        padding: 6px 12px;
        font-size: 14px;
    }
    .btn-primary:hover {
        background-color: #0081d4;
        border-color: #0081d4;
    }
    .table-responsive {
        border-radius: 8px;
        overflow: hidden;
    }
    .details-row {
        display: none;
    }
    .details-row.active {
        display: table-row;
    }
    .details-container.active {
        display: block;
    }
    .border-heading{
        border-bottom: 2px solid #009bff;
    }
    .details-container {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

.details-container .detail-content {
    min-width: 100%;
    word-wrap: break-word;
}

.details-container .row {
    flex-wrap: wrap;
}
.table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto;
}

.table td,
.table th {
    word-break: break-word;
    white-space: normal;
}

  /* SweetAlert2 Custom Ewallet Theme */
  .swal2-popup {
      border-radius: 20px !important;
      padding: 25px !important;
      background: #fff;
      box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
      font-family: 'Poppins', sans-serif;
  }

  .swal2-title {
      font-size: 22px !important;
      font-weight: 700 !important;
      color: #4E5561 !important;
  }

  .swal2-html-container {
      font-size: 15px !important;
      color: #6c757d !important;
  }

  .swal2-confirm {
      background-color: #009bff !important;
      color: #fff !important;
      border-radius: 8px !important;
      padding: 10px 25px !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      border: none !important;
      transition: background 0.3s ease;
  }

  .swal2-confirm:hover {
      background-color: #007ed6 !important;
  }

  .swal2-cancel {
      background-color: #4E5561 !important;
      color: #fff !important;
      border-radius: 8px !important;
      padding: 10px 25px !important;
      font-size: 15px !important;
      font-weight: 600 !important;
      border: none !important;
      transition: background 0.3s ease;
  }

  .swal2-cancel:hover {
      background-color: #3c424e !important;
  }

  .swal2-icon {
      border-width: 3px !important;
  }

  .swal2-icon.swal2-error {
      border-color: #ff4d4d !important;
      color: #ff4d4d !important;
  }

  .swal2-icon.swal2-success {
      border-color: #00c851 !important;
      color: #00c851 !important;
  }

  .swal2-icon.swal2-warning {
      border-color: #ffbb33 !important;
      color: #ffbb33 !important;
  }

  .swal2-icon.swal2-info {
      border-color: #009bff !important;
      color: #009bff !important;
  }
.blog-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #fff;
    }
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,155,255,0.3);
    }
    .blog-card img {
        height: 300px;
        object-fit: cover;
    }
    .blog-card .card-body {
        padding: 20px;
    }
    .blog-category {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #009bff;
        margin-bottom: 8px;
    }
    .blog-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;
    }
    .blog-desc {
        color: #666;
        font-size: 14px;
    }
    .read-more {
        color: #009bff;
        font-weight: 500;
        text-decoration: none;
    }
    .read-more:hover {
        text-decoration: underline;
    }
      /* ===== Section ===== */
    .products-section {
      background: #fff;
      padding: 80px 0;
      position: relative;
    }

    .section-title {
      color: #009bff;
      font-size: 2.5rem;
      font-weight: 700;
      position: relative;
      display: inline-block;
    }

    .section-title::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 4px;
      background: #009bff;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 2px;
    }

    /* ===== Card Styling ===== */
    .product-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
      text-align: center;
      height: 100%;
      padding: 40px 30px;
      transition: all 0.4s ease;
      border: 2px solid transparent;
      position: relative;
      overflow: hidden;
    }

    .product-card:hover {
      transform: translateY(-10px);
      border-color: #009bff;
      box-shadow: 0 12px 35px rgba(0, 155, 255, 0.25);
    }

    /* Decorative hover gradient */
    .product-card::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at center, rgba(0, 155, 255, 0.05), transparent 70%);
      opacity: 0;
      transition: opacity 0.5s;
      z-index: 0;
    }

    .product-card:hover::before {
      opacity: 1;
    }

    /* ===== Icon ===== */
    .product-icon {
      width: 90px;
      height: auto;
      transition: transform 0.4s ease;
      z-index: 1;
      position: relative;
    }

    .product-card:hover .product-icon {
      transform: scale(1.1) rotate(5deg);
    }

    /* ===== Headings ===== */
    .product-heading {
      color: #009bff;
      font-size: 1.7rem;
      font-weight: 700;
      margin-top: 20px;
      z-index: 1;
      position: relative;
    }

    .product-subtitle {
      color: #009bff;
      font-size: 1.2rem;
      margin: 10px 0;
      font-weight: 500;
    }

    .product-text {
      color: #555;
      font-size: 1rem;
      margin-bottom: 20px;
      z-index: 1;
      position: relative;
    }

    /* ===== List ===== */
    .product-card ul li {
      font-size: 0.95rem;
      color: #333;
      margin-bottom: 6px;
    }

    /* ===== Button ===== */
    .product-btn {
      background: #009bff;
      color: #fff;
      padding: 12px 35px;
      border-radius: 50px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      box-shadow: 0 4px 15px rgba(0, 155, 255, 0.4);
    }

    .product-btn:hover {
      background: linear-gradient(135deg, #00aaff, #007ed6);
      box-shadow: 0 6px 20px rgba(0, 155, 255, 0.6);
      transform: translateY(-2px);
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
      .product-card {
        padding: 30px 20px;
      }
      .product-heading {
        font-size: 1.4rem;
      }
      .product-subtitle {
        font-size: 1rem;
      }
      .section-title {
        font-size: 2rem;
      }
    }

    .disabled {
    pointer-events: none;
    opacity: 0.5;  /* Optional: visually indicate it's disabled */
}
input[type="password"] {
  background-image: none !important;
    }
    input:disabled, input:readonly, .disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
  border: 1px solid #dcdcdc;
  cursor: not-allowed;
  opacity: 0.6;
}

.chosen-container-single .chosen-single span{
    margin-top: 0px !important;
}
.chosen-container-single .chosen-single {
    height:50px !important;
    align-content: center !important;
}

