/*
Theme Name: V2 Motors Challan System
Theme URI: https://v2motors.com
Author: V2 Motors
Author URI: https://v2motors.com
Description: Custom theme for traffic challan payment system
Version: 1.0.0
License: GPL v2 or later
Text Domain: v2motors
*/

body {
  font-family: "Poppins", sans-serif;
  background: #eef4fb;
}

.challan-section {
  padding: 60px 0;
}

.back-link {
  margin-bottom: 25px;
  color: #6b7280;
  font-weight: 500;
}

.challan-card {
  max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 0 0 1px #e5e7eb;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background: #e7f0ff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.active-card{

    border:3px solid #0073aa !important;

    box-shadow:0 0 10px rgba(0,115,170,.25);

}
.challan-card h1 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 700;
}

.challan-card p {
  color: #64748b;
}

.challan-card label {
  display: block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.reg-input {
  display: flex;
  border: 1px solid #dbe2ea;
  border-radius: 14px;
  overflow: hidden;
}

.country {
  background: #1f2937;
  color: #fff;
  padding: 16px 22px;
  font-weight: 600;
}

.reg-input input {
  flex: 1;
  border: none;
  padding: 16px;
  outline: none;
}

.challan-btn {
  width: 100%;
  margin-top: 20px;
  background: #2563eb;
  border: none;
  color: white;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
}

.benefit-card {
  max-width: 800px;
  margin: 30px auto;
  background: white;
  border-radius: 20px;
  padding: 35px;
}

.benefit {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red {
  background: #ffe7e7;
}

.orange {
  background: #fff2dd;
}

.purple {
  background: #f4e8ff;
}

.loading-page {
  background: #eef4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.loading-card {
  width: 450px;
  background: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}

.loader {
  width: 70px;
  height: 70px;
  border: 6px solid #e5e7eb;
  border-top: 6px solid #2563eb;
  border-radius: 50%;
  margin: 25px auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}

.steps span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
}

.steps .active {
  background: #2563eb;
}

.wait-box {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
  color: #6b7280;
}

.vehicle-summary {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.challan-card {
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
}

.action-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.details-header {
  background: #fff;

  border-radius: 20px;

  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 25px;
}

.amount-box {
  text-align: right;
}

.amount-box h1 {
  color: #dc2626;

  font-size: 48px;
  font-weight: 700;
}

.detail-card {
  background: #fff;

  border-radius: 20px;

  padding: 25px;

  margin-bottom: 20px;
}

.detail-card h4 {
  margin-bottom: 20px;
}

.fine-row {
  display: flex;
  justify-content: space-between;

  padding: 12px 0;

  border-bottom: 1px solid #e5e7eb;
}

.fine-row.total {
  font-weight: 700;
  font-size: 20px;
}

.evidence-box {
  height: 250px;

  background: #f1f5f9;

  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.details-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;

  text-decoration: none;

  color: #64748b;
}
/* =========================
UPI PAYMENT
========================= */

.payment-wrapper {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 25px;
}

.payment-card {
  background: #fff;

  border-radius: 20px;

  padding: 35px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.payment-icon {
  width: 70px;
  height: 70px;

  border-radius: 50%;

  background: #dbeafe;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;

  margin-bottom: 20px;
}

.amount-section {
  margin-top: 30px;

  padding: 25px;

  border-radius: 15px;

  background: #f8fafc;

  text-align: center;
}

.amount-section h1 {
  color: #dc2626;

  font-size: 52px;

  font-weight: 700;
}

.challan-summary {
  margin-top: 25px;
}

.challan-summary div {
  display: flex;
  justify-content: space-between;

  padding: 14px 0;

  border-bottom: 1px solid #e5e7eb;
}

.upi-card {
  background: #fff;

  border-radius: 20px;

  padding: 35px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.upi-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  margin-top: 20px;
}

.upi-option {
  border: 2px solid #e5e7eb;

  border-radius: 15px;

  padding: 20px;

  text-align: center;

  cursor: pointer;

  transition: 0.3s;
}

.upi-option.active {
  border-color: #2563eb;

  background: #eff6ff;
}

.upi-option img {
  width: 45px;

  height: 45px;

  object-fit: contain;

  margin-bottom: 10px;
}

.or-divider {
  text-align: center;

  margin: 25px 0;

  font-weight: 600;

  color: #64748b;
}

.secure-box {
  margin-top: 20px;

  background: #f0fdf4;

  color: #16a34a;

  padding: 15px;

  text-align: center;

  border-radius: 12px;

  font-weight: 600;
}

@media (max-width: 768px) {
  .payment-wrapper {
    grid-template-columns: 1fr;
  }

  .upi-grid {
    grid-template-columns: 1fr;
  }
}
/* ==================================
PAYMENT SUCCESS PAGE
================================== */

.success-wrapper {
  max-width: 800px;

  margin: auto;

  background: #fff;

  padding: 50px;

  border-radius: 24px;

  text-align: center;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.success-icon {
  width: 110px;
  height: 110px;

  margin: auto;

  border-radius: 50%;

  background: #dcfce7;

  color: #16a34a;

  font-size: 52px;

  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
}

.success-badge {
  display: inline-block;

  background: #dcfce7;

  color: #16a34a;

  padding: 8px 18px;

  border-radius: 50px;

  margin-top: 25px;

  font-weight: 600;
}

.success-title {
  margin-top: 20px;

  font-size: 42px;

  font-weight: 700;
}

.success-text {
  color: #64748b;

  margin-top: 15px;

  margin-bottom: 35px;
}

.receipt-card {
  background: #f8fafc;

  border-radius: 18px;

  padding: 25px;

  text-align: left;
}

.receipt-row {
  display: flex;

  justify-content: space-between;

  padding: 15px 0;

  border-bottom: 1px solid #e5e7eb;
}

.receipt-row.total {
  border-bottom: none;

  font-size: 22px;

  font-weight: 700;

  color: #16a34a;
}

.success-buttons {
  display: flex;

  justify-content: center;

  gap: 15px;

  margin-top: 30px;
}

.status-info {
  margin-top: 35px;

  display: flex;

  justify-content: center;

  gap: 25px;

  flex-wrap: wrap;
}

.status-item {
  display: flex;

  align-items: center;

  gap: 8px;

  color: #16a34a;

  font-weight: 600;
}

.status-dot {
  width: 10px;

  height: 10px;

  background: #16a34a;

  border-radius: 50%;
}

@media (max-width: 768px) {
  .success-wrapper {
    padding: 25px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-buttons {
    flex-direction: column;
  }

  .receipt-row {
    flex-direction: column;
    gap: 5px;
  }
}
/*=================chalan list page css==================*/

.challan-results-section {
  background: #f5f8ff;
  min-height: 100vh;
  padding: 50px 0 120px;
}

.vehicle-summary {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #e5e7eb;
}

.left {
  display: flex;
  gap: 20px;
  align-items: center;
}

.car-icon {
  width: 70px;
  height: 70px;
  background: #fee2e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.pending {
  color: red;
  font-weight: 600;
}

.right h3 {
  color: red;
  font-size: 36px;
  font-weight: 700;
}

.pay-all-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
}

.challan-card {
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.badge-unpaid {
  background: #fee2e2;
  color: red;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.amount {
  color: red;
  font-size: 32px;
  font-weight: 700;
}

.details-row {
  display: flex;
  gap: 20px;
  margin: 15px 0;
  color: #64748b;
}

.buttons {
  display: flex;
  gap: 10px;
}

.pay-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}

.view-btn {
  background: #fff;
  border: 1px solid #d1d5db;
  padding: 10px 20px;
  border-radius: 10px;
}

.bottom-payment-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pay-selected-btn {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
}
/* ==========================
CHALLAN DETAILS PAGE
========================== */

.challan-details-page {
  background: #f5f8ff;
  min-height: 100vh;
  padding: 50px 0;
}

.details-header-card {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 25px;

  border: 1px solid #e5e7eb;
}

.status-badge {
  background: #fee2e2;

  color: #dc2626;

  padding: 8px 14px;

  border-radius: 20px;

  font-size: 13px;

  font-weight: 600;
}

.header-amount {
  text-align: right;
}

.header-amount h1 {
  color: #dc2626;

  font-size: 48px;

  font-weight: 700;
}

.detail-card {
  background: #fff;

  border-radius: 20px;

  padding: 25px;

  margin-bottom: 25px;

  border: 1px solid #e5e7eb;
}

.info-item {
  margin-bottom: 20px;
}

.info-item label {
  color: #64748b;

  font-size: 14px;

  display: block;

  margin-bottom: 5px;
}

.info-item h6 {
  font-size: 17px;

  font-weight: 600;
}

.map-placeholder {
  height: 250px;

  background: #e5e7eb;

  border-radius: 15px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #64748b;
}

.breakdown-row {
  display: flex;

  justify-content: space-between;

  padding: 15px 0;

  border-bottom: 1px solid #e5e7eb;
}

.breakdown-row.total {
  font-size: 22px;

  font-weight: 700;

  color: #dc2626;

  border-bottom: none;
}

.evidence-placeholder {
  height: 220px;

  background: #f1f5f9;

  border-radius: 15px;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #64748b;
}

.action-area {
  display: flex;

  gap: 15px;

  justify-content: center;

  margin-top: 30px;
}

.pay-challan-btn {
  background: #2563eb;

  color: #fff;

  border: none;

  padding: 15px 35px;

  border-radius: 12px;

  font-size: 18px;

  font-weight: 600;
}

.download-btn {
  background: #fff;

  border: 1px solid #d1d5db;

  padding: 15px 35px;

  border-radius: 12px;
}

@media (max-width: 768px) {
  .details-header-card {
    flex-direction: column;

    text-align: center;

    gap: 20px;
  }

  .action-area {
    flex-direction: column;
  }
}

/* ==========================
CARD PAYMENT PAGE
========================== */

.payment-page {
  background: #f5f8ff;

  min-height: 100vh;

  padding: 50px 0;
}

.payment-layout {
  display: grid;

  grid-template-columns: 380px 1fr;

  gap: 25px;
}

.payment-summary-card {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  border: 1px solid #e5e7eb;
}

.summary-icon {
  width: 70px;
  height: 70px;

  background: #dbeafe;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 30px;

  margin-bottom: 20px;
}

.amount-box {
  background: #f8fafc;

  border-radius: 15px;

  padding: 20px;

  text-align: center;

  margin: 25px 0;
}

.amount-box h1 {
  color: #dc2626;

  font-size: 42px;

  font-weight: 700;
}

.summary-row {
  display: flex;

  justify-content: space-between;

  padding: 12px 0;

  border-bottom: 1px solid #e5e7eb;
}

.card-payment-form {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  border: 1px solid #e5e7eb;
}

.card-payment-form .form-control {
  height: 55px;

  border-radius: 12px;
}

.pay-now-btn {
  width: 100%;

  background: #2563eb;

  color: #fff;

  border: none;

  padding: 15px;

  border-radius: 12px;

  font-size: 18px;

  font-weight: 600;
}

.secure-payment {
  margin-top: 20px;

  text-align: center;

  background: #ecfdf5;

  color: #16a34a;

  padding: 12px;

  border-radius: 10px;

  font-weight: 600;
}

@media (max-width: 991px) {
  .payment-layout {
    grid-template-columns: 1fr;
  }
}

/* ==========================
NET BANKING PAGE
========================== */

.bank-select {
  height: 55px;

  border-radius: 12px;

  border: 1px solid #d1d5db;
}

.popular-banks {
  margin-top: 30px;
}

.popular-banks h5 {
  margin-bottom: 15px;

  font-weight: 600;
}

.bank-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;
}

.bank-item {
  background: #f8fafc;

  border: 1px solid #e5e7eb;

  border-radius: 12px;

  padding: 18px;

  text-align: center;

  font-weight: 600;

  cursor: pointer;

  transition: 0.3s;
}

.bank-item:hover {
  background: #eff6ff;

  border-color: #2563eb;

  color: #2563eb;
}

/* ==========================
RECEIPT PAGE
========================== */

.receipt-page {
  background: #f5f8ff;

  min-height: 100vh;

  padding: 50px 0;
}

.receipt-wrapper {
  max-width: 850px;

  margin: auto;
}

.receipt-header {
  background: #fff;

  border-radius: 20px;

  padding: 30px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 25px;
}

.receipt-status {
  background: #dcfce7;

  color: #16a34a;

  padding: 12px 25px;

  border-radius: 30px;

  font-weight: 700;
}

.receipt-card {
  background: #fff;

  border-radius: 20px;

  padding: 25px;

  margin-bottom: 20px;

  border: 1px solid #e5e7eb;
}

.receipt-card h4 {
  margin-bottom: 20px;

  font-weight: 600;
}

.receipt-row {
  display: flex;

  justify-content: space-between;

  padding: 15px 0;

  border-bottom: 1px solid #e5e7eb;
}

.total-row {
  font-size: 22px;

  font-weight: 700;

  color: #16a34a;

  border-bottom: none;
}

.receipt-actions {
  display: flex;

  gap: 15px;

  justify-content: center;

  margin-top: 30px;
}

.download-receipt-btn {
  background: #2563eb;

  color: #fff;

  border: none;

  padding: 15px 30px;

  border-radius: 12px;

  font-weight: 600;
}

.home-btn {
  background: #fff;

  border: 1px solid #d1d5db;

  padding: 15px 30px;

  border-radius: 12px;
}

@media print {
  .receipt-actions {
    display: none;
  }

  body {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .receipt-header {
    flex-direction: column;

    gap: 15px;

    text-align: center;
  }

  .receipt-row {
    flex-direction: column;

    gap: 5px;
  }

  .receipt-actions {
    flex-direction: column;
  }
}

.upi-option{
    cursor:pointer;
    transition:all .3s ease;
}

.upi-option.active{
    border:2px solid #2563eb;
    background:#eef4ff;
}

@media print {

    header,
    footer,
    .no-print,
    .site-header,
    .site-footer,
    nav {
        display: none !important;
    }

    body {
        background: #ffffff !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ===============================
   Receipt Print
================================ */

@media print {

    body {
        background: #ffffff !important;
    }

    header,
    footer,
    nav,
    .navbar,
    .site-header,
    .site-footer,
    .no-print {
        display: none !important;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        page-break-inside: avoid;
    }

    .btn {
        display: none !important;
    }

}

.print-btn{
    background:#2563eb;
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}

@media print{

    header,
    footer,
    nav,
    .site-header,
    .site-footer,
    .no-print{
        display:none !important;
    }

    body{
        background:#fff !important;
    }

    .receipt-wrapper{
        width:100%;
        margin:0 auto;
    }

}

/* Challan Check Styles */
#challan-result {
    margin-top: 20px;
    min-height: 100px;
}

/* Loading State */
.loading-state {
    text-align: center;
    padding: 40px 20px;
}

.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid #e5e7eb;
    border-top: 5px solid #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-state p {
    color: #6b7280;
    margin-top: 15px;
}

/* No Challans State */
.no-challans-state {
    text-align: center;
    padding: 40px 20px;
    background: #f0fdf4;
    border-radius: 12px;
    border: 2px solid #bbf7d0;
}

.no-challans-state .icon-success {
    font-size: 64px;
    margin-bottom: 20px;
}

.no-challans-state h3 {
    color: #16a34a;
    font-size: 24px;
    margin-bottom: 10px;
}

.no-challans-state p {
    color: #4b5563;
    font-size: 16px;
}

/* Error State */
.error-state {
    text-align: center;
    padding: 40px 20px;
    background: #fef2f2;
    border-radius: 12px;
    border: 2px solid #fecaca;
}

.error-state .icon-error {
    font-size: 64px;
    margin-bottom: 20px;
}

.error-state h3 {
    color: #dc2626;
    font-size: 24px;
    margin-bottom: 10px;
}

.error-state .error-message {
    color: #4b5563;
    font-size: 16px;
}

/* Challan Cards */
.challan-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 4px solid #f59e0b;
}

.challan-card.paid {
    border-left-color: #16a34a;
    opacity: 0.8;
}

.challan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 10px;
}

.challan-number {
    font-size: 16px;
}

.challan-amount {
    font-size: 20px;
    font-weight: bold;
    color: #dc2626;
}

.challan-body {
    margin: 10px 0;
}

.challan-row {
    display: flex;
    padding: 5px 0;
    font-size: 14px;
}

.challan-row .label {
    font-weight: 600;
    color: #4b5563;
    width: 100px;
    min-width: 100px;
}

.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-pending {
    background: #fef3c7;
    color: #d97706;
}

.status-paid {
    background: #d1fae5;
    color: #059669;
}

.challan-footer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    text-align: right;
}

.btn-pay {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.btn-pay:hover {
    background: #1d4ed8;
}

.paid-label {
    color: #16a34a;
    font-weight: 600;
}

/* Summary */
.challans-summary {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 15px;
    font-weight: 600;
}

.total-amount-summary {
    color: #dc2626;
}

.challans-actions {
    margin-top: 20px;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-success {
    background: #16a34a;
    color: #ffffff;
}

.btn-success:hover {
    background: #15803d;
}

.btn-danger {
    background: #dc2626;
    color: #ffffff;
}

.btn-danger:hover {
    background: #b91c1c;
}

.mt-3 {
    margin-top: 15px;
}

/* Stats */
.challan-stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
}

.challan-stats .stat-item {
    text-align: center;
}

.challan-stats .stat-value {
    font-size: 24px;
    font-weight: bold;
}

.challan-stats .stat-label {
    font-size: 12px;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
    .challan-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .challan-row {
        flex-direction: column;
    }
    
    .challan-row .label {
        width: 100%;
        min-width: unset;
    }
    
    .challans-summary {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/*home pag */

/* About Section */
.about-section {
    padding: 60px 0;
    background: #f8faff;
}
.about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}
.about-content h2 {
    color: #1a1a2e;
    margin-bottom: 20px;
}
.about-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}
.about-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.about-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    line-height: 1.6;
}
.about-list li:last-child {
    border-bottom: none;
}
.about-list li strong {
    color: #1a1a2e;
}
.about-vision {
    background: #1a1a2e;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
}
.about-vision h3 {
    color: #ffd700;
    margin-bottom: 15px;
}
.about-vision p {
    line-height: 1.8;
    color: #ddd;
}

/* What We Offer */
.offer-section {
    padding: 60px 0;
    background: #fff;
}
.offer-section h2 {
    text-align: center;
    color: #1a1a2e;
    margin-bottom: 40px;
}
.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.offer-item {
    text-align: center;
    padding: 30px 20px;
    background: #f8faff;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #eef2f7;
}
.offer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.offer-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}
.offer-item h4 {
    color: #1a1a2e;
    margin-bottom: 10px;
    font-size: 18px;
}
.offer-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Why Choose */
.why-choose-section {
    padding: 60px 0;
    background: #f0f4ff;
}
.why-choose-section h2 {
    text-align: center;
    color: #1a1a2e;
    margin-bottom: 40px;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}
.why-item {
    text-align: center;
    padding: 25px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.why-item:hover {
    transform: translateY(-3px);
}
.why-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 12px;
}
.why-item h4 {
    color: #1a1a2e;
    font-size: 16px;
    margin-bottom: 6px;
}
.why-item p {
    color: #777;
    font-size: 14px;
    margin: 0;
}

/* Industries */
.industries-section {
    padding: 60px 0;
    background: #fff;
}
.industries-section h2 {
    text-align: center;
    color: #1a1a2e;
    margin-bottom: 40px;
}
.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}
.industry-item {
    background: #f8faff;
    padding: 18px 22px;
    border-radius: 10px;
    text-align: center;
    color: #1a1a2e;
    font-weight: 500;
    border-left: 4px solid #ffd700;
    transition: background 0.3s;
}
.industry-item:hover {
    background: #eef2f7;
}

