/* Sree Nandaka IVF — site improvements (sticky call, honeypot, thank-you) */
.sn-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  overflow: hidden !important;
}
.sn-mobile-cta {
  display: none;
}
@media (max-width: 991px) {
  .sn-mobile-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #16343c;
    box-shadow: 0 -4px 18px rgba(0,0,0,.18);
  }
  .sn-mobile-cta a {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
  }
  .sn-cta-call { background: #0b7ea3; }
  .sn-cta-book { background: #16343c; }
  body { padding-bottom: 58px; }
}
