
    body {
      font-family: 'Satoshi', sans-serif;
    }
    
    
    
    .card {
      border: none !important;
      border-radius: 20px !important;
      box-shadow: 0px 4px 20px rgba(0,0,0,0.1) !important;
      padding: 2rem !important;
      max-width: 800px !important;
      width: 100% !important;
      margin: 0 auto !important;
    }

    .btn-dark {
      border-radius: 25px;
      padding: 0.75rem;
      font-size: 1.1rem;
    }
    
    @media (max-width: 576px) {
      .form-padding {
        margin: 10px -10px !important;
        padding: 0.2rem !important;
      }
    }
    
    .form-control {
      border-radius: 10px;
      padding: 0.6rem;
    }
    
    .form-control:focus {
      border-color: #0d6efd !important;
      box-shadow: none !important;
      outline: none !important;
    }


    .form-select:focus {
        border-color: #0d6efd !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .features {
      display: flex !important;
      justify-content: center !important;
    }

    .stepper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin: 9px auto 11px auto;
      max-width: 260px;
    }
    
    .line {
      flex: 1;
      height: 2px;
      background-color: #000;
    }
    
    .step {
      display: flex;
      align-items: center;
    }
    
    .circle {
      width: 32px;
      height: 32px;
      border: 2px solid #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      background-color: #fff;
    }
    
    .circle.active {
      background-color: #000;
      color: #fff;
    }
    
    .circle.completed {
      background-color: #000;
      color: #fff;
    }

    @media (max-width: 576px) {
      .stepper {
        flex-direction: row;
        align-items: flex-start;
      }
      .line {
        width: 2px;
        height: 2px;
        align-items:center;
        margin-top:15px;
      }
    } 

    .subscription-box {
      border: 2px solid #ddd;
      border-radius: 12px;
      padding: 15px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .subscription-box:hover,
    .subscription-box.active {
      border-color: #000;
      background: #f8f9fa;
    }
    
    .driver-counter {
      width: 100%;
    }
    
    .driver-counter input {
      text-align: center;
      font-weight: bold;
      font-size: 1.2rem;
    }
    
    .service-box {
      background-color: #f1f1f1;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .service-box:hover {
      background-color: #e9ecef;
      transform: translateY(-3px);
    }
    
    .annual-text {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 0.8rem;
      font-weight: 600;
      color: #000;
    }

    .form-label {
      font-weight: 500;
      margin-bottom: 0.5rem;
    }
    
    .form-control {
      padding: 0.75rem 1rem;
      border-radius: 8px;
    }
    
    .input-group-text {
      background-color: #f8f9fa;
      border-radius: 8px;
    }
    
    .plan-box {
      background-color: #f8f9fa;
      border-radius: 8px;
      padding: 1rem;
      margin-bottom: 1rem;
    }
    
    .billing-box {
      background-color: #f8f9fa;
      border-radius: 8px;
      padding: 1rem;
    }
    
    .due-today {
      font-size: 3.5rem;
      font-weight: bold;
    }
    
    .btn-outline-secondary {
      border-color: #6c757d;
      color: #6c757d;
      padding: 0.5rem 1.5rem;
    }
    
    .btn-primary {
      background-color: #000;
      border-color: #000;
      padding: 0.5rem 1.5rem;
    }
    
    .text-small {
      font-size: 0.85rem;
      color: #6c757d;
    }
    
    .cw-badge {
      position: absolute;
      top: -8px;
      right: 10px;
      background: #f8f9fa;
      padding: 0 5px;
      font-size: 0.7rem;
      color: #6c757d;
    }
    
    .form-group {
      position: relative;
      margin-bottom: 1.5rem;
    }
    
    .form-step {
      display: none;
    }
    
    .form-step.active {
      display: block;
    }
    
    .nav-buttons {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }
    
    .height{
      height:96px;
      text-align:center;
    }
    
    .next-btn {
      width: 100%;
      max-width: 315px;
    }
    
    .border-bottom-dotted {
      border-bottom: 2px dotted gray;
      padding-bottom: 10px;
    }
  