/*
Theme Name: Koladiya Theme
Theme URI: https://koladiyaindustries.com
Author: Koladiya Industries Development Team
Author URI: https://koladiyaindustries.com
Description: Production-grade, ultra-premium, compact B2B WordPress theme for Koladiya Industries Private Limited (Can-Exclusive Beverage Contract Manufacturer, Surat, India). Built with modular /inc architecture, WCAG 2.2 AA accessibility, theme.json v3, Bootstrap-style shared utility classes, and reusable template components.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: koladiya-theme
*/

/* ============================================
   CORE RESET & ACCESSIBILITY BASELINE
============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: var(--ki-ink, #0A0C10);
  font-family: var(--ki-font-body, 'Inter', -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: var(--ki-text-base, 15px);
  line-height: var(--ki-leading-relaxed, 1.6);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 180ms ease, opacity 180ms ease;
}

ul,
ol {
  list-style: none;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

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

.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #0A347F;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 16px;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
  top: 16px;
  width: auto;
  z-index: 100000;
}