/* Custom CSS for Tenant ID: 33
 * This file overrides the default theme styles.
 * All CSS custom properties from style-variables.css can be overridden here.
 * 
 * Example: Change primary color
 * :root {
 *   --color-primary: #3498db;
 *   --color-primary-light: #5dade2;
 *   --color-primary-dark: #2980b9;
 * }
 * 
 * Example: Change fonts
 * :root {
 *   --font-family-primary: "Helvetica Neue", sans-serif;
 *   --font-family-heading: "Georgia", serif;
 * }
 */

:root {
  /* Add your custom variables here */
}

/* Add your custom styles here */
  #hero {
    position: relative;
  }
  #hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 0;
  }
  #why-us {
    position: relative;
    z-index: 1;
  }