/*
Theme Name:   Pahadiroutes
Theme URI:    https://pahadiroutes.com
Author:       Pahadiroutes
Author URI:   https://pahadiroutes.com
Description:  Production WordPress theme for Pahadiroutes — premium Himalayan trekking & expedition platform. Elementor-compatible, block-theme-ready (theme.json), zero jQuery dependency. Visual design ported 1:1 from the approved Figma prototype (Alpine Summit design system).
Version:      1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pahadiroutes
Tags:         travel, e-commerce, one-column, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, threaded-comments, translation-ready

This theme intentionally does NOT compile Tailwind at build time. Front-end
markup keeps the same Tailwind CDN + JIT config used in the approved
prototype so the visual output is pixel-identical during migration. See
inc/enqueue.php. Swap to a compiled Tailwind build in a later hardening pass.
*/

/* Base resets kept minimal on purpose — Tailwind (CDN, JIT) owns layout/utility
   styling exactly as it did in the prototype. This file only carries the
   WordPress-required stylesheet header above plus the few structural rules
   below that WordPress itself expects a theme stylesheet to provide. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #141b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alignwide {
	max-width: 1280px;
}

.alignfull {
	width: 100%;
	max-width: none;
}
