/*
Theme Name: Hoscraft Digital
Theme URI: https://digital.hoscraft.in
Author: iDigitalise
Author URI: https://shankarportfolio.hoscraft.in
Description: Bright, white-first WordPress theme for Hoscraft Digital — the healthcare patient-acquisition & growth-marketing arm of Hoscraft Healthcare Consultancy. Navy and gold appear as accents, not as a dominant dark background. Built as a lightweight custom theme (no page builder dependency).
Version: 1.0.0
Requires PHP: 7.4
Text Domain: hoscraft-digital
*/

/* =============================================
   GLOBAL RESET & BASE (shared across all templates)
============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #ffffff;
  color: #1c2b45;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
button { font-family: inherit; }

.hd-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Skip link */
.hd-skip-link {
  position: absolute;
  top: -60px;
  left: 12px;
  background: #c9a84c;
  color: #0a1628;
  padding: 10px 18px;
  border-radius: 6px;
  z-index: 9999;
  transition: top 0.2s;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
.hd-skip-link:focus { top: 12px; }

@media (max-width: 1100px) {
  .hd-container { padding: 0 24px; }
}
@media (max-width: 768px) {
  .hd-container { padding: 0 20px; }
}
