.elementor-594 .elementor-element.elementor-element-b86f15a{--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;}.elementor-594 .elementor-element.elementor-element-86f981c img{border-radius:20px 20px 20px 20px;}.elementor-594 .elementor-element.elementor-element-db0d801{--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 text-editor, class: .elementor-element-56f8553 */.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 */
.text-block {
  margin-bottom: 40px;
}

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

/* CHECK LIST */
.check-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b90d4;
  font-weight: bold;
}

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

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

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

.price-box .service-name {
  color: #222;
}

.price-box .service-name small {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.price-box .price {
  white-space: nowrap;
  font-weight: 600;
  color: #0b90d4;
}

/* MOBILE */
@media (max-width: 600px) {
  .price-box li {
    flex-direction: column;
    gap: 6px;
  }

  .price-box .price {
    align-self: flex-start;
  }
}/* End custom CSS */