/*
Theme Name: VinaClick
Theme URI: https://vinawebsite.com
Author: VinaClick
Description: Editable WordPress demo theme based on the uploaded VinaClick landing page sample.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: vinaclick
*/

/* Keep particles canvas matching original static demo header behavior. */
#particles-js {
    overflow: hidden;
}
#particles-js .particles-js-canvas-el {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}
#particles-js .banner_inner {
    z-index: 2;
    width: 100%;
}
