.element-project-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  align-items: center;
  position: relative;
  background-color: var(--colors-dark-white);
  margin: 0 auto;
}

.element-project-details .navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 40px 120px 40px 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 70px !important;
}

@media (max-width: 1200px) {
  .element-project-details .navbar {
    padding: 30px 80px;
    margin-top: 70px !important;

  }
}

@media (max-width: 768px) {
  .element-project-details .navbar {
    padding: 20px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    margin-top: 70px !important;

    align-items: flex-end;
  }
}



.element-project-details .text-wrapper {
  color: var(--colors-dark-dark-500);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  direction: rtl;
  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);
  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-project-details .div {
  color: var(--colors-dark-dark-500);
  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);
  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-project-details .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-project-details .text-wrapper-3 {
  color: var(--colors-primary-primary);
  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);
  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-project-details .img {
  position: relative;
  width: 18px;
  height: 18px;
}

.element-project-details .frame {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 80px;
  padding: 30px 120px 100px 120px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .element-project-details .frame {
    padding: 60px 80px 80px 80px;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .element-project-details .frame {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px 60px 20px;
  }
}

.element-project-details .left {
  display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
}

@media (max-width: 1200px) {
  .element-project-details .left {
    width: 350px;
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .element-project-details .left {
    width: 100%;
    gap: 40px;
  }
}

.element-project-details .div-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-12);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  overflow: hidden;
  border: 1px solid;
  border-color: var(--colors-dark-dark-200);
  box-shadow: var(--card-shadow);
}

.element-project-details .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-4);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-2xl-font-family);
  font-weight: var(--bold-bold-2xl-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-2xl-font-size);
  letter-spacing: var(--bold-bold-2xl-letter-spacing);
  line-height: var(--bold-bold-2xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-2xl-font-style);
}

.element-project-details .p {
  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-600);
  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);
}

.element-project-details .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-10);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-4);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-2);
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .text-wrapper-5 {
  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-danger-danger);
  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-project-details .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--medium-medium-m-font-family);
  font-weight: var(--medium-medium-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--medium-medium-m-font-size);
  letter-spacing: var(--medium-medium-m-letter-spacing);
  line-height: var(--medium-medium-m-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--medium-medium-m-font-style);
}

.element-project-details .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-project-details .input {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-5);
  border: 1px solid;
  border-color: var(--colors-dark-dark-400);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .input-field {
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-4);
  padding: var(--spaces-space-5) var(--spaces-space-6) var(--spaces-space-5)
    var(--spaces-space-6);
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border: none;
  background-color: transparent;
  text-align: right;
}

.element-project-details .text-wrapper-7 {
  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-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);
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}
.input-field-2 .phone-input {
  height: 40px;
  width: 100%;
  text-align: right;
  border: none;
  border-radius: 10px;
  
}

.input-field-2 .phone-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.input-field:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.element-project-details .input-field-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-4);
    
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .code {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-2);
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .flag {
  position: relative;
  width: 21px;
  height: 21px;
  object-fit: cover;
}

.element-project-details .text-wrapper-8 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--medium-medium-m-font-family);
  font-weight: var(--medium-medium-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--medium-medium-m-font-size);
  text-align: right;
  letter-spacing: var(--medium-medium-m-letter-spacing);
  line-height: var(--medium-medium-m-line-height);
  white-space: nowrap;
  font-style: var(--medium-medium-m-font-style);
}

.element-project-details .arrows-diagrams {
  position: relative;
  width: 20px;
  height: 20px;
}

.element-project-details .seperator {
  position: relative;
  align-self: stretch;
  width: 1px;
  object-fit: cover;
}

.element-project-details .button {
  border: none;
   margin-top: 20px;
  box-sizing: border-box;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-primary-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-project-details .text-wrapper-9 {
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-white);
  font-size: var(--bold-bold-m-font-size);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-project-details .text-wrapper-10 {
  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-600);
  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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-8);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .button-2 {
  all: unset;
  box-sizing: border-box;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: var(--colors-primary-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-project-details .text-wrapper-11 {
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--bold-bold-m-font-size);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-project-details .button-3 {
  all: unset;
  box-sizing: border-box;
  gap: var(--spaces-space-3);
  padding: var(--spaces-space-5) var(--spaces-space-10) var(--spaces-space-5)
    var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-dark-200);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.element-project-details .text-wrapper-12 {
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--bold-bold-m-font-size);
  line-height: var(--bold-bold-m-line-height);
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.element-project-details .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-13);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element-project-details .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-10);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-4);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .frame-5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-8);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-3);
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--colors-primary-primary-100);
  border-radius: var(--spaces-space-19);
}

