.service_hero_section {
  background: linear-gradient(180deg, #f3d4fc 0%, #ffffff 100%);
  padding: 140px 0;
}

.service_hero_inner .box_heading {
  border-radius: 50px;
  background: #ffffff6e;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
}

.service_hero_inner button {
  margin: 0 auto;
  margin-top: 35px;
}

/* Pathway 1 card title fix */
.pathway_card_title {
  line-height: 1.3 !important;
}

/* Digital  Product  */

.digital_products_wrapper .digital_products_box {
  border-radius: 20px;
  border: 2px solid #00000033;
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  overflow: visible;
  min-height: auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.digital_products_wrapper .digital_products_box .digital_products_box_img {
  width: 70px;
  height: 70px;
  background: #ffecf4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.digital_products_wrapper .digital_products_box .digital_products_box_img img {
  width: 35px;
}

.digital_products_wrapper .digital_products_box h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.digital_products_wrapper .digital_products_box h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  /* margin-bottom: 10px; */
  color: #e9337e;
}

.digital_products_wrapper .digital_products_box p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.digital_products_box_list ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.digital_products_box_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.digital_products_box_list ul li img {
  width: 25px;
  min-width: 25px;
  align-items: center;
  margin-right: 20px;
}

.digital_products_box_list ul li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.digital_products_box_list {
  overflow: visible;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.digital_products_box_list>div {
  overflow: visible;
  flex: 1 1 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Copy of digital_products_box_list styles for digital_services_box_list */
.digital_services_box_list ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.digital_services_box_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.digital_services_box_list ul li img {
  width: 25px;
  min-width: 25px;
  align-items: center;
  margin-right: 20px;
}

.digital_services_box_list ul li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.digital_services_box_list {
  overflow: visible;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.digital_services_box_list>div {
  overflow: visible;
  flex: 1 1 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Digital  Product End  */

/* Card hover / zoom-in effect shared styles */
.digital_products_wrapper .digital_products_box:hover,
.consultation_service_inner:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Consultation card base transition */
.consultation_service_inner {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

@media (max-width: 425px) {
  .service_hero_inner .box_heading {
    font-size: 16px;
  }
}