.element-news-list {
    display: flex;
    flex-direction: column;
    width: 1400px;
    align-items: center;
    position: relative;
    background-color: var(--colors-dark-white);
  }

/* Responsive Styles */
@media (max-width: 1199px) {
  .element-news-list {
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .element-news-list {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .element-news-list {
    padding: 0 8px;
  }
}
  
  .element-news-list .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-18) var(--spaces-space-5)
      var(--spaces-space-18);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 80px;
  }

@media (max-width: 991px) {
  .element-news-list .breadcrumb {
    padding: var(--spaces-space-5) var(--spaces-space-6);
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .element-news-list .breadcrumb {
    padding: var(--spaces-space-3) var(--spaces-space-4);
    margin-top: 80px;
  }
}
  
  .element-news-list .text-wrapper {
    width: fit-content;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-500);
    font-size: var(--regular-regular-m-font-size);
    text-align: left;
    line-height: var(--regular-regular-m-line-height);
    white-space: nowrap;
    position: relative;
    margin-top: -1.00px;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-news-list .div {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-500);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    white-space: nowrap;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-news-list .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-primary-primary);
    font-size: var(--regular-regular-m-font-size);
    text-align: left;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    white-space: nowrap;
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-news-list .img {
    position: relative;
    width: 18px;
    height: 18px;
  }
  
  .element-news-list .frame {
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-12);
    padding: var(--spaces-space-11) var(--spaces-space-18) var(--spaces-space-16)
      var(--spaces-space-18);
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

@media (max-width: 991px) {
  .element-news-list .frame {
    padding: var(--spaces-space-8) var(--spaces-space-6) var(--spaces-space-12)
      var(--spaces-space-6);
  }
}

@media (max-width: 767px) {
  .element-news-list .frame {
    padding: var(--spaces-space-6) var(--spaces-space-4) var(--spaces-space-8)
      var(--spaces-space-4);
  }
}

@media (max-width: 479px) {
  .element-news-list .frame {
    padding: 18px
  }
}
  
  .element-news-list .title {
    display: flex;
    height: 54px;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }

@media (max-width: 991px) {
  .element-news-list .title {
    height: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: var(--spaces-space-6);
  }
}

@media (max-width: 767px) {
  .element-news-list .title {
    gap: var(--spaces-space-4);
  }
}
  
  .element-news-list .search-filter {
    display: inline-flex;
    align-items: center;
    gap: var(--spaces-space-8);
    position: relative;
    flex: 0 0 auto;
  }

@media (max-width: 991px) {
  .element-news-list .search-filter {
    width: 100%;
    justify-content: stretch;
    gap: var(--spaces-space-4);
  }
}

@media (max-width: 767px) {
  .element-news-list .search-filter {
    flex-direction: row;
    gap: var(--spaces-space-3);
  }
}
  
  .element-news-list .input-drop-down {
    display: flex;
    flex-direction: column;
    width: 130px;
    align-items: flex-end;
    gap: var(--spaces-space-4);
    position: relative;
  }

@media (max-width: 991px) {
  .element-news-list .input-drop-down {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .element-news-list .input-drop-down {
    width: 100%;
    align-items: stretch;
  }
}
  
  .element-news-list .field {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-1);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-news-list .input {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--colors-dark-white);
    border-radius: var(--spaces-space-5);
    border: 1px solid;
    border-color: var(--colors-dark-dark-400);
  }
  
  .element-news-list .input-field {
    align-items: center;
    justify-content: center;
    padding: var(--spaces-space-5) var(--spaces-space-6) var(--spaces-space-5)
      var(--spaces-space-6);
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    gap: var(--spaces-space-4);
    position: relative;
  }
  
  .element-news-list .img-2 {
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .element-news-list .text-wrapper-3 {
    flex: 1;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--regular-regular-m-font-size);
    line-height: var(--regular-regular-m-line-height);
    position: relative;
    margin-top: -1.00px;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    font-style: var(--regular-regular-m-font-style);
    border: none;
    background-color: transparent ;
    direction: rtl;
    text-align: right;
    cursor: pointer;
  }

  
  .element-news-list .input-search {
    flex-direction: column;
    width: 320px;
    align-items: flex-end;
    display: flex;
    gap: var(--spaces-space-4);
    position: relative;
  }

