/*
Theme Name: Jaryya Theme
Theme URI: https://jaryya.id
Author: Jaryya Team & Antigravity
Author URI: https://jaryya.id
Description: Premium front-end template for Jaryya.id, fully responsive and optimized for WordPress conversion.
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: jaryya
*/

/* --- Custom Customizer Styles --- */
.glass-nav {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none !important;
    border-bottom-color: transparent !important;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.glass-nav.scrolled {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.07) !important;
    border-bottom-color: rgba(229, 231, 235, 1) !important;
}

.dark .glass-nav.scrolled {
    background: rgba(17, 24, 39, 0.92);
    border-bottom-color: rgba(55, 65, 81, 1) !important;
}

.glass-nav:not(.scrolled) button.dynamic-nav-text:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.hero-img {
    background-size: cover;
    background-position: center;
}

/* Hide scrollbar for mitra container */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
