 #empty-state p{
      font-size: 1rem;
       font-weight: 600;
  }
 #empty-state h3{
      font-weight: 600;
  }
  
  .pricing-plan p{
      font-weight: 700 !important;
      font-size: 15px;
      padding: 10px;
      margin-top: 10px;
  }
  
  .pricing-plan img{
     width: 150px;
     height: 150px;
     object-fit: cover;
  }
  
  .accordion-button:not(.collapsed) {
      background:#013b8a;
      color:white;
      font-size: 16px;
      font-weight: 600;
  }
  
  .accordion-button{
     font-size: 16px;
      font-weight: 600;
  }
  
   .accordion-button::after {
       content:"";
       background-image: var(--bs-accordion-btn-icon);
   } 
   
   .accordion-body{
       font-size: 15px;
       font-weight: 500;
   }
    .accordion-button.collapsed::after {transform: rotate(0deg);} 
    .terms-section {background:white;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.1);padding:20px;}
    .term {
        padding-left:20px;
       
    }
    .term li{
        margin: 10px 0;
        font-size: 15px;
        list-style: dotted;
    }
  
  .car-info h3{
      margin: 6px 0px;
      font-size: 1.1rem;
      font-weight: 600;
      padding: 5px;
  }
  
   .car-image img {
      max-width: 100%;
      height: 300px;
      object-fit: cover;
    }
    
    
    .car p{
        font-size: 15px;
    }
    
    .car .text-primary {
        font-weight: 600;
    }
    
    .car-card img{
        height: 180px;
        object-fit: cover;
    }

    .wallet-icon {
      font-size: 2rem;
      color: #007bff;
    }

    .referral-icon {
      font-size: 2rem;
      color: #dc3545;
    }

    .bank-icon {
      font-size: 2rem;
      color: #28a745;
    }

   

    .badge-status {
      background-color: #fde68a;
      color: #92400e;
      font-weight: 600;
    }


    .topbar-icons {
      float: right;
    }

    @media (max-width: 768px) {
      .sidebar {
        position: relative;
        width: 100%;
        height: auto;
      }
      .main {
        margin-left: 0;
      }
      .car-image img 
      {
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }
    }