.bg-img1 {
    background: url(../images/boss.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 100px 0;
}

.brand-logo-slider {
    background-color: blue;
    /* Optional: Background color for the slider */
}

.brand-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.brand-carousel .item img {
    max-height: 80px;
    /* Adjust based on your logo size */
    object-fit: contain;
    filter: grayscale(0%);
    /* Optional: Grayscale effect */
    transition: filter 0.3s ease;
}

.brand-carousel .item img:hover {
    filter: grayscale(0%);
}

.owl-dots {
    display: none !important;
}

/* whatsapp */
.contact {
    position: fixed;
    bottom: 14px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact_email{
    bottom: 10px;
    left: 15px;
}
.contact_button {
    width: 50px;
    cursor: pointer;
}

.whatsapp_float img {
    width: 65px;
    transition: 0.1s;
}

.whatsapp_float img:hover {
    width: 66px;
    transition: 0.1s;
}

.price-two.hvr-new {
    background-color: rgb(10, 47, 77);
}

.price-two.hvr-red {
    background-color: red;
}

.btn.btn-blue {
    border-color: white !important;
    ;
}

.price-two .hvr-c1 {
    background-color: green;
}