
	.order-track-new .step {
    position: relative;
    z-index: 3;
    text-align: center;
    flex: 1;
    margin-top: 34px;
}
.order-track-new .step-circle svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}
.order-track-new  .input-group input[type="submit"] {
    padding: 11px 40px !important;
    background-color: #1b5c9c !important;
    color: #ffffff !important;
    border: none;
    border-radius: 7px !important;
    font-size: 1rem !important;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-left: -3px !important;
    background-image: linear-gradient(to right, #09a4da 0%, #1b5c9c 51%, #a72f85 100%);
    position: relative !important;
    z-index: 9 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.order-track-new  .input-group label {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #512b62;
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
}.order-track-sec.order-track-new {
    min-height: 100% !important;
    padding: 80px 0;
}.order-track-sec.order-track-new .container-track {
    box-shadow: none !important;
    background: #faf4fb;
    border: 1px dashed #cf9fe7;
}.order-track-sec.order-track-new .order-details {
    background: #f5fbf5;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: none;
}
a.trnow {
    padding: 11px 40px !important;
    background-color: #1b5c9c !important;
    color: #ffffff !important;
    border: none;
    border-radius: 7px !important;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-left: -3px !important;
    background-image: linear-gradient(to right, #09a4da 0%, #1b5c9c 51%, #a72f85 100%);
    position: relative !important;
    z-index: 9 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    display: inline-block;
    margin-top: 17px;
}
@media(max-width:767px){
	.order-track-sec.order-track-new  .step-circle {
    width: 25px;
    height: 25px;
   
    border: 0px solid #e5e7eb;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.order-track-sec.order-track-new  .step-label {
    display: block;
    margin-top: 0.75rem;
    font-size: 11px;
    color: #6b7280;
    transition: color 0.3s ease;
}.order-track-new .step-circle svg {
    width: 12px;
    height: 14px;
    fill: #ffffff;
}.order-track-sec.order-track-new .order-details {
    background: #f5fbf5;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 18px;
    margin-top: 0;
    box-shadow: none;
}.order-track-sec.order-track-new  h3 {
    font-size: 1.4rem;
    margin-top: 0.5rem
8px
;
}    .order-track-sec.order-track-new  .order-details h3 {
        font-size: 15px;
        margin-bottom: 0.5rem;
        color: #4b2060;
    }.order-track-sec.order-track-new  .order-details h3::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 1.2rem;
    background: #492061;
    margin-right: 0.5rem;
    border-radius: 3px;
}.order-track-sec.order-track-new {
    min-height: 100% !important;
    padding: 20px;
}
}

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Arial', sans-serif;
    }

    .order-track-sec {
        padding: 1rem 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background: #f4f6f8;
    }

    .container-track {
        background-color: #ffffff;
        border-radius: 1rem;
        width: 100%;
        max-width: 900px;
        padding: 2rem;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    h2, h3 {
        color: #1b5c9c;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }

    .input-group {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 2.5rem;
        justify-content: center;
    }

    .input-wrapper {
        position: relative;
        margin-right: 10px;
    }

    .input-group input[type="text"],
    .input-group input[type="email"] {
        width: 250px;
        padding: 11px;
        border: 1px solid #d1d5db;
        border-radius: 0.5rem;
        font-size: 1rem;
        outline: none;
        transition: border-color 0.3s ease;
    }

    .input-group input[type="text"]:focus,
    .input-group input[type="email"]:focus {
        border-color: #1b5c9c;
        box-shadow: 0 0 0 3px rgba(27, 92, 156, 0.2);
    }

    .input-group label {
        position: absolute;
        left: 10px;
        top: 1rem;
        color: #6b7280;
        font-size: 1rem;
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .input-group input:focus + label,
    .input-group input:not(:placeholder-shown) + label {
        top: -0.75rem;
        left: 8px;
        font-size: 0.75rem;
        color: #1b5c9c;
        background: #ffffff;
        padding: 0 0.25rem;
    }

    .input-group input[type="submit"] {
        padding: 1rem 2rem;
        background-color: #1b5c9c;
        color: #ffffff;
        border: none;
        border-radius: 0.5rem;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .input-group input[type="submit"]:hover {
        background-color: #a72f63;
        transform: translateY(-2px);
    }

    .invalid-notice {
        background-color: #fee2e2;
        color: #dc2626;
        padding: 1rem;
        border-radius: 0.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        font-weight: 500;
    }

    .timeline {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 2rem 0;
    }

    .timeline-bg {
        position: absolute;
        top: 50%;
        left: 10px;
        right: 10px;
        height: 6px;
        background: #e5e7eb;
        border-radius: 3px;
        z-index: 1;
    }

    .progress-line {
        position: absolute;
        top: 50%;
        left: 10px;
        height: 6px;
        background: #4CAF50;
        border-radius: 3px;
        z-index: 2;
        transition: width 0.8s ease-in-out;
    }

    .step {
        position: relative;
        z-index: 3;
        text-align: center;
        flex: 1;
    }

    .step-circle {
        width: 50px;
        height: 50px;
        background: #ffffff;
        border: 3px solid #e5e7eb;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: all 0.4s ease;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .step-active .step-circle {
        background: #1b5c9c;
        border-color: #1b5c9c;
        transform: scale(1.1);
    }

    .step-completed .step-circle {
        background: #4CAF50;
        border-color: #4CAF50;
    }

    .step-circle svg {
        width: 24px;
        height: 24px;
        fill: #6b7280;
    }

    .step-active .step-circle svg,
    .step-completed .step-circle svg {
        fill: #ffffff;
    }

    .step-label {
        display: block;
        margin-top: 0.75rem;
        font-size: 0.9rem;
        color: #6b7280;
        transition: color 0.3s ease;
    }

    .step-active .step-label {
        color: #1b5c9c;
        font-weight: bold;
    }

    .step-completed .step-label {
        color: #4CAF50;
    }

    .order-details {
        background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
        border: 1px solid #e5e7eb;
        border-radius: 0.75rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .order-details h3 {
        color: #1b5c9c;
        font-size: 1.2rem;
        font-weight: 700;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0.75rem;
    }

    .order-details h3::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 1.2rem;
        background: #1b5c9c;
        margin-right: 0.5rem;
        border-radius: 3px;
    }

    .order-details p {
        font-size: 0.95rem;
        color: #374151;
        line-height: 1.4;
        margin: 0.5rem 0;
    }

    .order-details p strong {
        color: #1b5c9c;
        font-weight: 600;
        margin-right: 0.5rem;
    }

    .order-details a {
        color: #1b5c9c;
        text-decoration: none;
        font-weight: 600;
    }

    .order-details a:hover {
        color: #a72f63;
    }

    .step-circle.step-active {
        background-image: linear-gradient(to right, #09a4da 0%, #1b5c9c 51%, #a72f85 100%);
    }

    .step-circle.step-completed {
        background: #4CAF50;
    }

    .hidden {
        display: none;
    }

    /* Responsive adjustments */
    @media (max-width: 600px) {
        .container-track {
            padding: 1rem;
        }

        .input-group input[type="text"],
        .input-group input[type="email"] {
            width: 100%;
            margin-bottom: 10px;
        }

        .input-wrapper {
            width: 100%;
            margin-right: 0;
        }

        .input-group input[type="submit"] {
            width: 100%;
            border-radius: 0.5rem;
        }

        .input-group label {
            left: 10px;
        }

        .input-group input:focus + label,
        .input-group input:not(:placeholder-shown) + label {
            left: 8px;
        }

        .order-details {
            padding: 1rem;
            margin-top: 1rem;
        }

        .order-details h3 {
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }

        .order-details p {
            font-size: 0.9rem;
        }

        .invalid-notice {
            font-size: 0.9rem;
            padding: 0.75rem;
        }
    }

.otp-text{
    text-align: center !important;
    padding: 20px;
}
