/* basic styles for Suryoday Lights */
body { font-family: "Segoe UI", Roboto, Arial, sans-serif; color:#333; }
.site-header { border-bottom: 1px solid rgba(255,255,255,0.05); }
.hero { min-height: 300px; border-radius:8px; overflow:hidden; }
.site-main { padding-bottom:60px; }
.site-footer a { text-decoration: none; }
.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #25d366;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration:none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  z-index: 999;
}
