body {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: #111;
}

/* CONTAINER */
.repair-estimate-ui {
    max-width: 1140px;
}

/* BREADCRUMB */
.breadcrumb {
    font-size: 13px;
}

/* TITLE */
.repair-estimate-ui h3 {
    font-size: 22px;
}

.repair-estimate-ui p {
    font-size: 14px;
    line-height: 8.6;
}

/* FORM LABELS */
.repair-estimate-ui label {
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

/* UNDERLINE INPUTS */
.repair-estimate-ui select {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    padding: 6px 0;
    font-size: 14px;
    background: transparent;
}

.repair-estimate-ui select:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #f0442c;
}

/* STEPPER */
.steps-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 620px;
    margin: 35px auto 55px;
}

/* progress bar container */
.progress-line {
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

/* progress fill */
.progress-fill {
    width: 0%; /* initially 0, update via JS */
    height: 100%;
    background-color: #16A0F9;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.step {
    text-align: center;
    z-index: 1;
    font-size: 13px;
    margin-right: -20px;
    color: #b0b0b0;
       width: min-content;
}
#step3 .step-img {
    max-width: 45%;
    max-height: 45%;
}
#step1 .step-img {
    max-width: 95%;
    max-height: 95%;
}
#step2 .step-img {
    max-width: 95%;
    max-height: 95%;
}
.step span {
    display: block;
    margin-top: 8px;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
     margin-bottom: 10px;
}

.circle.active {
    background: #CA001D;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(155, 84, 84, 0.178);
       
}

.step-icon {
    font-size: 15px;
}

.step.active span {
    color: #CA001D;
    font-weight: 600;
}

/* LEFT SECTION */
.repair-estimate-ui h6 {
    font-size: 16px;
}

/* BUTTON */
.next-btn {
    width: 260px;
    background: #16A0F9;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
}

.next-btn:hover {
    background: #16A0F9;
}
.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
/* RIGHT PANEL */
.estimate-box {
    border-left: 1px solid #eaeaea;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 300px;
}

.estimate-box h6 {
    font-size: 16px;
}

.estimate-box p {
    font-size: 13px;
    max-width: 220px;
}
.service-card {
  
    padding-bottom: 10px;
}

.service-header {
    padding: 12px 0;
}

.service-body {
    padding-left: 40px;
}

.service-body label {
    font-size: 14px;
}

.toggle-service {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
}
.progress-line {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 4px;
    background: #e6e6e6;
    z-index: 0;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 4px;
    background: #16A0F9;
    width: 0;
    transition: width 0.3s ease;
    border-radius: 2px;
}
.service-type-row {
    font-size: 14px;
}

.type-toggle-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #CA001D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}
.estimate-toggle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e53935;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
}
.toggle-icon {
    cursor: pointer;
    font-size: 18px;
}
.estimate-service-block {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.estimate-toggle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #CA001D;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.estimate-items .estimate-row {
    font-size: 13px;
}
.btn-primary {
    color: #fff;
    background: #16A0F9;
        padding: 10px 100px;

    /* background-color: #337ab7; */
    border-color: #16A0F9;
}
.btn-primary:hover {
    background: #16A0F9; /* slightly darker on hover */
    border-color: #16A0F9;
    color: #fff; /* optional: keep text white */
}
.text-danger {
    color:#777 !important;
}



/* Breadcrumb style similar to Droom */
.custom-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #6b7280;
    text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #111827;
    font-weight: 500;
}

/* Header Layout */
.repair-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb; /* light divider line */
}

/* Icon */
.repair-icon img {
    width: 48px;
    height: auto;
}

/* Text Content */
.repair-text h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #111827;
}

.repair-text p {
    margin: 0;
    font-size: 14.5px;
    color: #6b7280;
    line-height: 1.6;
    max-width: 760px;
}
body {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    color: #111;
}

/* CONTAINER */
.repair-estimate-ui {
    max-width: 1140px;
    margin-top: 40px;
}

/* FORM LABELS */
.repair-estimate-ui label {
    font-size: 13px;
    font-weight: 500;
    color: #111;
}

