.elementor-8782 .elementor-element.elementor-element-7295c2e{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8782 .elementor-element.elementor-element-b9dfad3 img{width:100%;max-width:100%;height:100%;object-fit:cover;object-position:center center;}.elementor-8782 .elementor-element.elementor-element-a0a6d6d{--display:flex;--gap:12px 12px;--row-gap:12px;--column-gap:12px;}.elementor-8782 .elementor-element.elementor-element-3957d57{--display:flex;--gap:12px 12px;--row-gap:12px;--column-gap:12px;}.elementor-widget-theme-post-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-8782 .elementor-element.elementor-element-f148c15 .elementor-heading-title{font-size:20px;font-weight:500;line-height:28px;color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-icon{width:14px;}.elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-icon i{font-size:14px;}.elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-text, .elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-text a{color:#000000;}.elementor-8782 .elementor-element.elementor-element-c4fe268 .elementor-icon-list-item{font-family:"IBM Plex Sans Arabic", Sans-serif;font-size:14px;font-weight:400;}@media(max-width:1024px){.elementor-8782 .elementor-element.elementor-element-f148c15 .elementor-heading-title{font-size:18px;}}@media(max-width:767px){.elementor-8782 .elementor-element.elementor-element-f148c15 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for theme-post-featured-image, class: .elementor-element-b9dfad3 */#cards-post{
    overflow: hidden;
   
}

#cards-post img {
	transform: scale(1);
	transition: 1s ease-in-out;
    background: linear-gradient(to right, #e6e6e6 5%, #e6e6e6 25%, #e6e6e6 35%);
     background-size: 1000px 100%;
}
#cards-post img:hover {
    transform: scale(1.05);
}
 .elementor-widget-image  a{
    width: 100%
}

@keyframes shimmer {
  from {
    background-position: -100px 0;
  }
  to {
    background-position: 100px 0;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fab6c7c */.post-categories{
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}
.post-categories li{
    padding: 6px 14px;
    background: transparent;
    color:#000;
    font-size: 10px;
    border:1px solid #B1B0B0;
    border-radius: 48px;
    font-weight: 400
}

.post-categories li:hover{
    background: #000;
    border:1px solid #000;
}

.post-categories li:hover a{
    color:#fff;
}/* End custom CSS */