/* start  clients */
.clients {
  position: relative;
  background-color: var(--primary-dark-color);
  padding: 64px 0;
}

.clients .title {
  color: #a8d5da;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 30px;
}
.clients .profits {
  background-color: #275459;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clients .profits .profit {
  width: 25%;
}
.clients .profits .profit .title {
  font-size: 60px;
  color: #bee0e3;
  font-family: "inter-bold";
  margin-bottom: 5px;
}
.clients .profits .profit .title span {
  font-family: "inter-bold";
}

.clients .profits .profit .desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 1500px) {
  .clients {
    padding: 32px 0;
  }
  .clients .title {
    margin-bottom: 1rem;
    font-size: 20px;
  }
  .clients .profits {
    padding: 20px;
    border-radius: 12px;
  }
  .clients .profits .profit .title {
    font-size: 50px;
  }

  .clients .profits .profit .desc {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .clients {
    position: relative;
    background-color: var(--primary-dark-color);
    padding: 32px 0;
  }
  .clients .profits {
    border-radius: 16px;
    padding: 15px;
    display: block;
  }
  .clients .profits .profit {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .clients .title {
    margin-bottom: 1rem;
    font-size: 16px;
  }
}

/* end  clients */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* start  solutions */
.solutions {
  margin-top: 64px;
  margin-bottom: 64px;
}
.solutions .sellenvo-list,
.solutions .others-solutions {
  background-color: #165a62;
  padding: 2rem;
  border-radius: 16px;
  height: 100%;
  position: relative;
  box-shadow: 0px 12px 16px -4px #10182808, 0px 4px 6px -2px #10182803;
}
.solutions .others-solutions {
  background-color: #fff;
  border: 1px solid #e4e7ec;
  display: block;
}

.solutions .sellenvo-list h2,
.solutions .others-solutions h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 2rem;
}
.solutions .others-solutions h2 {
  color: var(--text-black-color);
  font-size: 33px;
}
.solutions .sellenvo-list ul,
.solutions .others-solutions ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.solutions .sellenvo-list ul li,
.solutions .others-solutions ul li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fcfcfd;
  font-size: 15px;
  line-height: 20px;
}
.solutions .sellenvo-list ul li:last-of-type,
.solutions .others-solutions ul li:last-of-type {
  margin-bottom: 0;
}
.solutions .others-solutions ul li {
  color: var(--text-gray-color);
}
.solutions .sellenvo-list ul li .icon,
.solutions .others-solutions ul li .icon {
  background-color: #1e7882;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions .others-solutions ul li .icon {
  background-color: #f2f4f7;
}
@media (max-width: 1500px) {
  .solutions {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .solutions .sellenvo-list,
  .solutions .others-solutions {
    padding: 1.5rem;
    border-radius: 14px;
  }

  .solutions .sellenvo-list h2,
  .solutions .others-solutions h2 {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }
  .solutions .others-solutions h2 {
    font-size: 30px;
  }

  .solutions .sellenvo-list ul li,
  .solutions .others-solutions ul li {
    gap: 0.5rem;
    font-size: 15px;
    line-height: 20px;
  }
  .solutions .sellenvo-list ul li:last-of-type,
  .solutions .others-solutions ul li:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .solutions .sellenvo-list h2 {
    font-size: 48px;
  }
  .solutions .others-solutions h2 {
    font-size: 30px;
  }
  .solutions {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .solutions .others-solutions {
    margin-top: 32px;
  }
  .solutions .sellenvo-list ul li,
  .solutions .others-solutions ul li {
    margin-bottom: 1rem;
    gap: 1rem;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .solutions .sellenvo-list,
  .solutions .others-solutions {
    padding: 25px;
    position: relative;
  }

  .solutions .sellenvo-list ul li:nth-last-child(-n + 3) {
    width: 100%;
  }
}
/* end  solutions */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* start  steps */
.steps {
   
  padding: 2rem 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(40deg, #51abb5 -31%, #fff 35%);
}
.steps .image img {
  width: 100%;
}
.steps .steps-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 1rem;
}
.steps .steps-content .progress {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 5px;
  height: 100%;
  background-color: #f2f4f7;
}
.steps .steps-content .progress span {
  background-color: var(--primary-color);
  width: 100%;
  height: 25%;
  border-radius: 1rem;
  transition: height 0.5s ease-in-out;
}
.steps .steps-content .step {
  padding: 0.7rem 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.steps .steps-content .step:hover {
  background-color: #1e78820c;
}

.steps .steps-content .step .title {
  color: var(--text-black-color);
  font-family: "inter-bold";
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.steps .steps-content .step .desc {
  color: var(--text-gray-color);
  font-size: 14px;
  margin-bottom: 0.4rem;
}
.steps .steps-content .step a {
  color: var(--primary-color);
  font-family: "inter-bold";
  font-size: 14px;
  width: fit-content;
}
.steps .steps-content .step a:hover {
  text-decoration: underline !important;
}
.steps .image img {
  position: sticky;
  top: 80px; /* Adjust the value as needed to control the offset from the top */
  width: 100%;
  z-index: 10; /* Ensure the image stays above other content */
}
#step-image {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

#step-image.hidden {
  opacity: 0;
}

@media (max-width: 1500px) {
  .steps {
    margin: 3rem 0;
    padding: 1rem 0;
  }
  .steps .image img {
    width: 90% !important;
    margin: 0 5% !important;
  }

  .steps .steps-content .progress {
    width: 4px;
  }

  .steps .steps-content .step {
    padding: 16px 16px 16px 12px;
  }

  .steps .steps-content .step .title {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .steps .steps-content .step .desc {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .steps {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 64px 0;
    padding: 64px 0;
    background: none;
  }
  .steps .steps-content {
    padding-left: 24px;
  }
  .steps .image {
    display: none;
  }
  .steps .steps-content .step {
    height: unset !important;
  }
  .steps .steps-content .step:hover {
    background-color: unset;
  }
  .steps .steps-content .step a {
    margin-top: 0.4rem;
    font-size: 16px;
  }
  .steps .steps-content .step .title {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .steps .steps-content .step .desc {
    font-size: 16px;
  }
}
/* end  steps */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* start  partener-card */
.partener-card {
  background-color: var(--primary-dark-color);
  padding: 3rem 0;
}

.partener-card .title {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.partener-card .title img {
  width: 105px;
}
@media (max-width: 1500px) {
  .partener-card {
    padding: 2rem 0;
  }

  .partener-card .title {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .partener-card .title {
    display: block;
    text-align: center;
  }
  .partener-card .title img {
    display: block;
    margin: 1rem auto 0;
  }
}

/* end  partener-card */