@media (max-width: 991px) {
  .element-news-list .input-search {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .element-news-list .input-search {
    width: 100%;
    align-items: stretch;
  }
}
  
  .element-news-list .text-wrapper-4 {
    flex: 1;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-500);
    font-size: var(--regular-regular-m-font-size);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    position: relative;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    font-style: var(--regular-regular-m-font-style);
    text-align: right;
    border: none;
  }
  
  .element-news-list .text-wrapper-5 {
    flex: 1;
    font-family: var(--bold-bold-4xl-font-family);
    font-weight: var(--bold-bold-4xl-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-4xl-font-size);
    line-height: var(--bold-bold-4xl-line-height);
    position: relative;
    margin-top: -1.00px;
    letter-spacing: var(--bold-bold-4xl-letter-spacing);
    font-style: var(--bold-bold-4xl-font-style);
    text-align: right;
  }

@media (max-width: 1199px) {
  .element-news-list .text-wrapper-5 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .element-news-list .text-wrapper-5 {
    font-size: 24px;
    
  }
}

@media (max-width: 767px) {
  .element-news-list .text-wrapper-5 {
    font-size: 20px;
  }
}
  
  .element-news-list .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: var(--spaces-space-11);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

@media (max-width: 991px) {
  .element-news-list .list {
    justify-content: center;
    gap: var(--spaces-space-8);
  }
}

@media (max-width: 767px) {
  .element-news-list .list {
    flex-direction: column;
    align-items: center;
    gap: var(--spaces-space-6);
  }
}
  
  .element-news-list .news {
    display: flex;
    flex-direction: column;
    width: 384px;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-11);
    padding: var(--spaces-space-11);
    position: relative;
    background-color: var(--colors-dark-white);
    border-radius: var(--spaces-space-8);
    border: 1px solid;
    border-color: var(--colors-dark-dark-200);
  }

@media (max-width: 991px) {
  .element-news-list .news {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .element-news-list .news {
    max-width: 100%;
    padding: var(--spaces-space-8);
    gap: var(--spaces-space-8);
  }
}
  
  .element-news-list .image {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

@media (max-width: 991px) {
  .element-news-list .image {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .element-news-list .image {
    height: 160px;
  }
}

@media (max-width: 479px) {
  .element-news-list .image {
    height: 140px;
  }
}
  
  .element-news-list .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-7);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-news-list .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spaces-space-7);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-news-list .frame-2 {
    align-items: flex-start;
    gap: var(--spaces-space-2);
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-news-list .time {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-3);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-news-list .text-wrapper-6 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--regular-regular-l-font-size);
    text-align: left;
    letter-spacing: var(--regular-regular-l-letter-spacing);
    line-height: var(--regular-regular-l-line-height);
    direction: rtl;
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-news-list .p {
    align-self: stretch;
    font-family: var(--bold-bold-xl-font-family);
    font-weight: var(--bold-bold-xl-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-xl-font-size);
    line-height: var(--bold-bold-xl-line-height);
    position: relative;
    letter-spacing: var(--bold-bold-xl-letter-spacing);
    font-style: var(--bold-bold-xl-font-style);
    text-align: right;
  }
  
  .element-news-list .text-wrapper-7 {
    align-self: stretch;
    font-family: var(--regular-regular-l-font-family);
    font-weight: var(--regular-regular-l-font-weight);
    color: var(--colors-dark-dark-600);
    font-size: var(--regular-regular-l-font-size);
    line-height: var(--regular-regular-l-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    text-align: right;
    letter-spacing: var(--regular-regular-l-letter-spacing);
    font-style: var(--regular-regular-l-font-style);
  }
  
  .element-news-list .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-3);
    padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
      var(--spaces-space-10);
    position: relative;
    flex: 0 0 auto;
    border-radius: var(--spaces-space-19);
    border: 1px solid;
    border-color: var(--colors-dark-dark-800);
    box-shadow: var(--card-shadow);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .element-news-list .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  }

  .element-news-list .button:active {
    transform: translateY(0);
    box-shadow: var(--card-shadow);
  }