/* Contact */
.contact-section {
    padding: 60px 0;
    background: #f8faff;
}
.contact-section h2 {
    text-align: center;
    color: #1a1a2e;
    margin-bottom: 40px;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.contact-item {
    text-align: center;
    padding: 25px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}
.contact-item:hover {
    transform: translateY(-3px);
}
.contact-icon {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.contact-item p {
    color: #333;
    margin: 0;
}
.contact-item a {
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 500;
}
.contact-item a:hover {
    color: #ffd700;
}

/* Responsive */
@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
    .about-vision {
        margin-top: 10px;
    }
    .offer-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 20px;
    }
    .why-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 15px;
    }
    .industries-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .offer-grid {
        grid-template-columns: 1fr;
    }
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* ===== CHALLAN SECTION ===== */
.challan-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.challan-section .container {
    display: flex;
    gap: 40px;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== LEFT: CHALLAN CARD ===== */
.challan-card {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 35px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

.icon-circle {
    width: 60px;
    height: 60px;
   /* background: #ffd700;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}

.challan-card h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.challan-card h1 span {
    color: #ffd700;
}

.challan-card > p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.challan-card label {
    color: #495057;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.reg-input {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s;
    margin-bottom: 18px;
}

.reg-input:focus-within {
    border-color: #ffd700;
}

.reg-input .country {
    background: #f1f3f5;
    color: #495057;
    padding: 14px 16px;
    font-weight: 700;
    font-size: 13px;
    border-right: 1px solid #dee2e6;
    min-width: 50px;
    text-align: center;
}

.reg-input input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 18px;
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    outline: none;
}

.reg-input input::placeholder {
    color: #adb5bd;
    font-weight: 400;
    letter-spacing: 0;
}

.challan-btn {
    width: 100%;
    padding: 16px;
    background: #ffd700;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.challan-btn:hover {
    background: #f5c800;
    transform: translateY(-1px);
}

.challan-btn:active {
    transform: scale(0.98);
}

.challan-card small {
    display: block;
    text-align: center;
    color: #adb5bd;
    font-size: 12px;
    margin-top: 14px;
    letter-spacing: 0.3px;
}

/* ===== RIGHT: BENEFIT CARD ===== */
.benefit-card {
    flex: 1;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 35px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 22px;
}

.benefit {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f3f5;
}

.benefit:last-child {
    border-bottom: none;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.benefit-icon.red {
    background: #f8d7da;
    color: #dc3545;
}

.benefit-icon.orange {
    background: #fff3cd;
    color: #fd7e14;
}

.benefit-icon.purple {
    background: #e7d6f7;
    color: #6f42c1;
}

.benefit h5 {
    color: #1a1a2e;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.benefit p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .challan-section .container {
        flex-direction: column;
        gap: 30px;
    }

    .challan-card,
    .benefit-card {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .challan-section {
        padding: 40px 0;
    }

    .challan-section .container {
        padding: 0 15px;
    }

    .challan-card,
    .benefit-card {
        padding: 25px 18px;
    }

    .challan-card h1 {
        font-size: 26px;
    }

    .reg-input input {
        font-size: 11px;
        padding: 12px 14px;
    }

    .challan-btn {
        font-size: 15px;
        padding: 14px;
    }
}

/* challan list page */



/* ===== ALERT BANNER ===== */
.alert-banner {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.alert-banner .alert-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.alert-banner div {
    color: #856404;
    font-size: 13px;
    line-height: 1.5;
}

.alert-banner .alert-link {
    color: #856404;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}


/* ===== FAQ SECTION ===== */
.faq-section {
    margin-top: 25px;
}

.faq-section .faq-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.faq-section .faq-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-section .faq-question {
    width: 100%;
    background: #f8f9fa;
    border: none;
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-section .faq-question:hover {
    background: #f1f3f5;
}

.faq-section .faq-question .faq-arrow {
    transition: transform 0.3s;
    font-size: 12px;
}

.faq-section .faq-question .faq-arrow.open {
    transform: rotate(180deg);
}

.faq-section .faq-answer {
    display: none;
    padding: 0 18px 15px;
    color: #495057;
    font-size: 14px;
    line-height: 1.6;
}

.faq-section .faq-answer.open {
    display: block;
}

.faq-section .faq-answer ul {
    padding-left: 20px;
    margin: 5px 0 0;
}

/* ===== SUPPORT SECTION ===== */
.support-section {
    margin-top: 25px;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ecef;
    text-align: center;
}

.support-section .support-content h4 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.support-section .support-content p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.support-section .support-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.support-section .support-links a {
    text-decoration: none;
    color: #1a1a2e;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: all 0.3s;
}

.support-section .support-links a:hover {
    border-color: #ffd700;
    background: #fff8e1;
}

.support-section .support-links .chat-btn {
    background: #ffd700;
    border-color: #ffd700;
}

.support-section .support-links .chat-btn:hover {
    background: #f5c800;
}

/* ===== NO CHALLANS ===== */
.challan-card.text-center {
    text-align: center;
    padding: 40px 20px;
}

.challan-card.text-center h4 {
    font-size: 22px;
    margin-bottom: 8px;
}

.challan-card.text-center p {
    color: #6c757d;
    font-size: 15px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .vehicle-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .vehicle-summary .right {
        text-align: left;
        width: 100%;
    }

    .challan-card .top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .challan-card .top-row > div {
        width: 100%;
        flex-wrap: wrap;
    }

    .challan-card .top-row > div:last-child {
        width: auto;
    }

    .bottom-payment-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .bottom-payment-bar > div {
        flex-direction: column;
        gap: 5px;
    }

    .bottom-payment-bar .pay-selected-btn {
        width: 100%;
    }

    .support-section .support-links {
        flex-direction: column;
        align-items: center;
    }

    .support-section .support-links a {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .payment-methods .method-icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .challan-results-section {
        padding: 20px 0;
    }

    .challan-results-section .container {
        padding: 0 12px;
    }

    .challan-card {
        padding: 15px 18px;
    }

    .vehicle-summary {
        padding: 18px 20px;
    }

    .vehicle-summary h2 {
        font-size: 22px;
    }

    .challan-card .challan-id {
        font-size: 12px;
        word-break: break-all;
    }
}

.footer-links{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links li a{
    color:#6c757d;
    text-decoration:none;
    transition:.3s;
}

.footer-links li a:hover{
    color:#2563eb;
    padding-left:5px;
}
