.elementor-600 .elementor-element.elementor-element-cce6a47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-cce6a47 */.service-hero.clean-blue {
  background: linear-gradient(180deg, #12a8e6 0%, #0b90d4 100%);
  padding: 40px;
  border-radius: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.service-hero.clean-blue h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #ffffff;
}

.service-hero.clean-blue .hero-price {
  font-size: 20px;
  margin-bottom: 14px;
}

.service-hero.clean-blue p {
  font-size: 16px;
  line-height: 1.6;
}

/* TEXT BLOCKS */
.text-block {
  margin-bottom: 40px;
}

.text-block h3 {
  margin-bottom: 16px;
  color: #1f4fd8;
}

/* PRICE BOX */
.price-box {
  background: #f6f9fc;
  padding: 30px;
  border-radius: 16px;
}

.price-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-box li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e3eaf2;
}

.price-box li:last-child {
  border-bottom: none;
}

.price-box span {
  max-width: 70%;
}

.price-box strong {
  white-space: nowrap;
}/* End custom CSS */