.element-projects {
    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-projects {
    width: 100%;
    padding: 0 16px;
  }
}

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

@media (max-width: 767px) {
  .element-projects {
    padding: 0 8px;
  }
}
  
  .element-projects .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-projects .breadcrumb {
    padding: var(--spaces-space-5) var(--spaces-space-6);
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .element-projects .breadcrumb {
    padding: var(--spaces-space-3) var(--spaces-space-4);
    margin-top: 20px;
  }
}
  
  .element-projects .text-wrapper {
    width: fit-content;
    color: var(--colors-dark-dark-500);
    white-space: nowrap;
    position: relative;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper {
    text-align: left;
  }
  
  .element-projects .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-projects .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);
    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);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-2 {
    text-align: left;
  }
  
  .element-projects .img {
    position: relative;
    width: 18px;
    height: 18px;
  }
  
  .element-projects .frame {
    display: flex;
    flex-direction: column;
    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);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-projects .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-projects .title {
    height: auto;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: var(--spaces-space-6);
  }
}

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

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

@media (max-width: 767px) {
  .element-projects .search-filter {
    flex-direction: row;
    gap: var(--spaces-space-3);
  }
}
  
  .element-projects .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-projects .input-drop-down {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .element-projects .input-drop-down {
    width: 100%;
    align-items: stretch;
  }
}
  
  .element-projects .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-projects .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-projects .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-projects .img-2 {
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .element-projects .text-wrapper-3 {
    flex: 1;
    color: var(--colors-dark-dark-800);
    position: relative;
    margin-top: -1.00px;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px 0 0;
  }

  /* RTL specific styles */
   
  
  /* Style the dropdown arrow */
  .element-projects .input-drop-down {
    position: relative;
    width: 100%;
  }
  
  /* Hide default dropdown arrow in all browsers */
  .element-projects .input-drop-down select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
  }
  
  /* Hide default arrow in IE10+ */
  .element-projects .input-drop-down select::-ms-expand {
    display: none;
  }
  
  /* Custom arrow */
  .element-projects .input-drop-down .input-field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .element-projects .input-drop-down .input-field::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    pointer-events: none;
  }
  
  .element-projects .input-drop-down .img-2 {
    margin-left: 8px;
  }
  
  .element-projects .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-projects .input-search {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .element-projects .input-search {
    width:70%;
    align-items: stretch;
  }
}
  
  .element-projects .text-wrapper-4 {
    position: relative;
    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-800);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
    padding: 0 10px;
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-4 {
    text-align: left;
  }
  
  /* Style the input placeholder */
  .element-projects .text-wrapper-4::placeholder {
    color: var(--colors-dark-dark-500);
    opacity: 1;
  }
  
  .element-projects .text-wrapper-5 {
    position: relative;
    flex: 1;
    margin-top: -1.00px;
    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);
    letter-spacing: var(--bold-bold-4xl-letter-spacing);
    line-height: var(--bold-bold-4xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-4xl-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-5 {
    text-align: left;
  }

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

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

@media (max-width: 767px) {
  .element-projects .text-wrapper-5 {
    font-size: 20px;
    text-align: right;
  }
}
  
  .element-projects .list {
    display: flex;
    flex-direction: column;
    gap: var(--spaces-space-12);
    align-self: stretch;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-projects .project {
    display: flex;
    height: 400px;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-13);
    padding: var(--spaces-space-13);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--colors-dark-dark-100);
    border-radius: var(--spaces-space-8);
    overflow: hidden;
  }

@media (max-width: 1199px) {
  .element-projects .project {
    height: 350px;
    padding: var(--spaces-space-8);
    gap: var(--spaces-space-8);
  }
}

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

@media (max-width: 767px) {
  .element-projects .project {
    padding: var(--spaces-space-4);
    gap: var(--spaces-space-4);
  }
}
  
  .element-projects .gallery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--spaces-space-5);
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }

