@media screen and (max-width:1200px) {
    .progress-bar-container .line {
        top: 11px;
    }
}
@media screen and (max-width:776px) {
    .progress-bar-container .step-label {
        font-size: 12px;
    }
    .timestamp {
        font-size: 10px;
    }
}
@media (max-width: 576px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    header .logo {
        font-size: 20px;
        margin-bottom: 10px;
    }
    header nav {
        width: 100%;
    }
    header nav ul {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .tracking-info-preview {
        flex-direction: column;
    }
    .tracking-info-preview .preview-info:first-of-type,
    .tracking-info-preview .preview-info:last-of-type {
        width: 100%;
        /* padding: 0; */
    }
    .progress-bar-container .circle {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    .progress-bar-container .step-label {
        font-size: 1rem;
    }
    footer {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .shipment-progress {
        padding: 0;
    }
}
/* Tablets */
@media (min-width: 577px) and (max-width: 768px) {
    header .logo {
        font-size: 22px;
    }
    .banner h1 {
        font-size: 40px;
    }
    .tracking-info-preview .preview-info:first-of-type,
    .tracking-info-preview .preview-info:last-of-type {
        width: 100%;
    }
    .progress-bar-container .circle {
        width: 22px;
        height: 22px;
        font-size: 1.1rem;
    }
    .progress-bar-container .step-label {
        font-size: 0.85rem;
    }
}
/* Small Laptops */
@media (min-width: 769px) and (max-width: 992px) {
    .banner h1 {
        font-size: 44px;
    }
    .tracking-info-preview {
        flex-direction: row;
    }
    .tracking-info-preview .preview-info:first-of-type {
        width: 40%;
    }
    .tracking-info-preview .preview-info:last-of-type {
        width: 60%;
    }
    .progress-bar-container .circle {
        width: 24px;
        height: 24px;
        font-size: 1.1rem;
    }
}
@media (max-width: 991px) {
    footer {
        flex-direction: column;
        gap: 15px;
    }
    main {
        min-height: calc(100vh - 417px);
    }
}
@media (max-width: 964px) {
    .progress-bar-container .line {
        left: 82px;
    }
}
@media (max-width: 746px) {
    .progress-bar-container .line {
        left: 61px;
    }
    main {
        padding-inline: 10px;
    }
    .timestamp {
        display: none;
    }
}
@media (max-width: 646px) {
    .tracking-info-preview {
        flex-direction: column;
    }
    .tracking-info-preview .details-container,
    .shipment-progress {
        width: 100%;
    }
    .tracking-info-preview hr {
        width: 100%;
        height: 1px;
        min-height: unset;
    }
    .tracking-info-preview {
        height: auto;
        max-height: unset;
    }
    .support-info {
        flex-direction: column;
    }
    .support-info span {
        display: none;
    }
    main {
        min-height: calc(100vh - 479px);
    }
    .carousel-heading {
        font-size: 18px;
    }
    .carousel-container {
        margin-block: 60px;
    }
}
@media (max-width: 576px) {
    main {
        min-height: calc(100vh - 509px);
    }
    header nav ul li a {
        font-size: 1rem;
    }
}
@media (max-width: 555px) {
    .progress-bar-container .line {
        left: 39px;
    }
    .tracking-container {
        padding-inline: 15px;
    }
    .radio-group {
        gap: 17px;
    }
    .tracking-input {
        min-width: unset;
    }
}
@media (min-width: 1201px) {
    .banner h1 {
        font-size: 52px;
    }
    .progress-bar-container .circle {
        width: 35px;
        height: 35px;
        font-size: 1.3rem;
    }
    .progress-bar-container .step-label {
        font-size: 14px;
    }
}
