.elementor-1348 .elementor-element.elementor-element-bcd8da0{--spacer-size:95px;}.elementor-1348 .elementor-element.elementor-element-3474f76{--spacer-size:50px;}.elementor-1348 .elementor-element.elementor-element-a0689be > .elementor-widget-container{background-color:#ECEEF7;}.elementor-1348 .elementor-element.elementor-element-a0689be{text-align:center;}.elementor-1348 .elementor-element.elementor-element-a0689be .elementor-heading-title{font-family:"Arad", Sans-serif;font-size:24px;font-weight:800;color:#17175C;}/* Start custom CSS for html, class: .elementor-element-99b6590 */.promo-box {
  direction: rtl;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
  padding: 26px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 45%, #f472b6 100%);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.promo-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 38%),
              radial-gradient(circle at bottom left, rgba(255,255,255,0.15), transparent 32%);
  pointer-events: none;
}

.promo-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 1;
}

.promo-title {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.promo-subtitle {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.promo-btn {
  display: inline-block;
  background: #ffffff;
  color: #6d28d9;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.promo-btn:hover {
  transform: translateY(-2px);
  background: #f8f5ff;
}

.promo-contact {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
}/* End custom CSS */