.progressbar {
  background-image: url(../../images/support-background.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 30px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;
}

.progress-container {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.progress-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}

.progress-labels span:first-child {
  position: absolute;
  left: 0;
}

.progress-labels span:last-child {
  position: absolute;
  right: 0;
}

.progress-bar {
  width: 100%;
  height: 20px;
  background-color: #c0c5b0;
  border-radius: 10px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #cf8ec0;
  transition: width 0.5s ease;
  border-radius: 30px;
}

.progress-text1 {
  width: 46%;
  position: absolute;
  left: 0;
  text-align: left;
}

.progress-text2 {
  width: 46%;
  position: absolute;
  right: 0;
  text-align: right;
}

.progress-text {
  position: relative;
}

.progress-container h4,
.progress-container h6 {
  color: #004836;
}

.progress-labels span {
  font-size: 20px;
  color: #004836;
}

.diagonismoi-dwra h3 {
  color: #c0dc13;
}

.diagonismoi-pd {
  background-image: url(../../images/suport-page-form-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  gap: 80px !important;
}

.dwra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.box-dwra {
  background-color: #dadcce;
  padding: 30px;
  border-radius: 20px;
}

.box-dwra img {
  width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.box-dwra p {
  color: #004836;
  font-size: 23px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin-bottom: 0 !important;
  text-align: start !important;
}

.pontoi-container h3 {
  color: #c0dc13;
}

.pontoi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.box-pontoi {
  background-color: #dadcce;
  padding: 35px;
  border-radius: 20px;
  height: 220px;
}

.box-pontoi a {
  background-color: #004836;
  color: #fff;
  padding: 10px 45px;
  border-radius: 10px;
  border: 2px solid #004836;
  transition: all ease 0.5s;
  width: 100%;
  text-align: center;
}

.box-pontoi a:hover {
  background-color: #fff;
  border: 2px solid #004836;
  color: #004836;
}

.banner-diagonismoi {
  background-image: url(../../images/banner-diagonismoi.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 20px;
}

.banner-diagonismoi-txt {
  padding: 0px 50px;
}

.banner-diagonismoi-txt p {
  font-size: 47px;
  color: #004836;
}

.banner-diagonismoi-txt a {
  color: #fff;
  background-color: #004836;
  width: 150px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
  border: 2px solid #004836;
}

.banner-diagonismoi-txt a:hover {
  background-color: #fff;
  border: 2px solid #004836;
  color: #004836;
}

@media screen and (max-width: 1250px) {
  .dwra {
    grid-template-columns: repeat(2, 1fr);
  }

  .pontoi {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-diagonismoi-txt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .progressbar {
    height: 350px;
  }

  .progress-text1 {
    width: 100%;
    position: relative;
    left: 0;
    text-align: start;
  }

  .progress-text2 {
    width: 100%;
    position: relative;
    left: 0;
    text-align: start;
  }
  .box-dwra {
    padding: 10px !important;
    max-width: 23rem !important;
  }
}

@media screen and (max-width: 800px) {
  .dwra {
    grid-template-columns: repeat(1, 1fr);
  }

  .pontoi {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner-diagonismoi-txt p {
    font-size: 20px;
  }
}
