/*
Theme Name: Global Consultancy Astra Child
Theme URI: https://globalconsultancy.services
Description: Custom Astra child theme for Global Consultancy and Tax Services (SMC-Private) Limited. Includes custom header top bar, brand colors, and a 4-column "Services" mega menu (USA Services, Pakistan Services, E-commerce Solutions, Verified Bank Accounts).
Author: Global Consultancy and Tax Services
Author URI: https://globalconsultancy.services
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gcts-child
*/

/* Brand color variables used across the child theme's custom CSS files */
:root{
  --gcts-teal: #0F6E56;
  --gcts-teal-dark: #085041;
  --gcts-topbar-bg: #123F3A;
  --gcts-teal-tint: #E1F5EE;
  --gcts-text-muted: #8A9995;
  --gcts-border: #E4EBE8;
}

/* Base child theme stylesheet is intentionally minimal.
   Header/top-bar and mega menu styling live in assets/css/ so they
   stay organized and easy to update independently. See functions.php
   for how those files are enqueued. */
