.accordion-header-custom {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
}

.accordion-body-custom {
  display: none;
  padding: 15px 20px;
  background-color: white;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.accordion-header-custom.active+.accordion-body-custom {
  display: block;
}

.accordion-header-custom.active .toggle-icon {
  content: '-';
  transform: rotate(0deg);
}

.toggle-icon {
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.three-boxs {
  display: flex;
}

.seo-Process {
  margin: 30px 10px;
}

.box-benifit {
  background-color: #ffffff;
  padding: 18px;
  border-radius: 6px;
}

/*  */