.element-project-details .text-wrapper-13 {
  position: relative;
  width: fit-content;
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--bold-bold-m-font-size);
  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-project-details .interface-essential {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(./img/group.svg);
  background-size: 100% 100%;
}

.element-project-details .text-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-1);
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element-project-details .text-wrapper-14 {
  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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .text-wrapper-15 {
  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);
}

.element-project-details .logo {
  position: relative;
  width: 54px;
  height: 54px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-project-details .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: var(--bold-bold-4xl-font-family);
  font-weight: var(--bold-bold-4xl-font-weight);
  color: var(--colors-dark-dark-700);
  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);
}

.element-project-details .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .element-project-details .list {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .element-project-details .list {
    gap: 20px;
    justify-content: flex-end;
  }
}

.element-project-details .list-2 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .text-3 {
  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-project-details .frame-6 {
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .project-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .element-project-details .project-gallery .row {
    height: 250px;
  }
  
  .element-project-details .project-gallery .row-2 {
    gap: 8px;
  }
  
  .element-project-details .project-gallery .placeholder-image {
    height: 70px;
  }
  
  .element-project-details .slider-dots {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 16px;
  }
}

.element-project-details .row {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 420px;
}

.element-project-details .row-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .placeholder-image {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 94px;
  object-fit: cover;
}

.element-project-details .slider-dots {
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 376px;
  left: 344px;
}

.element-project-details .dot {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--colors-dark-dark-50);
  border-radius: 4px;
  box-shadow: var(--xsmall);
}

.element-project-details .dot-2 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--colors-dark-dark-800);
  border-radius: 4px;
  box-shadow: var(--xsmall);
}

.element-project-details .text-wrapper-17 {
  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-800);
  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);
}

.element-project-details .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--regular-regular-xl-font-size);
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
}

.element-project-details .img-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.element-project-details .list-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: fit-content(100%) fit-content(100%);
  height: 150px;
  gap: 40px;
  
  left: 0;
}

@media (max-width: 1200px) {
  .element-project-details .list-3 {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .element-project-details .list-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, fit-content(100%));
    height: auto;
    gap: 20px;
  }
}

.element-project-details .text-4 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .text-wrapper-19 {
  position: relative;
  width: 113px;
  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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .text-wrapper-20 {
  position: relative;
  width: 113px;
  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);
}

.element-project-details .text-5 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .text-wrapper-21 {
  position: relative;
  width: 70px;
  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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .element {
  position: relative;
  width: 70px;
  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: right;
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  font-style: var(--bold-bold-m-font-style);
}

.element-project-details .text-6 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .text-7 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .text-wrapper-22 {
  position: relative;
  width: 80px;
  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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .text-wrapper-23 {
  width: 80px;
  position: relative;
  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);
}

.element-project-details .text-8 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .text-9 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-1);
}

.element-project-details .feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .element-project-details .feature-list {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .element-project-details .feature-list {
    gap: 20px;
    justify-content: center;
  }
  
  .element-project-details .feature {
    width: calc(50% - 10px);
    min-width: 200px;
  }
}

.element-project-details .feature {
  display: flex;
  width: 237px;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-4);
  position: relative;
}

.element-project-details .text-wrapper-24 {
  position: relative;
  width: fit-content;
  font-family: var(--regular-regular-xl-font-family);
  font-weight: var(--regular-regular-xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--regular-regular-xl-font-size);
  letter-spacing: var(--regular-regular-xl-letter-spacing);
  line-height: var(--regular-regular-xl-line-height);
  white-space: nowrap;
  direction: rtl;
  font-style: var(--regular-regular-xl-font-style);
}

.element-project-details .features-icons {
  position: relative;
  width: 32px;
  height: 32px;
}

