.billingFeaturesTable {
    border: 1px solid #CBE9FF;
}

.small-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #f0f8ff;
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14.4px;
    margin-right: 20px;
    padding: 15px;
}

.dotted-line {
    border-right: 2px dotted #dee2e6;
    height: 100%;
    position: absolute;
    left: 18px;
    top: 20px;
    z-index: -1;
}

.step-arrow-new {
    height: 2px;
    background-color: #2a67b1;
    position: relative;
}

.step-arrow-new::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #2a67b1;
    top: -3.1px;
    /* Adjust as needed to align properly */
    right: -5px;
    /* Adjust as needed to align properly */
    transform: rotate(45deg);
}

/* Discount Cards */
.discount-card {
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    min-height: 9rem;
}

.discount-card:hover {
    transform: translateY(-4px);
}

.discount-card-featured {
    background: #006ea6;
    color: #fff;
    transform: scale(1.05);
}

.discount-card-featured .badge-best {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: #fcaf1b;
    color: #000;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.discount-card-normal {
    background: #fff;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.discount-value {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.text-blue {
    color: #006ea6;
}

.text-primary {
    color: #f59f0a !important;
}

.step-icon {
    width: 4rem;
    height: 4rem;
    border: 2px solid;
    border-color: #f59f0a !important;
    background-color: #f9e9d3 !important;
    opacity: 2;
}

.steps-connector {
    position: absolute;
    top: 3.5rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: #f59f0a !important;
    z-index: 0;
    opacity: 0.3;
}

.bg-tally-blue {
    background: #006ea6;
}

.benefit-card {
    background-color: #dcf2fb !important;
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    color: #000 !important;
}

.benefit-card .splashImg {
    width: 70px !important;
    height: 70px !important;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.splashImg {
    background-position-y: -7px !important;
    background-repeat: no-repeat;
}

.icons {
    width: 2.4rem;
    margin-top: -1rem;
    margin-left: -1rem;
}

.accordion-header,
.accordion-body,
.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.border-1px-grey {
    border: 1px solid #E1EBF4;
}

.dotted-line {
    left: 26px !important;
}

.step-number {
    color: #000;
    font-size: 16px;
}

.programCard {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

/* Search Results - Udyam Certificate Details UI (ud- prefix) ── */
.ud-results-outer {
    background: #eef4fa;
}

.ud-section-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a3a5c;
    padding-left: .75rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.ud-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d4e6f5;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 110, 166, .07);
}

.ud-card-header {
    background: #006ea6;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .02em;
    padding: .7rem 1.25rem;
}

.ud-urn-banner {
    background: #006ea6;
    color: #fff;
    text-align: center;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
}

