
.background-filter {
    position: relative;
    overflow: hidden;
}

.background-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/fix-car.jpeg');
    filter: blur(3px); /* Apply the desired filter effect */
    z-index: -1;
}

.bg-main-color{
    background-color: #E52727;
    color: #ffffff;
}

.bg-success-custom{
    background-color: #459960;
    color: #ffffff;
}


.fg-main-color{
    color: #E52727 !important;
}

.fit-span{
    background-color: rgba(0,0,0, 0.1);
    font-size: 14px
}
