/**
Theme Name: Shabdashri Digital Arts
Author: SAPYS InfoTECH
Author URI: https://sapysinfotech.com/about/
Description: SAPYS is synonym for an ever exploring quest for perfection and an evolving body of thought. Flag bearers for bridging the void in enterprises with technology and innovation. With time proven Web enthusiasts and a generous dash of open-source lineage we seek balance in pursuit. Incorporated as an entity with a handful of visionaries it’s purview lies in the realm of Web designing and related technologies, ensuring unprecedented client rapport delivering seamless solutions.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shabdashri-digital-arts
Template: astra
*/
/* Sticky Header for Astra */
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999; /* keep it above other elements */
  background: #ffffff; /* or your header background color */
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

