.category_img {
    width: 148px;
    height: 102px;
}

/* .category_product_img{
    width: 100px;
    height: 100px;
} */

/* .radius_all_50 {
    border-radius: 50%;
}

.home_category_box {
    background-color: #9b0001eb;
    padding: 15px;
    margin: 15%;
    position: relative;
    -moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
    -webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
    transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;

} */

.box_icon_homeproduct {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center;     /* Center the image vertically if necessary */
}

.img-fluid-homeproduct {
    display: block;          /* Removes any inline-block styling */
    margin-left: auto;       /* Centers the image horizontally */
    margin-right: auto;      /* Centers the image horizontally */
}

.abc{
    width: 130px;
}

.ol_shape10 {
    
        bottom: 1% !important;
        left: 5%;

}

.ol_shape11 {
    top: 12% !important;
    right: 6% !important;
}

.ol_shape14 {
    bottom: -7% !important;
    right: 9% !important;
}

/* about vision  */
.service-card {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.service-card.flex-row {
    flex-direction: row; /* Default: icon on the left */
}

.service-card.flex-row-reverse {
    flex-direction: row-reverse; /* Icon on the right */
}

.service-icon {
    flex: 0 0 auto;
    max-width: 120px;
    text-align: center;
}

.icon-circle {
    width: 100px;
    height: 100px;
    background-color: #07d765; /* Different color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-content {
    flex: 1;
    padding: 20px;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



.top-navbg {
    background-color: #ef6f22;
}

.link_hover:hover {
    color: #000000 !important;
}

.top_footer_bg {
    background-color: #1E1E1E;
}