@media (max-width: 991px) {
  .element-projects .gallery {
    flex: none;
    width: 100%;
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .element-projects .gallery {
    min-height: 180px;
  }
}

@media (max-width: 479px) {
  .element-projects .gallery {
    min-height: 160px;
  }
}
  
  .element-projects .image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    border-radius: var(--spaces-space-4);
    overflow: hidden;
  }
  
  .element-projects .image-2 {
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
    object-fit: cover;
  }
  
  .element-projects .frame-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
  }

@media (max-width: 991px) {
  .element-projects .frame-2 {
    flex: none;
    width: 100%;
    gap: var(--spaces-space-6);
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .element-projects .frame-2 {
    gap: var(--spaces-space-4);
  }
}
  
  .element-projects .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spaces-space-9);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-projects .frame-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spaces-space-3);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .element-projects .p {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--bold-bold-3xl-font-family);
    font-weight: var(--bold-bold-3xl-font-weight);
    color: var(--colors-dark-dark-700);
    font-size: var(--bold-bold-3xl-font-size);
    letter-spacing: var(--bold-bold-3xl-letter-spacing);
    line-height: var(--bold-bold-3xl-line-height);
    direction: rtl;
    font-style: var(--bold-bold-3xl-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .p {
    text-align: left;
  }

@media (max-width: 1199px) {
  .element-projects .p {
    font-size: 24px;
   
  }
}

@media (max-width: 991px) {
  .element-projects .p {
    font-size: 22px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .element-projects .p {
    font-size: 20px;
    text-align: right;
  }
}

@media (max-width: 479px) {
  .element-projects .p {
    font-size: 18px;
    text-align: right;
  }
}
  
  .element-projects .text-wrapper-6 {
    position: relative;
    align-self: stretch;
    font-family: var(--regular-regular-m-font-family);
    font-weight: var(--regular-regular-m-font-weight);
    color: var(--colors-dark-dark-700);
    font-size: var(--regular-regular-m-font-size);
    letter-spacing: var(--regular-regular-m-letter-spacing);
    line-height: var(--regular-regular-m-line-height);
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-6 {
    text-align: left;
  }
  
  .element-projects .button {
    all: unset;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spaces-space-2);
    padding: var(--spaces-space-4) var(--spaces-space-8) var(--spaces-space-4)
      var(--spaces-space-8);
    position: relative;
    flex: 0 0 auto;
    background-color: var(--colors-dark-white);
    border-radius: var(--spaces-space-19);
    box-shadow: var(--card-shadow);
  }

@media (max-width: 767px) {
  .element-projects .button {
    padding: var(--spaces-space-3) var(--spaces-space-6);
    min-height: 44px;
  }
}
  
  .element-projects .arrows-diagrams {
    position: relative;
    width: 16px;
    height: 16px;
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .arrows-diagrams {
    transform: rotate(180deg);
  }
  
  .element-projects .text-wrapper-7 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--bold-bold-sm-font-family);
    font-weight: var(--bold-bold-sm-font-weight);
    color: var(--colors-primary-primary);
    font-size: var(--bold-bold-sm-font-size);
    text-align: center;
    letter-spacing: var(--bold-bold-sm-letter-spacing);
    line-height: var(--bold-bold-sm-line-height);
    direction: rtl;
    font-style: var(--bold-bold-sm-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-7 {
    text-align: left;
  }
  
  .element-projects .separator {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #DBDBDB; /* Light gray color similar to the SVG */
    margin: 16px 0; /* Adjust spacing as needed */
  }
  
  .element-projects .list-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spaces-space-15);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }

@media (max-width: 991px) {
  .element-projects .list-2 {
    justify-content: center;
    gap: var(--spaces-space-8);
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .element-projects .list-2 {
    gap: var(--spaces-space-4);
    flex-direction: column;
    align-items: center;
  }
}
  
  .element-projects .list-3 {
    display: inline-flex;
    justify-content: flex-end;
    gap: var(--spaces-space-5);
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-projects .text-2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spaces-space-1);
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-projects .text-wrapper-8 {
    position: relative;
    align-self: stretch;
    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);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;

    text-align: right;
    -webkit-box-orient: vertical;
    direction: rtl;
    font-style: var(--regular-regular-m-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-8 {
    text-align: left;
  }
  
  .element-projects .text-wrapper-9 {
    position: relative;
    align-self: stretch;
    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);
    letter-spacing: var(--bold-bold-m-letter-spacing);
    line-height: var(--bold-bold-m-line-height);
    direction: rtl;
    font-style: var(--bold-bold-m-font-style);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-9 {
    text-align: left;
  }
  
  .element-projects .img-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: var(--spaces-space-3) 0px 0px 0px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .element-projects .img-3 {
    
  }
  
  .element-projects .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-projects .pagination {
    gap: var(--spaces-space-4);
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .element-projects .pagination {
    gap: var(--spaces-space-2);
  }
}
  
  .element-projects .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-projects .arrow {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-projects .arrow {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
  
  .element-projects .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);
    transition: all 0.2s ease;
    user-select: none;
  }

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

@media (max-width: 479px) {
  .element-projects .div-wrapper {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
}
  
  .element-projects .div-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .element-projects .div-wrapper:active {
    transform: scale(0.98);
  }
  
  .element-projects .text-wrapper-10 {
    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);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-10 {
    text-align: left;
  }
  
  .element-projects .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-projects .arrow-2 {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
}

@media (max-width: 479px) {
  .element-projects .arrow-2 {
    width: 34px;
    height: 34px;
    padding: 6px;
  }
}
  
  .element-projects .text-wrapper-11 {
    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);
  }

  /* RTL specific styles */
  [dir="rtl"] .element-projects .text-wrapper-11 {
    text-align: left;
  }
  
  .element-projects .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-projects .arrows-diagrams-wrapper {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
}

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

/* Additional Mobile Responsive Styles */
@media (max-width: 767px) {
  .element-projects {
    width: 100% !important;
    padding: 0 16px;
  }
  
  .element-projects .breadcrumb {
    padding: 16px 0;
    margin-top: 20px;
    gap: 8px;
  }
  
  .element-projects .frame {
    padding: 20px 0;
  }
  
  .element-projects .title {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: stretch;
  }
  
  .element-projects .search-filter {
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }
  
  .element-projects .input-drop-down {
    width: 100%;
    align-items: stretch;
  }
  
  .element-projects .input-search {
    width: 100%;
    align-items: stretch;
  }
  
  .element-projects .text-wrapper-5 {
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
  }
  
  .element-projects .list {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
  
  .element-projects .project {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  
  .element-projects .gallery {
    width: 100%;
  }
  
  .element-projects .image-2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .element-projects .frame-2 {
    padding: 16px;
    gap: 16px;
  }
  
  .element-projects .text-wrapper-6 {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
  
  .element-projects .list-2 {
    flex-direction: column;
    gap: 16px;
  }
  
  .element-projects .list-3 {
    flex-direction: row;
    gap: 8px;
    align-items: center;
    text-align: center;
  }
  
  .element-projects .text-2 {
    align-items: center;
    text-align: center;
  }
  
  .element-projects .img-wrapper {
    margin-top: 8px;
  }
}

@media (max-width: 479px) {
  .element-projects {
    padding: 0 12px;
  }
  
  .element-projects .breadcrumb {
    padding: 12px 0;
    margin-top: 70px;
  }
  
  .element-projects .frame {
    padding: 16px 16px;
  }
  
  .element-projects .title {
    gap: 16px;
  }
  
  .element-projects .search-filter {
    gap: 12px;
  }
  
  .element-projects .text-wrapper-5 {
    font-size: 20px;
    text-align: right;
  }
  
  .element-projects .list {
    gap: 20px;
  }
  
  .element-projects .frame-2 {
    padding: 12px;
    gap: 12px;
  }
  
  .element-projects .list-2 {
    gap: 12px;
    justify-content: center;
    gap: var(--spaces-space-8);
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  
  .element-projects .list-3 {
    gap: 6px;
    
  }
}
  