.elementor-38881 .elementor-element.elementor-element-5d4896e3{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1de1606e */.fs-cta-wrapper {
  background: #f4efe9;
  border-left: 6px solid #f26b21;
  padding: 40px 30px;
  margin: 40px 0;
  border-radius: 10px;
}

/* Heading */
.fs-cta-tag {
  color: #f26b21;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.fs-cta-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111;
}

.fs-cta-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}

/* Buttons */
.fs-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin: 8px 10px 0 0;
  transition: all 0.3s ease;
}

/* WhatsApp Button */
.fs-btn-primary {
  background: #25D366;
  color: #fff;
  animation: pulseGlow 2s infinite;
}

/* Hover Effect */
.fs-btn-primary:hover {
  transform: translateY(-3px);
}

/* Outline Button */
.fs-btn-outline {
  background: #fff;
  color: #111;
  border: 2px solid #111;
}

.fs-btn-outline:hover {
  background: #fff;
  color: #fff;
}

/* WORKING PULSE ANIMATION */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .fs-cta-content h2 {
    font-size: 22px;
  }
  .fs-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */