/*======================================
Theme Name: aliHossain Academy
Theme URI: https://alihossainacademy.com/
Description: Premium skill-academy theme for aliHossain Academy. Aurora Dark design, fully controlled from Appearance > Customize. Built for Tutor LMS, WooCommerce and Elementor. No CSS framework, lightweight and reusable.
Version: 1.0.0
Author: Ali Hossain
Author URI: https://alihossain.com/
Text Domain: alihossainacademy
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Domain Path: /languages
Tags: education, custom-colors, custom-menu, custom-logo, theme-options, translation-ready, full-width-template, footer-widgets, dark
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================
Note: The full theme styling lives in /css/theme.css and /css/responsive.css.
This stylesheet only holds the theme header plus a few WP core alignment
helpers, mirroring the lightweight pattern of the base theme.
======================================*/

/* WordPress core alignment + caption helpers */
.alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}
.aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text,
.gallery-caption {
  font-size: 0.85rem;
  color: var(--muted);
}
.sticky {
  display: block;
}
.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;
}
.screen-reader-text:focus {
  background: #0c0820;
  color: #fff;
  clip: auto;
  clip-path: none;
  display: block;
  left: 12px;
  top: 12px;
  height: auto;
  width: auto;
  padding: 12px 18px;
  border-radius: 8px;
  z-index: 100000;
}
