.banner__wrap__item__video:after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-image: url('/admin/dist/banner.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner__wrap__item__content {
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
}

@media only screen and (max-width: 1023px) {
    .banner__wrap__item__video {
        display: block !important;
        background-image: url('/admin/dist/banner.jpg') !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}

.custom-button a {
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.custom-pacific {
    text-align: center !important;
    justify-content: center !important;
    display: flex;
}

@media (max-width: 1250px) {
    .header__wrap__menu__item__link p {
        font-size: 1.4rem !important;
    }
}

.header a {
    text-decoration: none;
}

.schedual-section a {
    text-decoration: none;
}

.mt-16 {
    margin-top: 16.5rem !important;
}

.text-c-blur {
    color: #10508d !important;
}

#applyFilters {
    font-size: 20px;
    background-color: #10508d;
    color: white;
}

.card.shadow-dark {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#trackingTable th {
    color: black !important;
}

.shipment-faq .accordion-button:not(.collapsed) {
    background-color: #f0f8ff;
    color: #0f508d;
    box-shadow: none;
}

.shipment-faq .accordion-button:focus {
    box-shadow: none;
}