/*
Theme Name: Nozix
Theme URI:  https://example.com/nozix
Author:      Chandan Singh
Author URI:  https://example.com
Description: Nozix — Light business WordPress theme using Tailwind via CDN (no npm).
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: nozix
*/
:root{
  --main: #2563eb; /* blue */
  --bg: #ffffff;
  --muted: #6b7280;
}


.banner-bg-white {
    background-image: url('../nozix-tailwind/assets/img/banner.webp'); /* relative to CSS file */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* show mega-menu in mobile */
.open > .mega-menu {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

