/*
Theme Name: Astra Child
Theme URI: https://vijaysar.in/
Description: Child theme for Astra
Author: Your Name
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

headerd {
  /* Keeps the header locked at the top */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;

  /* The Blur Secret: Blurs whatever passes behind the header */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari support */

  /* The Tint: A semi-transparent white/cream layer so the blur is visible */
  background-color: rgba(245, 241, 230, 0.75); 
  
  /* Optional: Adds a subtle bottom border to separate it from the content */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
}