/*
Theme Name: NewChapter
Theme URI: https://spidrweb.co.uk/new-chapter-theme/
Author: Spidrweb
Author URI: https://spidrweb.co.uk/
Description: Custom Block Theme for New Chapter Consultancy
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newchapter
Tags: 
*/

/* Glassmorphism header */
.glass {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(22, 22, 22, 0.75);
}

/* Progress Bar Container */
#progress-container {
    margin: 0;
    width: 100%;
    height: 0.33rem;
    background-color: #00000000;
    z-index: 9999;
}

/* Progress Bar */
#progress-bar {
    height: 100%;
    width: 0;
    background: #AC8200 !important;
    transition: width 0.1s ease-out;
    border-radius: 2px;
}
