/*
Theme Name:   Astra Child - Bliss Technologies
Theme URI:    https://blisstech.in
Description:  Child theme for Bliss Technologies — custom SEO schema + lead gen enhancements
Author:       Bliss Technologies
Author URI:   https://blisstech.in
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* =============================================
   LEAD CAPTURE — Sticky CTA Bar
   ============================================= */
#bliss-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a0a2e;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 9999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.25);
  font-family: inherit;
}
#bliss-sticky-cta p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
#bliss-sticky-cta a.bliss-cta-btn {
  background: #f97316;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
#bliss-sticky-cta a.bliss-cta-btn:hover {
  background: #ea6c0a;
}
#bliss-sticky-cta .bliss-cta-close {
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  opacity: 0.6;
  padding: 0 4px;
  background: none;
  border: none;
  color: #fff;
}
#bliss-sticky-cta .bliss-cta-close:hover { opacity: 1; }

@media (max-width: 600px) {
  #bliss-sticky-cta { flex-wrap: wrap; text-align: center; padding: 10px 14px; }
  #bliss-sticky-cta p { font-size: 13px; }
}
