.elementor-2413 .elementor-element.elementor-element-2d93355{--display:flex;}.elementor-2413 .elementor-element.elementor-element-76d2ca5{--display:flex;}.elementor-2413 .elementor-element.elementor-element-566240c.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-566240c *//* شبکه مقالات دسته بندی مهرزاد هیدرولیک */

.mehrzad-category-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}


/* کارت مقاله */

.mehrzad-post-card {

    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}



/* افکت هنگام رفتن موس */

.mehrzad-post-card:hover {

    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.08);

}



/* تصویر مقاله */

.mehrzad-post-image {

    display:block;
    width:100%;
    height:230px;
    overflow:hidden;

}


.mehrzad-post-image img {

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s ease;

}


.mehrzad-post-card:hover img {

    transform:scale(1.05);

}



/* محتوای کارت */

.mehrzad-post-content {

    padding:25px;

}



/* عنوان مقاله */

.mehrzad-post-title {

    font-size:22px;
    line-height:1.8;
    margin:0 0 15px;

}


.mehrzad-post-title a {

    color:#111;
    text-decoration:none;

}


.mehrzad-post-title a:hover {

    color:#0b65c2;

}



/* خلاصه مقاله */

.mehrzad-post-excerpt {

    font-size:16px;
    line-height:2;
    color:#555;
    margin-bottom:20px;

}



/* دکمه ادامه مطلب */

.mehrzad-read-more {

    display:inline-block;
    padding:10px 22px;
    background:#0b65c2;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    font-size:15px;

}


.mehrzad-read-more:hover {

    background:#084d92;
    color:#fff;

}



/* صفحه بندی */

.mehrzad-pagination {

    margin-top:40px;
    text-align:center;

}



.mehrzad-pagination ul {

    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:center;
    gap:8px;

}



.mehrzad-pagination li {

    display:inline-block;

}



.mehrzad-pagination a,
.mehrzad-pagination span {

    display:block;
    min-width:40px;
    height:40px;
    line-height:40px;
    border:1px solid #ddd;
    border-radius:5px;
    text-decoration:none;
    color:#333;

}



.mehrzad-pagination .current {

    background:#0b65c2;
    color:#fff;
    border-color:#0b65c2;

}



/* تبلت */

@media(max-width:1024px){

    .mehrzad-category-posts {

        grid-template-columns:repeat(2,1fr);

    }

}



/* موبایل */

@media(max-width:767px){

    .mehrzad-category-posts {

        grid-template-columns:1fr;

    }


    .mehrzad-post-title {

        font-size:19px;

    }

}/* End custom CSS */