/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2025 | 07:28:40 */
.site-header {
	position: fixed !important;
	top: 0;
	z-index: 10000;
	transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

.site-header.blur {
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.075); /* optional: slightly more transparent when blurred */
}

.ast-custom-button {
	background-color: rgba(255, 255, 255, 0.05) !important;
border-radius: 16px !important;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: blur(5px)!important;
border: 1px solid rgba(255, 255, 255, 1) !important;
}

.ast-custom-button:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}