.element-project-details .rectangle {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 264px;
  object-fit: cover;
}

.element-project-details .list-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  width: 100%;
  max-width: 760px;
}

@media (max-width: 1200px) {
  .element-project-details .list-4 {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .element-project-details .list-4 {
    gap: 20px;
    justify-content: center;
  }
}

.element-project-details .list-5 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .text-wrapper-25 {
  position: relative;
  align-self: stretch;
  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);
  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);
}

.element-project-details .text-wrapper-26 {
  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-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;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.element-project-details .travel-map-location-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--spaces-space-6);
  background-color: var(--colors-primary-primary-100);
  border-radius: var(--spaces-space-4);
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .img-3 {
  position: relative;
  width: 24px;
  height: 24px;
}

.element-project-details .list-6 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .list-7 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .list-8 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .list-9 {
  position: relative;
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .list-10 {
  position: relative;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--spaces-space-5);
}

.element-project-details .logo-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--colors-dark-white);
}

.element-project-details .imgi-website {
  position: relative;
  width: 59px;
  height: 60px;
  aspect-ratio: 0.99;
  object-fit: cover;
}

.element-project-details .imgi-vx {
  position: relative;
  width: 62px;
  height: 60px;
  aspect-ratio: 1.04;
  object-fit: cover;
}

.element-project-details .img-4 {
  position: relative;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  object-fit: cover;
}

.element-project-details .frame-7 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
  align-items: flex-end;
  gap: var(--spaces-space-12);
  padding: var(--spaces-space-16) var(--spaces-space-18) var(--spaces-space-16)
    var(--spaces-space-18);
  background-color: var(--colors-dark-dark-50);
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .element-project-details .frame-7 {
    padding: var(--spaces-space-12) var(--spaces-space-6);
    gap: var(--spaces-space-8);
  }
}

.element-project-details .text-wrapper-27 {
  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);
}

.element-project-details .list-11 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-12);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: scroll;
  padding-bottom: 20px;
}

.element-project-details .list-11::-webkit-scrollbar {
  width: 0;
  display: none;
}

.element-project-details .project {
  display: flex;
  flex-direction: column;
  width: 500px;
  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);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

@media (max-width: 768px) {
  .element-project-details .project {
    width: 100%;
    min-width: 300px;
    padding: var(--spaces-space-8);
    gap: var(--spaces-space-8);
  }
}

.element-project-details .gallery {
  display: flex;
  flex-direction: column;
  height: 180px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spaces-space-5);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element-project-details .image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
 
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  border-radius: var(--spaces-space-4);
  overflow: hidden;
  height: 180px !important;
  border-radius: 8px;
  object-fit: cover;
}

.element-project-details .image-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
}

.element-project-details .text-10 {
  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-project-details .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-3);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-bold-2xl-font-family);
  font-weight: var(--bold-bold-2xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--bold-bold-2xl-font-size);
  letter-spacing: var(--bold-bold-2xl-letter-spacing);
  line-height: var(--bold-bold-2xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-2xl-font-style);
}

.element-project-details .text-wrapper-29 {
  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);
}

.element-project-details .button-4 {
  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);
}

.element-project-details .arrows-diagrams-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.element-project-details .text-wrapper-30 {
  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);
  line-height: var(--bold-bold-sm-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-bold-sm-letter-spacing);
  direction: rtl;
  font-style: var(--bold-bold-sm-font-style);
}

.element-project-details .list-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--spaces-space-15);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element-project-details .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-project-details .frame-9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-8);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.element-project-details .interface-essential-wrapper {
  width: 42px;
  height: 42px;
  gap: var(--spaces-space-4);
  padding: var(--spaces-space-6);
  border: 1px solid;
  border-color: var(--colors-dark-dark-800);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .element-project-details .frame {
    padding: var(--spaces-space-10) var(--spaces-space-12);
  }
  
  .element-project-details .navbar {
    padding: var(--spaces-space-5) var(--spaces-space-12);
    margin-top: 70px !important;
  }
}

