*{
    font-family: 'Roboto', sans-serif;
}
.order-details label{
    font-size: 12px;
    font-weight: 700;
}
.order-details div{
    font-size: 14px;
   padding: 5px !important;
}
.search-bar{
    width:40%;
}
.whatsapp-chat {
    margin-bottom: 20px;
    bottom: 200px;
    right: 13px;
    position: fixed;
}
.call-icon {

    bottom: 160px; /* Adjust distance above the WhatsApp icon */
    right: 13px;
background-color: #fff;
border-radius: 50px;
    position: fixed;
    font-size: 24px;
}
#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #1a2f72;
    color: #fff;
    right: 20px;
    bottom: 60px;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}
/* @media (max-width: 767px) {
    .whatsapp-chat {
        bottom: 80px; /* Adjust WhatsApp icon to be closer to the bottom on mobile */
    }

    .call-icon {
        bottom: 120px; /* Adjust call icon to be just above WhatsApp icon */
    }

    #scrollUp {
        bottom: 100px; /* Move the scroll-up button slightly above the bottom for mobile */
    }
} */

/* Media query for mobile devices (max-width: 767px) */
@media (max-width: 767px) {
    .choose-us .col-12 {
        /* Ensure each column takes full width on mobile */
        width: 100%;
        margin-bottom: 20px; /* Optional: Adds spacing between cards */
    }

    .choose-us .single-choose-us {
        /* Make sure cards have full width and fit nicely on mobile */
        width: 100%;
        margin: 0;
    }

    .choose-us .choose-img img {
        /* Optional: Resize the images if needed */
        max-width: 100%;
        height: auto;
    }
}
