/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

body {
    background: linear-gradient(#fcf9f2, #e0e8db); 
    background-attachment: scroll; 
    margin: 0;
    padding: 0;
    --scroll-offset: 0%; 
}

.parallax-bg {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('/wp-content/uploads/2025/11/bg.svg');
    background-repeat: no-repeat;
    background-size: 100% auto; 
    background-position: center var(--scroll-offset, 0%); 
    opacity: 0.03; /* Adjust this value (0.0 to 1.0) for the desired blend */
    filter: 
        saturate(500%)      /* **CRUCIAL:** Boosts saturation drastically so hue-rotate works */
        hue-rotate(100deg) /* **CRUCIAL:** Shifts the now-saturated color towards green */
        brightness(0.3);    /* Makes the image much darker */
}

#wrap{
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}