@media (max-width: 767px) {
  .element-news-list .button {
    padding: var(--spaces-space-4) var(--spaces-space-8);
    min-height: 44px;
  }
}
  
  .element-news-list .text-wrapper-8 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-m-font-family);
    font-weight: var(--bold-bold-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--bold-bold-m-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-m-letter-spacing);
    line-height: var(--bold-bold-m-line-height);
    white-space: nowrap;
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }
  
  .element-news-list .pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-8);
    position: relative;
    flex: 0 0 auto;
  }

@media (max-width: 767px) {
  .element-news-list .pagination {
    gap: var(--spaces-space-4);
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .element-news-list .pagination {
    gap: var(--spaces-space-2);
  }
}
  
  .element-news-list .arrow {
    width: 42px;
    height: 42px;
    margin-top: -1.00px;
    margin-bottom: -1.00px;
    margin-left: -1.00px;
    border-color: var(--colors-dark-dark-800);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid;
    box-shadow: var(--shadow);
  }

@media (max-width: 767px) {
  .element-news-list .arrow {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-news-list .arrow {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
  
  .element-news-list .div-wrapper {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    position: relative;
    margin-top: -1.00px;
    margin-bottom: -1.00px;
    border-radius: 50px;
    border: 1px solid;
    border-color: var(--colors-dark-dark-300);
    box-shadow: var(--shadow);
  }

@media (max-width: 767px) {
  .element-news-list .div-wrapper {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-news-list .div-wrapper {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
  
  .element-news-list .text-wrapper-9 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-800);
    font-size: var(--regular-regular-m-font-size);
    text-align: right;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    white-space: nowrap;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-news-list .arrow-2 {
    width: 44px;
    height: 44px;
    margin-top: -2.00px;
    margin-bottom: -2.00px;
    background-color: var(--colors-dark-dark-800);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid;
    box-shadow: var(--shadow);
    border-color: var(--colors-dark-dark-800);
  }

@media (max-width: 767px) {
  .element-news-list .arrow-2 {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-news-list .arrow-2 {
    width: 34px;
    height: 34px;
    padding: 6px;
  }
}
  
  .element-news-list .text-wrapper-10 {
    margin-top: -2.00px;
    color: var(--colors-dark-white);
    position: relative;
    width: fit-content;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    font-size: var(--regular-regular-m-font-size);
    text-align: right;
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    white-space: nowrap;
    font-style: var(--regular-regular-m-font-style);
  }
  
  .element-news-list .arrows-diagrams-wrapper {
    width: 42px;
    height: 42px;
    margin-top: -1.00px;
    margin-bottom: -1.00px;
    margin-right: -1.00px;
    border-color: var(--colors-dark-dark-800);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    border: 1px solid;
    box-shadow: var(--shadow);
  }

@media (max-width: 767px) {
  .element-news-list .arrows-diagrams-wrapper {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-news-list .arrows-diagrams-wrapper {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}

/* RTL Styles */
html[dir="rtl"] .element-news-list .img {
  transform: scaleX(-1);
}

html[dir="rtl"] .element-news-list .img-2 {
  transform: scaleX(-1);
}

html[dir="rtl"] .element-news-list .input {
  align-items: flex-start;
  direction: rtl;
}

html[dir="rtl"] .element-news-list .input-field {
  justify-content: flex-start;
  direction: rtl;
}

html[dir="rtl"] .element-news-list .text-wrapper-3 {
  text-align: left;
  direction: rtl;
}

html[dir="rtl"] .element-news-list .text-wrapper-5 {
  text-align: left;
}

html[dir="rtl"] .element-news-list .p {
  text-align: left;
}

html[dir="rtl"] .element-news-list .text-wrapper-7 {
  text-align: left;
}

html[dir="rtl"] .element-news-list .text-wrapper-4 {
  text-align: left;
}

 
 
  