/* SELECT FIELDS */
.repair-estimate-ui select.form-control {
    height: 45px;
    border: none;
     box-shadow: none !important;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
        margin-bottom: 25px;
    padding: 6px 0;
    font-size: 14px;
    background: transparent;
}

.repair-estimate-ui select.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #ff4b3e;
}

/* BUTTON */
.btn-danger {
    background-color: #ff4b3e;
    border-color: #ff4b3e;
    font-weight: 600;
}

.btn-danger:hover {
    background-color: #e03d35;
    border-color: #e03d35;
}

/* RIGHT ESTIMATE PANEL */
.border-start {
    border-left: 2px solid #dee2e6 !important;
}

.estimate-img {
    width: 140px;
}

.text-muted {
    font-size: 0.9rem;
}

h3.fw-bold {
    color: #1a1a1a;
}
.custom-select-no-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

/* Increase font size inside select */
.custom-select-no-icon {
    font-size: 1.1rem; /* Adjust as needed */
}

/* Increase font size for labels */
.form-label {
    font-size: 1.1rem; /* Adjust as needed */
}
.logo-img {
    width: 250px;   /* Adjust width as needed */
    height: auto;   /* Maintains aspect ratio */
    object-fit: contain; /* Ensures it fits nicely */
}
.nav-tabs .nav-link.active {
        background-color: #16A0F9;   /* Bootstrap primary blue */
        color: #fff !important;
        border-color: #16A0F9 #16A0F9 #fff;
    }

    .nav-tabs .nav-link {
        color: #16A0F9;
        font-weight: 500;
    }

    .nav-tabs .nav-link:hover {
        background-color: #e0e4e9;
          color: #16A0F9!important;
    }
    .tyre-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 22px;
}

.tyre-spec-table td {
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.tyre-spec-table tr:last-child td {
    border-bottom: none;
}

.tyre-spec-table td:first-child {
    width: 55%;
    font-weight: 600;
    color: #374151;
    background: #f9fafb;
}
/* Edit button clean placement */
.edit-car-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f5f9;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-car-btn i {
    color: #16A0F9; /* BLUE THEME */
}
.repair-main-wrapper {
    display: flex;
    align-items: stretch;
}

.repair-vertical-divider {
    width: 1px;
    background: linear-gradient(
        180deg,
        transparent,
        #dbeafe,
        transparent
    );
    margin: 0 20px;
}
.bi {
    color: #16A0F9; /* Tailwind blue-600 */
}

/* Tyre icon stays red (brand accent) */
.tyre-icon,
.tyre-icon i {
    color: #fff !important;
}
.car-meta span {
    background: #eff6ff;
    color: #16A0F9;
}
.text-danger

 {
       color: #16A0F9!important;
}
@media (max-width: 767px) {
    .border-start-md {
        border-left: none !important;
        border-top: 1px solid #eee;
        padding-top: 20px;
    }
}
@media (max-width: 991px) {

    .logo-img {
        width: 140px;   /* smaller logo for tablets & large phones */
    }

}

@media (max-width: 576px) {

    .logo-img {
        width: 110px;   /* perfect size for small phones */
    }

}
@media (max-width: 991px) {
    .repair-main-wrapper {
        flex-direction: column;
    }

    .repair-left,
    .repair-right {
        padding: 0;
        width: 100%;
    }

    .repair-vertical-divider {
        display: none; /* hide vertical divider */
    }
}
@media (max-width: 576px) {
    .service-header-grid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .amount-col {
        margin-top: 8px;
        width: 100%;
        text-align: right;
    }

    .toggle-service {
        margin-top: 8px;
    }

    .service-type-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .amount-col {
        text-align: left; /* optional for mobile */
    }
}
@media (max-width: 576px) {
    .estimate-card {
        padding: 15px;
    }

    .car-meta {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
        text-align: left;
    }

    .car-title {
        font-size: 14px;
        text-align: center;
    }

    .service-left .service-name {
        font-size: 14px;
    }

    .service-desc {
        font-size: 12px;
    }

    #getEstimate {
        width: 0%;
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .toggle-service,
    .estimate-toggle {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }

    .edit-car-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}
/* Default = Desktop */
