/*!
Theme Name: Wallox Child theme
Theme URI: https://bracketweb.com/walloxwp/
Template: wallox
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Wallox WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wallox-child
*/

/* Global brand override: base + derived alpha/hover shades */
:root {
  --wallox-base: #2a6caf;
  --wallox-base-rgb: 42, 108, 175;
}

/* Keep key hardcoded parent accents aligned with new base */
.why-choose-one__thumb-two {
  box-shadow: 0px 4px 60px 10px rgba(var(--wallox-base-rgb), 0.08);
}

.testimonials-three__inner__bg::after {
  background: linear-gradient(
    90deg,
    rgba(var(--wallox-base-rgb), 1) 0%,
    rgba(var(--wallox-base-rgb), 0.79) 100%
  );
}
