/*
Theme Name: Suresh Aryal- सुरेश अर्याल
Theme URI: https://example.org/Suresh-Aryal- सुरेश अर्याल
Author: Suresh Aryal
Author URI: https://example.org/Suresh-Aryal- सुरेश अर्याल
Description: 
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: Suresh-Aryal- सुरेश अर्याल
Tags: custom-menu, custom-logo, featured-images, full-width-template, translation-ready, blog, education
*/

*, *::before, *::after { box-sizing: border-box; min-width: 0; }

/* Prevent horizontal scroll */
body { overflow-x: hidden; }

/*
 * NAVBAR STACKING — the navbar and its dropdowns must be
 * above all page content. The hero section must be below.
 *
 * Stacking order:
 *   sidebar overlay : 10000
 *   sidebar         : 10001
 *   navbar          : 9999   (dropdowns inherit this context)
 *   hero / content  : 0
 */
.sa-navbar { z-index: 9999 !important; position: sticky !important; top: 0 !important; overflow: visible !important; }
.sa-navbar-inner { overflow: visible !important; }
.sa-desktop-links { overflow: visible !important; }
.sa-nav-item { overflow: visible !important; }
.sa-dropdown { z-index: 9999 !important; }
.sa-flyout   { z-index: 9999 !important; }
.sa-flyout-deep { z-index: 9999 !important; }

/* Hero section: explicitly below navbar */
.sa-hero-section { position: relative; z-index: 0; }

/* Content sections: safe to clip horizontally */
.hdr-top, .hdr-hero, .sar-section, .srp-page, footer { overflow-x: hidden; }
