.elementor-4015 .elementor-element.elementor-element-2ad43bf{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b503e1f */.mid-banner-pro {
  background: linear-gradient(135deg, #ff416c, #ffb347);
  border-radius: 32px;
  padding: 50px 20px;
  max-width: 1150px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  font-family: 'Vazir', sans-serif;
  text-align: center;
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.mid-banner-pro h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 18px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.mid-banner-pro p {
  font-size: 16px;
  color: #f9f9f9;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.cta-button {
  background: #fff;
  color: #ff416c;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255, 65, 108, 0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #ff416c;
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 65, 108, 0.4);
  transform: translateY(-3px);
}

.circle-bg {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
  z-index: 1;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(10px) rotate(20deg); }
}/* End custom CSS */