/*
Theme Name: GRT Electronics Theme
Theme URI: https://grtelectronics.com/
Author: Mayur Dawange
Author URI: https://yourwebsite.com/
Description: Custom WordPress theme for GRT Electronics - Contract Manufacturing, PCB Assembly & Industrial Solutions.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: grt-theme
Tags: custom-theme, bootstrap, responsive, seo-optimized
*/

/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

