/*
Theme Name:        32 Dental Design — Fresh
Theme URI:         https://32dentaldesign.in
Author:            32 Dental Design
Author URI:        https://32dentaldesign.in
Description:       Hand-coded WordPress theme for 32 Dental Design — Rajasthan's digital dental laboratory. No page builders and no ACF (sections are managed via native custom post types + meta boxes). Layout uses the Bootstrap 5 grid; carousels use Swiper, scroll reveals use AOS, the gallery lightbox uses GLightbox — all on top of a custom CSS design system.
Version:           1.0.0
Requires at least: 6.4
Requires PHP:      8.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       dental32f
Tags:              dental, medical, custom-logo, custom-menu, featured-images, translation-ready, block-styles
*/

/*
 * All visual styles live in /assets/css/main.css (enqueued in inc/enqueue.php).
 * This file only carries the theme header WordPress requires, plus minimal
 * accessibility defaults that should never be missing.
 */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #0057b8;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
