
  @media (max-width: 991.98px) {
    .half .bg {
      height: 200px; } 
  }
   
  .otp-field {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .otp-ngt {
    margin: 34px;
  }

  
  .otp-field input {
    margin: 2px;
    transition: all 0.1s;
  
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity));
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
    border-color: #0000002b;
    border-width: 1px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
  }
  
  .otp-field input:focus {
    border: 1px solid #004b8c;
  }
  
  .otp-field .disabled {
    opacity: 0.5;
  }

  
.login_rw { 

  margin-top: 78px;

}
 
 

.resendotpbuttonhide {
  opacity: 0.5;
  pointer-events: none;
}

.empty-cart-message {
  font-size: 18px;
  color: #FF6347;
  text-align: center;
  margin-top: 20px;
  padding: 136px;
  font-weight: bold;
}

.empty {
  margin: 12px;
}





.step-progressbar {
    width: 100%;
}
.step-progressbar > .d-flex {
    width: 70%;
    margin: 0 auto;
}
.step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    border: 3px solid #ff6600;
    transition: background 0.3s, border 0.3s;
    position: relative;
    z-index: 2;
}
.step-circle.active {
    background: #ff6600;
    color: #fff;
    border: 3px solid #ff6600;
}
.step-line {
    height: 8px;
    background: #ff6600;
    border-radius: 4px;
    position: absolute;
    left: 35px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
@media (max-width: 576px) {
    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }
    .step-line {
        height: 5px;
        left: 25px;
        right: 25px;
    }
    .step-progressbar > .d-flex {
        width: 90%;
    }
}


/* 
.step-progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-circle.active {
    border-color: #007bff;
    color: #007bff;
    font-weight: bold;
}

.step-line {
    width: 60px;
    height: 2px;
    background-color: #ccc;
}

input.error, select.error {
    border-color: #dc3545 !important;
} */

.business-card {
        border: 1px solid #e4e4e4;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .business-card h5 {
        color: #2f4377;
        font-weight: 600;
    }

    .business-card .form-label {
        font-weight: 600;
    }

    .business-card .info-box {
        background: #f9f9f9;
        padding: 6px 12px;
        border-radius: 6px;
        margin-bottom: 6px;
        display: inline-block;
        font-size: 14px;
    }

    .sidebar-card {
        border-radius: 10px;
        overflow: hidden;
    }

    .sidebar-card .card-header {
        background: #2f4377;
        font-size: 18px;
        font-weight: 600;
    }

    .btn-call {
        background-color: #5d96c9;
        color: white;
        font-weight: 500;
        padding: 6px 16px;
        border-radius: 8px;
    }

    .btn-view {
        background-color: #2f4377;
        color: white;
        font-weight: 500;
        padding: 6px 20px;
        border-radius: 8px;
    }

    .btn-whatsapp {
        background: #f8f8f8;
        border: 1px solid #ddd;
        font-weight: 500;
        padding: 6px 20px;
        border-radius: 8px;
    }

    .bi {
        margin-right: 6px;
    }

    .category-item .category-link:hover {
      color: #007bff;
      text-decoration: underline;
    }
   