@media (max-width: 768px) {
  .element-project-details {
    padding: 0 var(--spaces-space-4);
  }
  
  .element-project-details .text-wrapper-4,
  .element-project-details .text-wrapper-17,
  .element-project-details .text-wrapper-27 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .element-project-details .text-wrapper-16 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .element-project-details .text-wrapper-18 {
    font-size: 16px;
    line-height: 24px;
  }
  
  .element-project-details .button,
  .element-project-details .button-2,
  .element-project-details .button-3 {
    padding: var(--spaces-space-4) var(--spaces-space-8);
    font-size: 14px;
  }
  
  .element-project-details .logo-2 {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .element-project-details .logo-2 img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .element-project-details {
    padding: 0 var(--spaces-space-2);
  }
  
  .element-project-details .frame {
    padding: var(--spaces-space-6) var(--spaces-space-4);
  }
  
  .element-project-details .navbar {
    padding: var(--spaces-space-3) var(--spaces-space-4);
   
    margin-top: 70px !important;
  }
  
  .element-project-details .text-wrapper-4,
  .element-project-details .text-wrapper-17,
  .element-project-details .text-wrapper-27 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .element-project-details .feature {
    width: 100%;
    min-width: auto;
  }
  
  .element-project-details .list-3,
  .element-project-details .list-4 {
    grid-template-columns: 1fr;
    gap: var(--spaces-space-6);
  }
  
  .element-project-details .project {
    min-width: 250px;
  }
}



/* RTL Direction Fixes */

 
html[dir="rtl"] .element-project-details .p {
  text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-left {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .align-left {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-2 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-3 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-4 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-5 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-6 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-7 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-8 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-9 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-10 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-11 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-12 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-13 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-14 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-15 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-16 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-17 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-18 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-19 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-20 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-21 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-22 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-23 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-24 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-25 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-26 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-27 {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .text-wrapper-28 {
text-align: left !important;
}

/* Fix arrow directions for RTL */
html[dir="rtl"] .element-project-details .arrow-right::after {
content: "←"; /* Left arrow for RTL */
}

html[dir="rtl"] .element-project-details .arrow-left::after {
content: "→"; /* Right arrow for RTL */
}

/* Fix navigation arrows for RTL */
html[dir="rtl"] .element-project-details .gallery-nav.prev {
left: auto;
right: 15px;
}

html[dir="rtl"] .element-project-details .gallery-nav.next {
right: auto;
left: 15px;
}

/* Rotate nav arrows for RTL */
html[dir="rtl"] .element-project-details .nav-arrow.prev {
transform: rotate(180deg);
}

html[dir="rtl"] .element-project-details .nav-arrow.next {
transform: rotate(180deg);
}

/* Rotate Arrow copy.svg for RTL */
html[dir="rtl"] .element-project-details .button-4 .img {
transform: rotate(180deg);
}

/* Fix form alignment for RTL */
html[dir="rtl"] .element-project-details .form {
text-align: left;
}

html[dir="rtl"] .element-project-details .input-field {
text-align: left;
}

html[dir="rtl"] .element-project-details .phone-input {
text-align: left;
}

/* Fix landmark and partner info alignment for RTL */
html[dir="rtl"] .element-project-details .landmark-item {
flex-direction: row-reverse !important;
}

html[dir="rtl"] .element-project-details .landmark-info {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .landmark-name {
text-align: left !important;
}

html[dir="rtl"] .element-project-details .landmark-distance {
text-align: left !important;
}

/* Fix features alignment for RTL */
html[dir="rtl"] .element-project-details .feature {
flex-direction: row-reverse !important;
justify-content: flex-start !important;
}

html[dir="rtl"] .element-project-details .feature-list {
justify-content: flex-start !important;
}

/* Fix project metadata alignment for RTL */
html[dir="rtl"] .element-project-details .project-metadata {
text-align: left;
}

html[dir="rtl"] .element-project-details .metadata-item {
text-align: left;
}

/* Fix metadata rows alignment for RTL */
html[dir="rtl"] .element-project-details .project-metadata > div:first-child {
justify-content: flex-end !important;
}

html[dir="rtl"] .element-project-details .project-metadata > div:last-child {
justify-content: flex-end !important;
}

/* Fix partners description alignment for RTL */
html[dir="rtl"] .element-project-details .div-4 p {
text-align: left !important;
}

