/*
  EUROIND VISUAL CONTROL FILE
  Use this file to adjust only the opacity/color of:
  1) Banner video overlay and grid lines
  2) Second section / trust section overlay and card brightness
*/

:root{
  /* Banner video overlay opacity */
  --hero-left-opacity: .62;
  --hero-mid-opacity: .48;
  --hero-right-opacity: .22;
  --hero-top-opacity: .08;
  --hero-bottom-opacity: .32;

  /* Banner grid line visibility */
  --hero-grid-opacity: .34;
  --hero-grid-mobile-opacity: .26;
  --hero-grid-line-opacity: .16;

  /* Second section black opacity layer */
  --second-section-bg: #ffffff;
  --second-section-black-opacity: .06;
  --second-section-overlay-height: 160px;

  /* Trust card background opacity */
  --trust-card-white-opacity: .98;
  --trust-card-bottom-opacity: .94;
}
