/*
Theme Name: Sundarban Package Tours Theme
Theme URI: https://ashatour.in
Author: Your Name
Author URI: https://ashatour.in
Description: A custom WordPress theme for Sundarban package tours, using Tailwind CSS and Gutenberg support.
Version: 1.0
License: GNU GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ashatour-theme
Tags: blog, travel, tourism, two-columns, responsive, tailwindcss
*/
/* TailwindCSS is loaded via CDN in this theme (see functions.php) */

/* Visually hidden text for screen readers */
.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    position: static;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible;
}
