.elementor-10160 .elementor-element.elementor-element-67e7a6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-10160 .elementor-element.elementor-element-67e7a6b:not(.elementor-motion-effects-element-type-background), .elementor-10160 .elementor-element.elementor-element-67e7a6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#273355;}.elementor-widget-heading .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-10160 .elementor-element.elementor-element-0478a82 .elementor-heading-title{font-weight:600;color:#FFFFFF;}.elementor-10160 .elementor-element.elementor-element-a7a3310{--display:flex;}.elementor-10160 .elementor-element.elementor-element-1990a6a{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-10160 .elementor-element.elementor-element-67e7a6b{--content-width:1180px;}}/* Start custom CSS for container, class: .elementor-element-67e7a6b */html {
  scroll-padding-top: 130px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5cd7e37 */.news-card-list {
    display: grid;
grid-template-columns: 1fr;
    margin: 20px 0;
     margin-left: 10px;
    margin-right: 10px;
}

.news-card-item {
     display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(21, 1, 29, .2);
    background: #fff;
    padding: 2rem 0rem;
    border-bottom: 1px solid #ddd;
}

.news-card-image img {
    max-width: 100%;
    aspect-ratio: 20 / 12;
}
.news-card-image{
	flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 50px;
}
.news-card-content{
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-grow: 1;
    flex: 0 0 auto;
        width: 41.66666667%;
 }
 .news-card-button{
 flex: 0 0 auto;
        width: 25%;
 }
.news-card-content {
    flex-grow: 1;
}

h5.news-card-category {
    font-size: 1rem;
    font-weight: 400;
    color: #15011d;
    line-height:22.5px;
}

h3.news-card-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    color: #15011d;
    margin: 5px 0;
      transition: all .2s ease-in-out;
      

}
h3.news-card-title:hover{
  box-shadow: inset 500px 0 0 0 #1abc9c99;
}
a.news-redirect.news-card-read-more {
    text-decoration: none;
}
.news-card-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    margin-top: auto;
}
.news-card-category:before{
    content: "";
    width: 1.5rem;
    height: 1px;
    margin-right: .5rem;
    background: #15011d;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}
.news-card-read-more:hover {
text-decoration: underline;
}
a.news-redirect1.news-card-read-more{
  
  text-decoration: none;
     z-index: 0;
  float: right;
    color:#000;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 3rem;
    border-radius: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    
}
    .news-redirect1 {
    position: relative;
    transition: transform .2s ease-out;
     border: 1px solid #000;
 
}

.news-redirect1::after {
  background-color: #1abc9c99;
  border-radius: 3rem;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.1s transform ease-out;
  z-index: -1;
}

.news-redirect1:hover::after {
  transform: translate(0, 0);
}

.news-redirect1:hover {
  color: #15011d;
    border-color: #1abc9c99;
    background:#1abc9c99;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.2);
 transform: scale(1.1);
    transition: all .2s ease-out;
}
@media (max-width: 768px) {
  form.search-filter-form {
    flex-direction: column;
  }

  .search-filter-form select {
    width: 100% !important;
  }

h3.news-card-title {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a7a3310 */html[lang="ar"] select {
    appearance: none;
    cursor: pointer;
    background-image: url(https://trial.tudip.com/wp-content/uploads/2024/12/dropdown-rotated-1.svg);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px 20px;
    padding-right: 40px;
}
html[lang="ar"] .news-card-image {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 50px;
}/* End custom CSS */