.elementor-6611 .elementor-element.elementor-element-1390e0a1{--display:flex;}.elementor-6611 .elementor-element.elementor-element-aef2465{--display:flex;}.elementor-6611 .elementor-element.elementor-element-6cc2014{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4bf9645 */.cta-support-box {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  direction: rtl;
  box-shadow: 0 12px 35px rgba(255, 128, 0, 0.18);
}

.cta-support-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #222;
}

.cta-support-box p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 28px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.cta-btn.whatsapp {
  background: #25d366;
}

.cta-btn.telegram {
  background: #0088cc;
}

/* موبایل */
@media (max-width: 768px) {
  .cta-support-box {
    padding: 20px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */