/*
 * Theme Name:  Pakways Child
 * Theme URI:   https://pakways.com
 * Description: Hello Elementor child theme for Pakways Immigration Consultant & Travels Tours
 * Author:      Pakways
 * Author URI:  https://pakways.com
 * Template:    hello-elementor
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * Text Domain: pakways-child
 */

/* =============================================
   CSS CUSTOM PROPERTIES — DESIGN SYSTEM
   ============================================= */
:root {
  /* Colors */
  --color-navy:       #001C6C;
  --color-navy-dark:  #001050;
  --color-navy-mid:   #0a2885;
  --color-gold:       #C9A227;
  --color-gold-light: #F0C040;
  --color-red:        #ED3237;
  --color-white:      #FFFFFF;
  --color-off-white:  #F7F9FC;
  --color-light-gray: #EEF1F6;
  --color-text-dark:  #1A1F36;
  --color-text-gray:  #5A6480;
  --color-green-wa:   #25D366;

  /* Typography */
  --font-primary: 'Poppins', sans-serif;
  --fw-regular:   400;
  --fw-medium:    500;
  --fw-semibold:  600;
  --fw-bold:      700;
  --fw-extrabold: 800;

  /* Spacing */
  --section-py:    80px;
  --section-py-sm: 48px;
  --container-max: 1180px;

  /* Shape */
  --radius-sm:   8px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-card: 0 12px 40px rgba(0, 28, 108, 0.10);
  --shadow-hover: 0 16px 48px rgba(0, 28, 108, 0.15);

  /* Transitions */
  --transition: all 0.3s ease;
}