.ud-urn-banner strong {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.ud-info-table {
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

.ud-info-table th,
.ud-info-table td {
    padding: .65rem 1rem;
    border: 1px solid #e0edf5;
    vertical-align: middle;
    font-size: .88rem;
}

.ud-info-table th {
    background: #f2f8fc;
    color: #1a3a5c;
    font-weight: 600;
    white-space: nowrap;
    width: 22%;
}

.ud-badge-activity {
    display: inline-block;
    padding: .25rem .9rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: .85rem;
    background: #198754;
    color: #fff;
}

.ud-cls-table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.ud-cls-table thead th {
    background: #fffbe5;
    color: #231f20;
    font-weight: 600;
    font-size: .85rem;
    padding: .65rem 1rem;
    border: 1px solid #e8edf2;
    text-align: center;
}

.ud-cls-table tbody td {
    padding: .6rem 1rem;
    border: 1px solid #e8edf2;
    font-size: .85rem;
    text-align: center;
    color: #333;
}

.ud-cls-table tbody tr:nth-child(even) {
    background: #f7fafd;
}

.ud-cls-table tbody tr:hover {
    background: #e8f4fd;
}

.ud-badge-type {
    display: inline-block;
    background: #e8f4fd;
    color: #006ea6;
    border: 1px solid #b8ddf0;
    border-radius: 20px;
    padding: .18rem .85rem;
    font-size: .8rem;
    font-weight: 600;
}

/* Plant table — base: compact sizing, mobile scrolls horizontally */
.ud-plant-table.ud-cls-table thead th,
.ud-plant-table.ud-cls-table tbody td {
    padding: .5rem .6rem;
    font-size: .82rem;
}

.ud-plant-table thead th {
    text-align: center;
    white-space: nowrap;
}

.ud-plant-table tbody td {
    white-space: nowrap;
}

.ud-plant-table tbody td:nth-child(2) {
    text-align: left;
    font-weight: 600;
}

/* Plant table — desktop only (≥992px): fixed layout so all columns fit without scroll */
@media (min-width: 992px) {
    .ud-plant-table {
        table-layout: fixed;
        width: 100%;
    }

    .ud-plant-table thead th {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ud-plant-table thead th:nth-child(1) {
        width: 3%;
    }

    .ud-plant-table thead th:nth-child(2) {
        width: 18%;
        text-align: left;
    }

    .ud-plant-table thead th:nth-child(3) {
        width: 7%;
    }

    .ud-plant-table thead th:nth-child(4) {
        width: 14%;
    }

    .ud-plant-table thead th:nth-child(5) {
        width: 8%;
    }

    .ud-plant-table thead th:nth-child(6) {
        width: 5%;
    }

    .ud-plant-table thead th:nth-child(7) {
        width: 14%;
    }

    .ud-plant-table thead th:nth-child(8) {
        width: 7%;
    }

    .ud-plant-table thead th:nth-child(9) {
        width: 6%;
    }

    .ud-plant-table thead th:nth-child(10) {
        width: 8%;
    }

    .ud-plant-table thead th:nth-child(11) {
        width: 10%;
    }

    .ud-plant-table tbody td {
        white-space: normal;
        word-break: break-word;
        vertical-align: top;
    }
}

.ud-addr-grid {
    padding: 0;
}

.ud-addr-row {
    display: flex;
    border-bottom: 1px solid #e8edf2;
}

.ud-addr-row:last-child {
    border-bottom: none;
}

.ud-addr-cell {
    flex: 1;
    display: flex;
    align-items: center;
    padding: .65rem 1.25rem;
    border-right: 1px solid #e8edf2;
    gap: 0;
}

.ud-addr-cell:last-child {
    border-right: none;
}

.ud-addr-label {
    font-weight: 600;
    color: #1a3a5c;
    font-size: .85rem;
    min-width: 195px;
    flex-shrink: 0;
}

.ud-addr-value {
    color: #444;
    font-size: .85rem;
}

.ud-auth-grid {
    padding: 0;
}

.ud-auth-row {
    display: flex;
    align-items: center;
    padding: .7rem 1.25rem;
    border-bottom: 1px solid #e8edf2;
    gap: 1rem;
}

.ud-auth-row:last-child {
    border-bottom: none;
}

.ud-auth-row:nth-child(even) {
    background: #f7fafd;
}

.ud-auth-label {
    font-weight: 600;
    color: #1a3a5c;
    font-size: .85rem;
    min-width: 260px;
    flex-shrink: 0;
}

.ud-auth-value {
    color: #333;
    font-size: .85rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ud-addr-row {
        flex-direction: column;
    }

    .ud-addr-cell {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
        flex-direction: column;
        align-items: flex-start;
        gap: .15rem;
    }

    .ud-addr-cell:last-child {
        border-bottom: none;
    }

    .ud-addr-label,
    .ud-auth-label {
        min-width: unset;
    }

    .ud-auth-row {
        flex-direction: column;
        align-items: flex-start;
        gap: .2rem;
    }

    .ud-info-table,
    .ud-info-table tbody,
    .ud-info-table tr,
    .ud-info-table th,
    .ud-info-table td {
        display: block;
        width: 100%;
    }

    .ud-info-table th {
        border-bottom: none;
        padding-bottom: .15rem;
    }

    .ud-info-table td {
        border-top: none;
        padding-top: .15rem;
        margin-bottom: .2rem;
    }

    .ud-urn-banner strong {
        display: block;
        margin-top: .2rem;
    }
}