.elementor-492 .elementor-element.elementor-element-b4adce5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.79;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-492 .elementor-element.elementor-element-b4adce5:not(.elementor-motion-effects-element-type-background), .elementor-492 .elementor-element.elementor-element-b4adce5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kumartulidurga.com/wp-content/uploads/2025/11/durga.jpg");background-size:cover;}.elementor-492 .elementor-element.elementor-element-b4adce5::before, .elementor-492 .elementor-element.elementor-element-b4adce5 > .elementor-background-video-container::before, .elementor-492 .elementor-element.elementor-element-b4adce5 > .e-con-inner > .elementor-background-video-container::before, .elementor-492 .elementor-element.elementor-element-b4adce5 > .elementor-background-slideshow::before, .elementor-492 .elementor-element.elementor-element-b4adce5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-492 .elementor-element.elementor-element-b4adce5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#020202;--background-overlay:'';}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-492 .elementor-element.elementor-element-67a8790f{text-align:center;}.elementor-492 .elementor-element.elementor-element-67a8790f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:#FFFFFF;}.elementor-492 .elementor-element.elementor-element-27df70b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}/* Start custom CSS for shortcode, class: .elementor-element-550d4b3 */.category-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* ৪টি কলাম */
    gap: 10px;
    padding: 20px;
}

.product-item {
    border: 0px solid #ddd;
    padding: 20px;
    text-align: center;
    background-color: #fff;
   box-shadow: rgba(0, 0, 0, 0.15) 1px 4px 7px 1px;
}

.product-image img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 5px;
}

.product-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.product-description p {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}

.product-price {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.product-link {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.product-link a {
    padding: 10px 16px!important;
    text-decoration: none!important;
    color: white;
    border-radius: 0px!important;
    font-size: 14px;
    display: inline-block;
}

.product-link a:hover {
    opacity: 0.8;
}

.product-link a:first-child {
    background-color: #008CBA; /* Blue for Add to Enquiry */
}

.product-link a:last-child {
    background-color: #25D366; /* Green for WhatsApp */
}/* End custom CSS */